[INFO] cloning repository https://github.com/halfhandorg/halfhand
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/halfhandorg/halfhand" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhalfhandorg%2Fhalfhand", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhalfhandorg%2Fhalfhand'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dfe5c9283d5a8c784b5d160ea5a83fcaae4cf20d
[INFO] testing halfhandorg/halfhand/dfe5c9283d5a8c784b5d160ea5a83fcaae4cf20d against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhalfhandorg%2Fhalfhand" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/halfhandorg/halfhand
[INFO] finished tweaking git repo https://github.com/halfhandorg/halfhand
[INFO] tweaked toml for git repo https://github.com/halfhandorg/halfhand written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/halfhandorg/halfhand on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/halfhandorg/halfhand already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1
[INFO] running `Command { std: "docker" "start" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1", 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" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1", 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" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.53
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling inotify-sys v0.1.7
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling bstr v1.12.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling halfhand v0.1.0-beta.1 (/opt/rustwide/workdir/hh)
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling lru v0.18.0
[INFO] [stderr]    Compiling cc v1.2.66
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling time v0.3.53
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling serial-core v0.4.0
[INFO] [stderr]    Compiling ioctl-rs v0.1.6
[INFO] [stderr]    Compiling termios v0.2.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling serial-unix v0.4.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling uuid v1.23.4
[INFO] [stderr]    Compiling serial v0.4.0
[INFO] [stderr]    Compiling nix v0.25.1
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling ignore v0.4.27
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ratatui v0.26.3
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling portable-pty v0.8.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling hh-core v0.1.0-beta.1 (/opt/rustwide/workdir/hh-core)
[INFO] [stderr]    Compiling hh-record v0.1.0-beta.1 (/opt/rustwide/workdir/hh-record)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1", 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" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling console v0.16.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling halfhand v0.1.0-beta.1 (/opt/rustwide/workdir/hh)
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ratatui v0.26.3
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling hh-core v0.1.0-beta.1 (/opt/rustwide/workdir/hh-core)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling insta v1.48.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.27
[INFO] [stderr]    Compiling hh-record v0.1.0-beta.1 (/opt/rustwide/workdir/hh-record)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 32.13s
[INFO] running `Command { std: "docker" "inspect" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1", 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" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]    Compiling halfhand v0.1.0-beta.1 (/opt/rustwide/workdir/hh)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hh-f3ca1c89d8d23a6e)
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stdout] test replay::diff::tests::binary_file_shows_placeholder ... ok
[INFO] [stdout] test replay::json::tests::multiline_string_values_do_not_break_tokenizer ... ok
[INFO] [stdout] test replay::json::tests::round_trips_readable_text ... ok
[INFO] [stdout] test replay::json::tests::strips_correlate_key ... ok
[INFO] [stdout] test replay::json::tests::strips_correlate_key_in_nested_objects ... ok
[INFO] [stdout] test replay::kind::tests::mcp_variants_share_badge ... ok
[INFO] [stdout] test replay::kind::tests::terminal_and_lifecycle_have_no_accent_color ... ok
[INFO] [stdout] test replay::kind::tests::tool_call_and_result_share_badge ... ok
[INFO] [stdout] test replay::state::tests::d_jumps_to_next_diff_and_wraps ... ok
[INFO] [stdout] test replay::state::tests::detail_focus_scrolls_instead_of_selecting ... ok
[INFO] [stdout] test replay::diff::tests::created_file_shows_full_content_no_diff_markers_needed ... ok
[INFO] [stdout] test replay::state::tests::filter_live_updates_and_esc_clears ... ok
[INFO] [stdout] test replay::state::tests::filter_matches_kind_keyword ... ok
[INFO] [stdout] test replay::diff::tests::missing_blob_shows_placeholder_not_error ... ok
[INFO] [stdout] test replay::state::tests::filter_matches_summary_substring ... ok
[INFO] [stdout] test replay::state::tests::g_and_shift_g_jump_to_ends ... ok
[INFO] [stdout] test replay::state::tests::help_overlay_opens_and_closes ... ok
[INFO] [stdout] test replay::state::tests::j_k_move_selection_and_clamp ... ok
[INFO] [stdout] test replay::state::tests::jump_esc_cancels_without_moving_selection ... ok
[INFO] [stdout] test replay::state::tests::jump_invalid_time_sets_status_and_returns_to_normal ... ok
[INFO] [stdout] test replay::state::tests::jump_key_selects_nearest_row ... ok
[INFO] [stdout] test replay::state::tests::jump_parses_mmss_and_hhmmss ... ok
[INFO] [stdout] test inspect::tests::failed_step_finds_an_error_tool_result ... ok
[INFO] [stdout] test replay::state::tests::q_quits ... ok
[INFO] [stdout] test replay::state::tests::q_while_filtering_types_the_letter_not_quit ... ok
[INFO] [stdout] test replay::data::tests::get_correlated_resolves_pair ... ok
[INFO] [stdout] test replay::diff::tests::modified_file_shows_hunk_header_and_signs ... ok
[INFO] [stdout] test replay::state::tests::resize_updates_viewport_for_paging ... ok
[INFO] [stdout] test replay::data::tests::get_fetches_then_caches ... ok
[INFO] [stdout] test replay::state::tests::tab_switches_focus ... ok
[INFO] [stdout] test replay::state::tests::terminal_hidden_by_default_in_state ... ok
[INFO] [stdout] test replay::state::tests::toggle_terminal_shows_segment_and_preserves_selection ... ok
[INFO] [stdout] test tests::doctor_check_to_json_shape ... ok
[INFO] [stdout] test inspect::tests::failed_step_finds_the_error_event ... ok
[INFO] [stdout] test inspect::tests::require_step_errors_for_out_of_range ... ok
[INFO] [stdout] test tests::doctor_plain_renders_pass_and_fail_lines ... ok
[INFO] [stdout] test tests::session_table_aligns_headers_and_marks_degraded ... ok
[INFO] [stdout] test tests::visible_width_strips_ansi_escapes ... ok
[INFO] [stdout] test inspect::tests::snapshot_step_detail_tool_pair ... ok
[INFO] [stdout] test tests::session_table_aligns_under_color ... ok
[INFO] [stdout] test inspect::tests::snapshot_step_json ... ok
[INFO] [stdout] test inspect::tests::snapshot_ndjson_stream ... ok
[INFO] [stdout] test inspect::tests::snapshot_step_detail_error ... ok
[INFO] [stdout] test inspect::tests::snapshot_event_json_tool_call ... ok
[INFO] [stdout] test inspect::tests::snapshot_diff_created_file ... ok
[INFO] [stdout] test inspect::tests::snapshot_summary ... ok
[INFO] [stdout] test replay::ui::tests::timeline_renders_badges_and_labels ... ok
[INFO] [stdout] test replay::ui::tests::detail_pane_shows_correlated_pair_with_latency ... ok
[INFO] [stdout] test replay::ui::tests::jump_selects_and_highlights_nearest_row ... ok
[INFO] [stdout] test replay::ui::tests::filter_hides_non_matching_rows ... ok
[INFO] [stdout] test replay::ui::tests::generic_degraded_session_is_useful_via_file_changes_and_terminal ... ok
[INFO] [stdout] test replay::ui::tests::terminal_toggle_reveals_segment_row ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-c9569c9bfb51e358)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test help_lists_every_subcommand_and_examples ... ok
[INFO] [stdout] test inspect_json_is_valid_against_jq ... ok
[INFO] [stdout] test every_subcommand_help_has_an_example ... ok
[INFO] [stdout] test inspect_with_no_sessions_gives_an_actionable_error ... ok
[INFO] [stdout] test replay_without_a_tty_gives_an_actionable_error ... ok
[INFO] [stdout] test mcp_proxy_attached_missing_session_errors ... ok
[INFO] [stdout] test claude_adapter_degrades_on_missing_projects_dir ... ok
[INFO] [stdout] test delete_shared_blob_survives_deleting_one_session ... ok
[INFO] [stdout] test list_shows_aligned_table_and_json ... ok
[INFO] [stdout] test inspect_summary_lists_steps_and_step_detail_shows_body ... ok
[INFO] [stdout] test mcp_proxy_standalone_creates_mcp_only_session ... ok
[INFO] [stdout] test version_prints_pkg_version ... ok
[INFO] [stdout] test inspect_diff_prints_unified_diff ... ok
[INFO] [stdout] test inspect_json_and_diff_are_mutually_exclusive ... ok
[INFO] [stdout] test mcp_proxy_attaches_to_existing_session ... ok
[INFO] [stdout] test run_provides_a_real_pty_to_the_child ... ok
[INFO] [stdout] 
[INFO] [stdout] test run_records_generic_session_with_terminal_and_file_changes ... ok
[INFO] [stdout] test delete_refuses_without_yes_on_piped_stdin ... ok
[INFO] [stdout] test delete_with_yes_removes_session ... ok
[INFO] [stdout] test run_marks_stale_recording_sessions_interrupted_on_next_open ... ok
[INFO] [stdout] test run_warns_and_continues_when_cwd_unwatchable ... FAILED
[INFO] [stdout] test mcp_proxy_over_256kib_spills_to_blob ... ok
[INFO] [stdout] test mcp_proxy_latency_within_bound ... ok
[INFO] [stdout] test sigkill_of_hh_mid_run_leaves_interrupted_session ... ok
[INFO] [stdout] test claude_adapter_e2e ... ok
[INFO] [stdout] test inspect_and_list_on_claude_code_session ... ok
[INFO] [stdout] test run_records_fake_agent_with_full_capture ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- run_warns_and_continues_when_cwd_unwatchable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'run_warns_and_continues_when_cwd_unwatchable' (2996) panicked at hh/tests/cli.rs:1469:5:
[INFO] [stdout] expected a watcher-degraded warning pointing at `hh doctor`: 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63b35154afe1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63b35154afe1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63b35154afe1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63b35154afe1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63b3515602fa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63b3515602fa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63b35154f9cc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63b35154f9cc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63b3515264f6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63b3515264f6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63b351541fa9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63b3513801d0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63b3513801d0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63b351542162 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63b351542162 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63b3515265a2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63b35151db59 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63b35152734d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63b351560afc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63b3510f7db4 - cli[1ef81730b0b624b]::run_warns_and_continues_when_cwd_unwatchable
[INFO] [stdout]                                at /opt/rustwide/workdir/hh/tests/cli.rs:1469:5
[INFO] [stdout]   20:     0x63b3510e1ab7 - cli[1ef81730b0b624b]::run_warns_and_continues_when_cwd_unwatchable::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/hh/tests/cli.rs:1444:50
[INFO] [stdout]   21:     0x63b35111d976 - <cli[1ef81730b0b624b]::run_warns_and_continues_when_cwd_unwatchable::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x63b35137350b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x63b35137350b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x63b351380b55 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x63b351380b55 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x63b351380b55 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   27:     0x63b351380b55 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63b351380b55 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63b351380b55 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x63b351380b55 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x63b35137b604 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x63b35137b604 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x63b351383ca2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x63b351383ca2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x63b351383ca2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   36:     0x63b351383ca2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x63b351383ca2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x63b351383ca2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x63b351383ca2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63b35154a33f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   41:     0x63b35154a33f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   42:     0x7920c1129aa4 - <unknown>
[INFO] [stdout]   43:     0x7920c11b6a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     run_warns_and_continues_when_cwd_unwatchable
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 26 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.14s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p halfhand --test cli`
[INFO] running `Command { std: "docker" "inspect" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1", kill_on_drop: false }`
[INFO] [stdout] a2eaf56d1db8878b23b3519a18f9d99dd584aaf7974ceabab8e9fae8aec340a1
