Your message dated Tue, 29 Aug 2023 15:19:11 +0000
with message-id <[email protected]>
and subject line Bug#1043950: fixed in buildbot 3.9.0-1
has caused the Debian Bug report #1043950,
regarding buildbot: Fails to build source after successful build
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 [email protected]
immediately.)
--
1043950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043950
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: buildbot
Version: 3.7.0-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> -----------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package buildbot
> dpkg-buildpackage: info: source version 3.7.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Bastian Germann <[email protected]>
> dpkg-source --before-build .
> debian/rules clean
> dh clean --with python3,bash-completion,sphinxdoc
> rm -f debian/buildbot-doc.debhelper.log
> debian/buildbot-slave.debhelper.log debian/buildbot-worker.debhelper.log
> debian/buildbot.debhelper.log debian/python3-buildbot-doc.debhelper.log
> debian/python3-buildbot-worker.debhelper.log
> debian/python3-buildbot.debhelper.log
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean --buildsystem=pybuild --sourcedirectory=master \
> --package=buildbot
> pybuild --clean -i python{version} -p 3.11 --dir master
> I: pybuild base:275: python3.11 setup.py clean
> /<<PKGBUILDDIR>>/master/setup.py:27: DeprecationWarning: pkg_resources is
> deprecated as an API. See
> https://setuptools.pypa.io/en/latest/pkg_resources.html
> import pkg_resources
> /usr/lib/python3/dist-packages/setuptools/dist.py:509: InformationOnly:
> Normalizing '3.7.0-2' to '3.7.0.post2'
> self.metadata.version = self._normalize_version(
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything
> under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
> rm -rf .pybuild/
> find . -name \*.pyc -exec rm {} \;
> dh_auto_clean --buildsystem=pybuild --sourcedirectory=worker \
> --package=buildbot-worker
> pybuild --clean -i python{version} -p 3.11 --dir worker
> I: pybuild base:275: python3.11 setup.py clean
> /usr/lib/python3/dist-packages/setuptools/dist.py:509: InformationOnly:
> Normalizing '3.7.0-2' to '3.7.0.post2'
> self.metadata.version = self._normalize_version(
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything
> under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
> rm -rf .pybuild/
> find . -name \*.pyc -exec rm {} \;
> dh_auto_clean --sourcedirectory=master/docs \
> --package=buildbot-doc -- JOBS=8
> cd master/docs && make -j8 clean JOBS=8
> make[2]: Entering directory '/<<PKGBUILDDIR>>/master/docs'
> rm -rf _build/*
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/master/docs'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_clean
> rm -f debian/debhelper-build-stamp
> rm -rf debian/.debhelper/
> rm -f -- debian/buildbot.substvars debian/buildbot.postinst.debhelper
> debian/buildbot.postrm.debhelper debian/buildbot.prerm.debhelper
> debian/buildbot-doc.substvars debian/buildbot-worker.substvars
> debian/buildbot-worker.postinst.debhelper
> debian/buildbot-worker.prerm.debhelper debian/buildbot-slave.substvars
> debian/python3-buildbot.substvars debian/python3-buildbot-worker.substvars
> debian/python3-buildbot-doc.substvars debian/files
> rm -fr -- debian/buildbot/ debian/tmp/ debian/buildbot-doc/
> debian/buildbot-worker/ debian/buildbot-slave/ debian/python3-buildbot/
> debian/python3-buildbot-worker/ debian/python3-buildbot-doc/
> find . \( \( \
> \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
> .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
> -type f -a \
> \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
> -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
> -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
> -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
> \) -exec rm -f {} + \) -o \
> \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \)
> \)
> dpkg-source -b .
> dpkg-source: warning: upstream signing key but no upstream tarball signature
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building buildbot using existing
> ./buildbot_3.7.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: newly created empty file '_trial_temp/_trial_marker'
> will not be represented in diff
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterNull/test_globTransfer/axc878re/temp/workers/local1/testy/build/dir/file1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterNull/test_globTransfer/axc878re/temp/workers/local1/testy/build/dir/notafile1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterNull/test_globTransfer/axc878re/temp/workers/local1/testy/build/dir/only1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterNull/test_transfer/5cs3fvh2/temp
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterNull/test_transfer/yf91nop_/temp/workers/local1/testy/build/bigfile.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterNull/test_transfer/yf91nop_/temp/workers/local1/testy/build/dir/file1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterNull/test_transfer/yf91nop_/temp/workers/local1/testy/build/dir/file2.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterNull/test_transfer/yf91nop_/temp/workers/local1/testy/build/dir/file3.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterPb/test_globTransfer/qb3z4zhc/temp/testy/build/dir/file1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterPb/test_globTransfer/qb3z4zhc/temp/testy/build/dir/notafile1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterPb/test_globTransfer/qb3z4zhc/temp/testy/build/dir/only1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterPb/test_transfer/ppqw3u1s/temp/testy/build/bigfile.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterPb/test_transfer/ppqw3u1s/temp/testy/build/dir/file1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterPb/test_transfer/ppqw3u1s/temp/testy/build/dir/file2.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterPb/test_transfer/ppqw3u1s/temp/testy/build/dir/file3.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.intero/TransferStepsMasterPb/test_transfer/rc0hzot9/temp
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_i/SecretsConfig/test_secret/_8bsnxyk/temp/workers/local1/testy/build/pathA
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_i/SecretsConfig/test_withsecrets/4dd1t14r/temp/workers/local1/testy/build/pathA
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_w/ProxyTransferStepsMasterPb/test_globTransfer/hjz7fnjv/temp/testy/build/dir/file1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_w/ProxyTransferStepsMasterPb/test_globTransfer/hjz7fnjv/temp/testy/build/dir/notafile1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_w/ProxyTransferStepsMasterPb/test_globTransfer/hjz7fnjv/temp/testy/build/dir/only1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_w/ProxyTransferStepsMasterPb/test_transfer/r7982i1g/temp
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_w/ProxyTransferStepsMasterPb/test_transfer/tdx1zq69/temp/testy/build/bigfile.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_w/ProxyTransferStepsMasterPb/test_transfer/tdx1zq69/temp/testy/build/dir/file1.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_w/ProxyTransferStepsMasterPb/test_transfer/tdx1zq69/temp/testy/build/dir/file2.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/_trial_temp/buildbot.test.integration.test_w/ProxyTransferStepsMasterPb/test_transfer/tdx1zq69/temp/testy/build/dir/file3.txt
> has no final newline (either original or modified version)
> dpkg-source: warning: executable mode 0700 of
> '_trial_temp/buildbot.test.unit.test_secret_i/TestSecretInFile/testCheckConfigErrorSecretInAFil/8h0jocig/temp/tempfile.txt'
> will not be represented in diff
> dpkg-source: warning: executable mode 0700 of
> '_trial_temp/buildbot.test.unit.test_secret_i/TestSecretInFile/testCheckConfigSecretInAFileServ/ufty7xub/temp/tempfile.txt'
> will not be represented in diff
> dpkg-source: warning: executable mode 0700 of
> '_trial_temp/buildbot.test.unit.test_secret_i/TestSecretInFile/testCheckConfigfileExtension/_a27dqe7/temp/tempfile.txt'
> will not be represented in diff
> dpkg-source: warning: executable mode 0700 of
> '_trial_temp/buildbot.test.unit.test_secret_i/TestSecretInFile/testGetSecretInFile/7rwk373c/temp/tempfile.txt'
> will not be represented in diff
> dpkg-source: warning: executable mode 0700 of
> '_trial_temp/buildbot.test.unit.test_secret_i/TestSecretInFile/testGetSecretInFileNoStrip/0jbcotgi/temp/tempfile.txt'
> will not be represented in diff
> dpkg-source: warning: executable mode 0700 of
> '_trial_temp/buildbot.test.unit.test_secret_i/TestSecretInFile/testGetSecretInFileNotFound/sx2rvcao/temp/tempfile.txt'
> will not be represented in diff
> dpkg-source: warning: executable mode 0700 of
> '_trial_temp/buildbot.test.unit.test_secret_i/TestSecretInFile/testGetSecretInFileSuffixes/qdc3x5nw/temp/tempfile.txt'
> will not be represented in diff
> dpkg-source: warning: executable mode 0700 of
> '_trial_temp/buildbot.test.unit.test_secret_i/TestSecretInFile/testReconfigSecretInAFileService/gnecky3h/temp/tempfile.txt'
> will not be represented in diff
> dpkg-source: warning: newly created empty file '_trial_temp/master_dest' will
> not be represented in diff
> dpkg-source: warning: file buildbot-3.7.0/_trial_temp/tmp2zbhh9vc.bat has no
> final newline (either original or modified version)
> dpkg-source: warning: file buildbot-3.7.0/_trial_temp/tmpct2qqnvu.bat has no
> final newline (either original or modified version)
> dpkg-source: warning: file buildbot-3.7.0/_trial_temp/tmpletg0x5u.bat has no
> final newline (either original or modified version)
> dpkg-source: warning: file buildbot-3.7.0/_trial_temp/tmpywmkqyjh.bat has no
> final newline (either original or modified version)
> dpkg-source: warning: file
> buildbot-3.7.0/master/buildbot.egg-info/SOURCES.txt has no final newline
> (either original or modified version)
> dpkg-source: error: cannot represent change to master/docs/docs.tgz: binary
> file contents changed
> dpkg-source: error: add master/docs/docs.tgz in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: file
> buildbot-3.7.0/worker/buildbot_worker.egg-info/SOURCES.txt has no final
> newline (either original or modified version)
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/buildbot_3.7.0-2_unstable.log
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: buildbot
Source-Version: 3.9.0-1
Done: Robin Jarry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
buildbot, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Robin Jarry <[email protected]> (supplier of updated buildbot 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 29 Aug 2023 17:03:16 +0200
Source: buildbot
Architecture: source
Version: 3.9.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Robin Jarry <[email protected]>
Closes: 1043950
Changes:
buildbot (3.9.0-1) unstable; urgency=medium
.
* New upstream version 3.9.0
* d/control: update Standards-Version to 4.6.2
* d/patches: silence twisted deprecation warning
* d/rules: silence sqlalchemy uber warning
* d/control: remove deprecated lsb-base
* d/rules: fix docs build and clean (Closes: #1043950)
Checksums-Sha1:
a8c156d022ba5b9b90dd87fda7e077f445d8b81f 2693 buildbot_3.9.0-1.dsc
36f88d0c93e0f509b99ea364bc2f13ed8d17789a 5682015 buildbot_3.9.0.orig.tar.gz
cdae586db58f1b4feec8dd5ad88e123b22c3ca5c 488 buildbot_3.9.0.orig.tar.gz.asc
983ff1bff3de9122b41372f8de7b909e17a5a4d3 32272 buildbot_3.9.0-1.debian.tar.xz
4d83453e57c3a4940d21352b21a209544880ded8 9351 buildbot_3.9.0-1_source.buildinfo
Checksums-Sha256:
f2fdc675549a63422275495895cd959dc2c47976b7bd620baec69ae3066b6179 2693
buildbot_3.9.0-1.dsc
0bd2598f6877bd22ef20c7c56f1ab41684fbca4e25a93a572ff61f12d326fff3 5682015
buildbot_3.9.0.orig.tar.gz
fa04bc9bd4c2bdfa05d08aaf2d11b1ffbf32d01e40b4e416bf8d0ea48c75c21b 488
buildbot_3.9.0.orig.tar.gz.asc
0c1a539b5caf8b50b9fcb16785cb19baebc166eb502b02cd69b51791aa2921ff 32272
buildbot_3.9.0-1.debian.tar.xz
ba3d9a6b04c0aaab783efd88c769d809d5253195c42d8339065bf12135d963e4 9351
buildbot_3.9.0-1_source.buildinfo
Files:
9c3dbd5d24e1cf975b1969e0222db513 2693 devel optional buildbot_3.9.0-1.dsc
ff2ad6a9ed8f4165ffd950c46dbbe2ae 5682015 devel optional
buildbot_3.9.0.orig.tar.gz
b8f63cc07ae7a6557ba0fcbcf86b88f2 488 devel optional
buildbot_3.9.0.orig.tar.gz.asc
9e1016cbd8ce0bae7c198873be24ba69 32272 devel optional
buildbot_3.9.0-1.debian.tar.xz
85237f026765e615680c1109b615ea67 9351 devel optional
buildbot_3.9.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIUEARYKAC0WIQTYtqmQfDq3IEKLYGhicY4NZm/DNQUCZO4I9A8ccm9iaW5AamFy
cnkuY2MACgkQYnGODWZvwzUdUQEAiruTG+oOGbrApXZOjcLjZNEQ7zBTSJ8a7pAA
6dxWV1kBAJiYsZb23eqGpom1o6F2aX2mHqBGCvJl1IdWktTDRlUG
=CAII
-----END PGP SIGNATURE-----
--- End Message ---