Automated CI for micro-http

Patrick Roy unblocked Waiting for approval to run
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="m5d.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 2m 30s
·
Ran in 5s
build-gnu-x86_64RUSTFLAGS="-D warnings" cargo build --release
Canceled
Waited 4m 49s
build-gnu-aarch64RUSTFLAGS="-D warnings" cargo build --release
Waited 1s
·
Ran in 1m 18s
build-musl-x86_64RUSTFLAGS="-D warnings" cargo build --release --target x86_64-unknown-linux-musl
Canceled
Waited 4m 49s
build-musl-aarch64RUSTFLAGS="-D warnings" cargo build --release --target aarch64-unknown-linux-musl
Waited 1s
·
Ran in 1m 18s
stylecargo fmt --all -- --check --config format_code_in_doc_comments=true
Waited 1s
·
Ran in 1m 16s
unittests-gnu-x86_64cargo test --all-features --workspace
Canceled
Waited 4m 49s
unittests-gnu-aarch64cargo test --all-features --workspace
Waited 2s
·
Ran in 1m 17s
unittests-musl-x86_64cargo test --all-features --workspace --target x86_64-unknown-linux-musl
Canceled
Waited 4m 49s
unittests-musl-aarch64cargo test --all-features --workspace --target aarch64-unknown-linux-musl
Waited 1m 18s
·
Ran in 7s
clippy-x86_64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Canceled
Waited 4m 49s
clippy-aarch64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 1m 20s
·
Ran in 6s
check-warnings-x86_64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Canceled
Waited 4m 49s
check-warnings-aarch64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 1m 20s
·
Ran in 5s
coverage-x86_64pytest $(find . -type f -name "test_coverage.py")
Canceled
Waited 4m 49s
cargo-audit-x86_64[ -e Cargo.lock ] || cargo generate-lockfile; cargo audit -q --deny warnings
Canceled
Waited 4m 49s
Total Job Run Time: 5m 32s