[INFO] fetching crate nf 0.1.0...
[INFO] testing nf-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate nf 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate nf 0.1.0
[INFO] finished tweaking crates.io crate nf 0.1.0
[INFO] tweaked toml for crates.io crate nf 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nf 0.1.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nf 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb3d11f704ead6fe43632dd03ee72f41020ca2e3d39c91ac77452edd2bbfbd1c
[INFO] running `Command { std: "docker" "start" "-a" "eb3d11f704ead6fe43632dd03ee72f41020ca2e3d39c91ac77452edd2bbfbd1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb3d11f704ead6fe43632dd03ee72f41020ca2e3d39c91ac77452edd2bbfbd1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb3d11f704ead6fe43632dd03ee72f41020ca2e3d39c91ac77452edd2bbfbd1c", kill_on_drop: false }`
[INFO] [stdout] eb3d11f704ead6fe43632dd03ee72f41020ca2e3d39c91ac77452edd2bbfbd1c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 010771eeedf9636aec2db4928ab934cfbab5f449bb42f92f40030b660ec846a5
[INFO] running `Command { std: "docker" "start" "-a" "010771eeedf9636aec2db4928ab934cfbab5f449bb42f92f40030b660ec846a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling nf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/mnl/attr.rs:274:9
[INFO] [stdout]     |
[INFO] [stdout] 274 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] 365 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] 365 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout] 366 |             fprintf(fd, tp!("|  %.010u  |\t| message length |\n"), self.len);
[INFO] [stdout]     |                         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 369 |                 tp!("| %.05u | %c%c%c%c |\t|  type | flags  |\n"),
[INFO] [stdout]     |                 ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 392 |             fprintf(fd, tp!("|  %.010u  |\t| sequence number|\n"), self.seq);
[INFO] [stdout]     |                         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 393 |             fprintf(fd, tp!("|  %.010u  |\t|     port ID    |\n"), self.pid);
[INFO] [stdout]     |                         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 394 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:404:9
[INFO] [stdout]     |
[INFO] [stdout] 404 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 407 |                 tp!("|%c[%d;%dm%.5u%c[%dm|%c[%d;%dm%c%c%c[%dm|%c[%d;%dm%.5u%c[%dm|\t"),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 450 |                 tp!("|%.5u|%c%c|%.5u|\t"),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/mnl/nlmsg.rs:477:31
[INFO] [stdout]     |
[INFO] [stdout] 477 |             let colorize = if let Ok(fdnum) = fileno(fd).try_into() {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 500 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stdout]     |                         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 506 |                     fprintf(fd, tp!("|                |\n"));
[INFO] [stdout]     |                                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 512 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stdout]     |                         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 518 |                     fprintf(fd, tp!("|  extra header  |\n"));
[INFO] [stdout]     |                                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 526 |                     fprintf(fd, tp!("|len |flags| type|\n"));
[INFO] [stdout]     |                                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 537 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stdout]     |                         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 543 |                     fprintf(fd, tp!("|      data      |"));
[INFO] [stdout]     |                                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 552 |                         tp!("\t %c %c %c %c\n"),
[INFO] [stdout]     |                         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 561 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/mnl/nlmsg.rs:574:9
[INFO] [stdout]     |
[INFO] [stdout] 574 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/mnl/nlmsg.rs:573:13
[INFO] [stdout]     |
[INFO] [stdout] 573 |         let mut remaining = len;
[INFO] [stdout]     |             ----^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "010771eeedf9636aec2db4928ab934cfbab5f449bb42f92f40030b660ec846a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "010771eeedf9636aec2db4928ab934cfbab5f449bb42f92f40030b660ec846a5", kill_on_drop: false }`
[INFO] [stdout] 010771eeedf9636aec2db4928ab934cfbab5f449bb42f92f40030b660ec846a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 05729a5efeb36c28e9ea92b8e11912cf52f3eeac83ca9d12295df62e4b7ae382
[INFO] running `Command { std: "docker" "start" "-a" "05729a5efeb36c28e9ea92b8e11912cf52f3eeac83ca9d12295df62e4b7ae382", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/mnl/attr.rs:274:9
[INFO] [stdout]     |
[INFO] [stdout] 274 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] 365 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] 365 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout] 366 |             fprintf(fd, tp!("|  %.010u  |\t| message length |\n"), self.len);
[INFO] [stdout]     |                         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 369 |                 tp!("| %.05u | %c%c%c%c |\t|  type | flags  |\n"),
[INFO] [stdout]     |                 ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 392 |             fprintf(fd, tp!("|  %.010u  |\t| sequence number|\n"), self.seq);
[INFO] [stdout]     |                         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 393 |             fprintf(fd, tp!("|  %.010u  |\t|     port ID    |\n"), self.pid);
[INFO] [stdout]     |                         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 394 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:404:9
[INFO] [stdout]     |
[INFO] [stdout] 404 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 407 |                 tp!("|%c[%d;%dm%.5u%c[%dm|%c[%d;%dm%c%c%c[%dm|%c[%d;%dm%.5u%c[%dm|\t"),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 450 |                 tp!("|%.5u|%c%c|%.5u|\t"),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/mnl/nlmsg.rs:477:31
[INFO] [stdout]     |
[INFO] [stdout] 477 |             let colorize = if let Ok(fdnum) = fileno(fd).try_into() {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 500 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stdout]     |                         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 506 |                     fprintf(fd, tp!("|                |\n"));
[INFO] [stdout]     |                                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 512 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stdout]     |                         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 518 |                     fprintf(fd, tp!("|  extra header  |\n"));
[INFO] [stdout]     |                                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 526 |                     fprintf(fd, tp!("|len |flags| type|\n"));
[INFO] [stdout]     |                                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 537 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stdout]     |                         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 543 |                     fprintf(fd, tp!("|      data      |"));
[INFO] [stdout]     |                                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 552 |                         tp!("\t %c %c %c %c\n"),
[INFO] [stdout]     |                         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 561 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/mnl/nlmsg.rs:574:9
[INFO] [stdout]     |
[INFO] [stdout] 574 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/mnl/nlmsg.rs:573:13
[INFO] [stdout]     |
[INFO] [stdout] 573 |         let mut remaining = len;
[INFO] [stdout]     |             ----^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/mnl/attr.rs:274:9
[INFO] [stdout]     |
[INFO] [stdout] 274 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] 365 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] 365 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout] 366 |             fprintf(fd, tp!("|  %.010u  |\t| message length |\n"), self.len);
[INFO] [stdout]     |                         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 369 |                 tp!("| %.05u | %c%c%c%c |\t|  type | flags  |\n"),
[INFO] [stdout]     |                 ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 392 |             fprintf(fd, tp!("|  %.010u  |\t| sequence number|\n"), self.seq);
[INFO] [stdout]     |                         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 393 |             fprintf(fd, tp!("|  %.010u  |\t|     port ID    |\n"), self.pid);
[INFO] [stdout]     |                         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stdout]     |
[INFO] [stdout] 364 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 394 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:404:9
[INFO] [stdout]     |
[INFO] [stdout] 404 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 407 |                 tp!("|%c[%d;%dm%.5u%c[%dm|%c[%d;%dm%c%c%c[%dm|%c[%d;%dm%.5u%c[%dm|\t"),
[INFO] [stdout]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 450 |                 tp!("|%.5u|%c%c|%.5u|\t"),
[INFO] [stdout]     |                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> src/mnl/nlmsg.rs:477:31
[INFO] [stdout]     |
[INFO] [stdout] 477 |             let colorize = if let Ok(fdnum) = fileno(fd).try_into() {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 500 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stdout]     |                         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 506 |                     fprintf(fd, tp!("|                |\n"));
[INFO] [stdout]     |                                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 512 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stdout]     |                         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 518 |                     fprintf(fd, tp!("|  extra header  |\n"));
[INFO] [stdout]     |                                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 526 |                     fprintf(fd, tp!("|len |flags| type|\n"));
[INFO] [stdout]     |                                 --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 537 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stdout]     |                         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 543 |                     fprintf(fd, tp!("|      data      |"));
[INFO] [stdout]     |                                 ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 552 |                         tp!("\t %c %c %c %c\n"),
[INFO] [stdout]     |                         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:6:7
[INFO] [stdout]     |
[INFO] [stdout]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stdout]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         unsafe {
[INFO] [stdout]     |         ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 561 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stdout]     |                         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/mnl/nlmsg.rs:574:9
[INFO] [stdout]     |
[INFO] [stdout] 574 |         unsafe {
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/mnl/nlmsg.rs:573:13
[INFO] [stdout]     |
[INFO] [stdout] 573 |         let mut remaining = len;
[INFO] [stdout]     |             ----^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "05729a5efeb36c28e9ea92b8e11912cf52f3eeac83ca9d12295df62e4b7ae382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05729a5efeb36c28e9ea92b8e11912cf52f3eeac83ca9d12295df62e4b7ae382", kill_on_drop: false }`
[INFO] [stdout] 05729a5efeb36c28e9ea92b8e11912cf52f3eeac83ca9d12295df62e4b7ae382
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0ef601c2f5ca5f32c798ec116258c207b9c6746beeb339fff9539d9221a1f469
[INFO] running `Command { std: "docker" "start" "-a" "0ef601c2f5ca5f32c798ec116258c207b9c6746beeb339fff9539d9221a1f469", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/mnl/attr.rs:274:9
[INFO] [stderr]     |
[INFO] [stderr] 274 |         unsafe {
[INFO] [stderr]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stderr]     |
[INFO] [stderr] 364 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] 365 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stderr]     |                         --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stderr]     |
[INFO] [stderr] 364 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] 365 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stderr] 366 |             fprintf(fd, tp!("|  %.010u  |\t| message length |\n"), self.len);
[INFO] [stderr]     |                         ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stderr]     |
[INFO] [stderr] 364 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 369 |                 tp!("| %.05u | %c%c%c%c |\t|  type | flags  |\n"),
[INFO] [stderr]     |                 ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stderr]     |
[INFO] [stderr] 364 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 392 |             fprintf(fd, tp!("|  %.010u  |\t| sequence number|\n"), self.seq);
[INFO] [stderr]     |                         ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stderr]     |
[INFO] [stderr] 364 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 393 |             fprintf(fd, tp!("|  %.010u  |\t|     port ID    |\n"), self.pid);
[INFO] [stderr]     |                         ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:364:9
[INFO] [stderr]     |
[INFO] [stderr] 364 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 394 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stderr]     |                         --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:404:9
[INFO] [stderr]     |
[INFO] [stderr] 404 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 407 |                 tp!("|%c[%d;%dm%.5u%c[%dm|%c[%d;%dm%c%c%c[%dm|%c[%d;%dm%.5u%c[%dm|\t"),
[INFO] [stderr]     |                 ---------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:447:9
[INFO] [stderr]     |
[INFO] [stderr] 447 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 450 |                 tp!("|%.5u|%c%c|%.5u|\t"),
[INFO] [stderr]     |                 ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: irrefutable `if let` pattern
[INFO] [stderr]    --> src/mnl/nlmsg.rs:477:31
[INFO] [stderr]     |
[INFO] [stderr] 477 |             let colorize = if let Ok(fdnum) = fileno(fd).try_into() {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stderr]     = help: consider replacing the `if let` with a `let`
[INFO] [stderr]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stderr]     |
[INFO] [stderr] 475 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 500 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stderr]     |                         --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stderr]     |
[INFO] [stderr] 475 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 506 |                     fprintf(fd, tp!("|                |\n"));
[INFO] [stderr]     |                                 --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stderr]     |
[INFO] [stderr] 475 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 512 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stderr]     |                         --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stderr]     |
[INFO] [stderr] 475 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 518 |                     fprintf(fd, tp!("|  extra header  |\n"));
[INFO] [stderr]     |                                 --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stderr]     |
[INFO] [stderr] 475 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 526 |                     fprintf(fd, tp!("|len |flags| type|\n"));
[INFO] [stderr]     |                                 --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stderr]     |
[INFO] [stderr] 475 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 537 |                         tp!("| %.2x %.2x %.2x %.2x  |\t"),
[INFO] [stderr]     |                         --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stderr]     |
[INFO] [stderr] 475 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 543 |                     fprintf(fd, tp!("|      data      |"));
[INFO] [stderr]     |                                 ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stderr]     |
[INFO] [stderr] 475 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 552 |                         tp!("\t %c %c %c %c\n"),
[INFO] [stderr]     |                         ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:6:7
[INFO] [stderr]     |
[INFO] [stderr]   6 |       unsafe {  core::mem::transmute::<&[u8],&[i8]>(&str::as_bytes(concat!($($t)*,"\0"))).as_ptr() as *const i8 }
[INFO] [stderr]     |       ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/mnl/nlmsg.rs:475:9
[INFO] [stderr]     |
[INFO] [stderr] 475 |         unsafe {
[INFO] [stderr]     |         ------ because it's nested under this `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 561 |             fprintf(fd, tp!("----------------\t------------------\n"));
[INFO] [stderr]     |                         --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `tp` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/mnl/nlmsg.rs:574:9
[INFO] [stderr]     |
[INFO] [stderr] 574 |         unsafe {
[INFO] [stderr]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/mnl/nlmsg.rs:573:13
[INFO] [stderr]     |
[INFO] [stderr] 573 |         let mut remaining = len;
[INFO] [stderr]     |             ----^^^^^^^^^
[INFO] [stdout] 
[INFO] [stderr]     |             |
[INFO] [stdout] running 0 tests
[INFO] [stderr]     |             help: remove this `mut`
[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]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] warning: `nf` (lib) generated 21 warnings (run `cargo fix --lib -p nf` to apply 1 suggestion)
[INFO] [stderr] warning: `nf` (lib test) generated 21 warnings (21 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nf-1b06f10779fa9ab3)
[INFO] [stderr]    Doc-tests nf
[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" "0ef601c2f5ca5f32c798ec116258c207b9c6746beeb339fff9539d9221a1f469", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ef601c2f5ca5f32c798ec116258c207b9c6746beeb339fff9539d9221a1f469", kill_on_drop: false }`
[INFO] [stdout] 0ef601c2f5ca5f32c798ec116258c207b9c6746beeb339fff9539d9221a1f469
