[INFO] cloning repository https://github.com/m-g-rathod/Braidpool-Competency-Test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/m-g-rathod/Braidpool-Competency-Test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-g-rathod%2FBraidpool-Competency-Test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-g-rathod%2FBraidpool-Competency-Test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b686753d44324ee2dca775c28fc3f1ea49d51ebd [INFO] checking m-g-rathod/Braidpool-Competency-Test against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-g-rathod%2FBraidpool-Competency-Test" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] Updating files: 65% (1097/1664) Updating files: 66% (1099/1664) Updating files: 67% (1115/1664) Updating files: 68% (1132/1664) Updating files: 69% (1149/1664) Updating files: 70% (1165/1664) Updating files: 71% (1182/1664) Updating files: 72% (1199/1664) Updating files: 73% (1215/1664) Updating files: 74% (1232/1664) Updating files: 74% (1240/1664) Updating files: 75% (1248/1664) Updating files: 76% (1265/1664) Updating files: 77% (1282/1664) Updating files: 78% (1298/1664) Updating files: 79% (1315/1664) Updating files: 80% (1332/1664) Updating files: 81% (1348/1664) Updating files: 82% (1365/1664) Updating files: 83% (1382/1664) Updating files: 84% (1398/1664) Updating files: 85% (1415/1664) Updating files: 86% (1432/1664) Updating files: 87% (1448/1664) Updating files: 88% (1465/1664) Updating files: 89% (1481/1664) Updating files: 90% (1498/1664) Updating files: 91% (1515/1664) Updating files: 92% (1531/1664) Updating files: 93% (1548/1664) Updating files: 94% (1565/1664) Updating files: 95% (1581/1664) Updating files: 96% (1598/1664) Updating files: 97% (1615/1664) Updating files: 98% (1631/1664) Updating files: 99% (1648/1664) Updating files: 100% (1664/1664) Updating files: 100% (1664/1664), done. [INFO] started tweaking git repo https://github.com/m-g-rathod/Braidpool-Competency-Test [INFO] finished tweaking git repo https://github.com/m-g-rathod/Braidpool-Competency-Test [INFO] tweaked toml for git repo https://github.com/m-g-rathod/Braidpool-Competency-Test written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/m-g-rathod/Braidpool-Competency-Test on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/m-g-rathod/Braidpool-Competency-Test already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: unused manifest key: dependencies.secp256k1.feature [INFO] [stderr] warning: binary `braidpool_competency_test` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../braidpool_competency_test [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::non_kebab_case_bins` is set to `warn` by default [INFO] [stderr] help: to change the binary name to `braidpool-competency-test`, convert `package.name` [INFO] [stderr] --> Cargo.toml:13:8 [INFO] [stderr] | [INFO] [stderr] 13 - name = "braidpool_competency_test" [INFO] [stderr] 13 + name = "braidpool-competency-test" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `braidpool-competency-test`, specify `bin.name` [INFO] [stderr] --> Cargo.toml:14:19 [INFO] [stderr] | [INFO] [stderr] 14 ~ version = "0.1.0" [INFO] [stderr] 15 + [[bin]] [INFO] [stderr] 16 + name = "braidpool-competency-test" [INFO] [stderr] 17 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: `braidpool_competency_test` (manifest) generated 2 warnings [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] d35a77f244827345f099abfabe6e93690ff4867d1115597d6d19fd42103458f4 [INFO] running `Command { std: "docker" "start" "d35a77f244827345f099abfabe6e93690ff4867d1115597d6d19fd42103458f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d35a77f244827345f099abfabe6e93690ff4867d1115597d6d19fd42103458f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d35a77f244827345f099abfabe6e93690ff4867d1115597d6d19fd42103458f4" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d35a77f244827345f099abfabe6e93690ff4867d1115597d6d19fd42103458f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d35a77f244827345f099abfabe6e93690ff4867d1115597d6d19fd42103458f4" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: unused manifest key: dependencies.secp256k1.feature [INFO] [stderr] warning: binary `braidpool_competency_test` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /opt/rustwide/target/.../braidpool_competency_test [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::non_kebab_case_bins` is set to `warn` by default [INFO] [stderr] help: to change the binary name to `braidpool-competency-test`, convert `package.name` [INFO] [stderr] --> Cargo.toml:13:8 [INFO] [stderr] | [INFO] [stderr] 13 - name = "braidpool_competency_test" [INFO] [stderr] 13 + name = "braidpool-competency-test" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `braidpool-competency-test`, specify `bin.name` [INFO] [stderr] --> Cargo.toml:14:19 [INFO] [stderr] | [INFO] [stderr] 14 ~ version = "0.1.0" [INFO] [stderr] 15 + [[bin]] [INFO] [stderr] 16 + name = "braidpool-competency-test" [INFO] [stderr] 17 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: `braidpool_competency_test` (manifest) generated 2 warnings [INFO] [stderr] Compiling cc v1.0.95 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling serde v1.0.199 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling bitcoin-internals v0.2.0 [INFO] [stderr] Compiling hex_lit v0.1.1 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking hex-conservative v0.1.1 [INFO] [stderr] Compiling bitcoin-private v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Compiling bitcoin v0.31.2 [INFO] [stderr] Checking bech32 v0.10.0-beta [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Compiling bitcoin v0.30.2 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking bech32 v0.9.1 [INFO] [stderr] Checking getrandom v0.2.14 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling secp256k1-sys v0.9.2 [INFO] [stderr] Compiling secp256k1-sys v0.8.1 [INFO] [stderr] Compiling secp256k1-sys v0.10.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking bitcoin_hashes v0.12.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.199 [INFO] [stderr] Checking secp256k1 v0.27.0 [INFO] [stderr] Checking secp256k1 v0.29.0 [INFO] [stderr] Checking bitcoin_hashes v0.13.0 [INFO] [stderr] Checking jsonrpc v0.14.1 [INFO] [stderr] Checking secp256k1 v0.28.2 [INFO] [stderr] Checking bitcoincore-rpc-json v0.18.0 [INFO] [stderr] Checking bitcoincore-rpc v0.18.0 [INFO] [stderr] Checking braidpool_competency_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `KeyPair`, `XOnlyPublicKey`, and `block` [INFO] [stdout] --> src/main.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use bitcoin::{block, key::{KeyPair, PrivateKey, XOnlyPublicKey}}; [INFO] [stdout] | ^^^^^ ^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `PublicKey`, `Secp256k1`, and `SecretKey` [INFO] [stdout] --> src/main.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use secp256k1::{Secp256k1, SecretKey, PublicKey}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `KeyPair`, `XOnlyPublicKey`, and `block` [INFO] [stdout] --> src/main.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | use bitcoin::{block, key::{KeyPair, PrivateKey, XOnlyPublicKey}}; [INFO] [stdout] | ^^^^^ ^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `PublicKey`, `Secp256k1`, and `SecretKey` [INFO] [stdout] --> src/main.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use secp256k1::{Secp256k1, SecretKey, PublicKey}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `public_key` [INFO] [stdout] --> src/main.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let public_key = PrivateKey::public_key(&private_key, &s); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_public_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `first_block_hash` [INFO] [stdout] --> src/main.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | let first_block_hash = mined_blocks.get(0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_block_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `recipient_addr` [INFO] [stdout] --> src/main.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | let recipient_addr = Address::p2tr(&secp2, x_only_pubkey_2, None, Network::Regtest); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_recipient_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `utxo` [INFO] [stdout] --> src/main.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | let utxo = bitcoincore_rpc_json::CreateRawTransactionInput { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_utxo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `public_key` [INFO] [stdout] --> src/main.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let public_key = PrivateKey::public_key(&private_key, &s); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_public_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `first_block_hash` [INFO] [stdout] --> src/main.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | let first_block_hash = mined_blocks.get(0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_block_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `recipient_addr` [INFO] [stdout] --> src/main.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | let recipient_addr = Address::p2tr(&secp2, x_only_pubkey_2, None, Network::Regtest); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_recipient_addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `utxo` [INFO] [stdout] --> src/main.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | let utxo = bitcoincore_rpc_json::CreateRawTransactionInput { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_utxo` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.77s [INFO] running `Command { std: "docker" "inspect" "d35a77f244827345f099abfabe6e93690ff4867d1115597d6d19fd42103458f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d35a77f244827345f099abfabe6e93690ff4867d1115597d6d19fd42103458f4", kill_on_drop: false }` [INFO] [stdout] d35a77f244827345f099abfabe6e93690ff4867d1115597d6d19fd42103458f4