Your message dated Sun, 28 Jun 2020 14:33:30 +0000
with message-id <e1jpyn8-00034g...@fasolo.debian.org>
and subject line Bug#963329: fixed in devscripts 2.20.4
has caused the Debian Bug report #963329,
regarding devscripts: FTBFS: dh_auto_test: error: make -j4 test 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.)
--
963329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963329
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: devscripts
Version: 2.20.3
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[3]: Entering directory '/<<PKGBUILDDIR>>/scripts'
> perl -I ../lib -c bts; \
>
> perl -I ../lib -c build-rdeps; \
>
> perl -I ../lib -c chdist; \
>
> perl -I ../lib -c checkbashisms; \
>
> checkbashisms syntax OK
> perl -I ../lib -c cvs-debuild; \
>
> build-rdeps syntax OK
> perl -I ../lib -c dd-list; \
>
> chdist syntax OK
> cvs-debuild syntax OK
> perl -I ../lib -c deb-why-removed; \
>
> perl -I ../lib -c debc; \
>
> dd-list syntax OK
> perl -I ../lib -c debchange; \
>
> bts syntax OK
> perl -I ../lib -c debcheckout; \
>
> debc syntax OK
> perl -I ../lib -c debcommit; \
>
> deb-why-removed syntax OK
> perl -I ../lib -c debdiff; \
>
> debchange syntax OK
> perl -I ../lib -c debi; \
>
> debcommit syntax OK
> perl -I ../lib -c debpkg; \
>
> debpkg syntax OK
> perl -I ../lib -c debrebuild; \
>
> debdiff syntax OK
> perl -I ../lib -c debsnap; \
>
> debcheckout syntax OK
> perl -I ../lib -c debuild; \
>
> debi syntax OK
> perl -I ../lib -c dep3changelog; \
>
> debsnap syntax OK
> perl -I ../lib -c desktop2menu; \
>
> debuild syntax OK
> perl -I ../lib -c dget; \
>
> debrebuild syntax OK
> perl -I ../lib -c dpkg-depcheck; \
>
> dep3changelog syntax OK
> perl -I ../lib -c dscverify; \
>
> desktop2menu syntax OK
> perl -I ../lib -c git-deborig; \
>
> dpkg-depcheck syntax OK
> perl -I ../lib -c grep-excuses; \
>
> dget syntax OK
> perl -I ../lib -c hardening-check; \
>
> dscverify syntax OK
> perl -I ../lib -c mass-bug; \
>
> grep-excuses syntax OK
> perl -I ../lib -c mk-build-deps; \
>
> mass-bug syntax OK
> perl -I ../lib -c mk-origtargz; \
>
> git-deborig syntax OK
> perl -I ../lib -c namecheck; \
>
> hardening-check syntax OK
> perl -I ../lib -c origtargz; \
>
> namecheck syntax OK
> perl -I ../lib -c plotchangelog; \
>
> mk-build-deps syntax OK
> perl -I ../lib -c rc-alert; \
>
> origtargz syntax OK
> perl -I ../lib -c rmadison; \
>
> plotchangelog syntax OK
> perl -I ../lib -c salsa; \
>
> rmadison syntax OK
> perl -I ../lib -c svnpath; \
>
> mk-origtargz syntax OK
> perl -I ../lib -c tagpending; \
>
> svnpath syntax OK
> perl -I ../lib -c transition-check; \
>
> rc-alert syntax OK
> perl -I ../lib -c uscan; \
>
> transition-check syntax OK
> perl -I ../lib -c who-permits-upload; \
>
> tagpending syntax OK
> bash -n annotate-output
> bash -n archpath
> bash -n cowpoke
> bash -n cvs-debi
> bash -n cvs-debrelease
> bash -n dcmd
> bash -n deb-reversion
> bash -n debclean
> bash -n debrelease
> bash -n debrepro
> bash -n debrsign
> bash -n debsign
> bash -n diff2patches
> bash -n dpkg-genbuilddeps
> bash -n dscextract
> bash -n edit-patch
> bash -n getbuildlog
> bash -n list-unreleased
> bash -n ltnu
> bash -n manpage-alert
> who-permits-upload syntax OK
> bash -n mergechanges
> bash -n nmudiff
> bash -n pts-subscribe
> bash -n uupdate
> bash -n what-patch
> bash -n who-uploads
> bash -n whodepends
> bash -n wnpp-alert
> bash -n wnpp-check
> py3versions: no X-Python3-Version in control file, using supported versions
> python3.8 setup.py test
> salsa syntax OK
> uscan syntax OK
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> creating devscripts.egg-info
> writing devscripts.egg-info/PKG-INFO
> writing dependency_links to devscripts.egg-info/dependency_links.txt
> writing top-level names to devscripts.egg-info/top_level.txt
> writing manifest file 'devscripts.egg-info/SOURCES.txt'
> reading manifest file 'devscripts.egg-info/SOURCES.txt'
> writing manifest file 'devscripts.egg-info/SOURCES.txt'
> running build_ext
> testArgs (devscripts.test.test_logger.LoggerTestCase) ... ok
> testCommand (devscripts.test.test_logger.LoggerTestCase) ... ok
> testNoArgs (devscripts.test.test_logger.LoggerTestCase) ... ok
> test_debdiff-apply (devscripts.test.test_help.HelpTestCase) ...
> /usr/lib/python3.8/unittest/case.py:633: ResourceWarning: unclosed file
> <_io.BufferedReader name=6>
> method()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3.8/unittest/case.py:633: ResourceWarning: unclosed file
> <_io.BufferedReader name=8>
> method()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_reproducible-check (devscripts.test.test_help.HelpTestCase) ... ok
> test_sadt (devscripts.test.test_help.HelpTestCase) ... ok
> test_suspicious-source (devscripts.test.test_help.HelpTestCase) ... ok
> test_wrap-and-sort (devscripts.test.test_help.HelpTestCase) ... ok
> test_pylint (devscripts.test.test_pylint.PylintTestCase)
> Test: Run pylint on Python source code ... Running following command:
> /usr/bin/python3.8 -m pylint
> --rcfile=/<<PKGBUILDDIR>>/scripts/devscripts/test/pylint.conf --
> debdiff-apply reproducible-check sadt suspicious-source wrap-and-sort
> devscripts setup.py
> ok
> test_flake8 (devscripts.test.test_flake8.Flake8TestCase)
> Test: Run flake8 on Python source code ... Running following command:
> /usr/bin/python3.8 -m flake8 --max-line-length=99 debdiff-apply
> reproducible-check sadt suspicious-source wrap-and-sort devscripts setup.py
> FAIL
>
> ======================================================================
> FAIL: test_flake8 (devscripts.test.test_flake8.Flake8TestCase)
> Test: Run flake8 on Python source code
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/scripts/devscripts/test/test_flake8.py", line 53, in
> test_flake8
> self.fail("\n".join(msgs))
> AssertionError: flake8 found issues:
> wrap-and-sort:157:17: E741 ambiguous variable name 'l'
> devscripts/control.py:93:61: E741 ambiguous variable name 'l'
>
> ----------------------------------------------------------------------
> Ran 10 tests in 4.732s
>
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=10 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=10 errors=0
> failures=1>
> make[3]: *** [Makefile:100: test_py] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/scripts'
> make[2]: *** [Makefile:68: test_scripts] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: *** [Makefile:43: test] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 test returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2020/06/20/devscripts_2.20.3_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.
--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.20.4
Done: Mattia Rizzolo <mat...@debian.org>
We believe that the bug you reported is fixed in the latest version of
devscripts, 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 963...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated devscripts 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: Sun, 28 Jun 2020 15:39:02 +0200
Source: devscripts
Architecture: source
Version: 2.20.4
Distribution: unstable
Urgency: medium
Maintainer: Devscripts Maintainers <devscri...@packages.debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Closes: 932715 958940 960567 961368 961532 961545 961744 961857 961858 961859
963329
Changes:
devscripts (2.20.4) unstable; urgency=medium
.
[ Xavier Guimard ]
* Update French translations.
* dget:
+ Fix POD formatting. Closes: #958940
* salsa:
+ Fix "TOKEN missing" error message.
* uscan:
+ Decrease pgp message level to "info" when "pgpmode=previous" is set.
+ Add ability to handle gzipped HTTP responses. Closes: #961744; MR: !196
+ Repack component only if compression differs. MR: !199
.
[ Mattia Rizzolo ]
* Fix some new flake8 issues. Closes: #963329
* sadt:
+ Also consider Build-Depends-Arch for @builddeps@.
+ Ignore udebs when computing the list of binaries produced by a package.
* manpage-alert:
+ Fix some shellcheck warnings.
* origtargz:
+ Add pristine-tar to Recommends. Closes: #961532
* build-rdeps:
+ Apply patch from Helmut Grohne to add the new options --no-arch-all and
--no-arch-any to ignore respectively Build-Depends-Indep and
Build-Depends-Arch. Closes: #961545
* reproducible-check:
+ Mention the tool in README.
* debrebuild:
+ Mention the tool in README.
* uscan:
+ Apply patch from Unit 193 to better align the output.
.
[ Niko Tyni ]
* debc:
+ Fix deadlock with a control file bigger than 64 KB. Closes: #961368
.
[ Lee Garrett ]
* manpage-alert:
+ Avoid duplicate detection on usrmerged systems. Closes: #960567; MR:
!194
.
[ Chris Lamb ]
* reproducible-check:
+ Overhaul of the whole script: MR: !197
- Improve code style.
- Improve caching mechanism.
- Correct logic for checking for *reproducible* packages. Closes:
#961857
- Don't return results for non-Debian distributions. Closes: #961859
- Show a warning that the data should not be treated as "official"
or similar. Closes: #961858
.
[ Yuri Konotopov ]
* origtargz:
+ Properly exit the program when it fails to obtain the tarball. MR: !198
.
[ Jakob Haufe ]
* uscan:
+ Fix perl call to make_path to not create unexpected directories.
Closes: #932715; MR: !195
Checksums-Sha1:
c75c43680f9cd4fbcc2bc1f6655fae1b6275fe29 3161 devscripts_2.20.4.dsc
630717f4fec6f7c9b269e224023eee6d8229e421 860604 devscripts_2.20.4.tar.xz
010b6030b72b325c4e73aa2fc93cf97040540c24 12252
devscripts_2.20.4_amd64.buildinfo
Checksums-Sha256:
6dbd037fee358248e2258aebc8679c8c097221fd5c2cd5f2c14b67049de5f8f5 3161
devscripts_2.20.4.dsc
f94fe99c1e70443d9e2dcd58c1e530c182840a8b890c5f9a4f0d4af3bf521b9c 860604
devscripts_2.20.4.tar.xz
79cc3ff6808962d57efb3171be4e55ebe136a643c7a2193aa24d06d2096c3d21 12252
devscripts_2.20.4_amd64.buildinfo
Files:
1029e8ea367600fe42cf6cd298eedd77 3161 devel optional devscripts_2.20.4.dsc
f90f67bba531a169111f9266fe319cde 860604 devel optional devscripts_2.20.4.tar.xz
6d13a157cfd6dbed934842925adc90e7 12252 devel optional
devscripts_2.20.4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl74p4kACgkQCBa54Yx2
K63yhxAApyjJMM2d5aiXEyN7MyzbdO2AJOoib+irINZmErPEdhMK7Tueb5iz4z1/
dMV0pYi5H+w/r/uqASKFvwAtGxC9Kp6m9t+hmLj6lGg7IcSR0swfUbaI4QA3JPED
owaRIpSYCTynxaoKnDS7otkKIeTGgqI6laCz49/boElcZFzGtjpG+1pN6aCu/v05
HBqe/i3aHDF7Q9h83FAUHW6P6+TLA/qZsENh0w++ZRaLoe9p2VsKxt7t4C16Flvx
4ehjgOJOq7HikdtFgEuc1Bzgtx11BHbBeC0ZT6OvFuBGsmRBYnvpKGzWz6Bbmhm3
QRQemucFREjfGftqVx0Jw0jH+kveZ+Y7pr4i8NFe7c1/PBJc7A0lnItRIlBYMRMN
1KrS4o6UA0/zn5DY9DZYuO5CLBQCCBR/yiDDnHiwdxixQtw8d5bFdF62vLQQB/Qt
ShpWEj6fJXtPDB5JYUBVYUVqI94r+rrn9w/oQlb0AJlflH4blBlCT/LDm06x8jaP
7WF/IMi2MdG+aJKdeSo2OuTVO0KSGQ0pFlHTVG9ymf8FRwza3gl0HYH5GuqwFKf5
YkUkiKxN6llotT2lq1gnpFkPLNOXOL31pOJHOfpkgRi6+ptD23df+F/aUw3Aub9d
bZb+bAmt0xszCu2eAYNbAmUp8Malq5s8j1aAt/lVuUpopO5sUyM=
=7um8
-----END PGP SIGNATURE-----
--- End Message ---