[INFO] cloning repository https://github.com/Gadiguibou/ozone
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Gadiguibou/ozone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGadiguibou%2Fozone", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGadiguibou%2Fozone'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 318a28ac8f4ec9eca6eab461c5f260a4245c87e6
[INFO] building Gadiguibou/ozone against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGadiguibou%2Fozone" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Gadiguibou/ozone on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Gadiguibou/ozone
[INFO] finished tweaking git repo https://github.com/Gadiguibou/ozone
[INFO] tweaked toml for git repo https://github.com/Gadiguibou/ozone written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/Gadiguibou/ozone 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pest_generator v2.4.0
[INFO] [stderr]   Downloaded io-lifetimes v0.7.4
[INFO] [stderr]   Downloaded pest_derive v2.4.0
[INFO] [stderr]   Downloaded pest_meta v2.4.0
[INFO] [stderr]   Downloaded pest v2.4.0
[INFO] [stderr]   Downloaded rustix v0.35.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 12476e834e4fb045c3643fe28e9604ebb834359f07cd27ab895e6cf759d60e03
[INFO] running `Command { std: "docker" "start" "-a" "12476e834e4fb045c3643fe28e9604ebb834359f07cd27ab895e6cf759d60e03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12476e834e4fb045c3643fe28e9604ebb834359f07cd27ab895e6cf759d60e03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12476e834e4fb045c3643fe28e9604ebb834359f07cd27ab895e6cf759d60e03", kill_on_drop: false }`
[INFO] [stdout] 12476e834e4fb045c3643fe28e9604ebb834359f07cd27ab895e6cf759d60e03
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e5e12db1a7c79ed5be38c3e030b217195e240b289eb3a7156d47b3da3cc3ed9
[INFO] running `Command { std: "docker" "start" "-a" "5e5e12db1a7c79ed5be38c3e030b217195e240b289eb3a7156d47b3da3cc3ed9", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling io-lifetimes v0.7.4
[INFO] [stderr]    Compiling rustix v0.35.12
[INFO] [stderr]    Compiling ucd-trie v0.1.4
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling linux-raw-sys v0.0.46
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling zero_copy_stack v0.1.0 (/opt/rustwide/workdir/zero_copy_stack)
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.33
[INFO] [stderr]    Compiling fd-lock v3.0.6
[INFO] [stderr]    Compiling rustyline v10.0.0
[INFO] [stderr]    Compiling thiserror v1.0.33
[INFO] [stderr]    Compiling pest v2.4.0
[INFO] [stderr]    Compiling pest_meta v2.4.0
[INFO] [stderr]    Compiling pest_generator v2.4.0
[INFO] [stderr]    Compiling pest_derive v2.4.0
[INFO] [stderr]    Compiling ozone v0.1.0 (/opt/rustwide/workdir/ozone)
[INFO] [stdout] error[E0170]: pattern binding `recursive` is named the same as one of the variants of the type `parser::Rule`
[INFO] [stdout]    --> ozone/src/ast.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |     let recursive = pairs.next().unwrap().as_rule();
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[deny(bindings_with_variant_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0170`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ozone` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5e5e12db1a7c79ed5be38c3e030b217195e240b289eb3a7156d47b3da3cc3ed9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e5e12db1a7c79ed5be38c3e030b217195e240b289eb3a7156d47b3da3cc3ed9", kill_on_drop: false }`
[INFO] [stdout] 5e5e12db1a7c79ed5be38c3e030b217195e240b289eb3a7156d47b3da3cc3ed9
