[INFO] fetching crate pf-rs 0.2.4...
[INFO] building pf-rs-0.2.4 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate pf-rs 0.2.4 into /workspace/builds/worker-1-tc1/source
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate pf-rs 0.2.4
[INFO] finished tweaking crates.io crate pf-rs 0.2.4
[INFO] tweaked toml for crates.io crate pf-rs 0.2.4 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pf-rs 0.2.4 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding nix v0.27.1 (available: v0.30.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] db35e5c088e57ebca3baa83cddb07f1ba307ec12e64b10e2537f77a92bb5cd8a
[INFO] running `Command { std: "docker" "start" "-a" "db35e5c088e57ebca3baa83cddb07f1ba307ec12e64b10e2537f77a92bb5cd8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db35e5c088e57ebca3baa83cddb07f1ba307ec12e64b10e2537f77a92bb5cd8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db35e5c088e57ebca3baa83cddb07f1ba307ec12e64b10e2537f77a92bb5cd8a", kill_on_drop: false }`
[INFO] [stdout] db35e5c088e57ebca3baa83cddb07f1ba307ec12e64b10e2537f77a92bb5cd8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab2b793785ea80ca97eb903308356d89b39df518123039ebc09cd8037de8658f
[INFO] running `Command { std: "docker" "start" "-a" "ab2b793785ea80ca97eb903308356d89b39df518123039ebc09cd8037de8658f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling pf-rs v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `env`
[INFO] [stdout]  --> build.rs:1:29
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{process::Command, env};
[INFO] [stdout]   |                             ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ioctl.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 | /         cfor!(let mut p_resp = res; p_resp != std::ptr::null_mut(); p_resp = (*p_resp).ai_next;
[INFO] [stdout] 110 | |             {
[INFO] [stdout] 111 | |                 let resp = *p_resp;
[INFO] [stdout] ...   |
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ioctl.rs:180:21
[INFO] [stdout]     |
[INFO] [stdout] 180 | /                     cfor!(let mut p_resp1 = res1; p_resp1 != std::ptr::null_mut(); p_resp1 = (*p_resp1).ai_next;
[INFO] [stdout] 181 | |                         {
[INFO] [stdout] 182 | |                             let resp1 = *p_resp1;
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | |                     );
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:290:13
[INFO] [stdout]     |
[INFO] [stdout] 290 | /             cfor!(let mut i = 31; tmp & (1 << i) > 0; i -= 1; // or (i = 31; tmp & (1 << i); --i)
[INFO] [stdout] 291 | |                 {
[INFO] [stdout] 292 | |                     b += 1;   //C b++;
[INFO] [stdout] 293 | |                 }
[INFO] [stdout] 294 | |             ); 
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:372:9
[INFO] [stdout]     |
[INFO] [stdout] 372 | /         cfor!(let mut i = 31; i > 31-b; i -= 1; // for (i = 31; i > 31-b; --i)
[INFO] [stdout] 373 | |             {
[INFO] [stdout] 374 | |                 m.pfa.addr32[j] |= 1 << i;   // m->addr32[j] |= (1 << i);
[INFO] [stdout] 375 | |             }
[INFO] [stdout] 376 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:386:13
[INFO] [stdout]     |
[INFO] [stdout] 386 | /             cfor!(let mut i = 0; i < 4; i += 1; // for (i = 0; i < 4; i++)
[INFO] [stdout] 387 | |                 {
[INFO] [stdout] 388 | |                     addr.pfa.addr32[i] = addr.pfa.addr32[i] & m.pfa.addr32[i]; // n->addr32[i] = n->addr32[i] & m->addr32[i];
[INFO] [stdout] 389 | |                 }
[INFO] [stdout] 390 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:618:13
[INFO] [stdout]     |
[INFO] [stdout] 618 | /             cfor!(let mut p_resp = res; p_resp != std::ptr::null_mut(); p_resp = (*p_resp).ai_next;
[INFO] [stdout] 619 | |                 {
[INFO] [stdout] 620 | |                     let resp = *p_resp;
[INFO] [stdout] ...   |
[INFO] [stdout] 687 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `tmp` is never read
[INFO] [stdout]    --> src/pfr_addr.rs:279:17
[INFO] [stdout]     |
[INFO] [stdout] 279 |         let mut tmp: u32 = 0;
[INFO] [stdout]     |                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `mask` is never read
[INFO] [stdout]    --> src/pfr_addr.rs:708:17
[INFO] [stdout]     |
[INFO] [stdout] 708 |         let mut mask: libc::c_int = -1;
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bits` is never read
[INFO] [stdout]    --> src/pfr_addr.rs:840:17
[INFO] [stdout]     |
[INFO] [stdout] 840 |         let mut bits: libc::c_int = 0;
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/pfr_addr.rs:838:12
[INFO] [stdout]     |
[INFO] [stdout] 838 |     fn new(mut n: node_host, is_test: libc::c_int, not: libc::c_int) -> PfResult<Self>
[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 4.39s
[INFO] running `Command { std: "docker" "inspect" "ab2b793785ea80ca97eb903308356d89b39df518123039ebc09cd8037de8658f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab2b793785ea80ca97eb903308356d89b39df518123039ebc09cd8037de8658f", kill_on_drop: false }`
[INFO] [stdout] ab2b793785ea80ca97eb903308356d89b39df518123039ebc09cd8037de8658f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1d94cd0431df47519dda968ff50331704c712bf8251d4ecec45b517bf623c4b7
[INFO] running `Command { std: "docker" "start" "-a" "1d94cd0431df47519dda968ff50331704c712bf8251d4ecec45b517bf623c4b7", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `env`
[INFO] [stdout]  --> build.rs:1:29
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{process::Command, env};
[INFO] [stdout]   |                             ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ioctl.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 | /         cfor!(let mut p_resp = res; p_resp != std::ptr::null_mut(); p_resp = (*p_resp).ai_next;
[INFO] [stdout] 110 | |             {
[INFO] [stdout] 111 | |                 let resp = *p_resp;
[INFO] [stdout] ...   |
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ioctl.rs:180:21
[INFO] [stdout]     |
[INFO] [stdout] 180 | /                     cfor!(let mut p_resp1 = res1; p_resp1 != std::ptr::null_mut(); p_resp1 = (*p_resp1).ai_next;
[INFO] [stdout] 181 | |                         {
[INFO] [stdout] 182 | |                             let resp1 = *p_resp1;
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | |                     );
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:290:13
[INFO] [stdout]     |
[INFO] [stdout] 290 | /             cfor!(let mut i = 31; tmp & (1 << i) > 0; i -= 1; // or (i = 31; tmp & (1 << i); --i)
[INFO] [stdout] 291 | |                 {
[INFO] [stdout] 292 | |                     b += 1;   //C b++;
[INFO] [stdout] 293 | |                 }
[INFO] [stdout] 294 | |             ); 
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:372:9
[INFO] [stdout]     |
[INFO] [stdout] 372 | /         cfor!(let mut i = 31; i > 31-b; i -= 1; // for (i = 31; i > 31-b; --i)
[INFO] [stdout] 373 | |             {
[INFO] [stdout] 374 | |                 m.pfa.addr32[j] |= 1 << i;   // m->addr32[j] |= (1 << i);
[INFO] [stdout] 375 | |             }
[INFO] [stdout] 376 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:386:13
[INFO] [stdout]     |
[INFO] [stdout] 386 | /             cfor!(let mut i = 0; i < 4; i += 1; // for (i = 0; i < 4; i++)
[INFO] [stdout] 387 | |                 {
[INFO] [stdout] 388 | |                     addr.pfa.addr32[i] = addr.pfa.addr32[i] & m.pfa.addr32[i]; // n->addr32[i] = n->addr32[i] & m->addr32[i];
[INFO] [stdout] 389 | |                 }
[INFO] [stdout] 390 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:618:13
[INFO] [stdout]     |
[INFO] [stdout] 618 | /             cfor!(let mut p_resp = res; p_resp != std::ptr::null_mut(); p_resp = (*p_resp).ai_next;
[INFO] [stdout] 619 | |                 {
[INFO] [stdout] 620 | |                     let resp = *p_resp;
[INFO] [stdout] ...   |
[INFO] [stdout] 687 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `tmp` is never read
[INFO] [stdout]    --> src/pfr_addr.rs:279:17
[INFO] [stdout]     |
[INFO] [stdout] 279 |         let mut tmp: u32 = 0;
[INFO] [stdout]     |                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `mask` is never read
[INFO] [stdout]    --> src/pfr_addr.rs:708:17
[INFO] [stdout]     |
[INFO] [stdout] 708 |         let mut mask: libc::c_int = -1;
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bits` is never read
[INFO] [stdout]    --> src/pfr_addr.rs:840:17
[INFO] [stdout]     |
[INFO] [stdout] 840 |         let mut bits: libc::c_int = 0;
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/pfr_addr.rs:838:12
[INFO] [stdout]     |
[INFO] [stdout] 838 |     fn new(mut n: node_host, is_test: libc::c_int, not: libc::c_int) -> PfResult<Self>
[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 pf-rs v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ioctl.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 | /         cfor!(let mut p_resp = res; p_resp != std::ptr::null_mut(); p_resp = (*p_resp).ai_next;
[INFO] [stdout] 110 | |             {
[INFO] [stdout] 111 | |                 let resp = *p_resp;
[INFO] [stdout] ...   |
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ioctl.rs:180:21
[INFO] [stdout]     |
[INFO] [stdout] 180 | /                     cfor!(let mut p_resp1 = res1; p_resp1 != std::ptr::null_mut(); p_resp1 = (*p_resp1).ai_next;
[INFO] [stdout] 181 | |                         {
[INFO] [stdout] 182 | |                             let resp1 = *p_resp1;
[INFO] [stdout] ...   |
[INFO] [stdout] 241 | |                     );
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:290:13
[INFO] [stdout]     |
[INFO] [stdout] 290 | /             cfor!(let mut i = 31; tmp & (1 << i) > 0; i -= 1; // or (i = 31; tmp & (1 << i); --i)
[INFO] [stdout] 291 | |                 {
[INFO] [stdout] 292 | |                     b += 1;   //C b++;
[INFO] [stdout] 293 | |                 }
[INFO] [stdout] 294 | |             ); 
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:372:9
[INFO] [stdout]     |
[INFO] [stdout] 372 | /         cfor!(let mut i = 31; i > 31-b; i -= 1; // for (i = 31; i > 31-b; --i)
[INFO] [stdout] 373 | |             {
[INFO] [stdout] 374 | |                 m.pfa.addr32[j] |= 1 << i;   // m->addr32[j] |= (1 << i);
[INFO] [stdout] 375 | |             }
[INFO] [stdout] 376 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:386:13
[INFO] [stdout]     |
[INFO] [stdout] 386 | /             cfor!(let mut i = 0; i < 4; i += 1; // for (i = 0; i < 4; i++)
[INFO] [stdout] 387 | |                 {
[INFO] [stdout] 388 | |                     addr.pfa.addr32[i] = addr.pfa.addr32[i] & m.pfa.addr32[i]; // n->addr32[i] = n->addr32[i] & m->addr32[i];
[INFO] [stdout] 389 | |                 }
[INFO] [stdout] 390 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/common.rs:8:18
[INFO] [stdout]     |
[INFO] [stdout]   8 |               $init;
[INFO] [stdout]     |                    ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/pfr_addr.rs:618:13
[INFO] [stdout]     |
[INFO] [stdout] 618 | /             cfor!(let mut p_resp = res; p_resp != std::ptr::null_mut(); p_resp = (*p_resp).ai_next;
[INFO] [stdout] 619 | |                 {
[INFO] [stdout] 620 | |                     let resp = *p_resp;
[INFO] [stdout] ...   |
[INFO] [stdout] 687 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/pf.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         unsafe { pf.pfctl_kill_state("192.168.2.104", None).unwrap() };
[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/pf.rs:395:9
[INFO] [stdout]     |
[INFO] [stdout] 395 |         unsafe { pf.pfctl_kill_state("192.168.2.1", None).unwrap() };
[INFO] [stdout]     |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `tmp` is never read
[INFO] [stdout]    --> src/pfr_addr.rs:279:17
[INFO] [stdout]     |
[INFO] [stdout] 279 |         let mut tmp: u32 = 0;
[INFO] [stdout]     |                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `mask` is never read
[INFO] [stdout]    --> src/pfr_addr.rs:708:17
[INFO] [stdout]     |
[INFO] [stdout] 708 |         let mut mask: libc::c_int = -1;
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bits` is never read
[INFO] [stdout]    --> src/pfr_addr.rs:840:17
[INFO] [stdout]     |
[INFO] [stdout] 840 |         let mut bits: libc::c_int = 0;
[INFO] [stdout]     |                 ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/pfr_addr.rs:838:12
[INFO] [stdout]     |
[INFO] [stdout] 838 |     fn new(mut n: node_host, is_test: libc::c_int, not: libc::c_int) -> PfResult<Self>
[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 1.04s
[INFO] running `Command { std: "docker" "inspect" "1d94cd0431df47519dda968ff50331704c712bf8251d4ecec45b517bf623c4b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d94cd0431df47519dda968ff50331704c712bf8251d4ecec45b517bf623c4b7", kill_on_drop: false }`
[INFO] [stdout] 1d94cd0431df47519dda968ff50331704c712bf8251d4ecec45b517bf623c4b7
