git ubuntu queue crashes on large package?

Bug #2068662 reported by Andreas Hasenack
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
git-ubuntu
New
Undecided
Unassigned

Bug Description

dotnet6 is in unapproved, and I get:

16:32 $ git ubuntu queue sync
06/06/2024 16:32:16 - WARNING:Series oracular has no devel head pointer and no source name specified; skipping
Traceback (most recent call last):
  File "/snap/git-ubuntu/1499/usr/bin/git-ubuntu", line 11, in <module>
    load_entry_point('gitubuntu==1.1', 'console_scripts', 'git-ubuntu')()
  File "/snap/git-ubuntu/1499/usr/lib/python3/dist-packages/gitubuntu/__main__.py", line 270, in main
    sys.exit(args.func(args))
  File "/snap/git-ubuntu/1499/usr/lib/python3/dist-packages/gitubuntu/queue.py", line 111, in cli_main
    return main(
  File "/snap/git-ubuntu/1499/usr/lib/python3/dist-packages/gitubuntu/queue.py", line 349, in main
    sync(
  File "/snap/git-ubuntu/1499/usr/lib/python3/dist-packages/gitubuntu/queue.py", line 311, in sync
    commit_hash = _commit_upload(repo, upload, series_parent)
  File "/snap/git-ubuntu/1499/usr/lib/python3/dist-packages/gitubuntu/queue.py", line 186, in _commit_upload
    _download_url(url, tmpdir)
  File "/snap/git-ubuntu/1499/usr/lib/python3/dist-packages/gitubuntu/queue.py", line 168, in _download_url
    f.write(response.read())
  File "/snap/git-ubuntu/1499/usr/lib/python3.8/http/client.py", line 472, in read
    s = self._safe_read(self.length)
  File "/snap/git-ubuntu/1499/usr/lib/python3.8/http/client.py", line 613, in _safe_read
    data = self.fp.read(amt)
  File "/snap/git-ubuntu/1499/usr/lib/python3.8/socket.py", line 669, in readinto
    return self._sock.recv_into(b)
  File "/snap/git-ubuntu/1499/usr/lib/python3.8/ssl.py", line 1270, in recv_into
    return self.read(nbytes, buffer)
  File "/snap/git-ubuntu/1499/usr/lib/python3.8/ssl.py", line 1128, in read
    return self._sslobj.read(len, buffer)
OverflowError: signed integer is greater than maximum

Tags: queue
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.