[INFO] updating cached repository https://github.com/reggaemuffin/rusty-screeps [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] [stderr] From https://github.com/reggaemuffin/rusty-screeps [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/lazy_static-1.4.0 [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/log-0.4.8 [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/screeps-game-api-0.6.0 [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/stdweb-0.4.18 [INFO] [stderr] 30cbaac..6e8ccf6 ci -> ci [INFO] [stderr] 06f7aed..9c7cfd7 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9c7cfd7e0c86641015a86a5c213d3ad5335b7c9e [INFO] checking reggaemuffin/rusty-screeps against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Freggaemuffin%2Frusty-screeps" "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/reggaemuffin/rusty-screeps 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/reggaemuffin/rusty-screeps [INFO] finished tweaking git repo https://github.com/reggaemuffin/rusty-screeps [INFO] tweaked toml for git repo https://github.com/reggaemuffin/rusty-screeps written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/reggaemuffin/rusty-screeps 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] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded screeps-game-api v0.6.0 [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] 82431e48b7777457495caf14f8252471406738e1325e4dbd48171ba736d1837e [INFO] running `"docker" "start" "-a" "82431e48b7777457495caf14f8252471406738e1325e4dbd48171ba736d1837e"` [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling enum-iterator-derive v0.3.1 [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Compiling serde v1.0.100 [INFO] [stderr] Checking enum-iterator v0.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" "82431e48b7777457495caf14f8252471406738e1325e4dbd48171ba736d1837e"` [INFO] running `"docker" "rm" "-f" "82431e48b7777457495caf14f8252471406738e1325e4dbd48171ba736d1837e"` [INFO] [stdout] 82431e48b7777457495caf14f8252471406738e1325e4dbd48171ba736d1837e