[INFO] updating cached repository https://github.com/ekohandel/screeps-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 680a85befdda05cca449ea8ea5b8b835ae8e2d58 [INFO] checking ekohandel/screeps-rust against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekohandel%2Fscreeps-rust" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ekohandel/screeps-rust on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ekohandel/screeps-rust [INFO] finished tweaking git repo https://github.com/ekohandel/screeps-rust [INFO] tweaked toml for git repo https://github.com/ekohandel/screeps-rust written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/ekohandel/screeps-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 56ac7964bd4f72336d52401ea21239eea76eb666abfec92feac1ad230487ae03 [INFO] running `"docker" "start" "-a" "56ac7964bd4f72336d52401ea21239eea76eb666abfec92feac1ad230487ae03"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling parse-display-derive v0.1.0 [INFO] [stderr] Compiling enum-iterator-derive v0.3.0 [INFO] [stderr] Compiling serde_repr v0.1.4 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parse-display-derive-0.1.0/src/format_syntax.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | / lazy_static! { [INFO] [stderr] 94 | | static ref RE: Regex = Regex::new( [INFO] [stderr] 95 | | "^\ [INFO] [stderr] 96 | | ((?P.)?\ [INFO] [stderr] ... | [INFO] [stderr] 113 | | .unwrap(); [INFO] [stderr] 114 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parse-display-derive-0.1.0/src/lib.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | / lazy_static! { [INFO] [stderr] 215 | | static ref REGEX_CAPTURE: Regex = Regex::new(r"\(\?P<([_0-9a-zA-Z.]*)>").unwrap(); [INFO] [stderr] 216 | | static ref REGEX_NUMBER: Regex = Regex::new("^[0-9]+$").unwrap(); [INFO] [stderr] 217 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parse-display-derive-0.1.0/src/lib.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | / lazy_static! { [INFO] [stderr] 215 | | static ref REGEX_CAPTURE: Regex = Regex::new(r"\(\?P<([_0-9a-zA-Z.]*)>").unwrap(); [INFO] [stderr] 216 | | static ref REGEX_NUMBER: Regex = Regex::new("^[0-9]+$").unwrap(); [INFO] [stderr] 217 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parse-display-derive-0.1.0/src/lib.rs:769:9 [INFO] [stderr] | [INFO] [stderr] 769 | / lazy_static! { [INFO] [stderr] 770 | | static ref REGEX_STR: Regex = Regex::new(r"^[^{}]+").unwrap(); [INFO] [stderr] 771 | | static ref REGEX_VAR: Regex = Regex::new(r"^\{([^:{}]*)(?::([^}]*))?\}").unwrap(); [INFO] [stderr] 772 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parse-display-derive-0.1.0/src/lib.rs:769:9 [INFO] [stderr] | [INFO] [stderr] 769 | / lazy_static! { [INFO] [stderr] 770 | | static ref REGEX_STR: Regex = Regex::new(r"^[^{}]+").unwrap(); [INFO] [stderr] 771 | | static ref REGEX_VAR: Regex = Regex::new(r"^\{([^:{}]*)(?::([^}]*))?\}").unwrap(); [INFO] [stderr] 772 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `parse-display-derive`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "56ac7964bd4f72336d52401ea21239eea76eb666abfec92feac1ad230487ae03"` [INFO] running `"docker" "rm" "-f" "56ac7964bd4f72336d52401ea21239eea76eb666abfec92feac1ad230487ae03"` [INFO] [stdout] 56ac7964bd4f72336d52401ea21239eea76eb666abfec92feac1ad230487ae03