[INFO] cloning repository https://github.com/hairtail/ironfish-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hairtail/ironfish-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhairtail%2Fironfish-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhairtail%2Fironfish-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f19cba4aa6048e671a9dbb4a8b1ee1b5b2273dd4
[INFO] testing hairtail/ironfish-rust/f19cba4aa6048e671a9dbb4a8b1ee1b5b2273dd4 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%2Fhairtail%2Fironfish-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hairtail/ironfish-rust
[INFO] finished tweaking git repo https://github.com/hairtail/ironfish-rust
[INFO] tweaked toml for git repo https://github.com/hairtail/ironfish-rust written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hairtail/ironfish-rust 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/hairtail/ironfish-rust 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 32957a9625e2eb7d9ee77019776e25c23f290f7bf811a9938b6834868a22056a
[INFO] running `Command { std: "docker" "start" "-a" "32957a9625e2eb7d9ee77019776e25c23f290f7bf811a9938b6834868a22056a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32957a9625e2eb7d9ee77019776e25c23f290f7bf811a9938b6834868a22056a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32957a9625e2eb7d9ee77019776e25c23f290f7bf811a9938b6834868a22056a", kill_on_drop: false }`
[INFO] [stdout] 32957a9625e2eb7d9ee77019776e25c23f290f7bf811a9938b6834868a22056a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 6f1925188f57c3cbccebe70218e8807b389b46805a8b642e06c14796b488ea91
[INFO] running `Command { std: "docker" "start" "-a" "6f1925188f57c3cbccebe70218e8807b389b46805a8b642e06c14796b488ea91", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling constant_time_eq v0.2.4
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling blake2b_simd v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling serde_derive v1.0.154
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling universal-hash v0.4.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.7
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling serde v1.0.154
[INFO] [stderr]    Compiling thiserror v1.0.39
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling poly1305 v0.7.2
[INFO] [stderr]    Compiling aead v0.4.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling block-padding v0.2.1
[INFO] [stderr]    Compiling base64ct v1.0.1
[INFO] [stderr]    Compiling nonempty v0.7.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling password-hash v0.3.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling block-modes v0.8.1
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling pbkdf2 v0.9.0
[INFO] [stderr]    Compiling memuse v0.2.1
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling blake2s_simd v1.0.1
[INFO] [stderr]    Compiling pairing v0.22.0
[INFO] [stderr]    Compiling bls12_381 v0.7.1
[INFO] [stderr]    Compiling pasta_curves v0.4.1
[INFO] [stderr]    Compiling zcash_encoding v0.1.0
[INFO] [stderr]    Compiling equihash v0.2.0
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling jubjub v0.9.0
[INFO] [stderr]    Compiling fpe v0.5.1
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling hmac v0.8.1
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling bellman v0.13.1
[INFO] [stderr]    Compiling pbkdf2 v0.4.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.6
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling zeroize_derive v1.3.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.39
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling zeroize v1.3.0
[INFO] [stderr]    Compiling chacha20 v0.8.2
[INFO] [stderr]    Compiling bip0039 v0.9.0
[INFO] [stderr]    Compiling salsa20 v0.9.0
[INFO] [stderr]    Compiling curve25519-dalek v3.2.1
[INFO] [stderr]    Compiling chacha20poly1305 v0.9.1
[INFO] [stderr]    Compiling xsalsa20poly1305 v0.8.0
[INFO] [stderr]    Compiling zcash_note_encryption v0.1.0
[INFO] [stderr]    Compiling tiny-bip39 v0.8.2
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling halo2_proofs v0.2.0
[INFO] [stderr]    Compiling x25519-dalek v1.2.0
[INFO] [stderr]    Compiling crypto_box v0.7.2
[INFO] [stderr]    Compiling halo2_gadgets v0.2.0
[INFO] [stderr]    Compiling incrementalmerkletree v0.3.1
[INFO] [stderr]    Compiling reddsa v0.3.0
[INFO] [stderr]    Compiling redjubjub v0.5.0
[INFO] [stderr]    Compiling orchard v0.2.0
[INFO] [stderr]    Compiling zcash_primitives v0.7.0
[INFO] [stderr]    Compiling zcash_proofs v0.7.1
[INFO] [stderr]    Compiling ironfish_zkp v0.1.0 (https://github.com/hairtail/ironfish-zkp#e76d2eea)
[INFO] [stderr]    Compiling ironfish_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/transaction/mod.rs:624:24
[INFO] [stdout]     |
[INFO] [stdout] 624 |     pub fn iter_spends(&self) -> Iter<SpendDescription> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 624 |     pub fn iter_spends(&self) -> Iter<'_, SpendDescription> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/transaction/mod.rs:633:25
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn iter_outputs(&self) -> Iter<OutputDescription> {
[INFO] [stdout]     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn iter_outputs(&self) -> Iter<'_, OutputDescription> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/transaction/value_balances.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn iter(&self) -> hash_map::Iter<AssetIdentifier, i64> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn iter(&self) -> hash_map::Iter<'_, AssetIdentifier, i64> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] running `Command { std: "docker" "inspect" "6f1925188f57c3cbccebe70218e8807b389b46805a8b642e06c14796b488ea91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f1925188f57c3cbccebe70218e8807b389b46805a8b642e06c14796b488ea91", kill_on_drop: false }`
[INFO] [stdout] 6f1925188f57c3cbccebe70218e8807b389b46805a8b642e06c14796b488ea91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 10573ff861bf89cacbb49d203759db712e75cb9f1053629fce8e0b7faa7d9766
[INFO] running `Command { std: "docker" "start" "-a" "10573ff861bf89cacbb49d203759db712e75cb9f1053629fce8e0b7faa7d9766", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/transaction/mod.rs:624:24
[INFO] [stdout]     |
[INFO] [stdout] 624 |     pub fn iter_spends(&self) -> Iter<SpendDescription> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 624 |     pub fn iter_spends(&self) -> Iter<'_, SpendDescription> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/transaction/mod.rs:633:25
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn iter_outputs(&self) -> Iter<OutputDescription> {
[INFO] [stdout]     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn iter_outputs(&self) -> Iter<'_, OutputDescription> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ironfish_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/transaction/value_balances.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn iter(&self) -> hash_map::Iter<AssetIdentifier, i64> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn iter(&self) -> hash_map::Iter<'_, AssetIdentifier, i64> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/transaction/mod.rs:624:24
[INFO] [stdout]     |
[INFO] [stdout] 624 |     pub fn iter_spends(&self) -> Iter<SpendDescription> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 624 |     pub fn iter_spends(&self) -> Iter<'_, SpendDescription> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/transaction/mod.rs:633:25
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn iter_outputs(&self) -> Iter<OutputDescription> {
[INFO] [stdout]     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn iter_outputs(&self) -> Iter<'_, OutputDescription> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/transaction/value_balances.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn iter(&self) -> hash_map::Iter<AssetIdentifier, i64> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn iter(&self) -> hash_map::Iter<'_, AssetIdentifier, i64> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.20s
[INFO] running `Command { std: "docker" "inspect" "10573ff861bf89cacbb49d203759db712e75cb9f1053629fce8e0b7faa7d9766", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10573ff861bf89cacbb49d203759db712e75cb9f1053629fce8e0b7faa7d9766", kill_on_drop: false }`
[INFO] [stdout] 10573ff861bf89cacbb49d203759db712e75cb9f1053629fce8e0b7faa7d9766
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 6bb0d436e9b2cccc741f4bfcf9757d189bfe5389b2dab4792367359fb084b05c
[INFO] running `Command { std: "docker" "start" "-a" "6bb0d436e9b2cccc741f4bfcf9757d189bfe5389b2dab4792367359fb084b05c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/transaction/mod.rs:624:24
[INFO] [stderr]     |
[INFO] [stderr] 624 |     pub fn iter_spends(&self) -> Iter<SpendDescription> {
[INFO] [stderr]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 624 |     pub fn iter_spends(&self) -> Iter<'_, SpendDescription> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/transaction/mod.rs:633:25
[INFO] [stderr]     |
[INFO] [stderr] 633 |     pub fn iter_outputs(&self) -> Iter<OutputDescription> {
[INFO] [stderr]     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 633 |     pub fn iter_outputs(&self) -> Iter<'_, OutputDescription> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/transaction/value_balances.rs:50:17
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub fn iter(&self) -> hash_map::Iter<AssetIdentifier, i64> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub fn iter(&self) -> hash_map::Iter<'_, AssetIdentifier, i64> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: `ironfish_rust` (lib) generated 3 warnings (run `cargo fix --lib -p ironfish_rust` to apply 3 suggestions)
[INFO] [stderr] warning: `ironfish_rust` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ironfish_rust-6f2bebd808dd72e8)
[INFO] [stdout] 
[INFO] [stdout] running 49 tests
[INFO] [stdout] test keys::ephemeral::test::test_ephemeral_key_pair ... ok
[INFO] [stdout] test keys::public_address::test::public_address_validation ... ok
[INFO] [stdout] test assets::asset::test::test_asset_native_identifier ... ok
[INFO] [stdout] test keys::public_address::test::public_address_generation ... ok
[INFO] [stdout] test keys::test::test_key_generation_and_construction ... ok
[INFO] [stdout] test keys::test::test_from_and_to_words ... ok
[INFO] [stdout] test keys::test::test_hex_conversion ... ok
[INFO] [stdout] test keys::test::test_diffie_hellman_shared_key ... ok
[INFO] [stdout] test keys::test::test_serialization ... ok
[INFO] [stdout] test keys::view_keys::test::test_view_key ... ok
[INFO] [stdout] test keys::test::test_diffie_hellman_shared_key_with_other_key ... ok
[INFO] [stdout] test assets::asset::test::test_asset_name_must_be_set ... ok
[INFO] [stdout] test assets::asset::test::test_asset_new ... ok
[INFO] [stdout] test assets::asset::test::test_asset_new_with_raw_data ... ok
[INFO] [stdout] test nacl::test::test_random_bytes ... ok
[INFO] [stdout] test nacl::test::test_secret_key ... ok
[INFO] [stdout] test merkle_note::test::test_new_miners_fee_key ... ok
[INFO] [stdout] test note::test::construct_memo_from_string ... ok
[INFO] [stdout] test nacl::test::test_box_unbox ... ok
[INFO] [stdout] test serializing::aead::test::test_aead_facade ... ok
[INFO] [stdout] test merkle_note::test::test_new_not_miners_fee_key ... ok
[INFO] [stdout] test transaction::burns::test::test_burn_builder ... ok
[INFO] [stdout] test merkle_note::test::test_view_key_encryption_with_other_key ... ok
[INFO] [stdout] test transaction::burns::test::test_burn_description_serialization ... ok
[INFO] [stdout] test note::test::test_note_encryption ... ok
[INFO] [stdout] test note::test::test_plaintext_serialization ... ok
[INFO] [stdout] test rolling_filter::test::test_rolling_filter ... ok
[INFO] [stdout] test merkle_note::test::test_view_key_encryption ... ok
[INFO] [stdout] test merkle_note::test::test_output_invalid_commitment ... ok
[INFO] [stdout] test transaction::mints::test::test_mint_builder has been running for over 60 seconds
[INFO] [stdout] test transaction::mints::test::test_mint_description_serialization has been running for over 60 seconds
[INFO] [stdout] test transaction::outputs::test::test_output_miners_fee has been running for over 60 seconds
[INFO] [stdout] test transaction::outputs::test::test_output_not_miners_fee has been running for over 60 seconds
[INFO] [stdout] test transaction::outputs::test::test_output_round_trip has been running for over 60 seconds
[INFO] [stdout] test transaction::spends::test::test_spend_round_trip has been running for over 60 seconds
[INFO] [stdout] test transaction::tests::test_miners_fee has been running for over 60 seconds
[INFO] [stdout] test transaction::tests::test_transaction has been running for over 60 seconds
[INFO] [stdout] test transaction::tests::test_miners_fee ... ok
[INFO] [stdout] test transaction::outputs::test::test_output_not_miners_fee ... ok
[INFO] [stdout] test transaction::mints::test::test_mint_description_serialization ... ok
[INFO] [stdout] test transaction::mints::test::test_mint_builder ... ok
[INFO] [stdout] test transaction::tests::test_transaction_value_overflows ... ok
[INFO] [stdout] test transaction::outputs::test::test_output_miners_fee ... ok
[INFO] [stdout] test transaction::value_balances::test::test_value_balances_checks_overflows_add ... ok
[INFO] [stdout] test transaction::value_balances::test::test_value_balances_checks_overflows_sub ... ok
[INFO] [stdout] test transaction::value_balances::test::test_value_balances_fee ... ok
[INFO] [stdout] test transaction::value_balances::test::test_value_balances_has_native_asset ... ok
[INFO] [stdout] test transaction::value_balances::test::test_value_balances_multiple_assets ... ok
[INFO] [stdout] test util::test::test_str_to_array_string_fits ... ok
[INFO] [stdout] test util::test::test_str_to_array_string_too_long ... ok
[INFO] [stdout] test transaction::outputs::test::test_output_round_trip ... ok
[INFO] [stdout] test transaction::tests::test_transaction_created_with_version_1 has been running for over 60 seconds
[INFO] [stdout] test transaction::tests::test_transaction_signature has been running for over 60 seconds
[INFO] [stdout] test transaction::tests::test_transaction_simple has been running for over 60 seconds
[INFO] [stdout] test transaction::tests::test_transaction_version_is_checked has been running for over 60 seconds
[INFO] [stdout] test transaction::spends::test::test_spend_round_trip ... ok
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "6bb0d436e9b2cccc741f4bfcf9757d189bfe5389b2dab4792367359fb084b05c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bb0d436e9b2cccc741f4bfcf9757d189bfe5389b2dab4792367359fb084b05c", kill_on_drop: false }`
[INFO] [stdout] 6bb0d436e9b2cccc741f4bfcf9757d189bfe5389b2dab4792367359fb084b05c
