[micro-http] PR
PublicAutomated CI for micro-http
Bump rust-vmm-ci from `7606478` to `0503867`
Passed in 5m 58s
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 6s
build-musl-x86_64RUSTFLAGS="-D warnings" cargo build --release --target x86_64-unknown-linux-musl
Waited 2m 21s
Ran in 48s
build-musl-aarch64RUSTFLAGS="-D warnings" cargo build --release --target aarch64-unknown-linux-musl
Waited 1m 51s
Ran in 51s
stylecargo fmt --all -- --check --config format_code_in_doc_comments=true
Waited 5s
Ran in 1m 2s
unittests-musl-x86_64cargo test --all-features --workspace --target x86_64-unknown-linux-musl
Waited 2m 21s
Ran in 48s
unittests-musl-aarch64cargo test --all-features --workspace --target aarch64-unknown-linux-musl
Waited 1m 51s
Ran in 52s
clippy-x86_64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 2m 21s
Ran in 48s
clippy-aarch64cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks
Waited 1m 59s
Ran in 57s
check-warnings-x86_64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 2m 11s
Ran in 58s
check-warnings-aarch64RUSTFLAGS="-D warnings" cargo check --all-targets --all-features --workspace
Waited 1m 59s
Ran in 56s
cargo-audit-x86_64[ -e Cargo.lock ] || cargo generate-lockfile; cargo audit -q --deny warnings
Waited 2m 30s
Ran in 53s
Total Job Run Time: 13m 25s