[Reproducible-builds] Bug#828901: python-websockets: FTBFS: AssertionError: Expected 'get_extra_info' to be called once. Called 2 times.
Chris Lamb
lamby at debian.org
Tue Jun 28 20:23:16 UTC 2016
Source: python-websockets
Version: 3.0-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at 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
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: python-websockets.3.0-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 4066 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160628/2d38f272/attachment.obj>
More information about the Reproducible-builds
mailing list