[INFO] crate dotman 0.2.0 is already in cache [INFO] checking dotman-0.2.0 against try#8c9c32a8d64d42555e366eecb0f0f2f23e15e3db for pr-63831 [INFO] extracting crate dotman 0.2.0 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate dotman 0.2.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 dotman 0.2.0 [INFO] finished tweaking crates.io crate dotman 0.2.0 [INFO] tweaked toml for crates.io crate dotman 0.2.0 written to work/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate dotman 0.2.0 already has a lockfile, it will not be regenerated [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-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" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 54cf01d266a53f8e5db1f67c90135a923f1bac8b43d69185adedff24b18e6bb9 [INFO] running `"docker" "start" "-a" "54cf01d266a53f8e5db1f67c90135a923f1bac8b43d69185adedff24b18e6bb9"` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Checking spin v0.5.0 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling syn v0.15.36 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Checking rustc-demangle v0.1.15 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking utf8-ranges v1.0.3 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Checking wsl v0.1.0 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking strum v0.15.0 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking regex-syntax v0.6.7 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Checking walkdir v2.2.9 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking pretty_assertions v0.6.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Checking getrandom v0.1.6 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking gethostname v0.2.0 [INFO] [stderr] Checking bstr v0.2.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking globset v0.4.4 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling strum_macros v0.15.0 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling derive-getters v0.0.8 [INFO] [stderr] Compiling contracts v0.3.0 [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/derive_more-0.15.0/src/display.rs:409:1 [INFO] [stderr] | [INFO] [stderr] 409 | / lazy_static! { [INFO] [stderr] 410 | | /// Regular expression for parsing formatting placeholders from a string. [INFO] [stderr] 411 | | /// [INFO] [stderr] 412 | | /// Reproduces `maybe-format` expression of [formatting syntax][1]. [INFO] [stderr] ... | [INFO] [stderr] 430 | | ).unwrap(); [INFO] [stderr] 431 | | } [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/derive_more-0.15.0/src/display.rs:409:1 [INFO] [stderr] | [INFO] [stderr] 409 | / lazy_static! { [INFO] [stderr] 410 | | /// Regular expression for parsing formatting placeholders from a string. [INFO] [stderr] 411 | | /// [INFO] [stderr] 412 | | /// Reproduces `maybe-format` expression of [formatting syntax][1]. [INFO] [stderr] ... | [INFO] [stderr] 430 | | ).unwrap(); [INFO] [stderr] 431 | | } [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 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `derive_more`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "54cf01d266a53f8e5db1f67c90135a923f1bac8b43d69185adedff24b18e6bb9"` [INFO] running `"docker" "rm" "-f" "54cf01d266a53f8e5db1f67c90135a923f1bac8b43d69185adedff24b18e6bb9"` [INFO] [stdout] 54cf01d266a53f8e5db1f67c90135a923f1bac8b43d69185adedff24b18e6bb9