how-to

How to Read a Compile Job Report

Interpret job status, failure codes, and diagnostics.

Published May 30, 2026

Status Field

queued, compiling, complete, failed, timeout

Failure Stage

Where in the pipeline the failure occurred: parse, validate, compile, link, artifact

Failure Code

Machine-readable error identifier

Compiler stderr

Low-level compiler messages. May be truncated to 500 chars in CLI.

Human-readable suggestion for fixing the issue