Skip to content

Instantly share code, notes, and snippets.

@armenzg
Created July 12, 2019 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armenzg/b1a99a75416a5bf3b1a1a6fe1f335556 to your computer and use it in GitHub Desktop.
Save armenzg/b1a99a75416a5bf3b1a1a6fe1f335556 to your computer and use it in GitHub Desktop.
[2019-07-11 20:56:46,840] INFO [treeherder.etl.management.commands.ingest_push_and_tasks:44] Loading into DB: cSOCHn1pRJulJyjP83UvGg/0
[2019-07-11 20:56:46,942] INFO [treeherder.etl.management.commands.ingest_push_and_tasks:44] Loading into DB: cbY7V4e9SIi8UpJdFEXdbw/0
Traceback (most recent call last):
File "./manage.py", line 34, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.7/site-packages/django/core/management/base.py", line 323, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.7/site-packages/django/core/management/base.py", line 364, in execute
output = self.handle(*args, **options)
File "/app/treeherder/etl/management/commands/ingest_push_and_tasks.py", line 82, in handle
loop.run_until_complete(handleTasks(graph))
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
return future.result()
File "/app/treeherder/etl/management/commands/ingest_push_and_tasks.py", line 57, in handleTasks
await asyncio.gather(*asyncTasks)
File "/app/treeherder/etl/management/commands/ingest_push_and_tasks.py", line 26, in handleTask
results = await asyncio.gather(asyncQueue.status(taskId), asyncQueue.task(taskId))
File "/usr/local/lib/python3.7/site-packages/taskcluster/aio/queue.py", line 57, in task
return await self._makeApiCall(self.funcinfo["task"], *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/taskcluster/aio/asyncclient.py", line 95, in _makeApiCall
response = await self._makeHttpRequest(entry['method'], _route, payload)
File "/usr/local/lib/python3.7/site-packages/taskcluster/aio/asyncclient.py", line 158, in _makeHttpRequest
method, url, payload, headers, session=self.session
File "/usr/local/lib/python3.7/site-packages/taskcluster/aio/asyncutils.py", line 97, in makeSingleHttpRequest
skip_auto_headers=skip_auto_headers, compress=False
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1005, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 497, in _request
await resp.start(conn)
File "/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 857, in start
self._continue = None
File "/usr/local/lib/python3.7/site-packages/aiohttp/helpers.py", line 585, in __exit__
raise asyncio.TimeoutError from None
concurrent.futures._base.TimeoutError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment