[INFO] cloning repository https://github.com/BTCDecoded/consensus-proof
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BTCDecoded/consensus-proof" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBTCDecoded%2Fconsensus-proof", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBTCDecoded%2Fconsensus-proof'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3cd1282f498c1ca54c166d425cf79724c2147320
[INFO] testing BTCDecoded/consensus-proof against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBTCDecoded%2Fconsensus-proof" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BTCDecoded/consensus-proof
[INFO] finished tweaking git repo https://github.com/BTCDecoded/consensus-proof
[INFO] tweaked toml for git repo https://github.com/BTCDecoded/consensus-proof written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BTCDecoded/consensus-proof on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BTCDecoded/consensus-proof 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding itoa v1.0.15
[INFO] [stderr]       Adding memchr v2.7.5
[INFO] [stderr]       Adding ryu v1.0.20
[INFO] [stderr]       Adding serde_json v1.0.145
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitcoin_hashes v0.11.0
[INFO] [stderr]   Downloaded secp256k1 v0.28.2
[INFO] [stderr]   Downloaded secp256k1-sys v0.9.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f48d29d683e9ff09c0ff0253d00e1cea200e418d063030f08928997c2ade679c
[INFO] running `Command { std: "docker" "start" "-a" "f48d29d683e9ff09c0ff0253d00e1cea200e418d063030f08928997c2ade679c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f48d29d683e9ff09c0ff0253d00e1cea200e418d063030f08928997c2ade679c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f48d29d683e9ff09c0ff0253d00e1cea200e418d063030f08928997c2ade679c", kill_on_drop: false }`
[INFO] [stdout] f48d29d683e9ff09c0ff0253d00e1cea200e418d063030f08928997c2ade679c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27ee9b5320bb7b9b8178f89ae9d6b805a5d4aa0f1f3934c391f0770bae561b25
[INFO] running `Command { std: "docker" "start" "-a" "27ee9b5320bb7b9b8178f89ae9d6b805a5d4aa0f1f3934c391f0770bae561b25", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling bitcoin_hashes v0.11.0
[INFO] [stderr]    Compiling secp256k1-sys v0.9.2
[INFO] [stderr]    Compiling ripemd v0.1.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling secp256k1 v0.28.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling consensus-proof v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `is_coinbase`
[INFO] [stdout]  --> src/mining.rs:5:45
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::transaction::{check_transaction, is_coinbase};
[INFO] [stdout]   |                                             ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_u64`, `is_zero`, and `to_bytes` are never used
[INFO] [stdout]    --> src/pow.rs:87:8
[INFO] [stdout]     |
[INFO] [stdout]  78 | impl U256 {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  87 |     fn from_u64(value: u64) -> Self {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  91 |     fn is_zero(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn to_bytes(&self) -> [u8; 32] {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `u256_from_bytes` is never used
[INFO] [stdout]    --> src/pow.rs:248:4
[INFO] [stdout]     |
[INFO] [stdout] 248 | fn u256_from_bytes(bytes: &[u8]) -> u128 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.03s
[INFO] running `Command { std: "docker" "inspect" "27ee9b5320bb7b9b8178f89ae9d6b805a5d4aa0f1f3934c391f0770bae561b25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27ee9b5320bb7b9b8178f89ae9d6b805a5d4aa0f1f3934c391f0770bae561b25", kill_on_drop: false }`
[INFO] [stdout] 27ee9b5320bb7b9b8178f89ae9d6b805a5d4aa0f1f3934c391f0770bae561b25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e886a0669d3c824ab29bccaa44e5ebebc17451ef7c89253c402ff4b2d89c6f9a
[INFO] running `Command { std: "docker" "start" "-a" "e886a0669d3c824ab29bccaa44e5ebebc17451ef7c89253c402ff4b2d89c6f9a", kill_on_drop: false }`
[INFO] [stderr]    Compiling consensus-proof v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `is_coinbase`
[INFO] [stdout]  --> src/mining.rs:5:45
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::transaction::{check_transaction, is_coinbase};
[INFO] [stdout]   |                                             ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_u64`, `is_zero`, and `to_bytes` are never used
[INFO] [stdout]    --> src/pow.rs:87:8
[INFO] [stdout]     |
[INFO] [stdout]  78 | impl U256 {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  87 |     fn from_u64(value: u64) -> Self {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  91 |     fn is_zero(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn to_bytes(&self) -> [u8; 32] {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `u256_from_bytes` is never used
[INFO] [stdout]    --> src/pow.rs:248:4
[INFO] [stdout]     |
[INFO] [stdout] 248 | fn u256_from_bytes(bytes: &[u8]) -> u128 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> tests/integration_tests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> tests/api_tests.rs:478:21
[INFO] [stdout]     |
[INFO] [stdout] 478 |             assert!(reorg_result.new_height >= 0);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]    --> tests/api_tests.rs:479:21
[INFO] [stdout]     |
[INFO] [stdout] 479 |             assert!(reorg_result.connected_blocks.len() >= 0);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> tests/integration_opportunities.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut mempool = mempool::Mempool::new();
[INFO] [stdout]    |         ----^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `consensus`
[INFO] [stdout]    --> src/lib.rs:859:13
[INFO] [stdout]     |
[INFO] [stdout] 859 |         let consensus = ConsensusProof::new();
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_consensus`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `consensus`
[INFO] [stdout]    --> src/lib.rs:866:13
[INFO] [stdout]     |
[INFO] [stdout] 866 |         let consensus = ConsensusProof::default();
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_consensus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.41s
[INFO] running `Command { std: "docker" "inspect" "e886a0669d3c824ab29bccaa44e5ebebc17451ef7c89253c402ff4b2d89c6f9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e886a0669d3c824ab29bccaa44e5ebebc17451ef7c89253c402ff4b2d89c6f9a", kill_on_drop: false }`
[INFO] [stdout] e886a0669d3c824ab29bccaa44e5ebebc17451ef7c89253c402ff4b2d89c6f9a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e215564341b04bf60fecfa05190fe94f68ac65eef508edbbf25b57cd10d739ab
[INFO] running `Command { std: "docker" "start" "-a" "e215564341b04bf60fecfa05190fe94f68ac65eef508edbbf25b57cd10d739ab", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `is_coinbase`
[INFO] [stderr]  --> src/mining.rs:5:45
[INFO] [stderr]   |
[INFO] [stderr] 5 | use crate::transaction::{check_transaction, is_coinbase};
[INFO] [stderr]   |                                             ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `from_u64`, `is_zero`, and `to_bytes` are never used
[INFO] [stderr]    --> src/pow.rs:87:8
[INFO] [stderr]     |
[INFO] [stderr]  78 | impl U256 {
[INFO] [stderr]     | --------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  87 |     fn from_u64(value: u64) -> Self {
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  91 |     fn is_zero(&self) -> bool {
[INFO] [stderr]     |        ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 137 |     fn to_bytes(&self) -> [u8; 32] {
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `u256_from_bytes` is never used
[INFO] [stderr]    --> src/pow.rs:248:4
[INFO] [stderr]     |
[INFO] [stderr] 248 | fn u256_from_bytes(bytes: &[u8]) -> u128 {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `consensus`
[INFO] [stderr]    --> src/lib.rs:859:13
[INFO] [stderr]     |
[INFO] [stderr] 859 |         let consensus = ConsensusProof::new();
[INFO] [stderr]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_consensus`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `consensus`
[INFO] [stderr]    --> src/lib.rs:866:13
[INFO] [stderr]     |
[INFO] [stderr] 866 |         let consensus = ConsensusProof::default();
[INFO] [stderr]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_consensus`
[INFO] [stderr] 
[INFO] [stderr] warning: `consensus-proof` (lib) generated 3 warnings (run `cargo fix --lib -p consensus-proof` to apply 1 suggestion)
[INFO] [stderr] warning: `consensus-proof` (lib test) generated 2 warnings
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> tests/integration_tests.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> tests/integration_opportunities.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let mut mempool = mempool::Mempool::new();
[INFO] [stderr]    |         ----^^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: comparison is useless due to type limits
[INFO] [stderr]    --> tests/api_tests.rs:478:21
[INFO] [stderr]     |
[INFO] [stderr] 478 |             assert!(reorg_result.new_height >= 0);
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: comparison is useless due to type limits
[INFO] [stderr]    --> tests/api_tests.rs:479:21
[INFO] [stderr]     |
[INFO] [stderr] 479 |             assert!(reorg_result.connected_blocks.len() >= 0);
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `consensus-proof` (test "integration_tests") generated 1 warning (run `cargo fix --test "integration_tests"` to apply 1 suggestion)
[INFO] [stderr] warning: `consensus-proof` (test "integration_opportunities") generated 1 warning (run `cargo fix --test "integration_opportunities"` to apply 1 suggestion)
[INFO] [stderr] warning: `consensus-proof` (test "api_tests") generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/consensus_proof-5a5808b06926f77b)
[INFO] [stdout] 
[INFO] [stdout] running 355 tests
[INFO] [stdout] test block::tests::test_apply_transaction_coinbase ... ok
[INFO] [stdout] test block::tests::test_apply_transaction_insufficient_funds ... ok
[INFO] [stdout] test block::tests::test_apply_transaction_missing_utxo ... ok
[INFO] [stdout] test block::tests::test_apply_transaction_multiple_inputs ... ok
[INFO] [stdout] test block::tests::test_apply_transaction_multiple_outputs ... ok
[INFO] [stdout] test block::tests::test_apply_transaction_regular ... ok
[INFO] [stdout] test block::tests::test_apply_transaction_no_outputs ... ok
[INFO] [stdout] test block::tests::test_calculate_tx_id ... ok
[INFO] [stdout] test block::tests::test_calculate_tx_id_different_versions ... ok
[INFO] [stdout] test block::tests::test_connect_block_coinbase_exceeds_subsidy_edge ... ok
[INFO] [stdout] test block::tests::test_connect_block_empty_transactions ... ok
[INFO] [stdout] test block::tests::test_connect_block_first_tx_not_coinbase ... ok
[INFO] [stdout] test block::tests::test_connect_block_coinbase_exceeds_subsidy ... ok
[INFO] [stdout] test block::tests::test_connect_block_first_tx_not_coinbase_edge ... ok
[INFO] [stdout] test block::tests::test_connect_block_invalid_coinbase ... ok
[INFO] [stdout] test block::tests::test_connect_block_invalid_header ... ok
[INFO] [stdout] test block::tests::test_connect_block_no_transactions ... ok
[INFO] [stdout] test block::tests::test_is_coinbase_false_wrong_hash ... ok
[INFO] [stdout] test block::tests::test_connect_block_valid ... ok
[INFO] [stdout] test block::tests::test_is_coinbase_true ... ok
[INFO] [stdout] test block::tests::test_is_coinbase_false_wrong_index ... ok
[INFO] [stdout] test block::tests::test_validate_block_header_future_timestamp ... ok
[INFO] [stdout] test block::tests::test_validate_block_header_valid ... ok
[INFO] [stdout] test block::tests::test_validate_block_header_zero_timestamp ... ok
[INFO] [stdout] test economic::tests::test_calculate_fee_multiple_inputs_outputs ... ok
[INFO] [stdout] test economic::tests::test_calculate_fee_missing_utxo ... ok
[INFO] [stdout] test economic::tests::test_calculate_fee_negative_fee ... ok
[INFO] [stdout] test block::tests::test_validate_block_header_invalid_bits ... ok
[INFO] [stdout] test economic::tests::test_get_block_subsidy_first_halving ... ok
[INFO] [stdout] test economic::tests::test_calculate_fee_regular_transaction ... ok
[INFO] [stdout] test economic::tests::test_is_coinbase_edge_cases ... ok
[INFO] [stdout] test economic::tests::test_get_block_subsidy_large_heights ... ok
[INFO] [stdout] test block::tests::test_validate_block_header_invalid_version ... ok
[INFO] [stdout] test economic::tests::test_get_block_subsidy_max_halvings ... ok
[INFO] [stdout] test mempool::tests::test_accept_to_memory_pool_duplicate ... ok
[INFO] [stdout] test economic::tests::test_get_block_subsidy_edge_cases ... ok
[INFO] [stdout] test economic::tests::test_calculate_fee_coinbase ... ok
[INFO] [stdout] test economic::tests::test_get_block_subsidy_genesis ... ok
[INFO] [stdout] test economic::tests::test_get_block_subsidy_second_halving ... ok
[INFO] [stdout] test block::tests::test_is_coinbase_false_multiple_inputs ... ok
[INFO] [stdout] test mempool::tests::test_accept_to_memory_pool_valid ... ok
[INFO] [stdout] test mempool::tests::test_calculate_transaction_size ... ok
[INFO] [stdout] test mempool::tests::test_accept_to_memory_pool_coinbase ... ok
[INFO] [stdout] test mempool::tests::test_calculate_transaction_size_multiple_inputs_outputs ... ok
[INFO] [stdout] test mempool::tests::test_calculate_fee_rate ... ok
[INFO] [stdout] test mempool::tests::test_calculate_tx_id ... ok
[INFO] [stdout] test mempool::tests::test_calculate_tx_id_different_txs ... ok
[INFO] [stdout] test mempool::tests::test_is_coinbase_true ... ok
[INFO] [stdout] test mempool::tests::test_is_standard_script_empty ... ok
[INFO] [stdout] test mempool::tests::test_is_standard_script_non_standard_opcode ... ok
[INFO] [stdout] test mempool::tests::test_is_standard_script_too_large ... ok
[INFO] [stdout] test mempool::tests::test_check_mempool_rules_high_fee ... ok
[INFO] [stdout] test mempool::tests::test_check_mempool_rules_low_fee ... ok
[INFO] [stdout] test mempool::tests::test_creates_new_dependencies_no_new ... ok
[INFO] [stdout] test mempool::tests::test_creates_new_dependencies_with_new ... ok
[INFO] [stdout] test economic::tests::test_total_supply_edge_cases ... ok
[INFO] [stdout] test mempool::tests::test_has_conflicts_no_conflicts ... ok
[INFO] [stdout] test mempool::tests::test_has_conflicts_with_conflicts ... ok
[INFO] [stdout] test mempool::tests::test_is_standard_script_valid ... ok
[INFO] [stdout] test mempool::tests::test_replacement_checks_comprehensive ... ok
[INFO] [stdout] test mempool::tests::test_replacement_checks_existing_tx_no_rbf ... ok
[INFO] [stdout] test mempool::tests::test_is_standard_tx_too_large ... ok
[INFO] [stdout] test mempool::tests::test_replacement_checks_new_tx_no_rbf ... ok
[INFO] [stdout] test mempool::tests::test_is_coinbase_false ... ok
[INFO] [stdout] test mempool::tests::test_replacement_checks_no_rbf ... ok
[INFO] [stdout] test mempool::tests::test_is_standard_tx_valid ... ok
[INFO] [stdout] test mempool::tests::test_is_standard_tx_large_output_script ... ok
[INFO] [stdout] test mempool::tests::test_is_standard_tx_large_script ... ok
[INFO] [stdout] test mempool::tests::test_replacement_checks_valid ... ok
[INFO] [stdout] test mempool::tests::test_signals_rbf_false ... ok
[INFO] [stdout] test mempool::tests::test_signals_rbf_true ... ok
[INFO] [stdout] test mining::tests::test_block_template_fields ... ok
[INFO] [stdout] test mining::tests::test_calculate_tx_hash_different_transactions ... ok
[INFO] [stdout] test mining::tests::test_calculate_block_hash ... ok
[INFO] [stdout] test mining::tests::test_calculate_tx_hash_different_txs ... ok
[INFO] [stdout] test mining::tests::test_calculate_block_hash_different_headers ... ok
[INFO] [stdout] test mining::tests::test_calculate_merkle_root_five_transactions ... ok
[INFO] [stdout] test mining::tests::test_calculate_merkle_root_single_transaction ... ok
[INFO] [stdout] test mining::tests::test_calculate_merkle_root_three_transactions ... ok
[INFO] [stdout] test mining::tests::test_calculate_tx_hash ... ok
[INFO] [stdout] test mining::tests::test_coinbase_transaction ... ok
[INFO] [stdout] test mining::tests::test_create_block_template ... ok
[INFO] [stdout] test mining::tests::test_create_block_template_comprehensive ... ok
[INFO] [stdout] test mining::tests::test_create_coinbase_transaction ... ok
[INFO] [stdout] test mining::tests::test_create_coinbase_transaction_empty_script ... ok
[INFO] [stdout] test mining::tests::test_create_coinbase_transaction_large_subsidy ... ok
[INFO] [stdout] test mining::tests::test_encode_varint_large ... ok
[INFO] [stdout] test mining::tests::test_create_coinbase_transaction_zero_subsidy ... ok
[INFO] [stdout] test mining::tests::test_create_new_block ... ok
[INFO] [stdout] test mining::tests::test_encode_varint_huge ... ok
[INFO] [stdout] test economic::tests::test_total_supply_convergence ... ok
[INFO] [stdout] test mining::tests::test_encode_varint_small ... ok
[INFO] [stdout] test mining::tests::test_encode_varint_medium ... ok
[INFO] [stdout] test mining::tests::test_expand_target_medium ... ok
[INFO] [stdout] test mining::tests::test_get_current_timestamp ... ok
[INFO] [stdout] test mining::tests::test_merkle_root_calculation ... ok
[INFO] [stdout] test mining::tests::test_merkle_root_three_transactions ... ok
[INFO] [stdout] test mining::tests::test_mine_block_failure ... ok
[INFO] [stdout] test mining::tests::test_merkle_root_single_transaction ... ok
[INFO] [stdout] test mining::tests::test_merkle_root_empty ... ok
[INFO] [stdout] test mining::tests::test_merkle_root_five_transactions ... ok
[INFO] [stdout] test mining::tests::test_expand_target_small ... ok
[INFO] [stdout] test mining::tests::test_sha256_hash ... ok
[INFO] [stdout] test network::tests::test_chain_object_as_transaction ... ok
[INFO] [stdout] test network::tests::test_chain_state_get_mempool_transactions ... ok
[INFO] [stdout] test network::tests::test_chain_state_has_object ... ok
[INFO] [stdout] test mining::tests::test_sha256_hash_empty_data ... ok
[INFO] [stdout] test network::tests::test_chain_object_as_block ... ok
[INFO] [stdout] test network::tests::test_chain_state_get_headers ... ok
[INFO] [stdout] test network::tests::test_chain_state_process_transaction ... ok
[INFO] [stdout] test network::tests::test_chain_state_get_object ... ok
[INFO] [stdout] test network::tests::test_peer_state_new ... ok
[INFO] [stdout] test network::tests::test_chain_state_process_block ... ok
[INFO] [stdout] test mining::tests::test_sha256_hash_different_data ... ok
[INFO] [stdout] test network::tests::test_chain_state_process_header ... ok
[INFO] [stdout] test network::tests::test_chain_state_new ... ok
[INFO] [stdout] test network::tests::test_pong_message_no_pending_ping ... ok
[INFO] [stdout] test network::tests::test_process_network_message_addr ... ok
[INFO] [stdout] test network::tests::test_process_network_message_block ... ok
[INFO] [stdout] test network::tests::test_process_network_message_getheaders ... ok
[INFO] [stdout] test network::tests::test_process_network_message_ping ... ok
[INFO] [stdout] test network::tests::test_process_network_message_pong ... ok
[INFO] [stdout] test network::tests::test_process_network_message_headers ... ok
[INFO] [stdout] test network::tests::test_process_network_message_tx ... ok
[INFO] [stdout] test network::tests::test_process_network_message_verack ... ok
[INFO] [stdout] test network::tests::test_process_ping_message ... ok
[INFO] [stdout] test network::tests::test_process_network_message_version ... ok
[INFO] [stdout] test network::tests::test_process_network_message_inv ... ok
[INFO] [stdout] test network::tests::test_process_network_message_mempool ... ok
[INFO] [stdout] test network::tests::test_pong_message_wrong_nonce ... ok
[INFO] [stdout] test network::tests::test_process_pong_message ... ok
[INFO] [stdout] test network::tests::test_process_verack_message ... ok
[INFO] [stdout] test network::tests::test_process_version_message ... ok
[INFO] [stdout] test pow::tests::test_check_proof_of_work_invalid_target ... ok
[INFO] [stdout] test pow::tests::test_check_proof_of_work_valid_target ... ok
[INFO] [stdout] test network::tests::test_process_network_message_feefilter ... ok
[INFO] [stdout] test network::tests::test_process_network_message_getdata ... ok
[INFO] [stdout] test pow::tests::test_expand_target ... ok
[INFO] [stdout] test pow::tests::test_expand_target_exponent_4 ... ok
[INFO] [stdout] test pow::tests::test_expand_target_exponent_3 ... ok
[INFO] [stdout] test pow::tests::test_expand_target_shift_too_large ... ok
[INFO] [stdout] test pow::tests::test_expand_target_invalid_exponent_too_large ... ok
[INFO] [stdout] test pow::tests::test_expand_target_too_large ... ok
[INFO] [stdout] test network::tests::test_process_version_message_too_old ... ok
[INFO] [stdout] test pow::tests::test_expand_target_zero_mantissa ... ok
[INFO] [stdout] test pow::tests::test_get_next_work_required_extreme_fast_blocks ... ok
[INFO] [stdout] test pow::tests::test_check_proof_of_work_genesis ... ok
[INFO] [stdout] test pow::tests::test_get_next_work_required_extreme_slow_blocks ... ok
[INFO] [stdout] test pow::tests::test_get_next_work_required_fast_blocks ... ok
[INFO] [stdout] test pow::tests::test_get_next_work_required_normal_adjustment ... ok
[INFO] [stdout] test pow::tests::test_serialize_header ... ok
[INFO] [stdout] test pow::tests::test_get_next_work_required_insufficient_headers ... ok
[INFO] [stdout] test pow::tests::test_u256_from_bytes ... ok
[INFO] [stdout] test pow::tests::test_get_next_work_required_slow_blocks ... ok
[INFO] [stdout] test pow::tests::test_u256_from_bytes_simple ... ok
[INFO] [stdout] test pow::tests::test_u256_from_u32 ... ok
[INFO] [stdout] test pow::tests::test_u256_from_bytes_with_data ... ok
[INFO] [stdout] test pow::tests::test_u256_shl_large_shift ... ok
[INFO] [stdout] test pow::tests::test_u256_ordering ... ok
[INFO] [stdout] test pow::tests::test_u256_shl_zero_shift ... ok
[INFO] [stdout] test pow::tests::test_u256_from_u64 ... ok
[INFO] [stdout] test pow::tests::test_u256_shr_large_shift ... ok
[INFO] [stdout] test pow::tests::test_u256_shl_small_shift ... ok
[INFO] [stdout] test pow::tests::test_expand_target_exponent_29 ... ok
[INFO] [stdout] test pow::tests::test_expand_target_invalid_exponent_too_small ... ok
[INFO] [stdout] test pow::tests::test_u256_shr_zero_shift ... ok
[INFO] [stdout] test pow::tests::test_u256_zero ... ok
[INFO] [stdout] test reorganization::tests::test_calculate_chain_work ... ok
[INFO] [stdout] test reorganization::tests::test_calculate_chain_work_empty_chain ... ok
[INFO] [stdout] test reorganization::tests::test_calculate_chain_work_multiple_blocks ... ok
[INFO] [stdout] test reorganization::tests::test_disconnect_block ... ok
[INFO] [stdout] test reorganization::tests::test_calculate_tx_id_different_transactions ... ok
[INFO] [stdout] test pow::tests::test_u256_to_bytes ... ok
[INFO] [stdout] test pow::tests::test_u256_shr_small_shift ... ok
[INFO] [stdout] test reorganization::tests::test_expand_target_edge_cases ... ok
[INFO] [stdout] test reorganization::tests::test_reorganize_chain ... ok
[INFO] [stdout] test reorganization::tests::test_reorganize_chain_deep_reorg ... ok
[INFO] [stdout] test reorganization::tests::test_find_common_ancestor ... ok
[INFO] [stdout] test reorganization::tests::test_find_common_ancestor_empty_chain ... ok
[INFO] [stdout] test reorganization::tests::test_should_reorganize_longer_chain ... ok
[INFO] [stdout] test reorganization::tests::test_reorganize_chain_empty_current_chain ... ok
[INFO] [stdout] test script::tests::test_eval_script_overflow ... ok
[INFO] [stdout] test reorganization::tests::test_should_not_reorganize_shorter_chain ... ok
[INFO] [stdout] test reorganization::tests::test_should_reorganize_same_length_more_work ... ok
[INFO] [stdout] test mining::tests::test_mine_block_attempts ... ok
[INFO] [stdout] test script::tests::test_op_2drop_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_final_stack_empty ... ok
[INFO] [stdout] test reorganization::tests::test_reorganize_chain_empty_new_chain ... ok
[INFO] [stdout] test script::tests::test_final_stack_false ... ok
[INFO] [stdout] test script::tests::test_op_0 ... ok
[INFO] [stdout] test script::tests::test_op_1_to_op_16 ... ok
[INFO] [stdout] test script::tests::test_op_2drop ... ok
[INFO] [stdout] test script::tests::test_op_2dup ... ok
[INFO] [stdout] test script::tests::test_op_2dup_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_2over ... ok
[INFO] [stdout] test script::tests::test_op_2over_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_2rot_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_2swap ... ok
[INFO] [stdout] test script::tests::test_op_2swap_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_3dup ... ok
[INFO] [stdout] test script::tests::test_op_3dup_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_checksig ... ok
[INFO] [stdout] test script::tests::test_op_checksig_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_checksigverify ... ok
[INFO] [stdout] test script::tests::test_op_checksigverify_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_depth ... ok
[INFO] [stdout] test script::tests::test_op_2rot ... ok
[INFO] [stdout] test script::tests::test_op_drop ... ok
[INFO] [stdout] test script::tests::test_op_drop_empty_stack ... ok
[INFO] [stdout] test script::tests::test_op_dup ... ok
[INFO] [stdout] test script::tests::test_op_dup_empty_stack ... ok
[INFO] [stdout] test script::tests::test_op_equal ... ok
[INFO] [stdout] test script::tests::test_op_equal_false ... ok
[INFO] [stdout] test script::tests::test_eval_script_simple ... ok
[INFO] [stdout] test script::tests::test_op_equalverify_false ... ok
[INFO] [stdout] test script::tests::test_op_equalverify ... ok
[INFO] [stdout] test script::tests::test_op_hash256 ... ok
[INFO] [stdout] test script::tests::test_op_hash160 ... ok
[INFO] [stdout] test script::tests::test_op_equal_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_hash256_empty_stack ... ok
[INFO] [stdout] test script::tests::test_op_nip ... ok
[INFO] [stdout] test script::tests::test_op_ifdup_false ... ok
[INFO] [stdout] test mempool::tests::test_check_mempool_rules_full_mempool ... ok
[INFO] [stdout] test script::tests::test_op_hash160_empty_stack ... ok
[INFO] [stdout] test script::tests::test_op_ifdup_true ... ok
[INFO] [stdout] test script::tests::test_op_nip_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_over ... ok
[INFO] [stdout] test script::tests::test_op_pick_empty_n ... ok
[INFO] [stdout] test script::tests::test_op_pick ... ok
[INFO] [stdout] test script::tests::test_op_pick_invalid_index ... ok
[INFO] [stdout] test script::tests::test_op_return ... ok
[INFO] [stdout] test script::tests::test_op_roll_invalid_index ... ok
[INFO] [stdout] test script::tests::test_op_size ... ok
[INFO] [stdout] test script::tests::test_op_roll_empty_n ... ok
[INFO] [stdout] test script::tests::test_op_size_empty_stack ... ok
[INFO] [stdout] test script::tests::test_op_swap_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_tuck ... ok
[INFO] [stdout] test script::tests::test_op_tuck_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_verify ... ok
[INFO] [stdout] test script::tests::test_op_verify_empty_stack ... ok
[INFO] [stdout] test script::tests::test_op_swap ... ok
[INFO] [stdout] test script::tests::test_op_verify_false ... ok
[INFO] [stdout] test script::tests::test_operation_count_limit ... ok
[INFO] [stdout] test script::tests::test_script_size_limit ... ok
[INFO] [stdout] test script::tests::test_stack_underflow_multiple_ops ... ok
[INFO] [stdout] test script::tests::test_unknown_opcode_comprehensive ... ok
[INFO] [stdout] test script::tests::test_unknown_opcode ... ok
[INFO] [stdout] test script::tests::test_verify_script_failure ... ok
[INFO] [stdout] test script::tests::test_verify_script_simple ... ok
[INFO] [stdout] test script::tests::test_op_over_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_op_roll ... ok
[INFO] [stdout] test script::tests::test_op_rot ... ok
[INFO] [stdout] test segwit::tests::test_calculate_base_size ... ok
[INFO] [stdout] test segwit::tests::test_calculate_total_size_with_witness ... ok
[INFO] [stdout] test segwit::tests::test_calculate_block_weight ... ok
[INFO] [stdout] test script::tests::test_op_rot_insufficient_stack ... ok
[INFO] [stdout] test script::tests::test_verify_script_with_witness ... ok
[INFO] [stdout] test script::tests::test_verify_signature_invalid_signature ... ok
[INFO] [stdout] test script::tests::test_verify_signature_invalid_pubkey ... ok
[INFO] [stdout] test segwit::tests::test_calculate_total_size_without_witness ... ok
[INFO] [stdout] test segwit::tests::test_calculate_transaction_weight ... ok
[INFO] [stdout] test segwit::tests::test_calculate_transaction_weight_no_witness ... ok
[INFO] [stdout] test segwit::tests::test_compute_merkle_root_empty ... ok
[INFO] [stdout] test segwit::tests::test_compute_merkle_root_single_hash ... ok
[INFO] [stdout] test segwit::tests::test_compute_witness_merkle_root ... ok
[INFO] [stdout] test segwit::tests::test_extract_witness_commitment_wrong_opcode ... ok
[INFO] [stdout] test segwit::tests::test_is_segwit_transaction ... ok
[INFO] [stdout] test segwit::tests::test_is_segwit_transaction_false ... ok
[INFO] [stdout] test segwit::tests::test_validate_segwit_block_exceeds_weight ... ok
[INFO] [stdout] test segwit::tests::test_validate_witness_commitment ... ok
[INFO] [stdout] test segwit::tests::test_validate_witness_commitment_invalid_commitment ... ok
[INFO] [stdout] test segwit::tests::test_validate_witness_commitment_no_commitment ... ok
[INFO] [stdout] test taproot::tests::test_compute_taproot_signature_hash_empty_prevouts ... ok
[INFO] [stdout] test taproot::tests::test_compute_taproot_signature_hash_invalid_input_index ... ok
[INFO] [stdout] test segwit::tests::test_validate_segwit_block ... ok
[INFO] [stdout] test mining::tests::test_mine_block_success ... ok
[INFO] [stdout] test taproot::tests::test_compute_taproot_tweak ... ok
[INFO] [stdout] test segwit::tests::test_compute_witness_merkle_root_empty_block ... ok
[INFO] [stdout] test segwit::tests::test_extract_witness_commitment_invalid_script ... ok
[INFO] [stdout] test segwit::tests::test_extract_witness_commitment_valid ... ok
[INFO] [stdout] test segwit::tests::test_extract_witness_commitment_wrong_length ... ok
[INFO] [stdout] test segwit::tests::test_hash_witness ... ok
[INFO] [stdout] test segwit::tests::test_hash_witness_empty ... ok
[INFO] [stdout] test segwit::tests::test_validate_segwit_block_invalid_commitment ... ok
[INFO] [stdout] test taproot::tests::test_compute_taproot_signature_hash ... ok
[INFO] [stdout] test taproot::tests::test_compute_taproot_tweak_invalid_pubkey ... ok
[INFO] [stdout] test taproot::tests::test_encode_varint_huge ... ok
[INFO] [stdout] test taproot::tests::test_encode_varint_large ... ok
[INFO] [stdout] test taproot::tests::test_encode_varint_small ... ok
[INFO] [stdout] test taproot::tests::test_extract_taproot_output_key_invalid_script ... ok
[INFO] [stdout] test taproot::tests::test_hash_pair_same ... ok
[INFO] [stdout] test taproot::tests::test_hash_script_empty ... ok
[INFO] [stdout] test taproot::tests::test_is_taproot_output ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_script_invalid_length ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_script_invalid_prefix ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_script_path_empty_proof ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_script_path ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_transaction ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_script_path_invalid ... ok
[INFO] [stdout] test taproot::tests::test_is_taproot_output_false ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_transaction_invalid_taproot_output ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_transaction_no_taproot_outputs ... ok
[INFO] [stdout] test tests::test_accept_to_memory_pool ... ok
[INFO] [stdout] test tests::test_check_proof_of_work ... ok
[INFO] [stdout] test tests::test_consensus_proof_new ... ok
[INFO] [stdout] test tests::test_consensus_proof_default ... ok
[INFO] [stdout] test tests::test_create_block_template ... ok
[INFO] [stdout] test tests::test_calculate_transaction_weight ... ok
[INFO] [stdout] test tests::test_get_block_subsidy ... ok
[INFO] [stdout] test tests::test_create_new_block ... ok
[INFO] [stdout] test tests::test_get_next_work_required ... ok
[INFO] [stdout] test tests::test_is_standard_tx ... ok
[INFO] [stdout] test tests::test_is_taproot_output ... ok
[INFO] [stdout] test tests::test_mine_block ... ok
[INFO] [stdout] test tests::test_process_network_message ... ok
[INFO] [stdout] test tests::test_reorganize_chain ... ok
[INFO] [stdout] test tests::test_replacement_checks ... ok
[INFO] [stdout] test tests::test_should_reorganize ... ok
[INFO] [stdout] test tests::test_total_supply ... ok
[INFO] [stdout] test tests::test_validate_block ... ok
[INFO] [stdout] test taproot::tests::test_encode_varint_medium ... ok
[INFO] [stdout] test tests::test_validate_taproot_transaction ... ok
[INFO] [stdout] test tests::test_validate_transaction ... ok
[INFO] [stdout] test tests::test_validate_tx_inputs ... ok
[INFO] [stdout] test tests::test_validate_segwit_block ... ok
[INFO] [stdout] test taproot::tests::test_hash_pair ... ok
[INFO] [stdout] test tests::test_verify_script ... ok
[INFO] [stdout] test taproot::tests::test_hash_script ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_key_aggregation_invalid ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_script_valid ... ok
[INFO] [stdout] test taproot::tests::test_validate_taproot_key_aggregation ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_empty_outputs ... ok
[INFO] [stdout] test taproot::tests::test_extract_taproot_output_key ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_invalid_output_value_negative ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_empty_inputs ... ok
[INFO] [stdout] test transaction::tests::test_calculate_transaction_size ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_max_inputs ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_invalid_output_value_too_large ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_too_many_outputs ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_max_output_value ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_max_outputs ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_valid ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_too_many_inputs ... ok
[INFO] [stdout] test transaction::tests::test_check_tx_inputs_coinbase ... ok
[INFO] [stdout] test transaction::tests::test_check_tx_inputs_regular_transaction ... ok
[INFO] [stdout] test transaction::tests::test_is_coinbase_edge_cases ... ok
[INFO] [stdout] test transaction::tests::test_check_tx_inputs_insufficient_funds ... ok
[INFO] [stdout] test transaction::tests::test_check_tx_inputs_missing_utxo ... ok
[INFO] [stdout] test transaction::tests::test_check_tx_inputs_multiple_inputs ... ok
[INFO] [stdout] test transaction::tests::test_check_transaction_too_large ... ok
[INFO] [stdout] test mining::tests::test_create_coinbase_transaction_empty_address ... ok
[INFO] [stdout] test economic::tests::test_supply_limit ... ok
[INFO] [stdout] test mining::tests::test_expand_target_too_large ... ok
[INFO] [stdout] test economic::tests::test_total_supply_large_heights ... ok
[INFO] [stdout] test economic::tests::test_validate_supply_limit_edge_cases ... ok
[INFO] [stderr]      Running tests/api_tests.rs (/opt/rustwide/target/debug/deps/api_tests-44fea8a9ced85c50)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 355 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test test_calculate_transaction_weight ... ok
[INFO] [stdout] test test_accept_to_memory_pool ... ok
[INFO] [stdout] test test_consensus_proof_default ... ok
[INFO] [stdout] test test_create_block_template ... ok
[INFO] [stdout] test test_consensus_proof_new ... ok
[INFO] [stdout] test test_is_standard_tx ... ok
[INFO] [stdout] test test_replacement_checks ... ok
[INFO] [stdout] test test_get_next_work_required ... ok
[INFO] [stdout] test test_is_taproot_output ... ok
[INFO] [stdout] test test_reorganize_chain ... ok
[INFO] [stdout] test test_should_reorganize ... ok
[INFO] [stdout] test test_process_network_message ... ok
[INFO] [stdout] test test_validate_block ... ok
[INFO] [stdout] test test_validate_segwit_block ... ok
[INFO] [stdout] test test_validate_taproot_transaction ... ok
[INFO] [stdout] test test_validate_transaction ... ok
[INFO] [stdout] test test_validate_tx_inputs ... ok
[INFO] [stdout] test test_verify_script ... ok
[INFO] [stdout] test test_total_supply ... ok
[INFO] [stdout] test test_get_block_subsidy ... ok
[INFO] [stdout] test test_mine_block ... ok
[INFO] [stdout] test test_check_proof_of_work ... FAILED
[INFO] [stdout] test test_create_new_block ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_check_proof_of_work stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_check_proof_of_work' panicked at tests/api_tests.rs:170:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x645f790c9d82 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x645f790c9d82 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x645f790c9d82 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x645f790c9d82 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x645f790ef153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x645f790ef153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x645f790c6d03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x645f790c6d03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x645f790c9bd2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x645f790cb2f9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x645f790cb12e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x645f7902ce74 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x645f7902ce74 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x645f790cbcce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x645f790cbcce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x645f790cba66 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x645f790ca279 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x645f790cb72d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x645f790edba0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x645f790edc2c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x645f78fed8cb - api_tests::test_check_proof_of_work::h777ea904d4179ca5
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:170:5
[INFO] [stdout]   21:     0x645f78fed597 - api_tests::test_check_proof_of_work::{{closure}}::h9902e8f05c8da597
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:143:30
[INFO] [stdout]   22:     0x645f78fe8d76 - core::ops::function::FnOnce::call_once::h7f27364574ebc6b7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x645f790326db - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x645f790326db - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x645f79031815 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x645f79031815 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x645f79031815 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x645f79031815 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x645f79031815 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x645f79031815 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x645f79031815 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x645f78ff5414 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x645f78ff5414 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x645f78ff8dea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x645f78ff8dea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x645f78ff8dea - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x645f78ff8dea - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x645f78ff8dea - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x645f78ff8dea - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x645f78ff8dea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   41:     0x645f790cec4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x645f790cec4f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   43:     0x747860a78aa4 - <unknown>
[INFO] [stdout]   44:     0x747860b05a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_create_new_block stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_create_new_block' panicked at tests/api_tests.rs:368:7:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: InvalidProofOfWork("Insufficient headers for difficulty adjustment")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x645f790c9d82 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x645f790c9d82 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x645f790c9d82 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x645f790c9d82 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x645f790ef153 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x645f790ef153 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x645f790c6d03 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x645f790c6d03 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x645f790c9bd2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x645f790cb2f9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x645f790cb12e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x645f7902ce74 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x645f7902ce74 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x645f790cbcce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x645f790cbcce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x645f790cba9a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x645f790ca279 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x645f790cb72d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x645f790edba0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x645f790ee006 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x645f78fefdd2 - core::result::Result<T,E>::unwrap::hf6461862d9b4a90c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x645f78fefdd2 - api_tests::test_create_new_block::h6a4c4972000580d4
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:368:7
[INFO] [stdout]   22:     0x645f78fef8d7 - api_tests::test_create_new_block::{{closure}}::hf8c34384ccad5986
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api_tests.rs:345:27
[INFO] [stdout]   23:     0x645f78fe8cb6 - core::ops::function::FnOnce::call_once::h62fe0cfa3bc11d69
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x645f790326db - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x645f790326db - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x645f79031815 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x645f79031815 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x645f79031815 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x645f79031815 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x645f79031815 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x645f79031815 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x645f79031815 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x645f78ff5414 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x645f78ff5414 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x645f78ff8dea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x645f78ff8dea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x645f78ff8dea - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x645f78ff8dea - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x645f78ff8dea - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x645f78ff8dea - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x645f78ff8dea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x645f790cec4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x645f790cec4f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x747860a78aa4 - <unknown>
[INFO] [stdout]   45:     0x747860b05a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_check_proof_of_work
[INFO] [stdout]     test_create_new_block
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 21 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test api_tests`
[INFO] running `Command { std: "docker" "inspect" "e215564341b04bf60fecfa05190fe94f68ac65eef508edbbf25b57cd10d739ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e215564341b04bf60fecfa05190fe94f68ac65eef508edbbf25b57cd10d739ab", kill_on_drop: false }`
[INFO] [stdout] e215564341b04bf60fecfa05190fe94f68ac65eef508edbbf25b57cd10d739ab
