Your message dated Mon, 30 Apr 2018 15:08:58 +0000
with message-id <e1fdaqe-0004rz...@fasolo.debian.org>
and subject line Bug#896571: fixed in python-pyngus 2.2.2-3
has caused the Debian Bug report #896571,
regarding python-pyngus FTBFS: test failure
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.)
--
896571: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pyngus
Version: 2.2.2-2
Severity: serious
Some recent change in unstable makes python-pyngus FTBFS:
https://tests.reproducible-builds.org/debian/history/python-pyngus.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-pyngus.html
...
dh_auto_build -O--buildsystem=python_distutils
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
python setup.py build --force
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/pyngus
copying pyngus/sockets.py -> build/lib.linux-x86_64-2.7/pyngus
copying pyngus/link.py -> build/lib.linux-x86_64-2.7/pyngus
copying pyngus/endpoint.py -> build/lib.linux-x86_64-2.7/pyngus
copying pyngus/container.py -> build/lib.linux-x86_64-2.7/pyngus
copying pyngus/connection.py -> build/lib.linux-x86_64-2.7/pyngus
copying pyngus/__init__.py -> build/lib.linux-x86_64-2.7/pyngus
debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/python-pyngus-2.2.2'
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
set -e ; for pyvers in 2.7 3.6; do \
PYTHONPATH=. PYTHON=python$pyvers tests/test-runner ; \
done
unit_tests.connection.APITest.test_abort ................................ pass
unit_tests.connection.APITest.test_accept_receiver_async ................ pass
unit_tests.connection.APITest.test_accept_receiver_dynamic_sync ......... pass
unit_tests.connection.APITest.test_accept_receiver_sync ................. pass
unit_tests.connection.APITest.test_accept_sender_async .................. pass
unit_tests.connection.APITest.test_accept_sender_dynamic_sync ........... pass
unit_tests.connection.APITest.test_accept_sender_sync ................... pass
unit_tests.connection.APITest.test_active_callback ...................... pass
unit_tests.connection.APITest.test_connection_properties ................ pass
unit_tests.connection.APITest.test_create_destroy ....................... pass
unit_tests.connection.APITest.test_create_receiver ...................... pass
unit_tests.connection.APITest.test_create_sender ........................ pass
unit_tests.connection.APITest.test_destroy_then_process ................. start
2019-05-25 04:54:38,134 ERROR Connection failed:
Condition('amqp:resource-limit-exceeded', 'local-idle-timeout expired')
2019-05-25 04:54:38,134 ERROR Connection.process() called on destroyed
connection!
2019-05-25 04:54:38,134 ERROR Connection.process() called on destroyed
connection!
unit_tests.connection.APITest.test_destroy_then_process ................. pass
unit_tests.connection.APITest.test_io_input_close ....................... start
2019-05-25 04:54:38,140 ERROR Connection failed:
Condition('amqp:connection:framing-error', 'connection aborted')
unit_tests.connection.APITest.test_io_input_close ....................... pass
unit_tests.connection.APITest.test_io_output_close ...................... skip
Skipped: Skipping test - error deprecated?
unit_tests.connection.APITest.test_non_reentrant_callback ............... pass
unit_tests.connection.APITest.test_open_close_polled .................... pass
unit_tests.connection.APITest.test_pipeline ............................. pass
unit_tests.connection.APITest.test_properties_hostname .................. pass
unit_tests.connection.APITest.test_properties_idle_timeout .............. pass
unit_tests.connection.APITest.test_reject_receiver_async ................ pass
unit_tests.connection.APITest.test_reject_receiver_no_condition_sync .... pass
unit_tests.connection.APITest.test_reject_receiver_sync ................. pass
unit_tests.connection.APITest.test_reject_sender_async .................. pass
unit_tests.connection.APITest.test_reject_sender_no_condition_sync ...... pass
unit_tests.connection.APITest.test_reject_sender_sync ................... pass
unit_tests.connection.APITest.test_sasl_callbacks_old ................... skip
Skipped: Test broken in Debian: skipping.
unit_tests.connection.APITest.test_ssl_bad_no_cert ...................... pass
unit_tests.connection.APITest.test_ssl_bad_no_peer_name ................. pass
unit_tests.connection.APITest.test_ssl_bad_verify_mode .................. pass
unit_tests.connection.APITest.test_ssl_client_auth_ok ................... start
2019-05-25 04:54:38,272 ERROR Connection failed:
Condition('amqp:connection:framing-error', 'SSL Failure: error:1416F086:SSL
routines:tls_process_server_certificate:certificate verify failed')
unit_tests.connection.APITest.test_ssl_client_auth_ok ................... fail
Error during test: Traceback (most recent call last):
File "tests/test-runner", line 360, in run
phase()
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
442, in test_ssl_client_auth_ok
client_dns="my.client.com")
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
402, in _test_ssl
self._ssl_connect(s_props, c_props)
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
360, in _ssl_connect
assert server.active and client.active
AssertionError
unit_tests.connection.APITest.test_ssl_client_name_fail ................. start
2019-05-25 04:54:38,297 ERROR Connection failed:
Condition('amqp:connection:framing-error', 'SSL Failure: error:1416F086:SSL
routines:tls_process_server_certificate:certificate verify failed')
unit_tests.connection.APITest.test_ssl_client_name_fail ................. pass
unit_tests.connection.APITest.test_ssl_client_pw_fail ................... pass
unit_tests.connection.APITest.test_ssl_minimal .......................... pass
unit_tests.connection.APITest.test_ssl_name_fail ........................ start
2019-05-25 04:54:38,371 ERROR Connection failed:
Condition('amqp:connection:framing-error', 'SSL Failure: error:1416F086:SSL
routines:tls_process_server_certificate:certificate verify failed')
unit_tests.connection.APITest.test_ssl_name_fail ........................ pass
unit_tests.connection.APITest.test_ssl_no_verify_peer ................... start
2019-05-25 04:54:38,392 ERROR Connection failed:
Condition('amqp:connection:framing-error', 'SSL Failure: error:1416F086:SSL
routines:tls_process_server_certificate:certificate verify failed')
unit_tests.connection.APITest.test_ssl_no_verify_peer ................... fail
Error during test: Traceback (most recent call last):
File "tests/test-runner", line 360, in run
phase()
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
459, in test_ssl_no_verify_peer
self._test_ssl(verify_peer=False)
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
402, in _test_ssl
self._ssl_connect(s_props, c_props)
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
360, in _ssl_connect
assert server.active and client.active
AssertionError
unit_tests.connection.APITest.test_ssl_ok ............................... start
2019-05-25 04:54:38,412 ERROR Connection failed:
Condition('amqp:connection:framing-error', 'SSL Failure: error:1416F086:SSL
routines:tls_process_server_certificate:certificate verify failed')
unit_tests.connection.APITest.test_ssl_ok ............................... fail
Error during test: Traceback (most recent call last):
File "tests/test-runner", line 360, in run
phase()
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
406, in test_ssl_ok
self._test_ssl()
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
402, in _test_ssl
self._ssl_connect(s_props, c_props)
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
360, in _ssl_connect
assert server.active and client.active
AssertionError
unit_tests.connection.APITest.test_ssl_ok_using_system_ca ............... start
2019-05-25 04:54:38,433 ERROR Connection failed:
Condition('amqp:connection:framing-error', 'SSL Failure: error:1416F086:SSL
routines:tls_process_server_certificate:certificate verify failed')
unit_tests.connection.APITest.test_ssl_ok_using_system_ca ............... fail
Error during test: Traceback (most recent call last):
File "tests/test-runner", line 360, in run
phase()
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
413, in test_ssl_ok_using_system_ca
self._test_ssl(use_system_ca_bundle=True)
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
402, in _test_ssl
self._ssl_connect(s_props, c_props)
File "/build/1st/python-pyngus-2.2.2/tests/unit_tests/connection.py", line
360, in _ssl_connect
assert server.active and client.active
AssertionError
unit_tests.connection.APITest.test_ssl_pw_fail .......................... pass
unit_tests.connection.APITest.test_user_context ......................... pass
unit_tests.connection.CyrusTest.test_cyrus_sasl_fail .................... skip
Skipped: Cyrus SASL not supported
unit_tests.connection.CyrusTest.test_cyrus_sasl_ok ...................... skip
Skipped: Cyrus SASL not supported
unit_tests.connection.SASLTest.test_sasl_disabled ....................... pass
unit_tests.connection.SASLTest.test_sasl_force .......................... pass
unit_tests.connection.SASLTest.test_sasl_force_false .................... pass
unit_tests.container.APITest.test_cleanup ............................... pass
unit_tests.container.APITest.test_create_connection ..................... pass
unit_tests.container.APITest.test_create_destroy ........................ pass
unit_tests.container.APITest.test_need_processing ....................... pass
unit_tests.link.APITest.test_create_destroy ............................. pass
unit_tests.link.APITest.test_credit_sync ................................ pass
unit_tests.link.APITest.test_dynamic_receiver_props ..................... pass
unit_tests.link.APITest.test_multi_frame_message ........................ pass
unit_tests.link.APITest.test_non_reentrant_callback ..................... start
2019-05-25 04:54:38,562 ERROR Endpoint state error: endpoint=src1,
error=invalid event=REMOTE_OPENED in state=STATE_ACTIVE
2019-05-25 04:54:38,563 ERROR Endpoint state error: endpoint=src2,
error=invalid event=LOCAL_OPENED in state=STATE_ACTIVE
unit_tests.link.APITest.test_non_reentrant_callback ..................... pass
unit_tests.link.APITest.test_pipeline_close ............................. pass
unit_tests.link.APITest.test_receiver_abort ............................. pass
unit_tests.link.APITest.test_receiver_close_cond_sync ................... pass
unit_tests.link.APITest.test_receiver_setup_sync ........................ pass
unit_tests.link.APITest.test_send_abort ................................. pass
unit_tests.link.APITest.test_send_accepted .............................. pass
unit_tests.link.APITest.test_send_close_on_ack .......................... pass
unit_tests.link.APITest.test_send_deadline_idle ......................... pass
unit_tests.link.APITest.test_send_expired_late_reply .................... pass
unit_tests.link.APITest.test_send_expired_no_callback ................... pass
unit_tests.link.APITest.test_send_expired_no_credit ..................... pass
unit_tests.link.APITest.test_send_expired_no_reply ...................... pass
unit_tests.link.APITest.test_send_modified .............................. pass
unit_tests.link.APITest.test_send_presettled ............................ pass
unit_tests.link.APITest.test_send_rejected .............................. pass
unit_tests.link.APITest.test_send_released .............................. pass
unit_tests.link.APITest.test_sender_close_cond_sync ..................... pass
unit_tests.link.APITest.test_sender_setup_sync .......................... pass
unit_tests.link.APITest.test_settle_modes ............................... pass
unit_tests.link.APITest.test_use_after_free ............................. pass
Totals:
74 tests, 66 passed, 4 skipped, 0 ignored, 4 failed
make[1]: *** [debian/rules:14: override_dh_auto_test] Error 1
--- End Message ---
--- Begin Message ---
Source: python-pyngus
Source-Version: 2.2.2-3
We believe that the bug you reported is fixed in the latest version of
python-pyngus, 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 896...@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 python-pyngus 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: SHA512
Format: 1.8
Date: Mon, 30 Apr 2018 13:16:03 +0000
Source: python-pyngus
Binary: python-pyngus python3-pyngus
Architecture: source all
Version: 2.2.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
python-pyngus - callback API implemented over Proton - Python 2.7
python3-pyngus - callback API implemented over Proton - Python 3.x
Closes: 896571
Changes:
python-pyngus (2.2.2-3) unstable; urgency=medium
.
* Do not test SSL connection stuff (Closes: #896571).
Checksums-Sha1:
5a7e39da270809c5b078b2a8a778b7fd902b9c60 2187 python-pyngus_2.2.2-3.dsc
a0bb91dab507af3b40848670cabade0cca1f1319 2896
python-pyngus_2.2.2-3.debian.tar.xz
d167dcf2b608120d1bb6146b27ad7d7518e2213b 18140 python-pyngus_2.2.2-3_all.deb
ddf9469478ce9b0fb6b025c8ef2c6f47f974aa1f 8454
python-pyngus_2.2.2-3_amd64.buildinfo
e2c12786e8230c335f4505e4f5d81bb0971ac206 18216 python3-pyngus_2.2.2-3_all.deb
Checksums-Sha256:
36e0d2366ac3354bef5d4c602235d7377aff012c60739ddadc933f796d9ec0f3 2187
python-pyngus_2.2.2-3.dsc
1cf606c2d6d8e388d416004bc7d9a2b374f72a47a73b73d84821218fd7883971 2896
python-pyngus_2.2.2-3.debian.tar.xz
c855b11947a2e145f468afd5c9463dde076a22e3c8c7e03e8675e1b205d67b0d 18140
python-pyngus_2.2.2-3_all.deb
ccfd3b9b831673bf610065a50eb1dac1cbed8b9d728c1a5eb67942608a3e388f 8454
python-pyngus_2.2.2-3_amd64.buildinfo
9434bf8e66ac9e02fe0846d2ecf3411dd50665d9476c4ddc69b7de3567f28de0 18216
python3-pyngus_2.2.2-3_all.deb
Files:
bf51ca7bed0b3605838759d51b74e90b 2187 python optional python-pyngus_2.2.2-3.dsc
9dfcf3eb9ccd3425be1934af1780cfbf 2896 python optional
python-pyngus_2.2.2-3.debian.tar.xz
2cfcdeebe0b694df74e94d06cacd5fd8 18140 python optional
python-pyngus_2.2.2-3_all.deb
bfae902e0ba244ed83aac1d6c9e4abba 8454 python optional
python-pyngus_2.2.2-3_amd64.buildinfo
ccb7dbba29dc962acd2099dc7265226b 18216 python optional
python3-pyngus_2.2.2-3_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAlrnHaEACgkQq1PlA1ho
d6ZGqBAApAq+JU7MT2sSKJdiyhOMZQaIpydW8HFD9jha+bvii7DUN4/TlVIu0Z27
QJNmzsfCGuLTCFn6EiOf1WYaZ0RtK+US2jVo+svxm3UfJJIFIzE3pqoqcThgg02S
NHUP/pVXlVxFhSXs2pDaAFS2+esNFpnajiHhxW7TdYpckelYq5+qUa4EVw6iOnhH
gcjxx1U7e/8dRmf7n6JweMNO5IF/Pk1hnniXVTgWhx5UMC2Bbbz1N+E4vjxwKoT+
BGA04PoPw7d2oAF40Ak/7Lxi5+SNosLufGXTQjWHSPPa+9y9p9HicSZt8TP+GXzU
zUlmyDC8mnevAue1j4t2hOZe19b1pkFz5Wz52rni39SQZSQxe+27kbireeKYs/+h
j/U+k2DLwmWOz0+KIA8SMyqFt6zaYCo17AHv7szv5eUMXklnPUwL+6gpYYeuvauB
B9VW6wyyxHG89DqPp9fogZm0KfmsbmK6dIg1+VT1BjMhf0e6ROuB2srOH8tdhfkE
C2aoThCCdFcn6oIHgntmVEiQ/OuE1hBVVy2DCoZ4Ql4H/HlLRzxBtf8tD4tQNsr7
kpF1BHgXNSFFOc1tyh3bgt+TkSP6M5qUMybU372NI0KK2VYUxdIaKfzt5dxsW3Yn
kHDOq+ykF/hT9L8YTMACqwQXIt8Ey2WFyZVXt+EiH7LCteCSe4c=
=oSIV
-----END PGP SIGNATURE-----
--- End Message ---