linux-loader rust-vmm crate CI

build-gnu-x86_64RUSTFLAGS="-D warnings" cargo build --release
Waited 3s
·
Ran in 9s
build-gnu-aarch64RUSTFLAGS="-D warnings" cargo build --release
Waited 5s
·
Ran in 8s
build-gnu-riscv64"RUSTFLAGS=\"-D warnings\" cargo build --release"
Waited 16s
·
Ran in 4m 24s
build-musl-x86_64RUSTFLAGS="-D warnings" cargo build --release --target x86_64-unknown-linux-musl
Waited 16s
·
Ran in 9s
build-musl-aarch64RUSTFLAGS="-D warnings" cargo build --release --target aarch64-unknown-linux-musl
Waited 6s
·
Ran in 8s
stylecargo fmt --all -- --check --config format_code_in_doc_comments=true
Waited 7s
·
Ran in 2s
unittests-gnu-x86_64cargo test --all-features --workspace
Waited 16s
·
Ran in 9s
unittests-gnu-aarch64cargo test --all-features --workspace
Waited 14s
·
Ran in 10s
unittests-gnu-riscv64"cargo test --all-features --workspace"
Waited 17s
·
Ran in 4m 34s
unittests-musl-x86_64cargo test --all-features --workspace --target x86_64-unknown-linux-musl
Waited 18s
·
Ran in 9s
unittests-musl-aarch64cargo test --all-features --workspace --target aarch64-unknown-linux-musl
Waited 12s
·
Ran in 12s
clippy-x86_64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 30s
·
Ran in 8s
clippy-aarch64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 19s
·
Ran in 12s
clippy-riscv64"cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks"
Waited 30s
·
Ran in 4m 20s
check-warnings-x86_64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 32s
·
Ran in 8s
check-warnings-aarch64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 20s
·
Ran in 11s
check-warnings-riscv64"RUSTFLAGS=\"-D warnings\" cargo check --all-targets --all-features --workspace"
Waited 44s
·
Ran in 4m 27s
coverage-x86_64pytest $(find . -type f -name "test_coverage.py")
Waited 45s
·
Ran in 15s
build-gnu-bzimage-x86_64cargo build --release --features bzimage
Waited 5s
·
Ran in 6s
build-musl-bzimage-x86_64cargo build --release --features bzimage --target x86_64-unknown-linux-musl
Waited 5s
·
Ran in 7s
build-no-default-features-x86_64cargo build --release --no-default-features
Waited 5s
·
Ran in 7s
build-no-default-features-aarch64cargo build --release --no-default-features
Waited 4s
·
Ran in 8s
bench-x86_64pytest rust-vmm-ci/integration_tests/test_benchmark.py -s
Waited 5s
·
Ran in 9s
bench-aarch64pytest rust-vmm-ci/integration_tests/test_benchmark.py -s
Waited 4s
·
Ran in 12s
Total Job Run Time: 21m 2s