[INFO] crate aerospike 0.4.0 is already in cache
[INFO] checking aerospike-0.4.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate aerospike 0.4.0 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate aerospike 0.4.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate aerospike 0.4.0
[INFO] finished tweaking crates.io crate aerospike 0.4.0
[INFO] tweaked toml for crates.io crate aerospike 0.4.0 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] ada819442a625e4ba0abee1862b5027c910eee2be65bce4c6f64382833698ffa
[INFO] running `"docker" "start" "-a" "ada819442a625e4ba0abee1862b5027c910eee2be65bce4c6f64382833698ffa"`
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking subtle v1.0.0
[INFO] [stderr]     Checking crossbeam v0.2.12
[INFO] [stderr]     Checking variance v0.1.3
[INFO] [stderr]     Checking scopeguard v0.1.2
[INFO] [stderr]     Checking hex v0.4.2
[INFO] [stderr]     Checking bencher v0.1.5
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling error-chain v0.12.2
[INFO] [stderr]     Checking block-cipher-trait v0.6.2
[INFO] [stderr]     Checking md-5 v0.8.0
[INFO] [stderr]     Checking ripemd160 v0.8.0
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking sha2 v0.8.1
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking blowfish v0.4.0
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking crypto-mac v0.7.0
[INFO] [stderr]     Checking hmac v0.7.1
[INFO] [stderr]     Checking pwhash v0.3.0
[INFO] [stderr]     Checking scoped-pool v1.0.0
[INFO] [stderr]     Checking crossbeam-queue v0.2.1
[INFO] [stderr]     Checking aerospike v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:41:27
[INFO] [stderr]    |
[INFO] [stderr] 41 | const INFO1_GET_ALL: u8 = (1 << 1);
[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/commands/buffer.rs:44:25
[INFO] [stderr]    |
[INFO] [stderr] 44 | const INFO1_BATCH: u8 = (1 << 3);
[INFO] [stderr]    |                         ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:47:29
[INFO] [stderr]    |
[INFO] [stderr] 47 | const INFO1_NOBINDATA: u8 = (1 << 5);
[INFO] [stderr]    |                             ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:50:35
[INFO] [stderr]    |
[INFO] [stderr] 50 | const INFO1_CONSISTENCY_ALL: u8 = (1 << 6);
[INFO] [stderr]    |                                   ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:56:26
[INFO] [stderr]    |
[INFO] [stderr] 56 | const INFO2_DELETE: u8 = (1 << 1);
[INFO] [stderr]    |                          ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:59:30
[INFO] [stderr]    |
[INFO] [stderr] 59 | const INFO2_GENERATION: u8 = (1 << 2);
[INFO] [stderr]    |                              ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:62:33
[INFO] [stderr]    |
[INFO] [stderr] 62 | const INFO2_GENERATION_GT: u8 = (1 << 3);
[INFO] [stderr]    |                                 ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:65:34
[INFO] [stderr]    |
[INFO] [stderr] 65 | const INFO2_DURABLE_DELETE: u8 = (1 << 4);
[INFO] [stderr]    |                                  ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:68:31
[INFO] [stderr]    |
[INFO] [stderr] 68 | const INFO2_CREATE_ONLY: u8 = (1 << 5);
[INFO] [stderr]    |                               ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:71:35
[INFO] [stderr]    |
[INFO] [stderr] 71 | const INFO2_RESPOND_ALL_OPS: u8 = (1 << 7);
[INFO] [stderr]    |                                   ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:77:33
[INFO] [stderr]    |
[INFO] [stderr] 77 | const INFO3_COMMIT_MASTER: u8 = (1 << 1);
[INFO] [stderr]    |                                 ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:80:31
[INFO] [stderr]    |
[INFO] [stderr] 80 | const INFO3_UPDATE_ONLY: u8 = (1 << 3);
[INFO] [stderr]    |                               ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:83:37
[INFO] [stderr]    |
[INFO] [stderr] 83 | const INFO3_CREATE_OR_REPLACE: u8 = (1 << 4);
[INFO] [stderr]    |                                     ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:86:32
[INFO] [stderr]    |
[INFO] [stderr] 86 | const INFO3_REPLACE_ONLY: u8 = (1 << 5);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:41:27
[INFO] [stderr]    |
[INFO] [stderr] 41 | const INFO1_GET_ALL: u8 = (1 << 1);
[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/commands/buffer.rs:44:25
[INFO] [stderr]    |
[INFO] [stderr] 44 | const INFO1_BATCH: u8 = (1 << 3);
[INFO] [stderr]    |                         ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:47:29
[INFO] [stderr]    |
[INFO] [stderr] 47 | const INFO1_NOBINDATA: u8 = (1 << 5);
[INFO] [stderr]    |                             ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:50:35
[INFO] [stderr]    |
[INFO] [stderr] 50 | const INFO1_CONSISTENCY_ALL: u8 = (1 << 6);
[INFO] [stderr]    |                                   ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:56:26
[INFO] [stderr]    |
[INFO] [stderr] 56 | const INFO2_DELETE: u8 = (1 << 1);
[INFO] [stderr]    |                          ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:59:30
[INFO] [stderr]    |
[INFO] [stderr] 59 | const INFO2_GENERATION: u8 = (1 << 2);
[INFO] [stderr]    |                              ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:62:33
[INFO] [stderr]    |
[INFO] [stderr] 62 | const INFO2_GENERATION_GT: u8 = (1 << 3);
[INFO] [stderr]    |                                 ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:65:34
[INFO] [stderr]    |
[INFO] [stderr] 65 | const INFO2_DURABLE_DELETE: u8 = (1 << 4);
[INFO] [stderr]    |                                  ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:68:31
[INFO] [stderr]    |
[INFO] [stderr] 68 | const INFO2_CREATE_ONLY: u8 = (1 << 5);
[INFO] [stderr]    |                               ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:71:35
[INFO] [stderr]    |
[INFO] [stderr] 71 | const INFO2_RESPOND_ALL_OPS: u8 = (1 << 7);
[INFO] [stderr]    |                                   ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:77:33
[INFO] [stderr]    |
[INFO] [stderr] 77 | const INFO3_COMMIT_MASTER: u8 = (1 << 1);
[INFO] [stderr]    |                                 ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:80:31
[INFO] [stderr]    |
[INFO] [stderr] 80 | const INFO3_UPDATE_ONLY: u8 = (1 << 3);
[INFO] [stderr]    |                               ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:83:37
[INFO] [stderr]    |
[INFO] [stderr] 83 | const INFO3_CREATE_OR_REPLACE: u8 = (1 << 4);
[INFO] [stderr]    |                                     ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]   --> src/commands/buffer.rs:86:32
[INFO] [stderr]    |
[INFO] [stderr] 86 | const INFO3_REPLACE_ONLY: u8 = (1 << 5);
[INFO] [stderr]    |                                ^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> benches/../tests/common/mod.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 |         { Arc::new(Client::new(&GLOBAL_CLIENT_POLICY, &*AEROSPIKE_HOSTS).unwrap()) };
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> tests/common/mod.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 |         { Arc::new(Client::new(&GLOBAL_CLIENT_POLICY, &*AEROSPIKE_HOSTS).unwrap()) };
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> tests/common/mod.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 |         { Arc::new(Client::new(&GLOBAL_CLIENT_POLICY, &*AEROSPIKE_HOSTS).unwrap()) };
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 7.56s
[INFO] running `"docker" "inspect" "ada819442a625e4ba0abee1862b5027c910eee2be65bce4c6f64382833698ffa"`
[INFO] running `"docker" "rm" "-f" "ada819442a625e4ba0abee1862b5027c910eee2be65bce4c6f64382833698ffa"`
[INFO] [stdout] ada819442a625e4ba0abee1862b5027c910eee2be65bce4c6f64382833698ffa
