Perma system-symbols KeyError: "task 'system-symbols-ubuntu-reprocess-symbols' has no dependency named 'build'"
Categories
(Firefox Build System :: Task Configuration, defect, P5)
Tracking
(firefox-esr102 unaffected, firefox-esr115 unaffected, firefox116 unaffected, firefox117 unaffected, firefox118 fixed)
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox-esr115 | --- | unaffected |
| firefox116 | --- | unaffected |
| firefox117 | --- | unaffected |
| firefox118 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: ahal)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(2 files)
Filed by: sstanca [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=424717336&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PRAnuHhbSd-4zDqK78UhNQ/runs/0/artifacts/public/logs/live_backing.log
[task 2023-08-03T00:08:45.824Z] Traceback (most recent call last):
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 74, in repl
[task 2023-08-03T00:08:45.824Z] task_id = dependencies[dependency]
[task 2023-08-03T00:08:45.824Z] KeyError: 'build'
[task 2023-08-03T00:08:45.824Z]
[task 2023-08-03T00:08:45.824Z] During handling of the above exception, another exception occurred:
[task 2023-08-03T00:08:45.824Z]
[task 2023-08-03T00:08:45.824Z] Traceback (most recent call last):
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/taskcluster/mach_commands.py", line 237, in taskgraph_decision
[task 2023-08-03T00:08:45.824Z] ret = taskgraph_commands["decision"].func(options)
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/main.py", line 656, in decision
[task 2023-08-03T00:08:45.824Z] taskgraph_decision(options)
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/decision.py", line 269, in taskgraph_decision
[task 2023-08-03T00:08:45.824Z] write_artifact("task-graph.json", tgg.morphed_task_graph.to_json())
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/generator.py", line 220, in morphed_task_graph
[task 2023-08-03T00:08:45.824Z] return self._run_until("morphed_task_graph")
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/generator.py", line 424, in _run_until
[task 2023-08-03T00:08:45.824Z] k, v = next(self._run)
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/generator.py", line 398, in _run
[task 2023-08-03T00:08:45.824Z] optimized_task_graph, label_to_taskid = optimize_task_graph(
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/optimize/base.py", line 84, in optimize_task_graph
[task 2023-08-03T00:08:45.824Z] get_subgraph(
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/optimize/base.py", line 380, in get_subgraph
[task 2023-08-03T00:08:45.824Z] task.task = resolve_task_references(
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 91, in resolve_task_references
[task 2023-08-03T00:08:45.824Z] return _recurse(
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 28, in _recurse
[task 2023-08-03T00:08:45.824Z] return recurse(val)
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 24, in recurse
[task 2023-08-03T00:08:45.824Z] return {k: recurse(v) for k, v in val.items()}
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 24, in <dictcomp>
[task 2023-08-03T00:08:45.824Z] return {k: recurse(v) for k, v in val.items()}
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 24, in recurse
[task 2023-08-03T00:08:45.824Z] return {k: recurse(v) for k, v in val.items()}
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 24, in <dictcomp>
[task 2023-08-03T00:08:45.824Z] return {k: recurse(v) for k, v in val.items()}
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 18, in recurse
[task 2023-08-03T00:08:45.824Z] return [recurse(v) for v in val]
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 18, in <listcomp>
[task 2023-08-03T00:08:45.824Z] return [recurse(v) for v in val]
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 23, in recurse
[task 2023-08-03T00:08:45.824Z] return param_fn(val[param_key])
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 89, in artifact_reference
[task 2023-08-03T00:08:45.824Z] return ARTIFACT_REFERENCE_PATTERN.sub(repl, val)
[task 2023-08-03T00:08:45.824Z] File "/builds/worker/checkouts/gecko/third_party/python/taskcluster_taskgraph/taskgraph/util/parameterization.py", line 76, in repl
[task 2023-08-03T00:08:45.824Z] raise KeyError(
[task 2023-08-03T00:08:45.824Z] KeyError: "task 'system-symbols-ubuntu-reprocess-symbols' has no dependency named 'build'"
[task 2023-08-03T00:08:45.824Z] Creating default state directory: /builds/worker/.mozbuild
[task 2023-08-03T00:08:45.825Z] Creating local state directory: /builds/worker/.mozbuild/srcdirs/gecko-8a5b87fe5d69
[task 2023-08-03T00:08:45.825Z] Site not up-to-date reason: "/builds/worker/.mozbuild/srcdirs/gecko-8a5b87fe5d69/_virtualenvs/common" does not exist
[taskcluster 2023-08-03 00:08:47.967Z] === Task Finished ===
[taskcluster 2023-08-03 00:09:03.469Z] Unsuccessful task run with exit code: 1 completed in 426.4 seconds
Comment 1•2 years ago
|
||
:ahal, since you are the author of the regressor, bug 1839891, could you take a look?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
The move to from-deps changed the dependency edge name from build to
system-symbols. Apparently this is what the first path segment in an
artifact-reference is.
We should probably change the separator to a : or something here.
| Assignee | ||
Comment 3•2 years ago
|
||
We don't have any test parameters for cron tasks and a regression was missed as
a result.
Depends on D185297
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1eba462ec815
https://hg.mozilla.org/mozilla-central/rev/fffad9c225c7
Updated•2 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Description
•