secret not found errors reporting in Taskcluster jobs
Categories
(Release Engineering :: Firefox-CI Administration, defect)
Tracking
(Not tracked)
People
(Reporter: mtabara, Unassigned)
Details
A Taskcluster migration happened earlier today around 16:45-17:10 UTC. There seem to have been some issues related to that as possible side-effects.
[task 2020-09-08T17:13:39.591Z] File "/usr/local/lib/python2.7/dist-packages/taskcluster/client.py", line 270, in _makeApiCall
[task 2020-09-08T17:13:39.591Z] response = self._makeHttpRequest(entry['method'], _route, payload)
[task 2020-09-08T17:13:39.591Z] File "/usr/local/lib/python2.7/dist-packages/taskcluster/client.py", line 542, in _makeHttpRequest
[task 2020-09-08T17:13:39.591Z] superExc=None
[task 2020-09-08T17:13:39.591Z] taskcluster.exceptions.TaskclusterRestFailure: Secret not found
This bug is to track that.
Reporter | ||
Comment 1•4 years ago
|
||
https://github.com/mozilla-mobile/android-components/pull/8352 failing with same errors.
Reporter | ||
Comment 2•4 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=ash&group_state=expanded&revision=ba2ea4d425db6ae12760127c69dd19c5e3860f82 showing up too.
Trees are closed as of 2020-09-08 17:24:38 UTC.
Reporter | ||
Comment 3•4 years ago
|
||
As tasks will recover and will need rerunning, there's a couple ways of doing that:
- using the UI to rerun per task
- using automation for larger graphs that have a lot of failing tasks.
For 2) I've put together a quick gist for what we use in RelEng to action tasks in bulk. If anyone with rerunning scopes wants to rerun stuff, feel free to use that.
Reporter | ||
Comment 4•4 years ago
|
||
The fix has landed, we're slowly recovering from this as it seems, closing the bug.
Feel free to re-open if you see any other ocurrences.
Description
•