ci failed
manual
Branch:
main
4719e13
Started: Aug 08, 2026 at 17:01 UTC
Completed: Aug 08, 2026 at 17:02 UTC
Duration: 1m 19s
Prepare
cached image
apt-get update && apt-get install -y --no-install-recommends curl jq ca-certificates
Pipeline validated
Jobs
check · fmt
test · coverage · clippy
cancelled
test
-
cargo test 2>&1
depends on
check
cancelled
coverage
-
rustup component add llvm-tools-preview
cargo install cargo-tarpaulin --version 0.32.7 2>&1
# Skip the JSON contract fuzzer here: it spawns ~120 instrumented
# subprocesses (slow enough under tarpaulin to trip its own per-leaf
# deadline) and, being a subprocess test, contributes no line coverage.
# It runs for real in the `test` job.
cargo tarpaulin --engine llvm --out lcov --output-dir coverage/ -- --skip every_leaf_emits_valid_json_under_json 2>&1
depends on
check
cancelled
clippy
-
rustup component add clippy
cargo clippy --all-targets -- -D warnings 2>&1
depends on
check
build · build-arm64 · build-amd64
Artifacts
No artifacts for this run