[INFO] fetching crate bitcoinconsensus 0.19.0-3... [INFO] checking bitcoinconsensus-0.19.0-3 against try#cac44d9528e3bbbdaa1537d187bd489ccc5de18c for pr-91141 [INFO] extracting crate bitcoinconsensus 0.19.0-3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate bitcoinconsensus 0.19.0-3 on toolchain cac44d9528e3bbbdaa1537d187bd489ccc5de18c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bitcoinconsensus 0.19.0-3 [INFO] finished tweaking crates.io crate bitcoinconsensus 0.19.0-3 [INFO] tweaked toml for crates.io crate bitcoinconsensus 0.19.0-3 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0187ac1b140d1724f3c01168fc4eb7f75d913eb9efac053d5edda1a343c20f62 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0187ac1b140d1724f3c01168fc4eb7f75d913eb9efac053d5edda1a343c20f62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0187ac1b140d1724f3c01168fc4eb7f75d913eb9efac053d5edda1a343c20f62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0187ac1b140d1724f3c01168fc4eb7f75d913eb9efac053d5edda1a343c20f62", kill_on_drop: false }` [INFO] [stdout] 0187ac1b140d1724f3c01168fc4eb7f75d913eb9efac053d5edda1a343c20f62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4ed644c1b7884ce3734302caffca95c224cf9015e820428c71bad14a90bc147 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f4ed644c1b7884ce3734302caffca95c224cf9015e820428c71bad14a90bc147", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling bitcoinconsensus v0.19.0-3 (/opt/rustwide/workdir) [INFO] [stderr] warning: depend/bitcoin/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/bitcoin/src/secp256k1/src/secp256k1.c:64:1: warning: missing initializer for member 'secp256k1_ecmult_gen_context::initial' [-Wmissing-field-initializers] [INFO] [stderr] warning: depend/bitcoin/src/hash.cpp: In function 'unsigned int MurmurHash3(unsigned int, const std::vector&)': [INFO] [stderr] warning: depend/bitcoin/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/bitcoin/src/hash.cpp:49:9: note: here [INFO] [stderr] warning: 49 | case 2: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: depend/bitcoin/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/bitcoin/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:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | pub const VERIFY_P2SH : c_uint = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 40 - pub const VERIFY_P2SH : c_uint = (1 << 0); [INFO] [stdout] 40 + pub const VERIFY_P2SH : c_uint = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:42:36 [INFO] [stdout] | [INFO] [stdout] 42 | pub const VERIFY_DERSIG : c_uint = (1 << 2); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - pub const VERIFY_DERSIG : c_uint = (1 << 2); [INFO] [stdout] 42 + pub const VERIFY_DERSIG : c_uint = 1 << 2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:44:39 [INFO] [stdout] | [INFO] [stdout] 44 | pub const VERIFY_NULLDUMMY : c_uint = (1 << 4); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - pub const VERIFY_NULLDUMMY : c_uint = (1 << 4); [INFO] [stdout] 44 + pub const VERIFY_NULLDUMMY : c_uint = 1 << 4; [INFO] [stdout] | [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_CHECKLOCKTIMEVERIFY : c_uint = (1 << 9); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 46 - pub const VERIFY_CHECKLOCKTIMEVERIFY : c_uint = (1 << 9); [INFO] [stdout] 46 + pub const VERIFY_CHECKLOCKTIMEVERIFY : c_uint = 1 << 9; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:48:49 [INFO] [stdout] | [INFO] [stdout] 48 | pub const VERIFY_CHECKSEQUENCEVERIFY : c_uint = (1 << 10); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 48 - pub const VERIFY_CHECKSEQUENCEVERIFY : c_uint = (1 << 10); [INFO] [stdout] 48 + pub const VERIFY_CHECKSEQUENCEVERIFY : c_uint = 1 << 10; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:50:37 [INFO] [stdout] | [INFO] [stdout] 50 | pub const VERIFY_WITNESS : c_uint = (1 << 11); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 50 - pub const VERIFY_WITNESS : c_uint = (1 << 11); [INFO] [stdout] 50 + pub const VERIFY_WITNESS : c_uint = 1 << 11; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | pub const VERIFY_P2SH : c_uint = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 40 - pub const VERIFY_P2SH : c_uint = (1 << 0); [INFO] [stdout] 40 + pub const VERIFY_P2SH : c_uint = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:42:36 [INFO] [stdout] | [INFO] [stdout] 42 | pub const VERIFY_DERSIG : c_uint = (1 << 2); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - pub const VERIFY_DERSIG : c_uint = (1 << 2); [INFO] [stdout] 42 + pub const VERIFY_DERSIG : c_uint = 1 << 2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:44:39 [INFO] [stdout] | [INFO] [stdout] 44 | pub const VERIFY_NULLDUMMY : c_uint = (1 << 4); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - pub const VERIFY_NULLDUMMY : c_uint = (1 << 4); [INFO] [stdout] 44 + pub const VERIFY_NULLDUMMY : c_uint = 1 << 4; [INFO] [stdout] | [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_CHECKLOCKTIMEVERIFY : c_uint = (1 << 9); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 46 - pub const VERIFY_CHECKLOCKTIMEVERIFY : c_uint = (1 << 9); [INFO] [stdout] 46 + pub const VERIFY_CHECKLOCKTIMEVERIFY : c_uint = 1 << 9; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:48:49 [INFO] [stdout] | [INFO] [stdout] 48 | pub const VERIFY_CHECKSEQUENCEVERIFY : c_uint = (1 << 10); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 48 - pub const VERIFY_CHECKSEQUENCEVERIFY : c_uint = (1 << 10); [INFO] [stdout] 48 + pub const VERIFY_CHECKSEQUENCEVERIFY : c_uint = 1 << 10; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:50:37 [INFO] [stdout] | [INFO] [stdout] 50 | pub const VERIFY_WITNESS : c_uint = (1 << 11); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 50 - pub const VERIFY_WITNESS : c_uint = (1 << 11); [INFO] [stdout] 50 + pub const VERIFY_WITNESS : c_uint = 1 << 11; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.30s [INFO] running `Command { std: "docker" "inspect" "f4ed644c1b7884ce3734302caffca95c224cf9015e820428c71bad14a90bc147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4ed644c1b7884ce3734302caffca95c224cf9015e820428c71bad14a90bc147", kill_on_drop: false }` [INFO] [stdout] f4ed644c1b7884ce3734302caffca95c224cf9015e820428c71bad14a90bc147