[INFO] cloning repository https://github.com/TadoTheMiner/kraban
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TadoTheMiner/kraban" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTadoTheMiner%2Fkraban", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTadoTheMiner%2Fkraban'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b3a9e7e9100bdad0e3da7dd30f2ea4bcc5da9632
[INFO] building TadoTheMiner/kraban against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTadoTheMiner%2Fkraban" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/TadoTheMiner/kraban
[INFO] finished tweaking git repo https://github.com/TadoTheMiner/kraban
[INFO] tweaked toml for git repo https://github.com/TadoTheMiner/kraban written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TadoTheMiner/kraban on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TadoTheMiner/kraban 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror-impl v2.0.14
[INFO] [stderr]   Downloaded enum_dispatch v0.3.13
[INFO] [stderr]   Downloaded file-size v1.0.3
[INFO] [stderr]   Downloaded cli-log v2.1.0
[INFO] [stderr]   Downloaded proc-status v0.1.1
[INFO] [stderr]   Downloaded thiserror v2.0.14
[INFO] [stderr]   Downloaded syn v2.0.105
[INFO] [stderr]   Downloaded tui-textarea v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1899a7a87ccbf1a770a535eb0b806d2db231ca3f8be43f17b39b6f5d2920055a
[INFO] running `Command { std: "docker" "start" "-a" "1899a7a87ccbf1a770a535eb0b806d2db231ca3f8be43f17b39b6f5d2920055a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1899a7a87ccbf1a770a535eb0b806d2db231ca3f8be43f17b39b6f5d2920055a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1899a7a87ccbf1a770a535eb0b806d2db231ca3f8be43f17b39b6f5d2920055a", kill_on_drop: false }`
[INFO] [stdout] 1899a7a87ccbf1a770a535eb0b806d2db231ca3f8be43f17b39b6f5d2920055a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06ae8b2715fff753072cb3f9bcad79451c8de0337074aa36e80205ff44bc0356
[INFO] running `Command { std: "docker" "start" "-a" "06ae8b2715fff753072cb3f9bcad79451c8de0337074aa36e80205ff44bc0356", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling file-size v1.0.3
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling syn v2.0.105
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling proc-status v0.1.1
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling serde_with_macros v3.14.0
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling serde_with v3.14.0
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling cli-log v2.1.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling kraban-lib v0.5.6 (/opt/rustwide/workdir/kraban-lib)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tui-textarea v0.7.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling kraban-config v0.5.6 (/opt/rustwide/workdir/kraban-config)
[INFO] [stderr]    Compiling kraban-state v0.5.6 (/opt/rustwide/workdir/kraban-state)
[INFO] [stderr]    Compiling kraban-ui v0.5.6 (/opt/rustwide/workdir/kraban-ui)
[INFO] [stderr]    Compiling kraban v0.5.6 (/opt/rustwide/workdir/kraban)
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> kraban/src/cli.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     command
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.18s
[INFO] running `Command { std: "docker" "inspect" "06ae8b2715fff753072cb3f9bcad79451c8de0337074aa36e80205ff44bc0356", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06ae8b2715fff753072cb3f9bcad79451c8de0337074aa36e80205ff44bc0356", kill_on_drop: false }`
[INFO] [stdout] 06ae8b2715fff753072cb3f9bcad79451c8de0337074aa36e80205ff44bc0356
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b8247a4fc8c117a00906d2d04918ba5ec60dcccbc83acf1a2de7cbc0852d540e
[INFO] running `Command { std: "docker" "start" "-a" "b8247a4fc8c117a00906d2d04918ba5ec60dcccbc83acf1a2de7cbc0852d540e", kill_on_drop: false }`
[INFO] [stderr]    Compiling kraban v0.5.6 (/opt/rustwide/workdir/kraban)
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> kraban/src/cli.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     command
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.74s
[INFO] running `Command { std: "docker" "inspect" "b8247a4fc8c117a00906d2d04918ba5ec60dcccbc83acf1a2de7cbc0852d540e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8247a4fc8c117a00906d2d04918ba5ec60dcccbc83acf1a2de7cbc0852d540e", kill_on_drop: false }`
[INFO] [stdout] b8247a4fc8c117a00906d2d04918ba5ec60dcccbc83acf1a2de7cbc0852d540e
