[INFO] fetching crate constexpr-macros 0.0.1-alpha1... [INFO] checking constexpr-macros-0.0.1-alpha1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate constexpr-macros 0.0.1-alpha1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate constexpr-macros 0.0.1-alpha1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate constexpr-macros 0.0.1-alpha1 [INFO] finished tweaking crates.io crate constexpr-macros 0.0.1-alpha1 [INFO] tweaked toml for crates.io crate constexpr-macros 0.0.1-alpha1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e73b78d7767879ecdf6027015e4593e5ec9213511b6205dfe53b33d48f57b369 [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" "e73b78d7767879ecdf6027015e4593e5ec9213511b6205dfe53b33d48f57b369", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e73b78d7767879ecdf6027015e4593e5ec9213511b6205dfe53b33d48f57b369", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e73b78d7767879ecdf6027015e4593e5ec9213511b6205dfe53b33d48f57b369", kill_on_drop: false }` [INFO] [stdout] e73b78d7767879ecdf6027015e4593e5ec9213511b6205dfe53b33d48f57b369 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d46878feaf2accfeacde1d43b37fe4efd62a59c3f0f88d9bebd9c86dc79e1928 [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" "d46878feaf2accfeacde1d43b37fe4efd62a59c3f0f88d9bebd9c86dc79e1928", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.2 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Checking proc-macro-hack v0.4.2 [INFO] [stderr] Checking constexpr-macros v0.0.1-alpha1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/grammar.rs:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | / parses_to! { [INFO] [stdout] 125 | | parser: TemplateFn, [INFO] [stdout] 126 | | input: "name", [INFO] [stdout] 127 | | rule: Rule::identifier, [INFO] [stdout] ... | [INFO] [stdout] 130 | | ] [INFO] [stdout] 131 | | }; [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/grammar.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | / parses_to! { [INFO] [stdout] 137 | | parser: TemplateFn, [INFO] [stdout] 138 | | input: "other_name", [INFO] [stdout] 139 | | rule: Rule::identifier, [INFO] [stdout] ... | [INFO] [stdout] 142 | | ] [INFO] [stdout] 143 | | }; [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/grammar.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | / parses_to! { [INFO] [stdout] 150 | | parser: TemplateFn, [INFO] [stdout] 151 | | input: "u32", [INFO] [stdout] 152 | | rule: Rule::type_def, [INFO] [stdout] ... | [INFO] [stdout] 155 | | ] [INFO] [stdout] 156 | | }; [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/grammar.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | / parses_to! { [INFO] [stdout] 163 | | parser: TemplateFn, [INFO] [stdout] 164 | | input: "Map", [INFO] [stdout] 165 | | rule: Rule::type_def, [INFO] [stdout] ... | [INFO] [stdout] 168 | | ] [INFO] [stdout] 169 | | }; [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/grammar.rs:174:9 [INFO] [stdout] | [INFO] [stdout] 174 | / parses_to! { [INFO] [stdout] 175 | | parser: TemplateFn, [INFO] [stdout] 176 | | input: "var_name", [INFO] [stdout] 177 | | rule: Rule::pat, [INFO] [stdout] ... | [INFO] [stdout] 182 | | ] [INFO] [stdout] 183 | | }; [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/grammar.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 188 | / parses_to! { [INFO] [stdout] 189 | | parser: TemplateFn, [INFO] [stdout] 190 | | input: "(tuple, other)", [INFO] [stdout] 191 | | rule: Rule::pat, [INFO] [stdout] ... | [INFO] [stdout] 197 | | ] [INFO] [stdout] 198 | | }; [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/grammar.rs:203:9 [INFO] [stdout] | [INFO] [stdout] 203 | / parses_to! { [INFO] [stdout] 204 | | parser: TemplateFn, [INFO] [stdout] 205 | | input: "ident: Type", [INFO] [stdout] 206 | | rule: Rule::argument, [INFO] [stdout] ... | [INFO] [stdout] 212 | | ] [INFO] [stdout] 213 | | }; [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/grammar.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | / parses_to! { [INFO] [stdout] 219 | | parser: TemplateFn, [INFO] [stdout] 220 | | input: "fn my_generic(tuple: T)", [INFO] [stdout] 221 | | rule: Rule::signature, [INFO] [stdout] ... | [INFO] [stdout] 232 | | ] [INFO] [stdout] 233 | | }; [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/grammar.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / parses_to! { [INFO] [stdout] 239 | | parser: TemplateFn, [INFO] [stdout] 240 | | input: "fn my_generic(tuple: T, other:Y)", [INFO] [stdout] 241 | | rule: Rule::signature, [INFO] [stdout] ... | [INFO] [stdout] 254 | | ] [INFO] [stdout] 255 | | }; [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: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.37s [INFO] running `Command { std: "docker" "inspect" "d46878feaf2accfeacde1d43b37fe4efd62a59c3f0f88d9bebd9c86dc79e1928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d46878feaf2accfeacde1d43b37fe4efd62a59c3f0f88d9bebd9c86dc79e1928", kill_on_drop: false }` [INFO] [stdout] d46878feaf2accfeacde1d43b37fe4efd62a59c3f0f88d9bebd9c86dc79e1928