[INFO] cloning repository https://github.com/luw2007/diff_by_time
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luw2007/diff_by_time" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluw2007%2Fdiff_by_time", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluw2007%2Fdiff_by_time'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5eae935a3ae2ffe858dea11de7f6a999e27a9445
[INFO] testing luw2007/diff_by_time against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluw2007%2Fdiff_by_time" "/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/luw2007/diff_by_time
[INFO] finished tweaking git repo https://github.com/luw2007/diff_by_time
[INFO] tweaked toml for git repo https://github.com/luw2007/diff_by_time written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/luw2007/diff_by_time on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/luw2007/diff_by_time 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" "+beta-2026-04-21" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c88c5a7686e1d42e194238ad3cb239537404649d3d30ecf23a7798657c767f99
[INFO] running `Command { std: "docker" "start" "-a" "c88c5a7686e1d42e194238ad3cb239537404649d3d30ecf23a7798657c767f99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c88c5a7686e1d42e194238ad3cb239537404649d3d30ecf23a7798657c767f99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c88c5a7686e1d42e194238ad3cb239537404649d3d30ecf23a7798657c767f99", kill_on_drop: false }`
[INFO] [stdout] c88c5a7686e1d42e194238ad3cb239537404649d3d30ecf23a7798657c767f99
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30454c5bb6c453c1f5fae0b476035425480caceab507ed94a0f71bf7d6e09448
[INFO] running `Command { std: "docker" "start" "-a" "30454c5bb6c453c1f5fae0b476035425480caceab507ed94a0f71bf7d6e09448", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling indexmap v2.11.3
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling tree-sitter v0.22.6
[INFO] [stderr]    Compiling tree-sitter-bash v0.21.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling ctrlc v3.5.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.225
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ratatui v0.27.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling dt v1.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s
[INFO] running `Command { std: "docker" "inspect" "30454c5bb6c453c1f5fae0b476035425480caceab507ed94a0f71bf7d6e09448", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30454c5bb6c453c1f5fae0b476035425480caceab507ed94a0f71bf7d6e09448", kill_on_drop: false }`
[INFO] [stdout] 30454c5bb6c453c1f5fae0b476035425480caceab507ed94a0f71bf7d6e09448
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cee49be98da0d3723de6d6ab025ce597312eed6c6bbccc418ffcff61edb7748b
[INFO] running `Command { std: "docker" "start" "-a" "cee49be98da0d3723de6d6ab025ce597312eed6c6bbccc418ffcff61edb7748b", kill_on_drop: false }`
[INFO] [stderr]    Compiling dt v1.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.37s
[INFO] running `Command { std: "docker" "inspect" "cee49be98da0d3723de6d6ab025ce597312eed6c6bbccc418ffcff61edb7748b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cee49be98da0d3723de6d6ab025ce597312eed6c6bbccc418ffcff61edb7748b", kill_on_drop: false }`
[INFO] [stdout] cee49be98da0d3723de6d6ab025ce597312eed6c6bbccc418ffcff61edb7748b
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 541477e8c71aefc6e65c9d29d86501e1195c3e49e5d5bc2676de1bd09703cf14
[INFO] running `Command { std: "docker" "start" "-a" "541477e8c71aefc6e65c9d29d86501e1195c3e49e5d5bc2676de1bd09703cf14", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dt-60d82d15c3a9818a)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test bash_parser::tests::parse_simple_pipeline ... ok
[INFO] [stdout] test storage::tests::test_format_command_trim_quotes ... ok
[INFO] [stdout] test storage::tests::test_hash_command_consistency ... ok
[INFO] [stdout] test store_manager::tests::extract_files_does_not_include_common_commands ... ok
[INFO] [stdout] test store_manager::tests::extract_files_includes_existing_file_args ... ok
[INFO] [stdout] test store_manager::tests::extract_files_includes_command_when_it_is_a_path ... ok
[INFO] [stdout] test fuzzy_matcher::tests::test_match_and_sort ... ok
[INFO] [stdout] test fuzzy_matcher::tests::test_fuzzy_matcher ... ok
[INFO] [stdout] test storage::tests::test_format_command_normalization ... ok
[INFO] [stdout] test store_manager::tests::extract_files_includes_redirection_targets ... ok
[INFO] [stdout] test fuzzy_matcher::tests::test_highlight_matches ... ok
[INFO] [stdout] test tests::test_join_args_empty_token ... ok
[INFO] [stdout] test tests::test_join_args_single_arg_passthrough ... ok
[INFO] [stdout] test tests::test_join_args_simple ... ok
[INFO] [stdout] test tests::test_join_args_with_single_quote ... ok
[INFO] [stdout] test differ::interactive_selection_tests::interactive_select_two_then_enter_breaks ... ok
[INFO] [stdout] test differ::interactive_selection_tests::interactive_filter_and_backspace_updates_indices ... ok
[INFO] [stdout] test tests::test_join_args_with_spaces ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_interaction.rs (/opt/rustwide/target/debug/deps/cli_interaction-0f38308f48c23dcb)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] hi
[INFO] [stdout] Command completed, exit code: 0
[INFO] [stdout] Execution time: 5ms
[INFO] [stdout] Result saved
[INFO] [stdout] Short code: a
[INFO] [stdout] Tip: run again with -d a to compare
[INFO] [stdout] a
[INFO] [stdout] Command completed, exit code: 0
[INFO] [stdout] Execution time: 9ms
[INFO] [stdout] Result saved
[INFO] [stdout] Short code: a
[INFO] [stdout] Tip: run again with -d a to compare
[INFO] [stdout] b
[INFO] [stdout] Command completed, exit code: 0
[INFO] [stdout] Execution time: 4ms
[INFO] [stdout] Result saved
[INFO] [stdout] Short code: b
[INFO] [stdout] Tip: run again with -d b to compare
[INFO] [stdout] test cli_run_ls_show_diff_smoke ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "541477e8c71aefc6e65c9d29d86501e1195c3e49e5d5bc2676de1bd09703cf14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "541477e8c71aefc6e65c9d29d86501e1195c3e49e5d5bc2676de1bd09703cf14", kill_on_drop: false }`
[INFO] [stdout] 541477e8c71aefc6e65c9d29d86501e1195c3e49e5d5bc2676de1bd09703cf14
