[INFO] cloning repository https://github.com/camilofabregas/bitcoin_node
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/camilofabregas/bitcoin_node" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamilofabregas%2Fbitcoin_node", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamilofabregas%2Fbitcoin_node'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2eddfe3ab79cba3978e0ecbbc440b8756abdcde8
[INFO] testing camilofabregas/bitcoin_node against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamilofabregas%2Fbitcoin_node" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/camilofabregas/bitcoin_node
[INFO] finished tweaking git repo https://github.com/camilofabregas/bitcoin_node
[INFO] tweaked toml for git repo https://github.com/camilofabregas/bitcoin_node written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/camilofabregas/bitcoin_node on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/camilofabregas/bitcoin_node 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7fc39b0cb9626462e56f9290b2817b501b1467ef2ea520c0d7ecc7d13aec63ac
[INFO] running `Command { std: "docker" "start" "-a" "7fc39b0cb9626462e56f9290b2817b501b1467ef2ea520c0d7ecc7d13aec63ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7fc39b0cb9626462e56f9290b2817b501b1467ef2ea520c0d7ecc7d13aec63ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fc39b0cb9626462e56f9290b2817b501b1467ef2ea520c0d7ecc7d13aec63ac", kill_on_drop: false }`
[INFO] [stdout] 7fc39b0cb9626462e56f9290b2817b501b1467ef2ea520c0d7ecc7d13aec63ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 218c9ac57df1cc5d9fcfdb176242d6cf4701fcad96d7ca3f27afaa864406a679
[INFO] running `Command { std: "docker" "start" "-a" "218c9ac57df1cc5d9fcfdb176242d6cf4701fcad96d7ca3f27afaa864406a679", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.163
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling winnow v0.4.6
[INFO] [stderr]    Compiling target-lexicon v0.12.7
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling proc-macro2 v1.0.59
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling zeroize v1.6.0
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling const-oid v0.9.2
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling der v0.7.6
[INFO] [stderr]    Compiling gio v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling bitcoin-private v0.1.0
[INFO] [stderr]    Compiling gtk v0.18.0 (https://github.com/gtk-rs/gtk3-rs.git#0df6f14f)
[INFO] [stderr]    Compiling cpufeatures v0.2.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.56
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling cfg-expr v0.15.2
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling bitcoin_hashes v0.12.0
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling spki v0.7.2
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling crypto-bigint v0.5.2
[INFO] [stderr]    Compiling sec1 v0.7.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v2.1.0
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.5
[INFO] [stderr]    Compiling ecdsa v0.16.7
[INFO] [stderr]    Compiling k256 v0.13.1
[INFO] [stderr]    Compiling toml_datetime v0.6.2
[INFO] [stderr]    Compiling serde_spanned v0.6.2
[INFO] [stderr]    Compiling toml_edit v0.19.10
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling secp256k1 v0.27.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling toml v0.7.4
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling system-deps v6.1.0
[INFO] [stderr]    Compiling glib-macros v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling gtk3-macros v0.18.0 (https://github.com/gtk-rs/gtk3-rs.git#0df6f14f)
[INFO] [stderr]    Compiling glib-sys v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling gobject-sys v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling gio-sys v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling gdk-sys v0.18.0 (https://github.com/gtk-rs/gtk3-rs.git#0df6f14f)
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling pango-sys v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling atk-sys v0.18.0 (https://github.com/gtk-rs/gtk3-rs.git#0df6f14f)
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling gtk-sys v0.18.0 (https://github.com/gtk-rs/gtk3-rs.git#0df6f14f)
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling glib v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling cairo-rs v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling atk v0.18.0 (https://github.com/gtk-rs/gtk3-rs.git#0df6f14f)
[INFO] [stderr]    Compiling pango v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling gdk-pixbuf v0.18.0 (https://github.com/gtk-rs/gtk-rs-core#009aca95)
[INFO] [stderr]    Compiling gdk v0.18.0 (https://github.com/gtk-rs/gtk3-rs.git#0df6f14f)
[INFO] [stderr]    Compiling rustify-11 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
[INFO] running `Command { std: "docker" "inspect" "218c9ac57df1cc5d9fcfdb176242d6cf4701fcad96d7ca3f27afaa864406a679", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "218c9ac57df1cc5d9fcfdb176242d6cf4701fcad96d7ca3f27afaa864406a679", kill_on_drop: false }`
[INFO] [stdout] 218c9ac57df1cc5d9fcfdb176242d6cf4701fcad96d7ca3f27afaa864406a679
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f6499688e96e67dadd2d1e41ebe7d117611b38c4e3aff9fa279cfd0f49362f9
[INFO] running `Command { std: "docker" "start" "-a" "0f6499688e96e67dadd2d1e41ebe7d117611b38c4e3aff9fa279cfd0f49362f9", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustify-11 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.66s
[INFO] running `Command { std: "docker" "inspect" "0f6499688e96e67dadd2d1e41ebe7d117611b38c4e3aff9fa279cfd0f49362f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f6499688e96e67dadd2d1e41ebe7d117611b38c4e3aff9fa279cfd0f49362f9", kill_on_drop: false }`
[INFO] [stdout] 0f6499688e96e67dadd2d1e41ebe7d117611b38c4e3aff9fa279cfd0f49362f9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ee67ed7d54fa5a7c36f74fe22d73601295455e236b4e4120cce89eb0b76ee925
[INFO] running `Command { std: "docker" "start" "-a" "ee67ed7d54fa5a7c36f74fe22d73601295455e236b4e4120cce89eb0b76ee925", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustify_11-e54859fc7d40f97c)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test account::tests::obtain_hex_privatekey_test ... ok
[INFO] [stdout] test account::tests::test_obtain_account_balance_ ... ok
[INFO] [stdout] test block_validation::tests::test_merkle_proof_bien_generada ... ok
[INFO] [stdout] test block::tests::test_block_hash_conversion ... ok
[INFO] [stdout] test account::tests::test_decode_bitcoin_adress ... ok
[INFO] [stdout] test block_validation::tests::test_merkle_tree_bien_generado ... ok
[INFO] [stdout] test block_validation::tests::test_proof_of_inclusion_datos_reales ... ok
[INFO] [stdout] test block_validation::tests::test_proof_of_inclusion_una_transaccion ... ok
[INFO] [stdout] test block_validation::tests::test_proof_of_work_caso_false ... ok
[INFO] [stdout] test block_validation::tests::test_proof_of_work_caso_true ... ok
[INFO] [stdout] test compactsize::tests::compactsize_test ... ok
[INFO] [stdout] test compactsize::tests::parse_to_u64_test ... ok
[INFO] [stdout] test compactsize::tests::csize_as_bytes_test ... ok
[INFO] [stdout] test errors::tests::test_obtener_mensaje_personalizado ... ok
[INFO] [stdout] test message_header::tests::test_procesar_payload ... ok
[INFO] [stdout] test outpoint::tests::test_obtain_txid_from_str ... ok
[INFO] [stdout] test message_header::tests::test_message_header ... ok
[INFO] [stdout] test script::tests::test_check_pubkey_hash ... ok
[INFO] [stdout] test message_header::tests::test_procesar_comando ... ok
[INFO] [stdout] test txn::tests::test_obtain_txid_from_inventory ... ok
[INFO] [stdout] test serialized_block::tests::obtain_blockname_from_blockhash_test ... ok
[INFO] [stdout] test txn::tests::test_obtain_txid ... ok
[INFO] [stdout] test compactsize::tests::parse_compactsize_test ... ok
[INFO] [stdout] test version::tests::test_procesar_ip ... ok
[INFO] [stdout] test wallet_events::tests::claves_validas_test ... ok
[INFO] [stdout] test locktime::tests::locktime_blockheight_test ... ok
[INFO] [stdout] test txin::tests::test_obtain_tx_id_of_previous_output ... ok
[INFO] [stdout] test serialized_block::tests::test_obtain_blockhash ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/rustify_11-e54859fc7d40f97c` (exit status: 1)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness.
[INFO] running `Command { std: "docker" "inspect" "ee67ed7d54fa5a7c36f74fe22d73601295455e236b4e4120cce89eb0b76ee925", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee67ed7d54fa5a7c36f74fe22d73601295455e236b4e4120cce89eb0b76ee925", kill_on_drop: false }`
[INFO] [stdout] ee67ed7d54fa5a7c36f74fe22d73601295455e236b4e4120cce89eb0b76ee925
