Agent Instructions
Wait for completion, without logs:
curl --netrc -N https://nix-ci.com/gh:sellout:nixpkgs/dependabot%2Fnpm_and_yarn%2Fci%2Fgithub-script%2Ffast-xml-parser-5.4.2/2e411dced1a44ae8ca0c617b15f8ad11a5af1778/b0ede534-526c-42eb-9bed-6f78d15b037a/wait
Latest logs, with timestamps (streams while running):
curl --netrc -N https://nix-ci.com/gh:sellout:nixpkgs/dependabot%2Fnpm_and_yarn%2Fci%2Fgithub-script%2Ffast-xml-parser-5.4.2/2e411dced1a44ae8ca0c617b15f8ad11a5af1778/b0ede534-526c-42eb-9bed-6f78d15b037a/tail
All logs, with timestamps (available after completion):
curl --netrc https://nix-ci.com/gh:sellout:nixpkgs/dependabot%2Fnpm_and_yarn%2Fci%2Fgithub-script%2Ffast-xml-parser-5.4.2/2e411dced1a44ae8ca0c617b15f8ad11a5af1778/b0ede534-526c-42eb-9bed-6f78d15b037a/logs
Raw logs, from the start (no timestamps):
curl --netrc -N https://nix-ci.com/gh:sellout:nixpkgs/dependabot%2Fnpm_and_yarn%2Fci%2Fgithub-script%2Ffast-xml-parser-5.4.2/2e411dced1a44ae8ca0c617b15f8ad11a5af1778/b0ede534-526c-42eb-9bed-6f78d15b037a/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/gh:sellout:nixpkgs/dependabot%2Fnpm_and_yarn%2Fci%2Fgithub-script%2Ffast-xml-parser-5.4.2/2e411dced1a44ae8ca0c617b15f8ad11a5af1778/b0ede534-526c-42eb-9bed-6f78d15b037a/logs
For more instructions, fetch https://nix-ci.com/instructions .