[INFO] fetching crate authenticator 0.2.12...
[INFO] checking authenticator-0.2.12 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate authenticator 0.2.12 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate authenticator 0.2.12 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate authenticator 0.2.12
[INFO] finished tweaking crates.io crate authenticator 0.2.12
[INFO] tweaked toml for crates.io crate authenticator 0.2.12 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate crates.io crate authenticator 0.2.12 already has a lockfile, it will not be regenerated
[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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 1456b7b0da909896766acd80739c55bfb8e24f15ed4662923a33040912a094d5
[INFO] running `"docker" "start" "-a" "1456b7b0da909896766acd80739c55bfb8e24f15ed4662923a33040912a094d5"`
[INFO] [stderr]     Checking cfg-if v0.1.7
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.14
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]     Checking ucd-util v0.1.3
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]    Compiling regex v1.1.2
[INFO] [stderr]    Compiling authenticator v0.2.12 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking utf8-ranges v1.0.2
[INFO] [stderr]     Checking quick-error v1.2.2
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking bitflags v1.0.4
[INFO] [stderr]     Checking termcolor v1.0.4
[INFO] [stderr]     Checking opaque-debug v0.2.2
[INFO] [stderr]     Checking runloop v0.1.0
[INFO] [stderr]     Checking boxfnonce v0.0.3
[INFO] [stderr]     Checking c2-chacha v0.2.3
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]     Checking block-padding v0.1.3
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking regex-syntax v0.6.5
[INFO] [stderr]     Checking humantime v1.2.0
[INFO] [stderr]     Checking getrandom v0.1.14
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking base64 v0.10.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking libudev v0.2.0
[INFO] [stderr]     Checking generic-array v0.12.0
[INFO] [stderr]     Checking block-buffer v0.7.0
[INFO] [stderr]     Checking digest v0.8.0
[INFO] [stderr]     Checking sha2 v0.8.1
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:34:29
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub const U2FHID_PING: u8 = (TYPE_INIT | 0x01); // Echo data through local processor only
[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/consts.rs:35:28
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub const U2FHID_MSG: u8 = (TYPE_INIT | 0x03); // Send U2F message frame
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:36:29
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub const U2FHID_LOCK: u8 = (TYPE_INIT | 0x04); // Send lock channel command
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:37:29
[INFO] [stderr]    |
[INFO] [stderr] 37 | pub const U2FHID_INIT: u8 = (TYPE_INIT | 0x06); // Channel initialization
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub const U2FHID_WINK: u8 = (TYPE_INIT | 0x08); // Send device identification wink
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:39:30
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub const U2FHID_ERROR: u8 = (TYPE_INIT | 0x3f); // Error response
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:42:34
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub const U2F_VENDOR_FIRST: u8 = (TYPE_INIT | 0x40); // First vendor defined command
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:43:33
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub const U2F_VENDOR_LAST: u8 = (TYPE_INIT | 0x7f); // Last vendor defined command
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr]     Checking env_logger v0.6.1
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:34:29
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub const U2FHID_PING: u8 = (TYPE_INIT | 0x01); // Echo data through local processor only
[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/consts.rs:35:28
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub const U2FHID_MSG: u8 = (TYPE_INIT | 0x03); // Send U2F message frame
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:36:29
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub const U2FHID_LOCK: u8 = (TYPE_INIT | 0x04); // Send lock channel command
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:37:29
[INFO] [stderr]    |
[INFO] [stderr] 37 | pub const U2FHID_INIT: u8 = (TYPE_INIT | 0x06); // Channel initialization
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub const U2FHID_WINK: u8 = (TYPE_INIT | 0x08); // Send device identification wink
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:39:30
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub const U2FHID_ERROR: u8 = (TYPE_INIT | 0x3f); // Error response
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:42:34
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub const U2F_VENDOR_FIRST: u8 = (TYPE_INIT | 0x40); // First vendor defined command
[INFO] [stderr]    |                                  ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/consts.rs:43:33
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub const U2F_VENDOR_LAST: u8 = (TYPE_INIT | 0x7f); // Last vendor defined command
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 20.43s
[INFO] running `"docker" "inspect" "1456b7b0da909896766acd80739c55bfb8e24f15ed4662923a33040912a094d5"`
[INFO] running `"docker" "rm" "-f" "1456b7b0da909896766acd80739c55bfb8e24f15ed4662923a33040912a094d5"`
[INFO] [stdout] 1456b7b0da909896766acd80739c55bfb8e24f15ed4662923a33040912a094d5
