Skip to content

Instantly share code, notes, and snippets.

@staktrace
Created November 26, 2018 15:53
Show Gist options
  • Save staktrace/dc943a235d89d4378611c368f36008fd to your computer and use it in GitHub Desktop.
Save staktrace/dc943a235d89d4378611c368f36008fd to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Users/kats/zspace/gecko/taskcluster/mach_commands.py", line 444, in load_image
ok = load_image_by_task_id(task_id, tag)
File "/Users/kats/zspace/gecko/taskcluster/taskgraph/docker.py", line 42, in load_image_by_task_id
result = load_image(artifact_url, tag)
File "/Users/kats/zspace/gecko/taskcluster/taskgraph/docker.py", line 180, in load_image
docker.post_to_docker(download_and_modify_image(), '/images/load', quiet=0)
File "/Users/kats/zspace/gecko/taskcluster/taskgraph/util/docker.py", line 50, in post_to_docker
headers={'Content-Type': 'application/x-tar'},
File "/Users/kats/zspace/gecko/third_party/python/requests/requests/sessions.py", line 512, in post
return self.request('POST', url, data=data, json=json, **kwargs)
File "/Users/kats/zspace/gecko/third_party/python/requests/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
File "/Users/kats/zspace/gecko/third_party/python/requests/requests/sessions.py", line 577, in send
r = adapter.send(request, **kwargs)
File "/Users/kats/zspace/gecko/third_party/python/requests/requests/adapters.py", line 426, in send
raise ConnectionError(err, request=request)
ConnectionError: [Errno 2] No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment