[INFO] cloning repository https://github.com/thunderbiscuit/txcreator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thunderbiscuit/txcreator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderbiscuit%2Ftxcreator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderbiscuit%2Ftxcreator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b9368f49caa25e26d28a15c45079c2241441b866
[INFO] testing thunderbiscuit/txcreator against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderbiscuit%2Ftxcreator" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/thunderbiscuit/txcreator on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/thunderbiscuit/txcreator
[INFO] finished tweaking git repo https://github.com/thunderbiscuit/txcreator
[INFO] tweaked toml for git repo https://github.com/thunderbiscuit/txcreator written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/thunderbiscuit/txcreator 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba575cdcf860fc252f6c5059e7f9e01a2aae0486d68b1dc9f6ba5313dbe29461
[INFO] running `Command { std: "docker" "start" "-a" "ba575cdcf860fc252f6c5059e7f9e01a2aae0486d68b1dc9f6ba5313dbe29461", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba575cdcf860fc252f6c5059e7f9e01a2aae0486d68b1dc9f6ba5313dbe29461", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba575cdcf860fc252f6c5059e7f9e01a2aae0486d68b1dc9f6ba5313dbe29461", kill_on_drop: false }`
[INFO] [stdout] ba575cdcf860fc252f6c5059e7f9e01a2aae0486d68b1dc9f6ba5313dbe29461
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b57b2a500303e1c09a3f37f33ab6ad44abcae1d89149ebfe4a5025424015565c
[INFO] running `Command { std: "docker" "start" "-a" "b57b2a500303e1c09a3f37f33ab6ad44abcae1d89149ebfe4a5025424015565c", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling once_cell v1.11.0
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling bech32 v0.8.1
[INFO] [stderr]    Compiling base64-compat v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling tokio v1.14.1
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling secp256k1-sys v0.5.2
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling bdk-macros v0.6.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki-roots v0.22.3
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling secp256k1 v0.22.1
[INFO] [stderr]    Compiling bitcoin_hashes v0.10.0
[INFO] [stderr]    Compiling bitcoin v0.28.1
[INFO] [stderr]    Compiling miniscript v7.0.0
[INFO] [stderr]    Compiling electrum-client v0.10.1
[INFO] [stderr]    Compiling bdk v0.19.0-dev (https://github.com/bitcoindevkit/bdk?branch=master#688ff96c)
[INFO] [stderr]    Compiling txcreator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Address`
[INFO] [stdout]  --> src/create_tx.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bdk::bitcoin::{Address, Script, Transaction};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bdk::bitcoin::util::address::Payload`
[INFO] [stdout]  --> src/create_tx.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bdk::bitcoin::util::address::Payload;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bitcoin::util::address::WitnessVersion`
[INFO] [stdout]   --> src/create_tx.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use bitcoin::util::address::WitnessVersion;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s
[INFO] running `Command { std: "docker" "inspect" "b57b2a500303e1c09a3f37f33ab6ad44abcae1d89149ebfe4a5025424015565c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b57b2a500303e1c09a3f37f33ab6ad44abcae1d89149ebfe4a5025424015565c", kill_on_drop: false }`
[INFO] [stdout] b57b2a500303e1c09a3f37f33ab6ad44abcae1d89149ebfe4a5025424015565c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ceda33ecfbeb042786ce63b466e7b7f1ebf78be17016e526abce7b9ffbfd05f4
[INFO] running `Command { std: "docker" "start" "-a" "ceda33ecfbeb042786ce63b466e7b7f1ebf78be17016e526abce7b9ffbfd05f4", kill_on_drop: false }`
[INFO] [stderr]    Compiling txcreator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Address`
[INFO] [stdout]  --> src/create_tx.rs:3:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bdk::bitcoin::{Address, Script, Transaction};
[INFO] [stdout]   |                    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bdk::bitcoin::util::address::Payload`
[INFO] [stdout]  --> src/create_tx.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use bdk::bitcoin::util::address::Payload;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bitcoin::util::address::WitnessVersion`
[INFO] [stdout]   --> src/create_tx.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use bitcoin::util::address::WitnessVersion;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] running `Command { std: "docker" "inspect" "ceda33ecfbeb042786ce63b466e7b7f1ebf78be17016e526abce7b9ffbfd05f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ceda33ecfbeb042786ce63b466e7b7f1ebf78be17016e526abce7b9ffbfd05f4", kill_on_drop: false }`
[INFO] [stdout] ceda33ecfbeb042786ce63b466e7b7f1ebf78be17016e526abce7b9ffbfd05f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 375d6169eefee8bcbc0977734ba09dc9005af9e665d35541d931e637edf10a25
[INFO] running `Command { std: "docker" "start" "-a" "375d6169eefee8bcbc0977734ba09dc9005af9e665d35541d931e637edf10a25", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Address`
[INFO] [stderr]  --> src/create_tx.rs:3:20
[INFO] [stderr]   |
[INFO] [stderr] 3 | use bdk::bitcoin::{Address, Script, Transaction};
[INFO] [stderr]   |                    ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `bdk::bitcoin::util::address::Payload`
[INFO] [stderr]  --> src/create_tx.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use bdk::bitcoin::util::address::Payload;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `bitcoin::util::address::WitnessVersion`
[INFO] [stderr]   --> src/create_tx.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use bitcoin::util::address::WitnessVersion;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `txcreator` (bin "txcreator" test) generated 3 warnings (run `cargo fix --bin "txcreator" --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/txcreator-53d636cb02d4664e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "375d6169eefee8bcbc0977734ba09dc9005af9e665d35541d931e637edf10a25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "375d6169eefee8bcbc0977734ba09dc9005af9e665d35541d931e637edf10a25", kill_on_drop: false }`
[INFO] [stdout] 375d6169eefee8bcbc0977734ba09dc9005af9e665d35541d931e637edf10a25
