[INFO] fetching crate static_map_macros 0.2.0-beta... [INFO] testing static_map_macros-0.2.0-beta against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate static_map_macros 0.2.0-beta into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate static_map_macros 0.2.0-beta on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate static_map_macros 0.2.0-beta [INFO] finished tweaking crates.io crate static_map_macros 0.2.0-beta [INFO] tweaked toml for crates.io crate static_map_macros 0.2.0-beta written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ae1d8b0bbb866e0abe0f78cd9313264cebdf290ce81bab3fcdd611aaeacb5942 [INFO] running `Command { std: "docker" "start" "-a" "ae1d8b0bbb866e0abe0f78cd9313264cebdf290ce81bab3fcdd611aaeacb5942", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae1d8b0bbb866e0abe0f78cd9313264cebdf290ce81bab3fcdd611aaeacb5942", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae1d8b0bbb866e0abe0f78cd9313264cebdf290ce81bab3fcdd611aaeacb5942", kill_on_drop: false }` [INFO] [stdout] ae1d8b0bbb866e0abe0f78cd9313264cebdf290ce81bab3fcdd611aaeacb5942 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1e2d5ec0a47d645d3843e9bf01a6fa413fb712b9075db468379925011c79f8c [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" "c1e2d5ec0a47d645d3843e9bf01a6fa413fb712b9075db468379925011c79f8c", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling static_map_macros v0.2.0-beta (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/builder.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(err); [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] 105 | panic!("{}", err); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 105 | std::panic::panic_any(err); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.98s [INFO] running `Command { std: "docker" "inspect" "c1e2d5ec0a47d645d3843e9bf01a6fa413fb712b9075db468379925011c79f8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1e2d5ec0a47d645d3843e9bf01a6fa413fb712b9075db468379925011c79f8c", kill_on_drop: false }` [INFO] [stdout] c1e2d5ec0a47d645d3843e9bf01a6fa413fb712b9075db468379925011c79f8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2bbace699971dd60ef1f421f36beb2c4bb5bdc60f57bcd9c035b4368d0bb6953 [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" "2bbace699971dd60ef1f421f36beb2c4bb5bdc60f57bcd9c035b4368d0bb6953", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling seahash v3.0.7 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling static_map v0.2.0-beta [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/builder.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(err); [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] 105 | panic!("{}", err); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 105 | std::panic::panic_any(err); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling phf_macros v0.7.24 [INFO] [stderr] Compiling static_map_macros v0.2.0-beta (/opt/rustwide/workdir) [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> tests/tests.rs:11:56 [INFO] [stdout] | [INFO] [stdout] 11 | static CSS_COLORS_STATIC_MAP: Map<&'static str, RGB> = static_map! { [INFO] [stdout] | ________________________________________________________^ [INFO] [stdout] 12 | | Default: RGB(0x00,0x00,0x00), [INFO] [stdout] 13 | | "black" => RGB(0x00,0x00,0x00), [INFO] [stdout] 14 | | "silver" => RGB(0xc0,0xc0,0xc0), [INFO] [stdout] ... | [INFO] [stdout] 160 | | "rebeccapurple" => RGB(0x66,0x33,0x99), [INFO] [stdout] 161 | | }; [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: message: assertion failed: input.starts_with(LEADING) [INFO] [stdout] = note: this error originates in the macro `static_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `__static_map__construct_map` in this scope [INFO] [stdout] --> tests/tests.rs:11:56 [INFO] [stdout] | [INFO] [stdout] 11 | static CSS_COLORS_STATIC_MAP: Map<&'static str, RGB> = static_map! { [INFO] [stdout] | ________________________________________________________^ [INFO] [stdout] 12 | | Default: RGB(0x00,0x00,0x00), [INFO] [stdout] 13 | | "black" => RGB(0x00,0x00,0x00), [INFO] [stdout] 14 | | "silver" => RGB(0xc0,0xc0,0xc0), [INFO] [stdout] ... | [INFO] [stdout] 160 | | "rebeccapurple" => RGB(0x66,0x33,0x99), [INFO] [stdout] 161 | | }; [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `static_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `static_map_macros` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/builder.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(err); [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] 105 | panic!("{}", err); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 105 | std::panic::panic_any(err); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2bbace699971dd60ef1f421f36beb2c4bb5bdc60f57bcd9c035b4368d0bb6953", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bbace699971dd60ef1f421f36beb2c4bb5bdc60f57bcd9c035b4368d0bb6953", kill_on_drop: false }` [INFO] [stdout] 2bbace699971dd60ef1f421f36beb2c4bb5bdc60f57bcd9c035b4368d0bb6953