[INFO] fetching crate iota-ledger-nano 1.0.4-alpha.3...
[INFO] testing iota-ledger-nano-1.0.4-alpha.3 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate iota-ledger-nano 1.0.4-alpha.3 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate iota-ledger-nano 1.0.4-alpha.3
[INFO] finished tweaking crates.io crate iota-ledger-nano 1.0.4-alpha.3
[INFO] tweaked toml for crates.io crate iota-ledger-nano 1.0.4-alpha.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate iota-ledger-nano 1.0.4-alpha.3 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 crates.io crate iota-ledger-nano 1.0.4-alpha.3 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 1499e35ad25692a1c34ad92a2522f903015ddb44732398c57212b10c193b8e87
[INFO] running `Command { std: "docker" "start" "-a" "1499e35ad25692a1c34ad92a2522f903015ddb44732398c57212b10c193b8e87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1499e35ad25692a1c34ad92a2522f903015ddb44732398c57212b10c193b8e87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1499e35ad25692a1c34ad92a2522f903015ddb44732398c57212b10c193b8e87", kill_on_drop: false }`
[INFO] [stdout] 1499e35ad25692a1c34ad92a2522f903015ddb44732398c57212b10c193b8e87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 06a8c45b2c6d5e328b6913d0bae743934ae2d5da69a3ee6960a7e4325d1803ea
[INFO] running `Command { std: "docker" "start" "-a" "06a8c45b2c6d5e328b6913d0bae743934ae2d5da69a3ee6960a7e4325d1803ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling arrayref v0.3.7
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling hidapi v2.4.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling iota-ledger-nano v1.0.4-alpha.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `Exchange` is never used
[INFO] [stdout]   --> src/ledger/ledger_transport/mod.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub trait Exchange {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `format_id` and `flags` are never read
[INFO] [stdout]   --> src/api/app_get_name.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 26 |     pub format_id: u8,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub flags: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
[INFO] running `Command { std: "docker" "inspect" "06a8c45b2c6d5e328b6913d0bae743934ae2d5da69a3ee6960a7e4325d1803ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06a8c45b2c6d5e328b6913d0bae743934ae2d5da69a3ee6960a7e4325d1803ea", kill_on_drop: false }`
[INFO] [stdout] 06a8c45b2c6d5e328b6913d0bae743934ae2d5da69a3ee6960a7e4325d1803ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 5ecbcece31c6c9e4c0d30ca51396d49c461904cd8ad1aa18818351d46f5dd5d2
[INFO] running `Command { std: "docker" "start" "-a" "5ecbcece31c6c9e4c0d30ca51396d49c461904cd8ad1aa18818351d46f5dd5d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling cpufeatures v0.2.11
[INFO] [stderr]    Compiling ed25519 v1.5.3
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling fixed-hash v0.7.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling packable v0.3.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling libc v0.1.12
[INFO] [stderr]    Compiling primitive-types v0.10.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.9
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling bitcoin_hashes v0.11.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling termios v0.0.5
[INFO] [stderr]    Compiling termcolor v1.4.0
[INFO] [stderr]    Compiling bech32 v0.7.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.9.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling hmac v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling blake2 v0.9.2
[INFO] [stderr]    Compiling rpassword v0.0.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling tokio v1.34.0
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling iota-ledger-nano v1.0.4-alpha.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stdout] warning: trait `Exchange` is never used
[INFO] [stdout]   --> src/ledger/ledger_transport/mod.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub trait Exchange {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `format_id` and `flags` are never read
[INFO] [stdout]   --> src/api/app_get_name.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 26 |     pub format_id: u8,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub flags: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling enum-iterator-derive v0.6.0
[INFO] [stderr]    Compiling serial_test_derive v0.5.1
[INFO] [stderr]    Compiling packable-derive v0.3.3
[INFO] [stderr]    Compiling trait-async v0.1.24
[INFO] [stderr]    Compiling slip10 v0.4.3
[INFO] [stderr]    Compiling serial_test v0.5.1
[INFO] [stderr]    Compiling enum-iterator v0.6.0
[INFO] [stderr]    Compiling futures-executor v0.3.29
[INFO] [stderr]    Compiling futures v0.3.29
[INFO] [stderr]    Compiling bip39 v1.2.0
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]  --> examples/blindsigning_nova_64byte.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bee_block::signature::Signature::Ed25519;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]  --> examples/blindsigning_nova_64byte.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bee_block::unlock::Unlock;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `crypto`
[INFO] [stdout]  --> examples/blindsigning_nova_64byte.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crypto::signatures::ed25519;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `crypto`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `crypto`, use `cargo add crypto` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `packable::Packable`
[INFO] [stdout]  --> examples/blindsigning_nova_64byte.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use packable::Packable;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use bee_block::address::Address;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use bee_block::address::Ed25519Address;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use bee_block::input::{Input, UtxoInput};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use bee_block::output::{BasicOutput, BasicOutputBuilder, InputsCommitment, Output};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use bee_block::signature::Signature::Ed25519;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use bee_block::signature::{Ed25519Signature, Signature};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use bee_block::unlock::SignatureUnlock;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use bee_block::payload::transaction::TransactionEssence;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use bee_block::output::unlock_condition::{AddressUnlockCondition, UnlockCondition};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use bee_block::unlock::{ReferenceUnlock, Unlock};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/cli_stardust.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | use bee_block::payload::transaction::{
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `crypto`
[INFO] [stdout]   --> examples/cli_stardust.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | use crypto::signatures::ed25519;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `crypto`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `crypto`, use `cargo add crypto` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `packable::Packable`
[INFO] [stdout]   --> examples/cli_stardust.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use packable::Packable;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `crypto`
[INFO] [stdout]  --> examples/ui_safe_transaction_test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crypto::hashes::blake2b::Blake2b256;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `crypto`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `crypto`, use `cargo add crypto` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `crypto`
[INFO] [stdout]  --> examples/ui_safe_transaction_test.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crypto::hashes::Digest;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `crypto`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `crypto`, use `cargo add crypto` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]  --> examples/ui_safe_transaction_test.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use bee_block::address::Address;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/ui_safe_transaction_test.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use bee_block::address::Ed25519Address;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/ui_safe_transaction_test.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use bee_block::input::{Input, UtxoInput};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/ui_safe_transaction_test.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use bee_block::output::{BasicOutputBuilder, InputsCommitment, Output};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/ui_safe_transaction_test.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use bee_block::signature::Signature::Ed25519;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/ui_safe_transaction_test.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use bee_block::payload::transaction::TransactionEssence;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/ui_safe_transaction_test.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use bee_block::output::unlock_condition::{AddressUnlockCondition, UnlockCondition};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/ui_safe_transaction_test.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use bee_block::unlock::Unlock;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]   --> examples/ui_safe_transaction_test.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use bee_block::payload::transaction::{RegularTransactionEssenceBuilder, TransactionId};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `bee_block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bee_block`, use `cargo add bee_block` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `iota-ledger-nano` (example "blindsigning_nova_64byte") due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `packable::Packable`
[INFO] [stdout]   --> examples/ui_safe_transaction_test.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use packable::Packable;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `iota-ledger-nano` (example "ui_safe_transaction_test") due to 11 previous errors; 1 warning emitted
[INFO] [stdout] warning: trait `Exchange` is never used
[INFO] [stdout]   --> src/ledger/ledger_transport/mod.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub trait Exchange {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `format_id` and `flags` are never read
[INFO] [stdout]   --> src/api/app_get_name.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 26 |     pub format_id: u8,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub flags: u8,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `iota-ledger-nano` (example "cli_stardust") due to 12 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "5ecbcece31c6c9e4c0d30ca51396d49c461904cd8ad1aa18818351d46f5dd5d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ecbcece31c6c9e4c0d30ca51396d49c461904cd8ad1aa18818351d46f5dd5d2", kill_on_drop: false }`
[INFO] [stdout] 5ecbcece31c6c9e4c0d30ca51396d49c461904cd8ad1aa18818351d46f5dd5d2
