Failing check golang sample with --progress=plain

Captured with branch CLI codex/llm-friendly-progress-plain at 60f909a3f.

This uses a scratch worktree, not the main branch. The intentional edit creates a fast compile failure under e2e/helm.

Command

env -u DAGGER_CLOUD_ENGINE DAGGER_NO_NAG=1 _EXPERIMENTAL_DAGGER_RUNNER_HOST=image://registry.dagger.io/engine:92864787f183b405bcf10c3b200fe8245c9a5ab8 /tmp/dagger-progress --progress=plain -m /tmp/dagger-fail-sample check golang

Intentional edit

Scratch worktree edit in /tmp/dagger-fail-sample/e2e/helm/helm_test.go:

var codexIntentionalCompileFailure = doesNotExist

Status

plain-compile-failing start 2026-05-22T19:34:54Z
plain-compile-failing exit 1 2026-05-22T19:35:10Z

stderr

raw stderr · raw stdout

[+0.0s] started
[+10.0s] progress running=3 pending=7 done=61 cached=13 failed=0 active="golang:check 6.7s"
[+15.2s] check FAIL name="golang:check" duration=12.0s error="exit code: 1"
[+15.2s] step FAIL name="Golang.check" duration=12.0s error="exit code: 1"
[+15.2s] step FAIL name="Container.withExec" duration=9.7s
[+15.5s] result=FAIL done=64 cached=13 failed=3 checks_passed=0 checks_failed=1

✘ golang:check 12.0s 4×⣿⣿⣿⣇⡀⡄ ERROR
┇ Golang.check(
  ┆ ws: currentWorkspace
  ) › 
✘ withExec go test ./... (experimentalPrivilegedNesting: true) 9.7s ERROR
# github.com/dagger/dagger/e2e/helm [github.com/dagger/dagger/e2e/helm.test]
./helm_test.go:35:38: undefined: doesNotExist
FAIL    github.com/dagger/dagger/e2e/helm [build failed]
FAIL
! exit code: 1

stdout

(empty)