[INFO] cloning repository https://github.com/dwalleck/rivets
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dwalleck/rivets" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwalleck%2Frivets", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwalleck%2Frivets'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c3a5e1d5078f7dad2de4e74849561ade0d700fc0
[INFO] testing dwalleck/rivets against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdwalleck%2Frivets" "/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/dwalleck/rivets
[INFO] finished tweaking git repo https://github.com/dwalleck/rivets
[INFO] tweaked toml for git repo https://github.com/dwalleck/rivets written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dwalleck/rivets on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dwalleck/rivets 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a19156e124165fa45b1b67020381ac9b2b591f86028312f9cb5df47b1334cb21
[INFO] running `Command { std: "docker" "start" "-a" "a19156e124165fa45b1b67020381ac9b2b591f86028312f9cb5df47b1334cb21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a19156e124165fa45b1b67020381ac9b2b591f86028312f9cb5df47b1334cb21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a19156e124165fa45b1b67020381ac9b2b591f86028312f9cb5df47b1334cb21", kill_on_drop: false }`
[INFO] [stdout] a19156e124165fa45b1b67020381ac9b2b591f86028312f9cb5df47b1334cb21
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e4243c688f7dbdbc234de08e3c9feb0d724b437f21dd8acbf330312d032fe32
[INFO] running `Command { std: "docker" "start" "-a" "4e4243c688f7dbdbc234de08e3c9feb0d724b437f21dd8acbf330312d032fe32", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling schemars_derive v1.1.0
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling rmcp-macros v0.8.5
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling schemars v1.1.0
[INFO] [stderr]    Compiling rivets-jsonl v0.1.0 (/opt/rustwide/workdir/crates/rivets-jsonl)
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling rivets v0.1.0 (/opt/rustwide/workdir/crates/rivets)
[INFO] [stderr]    Compiling rmcp v0.8.5
[INFO] [stderr]    Compiling rivets-mcp v0.1.0 (/opt/rustwide/workdir/crates/rivets-mcp)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
[INFO] running `Command { std: "docker" "inspect" "4e4243c688f7dbdbc234de08e3c9feb0d724b437f21dd8acbf330312d032fe32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e4243c688f7dbdbc234de08e3c9feb0d724b437f21dd8acbf330312d032fe32", kill_on_drop: false }`
[INFO] [stdout] 4e4243c688f7dbdbc234de08e3c9feb0d724b437f21dd8acbf330312d032fe32
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4955810d8e0ddd2b49976efde81f7b9f0abb36945c8057be7c03281760fa44c3
[INFO] running `Command { std: "docker" "start" "-a" "4955810d8e0ddd2b49976efde81f7b9f0abb36945c8057be7c03281760fa44c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling schemars_derive v1.1.0
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling rmcp-macros v0.8.5
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling rivets-jsonl v0.1.0 (/opt/rustwide/workdir/crates/rivets-jsonl)
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling rivets v0.1.0 (/opt/rustwide/workdir/crates/rivets)
[INFO] [stderr]    Compiling schemars v1.1.0
[INFO] [stderr]    Compiling rmcp v0.8.5
[INFO] [stderr]    Compiling rivets-mcp v0.1.0 (/opt/rustwide/workdir/crates/rivets-mcp)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
[INFO] running `Command { std: "docker" "inspect" "4955810d8e0ddd2b49976efde81f7b9f0abb36945c8057be7c03281760fa44c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4955810d8e0ddd2b49976efde81f7b9f0abb36945c8057be7c03281760fa44c3", kill_on_drop: false }`
[INFO] [stdout] 4955810d8e0ddd2b49976efde81f7b9f0abb36945c8057be7c03281760fa44c3
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 383109c55694650744feb3870cb42121f9f49def522c01de336174bde3a0455f
[INFO] running `Command { std: "docker" "start" "-a" "383109c55694650744feb3870cb42121f9f49def522c01de336174bde3a0455f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rivets-84db7bbc36fddb30)
[INFO] [stdout] 
[INFO] [stdout] running 208 tests
[INFO] [stdout] test cli::execute::tests::append_note_tests::test_append_note::case_2_with_existing_notes ... ok
[INFO] [stdout] test cli::execute::tests::append_note_tests::test_append_note::case_3_empty_existing_notes ... ok
[INFO] [stdout] test cli::execute::tests::append_note_tests::test_append_note_close_reason ... ok
[INFO] [stdout] test cli::execute::tests::append_note_tests::test_append_note_reopen_reason ... ok
[INFO] [stdout] test cli::execute::tests::resolve_label_issue_ids_tests::test_both_positional_and_flag_fails ... ok
[INFO] [stdout] test cli::execute::tests::resolve_label_issue_ids_tests::test_multiple_ids_via_flag ... ok
[INFO] [stdout] test cli::execute::tests::resolve_label_issue_ids_tests::test_neither_positional_nor_flag_fails ... ok
[INFO] [stdout] test app::tests::test_app_from_uninitialized_directory ... ok
[INFO] [stdout] test cli::execute::tests::resolve_label_issue_ids_tests::test_single_positional_id ... ok
[INFO] [stdout] test cli::execute::tests::test_save_or_record_failure_outcomes::case_2_storage_error ... ok
[INFO] [stdout] test cli::execute::tests::append_note_tests::test_append_note::case_1_no_existing_notes ... ok
[INFO] [stdout] test cli::execute::tests::test_save_or_record_failure_outcomes::case_1_success ... ok
[INFO] [stdout] test cli::execute::tests::append_note_tests::test_append_note::case_4_multiline_existing ... ok
[INFO] [stdout] test cli::execute::tests::test_save_or_record_failure_success_records_issue ... ok
[INFO] [stdout] test cli::tests::test_parse_close_multiple_ids ... ok
[INFO] [stdout] test cli::execute::tests::test_save_or_record_failure_error_contains_message ... ok
[INFO] [stdout] test cli::tests::test_parse_blocked ... ok
[INFO] [stdout] test cli::tests::test_parse_create_full ... ok
[INFO] [stdout] test app::tests::test_app_from_subdirectory ... ok
[INFO] [stdout] test cli::tests::test_parse_close_with_reason ... ok
[INFO] [stdout] test cli::tests::test_parse_create_minimal ... ok
[INFO] [stdout] test cli::tests::test_parse_delete ... ok
[INFO] [stdout] test app::tests::test_app_from_initialized_directory ... ok
[INFO] [stdout] test cli::tests::test_parse_dep_add ... ok
[INFO] [stdout] test cli::tests::test_parse_dep_list ... ok
[INFO] [stdout] test cli::tests::test_parse_close ... ok
[INFO] [stdout] test cli::tests::test_parse_global_json_flag ... ok
[INFO] [stdout] test cli::tests::test_parse_dep_remove ... ok
[INFO] [stdout] test cli::tests::test_parse_info ... ok
[INFO] [stdout] test cli::tests::test_parse_delete_force ... ok
[INFO] [stdout] test cli::tests::test_parse_info_with_json ... ok
[INFO] [stdout] test cli::tests::test_parse_list_default ... ok
[INFO] [stdout] test cli::tests::test_parse_init_default ... ok
[INFO] [stdout] test cli::tests::test_parse_create_invalid_priority ... ok
[INFO] [stdout] test cli::tests::test_parse_init_with_prefix ... ok
[INFO] [stdout] test cli::tests::test_parse_list_status_in_progress ... ok
[INFO] [stdout] test cli::tests::test_parse_init_quiet ... ok
[INFO] [stdout] test cli::tests::test_parse_list_status_in_progress_alias ... ok
[INFO] [stdout] test cli::tests::test_parse_list_with_filters ... ok
[INFO] [stdout] test cli::tests::test_parse_no_command ... ok
[INFO] [stdout] test cli::tests::test_parse_ready_with_options ... ok
[INFO] [stdout] test cli::tests::test_parse_ready_default ... ok
[INFO] [stdout] test cli::tests::test_parse_reopen ... ok
[INFO] [stdout] test cli::tests::test_parse_reopen_with_reason ... ok
[INFO] [stdout] test cli::tests::test_parse_show_invalid_id ... ok
[INFO] [stdout] test cli::tests::test_parse_show ... ok
[INFO] [stdout] test cli::tests::test_parse_show_multiple_ids ... ok
[INFO] [stdout] test cli::tests::test_parse_reopen_multiple_ids ... ok
[INFO] [stdout] test cli::tests::test_parse_stats ... ok
[INFO] [stdout] test cli::tests::test_parse_update ... ok
[INFO] [stdout] test cli::types::tests::test_dependency_type_conversion ... ok
[INFO] [stdout] test cli::types::tests::test_display_implementations ... ok
[INFO] [stdout] test cli::types::tests::test_issue_type_conversion ... ok
[INFO] [stdout] test cli::types::tests::test_issue_status_conversion ... ok
[INFO] [stdout] test cli::tests::test_parse_update_assignee_and_no_assignee_conflict ... ok
[INFO] [stdout] test cli::tests::test_parse_update_multiple_ids ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_description_with_control_character ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_empty ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_invalid_chars ... ok
[INFO] [stdout] test cli::tests::test_parse_update_no_assignee ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_leading_hyphen_suffix ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_multiple_hyphens ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_no_hyphen ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_prefix_21_chars ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_prefix_exactly_20_chars ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_prefix_too_short ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_trailing_hyphen_suffix ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_valid ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_empty ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_exactly_max_length ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_mixed_separators_allowed ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_empty_suffix ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_must_start_with_alphanumeric ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_no_consecutive_hyphens::case_1_two_hyphens ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_description_with_tab_and_newline ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_no_consecutive_hyphens::case_3_four_hyphens ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_must_end_with_alphanumeric ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_no_consecutive_hyphens::case_2_three_hyphens ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_no_consecutive_underscores::case_2_three_underscores ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_no_consecutive_underscores::case_1_two_underscores ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_no_consecutive_underscores::case_3_four_underscores ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_too_long ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_trims_whitespace ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_description_with_newline_allowed ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_description_empty ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_space_rejected ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_special_chars_rejected ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_valid ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_prefix_too_short ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_prefix_too_long ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_prefix_valid ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_empty ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_exactly_max_length ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_issue_id_consecutive_hyphens ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_uppercase_rejected ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_prefix_trims_whitespace ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_prefix_invalid_chars ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_valid ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_with_control_character ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_trims_whitespace ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_with_delete_character ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_label_whitespace_only ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_too_long ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_with_newline ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_with_tab_allowed ... ok
[INFO] [stdout] test commands::init::tests::test_config_default ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_with_carriage_return ... ok
[INFO] [stdout] test cli::validators::tests::test_validate_title_whitespace_only ... ok
[INFO] [stdout] test commands::init::tests::test_config_new ... ok
[INFO] [stdout] test commands::init::tests::test_find_rivets_root_not_found ... ok
[INFO] [stdout] test commands::init::tests::test_config_save_and_load ... ok
[INFO] [stdout] test commands::init::tests::test_config_load_validates_prefix ... ok
[INFO] [stdout] test commands::init::tests::test_find_rivets_root_in_parent_dir ... ok
[INFO] [stdout] test commands::init::tests::test_init_fails_with_invalid_prefix ... ok
[INFO] [stdout] test commands::init::tests::test_init_creates_gitignore ... ok
[INFO] [stdout] test commands::init::tests::test_init_trims_prefix_whitespace ... ok
[INFO] [stdout] test commands::init::tests::test_init_creates_directory_structure ... ok
[INFO] [stdout] test commands::init::tests::test_is_initialized_false ... ok
[INFO] [stdout] test commands::init::tests::test_is_initialized_true ... ok
[INFO] [stdout] test commands::init::tests::test_init_with_default_prefix ... ok
[INFO] [stdout] test commands::init::tests::test_init_creates_empty_issues_file ... ok
[INFO] [stdout] test commands::init::tests::test_to_backend_absolute_path_rejected ... ok
[INFO] [stdout] test commands::init::tests::test_to_backend_jsonl_success ... ok
[INFO] [stdout] test commands::init::tests::test_to_backend_postgresql_not_implemented ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_invalid::case_1_too_short_single ... ok
[INFO] [stdout] test commands::init::tests::test_to_backend_unknown_backend_error ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_invalid::case_2_too_short_empty ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_invalid::case_4_hyphen ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_invalid::case_5_underscore ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_invalid::case_6_space ... ok
[INFO] [stdout] test commands::init::tests::test_init_fails_if_already_initialized ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_invalid::case_3_too_long ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_invalid::case_7_dot ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_rejects_whitespace ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_valid::case_2_valid_medium ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_valid::case_3_valid_long ... ok
[INFO] [stdout] test commands::init::tests::test_init_with_custom_prefix ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_valid::case_7_valid_max_length ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_valid::case_4_valid_alphanumeric ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_valid::case_5_valid_uppercase ... ok
[INFO] [stdout] test domain::tests::test_dependency_type_display ... ok
[INFO] [stdout] test domain::tests::test_issue_id_as_str ... ok
[INFO] [stdout] test domain::tests::test_issue_id_display ... ok
[INFO] [stdout] test domain::tests::test_issue_id_from_string ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_valid::case_6_valid_mixed_case ... ok
[INFO] [stdout] test domain::tests::test_issue_status_display ... ok
[INFO] [stdout] test commands::init::tests::test_validate_prefix_valid::case_1_valid_short ... ok
[INFO] [stdout] test commands::init::tests::test_find_rivets_root_in_current_dir ... ok
[INFO] [stdout] test domain::tests::test_issue_type_display ... ok
[INFO] [stdout] test domain::tests::test_issue_id_equality ... ok
[INFO] [stdout] test domain::tests::test_validate_invalid_priority_high ... ok
[INFO] [stdout] test domain::tests::test_new_issue_default ... ok
[INFO] [stdout] test commands::init::tests::test_config_yaml_format ... ok
[INFO] [stdout] test domain::tests::test_new_issue_default_validates ... ok
[INFO] [stdout] test domain::tests::test_validate_empty_title ... ok
[INFO] [stdout] test domain::tests::test_issue_id_from_str ... ok
[INFO] [stdout] test domain::tests::test_validate_invalid_priority_low ... ok
[INFO] [stdout] test domain::tests::test_validate_valid_issue ... ok
[INFO] [stdout] test domain::tests::test_validate_priority_boundaries ... ok
[INFO] [stdout] test domain::tests::test_validate_whitespace_only_title ... ok
[INFO] [stdout] test domain::tests::validate_title_and_priority_tests::test_priority_error_message_includes_range ... ok
[INFO] [stdout] test domain::tests::validate_title_and_priority_tests::test_title_exactly_max_length ... ok
[INFO] [stdout] test domain::tests::validate_title_and_priority_tests::test_title_exceeds_max_length ... ok
[INFO] [stdout] test domain::tests::validate_title_and_priority_tests::test_validate_title_and_priority::case_1_valid_title_and_priority ... ok
[INFO] [stdout] test domain::tests::validate_title_and_priority_tests::test_validate_title_and_priority::case_4_priority_zero ... ok
[INFO] [stdout] test domain::tests::validate_title_and_priority_tests::test_validate_title_and_priority::case_5_priority_max ... ok
[INFO] [stdout] test domain::tests::validate_title_and_priority_tests::test_validate_title_and_priority::case_2_empty_title ... ok
[INFO] [stdout] test domain::tests::validate_title_and_priority_tests::test_validate_title_and_priority::case_3_whitespace_only_title ... ok
[INFO] [stdout] test domain::tests::test_validate_title_exactly_max_length ... ok
[INFO] [stdout] test domain::tests::test_validate_title_too_long ... ok
[INFO] [stdout] test domain::tests::test_validate_title_with_whitespace ... ok
[INFO] [stdout] test id_generation::tests::test_adaptive_length::case_2 ... ok
[INFO] [stdout] test id_generation::tests::test_base36_encoding ... ok
[INFO] [stdout] test id_generation::tests::test_adaptive_length::case_3 ... ok
[INFO] [stdout] test id_generation::tests::test_hierarchical_ids ... ok
[INFO] [stdout] test id_generation::tests::test_collision_handling ... ok
[INFO] [stdout] test domain::tests::validate_title_and_priority_tests::test_validate_title_and_priority::case_6_priority_too_high ... ok
[INFO] [stdout] test id_generation::tests::test_adaptive_length::case_1 ... ok
[INFO] [stdout] test id_generation::tests::test_id_validation ... ok
[INFO] [stdout] test output::tests::test_indent_text ... ok
[INFO] [stdout] test id_generation::tests::test_id_generation ... ok
[INFO] [stdout] test output::tests::test_print_issue_text ... ok
[INFO] [stdout] test output::tests::test_print_issue_details_text ... ok
[INFO] [stdout] test id_generation::tests::test_nested_hierarchical_ids ... ok
[INFO] [stdout] test output::tests::test_status_icon ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_assignee::case_1_assignee_matches ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_assignee::case_2_assignee_does_not_match ... ok
[INFO] [stdout] test output::tests::test_print_issue_json ... ok
[INFO] [stdout] test id_generation::tests::test_register_existing_ids ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_empty_filter_matches_all ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_issue_type::case_1_type_matches ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_issue_type::case_2_type_does_not_match ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_label::case_1_label_matches ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_label::case_2_label_does_not_match ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_multiple_criteria ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_priority::case_2_priority_does_not_match ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_status::case_1_status_matches ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_status::case_2_status_does_not_match ... ok
[INFO] [stdout] test storage::in_memory::trait_impl::tests::test_matches_filter_priority::case_1_priority_matches ... ok
[INFO] [stdout] test storage::tests::test_in_memory_reload_is_noop ... ok
[INFO] [stdout] test storage::tests::test_dependencies ... ok
[INFO] [stdout] test storage::tests::test_empty_queries ... ok
[INFO] [stdout] test storage::tests::test_mock_storage_copy_semantics ... ok
[INFO] [stdout] test storage::tests::test_trait_object_usage ... ok
[INFO] [stdout] test storage::tests::test_get_issue ... ok
[INFO] [stdout] test storage::tests::test_jsonl_reload_restores_disk_state ... ok
[INFO] [stdout] test storage::tests::test_jsonl_reload_empty_file ... ok
[INFO] [stdout] test cli::execute::tests::test_save_or_record_failure_save_error ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli::execute::tests::test_save_or_record_failure_save_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli::execute::tests::test_save_or_record_failure_save_error' (34) panicked at crates/rivets/src/cli/execute.rs:1506:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 1
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a1127916532 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a1127916532 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a1127916532 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a1127916532 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a112792e36a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a112792e36a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5a112791bbc6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5a112791bbc6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5a11278f252f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a11278f252f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a112790d809 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a112769d36e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5a112769d36e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5a112790da72 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5a112790da72 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a11278f25e8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a11278e7039 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a11278f365d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a112792eaac - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a112792e963 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5a112792969d - core[585f66e14d78f9ba]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5a11274fe279 - rivets[26bd72dafefa5a97]::cli::execute::tests::test_save_or_record_failure_save_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/rivets/src/cli/execute.rs:1506:9
[INFO] [stdout]   22:     0x5a11274e4022 - <core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5a11274e409d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5a112761da0d - <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   25:     0x5a112761d8bb - tokio[18ce3b3b0f95e63f]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5a112761d8bb - tokio[18ce3b3b0f95e63f]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5a112761d8bb - <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   28:     0x5a112760f310 - <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   29:     0x5a112761c85d - <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   30:     0x5a112761bb54 - <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   31:     0x5a1127574fcb - <tokio[18ce3b3b0f95e63f]::runtime::context::scoped::Scoped<tokio[18ce3b3b0f95e63f]::runtime::scheduler::Context>>::set::<<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5a1127578c69 - tokio[18ce3b3b0f95e63f]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5a11275af412 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[18ce3b3b0f95e63f]::runtime::context::Context>>::try_with::<tokio[18ce3b3b0f95e63f]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x5a11275aef9e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[18ce3b3b0f95e63f]::runtime::context::Context>>::with::<tokio[18ce3b3b0f95e63f]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x5a11275770bd - tokio[18ce3b3b0f95e63f]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5a1127611450 - <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   37:     0x5a1127611746 - <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   38:     0x5a112761b660 - <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5a11275c4743 - tokio[18ce3b3b0f95e63f]::runtime::context::runtime::enter_runtime::<<tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5a112760ee41 - <tokio[18ce3b3b0f95e63f]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5a112755d6a4 - <tokio[18ce3b3b0f95e63f]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x5a112755d86c - <tokio[18ce3b3b0f95e63f]::runtime::runtime::Runtime>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut dyn core[585f66e14d78f9ba]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x5a1127509330 - rivets[26bd72dafefa5a97]::cli::execute::tests::test_save_or_record_failure_save_error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/rivets/src/cli/execute.rs:1509:64
[INFO] [stdout]   44:     0x5a11274fd2e7 - rivets[26bd72dafefa5a97]::cli::execute::tests::test_save_or_record_failure_save_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/rivets/src/cli/execute.rs:1456:54
[INFO] [stdout]   45:     0x5a1127635d06 - <rivets[26bd72dafefa5a97]::cli::execute::tests::test_save_or_record_failure_save_error::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5a112769171b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5a112769171b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x5a112769df7a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x5a112769df7a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x5a112769df7a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5a112769df7a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5a112769df7a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5a112769df7a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x5a112769df7a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x5a1127698444 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x5a1127698444 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5a11276a0a72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x5a11276a0a72 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x5a11276a0a72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5a11276a0a72 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5a11276a0a72 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5a11276a0a72 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x5a11276a0a72 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5a112791585f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   65:     0x5a112791585f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   66:     0x7077ef455aa4 - <unknown>
[INFO] [stdout]   67:     0x7077ef4e2a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli::execute::tests::test_save_or_record_failure_save_error
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 207 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p rivets --lib`
[INFO] running `Command { std: "docker" "inspect" "383109c55694650744feb3870cb42121f9f49def522c01de336174bde3a0455f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "383109c55694650744feb3870cb42121f9f49def522c01de336174bde3a0455f", kill_on_drop: false }`
[INFO] [stdout] 383109c55694650744feb3870cb42121f9f49def522c01de336174bde3a0455f
