Failed to parse ccache stats output: 'Errors/Could not find compiler' '1'
Categories
(Firefox Build System :: General, defect, P5)
Tracking
(firefox106 fixed)
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: byoungchan.lee, Assigned: byoungchan.lee)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
When I run the mach build, I get the following log:
0:00.67 Failed to parse ccache stats output: 'Errors/Could not find compiler' '1'
It seems to be almost the same bug as https://bugzilla.mozilla.org/show_bug.cgi?id=1742849.
A proposed patch is attached.
Comment 1•3 years ago
|
||
Hey Byoungchan, thanks for the patch!
To get this change to land you'll need to go through our process gates. Here's a link to the Contributors' Quick Reference. Once it's on Phabricator I'll review it and then we can land it. Make sure the commit message is formatted as expected (You should change ?reviewer to r?#build).
In regards to the changes in the patch itself, I think instead of skipping all Errors/, we should keep tracking them individually. There's already at least two Errors/ fields being tracked explicitly, and your change might cause them to be skipped. I think just add Errors/Could not find compiler to STATS_KEYS_4_4 with the rest is probably the way to go (Same style of change as in D151570).
| Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
Description
•