Skip to content

Build SEA binary (document-mcp, windows-latest) failed once with no task error in the log #1313

Description

@Mearman

On the push-to-main run for the byte-codec feat merge (run 35500796752, sha 6061c9f), the job "Build SEA binary (document-mcp, windows-latest)" (job 106054353517) failed at the step "Build the released package's SEA bundle". Every other job in that run passed.

The log shows pnpm --dir "packages/document-mcp" build running turbo run _build, the task groups for excel-number-format, byte-codec, document-schema.js, archive-codec, markdown-codec and epub-codec all finishing normally (epub-codec ends with "Build complete in 8700ms"), and then [ELIFECYCLE] Command failed with exit code 1. with no error text from any task. The output of the task that failed isn't in the log at all.

The same job passed on the runs either side of it (35498974119, 35498312775 before, and 35502792225 after, all on windows-latest for document-mcp), so it isn't a steady failure, but I couldn't establish why it failed once. Nothing in that push touched document-mcp, and its dependency on byte-codec is unchanged at that point.

If it happens again it needs the failing task's own output. Turbo prints each task's group only when it completes, so it may be worth running the SEA build with --output-logs=full or --log-order=stream so a task killed mid-way still shows its last lines.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions