Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 743304 - dev-python/dulwich-0.20.5 fails tests
Summary: dev-python/dulwich-0.20.5 fails tests
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-18 10:21 UTC by Agostino Sarubbo
Modified: 2021-01-06 09:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,164.51 KB, text/plain)
2020-09-18 10:21 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-09-18 10:21:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/dulwich-0.20.5 fails tests.
Discovered on: amd64 (internal ref: amd64_at)
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-18 10:21:44 UTC
Created attachment 661128 [details]
build.log

build log and emerge --info
Comment 2 Fabian Groffen gentoo-dev 2020-09-20 09:48:22 UTC
======================================================================
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
Comment 3 Fabian Groffen gentoo-dev 2021-01-06 09:36:53 UTC
test-suites for 0.20.6 and 0.20.15 (only versions in the tree) run without issues here