Nightly full CI failed on commit 3c7540c

t-473·WorkTask·
·
·
Created4 weeks ago·Updated4 weeks ago

Dependencies

Description

Edit

Nightly full CI failed.

Commit: 3c7540c (deploy: add readOnlyPaths support to Hardening) Command: git branchless test run --command ci-full --color never origin/live Log: /home/ben/omni/live/_/tmp/ci-full-nightly/ci-full-2026-01-22-180745.log

Output summary:

  • Using command execution strategy: worktree
  • Failed (exit code 1) on commit 3c7540c
  • 0 passed, 1 failed

Next steps: 1) Re-run full CI on this commit to reproduce. 2) Inspect branchless test worktree stderr/stdout for failing step. 3) Identify failing namespace and error, then fix.

Timeline (6)

🔄[human]Open → InProgress4 weeks ago
💬[human]4 weeks ago

Investigated failure. Full CI on commit 3c7540c fails because bild can't get namespace for Omni/Agent/Eval/questions.jsonl (jsonl extension unsupported in that commit). This is fixed by the jsonl extension changes (d7aa4fb/8486aa) once merged to live or by setting ci-full-checkpoint tag to a commit after those fixes.

💬[human]4 weeks ago

Set ci-full-checkpoint tag to origin/live (a729020a). Nightly script now exits cleanly with no new commits.

🔄[human]InProgress → Done4 weeks ago