[INFO] fetching crate adxl345-eh-driver 0.1.0...
[INFO] checking adxl345-eh-driver-0.1.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate adxl345-eh-driver 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate adxl345-eh-driver 0.1.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate adxl345-eh-driver 0.1.0
[INFO] finished tweaking crates.io crate adxl345-eh-driver 0.1.0
[INFO] tweaked toml for crates.io crate adxl345-eh-driver 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded embedded-hal v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 724afcbfc0a49718f2f2f8943647eb6cbe4dec58411a23c574fd2d651b1e668c
[INFO] running `Command { std: "docker" "start" "-a" "724afcbfc0a49718f2f2f8943647eb6cbe4dec58411a23c574fd2d651b1e668c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "724afcbfc0a49718f2f2f8943647eb6cbe4dec58411a23c574fd2d651b1e668c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "724afcbfc0a49718f2f2f8943647eb6cbe4dec58411a23c574fd2d651b1e668c", kill_on_drop: false }`
[INFO] [stdout] 724afcbfc0a49718f2f2f8943647eb6cbe4dec58411a23c574fd2d651b1e668c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2aae196fe6420bb1ffa68be761c079c94d7b8a60ed476adbd2fe4611dc6023cc
[INFO] running `Command { std: "docker" "start" "-a" "2aae196fe6420bb1ffa68be761c079c94d7b8a60ed476adbd2fe4611dc6023cc", kill_on_drop: false }`
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]     Checking adxl345-eh-driver v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `THRESH_TAP` is never used
[INFO] [stdout]    --> src/lib.rs:111:15
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub const THRESH_TAP: u8 = 0x1D; // Tap threshold
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSX` is never used
[INFO] [stdout]    --> src/lib.rs:112:15
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub const OFSX: u8 = 0x1E; // X-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSY` is never used
[INFO] [stdout]    --> src/lib.rs:113:15
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub const OFSY: u8 = 0x1F; // Y-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSZ` is never used
[INFO] [stdout]    --> src/lib.rs:114:15
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub const OFSZ: u8 = 0x20; // Z-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DUR` is never used
[INFO] [stdout]    --> src/lib.rs:115:15
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub const DUR: u8 = 0x21; // Tap duration
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LATENT` is never used
[INFO] [stdout]    --> src/lib.rs:116:15
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub const LATENT: u8 = 0x22; // Tap latency
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW` is never used
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub const WINDOW: u8 = 0x23; // Tap window
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_ACT` is never used
[INFO] [stdout]    --> src/lib.rs:118:15
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub const THRESH_ACT: u8 = 0x24; // Activity threshold
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_INACT` is never used
[INFO] [stdout]    --> src/lib.rs:119:15
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub const THRESH_INACT: u8 = 0x25; // Inactivity threshold
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TIME_INACT` is never used
[INFO] [stdout]    --> src/lib.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const TIME_INACT: u8 = 0x26; // Inactivity time
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACT_INACT_CTL` is never used
[INFO] [stdout]    --> src/lib.rs:121:15
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub const ACT_INACT_CTL: u8 = 0x27; // Axis enable control for activity and inactivity detection
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_FF` is never used
[INFO] [stdout]    --> src/lib.rs:122:15
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub const THRESH_FF: u8 = 0x28; // Free-fall threshold
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TIME_FF` is never used
[INFO] [stdout]    --> src/lib.rs:123:15
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub const TIME_FF: u8 = 0x29; // Free-fall time
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TAP_AXES` is never used
[INFO] [stdout]    --> src/lib.rs:124:15
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub const TAP_AXES: u8 = 0x2A; // Axis control for single/double tap
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACT_TAP_STATUS` is never used
[INFO] [stdout]    --> src/lib.rs:125:15
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub const ACT_TAP_STATUS: u8 = 0x2B; // Source for single/double tap
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_ENABLE` is never used
[INFO] [stdout]    --> src/lib.rs:128:15
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub const INT_ENABLE: u8 = 0x2E; // Interrupt enable control
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_MAP` is never used
[INFO] [stdout]    --> src/lib.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub const INT_MAP: u8 = 0x2F; // Interrupt mapping control
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_SOURCE` is never used
[INFO] [stdout]    --> src/lib.rs:130:15
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub const INT_SOURCE: u8 = 0x30; // Source of interrupts
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAX1` is never used
[INFO] [stdout]    --> src/lib.rs:133:15
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub const DATAX1: u8 = 0x33; // X-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAY0` is never used
[INFO] [stdout]    --> src/lib.rs:134:15
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub const DATAY0: u8 = 0x34; // Y-axis data 0
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAY1` is never used
[INFO] [stdout]    --> src/lib.rs:135:15
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub const DATAY1: u8 = 0x35; // Y-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAZ0` is never used
[INFO] [stdout]    --> src/lib.rs:136:15
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub const DATAZ0: u8 = 0x36; // Z-axis data 0
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAZ1` is never used
[INFO] [stdout]    --> src/lib.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub const DATAZ1: u8 = 0x37; // Z-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIFO_CTL` is never used
[INFO] [stdout]    --> src/lib.rs:138:15
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub const FIFO_CTL: u8 = 0x38; // FIFO control
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIFO_STATUS` is never used
[INFO] [stdout]    --> src/lib.rs:139:15
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub const FIFO_STATUS: u8 = 0x39; // FIFO status
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 25 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_TAP` is never used
[INFO] [stdout]    --> src/lib.rs:111:15
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub const THRESH_TAP: u8 = 0x1D; // Tap threshold
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSX` is never used
[INFO] [stdout]    --> src/lib.rs:112:15
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub const OFSX: u8 = 0x1E; // X-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSY` is never used
[INFO] [stdout]    --> src/lib.rs:113:15
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub const OFSY: u8 = 0x1F; // Y-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSZ` is never used
[INFO] [stdout]    --> src/lib.rs:114:15
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub const OFSZ: u8 = 0x20; // Z-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DUR` is never used
[INFO] [stdout]    --> src/lib.rs:115:15
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub const DUR: u8 = 0x21; // Tap duration
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LATENT` is never used
[INFO] [stdout]    --> src/lib.rs:116:15
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub const LATENT: u8 = 0x22; // Tap latency
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW` is never used
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub const WINDOW: u8 = 0x23; // Tap window
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_ACT` is never used
[INFO] [stdout]    --> src/lib.rs:118:15
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub const THRESH_ACT: u8 = 0x24; // Activity threshold
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_INACT` is never used
[INFO] [stdout]    --> src/lib.rs:119:15
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub const THRESH_INACT: u8 = 0x25; // Inactivity threshold
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TIME_INACT` is never used
[INFO] [stdout]    --> src/lib.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const TIME_INACT: u8 = 0x26; // Inactivity time
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACT_INACT_CTL` is never used
[INFO] [stdout]    --> src/lib.rs:121:15
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub const ACT_INACT_CTL: u8 = 0x27; // Axis enable control for activity and inactivity detection
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_FF` is never used
[INFO] [stdout]    --> src/lib.rs:122:15
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub const THRESH_FF: u8 = 0x28; // Free-fall threshold
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TIME_FF` is never used
[INFO] [stdout]    --> src/lib.rs:123:15
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub const TIME_FF: u8 = 0x29; // Free-fall time
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TAP_AXES` is never used
[INFO] [stdout]    --> src/lib.rs:124:15
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub const TAP_AXES: u8 = 0x2A; // Axis control for single/double tap
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACT_TAP_STATUS` is never used
[INFO] [stdout]    --> src/lib.rs:125:15
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub const ACT_TAP_STATUS: u8 = 0x2B; // Source for single/double tap
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_ENABLE` is never used
[INFO] [stdout]    --> src/lib.rs:128:15
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub const INT_ENABLE: u8 = 0x2E; // Interrupt enable control
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_MAP` is never used
[INFO] [stdout]    --> src/lib.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub const INT_MAP: u8 = 0x2F; // Interrupt mapping control
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_SOURCE` is never used
[INFO] [stdout]    --> src/lib.rs:130:15
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub const INT_SOURCE: u8 = 0x30; // Source of interrupts
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAX1` is never used
[INFO] [stdout]    --> src/lib.rs:133:15
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub const DATAX1: u8 = 0x33; // X-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAY0` is never used
[INFO] [stdout]    --> src/lib.rs:134:15
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub const DATAY0: u8 = 0x34; // Y-axis data 0
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAY1` is never used
[INFO] [stdout]    --> src/lib.rs:135:15
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub const DATAY1: u8 = 0x35; // Y-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAZ0` is never used
[INFO] [stdout]    --> src/lib.rs:136:15
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub const DATAZ0: u8 = 0x36; // Z-axis data 0
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAZ1` is never used
[INFO] [stdout]    --> src/lib.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub const DATAZ1: u8 = 0x37; // Z-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIFO_CTL` is never used
[INFO] [stdout]    --> src/lib.rs:138:15
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub const FIFO_CTL: u8 = 0x38; // FIFO control
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIFO_STATUS` is never used
[INFO] [stdout]    --> src/lib.rs:139:15
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub const FIFO_STATUS: u8 = 0x39; // FIFO status
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 25 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] running `Command { std: "docker" "inspect" "2aae196fe6420bb1ffa68be761c079c94d7b8a60ed476adbd2fe4611dc6023cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2aae196fe6420bb1ffa68be761c079c94d7b8a60ed476adbd2fe4611dc6023cc", kill_on_drop: false }`
[INFO] [stdout] 2aae196fe6420bb1ffa68be761c079c94d7b8a60ed476adbd2fe4611dc6023cc
[INFO] checking adxl345-eh-driver-0.1.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate adxl345-eh-driver 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate adxl345-eh-driver 0.1.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate adxl345-eh-driver 0.1.0
[INFO] finished tweaking crates.io crate adxl345-eh-driver 0.1.0
[INFO] tweaked toml for crates.io crate adxl345-eh-driver 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0fb166a7c651524b384a571466b21a41138641ccc88113527a1118490d2e1aef
[INFO] running `Command { std: "docker" "start" "-a" "0fb166a7c651524b384a571466b21a41138641ccc88113527a1118490d2e1aef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fb166a7c651524b384a571466b21a41138641ccc88113527a1118490d2e1aef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fb166a7c651524b384a571466b21a41138641ccc88113527a1118490d2e1aef", kill_on_drop: false }`
[INFO] [stdout] 0fb166a7c651524b384a571466b21a41138641ccc88113527a1118490d2e1aef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 58c0db8eafdd999b189bce3365b7ec035586ce6780f00225b3f5bffc6a23fba1
[INFO] running `Command { std: "docker" "start" "-a" "58c0db8eafdd999b189bce3365b7ec035586ce6780f00225b3f5bffc6a23fba1", kill_on_drop: false }`
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]     Checking adxl345-eh-driver v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `THRESH_TAP` is never used
[INFO] [stdout]    --> src/lib.rs:111:15
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub const THRESH_TAP: u8 = 0x1D; // Tap threshold
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSX` is never used
[INFO] [stdout]    --> src/lib.rs:112:15
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub const OFSX: u8 = 0x1E; // X-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSY` is never used
[INFO] [stdout]    --> src/lib.rs:113:15
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub const OFSY: u8 = 0x1F; // Y-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSZ` is never used
[INFO] [stdout]    --> src/lib.rs:114:15
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub const OFSZ: u8 = 0x20; // Z-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DUR` is never used
[INFO] [stdout]    --> src/lib.rs:115:15
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub const DUR: u8 = 0x21; // Tap duration
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LATENT` is never used
[INFO] [stdout]    --> src/lib.rs:116:15
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub const LATENT: u8 = 0x22; // Tap latency
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW` is never used
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub const WINDOW: u8 = 0x23; // Tap window
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_ACT` is never used
[INFO] [stdout]    --> src/lib.rs:118:15
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub const THRESH_ACT: u8 = 0x24; // Activity threshold
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_INACT` is never used
[INFO] [stdout]    --> src/lib.rs:119:15
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub const THRESH_INACT: u8 = 0x25; // Inactivity threshold
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TIME_INACT` is never used
[INFO] [stdout]    --> src/lib.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const TIME_INACT: u8 = 0x26; // Inactivity time
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACT_INACT_CTL` is never used
[INFO] [stdout]    --> src/lib.rs:121:15
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub const ACT_INACT_CTL: u8 = 0x27; // Axis enable control for activity and inactivity detection
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_FF` is never used
[INFO] [stdout]    --> src/lib.rs:122:15
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub const THRESH_FF: u8 = 0x28; // Free-fall threshold
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TIME_FF` is never used
[INFO] [stdout]    --> src/lib.rs:123:15
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub const TIME_FF: u8 = 0x29; // Free-fall time
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TAP_AXES` is never used
[INFO] [stdout]    --> src/lib.rs:124:15
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub const TAP_AXES: u8 = 0x2A; // Axis control for single/double tap
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACT_TAP_STATUS` is never used
[INFO] [stdout]    --> src/lib.rs:125:15
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub const ACT_TAP_STATUS: u8 = 0x2B; // Source for single/double tap
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_ENABLE` is never used
[INFO] [stdout]    --> src/lib.rs:128:15
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub const INT_ENABLE: u8 = 0x2E; // Interrupt enable control
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_MAP` is never used
[INFO] [stdout]    --> src/lib.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub const INT_MAP: u8 = 0x2F; // Interrupt mapping control
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_SOURCE` is never used
[INFO] [stdout]    --> src/lib.rs:130:15
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub const INT_SOURCE: u8 = 0x30; // Source of interrupts
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAX1` is never used
[INFO] [stdout]    --> src/lib.rs:133:15
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub const DATAX1: u8 = 0x33; // X-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAY0` is never used
[INFO] [stdout]    --> src/lib.rs:134:15
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub const DATAY0: u8 = 0x34; // Y-axis data 0
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAY1` is never used
[INFO] [stdout]    --> src/lib.rs:135:15
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub const DATAY1: u8 = 0x35; // Y-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAZ0` is never used
[INFO] [stdout]    --> src/lib.rs:136:15
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub const DATAZ0: u8 = 0x36; // Z-axis data 0
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAZ1` is never used
[INFO] [stdout]    --> src/lib.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub const DATAZ1: u8 = 0x37; // Z-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIFO_CTL` is never used
[INFO] [stdout]    --> src/lib.rs:138:15
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub const FIFO_CTL: u8 = 0x38; // FIFO control
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIFO_STATUS` is never used
[INFO] [stdout]    --> src/lib.rs:139:15
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub const FIFO_STATUS: u8 = 0x39; // FIFO status
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 25 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_TAP` is never used
[INFO] [stdout]    --> src/lib.rs:111:15
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub const THRESH_TAP: u8 = 0x1D; // Tap threshold
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSX` is never used
[INFO] [stdout]    --> src/lib.rs:112:15
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub const OFSX: u8 = 0x1E; // X-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSY` is never used
[INFO] [stdout]    --> src/lib.rs:113:15
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub const OFSY: u8 = 0x1F; // Y-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFSZ` is never used
[INFO] [stdout]    --> src/lib.rs:114:15
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub const OFSZ: u8 = 0x20; // Z-axis offset
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DUR` is never used
[INFO] [stdout]    --> src/lib.rs:115:15
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub const DUR: u8 = 0x21; // Tap duration
[INFO] [stdout]     |               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LATENT` is never used
[INFO] [stdout]    --> src/lib.rs:116:15
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub const LATENT: u8 = 0x22; // Tap latency
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WINDOW` is never used
[INFO] [stdout]    --> src/lib.rs:117:15
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub const WINDOW: u8 = 0x23; // Tap window
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_ACT` is never used
[INFO] [stdout]    --> src/lib.rs:118:15
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub const THRESH_ACT: u8 = 0x24; // Activity threshold
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_INACT` is never used
[INFO] [stdout]    --> src/lib.rs:119:15
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub const THRESH_INACT: u8 = 0x25; // Inactivity threshold
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TIME_INACT` is never used
[INFO] [stdout]    --> src/lib.rs:120:15
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub const TIME_INACT: u8 = 0x26; // Inactivity time
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACT_INACT_CTL` is never used
[INFO] [stdout]    --> src/lib.rs:121:15
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub const ACT_INACT_CTL: u8 = 0x27; // Axis enable control for activity and inactivity detection
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `THRESH_FF` is never used
[INFO] [stdout]    --> src/lib.rs:122:15
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub const THRESH_FF: u8 = 0x28; // Free-fall threshold
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TIME_FF` is never used
[INFO] [stdout]    --> src/lib.rs:123:15
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub const TIME_FF: u8 = 0x29; // Free-fall time
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TAP_AXES` is never used
[INFO] [stdout]    --> src/lib.rs:124:15
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub const TAP_AXES: u8 = 0x2A; // Axis control for single/double tap
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACT_TAP_STATUS` is never used
[INFO] [stdout]    --> src/lib.rs:125:15
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub const ACT_TAP_STATUS: u8 = 0x2B; // Source for single/double tap
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_ENABLE` is never used
[INFO] [stdout]    --> src/lib.rs:128:15
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub const INT_ENABLE: u8 = 0x2E; // Interrupt enable control
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_MAP` is never used
[INFO] [stdout]    --> src/lib.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub const INT_MAP: u8 = 0x2F; // Interrupt mapping control
[INFO] [stdout]     |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT_SOURCE` is never used
[INFO] [stdout]    --> src/lib.rs:130:15
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub const INT_SOURCE: u8 = 0x30; // Source of interrupts
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAX1` is never used
[INFO] [stdout]    --> src/lib.rs:133:15
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub const DATAX1: u8 = 0x33; // X-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAY0` is never used
[INFO] [stdout]    --> src/lib.rs:134:15
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub const DATAY0: u8 = 0x34; // Y-axis data 0
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAY1` is never used
[INFO] [stdout]    --> src/lib.rs:135:15
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub const DATAY1: u8 = 0x35; // Y-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAZ0` is never used
[INFO] [stdout]    --> src/lib.rs:136:15
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub const DATAZ0: u8 = 0x36; // Z-axis data 0
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DATAZ1` is never used
[INFO] [stdout]    --> src/lib.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub const DATAZ1: u8 = 0x37; // Z-axis data 1
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIFO_CTL` is never used
[INFO] [stdout]    --> src/lib.rs:138:15
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub const FIFO_CTL: u8 = 0x38; // FIFO control
[INFO] [stdout]     |               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIFO_STATUS` is never used
[INFO] [stdout]    --> src/lib.rs:139:15
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub const FIFO_STATUS: u8 = 0x39; // FIFO status
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 25 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] running `Command { std: "docker" "inspect" "58c0db8eafdd999b189bce3365b7ec035586ce6780f00225b3f5bffc6a23fba1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58c0db8eafdd999b189bce3365b7ec035586ce6780f00225b3f5bffc6a23fba1", kill_on_drop: false }`
[INFO] [stdout] 58c0db8eafdd999b189bce3365b7ec035586ce6780f00225b3f5bffc6a23fba1
