Source: python-jenkinsapi Version: 0.3.11-3 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200926 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, 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.credential > jenkinsapi/credential.py:86: [R1725(super-with-arguments), > UsernamePasswordCredential.__init__] Consider using Python 3 style super() > without arguments > jenkinsapi/credential.py:126: [R1725(super-with-arguments), > UsernamePasswordCredential.get_attributes_xml] Consider using Python 3 style > super() without arguments > jenkinsapi/credential.py:149: [R1725(super-with-arguments), > SecretTextCredential.__init__] Consider using Python 3 style super() without > arguments > jenkinsapi/credential.py:182: [R1725(super-with-arguments), > SecretTextCredential.get_attributes_xml] Consider using Python 3 style > super() without arguments > jenkinsapi/credential.py:217: [R1725(super-with-arguments), > SSHKeyCredential.__init__] Consider using Python 3 style super() without > arguments > jenkinsapi/credential.py:294: [R1725(super-with-arguments), > SSHKeyCredential.get_attributes_xml] Consider using Python 3 style super() > without arguments > jenkinsapi/credential.py:320: [R1725(super-with-arguments), > AmazonWebServicesCredentials.__init__] Consider using Python 3 style super() > without arguments > jenkinsapi/credential.py:363: [R1725(super-with-arguments), > AmazonWebServicesCredentials.get_attributes_xml] Consider using Python 3 > style super() without arguments > ************* Module jenkinsapi.credentials > jenkinsapi/credentials.py:101: [W0707(raise-missing-from), > Credentials.__setitem__] Consider explicitly re-raising using the 'from' > keyword > jenkinsapi/credentials.py:118: [W0707(raise-missing-from), > Credentials.__setitem__] Consider explicitly re-raising using the 'from' > keyword > jenkinsapi/credentials.py:146: [W0707(raise-missing-from), > Credentials.__delitem__] Consider explicitly re-raising using the 'from' > keyword > ************* Module jenkinsapi.fingerprint > jenkinsapi/fingerprint.py:100: [W0707(raise-missing-from), > Fingerprint.validate] Consider explicitly re-raising using the 'from' keyword > jenkinsapi/fingerprint.py:104: [W0707(raise-missing-from), > Fingerprint.validate] Consider explicitly re-raising using the 'from' keyword > ************* Module jenkinsapi.jenkinsbase > jenkinsapi/jenkinsbase.py:89: [W0707(raise-missing-from), > JenkinsBase.get_data] Consider explicitly re-raising using the 'from' keyword > ************* Module jenkinsapi.job > jenkinsapi/job.py:92: [R1725(super-with-arguments), Job.poll] Consider using > Python 3 style super() without arguments > jenkinsapi/job.py:409: [W0707(raise-missing-from), > Job.get_buildnumber_for_revision] Consider explicitly re-raising using the > 'from' keyword > jenkinsapi/job.py:417: [W0707(raise-missing-from), Job.get_build] Consider > explicitly re-raising using the 'from' keyword > jenkinsapi/job.py:432: [W0707(raise-missing-from), Job.delete_build] Consider > explicitly re-raising using the 'from' keyword > jenkinsapi/job.py:447: [W0707(raise-missing-from), Job.get_build_metadata] > Consider explicitly re-raising using the 'from' keyword > ************* Module jenkinsapi.node > jenkinsapi/node.py:122: [W0707(raise-missing-from), Node.get_node_attributes] > Consider explicitly re-raising using the 'from' keyword > ************* Module jenkinsapi.nodes > jenkinsapi/nodes.py:79: [W0707(raise-missing-from), Nodes.iteritems] Consider > explicitly re-raising using the 'from' keyword > jenkinsapi/nodes.py:98: [W0707(raise-missing-from), Nodes.itervalues] > Consider explicitly re-raising using the 'from' keyword > ************* Module jenkinsapi.plugins > jenkinsapi/plugins.py:86: [W0707(raise-missing-from), Plugins.__getitem__] > Consider explicitly re-raising using the 'from' keyword > ************* Module jenkinsapi.queue > jenkinsapi/queue.py:174: [W0707(raise-missing-from), > QueueItem.get_build_number] Consider explicitly re-raising using the 'from' > keyword > jenkinsapi/queue.py:180: [W0707(raise-missing-from), QueueItem.get_job_name] > Consider explicitly re-raising using the 'from' keyword > > ----------------------------------- > Your code has been rated at 9.90/10 > > make[1]: *** [Makefile:4: lint] Error 12 The full build log is available from: http://qa-logs.debian.net/2020/09/26/python-jenkinsapi_0.3.11-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.