[INFO] fetching crate max112x 0.7.0...
[INFO] testing max112x-0.7.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate max112x 0.7.0 into /workspace/builds/worker-5-tc2/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-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate max112x 0.7.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 45a71109ae8446e0f8b5b1c75dc6b67f33380e5c396afacda4a65669dd2918e7
[INFO] running `Command { std: "docker" "start" "-a" "45a71109ae8446e0f8b5b1c75dc6b67f33380e5c396afacda4a65669dd2918e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45a71109ae8446e0f8b5b1c75dc6b67f33380e5c396afacda4a65669dd2918e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45a71109ae8446e0f8b5b1c75dc6b67f33380e5c396afacda4a65669dd2918e7", kill_on_drop: false }`
[INFO] [stdout] 45a71109ae8446e0f8b5b1c75dc6b67f33380e5c396afacda4a65669dd2918e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c4b7d48ce73d218ea4085cb001368def39587211cd2c0ec94c871f1f08d1e37
[INFO] running `Command { std: "docker" "start" "-a" "7c4b7d48ce73d218ea4085cb001368def39587211cd2c0ec94c871f1f08d1e37", kill_on_drop: false }`
[INFO] [stderr]    Compiling embedded-hal v1.0.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)]` (part of `#[warn(unused)]`) 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 0.89s
[INFO] running `Command { std: "docker" "inspect" "7c4b7d48ce73d218ea4085cb001368def39587211cd2c0ec94c871f1f08d1e37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c4b7d48ce73d218ea4085cb001368def39587211cd2c0ec94c871f1f08d1e37", kill_on_drop: false }`
[INFO] [stdout] 7c4b7d48ce73d218ea4085cb001368def39587211cd2c0ec94c871f1f08d1e37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e5ad95fce81fb7c7299d277280f3622cd490bb927b019dc81620f90ea8603a2
[INFO] running `Command { std: "docker" "start" "-a" "8e5ad95fce81fb7c7299d277280f3622cd490bb927b019dc81620f90ea8603a2", 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] [stderr]    Compiling void v1.0.2
[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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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.35s
[INFO] running `Command { std: "docker" "inspect" "8e5ad95fce81fb7c7299d277280f3622cd490bb927b019dc81620f90ea8603a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e5ad95fce81fb7c7299d277280f3622cd490bb927b019dc81620f90ea8603a2", kill_on_drop: false }`
[INFO] [stdout] 8e5ad95fce81fb7c7299d277280f3622cd490bb927b019dc81620f90ea8603a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 169d50e9f4ecfe2c0319b9dee7fd2c1f29a1627a708c38057c798a8eff60c4e6
[INFO] running `Command { std: "docker" "start" "-a" "169d50e9f4ecfe2c0319b9dee7fd2c1f29a1627a708c38057c798a8eff60c4e6", 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)]` (part of `#[warn(unused)]`) 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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/max112x-ee651e5f678f3f74)
[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.32s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "169d50e9f4ecfe2c0319b9dee7fd2c1f29a1627a708c38057c798a8eff60c4e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "169d50e9f4ecfe2c0319b9dee7fd2c1f29a1627a708c38057c798a8eff60c4e6", kill_on_drop: false }`
[INFO] [stdout] 169d50e9f4ecfe2c0319b9dee7fd2c1f29a1627a708c38057c798a8eff60c4e6
