[INFO] fetching crate intel-spi 0.1.3... [INFO] checking intel-spi-0.1.3 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate intel-spi 0.1.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate intel-spi 0.1.3 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", 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-4/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" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14b4357d0ebba2c87e741d043fcb5725a05385e9a72103917d5eff5a38fc0460 [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" "14b4357d0ebba2c87e741d043fcb5725a05385e9a72103917d5eff5a38fc0460", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14b4357d0ebba2c87e741d043fcb5725a05385e9a72103917d5eff5a38fc0460", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14b4357d0ebba2c87e741d043fcb5725a05385e9a72103917d5eff5a38fc0460", kill_on_drop: false }` [INFO] [stdout] 14b4357d0ebba2c87e741d043fcb5725a05385e9a72103917d5eff5a38fc0460 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 997bc3538328fdc683febd5d4d16af1e2ef942aa5856aad8dcb1c8e96774582a [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" "997bc3538328fdc683febd5d4d16af1e2ef942aa5856aad8dcb1c8e96774582a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [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.13s [INFO] running `Command { std: "docker" "inspect" "997bc3538328fdc683febd5d4d16af1e2ef942aa5856aad8dcb1c8e96774582a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "997bc3538328fdc683febd5d4d16af1e2ef942aa5856aad8dcb1c8e96774582a", kill_on_drop: false }` [INFO] [stdout] 997bc3538328fdc683febd5d4d16af1e2ef942aa5856aad8dcb1c8e96774582a