Run of unchanged for tlssled
Try this locally package):
debcheckout tlssled
cd tlssled
just-build
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 |
[2021-05-25 14:35:37] Running ['just-build']
[2021-05-25 14:35:37] Opening branch at https://gitlab.com/kalilinux/packages/tlssled.git/,branch=kali%2Fmaster
[2021-05-25 14:35:38] Using cached branch https://janitor.kali.org/git/tlssled/,branch=kali%2Flatest
Traceback (most recent call last):
File "/opt/debian-janitor/janitor/pull_worker.py", line 232, in run_worker
possible_transports=possible_transports,
File "/usr/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/opt/debian-janitor/janitor/worker.py", line 751, in process_package
[n for (f, n) in extra_resume_branches] if extra_resume_branches else None
File "/opt/debian-janitor/silver-platter/silver_platter/workspace.py", line 135, in __enter__
path=self._path,
File "/opt/debian-janitor/silver-platter/silver_platter/utils.py", line 95, in create_temp_sprout
raise e
File "/opt/debian-janitor/silver-platter/silver_platter/utils.py", line 80, in create_temp_sprout
stacked=use_stacking,
File "/opt/debian-janitor/breezy/breezy/git/dir.py", line 182, in sprout
mapping=source_branch.mapping)
File "/opt/debian-janitor/breezy/breezy/git/interrepo.py", line 779, in fetch_objects
determine_wants, graphwalker, f.write)
File "/opt/debian-janitor/breezy/breezy/git/remote.py", line 460, in fetch_pack
progress)
File "/opt/debian-janitor/dulwich/dulwich/client.py", line 2069, in fetch_pack
"git-upload-pack", url, data=req_data.getvalue()
File "/opt/debian-janitor/dulwich/dulwich/client.py", line 1945, in _smart_request
resp, read = self._http_request(url, headers, data)
File "/opt/debian-janitor/breezy/breezy/git/remote.py", line 787, in _http_request
headers=headers, retries=8)
File "/opt/debian-janitor/breezy/breezy/transport/http/urllib.py", line 1850, in request
response = self._opener.open(request)
File "/usr/lib/python3.7/urllib/request.py", line 531, in open
response = meth(req, response)
File "/opt/debian-janitor/breezy/breezy/transport/http/urllib.py", line 1718, in http_response
code, msg, hdrs)
File "/usr/lib/python3.7/urllib/request.py", line 569, in error
return self._call_chain(*args)
File "/usr/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/opt/debian-janitor/breezy/breezy/transport/http/urllib.py", line 1735, in http_error_default
'Unable to handle http code: %s' % msg)
breezy.errors.UnexpectedHttpStatus: Unexpected HTTP status 504 for https://janitor.kali.org/git/tlssled/git-upload-pack: Unable to handle http code: Gateway Time-out
|