-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
Symptom: One of the dist-*-linux
job timed out after 3 hours. The stage0-std phase needs over 1000 seconds to compile.
Typically all 3 compilers (host stage0, host stage1, target stage1) are completely built, but the RLS build or final deployment doesn't finish in time.
The log should be inspected to ensure this is not caused by network error (e.g. cloning a submodule taking over 1 hour to complete).
Examples:
- PowerPC (Build completed at 2:57:22, but 3 minutes isn't enough for deployment)
- MIPS (Timed out before completing RLS)
PowerPC 64 (Timed out before completing RLS)(not 20-minute stage0-libstd)i686 (Timed out before completing RLS)(not 20-minute stage0-libstd)
Metadata
Metadata
Assignees
Labels
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.