Closed Bug 1750084 Opened 2 years ago Closed 2 years ago

Update builders to rustc 1.58

Categories

(Firefox Build System :: Toolchains, task)

task

Tracking

(firefox98 fixed)

RESOLVED FIXED
98 Branch
Tracking Status
firefox98 --- fixed

People

(Reporter: glandium, Assigned: glandium)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

No description provided.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/b745ade60c2c
Update builders to rustc 1.58. r=firefox-build-system-reviewers,mhentges

Backed out for causing gecko decision bustage

[task 2022-01-13T22:57:09.499Z] Generating tasks for toolchain rustc-dist-toolchain
[task 2022-01-13T22:57:09.501Z] Error loading tasks for kind toolchain:
[task 2022-01-13T22:57:09.501Z] Traceback (most recent call last):
[task 2022-01-13T22:57:09.501Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/generator.py", line 313, in _run
[task 2022-01-13T22:57:09.501Z]     self._write_artifacts,
[task 2022-01-13T22:57:09.501Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/generator.py", line 90, in load_tasks
[task 2022-01-13T22:57:09.502Z]     for task_dict in transforms(trans_config, inputs)
[task 2022-01-13T22:57:09.502Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/generator.py", line 78, in <listcomp>
[task 2022-01-13T22:57:09.502Z]     Task(
[task 2022-01-13T22:57:09.502Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 2093, in check_run_task_caches
[task 2022-01-13T22:57:09.502Z]     for task in tasks:
[task 2022-01-13T22:57:09.502Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 2003, in check_task_dependencies
[task 2022-01-13T22:57:09.503Z]     for task in tasks:
[task 2022-01-13T22:57:09.503Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1989, in check_task_identifiers
[task 2022-01-13T22:57:09.503Z]     for task in tasks:
[task 2022-01-13T22:57:09.503Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1970, in chain_of_trust
[task 2022-01-13T22:57:09.503Z]     for task in tasks:
[task 2022-01-13T22:57:09.504Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1761, in build_task
[task 2022-01-13T22:57:09.504Z]     for task in tasks:
[task 2022-01-13T22:57:09.504Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1752, in try_task_config_routes
[task 2022-01-13T22:57:09.504Z]     for task in tasks:
[task 2022-01-13T22:57:09.504Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1742, in try_task_config_chemspill_prio
[task 2022-01-13T22:57:09.504Z]     for task in tasks:
[task 2022-01-13T22:57:09.504Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1732, in try_task_config_env
[task 2022-01-13T22:57:09.505Z]     for task in tasks:
[task 2022-01-13T22:57:09.505Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1694, in add_index_routes
[task 2022-01-13T22:57:09.506Z]     for task in tasks:
[task 2022-01-13T22:57:09.506Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1489, in validate
[task 2022-01-13T22:57:09.506Z]     for task in tasks:
[task 2022-01-13T22:57:09.507Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1466, in task_name_from_label
[task 2022-01-13T22:57:09.507Z]     for task in tasks:
[task 2022-01-13T22:57:09.507Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1421, in set_defaults
[task 2022-01-13T22:57:09.507Z]     for task in tasks:
[task 2022-01-13T22:57:09.508Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/task.py", line 1400, in set_implementation
[task 2022-01-13T22:57:09.508Z]     for task in tasks:
[task 2022-01-13T22:57:09.508Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/cached_tasks.py", line 63, in cache_task
[task 2022-01-13T22:57:09.508Z]     for task in order_tasks(config, tasks):
[task 2022-01-13T22:57:09.508Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/cached_tasks.py", line 18, in order_tasks
[task 2022-01-13T22:57:09.508Z]     pending = deque(tasks)
[task 2022-01-13T22:57:09.509Z]   File "/builds/worker/checkouts/gecko/taskcluster/gecko_taskgraph/transforms/job/__init__.py", line 300, in use_fetches
[task 2022-01-13T22:57:09.509Z]     kind=config.kind, name=name, fetch=fetch_name
[task 2022-01-13T22:57:09.509Z] Exception: Missing fetch job for toolchain-macosx64-cbindgen: linux64-rust-macos-1.57
Flags: needinfo?(mh+mozilla)
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/f8ff7bc7bcb6
Update builders to rustc 1.58. r=firefox-build-system-reviewers,mhentges
Pushed by imoraru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d27484d79a4
fix gecko decision task bustage. CLOSED TREE
Blocks: 1738291
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/a3e5318a5c27
port to Thunderbird: "Update builders to rustc 1.58". rs=bustage-fix
Flags: needinfo?(mh+mozilla)

Looks like a 1.58.1 is on the way: https://github.com/rust-lang/rust/pull/93071

Probably doesn't affect us but do note: https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html

With one week until 1.59, time to create a "Update builders to rustc 1.59", no?

No longer blocks: 1779631, 1781819
Flags: needinfo?(mh+mozilla)

Filed bug 1783073 instead.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: