Build fails because clap_builder v4.4.5 requires rustc 1.70.0 or newer
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox-esr115 unaffected, firefox118 unaffected, firefox119 unaffected, firefox120 fixed)
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox118 | --- | unaffected |
| firefox119 | --- | unaffected |
| firefox120 | --- | fixed |
People
(Reporter: standard8, Assigned: glandium)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Attempting to run a build today, it fails with:
17:24.57 error: package `clap_builder v4.4.5` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.66.0
17:24.57 Either upgrade to rustc 1.70.0 or newer, or use
17:24.57 cargo update -p clap_builder@4.4.5 --precise ver
17:24.57 where `ver` is the latest version of `clap_builder` supporting rustc 1.66.0
It looks like the latest version that is installed by bootstrap is 1.66.0.
| Assignee | ||
Comment 1•2 years ago
|
||
Strictly speaking, we could revert bug 1857172 and keep the minimum on
1.66, there are enough new goodies in 1.70, and it's old enough per
policy.
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
It's quite unfortunate that this wasn't caught by the base-toolchain jobs... because automation doesn't build geckodriver while building Firefox... Might be worth adding --enable-geckodriver to the base-toolchain jobs...
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
:glandium, since this bug is a regression, could you fill (if possible) the regressed_by field?
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 5•2 years ago
|
||
My fault, I put that bug in the wrong field.
Comment 6•2 years ago
|
||
Set release status flags based on info from the regressing bug 1855619
Comment 8•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4929a396d0fb
https://hg.mozilla.org/mozilla-central/rev/47b3aca3172e
Description
•