[INFO] updating cached repository https://github.com/wtetzner/waterbear [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] 520442aa86f54eb92e225a6bf9a5c33eccb3cb22 [INFO] checking wtetzner/waterbear against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwtetzner%2Fwaterbear" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wtetzner/waterbear 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/wtetzner/waterbear [INFO] removed path dependency waterbear-instruction-derive from git repo https://github.com/wtetzner/waterbear [INFO] finished tweaking git repo https://github.com/wtetzner/waterbear [INFO] tweaked toml for git repo https://github.com/wtetzner/waterbear written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/wtetzner/waterbear 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-5/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] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/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] 7adee68aa64a2d0b8a2d4775a59a49139b38e1b157a52a8037314ea3a8b19e99 [INFO] running `"docker" "start" "-a" "7adee68aa64a2d0b8a2d4775a59a49139b38e1b157a52a8037314ea3a8b19e99"` [INFO] [stderr] Compiling waterbear v0.18.0-wip (/opt/rustwide/workdir) [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling waterbear-instruction-derive v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/waterbear-instruction-derive-0.1.0/src/lib.rs:123:21 [INFO] [stderr] | [INFO] [stderr] 123 | / lazy_static! { [INFO] [stderr] 124 | | static ref NAME: Regex = Regex::new("^([^_]+)").unwrap(); [INFO] [stderr] 125 | | } [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/waterbear-instruction-derive-0.1.0/src/lib.rs:247:5 [INFO] [stderr] | [INFO] [stderr] 247 | / lazy_static! { [INFO] [stderr] 248 | | static ref BIT: Regex = Regex::new("^(:?[10]|\\[(:?[a-z][0-9]+)\\])").unwrap(); [INFO] [stderr] 249 | | } [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/waterbear-instruction-derive-0.1.0/src/lib.rs:270:5 [INFO] [stderr] | [INFO] [stderr] 270 | / lazy_static! { [INFO] [stderr] 271 | | static ref WS: Regex = Regex::new("\\s+").unwrap(); [INFO] [stderr] 272 | | } [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 3 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `waterbear-instruction-derive`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7adee68aa64a2d0b8a2d4775a59a49139b38e1b157a52a8037314ea3a8b19e99"` [INFO] running `"docker" "rm" "-f" "7adee68aa64a2d0b8a2d4775a59a49139b38e1b157a52a8037314ea3a8b19e99"` [INFO] [stdout] 7adee68aa64a2d0b8a2d4775a59a49139b38e1b157a52a8037314ea3a8b19e99