Your message dated Fri, 20 Nov 2020 23:03:38 +0000
with message-id <e1kgfrk-000gyd...@fasolo.debian.org>
and subject line Bug#973201: fixed in pyzabbix 0.8.2-1
has caused the Debian Bug report #973201,
regarding pyzabbix: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p "3.9 3.8" returned exit code 13
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.)


-- 
973201: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973201
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyzabbix
Version: 0.7.4-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=pybuild --with 
> python3
> dh: error: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose 
> from: binary binary-arch binary-indep build build-arch build-indep clean 
> install install-arch install-indep)
> dh build --buildsystem=pybuild --with python3
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:217: python3.9 setup.py config 
> running config
> I: pybuild base:217: python3.8 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3.9 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/pyzabbix
> copying pyzabbix/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/pyzabbix
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyzabbix/build/pyzabbix
> copying pyzabbix/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyzabbix/build/pyzabbix
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild pybuild:284: cp -r /<<PKGBUILDDIR>>/tests 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/
> I: pybuild base:217: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build; python3.9 -m unittest 
> discover -v tests
> test_host_delete (test_api.TestPyZabbix) ... 
> /usr/lib/python3/dist-packages/httpretty/core.py:485: ResourceWarning: 
> unclosed file <_io.BufferedRandom name=4>
>   self.fd = FakeSockFile()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3/dist-packages/httpretty/core.py:485: ResourceWarning: 
> unclosed file <_io.BufferedRandom name=5>
>   self.fd = FakeSockFile()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ERROR
> test_host_get (test_api.TestPyZabbix) ... 
> /usr/lib/python3/dist-packages/httpretty/core.py:485: ResourceWarning: 
> unclosed file <_io.BufferedRandom name=6>
>   self.fd = FakeSockFile()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3/dist-packages/httpretty/core.py:485: ResourceWarning: 
> unclosed file <_io.BufferedRandom name=7>
>   self.fd = FakeSockFile()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ERROR
> test_login (test_api.TestPyZabbix) ... 
> /usr/lib/python3/dist-packages/httpretty/core.py:485: ResourceWarning: 
> unclosed file <_io.BufferedRandom name=8>
>   self.fd = FakeSockFile()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3/dist-packages/httpretty/core.py:485: ResourceWarning: 
> unclosed file <_io.BufferedRandom name=9>
>   self.fd = FakeSockFile()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ERROR
> 
> ======================================================================
> ERROR: test_host_delete (test_api.TestPyZabbix)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/httpretty/core.py", line 1638, in 
> wrapper
>     return test(*args, **kw)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/tests/test_api.py", 
> line 96, in test_host_delete
>     result = zapi.host.delete("22982", "22986")
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/pyzabbix/__init__.py", 
> line 155, in fn
>     return self.parent.do_request(
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/pyzabbix/__init__.py", 
> line 100, in do_request
>     response = self.session.post(
>   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 578, in 
> post
>     return self.request('POST', url, data=data, json=json, **kwargs)
>   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 530, in 
> request
>     resp = self.send(prep, **send_kwargs)
>   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 643, in 
> send
>     r = adapter.send(request, **kwargs)
>   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in 
> send
>     resp = conn.urlopen(
>   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 670, 
> in urlopen
>     httplib_response = self._make_request(
>   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 426, 
> in _make_request
>     six.raise_from(e, None)
>   File "<string>", line 3, in raise_from
>   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 421, 
> in _make_request
>     httplib_response = conn.getresponse()
>   File "/usr/lib/python3.9/http/client.py", line 1343, in getresponse
>     response = self.response_class(self.sock, method=self._method)
>   File "/usr/lib/python3.9/http/client.py", line 245, in __init__
>     self.fp = sock.makefile("rb")
>   File "/usr/lib/python3/dist-packages/httpretty/core.py", line 438, in 
> makefile
>     if t.isAlive():
> AttributeError: 'Thread' object has no attribute 'isAlive'
> 
> ======================================================================
> ERROR: test_host_get (test_api.TestPyZabbix)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/httpretty/core.py", line 1638, in 
> wrapper
>     return test(*args, **kw)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/tests/test_api.py", 
> line 60, in test_host_get
>     result = zapi.host.get()
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/pyzabbix/__init__.py", 
> line 155, in fn
>     return self.parent.do_request(
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/pyzabbix/__init__.py", 
> line 100, in do_request
>     response = self.session.post(
>   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 578, in 
> post
>     return self.request('POST', url, data=data, json=json, **kwargs)
>   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 530, in 
> request
>     resp = self.send(prep, **send_kwargs)
>   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 643, in 
> send
>     r = adapter.send(request, **kwargs)
>   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in 
> send
>     resp = conn.urlopen(
>   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 670, 
> in urlopen
>     httplib_response = self._make_request(
>   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 426, 
> in _make_request
>     six.raise_from(e, None)
>   File "<string>", line 3, in raise_from
>   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 421, 
> in _make_request
>     httplib_response = conn.getresponse()
>   File "/usr/lib/python3.9/http/client.py", line 1343, in getresponse
>     response = self.response_class(self.sock, method=self._method)
>   File "/usr/lib/python3.9/http/client.py", line 245, in __init__
>     self.fp = sock.makefile("rb")
>   File "/usr/lib/python3/dist-packages/httpretty/core.py", line 438, in 
> makefile
>     if t.isAlive():
> AttributeError: 'Thread' object has no attribute 'isAlive'
> 
> ======================================================================
> ERROR: test_login (test_api.TestPyZabbix)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/httpretty/core.py", line 1638, in 
> wrapper
>     return test(*args, **kw)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/tests/test_api.py", 
> line 22, in test_login
>     zapi.login('mylogin', 'mypass')
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/pyzabbix/__init__.py", 
> line 70, in login
>     self.auth = self.user.login(user=user, password=password)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/pyzabbix/__init__.py", 
> line 155, in fn
>     return self.parent.do_request(
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build/pyzabbix/__init__.py", 
> line 100, in do_request
>     response = self.session.post(
>   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 578, in 
> post
>     return self.request('POST', url, data=data, json=json, **kwargs)
>   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 530, in 
> request
>     resp = self.send(prep, **send_kwargs)
>   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 643, in 
> send
>     r = adapter.send(request, **kwargs)
>   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in 
> send
>     resp = conn.urlopen(
>   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 670, 
> in urlopen
>     httplib_response = self._make_request(
>   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 426, 
> in _make_request
>     six.raise_from(e, None)
>   File "<string>", line 3, in raise_from
>   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 421, 
> in _make_request
>     httplib_response = conn.getresponse()
>   File "/usr/lib/python3.9/http/client.py", line 1343, in getresponse
>     response = self.response_class(self.sock, method=self._method)
>   File "/usr/lib/python3.9/http/client.py", line 245, in __init__
>     self.fp = sock.makefile("rb")
>   File "/usr/lib/python3/dist-packages/httpretty/core.py", line 438, in 
> makefile
>     if t.isAlive():
> AttributeError: 'Thread' object has no attribute 'isAlive'
> 
> ----------------------------------------------------------------------
> Ran 3 tests in 0.009s
> 
> FAILED (errors=3)
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pyzabbix/build; python3.9 -m unittest 
> discover -v tests
> dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.8" returned 
> exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/10/27/pyzabbix_0.7.4-1_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: pyzabbix
Source-Version: 0.8.2-1
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pyzabbix, 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 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated pyzabbix 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: Fri, 20 Nov 2020 23:34:47 +0100
Source: pyzabbix
Architecture: source
Version: 0.8.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 973201
Changes:
 pyzabbix (0.8.2-1) unstable; urgency=medium
 .
   [ Michal Arbet ]
   * Added comment to d/copyright
 .
   [ Ondřej Nový ]
   * Running wrap-and-sort -bast
   * d/control: Use team+openst...@tracker.debian.org as maintainer
   * d/changelog: Remove trailing whitespaces
   * Use debhelper-compat instead of debian/compat.
 .
   [ Thomas Goirand ]
   * New upstream release.
     - Fixes FTBFS with Python 3.9 (Closes: #973201).
Checksums-Sha1:
 5ddad28ee5e0247d9cd9f048c31e92d0af7b19f6 2113 pyzabbix_0.8.2-1.dsc
 c7640f8a753a4217c0a553e56f383ba8d49e1a64 8552 pyzabbix_0.8.2.orig.tar.xz
 7364b175486d78c5a5c6b89881e9d1c3836ad21a 2404 pyzabbix_0.8.2-1.debian.tar.xz
 3c78142ef39bcb40025a3f73e5c9c5ba25eac2ce 6847 pyzabbix_0.8.2-1_amd64.buildinfo
Checksums-Sha256:
 6648149d7b2b106b1caaf951a0e35e08230b70476c15722a51f9e19379a6f9a9 2113 
pyzabbix_0.8.2-1.dsc
 f5afa4dc562e939f5fcd925709e7712b95c2b30fadb6cedadfb1bb3cc53bb3f8 8552 
pyzabbix_0.8.2.orig.tar.xz
 582c653133b7ba2b365dcd80a5bcc89996229e1ef873ba4d42b065397cd89098 2404 
pyzabbix_0.8.2-1.debian.tar.xz
 7a549779ae3de727c3249b14fc5eefd9a9e69de1ae06301dd86c98332218a2db 6847 
pyzabbix_0.8.2-1_amd64.buildinfo
Files:
 31d19c3c6358d14b9f6c59464102faf7 2113 python optional pyzabbix_0.8.2-1.dsc
 7d4a4baf74f49d77af3d1acc6a9e6371 8552 python optional 
pyzabbix_0.8.2.orig.tar.xz
 b5a6937a5952d76db127d2c73de39ae0 2404 python optional 
pyzabbix_0.8.2-1.debian.tar.xz
 bea3a0b2dcf42567403d3c51e7a7d7c3 6847 python optional 
pyzabbix_0.8.2-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAl+4RUkACgkQ1BatFaxr
Q/6ybQ/+IkRd86WJbNvRgCxVb2K6UehWDvCs9SU2RW1kANtq/SpqgkZfONQuvQYm
wFMoYuso532aMaOrn9WTPKuq6hIn3yg4f7Szvtth50BOo/+bnjQy/S4BA5M1ltoH
enbHwRUmE5xktKU6lWQWGMZ385FyVG1+n55A5aRzs+PsBslG2OGfMkbl/jRVt1Uz
XlwDwa2W8t4P41hboMZfFdUC+ruoBogkoLDvJ2F7j44um+unnrVUTTrJvPy8mne+
Qb/71v0slTi72Wb9AGjpXXQlN0pg/1yh995/Ji1f1oGmeamr6EKsgZxz3mGqxE8o
9x8apBD+B6AzPvG4TPF+kJe+0rltXVlIr3ZaNk35lFI0boIRNCCf9eBtFjXVt6xO
XsgLbA9RImk2w1wpsnFVKAx3ET1KowyteakkWJUave4dIca2ajKAy5KZmnQ48iIw
CGiXFmNXaSTazvGz1pirxG8TuPl8Yd2D9lR8jVPs0+rcCLzQzgJs5CSisbYKvFwc
Fv1Pd2dZ84rkc1VBrpaPXaN2Gw/l+k1h2LvB7fCfrYik0vfJD66enGaIkLgspAmL
/r7J+wA/Ql1wiQQq2UcJMs5eg0po6ad84yisILtW5aUMYBvlCL51yw6oy3NXUOSz
0pjP67v8ZfKLihVfW9Lfnk0hXfGWfiuOkLY3Sah4fzXEkdo9n84=
=uMIm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to