[INFO] cloning repository https://github.com/norcalli/kcgen
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/norcalli/kcgen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnorcalli%2Fkcgen", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnorcalli%2Fkcgen'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fe590f526bfd6f8f80a5103be2e7b16143fcfbb2
[INFO] testing norcalli/kcgen against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnorcalli%2Fkcgen" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/norcalli/kcgen
[INFO] finished tweaking git repo https://github.com/norcalli/kcgen
[INFO] tweaked toml for git repo https://github.com/norcalli/kcgen written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/norcalli/kcgen on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/norcalli/kcgen already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 89ebe0fe6cf4aca19b6d833bb366b06e46fb20ea29d962417fef71ec0abf2c0e
[INFO] running `Command { std: "docker" "start" "-a" "89ebe0fe6cf4aca19b6d833bb366b06e46fb20ea29d962417fef71ec0abf2c0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89ebe0fe6cf4aca19b6d833bb366b06e46fb20ea29d962417fef71ec0abf2c0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89ebe0fe6cf4aca19b6d833bb366b06e46fb20ea29d962417fef71ec0abf2c0e", kill_on_drop: false }`
[INFO] [stdout] 89ebe0fe6cf4aca19b6d833bb366b06e46fb20ea29d962417fef71ec0abf2c0e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 446765ea5c96ed34403e3ce9d6672bc23c6150acd19a046b958e044f1fb2e353
[INFO] running `Command { std: "docker" "start" "-a" "446765ea5c96ed34403e3ce9d6672bc23c6150acd19a046b958e044f1fb2e353", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling anyhow v1.0.56
[INFO] [stderr]    Compiling bpaf v0.4.2
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling tree-sitter v0.20.6
[INFO] [stderr]    Compiling tree-sitter-c v0.20.1
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling enum-map-derive v0.8.0
[INFO] [stderr]    Compiling enum-map v2.1.0
[INFO] [stderr]    Compiling kcgen v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0170]: pattern binding `name` is named the same as one of the variants of the type `main::Capture`
[INFO] [stdout]   --> src/main.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |         name => {
[INFO] [stdout]    |         ^^^^ help: to match on the variant, qualify the path: `main::Capture::name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(bindings_with_variant_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0170]: pattern binding `name` is named the same as one of the variants of the type `main::Capture`
[INFO] [stdout]   --> src/main.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |             let name: Capture = name;
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0170`.
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.24s
[INFO] running `Command { std: "docker" "inspect" "446765ea5c96ed34403e3ce9d6672bc23c6150acd19a046b958e044f1fb2e353", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "446765ea5c96ed34403e3ce9d6672bc23c6150acd19a046b958e044f1fb2e353", kill_on_drop: false }`
[INFO] [stdout] 446765ea5c96ed34403e3ce9d6672bc23c6150acd19a046b958e044f1fb2e353
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e714005aa5151a8aa8002da92e4bf863b6e3e9b1eb91b92ef3bb968bb1f25a5
[INFO] running `Command { std: "docker" "start" "-a" "8e714005aa5151a8aa8002da92e4bf863b6e3e9b1eb91b92ef3bb968bb1f25a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling kcgen v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning[E0170]: pattern binding `name` is named the same as one of the variants of the type `main::Capture`
[INFO] [stdout]   --> src/main.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |         name => {
[INFO] [stdout]    |         ^^^^ help: to match on the variant, qualify the path: `main::Capture::name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(bindings_with_variant_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning[E0170]: pattern binding `name` is named the same as one of the variants of the type `main::Capture`
[INFO] [stdout]   --> src/main.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |             let name: Capture = name;
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stdout] For more information about this error, try `rustc --explain E0170`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8e714005aa5151a8aa8002da92e4bf863b6e3e9b1eb91b92ef3bb968bb1f25a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e714005aa5151a8aa8002da92e4bf863b6e3e9b1eb91b92ef3bb968bb1f25a5", kill_on_drop: false }`
[INFO] [stdout] 8e714005aa5151a8aa8002da92e4bf863b6e3e9b1eb91b92ef3bb968bb1f25a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 87f40c5be2e32ab21e8f3bbd51c1330f3d70886dc1c9e8347ee09d39f0d95d91
[INFO] running `Command { std: "docker" "start" "-a" "87f40c5be2e32ab21e8f3bbd51c1330f3d70886dc1c9e8347ee09d39f0d95d91", kill_on_drop: false }`
[INFO] [stderr] warning[E0170]: pattern binding `name` is named the same as one of the variants of the type `main::Capture`
[INFO] [stderr]   --> src/main.rs:85:9
[INFO] [stderr]    |
[INFO] [stderr] 85 |         name => {
[INFO] [stderr]    |         ^^^^ help: to match on the variant, qualify the path: `main::Capture::name`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bindings_with_variant_name)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning[E0170]: pattern binding `name` is named the same as one of the variants of the type `main::Capture`
[INFO] [stderr]   --> src/main.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |             let name: Capture = name;
[INFO] [stderr]    |                 ^^^^
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0170`.
[INFO] [stderr] warning: `kcgen` (bin "kcgen" test) generated 2 warnings (run `cargo fix --bin "kcgen" -p kcgen --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/kcgen-4eb2a862cf7f8ecb)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "87f40c5be2e32ab21e8f3bbd51c1330f3d70886dc1c9e8347ee09d39f0d95d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87f40c5be2e32ab21e8f3bbd51c1330f3d70886dc1c9e8347ee09d39f0d95d91", kill_on_drop: false }`
[INFO] [stdout] 87f40c5be2e32ab21e8f3bbd51c1330f3d70886dc1c9e8347ee09d39f0d95d91
