Summary: | dev-python/dulwich-0.20.5 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Fabian Groffen <grobian> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 661128 [details]
build.log
build log and emerge --info
====================================================================== ERROR: test_send_remove_branch (dulwich.tests.compat.test_client.DulwichTCPClientTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/dulwich-0.20.5/work/dulwich-0.20.5/dulwich/protocol.py", line 220, in read_pkt_line pkt_contents = read(size-4) File "/usr/lib/python3.7/socket.py", line 589, in readinto return self._sock.recv_into(b) ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/tmp/portage/dev-python/dulwich-0.20.5/work/dulwich-0.20.5/dulwich/tests/compat/test_client.py", line 315, in test_send_remove_branch self._build_path('/dest'), lambda _: sendrefs, gen_pack) File "/var/tmp/portage/dev-python/dulwich-0.20.5/work/dulwich-0.20.5/dulwich/client.py", line 889, in send_pack proto, negotiated_capabilities, progress) File "/var/tmp/portage/dev-python/dulwich-0.20.5/work/dulwich-0.20.5/dulwich/client.py", line 627, in _handle_receive_pack_tail self._read_side_band64k_data(proto, channel_callbacks) File "/var/tmp/portage/dev-python/dulwich-0.20.5/work/dulwich-0.20.5/dulwich/client.py", line 530, in _read_side_band64k_data for pkt in proto.read_pkt_seq(): File "/var/tmp/portage/dev-python/dulwich-0.20.5/work/dulwich-0.20.5/dulwich/protocol.py", line 266, in read_pkt_seq pkt = self.read_pkt_line() File "/var/tmp/portage/dev-python/dulwich-0.20.5/work/dulwich-0.20.5/dulwich/protocol.py", line 222, in read_pkt_line raise GitProtocolError(e) dulwich.errors.GitProtocolError: [Errno 104] Connection reset by peer test-suites for 0.20.6 and 0.20.15 (only versions in the tree) run without issues here |