kvm-ci

Public
pipelineDOCKER_PLUGIN_CONFIG='{"tests": ["unittests-gnu", "unittests-musl"], "cfg": {"devices": ["/dev/kvm" ]}}' ./rust-vmm-ci/.buildkite/autogenerate_pipeline.py | buildkite-agent pipeline upload
Waited 4s
·
Ran in 9s
build-gnu-x86_64RUSTFLAGS="-D warnings" cargo build --release
Waited 2s
·
Ran in 4s
build-gnu-aarch64RUSTFLAGS="-D warnings" cargo build --release
Waited 3s
·
Ran in 1m 31s
build-gnu-riscv64"RUSTFLAGS=\"-D warnings\" cargo build --release"
Waited 2s
·
Ran in 2m 46s
build-musl-x86_64RUSTFLAGS="-D warnings" cargo build --release --target x86_64-unknown-linux-musl
Waited 3s
·
Ran in 4s
build-musl-aarch64RUSTFLAGS="-D warnings" cargo build --release --target aarch64-unknown-linux-musl
Waited 3s
·
Ran in 1m 31s
stylecargo fmt --all -- --check --config format_code_in_doc_comments=true
Waited 2s
·
Ran in 2s
unittests-gnu-x86_64cargo test --all-features --workspace
Waited 10s
·
Ran in 7s
unittests-gnu-aarch64cargo test --all-features --workspace
Waited 3s
·
Ran in 1m 31s
unittests-gnu-riscv64"cargo test --all-features --workspace"
Waited 11s
·
Ran in 3m 25s
unittests-musl-x86_64cargo test --all-features --workspace --target x86_64-unknown-linux-musl
Waited 11s
·
Ran in 5s
unittests-musl-aarch64cargo test --all-features --workspace --target aarch64-unknown-linux-musl
Waited 3s
·
Ran in 1m 31s
clippy-x86_64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 12s
·
Ran in 5s
clippy-aarch64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 3s
·
Ran in 1m 30s
clippy-riscv64"cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks"
Waited 22s
·
Ran in 2m 13s
check-warnings-x86_64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 22s
·
Ran in 4s
check-warnings-aarch64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 1m 39s
·
Ran in 5s
check-warnings-riscv64"RUSTFLAGS=\"-D warnings\" cargo check --all-targets --all-features --workspace"
Waited 22s
·
Ran in 3m 0s
coverage-x86_64pytest $(find . -type f -name "test_coverage.py")
Waited 32s
·
Ran in 5s
commit-formatpytest $(find . -type f -name "test_commit_format.py")
Waited 42s
·
Ran in 2s
cargo-audit-x86_64[ -e Cargo.lock ] || cargo generate-lockfile; cargo audit -q --deny warnings
Waited 50s
·
Ran in 3s
Total Job Run Time: 19m 53s