[INFO] cloning repository https://github.com/zhych125/rlless
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zhych125/rlless" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhych125%2Frlless", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhych125%2Frlless'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d8fc2bfd2ba294631da292116655d4f7013b778b
[INFO] testing zhych125/rlless against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhych125%2Frlless" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zhych125/rlless
[INFO] finished tweaking git repo https://github.com/zhych125/rlless
[INFO] tweaked toml for git repo https://github.com/zhych125/rlless written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zhych125/rlless on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zhych125/rlless 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c528aca8890bf03e19c57c739dc60abdc5465274e1d7bb6a13028f01897b800d
[INFO] running `Command { std: "docker" "start" "-a" "c528aca8890bf03e19c57c739dc60abdc5465274e1d7bb6a13028f01897b800d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c528aca8890bf03e19c57c739dc60abdc5465274e1d7bb6a13028f01897b800d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c528aca8890bf03e19c57c739dc60abdc5465274e1d7bb6a13028f01897b800d", kill_on_drop: false }`
[INFO] [stdout] c528aca8890bf03e19c57c739dc60abdc5465274e1d7bb6a13028f01897b800d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2c1d6e6206510365beab552914a36d113fe2dc96c4c6c46a28547e67ec35658
[INFO] running `Command { std: "docker" "start" "-a" "d2c1d6e6206510365beab552914a36d113fe2dc96c4c6c46a28547e67ec35658", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling grep-matcher v0.1.7
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_builder v4.5.46
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling encoding_rs_io v0.1.7
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling memmap2 v0.9.8
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling clap v4.5.46
[INFO] [stderr]    Compiling ratatui v0.27.0
[INFO] [stderr]    Compiling grep-searcher v0.1.14
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling grep-regex v0.1.13
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling async-compression v0.4.19
[INFO] [stderr]    Compiling rlless v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 4m 54s
[INFO] running `Command { std: "docker" "inspect" "d2c1d6e6206510365beab552914a36d113fe2dc96c4c6c46a28547e67ec35658", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2c1d6e6206510365beab552914a36d113fe2dc96c4c6c46a28547e67ec35658", kill_on_drop: false }`
[INFO] [stdout] d2c1d6e6206510365beab552914a36d113fe2dc96c4c6c46a28547e67ec35658
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2bea3d8303c4032bdfcc4357f36f70afb02e00961be392da9e73ed27a57e88e1
[INFO] running `Command { std: "docker" "start" "-a" "2bea3d8303c4032bdfcc4357f36f70afb02e00961be392da9e73ed27a57e88e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling proptest v1.7.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling async-compression v0.4.19
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling rlless v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 2m 48s
[INFO] running `Command { std: "docker" "inspect" "2bea3d8303c4032bdfcc4357f36f70afb02e00961be392da9e73ed27a57e88e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bea3d8303c4032bdfcc4357f36f70afb02e00961be392da9e73ed27a57e88e1", kill_on_drop: false }`
[INFO] [stdout] 2bea3d8303c4032bdfcc4357f36f70afb02e00961be392da9e73ed27a57e88e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ba7082cb2fee62141e2cf49c84981cda2213545294ee81a4c152756d71e089a8
[INFO] running `Command { std: "docker" "start" "-a" "ba7082cb2fee62141e2cf49c84981cda2213545294ee81a4c152756d71e089a8", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rlless-ab036d2ef4d657ba)
[INFO] [stdout] 
[INFO] [stdout] running 85 tests
[INFO] [stdout] test error::tests::test_error_display_messages ... ok
[INFO] [stdout] test error::tests::test_result_type_alias ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_empty_file ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_last_page_start_comprehensive ... ok
[INFO] [stdout] test error::tests::test_error_constructors ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_find_next_match ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_single_line_no_newline ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_find_prev_match ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_small_file ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_byte_source_variants ... ok
[INFO] [stdout] test file_handler::compression::tests::test_compression_type_methods ... ok
[INFO] [stdout] test error::tests::test_io_error_conversion ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_read_from_byte ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_compressed_file ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_navigation_methods ... ok
[INFO] [stdout] test file_handler::compression::tests::test_decompress_to_memory_gzip ... ok
[INFO] [stdout] test file_handler::compression::tests::test_detect_bzip2_magic ... ok
[INFO] [stdout] test file_handler::compression::tests::test_decompression_result_variants ... ok
[INFO] [stdout] test file_handler::compression::tests::test_detect_by_extension ... ok
[INFO] [stdout] test file_handler::compression::tests::test_detect_compression_with_extension_fallback ... ok
[INFO] [stdout] test file_handler::compression::tests::test_detect_no_compression ... ok
[INFO] [stdout] test file_handler::compression::tests::test_detect_xz_magic ... ok
[INFO] [stdout] test file_handler::compression::tests::test_detect_zstd_magic ... ok
[INFO] [stdout] test file_handler::compression::tests::test_decompress_file_small_file ... ok
[INFO] [stdout] test file_handler::compression::tests::test_decompress_file_with_no_compression_fails ... ok
[INFO] [stdout] test file_handler::compression::tests::test_detect_compression_with_gzip_file ... ok
[INFO] [stdout] test file_handler::factory::tests::test_create_with_strategy_forces_implementation ... ok
[INFO] [stdout] test file_handler::factory::tests::test_factory_creates_in_memory_for_small_files ... ok
[INFO] [stdout] test file_handler::factory::tests::test_compression_detection_integration ... ok
[INFO] [stdout] test file_handler::compression::tests::test_detect_gzip_magic ... ok
[INFO] [stdout] test file_handler::factory::tests::test_factory_memory_threshold ... ok
[INFO] [stdout] test file_handler::factory::tests::test_factory_handles_empty_files ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_next_page_start_edge_cases ... ok
[INFO] [stdout] test file_handler::adaptive::tests::test_adaptive_accessor_string_conversion ... ok
[INFO] [stdout] test file_handler::factory::tests::test_factory_validates_file_before_creation ... ok
[INFO] [stdout] test file_handler::compression::tests::test_decompress_to_temp_file ... ok
[INFO] [stdout] test file_handler::validation::tests::test_validate_directory ... ok
[INFO] [stdout] test file_handler::validation::tests::test_validate_empty_file ... ok
[INFO] [stdout] test file_handler::validation::tests::test_validate_nonexistent_file ... ok
[INFO] [stdout] test file_handler::validation::tests::test_validate_valid_file ... ok
[INFO] [stdout] test input::service::tests::command_mode_backspace_when_empty_exits ... ok
[INFO] [stdout] test input::raw::tests::resize_flushes_pending_scroll ... ok
[INFO] [stdout] test input::raw::tests::queues_key_events ... ok
[INFO] [stdout] test input::service::tests::ctrl_c_interrupts_navigation ... ok
[INFO] [stdout] test input::service::tests::command_mode_cancel_clears_buffer ... ok
[INFO] [stdout] test input::service::tests::keyboard_events_pass_through_state_machine ... ok
[INFO] [stdout] test input::service::tests::command_mode_updates_buffer_and_executes ... ok
[INFO] [stdout] test input::service::tests::percent_jump_ctrl_c_cancels ... ok
[INFO] [stdout] test input::service::tests::percent_jump_emits_action ... ok
[INFO] [stdout] test input::service::tests::percent_jump_escape_cancels ... ok
[INFO] [stdout] test input::service::tests::percent_jump_backspace_cancels_when_empty ... ok
[INFO] [stdout] test input::service::tests::search_history_navigation_allows_recall ... ok
[INFO] [stdout] test render::service::state_tests::navigation_scrolls_and_pages ... ok
[INFO] [stdout] test render::service::state_tests::percent_jump_requires_digits ... ok
[INFO] [stdout] test render::ui::renderer::tests::test_mock_renderer_basic ... ok
[INFO] [stdout] test render::ui::renderer::tests::test_mock_renderer_resize_handling ... ok
[INFO] [stdout] test render::ui::state::tests::test_display_mode ... ok
[INFO] [stdout] test render::ui::state::tests::test_status_line_format ... ok
[INFO] [stdout] test render::ui::state::tests::test_terminal_resize ... ok
[INFO] [stdout] test render::ui::state::tests::test_view_state_creation ... ok
[INFO] [stdout] test render::ui::state::tests::test_viewport_navigation ... ok
[INFO] [stdout] test render::ui::terminal::tests::test_terminal_ui_creation ... ok
[INFO] [stdout] test render::ui::terminal::tests::test_theme_integration ... ok
[INFO] [stdout] test render::ui::theme::tests::test_color_variants ... ok
[INFO] [stdout] test input::raw::tests::mouse_scroll_direction_change_flushes ... ok
[INFO] [stdout] test input::raw::tests::coalesces_same_direction_scrolls ... ok
[INFO] [stdout] test input::service::tests::mixed_events_preserve_order ... ok
[INFO] [stdout] test input::service::tests::poll_actions_flushes_pending_events ... ok
[INFO] [stdout] test render::ui::theme::tests::test_default_theme ... ok
[INFO] [stdout] test input::service::tests::mouse_scrolls_are_coalesced_upstream ... ok
[INFO] [stdout] test render::ui::theme::tests::test_high_contrast_theme ... ok
[INFO] [stdout] test render::ui::theme::tests::test_monochrome_theme ... ok
[INFO] [stdout] test render::ui::theme::tests::test_style_creation ... ok
[INFO] [stdout] test search::core::tests::test_basic_search ... ok
[INFO] [stdout] test search::core::tests::test_invalid_regex ... ok
[INFO] [stdout] test search::core::tests::test_search_prev ... ok
[INFO] [stdout] test search::core::tests::test_case_insensitive_search ... ok
[INFO] [stdout] test search::worker::tests::empty_files_resolve_to_zero ... ok
[INFO] [stdout] test search::core::tests::test_whole_word_search ... ok
[INFO] [stdout] test search::core::tests::test_search_caching ... ok
[INFO] [stdout] test search::core::tests::test_search_no_timeout ... ok
[INFO] [stdout] test search::core::tests::test_get_line_matches ... ok
[INFO] [stdout] test search::core::tests::test_regex_search ... ok
[INFO] [stdout] test file_handler::factory::tests::test_factory_creates_mmap_for_large_files ... ok
[INFO] [stdout] test file_handler::factory::tests::test_boundary_file_sizes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 85 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rlless-f743ec251f0bc200)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_version_constant ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/search_worker.rs (/opt/rustwide/target/debug/deps/search_worker-64c7be15b59f1a20)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test update_context_enables_navigation_without_execute ... ok
[INFO] [stdout] test execute_search_followed_by_viewport_load ... ok
[INFO] [stdout] test load_viewport_returns_expected_page ... ok
[INFO] [stdout] test load_viewport_marks_eof_when_past_file_end ... ok
[INFO] [stdout] test navigate_match_advances_active_context ... ok
[INFO] [stdout] test execute_search_with_invalid_regex_returns_error ... ok
[INFO] [stdout] test relative_scroll_stops_at_last_page ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rlless
[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" "ba7082cb2fee62141e2cf49c84981cda2213545294ee81a4c152756d71e089a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba7082cb2fee62141e2cf49c84981cda2213545294ee81a4c152756d71e089a8", kill_on_drop: false }`
[INFO] [stdout] ba7082cb2fee62141e2cf49c84981cda2213545294ee81a4c152756d71e089a8
