Your message dated Sat, 05 Nov 2016 22:37:36 +0000 with message-id <e1c39ai-000epl...@fasolo.debian.org> and subject line Bug#828901: fixed in python-websockets 3.2-1 has caused the Debian Bug report #828901, regarding python-websockets: FTBFS: AssertionError: Expected 'get_extra_info' to be called once. Called 2 times. 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.) -- 828901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828901 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: python-websockets Version: 3.0-1 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org Dear Maintainer, python-websockets fails to build from source in unstable/amd64: [..] creating /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/uri.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/__init__.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/py35_client.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/server.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/test_framing.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/protocol.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/version.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/test_client_server.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/http.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/test_handshake.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/py35_test_client_server.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/compatibility.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/exceptions.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/test_uri.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/client.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/framing.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/test_http.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/test_protocol.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets copying websockets/handshake.py -> /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets dh_auto_test -O--buildsystem=pybuild I: pybuild base:184: cd /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest discover -v test_basic (websockets.test_client_server.ClientServerContextManagerTests) ... ok test_checking_lack_of_origin_succeeds (websockets.test_client_server.ClientServerOriginTests) ... ok test_checking_origin_fails (websockets.test_client_server.ClientServerOriginTests) ... ok test_checking_origin_succeeds (websockets.test_client_server.ClientServerOriginTests) ... ok test_basic (websockets.test_client_server.ClientServerTests) ... ok test_client_receives_malformed_response (websockets.test_client_server.ClientServerTests) ... ok test_client_sends_invalid_handshake_request (websockets.test_client_server.ClientServerTests) ... ok test_explicit_event_loop (websockets.test_client_server.ClientServerTests) ... ok test_no_subprotocol (websockets.test_client_server.ClientServerTests) ... ok test_protocol_attributes (websockets.test_client_server.ClientServerTests) ... ok test_protocol_custom_request_headers_dict (websockets.test_client_server.ClientServerTests) ... ok test_protocol_custom_request_headers_list (websockets.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_callable_dict (websockets.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_callable_list (websockets.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_dict (websockets.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_list (websockets.test_client_server.ClientServerTests) ... ok test_protocol_headers (websockets.test_client_server.ClientServerTests) ... ok test_protocol_raw_headers (websockets.test_client_server.ClientServerTests) ... ok test_server_close_crashes (websockets.test_client_server.ClientServerTests) ... ok test_server_close_while_client_connected (websockets.test_client_server.ClientServerTests) ... ok test_server_does_not_switch_protocols (websockets.test_client_server.ClientServerTests) ... ok test_server_handler_crashes (websockets.test_client_server.ClientServerTests) ... ok test_server_receives_malformed_request (websockets.test_client_server.ClientServerTests) ... ok test_server_sends_invalid_handshake_response (websockets.test_client_server.ClientServerTests) ... ok test_subprotocol_error (websockets.test_client_server.ClientServerTests) ... ok test_subprotocol_found (websockets.test_client_server.ClientServerTests) ... ok test_subprotocol_not_found (websockets.test_client_server.ClientServerTests) ... ok test_subprotocol_not_offered (websockets.test_client_server.ClientServerTests) ... ok test_subprotocol_not_requested (websockets.test_client_server.ClientServerTests) ... ok test_basic (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_client_receives_malformed_response (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_client_sends_invalid_handshake_request (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_explicit_event_loop (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_no_subprotocol (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_protocol_attributes (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_protocol_custom_request_headers_dict (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_protocol_custom_request_headers_list (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_protocol_custom_response_headers_callable_dict (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_protocol_custom_response_headers_callable_list (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_protocol_custom_response_headers_dict (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_protocol_custom_response_headers_list (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_protocol_headers (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_protocol_raw_headers (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_server_close_crashes (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_server_close_while_client_connected (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_server_does_not_switch_protocols (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_server_handler_crashes (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_server_receives_malformed_request (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_server_sends_invalid_handshake_response (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_subprotocol_error (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_subprotocol_found (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_subprotocol_not_found (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_subprotocol_not_offered (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_subprotocol_not_requested (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_ws_uri_is_rejected (websockets.test_client_server.SSLClientServerTests) ... skipped 'test certificate is missing' test_bad_mask_flag (websockets.test_framing.FramingTests) ... ok test_bad_opcode (websockets.test_framing.FramingTests) ... ok test_bad_reserved_bits (websockets.test_framing.FramingTests) ... ok test_binary (websockets.test_framing.FramingTests) ... ok test_binary_masked (websockets.test_framing.FramingTests) ... ok test_close (websockets.test_framing.FramingTests) ... ok test_control_frame_too_long (websockets.test_framing.FramingTests) ... ok test_fragmented_control_frame (websockets.test_framing.FramingTests) ... ok test_long (websockets.test_framing.FramingTests) ... ok test_non_ascii_text (websockets.test_framing.FramingTests) ... ok test_non_ascii_text_masked (websockets.test_framing.FramingTests) ... ok test_parse_close (websockets.test_framing.FramingTests) ... ok test_parse_close_empty (websockets.test_framing.FramingTests) ... ok test_parse_close_errors (websockets.test_framing.FramingTests) ... ok test_payload_too_big (websockets.test_framing.FramingTests) ... ok test_ping (websockets.test_framing.FramingTests) ... ok test_pong (websockets.test_framing.FramingTests) ... ok test_text (websockets.test_framing.FramingTests) ... ok test_text_masked (websockets.test_framing.FramingTests) ... ok test_very_long (websockets.test_framing.FramingTests) ... ok test_accept (websockets.test_handshake.HandshakeTests) ... ok test_request_invalid_connection (websockets.test_handshake.HandshakeTests) ... ok test_request_invalid_key_not_16_bytes_long (websockets.test_handshake.HandshakeTests) ... ok test_request_invalid_key_not_base64 (websockets.test_handshake.HandshakeTests) ... ok test_request_invalid_key_not_well_padded (websockets.test_handshake.HandshakeTests) ... ok test_request_invalid_upgrade (websockets.test_handshake.HandshakeTests) ... ok test_request_invalid_version (websockets.test_handshake.HandshakeTests) ... ok test_request_missing_connection (websockets.test_handshake.HandshakeTests) ... ok test_request_missing_key (websockets.test_handshake.HandshakeTests) ... ok test_request_missing_upgrade (websockets.test_handshake.HandshakeTests) ... ok test_request_missing_version (websockets.test_handshake.HandshakeTests) ... ok test_response_invalid_accept (websockets.test_handshake.HandshakeTests) ... ok test_response_invalid_connection (websockets.test_handshake.HandshakeTests) ... ok test_response_invalid_upgrade (websockets.test_handshake.HandshakeTests) ... ok test_response_missing_accept (websockets.test_handshake.HandshakeTests) ... ok test_response_missing_connection (websockets.test_handshake.HandshakeTests) ... ok test_response_missing_upgrade (websockets.test_handshake.HandshakeTests) ... ok test_round_trip (websockets.test_handshake.HandshakeTests) ... ok test_headers_limit (websockets.test_http.HTTPTests) ... ok test_line_ending (websockets.test_http.HTTPTests) ... ok test_line_limit (websockets.test_http.HTTPTests) ... ok test_method (websockets.test_http.HTTPTests) ... ok test_read_request (websockets.test_http.HTTPTests) ... ok test_read_response (websockets.test_http.HTTPTests) ... ok test_version (websockets.test_http.HTTPTests) ... ok test_acknowledge_ping (websockets.test_protocol.ClientTests) ... ok test_acknowledge_previous_pings (websockets.test_protocol.ClientTests) ... ok test_answer_ping (websockets.test_protocol.ClientTests) ... ok test_cancel_ping (websockets.test_protocol.ClientTests) ... ok test_close_connection_lost (websockets.test_protocol.ClientTests) ... ok test_close_handshake_in_fragmented_text (websockets.test_protocol.ClientTests) ... ok test_close_handshake_timeout (websockets.test_protocol.ClientTests) ... ok test_close_preserves_incoming_frames (websockets.test_protocol.ClientTests) ... ok test_close_protocol_error (websockets.test_protocol.ClientTests) ... ok test_connection_close_in_fragmented_text (websockets.test_protocol.ClientTests) ... ok test_connection_closed_attributes (websockets.test_protocol.ClientTests) ... ok test_connection_lost (websockets.test_protocol.ClientTests) ... ok test_control_frame_within_fragmented_text (websockets.test_protocol.ClientTests) ... ok test_duplicate_ping (websockets.test_protocol.ClientTests) ... ok test_ensure_connection_before_opening_handshake (websockets.test_protocol.ClientTests) ... ok test_eof_received_timeout (websockets.test_protocol.ClientTests) ... ok test_fragmented_binary (websockets.test_protocol.ClientTests) ... ok test_fragmented_binary_no_max_size (websockets.test_protocol.ClientTests) ... ok test_fragmented_binary_payload_too_big (websockets.test_protocol.ClientTests) ... ok test_fragmented_text (websockets.test_protocol.ClientTests) ... ok test_fragmented_text_no_max_size (websockets.test_protocol.ClientTests) ... ok test_fragmented_text_payload_too_big (websockets.test_protocol.ClientTests) ... ok test_ignore_pong (websockets.test_protocol.ClientTests) ... ok test_legacy_recv (websockets.test_protocol.ClientTests) ... ok test_local_address (websockets.test_protocol.ClientTests) ... FAIL test_local_close (websockets.test_protocol.ClientTests) ... ok test_local_close_during_recv (websockets.test_protocol.ClientTests) ... ok test_open (websockets.test_protocol.ClientTests) ... ok test_ping_binary (websockets.test_protocol.ClientTests) ... ok test_ping_default (websockets.test_protocol.ClientTests) ... ok test_ping_on_closed_connection (websockets.test_protocol.ClientTests) ... ok test_ping_on_closing_connection (websockets.test_protocol.ClientTests) ... ok test_ping_text (websockets.test_protocol.ClientTests) ... ok test_ping_type_error (websockets.test_protocol.ClientTests) ... ok test_pong_binary (websockets.test_protocol.ClientTests) ... ok test_pong_default (websockets.test_protocol.ClientTests) ... ok test_pong_on_closed_connection (websockets.test_protocol.ClientTests) ... ok test_pong_on_closing_connection (websockets.test_protocol.ClientTests) ... ok test_pong_text (websockets.test_protocol.ClientTests) ... ok test_pong_type_error (websockets.test_protocol.ClientTests) ... ok test_recv_binary (websockets.test_protocol.ClientTests) ... ok test_recv_binary_no_max_size (websockets.test_protocol.ClientTests) ... ok test_recv_binary_payload_too_big (websockets.test_protocol.ClientTests) ... ok test_recv_cancelled (websockets.test_protocol.ClientTests) ... ok test_recv_on_closed_connection (websockets.test_protocol.ClientTests) ... ok test_recv_on_closing_connection (websockets.test_protocol.ClientTests) ... ok test_recv_other_error (websockets.test_protocol.ClientTests) ... ok test_recv_protocol_error (websockets.test_protocol.ClientTests) ... ok test_recv_text (websockets.test_protocol.ClientTests) ... ok test_recv_text_no_max_size (websockets.test_protocol.ClientTests) ... ok test_recv_text_payload_too_big (websockets.test_protocol.ClientTests) ... ok test_recv_unicode_error (websockets.test_protocol.ClientTests) ... ok test_remote_address (websockets.test_protocol.ClientTests) ... FAIL test_remote_close (websockets.test_protocol.ClientTests) ... ok test_remote_close_during_send (websockets.test_protocol.ClientTests) ... ok test_remote_close_race_with_failing_connection (websockets.test_protocol.ClientTests) ... ok test_send_binary (websockets.test_protocol.ClientTests) ... ok test_send_on_closed_connection (websockets.test_protocol.ClientTests) ... ok test_send_on_closing_connection (websockets.test_protocol.ClientTests) ... ok test_send_text (websockets.test_protocol.ClientTests) ... ok test_send_type_error (websockets.test_protocol.ClientTests) ... ok test_simultaneous_close (websockets.test_protocol.ClientTests) ... ok test_state_name (websockets.test_protocol.ClientTests) ... ok test_unterminated_fragmented_text (websockets.test_protocol.ClientTests) ... ok test_acknowledge_ping (websockets.test_protocol.ServerTests) ... ok test_acknowledge_previous_pings (websockets.test_protocol.ServerTests) ... ok test_answer_ping (websockets.test_protocol.ServerTests) ... ok test_cancel_ping (websockets.test_protocol.ServerTests) ... ok test_close_connection_lost (websockets.test_protocol.ServerTests) ... ok test_close_handshake_in_fragmented_text (websockets.test_protocol.ServerTests) ... ok test_close_handshake_timeout (websockets.test_protocol.ServerTests) ... ok test_close_preserves_incoming_frames (websockets.test_protocol.ServerTests) ... ok test_close_protocol_error (websockets.test_protocol.ServerTests) ... ok test_connection_close_in_fragmented_text (websockets.test_protocol.ServerTests) ... ok test_connection_closed_attributes (websockets.test_protocol.ServerTests) ... ok test_connection_lost (websockets.test_protocol.ServerTests) ... ok test_control_frame_within_fragmented_text (websockets.test_protocol.ServerTests) ... ok test_duplicate_ping (websockets.test_protocol.ServerTests) ... ok test_ensure_connection_before_opening_handshake (websockets.test_protocol.ServerTests) ... ok test_fragmented_binary (websockets.test_protocol.ServerTests) ... ok test_fragmented_binary_no_max_size (websockets.test_protocol.ServerTests) ... ok test_fragmented_binary_payload_too_big (websockets.test_protocol.ServerTests) ... ok test_fragmented_text (websockets.test_protocol.ServerTests) ... ok test_fragmented_text_no_max_size (websockets.test_protocol.ServerTests) ... ok test_fragmented_text_payload_too_big (websockets.test_protocol.ServerTests) ... ok test_ignore_pong (websockets.test_protocol.ServerTests) ... ok test_legacy_recv (websockets.test_protocol.ServerTests) ... ok test_local_address (websockets.test_protocol.ServerTests) ... FAIL test_local_close (websockets.test_protocol.ServerTests) ... ok test_local_close_during_recv (websockets.test_protocol.ServerTests) ... ok test_open (websockets.test_protocol.ServerTests) ... ok test_ping_binary (websockets.test_protocol.ServerTests) ... ok test_ping_default (websockets.test_protocol.ServerTests) ... ok test_ping_on_closed_connection (websockets.test_protocol.ServerTests) ... ok test_ping_on_closing_connection (websockets.test_protocol.ServerTests) ... ok test_ping_text (websockets.test_protocol.ServerTests) ... ok test_ping_type_error (websockets.test_protocol.ServerTests) ... ok test_pong_binary (websockets.test_protocol.ServerTests) ... ok test_pong_default (websockets.test_protocol.ServerTests) ... ok test_pong_on_closed_connection (websockets.test_protocol.ServerTests) ... ok test_pong_on_closing_connection (websockets.test_protocol.ServerTests) ... ok test_pong_text (websockets.test_protocol.ServerTests) ... ok test_pong_type_error (websockets.test_protocol.ServerTests) ... ok test_recv_binary (websockets.test_protocol.ServerTests) ... ok test_recv_binary_no_max_size (websockets.test_protocol.ServerTests) ... ok test_recv_binary_payload_too_big (websockets.test_protocol.ServerTests) ... ok test_recv_cancelled (websockets.test_protocol.ServerTests) ... ok test_recv_on_closed_connection (websockets.test_protocol.ServerTests) ... ok test_recv_on_closing_connection (websockets.test_protocol.ServerTests) ... ok test_recv_other_error (websockets.test_protocol.ServerTests) ... ok test_recv_protocol_error (websockets.test_protocol.ServerTests) ... ok test_recv_text (websockets.test_protocol.ServerTests) ... ok test_recv_text_no_max_size (websockets.test_protocol.ServerTests) ... ok test_recv_text_payload_too_big (websockets.test_protocol.ServerTests) ... ok test_recv_unicode_error (websockets.test_protocol.ServerTests) ... ok test_remote_address (websockets.test_protocol.ServerTests) ... FAIL test_remote_close (websockets.test_protocol.ServerTests) ... ok test_remote_close_during_send (websockets.test_protocol.ServerTests) ... ok test_remote_close_race_with_failing_connection (websockets.test_protocol.ServerTests) ... ok test_send_binary (websockets.test_protocol.ServerTests) ... ok test_send_on_closed_connection (websockets.test_protocol.ServerTests) ... ok test_send_on_closing_connection (websockets.test_protocol.ServerTests) ... ok test_send_text (websockets.test_protocol.ServerTests) ... ok test_send_type_error (websockets.test_protocol.ServerTests) ... ok test_simultaneous_close (websockets.test_protocol.ServerTests) ... ok test_state_name (websockets.test_protocol.ServerTests) ... ok test_unterminated_fragmented_text (websockets.test_protocol.ServerTests) ... ok test_error (websockets.test_uri.URITests) ... ok test_success (websockets.test_uri.URITests) ... ok ====================================================================== FAIL: test_local_address (websockets.test_protocol.ClientTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py", line 261, in test_local_address get_extra_info.assert_called_once_with('sockname', None) File "/usr/lib/python3.5/unittest/mock.py", line 802, in assert_called_once_with raise AssertionError(msg) AssertionError: Expected 'get_extra_info' to be called once. Called 2 times. ====================================================================== FAIL: test_remote_address (websockets.test_protocol.ClientTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py", line 271, in test_remote_address get_extra_info.assert_called_once_with('peername', None) File "/usr/lib/python3.5/unittest/mock.py", line 802, in assert_called_once_with raise AssertionError(msg) AssertionError: Expected 'get_extra_info' to be called once. Called 2 times. ====================================================================== FAIL: test_local_address (websockets.test_protocol.ServerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py", line 261, in test_local_address get_extra_info.assert_called_once_with('sockname', None) File "/usr/lib/python3.5/unittest/mock.py", line 802, in assert_called_once_with raise AssertionError(msg) AssertionError: Expected 'get_extra_info' to be called once. Called 2 times. ====================================================================== FAIL: test_remote_address (websockets.test_protocol.ServerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build/websockets/test_protocol.py", line 271, in test_remote_address get_extra_info.assert_called_once_with('peername', None) File "/usr/lib/python3.5/unittest/mock.py", line 802, in assert_called_once_with raise AssertionError(msg) AssertionError: Expected 'get_extra_info' to be called once. Called 2 times. ---------------------------------------------------------------------- Ran 229 tests in 0.487s FAILED (failures=4, skipped=26) E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1: cd /home/lamby/temp/cdt.20160628222159.su8xae1XGK.python-websockets/python-websockets-3.0/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest discover -v dh_auto_test: pybuild --test -i python{version} -p 3.5 returned exit code 13 debian/rules:5: recipe for target 'build' failed make: *** [build] Error 25 [..] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
python-websockets.3.0-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: python-websockets Source-Version: 3.2-1 We believe that the bug you reported is fixed in the latest version of python-websockets, 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 828...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Piotr Ożarowski <pi...@debian.org> (supplier of updated python-websockets 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: Sat, 05 Nov 2016 22:12:07 +0100 Source: python-websockets Binary: python3-websockets Architecture: source all Version: 3.2-1 Distribution: unstable Urgency: medium Maintainer: Piotr Ożarowski <pi...@debian.org> Changed-By: Piotr Ożarowski <pi...@debian.org> Description: python3-websockets - implementation of the WebSocket Protocol (RFC 6455) Closes: 828901 829726 Changes: python-websockets (3.2-1) unstable; urgency=medium . [ Ondřej Nový ] * Fixed VCS URL (https) . [ Piotr Ożarowski ] * New upstream release * Cherry pick github's pull 131 to fix tests (closes: 828901, 829726) Checksums-Sha1: 49c9e593e79580f6eeb75a164287513bd68226a7 2054 python-websockets_3.2-1.dsc a280efe51cbff4bc142e8c6c62b8316e66e89a0e 33279 python-websockets_3.2.orig.tar.gz 5251c21ba262c3ac33b0c5781440b886ccfd25fe 3116 python-websockets_3.2-1.debian.tar.xz 70b57006073add9256f7ad820e54d95d5449c09d 28224 python3-websockets_3.2-1_all.deb Checksums-Sha256: af63a58c8ae8673890b3a7643f244a275a008f54b933e7599eb9618566ecea97 2054 python-websockets_3.2-1.dsc b536827d433a79e85108becdac0b0909e7ce02c3613df53da6d96aee950b50b5 33279 python-websockets_3.2.orig.tar.gz 2cb239048e13b59bda0d435e198e37127ea6aa63f60ac4797f4c19d12fe4a552 3116 python-websockets_3.2-1.debian.tar.xz cf1976bc4c51e72b6dc89f29852a24f04851af604062e3d7e142b50f0e8f0d23 28224 python3-websockets_3.2-1_all.deb Files: 4e2d29eb13d276f5fa98c5466ddbfb92 2054 python optional python-websockets_3.2-1.dsc c1842c03d14169082e065a109fe1cb2c 33279 python optional python-websockets_3.2.orig.tar.gz 18a6fc4afbd898c3597002c0149034c7 3116 python optional python-websockets_3.2-1.debian.tar.xz 23448cf87531c7c0d447dba24d285f0c 28224 python optional python3-websockets_3.2-1_all.deb -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJYHleVAAoJEK728aKnRXZFltcP/iY9EuvSdiqoKXClWCNn1bqO aqa6Zkje/aL8R5uDyKxn9Ip4zqErM2nyTpYS5QjzS98AfBixCATovSu3HJukOG9l 6QP8ulw0vlvGR6T0uhlyeJz0WX1WFtFghpLEAqnb/CI7I8Z43YPLOhdhJfMruDCS 7HocRvFiyPLfDRb1FNAZvtTw3CmPaRrHodJmj0SIrEcDwvGERCRSrxf+qbP4RgWF pyueSWtbRxr81gCfl/5aK3pUse/4qawUmRqWSGeEOkMlcLy7qM7ENW9wCcXnYg57 /bkdQtyhtl1ujw6oHziKWMgkwE2xNNixyg8IRdNKWym60N6gVsQFHYW9bs/9c6VG no7MsiAiKiO3jjFmeHQ9em5LVBkavKeQEpPE0NMKM7F4TvfY9lm5fK9Zf7JYS0qs 6GJtWmNUtVAG57WaRZk7rXaskEjZEZNOktxHAWIjXwLgURqPw6nDE+TqEUcs6zoO HkEAjTt/tV2bSfrb1Bt7msxTZMoJlRIBWjCjB4br1E8wX+mAETvP/+BvRI21BMBJ 4bp6yRdOOnWc8OygpUq1nmtJT0Dg5sjwwDCs4C1NAB761clvimCBCZ2N1RR67yuM pZqGG+AbHczBlyzMWMCfdqaRqYIsC9x0v4FhzTpuT/WfIe9Tvi7g4UzJp7MiHCKw 56DVqVt5wp+F4dWd3Gv0 =T1nD -----END PGP SIGNATURE-----
--- End Message ---