[INFO] crate screeps-game-api 0.6.0 is already in cache [INFO] checking screeps-game-api-0.6.0 against try#8c9c32a8d64d42555e366eecb0f0f2f23e15e3db for pr-63831 [INFO] extracting crate screeps-game-api 0.6.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate screeps-game-api 0.6.0 on toolchain 8c9c32a8d64d42555e366eecb0f0f2f23e15e3db [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate screeps-game-api 0.6.0 [INFO] finished tweaking crates.io crate screeps-game-api 0.6.0 [INFO] tweaked toml for crates.io crate screeps-game-api 0.6.0 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/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" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a0a6f11ea25b62fe35dd1565b1884bee928f08fe2c97576cd8b0f50ef4ec0b8e [INFO] running `"docker" "start" "-a" "a0a6f11ea25b62fe35dd1565b1884bee928f08fe2c97576cd8b0f50ef4ec0b8e"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling base-x v0.2.5 [INFO] [stderr] Checking discard v1.0.4 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling enum-iterator-derive v0.3.1 [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking enum-iterator v0.3.1 [INFO] [stderr] Compiling stdweb v0.4.19 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling parse-display-derive v0.1.1 [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.1/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.1/src/lib.rs:212:9 [INFO] [stderr] | [INFO] [stderr] 212 | / lazy_static! { [INFO] [stderr] 213 | | static ref REGEX_CAPTURE: Regex = Regex::new(r"\(\?P<([_0-9a-zA-Z.]*)>").unwrap(); [INFO] [stderr] 214 | | static ref REGEX_NUMBER: Regex = Regex::new("^[0-9]+$").unwrap(); [INFO] [stderr] 215 | | } [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.1/src/lib.rs:212:9 [INFO] [stderr] | [INFO] [stderr] 212 | / lazy_static! { [INFO] [stderr] 213 | | static ref REGEX_CAPTURE: Regex = Regex::new(r"\(\?P<([_0-9a-zA-Z.]*)>").unwrap(); [INFO] [stderr] 214 | | static ref REGEX_NUMBER: Regex = Regex::new("^[0-9]+$").unwrap(); [INFO] [stderr] 215 | | } [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.1/src/lib.rs:767:9 [INFO] [stderr] | [INFO] [stderr] 767 | / lazy_static! { [INFO] [stderr] 768 | | static ref REGEX_STR: Regex = Regex::new(r"^[^{}]+").unwrap(); [INFO] [stderr] 769 | | static ref REGEX_VAR: Regex = Regex::new(r"^\{([^:{}]*)(?::([^}]*))?\}").unwrap(); [INFO] [stderr] 770 | | } [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.1/src/lib.rs:767:9 [INFO] [stderr] | [INFO] [stderr] 767 | / lazy_static! { [INFO] [stderr] 768 | | static ref REGEX_STR: Regex = Regex::new(r"^[^{}]+").unwrap(); [INFO] [stderr] 769 | | static ref REGEX_VAR: Regex = Regex::new(r"^\{([^:{}]*)(?::([^}]*))?\}").unwrap(); [INFO] [stderr] 770 | | } [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" "a0a6f11ea25b62fe35dd1565b1884bee928f08fe2c97576cd8b0f50ef4ec0b8e"` [INFO] running `"docker" "rm" "-f" "a0a6f11ea25b62fe35dd1565b1884bee928f08fe2c97576cd8b0f50ef4ec0b8e"` [INFO] [stdout] a0a6f11ea25b62fe35dd1565b1884bee928f08fe2c97576cd8b0f50ef4ec0b8e