[INFO] cloning repository https://github.com/jgYro/jae
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jgYro/jae" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjgYro%2Fjae", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjgYro%2Fjae'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b8d49181e192dc6ac1c39081e7fb06760b5c616d
[INFO] testing jgYro/jae against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FjgYro%2Fjae" "/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/jgYro/jae
[INFO] finished tweaking git repo https://github.com/jgYro/jae
[INFO] tweaked toml for git repo https://github.com/jgYro/jae written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jgYro/jae on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jgYro/jae 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-03-05" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9b0a695865710daaeaceba4707c4f978aa03deb36b000774d06599d05b0047b0
[INFO] running `Command { std: "docker" "start" "-a" "9b0a695865710daaeaceba4707c4f978aa03deb36b000774d06599d05b0047b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b0a695865710daaeaceba4707c4f978aa03deb36b000774d06599d05b0047b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b0a695865710daaeaceba4707c4f978aa03deb36b000774d06599d05b0047b0", kill_on_drop: false }`
[INFO] [stdout] 9b0a695865710daaeaceba4707c4f978aa03deb36b000774d06599d05b0047b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0fa21053c390f15c3804f736b87b462c3e2d1200a050d6500f4421fe8910dbf
[INFO] running `Command { std: "docker" "start" "-a" "f0fa21053c390f15c3804f736b87b462c3e2d1200a050d6500f4421fe8910dbf", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling tree-sitter-language v0.1.6
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling pxfm v0.1.27
[INFO] [stderr]    Compiling png v0.18.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling tree-sitter v0.24.7
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-go v0.23.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling tree-sitter-python v0.23.6
[INFO] [stderr]    Compiling tree-sitter-javascript v0.23.1
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling tree-sitter-html v0.23.2
[INFO] [stderr]    Compiling tree-sitter-css v0.23.2
[INFO] [stderr]    Compiling tree-sitter-c v0.23.4
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4
[INFO] [stderr]    Compiling tree-sitter-md v0.3.2
[INFO] [stderr]    Compiling tree-sitter-json v0.24.8
[INFO] [stderr]    Compiling tree-sitter-rust v0.23.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling moxcms v0.7.11
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling gethostname v1.1.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling tree-sitter-highlight v0.24.7
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling tui-textarea v0.7.0
[INFO] [stderr]    Compiling arboard v3.6.1
[INFO] [stderr]    Compiling jae v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.06s
[INFO] running `Command { std: "docker" "inspect" "f0fa21053c390f15c3804f736b87b462c3e2d1200a050d6500f4421fe8910dbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0fa21053c390f15c3804f736b87b462c3e2d1200a050d6500f4421fe8910dbf", kill_on_drop: false }`
[INFO] [stdout] f0fa21053c390f15c3804f736b87b462c3e2d1200a050d6500f4421fe8910dbf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f6aa7a89ca01d43741437c2e1533152b4c84c38b942e208d23e4bfe38f6df0b
[INFO] running `Command { std: "docker" "start" "-a" "3f6aa7a89ca01d43741437c2e1533152b4c84c38b942e208d23e4bfe38f6df0b", kill_on_drop: false }`
[INFO] [stderr]    Compiling jae v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.15s
[INFO] running `Command { std: "docker" "inspect" "3f6aa7a89ca01d43741437c2e1533152b4c84c38b942e208d23e4bfe38f6df0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f6aa7a89ca01d43741437c2e1533152b4c84c38b942e208d23e4bfe38f6df0b", kill_on_drop: false }`
[INFO] [stdout] 3f6aa7a89ca01d43741437c2e1533152b4c84c38b942e208d23e4bfe38f6df0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 049af6ff01d5177438c7018e0a88095644437d2c8d390e757f0d2df9a575b70b
[INFO] running `Command { std: "docker" "start" "-a" "049af6ff01d5177438c7018e0a88095644437d2c8d390e757f0d2df9a575b70b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jae-228c361fb68ae6d4)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test editor::buffer_ops::tests::test_alt_keys_not_text_input ... ok
[INFO] [stdout] test commands::tests::test_ctrl_x_prefix ... ok
[INFO] [stdout] test commands::tests::test_registry_all_commands ... ok
[INFO] [stdout] test editor::buffer_ops::tests::test_arrow_keys_not_text_input ... ok
[INFO] [stdout] test commands::tests::test_keycombo_display ... ok
[INFO] [stdout] test editor::buffer_ops::tests::test_regular_typing_is_text_input ... ok
[INFO] [stdout] test editor::syntax::highlight::tests::test_highlight_result_variants ... ok
[INFO] [stdout] test editor::syntax::highlight::tests::test_highlight_style_unknown ... ok
[INFO] [stdout] test editor::syntax::highlight::tests::test_highlight_style_keyword ... ok
[INFO] [stdout] test editor::syntax::highlight::tests::test_highlight_names_not_empty ... ok
[INFO] [stdout] test editor::buffer_ops::tests::test_control_keys_not_text_input ... ok
[INFO] [stdout] test editor::buffer_ops::tests::test_special_keys ... ok
[INFO] [stdout] test editor::undo::tests::test_undo_redo_basic ... ok
[INFO] [stdout] test editor::syntax::tests::test_syntax_state_new_plain_text ... ok
[INFO] [stdout] test editor::undo::tests::test_redo_cleared_on_new_edit ... ok
[INFO] [stdout] test editor::syntax::tests::test_markdown_highlighter ... ok
[INFO] [stdout] test editor::syntax::tests::test_node_navigation ... ok
[INFO] [stdout] test editor::syntax::tests::test_syntax_state_parse_and_highlight ... ok
[INFO] [stdout] test editor::syntax::tests::test_syntax_state_new_rust ... ok
[INFO] [stdout] test editor::syntax::tests::test_syntax_state_cache_invalidation ... ok
[INFO] [stdout] test editor::syntax::tests::test_typescript_highlighter ... ok
[INFO] [stdout] test editor::syntax::tests::test_tsx_jsx_highlighter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/jae-9f4512ffd7b74fe1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests jae
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/editor/buffer_ops.rs - editor::buffer_ops (line 10) ... ignored
[INFO] [stdout] test src/editor/buffer_ops.rs - editor::buffer_ops (line 28) ... ignored
[INFO] [stdout] test src/editor/buffer_ops.rs - editor::buffer_ops (line 54) ... ignored
[INFO] [stdout] test src/editor/buffer_ops.rs - editor::buffer_ops::is_text_input_key (line 77) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "049af6ff01d5177438c7018e0a88095644437d2c8d390e757f0d2df9a575b70b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "049af6ff01d5177438c7018e0a88095644437d2c8d390e757f0d2df9a575b70b", kill_on_drop: false }`
[INFO] [stdout] 049af6ff01d5177438c7018e0a88095644437d2c8d390e757f0d2df9a575b70b
