[INFO] cloning repository https://github.com/rakanalh/revu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rakanalh/revu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frakanalh%2Frevu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frakanalh%2Frevu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1dd6c6621719e2c0338efa3378eef989a26a6d48 [INFO] testing rakanalh/revu against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frakanalh%2Frevu" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rakanalh/revu [INFO] finished tweaking git repo https://github.com/rakanalh/revu [INFO] tweaked toml for git repo https://github.com/rakanalh/revu written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rakanalh/revu 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/rakanalh/revu 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 618bda615fdcf82151f22bab9c58cb4a8790b563bfb538551cd03980e4cf13dd [INFO] running `Command { std: "docker" "start" "-a" "618bda615fdcf82151f22bab9c58cb4a8790b563bfb538551cd03980e4cf13dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "618bda615fdcf82151f22bab9c58cb4a8790b563bfb538551cd03980e4cf13dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "618bda615fdcf82151f22bab9c58cb4a8790b563bfb538551cd03980e4cf13dd", kill_on_drop: false }` [INFO] [stdout] 618bda615fdcf82151f22bab9c58cb4a8790b563bfb538551cd03980e4cf13dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] bf2eca548550a8ed44ef183a75a39d9abc5db6c59d7ad9cd9559d8239ff7872e [INFO] running `Command { std: "docker" "start" "-a" "bf2eca548550a8ed44ef183a75a39d9abc5db6c59d7ad9cd9559d8239ff7872e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling find-msvc-tools v0.1.2 [INFO] [stderr] Compiling serde_core v1.0.226 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling serde v1.0.226 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling rustls v0.23.32 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling deranged v0.5.3 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Compiling instability v0.3.9 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling cc v1.2.38 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling pem v3.0.5 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling litrs v0.4.2 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling secrecy v0.10.3 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling toml_parser v1.0.3 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling nu-ansi-term v0.50.1 [INFO] [stderr] Compiling toml_writer v1.0.3 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling lru v0.16.1 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling toml_datetime v0.7.2 [INFO] [stderr] Compiling serde_spanned v1.0.2 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling toml v0.9.7 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.226 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling snafu-derive v0.8.9 [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 zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling fancy-regex v0.11.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling rustls-webpki v0.103.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling snafu v0.8.9 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling syntect v5.2.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.26.3 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.17 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling octocrab v0.45.0 [INFO] [stderr] Compiling revu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s [INFO] running `Command { std: "docker" "inspect" "bf2eca548550a8ed44ef183a75a39d9abc5db6c59d7ad9cd9559d8239ff7872e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf2eca548550a8ed44ef183a75a39d9abc5db6c59d7ad9cd9559d8239ff7872e", kill_on_drop: false }` [INFO] [stdout] bf2eca548550a8ed44ef183a75a39d9abc5db6c59d7ad9cd9559d8239ff7872e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] fa5814db48020a3094bfdf33d5711361c2842690abaee95e81cbff915421f99e [INFO] running `Command { std: "docker" "start" "-a" "fa5814db48020a3094bfdf33d5711361c2842690abaee95e81cbff915421f99e", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling revu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.62s [INFO] running `Command { std: "docker" "inspect" "fa5814db48020a3094bfdf33d5711361c2842690abaee95e81cbff915421f99e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa5814db48020a3094bfdf33d5711361c2842690abaee95e81cbff915421f99e", kill_on_drop: false }` [INFO] [stdout] fa5814db48020a3094bfdf33d5711361c2842690abaee95e81cbff915421f99e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] f888e4624ad251fff39b81f53a462e53ac34f4c775b92f1a848308beb2f0307d [INFO] running `Command { std: "docker" "start" "-a" "f888e4624ad251fff39b81f53a462e53ac34f4c775b92f1a848308beb2f0307d", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/revu-c78aca90a3cffce5) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test auth::tests::test_parse_authinfo_multiline ... ok [INFO] [stdout] test auth::tests::test_parse_authinfo_no_login ... ok [INFO] [stdout] test auth::tests::test_parse_authinfo_basic ... ok [INFO] [stdout] test auth::tests::test_parse_authinfo_multiple_entries ... ok [INFO] [stdout] test diff::parser::tests::test_full_file_diff_with_no_changes ... ok [INFO] [stdout] test diff::parser::tests::test_full_file_diff_creation ... ok [INFO] [stdout] test keybindings::tests::test_parse_function_keys ... ok [INFO] [stdout] test keybindings::tests::test_default_bindings ... ok [INFO] [stdout] test keybindings::tests::test_parse_arrow_keys ... ok [INFO] [stdout] test keybindings::tests::test_parse_single_char ... ok [INFO] [stdout] test keybindings::tests::test_parse_special_keys ... ok [INFO] [stdout] test keybindings::tests::test_parse_modified_keys ... ok [INFO] [stdout] test github::client_test::tests::test_parse_pr_url ... ok [INFO] [stdout] test theme::tests::test_backward_compatibility_missing_search_fields ... ok [INFO] [stdout] test theme::tests::test_parse_color_methods ... ok [INFO] [stdout] test theme::tests::test_theme_with_search_fields ... ok [INFO] [stdout] test theme::tests::test_theme_file_update ... ok [INFO] [stdout] test github::client_test::tests::test_invalid_pr_url ... ok [INFO] [stdout] test syntax_highlight::tests::test_detect_syntax_special_files ... ok [INFO] [stdout] test ui::diff_view::tests::test_search_case_insensitive ... ok [INFO] [stdout] test ui::diff_view::tests::test_escape_key_search_behavior ... ok [INFO] [stdout] test ui::diff_view::tests::test_search_with_no_matches ... ok [INFO] [stdout] test ui::diff_view::tests::test_hunk_navigation_with_no_hunks ... ok [INFO] [stdout] test ui::diff_view::tests::test_hunk_navigation_single_hunk ... ok [INFO] [stdout] test ui::diff_view::tests::test_search_functionality ... ok [INFO] [stdout] test syntax_highlight::tests::test_syntax_highlighter_creation ... ok [INFO] [stdout] test ui::diff_view::tests::test_search_scroll_to_match ... ok [INFO] [stdout] test ui::diff_view::tests::test_search_mode_transitions ... ok [INFO] [stdout] test ui::diff_view::tests::test_hunk_navigation_with_multiple_hunks ... ok [INFO] [stdout] test syntax_highlight::tests::test_detect_syntax_common_extensions ... ok [INFO] [stdout] test syntax_highlight::tests::test_highlight_line ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f888e4624ad251fff39b81f53a462e53ac34f4c775b92f1a848308beb2f0307d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f888e4624ad251fff39b81f53a462e53ac34f4c775b92f1a848308beb2f0307d", kill_on_drop: false }` [INFO] [stdout] f888e4624ad251fff39b81f53a462e53ac34f4c775b92f1a848308beb2f0307d