[INFO] fetching crate py_literal 0.4.0... [INFO] testing py_literal-0.4.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate py_literal 0.4.0 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate py_literal 0.4.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6ca51baeb35dae98434b5f077d8235a6ec3f3c4de675da041510b179eb6cc49 [INFO] running `Command { std: "docker" "start" "-a" "e6ca51baeb35dae98434b5f077d8235a6ec3f3c4de675da041510b179eb6cc49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6ca51baeb35dae98434b5f077d8235a6ec3f3c4de675da041510b179eb6cc49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6ca51baeb35dae98434b5f077d8235a6ec3f3c4de675da041510b179eb6cc49", kill_on_drop: false }` [INFO] [stdout] e6ca51baeb35dae98434b5f077d8235a6ec3f3c4de675da041510b179eb6cc49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9adf065dd4d197392b21460635366284ccd935b48afe518eed970f16cf60bb68 [INFO] running `Command { std: "docker" "start" "-a" "9adf065dd4d197392b21460635366284ccd935b48afe518eed970f16cf60bb68", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling pest v2.8.2 [INFO] [stderr] Compiling num-bigint v0.4.6 [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] warning[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: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] = note: this warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.30s [INFO] running `Command { std: "docker" "inspect" "9adf065dd4d197392b21460635366284ccd935b48afe518eed970f16cf60bb68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9adf065dd4d197392b21460635366284ccd935b48afe518eed970f16cf60bb68", kill_on_drop: false }` [INFO] [stdout] 9adf065dd4d197392b21460635366284ccd935b48afe518eed970f16cf60bb68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ce36d08c08eb7cbb5465a48fe537c0fa5080d4b339671be301c3dbda2ea897e [INFO] running `Command { std: "docker" "start" "-a" "6ce36d08c08eb7cbb5465a48fe537c0fa5080d4b339671be301c3dbda2ea897e", kill_on_drop: false }` [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stdout] warning[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: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] = note: this warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] Compiling num v0.4.3 [INFO] [stderr] Compiling py_literal v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[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: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] = note: this warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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 warning 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] warning[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:417:34 [INFO] [stdout] | [INFO] [stdout] 417 | let s = parse_string(parse_pairs_as!(parsed, (Rule::string,)).0).unwrap(); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning[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:434:37 [INFO] [stdout] | [INFO] [stdout] 434 | let bytes = parse_bytes(parse_pairs_as!(parsed, (Rule::bytes,)).0).unwrap(); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning[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:444:38 [INFO] [stdout] | [INFO] [stdout] 444 | let expr = parse_number_expr(parse_pairs_as!(parsed, (Rule::number_expr,)).0).unwrap(); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning[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:457:37 [INFO] [stdout] | [INFO] [stdout] 457 | let int = parse_integer(parse_pairs_as!(parsed, (Rule::integer,)).0); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning[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:467:33 [INFO] [stdout] | [INFO] [stdout] 467 | let float = parse_float(parse_pairs_as!(parsed, (Rule::float,)).0).unwrap(); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning[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:482:37 [INFO] [stdout] | [INFO] [stdout] 482 | let tuple = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning[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:507:36 [INFO] [stdout] | [INFO] [stdout] 507 | let list = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning[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:529:36 [INFO] [stdout] | [INFO] [stdout] 529 | let dict = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning[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:544:35 [INFO] [stdout] | [INFO] [stdout] 544 | let set = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning[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:574:36 [INFO] [stdout] | [INFO] [stdout] 574 | let list = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning 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] warning: unused return value of `must_use` that must be used [INFO] [stdout] --> src/format.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 276 | format!("{}", Set(vec![])); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 276 | let _ = format!("{}", Set(vec![])); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.19s [INFO] running `Command { std: "docker" "inspect" "6ce36d08c08eb7cbb5465a48fe537c0fa5080d4b339671be301c3dbda2ea897e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ce36d08c08eb7cbb5465a48fe537c0fa5080d4b339671be301c3dbda2ea897e", kill_on_drop: false }` [INFO] [stdout] 6ce36d08c08eb7cbb5465a48fe537c0fa5080d4b339671be301c3dbda2ea897e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 316e9517076b63db423ecf7776aedf0ace36d3d28fe95e22249f35084953a913 [INFO] running `Command { std: "docker" "start" "-a" "316e9517076b63db423ecf7776aedf0ace36d3d28fe95e22249f35084953a913", kill_on_drop: false }` [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:99:24 [INFO] [stderr] | [INFO] [stderr] 99 | let (start,) = parse_pairs_as!(parsed, (Rule::start,)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:100:26 [INFO] [stderr] | [INFO] [stderr] 100 | let (value, _) = parse_pairs_as!(start.into_inner(), (Rule::value, Rule::EOI)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:107:18 [INFO] [stderr] | [INFO] [stderr] 107 | let (seq,) = parse_pairs_as!(escape_seq.into_inner(), (_,)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:144:26 [INFO] [stderr] | [INFO] [stderr] 144 | let (string_body,) = parse_pairs_as!(string.into_inner(), (_,)); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:166:18 [INFO] [stderr] | [INFO] [stderr] 166 | let (seq,) = parse_pairs_as!(escape_seq.into_inner(), (_,)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:195:25 [INFO] [stderr] | [INFO] [stderr] 195 | let (bytes_body,) = parse_pairs_as!(bytes.into_inner(), (_,)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:239:20 [INFO] [stderr] | [INFO] [stderr] 239 | let (inner,) = parse_pairs_as!(number.into_inner(), (_,)); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:250:20 [INFO] [stderr] | [INFO] [stderr] 250 | let (inner,) = parse_pairs_as!(int.into_inner(), (_,)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:282:20 [INFO] [stderr] | [INFO] [stderr] 282 | let (inner,) = parse_pairs_as!(float.into_inner(), (_,)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:298:20 [INFO] [stderr] | [INFO] [stderr] 298 | let (inner,) = parse_pairs_as!(imag.into_inner(), (_,)); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:320:28 [INFO] [stderr] | [INFO] [stderr] 320 | let (key, value) = parse_pairs_as!(elem.into_inner(), (Rule::value, Rule::value)); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:342:20 [INFO] [stderr] | [INFO] [stderr] 342 | let (inner,) = parse_pairs_as!(value.into_inner(), (_,)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0170`. [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:417:34 [INFO] [stderr] | [INFO] [stderr] 417 | let s = parse_string(parse_pairs_as!(parsed, (Rule::string,)).0).unwrap(); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:434:37 [INFO] [stderr] | [INFO] [stderr] 434 | let bytes = parse_bytes(parse_pairs_as!(parsed, (Rule::bytes,)).0).unwrap(); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:444:38 [INFO] [stderr] | [INFO] [stderr] 444 | let expr = parse_number_expr(parse_pairs_as!(parsed, (Rule::number_expr,)).0).unwrap(); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:457:37 [INFO] [stderr] | [INFO] [stderr] 457 | let int = parse_integer(parse_pairs_as!(parsed, (Rule::integer,)).0); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:467:33 [INFO] [stderr] | [INFO] [stderr] 467 | let float = parse_float(parse_pairs_as!(parsed, (Rule::float,)).0).unwrap(); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:482:37 [INFO] [stderr] | [INFO] [stderr] 482 | let tuple = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:507:36 [INFO] [stderr] | [INFO] [stderr] 507 | let list = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:529:36 [INFO] [stderr] | [INFO] [stderr] 529 | let dict = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:544:35 [INFO] [stderr] | [INFO] [stderr] 544 | let set = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `value` is named the same as one of the variants of the type `parse::Rule` [INFO] [stderr] --> src/parse_macros.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | let value = $value; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/parse.rs:574:36 [INFO] [stderr] | [INFO] [stderr] 574 | let list = parse_value(parse_pairs_as!(parsed, (Rule::value,)).0).unwrap(); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] [stderr] [INFO] [stderr] warning: unused return value of `must_use` that must be used [INFO] [stderr] --> src/format.rs:276:9 [INFO] [stderr] | [INFO] [stderr] 276 | format!("{}", Set(vec![])); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 276 | let _ = format!("{}", Set(vec![])); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `py_literal` (lib) generated 14 warnings (2 duplicates) [INFO] [stderr] warning: `py_literal` (lib test) generated 25 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/py_literal-a9b818ae55a54c7f) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test format::test::format_complex ... ok [INFO] [stdout] test format::test::format_bytes ... ok [INFO] [stdout] test format::test::format_dict ... ok [INFO] [stdout] test format::test::format_set ... ok [INFO] [stdout] test format::test::format_tuple ... ok [INFO] [stdout] test format::test::format_list ... ok [INFO] [stdout] test format::test::format_nested ... ok [INFO] [stdout] test format::test::format_string ... ok [INFO] [stdout] test parse::test::parse_bytes_example ... ok [INFO] [stdout] test parse::test::parse_integer_example ... ok [INFO] [stdout] test parse::test::parse_dict_example ... ok [INFO] [stdout] test parse::test::parse_list_of_tuples_example ... ok [INFO] [stdout] test parse::test::parse_list_example ... ok [INFO] [stdout] test parse::test::parse_float_example ... ok [INFO] [stdout] test parse::test::parse_string_example ... ok [INFO] [stdout] test parse::test::parse_number_expr_example ... ok [INFO] [stdout] test parse::test::parse_tuple_example ... ok [INFO] [stdout] test parse::test::parse_set_example ... ok [INFO] [stdout] test format::test::format_empty_set - should panic ... ok [INFO] [stderr] Doc-tests py_literal [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/parse_macros.rs - parse_macros::parse_pairs_as (line 30) ... ignored [INFO] [stdout] test src/parse_macros.rs - parse_macros::parse_pairs_as (line 36) ... ignored [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "316e9517076b63db423ecf7776aedf0ace36d3d28fe95e22249f35084953a913", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "316e9517076b63db423ecf7776aedf0ace36d3d28fe95e22249f35084953a913", kill_on_drop: false }` [INFO] [stdout] 316e9517076b63db423ecf7776aedf0ace36d3d28fe95e22249f35084953a913