[INFO] cloning repository https://github.com/jzOcb/ristretto [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jzOcb/ristretto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjzOcb%2Fristretto", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjzOcb%2Fristretto'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 93c59729b45bbe50a1ee6f6ec1141d4e690b3aef [INFO] testing jzOcb/ristretto against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjzOcb%2Fristretto" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jzOcb/ristretto [INFO] finished tweaking git repo https://github.com/jzOcb/ristretto [INFO] tweaked toml for git repo https://github.com/jzOcb/ristretto written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jzOcb/ristretto on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jzOcb/ristretto 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57cdde934f6c8eefbbaa3948ae7779eda237b1fb35ffecce1ef1c9fe224288fc [INFO] running `Command { std: "docker" "start" "-a" "57cdde934f6c8eefbbaa3948ae7779eda237b1fb35ffecce1ef1c9fe224288fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57cdde934f6c8eefbbaa3948ae7779eda237b1fb35ffecce1ef1c9fe224288fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57cdde934f6c8eefbbaa3948ae7779eda237b1fb35ffecce1ef1c9fe224288fc", kill_on_drop: false }` [INFO] [stdout] 57cdde934f6c8eefbbaa3948ae7779eda237b1fb35ffecce1ef1c9fe224288fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a177fac1c7a3ddcb9557555e79c9fc899978870a24a7e9884a2954eab37e12f7 [INFO] running `Command { std: "docker" "start" "-a" "a177fac1c7a3ddcb9557555e79c9fc899978870a24a7e9884a2954eab37e12f7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling normpath v1.5.0 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling arc-swap v1.9.0 [INFO] [stderr] Compiling base62 v2.2.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling clap_lex v0.7.7 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling clap_builder v4.5.39 [INFO] [stderr] Compiling instability v0.3.12 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling cc v1.2.57 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling serial2 v0.2.34 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling shell-words v1.1.1 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling libz-sys v1.1.25 [INFO] [stderr] Compiling openssl-sys v0.9.112 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling libgit2-sys v0.18.3+1.9.2 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling ignore v0.4.25 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling rust-i18n v3.1.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling filedescriptor v0.8.3 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling portable-pty v0.9.0 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling clap v4.5.39 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling triomphe v0.1.15 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling git2 v0.20.2 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling rust-i18n-support v3.1.5 [INFO] [stderr] Compiling rust-i18n-macro v3.1.5 [INFO] [stderr] Compiling rist-shared v0.1.0 (/opt/rustwide/workdir/rist-shared) [INFO] [stderr] Compiling rist v0.1.0 (/opt/rustwide/workdir/rist) [INFO] [stderr] Compiling ristd v0.1.0 (/opt/rustwide/workdir/ristd) [INFO] [stderr] Compiling rist-channel v0.1.0 (/opt/rustwide/workdir/rist-channel) [INFO] [stderr] Compiling rist-mcp v0.1.0 (/opt/rustwide/workdir/rist-mcp) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s [INFO] running `Command { std: "docker" "inspect" "a177fac1c7a3ddcb9557555e79c9fc899978870a24a7e9884a2954eab37e12f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a177fac1c7a3ddcb9557555e79c9fc899978870a24a7e9884a2954eab37e12f7", kill_on_drop: false }` [INFO] [stdout] a177fac1c7a3ddcb9557555e79c9fc899978870a24a7e9884a2954eab37e12f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae6073d0b30093d03676bf4d25a822229c24ff431d71926c9aec2dd766c103ba [INFO] running `Command { std: "docker" "start" "-a" "ae6073d0b30093d03676bf4d25a822229c24ff431d71926c9aec2dd766c103ba", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling rist v0.1.0 (/opt/rustwide/workdir/rist) [INFO] [stderr] Compiling rist-shared v0.1.0 (/opt/rustwide/workdir/rist-shared) [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling ristd v0.1.0 (/opt/rustwide/workdir/ristd) [INFO] [stderr] Compiling rist-mcp v0.1.0 (/opt/rustwide/workdir/rist-mcp) [INFO] [stderr] Compiling rist-channel v0.1.0 (/opt/rustwide/workdir/rist-channel) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 20.76s [INFO] running `Command { std: "docker" "inspect" "ae6073d0b30093d03676bf4d25a822229c24ff431d71926c9aec2dd766c103ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae6073d0b30093d03676bf4d25a822229c24ff431d71926c9aec2dd766c103ba", kill_on_drop: false }` [INFO] [stdout] ae6073d0b30093d03676bf4d25a822229c24ff431d71926c9aec2dd766c103ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 53ccac59205134981d46cbebfda44915035979f981ebea490e4c30ef979eb429 [INFO] running `Command { std: "docker" "start" "-a" "53ccac59205134981d46cbebfda44915035979f981ebea490e4c30ef979eb429", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rist-c7590e4a89a0b795) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test daemon_client::tests::subscribe_accepts_ok_and_unknown ... ok [INFO] [stdout] test daemon_client::tests::subscribe_rejects_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rist-4aa2d375e7df78cc) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test app::tests::cycle_focus_handles_empty_agents ... ok [INFO] [stdout] test app::tests::refresh_agents_prunes_removed_output_state ... ok [INFO] [stdout] test app::tests::split_layout_hides_secondary_when_only_one_agent_exists ... ok [INFO] [stdout] test app::tests::split_toggle_roundtrips ... ok [INFO] [stdout] test app::tests::task_panel_preserves_chronological_order ... ok [INFO] [stdout] test app::tests::append_output_handles_chunked_utf8_and_ansi_sequences ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rist_channel-ed18ae2c81ab2335) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test event_router::tests::add_and_remove_session_behaves_like_subscribe_and_unsubscribe ... ok [INFO] [stdout] test event_router::tests::filter_matches_event_covers_all_event_types ... ok [INFO] [stdout] test event_router::tests::route_dispatches_all_transport_types_for_matching_event ... ok [INFO] [stdout] test event_router::tests::remove_session_cleans_up_all_session_targets ... ok [INFO] [stdout] test event_router::tests::route_returns_empty_for_unmatched_events ... ok [INFO] [stdout] test formatters::tests::format_event_json_produces_valid_json ... ok [INFO] [stdout] test formatters::tests::notification_formats_each_supported_event ... ok [INFO] [stdout] test formatters::tests::unknown_event_notification_is_empty ... ok [INFO] [stdout] test transports::tests::stdin_transport_uses_human_notification_text ... ok [INFO] [stdout] test transports::tests::mcp_channel_transport_format_matches_expected_schema ... ok [INFO] [stdout] test transports::tests::file_transport_writes_valid_jsonl ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rist_channel-8fe0017b8a4af166) [INFO] [stdout] test event_router::tests::add_route_and_route_returns_matching_targets ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rist_mcp-ef380467db022e7b) [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [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 9 tests [INFO] [stdout] test tools::tests::optional_u64_rejects_negative_and_float_values ... ok [INFO] [stdout] test tests::initialize_and_tools_list_handshake ... ok [INFO] [stdout] test tools::tests::parse_task_rejects_empty_id ... ok [INFO] [stdout] test tools::tests::parse_task_preserves_optional_fields ... ok [INFO] [stdout] test tools::tests::parse_agent_type_supports_builtins_and_custom ... ok [INFO] [stdout] test tools::tests::task_to_json_preserves_description_and_agent_type ... ok [INFO] [stdout] test tools::tests::tool_definitions_are_valid_json_schema_objects ... ok [INFO] [stdout] test tools::tests::required_non_empty_str_validates_presence_and_content ... ok [INFO] [stdout] test tools::tests::spawn_agent_handler_creates_agent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rist_shared-6ae0ad649acfa296) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ristd-a7c100189ff7420a) [INFO] [stdout] test protocol::tests::async_roundtrip ... ok [INFO] [stdout] test protocol::tests::decode_frame_rejects_oversized_payload ... ok [INFO] [stdout] test protocol::tests::event_unknown_variant_deserializes ... ok [INFO] [stdout] test types::tests::context_usage_clamps_percentage ... ok [INFO] [stdout] test protocol::tests::sync_roundtrip ... ok [INFO] [stdout] test protocol::tests::pty_data_deserializes_legacy_integer_arrays ... ok [INFO] [stdout] test protocol::tests::pty_data_serializes_as_base64 ... ok [INFO] [stdout] test types::tests::agent_type_unknown_fallback ... ok [INFO] [stdout] test protocol::tests::request_unknown_variant_deserializes ... ok [INFO] [stdout] test types::tests::hook_types_roundtrip ... ok [INFO] [stdout] test types::tests::context_usage_rejects_nan ... ok [INFO] [stdout] test types::tests::session_id_default_is_nil ... ok [INFO] [stdout] test types::tests::agent_type_custom_roundtrip ... ok [INFO] [stdout] test types::tests::task_id_must_be_non_empty ... ok [INFO] [stdout] test types::tests::string_enums_support_unknown_fallback ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 60 tests [INFO] [stdout] test agent_adapter::tests::claude_builds_print_command ... ok [INFO] [stdout] test agent_adapter::tests::default_adapter_mentions_missing_adapter ... ok [INFO] [stdout] test agent_adapter::tests::gemini_passes_task_directly ... ok [INFO] [stdout] test agent_adapter::tests::adapters_detect_waiting_and_loops ... ok [INFO] [stdout] test agent_adapter::tests::codex_uses_exec_subcommand ... ok [INFO] [stdout] test context_injector::tests::context_file_contains_agent_and_peer_sections ... ok [INFO] [stdout] test context_monitor::tests::context_budget_calculates_breakdown ... ok [INFO] [stdout] test context_monitor::tests::alert_thresholds_are_reported ... ok [INFO] [stdout] test context_monitor::tests::should_rotate_respects_threshold ... ok [INFO] [stdout] test context_monitor::tests::estimate_usage_reads_claude_token_counts ... ok [INFO] [stdout] test handoff::tests::cleanup_removes_file ... ok [INFO] [stdout] test handoff::tests::inject_handoff_prepends_correctly ... ok [INFO] [stdout] test file_ownership::tests::declare_and_release_roundtrip ... ok [INFO] [stdout] test file_ownership::tests::declare_rejects_conflicts ... ok [INFO] [stdout] test file_ownership::tests::save_and_load_roundtrip ... ok [INFO] [stdout] test git_manager::tests::task_slug_normalizes_and_truncates ... ok [INFO] [stdout] test hooks::tests::loads_hooks_from_toml ... ok [INFO] [stdout] test hooks::tests::inject_context_aggregates_in_file_order ... ok [INFO] [stdout] test output_filter::tests::cargo_clippy_success_is_summarized ... ok [INFO] [stdout] test output_filter::tests::filter_config_loading_merges_defaults ... ok [INFO] [stdout] test planner::tests::blocked_tasks_report_missing_dependencies ... ok [INFO] [stdout] test output_filter::tests::default_fallback_keeps_tail_lines ... ok [INFO] [stdout] test output_filter::tests::cargo_test_failure_keeps_failures_and_backtrace ... ok [INFO] [stdout] test output_filter::tests::cargo_test_success_is_summarized ... ok [INFO] [stdout] test planner::tests::stats_compute_expected_counts ... ok [INFO] [stdout] test context_monitor::tests::rotation_prompt_includes_task_and_progress ... ok [INFO] [stdout] test recovery::tests::evaluate_detects_loop_and_restarts ... ok [INFO] [stdout] test planner::tests::ready_tasks_only_include_satisfied_dependencies ... ok [INFO] [stdout] test planner::tests::save_load_roundtrip ... ok [INFO] [stdout] test planner::tests::update_task_status_persists_changes ... ok [INFO] [stdout] test recovery::tests::restart_prompt_includes_progress ... ok [INFO] [stdout] test review_engine::tests::build_review_prompt_includes_review_categories ... ok [INFO] [stdout] test recovery::tests::evaluate_detects_stuck_agent_and_nudges_first ... ok [INFO] [stdout] test review_engine::tests::needs_changes_treats_nits_as_non_blocking ... ok [INFO] [stdout] test recovery::tests::evaluate_escalates_after_max_retries ... ok [INFO] [stdout] test review_engine::tests::parse_review_output_defaults_garbled_verdict_to_changes_requested ... ok [INFO] [stdout] test recovery::tests::nudge_prompt_mentions_stuck_pattern ... ok [INFO] [stdout] test review_engine::tests::parse_review_output_extracts_verdict_and_comments ... ok [INFO] [stdout] test hooks::tests::pipeline_stops_on_failed_blocking_hook ... ok [INFO] [stdout] test review_engine::tests::reviewer_for_returns_cross_model_pairs ... ok [INFO] [stdout] test ring_buffer::tests::push_and_tail ... ok [INFO] [stdout] test ring_buffer::tests::replacing_with_large_write_keeps_latest_capacity ... ok [INFO] [stdout] test ring_buffer::tests::tail_lines_returns_latest_lines ... ok [INFO] [stdout] test ring_buffer::tests::wrap_around_discards_oldest_bytes ... ok [INFO] [stdout] test session_store::tests::load_returns_invalid_data_for_corrupt_json ... ok [INFO] [stdout] test hooks::tests::audit_log_uses_jsonl_entries ... ok [INFO] [stdout] test session_store::tests::save_fails_when_parent_path_is_not_a_directory ... ok [INFO] [stdout] test hooks::tests::debounce_skips_repeated_execution_inside_interval ... ok [INFO] [stdout] test session_store::tests::serde_skip_omits_path_and_deserializes_default_path ... ok [INFO] [stdout] test session_store::tests::save_and_load_roundtrip_preserves_sessions ... ok [INFO] [stdout] test session_store::tests::concurrent_saves_produce_valid_store_contents ... ok [INFO] [stdout] test hooks::tests::failed_non_blocking_hook_does_not_stop_pipeline ... ok [INFO] [stdout] test handoff::tests::timeout_fallback_includes_git_status_and_progress ... ok [INFO] [stderr] Switched to branch 'feature' [INFO] [stderr] Switched to branch 'feature' [INFO] [stderr] Switched to branch 'feature' [INFO] [stderr] Switched to branch 'feature' [INFO] [stderr] Switched to branch 'main' [INFO] [stderr] Switched to branch 'main' [INFO] [stdout] test git_manager::tests::create_and_remove_worktree ... ok [INFO] [stdout] Removing feature.txt [INFO] [stderr] Switched to branch 'main' [INFO] [stdout] Updating 135ca0c..bf8023a [INFO] [stdout] Fast-forward [INFO] [stdout] Squash commit -- not updating HEAD [INFO] [stdout] feature.txt | 1 + [INFO] [stdout] 1 file changed, 1 insertion(+) [INFO] [stdout] create mode 100644 feature.txt [INFO] [stdout] test git_manager::tests::detect_conflicts_returns_conflicted_paths ... ok [INFO] [stdout] Removing feature.txt [INFO] [stdout] [main f9f281c] squash feature [INFO] [stdout] 1 file changed, 1 insertion(+) [INFO] [stdout] create mode 100644 feature.txt [INFO] [stderr] Switched to branch 'main' [INFO] [stdout] Removing feature.txt [INFO] [stdout] test git_manager::tests::preview_merge_reports_diff_and_stats ... ok [INFO] [stdout] test git_manager::tests::squash_merge_succeeds_for_clean_branch ... ok [INFO] [stdout] test git_manager::tests::detect_conflicts_returns_empty_for_clean_merge ... ok [INFO] [stdout] test pty_manager::tests::check_exits_records_finished_processes ... FAILED [INFO] [stdout] test handoff::tests::wait_for_handoff_reads_file_within_timeout ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- pty_manager::tests::check_exits_records_finished_processes stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'pty_manager::tests::check_exits_records_finished_processes' (127) panicked at ristd/src/pty_manager.rs:1312:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: Working [INFO] [stdout] right: Done [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x61dcb76b268a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x61dcb76b268a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x61dcb76b268a - std[128c3efe2914e152]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x61dcb76b268a - <::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x61dcb76c8e2a - ::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x61dcb76c8e2a - core[6771d259883166e6]::fmt::write [INFO] [stdout] 6: 0x61dcb76b7d62 - std[128c3efe2914e152]::io::default_write_fmt::> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x61dcb76b7d62 - as std[128c3efe2914e152]::io::Write>::write_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x61dcb768df6f - ::print [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x61dcb768df6f - std[128c3efe2914e152]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x61dcb76a94d9 - std[128c3efe2914e152]::panicking::default_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x61dcb73bb2ac - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x61dcb73bb2ac - test[b137923399915ecf]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x61dcb76a9752 - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x61dcb76a9752 - std[128c3efe2914e152]::panicking::panic_with_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x61dcb768e028 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x61dcb7682889 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x61dcb768ef8d - __rustc[752cc74e29381ccc]::rust_begin_unwind [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x61dcb76c961c - core[6771d259883166e6]::panicking::panic_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x61dcb76c94a3 - core[6771d259883166e6]::panicking::assert_failed_inner [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:439:17 [INFO] [stdout] 20: 0x61dcb73105d7 - core::panicking::assert_failed::h570a7d2501c84264 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:394:5 [INFO] [stdout] 21: 0x61dcb735c304 - ristd::pty_manager::tests::check_exits_records_finished_processes::h7a5c8bdb0d10ca9f [INFO] [stdout] at /opt/rustwide/workdir/ristd/src/pty_manager.rs:1312:9 [INFO] [stdout] 22: 0x61dcb735c587 - ristd::pty_manager::tests::check_exits_records_finished_processes::{{closure}}::h85a373a01aa7a239 [INFO] [stdout] at /opt/rustwide/workdir/ristd/src/pty_manager.rs:1290:48 [INFO] [stdout] 23: 0x61dcb734d136 - core::ops::function::FnOnce::call_once::h0d5ec1bc3460de7c [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x61dcb73af3ab - core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x61dcb73af3ab - test[b137923399915ecf]::__rust_begin_short_backtrace::, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x61dcb73bbd7b - test[b137923399915ecf]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x61dcb73bbd7b - as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 28: 0x61dcb73bbd7b - std[128c3efe2914e152]::panicking::catch_unwind::do_call::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 29: 0x61dcb73bbd7b - std[128c3efe2914e152]::panicking::catch_unwind::, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 30: 0x61dcb73bbd7b - std[128c3efe2914e152]::panic::catch_unwind::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x61dcb73bbd7b - test[b137923399915ecf]::run_test_in_process [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x61dcb73bbd7b - test[b137923399915ecf]::run_test::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x61dcb73b61d4 - test[b137923399915ecf]::run_test::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x61dcb73b61d4 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 35: 0x61dcb73be982 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 36: 0x61dcb73be982 - ::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 37: 0x61dcb73be982 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 38: 0x61dcb73be982 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 39: 0x61dcb73be982 - std[128c3efe2914e152]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x61dcb73be982 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 41: 0x61dcb73be982 - ::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x61dcb76b173f - + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 43: 0x61dcb76b173f - ::new::thread_start [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 44: 0x71deb67efaa4 - [INFO] [stdout] 45: 0x71deb687ca64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] pty_manager::tests::check_exits_records_finished_processes [INFO] [stdout] [INFO] [stdout] test result: FAILED. 59 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `-p ristd --lib` [INFO] running `Command { std: "docker" "inspect" "53ccac59205134981d46cbebfda44915035979f981ebea490e4c30ef979eb429", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53ccac59205134981d46cbebfda44915035979f981ebea490e4c30ef979eb429", kill_on_drop: false }` [INFO] [stdout] 53ccac59205134981d46cbebfda44915035979f981ebea490e4c30ef979eb429