[INFO] fetching crate intel-spi 0.1.3... [INFO] checking intel-spi-0.1.3 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate intel-spi 0.1.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate intel-spi 0.1.3 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate intel-spi 0.1.3 [INFO] finished tweaking crates.io crate intel-spi 0.1.3 [INFO] tweaked toml for crates.io crate intel-spi 0.1.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate intel-spi 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded coreboot-fs v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5b516c58ab2eee4a89630371faa4628619800367d14bfa860cd02bc0e2f1ce0f [INFO] running `Command { std: "docker" "start" "-a" "5b516c58ab2eee4a89630371faa4628619800367d14bfa860cd02bc0e2f1ce0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b516c58ab2eee4a89630371faa4628619800367d14bfa860cd02bc0e2f1ce0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b516c58ab2eee4a89630371faa4628619800367d14bfa860cd02bc0e2f1ce0f", kill_on_drop: false }` [INFO] [stdout] 5b516c58ab2eee4a89630371faa4628619800367d14bfa860cd02bc0e2f1ce0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 705e1c231f02b91c78e51e01f1cec462cfd2f71195c06a9f2798173699c9f3a2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "705e1c231f02b91c78e51e01f1cec462cfd2f71195c06a9f2798173699c9f3a2", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Checking coreboot-fs v0.1.0 [INFO] [stderr] Checking intel-spi v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mmio.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mmio.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | value: unsafe { uninitialized() } [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mmio.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mmio.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | value: unsafe { uninitialized() } [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `ReadOnly` [INFO] [stdout] --> src/io.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct ReadOnly { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/io.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | pub /* const */ fn new(inner: I) -> ReadOnly { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/io.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn read(&self) -> I::Value { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `readf` [INFO] [stdout] --> src/io.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn readf(&self, flags: I::Value) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `WriteOnly` [INFO] [stdout] --> src/io.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct WriteOnly { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/io.rs:52:24 [INFO] [stdout] | [INFO] [stdout] 52 | pub /* const */ fn new(inner: I) -> WriteOnly { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write` [INFO] [stdout] --> src/io.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn write(&mut self, value: I::Value) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `writef` [INFO] [stdout] --> src/io.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn writef(&mut self, flags: I::Value, value: bool) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cycle` [INFO] [stdout] --> src/lib.rs:115:8 [INFO] [stdout] | [INFO] [stdout] 115 | fn cycle(&self) -> HsfStsCtlCycle { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `count` [INFO] [stdout] --> src/lib.rs:125:8 [INFO] [stdout] | [INFO] [stdout] 125 | fn count(&self) -> u8 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `ReadOnly` [INFO] [stdout] --> src/io.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct ReadOnly { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/io.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | pub /* const */ fn new(inner: I) -> ReadOnly { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/io.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn read(&self) -> I::Value { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `readf` [INFO] [stdout] --> src/io.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn readf(&self, flags: I::Value) -> bool { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `WriteOnly` [INFO] [stdout] --> src/io.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct WriteOnly { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/io.rs:52:24 [INFO] [stdout] | [INFO] [stdout] 52 | pub /* const */ fn new(inner: I) -> WriteOnly { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write` [INFO] [stdout] --> src/io.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn write(&mut self, value: I::Value) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `writef` [INFO] [stdout] --> src/io.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn writef(&mut self, flags: I::Value, value: bool) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cycle` [INFO] [stdout] --> src/lib.rs:115:8 [INFO] [stdout] | [INFO] [stdout] 115 | fn cycle(&self) -> HsfStsCtlCycle { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `count` [INFO] [stdout] --> src/lib.rs:125:8 [INFO] [stdout] | [INFO] [stdout] 125 | fn count(&self) -> u8 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.56s [INFO] running `Command { std: "docker" "inspect" "705e1c231f02b91c78e51e01f1cec462cfd2f71195c06a9f2798173699c9f3a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "705e1c231f02b91c78e51e01f1cec462cfd2f71195c06a9f2798173699c9f3a2", kill_on_drop: false }` [INFO] [stdout] 705e1c231f02b91c78e51e01f1cec462cfd2f71195c06a9f2798173699c9f3a2