custom actions like retriggers, adding new jobs, backfill broken: Exception: None was not found in the task-graph
Categories
(Tree Management :: Treeherder, defect)
Tracking
(Not tracked)
People
(Reporter: aryx, Unassigned)
Details
Attachments
(1 file)
Trees are going to be closed for this soon as it prevents investigation on pushes were some jobs didn't run.
Custom actions like retriggers, adding new jobs, backfill broken: Exception: None was not found in the task-graph.
Examples:
add new jobs: https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=261622753&resultStatus=testfailed%2Cbusted%2Cexception&revision=4d4f810da3d083268578c7f2e0c9c7671d33b222
Log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=261622753&repo=autoland&lineNumber=45
[task 2019-08-14T16:34:38.448Z] loading config from taskcluster/ci/config.yml
[task 2019-08-14T16:34:44.333Z] fetching label-to-taskid.json for action task Z8JxBmsiTc-XLchMMC1fjw
[task 2019-08-14T16:34:44.334Z] fetching label-to-taskid.json for action task X0poPhp6Tu2ZsMt1IJtn-A
[task 2019-08-14T16:34:44.336Z] fetching label-to-taskid.json for action task SP0UKnYbTSqRrOWTYrO_Uw
[task 2019-08-14T16:34:44.336Z] fetching label-to-taskid.json for action task BGS2j0DMQrSeQLHzNhFR0Q
[task 2019-08-14T16:34:45.051Z] Traceback (most recent call last):
[task 2019-08-14T16:34:45.051Z] File "/builds/worker/checkouts/gecko/taskcluster/mach_commands.py", line 275, in action_callback
[task 2019-08-14T16:34:45.052Z] test=False)
[task 2019-08-14T16:34:45.052Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/actions/registry.py", line 319, in trigger_action_callback
[task 2019-08-14T16:34:45.052Z] cb(Parameters(**parameters), graph_config, input, task_group_id, task_id)
[task 2019-08-14T16:34:45.052Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/actions/add_new_jobs.py", line 56, in add_new_jobs_action
[task 2019-08-14T16:34:45.052Z] raise Exception('{} was not found in the task-graph'.format(elem))
[task 2019-08-14T16:34:45.052Z] Exception: None was not found in the task-graph
That last job mentioned is https://tools.taskcluster.net/groups/U5spEeb9S0youVshUeCVTg/tasks/BGS2j0DMQrSeQLHzNhFR0Q/details Action: Retrigger
Cam: Could this be from bug 1331399?
Mitch: Did anything in the backend change / does ci-admin have to run?
https://hg.mozilla.org/mozilla-central/log?rev=taskcluster doesn't list any changes today.
Comment 1•6 years ago
|
||
This is a treeherder issues.
Looking at https://tools.taskcluster.net/groups/NQDsHX_jS6OjMtcB4zduew/tasks/dhZB42UOQ_SMYWTcr1wW0Q/details has (under extra.input), {"tasks": null}. The action input is generated by treeherder.
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Yep, this is me (again). This push will fix it. Merging in a minute...
Comment 4•6 years ago
|
||
OK, fixed now...
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Updated•4 years ago
|
Description
•