[INFO] crate nfqueue 0.9.1 is already in cache
[INFO] checking nfqueue-0.9.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate nfqueue 0.9.1 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate nfqueue 0.9.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate nfqueue 0.9.1
[INFO] finished tweaking crates.io crate nfqueue 0.9.1
[INFO] tweaked toml for crates.io crate nfqueue 0.9.1 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 6af2603e6024a58bcd530263063e05fdf2f1dca8fed9115a18fe4cc078435876
[INFO] running `"docker" "start" "-a" "6af2603e6024a58bcd530263063e05fdf2f1dca8fed9115a18fe4cc078435876"`
[INFO] [stderr]     Checking unicode-xid v0.0.3
[INFO] [stderr]     Checking ipnetwork v0.12.8
[INFO] [stderr]     Checking syntex_pos v0.42.0
[INFO] [stderr]     Checking pnet_macros_support v0.25.0
[INFO] [stderr]     Checking nfqueue v0.9.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling syntex_errors v0.42.0
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:66:32
[INFO] [stderr]    |
[INFO] [stderr] 66 | const NFQ_XML_HW      : u32  = (1 << 0);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:67:32
[INFO] [stderr]    |
[INFO] [stderr] 67 | const NFQ_XML_MARK    : u32  = (1 << 1);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:68:32
[INFO] [stderr]    |
[INFO] [stderr] 68 | const NFQ_XML_DEV     : u32  = (1 << 2);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:69:32
[INFO] [stderr]    |
[INFO] [stderr] 69 | const NFQ_XML_PHYSDEV : u32  = (1 << 3);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:70:32
[INFO] [stderr]    |
[INFO] [stderr] 70 | const NFQ_XML_PAYLOAD : u32  = (1 << 4);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:71:32
[INFO] [stderr]    |
[INFO] [stderr] 71 | const NFQ_XML_TIME    : u32  = (1 << 5);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:72:32
[INFO] [stderr]    |
[INFO] [stderr] 72 | const NFQ_XML_ALL     : u32  = (!0u32);
[INFO] [stderr]    |                                ^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr]    Compiling syntex_syntax v0.42.0
[INFO] [stderr]     Checking syntex v0.42.2
[INFO] [stderr]     Checking pnet_macros v0.15.0
[INFO] [stderr]    Compiling pnet v0.17.1
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:66:32
[INFO] [stderr]    |
[INFO] [stderr] 66 | const NFQ_XML_HW      : u32  = (1 << 0);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:67:32
[INFO] [stderr]    |
[INFO] [stderr] 67 | const NFQ_XML_MARK    : u32  = (1 << 1);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:68:32
[INFO] [stderr]    |
[INFO] [stderr] 68 | const NFQ_XML_DEV     : u32  = (1 << 2);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:69:32
[INFO] [stderr]    |
[INFO] [stderr] 69 | const NFQ_XML_PHYSDEV : u32  = (1 << 3);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:70:32
[INFO] [stderr]    |
[INFO] [stderr] 70 | const NFQ_XML_PAYLOAD : u32  = (1 << 4);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:71:32
[INFO] [stderr]    |
[INFO] [stderr] 71 | const NFQ_XML_TIME    : u32  = (1 << 5);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/message.rs:72:32
[INFO] [stderr]    |
[INFO] [stderr] 72 | const NFQ_XML_ALL     : u32  = (!0u32);
[INFO] [stderr]    |                                ^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 29.32s
[INFO] running `"docker" "inspect" "6af2603e6024a58bcd530263063e05fdf2f1dca8fed9115a18fe4cc078435876"`
[INFO] running `"docker" "rm" "-f" "6af2603e6024a58bcd530263063e05fdf2f1dca8fed9115a18fe4cc078435876"`
[INFO] [stdout] 6af2603e6024a58bcd530263063e05fdf2f1dca8fed9115a18fe4cc078435876
