Closed
Bug 1877891
Opened 1 year ago
Closed 1 year ago
"error: could not compile" messages not marked as error as intended
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(firefox124 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
testing/mozharness/mozharness/base/errors.py
has this:
{"substr": r"""error: Could not compile""", "level": ERROR},
But it turns out the message was uncapitalized in cargo 1.41.0 (~3.5 years ago)
Assignee | ||
Comment 1•1 year ago
|
||
cargo uncapitalized this message in 1.41.0, ~3.5 years ago.
Assignee | ||
Updated•1 year ago
|
Blocks: rust-great
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/1de0c74757ea
Uncapitalize "Could not compile" error message. r=releng-reviewers,jcristau
Comment 3•1 year ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•