[micro-http] PR
PublicAutomated CI for micro-http
Bump rust-vmm-ci from `5e818dc` to `1150c47`
Canceled due to branch deletion after 7m 22s
Waiting for approval to run
python3 -m ensurepip && python3 -m pip install ...
build-gnu-x86_64
build-gnu-aarch64
build-musl-x86_64
build-musl-aarch64
style
unittests-gnu-x86_64
unittests-gnu-aarch64
unittests-musl-x86_64
unittests-musl-aarch64
clippy-x86_64
clippy-aarch64
check-warnings-x86_64
check-warnings-aarch64
coverage-x86_64
cargo-audit-x86_64

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-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-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
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