[INFO] fetching crate pest_meta 2.1.3... [INFO] checking pest_meta-2.1.3 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate pest_meta 2.1.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate pest_meta 2.1.3 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pest_meta 2.1.3 [INFO] finished tweaking crates.io crate pest_meta 2.1.3 [INFO] tweaked toml for crates.io crate pest_meta 2.1.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa2055f462b063f8421c439cf21d82bbc6d67cc790b980aceb7362c5912b607f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fa2055f462b063f8421c439cf21d82bbc6d67cc790b980aceb7362c5912b607f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa2055f462b063f8421c439cf21d82bbc6d67cc790b980aceb7362c5912b607f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa2055f462b063f8421c439cf21d82bbc6d67cc790b980aceb7362c5912b607f", kill_on_drop: false }` [INFO] [stdout] fa2055f462b063f8421c439cf21d82bbc6d67cc790b980aceb7362c5912b607f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14c2128ffc31d360756608ffaf99954f4a26c85bd04f0cbd79c8c2e100644654 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "14c2128ffc31d360756608ffaf99954f4a26c85bd04f0cbd79c8c2e100644654", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking pest_meta v2.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | / "grammar error\n\n".to_owned() [INFO] [stdout] 34 | | + &e.into_iter() [INFO] [stdout] 35 | | .map(|error| format!("{}", error)) [INFO] [stdout] 36 | | .collect::>() [INFO] [stdout] 37 | | .join("\n\n") [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 33 | "{}", "grammar error\n\n".to_owned() [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 32 | std::panic::panic_any( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | / parses_to! { [INFO] [stdout] 626 | | parser: PestParser, [INFO] [stdout] 627 | | input: "a = { b } c = { d }", [INFO] [stdout] 628 | | rule: Rule::grammar_rules, [INFO] [stdout] ... | [INFO] [stdout] 652 | | ] [INFO] [stdout] 653 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:625:9 [INFO] [stdout] | [INFO] [stdout] 625 | / parses_to! { [INFO] [stdout] 626 | | parser: PestParser, [INFO] [stdout] 627 | | input: "a = { b } c = { d }", [INFO] [stdout] 628 | | rule: Rule::grammar_rules, [INFO] [stdout] ... | [INFO] [stdout] 652 | | ] [INFO] [stdout] 653 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:658:9 [INFO] [stdout] | [INFO] [stdout] 658 | / parses_to! { [INFO] [stdout] 659 | | parser: PestParser, [INFO] [stdout] 660 | | input: "a = ! { b ~ c }", [INFO] [stdout] 661 | | rule: Rule::grammar_rule, [INFO] [stdout] ... | [INFO] [stdout] 679 | | ] [INFO] [stdout] 680 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:658:9 [INFO] [stdout] | [INFO] [stdout] 658 | / parses_to! { [INFO] [stdout] 659 | | parser: PestParser, [INFO] [stdout] 660 | | input: "a = ! { b ~ c }", [INFO] [stdout] 661 | | rule: Rule::grammar_rule, [INFO] [stdout] ... | [INFO] [stdout] 679 | | ] [INFO] [stdout] 680 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:685:9 [INFO] [stdout] | [INFO] [stdout] 685 | / parses_to! { [INFO] [stdout] 686 | | parser: PestParser, [INFO] [stdout] 687 | | input: "_a | 'a'..'b' ~ !^\"abc\" ~ (d | e)*?", [INFO] [stdout] 688 | | rule: Rule::expression, [INFO] [stdout] ... | [INFO] [stdout] 738 | | ] [INFO] [stdout] 739 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:685:9 [INFO] [stdout] | [INFO] [stdout] 685 | / parses_to! { [INFO] [stdout] 686 | | parser: PestParser, [INFO] [stdout] 687 | | input: "_a | 'a'..'b' ~ !^\"abc\" ~ (d | e)*?", [INFO] [stdout] 688 | | rule: Rule::expression, [INFO] [stdout] ... | [INFO] [stdout] 738 | | ] [INFO] [stdout] 739 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:744:9 [INFO] [stdout] | [INFO] [stdout] 744 | / parses_to! { [INFO] [stdout] 745 | | parser: PestParser, [INFO] [stdout] 746 | | input: "{1}", [INFO] [stdout] 747 | | rule: Rule::repeat_exact, [INFO] [stdout] ... | [INFO] [stdout] 754 | | ] [INFO] [stdout] 755 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:744:9 [INFO] [stdout] | [INFO] [stdout] 744 | / parses_to! { [INFO] [stdout] 745 | | parser: PestParser, [INFO] [stdout] 746 | | input: "{1}", [INFO] [stdout] 747 | | rule: Rule::repeat_exact, [INFO] [stdout] ... | [INFO] [stdout] 754 | | ] [INFO] [stdout] 755 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:760:9 [INFO] [stdout] | [INFO] [stdout] 760 | / parses_to! { [INFO] [stdout] 761 | | parser: PestParser, [INFO] [stdout] 762 | | input: "{2,}", [INFO] [stdout] 763 | | rule: Rule::repeat_min, [INFO] [stdout] ... | [INFO] [stdout] 771 | | ] [INFO] [stdout] 772 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:760:9 [INFO] [stdout] | [INFO] [stdout] 760 | / parses_to! { [INFO] [stdout] 761 | | parser: PestParser, [INFO] [stdout] 762 | | input: "{2,}", [INFO] [stdout] 763 | | rule: Rule::repeat_min, [INFO] [stdout] ... | [INFO] [stdout] 771 | | ] [INFO] [stdout] 772 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:777:9 [INFO] [stdout] | [INFO] [stdout] 777 | / parses_to! { [INFO] [stdout] 778 | | parser: PestParser, [INFO] [stdout] 779 | | input: "{, 3}", [INFO] [stdout] 780 | | rule: Rule::repeat_max, [INFO] [stdout] ... | [INFO] [stdout] 788 | | ] [INFO] [stdout] 789 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:777:9 [INFO] [stdout] | [INFO] [stdout] 777 | / parses_to! { [INFO] [stdout] 778 | | parser: PestParser, [INFO] [stdout] 779 | | input: "{, 3}", [INFO] [stdout] 780 | | rule: Rule::repeat_max, [INFO] [stdout] ... | [INFO] [stdout] 788 | | ] [INFO] [stdout] 789 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:794:9 [INFO] [stdout] | [INFO] [stdout] 794 | / parses_to! { [INFO] [stdout] 795 | | parser: PestParser, [INFO] [stdout] 796 | | input: "{1, 2}", [INFO] [stdout] 797 | | rule: Rule::repeat_min_max, [INFO] [stdout] ... | [INFO] [stdout] 806 | | ] [INFO] [stdout] 807 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:794:9 [INFO] [stdout] | [INFO] [stdout] 794 | / parses_to! { [INFO] [stdout] 795 | | parser: PestParser, [INFO] [stdout] 796 | | input: "{1, 2}", [INFO] [stdout] 797 | | rule: Rule::repeat_min_max, [INFO] [stdout] ... | [INFO] [stdout] 806 | | ] [INFO] [stdout] 807 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:812:9 [INFO] [stdout] | [INFO] [stdout] 812 | / parses_to! { [INFO] [stdout] 813 | | parser: PestParser, [INFO] [stdout] 814 | | input: "PUSH ( a )", [INFO] [stdout] 815 | | rule: Rule::_push, [INFO] [stdout] ... | [INFO] [stdout] 826 | | ] [INFO] [stdout] 827 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:812:9 [INFO] [stdout] | [INFO] [stdout] 812 | / parses_to! { [INFO] [stdout] 813 | | parser: PestParser, [INFO] [stdout] 814 | | input: "PUSH ( a )", [INFO] [stdout] 815 | | rule: Rule::_push, [INFO] [stdout] ... | [INFO] [stdout] 826 | | ] [INFO] [stdout] 827 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:832:9 [INFO] [stdout] | [INFO] [stdout] 832 | / parses_to! { [INFO] [stdout] 833 | | parser: PestParser, [INFO] [stdout] 834 | | input: "PEEK[..]", [INFO] [stdout] 835 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 842 | | ] [INFO] [stdout] 843 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:832:9 [INFO] [stdout] | [INFO] [stdout] 832 | / parses_to! { [INFO] [stdout] 833 | | parser: PestParser, [INFO] [stdout] 834 | | input: "PEEK[..]", [INFO] [stdout] 835 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 842 | | ] [INFO] [stdout] 843 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:848:9 [INFO] [stdout] | [INFO] [stdout] 848 | / parses_to! { [INFO] [stdout] 849 | | parser: PestParser, [INFO] [stdout] 850 | | input: "PEEK[1..]", [INFO] [stdout] 851 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 859 | | ] [INFO] [stdout] 860 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:848:9 [INFO] [stdout] | [INFO] [stdout] 848 | / parses_to! { [INFO] [stdout] 849 | | parser: PestParser, [INFO] [stdout] 850 | | input: "PEEK[1..]", [INFO] [stdout] 851 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 859 | | ] [INFO] [stdout] 860 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:865:9 [INFO] [stdout] | [INFO] [stdout] 865 | / parses_to! { [INFO] [stdout] 866 | | parser: PestParser, [INFO] [stdout] 867 | | input: "PEEK[ ..-1]", [INFO] [stdout] 868 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 876 | | ] [INFO] [stdout] 877 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:865:9 [INFO] [stdout] | [INFO] [stdout] 865 | / parses_to! { [INFO] [stdout] 866 | | parser: PestParser, [INFO] [stdout] 867 | | input: "PEEK[ ..-1]", [INFO] [stdout] 868 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 876 | | ] [INFO] [stdout] 877 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:882:9 [INFO] [stdout] | [INFO] [stdout] 882 | / parses_to! { [INFO] [stdout] 883 | | parser: PestParser, [INFO] [stdout] 884 | | input: "PEEK[-5..10]", [INFO] [stdout] 885 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 894 | | ] [INFO] [stdout] 895 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:882:9 [INFO] [stdout] | [INFO] [stdout] 882 | / parses_to! { [INFO] [stdout] 883 | | parser: PestParser, [INFO] [stdout] 884 | | input: "PEEK[-5..10]", [INFO] [stdout] 885 | | rule: Rule::peek_slice, [INFO] [stdout] ... | [INFO] [stdout] 894 | | ] [INFO] [stdout] 895 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:900:9 [INFO] [stdout] | [INFO] [stdout] 900 | / parses_to! { [INFO] [stdout] 901 | | parser: PestParser, [INFO] [stdout] 902 | | input: "_a8943", [INFO] [stdout] 903 | | rule: Rule::identifier, [INFO] [stdout] ... | [INFO] [stdout] 906 | | ] [INFO] [stdout] 907 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:900:9 [INFO] [stdout] | [INFO] [stdout] 900 | / parses_to! { [INFO] [stdout] 901 | | parser: PestParser, [INFO] [stdout] 902 | | input: "_a8943", [INFO] [stdout] 903 | | rule: Rule::identifier, [INFO] [stdout] ... | [INFO] [stdout] 906 | | ] [INFO] [stdout] 907 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:912:9 [INFO] [stdout] | [INFO] [stdout] 912 | / parses_to! { [INFO] [stdout] 913 | | parser: PestParser, [INFO] [stdout] 914 | | input: "\"aaaaa\\n\\r\\t\\\\\\0\\'\\\"\\x0F\\u{123abC}\\u{12}aaaaa\"", [INFO] [stdout] 915 | | rule: Rule::string, [INFO] [stdout] ... | [INFO] [stdout] 922 | | ] [INFO] [stdout] 923 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:912:9 [INFO] [stdout] | [INFO] [stdout] 912 | / parses_to! { [INFO] [stdout] 913 | | parser: PestParser, [INFO] [stdout] 914 | | input: "\"aaaaa\\n\\r\\t\\\\\\0\\'\\\"\\x0F\\u{123abC}\\u{12}aaaaa\"", [INFO] [stdout] 915 | | rule: Rule::string, [INFO] [stdout] ... | [INFO] [stdout] 922 | | ] [INFO] [stdout] 923 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:928:9 [INFO] [stdout] | [INFO] [stdout] 928 | / parses_to! { [INFO] [stdout] 929 | | parser: PestParser, [INFO] [stdout] 930 | | input: "^ \"\\\"hi\"", [INFO] [stdout] 931 | | rule: Rule::insensitive_string, [INFO] [stdout] ... | [INFO] [stdout] 940 | | ] [INFO] [stdout] 941 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:928:9 [INFO] [stdout] | [INFO] [stdout] 928 | / parses_to! { [INFO] [stdout] 929 | | parser: PestParser, [INFO] [stdout] 930 | | input: "^ \"\\\"hi\"", [INFO] [stdout] 931 | | rule: Rule::insensitive_string, [INFO] [stdout] ... | [INFO] [stdout] 940 | | ] [INFO] [stdout] 941 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:946:9 [INFO] [stdout] | [INFO] [stdout] 946 | / parses_to! { [INFO] [stdout] 947 | | parser: PestParser, [INFO] [stdout] 948 | | input: "'\\n' .. '\\x1a'", [INFO] [stdout] 949 | | rule: Rule::range, [INFO] [stdout] ... | [INFO] [stdout] 964 | | ] [INFO] [stdout] 965 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:946:9 [INFO] [stdout] | [INFO] [stdout] 946 | / parses_to! { [INFO] [stdout] 947 | | parser: PestParser, [INFO] [stdout] 948 | | input: "'\\n' .. '\\x1a'", [INFO] [stdout] 949 | | rule: Rule::range, [INFO] [stdout] ... | [INFO] [stdout] 964 | | ] [INFO] [stdout] 965 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:970:9 [INFO] [stdout] | [INFO] [stdout] 970 | / parses_to! { [INFO] [stdout] 971 | | parser: PestParser, [INFO] [stdout] 972 | | input: "'\\u{123abC}'", [INFO] [stdout] 973 | | rule: Rule::character, [INFO] [stdout] ... | [INFO] [stdout] 980 | | ] [INFO] [stdout] 981 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:970:9 [INFO] [stdout] | [INFO] [stdout] 970 | / parses_to! { [INFO] [stdout] 971 | | parser: PestParser, [INFO] [stdout] 972 | | input: "'\\u{123abC}'", [INFO] [stdout] 973 | | rule: Rule::character, [INFO] [stdout] ... | [INFO] [stdout] 980 | | ] [INFO] [stdout] 981 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:986:9 [INFO] [stdout] | [INFO] [stdout] 986 | / parses_to! { [INFO] [stdout] 987 | | parser: PestParser, [INFO] [stdout] 988 | | input: "0123", [INFO] [stdout] 989 | | rule: Rule::number, [INFO] [stdout] ... | [INFO] [stdout] 992 | | ] [INFO] [stdout] 993 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:986:9 [INFO] [stdout] | [INFO] [stdout] 986 | / parses_to! { [INFO] [stdout] 987 | | parser: PestParser, [INFO] [stdout] 988 | | input: "0123", [INFO] [stdout] 989 | | rule: Rule::number, [INFO] [stdout] ... | [INFO] [stdout] 992 | | ] [INFO] [stdout] 993 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:998:9 [INFO] [stdout] | [INFO] [stdout] 998 | / parses_to! { [INFO] [stdout] 999 | | parser: PestParser, [INFO] [stdout] 1000 | | input: "a ~ // asda\n b", [INFO] [stdout] 1001 | | rule: Rule::expression, [INFO] [stdout] ... | [INFO] [stdout] 1012 | | ] [INFO] [stdout] 1013 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:998:9 [INFO] [stdout] | [INFO] [stdout] 998 | / parses_to! { [INFO] [stdout] 999 | | parser: PestParser, [INFO] [stdout] 1000 | | input: "a ~ // asda\n b", [INFO] [stdout] 1001 | | rule: Rule::expression, [INFO] [stdout] ... | [INFO] [stdout] 1012 | | ] [INFO] [stdout] 1013 | | }; [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | / "grammar error\n\n".to_owned() [INFO] [stdout] 34 | | + &e.into_iter() [INFO] [stdout] 35 | | .map(|error| format!("{}", error)) [INFO] [stdout] 36 | | .collect::>() [INFO] [stdout] 37 | | .join("\n\n") [INFO] [stdout] | |_________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 33 | "{}", "grammar error\n\n".to_owned() [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 32 | std::panic::panic_any( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.19s [INFO] running `Command { std: "docker" "inspect" "14c2128ffc31d360756608ffaf99954f4a26c85bd04f0cbd79c8c2e100644654", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14c2128ffc31d360756608ffaf99954f4a26c85bd04f0cbd79c8c2e100644654", kill_on_drop: false }` [INFO] [stdout] 14c2128ffc31d360756608ffaf99954f4a26c85bd04f0cbd79c8c2e100644654