[INFO] fetching crate intel-spi 0.1.3... [INFO] checking intel-spi-0.1.3 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate intel-spi 0.1.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate intel-spi 0.1.3 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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-1/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" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45890d81e210ce49322d011f6fc5fed325cc76f7c7ee025552d5e4af6b70a605 [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" "45890d81e210ce49322d011f6fc5fed325cc76f7c7ee025552d5e4af6b70a605", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45890d81e210ce49322d011f6fc5fed325cc76f7c7ee025552d5e4af6b70a605", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45890d81e210ce49322d011f6fc5fed325cc76f7c7ee025552d5e4af6b70a605", kill_on_drop: false }` [INFO] [stdout] 45890d81e210ce49322d011f6fc5fed325cc76f7c7ee025552d5e4af6b70a605 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d8162d28f47dcb4e5c1bda1edeff2799111754a786fe4e7de0c680ada14f9cd [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" "8d8162d28f47dcb4e5c1bda1edeff2799111754a786fe4e7de0c680ada14f9cd", kill_on_drop: false }` [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: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: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: 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: `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: `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: `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: 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: 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: `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: 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: 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: `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: `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: 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: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.12s [INFO] running `Command { std: "docker" "inspect" "8d8162d28f47dcb4e5c1bda1edeff2799111754a786fe4e7de0c680ada14f9cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d8162d28f47dcb4e5c1bda1edeff2799111754a786fe4e7de0c680ada14f9cd", kill_on_drop: false }` [INFO] [stdout] 8d8162d28f47dcb4e5c1bda1edeff2799111754a786fe4e7de0c680ada14f9cd