[INFO] cloning repository https://github.com/pablof7z/29er
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pablof7z/29er" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpablof7z%2F29er", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpablof7z%2F29er'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c83d6b2ca757fb3514e68fbe3af9b7157b2b21b
[INFO] testing pablof7z/29er against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpablof7z%2F29er" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/pablof7z/29er
[INFO] finished tweaking git repo https://github.com/pablof7z/29er
[INFO] tweaked toml for git repo https://github.com/pablof7z/29er written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pablof7z/29er on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pablof7z/29er 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841
[INFO] running `Command { std: "docker" "start" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling nmp-ownership v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling bitcoin-io v0.1.101
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling arrayvec v0.7.8
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling hex-conservative v0.2.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling bech32 v0.11.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling flatbuffers v25.12.19
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling nmp-relay-url v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling heed-traits v0.20.0
[INFO] [stderr]    Compiling synchronoise v1.0.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling heed-types v0.20.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling lru v0.16.4
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling nmp-kinds v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling trellis-core v0.2.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling lru v0.18.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling compact_str v0.9.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling line-clipping v0.3.7
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling pulldown-cmark v0.13.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling time v0.3.53
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling unicode-truncate v2.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling nmp-wellknown-http v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip65-types v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling camino v1.2.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling pxfm v0.1.29
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling nmp-coverage-gate v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling negentropy v0.5.0
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling doxygen-rs v0.4.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling webpki-roots v1.0.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling lmdb-master-sys v0.2.6
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling uniffi_internal_macros v0.29.5
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling uniffi_pipeline v0.29.5
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling uniffi_meta v0.29.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling moxcms v0.8.1
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling safe_arch v0.9.3
[INFO] [stderr]    Compiling kasuari v0.4.12
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling heed v0.20.5
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling wide v0.8.3
[INFO] [stderr]    Compiling bitvec v1.1.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling rand_xoshiro v0.7.0
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling ratatui-core v0.1.2
[INFO] [stderr]    Compiling uniffi_core v0.29.5
[INFO] [stderr]    Compiling ordered-float v5.3.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling uuid v1.23.4
[INFO] [stderr]    Compiling ratatui-image v11.0.6
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling derive_setters v0.1.9
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling secp256k1 v0.29.1
[INFO] [stderr]    Compiling bitcoin_hashes v0.14.101
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling nmp-nip42-types v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-signer-iface v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-planner v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling ratatui-widgets v0.3.2
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling uniffi_macros v0.29.5
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling derive-getters v0.5.0
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling nucleo-matcher v0.3.1
[INFO] [stderr]    Compiling ratatui-crossterm v0.1.2
[INFO] [stderr]    Compiling nostr v0.44.4
[INFO] [stderr]    Compiling ratatui-macros v0.7.2
[INFO] [stderr]    Compiling tui-scrollview v0.6.7
[INFO] [stderr]    Compiling tui-popup v0.7.6
[INFO] [stderr]    Compiling tui-tree-widget v0.24.0
[INFO] [stderr]    Compiling ratatui v0.30.2
[INFO] [stderr]    Compiling ratatui-textarea v0.9.2
[INFO] [stderr]    Compiling tui-widget-list v0.15.2
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling image v0.25.10
[INFO] [stderr]    Compiling nmp-network v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling uniffi v0.29.5
[INFO] [stderr]    Compiling nmp-nostr-id v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling async-utility v0.3.1
[INFO] [stderr]    Compiling nostr-database v0.44.0
[INFO] [stderr]    Compiling quantette v0.5.1
[INFO] [stderr]    Compiling nmp-nostr-lmdb v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-store v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling icy_sixel v0.5.0
[INFO] [stderr]    Compiling nmp-core v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-read-session v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip09 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip84 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-router v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip05 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip77 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip11 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-blossom v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip25 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-threading v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip50 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip29 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip51 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-intent v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip02 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip01 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-feed v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-wot v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-content v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-substrate v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-chat v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-reactions v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-nip18 v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-feed-session v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-native-runtime v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-uniffi-support v1.0.0-rc.1 (https://github.com/pablof7z/nostr-multi-platform.git?branch=master#d3ba7fc3)
[INFO] [stderr]    Compiling nmp-app-29er v0.1.0 (/opt/rustwide/workdir/crates/nmp-app-29er)
[INFO] [stderr]    Compiling tui-29er v0.1.0 (/opt/rustwide/workdir/crates/29er-tui)
[INFO] [stderr]    Compiling shakeout v0.1.0 (/opt/rustwide/workdir/crates/shakeout)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s
[INFO] running `Command { std: "docker" "inspect" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling shakeout v0.1.0 (/opt/rustwide/workdir/crates/shakeout)
[INFO] [stderr]    Compiling nmp-app-29er v0.1.0 (/opt/rustwide/workdir/crates/nmp-app-29er)
[INFO] [stderr]    Compiling tui-29er v0.1.0 (/opt/rustwide/workdir/crates/29er-tui)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.51s
[INFO] running `Command { std: "docker" "inspect" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nmp_app_29er-5d778147b0cc8887)
[INFO] [stdout] 
[INFO] [stdout] running 73 tests
[INFO] [stdout] test compose::tests::no_mentions_passes_text_through_untouched ... ok
[INFO] [stdout] test compose::tests::dedups_repeated_mentions_into_one_p_tag ... ok
[INFO] [stdout] test compose::tests::accepts_npub_mention_and_normalises_p_tag_to_hex ... ok
[INFO] [stdout] test compose::tests::uppercase_hex_mention_is_normalised_before_rewrite ... ok
[INFO] [stdout] test config::tests::blossom_upload_servers_are_http_urls ... ok
[INFO] [stdout] test app::tests::release_profile_ref_is_idempotent ... ok
[INFO] [stdout] test compose::tests::rewrites_hex_mention_to_nip21_uri_and_adds_p_tag ... ok
[INFO] [stdout] test config::tests::bootstrap_is_non_empty_and_well_formed ... ok
[INFO] [stdout] test app::tests::release_profile_ref_unknown_pair_is_silent_noop ... ok
[INFO] [stdout] test config::tests::public_group_relay_is_in_bootstrap ... ok
[INFO] [stdout] test app::tests::resolve_profile_ref_invalid_pubkey_is_silent_noop ... ok
[INFO] [stdout] test compose::tests::invalid_mention_is_skipped_without_panicking ... ok
[INFO] [stdout] test compose::tests::mention_without_token_contributes_only_p_tag ... ok
[INFO] [stdout] test app::tests::resolve_profile_ref_valid_pubkey_does_not_panic ... ok
[INFO] [stdout] test dispatch::tests::chat_send_doorway_fails_closed_on_malformed_body ... ok
[INFO] [stdout] test dispatch::tests::child_group_doorway_fails_closed_without_name_or_parent ... ok
[INFO] [stdout] test dispatch::tests::chat_send_doorway_composes_kind9_publish_group_event ... ok
[INFO] [stdout] test dispatch::tests::action_encoder_fails_closed_for_unknown_or_malformed_payloads ... ok
[INFO] [stdout] test dispatch::tests::m002_membership_and_admin_namespaces_encode_typed_payloads ... ok
[INFO] [stdout] test dispatch::tests::child_group_doorway_mints_local_id_in_rust ... ok
[INFO] [stdout] test dispatch::tests::blossom_upload_namespace_encodes_typed_payload ... ok
[INFO] [stdout] test group_sessions::tests::close_group_chat_removes_group_chat_snapshot ... ok
[INFO] [stdout] test group_sessions::tests::dispatch_nip29_action_fails_closed_for_unknown_namespace ... ok
[INFO] [stdout] test group_preview::tests::sync_is_idempotent_for_an_unchanged_discovered_set ... ok
[INFO] [stdout] test group_presence::tests::active_pubkey_change_replaces_the_affected_session_not_the_whole_collection ... ok
[INFO] [stdout] test group_presence::tests::empty_active_pubkey_closes_all_sessions_fail_safe ... ok
[INFO] [stdout] test group_presence::tests::sync_mounts_one_session_per_discovered_group_and_withdraws_removed_ones ... ok
[INFO] [stdout] test group_sessions::tests::mark_group_read_with_no_open_session_is_a_silent_noop ... ok
[INFO] [stdout] test group_sessions::tests::close_group_discovery_removes_group_tree_snapshot ... ok
[INFO] [stdout] test group_sessions::tests::open_group_discovery_rejects_empty_relay ... ok
[INFO] [stdout] test group_sessions::tests::open_group_chat_rejects_malformed_json ... ok
[INFO] [stdout] test group_sessions::tests::open_group_discovery_registers_group_tree_snapshot ... ok
[INFO] [stdout] test group_sessions::tests::open_group_roster_rejects_malformed_json_and_accepts_valid ... ok
[INFO] [stdout] test group_sessions::tests::newly_discovered_group_reconciles_via_the_update_frame_driver_without_identity_change ... ok
[INFO] [stdout] test group_preview::tests::sync_mounts_one_source_per_discovered_group_and_withdraws_removed_ones ... ok
[INFO] [stdout] test group_tree::tests::local_preview_projection_does_not_increment_unread ... ok
[INFO] [stdout] test group_tree::tests::membership_is_empty_when_active_pubkey_mismatches_snapshot ... ok
[INFO] [stdout] test group_sessions::tests::open_group_chat_accepts_a_valid_group_id ... ok
[INFO] [stdout] test group_tree::tests::nmp_presence_read_marker_updates_parent_aggregate_unread ... ok
[INFO] [stdout] test group_tree::tests::nodes_carry_viewer_membership_from_joined_projection ... ok
[INFO] [stdout] test group_tree::tests::typing_count_aggregates_group_and_descendants ... ok
[INFO] [stdout] test group_tree::tests::tree_rows_include_direct_last_kind9_preview ... ok
[INFO] [stdout] test group_tree::tests::unread_count_aggregates_group_and_descendants ... ok
[INFO] [stdout] test group_viewport::tests::clear_reverts_to_the_full_snapshot ... ok
[INFO] [stdout] test group_sessions::tests::refresh_group_discovery_rejects_empty_relay_and_tears_down_prior_session ... ok
[INFO] [stdout] test group_viewport::tests::empty_visible_set_keeps_nothing_open ... ok
[INFO] [stdout] test group_viewport::tests::no_viewport_reported_passes_the_full_snapshot_through ... ok
[INFO] [stdout] test group_viewport::tests::viewport_keeps_visible_groups_plus_buffer_neighbors ... ok
[INFO] [stdout] test media_upload::tests::parses_single_server_upload_url ... ok
[INFO] [stdout] test media_upload::tests::parses_first_successful_multi_server_upload_url ... ok
[INFO] [stdout] test group_sessions::tests::reopening_discovery_replaces_the_prior_session ... ok
[INFO] [stdout] test reactions::tests::reaction_body_fails_closed_on_bad_inputs ... ok
[INFO] [stdout] test reactions::tests::reaction_body_builds_kind7_group_publish_payload ... ok
[INFO] [stdout] test group_sessions::tests::refresh_group_discovery_reopens_for_a_fresh_relay ... ok
[INFO] [stdout] test group_sessions::tests::reopening_group_chat_replaces_the_prior_session ... ok
[INFO] [stdout] test group_viewport::tests::viewport_excludes_groups_far_from_any_visible_row ... ok
[INFO] [stdout] test relay_selector::tests::projection_uses_fallback_until_active_account_relay_set_arrives ... ok
[INFO] [stdout] test relay_selector::tests::select_relay_sticks_without_an_active_account_relay_set ... ok
[INFO] [stdout] test group_sessions::tests::viewport_gates_which_discovered_groups_stay_live ... ok
[INFO] [stdout] test relay_seeding::tests::json_seed_malformed_returns_false ... ok
[INFO] [stdout] test relay_selector::tests::projection_reads_active_account_kind_30002_relay_set ... ok
[INFO] [stdout] test relay_selector::tests::stale_relay_set_event_is_ignored ... ok
[INFO] [stdout] test relay_seeding::tests::json_seed_empty_array_returns_false ... ok
[INFO] [stdout] test relay_seeding::tests::json_seed_well_formed_returns_true ... ok
[INFO] [stdout] test relay_seeding::tests::default_seed_adds_at_least_one_relay ... ok
[INFO] [stdout] test group_chat::tests::reaction_aggregate_is_joined_by_target_event_id ... ok
[INFO] [stdout] test group_chat::tests::profile_mentions_are_message_and_top_level_demands ... ok
[INFO] [stdout] test group_chat::tests::projection_preserves_raw_newest_first_order_and_clear_updates ... ok
[INFO] [stdout] test group_chat::tests::plain_text_message_keeps_raw_copy_and_content_tree_bytes ... ok
[INFO] [stdout] test group_chat::tests::event_refs_are_message_and_top_level_demands ... ok
[INFO] [stdout] test group_chat::tests::flatbuffer_encoding_carries_reaction_chips_and_reactor_set ... ok
[INFO] [stdout] test group_chat::tests::malformed_event_ref_falls_back_to_raw_text_without_demands ... ok
[INFO] [stdout] test group_chat::tests::flatbuffer_encoding_uses_app_owned_schema_and_nfct_tree_bytes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/shakeout-87fd10583a188654)
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/twentyniner_tui-6b95bf0be8cd0497)
[INFO] [stdout] 
[INFO] [stdout] running 77 tests
[INFO] [stdout] test app::tests::projected_outbox_status_maps_published_to_confirmed ... ok
[INFO] [stdout] test app::tests::item_carries_nmp_presence_unread_and_preview_from_group_tree ... ok
[INFO] [stdout] test app::tests::nmp_publish_outbox_projection_sets_retry_policy ... ok
[INFO] [stdout] test app::tests::report_group_tree_viewport_narrows_the_shared_viewport_and_dedupes_repeats ... ok
[INFO] [stdout] test app::tests::nmp_update_push_publishes_projection_without_profile_sidecar ... ok
[INFO] [stdout] test app::tests::roster_member_maps_to_tui_member_row ... ok
[INFO] [stdout] test app::tests::show_members_opens_members_modal_and_closes_palette ... ok
[INFO] [stdout] test app::tests::nmp_update_push_refreshes_group_tree_without_polling ... ok
[INFO] [stdout] test app::tests::test_derive_channel_tree_depth_ordering ... ok
[INFO] [stdout] test app::tests::test_focus_cycle ... ok
[INFO] [stdout] test app::tests::test_identity_state_transitions ... ok
[INFO] [stdout] test app::tests::test_navigate_wraps ... ok
[INFO] [stdout] test app::tests::test_status_message_set_and_expires ... ok
[INFO] [stdout] test app::tests::test_refresh_projection_is_immediate ... ok
[INFO] [stdout] test components::nostr_content::content_kind_registry::nostr_kind_registry::tests::author_byline_claims_and_reads_live_name ... ok
[INFO] [stdout] test components::nostr_content::content_kind_registry::nostr_kind_registry::tests::author_byline_falls_back_to_npub_short_not_hex ... ok
[INFO] [stdout] test app::tests::tree_is_depth_annotated_and_alpha_ordered ... ok
[INFO] [stdout] test components::nostr_content::content_kind_registry::nostr_kind_registry::tests::author_byline_without_host_uses_npub_short ... ok
[INFO] [stdout] test components::nostr_content::content_kind_registry::nostr_kind_registry::tests::unknown_kind_specific_renderer_overrides_fallback ... ok
[INFO] [stdout] test components::nostr_content::content_kind_registry::nostr_kind_registry::tests::unknown_kind_without_registration_uses_fallback ... ok
[INFO] [stdout] test components::nostr_content::nostr_media_grid::tests::lines_include_every_media_url ... ok
[INFO] [stdout] test components::nostr_content::nostr_mention_chip::tests::mention_color_is_deterministic_per_pubkey ... ok
[INFO] [stdout] test components::nostr_content::content_kind_registry::nostr_kind_registry::tests::short_note_renderer_paints_live_resolved_byline ... ok
[INFO] [stdout] test components::nostr_content::nostr_mention_chip::tests::mention_label_resolves_ref_and_reads_host_projection ... ok
[INFO] [stdout] test app::tests::test_selected_channel_change_clears_scroll ... ok
[INFO] [stdout] test tests::test_status_bar_shows_keybinds ... ok
[INFO] [stdout] test ui::chat::tests::empty_state_shown_when_connected_and_no_messages ... ok
[INFO] [stdout] test components::nostr_content::nostr_media_grid::tests::media_cells_include_every_image ... ok
[INFO] [stdout] test app::tests::test_derive_channel_tree_unread_preview ... ok
[INFO] [stdout] test tests::test_room_list_renders_without_panic ... ok
[INFO] [stdout] test tests::test_membership_modal_renders_selected_members ... ok
[INFO] [stdout] test ui::composer::tests::at_token_opens_mention_and_filters_members ... ok
[INFO] [stdout] test ui::composer::tests::ctrl_r_retries_latest_nmp_retryable_item ... ok
[INFO] [stdout] test components::nostr_content::content_kind_registry::nostr_kind_registry::tests::embedded_event_forwards_author_host_to_renderer ... ok
[INFO] [stdout] test tests::test_layout_both_panels_present ... ok
[INFO] [stdout] test ui::chat::tests::loading_spinner_shown_when_disconnected_and_empty ... ok
[INFO] [stdout] test tests::test_login_screen_renders ... ok
[INFO] [stdout] test ui::composer::tests::empty_enter_does_not_send ... ok
[INFO] [stdout] test ui::composer::tests::enter_emits_send_with_trimmed_text ... ok
[INFO] [stdout] test ui::membership::tests::attach_media_form_emits_path_mime_and_servers ... ok
[INFO] [stdout] test ui::membership::tests::create_child_requires_admin_and_name ... ok
[INFO] [stdout] test ui::membership::tests::edit_metadata_maps_room_fields ... ok
[INFO] [stdout] test ui::membership::tests::edit_metadata_requires_admin_and_a_field ... ok
[INFO] [stdout] test ui::membership::tests::error_clears_on_form_change ... ok
[INFO] [stdout] test ui::membership::tests::join_form_emits_join_with_optional_code ... ok
[INFO] [stdout] test ui::membership::tests::put_user_maps_pubkey_and_role ... ok
[INFO] [stdout] test ui::palette::tests::fuzzy_query_filters_and_ranks ... ok
[INFO] [stdout] test ui::palette::tests::test_empty_state_channels_sorted_by_recency ... ok
[INFO] [stdout] test ui::palette::tests::test_empty_state_recent_entries_first ... ok
[INFO] [stdout] test ui::palette::tests::test_inline_badges ... ok
[INFO] [stdout] test ui::palette::tests::empty_query_keeps_all_entries ... ok
[INFO] [stdout] test ui::palette::tests::esc_requests_close ... ok
[INFO] [stdout] test ui::palette::tests::test_palette_admin_gating ... ok
[INFO] [stdout] test ui::palette::tests::test_palette_channel_result ... ok
[INFO] [stdout] test ui::room_list::tests::arrows_and_vim_keys_return_noop_or_none ... ok
[INFO] [stdout] test ui::room_list::tests::build_tree_items_nests_children ... ok
[INFO] [stdout] test ui::room_list::tests::enter_with_no_selection_returns_none ... ok
[INFO] [stdout] test ui::room_list::tests::path_to_id_finds_nested_item ... ok
[INFO] [stdout] test ui::room_list::tests::test_expand_collapse_keys ... ok
[INFO] [stdout] test ui::room_list::tests::draw_updates_visible_local_ids_as_a_side_effect ... ok
[INFO] [stdout] test ui::room_list::tests::visible_local_ids_is_empty_when_the_area_has_no_inner_rows ... ok
[INFO] [stdout] test ui::room_list::tests::test_navigation_down ... ok
[INFO] [stdout] test ui::room_list::tests::visible_local_ids_reflects_the_rendered_window_not_the_whole_tree ... ok
[INFO] [stdout] test ui::smoke::smoke::app_snapshot_renders_login_screen ... ok
[INFO] [stdout] test ui::room_list::tests::enter_selects_channel_at_cursor ... ok
[INFO] [stdout] test ui::room_list::tests::test_navigation_up ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/29er_tui-3c9b1c94988dcf7c)
[INFO] [stdout] test app::tests::test_tui_snapshot_fields ... ok
[INFO] [stderr]    Doc-tests nmp_app_29er
[INFO] [stdout] test app::tests::projected_failed_outbox_row_stays_failed_even_with_matching_message ... ok
[INFO] [stdout] test app::tests::selected_message_match_does_not_create_outbox_rows ... ok
[INFO] [stdout] test ui::chat::tests::registry_row_uses_projected_copy_text ... ok
[INFO] [stdout] test ui::chat::tests::new_message_indicator_shown_when_scrolled_up ... ok
[INFO] [stdout] test ui::chat::tests::registry_row_renders_projected_reaction_chips ... ok
[INFO] [stdout] test ui::chat::tests::auto_scroll_resets_on_channel_change ... ok
[INFO] [stdout] test ui::chat::tests::long_message_wraps_to_multiple_lines ... ok
[INFO] [stdout] test ui::chat::tests::author_change_renders_profile_fallbacks ... ok
[INFO] [stdout] test ui::chat::tests::consecutive_same_author_messages_render_registry_rows ... ok
[INFO] [stdout] test tests::test_chat_renders_messages ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[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] [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] [stderr]    Doc-tests twentyniner_tui
[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" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841", kill_on_drop: false }`
[INFO] [stdout] 696526d86df472fa7a318c23dee7f3f7b1edd0d3dd1ab7848ddfbefef0360841
