Skip to content

Spurious 3-hour timeout for dist-* jobs due to 20 minutes spent on compiling stage0-libstd #48192

Closed
@kennytm

Description

@kennytm

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

Labels

A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)C-tracking-issueCategory: 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions