[INFO] fetching crate nfqueue 0.9.1... [INFO] checking nfqueue-0.9.1 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate nfqueue 0.9.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate nfqueue 0.9.1 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 055666cb0bfcdf7a1f9c79ea37e395f86dbc9c6b94b2a95eca96ab35e7513cd1 [INFO] running `"docker" "start" "-a" "055666cb0bfcdf7a1f9c79ea37e395f86dbc9c6b94b2a95eca96ab35e7513cd1"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking pnet_base v0.22.0 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking ipnetwork v0.12.8 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking pnet_macros_support v0.25.0 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Checking nfqueue v0.9.1 (/opt/rustwide/workdir) [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] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Checking syntex_pos v0.42.0 [INFO] [stderr] Checking syntex_errors v0.42.0 [INFO] [stderr] Checking 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] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.91s [INFO] running `"docker" "inspect" "055666cb0bfcdf7a1f9c79ea37e395f86dbc9c6b94b2a95eca96ab35e7513cd1"` [INFO] running `"docker" "rm" "-f" "055666cb0bfcdf7a1f9c79ea37e395f86dbc9c6b94b2a95eca96ab35e7513cd1"` [INFO] [stdout] 055666cb0bfcdf7a1f9c79ea37e395f86dbc9c6b94b2a95eca96ab35e7513cd1