ci failed
push
Branch:
main
f4bf5b2
Started: Aug 22, 2026 at 05:37 UTC
Completed: Aug 22, 2026 at 06:14 UTC
Duration: 37m 18s
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
passed
test
exit: 0
8m 10s
on carl
(linux/aarch64)
cargo test 2>&1
depends on
check
passed
coverage
exit: 0
20m 4s
on carl
(linux/aarch64)
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
passed
clippy
exit: 0
2m 34s
on carl
(linux/aarch64)
rustup component add clippy
cargo clippy --all-targets -- -D warnings 2>&1
depends on
check
build · build-arm64 · build-amd64
passed
build
exit: 0
1m 26s
on carl
(linux/aarch64)
cargo build --release 2>&1
depends on
test
clippy
fmt
failed
build-arm64
exit: 1
3m 14s
on carl
(linux/aarch64)
exec bash ci/build-arch.sh arm64
depends on
test
clippy
fmt
cancelled
build-amd64
-
exec bash ci/build-arch.sh amd64
depends on
test
clippy
fmt