Run of fresh-snapshots for haskell-persistent-sqlite

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[2022-10-03 05:23:46] Opening branch at https://salsa.debian.org/haskell-team/DHG_packages.git/,branch=master
[2022-10-03 05:24:01] Using cached branch https://janitor.debian.net/git/haskell-persistent-sqlite/,branch=debian%2Flatest
Traceback (most recent call last):
  File "/code/breezy/breezy/git/remote.py", line 487, in fetch_pack
    result = self._client.fetch_pack(
  File "/code/dulwich/dulwich/client.py", line 2109, in fetch_pack
    _handle_upload_pack_tail(
  File "/code/dulwich/dulwich/client.py", line 628, in _handle_upload_pack_tail
    _read_side_band64k_data(
  File "/code/dulwich/dulwich/client.py", line 508, in _read_side_band64k_data
    for pkt in pkt_seq:
  File "/code/dulwich/dulwich/protocol.py", line 280, in read_pkt_seq
    pkt = self.read_pkt_line()
  File "/code/dulwich/dulwich/protocol.py", line 220, in read_pkt_line
    raise HangupException()
dulwich.errors.HangupException: The remote server unexpectedly closed the connection.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/code/janitor/worker.py", line 582, in process_package
    es.enter_context(ws)
  File "/usr/lib/python3.10/contextlib.py", line 492, in enter_context
    result = _cm_type.__enter__(cm)
  File "/code/silver-platter/silver_platter/workspace.py", line 195, in __enter__
    self.local_tree, self._destroy = create_temp_sprout(
  File "/code/silver-platter/silver_platter/utils.py", line 104, in create_temp_sprout
    raise e
  File "/code/silver-platter/silver_platter/utils.py", line 77, in create_temp_sprout
    to_dir = branch.controldir.sprout(  # type: ignore
  File "/code/breezy/breezy/git/dir.py", line 189, in sprout
    interrepo.fetch_objects(determine_wants=determine_wants,
  File "/code/breezy/breezy/git/interrepo.py", line 775, in fetch_objects
    refs = self.source.controldir.fetch_pack(
  File "/code/breezy/breezy/git/remote.py", line 496, in fetch_pack
    raise parse_git_hangup(self.transport.external_url(), e)
breezy.errors.ConnectionReset: Connection closed: Connection closed early The remote server unexpectedly closed the connection.
Full worker log

Publish Blockers