[INFO] cloning repository https://github.com/JaneAdora/glance
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JaneAdora/glance" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJaneAdora%2Fglance", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJaneAdora%2Fglance'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1647ab8d5f2658845ce7391f6adbc759d546adc1
[INFO] testing JaneAdora/glance 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%2FJaneAdora%2Fglance" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JaneAdora/glance
[INFO] finished tweaking git repo https://github.com/JaneAdora/glance
[INFO] tweaked toml for git repo https://github.com/JaneAdora/glance written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JaneAdora/glance 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/JaneAdora/glance 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f
[INFO] running `Command { std: "docker" "start" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f", 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" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f" "/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" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f", 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" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling suite-term v0.1.0 (https://github.com/JaneAdora/suite-term?rev=eec40bcd1516156d5245ef73aeb4a5aef243d497#eec40bcd)
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling jiff v0.2.24
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling sysinfo v0.32.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling glance v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.90s
[INFO] running `Command { std: "docker" "inspect" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f", 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" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f" "/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 rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling glance v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.87s
[INFO] running `Command { std: "docker" "inspect" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f", 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" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/glance-6ad4084fbedf558f)
[INFO] [stdout] 
[INFO] [stdout] running 172 tests
[INFO] [stdout] test cal::bridge::tests::cache_roundtrip_via_env_override ... ok
[INFO] [stdout] test cal::desc::tests::extract_dedups_preserving_order ... ok
[INFO] [stdout] test cal::desc::tests::extract_urls_handles_nbsp_around_link ... ok
[INFO] [stdout] test cal::desc::tests::extract_urls_handles_emoji_around_link ... ok
[INFO] [stdout] test cal::desc::tests::entity_decode_named ... ok
[INFO] [stdout] test cal::desc::tests::extract_real_otter_url ... ok
[INFO] [stdout] test cal::desc::tests::numeric_entity_decode ... ok
[INFO] [stdout] test cal::desc::tests::strip_basic_tags_and_paragraphs ... ok
[INFO] [stdout] test cal::desc::tests::strip_html_emoji_passthrough ... ok
[INFO] [stdout] test cal::desc::tests::strip_html_handles_nbsp ... ok
[INFO] [stdout] test cal::event::tests::detects_declined_self ... ok
[INFO] [stdout] test cal::desc::tests::trim_trailing_punctuation ... ok
[INFO] [stdout] test cal::event::tests::alias_needs_action_camel ... ok
[INFO] [stdout] test cal::event::tests::duration_30min ... ok
[INFO] [stdout] test cal::event::tests::is_past_uses_end_time ... ok
[INFO] [stdout] test cal::event::tests::parses_shim_json_shape ... ok
[INFO] [stdout] test cal::tests::copy_url_noops_when_url_empty ... ok
[INFO] [stdout] test cal::desc::tests::full_daily_huddle_description_doesnt_panic ... ok
[INFO] [stdout] ]52;c;aHR0cHM6Ly9tZWV0Lmdvb2dsZS5jb20vYWJjtest cal::tests::drill_in_and_out_walks_levels ... ok
[INFO] [stdout] test cal::tests::empty_state_loading_before_first_fetch ... ok
[INFO] [stdout] test cal::tests::detail_text_includes_url_and_summary ... ok
[INFO] [stdout] test cal::tests::copy_url_yields_action_when_url_present ... ok
[INFO] [stdout] test cal::tests::empty_state_other_error_is_surfaced ... ok
[INFO] [stdout] test cal::tests::empty_state_no_events_after_fetch ... ok
[INFO] [stdout] test cal::tests::empty_state_shim_missing_shows_hint ... ok
[INFO] [stdout] test cal::tests::move_down_walks_visible_rows ... ok
[INFO] [stdout] test cal::tests::toggle_past_flips_state ... ok
[INFO] [stdout] test cal::tests::toggle_expand_flips_focused_day ... ok
[INFO] [stdout] test cal::view::tests::width_class_breakpoints ... ok
[INFO] [stdout] test cal::view::tests::now_marker_only_between_past_and_future ... ok
[INFO] [stdout] test crew::job::tests::falls_back_to_session_id_then_short ... ok
[INFO] [stdout] test crew::job::tests::is_live_truth_table ... ok
[INFO] [stdout] test crew::job::tests::missing_fields_are_tolerant ... ok
[INFO] [stdout] test crew::job::tests::parses_sample ... ok
[INFO] [stdout] test crew::job::tests::resume_command_cd_and_escape_and_flag ... ok
[INFO] [stdout] test crew::tests::c_returns_copy ... ok
[INFO] [stdout] test crew::tests::d_returns_drop_with_dangerous_command ... ok
[INFO] [stdout] test crew::tests::f_toggles_live_filter_and_shrinks_visible ... ok
[INFO] [stdout] test crew::tests::enter_toggles_detail ... ok
[INFO] [stdout] test health::config::tests::fmt_count_drops_trailing_zero ... ok
[INFO] [stdout] test health::config::tests::parses_toml ... ok
[INFO] [stdout] test health::config::tests::starter_has_five_activities ... ok
[INFO] [stdout] test health::log_entry::tests::empty_or_zero_does_not_commit ... ok
[INFO] [stdout] test health::log_entry::tests::esc_cancels ... ok
[INFO] [stdout] test health::log_entry::tests::full_typed_commit ... ok
[INFO] [stdout] test crew::tests::renders_name_and_glyph ... ok
[INFO] [stdout] test health::log_entry::tests::negative_undo_value ... ok
[INFO] [stdout] test health::store::tests::all_time_totals ... ok
[INFO] [stdout] test health::store::tests::date_helpers ... ok
[INFO] [stdout] test health::store::tests::append_then_reload_roundtrips ... ok
[INFO] [stdout] test health::store::tests::series_maps_dates_in_order ... ok
[INFO] [stdout] test health::store::tests::streak_counts_all_met_days_and_breaks_on_gap ... ok
[INFO] [stdout] test health::store::tests::streak_today_incomplete_counts_through_yesterday ... ok
[INFO] [stdout] test health::store::tests::today_total_sums_and_floors_at_zero ... ok
[INFO] [stdout] test cal::event::tests::parses_all_day_date ... ok
[INFO] [stdout] test cal::view::tests::all_day_sorts_first ... ok
[INFO] [stdout] test health::view::tests::view_cycle ... ok
[INFO] [stdout] test layout::tests::square_data_in_tall_area_letterboxes ... ok
[INFO] [stdout] test cal::view::tests::buckets_split_by_date ... ok
[INFO] [stdout] test layout::tests::square_data_in_wide_area_pillarboxes ... ok
[INFO] [stdout] test layout::tests::world_2to1_in_balanced_area ... ok
[INFO] [stdout] test panels::cpu::tests::grid_dims_packs_into_columns_when_short ... ok
[INFO] [stdout] test panels::cpu::tests::grid_dims_never_drops_a_core_or_overflows_rows ... ok
[INFO] [stdout] test panels::cpu::tests::grid_dims_single_column_when_tall_enough ... ok
[INFO] [stdout] test panels::gpu::tests::accessors_are_none_before_tick ... ok
[INFO] [stdout] test panels::gpu::tests::fmt_mib_compact ... ok
[INFO] [stdout] test panels::gpu::tests::parse_gpu_procs_empty_when_no_processes ... ok
[INFO] [stdout] test panels::cpu::tests::overall_pct_is_zero_before_tick ... ok
[INFO] [stdout] test health::view::tests::today_renders_activity_names ... ok
[INFO] [stdout] test panels::issues::tests::tally_counts_and_sorts ... ok
[INFO] [stdout] test panels::launchers::tests::cursor_clamps_at_bottom ... ok
[INFO] [stdout] test panels::launchers::tests::cursor_clamps_at_top ... ok
[INFO] [stdout] test panels::launchers::tests::cursor_moves_within_bounds ... ok
[INFO] [stdout] test panels::issues::tests::short_repo_takes_basename ... ok
[INFO] [stdout] test panels::launchers::tests::built_set_is_exact ... ok
[INFO] [stdout] test panels::music::tests::choose_target_falls_back_to_kdeconnect_when_only_option ... ok
[INFO] [stdout] test panels::music::tests::choose_target_local_paused_beats_kdeconnect_playing ... ok
[INFO] [stdout] test panels::music::tests::choose_target_prefers_local_player_over_kdeconnect_phone ... ok
[INFO] [stdout] test panels::music::tests::choose_target_prefers_playing_local_over_paused_local ... ok
[INFO] [stdout] test panels::music::tests::choose_target_prefers_playing_then_paused_then_first ... ok
[INFO] [stdout] test panels::music::tests::friendly_player_label_collapses_common_players ... ok
[INFO] [stdout] test panels::music::tests::marquee_caps_ascii_to_width ... ok
[INFO] [stdout] test panels::music::tests::key_playerctl_args_maps_transport_volume_and_seek ... ok
[INFO] [stdout] test panels::music::tests::marquee_never_overflows_with_wide_glyphs ... ok
[INFO] [stdout] test panels::music::tests::next_loop_status_cycles ... ok
[INFO] [stdout] test panels::music::tests::next_player_returns_auto_for_missing_current ... ok
[INFO] [stdout] test panels::music::tests::next_player_walks_ring_and_wraps ... ok
[INFO] [stdout] test panels::music::tests::parse_meta_none_on_short_output ... ok
[INFO] [stdout] test panels::music::tests::parse_meta_sanitizes_control_chars_in_metadata ... ok
[INFO] [stdout] test panels::music::tests::parse_meta_splits_fields_and_converts_microseconds ... ok
[INFO] [stdout] test panels::standup::tests::count_sessions_empty_is_zero ... ok
[INFO] [stdout] test panels::music::tests::marquee_returns_short_text_unchanged ... ok
[INFO] [stdout] test panels::gpu::tests::parse_gpu_procs_reads_text_table_and_sorts_desc ... ok
[INFO] [stdout] test panels::standup::tests::count_sessions_end_is_exclusive ... ok
[INFO] [stdout] test panels::standup::tests::count_sessions_start_is_inclusive ... ok
[INFO] [stdout] test panels::standup::tests::count_sessions_filters_to_range ... ok
[INFO] [stdout] test panels::standup::tests::summarize_commits_counts_across_repos ... ok
[INFO] [stdout] test panels::standup::tests::summarize_commits_empty_is_zero ... ok
[INFO] [stdout] test panels::standup::tests::summarize_commits_skips_malformed_time ... ok
[INFO] [stdout] test panels::standup::tests::summarize_meetings_empty_is_zero ... ok
[INFO] [stdout] test panels::standup::tests::summarize_meetings_in_progress_counts_but_is_not_next ... ok
[INFO] [stdout] test panels::standup::tests::summarize_meetings_skips_all_day ... ok
[INFO] [stdout] test panels::standup::tests::summarize_meetings_skips_declined ... ok
[INFO] [stdout] test panels::standup::tests::summarize_meetings_splits_by_now ... ok
[INFO] [stdout] test panels::temp::tests::hottest_is_none_before_tick ... ok
[INFO] [stdout] test panels::tests::build_panel_knows_standup ... ok
[INFO] [stdout] test panels::tests::standup_is_in_all_panels ... ok
[INFO] [stdout] test spawn::tests::argv_preserves_multi_arg_order ... ok
[INFO] [stdout] test spawn::tests::argv_with_cwd ... ok
[INFO] [stdout] test spawn::tests::argv_without_cwd ... ok
[INFO] [stdout] test panels::mem::tests::used_pct_is_a_percentage ... ok
[INFO] [stdout] test tasks::session::tests::build_cache_uses_cwd_when_present ... ok
[INFO] [stdout] test tasks::session::tests::build_cache_falls_back_to_slug ... ok
[INFO] [stdout] test tasks::session::tests::label_for_unknown_session_yields_8_char_prefix ... ok
[INFO] [stdout] test tasks::session::tests::finds_cwd_on_line_4_and_basenames_it ... ok
[INFO] [stdout] test tasks::session::tests::no_cwd_in_first_20_lines_yields_none ... ok
[INFO] [stdout] test panels::standup::tests::day_boundaries_today_is_local_midnight ... ok
[INFO] [stdout] test panels::standup::tests::day_boundaries_at_local_midnight_returns_that_midnight ... ok
[INFO] [stdout] test tasks::store::tests::load_filters_empty_sessions ... ok
[INFO] [stdout] test tasks::store::tests::load_skips_lock_tmp_highwatermark_and_non_json ... ok
[INFO] [stdout] test tasks::store::tests::load_corrupt_json_yields_toast_and_skips ... ok
[INFO] [stdout] test tasks::store::tests::delete_removes_file_and_tolerates_missing ... ok
[INFO] [stdout] test tasks::task::tests::missing_optional_fields_defaults ... ok
[INFO] [stdout] test tasks::store::tests::write_then_read_roundtrip ... ok
[INFO] [stdout] test tasks::task::tests::roundtrip_real_world_json ... ok
[INFO] [stdout] test tasks::task::tests::status_snake_case ... ok
[INFO] [stdout] test tasks::tests::arm_then_tick_clears_after_window ... ok
[INFO] [stdout] test tasks::tests::drill_in_and_out_walks_levels ... ok
[INFO] [stdout] test tasks::task::tests::parse_id_unparseable_sinks ... ok
[INFO] [stdout] test tasks::tests::move_down_walks_visible_rows ... ok
[INFO] [stdout] test tasks::tests::focus_key_roundtrip ... ok
[INFO] [stdout] test tasks::tests::toggle_expand_flips_expanded_set ... ok
[INFO] [stdout] test tasks::tests::toggle_session_filter_filters_to_focused_session ... ok
[INFO] [stdout] test tasks::tests::visible_rows_hides_completed_by_default_and_collapsed_sessions ... ok
[INFO] [stdout] test tasks::view::tests::count_active_excludes_completed ... ok
[INFO] [stdout] test health::view::tests::all_views_render_without_panic ... ok
[INFO] [stdout] test tasks::view::tests::is_blocked_returns_none_when_blocker_absent ... ok
[INFO] [stdout] test tasks::view::tests::is_blocked_returns_none_when_all_blockers_completed ... ok
[INFO] [stdout] test tasks::view::tests::is_blocked_returns_none_when_no_blockers ... ok
[INFO] [stdout] test tasks::view::tests::is_blocked_returns_open_blockers_only ... ok
[INFO] [stdout] test tasks::view::tests::width_class_breakpoints ... ok
[INFO] [stdout] test usage::tests::bar_string_fills_proportionally ... ok
[INFO] [stdout] test usage::tests::creds_debug_redacts_token ... ok
[INFO] [stdout] test usage::tests::fmt_reset_formats ... ok
[INFO] [stdout] test usage::tests::live_fetch_smoke ... ignored, hits the network; run with --ignored while logged into Claude Code
[INFO] [stdout] test usage::tests::parse_credentials_malformed_json ... ok
[INFO] [stdout] test usage::tests::header_label_formats ... ok
[INFO] [stdout] test usage::tests::parse_credentials_expired_when_past ... ok
[INFO] [stdout] test usage::tests::parse_credentials_missing_oauth_block ... ok
[INFO] [stdout] test usage::tests::parse_credentials_reads_fields ... ok
[INFO] [stdout] test usage::tests::parse_usage_accepts_epoch_number_resets ... ok
[INFO] [stdout] test usage::tests::parse_usage_malformed_json_errors ... ok
[INFO] [stdout] test usage::tests::parse_usage_maps_opus_when_present ... ok
[INFO] [stdout] test usage::tests::parse_usage_maps_overage_from_extra_usage ... ok
[INFO] [stdout] test usage::tests::parse_usage_reads_present_windows_in_order ... ok
[INFO] [stdout] test usage::tests::parse_usage_skips_null_and_unknown_windows ... ok
[INFO] [stdout] test usage::tests::rfc3339_to_epoch ... ok
[INFO] [stdout] test usage::tests::util_color_thresholds ... ok
[INFO] [stdout] test usage::tests::window_labels ... ok
[INFO] [stdout] test vitals::tests::classify_temp_handles_none_normal_alarm ... ok
[INFO] [stdout] test vitals::tests::any_alarm_reflects_metrics ... ok
[INFO] [stdout] test vitals::tests::classify_u16_handles_none_normal_alarm ... ok
[INFO] [stdout] test vitals::tests::status_line_all_nominal_when_no_alarms ... ok
[INFO] [stdout] test vitals::tests::combine_temp_takes_the_hotter ... ok
[INFO] [stdout] test vitals::tests::status_line_unknown_never_appears ... ok
[INFO] [stdout] test widgets::tests::sanitize_label_neutralizes_control_chars ... ok
[INFO] [stdout] test vitals::tests::status_line_lists_offenders_in_fixed_order ... ok
[INFO] [stdout] test tasks::store::tests::load_sorts_sessions_by_mtime_desc_tasks_by_numeric_id_asc ... FAILED
[INFO] [stdout] test cal::bridge::tests::fetch_via_fake_python_shim ... ok
[INFO] [stdout] test cal::bridge::tests::shim_missing_yields_typed_error ... ok
[INFO] [stdout] test cal::bridge::tests::shim_path_respects_env_override ... ok
[INFO] [stdout] test tasks::store::tests::lock_contention_times_out_under_1500ms ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tasks::store::tests::load_sorts_sessions_by_mtime_desc_tasks_by_numeric_id_asc stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tasks::store::tests::load_sorts_sessions_by_mtime_desc_tasks_by_numeric_id_asc' (1932) panicked at src/tasks/store.rs:296:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "aaa"
[INFO] [stdout]  right: "bbb"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5dedc671d581 - 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:     0x5dedc671d581 - 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:     0x5dedc671d581 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5dedc671d581 - <<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:     0x5dedc6735fea - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5dedc6735fea - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5dedc67221cc - 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:     0x5dedc67221cc - <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:     0x5dedc66f8736 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5dedc66f8736 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5dedc6713dd9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5dedc64b2c90 - <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:     0x5dedc64b2c90 - 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:     0x5dedc6714102 - <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:     0x5dedc6714102 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5dedc66f87e2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5dedc66efc09 - 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:     0x5dedc66f96ed - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5dedc673686c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5dedc6736723 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5dedc61024db - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<alloc[55a36b64bcbf2c0d]::string::String, &str>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5dedc62a32f9 - glance[1fa52051a447e4de]::tasks::store::tests::load_sorts_sessions_by_mtime_desc_tasks_by_numeric_id_asc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tasks/store.rs:296:9
[INFO] [stdout]   22:     0x5dedc62932c7 - glance[1fa52051a447e4de]::tasks::store::tests::load_sorts_sessions_by_mtime_desc_tasks_by_numeric_id_asc::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tasks/store.rs:278:67
[INFO] [stdout]   23:     0x5dedc635d8c6 - <glance[1fa52051a447e4de]::tasks::store::tests::load_sorts_sessions_by_mtime_desc_tasks_by_numeric_id_asc::{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]   24:     0x5dedc64a5fcb - <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]   25:     0x5dedc64a5fcb - 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]   26:     0x5dedc64b3615 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5dedc64b3615 - <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]   28:     0x5dedc64b3615 - 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]   29:     0x5dedc64b3615 - 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]   30:     0x5dedc64b3615 - 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]   31:     0x5dedc64b3615 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5dedc64b3615 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5dedc64ae0c4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5dedc64ae0c4 - 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]   35:     0x5dedc64b6762 - 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]   36:     0x5dedc64b6762 - <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]   37:     0x5dedc64b6762 - 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]   38:     0x5dedc64b6762 - 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]   39:     0x5dedc64b6762 - 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]   40:     0x5dedc64b6762 - 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]   41:     0x5dedc64b6762 - <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]   42:     0x5dedc671c4ef - <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]   43:     0x5dedc671c4ef - <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]   44:     0x77d8066f9aa4 - <unknown>
[INFO] [stdout]   45:     0x77d806786a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tasks::store::tests::load_sorts_sessions_by_mtime_desc_tasks_by_numeric_id_asc
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 170 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f", kill_on_drop: false }`
[INFO] [stdout] 1f3e00c8372a5a807a14b3eac344c4a62e1e61a40bfdb12fcb4bb20df5f8c18f
