[INFO] cloning repository https://github.com/AaryanKapoor08/loopd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AaryanKapoor08/loopd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaryanKapoor08%2Floopd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaryanKapoor08%2Floopd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7725da8784260679809b5360f66f2ac9ddc50fd0
[INFO] testing AaryanKapoor08/loopd against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaryanKapoor08%2Floopd" "/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/AaryanKapoor08/loopd
[INFO] finished tweaking git repo https://github.com/AaryanKapoor08/loopd
[INFO] tweaked toml for git repo https://github.com/AaryanKapoor08/loopd written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AaryanKapoor08/loopd on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AaryanKapoor08/loopd 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ts-rs v10.1.0
[INFO] [stderr]   Downloaded ts-rs-macros v10.1.0
[INFO] [stderr]   Downloaded strip-ansi-escapes v0.2.1
[INFO] [stderr]   Downloaded vte v0.14.1
[INFO] [stderr]   Downloaded compact_str v0.8.2
[INFO] [stderr]   Downloaded portable-pty v0.8.1
[INFO] [stderr]   Downloaded filedescriptor v0.8.3
[INFO] [stderr]   Downloaded kqueue-sys v1.1.2
[INFO] [stderr]   Downloaded kqueue v1.2.0
[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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568
[INFO] running `Command { std: "docker" "start" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568", 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" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568", 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" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling ioctl-rs v0.1.6
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling serial-core v0.4.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling termios v0.2.2
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling serial-unix v0.4.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling compact_str v0.8.2
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling nix v0.25.1
[INFO] [stderr]    Compiling serial v0.4.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling ts-rs-macros v10.1.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling portable-pty v0.8.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling ts-rs v10.1.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ratatui v0.28.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling loopd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568", 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" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling loopd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.88s
[INFO] running `Command { std: "docker" "inspect" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568", 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" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/loopd-7abff9b587eec5a8)
[INFO] [stdout] 
[INFO] [stdout] running 101 tests
[INFO] [stdout] test agents::claude::tests::non_json_line_becomes_output_not_panic ... ok
[INFO] [stdout] test agents::claude::tests::finish_synthesizes_run_end_when_stream_cut_off ... ok
[INFO] [stdout] test agents::claude::tests::subagent_turns_do_not_count_toward_totals ... ok
[INFO] [stdout] test agents::claude::tests::full_run_maps_to_events_and_rollup ... ok
[INFO] [stdout] test agents::claude::tests::chunk_split_across_pushes_parses_once_complete ... ok
[INFO] [stdout] test agents::codex::tests::auth_error_is_surfaced_not_buried ... ok
[INFO] [stdout] test agents::claude::tests::transcript_lines_feed_the_same_parser ... ok
[INFO] [stdout] test agents::codex::tests::chunk_split_across_pushes_parses_once_complete ... ok
[INFO] [stdout] test agents::claude::tests::mcp_tool_names_are_displayed_namespaced ... ok
[INFO] [stdout] test agents::claude::tests::replayed_user_lines_are_dropped ... ok
[INFO] [stdout] test agents::codex::tests::cost_is_computed_not_reported ... ok
[INFO] [stdout] test agents::claude::tests::transcript_sidechain_turns_are_excluded_from_rollup ... ok
[INFO] [stdout] test agents::codex::tests::failed_command_yields_tool_status_error ... ok
[INFO] [stdout] test agents::tests::every_known_agent_resolves ... ok
[INFO] [stdout] test cli::fmt::tests::ctx_pct_guards_zero_window ... ok
[INFO] [stdout] test agents::codex::tests::non_json_line_becomes_output_not_panic ... ok
[INFO] [stdout] test agents::codex::tests::result_without_id_pairs_to_most_recent_pending ... ok
[INFO] [stdout] test cli::fmt::tests::formats_a_tool_event_compactly ... ok
[INFO] [stdout] test cli::fmt::tests::human_is_compact ... ok
[INFO] [stdout] test cli::fmt::tests::elapsed_formats_by_magnitude ... ok
[INFO] [stdout] test cli::hooks::tests::loopd_ingest_matcher_is_specific ... ok
[INFO] [stdout] test agents::codex::tests::full_run_maps_to_events_and_rollup ... ok
[INFO] [stdout] test cli::fmt::tests::chronological_reverses_newest_first ... ok
[INFO] [stdout] test cli::hooks::tests::install_into_a_missing_file_creates_it ... ok
[INFO] [stdout] test cli::hooks::tests::remove_with_no_loopd_hooks_is_a_noop ... ok
[INFO] [stdout] test agents::tests::find_on_path_resolves_a_known_system_binary ... ok
[INFO] [stdout] test config::tests::defaults_match_plan_part_10 ... ok
[INFO] [stdout] test core::detector::tests::clamp_degrades_unowned_pause_and_kill ... ok
[INFO] [stdout] test config::tests::validate_rejects_unknown_default_agent ... ok
[INFO] [stdout] test core::detector::tests::clamp_keeps_pause_and_kill_for_remotely_enforced_runs ... ok
[INFO] [stdout] test core::detector::tests::fold_remote_action_marks_kill_and_pause ... ok
[INFO] [stdout] test cli::set::tests::wrong_type_round_trips_into_an_error ... ok
[INFO] [stdout] test core::detector::tests::healthy_run_has_no_flags_and_no_action ... ok
[INFO] [stdout] test core::detector::tests::no_progress_is_silent_without_a_test_command ... ok
[INFO] [stdout] test core::detector::tests::observed_run_kill_policy_degrades_to_notify ... ok
[INFO] [stdout] test core::detector::tests::repeated_action_trips_and_default_on_trip_is_warn ... ok
[INFO] [stdout] test core::detector::tests::sdk_run_over_a_cost_cap_decides_kill_not_notify ... ok
[INFO] [stdout] test config::tests::missing_file_yields_defaults ... ok
[INFO] [stdout] test core::events::tests::loop_event_round_trips_through_json ... ok
[INFO] [stdout] test core::events::tests::run_ids_are_unique ... ok
[INFO] [stdout] test agents::tests::preflight_errors_clearly_for_a_missing_agent ... ok
[INFO] [stdout] test cli::set::tests::parse_scalar_keeps_types ... ok
[INFO] [stdout] test core::git::tests::empty_cwd_has_no_signal ... ok
[INFO] [stdout] test agents::tests::missing_binary_does_not_resolve ... ok
[INFO] [stdout] test cli::hooks::tests::install_is_non_destructive_and_idempotent ... ok
[INFO] [stdout] test core::pricing::tests::usage_total_and_cost_include_cache_tokens ... ok
[INFO] [stdout] test cli::set::tests::set_path_updates_a_nested_leaf ... ok
[INFO] [stdout] test config::tests::partial_yaml_merges_onto_defaults ... ok
[INFO] [stdout] test core::pricing::tests::computes_cost_from_tokens ... ok
[INFO] [stdout] test core::pricing::tests::matches_claude_families_by_substring ... ok
[INFO] [stdout] test core::pricing::tests::unknown_model_has_no_price ... ok
[INFO] [stdout] test cli::hooks::tests::status_reflects_install_then_remove ... ok
[INFO] [stdout] test core::pricing::tests::codex_default_model_resolves_and_computes_cost ... ok
[INFO] [stdout] test core::git::tests::unspawnable_cwd_has_no_signal ... ok
[INFO] [stdout] test core::detector::tests::error_streak_with_kill_policy_kills_an_owned_run_once ... ok
[INFO] [stdout] test daemon::lifecycle::tests::pidfile_round_trips ... ok
[INFO] [stdout] test daemon::lifecycle::tests::stop_is_idempotent_when_not_running ... ok
[INFO] [stdout] test daemon::client::tests::base_url_is_localhost ... ok
[INFO] [stderr] kill: (4294967290): No such process
[INFO] [stdout] test daemon::client::tests::health_is_false_when_nothing_listens ... ok
[INFO] [stdout] test daemon::lifecycle::tests::stop_removes_pidfile_for_a_dead_pid ... ok
[INFO] [stdout] test core::store::tests::insert_and_read_back ... ok
[INFO] [stderr] kill: (4294967290): No such process
[INFO] [stdout] test daemon::lifecycle::tests::status_reflects_pidfile_and_liveness ... ok
[INFO] [stdout] test daemon::server::tests::create_run_with_unknown_agent_is_400 ... ok
[INFO] [stdout] test daemon::server::tests::pause_unknown_run_is_404 ... ok
[INFO] [stdout] test daemon::server::tests::health_returns_ok ... ok
[INFO] [stdout] test daemon::server::tests::sdk_report_unknown_run_is_404 ... ok
[INFO] [stdout] test dashboard::ui::tests::detail_view_shows_prompt_caps_and_events ... ok
[INFO] [stdout] test core::store::tests::upsert_updates_in_place ... ok
[INFO] [stdout] test daemon::server::tests::ingest_creates_an_observed_run_and_returns_a_verdict ... ok
[INFO] [stdout] test daemon::server::tests::runs_round_trip_through_routes ... ok
[INFO] [stdout] test core::store::tests::writes_default_db ... ok
[INFO] [stdout] test daemon::server::tests::governance_tick_flags_a_repeating_run_and_marks_it_stuck ... ok
[INFO] [stdout] test dashboard::ui::tests::filter_hides_non_matching_runs ... ok
[INFO] [stdout] test core::events::tests::export_bindings ... FAILED
[INFO] [stdout] test cli::set::tests::set_path_rejects_unknown_key ... ok
[INFO] [stdout] test observer::sdk::tests::report_against_an_unknown_run_is_none ... ok
[INFO] [stdout] test daemon::server::tests::sdk_track_then_report_over_cap_kills_via_routes ... ok
[INFO] [stdout] test dashboard::ui::tests::renders_header_and_a_run_row ... ok
[INFO] [stdout] test dashboard::ui::tests::confirm_popup_names_the_run ... ok
[INFO] [stdout] test policies::tests::caps_are_quiet_below_threshold ... ok
[INFO] [stdout] test core::git::tests::fresh_repo_signature_is_some_and_stable ... ok
[INFO] [stdout] test policies::tests::caps_trip_at_their_thresholds ... ok
[INFO] [stdout] test policies::tests::context_exhaustion_trips_at_ninety_percent ... ok
[INFO] [stdout] test policies::tests::error_streak_resets_on_a_success ... ok
[INFO] [stdout] test policies::tests::repeated_action_needs_a_consecutive_streak ... ok
[INFO] [stdout] test observer::sdk::tests::report_kills_the_run_the_moment_the_cost_cap_trips ... ok
[INFO] [stdout] test observer::sdk::tests::track_registers_an_unowned_remotely_enforced_run ... ok
[INFO] [stdout] test observer::sdk::tests::iteration_reports_advance_the_turn_count ... ok
[INFO] [stdout] test observer::sdk::tests::report_rolls_up_cost_and_keeps_ok_under_the_cap ... ok
[INFO] [stdout] test observer::transcript::tests::appended_lines_create_an_observed_run_and_roll_up_tokens ... ok
[INFO] [stdout] test observer::transcript::tests::seed_offsets_ignores_pre_existing_history ... ok
[INFO] [stdout] test observer::transcript::tests::reprocessing_the_same_lines_does_not_double_count ... ok
[INFO] [stdout] test observer::webhook::tests::flagged_run_yields_a_warn_verdict ... ok
[INFO] [stdout] test observer::webhook::tests::payload_without_a_session_id_is_a_harmless_noop ... ok
[INFO] [stdout] test observer::webhook::tests::first_hook_creates_an_observed_read_only_run ... ok
[INFO] [stdout] test observer::webhook::tests::later_hooks_correlate_to_the_same_run_without_new_events ... ok
[INFO] [stdout] test dashboard::ui::tests::shows_empty_state_when_no_runs ... ok
[INFO] [stdout] test supervisor::tests::captures_output_and_reaches_terminal_state ... ok
[INFO] [stdout] test daemon::server::tests::governance_tick_pauses_a_real_owned_process_over_a_cost_cap ... ok
[INFO] [stdout] test daemon::server::tests::governance_tick_kills_a_real_owned_process_over_a_cost_cap ... ok
[INFO] [stdout] test supervisor::tests::kill_stops_a_long_running_process ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- core::events::tests::export_bindings stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::events::tests::export_bindings' (2204) panicked at src/core/events.rs:398:40:
[INFO] [stdout] export LoopEvent + deps: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x650196bf7058 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x650196bf7058 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x650196bf7058 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x650196bf7058 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x650196c0f9fa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x650196c0f9fa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x650196bfca72 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x650196bfca72 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x650196bd1656 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x650196bd1656 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x650196bed349 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x650196717f1c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x650196717f1c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x650196bed5c2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x650196bed5c2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x650196bd1712 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x650196bc5fd9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x650196bd279d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x650196c101ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x650196c0ff32 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x650196470751 - <core[8fb95b77d25ab6c8]::result::Result<(), ts_rs[8ee556c3c5b6d395]::export::error::ExportError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x6501962ccc97 - loopd[357b7b034dc2d13a]::core::events::tests::export_bindings
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/events.rs:398:40
[INFO] [stdout]   22:     0x6501962c4f97 - loopd[357b7b034dc2d13a]::core::events::tests::export_bindings::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/events.rs:395:25
[INFO] [stdout]   23:     0x6501963456a6 - <loopd[357b7b034dc2d13a]::core::events::tests::export_bindings::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x65019670affb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x65019670affb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x650196718875 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x650196718875 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x650196718875 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x650196718875 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x650196718875 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x650196718875 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x650196718875 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x650196712184 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x650196712184 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x65019671b8f2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x65019671b8f2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x65019671b8f2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x65019671b8f2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x65019671b8f2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x65019671b8f2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x65019671b8f2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x650196bf61ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x650196bf61ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7e0b0d706aa4 - <unknown>
[INFO] [stdout]   45:     0x7e0b0d793a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     core::events::tests::export_bindings
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 100 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin loopd`
[INFO] running `Command { std: "docker" "inspect" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568", kill_on_drop: false }`
[INFO] [stdout] 71c4a5132023f9c9cb151804b4609256a42c14056e6cf850bb6e8b4fad146568
