[INFO] cloning repository https://github.com/SfietKonstantin/shellui [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SfietKonstantin/shellui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSfietKonstantin%2Fshellui", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSfietKonstantin%2Fshellui'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8f2642016517e94eb8a8c0c83351acb96fe792d [INFO] testing SfietKonstantin/shellui against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSfietKonstantin%2Fshellui" "/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/SfietKonstantin/shellui [INFO] finished tweaking git repo https://github.com/SfietKonstantin/shellui [INFO] tweaked toml for git repo https://github.com/SfietKonstantin/shellui written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/SfietKonstantin/shellui on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/SfietKonstantin/shellui 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fd-lock v4.0.2 [INFO] [stderr] Downloaded colored v2.1.0 [INFO] [stderr] Downloaded error-code v3.2.0 [INFO] [stderr] Downloaded clipboard-win v5.3.1 [INFO] [stderr] Downloaded clap v4.5.8 [INFO] [stderr] Downloaded colored_json v4.1.0 [INFO] [stderr] Downloaded clap_derive v4.5.8 [INFO] [stderr] Downloaded newline-converter v0.3.0 [INFO] [stderr] Downloaded rustyline v14.0.0 [INFO] [stderr] Downloaded inquire v0.7.5 [INFO] [stderr] Downloaded clap_builder v4.5.8 [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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fca95d3adf5a88f1251f56c193271c2f4e6617967a3e7aaa1a1bc3ec399bdb70 [INFO] running `Command { std: "docker" "start" "-a" "fca95d3adf5a88f1251f56c193271c2f4e6617967a3e7aaa1a1bc3ec399bdb70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fca95d3adf5a88f1251f56c193271c2f4e6617967a3e7aaa1a1bc3ec399bdb70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fca95d3adf5a88f1251f56c193271c2f4e6617967a3e7aaa1a1bc3ec399bdb70", kill_on_drop: false }` [INFO] [stdout] fca95d3adf5a88f1251f56c193271c2f4e6617967a3e7aaa1a1bc3ec399bdb70 [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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 09f3519f63bdb027bec122356f36ecad473f9a37717e82a13f6dbc7eecde593e [INFO] running `Command { std: "docker" "start" "-a" "09f3519f63bdb027bec122356f36ecad473f9a37717e82a13f6dbc7eecde593e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling anstyle-query v1.1.0 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling clap_lex v0.7.1 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling clap_builder v4.5.8 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling newline-converter v0.3.0 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling fd-lock v4.0.2 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling inquire v0.7.5 [INFO] [stderr] Compiling rustyline v14.0.0 [INFO] [stderr] Compiling colored_json v4.1.0 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling darling_macro v0.20.9 [INFO] [stderr] Compiling darling v0.20.9 [INFO] [stderr] Compiling clap v4.5.8 [INFO] [stderr] Compiling shellui-derive v0.1.0 (/opt/rustwide/workdir/shellui-derive) [INFO] [stderr] Compiling shellui v0.1.0 (/opt/rustwide/workdir/shellui) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.74s [INFO] running `Command { std: "docker" "inspect" "09f3519f63bdb027bec122356f36ecad473f9a37717e82a13f6dbc7eecde593e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09f3519f63bdb027bec122356f36ecad473f9a37717e82a13f6dbc7eecde593e", kill_on_drop: false }` [INFO] [stdout] 09f3519f63bdb027bec122356f36ecad473f9a37717e82a13f6dbc7eecde593e [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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 666d3d4e2b64a5b9d4ad71bd6aa8cbc4f958b42557fe5007959e77ffb9bd9659 [INFO] running `Command { std: "docker" "start" "-a" "666d3d4e2b64a5b9d4ad71bd6aa8cbc4f958b42557fe5007959e77ffb9bd9659", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling darling_macro v0.20.9 [INFO] [stderr] Compiling darling v0.20.9 [INFO] [stderr] Compiling shellui-derive v0.1.0 (/opt/rustwide/workdir/shellui-derive) [INFO] [stderr] Compiling clap v4.5.8 [INFO] [stderr] Compiling shellui v0.1.0 (/opt/rustwide/workdir/shellui) [INFO] [stdout] warning: struct `Tuple` is never constructed [INFO] [stdout] --> shellui-derive/tests/test_tuple.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | struct Tuple( [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `NoField` is never constructed [INFO] [stdout] --> shellui-derive/tests/test_macro.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | struct NoField { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Unit` is never constructed [INFO] [stdout] --> shellui-derive/tests/test_macro.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 62 | struct Unit; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 13.72s [INFO] running `Command { std: "docker" "inspect" "666d3d4e2b64a5b9d4ad71bd6aa8cbc4f958b42557fe5007959e77ffb9bd9659", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "666d3d4e2b64a5b9d4ad71bd6aa8cbc4f958b42557fe5007959e77ffb9bd9659", kill_on_drop: false }` [INFO] [stdout] 666d3d4e2b64a5b9d4ad71bd6aa8cbc4f958b42557fe5007959e77ffb9bd9659 [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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b6e967ada3df348bbb939890c6ff2ccfe504fdae7abd21007c4686daeb6f3680 [INFO] running `Command { std: "docker" "start" "-a" "b6e967ada3df348bbb939890c6ff2ccfe504fdae7abd21007c4686daeb6f3680", kill_on_drop: false }` [INFO] [stderr] warning: struct `Tuple` is never constructed [INFO] [stderr] --> shellui-derive/tests/test_tuple.rs:4:8 [INFO] [stderr] | [INFO] [stderr] 4 | struct Tuple( [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: struct `NoField` is never constructed [INFO] [stderr] --> shellui-derive/tests/test_macro.rs:50:8 [INFO] [stderr] | [INFO] [stderr] 50 | struct NoField { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: struct `Unit` is never constructed [INFO] [stderr] --> shellui-derive/tests/test_macro.rs:62:8 [INFO] [stderr] | [INFO] [stderr] 62 | struct Unit; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `shellui-derive` (test "test_tuple") generated 1 warning [INFO] [stderr] warning: `shellui-derive` (test "test_macro") generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shellui-64d702f4801610d7) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test format::tests::test_format_errors ... ok [INFO] [stdout] test shell::ui::tests::test_solve_hint_args ... ok [INFO] [stdout] test shell::ui::tests::test_solve_complete_partial ... ok [INFO] [stdout] test format::tests::test_format_single ... ok [INFO] [stdout] test format::tests::test_format_list ... ok [INFO] [stdout] test shell::ui::tests::test_solve_hint_partial ... ok [INFO] [stdout] test shell::ui::tests::test_solve_hint_full ... ok [INFO] [stdout] test shell::ui::tests::test_solve_hint_partial_second ... ok [INFO] [stdout] test shell::ui::tests::test_solve_hint_no_match ... ok [INFO] [stdout] test shell::ui::tests::test_solve_complete_second ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shellui_derive-4d962ece825680a2) [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] Running tests/test_macro.rs (/opt/rustwide/target/debug/deps/test_macro-4a8183e546d0c8c6) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/test_tuple.rs (/opt/rustwide/target/debug/deps/test_tuple-53d9476c72d382ac) [INFO] [stdout] test test_derive ... ok [INFO] [stdout] test test_derive_tuple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test ... 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] Doc-tests shellui [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 shellui_derive [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" "b6e967ada3df348bbb939890c6ff2ccfe504fdae7abd21007c4686daeb6f3680", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6e967ada3df348bbb939890c6ff2ccfe504fdae7abd21007c4686daeb6f3680", kill_on_drop: false }` [INFO] [stdout] b6e967ada3df348bbb939890c6ff2ccfe504fdae7abd21007c4686daeb6f3680