Automated CI for micro-http

python3 -m ensurepip && python3 -m pip install ...python3 -m ensurepip && python3 -m pip install pyyaml && python3 rust-vmm-ci/.buildkite/autogenerate_pipeline.py | awk '!/hypervisor: kvm/' | awk '{if($1=="platform:") {$1=" instance:"} print $0}' | awk '{if($1=="os:" && $2=="linux") {$1=" os:"; $2="al2"} print $0}' | awk '{if($1=="instance:" && $2=="x86_64.metal") {$1=" instance:"; $2="m6i.metal"} print $0}' | awk '{if($1=="instance:" && $2=="arm.metal") {$1=" instance:"; $2="m6g.metal"} print $0}' | awk '{if($1=="agents:") {print;print " queue: public-prod-us-east-1"; next} print $0}' | sed '/- label: commit-format/,/- label:/{//p;d;}' | sed '/- label: commit-format/d' | buildkite-agent pipeline upload
Waited 40s
·
Ran in 6s
build-gnu-x86_64RUSTFLAGS="-D warnings" cargo build --release
Waited 1m 35s
·
Ran in 1m 38s
build-gnu-aarch64RUSTFLAGS="-D warnings" cargo build --release
Waited 54s
·
Ran in 1m 6s
build-musl-x86_64RUSTFLAGS="-D warnings" cargo build --release --target x86_64-unknown-linux-musl
Waited 1m 45s
·
Ran in 1m 29s
build-musl-aarch64RUSTFLAGS="-D warnings" cargo build --release --target aarch64-unknown-linux-musl
Waited 54s
·
Ran in 1m 6s
stylecargo fmt --all -- --check --config format_code_in_doc_comments=true
Waited 1s
·
Ran in 1m 31s
unittests-gnu-x86_64cargo test --all-features --workspace
Waited 1m 45s
·
Ran in 1m 29s
unittests-gnu-aarch64cargo test --all-features --workspace
Waited 54s
·
Ran in 1m 7s
unittests-musl-x86_64cargo test --all-features --workspace --target x86_64-unknown-linux-musl
Waited 1m 45s
·
Ran in 1m 29s
unittests-musl-aarch64cargo test --all-features --workspace --target aarch64-unknown-linux-musl
Waited 54s
·
Ran in 1m 7s
unittests-gnu-release-x86_64cargo test --release --all-features --workspace
Waited 1m 45s
·
Ran in 1m 29s
unittests-gnu-release-aarch64cargo test --release --all-features --workspace
Waited 1m 21s
·
Ran in 1m 42s
unittests-musl-release-x86_64cargo test --release --all-features --workspace --target x86_64-unknown-linux-musl
Waited 1m 45s
·
Ran in 1m 29s
unittests-musl-release-aarch64cargo test --release --all-features --workspace --target aarch64-unknown-linux-musl
Waited 1m 21s
·
Ran in 1m 42s
clippy-x86_64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 1m 45s
·
Ran in 1m 29s
clippy-aarch64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 1m 21s
·
Ran in 1m 42s
check-warnings-x86_64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 2m 9s
·
Ran in 56s
check-warnings-aarch64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 2m 11s
·
Ran in 5s
coverage-x86_64pytest $(find . -type f -name "test_coverage.py")
Waited 2m 9s
·
Ran in 56s
cargo-audit-x86_64[ -e Cargo.lock ] || cargo generate-lockfile; cargo audit -q --deny warnings
Waited 2m 9s
·
Ran in 56s
Total Job Run Time: 24m 32s