ci failed
push
Branch:
main
7c350b4
Started: Jul 22, 2026 at 10:02 UTC
Completed: Jul 22, 2026 at 10:37 UTC
Duration: 35m 29s
Pipeline validated with warnings
- step 'check': 'cache' is accepted but not yet implemented
- step 'test': 'cache' is accepted but not yet implemented
- step 'coverage': 'cache' is accepted but not yet implemented
- step 'clippy': 'cache' is accepted but not yet implemented
- step 'build': 'cache' is accepted but not yet implemented
- step 'build-runner': 'cache' is accepted but not yet implemented
Jobs
check · fmt
test · coverage · clippy
passed
test
exit: 0
28s
on DESKTOP-12GQBKK
(linux/x86_64)
cargo test 2>&1
depends on
check
passed
coverage
exit: 0
2m 28s
on DESKTOP-12GQBKK
(linux/x86_64)
rustup component add llvm-tools-preview
cargo install cargo-tarpaulin --version 0.32.7 2>&1
cargo tarpaulin --engine llvm --out lcov --output-dir coverage/ 2>&1
depends on
check
passed
clippy
exit: 0
31s
on DESKTOP-12GQBKK
(linux/x86_64)
rustup component add clippy
cargo clippy --all-targets -- -D warnings 2>&1
depends on
check
build · build-runner
passed
build
exit: 0
29s
on DESKTOP-12GQBKK
(linux/x86_64)
cargo build --release 2>&1
depends on
test
clippy
fmt
failed
build-runner
exit: -1
31m 2s
on DESKTOP-12GQBKK
(linux/x86_64)
apt-get update && apt-get install -y bash curl jq xz-utils 2>&1
exec bash ci/build-runner.sh
depends on
test
clippy
fmt