Your message dated Wed, 28 Oct 2020 03:48:47 +0000
with message-id <e1kxcs7-0003mb...@fasolo.debian.org>
and subject line Bug#971179: fixed in python-jenkinsapi 0.3.11-4
has caused the Debian Bug report #971179,
regarding python-jenkinsapi: FTBFS: 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'
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 ow...@bugs.debian.org
immediately.)
--
971179: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971179
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Source: python-jenkinsapi
Source-Version: 0.3.11-4
Done: Al Stone <a...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-jenkinsapi, 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 971...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Al Stone <a...@debian.org> (supplier of updated python-jenkinsapi 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 27 Oct 2020 21:19:59 -0600
Source: python-jenkinsapi
Architecture: source
Version: 0.3.11-4
Distribution: unstable
Urgency: medium
Maintainer: Al Stone <a...@debian.org>
Changed-By: Al Stone <a...@debian.org>
Closes: 971179
Changes:
python-jenkinsapi (0.3.11-4) unstable; urgency=medium
.
* Fix FTBS due to pylint/python3 changes (Closes: #971179)
* Add Build-Depends for pylint3 requirements
Checksums-Sha1:
43885701b15092e163360f2e22b2d2c1af62bdd3 1970 python-jenkinsapi_0.3.11-4.dsc
c52d6159c2c5193eb0f711c2e78911cd864468a5 5952
python-jenkinsapi_0.3.11-4.debian.tar.xz
49fbc28403ee49abf25f6bf9511edde06d8357e6 7089
python-jenkinsapi_0.3.11-4_source.buildinfo
Checksums-Sha256:
4aca808d9b5cb2a58d4516148debea92559d511fca71f0f9268b8495a392dd0d 1970
python-jenkinsapi_0.3.11-4.dsc
dac3497d800bb646ae7bd42a1afb82c7b673932bef82b5a2732170345daad002 5952
python-jenkinsapi_0.3.11-4.debian.tar.xz
c69a1bfe5ddb18689b6d2b70ab1649a101807db45549be04e871936e56e5632b 7089
python-jenkinsapi_0.3.11-4_source.buildinfo
Files:
9ce55919ceb163f72e3d4aeebeac0baf 1970 python optional
python-jenkinsapi_0.3.11-4.dsc
015492cc728d5317cba45dbb61642da1 5952 python optional
python-jenkinsapi_0.3.11-4.debian.tar.xz
94622ecf66b3a7e54f6e12ac429be678 7089 python optional
python-jenkinsapi_0.3.11-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEiclaKI7ZGQ+4GJLWUwywAtdhsWwFAl+Y5YYACgkQUwywAtdh
sWwGFBAAp27WKVN2+JDCozTtzs+pNR85Gue9CrDs5CWHSDU9JoAPZ6AVw/kQdsNq
afO+zg2kSpL13JRR0LSbbX7ed/zNeQA/Xi2x11yfuZ50T5KRfpJfgykW3RTu8QRU
kraZ0g+I4/biWfNe8V1VRUA/RsGaOsiMNAcSk6WlDFBiwqRJeCIZQfO4oknwgmXj
aO5GCRYhJOpXyOH5gt3RlG5w/MJll3hLD+Nj/o5lcZKeosRUFt0UgVQDiQruXUU7
A4OkFklyz75LQo2l0syBgvsuN+iB16VU+lpneXs5398w8uCJobnYjsLYhm1uYnHS
xwY3zYfued0L1oa6tCkDRJEvoCdltlbHxwxFj5Fegd7KCHPGHG7kfP0iMLTvyD1g
qunGOT+ZvWglcBUKNdkBR+d6s+gAOkAMaE/uVzH0XxthmSYksyJd6tq7DeBM7dk2
Hk7p0zxeh+Bm9AnYcblTisAzktceEiZCwAraY3FCsSV7BwHHFwB1iYfYUo4QtO8M
5w77Gm/4r9tTwQ7JZSJ4VaiYSPlfau8ssowYjZNl9bHSjrFLCnxELOXXdppTtBqr
YhyniZbH0sBavJWnaf1/AAu7/5P2RQLB9ZW+IUk2uw5ypScWunK533yXTR/DzPxY
YmCx4y7exjp1oVVbVsgX5cJ7O/UqzRn9ji8xvp2jDWk44r/kz1w=
=0u4W
-----END PGP SIGNATURE-----
--- End Message ---