[INFO] fetching crate rsmnl-linux 0.1.0... [INFO] testing rsmnl-linux-0.1.0 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded errno v0.2.7 [INFO] [stderr] Downloaded proc-macro2 v1.0.29 [INFO] [stderr] Downloaded syn v1.0.75 [INFO] [stderr] Downloaded errno-dragonfly v0.1.1 [INFO] [stderr] Downloaded libc v0.2.101 [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-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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 41a113cc679c226e8668bb91c4870405226416c99f8235485559fd9b2da0065a [INFO] running `Command { std: "docker" "start" "-a" "41a113cc679c226e8668bb91c4870405226416c99f8235485559fd9b2da0065a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "41a113cc679c226e8668bb91c4870405226416c99f8235485559fd9b2da0065a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41a113cc679c226e8668bb91c4870405226416c99f8235485559fd9b2da0065a", kill_on_drop: false }` [INFO] [stdout] 41a113cc679c226e8668bb91c4870405226416c99f8235485559fd9b2da0065a [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a47a350608ff57f7e79bf6335dbe661d6631a5960dda5371724fc174e89d63be [INFO] running `Command { std: "docker" "start" "-a" "a47a350608ff57f7e79bf6335dbe661d6631a5960dda5371724fc174e89d63be", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 9.05s [INFO] running `Command { std: "docker" "inspect" "a47a350608ff57f7e79bf6335dbe661d6631a5960dda5371724fc174e89d63be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a47a350608ff57f7e79bf6335dbe661d6631a5960dda5371724fc174e89d63be", kill_on_drop: false }` [INFO] [stdout] a47a350608ff57f7e79bf6335dbe661d6631a5960dda5371724fc174e89d63be [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14fcbb6ed9608e39f9ab00d487f32a20b9860aa2e7ad152c336024a8786aade6 [INFO] running `Command { std: "docker" "start" "-a" "14fcbb6ed9608e39f9ab00d487f32a20b9860aa2e7ad152c336024a8786aade6", 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.29s [INFO] running `Command { std: "docker" "inspect" "14fcbb6ed9608e39f9ab00d487f32a20b9860aa2e7ad152c336024a8786aade6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14fcbb6ed9608e39f9ab00d487f32a20b9860aa2e7ad152c336024a8786aade6", kill_on_drop: false }` [INFO] [stdout] 14fcbb6ed9608e39f9ab00d487f32a20b9860aa2e7ad152c336024a8786aade6 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 53f50c12df561ae7523a7f2aefe47ba37e09eed72e943c820e8728d5b45971a8 [INFO] running `Command { std: "docker" "start" "-a" "53f50c12df561ae7523a7f2aefe47ba37e09eed72e943c820e8728d5b45971a8", 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 (/opt/rustwide/target/debug/deps/rsmnl_linux-e20661d0f16dbeea) [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" "53f50c12df561ae7523a7f2aefe47ba37e09eed72e943c820e8728d5b45971a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53f50c12df561ae7523a7f2aefe47ba37e09eed72e943c820e8728d5b45971a8", kill_on_drop: false }` [INFO] [stdout] 53f50c12df561ae7523a7f2aefe47ba37e09eed72e943c820e8728d5b45971a8