[INFO] fetching crate sev 7.1.0... [INFO] building sev-7.1.0 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate sev 7.1.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate sev 7.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sev 7.1.0 [INFO] tweaked toml for crates.io crate sev 7.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sev 7.1.0 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sev 7.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90e56d639221afb79128f31c022f3a7ab738c1420126148fa97c10e58878696f [INFO] running `Command { std: "docker" "start" "-a" "90e56d639221afb79128f31c022f3a7ab738c1420126148fa97c10e58878696f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90e56d639221afb79128f31c022f3a7ab738c1420126148fa97c10e58878696f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90e56d639221afb79128f31c022f3a7ab738c1420126148fa97c10e58878696f", kill_on_drop: false }` [INFO] [stdout] 90e56d639221afb79128f31c022f3a7ab738c1420126148fa97c10e58878696f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1088f8019e7e467f682291be79cb6923d4ef8f5cfd2e75c7d1b1d7d50c661d8e [INFO] running `Command { std: "docker" "start" "-a" "1088f8019e7e467f682291be79cb6923d4ef8f5cfd2e75c7d1b1d7d50c661d8e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling sev v7.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling iocuddle v0.1.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling uuid v1.16.0 [INFO] [stderr] Compiling bitfield-macros v0.19.0 [INFO] [stderr] Compiling bitfield v0.19.0 [INFO] [stdout] warning: struct `Init` is never constructed [INFO] [stdout] --> src/launch/linux/sev.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Init; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Init` is never constructed [INFO] [stdout] --> src/launch/linux/snp.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Init { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `EsInit` is never constructed [INFO] [stdout] --> src/launch/linux/sev.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct EsInit; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.35s [INFO] running `Command { std: "docker" "inspect" "1088f8019e7e467f682291be79cb6923d4ef8f5cfd2e75c7d1b1d7d50c661d8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1088f8019e7e467f682291be79cb6923d4ef8f5cfd2e75c7d1b1d7d50c661d8e", kill_on_drop: false }` [INFO] [stdout] 1088f8019e7e467f682291be79cb6923d4ef8f5cfd2e75c7d1b1d7d50c661d8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 995cdc354b80ee9158bf6c451fb55d02c23b12b53bc20836772c99580b30ba88 [INFO] running `Command { std: "docker" "start" "-a" "995cdc354b80ee9158bf6c451fb55d02c23b12b53bc20836772c99580b30ba88", kill_on_drop: false }` [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling kvm-ioctls v0.21.0 [INFO] [stderr] Compiling sdd v3.0.8 [INFO] [stderr] Compiling vmm-sys-util v0.12.1 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stdout] warning: struct `Init` is never constructed [INFO] [stdout] --> src/launch/linux/sev.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Init; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Init` is never constructed [INFO] [stdout] --> src/launch/linux/snp.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Init { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `EsInit` is never constructed [INFO] [stdout] --> src/launch/linux/sev.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct EsInit; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling scc v2.3.3 [INFO] [stderr] Compiling kvm-bindings v0.11.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling sev v7.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Init` is never constructed [INFO] [stdout] --> src/launch/linux/sev.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Init; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `EsInit` is never constructed [INFO] [stdout] --> src/launch/linux/sev.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct EsInit; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Init` is never constructed [INFO] [stdout] --> src/launch/linux/snp.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Init { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.98s [INFO] running `Command { std: "docker" "inspect" "995cdc354b80ee9158bf6c451fb55d02c23b12b53bc20836772c99580b30ba88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "995cdc354b80ee9158bf6c451fb55d02c23b12b53bc20836772c99580b30ba88", kill_on_drop: false }` [INFO] [stdout] 995cdc354b80ee9158bf6c451fb55d02c23b12b53bc20836772c99580b30ba88