[INFO] fetching crate rsmnl-linux 0.1.0... [INFO] testing rsmnl-linux-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate rsmnl-linux 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate rsmnl-linux 0.1.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-12/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-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rsmnl-derive v0.1.0 [INFO] [stderr] Downloaded rsmnl v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 150f1adedadd6db1be6fe0f2cda4b35bf098346fa99c9cb4c7912f0f11812d3b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "150f1adedadd6db1be6fe0f2cda4b35bf098346fa99c9cb4c7912f0f11812d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "150f1adedadd6db1be6fe0f2cda4b35bf098346fa99c9cb4c7912f0f11812d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "150f1adedadd6db1be6fe0f2cda4b35bf098346fa99c9cb4c7912f0f11812d3b", kill_on_drop: false }` [INFO] [stdout] 150f1adedadd6db1be6fe0f2cda4b35bf098346fa99c9cb4c7912f0f11812d3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e822fea90ed0514f7e11c406959e1c49284bb8f945e4abbc24f2ee838b41126d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e822fea90ed0514f7e11c406959e1c49284bb8f945e4abbc24f2ee838b41126d", kill_on_drop: false }` [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 23.36s [INFO] running `Command { std: "docker" "inspect" "e822fea90ed0514f7e11c406959e1c49284bb8f945e4abbc24f2ee838b41126d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e822fea90ed0514f7e11c406959e1c49284bb8f945e4abbc24f2ee838b41126d", kill_on_drop: false }` [INFO] [stdout] e822fea90ed0514f7e11c406959e1c49284bb8f945e4abbc24f2ee838b41126d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] faec7f6532f439d9f50a6333ebd27d2f00c6e72f6336ae1756231140e87cdcad [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "faec7f6532f439d9f50a6333ebd27d2f00c6e72f6336ae1756231140e87cdcad", 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 13.46s [INFO] running `Command { std: "docker" "inspect" "faec7f6532f439d9f50a6333ebd27d2f00c6e72f6336ae1756231140e87cdcad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faec7f6532f439d9f50a6333ebd27d2f00c6e72f6336ae1756231140e87cdcad", kill_on_drop: false }` [INFO] [stdout] faec7f6532f439d9f50a6333ebd27d2f00c6e72f6336ae1756231140e87cdcad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 557fc131d40adfd654588a3103d71fe4144c7a96d8aedf0cde4d91edaf82819b [INFO] running `Command { std: "docker" "start" "-a" "557fc131d40adfd654588a3103d71fe4144c7a96d8aedf0cde4d91edaf82819b", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: field is never read: `sport` [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/rtnetlink.rs:576:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 576 | sport: u16, [INFO] [stdout] [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.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rsmnl_linux-c09864cd3bc29efc) [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" "557fc131d40adfd654588a3103d71fe4144c7a96d8aedf0cde4d91edaf82819b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "557fc131d40adfd654588a3103d71fe4144c7a96d8aedf0cde4d91edaf82819b", kill_on_drop: false }` [INFO] [stdout] 557fc131d40adfd654588a3103d71fe4144c7a96d8aedf0cde4d91edaf82819b