Agent Instructions
Wait for completion, without logs:
curl --netrc -N https://nix-ci.com/cb:mtlynch:little-moments/fix-staticcheck/7ac39259f1c7d8c5a6084a1189bb1db9309fbfaa/07ed99a5-b9b6-4086-808e-76ae7e5c2fda/wait
Latest logs, with timestamps (streams while running):
curl --netrc -N https://nix-ci.com/cb:mtlynch:little-moments/fix-staticcheck/7ac39259f1c7d8c5a6084a1189bb1db9309fbfaa/07ed99a5-b9b6-4086-808e-76ae7e5c2fda/tail
All logs, with timestamps (available after completion):
curl --netrc https://nix-ci.com/cb:mtlynch:little-moments/fix-staticcheck/7ac39259f1c7d8c5a6084a1189bb1db9309fbfaa/07ed99a5-b9b6-4086-808e-76ae7e5c2fda/logs
Raw logs, from the start (no timestamps):
curl --netrc -N https://nix-ci.com/cb:mtlynch:little-moments/fix-staticcheck/7ac39259f1c7d8c5a6084a1189bb1db9309fbfaa/07ed99a5-b9b6-4086-808e-76ae7e5c2fda/raw-logs
Content types available for
/logs
and
/tail
(use
Accept
header):
text/plain
— human-readable annotated texttext/csv
— CSV with header rowapplication/x-ndjson
— newline-delimited JSON (one object per line)text/html
— HTML viewExample:
curl --netrc -H "Accept: text/csv" https://nix-ci.com/cb:mtlynch:little-moments/fix-staticcheck/7ac39259f1c7d8c5a6084a1189bb1db9309fbfaa/07ed99a5-b9b6-4086-808e-76ae7e5c2fda/logs
Reproduce locally: https://nix-ci.com/cb:mtlynch:little-moments/fix-staticcheck/7ac39259f1c7d8c5a6084a1189bb1db9309fbfaa/07ed99a5-b9b6-4086-808e-76ae7e5c2fda/repro
For more instructions, fetch https://nix-ci.com/instructions .