ci failed
manual
Branch:
main
f4bf5b2
Started: Aug 15, 2026 at 06:48 UTC
Completed: Aug 15, 2026 at 07:00 UTC
Duration: 12m 39s
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
47s
on DESKTOP-12GQBKK
(linux/x86_64)
cargo test 2>&1
depends on
check
passed
coverage
exit: 0
2m 44s
on DESKTOP-12GQBKK
(linux/x86_64)
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
25s
on DESKTOP-12GQBKK
(linux/x86_64)
rustup component add clippy
cargo clippy --all-targets -- -D warnings 2>&1
depends on
check
build · build-arm64 · build-amd64
passed
build
exit: 0
30s
on DESKTOP-12GQBKK
(linux/x86_64)
cargo build --release 2>&1
depends on
test
clippy
fmt
cancelled
build-arm64
-
exec bash ci/build-arch.sh arm64
depends on
test
clippy
fmt
failed
build-amd64
exit: 1
1m 59s
on DESKTOP-12GQBKK
(linux/x86_64)
exec bash ci/build-arch.sh amd64
depends on
test
clippy
fmt