[INFO] cloning repository https://github.com/gcpcscol/ktk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gcpcscol/ktk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgcpcscol%2Fktk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgcpcscol%2Fktk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 408a5526a579523706dab2d21f75efba5b03a475
[INFO] testing gcpcscol/ktk against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgcpcscol%2Fktk" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/gcpcscol/ktk
[INFO] finished tweaking git repo https://github.com/gcpcscol/ktk
[INFO] tweaked toml for git repo https://github.com/gcpcscol/ktk written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gcpcscol/ktk on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gcpcscol/ktk 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 906c3a267633a4407e67ff76c970f545480f2e979f81972b373e835eec962a09
[INFO] running `Command { std: "docker" "start" "-a" "906c3a267633a4407e67ff76c970f545480f2e979f81972b373e835eec962a09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "906c3a267633a4407e67ff76c970f545480f2e979f81972b373e835eec962a09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "906c3a267633a4407e67ff76c970f545480f2e979f81972b373e835eec962a09", kill_on_drop: false }`
[INFO] [stdout] 906c3a267633a4407e67ff76c970f545480f2e979f81972b373e835eec962a09
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2759e461347f4d29094f622902b2dc5eb886411fcefa1f674e33a729e92cfa09
[INFO] running `Command { std: "docker" "start" "-a" "2759e461347f4d29094f622902b2dc5eb886411fcefa1f674e33a729e92cfa09", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling cc v1.2.44
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling k8s-openapi v0.26.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling schemars_derive v1.0.4
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling jsonptr v0.7.1
[INFO] [stderr]    Compiling schemars v1.0.4
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling json-patch v4.1.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling erased-serde v0.4.8
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling jsonpath-rust v0.7.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling backon v1.6.0
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling hostname v0.4.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling skim-common v0.2.0
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling yaml-rust2 v0.10.4
[INFO] [stderr]    Compiling skim-tuikit v0.6.6
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling kube-derive v2.0.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling shell-quote v0.7.2
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling ktk v0.22.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde-untagged v0.1.9
[INFO] [stderr]    Compiling color-print-proc-macro v0.3.7
[INFO] [stderr]    Compiling clap_complete v4.5.60
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rust-ini v0.21.3
[INFO] [stderr]    Compiling defer-drop v1.3.0
[INFO] [stderr]    Compiling timer v0.2.0
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling paris v1.5.15
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling color-print v0.3.7
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling skim v0.20.5
[INFO] [stderr]    Compiling config v0.15.18
[INFO] [stderr]    Compiling csscolorparser v0.7.2
[INFO] [stderr]    Compiling serde_with_macros v3.15.1
[INFO] [stderr]    Compiling colorous v1.0.16
[INFO] [stderr]    Compiling kube-core v2.0.1
[INFO] [stderr]    Compiling kube-client v2.0.1
[INFO] [stderr]    Compiling kube-runtime v2.0.1
[INFO] [stderr]    Compiling kube v2.0.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
[INFO] running `Command { std: "docker" "inspect" "2759e461347f4d29094f622902b2dc5eb886411fcefa1f674e33a729e92cfa09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2759e461347f4d29094f622902b2dc5eb886411fcefa1f674e33a729e92cfa09", kill_on_drop: false }`
[INFO] [stdout] 2759e461347f4d29094f622902b2dc5eb886411fcefa1f674e33a729e92cfa09
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8d06df233a485bad07d42c6d1a149e1e2b0cead73b6910d2ae68e44a1729014e
[INFO] running `Command { std: "docker" "start" "-a" "8d06df233a485bad07d42c6d1a149e1e2b0cead73b6910d2ae68e44a1729014e", kill_on_drop: false }`
[INFO] [stderr]    Compiling ktk v0.22.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.31s
[INFO] running `Command { std: "docker" "inspect" "8d06df233a485bad07d42c6d1a149e1e2b0cead73b6910d2ae68e44a1729014e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d06df233a485bad07d42c6d1a149e1e2b0cead73b6910d2ae68e44a1729014e", kill_on_drop: false }`
[INFO] [stdout] 8d06df233a485bad07d42c6d1a149e1e2b0cead73b6910d2ae68e44a1729014e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 862d9b9f1f57c431829c75d08fc1bb2ffe6905e4d83b940a9e608b1c50c26964
[INFO] running `Command { std: "docker" "start" "-a" "862d9b9f1f57c431829c75d08fc1bb2ffe6905e4d83b940a9e608b1c50c26964", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ktk-096c4bc9fe8c20f0)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test kube::tests::test_ns_workdir_path_exist_no_prefix ... ok
[INFO] [stdout] test kube::tests::test_ns_workdir_path_exist ... ok
[INFO] [stdout] test terminal::kitty::tests::test_id_of_focus_tab ... ok
[INFO] [stdout] test terminal::kitty::tests::test_id_path_of_focus_tab ... ok
[INFO] [stdout] test terminal::kitty::tests::test_platform_window_id ... ok
[INFO] [stdout] test kube::tests::test_ns_workdir_path_not_exist ... ok
[INFO] [stdout] test terminal::kitty::tests::test_id_window_with_tab_title ... ok
[INFO] [stdout] test terminal::kitty::tests::test_tabs_id ... ok
[INFO] [stdout] test terminal::wezterm::tests::test_id_of_focus_pane ... ok
[INFO] [stdout] test terminal::kitty::tests::test_id_tab_with_title ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin ktk`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/ktk-096c4bc9fe8c20f0` (exit status: 53)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness.
[INFO] running `Command { std: "docker" "inspect" "862d9b9f1f57c431829c75d08fc1bb2ffe6905e4d83b940a9e608b1c50c26964", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "862d9b9f1f57c431829c75d08fc1bb2ffe6905e4d83b940a9e608b1c50c26964", kill_on_drop: false }`
[INFO] [stdout] 862d9b9f1f57c431829c75d08fc1bb2ffe6905e4d83b940a9e608b1c50c26964
