Your message dated Thu, 20 Apr 2023 10:39:58 +0000
with message-id <e1pprhm-003tqz...@fasolo.debian.org>
and subject line Bug#1033424: fixed in image-factory 1.0.2-1.1
has caused the Debian Bug report #1033424,
regarding image-factory: FTBFS in testing: AssertionError: pylint found issues:
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.)


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

Hi,

During a rebuild of all packages in testing (bookworm), your package failed
to build on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3 -m unittest discover -v
> test_black (tests.test_black.BlackTestCase.test_black)
> Test: Run black code formatter on Python source code. ... Running following 
> command:
> black --check --diff -l 99 image-factory tests
> ok
> test_empty_config (tests.test_cli.TestCLI.test_empty_config)
> Test empty configuration file. ... ok
> test_example_config (tests.test_cli.TestCLI.test_example_config)
> Test exapmle image-factory.conf file. ... ok
> test_override_cache_dir (tests.test_cli.TestCLI.test_override_cache_dir)
> Test overriding the cache directory. ... ok
> test_flake8 (tests.test_flake8.Flake8TestCase.test_flake8)
> 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_invalid)
> Test parse_bytes("invalid") ... ok
> test_parse_1_g (tests.test_helper.TestParseBytes.test_parse_1_g)
> Test parse_bytes("1G") ... ok
> test_parse_2_tb (tests.test_helper.TestParseBytes.test_parse_2_tb)
> Test parse_bytes("2 TB") ... ok
> test_parse_512_mib (tests.test_helper.TestParseBytes.test_parse_512_mib)
> Test parse_bytes("512 MiB") ... ok
> test_isort (tests.test_isort.IsortTestCase.test_isort)
> Test: Run isort on Python source code. ... Running following command:
> isort --check-only --diff -l 99 image-factory tests
> ok
> test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
> 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_chmod_dnf_log)
> Test read access for dnf log file. ... ok
> test_chmod_log_file 
> (tests.test_sudo_helper.TestSudoHelper.test_chmod_log_file)
> Test read access for mounted /var/log/... ... ok
> test_chmod_recursive 
> (tests.test_sudo_helper.TestSudoHelper.test_chmod_recursive)
> Test chmod recursively ... ok
> test_chmod_remove_root 
> (tests.test_sudo_helper.TestSudoHelper.test_chmod_remove_root)
> Test chmod remove mounted /root permission ... ok
> test_chmod_root (tests.test_sudo_helper.TestSudoHelper.test_chmod_root)
> Test chmod mounted /root ... ok
> test_chmod_var_log (tests.test_sudo_helper.TestSudoHelper.test_chmod_var_log)
> Test write access for mounted /var/log/... ... ok
> test_mount (tests.test_sudo_helper.TestSudoHelper.test_mount)
> Test mounting. ... ok
> test_reject_escaping 
> (tests.test_sudo_helper.TestSudoHelper.test_reject_escaping)
> Test rejecting ../../etc/shadow. ... ok
> test_umount (tests.test_sudo_helper.TestSudoHelper.test_umount)
> Test unmounting. ... ok
> 
> ======================================================================
> FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
> Test: Run pylint on Python source code.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/test_pylint.py", line 74, in test_pylint
>     self.fail("\n".join(msgs))
> AssertionError: pylint found issues:
> ************* Module image-factory
> image-factory:64:12: W0719: Raising too general exception: Exception 
> (broad-exception-raised)
> image-factory:138:8: W0719: Raising too general exception: Exception 
> (broad-exception-raised)
> image-factory:166:8: W0719: Raising too general exception: Exception 
> (broad-exception-raised)
> 
> ----------------------------------------------------------------------
> Ran 20 tests in 8.079s
> 
> FAILED (failures=1)
> make[1]: *** [Makefile:13: check] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j8 check returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2023/03/23/image-factory_1.0.2-1_testing.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230323;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230323&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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.1
Done: Josef Schneider <josef81...@gmail.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 1033...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Josef Schneider <josef81...@gmail.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: Wed, 12 Apr 2023 15:50:18 +0200
Source: image-factory
Architecture: source
Version: 1.0.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung <benjamin.dr...@ionos.com>
Changed-By: Josef Schneider <josef81...@gmail.com>
Closes: 1033424
Changes:
 image-factory (1.0.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches: Add 0001-replace-broad-exceptions.patch.
     + Pass pylint test and fix FTBFS (Closes: #1033424).
Checksums-Sha1:
 32a8583a722e73b96b2fa51edf752730ba82cb45 2320 image-factory_1.0.2-1.1.dsc
 71392a345f0d92a9eef9de088ce3948085de7f6c 9432 
image-factory_1.0.2-1.1.debian.tar.xz
 002889c31b62df219f30b518688df58c60787271 7983 
image-factory_1.0.2-1.1_amd64.buildinfo
Checksums-Sha256:
 95e2da27a6b795bf09540c156991b37df5eca09615f0e00fb6ba7ef0a5d94d3e 2320 
image-factory_1.0.2-1.1.dsc
 6942b936476f3ae18206a5c0171caaa45baa63fe9ca74321956ecc26bc696f2d 9432 
image-factory_1.0.2-1.1.debian.tar.xz
 874879c9729469622ae9f603d30e18e0a2e85a18e07f97d591c2931dfab83eb8 7983 
image-factory_1.0.2-1.1_amd64.buildinfo
Files:
 774fc7c444738270d1c84b76928694a4 2320 admin optional 
image-factory_1.0.2-1.1.dsc
 d8350e5f976f95d52e9595632753d670 9432 admin optional 
image-factory_1.0.2-1.1.debian.tar.xz
 2b16877b6af3d9e65c4e123c58ef2598 7983 admin optional 
image-factory_1.0.2-1.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEMsxJDlpwsj3Wqlqyouuu0bb5AkEFAmQ9GDQACgkQouuu0bb5
AkGAyg//SO24yQDgPocjgCOgootOgRhSZOoZr8ycQj/XbilAMnxPRrJX42NJRTD+
mR9BGWSfMDTbjwt+LY2Wd1LpYPQY1jHlkUiSg2Su9JhMQQxiFWJqRdzLj4MDFCIl
mXZZ56dQe0pmGzV5TpA8T6MVppJl1Zzi3XXIhvy1l1F3rTutPZT9fwLmTNAwBrvC
+hbfyP7v/03CA8+nTR/iw2u2Y2jY3P+nhxR/rZydG7A+e2LCmhng4SdeqkpC0g5p
d/U3GMEU+9bLczk/52W7Cpywq19xlIy3D6hFrGYCbeGEZJ+rJxM33yd8TZ+Mn01J
w173iwUWzQDT1vZLWbwFlNiFm7K2b5WTr3X464bIV/E12zgqrRXws1einmEYszuw
p5DXmWxxiLTodrtwNRx4o0dDSvUp8PxyNPNveSRYxgRRNeod3ESE+1/vANesiU6s
D4UXEmqo33JAVP2m1r87p0YxK/oVoUqijT1hIDMYdanEKOgnzwOQAd9pxnchsp0I
73CyDst9MnI3XZlcGoLIJK4WPCbi8os0/aSsvUR1L0tltCm098sjeAtv3CUuGVQx
uRNJGTTA8TzXsuEPrW+gC+FTkHnAI+Pvu0maK1YHofSlE8N081HKAcEZHSsLfEGt
cOyYCoEjoXTxG82EzwqvEnl2OPEUl2xHY3jH3l0pB4fkIszXkMY=
=zOhx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to