Source: pcs Version: 0.11.6-1 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 pcs > dpkg-buildpackage: info: source version 0.11.6-1 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Valentin Vidic <[email protected]> > dpkg-source --before-build . > debian/rules clean > dh clean --with python3 > dh_auto_clean > make -j8 distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making distclean in pcs > make[2]: Entering directory '/<<PKGBUILDDIR>>/pcs' > test -z "settings.py pcs.8 pcs pcs_internal" || rm -f settings.py pcs.8 pcs > pcs_internal > test . = "." || test -z "" || rm -f > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/pcs' > Making distclean in pcsd > make[2]: Entering directory '/<<PKGBUILDDIR>>/pcsd' > rm -f test/*.tmp > test -z "capabilities.xml pcsd.8 pcsd-cli.rb pcsd-ruby.service pcsd.service > settings.rb pcsd" || rm -f capabilities.xml pcsd.8 pcsd-cli.rb > pcsd-ruby.service pcsd.service settings.rb pcsd > test . = "." || test -z "" || rm -f > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/pcsd' > Making distclean in pcs_test > make[2]: Entering directory '/<<PKGBUILDDIR>>/pcs_test' > test -z "settings.py api_v2_client smoke.sh pcs_for_tests suite" || rm -f > settings.py api_v2_client smoke.sh pcs_for_tests suite > test . = "." || test -z "" || rm -f > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/pcs_test' > Making distclean in data > make[2]: Entering directory '/<<PKGBUILDDIR>>/data' > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/data' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > rm -rf rpm/pcs.spec pcs-0.11.6.tar.bz2 pcs-0.11.6.tar.gz pcs-0.11.6.tar.xz > pcs-0.11.6 *.rpm > if [ "/<<PKGBUILDDIR>>" != "/<<PKGBUILDDIR>>" ]; then \ > echo "Cleaning symlinks for testing" ; \ > find "/<<PKGBUILDDIR>>/" -type l -delete; \ > find /<<PKGBUILDDIR>> -type d -name qdevice-certs -exec rm -rf {} \; > 2>/dev/null || : ;\ > find /<<PKGBUILDDIR>> -type f -name "*.conf*" -exec rm -rf {} \; > 2>/dev/null || : ;\ > find "/<<PKGBUILDDIR>>/" -type d -empty -delete; \ > fi > test -z "setup.py setup.cfg pcs/snmp/pcs_snmp_agent.service > pcs/snmp/settings.py pcs/snmp/pcs_snmp_agent.8 pcsd/logrotate/pcsd > pcs/snmp/pcs_snmp_agent pcs_test/tools/bin_mock/pcmk/crm_resource > pcs_test/tools/bin_mock/pcmk/pacemaker-fenced scripts/pcsd.sh" || rm -f > setup.py setup.cfg pcs/snmp/pcs_snmp_agent.service pcs/snmp/settings.py > pcs/snmp/pcs_snmp_agent.8 pcsd/logrotate/pcsd pcs/snmp/pcs_snmp_agent > pcs_test/tools/bin_mock/pcmk/crm_resource > pcs_test/tools/bin_mock/pcmk/pacemaker-fenced scripts/pcsd.sh > rm -rf Gemfile > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > find /<<PKGBUILDDIR>> -type d -name __pycache__ -exec rm -rf {} \; > 2>/dev/null || : > test . = "." || test -z "" || rm -f > rm -rf .mypy_cache > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > rm -rf rpm/requirements.txt rpm/Gemfile rpm/pcs-* > rm -rf stamps > rm -rf /<<PKGBUILDDIR>>/pcs_bundled /<<PKGBUILDDIR>>/pcsd/vendor/bundle/ > rm -rf > /usr/bin/python3 setup.py clean > /usr/bin/python3: can't open file '/<<PKGBUILDDIR>>/setup.py': [Errno 2] No > such file or directory > make[2]: *** [Makefile:1214: clean-local] Error 2 > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > make[1]: *** [Makefile:572: distclean-recursive] Error 1 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_auto_clean: error: make -j8 distclean returned exit code 2 > make: *** [debian/rules:8: clean] Error 25 > dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2 > > 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/pcs_0.11.6-1_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.

