Source: python-jenkinsapi Version: 0.3.11-4 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20210406 ftbfs-bullseye
Hi, During a rebuild of all packages in bullseye, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > pylint jenkinsapi/*.py > Unable to create directory /sbuild-nonexistent/.pylint.d > Unable to create file /sbuild-nonexistent/.pylint.d/jenkinsapi.views1.stats: > [Errno 2] No such file or directory: > '/sbuild-nonexistent/.pylint.d/jenkinsapi.views1.stats' > ************* Module jenkinsapi.plugins > jenkinsapi/plugins.py:141: [R1729(use-a-generator), Plugins.restart_required] > Use a generator instead 'any(job for job in jobs if job['requiresRestart'] == > 'true')' > jenkinsapi/plugins.py:211: [R1729(use-a-generator), > Plugins.plugin_version_is_being_installed] Use a generator instead 'any(job > for job in jobs if job['name'] == plugin.shortName and job['version'] == > plugin.version)' > > ----------------------------------- > Your code has been rated at 9.99/10 > > make[1]: *** [Makefile:4: lint] Error 8 The full build log is available from: http://qa-logs.debian.net/2021/04/06/python-jenkinsapi_0.3.11-4_testing.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! If you reassign this bug to another package, please marking 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. 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.