Your message dated Fri, 12 Nov 2021 16:18:33 +0000
with message-id <e1mlzg5-000big...@fasolo.debian.org>
and subject line Bug#998571: fixed in image-factory 1.0.2-1
has caused the Debian Bug report #998571,
regarding image-factory: FTBFS: dh_auto_test: error: make -j4 check returned 
exit code 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
998571: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: image-factory
Version: 1.0.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211104 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3 -m unittest discover -v
> test_empty_config (tests.test_cli.TestCLI)
> Test empty configuration file. ... ok
> test_example_config (tests.test_cli.TestCLI)
> Test exapmle image-factory.conf file. ... ok
> test_override_cache_dir (tests.test_cli.TestCLI)
> Test overriding the cache directory. ... ok
> test_flake8 (tests.test_flake8.Flake8TestCase)
> Test: Run flake8 on Python source code. ... Running following command:
> /usr/bin/python3 -m flake8 --max-line-length=99 image-factory tests
> ok
> test_invalid (tests.test_helper.TestParseBytes)
> Test parse_bytes("invalid") ... ok
> test_parse_1_g (tests.test_helper.TestParseBytes)
> Test parse_bytes("1G") ... ok
> test_parse_2_tb (tests.test_helper.TestParseBytes)
> Test parse_bytes("2 TB") ... ok
> test_parse_512_mib (tests.test_helper.TestParseBytes)
> Test parse_bytes("512 MiB") ... ok
> test_pylint (tests.test_pylint.PylintTestCase)
> Test: Run pylint on Python source code. ... Running following command:
> /usr/bin/python3 -m pylint --rcfile=/<<PKGBUILDDIR>>/tests/pylint.conf -- 
> image-factory tests
> FAIL
> test_chmod_dnf_log (tests.test_sudo_helper.TestSudoHelper)
> Test read access for dnf log file. ... ok
> test_chmod_log_file (tests.test_sudo_helper.TestSudoHelper)
> Test read access for mounted /var/log/... ... ok
> test_chmod_recursive (tests.test_sudo_helper.TestSudoHelper)
> Test chmod recursively ... ok
> test_chmod_remove_root (tests.test_sudo_helper.TestSudoHelper)
> Test chmod remove mounted /root permission ... ok
> test_chmod_root (tests.test_sudo_helper.TestSudoHelper)
> Test chmod mounted /root ... ok
> test_chmod_var_log (tests.test_sudo_helper.TestSudoHelper)
> Test write access for mounted /var/log/... ... ok
> test_mount (tests.test_sudo_helper.TestSudoHelper)
> Test mounting. ... ok
> test_reject_escaping (tests.test_sudo_helper.TestSudoHelper)
> Test rejecting ../../etc/shadow. ... ok
> test_umount (tests.test_sudo_helper.TestSudoHelper)
> Test unmounting. ... ok
> 
> ======================================================================
> FAIL: test_pylint (tests.test_pylint.PylintTestCase)
> Test: Run pylint on Python source code.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_pylint.py", line 76, in test_pylint
>     self.fail("\n".join(msgs))
> AssertionError: pylint found issues:
> ************* Module image-factory
> image-factory:139:24: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:133:22: R1732: Consider using 'with' for resource-allocating 
> operations (consider-using-with)
> image-factory:168:24: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:162:22: R1732: Consider using 'with' for resource-allocating 
> operations (consider-using-with)
> image-factory:180:18: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:199:12: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:234:19: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:239:17: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:242:17: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:243:17: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:246:17: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:255:19: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:257:24: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> image-factory:301:21: W1514: Using open without explicitly specifying an 
> encoding (unspecified-encoding)
> image-factory:305:25: W1514: Using open without explicitly specifying an 
> encoding (unspecified-encoding)
> image-factory:305:25: R1732: Consider using 'with' for resource-allocating 
> operations (consider-using-with)
> image-factory:401:18: R1732: Consider using 'with' for resource-allocating 
> operations (consider-using-with)
> image-factory:427:32: R1732: Consider using 'with' for resource-allocating 
> operations (consider-using-with)
> image-factory:429:20: W1514: Using open without explicitly specifying an 
> encoding (unspecified-encoding)
> image-factory:429:20: R1732: Consider using 'with' for resource-allocating 
> operations (consider-using-with)
> image-factory:517:34: C0209: Formatting a regular string which could be a 
> f-string (consider-using-f-string)
> ************* Module tests.test_pylint
> tests/test_pylint.py:42:29: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_pylint.py:64:20: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_pylint.py:69:28: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_pylint.py:72:20: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_pylint.py:43:18: R1732: Consider using 'with' for 
> resource-allocating operations (consider-using-with)
> ************* Module tests.test_flake8
> tests/test_flake8.py:36:29: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_flake8.py:46:20: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_flake8.py:51:28: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_flake8.py:54:20: C0209: Formatting a regular string which could be 
> a f-string (consider-using-f-string)
> tests/test_flake8.py:37:18: R1732: Consider using 'with' for 
> resource-allocating operations (consider-using-with)
> tests/test_flake8.py:1:0: R0801: Similar lines in 2 files
> ==tests.test_flake8:[34:42]
> ==tests.test_pylint:[40:53]
>         if unittest_verbosity() >= 2:
>             sys.stderr.write("Running following command:\n{}\n".format(" 
> ".join(cmd)))
>         process = subprocess.Popen(
>             cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, 
> close_fds=True
>         )
>         out, err = process.communicate()
> 
>         if process.returncode != 0:  # pragma: no cover
>             # Strip trailing summary (introduced in pylint 1.7). This summary 
> might look like:
>             #
>             # ------------------------------------
>             # Your code has been rated at 10.00/10
>             # (duplicate-code)
> 
> ----------------------------------------------------------------------
> Ran 18 tests in 5.762s
> 
> FAILED (failures=1)
> make[1]: *** [Makefile:13: check] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 check returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2021/11/04/image-factory_1.0.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: image-factory
Source-Version: 1.0.2-1
Done: Benjamin Drung <benjamin.dr...@ionos.com>

We believe that the bug you reported is fixed in the latest version of
image-factory, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 998...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <benjamin.dr...@ionos.com> (supplier of updated image-factory 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 12 Nov 2021 16:52:40 +0100
Source: image-factory
Built-For-Profiles: noudeb
Architecture: source
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung <benjamin.dr...@ionos.com>
Changed-By: Benjamin Drung <benjamin.dr...@ionos.com>
Closes: 998571
Changes:
 image-factory (1.0.2-1) unstable; urgency=medium
 .
   * New upstream release
     - Fix issues found by pylint 2.11.1 (Closes: #998571)
   * Bump Standards-Version to 4.6.0
   * Add black and isort to build dependencies
Checksums-Sha1:
 260dfb82cc50c8f61dd766a6e6d2d81101131d23 2312 image-factory_1.0.2-1.dsc
 dbae77e0494469856b3bebaaba40786ee2926516 29684 image-factory_1.0.2.orig.tar.xz
 ed5dc5d75e8e9113ebe62817b64224b6f4faac95 833 
image-factory_1.0.2.orig.tar.xz.asc
 978f08cc54071f14d5e7a765302b2a0503f3ed55 8712 
image-factory_1.0.2-1.debian.tar.xz
 20505e62ae20c70965c48944669e4cce73e30794 8862 
image-factory_1.0.2-1_source.buildinfo
Checksums-Sha256:
 79b4ee7c4d955f2b6a6f07d98520215e0a254aa15919f3e9f038742911f98039 2312 
image-factory_1.0.2-1.dsc
 3a101475518861aac5a2e6a156de64c3065234eedff2cc8e00af0bcfa74f95f5 29684 
image-factory_1.0.2.orig.tar.xz
 a8b3208cadf1d0f06ede209ffa681d7ea7b2c77c97458326192f382ec32efed7 833 
image-factory_1.0.2.orig.tar.xz.asc
 8aba6e25e211b6f2c0316ab9664f1c640cf86caa2dd03bcd65d90d547521908f 8712 
image-factory_1.0.2-1.debian.tar.xz
 40d6e29287e99d9d4cc5a0e87a287f07adc3abc449a3d76a0fac61f0f4f61403 8862 
image-factory_1.0.2-1_source.buildinfo
Files:
 c1f3012f90faa098949b8cf51f8fa3ca 2312 admin optional image-factory_1.0.2-1.dsc
 addef93e6077ae775743e0074eb74b31 29684 admin optional 
image-factory_1.0.2.orig.tar.xz
 09c968cf03da2a9f45647ba089b92054 833 admin optional 
image-factory_1.0.2.orig.tar.xz.asc
 6a75b9b998ef5e4d04fb12854fd1b7b8 8712 admin optional 
image-factory_1.0.2-1.debian.tar.xz
 045d62935d307aa8b309ead89e50babe 8862 admin optional 
image-factory_1.0.2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE5/q3CzlQJ15towl13YzVpd6MfnoFAmGOkBgACgkQ3YzVpd6M
fnqnRw/+LFh+7rVjseRKTbuWHocKNrJncaKOvBILN1yglTUHZdMWsMDrVMLIi6QE
+I7c1axyFcqkKZbm3mGI1fSKEC+I0G5PrWJaOLdr07tWNpDiDQ1dLuQ5/32HidsQ
J3eDOIyosRzfZmnuCUJ1k+Z/bKd5exzN11l7Xh2aX3mEEoUdG8lCWsBIzddiB1rg
hMUcQixAnoP0v3QQf9zJ+tqGP4ZdaEfz7zh9iwrAhIoLZBnd6MhNtt3pvgG3jSLs
yR4j7UO2pTROXDEIbkuHXtah4GSw1vc5uwWllaeVqf/ezkv3dizm6QItZbM8ytOA
YvKeg0lwebnc01U0fz02nwWXOCnvwfLVfBiBupR4d92hFecECX40IgZ0Bao+laN7
Fj5t0yv9+MTvNlJ56rta72bLb/T5l6xsQgO6i1FysicDJddyLQbWgyUc5VW+CxSA
QI89fmPWWy2D0TLUhGOuAZEfrJOjLFQlQw7C8iWdMjoqN5ON5uNbEnfzMgNTCLct
Ijl4Fv4kYa4toBFvRcwrToaXpj/KF72kF0id2FvBq7khEA9Rs/u4u6jaWF4EIfbB
QzF6Ay0MVfNX7jcYq/YGnJNvDPv5cAhaVN40Trch3yMiUklRGYflc+UV1GSJW3Ne
VUExPRGoAbdym5fT6/TjgzqR/137fj9VEmgsS0CRp2eqVyRlqxU=
=+tNr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to