[INFO] crate authenticator 0.2.12 is already in cache [INFO] testing authenticator-0.2.12 against 1.44.0 for beta-1.45-1 [INFO] extracting crate authenticator 0.2.12 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate authenticator 0.2.12 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-4/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" "+1.44.0" "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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8316246363bef5447b5fb85972ab1a5c0f55348b1d1f3ff0613f6664e411e7ea [INFO] running `"docker" "start" "-a" "8316246363bef5447b5fb85972ab1a5c0f55348b1d1f3ff0613f6664e411e7ea"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling authenticator v0.2.12 (/opt/rustwide/workdir) [INFO] [stderr] Compiling runloop v0.1.0 [INFO] [stderr] Compiling boxfnonce v0.0.3 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling rand v0.7.3 [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] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.08s [INFO] running `"docker" "inspect" "8316246363bef5447b5fb85972ab1a5c0f55348b1d1f3ff0613f6664e411e7ea"` [INFO] running `"docker" "rm" "-f" "8316246363bef5447b5fb85972ab1a5c0f55348b1d1f3ff0613f6664e411e7ea"` [INFO] [stdout] 8316246363bef5447b5fb85972ab1a5c0f55348b1d1f3ff0613f6664e411e7ea [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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 57897628d6a963ab7d71cec7c3c10bb3d57be1d1a5624f67695d61265798132d [INFO] running `"docker" "start" "-a" "57897628d6a963ab7d71cec7c3c10bb3d57be1d1a5624f67695d61265798132d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling opaque-debug v0.2.2 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling block-padding v0.1.3 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling atty v0.2.11 [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] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling digest v0.8.0 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling authenticator v0.2.12 (/opt/rustwide/workdir) [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] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 27.74s [INFO] running `"docker" "inspect" "57897628d6a963ab7d71cec7c3c10bb3d57be1d1a5624f67695d61265798132d"` [INFO] running `"docker" "rm" "-f" "57897628d6a963ab7d71cec7c3c10bb3d57be1d1a5624f67695d61265798132d"` [INFO] [stdout] 57897628d6a963ab7d71cec7c3c10bb3d57be1d1a5624f67695d61265798132d [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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5861fce53cadcc78235b617f7b5a636268ba8d9c5e796a93ec2b925287e23873 [INFO] running `"docker" "start" "-a" "5861fce53cadcc78235b617f7b5a636268ba8d9c5e796a93ec2b925287e23873"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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: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: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: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: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: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: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] warning: 8 warnings emitted [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] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/authenticator-19d7257e3258158a [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test u2fprotocol::tests::test_sendapdu ... ok [INFO] [stderr] Doc-tests authenticator [INFO] [stdout] test u2fprotocol::tests::test_init_device ... ok [INFO] [stdout] test u2fprotocol::tests::test_sendrecv_multiple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "5861fce53cadcc78235b617f7b5a636268ba8d9c5e796a93ec2b925287e23873"` [INFO] running `"docker" "rm" "-f" "5861fce53cadcc78235b617f7b5a636268ba8d9c5e796a93ec2b925287e23873"` [INFO] [stdout] 5861fce53cadcc78235b617f7b5a636268ba8d9c5e796a93ec2b925287e23873