[INFO] cloning repository https://github.com/cheng-chun-yuan/frostdao
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cheng-chun-yuan/frostdao" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheng-chun-yuan%2Ffrostdao", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheng-chun-yuan%2Ffrostdao'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8d0c8f834b1dc38e5ba5bc801cab52a0876e2da
[INFO] checking cheng-chun-yuan/frostdao against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-150727
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheng-chun-yuan%2Ffrostdao" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cheng-chun-yuan/frostdao
[INFO] finished tweaking git repo https://github.com/cheng-chun-yuan/frostdao
[INFO] tweaked toml for git repo https://github.com/cheng-chun-yuan/frostdao written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cheng-chun-yuan/frostdao on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cheng-chun-yuan/frostdao 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded secp256kfun_arithmetic_macros v0.2.0
[INFO] [stderr]   Downloaded vrf_fun v0.12.0
[INFO] [stderr]   Downloaded sigma_fun v0.9.0
[INFO] [stderr]   Downloaded schnorr_fun v0.12.0
[INFO] [stderr]   Downloaded bech32 v0.11.1
[INFO] [stderr]   Downloaded bip39 v2.2.2
[INFO] [stderr]   Downloaded secp256kfun v0.12.0
[INFO] [stderr]   Downloaded bitcoin v0.32.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8715e88922f1b6f511b43bbd61f52a8865b69f1ac0eaeed48af7ef5ce45ceb31
[INFO] running `Command { std: "docker" "start" "-a" "8715e88922f1b6f511b43bbd61f52a8865b69f1ac0eaeed48af7ef5ce45ceb31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8715e88922f1b6f511b43bbd61f52a8865b69f1ac0eaeed48af7ef5ce45ceb31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8715e88922f1b6f511b43bbd61f52a8865b69f1ac0eaeed48af7ef5ce45ceb31", kill_on_drop: false }`
[INFO] [stdout] 8715e88922f1b6f511b43bbd61f52a8865b69f1ac0eaeed48af7ef5ce45ceb31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae47587a4ee1cb937e95abf1bd69e5475641ff3b71f3c3ba241bcc0b8bafab12
[INFO] running `Command { std: "docker" "start" "-a" "ae47587a4ee1cb937e95abf1bd69e5475641ff3b71f3c3ba241bcc0b8bafab12", kill_on_drop: false }`
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.106
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling bitcoin-io v0.1.4
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling instability v0.3.10
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking bitcoin_hashes v0.14.1
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]    Compiling secp256kfun_arithmetic_macros v0.2.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling bitcoin v0.32.8
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking bitcoin-units v0.1.2
[INFO] [stderr]     Checking base58ck v0.1.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking secp256kfun v0.12.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking schnorr_fun v0.12.0
[INFO] [stderr]     Checking sdd v3.0.10
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking bip39 v2.2.2
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking scc v2.4.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.106
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking js-sys v0.3.83
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking web-sys v0.3.83
[INFO] [stderr]     Checking qrcode v0.14.1
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.26
[INFO] [stderr]     Checking frostdao v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `to_script_type_input` is never used
[INFO] [stdout]   --> src/tui/screens/send.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl ScriptType {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn to_script_type_input(&self) -> frostdao::btc::taproot_scripts::ScriptTypeInput {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `reset`, `to_script_params`, and `is_key_path_only` are never used
[INFO] [stdout]    --> src/tui/screens/send.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | impl ScriptConfig {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn reset(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     pub fn to_script_params(&self) -> anyhow::Result<frostdao::btc::taproot_scripts::ScriptParams> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub fn is_key_path_only(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_script_type_input` is never used
[INFO] [stdout]   --> src/tui/screens/send.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl ScriptType {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn to_script_type_input(&self) -> frostdao::btc::taproot_scripts::ScriptTypeInput {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `reset`, `to_script_params`, and `is_key_path_only` are never used
[INFO] [stdout]    --> src/tui/screens/send.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | impl ScriptConfig {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn reset(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     pub fn to_script_params(&self) -> anyhow::Result<frostdao::btc::taproot_scripts::ScriptParams> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub fn is_key_path_only(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "ae47587a4ee1cb937e95abf1bd69e5475641ff3b71f3c3ba241bcc0b8bafab12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae47587a4ee1cb937e95abf1bd69e5475641ff3b71f3c3ba241bcc0b8bafab12", kill_on_drop: false }`
[INFO] [stdout] ae47587a4ee1cb937e95abf1bd69e5475641ff3b71f3c3ba241bcc0b8bafab12
