[INFO] cloning repository https://github.com/asakura/inceptool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asakura/inceptool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasakura%2Finceptool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasakura%2Finceptool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1fa8f806cec44b78e8acb7906c9364b416fe1ab0
[INFO] testing asakura/inceptool against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasakura%2Finceptool" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/asakura/inceptool
[INFO] finished tweaking git repo https://github.com/asakura/inceptool
[INFO] tweaked toml for git repo https://github.com/asakura/inceptool written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/asakura/inceptool on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/asakura/inceptool 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e
[INFO] running `Command { std: "docker" "start" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling gix-trace v0.1.20
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling gix-utils v0.3.3
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling prodash v31.0.0
[INFO] [stderr]    Compiling zlib-rs v0.6.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling faster-hex v0.10.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling jiff v0.2.29
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling sha1-checked v0.10.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.3
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling gix-validate v0.11.2
[INFO] [stderr]    Compiling gix-error v0.2.4
[INFO] [stderr]    Compiling memmap2 v0.9.11
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling gix-date v0.15.5
[INFO] [stderr]    Compiling gix-actor v0.41.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling gix-chunk v0.7.2
[INFO] [stderr]    Compiling dashmap v6.2.1
[INFO] [stderr]    Compiling nonempty v0.12.0
[INFO] [stderr]    Compiling gix-quote v0.7.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling gix-sec v0.14.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling gix-bitmap v0.3.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling clru v0.6.3
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling arc-swap v1.9.2
[INFO] [stderr]    Compiling granit-parser v0.0.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling annotate-snippets v0.12.16
[INFO] [stderr]    Compiling encoding_rs_io v0.1.7
[INFO] [stderr]    Compiling gix-imara-diff v0.2.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling serde-saphyr v0.0.29
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling fancy-regex v0.18.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling inceptool v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling maybe-async v0.2.11
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling gix-path v0.12.1
[INFO] [stderr]    Compiling gix-features v0.48.1
[INFO] [stderr]    Compiling gix-hash v0.25.1
[INFO] [stderr]    Compiling gix-hashtable v0.15.2
[INFO] [stderr]    Compiling gix-object v0.62.0
[INFO] [stderr]    Compiling gix-fs v0.21.2
[INFO] [stderr]    Compiling gix-tempfile v23.0.2
[INFO] [stderr]    Compiling gix-glob v0.26.1
[INFO] [stderr]    Compiling gix-lock v23.0.1
[INFO] [stderr]    Compiling gix-commitgraph v0.37.1
[INFO] [stderr]    Compiling gix-command v0.9.1
[INFO] [stderr]    Compiling gix-revwalk v0.33.0
[INFO] [stderr]    Compiling gix-attributes v0.33.2
[INFO] [stderr]    Compiling gix-ref v0.65.0
[INFO] [stderr]    Compiling gix-packetline v0.21.5
[INFO] [stderr]    Compiling gix-traverse v0.59.0
[INFO] [stderr]    Compiling gix-url v0.36.1
[INFO] [stderr]    Compiling gix-config-value v0.18.1
[INFO] [stderr]    Compiling inceptool-protocol v0.1.1 (/opt/rustwide/workdir/crates/protocol)
[INFO] [stderr]    Compiling gix-revision v0.47.0
[INFO] [stderr]    Compiling gix-index v0.53.0
[INFO] [stderr]    Compiling gix-ignore v0.21.1
[INFO] [stderr]    Compiling gix-config v0.58.0
[INFO] [stderr]    Compiling gix-refspec v0.43.0
[INFO] [stderr]    Compiling gix-pathspec v0.18.1
[INFO] [stderr]    Compiling gix-transport v0.57.2
[INFO] [stderr]    Compiling gix-filter v0.32.0
[INFO] [stderr]    Compiling gix-shallow v0.12.1
[INFO] [stderr]    Compiling gix-worktree v0.54.0
[INFO] [stderr]    Compiling gix-pack v0.72.0
[INFO] [stderr]    Compiling gix-diff v0.65.0
[INFO] [stderr]    Compiling gix-submodule v0.32.0
[INFO] [stderr]    Compiling gix-protocol v0.63.0
[INFO] [stderr]    Compiling gix-odb v0.82.0
[INFO] [stderr]    Compiling gix-discover v0.53.0
[INFO] [stderr]    Compiling gix v0.85.0
[INFO] [stderr]    Compiling inceptool-engine v0.1.1 (/opt/rustwide/workdir/crates/engine)
[INFO] [stderr]    Compiling inceptool-parsers v0.1.0 (/opt/rustwide/workdir/crates/parsers)
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling inceptool-driver-gemini v0.9.1 (/opt/rustwide/workdir/crates/driver-gemini)
[INFO] [stderr]    Compiling inceptool-driver-claude v0.9.1 (/opt/rustwide/workdir/crates/driver-claude)
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling inceptool-stages v0.3.0 (/opt/rustwide/workdir/crates/stages)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 18s
[INFO] running `Command { std: "docker" "inspect" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling bstr v1.12.3
[INFO] [stderr]    Compiling gix-validate v0.11.2
[INFO] [stderr]    Compiling gix-error v0.2.4
[INFO] [stderr]    Compiling gix-date v0.15.5
[INFO] [stderr]    Compiling gix-chunk v0.7.2
[INFO] [stderr]    Compiling gix-actor v0.41.1
[INFO] [stderr]    Compiling gix-quote v0.7.2
[INFO] [stderr]    Compiling gix-bitmap v0.3.2
[INFO] [stderr]    Compiling gix-imara-diff v0.2.3
[INFO] [stderr]    Compiling fancy-regex v0.18.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling maybe-async v0.2.11
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling gix-path v0.12.1
[INFO] [stderr]    Compiling gix-features v0.48.1
[INFO] [stderr]    Compiling gix-command v0.9.1
[INFO] [stderr]    Compiling gix-hash v0.25.1
[INFO] [stderr]    Compiling gix-hashtable v0.15.2
[INFO] [stderr]    Compiling gix-object v0.62.0
[INFO] [stderr]    Compiling gix-fs v0.21.2
[INFO] [stderr]    Compiling gix-glob v0.26.1
[INFO] [stderr]    Compiling gix-tempfile v23.0.2
[INFO] [stderr]    Compiling gix-commitgraph v0.37.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling gix-lock v23.0.1
[INFO] [stderr]    Compiling gix-revwalk v0.33.0
[INFO] [stderr]    Compiling gix-attributes v0.33.2
[INFO] [stderr]    Compiling gix-ref v0.65.0
[INFO] [stderr]    Compiling gix-packetline v0.21.5
[INFO] [stderr]    Compiling gix-traverse v0.59.0
[INFO] [stderr]    Compiling gix-url v0.36.1
[INFO] [stderr]    Compiling gix-config-value v0.18.1
[INFO] [stderr]    Compiling gix-index v0.53.0
[INFO] [stderr]    Compiling gix-revision v0.47.0
[INFO] [stderr]    Compiling inceptool-protocol v0.1.1 (/opt/rustwide/workdir/crates/protocol)
[INFO] [stderr]    Compiling gix-ignore v0.21.1
[INFO] [stderr]    Compiling gix-worktree v0.54.0
[INFO] [stderr]    Compiling gix-refspec v0.43.0
[INFO] [stderr]    Compiling gix-pathspec v0.18.1
[INFO] [stderr]    Compiling gix-config v0.58.0
[INFO] [stderr]    Compiling gix-transport v0.57.2
[INFO] [stderr]    Compiling gix-filter v0.32.0
[INFO] [stderr]    Compiling gix-pack v0.72.0
[INFO] [stderr]    Compiling gix-shallow v0.12.1
[INFO] [stderr]    Compiling gix-protocol v0.63.0
[INFO] [stderr]    Compiling gix-diff v0.65.0
[INFO] [stderr]    Compiling gix-submodule v0.32.0
[INFO] [stderr]    Compiling gix-odb v0.82.0
[INFO] [stderr]    Compiling gix-discover v0.53.0
[INFO] [stderr]    Compiling gix v0.85.0
[INFO] [stderr]    Compiling inceptool-engine v0.1.1 (/opt/rustwide/workdir/crates/engine)
[INFO] [stderr]    Compiling inceptool-parsers v0.1.0 (/opt/rustwide/workdir/crates/parsers)
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling inceptool-driver-claude v0.9.1 (/opt/rustwide/workdir/crates/driver-claude)
[INFO] [stderr]    Compiling inceptool-driver-gemini v0.9.1 (/opt/rustwide/workdir/crates/driver-gemini)
[INFO] [stderr]    Compiling insta v1.48.0
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling inceptool-stages v0.3.0 (/opt/rustwide/workdir/crates/stages)
[INFO] [stderr]    Compiling inceptool v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8m 24s
[INFO] running `Command { std: "docker" "inspect" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/inceptool-2d0cdcef78d226dc)
[INFO] [stdout] 
[INFO] [stdout] running 118 tests
[INFO] [stdout] test cli::tests::parse_missing_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_valid::case_1_claude ... ok
[INFO] [stdout] test cli::tests::parse_missing_hook ... ok
[INFO] [stdout] test cli::tests::parse_unknown_subcommand ... ok
[INFO] [stdout] test cli::tests::parse_valid::case_2_gemini ... ok
[INFO] [stdout] test config::raw_config::tests::load_layer::malformed_file_is_err ... ok
[INFO] [stdout] test cli::tests::parse_config ... ok
[INFO] [stdout] test config::raw_config::tests::load_layer::missing_file_returns_none ... ok
[INFO] [stdout] test config::raw_config::tests::load_layer::valid_file_parses ... ok
[INFO] [stdout] test config::raw_config::tests::parse_base_config::includes_built_in_read_write_guard_rules ... ok
[INFO] [stdout] test config::raw_config::tests::from_config::preserves_hook_flags ... ok
[INFO] [stdout] test config::raw_config::tests::load_layer::typo_d_rules_table_name_is_rejected_not_silently_dropped ... ok
[INFO] [stdout] test config::raw_config::tests::parse_base_config::embedded_config_is_valid ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_02_generated_go_grpc ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_05_node_modules_anywhere ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_04_generated_python_grpc ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_01_generated_go_protobuf ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_03_generated_python_protobuf ... ok
[INFO] [stdout] test config::raw_config::tests::from_config::preserves_every_rule ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_06_git_internals_anywhere ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_09_next_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_07_svn_internals_anywhere ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_08_hg_internals_anywhere ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_10_nuxt_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_11_svelte_kit_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_13_turbo_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_15_ts_build_info ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_14_nx_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_21_playwright_report ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_17_vercel_state ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_18_netlify_state ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_19_coverage_output ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_20_nyc_output ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_16_eslintcache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_12_angular_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_24_cypress_screenshots ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_23_cypress_videos ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_22_test_results ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_27_nox_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_28_mypy_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_25_pytest_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_26_tox_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_30_pycache_dir ... ok
[INFO] [stdout] test config::raw_config::tests::from_config::round_trips_through_toml_text ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_33_intellij_module ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_34_intellij_project ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_35_android_keystore ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_37_vs_user_settings ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_32_gradle_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_36_java_keystore ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_31_pyc_file ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_29_ruff_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_44_graphql_codegen_dir ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_43_graphql_codegen_file ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_41_xcode_user_data ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_39_cocoapods_pods ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_40_xcode_user_state ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_38_vs_local_state ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_45_wasm_binary ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_46_terraform_cache ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_42_xcode_derived_data ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_47_terraform_plan ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_48_ansible_retry ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_54_p12_bundle ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_49_pulumi_state ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_52_macos_ds_store ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_53_pem_key ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_50_vim_swap_p ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_51_vim_swap_o ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_56_ssh_rsa_key ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_55_pfx_bundle ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_58_ssh_ecdsa_key ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_57_ssh_dsa_key ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_60_npm_debug_log ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_59_ssh_ed25519_key ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_61_yarn_error_log ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_64_parquet_data ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_66_orc_data ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_65_avro_data ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_63_crash_dump ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_67_safetensors_model ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_72_sqlite3_db ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_68_onnx_model ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::hooks_resolve_to_enabled_flags ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_62_lerna_debug_log ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_ins_are_present_by_default ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_02_npm ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_01_nix ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_69_pytorch_model ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_73_generic_db ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_71_sqlite_db ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::built_in_glob_patterns_are_present::case_70_generic_binary ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_04_pnpm ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_05_bun_lock ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_06_bun_lockb ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_03_yarn ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_10_uv ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_12_bundler ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_08_poetry ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_07_cargo ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_09_pipenv ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_13_composer ... ok
[INFO] [stdout] test config::tests::merge::later_broader_glob_rule_drops_earlier_more_specific_rule ... ok
[INFO] [stdout] test config::tests::merge::later_layer_overrides_earlier_hook ... ok
[INFO] [stdout] test config::tests::merge::later_layer_rule_overrides_earlier_for_same_filename ... ok
[INFO] [stdout] test config::tests::merge::reasserted_specific_rule_overrides_a_broader_glob_again ... ok
[INFO] [stdout] test config::tests::merge_layer_at::malformed_layer_is_skipped_not_propagated ... ok
[INFO] [stdout] test config::tests::merge_layer_at::missing_layer_is_skipped ... ok
[INFO] [stdout] test config::tests::merge_layer_at::valid_layer_is_merged ... ok
[INFO] [stdout] test config::tests::repo_root::is_none_when_nothing_was_discovered ... ok
[INFO] [stdout] test config::tests::repo_root::reflects_whatever_was_discovered ... ok
[INFO] [stdout] test config::tests::merge::rules_from_both_layers_accumulate ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::user_rule_overrides_built_in ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_11_go ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_14_mix ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_15_pub_dart ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::user_rule_adds_new_filename_alongside_built_ins ... ok
[INFO] [stdout] test config::raw_config::tests::try_from::original_built_in_lockfiles_are_present::case_16_terraform_lock ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 118 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-f1f0f49cf6034e9f)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test integration_empty_stdin ... ok
[INFO] [stdout] test integration_failure_invalid_json ... ok
[INFO] [stdout] test integration_invalid_hook_fails_fast ... ok
[INFO] [stdout] test integration_worktree_create_special_case ... ok
[INFO] [stdout] test integration_config_prints_resolved_toml ... ok
[INFO] [stdout] test integration_happy_path::case_2_claude_skip_non_bash ... ok
[INFO] [stdout] test integration_happy_path::case_3_claude_skip_null_command ... ok
[INFO] [stdout] test integration_happy_path::case_5_gemini_skip_null_command ... ok
[INFO] [stdout] test integration_happy_path::case_4_gemini_rtk_rewrite ... FAILED
[INFO] [stdout] test integration_happy_path::case_1_claude_rtk_rewrite ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- integration_happy_path::case_4_gemini_rtk_rewrite stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: tests/snapshots/integration_test__integration_happy_path@gemini_rtk_rewrite.snap
[INFO] [stdout] Snapshot: integration_happy_path@gemini_rtk_rewrite
[INFO] [stdout] Source: tests/integration_test.rs:143
[INFO] [stdout] ──────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: parsed
[INFO] [stdout] ──────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────
[INFO] [stdout]     1     1 │ {
[INFO] [stdout]     2       │-  "decision": "allow",
[INFO] [stdout]     3       │-  "hookSpecificOutput": {
[INFO] [stdout]     4       │-    "tool_input": {
[INFO] [stdout]     5       │-      "command": "rtk ls"
[INFO] [stdout]     6       │-    }
[INFO] [stdout]     7       │-  },
[INFO] [stdout]     8       │-  "reason": "RTK auto-rewrite"
[INFO] [stdout]           2 │+  "systemMessage": "rtk rewrite failed for `ls`: No such file or directory (os error 2)"
[INFO] [stdout]     9     3 │ }
[INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'integration_happy_path::case_4_gemini_rtk_rewrite' (6409) panicked at tests/integration_test.rs:143:9:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/tests/snapshots/integration_test__integration_happy_path@gemini_rtk_rewrite.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62ee7bc96a91 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62ee7bc96a91 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62ee7bc96a91 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62ee7bc96a91 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62ee7bcb040a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62ee7bcb040a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x62ee7bc9c8bc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x62ee7bc9c8bc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x62ee7bc714c6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62ee7bc714c6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62ee7bc8d3e9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62ee7bb356c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x62ee7bb356c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62ee7bc8d5a2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x62ee7bc8d5a2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x62ee7bc71572 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x62ee7bc68979 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62ee7bc7234d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x62ee7bcb0c8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62ee7bcb0a02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x62ee7bb0801a - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x62ee7bb0801a - integration_test[84a60c0f1360ab7a]::integration_happy_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:143:9
[INFO] [stdout]   22:     0x62ee7badf4b0 - <insta[b0cc31be8185fdd8]::settings::Settings>::bind::<integration_test[84a60c0f1360ab7a]::integration_happy_path::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.48.0/src/settings.rs:617:9
[INFO] [stdout]   23:     0x62ee7bb096e3 - integration_test[84a60c0f1360ab7a]::integration_happy_path
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:142:5
[INFO] [stdout]   24:     0x62ee7baf3382 - integration_test[84a60c0f1360ab7a]::integration_happy_path::case_4_gemini_rtk_rewrite
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:92:1
[INFO] [stdout]   25:     0x62ee7baf1123 - integration_test[84a60c0f1360ab7a]::integration_happy_path::case_4_gemini_rtk_rewrite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:129:6
[INFO] [stdout]   26:     0x62ee7baeecb6 - <integration_test[84a60c0f1360ab7a]::integration_happy_path::case_4_gemini_rtk_rewrite::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x62ee7bb289fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x62ee7bb289fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x62ee7bb36045 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x62ee7bb36045 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x62ee7bb36045 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   32:     0x62ee7bb36045 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x62ee7bb36045 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x62ee7bb36045 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x62ee7bb36045 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x62ee7bb30af4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x62ee7bb30af4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x62ee7bb39192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x62ee7bb39192 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x62ee7bb39192 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   41:     0x62ee7bb39192 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x62ee7bb39192 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x62ee7bb39192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x62ee7bb39192 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x62ee7bc959cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   46:     0x62ee7bc959cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   47:     0x71514e6bbaa4 - <unknown>
[INFO] [stdout]   48:     0x71514e748a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- integration_happy_path::case_1_claude_rtk_rewrite stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: tests/snapshots/integration_test__integration_happy_path@claude_rtk_rewrite.snap
[INFO] [stdout] Snapshot: integration_happy_path@claude_rtk_rewrite
[INFO] [stdout] Source: tests/integration_test.rs:143
[INFO] [stdout] ──────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: parsed
[INFO] [stdout] ──────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────
[INFO] [stdout]     1     1 │ {
[INFO] [stdout]     2     2 │   "hookSpecificOutput": {
[INFO] [stdout]     3       │-    "hookEventName": "PreToolUse",
[INFO] [stdout]     4       │-    "permissionDecision": "allow",
[INFO] [stdout]     5       │-    "permissionDecisionReason": "RTK auto-rewrite",
[INFO] [stdout]     6       │-    "updatedInput": {
[INFO] [stdout]     7       │-      "command": "rtk ls"
[INFO] [stdout]     8       │-    }
[INFO] [stdout]           3 │+    "hookEventName": "PreToolUse"
[INFO] [stdout]     9     4 │   },
[INFO] [stdout]    10       │-  "reason": "RTK auto-rewrite"
[INFO] [stdout]           5 │+  "systemMessage": "rtk rewrite failed for `ls`: No such file or directory (os error 2)"
[INFO] [stdout]    11     6 │ }
[INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'integration_happy_path::case_1_claude_rtk_rewrite' (6406) panicked at tests/integration_test.rs:143:9:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/tests/snapshots/integration_test__integration_happy_path@claude_rtk_rewrite.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62ee7bc96a91 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62ee7bc96a91 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62ee7bc96a91 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62ee7bc96a91 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62ee7bcb040a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62ee7bcb040a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x62ee7bc9c8bc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x62ee7bc9c8bc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x62ee7bc714c6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62ee7bc714c6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62ee7bc8d3e9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62ee7bb356c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x62ee7bb356c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62ee7bc8d5a2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x62ee7bc8d5a2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x62ee7bc71572 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x62ee7bc68979 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62ee7bc7234d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x62ee7bcb0c8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62ee7bcb0a02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x62ee7bb0801a - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::error::Error>>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x62ee7bb0801a - integration_test[84a60c0f1360ab7a]::integration_happy_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:143:9
[INFO] [stdout]   22:     0x62ee7badf4b0 - <insta[b0cc31be8185fdd8]::settings::Settings>::bind::<integration_test[84a60c0f1360ab7a]::integration_happy_path::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.48.0/src/settings.rs:617:9
[INFO] [stdout]   23:     0x62ee7bb096e3 - integration_test[84a60c0f1360ab7a]::integration_happy_path
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:142:5
[INFO] [stdout]   24:     0x62ee7baf28e2 - integration_test[84a60c0f1360ab7a]::integration_happy_path::case_1_claude_rtk_rewrite
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:92:1
[INFO] [stdout]   25:     0x62ee7baf10f3 - integration_test[84a60c0f1360ab7a]::integration_happy_path::case_1_claude_rtk_rewrite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_test.rs:129:6
[INFO] [stdout]   26:     0x62ee7baeec76 - <integration_test[84a60c0f1360ab7a]::integration_happy_path::case_1_claude_rtk_rewrite::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x62ee7bb289fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x62ee7bb289fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x62ee7bb36045 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x62ee7bb36045 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x62ee7bb36045 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   32:     0x62ee7bb36045 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x62ee7bb36045 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x62ee7bb36045 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x62ee7bb36045 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x62ee7bb30af4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x62ee7bb30af4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x62ee7bb39192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x62ee7bb39192 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x62ee7bb39192 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   41:     0x62ee7bb39192 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x62ee7bb39192 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x62ee7bb39192 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x62ee7bb39192 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x62ee7bc959cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   46:     0x62ee7bc959cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   47:     0x71514e6bbaa4 - <unknown>
[INFO] [stdout]   48:     0x71514e748a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     integration_happy_path::case_1_claude_rtk_rewrite
[INFO] [stdout]     integration_happy_path::case_4_gemini_rtk_rewrite
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] running `Command { std: "docker" "inspect" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e", kill_on_drop: false }`
[INFO] [stdout] f93b7af29c8ffeb92bfb1745ed5d407b9aacbc580c91e0c1ff94bf594f2a0b5e
