Source: unattended-upgrades Version: 2.4 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[4]: Entering directory '/<<PKGBUILDDIR>>/test/packages/equivs.0Q38O3' > dh binary > dh_update_autotools_config > dh_autoreconf > create-stamp debian/debhelper-build-stamp > dh_testroot > dh_prep > dh_install > dh_installdocs > dh_installchangelogs > dh_perl > dh_link > dh_strip_nondeterminism > dh_compress > dh_fixperms > dh_missing > dh_installdeb > dh_gencontrol > dh_md5sums > dh_builddeb > dpkg-deb: building package 'test-package' in '../test-package_1.3_all.deb'. > make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/packages/equivs.0Q38O3' > dpkg-genbuildinfo --build=binary > dpkg-genchanges --build=binary >../test-package_1.3_amd64.changes > dpkg-genchanges: info: binary-only upload (no source code included) > dpkg-source --after-build . > dpkg-buildpackage: info: binary-only upload (no source included) > > The package has been created. > Attention, the package has been created in the current directory, > not in ".." as indicated by the message above! > Conffiles: > dpkg-deb -I test-package_1.3_all.deb conffiles > /etc/configuration-file/configuration-file > make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/packages' > set -e; \ > find . -name 'test_*.py' | \ > while read file; do \ > if [ -x $file ]; then \ > echo "Running $file with python3"; \ > python3 $file 2>&1; \ > echo "Running $file with python3-coverage"; \ > python3 -m coverage run -a $file 2>&1; \ > fi \ > done > Running ./test_log_install_progress.py with python3 > . > ---------------------------------------------------------------------- > Ran 1 test in 0.001s > > OK > Running ./test_log_install_progress.py with python3-coverage > . > ---------------------------------------------------------------------- > Ran 1 test in 0.002s > > OK > Running ./test_regression.py with python3 > . > ---------------------------------------------------------------------- > Ran 1 test in 0.002s > > OK > Running ./test_regression.py with python3-coverage > . > ---------------------------------------------------------------------- > Ran 1 test in 0.002s > > OK > Running ./test_on_battery.py with python3 > . > ---------------------------------------------------------------------- > Ran 1 test in 0.003s > > OK > Running ./test_on_battery.py with python3-coverage > . > ---------------------------------------------------------------------- > Ran 1 test in 0.003s > > OK > Running ./test_logdir.py with python3 > ../test_logdir.py:44: ResourceWarning: unclosed file <_io.TextIOWrapper > name='/tmp/tmptfmv00lr/mylog/unattended-upgrades.log' mode='a' > encoding='UTF-8'> > logging.root.handlers = [] > ResourceWarning: Enable tracemalloc to get the object allocation traceback > . > ---------------------------------------------------------------------- > Ran 2 tests in 0.003s > > OK > Running ./test_logdir.py with python3-coverage > ../test_logdir.py:44: ResourceWarning: unclosed file <_io.TextIOWrapper > name='/tmp/tmpj9m5f2sq/mylog/unattended-upgrades.log' mode='a' > encoding='UTF-8'> > logging.root.handlers = [] > ResourceWarning: Enable tracemalloc to get the object allocation traceback > . > ---------------------------------------------------------------------- > Ran 2 tests in 0.004s > > OK > Running ./test_motd.py with python3 > . > ---------------------------------------------------------------------- > Ran 1 test in 0.001s > > OK > Running ./test_motd.py with python3-coverage > . > ---------------------------------------------------------------------- > Ran 1 test in 0.001s > > OK > Running ./test_pep8.py with python3 > ./../unattended-upgrade-shutdown:71:13: E741 ambiguous variable name 'l' > F > ====================================================================== > FAIL: test_pep8_clean (__main__.PackagePep8TestCase) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "./test_pep8.py", line 21, in test_pep8_clean > self.assertEqual(subprocess.call(["pycodestyle", > AssertionError: 1 != 0 > > ---------------------------------------------------------------------- > Ran 1 test in 0.914s > > FAILED (failures=1) > make[2]: *** [Makefile:9: check] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/06/20/unattended-upgrades_2.4_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! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.