[INFO] fetching crate matrix_rhal 0.0.6... [INFO] checking matrix_rhal-0.0.6 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate matrix_rhal 0.0.6 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate matrix_rhal 0.0.6 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate matrix_rhal 0.0.6 [INFO] finished tweaking crates.io crate matrix_rhal 0.0.6 [INFO] tweaked toml for crates.io crate matrix_rhal 0.0.6 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate matrix_rhal 0.0.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08890ab4329ef30ba39eb0cef1491ec664eb86903e4c2c09cc1250e4d7d4e107 [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" "08890ab4329ef30ba39eb0cef1491ec664eb86903e4c2c09cc1250e4d7d4e107", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08890ab4329ef30ba39eb0cef1491ec664eb86903e4c2c09cc1250e4d7d4e107", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08890ab4329ef30ba39eb0cef1491ec664eb86903e4c2c09cc1250e4d7d4e107", kill_on_drop: false }` [INFO] [stdout] 08890ab4329ef30ba39eb0cef1491ec664eb86903e4c2c09cc1250e4d7d4e107 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eaaec73e58a00bd4c9a27e5fb039fcd08fbad6903b2848b059f54a1fe14c55ac [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" "eaaec73e58a00bd4c9a27e5fb039fcd08fbad6903b2848b059f54a1fe14c55ac", kill_on_drop: false }` [INFO] [stderr] Compiling nix v0.16.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking matrix_rhal v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `error` [INFO] [stdout] --> src/error.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | fn from(error: nix::Error) -> Self { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UART` [INFO] [stdout] --> src/bus/memory_map.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub const UART: u16 = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MICROPHONE_ARRAY` [INFO] [stdout] --> src/bus/memory_map.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub const MICROPHONE_ARRAY: u16 = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AUDIO_OUTPUT` [INFO] [stdout] --> src/bus/memory_map.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub const AUDIO_OUTPUT: u16 = 0x6000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZWAVE_GPIO` [INFO] [stdout] --> src/bus/memory_map.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub const ZWAVE_GPIO: u16 = 0x7000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MCU` [INFO] [stdout] --> src/bus/memory_map.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub const MCU: u16 = 0x90; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `error` [INFO] [stdout] --> src/error.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | fn from(error: nix::Error) -> Self { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UART` [INFO] [stdout] --> src/bus/memory_map.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub const UART: u16 = 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MICROPHONE_ARRAY` [INFO] [stdout] --> src/bus/memory_map.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub const MICROPHONE_ARRAY: u16 = 0x2000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `AUDIO_OUTPUT` [INFO] [stdout] --> src/bus/memory_map.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub const AUDIO_OUTPUT: u16 = 0x6000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZWAVE_GPIO` [INFO] [stdout] --> src/bus/memory_map.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub const ZWAVE_GPIO: u16 = 0x7000; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `MCU` [INFO] [stdout] --> src/bus/memory_map.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub const MCU: u16 = 0x90; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sensors` [INFO] [stdout] --> src/main.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let sensors = hal::Sensors::new(&bus); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sensors` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gpio` [INFO] [stdout] --> src/main.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | let gpio = hal::Gpio::new(&bus); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_gpio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_gpio_set_value` [INFO] [stdout] --> src/main.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn test_gpio_set_value(gpio: &hal::Gpio) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_gpio_pwm` [INFO] [stdout] --> src/main.rs:32:4 [INFO] [stdout] | [INFO] [stdout] 32 | fn test_gpio_pwm(gpio: &hal::Gpio) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_gpio_set_servo` [INFO] [stdout] --> src/main.rs:38:4 [INFO] [stdout] | [INFO] [stdout] 38 | fn test_gpio_set_servo(gpio: &hal::Gpio) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_sensors` [INFO] [stdout] --> src/main.rs:44:4 [INFO] [stdout] | [INFO] [stdout] 44 | fn test_sensors(sensors: &hal::Sensors) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `delay` [INFO] [stdout] --> src/main.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn delay(ms: u64) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sensors` [INFO] [stdout] --> src/main.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let sensors = hal::Sensors::new(&bus); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sensors` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `gpio` [INFO] [stdout] --> src/main.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | let gpio = hal::Gpio::new(&bus); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_gpio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_gpio_set_value` [INFO] [stdout] --> src/main.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn test_gpio_set_value(gpio: &hal::Gpio) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_gpio_pwm` [INFO] [stdout] --> src/main.rs:32:4 [INFO] [stdout] | [INFO] [stdout] 32 | fn test_gpio_pwm(gpio: &hal::Gpio) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_gpio_set_servo` [INFO] [stdout] --> src/main.rs:38:4 [INFO] [stdout] | [INFO] [stdout] 38 | fn test_gpio_set_servo(gpio: &hal::Gpio) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_sensors` [INFO] [stdout] --> src/main.rs:44:4 [INFO] [stdout] | [INFO] [stdout] 44 | fn test_sensors(sensors: &hal::Sensors) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `delay` [INFO] [stdout] --> src/main.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn delay(ms: u64) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.51s [INFO] running `Command { std: "docker" "inspect" "eaaec73e58a00bd4c9a27e5fb039fcd08fbad6903b2848b059f54a1fe14c55ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eaaec73e58a00bd4c9a27e5fb039fcd08fbad6903b2848b059f54a1fe14c55ac", kill_on_drop: false }` [INFO] [stdout] eaaec73e58a00bd4c9a27e5fb039fcd08fbad6903b2848b059f54a1fe14c55ac