[INFO] fetching crate py_literal 0.4.0... [INFO] testing py_literal-0.4.0 against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] extracting crate py_literal 0.4.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate py_literal 0.4.0 [INFO] finished tweaking crates.io crate py_literal 0.4.0 [INFO] tweaked toml for crates.io crate py_literal 0.4.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate py_literal 0.4.0 on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 30 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a16e7b4db03a31abab1af35b8a34a4ad7ddd6b4bd622793a6b92adb7ce62bf15 [INFO] running `Command { std: "docker" "start" "-a" "a16e7b4db03a31abab1af35b8a34a4ad7ddd6b4bd622793a6b92adb7ce62bf15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a16e7b4db03a31abab1af35b8a34a4ad7ddd6b4bd622793a6b92adb7ce62bf15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a16e7b4db03a31abab1af35b8a34a4ad7ddd6b4bd622793a6b92adb7ce62bf15", kill_on_drop: false }` [INFO] [stdout] a16e7b4db03a31abab1af35b8a34a4ad7ddd6b4bd622793a6b92adb7ce62bf15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae3f6d0dcd2348d92250f50759c1e2ef17d11551ead70366aac2106159cfeb2b [INFO] running `Command { std: "docker" "start" "-a" "ae3f6d0dcd2348d92250f50759c1e2ef17d11551ead70366aac2106159cfeb2b", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling pest v2.8.2 [INFO] [stderr] Compiling pest_meta v2.8.2 [INFO] [stderr] Compiling pest_generator v2.8.2 [INFO] [stderr] Compiling pest_derive v2.8.2 [INFO] [stderr] Compiling py_literal v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | let (start,) = parse_pairs_as!(parsed, (Rule::start,)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(bindings_with_variant_name)]` on by default [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | let (value, _) = parse_pairs_as!(start.into_inner(), (Rule::value, Rule::EOI)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:100:26 [INFO] [stdout] | [INFO] [stdout] 100 | let (value, _) = parse_pairs_as!(start.into_inner(), (Rule::value, Rule::EOI)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | let (seq,) = parse_pairs_as!(escape_seq.into_inner(), (_,)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:144:26 [INFO] [stdout] | [INFO] [stdout] 144 | let (string_body,) = parse_pairs_as!(string.into_inner(), (_,)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:166:18 [INFO] [stdout] | [INFO] [stdout] 166 | let (seq,) = parse_pairs_as!(escape_seq.into_inner(), (_,)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:195:25 [INFO] [stdout] | [INFO] [stdout] 195 | let (bytes_body,) = parse_pairs_as!(bytes.into_inner(), (_,)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:239:20 [INFO] [stdout] | [INFO] [stdout] 239 | let (inner,) = parse_pairs_as!(number.into_inner(), (_,)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:250:20 [INFO] [stdout] | [INFO] [stdout] 250 | let (inner,) = parse_pairs_as!(int.into_inner(), (_,)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:282:20 [INFO] [stdout] | [INFO] [stdout] 282 | let (inner,) = parse_pairs_as!(float.into_inner(), (_,)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:298:20 [INFO] [stdout] | [INFO] [stdout] 298 | let (inner,) = parse_pairs_as!(imag.into_inner(), (_,)); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | let (key, value) = parse_pairs_as!(elem.into_inner(), (Rule::value, Rule::value)); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:320:28 [INFO] [stdout] | [INFO] [stdout] 320 | let (key, value) = parse_pairs_as!(elem.into_inner(), (Rule::value, Rule::value)); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stdout] --> src/parse_macros.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | let value = $value; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse.rs:342:20 [INFO] [stdout] | [INFO] [stdout] 342 | let (inner,) = parse_pairs_as!(value.into_inner(), (_,)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `debug_assert_match` which comes from the expansion of the macro `parse_pairs_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] error: could not compile `py_literal` (lib) due to 14 previous errors [INFO] running `Command { std: "docker" "inspect" "ae3f6d0dcd2348d92250f50759c1e2ef17d11551ead70366aac2106159cfeb2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae3f6d0dcd2348d92250f50759c1e2ef17d11551ead70366aac2106159cfeb2b", kill_on_drop: false }` [INFO] [stdout] ae3f6d0dcd2348d92250f50759c1e2ef17d11551ead70366aac2106159cfeb2b