[INFO] cloning repository https://github.com/VDuchauffour/p9s
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VDuchauffour/p9s" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVDuchauffour%2Fp9s", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVDuchauffour%2Fp9s'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa065b5a3b9b51c2e88097bb38c63f26dba148de
[INFO] testing VDuchauffour/p9s 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%2FVDuchauffour%2Fp9s" "/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/VDuchauffour/p9s
[INFO] finished tweaking git repo https://github.com/VDuchauffour/p9s
[INFO] tweaked toml for git repo https://github.com/VDuchauffour/p9s written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VDuchauffour/p9s 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/VDuchauffour/p9s 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 unicode-general-category v1.1.0
[INFO] [stderr]   Downloaded uuid-simd v0.8.0
[INFO] [stderr]   Downloaded referencing v0.46.5
[INFO] [stderr]   Downloaded micromap v0.3.0
[INFO] [stderr]   Downloaded borrow-or-share v0.2.4
[INFO] [stderr]   Downloaded num-cmp v0.1.0
[INFO] [stderr]   Downloaded fluent-uri v0.4.1
[INFO] [stderr]   Downloaded fraction v0.15.4
[INFO] [stderr]   Downloaded fancy-regex v0.18.0
[INFO] [stderr]   Downloaded jsonschema v0.46.5
[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] 86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576
[INFO] running `Command { std: "docker" "start" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576", 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" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576" "/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" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576", 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" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling micromap v0.3.0
[INFO] [stderr]    Compiling fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling compact_str v0.8.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling fraction v0.15.4
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling fancy-regex v0.18.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling referencing v0.46.5
[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 futures-executor v0.3.32
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling jsonschema v0.46.5
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling pvox v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576", 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" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576" "/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 rustix v1.1.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling pvox v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.92s
[INFO] running `Command { std: "docker" "inspect" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576", 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" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576" "/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.27s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pvox-15d19b5a7d33f6d9)
[INFO] [stdout] 
[INFO] [stdout] running 92 tests
[INFO] [stdout] test api::client::tests::test_forbidden_handling ... ok
[INFO] [stdout] test api::client::tests::test_parse_backup_jobs ... ok
[INFO] [stdout] test api::client::tests::test_parse_cluster_tasks ... ok
[INFO] [stdout] test api::client::tests::test_fetch_resources_mock ... ok
[INFO] [stdout] test api::client::tests::test_parse_ha_resources ... ok
[INFO] [stdout] test api::client::tests::test_parse_node_disks ... ok
[INFO] [stdout] test api::client::tests::test_parse_cluster_resources ... ok
[INFO] [stdout] test api::client::tests::test_parse_replication_jobs ... ok
[INFO] [stdout] test api::client::tests::test_unauthorized_handling ... ok
[INFO] [stdout] test api::client::tests::test_parse_resources_includes_pool_entries ... ok
[INFO] [stdout] test api::client::tests::test_parse_resources_without_name_field ... ok
[INFO] [stdout] test app::tests::test_command_empty_enter_closes_modal ... ok
[INFO] [stdout] test app::tests::test_command_backspace ... ok
[INFO] [stdout] test app::tests::test_command_enter_switches_view ... ok
[INFO] [stdout] test app::tests::test_command_error_dismiss_on_enter ... ok
[INFO] [stdout] test app::tests::test_command_error_dismiss_on_escape ... ok
[INFO] [stdout] test app::tests::test_command_escape_cancels ... ok
[INFO] [stdout] test app::tests::test_command_input_typing ... ok
[INFO] [stdout] test app::tests::test_confirm_modal_keys ... ok
[INFO] [stdout] test app::tests::test_confirm_no ... ok
[INFO] [stdout] test app::tests::test_command_opens_modal ... ok
[INFO] [stdout] test app::tests::test_empty_filter_returns_all_in_view ... ok
[INFO] [stdout] test app::tests::test_command_error_on_invalid_input ... ok
[INFO] [stdout] test app::tests::test_extract_vmid_parses_id ... ok
[INFO] [stdout] test app::tests::test_filter_case_insensitive ... ok
[INFO] [stdout] test app::tests::test_filter_backspace ... ok
[INFO] [stdout] test app::tests::test_confirm_yes ... ok
[INFO] [stdout] test app::tests::test_details_modal_close_keys ... ok
[INFO] [stdout] test app::tests::test_esc_resets_active_filter_in_normal_mode ... ok
[INFO] [stdout] test app::tests::test_filter_no_match_returns_empty ... ok
[INFO] [stdout] test app::tests::test_default_view_shows_only_vms ... ok
[INFO] [stdout] test app::tests::test_filter_modal_input ... ok
[INFO] [stdout] test app::tests::test_filter_input_capture ... ok
[INFO] [stdout] test app::tests::test_filter_subset_by_name ... ok
[INFO] [stdout] test app::tests::test_filter_vm_matches_type_qemu_and_name_vm_100 ... ok
[INFO] [stdout] test app::tests::test_filter_subset_by_node ... ok
[INFO] [stdout] test app::tests::test_help_modal_close_keys ... ok
[INFO] [stdout] test app::tests::test_help_modal_doesnt_block_arrows ... ok
[INFO] [stdout] test app::tests::test_key_arrows_adjust_index ... ok
[INFO] [stdout] test app::tests::test_key_enter_noop_when_no_resource ... ok
[INFO] [stdout] test app::tests::test_g_upper_goes_to_last ... ok
[INFO] [stdout] test app::tests::test_key_q_sets_quit ... ok
[INFO] [stdout] test app::tests::test_key_question_opens_help_modal ... ok
[INFO] [stdout] test app::tests::test_key_r_opens_reboot_confirm ... ok
[INFO] [stdout] test app::tests::test_key_enter_opens_details_when_resource_selected ... ok
[INFO] [stdout] test app::tests::test_key_s_sends_lifecycle_start ... ok
[INFO] [stdout] test app::tests::test_key_slash_opens_filter_modal ... ok
[INFO] [stdout] test app::tests::test_key_upper_s_opens_stop_confirm ... ok
[INFO] [stdout] test app::tests::test_ctrl_c_quits_even_with_modal_open ... ok
[INFO] [stdout] test app::tests::test_gg_goes_to_first ... ok
[INFO] [stdout] test app::tests::test_gg_then_navigation_keys ... ok
[INFO] [stdout] test app::tests::test_keyboard_dispatch_with_modal ... ok
[INFO] [stdout] test app::tests::test_plain_c_does_not_quit ... ok
[INFO] [stdout] test app::tests::test_selected_resource_none_when_empty ... ok
[INFO] [stdout] test app::tests::test_tab_accepts_completion ... ok
[INFO] [stdout] test app::tests::test_resolve_view_aliases ... ok
[INFO] [stdout] test app::tests::test_view_completion_no_match ... ok
[INFO] [stdout] test app::tests::test_tab_no_completion_is_noop ... ok
[INFO] [stdout] test app::tests::test_view_completion_partial ... ok
[INFO] [stdout] test app::tests::test_filter_state_transition ... ok
[INFO] [stdout] test app::tests::test_view_completion_full_match ... ok
[INFO] [stdout] test app::tests::test_view_switch_to_backups ... ok
[INFO] [stdout] test app::tests::test_view_switch_to_ha ... ok
[INFO] [stdout] test app::tests::test_view_switch_to_disks ... ok
[INFO] [stdout] test app::tests::test_esc_in_normal_mode_without_filter_is_noop ... ok
[INFO] [stdout] test app::tests::test_selected_resource_bounds ... ok
[INFO] [stdout] test app::tests::test_view_switch_to_pool_and_sdn ... ok
[INFO] [stdout] test app::tests::test_selected_bounds_after_filter ... ok
[INFO] [stdout] test app::tests::test_view_switch_to_replication ... ok
[INFO] [stdout] test app::tests::test_vim_keys_adjust_index ... ok
[INFO] [stdout] test config::tests::test_default_insecure ... ok
[INFO] [stdout] test app::tests::test_view_switch_to_tasks_uses_task_source ... ok
[INFO] [stdout] test config::tests::test_default_refresh_interval ... ok
[INFO] [stdout] test config::tests::test_empty_file_uses_defaults ... ok
[INFO] [stdout] test app::tests::test_modal_transitions ... ok
[INFO] [stdout] test app::tests::test_pending_g_cleared_by_other_keys ... ok
[INFO] [stdout] test app::tests::test_view_switch_to_lxc_lists_only_containers ... ok
[INFO] [stdout] test config::tests::test_missing_file_uses_defaults ... ok
[INFO] [stdout] test ui::format::tests::view_label_maps_known_types ... ok
[INFO] [stdout] test ui::format::tests::view_label_passes_through_unknown ... ok
[INFO] [stdout] test config::tests::test_yaml_config_parsing ... ok
[INFO] [stdout] test config::tests::test_embedded_schema_is_valid ... ok
[INFO] [stdout] test config::tests::test_schema_rejects_unknown_theme ... ok
[INFO] [stdout] test config::tests::test_cli_overrides_file ... ok
[INFO] [stdout] test config::tests::test_file_values_used_when_no_cli ... ok
[INFO] [stdout] test config::tests::test_schema_rejects_unknown_top_level_key ... ok
[INFO] [stdout] test config::tests::test_cli_insecure_false_overrides_file_true ... ok
[INFO] [stdout] test config::tests::test_schema_rejects_unknown_connection_field ... ok
[INFO] [stdout] test config::tests::test_schema_rejects_refresh_interval_below_minimum ... ok
[INFO] [stdout] test config::tests::test_cli_insecure_true_overrides_file_false ... ok
[INFO] [stdout] test api::client::tests::test_connection_refused ... ok
[INFO] [stdout] test api::client::tests::test_auth_header_format ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pvox-f96cd2b2443d4d9d)
[INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pvox
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576", kill_on_drop: false }`
[INFO] [stdout] 86a1af0e98974804754e92b95a9005f190e1cc703655fa398d1632eb0016c576
