[INFO] fetching crate constexpr-macros 0.0.1-alpha1... [INFO] checking constexpr-macros-0.0.1-alpha1 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate constexpr-macros 0.0.1-alpha1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate constexpr-macros 0.0.1-alpha1 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fbe6c231c59797500d6bac62acb65a7d465d5013a705f03511aa1a198d25346b [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" "fbe6c231c59797500d6bac62acb65a7d465d5013a705f03511aa1a198d25346b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fbe6c231c59797500d6bac62acb65a7d465d5013a705f03511aa1a198d25346b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbe6c231c59797500d6bac62acb65a7d465d5013a705f03511aa1a198d25346b", kill_on_drop: false }` [INFO] [stdout] fbe6c231c59797500d6bac62acb65a7d465d5013a705f03511aa1a198d25346b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31da0d4681b383635d0e3709d87bbfbea1d2fffc2111bb3c2d9896513621cde6 [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" "31da0d4681b383635d0e3709d87bbfbea1d2fffc2111bb3c2d9896513621cde6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.2 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking proc-macro-hack v0.4.2 [INFO] [stderr] Compiling pest_derive v1.0.8 [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 9.32s [INFO] running `Command { std: "docker" "inspect" "31da0d4681b383635d0e3709d87bbfbea1d2fffc2111bb3c2d9896513621cde6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31da0d4681b383635d0e3709d87bbfbea1d2fffc2111bb3c2d9896513621cde6", kill_on_drop: false }` [INFO] [stdout] 31da0d4681b383635d0e3709d87bbfbea1d2fffc2111bb3c2d9896513621cde6