[INFO] cloning repository https://github.com/ml-rust/cargo-reclaim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ml-rust/cargo-reclaim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fml-rust%2Fcargo-reclaim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fml-rust%2Fcargo-reclaim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4903b5268450a4c808c2cf1538419b09e779e13d
[INFO] testing ml-rust/cargo-reclaim 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%2Fml-rust%2Fcargo-reclaim" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ml-rust/cargo-reclaim
[INFO] finished tweaking git repo https://github.com/ml-rust/cargo-reclaim
[INFO] tweaked toml for git repo https://github.com/ml-rust/cargo-reclaim written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ml-rust/cargo-reclaim 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/ml-rust/cargo-reclaim 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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1
[INFO] running `Command { std: "docker" "start" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1", 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" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1" "/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" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1", 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" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling sysinfo v0.37.2
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rustc-stable-hash v0.1.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cargo-reclaim v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.05s
[INFO] running `Command { std: "docker" "inspect" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1", 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" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1" "/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 cargo-reclaim v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.39s
[INFO] running `Command { std: "docker" "inspect" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1", 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" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1" "/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.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cargo_reclaim-ad40b27a02b4750f)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test active_process::common::tests::detects_tool_from_comm_or_program_path ... ok
[INFO] [stdout] test active_process::common::tests::extracts_paths_from_cargo_and_rustc_arguments ... ok
[INFO] [stdout] test active_process::foundation::tests::scope_dedupes_equivalent_target_contexts ... ok
[INFO] [stdout] test active_process::common::tests::process_scope_matches_project_cwd_or_target_reference ... ok
[INFO] [stdout] test active_process::platform::tests::disable_active_process_detection_env_ignores_falsey_values ... ok
[INFO] [stdout] test active_process::platform::tests::disable_active_process_detection_env_parses_truthy_values ... ok
[INFO] [stdout] test active_process::sysinfo_provider::tests::sysinfo_parts_ignore_unrelated_processes ... ok
[INFO] [stdout] test active_process::sysinfo_provider::tests::sysinfo_parts_match_cargo_by_cwd_scope ... ok
[INFO] [stdout] test active_process::sysinfo_provider::tests::sysinfo_parts_match_rustc_by_referenced_path_scope ... ok
[INFO] [stdout] test cargo_home::classify::tests::classifies_known_cargo_home_layout_paths ... ok
[INFO] [stdout] test cargo_home::classify::tests::preserves_sensitive_and_user_authored_paths ... ok
[INFO] [stdout] test config::parse::tests::parses_planner_keep_days_without_recent_write_window ... ok
[INFO] [stdout] test config::parse::tests::rejects_invalid_policy_threshold_sizes ... ok
[INFO] [stdout] test config::parse::tests::rejects_unsupported_version_and_invalid_durations ... ok
[INFO] [stdout] test disk::tests::computes_basis_points_with_integer_floor ... ok
[INFO] [stdout] test config::parse::tests::rejects_invalid_background_disk_percentages ... ok
[INFO] [stdout] test persistence::document_kind::tests::dry_run_report_is_detected_without_id_and_carries_its_command ... ok
[INFO] [stdout] test config::parse::tests::parses_supported_config_shape ... ok
[INFO] [stdout] test disk::tests::ignores_zero_total_space ... ok
[INFO] [stdout] test config::parse::tests::rejects_invalid_whole_target_mode ... ok
[INFO] [stdout] test persistence::document_kind::tests::executable_plan_is_detected_by_top_level_id ... ok
[INFO] [stdout] test persistence::document_kind::tests::cargo_home_report_is_detected_by_command_without_id ... ok
[INFO] [stdout] test plan_edit::tests::dedupes_same_action_entry_indices_before_reporting ... ok
[INFO] [stdout] test plan_edit::tests::edits_matching_persisted_artifact_classes ... ok
[INFO] [stdout] test plan_edit::tests::rejects_ambiguous_persisted_paths_without_partial_mutation ... ok
[INFO] [stdout] test persistence::document_kind::tests::invalid_json_is_unrecognized ... ok
[INFO] [stdout] test persistence::document_kind::tests::foreign_object_is_unrecognized ... ok
[INFO] [stdout] test plan_edit::tests::rejects_broad_unknown_artifact_class_selection_without_partial_mutation ... ok
[INFO] [stdout] test plan_edit::tests::edits_matching_persisted_entry_indices_and_recomputes_body_id ... ok
[INFO] [stdout] test plan_edit::tests::edits_matching_persisted_paths_and_recomputes_body_id ... ok
[INFO] [stdout] test persistence::document_kind::tests::non_object_json_is_unrecognized ... ok
[INFO] [stdout] test plan_edit::tests::dedupes_same_action_artifact_classes_before_reporting ... ok
[INFO] [stdout] test plan_edit::tests::rejects_later_unknown_paths_without_partial_mutation ... ok
[INFO] [stdout] test plan_edit::tests::rejects_unknown_artifact_class_labels_without_partial_mutation ... ok
[INFO] [stdout] test plan_edit::tests::rejects_unknown_paths_without_rewriting_id ... ok
[INFO] [stdout] test plan_edit::tests::rejects_zero_persisted_entry_indices_without_partial_mutation ... ok
[INFO] [stdout] test plan_edit::tests::rejects_unmatched_persisted_entry_indices_without_partial_mutation ... ok
[INFO] [stdout] test scanner::filesystem::tests::cross_filesystem_scanning_disables_the_boundary ... ok
[INFO] [stdout] test scanner::filesystem::tests::entry_on_a_foreign_device_crosses_the_boundary ... ok
[INFO] [stdout] test scanner::filesystem::tests::unknown_root_device_never_crosses ... ok
[INFO] [stdout] test scanner::filesystem::tests::entry_on_the_root_device_does_not_cross ... ok
[INFO] [stdout] test toolchain_hash::tests::parses_installed_toolchain_names_without_status_annotations ... ok
[INFO] [stdout] test toolchain_hash::tests::rejects_empty_rustc_verbose_version_output ... ok
[INFO] [stdout] test toolchain_hash::tests::resolves_named_and_installed_toolchains_into_existing_hashes ... ok
[INFO] [stdout] test plan_edit::tests::rejects_unmatched_artifact_classes_without_partial_mutation ... ok
[INFO] [stdout] test toolchain_hash::tests::hashes_rustc_verbose_version_output ... ok
[INFO] [stdout] test plan_edit::tests::rejects_cross_action_entry_conflicts_without_partial_mutation ... ok
[INFO] [stdout] test config::parse::tests::resolves_relative_paths_against_config_directory ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cargo_reclaim-0ed04f86de94dedd)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test cli::cleanup::interaction::tests::all_with_action_flags_is_noninteractive ... ok
[INFO] [stdout] test cli::cleanup::interaction::tests::all_tty_mirrors_explicit_target_start_pages ... ok
[INFO] [stdout] test cli::cleanup::interaction::tests::explicit_target_delete_tty_starts_assistant_at_action_page ... ok
[INFO] [stdout] test cli::cleanup::interaction::tests::explicit_target_tty_starts_assistant_at_mode_page ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::chooses_delete_mode_and_execute_action ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::defaults_to_smart_trim_and_validate_only ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::forced_action_skips_action_page ... ok
[INFO] [stdout] test cli::cleanup::interaction::tests::no_selector_non_tty_or_json_is_usage_error ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::forced_mode_skips_mode_page ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::cancel_marks_done_without_apply_action ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::no_targets_is_usage_error ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::requires_at_least_one_target_before_mode_page ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::select_all_and_none_update_target_page ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::started_at_action_cannot_back_into_mode_or_target_pages ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::started_at_mode_cannot_back_into_target_page ... ok
[INFO] [stdout] test cli::cleanup::interaction::tests::explicit_target_with_action_flags_is_noninteractive ... ok
[INFO] [stdout] test cli::cleanup_assistant::tests::toggles_target_selection ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::target_page_uses_crlf_truncates_rows_and_scrolls_to_cursor ... ok
[INFO] [stdout] test cli::edit_plan::tests::parses_explicit_plan_and_multiple_class_values ... ok
[INFO] [stdout] test cli::edit_plan::tests::parses_interactive_without_edits ... ok
[INFO] [stdout] test cli::edit_plan::tests::parses_explicit_plan_and_multiple_index_values ... ok
[INFO] [stdout] test cli::edit_plan::tests::parses_explicit_plan_and_multiple_edit_values ... ok
[INFO] [stdout] test cli::edit_plan::tests::parses_list_without_edits ... ok
[INFO] [stdout] test cli::persistence::tests::parses_day_counts ... ok
[INFO] [stdout] test cli::edit_plan::tests::rejects_list_with_edits ... ok
[INFO] [stdout] test cli::persistence::tests::parses_duration_units ... ok
[INFO] [stdout] test cli::persistence::tests::rejects_invalid_days_and_sizes ... ok
[INFO] [stdout] test cli::persistence::tests::parses_size_units ... ok
[INFO] [stdout] test cli::scheduler::service::tests::service_paths_use_generic_defaults_without_name ... ok
[INFO] [stdout] test cli::persistence::tests::rejects_invalid_duration ... ok
[INFO] [stdout] test cli::scheduler::tests::dry_run_does_not_touch_backend ... ok
[INFO] [stdout] test cli::scheduler::tests::non_dry_run_failure_exits_one_with_report ... ok
[INFO] [stdout] test cli::tests::inline_skip_preserves_non_utf8_path_bytes ... ok
[INFO] [stdout] test cli::scheduler::tests::non_dry_run_install_uses_injected_backend ... ok
[INFO] [stdout] test cli::tests::parse_plan_defaults_to_current_directory_and_balanced_policy ... ok
[INFO] [stdout] test cli::edit_plan::tests::rejects_missing_edits ... ok
[INFO] [stdout] test cli::tests::parse_plan_merges_config_with_cli_precedence ... ok
[INFO] [stdout] test cli::output::labels::tests::labels_cover_current_schema_enums ... ok
[INFO] [stdout] test cli::tests::parse_dash_dash_treats_remaining_args_as_roots ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::esc_cancels ... ok
[INFO] [stdout] test cli::tests::inline_ignore_preserves_non_utf8_path_bytes ... ok
[INFO] [stdout] test cli::tests::parse_cargo_subcommand_prefix ... ok
[INFO] [stdout] test cli::tests::parse_rejects_apply_flags_on_dry_run_commands ... ok
[INFO] [stdout] test cli::tests::parse_plan_options ... ok
[INFO] [stdout] test cli::tests::parse_rejects_missing_config_value ... ok
[INFO] [stdout] test cli::tests::parse_plan_rejects_invalid_rustc_hash ... ok
[INFO] [stdout] test cli::tests::parse_plan_uses_config_roots_when_cli_roots_are_absent ... ok
[INFO] [stdout] test cli::tests::run_top_level_version_writes_version_and_exits_success ... ok
[INFO] [stdout] test cli::tests::parse_top_level_version_flags ... ok
[INFO] [stdout] test cli::tests::parse_plan_uses_config_rustc_hashes_when_cli_absent ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::q_cancels ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::exhausted_input_returns_usage_error ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::forced_selector_pages_are_not_reachable_by_backspace ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::validation_only_is_default_action ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::ignores_non_key_and_release_events ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::chooses_delete_target_and_execute ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::multi_selects_targets_with_space_and_down ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::backspace_from_action_returns_to_mode_when_allowed ... ok
[INFO] [stdout] test cli::cleanup_terminal::tests::no_target_error_renders_and_recovers_after_keypress ... ok
[INFO] [stdout] test cli::tests::run_scan_and_plan_use_injected_active_provider ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.75s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test procfs_uses_program_basename_when_comm_is_not_exact ... ok
[INFO] [stderr]      Running tests/active_process_procfs.rs (/opt/rustwide/target/debug/deps/active_process_procfs-401b29f52ba0bcd6)
[INFO] [stdout] test procfs_ignores_vanished_pid ... ok
[INFO] [stdout] test procfs_observes_exact_tools_and_structured_paths ... ok
[INFO] [stdout] test procfs_filters_processes_to_scope ... ok
[INFO] [stdout] test procfs_reports_permission_limited_for_uninspectable_tool_process ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- procfs_reports_permission_limited_for_uninspectable_tool_process stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'procfs_reports_permission_limited_for_uninspectable_tool_process' (1802) panicked at tests/active_process_procfs.rs:164:9:
[INFO] [stdout] expected permission-limited observation
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x617679e74761 - 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:     0x617679e74761 - 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:     0x617679e74761 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x617679e74761 - <<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:     0x617679e88f9a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x617679e88f9a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x617679e78f2c - 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:     0x617679e78f2c - <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:     0x617679e50a76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x617679e50a76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x617679e6b439 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x617679de8a90 - <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:     0x617679de8a90 - 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:     0x617679e6b5f2 - <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:     0x617679e6b5f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x617679e50b54 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x617679e480d9 - 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:     0x617679e518cd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x617679e896cc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x617679dd9997 - active_process_procfs[8281493d54ca643b]::procfs_reports_permission_limited_for_uninspectable_tool_process
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/active_process_procfs.rs:164:9
[INFO] [stdout]   20:     0x617679dd6177 - active_process_procfs[8281493d54ca643b]::procfs_reports_permission_limited_for_uninspectable_tool_process::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/active_process_procfs.rs:148:74
[INFO] [stdout]   21:     0x617679ddbca6 - <active_process_procfs[8281493d54ca643b]::procfs_reports_permission_limited_for_uninspectable_tool_process::{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:     0x617679ddbdcb - <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:     0x617679ddbdcb - 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:     0x617679de9415 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x617679de9415 - <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:     0x617679de9415 - 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:     0x617679de9415 - 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:     0x617679de9415 - 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:     0x617679de9415 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x617679de9415 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x617679de3ec4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x617679de3ec4 - 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:     0x617679dec562 - 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:     0x617679dec562 - <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:     0x617679dec562 - 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:     0x617679dec562 - 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:     0x617679dec562 - 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:     0x617679dec562 - 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:     0x617679dec562 - <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:     0x617679e7374f - <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:     0x617679e7374f - <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:     0x714dcb7b9aa4 - <unknown>
[INFO] [stdout]   43:     0x714dcb846a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     procfs_reports_permission_limited_for_uninspectable_tool_process
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test active_process_procfs`
[INFO] running `Command { std: "docker" "inspect" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1", kill_on_drop: false }`
[INFO] [stdout] 678b57a3d22a48b5733ecd57286fc59eff9a6ef90b1557ec985f5ebf090a53c1
