[INFO] cloning repository https://github.com/azri-cs/reshell
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/azri-cs/reshell" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazri-cs%2Freshell", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazri-cs%2Freshell'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 420e6ef05e950951432d63b54d0b396ba6f96f2d
[INFO] testing azri-cs/reshell 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%2Fazri-cs%2Freshell" "/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/azri-cs/reshell
[INFO] finished tweaking git repo https://github.com/azri-cs/reshell
[INFO] tweaked toml for git repo https://github.com/azri-cs/reshell written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/azri-cs/reshell 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/azri-cs/reshell already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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] 2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a
[INFO] running `Command { std: "docker" "start" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a", 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" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a" "/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" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a", 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" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling infer v0.15.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rusqlite v0.30.0
[INFO] [stderr]    Compiling reshell v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.38s
[INFO] running `Command { std: "docker" "inspect" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a", 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" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a" "/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 zerocopy v0.8.48
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling infer v0.15.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.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 serde v1.0.228
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rusqlite v0.30.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reshell v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a", 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" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a" "/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.46s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reshell-218e099e11c88542)
[INFO] [stdout] 
[INFO] [stdout] running 205 tests
[INFO] [stdout] test budget::tests::daily_key_advances_across_days ... ok
[INFO] [stdout] test budget::tests::hourly_key_advances_across_hours ... ok
[INFO] [stdout] test budget::tests::output_bytes_cap_blocks ... ok
[INFO] [stdout] test budget::tests::session_cap_blocks_after_limit ... ok
[INFO] [stdout] test budget::tests::unlimited_config_is_detected ... ok
[INFO] [stdout] test budget::tests::unlimited_session_never_blocks ... ok
[INFO] [stdout] test budget::tests::wall_secs_cap_blocks ... ok
[INFO] [stdout] test budget::tests::window_keys_are_stable_within_period ... ok
[INFO] [stdout] test classify::config::tests::parses_valid_recovery_codes ... ok
[INFO] [stdout] test classify::config::tests::merges_user_patterns_before_builtins ... ok
[INFO] [stdout] test classify::normalize::tests::normalizes_double_slashes ... ok
[INFO] [stdout] test classify::config::tests::rejects_invalid_recovery_codes ... ok
[INFO] [stdout] test classify::normalize::tests::preserves_protocol_slashes ... ok
[INFO] [stdout] test classify::normalize::tests::preserves_text_without_ansi ... ok
[INFO] [stdout] test classify::normalize::tests::strips_ansi_bold_and_reset ... ok
[INFO] [stdout] test classify::normalize::tests::strips_ansi_color_codes ... ok
[INFO] [stdout] test classify::normalize::tests::strips_bash_prefix ... ok
[INFO] [stdout] test classify::normalize::tests::strips_dash_prefix_with_line_number ... ok
[INFO] [stdout] test classify::normalize::tests::strips_fish_prefix ... ok
[INFO] [stdout] test classify::normalize::tests::strips_zsh_prefix ... ok
[INFO] [stdout] test classify::normalize::tests::canonicalizes_fish_unknown_command ... ok
[INFO] [stdout] test classify::normalize::tests::canonicalizes_pwsh_not_recognized ... ok
[INFO] [stdout] test classify::normalize::tests::canonicalizes_zsh_permission_denied ... ok
[INFO] [stdout] test classify::normalize::tests::canonicalizes_zsh_parse_error ... ok
[INFO] [stdout] test classify::tests::test_success ... ok
[INFO] [stdout] test classify::normalize::tests::canonicalizes_dash_not_found ... ok
[INFO] [stdout] test classify::tests::test_timeout ... ok
[INFO] [stdout] test compact::diff::tests::test_line_diff ... ok
[INFO] [stdout] test classify::normalize::tests::canonicalizes_zsh_command_not_found ... ok
[INFO] [stdout] test compact::jq::tests::backwards_compatible_array_index ... ok
[INFO] [stdout] test classify::normalize::tests::normalizes_ansi_colored_error ... ok
[INFO] [stdout] test classify::normalize::tests::normalizes_bash_command_not_found ... ok
[INFO] [stdout] test classify::normalize::tests::normalizes_dash_not_found ... ok
[INFO] [stdout] test classify::normalize::tests::preserves_plain_error_without_shell_prefix ... ok
[INFO] [stdout] test classify::normalize::tests::normalizes_fish_unknown_command ... ok
[INFO] [stdout] test classify::normalize::tests::normalizes_zsh_permission_denied ... ok
[INFO] [stdout] test classify::normalize::tests::normalizes_pwsh_not_recognized ... ok
[INFO] [stdout] test classify::normalize::tests::normalizes_zsh_command_not_found ... ok
[INFO] [stdout] test classify::normalize::tests::canonicalizes_fish_parse_error ... ok
[INFO] [stdout] test compact::jq::tests::backwards_compatible_dot_path ... ok
[INFO] [stdout] test compact::json::tests::compact_json_bad_content_passes_through ... ok
[INFO] [stdout] test compact::json::tests::compact_xml_extracts_tags ... ok
[INFO] [stdout] test compact::json::tests::compact_json_object ... ok
[INFO] [stdout] test compact::json::tests::looks_like_json_false ... ok
[INFO] [stdout] test compact::json::tests::looks_like_json_true ... ok
[INFO] [stdout] test compact::json::tests::looks_like_xml_false ... ok
[INFO] [stdout] test compact::json::tests::looks_like_xml_true ... ok
[INFO] [stdout] test compact::jsonpath::tests::array_index ... ok
[INFO] [stdout] test compact::jsonpath::tests::negative_index ... ok
[INFO] [stdout] test compact::jsonpath::tests::quoted_key ... ok
[INFO] [stdout] test compact::jsonpath::tests::simple_key ... ok
[INFO] [stdout] test compact::jsonpath::tests::bare_key ... ok
[INFO] [stdout] test compact::jsonpath::tests::slice ... ok
[INFO] [stdout] test compact::jsonpath::tests::wildcard ... ok
[INFO] [stdout] test compact::jsonpath::tests::filter ... ok
[INFO] [stdout] test compact::tests::test_compact_binary ... ok
[INFO] [stdout] test compact::view::tests::renders_diff_view_with_previous_output ... ok
[INFO] [stdout] test compact::view::tests::renders_errors_only_view ... ok
[INFO] [stdout] test compact::skeleton::tests::test_extract_skeleton ... ok
[INFO] [stdout] test exec::analyze::tests::blocks_deeply_nested_expansions ... ok
[INFO] [stdout] test exec::analyze::tests::blocks_obfuscated_commands ... ok
[INFO] [stdout] test exec::analyze::tests::detects_backtick_expansion ... ok
[INFO] [stdout] test exec::analyze::tests::detects_dot_command ... ok
[INFO] [stdout] test exec::analyze::tests::detects_heredoc_to_shell ... ok
[INFO] [stdout] test exec::analyze::tests::detects_herestring_to_shell ... ok
[INFO] [stdout] test exec::analyze::tests::detects_eval ... ok
[INFO] [stdout] test exec::analyze::tests::detects_process_substitution ... ok
[INFO] [stdout] test exec::analyze::tests::detects_simple_command ... ok
[INFO] [stdout] test exec::analyze::tests::detects_source ... ok
[INFO] [stdout] test exec::analyze::tests::detects_subshell_expansion ... ok
[INFO] [stdout] test classify::tests::test_syntax_error ... ok
[INFO] [stdout] test classify::tests::test_command_not_found ... ok
[INFO] [stdout] test classify::tests::test_permission_denied ... ok
[INFO] [stdout] test classify::tests::test_subcommand_failure ... ok
[INFO] [stdout] test compact::tests::test_compact_long ... ok
[INFO] [stdout] test classify::tests::test_large_stdout_hints_r26 ... ok
[INFO] [stdout] test exec::analyze::tests::simple_pipe_not_blocked ... ok
[INFO] [stdout] test exec::analyze::tests::var_usage_in_arguments_not_blocked ... ok
[INFO] [stdout] test compact::tests::test_compact_short ... ok
[INFO] [stdout] test exec::analyze::tests::dot_file_path_not_detected_as_source ... ok
[INFO] [stdout] test exec::runner::tests::builds_posix_retry_request_for_fallback_shell ... ok
[INFO] [stdout] test compact::languages::tests::unknown_extension_uses_generic ... ok
[INFO] [stdout] test compact::languages::tests::detects_go_by_extension ... ok
[INFO] [stdout] test compact::languages::tests::detects_rust_by_extension ... ok
[INFO] [stdout] test compact::languages::tests::detects_python_by_shebang ... ok
[INFO] [stdout] test compact::languages::tests::extracts_python_skeleton ... ok
[INFO] [stdout] test compact::languages::tests::extracts_rust_skeleton ... ok
[INFO] [stdout] test exec::validator::tests::test_dangerous_fork_bomb_blocked ... ok
[INFO] [stdout] test exec::audit::tests::audit_blocks_dangerous_command ... ok
[INFO] [stdout] test exec::validator::tests::rm_recursive_to_root_is_blocked_not_reviewed ... ok
[INFO] [stdout] test exec::validator::tests::test_dangerous_mkfs_blocked ... ok
[INFO] [stdout] test exec::validator::tests::test_dangerous_block_device_blocked ... ok
[INFO] [stdout] test exec::validator::tests::test_dangerous_kill_blocked ... ok
[INFO] [stdout] test exec::validator::tests::test_dangerous_pipe_to_shell_blocked ... ok
[INFO] [stdout] test exec::validator::tests::test_dangerous_shutdown_blocked ... ok
[INFO] [stdout] test exec::audit::tests::audit_detects_unmatched_quotes ... ok
[INFO] [stdout] test exec::validator::tests::test_interactive_blocked ... ok
[INFO] [stdout] test exec::validator::tests::test_dangerous_chmod_blocked ... ok
[INFO] [stdout] test exec::validator::tests::test_dangerous_rm_variants_blocked ... ok
[INFO] [stdout] test exec::validator::tests::test_quotes_unmatched ... ok
[INFO] [stdout] test exec::audit::tests::audit_checks_all_checks_present ... ok
[INFO] [stdout] test exec::audit::tests::audit_allows_simple_command ... ok
[INFO] [stdout] test exec::validator::tests::docker_prune_needs_review ... ok
[INFO] [stdout] test exec::validator::tests::git_force_push_needs_review ... ok
[INFO] [stdout] test exec::validator::tests::test_interpreter_with_c_flag_blocked ... ok
[INFO] [stdout] test exec::validator::tests::sudo_bearing_command_needs_review ... ok
[INFO] [stdout] test exec::validator::tests::rm_recursive_outside_tmp_needs_review ... ok
[INFO] [stdout] test exec::validator::tests::safe_commands_are_allowed_tier ... ok
[INFO] [stdout] test exec::validator::tests::test_valid_command ... ok
[INFO] [stdout] test memory::store::tests::find_pattern_empty_stderr_matches_nothing ... ok
[INFO] [stdout] test memory::store::tests::log_recovery_attempt_works ... ok
[INFO] [stdout] test memory::store::tests::get_nonexistent_output ... ok
[INFO] [stdout] test memory::store::tests::latest_output_returns_most_recent ... ok
[INFO] [stdout] test memory::store::tests::log_audit_entry_works ... ok
[INFO] [stdout] test recover::alternatives::tests::no_suggestion_for_unknown_tool ... ok
[INFO] [stdout] test recover::alternatives::tests::suggests_alternative_when_installed ... ok
[INFO] [stdout] test recover::alternatives::tests::suggests_rg_alternative ... ok
[INFO] [stdout] test recover::bashisms::tests::detects_ansi_c_quoting_for_posix ... ok
[INFO] [stdout] test recover::bashisms::tests::detects_arithmetic_expansion_for_posix ... ok
[INFO] [stdout] test recover::bashisms::tests::detects_double_bracket_bashism_for_sh ... ok
[INFO] [stdout] test recover::bashisms::tests::detects_indirect_expansion_for_zsh ... ok
[INFO] [stdout] test memory::store::tests::log_audit_full_record_persists_tracing_columns ... ok
[INFO] [stdout] test recover::bashisms::tests::zsh_retains_double_bracket ... ok
[INFO] [stdout] test recover::bashisms::tests::detects_source_bashism ... ok
[INFO] [stdout] test memory::store::tests::previous_output_returns_prior ... ok
[INFO] [stdout] test recover::deps::tests::extracts_npm_missing_package ... ok
[INFO] [stdout] test recover::deps::tests::extracts_cargo_missing_crate ... ok
[INFO] [stdout] test recover::deps::tests::extracts_bun_missing ... ok
[INFO] [stdout] test recover::deps::tests::extracts_uv_missing ... ok
[INFO] [stdout] test recover::deps::tests::extracts_pip_missing_package ... ok
[INFO] [stdout] test recover::deps::tests::extracts_yarn_missing ... ok
[INFO] [stdout] test recover::deps::tests::no_match_for_unknown_tool ... ok
[INFO] [stdout] test recover::memory::tests::converts_pattern_to_suggestion ... ok
[INFO] [stdout] test recover::suggest::tests::contains_shell_operators_clean_command ... ok
[INFO] [stdout] test recover::suggest::tests::contains_shell_operators_detects_and ... ok
[INFO] [stdout] test recover::suggest::tests::contains_shell_operators_detects_pipe ... ok
[INFO] [stdout] test recover::suggest::tests::contains_shell_operators_detects_semicolon ... ok
[INFO] [stdout] test recover::suggest::tests::r10_suggests_none ... ok
[INFO] [stdout] test recover::suggest::tests::r20_suggests_help ... ok
[INFO] [stdout] test recover::suggest::tests::r21_sanitizes_command_with_operators ... ok
[INFO] [stdout] test recover::suggest::tests::r21_suggests_sudo_simple_command ... ok
[INFO] [stdout] test recover::suggest::tests::r22_no_package_manager ... ok
[INFO] [stdout] test recover::suggest::tests::r22_suggests_alternative_when_available ... ok
[INFO] [stdout] test recover::suggest::tests::r22_suggests_install ... ok
[INFO] [stdout] test recover::suggest::tests::r23_suggests_chunked ... ok
[INFO] [stdout] test recover::suggest::tests::r24_no_diagnostic_for_unknown_tool ... ok
[INFO] [stdout] test memory::store::tests::pattern_count_starts_at_zero ... ok
[INFO] [stdout] test recover::suggest::tests::r24_suggests_diagnostic_cargo ... ok
[INFO] [stdout] test recover::suggest::tests::r25_suggests_posix ... ok
[INFO] [stdout] test recover::suggest::tests::r24_suggests_diagnostic_npm ... ok
[INFO] [stdout] test recover::suggest::tests::r26_suggests_scoping ... ok
[INFO] [stdout] test recover::suggest::tests::r27_suggests_rewrite ... ok
[INFO] [stdout] test recover::suggest::tests::r30_suggests_escalate ... ok
[INFO] [stdout] test sandbox::allowlist::tests::blocklist_mode_allows_all ... ok
[INFO] [stdout] test sandbox::allowlist::tests::default_mode_is_blocklist ... ok
[INFO] [stdout] test sandbox::paths::tests::test_blocks_dotdot_traversal ... ok
[INFO] [stdout] test sandbox::paths::tests::test_blocks_etc_shadow ... ok
[INFO] [stdout] test recover::deps::tests::extracts_pnpm_missing ... ok
[INFO] [stdout] test sandbox::paths::tests::test_blocks_proc ... ok
[INFO] [stdout] test sandbox::paths::tests::test_cwd_blocks_dotdot ... ok
[INFO] [stdout] test sandbox::paths::tests::test_allows_file_in_cwd ... ok
[INFO] [stdout] test sandbox::paths::tests::test_blocks_nonexistent_file ... ok
[INFO] [stdout] test memory::store::tests::pattern_count_increments ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_respects_custom_entropy_threshold ... ok
[INFO] [stdout] test sandbox::overlay::tests::overlay_mount_writable_layer ... FAILED
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_connection_string ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_does_not_scrub_low_entropy_normal_text ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_api_key ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_aws_credentials ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_no_false_positive ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_high_entropy_random_string ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_docker_auth ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_password ... ok
[INFO] [stdout] test memory::store::tests::save_and_get_output ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_jwt ... ok
[INFO] [stdout] test sandbox::seccomp::tests::seccomp_availability_is_detectable ... ok
[INFO] [stdout] test utils::tests::detects_json_as_text ... ok
[INFO] [stdout] test utils::tests::detects_png_as_binary ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_stripe_key ... ok
[INFO] [stdout] test utils::tests::hash_command_different_inputs ... ok
[INFO] [stdout] test utils::tests::is_binary_empty ... ok
[INFO] [stdout] test utils::tests::is_binary_null_at_start ... ok
[INFO] [stdout] test utils::tests::hash_command_deterministic ... ok
[INFO] [stdout] test utils::tests::is_binary_text ... ok
[INFO] [stdout] test utils::tests::is_binary_with_null_byte ... ok
[INFO] [stdout] test utils::tests::normalize_command_collapses_whitespace ... ok
[INFO] [stdout] test memory::store::tests::save_and_find_pattern ... ok
[INFO] [stdout] test utils::tests::normalize_command_single_word ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_gitlab_token ... ok
[INFO] [stdout] test utils::tests::shell_quote_empty ... ok
[INFO] [stdout] test utils::tests::shell_quote_simple ... ok
[INFO] [stdout] test utils::tests::shell_quote_with_single_quote ... ok
[INFO] [stdout] test utils::tests::truncate_utf8_respects_char_boundary ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_slack_token ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_pem_key ... ok
[INFO] [stdout] test sandbox::scrubber::tests::test_scrub_github_token ... ok
[INFO] [stdout] test memory::store::tests::save_pattern_upserts ... ok
[INFO] [stdout] test memory::store::tests::secrets_in_args_json_must_be_scrubbed_by_caller ... ok
[INFO] [stdout] test memory::store::tests::audit_migration_is_idempotent ... ok
[INFO] [stdout] test memory::store::tests::merge_from_copies_patterns ... ok
[INFO] [stdout] test memory::store::tests::project_local_db_resolution ... ok
[INFO] [stdout] test exec::runner::tests::binary_stdout_returns_summary ... ok
[INFO] [stdout] test exec::runner::tests::reuses_learned_pattern_suggestion ... ok
[INFO] [stdout] test exec::runner::tests::stores_output_id_and_pattern_for_failure ... ok
[INFO] [stdout] test memory::store::tests::patterns_evicted_by_lru ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- sandbox::overlay::tests::overlay_mount_writable_layer stdout ----
[INFO] [stdout] Error: Failed to mount overlay at /tmp/.tmplVCBFD: mount: /tmp/.tmplVCBFD: permission denied.
[INFO] [stdout]        dmesg(1) may have more information after failed mount system call.
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error>::msg::<alloc::string::String>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <reshell::sandbox::overlay::OverlaySandbox>::mount_overlay
[INFO] [stdout]              at ./src/sandbox/overlay.rs:79:13
[INFO] [stdout]    2: <reshell::sandbox::overlay::OverlaySandbox>::new
[INFO] [stdout]              at ./src/sandbox/overlay.rs:29:13
[INFO] [stdout]    3: reshell::sandbox::overlay::tests::overlay_mount_writable_layer
[INFO] [stdout]              at ./src/sandbox/overlay.rs:173:29
[INFO] [stdout]    4: reshell::sandbox::overlay::tests::overlay_mount_writable_layer::{closure#0}
[INFO] [stdout]              at ./src/sandbox/overlay.rs:172:42
[INFO] [stdout]    5: <reshell::sandbox::overlay::tests::overlay_mount_writable_layer::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    7: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]    8: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]    9: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   10: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   11: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   12: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   13: test::run_test_in_process
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   14: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   15: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   16: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   17: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   18: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   19: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   20: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   21: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   22: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   23: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   25: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   26: <unknown>
[INFO] [stdout]   27: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     sandbox::overlay::tests::overlay_mount_writable_layer
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 204 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.21s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a", kill_on_drop: false }`
[INFO] [stdout] 2f3b190d87b7022e2140ac012a49c847bb920b937149e4d5c54204fd83eb815a
