Source: dput-ng
Version: 1.29
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[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> sphinx-build -b html -W -d _build/doctrees   . _build/html
> Running Sphinx v2.4.3
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 36 source files that are out of date
> updating environment: [new config] 36 added, 0 changed, 0 removed
> reading sources... [  2%] index
> reading sources... [  5%] library/changes
> reading sources... [  8%] library/config
> reading sources... [ 11%] library/configs/dputcf
> reading sources... [ 13%] library/configs/dputng
> reading sources... [ 16%] library/configs/index
> reading sources... [ 19%] library/core
> reading sources... [ 22%] library/exceptions
> reading sources... [ 25%] library/hooks
> reading sources... [ 27%] library/hooks/checksum
> reading sources... [ 30%] library/hooks/deb
> reading sources... [ 33%] library/hooks/distribution
> reading sources... [ 36%] library/hooks/gpg
> reading sources... [ 38%] library/hooks/impatient
> reading sources... [ 41%] library/hooks/index
> reading sources... [ 44%] library/hooks/lintian
> reading sources... [ 47%] library/index
> reading sources... [ 50%] library/interface
> reading sources... [ 52%] library/interfaces/clinterface
> reading sources... [ 55%] library/interfaces/index
> reading sources... [ 58%] library/overrides
> reading sources... [ 61%] library/profile
> reading sources... [ 63%] library/uploader
> reading sources... [ 66%] library/uploaders/ftp
> reading sources... [ 69%] library/uploaders/http
> reading sources... [ 72%] library/uploaders/index
> reading sources... [ 75%] library/uploaders/local
> reading sources... [ 77%] library/uploaders/scp
> reading sources... [ 80%] library/uploaders/sftp
> reading sources... [ 83%] library/util
> reading sources... [ 86%] reference/configs
> reading sources... [ 88%] reference/contributing
> reading sources... [ 91%] reference/hookinstall
> reading sources... [ 94%] reference/hooks
> reading sources... [ 97%] reference/index
> reading sources... [100%] reference/migrating
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  2%] index
> writing output... [  5%] library/changes
> writing output... [  8%] library/config
> writing output... [ 11%] library/configs/dputcf
> writing output... [ 13%] library/configs/dputng
> writing output... [ 16%] library/configs/index
> writing output... [ 19%] library/core
> writing output... [ 22%] library/exceptions
> writing output... [ 25%] library/hooks
> writing output... [ 27%] library/hooks/checksum
> writing output... [ 30%] library/hooks/deb
> writing output... [ 33%] library/hooks/distribution
> writing output... [ 36%] library/hooks/gpg
> writing output... [ 38%] library/hooks/impatient
> writing output... [ 41%] library/hooks/index
> writing output... [ 44%] library/hooks/lintian
> writing output... [ 47%] library/index
> writing output... [ 50%] library/interface
> writing output... [ 52%] library/interfaces/clinterface
> writing output... [ 55%] library/interfaces/index
> writing output... [ 58%] library/overrides
> writing output... [ 61%] library/profile
> writing output... [ 63%] library/uploader
> writing output... [ 66%] library/uploaders/ftp
> writing output... [ 69%] library/uploaders/http
> writing output... [ 72%] library/uploaders/index
> writing output... [ 75%] library/uploaders/local
> writing output... [ 77%] library/uploaders/scp
> writing output... [ 80%] library/uploaders/sftp
> writing output... [ 83%] library/util
> writing output... [ 86%] reference/configs
> writing output... [ 88%] reference/contributing
> writing output... [ 91%] reference/hookinstall
> writing output... [ 94%] reference/hooks
> writing output... [ 97%] reference/index
> writing output... [100%] reference/migrating
> 
> generating indices...  genindex py-modindexdone
> writing additional pages...  searchdone
> copying static files... ... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in _build/html.
> 
> Build finished. The HTML pages are in _build/html.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild pybuild:284: cp -r /<<PKGBUILDDIR>>/skel /<<PKGBUILDDIR>>/tests 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build
> I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build; 
> python3.8 -m nose -v tests
> Make sure we can cleanly load a config ... ok
> Make sure we can validate a good config ... ok
> Make sure a bad validation breaks ... ok
> test_overrides.test_parse_overrides ... ok
> Test the upload of a package ... ERROR
> Test a double-upload (and force block) ... ERROR
> Test the upload of a package to a PPA (no Launchpad-Bugs-Fixed) ... ERROR
> 
> ======================================================================
> ERROR: Test the upload of a package
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/tests/test_upload.py", 
> line 38, in test_upload
>     upload(path, 'test')
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/dput/uploader.py", 
> line 244, in invoke_dput_simple
>     changes = parse_changes_file(changes, os.path.dirname(changes))
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/dput/changes.py", 
> line 339, in parse_changes_file
>     _c = Changes(filename=filename)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/dput/changes.py", 
> line 82, in __init__
>     self._data = deb822.Changes(open(filename))
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/tests/fake_package/fnord_1.0_source.changes'
> -------------------- >> begin captured stdout << ---------------------
> Package build failed.
> ###### stdout:
> dpkg-buildpackage: info: source package fnord
> dpkg-buildpackage: info: source version 1.0
> dpkg-buildpackage: info: source distribution xenial
> dpkg-buildpackage: info: source changed by Winston Smith 
> <wsm...@bigbrother.com>
> dh clean
> 
> ###### stderr:
>  dpkg-source --before-build .
>  debian/rules clean
> make: dh: No such file or directory
> make: *** [debian/rules:3: clean] Error 127
> dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2
> 
> ###### - end log
> 
> --------------------- >> end captured stdout << ----------------------
> 
> ======================================================================
> ERROR: Test a double-upload (and force block)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/tests/test_upload.py", 
> line 44, in test_double_upload
>     upload(path, 'test')
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/dput/uploader.py", 
> line 244, in invoke_dput_simple
>     changes = parse_changes_file(changes, os.path.dirname(changes))
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/dput/changes.py", 
> line 339, in parse_changes_file
>     _c = Changes(filename=filename)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/dput/changes.py", 
> line 82, in __init__
>     self._data = deb822.Changes(open(filename))
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/tests/fake_package/fnord_1.0_source.changes'
> -------------------- >> begin captured stdout << ---------------------
> Package build failed.
> ###### stdout:
> dpkg-buildpackage: info: source package fnord
> dpkg-buildpackage: info: source version 1.0
> dpkg-buildpackage: info: source distribution xenial
> dpkg-buildpackage: info: source changed by Winston Smith 
> <wsm...@bigbrother.com>
> dh clean
> 
> ###### stderr:
>  dpkg-source --before-build .
>  debian/rules clean
> make: dh: No such file or directory
> make: *** [debian/rules:3: clean] Error 127
> dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2
> 
> ###### - end log
> 
> --------------------- >> end captured stdout << ----------------------
> 
> ======================================================================
> ERROR: Test the upload of a package to a PPA (no Launchpad-Bugs-Fixed)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/tests/test_upload.py", 
> line 55, in test_ppa_upload
>     upload(path, 'ppa:foo/bar')
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/dput/uploader.py", 
> line 244, in invoke_dput_simple
>     changes = parse_changes_file(changes, os.path.dirname(changes))
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/dput/changes.py", 
> line 339, in parse_changes_file
>     _c = Changes(filename=filename)
>   File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/dput/changes.py", 
> line 82, in __init__
>     self._data = deb822.Changes(open(filename))
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build/tests/fake_package/fnord_1.1_source.changes'
> -------------------- >> begin captured stdout << ---------------------
> Package build failed.
> ###### stdout:
> dpkg-buildpackage: info: source package fnord
> dpkg-buildpackage: info: source version 1.1
> dpkg-buildpackage: info: source distribution bionic
> dpkg-buildpackage: info: source changed by Winston Smith 
> <wsm...@bigbrother.com>
> dh clean
> 
> ###### stderr:
>  dpkg-source --before-build .
>  debian/rules clean
> make: dh: No such file or directory
> make: *** [debian/rules:3: clean] Error 127
> dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2
> 
> ###### - end log
> 
> --------------------- >> end captured stdout << ----------------------
> 
> ----------------------------------------------------------------------
> Ran 7 tests in 0.690s
> 
> FAILED (errors=3)
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_dput/build; python3.8 -m nose -v tests
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p 3.8 
> returned exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/06/20/dput-ng_1.29_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.

Reply via email to