[INFO] fetching crate cmri 0.1.1... [INFO] testing cmri-0.1.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate cmri 0.1.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate cmri 0.1.1 [INFO] finished tweaking crates.io crate cmri 0.1.1 [INFO] tweaked toml for crates.io crate cmri 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cmri 0.1.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03b39c4d7a00fb615b85121dbe96ff19a4fcdabd167ef75e6b685035e801cf8f [INFO] running `Command { std: "docker" "start" "-a" "03b39c4d7a00fb615b85121dbe96ff19a4fcdabd167ef75e6b685035e801cf8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03b39c4d7a00fb615b85121dbe96ff19a4fcdabd167ef75e6b685035e801cf8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03b39c4d7a00fb615b85121dbe96ff19a4fcdabd167ef75e6b685035e801cf8f", kill_on_drop: false }` [INFO] [stdout] 03b39c4d7a00fb615b85121dbe96ff19a4fcdabd167ef75e6b685035e801cf8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1519b358d1bad9d738ec06b3ee33b96c562c70b18b366ad1347819b0a3488ff [INFO] running `Command { std: "docker" "start" "-a" "d1519b358d1bad9d738ec06b3ee33b96c562c70b18b366ad1347819b0a3488ff", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling cmri v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling const_for v0.1.5 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling thiserror-impl-no-std v2.0.2 [INFO] [stderr] Compiling thiserror-no-std v2.0.2 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/packet/data.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | crate::raw_structs::common_implementation!(Data, 256); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/packet/raw.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | crate::raw_structs::common_implementation!(Raw, 258); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/frame/raw.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | crate::raw_structs::common_implementation!(Raw, 518); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s [INFO] running `Command { std: "docker" "inspect" "d1519b358d1bad9d738ec06b3ee33b96c562c70b18b366ad1347819b0a3488ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1519b358d1bad9d738ec06b3ee33b96c562c70b18b366ad1347819b0a3488ff", kill_on_drop: false }` [INFO] [stdout] d1519b358d1bad9d738ec06b3ee33b96c562c70b18b366ad1347819b0a3488ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e1023689cde003bd0ab1c63690114e45f58522f82b107ddc1c9a883bd2cf4a9 [INFO] running `Command { std: "docker" "start" "-a" "7e1023689cde003bd0ab1c63690114e45f58522f82b107ddc1c9a883bd2cf4a9", kill_on_drop: false }` [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/packet/data.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | crate::raw_structs::common_implementation!(Data, 256); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/packet/raw.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | crate::raw_structs::common_implementation!(Raw, 258); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/frame/raw.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | crate::raw_structs::common_implementation!(Raw, 518); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cmri v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 152 | common_implementation!(RawTest, 4); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/packet/data.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | crate::raw_structs::common_implementation!(Data, 256); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/packet/raw.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | crate::raw_structs::common_implementation!(Raw, 258); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/raw_structs.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/frame/raw.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | crate::raw_structs::common_implementation!(Raw, 518); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.85s [INFO] running `Command { std: "docker" "inspect" "7e1023689cde003bd0ab1c63690114e45f58522f82b107ddc1c9a883bd2cf4a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e1023689cde003bd0ab1c63690114e45f58522f82b107ddc1c9a883bd2cf4a9", kill_on_drop: false }` [INFO] [stdout] 7e1023689cde003bd0ab1c63690114e45f58522f82b107ddc1c9a883bd2cf4a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8087b26af9ba4d961d7823f69f57107c6316f9e0593af75b591e7c2513cc8434 [INFO] running `Command { std: "docker" "start" "-a" "8087b26af9ba4d961d7823f69f57107c6316f9e0593af75b591e7c2513cc8434", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/raw_structs.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/packet/data.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | crate::raw_structs::common_implementation!(Data, 256); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/raw_structs.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/packet/raw.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | crate::raw_structs::common_implementation!(Raw, 258); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/raw_structs.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/frame/raw.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | crate::raw_structs::common_implementation!(Raw, 518); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/raw_structs.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 152 | common_implementation!(RawTest, 4); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] = note: this warning originates in the macro `common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/raw_structs.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] ::: src/packet/data.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | crate::raw_structs::common_implementation!(Data, 256); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `crate::raw_structs::common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 41 | pub fn iter(&self) -> core::slice::Iter<'_, u8> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `cmri` (lib) generated 3 warnings (run `cargo fix --lib -p cmri` to apply 3 suggestions) [INFO] [stderr] warning: `cmri` (lib test) generated 4 warnings (2 duplicates) (run `cargo fix --lib -p cmri --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cmri-d29b018ac42e94ef) [INFO] [stdout] [INFO] [stdout] running 270 tests [INFO] [stdout] test address::tests::try_from_node_address::invalid ... ok [INFO] [stdout] test address::tests::try_from_unit_address::valid ... ok [INFO] [stdout] test address::tests::try_from_node_address::valid ... ok [INFO] [stdout] test address::tests::as_node_address ... ok [INFO] [stdout] test address::tests::as_unit_address ... ok [INFO] [stdout] test frame::raw::tests::address::valid ... ok [INFO] [stdout] test frame::raw::tests::build::begin::from_empty ... ok [INFO] [stdout] test frame::raw::tests::build::begin::from_non_empty ... ok [INFO] [stdout] test frame::raw::tests::address::invalid ... ok [INFO] [stdout] test address::tests::try_from_unit_address::invalid ... ok [INFO] [stdout] test frame::raw::tests::build::finish::full ... ok [INFO] [stdout] test frame::raw::tests::build::finish::has_space ... ok [INFO] [stdout] test frame::raw::tests::build::push::has_space ... ok [INFO] [stdout] test frame::raw::tests::build::push::full ... ok [INFO] [stdout] test frame::raw::tests::default ... ok [INFO] [stdout] test frame::raw::tests::lower_hex ... ok [INFO] [stdout] test frame::raw::tests::message_type::unknown_message_type ... ok [INFO] [stdout] test frame::raw::tests::message_type::valid ... ok [INFO] [stdout] test frame::raw::tests::receive::receiving::escaped_etx ... ok [INFO] [stdout] test frame::raw::tests::receive::receiving::too_short ... ok [INFO] [stdout] test frame::raw::tests::receive::receiving::unescaped ... ok [INFO] [stdout] test frame::raw::tests::receive::receiving::unescaped_etx ... ok [INFO] [stdout] test frame::raw::tests::receive::waits_for_first_syn::got_something_else ... ok [INFO] [stdout] test frame::raw::tests::receive::waits_for_second_syn::got_something_else ... ok [INFO] [stdout] test frame::raw::tests::receive::waits_for_second_syn::got_syn ... ok [INFO] [stdout] test frame::raw::tests::receive::waits_for_stx::got_something_else ... ok [INFO] [stdout] test frame::raw::tests::receive::waits_for_stx::got_stx ... ok [INFO] [stdout] test frame::raw::tests::receive::waits_for_stx::got_syn ... ok [INFO] [stdout] test frame::raw::tests::receive::waits_for_first_syn::got_syn ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::initialization ... ok [INFO] [stdout] test frame::raw::tests::reset ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::missing_end ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::missing_start ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::missing_synchronisation ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::poll_request ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::unescapes_dle ... ok [INFO] [stdout] test frame::raw::tests::try_from_raw_packet ... ok [INFO] [stdout] test frame::raw::tests::try_from_slice_u8::too_long ... ok [INFO] [stdout] test frame::raw::tests::try_from_slice_u8::too_short ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::empty ... ok [INFO] [stdout] test frame::raw::tests::try_from_slice_u8::works ... ok [INFO] [stdout] test frame::raw::tests::upper_hex ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::unescapes_etx ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::unescapes_stx ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::transmit_data ... ok [INFO] [stdout] test node_configuration::cp::tests::cpmega::decode::decodes ... ok [INFO] [stdout] test node_configuration::cp::tests::cpmega::encode ... ok [INFO] [stdout] test node_configuration::cp::tests::cpmega::getters::options ... ok [INFO] [stdout] test node_configuration::cp::tests::cpmega::decode::invalid_sort ... ok [INFO] [stdout] test node_configuration::cp::tests::cpmega::try_new::creates ... ok [INFO] [stdout] test node_configuration::cp::tests::cpmega::try_new::too_many_bytes ... ok [INFO] [stdout] test node_configuration::cp::tests::cpmega::node_configuration ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::decode::too_many_bytes ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::receive_data ... ok [INFO] [stdout] test frame::raw::tests::try_as_packet::zero_length ... ok [INFO] [stdout] test node_configuration::cp::tests::cpmega::decode::too_many_bytes ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::decode::decodes ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::encode ... ok [INFO] [stdout] test frame::raw::tests::receive::receiving::already_complete ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::getters::options ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::try_new::creates ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::node_configuration ... ok [INFO] [stdout] test node_configuration::node_sort::tests::configuration::cpmega ... ok [INFO] [stdout] test frame::raw::tests::receive::receiving::too_long ... ok [INFO] [stdout] test node_configuration::node_sort::tests::configuration::cpnode ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::try_new::too_few_bytes ... ok [INFO] [stdout] test node_configuration::node_sort::tests::configuration::mini ... ok [INFO] [stdout] test node_configuration::node_sort::tests::configuration::susic ... ok [INFO] [stdout] test node_configuration::node_sort::tests::configuration::usic ... ok [INFO] [stdout] test node_configuration::node_sort::tests::creating::try_new_smini ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::try_new::too_many_bytes ... ok [INFO] [stdout] test node_configuration::node_sort::tests::creating::try_new_susic ... ok [INFO] [stdout] test node_configuration::node_sort::tests::creating::try_new_cpnode ... ok [INFO] [stdout] test node_configuration::node_sort::tests::display::cpnode ... ok [INFO] [stdout] test node_configuration::node_sort::tests::creating::try_new_usic ... ok [INFO] [stdout] test node_configuration::node_sort::tests::display::smini ... ok [INFO] [stdout] test node_configuration::node_sort::tests::creating::try_new_cpmega ... ok [INFO] [stdout] test node_configuration::node_sort::tests::display::susic ... ok [INFO] [stdout] test node_configuration::node_sort::tests::display::usic ... ok [INFO] [stdout] test node_configuration::node_sort::tests::encode::mini ... ok [INFO] [stdout] test node_configuration::node_sort::tests::display::cpmega ... ok [INFO] [stdout] test node_configuration::node_sort::tests::encode::cpmega ... ok [INFO] [stdout] test node_configuration::node_sort::tests::try_decode::cpnode ... ok [INFO] [stdout] test node_configuration::node_sort::tests::encode::susic ... ok [INFO] [stdout] test node_configuration::node_sort::tests::encode::cpnode ... ok [INFO] [stdout] test node_configuration::node_sort::tests::try_decode::invalid_type ... ok [INFO] [stdout] test node_configuration::node_sort::tests::try_decode::usic ... ok [INFO] [stdout] test node_configuration::node_sort::tests::try_decode::cpmega ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::as_slice ... ok [INFO] [stdout] test node_configuration::node_sort::tests::encode::usic ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::deref ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_range_from_usize::valid ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::default ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_range_from_usize::when_partially_full ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::decode::invalid_sort ... ok [INFO] [stdout] test node_configuration::cp::tests::cpnode::decode::too_few_bytes ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_range_inclusive_usize::valid ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::is_empty ... ok [INFO] [stdout] test node_configuration::node_sort::tests::try_decode::mini ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::len ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::iter ... ok [INFO] [stdout] test node_configuration::node_sort::tests::try_decode::susic ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::node_card::converts_from_usize ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_range_usize::valid ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::node_card::converts_to_u8 ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::partial_eq::node_cards ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::try_new::too_many_cards ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::try_new::valid ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::node_card::converts_to_usize ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::try_push::ignores_none ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::partial_eq::slice_node_card ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::try_new::card_after_none ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_usize::valid ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::try_push::success ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::cards ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::decode::cards_ioox ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::encode::nocards ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::decode::invalid_ndp ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::node_configuration ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::decode::nocards ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::encode::cards_ioox ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::decode::card_after_first_none ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::try_new::card_after_first_none ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::try_new::creates ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::cards ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::decode::cards_ioox ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::try_new::too_many_cards ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::decode::invalid_ndp ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::decode::card_after_first_none ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::encode::cards_ioox ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::decode::nocards ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::decode::invalid_card_type ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::try_new::creates ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::try_new::too_many_cards ... ok [INFO] [stdout] test node_configuration::smini::tests::decode::invalid_ndp ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::encode::nocards ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::try_new::card_after_first_none ... ok [INFO] [stdout] test node_configuration::sic::tests::usic::node_configuration ... ok [INFO] [stdout] test node_configuration::smini::tests::decode::invalid_oscillating_pairs ... ok [INFO] [stdout] test node_configuration::smini::tests::decode::without_oscillating_pairs ... ok [INFO] [stdout] test node_configuration::smini::tests::encode::without_oscillating_pairs ... ok [INFO] [stdout] test node_configuration::smini::tests::decode::too_short::with_oscillating_pairs ... ok [INFO] [stdout] test node_configuration::smini::tests::decode::too_short::without_oscillating_pairs ... ok [INFO] [stdout] test node_configuration::smini::tests::decode::with_oscillating_pairs ... ok [INFO] [stdout] test node_configuration::sic::tests::susic::decode::invalid_card_type ... ok [INFO] [stdout] test node_configuration::smini::tests::decode::with_oscillating_pairs_accross_bytes ... ok [INFO] [stdout] test node_configuration::smini::tests::try_new::invalid_oscillating_pairs::pair_not_adjacent ... ok [INFO] [stdout] test node_configuration::smini::tests::get_oscillating_pairs_count::valid ... ok [INFO] [stdout] test node_configuration::smini::tests::node_configuration ... ok [INFO] [stdout] test node_configuration::smini::tests::oscillating_pairs ... ok [INFO] [stdout] test node_configuration::smini::tests::try_new::creates ... ok [INFO] [stdout] test packet::data::tests::default ... ok [INFO] [stdout] test packet::data::tests::from_raw_packet ... ok [INFO] [stdout] test packet::data::tests::new::good_size ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::try_push::already_full ... ok [INFO] [stdout] test packet::data::tests::push::full ... ok [INFO] [stdout] test packet::data::tests::lower_hex ... ok [INFO] [stdout] test packet::data::tests::get_bit::valid_index ... ok [INFO] [stdout] test packet::data::tests::push::has_space ... ok [INFO] [stdout] test packet::data::tests::push_all::too_full ... ok [INFO] [stdout] test packet::data::tests::push_all::works ... ok [INFO] [stdout] test packet::data::tests::push_all::full ... ok [INFO] [stdout] test packet::data::tests::set_bit::set_bit ... ok [INFO] [stdout] test packet::data::tests::toggle_bit::toggle_bit ... ok [INFO] [stdout] test packet::data::tests::try_from_slice_u8::too_long ... ok [INFO] [stdout] test packet::data::tests::try_from_slice_u8::works ... ok [INFO] [stdout] test packet::data::tests::upper_hex ... ok [INFO] [stdout] test frame::raw::tests::message_type::invalid ... ok [INFO] [stdout] test packet::packet::tests::constructors::poll_request ... ok [INFO] [stdout] test packet::packet::tests::constructors::initialization ... ok [INFO] [stdout] test packet::packet::tests::constructors::receive_data ... ok [INFO] [stdout] test packet::packet::tests::constructors::transmit_data ... ok [INFO] [stdout] test packet::packet::tests::encode_frame::adds_header ... ok [INFO] [stdout] test packet::packet::tests::encode_frame::escapes_dle ... ok [INFO] [stdout] test packet::packet::tests::encode_frame::adds_trailer ... ok [INFO] [stdout] test packet::packet::tests::encode_frame::escapes_etx ... ok [INFO] [stdout] test packet::packet::tests::encode_packet ... ok [INFO] [stdout] test packet::packet::tests::encode_frame::escapes_stx ... ok [INFO] [stdout] test node_configuration::smini::tests::encode::with_oscillating_pairs ... ok [INFO] [stdout] test node_configuration::smini::tests::get_oscillating_pairs_count::invalid ... ok [INFO] [stdout] test packet::packet::tests::getters ... ok [INFO] [stdout] test packet::data::tests::set_bit::creates_more_space ... ok [INFO] [stdout] test packet::packet::tests::try_from_raw_packet::bad_address ... ok [INFO] [stdout] test packet::packet::tests::try_from_raw_packet::bad_payload ... ok [INFO] [stdout] test packet::payload::tests::encode::transmit_data ... ok [INFO] [stdout] test packet::payload::tests::encode::receive_data ... ok [INFO] [stdout] test packet::packet::tests::try_from_raw_packet::success ... ok [INFO] [stdout] test packet::payload::tests::encode::initialization ... ok [INFO] [stdout] test packet::payload::tests::encode::poll_request ... ok [INFO] [stdout] test packet::payload::tests::try_decode::transmit_data ... ok [INFO] [stdout] test packet::payload::tests::try_decode::invalid_message_type ... ok [INFO] [stdout] test packet::payload::tests::try_decode::poll_request ... ok [INFO] [stdout] test packet::raw::tests::address::invalid ... ok [INFO] [stdout] test packet::raw::tests::address::valid ... ok [INFO] [stdout] test packet::raw::tests::body ... ok [INFO] [stdout] test packet::raw::tests::check_message_type::invalid ... ok [INFO] [stdout] test packet::raw::tests::check_message_type::unknown_message_type ... ok [INFO] [stdout] test packet::raw::tests::check_message_type::valid ... ok [INFO] [stdout] test packet::raw::tests::default ... ok [INFO] [stdout] test packet::raw::tests::message_type::invalid ... ok [INFO] [stdout] test packet::raw::tests::message_type::unknown_message_type ... ok [INFO] [stdout] test packet::raw::tests::message_type::valid ... ok [INFO] [stdout] test packet::raw::tests::push::full ... ok [INFO] [stdout] test packet::payload::tests::try_decode::data_too_long ... ok [INFO] [stdout] test packet::payload::tests::try_decode::initialization ... ok [INFO] [stdout] test packet::payload::tests::try_decode::receive_data ... ok [INFO] [stdout] test packet::raw::tests::push::works ... ok [INFO] [stdout] test packet::raw::tests::push_all::full ... ok [INFO] [stdout] test packet::raw::tests::push_all::works ... ok [INFO] [stdout] test packet::raw::tests::try_as_raw_frame::escapes_dle ... ok [INFO] [stdout] test packet::raw::tests::try_as_raw_frame::escapes_etx ... ok [INFO] [stdout] test packet::raw::tests::try_as_raw_frame::escapes_stx ... ok [INFO] [stdout] test packet::raw::tests::try_as_raw_frame::wraps_data ... ok [INFO] [stdout] test packet::raw::tests::try_as_raw_frame::invalid_address ... ok [INFO] [stdout] test packet::raw::tests::try_as_raw_frame::invalid_message_type ... ok [INFO] [stdout] test packet::raw::tests::try_decode::address ... ok [INFO] [stdout] test packet::raw::tests::push_all::too_full ... ok [INFO] [stdout] test packet::raw::tests::try_decode::initialization::input_bytes ... ok [INFO] [stdout] test packet::raw::tests::try_decode::mising_message_type ... ok [INFO] [stdout] test packet::raw::tests::try_decode::poll_request ... ok [INFO] [stdout] test packet::raw::tests::try_decode::initialization ... ok [INFO] [stdout] test packet::raw::tests::try_decode::receive_data ... ok [INFO] [stdout] test packet::raw::tests::try_decode::mising_address ... ok [INFO] [stdout] test packet::raw::tests::try_decode::transmit_data ... ok [INFO] [stdout] test packet::raw::tests::try_decode::initialization::output_bytes ... ok [INFO] [stdout] test packet::raw::tests::try_decode::zero_length ... ok [INFO] [stdout] test packet::raw::tests::try_from_slice_u8::too_long ... ok [INFO] [stdout] test packet::raw::tests::try_from_slice_u8::too_short ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::as_mut_slice ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::as_slice ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::deref ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::available ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::clear ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::eq ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::from_slice ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_range_from_usize::valid ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_range_from_usize::when_partially_full ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_range_inclusive_usize::valid ... ok [INFO] [stdout] test packet::raw::tests::try_decode::initialization::transmit_delay ... ok [INFO] [stdout] test packet::raw::tests::try_from_slice_u8::works ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_range_usize::valid ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_range_from_usize::invalid - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_usize::valid ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_range_inclusive_usize::ends_after_end - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index_mut_by_usize::valid ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::into_iter::from_ref ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::into_iter::taking_self ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index_mut_by_usize::invalid - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::iter ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_range_usize::ends_after_end - should panic ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_range_usize::starts_after_end - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::len ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_range_inclusive_usize::starts_after_end - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::max_lan ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::vec_from ... ok [INFO] [stdout] test tests::structs_are_as_expected ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::vec_from_ptr ... ok [INFO] [stdout] test node_configuration::sic::node_cards::tests::index::by_usize::invalid - should panic ... ok [INFO] [stdout] test packet::data::tests::new::bad_size - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::new ... ok [INFO] [stdout] test packet::data::tests::get_bit::invalid_index - should panic ... ok [INFO] [stdout] test packet::data::tests::set_bit::invalid_index - should panic ... ok [INFO] [stdout] test packet::data::tests::toggle_bit::invalid_index - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_range_from_usize::invalid - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_range_inclusive_usize::ends_after_end - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_range_inclusive_usize::starts_after_end - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_range_usize::ends_after_end - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_range_usize::starts_after_end - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::index::by_usize::invalid - should panic ... ok [INFO] [stdout] test raw_structs::tests::common_implementation::is_empty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 270 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Doc-tests cmri [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/packet/packet.rs - packet::packet::Packet::encode_frame (line 86) ... ok [INFO] [stdout] test src/packet/packet.rs - packet::packet::Packet::encode_packet (line 66) ... ok [INFO] [stdout] test src/frame/raw.rs - frame::raw::Raw (line 39) ... ok [INFO] [stdout] test src/node_configuration/sic/node_cards.rs - node_configuration::sic::node_cards::NodeCards::try_new (line 45) ... ok [INFO] [stdout] test src/frame/raw.rs - frame::raw::Raw (line 23) ... ok [INFO] [stdout] test src/frame/raw.rs - frame::raw::Raw::begin (line 125) ... ok [INFO] [stdout] test src/frame/raw.rs - frame::raw::Raw (line 59) ... ok [INFO] [stdout] test src/packet/data.rs - packet::data::Data::new (line 29) ... ok [INFO] [stdout] test src/frame/raw.rs - frame::raw::Raw::receive (line 186) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8087b26af9ba4d961d7823f69f57107c6316f9e0593af75b591e7c2513cc8434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8087b26af9ba4d961d7823f69f57107c6316f9e0593af75b591e7c2513cc8434", kill_on_drop: false }` [INFO] [stdout] 8087b26af9ba4d961d7823f69f57107c6316f9e0593af75b591e7c2513cc8434