[INFO] fetching crate rsmnl-linux 0.1.0... [INFO] testing rsmnl-linux-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rsmnl-linux 0.1.0 into /workspace/builds/worker-25/source [INFO] validating manifest of crates.io crate rsmnl-linux 0.1.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rsmnl-linux 0.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate rsmnl-linux 0.1.0 [INFO] tweaked toml for crates.io crate rsmnl-linux 0.1.0 written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate crates.io crate rsmnl-linux 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a1162bf197110054ff91f6b21a21d8efa2c5290eae63403e6e2188152846d67 [INFO] running `Command { std: "docker" "start" "-a" "6a1162bf197110054ff91f6b21a21d8efa2c5290eae63403e6e2188152846d67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a1162bf197110054ff91f6b21a21d8efa2c5290eae63403e6e2188152846d67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a1162bf197110054ff91f6b21a21d8efa2c5290eae63403e6e2188152846d67", kill_on_drop: false }` [INFO] [stdout] 6a1162bf197110054ff91f6b21a21d8efa2c5290eae63403e6e2188152846d67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87d885150b473cf695f386aa24a405cb4826e8ef0538feb7359f362bc34b3237 [INFO] running `Command { std: "docker" "start" "-a" "87d885150b473cf695f386aa24a405cb4826e8ef0538feb7359f362bc34b3237", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling errno v0.2.7 [INFO] [stderr] Compiling rsmnl v0.1.0 [INFO] [stderr] Compiling rsmnl-derive v0.1.0 [INFO] [stderr] Compiling rsmnl-linux v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `sport` [INFO] [stdout] --> src/rtnetlink.rs:576:5 [INFO] [stdout] | [INFO] [stdout] 576 | sport: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `_RtaSessionUnionPorts` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:574:10 [INFO] [stdout] | [INFO] [stdout] 574 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dport` [INFO] [stdout] --> src/rtnetlink.rs:577:5 [INFO] [stdout] | [INFO] [stdout] 577 | dport: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSessionUnionPorts` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:574:10 [INFO] [stdout] | [INFO] [stdout] 574 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `itype` [INFO] [stdout] --> src/rtnetlink.rs:581:5 [INFO] [stdout] | [INFO] [stdout] 581 | itype: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code` [INFO] [stdout] --> src/rtnetlink.rs:582:5 [INFO] [stdout] | [INFO] [stdout] 582 | code: u8, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/rtnetlink.rs:583:5 [INFO] [stdout] | [INFO] [stdout] 583 | ident: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.15s [INFO] running `Command { std: "docker" "inspect" "87d885150b473cf695f386aa24a405cb4826e8ef0538feb7359f362bc34b3237", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87d885150b473cf695f386aa24a405cb4826e8ef0538feb7359f362bc34b3237", kill_on_drop: false }` [INFO] [stdout] 87d885150b473cf695f386aa24a405cb4826e8ef0538feb7359f362bc34b3237 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54e2ba72610d75abd69714248e9ba5d0850ceb1067738d65cf3d73395445eea3 [INFO] running `Command { std: "docker" "start" "-a" "54e2ba72610d75abd69714248e9ba5d0850ceb1067738d65cf3d73395445eea3", kill_on_drop: false }` [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stdout] warning: field is never read: `sport` [INFO] [stdout] --> src/rtnetlink.rs:576:5 [INFO] [stdout] | [INFO] [stdout] 576 | sport: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `_RtaSessionUnionPorts` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:574:10 [INFO] [stdout] | [INFO] [stdout] 574 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dport` [INFO] [stdout] --> src/rtnetlink.rs:577:5 [INFO] [stdout] | [INFO] [stdout] 577 | dport: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSessionUnionPorts` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:574:10 [INFO] [stdout] | [INFO] [stdout] 574 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `itype` [INFO] [stdout] --> src/rtnetlink.rs:581:5 [INFO] [stdout] | [INFO] [stdout] 581 | itype: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code` [INFO] [stdout] --> src/rtnetlink.rs:582:5 [INFO] [stdout] | [INFO] [stdout] 582 | code: u8, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/rtnetlink.rs:583:5 [INFO] [stdout] | [INFO] [stdout] 583 | ident: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rsmnl-linux v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `sport` [INFO] [stdout] --> src/rtnetlink.rs:576:5 [INFO] [stdout] | [INFO] [stdout] 576 | sport: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `_RtaSessionUnionPorts` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:574:10 [INFO] [stdout] | [INFO] [stdout] 574 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dport` [INFO] [stdout] --> src/rtnetlink.rs:577:5 [INFO] [stdout] | [INFO] [stdout] 577 | dport: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSessionUnionPorts` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:574:10 [INFO] [stdout] | [INFO] [stdout] 574 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `itype` [INFO] [stdout] --> src/rtnetlink.rs:581:5 [INFO] [stdout] | [INFO] [stdout] 581 | itype: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `code` [INFO] [stdout] --> src/rtnetlink.rs:582:5 [INFO] [stdout] | [INFO] [stdout] 582 | code: u8, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ident` [INFO] [stdout] --> src/rtnetlink.rs:583:5 [INFO] [stdout] | [INFO] [stdout] 583 | ident: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/rtnetlink.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.14s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rsmnl_linux-c09864cd3bc29efc) [INFO] running `Command { std: "docker" "inspect" "54e2ba72610d75abd69714248e9ba5d0850ceb1067738d65cf3d73395445eea3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54e2ba72610d75abd69714248e9ba5d0850ceb1067738d65cf3d73395445eea3", kill_on_drop: false }` [INFO] [stdout] 54e2ba72610d75abd69714248e9ba5d0850ceb1067738d65cf3d73395445eea3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] efa0b900923c053bf8849323ae6e49e6658b6a37cca34313a12e2f34585fe34c [INFO] running `Command { std: "docker" "start" "-a" "efa0b900923c053bf8849323ae6e49e6658b6a37cca34313a12e2f34585fe34c", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `sport` [INFO] [stderr] --> src/rtnetlink.rs:576:5 [INFO] [stderr] | [INFO] [stderr] 576 | sport: u16, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `_RtaSessionUnionPorts` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/rtnetlink.rs:574:10 [INFO] [stderr] | [INFO] [stderr] 574 | #[derive(Debug, Clone, Copy)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `dport` [INFO] [stderr] --> src/rtnetlink.rs:577:5 [INFO] [stderr] | [INFO] [stderr] 577 | dport: u16, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `_RtaSessionUnionPorts` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/rtnetlink.rs:574:10 [INFO] [stderr] | [INFO] [stderr] 574 | #[derive(Debug, Clone, Copy)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `itype` [INFO] [stderr] --> src/rtnetlink.rs:581:5 [INFO] [stderr] | [INFO] [stderr] 581 | itype: u8, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/rtnetlink.rs:579:10 [INFO] [stderr] | [INFO] [stderr] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `code` [INFO] [stderr] --> src/rtnetlink.rs:582:5 [INFO] [stderr] | [INFO] [stderr] 582 | code: u8, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/rtnetlink.rs:579:10 [INFO] [stderr] | [INFO] [stderr] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ident` [INFO] [stderr] --> src/rtnetlink.rs:583:5 [INFO] [stderr] | [INFO] [stderr] 583 | ident: u16, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `_RtaSesseionUnionIcmpt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/rtnetlink.rs:579:10 [INFO] [stderr] | [INFO] [stderr] 579 | #[derive(Debug, Clone, Copy)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rsmnl-linux` (lib) generated 5 warnings [INFO] [stderr] warning: `rsmnl-linux` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rsmnl_linux-c09864cd3bc29efc) [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 rsmnl-linux [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] running `Command { std: "docker" "inspect" "efa0b900923c053bf8849323ae6e49e6658b6a37cca34313a12e2f34585fe34c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efa0b900923c053bf8849323ae6e49e6658b6a37cca34313a12e2f34585fe34c", kill_on_drop: false }` [INFO] [stdout] efa0b900923c053bf8849323ae6e49e6658b6a37cca34313a12e2f34585fe34c