Run of fresh-releases for xmonad
Try this locally package):
debcheckout xmonad
cd xmonad
DEB_UPDATE_CHANGELOG=auto deb-new-upstream --refresh-patches
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
[2022-03-10 15:03:21] Opening branch at https://salsa.debian.org/haskell-team/DHG_packages.git/,branch=master
[2022-03-10 15:03:22] Using cached branch https://janitor.debian.net/git/xmonad/,branch=debian%2Flatest
Traceback (most recent call last):
File "/usr/lib/python3.9/http/client.py", line 560, in _get_chunk_left
chunk_left = self._read_next_chunk_size()
File "/usr/lib/python3.9/http/client.py", line 527, in _read_next_chunk_size
return int(line, 16)
ValueError: invalid literal for int() with base 16: b''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/http/client.py", line 592, in _readinto_chunked
chunk_left = self._get_chunk_left()
File "/usr/lib/python3.9/http/client.py", line 562, in _get_chunk_left
raise IncompleteRead(b'')
http.client.IncompleteRead: IncompleteRead(0 bytes read)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/code/janitor/worker.py", line 700, in process_package
ws.__enter__()
File "/code/silver-platter/silver_platter/workspace.py", line 177, in __enter__
self.local_tree, self._destroy = create_temp_sprout(
File "/code/silver-platter/silver_platter/utils.py", line 96, in create_temp_sprout
raise e
File "/code/silver-platter/silver_platter/utils.py", line 71, in create_temp_sprout
to_dir = branch.controldir.sprout( # type: ignore
File "/code/breezy/breezy/git/dir.py", line 182, 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 466, in fetch_pack
result = self._client.fetch_pack(
File "/code/dulwich/dulwich/client.py", line 2082, in fetch_pack
self._handle_upload_pack_tail(
File "/code/dulwich/dulwich/client.py", line 911, in _handle_upload_pack_tail
self._read_side_band64k_data(
File "/code/dulwich/dulwich/client.py", line 665, in _read_side_band64k_data
for pkt in proto.read_pkt_seq():
File "/code/dulwich/dulwich/protocol.py", line 290, in read_pkt_seq
pkt = self.read_pkt_line()
File "/code/dulwich/dulwich/protocol.py", line 230, in read_pkt_line
sizestr = read(4)
File "/code/breezy/breezy/transport/http/urllib.py", line 1914, in read
return self._actual.read(amt)
File "/usr/lib/python3.9/http/client.py", line 463, in read
n = self.readinto(b)
File "/usr/lib/python3.9/http/client.py", line 497, in readinto
return self._readinto_chunked(b)
File "/usr/lib/python3.9/http/client.py", line 608, in _readinto_chunked
raise IncompleteRead(bytes(b[0:total_bytes]))
http.client.IncompleteRead: IncompleteRead(0 bytes read)
|