[INFO] fetching crate max112x 0.7.0... [INFO] testing max112x-0.7.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate max112x 0.7.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate max112x 0.7.0 [INFO] finished tweaking crates.io crate max112x 0.7.0 [INFO] tweaked toml for crates.io crate max112x 0.7.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate max112x 0.7.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 16 packages to latest compatible versions [INFO] [stderr] Adding embedded-hal-mock v0.10.0 (available: v0.11.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num v0.3.1 [INFO] [stderr] Downloaded num-complex v0.3.1 [INFO] [stderr] Downloaded embedded-time v0.12.1 [INFO] [stderr] Downloaded embedded-hal-mock v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3984d3752b2b8c1b9294dfbca6fd4d01819a6dae224503c8d17227641d86180c [INFO] running `Command { std: "docker" "start" "-a" "3984d3752b2b8c1b9294dfbca6fd4d01819a6dae224503c8d17227641d86180c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3984d3752b2b8c1b9294dfbca6fd4d01819a6dae224503c8d17227641d86180c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3984d3752b2b8c1b9294dfbca6fd4d01819a6dae224503c8d17227641d86180c", kill_on_drop: false }` [INFO] [stdout] 3984d3752b2b8c1b9294dfbca6fd4d01819a6dae224503c8d17227641d86180c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e82d482f1a595deb3faf2ae0288b0637bdc3b3cfd80c84d818fa179c4d160c73 [INFO] running `Command { std: "docker" "start" "-a" "e82d482f1a595deb3faf2ae0288b0637bdc3b3cfd80c84d818fa179c4d160c73", kill_on_drop: false }` [INFO] [stderr] Compiling embedded-hal v1.0.0 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling max112x v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Data32` is never constructed [INFO] [stdout] --> src/register.rs:256:14 [INFO] [stdout] | [INFO] [stdout] 256 | pub struct Data32(u32): 0x6; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | / register! { [INFO] [stdout] 255 | | /// 32-bit Data Register (`DATA`) [INFO] [stdout] 256 | | pub struct Data32(u32): 0x6; [INFO] [stdout] 257 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SocSpi` is never constructed [INFO] [stdout] --> src/register.rs:266:14 [INFO] [stdout] | [INFO] [stdout] 266 | pub struct SocSpi(u24): 0x7; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 264 | / register! { [INFO] [stdout] 265 | | /// SPI System Offset Calibration Register (`SOC_SPI`) [INFO] [stdout] 266 | | pub struct SocSpi(u24): 0x7; [INFO] [stdout] 267 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SgcSpi` is never constructed [INFO] [stdout] --> src/register.rs:271:14 [INFO] [stdout] | [INFO] [stdout] 271 | pub struct SgcSpi(u24): 0x8; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / register! { [INFO] [stdout] 270 | | /// SPI System Gain Calibration Register (`SGC_SPI`) [INFO] [stdout] 271 | | pub struct SgcSpi(u24): 0x8; [INFO] [stdout] 272 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ScocSpi` is never constructed [INFO] [stdout] --> src/register.rs:276:14 [INFO] [stdout] | [INFO] [stdout] 276 | pub struct ScocSpi(u24): 0x9; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 274 | / register! { [INFO] [stdout] 275 | | /// SPI Self-Cal Offset Calibration Register (`SCOC_SPI`) [INFO] [stdout] 276 | | pub struct ScocSpi(u24): 0x9; [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ScgcSpi` is never constructed [INFO] [stdout] --> src/register.rs:281:14 [INFO] [stdout] | [INFO] [stdout] 281 | pub struct ScgcSpi(u24): 0xA; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | / register! { [INFO] [stdout] 280 | | /// SPI Self-Cal Gain Calibration Register (`SCGC_SPI`) [INFO] [stdout] 281 | | pub struct ScgcSpi(u24): 0xA; [INFO] [stdout] 282 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Hpf` is never constructed [INFO] [stdout] --> src/register.rs:286:14 [INFO] [stdout] | [INFO] [stdout] 286 | pub struct Hpf(u16): 0xB; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 284 | / register! { [INFO] [stdout] 285 | | /// Highpass Filter Register (`HPF`) [INFO] [stdout] 286 | | pub struct Hpf(u16): 0xB; [INFO] [stdout] 287 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `Command { std: "docker" "inspect" "e82d482f1a595deb3faf2ae0288b0637bdc3b3cfd80c84d818fa179c4d160c73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e82d482f1a595deb3faf2ae0288b0637bdc3b3cfd80c84d818fa179c4d160c73", kill_on_drop: false }` [INFO] [stdout] e82d482f1a595deb3faf2ae0288b0637bdc3b3cfd80c84d818fa179c4d160c73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c2e7beb5af2ff8f295a62569551bf4ce2a07ebecc43d898feed3eb2472c3a7d [INFO] running `Command { std: "docker" "start" "-a" "7c2e7beb5af2ff8f295a62569551bf4ce2a07ebecc43d898feed3eb2472c3a7d", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling nb v1.1.0 [INFO] [stdout] warning: struct `Data32` is never constructed [INFO] [stdout] --> src/register.rs:256:14 [INFO] [stdout] | [INFO] [stdout] 256 | pub struct Data32(u32): 0x6; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | / register! { [INFO] [stdout] 255 | | /// 32-bit Data Register (`DATA`) [INFO] [stdout] 256 | | pub struct Data32(u32): 0x6; [INFO] [stdout] 257 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SocSpi` is never constructed [INFO] [stdout] --> src/register.rs:266:14 [INFO] [stdout] | [INFO] [stdout] 266 | pub struct SocSpi(u24): 0x7; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 264 | / register! { [INFO] [stdout] 265 | | /// SPI System Offset Calibration Register (`SOC_SPI`) [INFO] [stdout] 266 | | pub struct SocSpi(u24): 0x7; [INFO] [stdout] 267 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SgcSpi` is never constructed [INFO] [stdout] --> src/register.rs:271:14 [INFO] [stdout] | [INFO] [stdout] 271 | pub struct SgcSpi(u24): 0x8; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / register! { [INFO] [stdout] 270 | | /// SPI System Gain Calibration Register (`SGC_SPI`) [INFO] [stdout] 271 | | pub struct SgcSpi(u24): 0x8; [INFO] [stdout] 272 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ScocSpi` is never constructed [INFO] [stdout] --> src/register.rs:276:14 [INFO] [stdout] | [INFO] [stdout] 276 | pub struct ScocSpi(u24): 0x9; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 274 | / register! { [INFO] [stdout] 275 | | /// SPI Self-Cal Offset Calibration Register (`SCOC_SPI`) [INFO] [stdout] 276 | | pub struct ScocSpi(u24): 0x9; [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ScgcSpi` is never constructed [INFO] [stdout] --> src/register.rs:281:14 [INFO] [stdout] | [INFO] [stdout] 281 | pub struct ScgcSpi(u24): 0xA; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | / register! { [INFO] [stdout] 280 | | /// SPI Self-Cal Gain Calibration Register (`SCGC_SPI`) [INFO] [stdout] 281 | | pub struct ScgcSpi(u24): 0xA; [INFO] [stdout] 282 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Hpf` is never constructed [INFO] [stdout] --> src/register.rs:286:14 [INFO] [stdout] | [INFO] [stdout] 286 | pub struct Hpf(u16): 0xB; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 284 | / register! { [INFO] [stdout] 285 | | /// Highpass Filter Register (`HPF`) [INFO] [stdout] 286 | | pub struct Hpf(u16): 0xB; [INFO] [stdout] 287 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling embedded-hal-nb v1.0.0 [INFO] [stderr] Compiling embedded-hal v0.2.7 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling embedded-time v0.12.1 [INFO] [stderr] Compiling embedded-hal-mock v0.10.0 [INFO] [stderr] Compiling max112x v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Data32` is never constructed [INFO] [stdout] --> src/register.rs:256:14 [INFO] [stdout] | [INFO] [stdout] 256 | pub struct Data32(u32): 0x6; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | / register! { [INFO] [stdout] 255 | | /// 32-bit Data Register (`DATA`) [INFO] [stdout] 256 | | pub struct Data32(u32): 0x6; [INFO] [stdout] 257 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SocSpi` is never constructed [INFO] [stdout] --> src/register.rs:266:14 [INFO] [stdout] | [INFO] [stdout] 266 | pub struct SocSpi(u24): 0x7; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 264 | / register! { [INFO] [stdout] 265 | | /// SPI System Offset Calibration Register (`SOC_SPI`) [INFO] [stdout] 266 | | pub struct SocSpi(u24): 0x7; [INFO] [stdout] 267 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SgcSpi` is never constructed [INFO] [stdout] --> src/register.rs:271:14 [INFO] [stdout] | [INFO] [stdout] 271 | pub struct SgcSpi(u24): 0x8; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | / register! { [INFO] [stdout] 270 | | /// SPI System Gain Calibration Register (`SGC_SPI`) [INFO] [stdout] 271 | | pub struct SgcSpi(u24): 0x8; [INFO] [stdout] 272 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ScocSpi` is never constructed [INFO] [stdout] --> src/register.rs:276:14 [INFO] [stdout] | [INFO] [stdout] 276 | pub struct ScocSpi(u24): 0x9; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 274 | / register! { [INFO] [stdout] 275 | | /// SPI Self-Cal Offset Calibration Register (`SCOC_SPI`) [INFO] [stdout] 276 | | pub struct ScocSpi(u24): 0x9; [INFO] [stdout] 277 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ScgcSpi` is never constructed [INFO] [stdout] --> src/register.rs:281:14 [INFO] [stdout] | [INFO] [stdout] 281 | pub struct ScgcSpi(u24): 0xA; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | / register! { [INFO] [stdout] 280 | | /// SPI Self-Cal Gain Calibration Register (`SCGC_SPI`) [INFO] [stdout] 281 | | pub struct ScgcSpi(u24): 0xA; [INFO] [stdout] 282 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Hpf` is never constructed [INFO] [stdout] --> src/register.rs:286:14 [INFO] [stdout] | [INFO] [stdout] 286 | pub struct Hpf(u16): 0xB; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_bits_truncate` is never used [INFO] [stdout] --> src/register.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 43 | impl $Reg { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 284 | / register! { [INFO] [stdout] 285 | | /// Highpass Filter Register (`HPF`) [INFO] [stdout] 286 | | pub struct Hpf(u16): 0xB; [INFO] [stdout] 287 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.67s [INFO] running `Command { std: "docker" "inspect" "7c2e7beb5af2ff8f295a62569551bf4ce2a07ebecc43d898feed3eb2472c3a7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c2e7beb5af2ff8f295a62569551bf4ce2a07ebecc43d898feed3eb2472c3a7d", kill_on_drop: false }` [INFO] [stdout] 7c2e7beb5af2ff8f295a62569551bf4ce2a07ebecc43d898feed3eb2472c3a7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dd877b0a474752a1136e2bd2ed3568d7eb79d8832236622f984111beb00c18b5 [INFO] running `Command { std: "docker" "start" "-a" "dd877b0a474752a1136e2bd2ed3568d7eb79d8832236622f984111beb00c18b5", kill_on_drop: false }` [INFO] [stderr] warning: struct `Data32` is never constructed [INFO] [stderr] --> src/register.rs:256:14 [INFO] [stderr] | [INFO] [stderr] 256 | pub struct Data32(u32): 0x6; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function `from_bits_truncate` is never used [INFO] [stderr] --> src/register.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 43 | impl $Reg { [INFO] [stderr] | --------- associated function in this implementation [INFO] [stderr] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 254 | / register! { [INFO] [stderr] 255 | | /// 32-bit Data Register (`DATA`) [INFO] [stderr] 256 | | pub struct Data32(u32): 0x6; [INFO] [stderr] 257 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `SocSpi` is never constructed [INFO] [stderr] --> src/register.rs:266:14 [INFO] [stderr] | [INFO] [stderr] 266 | pub struct SocSpi(u24): 0x7; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function `from_bits_truncate` is never used [INFO] [stderr] --> src/register.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 43 | impl $Reg { [INFO] [stderr] | --------- associated function in this implementation [INFO] [stderr] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 264 | / register! { [INFO] [stderr] 265 | | /// SPI System Offset Calibration Register (`SOC_SPI`) [INFO] [stderr] 266 | | pub struct SocSpi(u24): 0x7; [INFO] [stderr] 267 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `SgcSpi` is never constructed [INFO] [stderr] --> src/register.rs:271:14 [INFO] [stderr] | [INFO] [stderr] 271 | pub struct SgcSpi(u24): 0x8; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function `from_bits_truncate` is never used [INFO] [stderr] --> src/register.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 43 | impl $Reg { [INFO] [stderr] | --------- associated function in this implementation [INFO] [stderr] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 269 | / register! { [INFO] [stderr] 270 | | /// SPI System Gain Calibration Register (`SGC_SPI`) [INFO] [stderr] 271 | | pub struct SgcSpi(u24): 0x8; [INFO] [stderr] 272 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `ScocSpi` is never constructed [INFO] [stderr] --> src/register.rs:276:14 [INFO] [stderr] | [INFO] [stderr] 276 | pub struct ScocSpi(u24): 0x9; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function `from_bits_truncate` is never used [INFO] [stderr] --> src/register.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 43 | impl $Reg { [INFO] [stderr] | --------- associated function in this implementation [INFO] [stderr] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 274 | / register! { [INFO] [stderr] 275 | | /// SPI Self-Cal Offset Calibration Register (`SCOC_SPI`) [INFO] [stderr] 276 | | pub struct ScocSpi(u24): 0x9; [INFO] [stderr] 277 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `ScgcSpi` is never constructed [INFO] [stderr] --> src/register.rs:281:14 [INFO] [stderr] | [INFO] [stderr] 281 | pub struct ScgcSpi(u24): 0xA; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function `from_bits_truncate` is never used [INFO] [stderr] --> src/register.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 43 | impl $Reg { [INFO] [stderr] | --------- associated function in this implementation [INFO] [stderr] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 279 | / register! { [INFO] [stderr] 280 | | /// SPI Self-Cal Gain Calibration Register (`SCGC_SPI`) [INFO] [stderr] 281 | | pub struct ScgcSpi(u24): 0xA; [INFO] [stderr] 282 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `Hpf` is never constructed [INFO] [stderr] --> src/register.rs:286:14 [INFO] [stderr] | [INFO] [stderr] 286 | pub struct Hpf(u16): 0xB; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function `from_bits_truncate` is never used [INFO] [stderr] --> src/register.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 43 | impl $Reg { [INFO] [stderr] | --------- associated function in this implementation [INFO] [stderr] 44 | const fn from_bits_truncate(bits: $RegTy) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 284 | / register! { [INFO] [stderr] 285 | | /// Highpass Filter Register (`HPF`) [INFO] [stderr] 286 | | pub struct Hpf(u16): 0xB; [INFO] [stderr] 287 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `max112x` (lib) generated 12 warnings [INFO] [stderr] warning: `max112x` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/max112x-df313d6a5df16f17) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests max112x [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dd877b0a474752a1136e2bd2ed3568d7eb79d8832236622f984111beb00c18b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd877b0a474752a1136e2bd2ed3568d7eb79d8832236622f984111beb00c18b5", kill_on_drop: false }` [INFO] [stdout] dd877b0a474752a1136e2bd2ed3568d7eb79d8832236622f984111beb00c18b5