Closed
Bug 1538958
Opened 6 years ago
Closed 6 years ago
Intermittent "error: Connection to server timed out", "error: Could not compile `style`" when building mozilla-central locally
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox68 affected)
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox68 | --- | affected |
People
(Reporter: botond, Unassigned)
References
Details
When building mozilla-central locally, my build often fails with the following error:
1:22.87 error: Connection to server timed out
1:22.92 error: Could not compile `style`.
It's usually resolved just by running the build again, but still somewhat annoying.
Comment 1•6 years ago
|
||
That looks like an sccache / rustc bug, what's your setup?
Component: CSS Parsing and Computation → General
Product: Core → Firefox Build System
Reporter | ||
Comment 2•6 years ago
|
||
I think the relevant part of my .mozconfig
is:
mk_add_options 'export RUSTC_WRAPPER=sccache'
rustc version is 1.32, but the problem isn't new, I've been seeing it for probably a year.
Comment 3•6 years ago
|
||
I'd probably report this in https://github.com/mozilla/sccache then, there's not much I know about how to go about debugging this or what not.
Comment 4•6 years ago
|
||
:botond please open the sccache issue and then reference the github PR here so we can close this bug
Flags: needinfo?(botond)
Reporter | ||
Comment 5•6 years ago
|
||
Flags: needinfo?(botond)
See Also: → https://github.com/mozilla/sccache/issues/399
Comment 6•6 years ago
|
||
bug tracking for this is in github, please refer to above PR
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•