Perma build failure line anyhow 1.0.28] error[E0554]: `#![feature]` may not be used on the stable release channel
Categories
(Firefox :: Sync, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox76 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | fixed |
People
(Reporter: aryx, Assigned: eoger)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [SACI])
Attachments
(1 file)
Build logs contain this since bug 1628068 landed:
[task 2020-05-13T08:19:34.793Z] 08:19:34 ERROR - [anyhow 1.0.28] error[E0554]: #![feature]
may not be used on the stable release channel
[task 2020-05-13T08:19:34.793Z] 08:19:34 INFO - [anyhow 1.0.28] --> /builds/worker/workspace/obj-build/release/build/anyhow-2fb262225263c2f8/out/probe.rs:2:5
[task 2020-05-13T08:19:34.793Z] 08:19:34 INFO - [anyhow 1.0.28] |
[task 2020-05-13T08:19:34.793Z] 08:19:34 INFO - [anyhow 1.0.28] 2 | #![feature(backtrace)]
[task 2020-05-13T08:19:34.794Z] 08:19:34 INFO - [anyhow 1.0.28] | ^^^^^^^^^^^^^^^^^^^^^^
[task 2020-05-13T08:19:34.794Z] 08:19:34 INFO - [anyhow 1.0.28]
[task 2020-05-13T08:19:34.794Z] 08:19:34 ERROR - [anyhow 1.0.28] error: aborting due to previous error
[task 2020-05-13T08:19:34.794Z] 08:19:34 INFO - [anyhow 1.0.28]
[task 2020-05-13T08:19:34.795Z] 08:19:34 INFO - [anyhow 1.0.28] For more information about this error, try rustc --explain E0554
.
Log: https://treeherder.mozilla.org/logviewer.html#?job_id=302067922&repo=autoland
Reporter | ||
Comment 1•5 years ago
|
||
Edouard, please fix the issue. One has to click on the "Failure Summary" tab to see the mentioned lines (or open the log). These lines are part of every build log (also successful ones) and will confuse people who look at logs of builds which failed later in the build process.
Assignee | ||
Comment 2•5 years ago
|
||
I'm not quite sure how we can fix this downstream, so I've opened a PR on the anyhow crate repo: https://github.com/dtolnay/anyhow/pull/91
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Comment 5•5 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Description
•