[INFO] fetching crate groestlcoinconsensus 2.19.1... [INFO] checking groestlcoinconsensus-2.19.1 against master#8007b506ac5da629f223b755f5a5391edd5f6d01 for pr-88041 [INFO] extracting crate groestlcoinconsensus 2.19.1 into /workspace/builds/worker-102/source [INFO] validating manifest of crates.io crate groestlcoinconsensus 2.19.1 on toolchain 8007b506ac5da629f223b755f5a5391edd5f6d01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate groestlcoinconsensus 2.19.1 [INFO] finished tweaking crates.io crate groestlcoinconsensus 2.19.1 [INFO] tweaked toml for crates.io crate groestlcoinconsensus 2.19.1 written to /workspace/builds/worker-102/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f51bcbcf55ac4d496226e50ef9cd9a53444e12ce6cf574c93881d9f8f7c30008 [INFO] running `Command { std: "docker" "start" "-a" "f51bcbcf55ac4d496226e50ef9cd9a53444e12ce6cf574c93881d9f8f7c30008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f51bcbcf55ac4d496226e50ef9cd9a53444e12ce6cf574c93881d9f8f7c30008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f51bcbcf55ac4d496226e50ef9cd9a53444e12ce6cf574c93881d9f8f7c30008", kill_on_drop: false }` [INFO] [stdout] f51bcbcf55ac4d496226e50ef9cd9a53444e12ce6cf574c93881d9f8f7c30008 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c8453fee06164a0a0a238ebe941bf30c6abd411744667726e2eddc680be763f [INFO] running `Command { std: "docker" "start" "-a" "1c8453fee06164a0a0a238ebe941bf30c6abd411744667726e2eddc680be763f", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling groestlcoinconsensus v2.19.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: depend/groestlcoin/src/secp256k1/src/secp256k1.c:64:1: warning: missing initializer for member 'secp256k1_ecmult_gen_context::blind' [-Wmissing-field-initializers] [INFO] [stderr] warning: 64 | }; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: depend/groestlcoin/src/secp256k1/src/secp256k1.c:64:1: warning: missing initializer for member 'secp256k1_ecmult_gen_context::initial' [-Wmissing-field-initializers] [INFO] [stderr] warning: depend/groestlcoin/src/hash.cpp: In function 'unsigned int MurmurHash3(unsigned int, const std::vector&)': [INFO] [stderr] warning: depend/groestlcoin/src/hash.cpp:48:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 48 | k1 ^= tail[2] << 16; [INFO] [stderr] warning: | ~~~^~~~~~~~~~~~~~~~ [INFO] [stderr] warning: depend/groestlcoin/src/hash.cpp:49:9: note: here [INFO] [stderr] warning: 49 | case 2: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: depend/groestlcoin/src/hash.cpp:50:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 50 | k1 ^= tail[1] << 8; [INFO] [stderr] warning: | ~~~^~~~~~~~~~~~~~~ [INFO] [stderr] warning: depend/groestlcoin/src/hash.cpp:51:9: note: here [INFO] [stderr] warning: 51 | case 1: [INFO] [stderr] warning: | ^~~~ [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | pub const VERIFY_P2SH : c_uint = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | pub const VERIFY_P2SH : c_uint = (1 << 0); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:40:36 [INFO] [stdout] | [INFO] [stdout] 40 | pub const VERIFY_DERSIG : c_uint = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:42:39 [INFO] [stdout] | [INFO] [stdout] 42 | pub const VERIFY_NULLDUMMY : c_uint = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:44:49 [INFO] [stdout] | [INFO] [stdout] 44 | pub const VERIFY_CHECKLOCKTIMEVERIFY : c_uint = (1 << 9); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:40:36 [INFO] [stdout] | [INFO] [stdout] 40 | pub const VERIFY_DERSIG : c_uint = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:46:49 [INFO] [stdout] | [INFO] [stdout] 46 | pub const VERIFY_CHECKSEQUENCEVERIFY : c_uint = (1 << 10); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:48:37 [INFO] [stdout] | [INFO] [stdout] 48 | pub const VERIFY_WITNESS : c_uint = (1 << 11); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:42:39 [INFO] [stdout] | [INFO] [stdout] 42 | pub const VERIFY_NULLDUMMY : c_uint = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:44:49 [INFO] [stdout] | [INFO] [stdout] 44 | pub const VERIFY_CHECKLOCKTIMEVERIFY : c_uint = (1 << 9); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:46:49 [INFO] [stdout] | [INFO] [stdout] 46 | pub const VERIFY_CHECKSEQUENCEVERIFY : c_uint = (1 << 10); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:48:37 [INFO] [stdout] | [INFO] [stdout] 48 | pub const VERIFY_WITNESS : c_uint = (1 << 11); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:18:35 [INFO] [stdout] | [INFO] [stdout] 18 | use libc::{c_int,c_uchar, c_uint, uint64_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:142:23 [INFO] [stdout] | [INFO] [stdout] 142 | amount as uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | amount: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:18:35 [INFO] [stdout] | [INFO] [stdout] 18 | use libc::{c_int,c_uchar, c_uint, uint64_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:142:23 [INFO] [stdout] | [INFO] [stdout] 142 | amount as uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead. [INFO] [stdout] --> src/lib.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | amount: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.97s [INFO] running `Command { std: "docker" "inspect" "1c8453fee06164a0a0a238ebe941bf30c6abd411744667726e2eddc680be763f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c8453fee06164a0a0a238ebe941bf30c6abd411744667726e2eddc680be763f", kill_on_drop: false }` [INFO] [stdout] 1c8453fee06164a0a0a238ebe941bf30c6abd411744667726e2eddc680be763f