[INFO] cloning repository https://github.com/misty-step/roster
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/misty-step/roster" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmisty-step%2Froster", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmisty-step%2Froster'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d7d7754ea9b29d7f46213233da2048f122e2fcda
[INFO] testing misty-step/roster against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmisty-step%2Froster" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/misty-step/roster
[INFO] finished tweaking git repo https://github.com/misty-step/roster
[INFO] tweaked toml for git repo https://github.com/misty-step/roster written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/misty-step/roster on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/misty-step/roster already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b
[INFO] running `Command { std: "docker" "start" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling roster-core v0.2.1 (/opt/rustwide/workdir/crates/roster-core)
[INFO] [stderr]    Compiling roster-cli v0.2.1 (/opt/rustwide/workdir/crates/roster-cli)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 46.21s
[INFO] running `Command { std: "docker" "inspect" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling roster-core v0.2.1 (/opt/rustwide/workdir/crates/roster-core)
[INFO] [stderr]    Compiling roster-cli v0.2.1 (/opt/rustwide/workdir/crates/roster-cli)
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling bstr v1.12.3
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 48.70s
[INFO] running `Command { std: "docker" "inspect" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/roster-3fe96b032ad9ce10)
[INFO] [stdout] running 5 tests
[INFO] [stderr]      Running tests/check.rs (/opt/rustwide/target/release/deps/check-3185a39d72257409)
[INFO] [stdout] test picker::tests::clipping_prevents_terminal_soft_wraps ... ok
[INFO] [stdout] test picker::tests::disabled_agent_cannot_launch_and_escape_cancels ... ok
[INFO] [stdout] test picker::tests::list_window_keeps_the_selection_visible ... ok
[INFO] [stdout] test picker::tests::renderer_keeps_full_narrow_and_compact_layouts_legible ... ok
[INFO] [stdout] test picker::tests::picker_filters_navigates_edits_and_launches ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test check_passes_on_the_real_repo ... ok
[INFO] [stdout] test check_accepts_consistent_external_provenance_offline ... ok
[INFO] [stdout] test check_reports_external_alias_receipt_and_declaration_drift ... ok
[INFO] [stdout] test check_without_config_uses_the_catalog_in_cwd ... ok
[INFO] [stdout] test check_fails_on_broken_frontmatter_and_dead_reference ... ok
[INFO] [stdout] test check_ignores_tracked_skills_deleted_in_the_worktree ... ok
[INFO] [stdout] test check_warns_but_passes_on_past_due_review_date ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/release_distribution.rs (/opt/rustwide/target/release/deps/release_distribution-136f12ae82e7086d)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test release_shell_surfaces_keep_portable_failure_boundaries ... ok
[INFO] [stdout] test release_workflow_keeps_version_intelligence_provenance_and_live_replay ... ok
[INFO] [stdout] test release_archive_installs_and_drives_the_public_cold_start ... ok
[INFO] [stderr]      Running tests/v02_cli.rs (/opt/rustwide/target/release/deps/v02_cli-7a31a66d96720a74)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 48.63s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test claude_preflight_requires_declared_mcp_child_env ... ok
[INFO] [stdout] test claude_missing_required_capability_stops_before_launch ... ok
[INFO] [stdout] test codex_preflight_rejects_empty_mcp_child_env ... ok
[INFO] [stdout] test claude_preflight_accepts_new_versions_and_launches_in_the_selected_workspace ... ok
[INFO] [stdout] test claude_preflight_rejects_empty_mcp_child_env ... ok
[INFO] [stdout] test dispatch_default_fails_clearly_when_unconfigured ... ok
[INFO] [stdout] test dispatch_selects_an_explicit_harness_default ... ok
[INFO] [stdout] test authority_requests_are_explicit_receipted_and_fail_closed ... ok
[INFO] [stdout] test dispatch_dry_run_is_transparent_and_rescue_has_no_roster_context ... ok
[INFO] [stdout] test codex_projection_forwards_declared_stdio_mcp_environment_by_name ... ok
[INFO] [stdout] test claude_projection_preserves_presentation_and_blocks_native_behavior ... ok
[INFO] [stdout] test bare_launch_is_pipe_friendly_and_init_refuses_overwrite ... ok
[INFO] [stdout] test codex_skill_inventory_drift_stops_before_launch ... ok
[INFO] [stdout] test ad_hoc_dispatch_receipt_retains_the_exact_effective_composition ... ok
[INFO] [stdout] test codex_projected_skill_parse_error_stops_before_launch ... ok
[INFO] [stdout] test codex_skill_identity_collision_stops_before_launch ... ok
[INFO] [stdout] test list_keeps_an_invalid_agent_visible_but_disabled ... ok
[INFO] [stdout] test claude_keep_bundle_redacts_declared_mcp_env ... ok
[INFO] [stdout] test list_and_show_use_the_explicit_config ... ok
[INFO] [stdout] test harness_defaults_always_use_nearest_config_discovery ... ok
[INFO] [stdout] test resolve_writes_an_exact_bundle_and_reports_its_manifest ... ok
[INFO] [stdout] test dispatch_preserves_child_exit_code_and_cleans_failed_run ... ok
[INFO] [stderr] Preparing amos (codex)…
[INFO] [stderr] Adapter target: codex codex-cli 9.9.9
[INFO] [stdout] test codex_strict_configuration_failure_stops_before_launch ... ok
[INFO] [stdout] test rescue_uses_the_same_clean_declared_environment ... ok
[INFO] [stderr] Launching amos (codex)…
[INFO] [stdout] test inspect_reports_one_agent_and_recent_receipts ... ok
[INFO] [stdout] test omp_preflight_rejects_missing_mcp_command_on_path ... ok
[INFO] [stdout] test omp_preflight_rejects_empty_mcp_child_env ... ok
[INFO] [stdout] test resolve_and_dispatch_accept_one_explicit_ad_hoc_composition ... ok
[INFO] [stdout] test omp_preflight_requires_declared_mcp_child_env ... ok
[INFO] [stdout] test omp_preflight_projects_declared_mcp_env_and_command ... ok
[INFO] [stdout] test codex_projection_preserves_native_state_and_blocks_project_config ... ok
[INFO] [stdout] test omp_projection_reuses_operator_credential_store ... ok
[INFO] [stdout] test malformed_presentation_config_is_omitted_deterministically ... ok
[INFO] [stdout] test omp_preflight_reads_the_live_runtime_inventory ... ok
[INFO] [stdout] test check_validates_an_explicit_config_graph_and_rejects_no_catalog ... ok
[INFO] [stderr] roster receipt: /tmp/.tmpOnkd8D/state/receipts/20260903T110541.372Z-11306-amos.yaml
[INFO] [stdout] test termination_signal_is_forwarded_to_the_harness_child ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/roster_core-d9b37121073754ac)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/public_library.rs (/opt/rustwide/target/release/deps/public_library-f32ca714409b7705)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test public_library_privacy_oracle_is_structural ... ok
[INFO] [stdout] test smith_resolves_the_focused_agent_engineering_surface ... ok
[INFO] [stdout] test estate_intents_materialize_provider_native_composition ... ok
[INFO] [stdout] test orchestrator_resolves_the_fleet_feed_mcp_for_each_tier_one_harness ... ok
[INFO] [stdout] test every_example_agent_resolves_from_the_public_library ... ok
[INFO] [stdout] test public_library_contains_no_operator_identifiers ... ok
[INFO] [stdout] test artifact_renderer_holds_root_and_registry_descriptors_for_the_transaction ... ok
[INFO] [stdout] test public_library_boundary_is_behavioral_and_graph_complete ... ok
[INFO] [stdout] test artifact_helpers_reject_concurrent_parent_symlink_swaps ... ok
[INFO] [stdout] test sprite_lane_behaviorally_bounds_credentials_shells_and_receipts has been running for over 60 seconds
[INFO] [stdout] test sprite_lane_behaviorally_bounds_credentials_shells_and_receipts ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- sprite_lane_behaviorally_bounds_credentials_shells_and_receipts stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sprite_lane_behaviorally_bounds_credentials_shells_and_receipts' (11418) panicked at crates/roster-core/tests/public_library.rs:2522:5:
[INFO] [stdout] prior checkpoint cleanup never started
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a5bc47203b1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5a5bc4736aba - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5a5bc47250bc - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5a5bc46f9306 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5a5bc47157f9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5a5bc464d9d0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5a5bc47159b2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5a5bc46f93e4 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5a5bc46f0849 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5a5bc46fa43d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5a5bc47371ec - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5a5bc4621285 - public_library[92d4a169b956482]::sprite_lane_behaviorally_bounds_credentials_shells_and_receipts
[INFO] [stdout]   12:     0x5a5bc4629589 - <public_library[92d4a169b956482]::sprite_lane_behaviorally_bounds_credentials_shells_and_receipts::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x5a5bc4640d0b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   14:     0x5a5bc464e355 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   15:     0x5a5bc4648e04 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x5a5bc46514a2 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x5a5bc471eb7f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x7a054aed207a - <unknown>
[INFO] [stdout]   19:     0x7a054af65534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     sprite_lane_behaviorally_bounds_credentials_shells_and_receipts
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 77.55s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p roster-core --test public_library`
[INFO] running `Command { std: "docker" "inspect" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b", kill_on_drop: false }`
[INFO] [stdout] bee7e3340d6a43bdb75e394afa0ef2b4d411bec6854d83df13466c4cda0c547b
