[INFO] crate cargo-crev 0.9.0 is already in cache [INFO] checking cargo-crev-0.9.0 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate cargo-crev 0.9.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate cargo-crev 0.9.0 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 crates.io crate cargo-crev 0.9.0 [INFO] finished tweaking crates.io crate cargo-crev 0.9.0 [INFO] tweaked toml for crates.io crate cargo-crev 0.9.0 written to work/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate cargo-crev 0.9.0 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-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9a2d9a26bdc5db3fb955c9893e96179a104443d67beaf3590edd8964e5033d19 [INFO] running `"docker" "start" "-a" "9a2d9a26bdc5db3fb955c9893e96179a104443d67beaf3590edd8964e5033d19"` [INFO] [stderr] Compiling curl v0.4.22 [INFO] [stderr] Checking bytecount v0.5.1 [INFO] [stderr] Checking zeroize v0.5.2 [INFO] [stderr] Checking insideout v0.2.0 [INFO] [stderr] Checking resiter v0.3.0 [INFO] [stderr] Checking default v0.1.2 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling curl-sys v0.4.20 [INFO] [stderr] Compiling libgit2-sys v0.8.2 [INFO] [stderr] Checking proc-macro2 v1.0.1 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking blake2b_simd v0.5.7 [INFO] [stderr] Checking jobserver v0.1.16 [INFO] [stderr] Compiling bstr v0.2.7 [INFO] [stderr] Checking grep-matcher v0.1.3 [INFO] [stderr] Checking encoding_rs_io v0.1.6 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking flate2 v1.0.11 [INFO] [stderr] Checking quote v1.0.2 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling typed-builder v0.3.0 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking cmac v0.2.0 [INFO] [stderr] Checking pmac v0.2.0 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking crypto-hash v0.3.4 [INFO] [stderr] Checking rust-argon2 v0.5.1 [INFO] [stderr] Checking grep-searcher v0.1.6 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Checking ignore v0.4.10 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking miscreant v0.4.2 [INFO] [stderr] Checking common_failures v0.1.1 [INFO] [stderr] Checking crev-recursive-digest v0.2.1 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking geiger v0.3.3 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.1 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling ifmt-impl v0.2.0 [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ifmt-impl-0.2.0/src/lib.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | // bad hack regex to look for string/character literals [INFO] [stderr] 15 | | // we don't want to count braces contained within them [INFO] [stderr] 16 | | static ref LITERAL: Regex = Regex::new( [INFO] [stderr] ... | [INFO] [stderr] 21 | | r##"^r(#*)""##).unwrap(); [INFO] [stderr] 22 | | } [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/ifmt-impl-0.2.0/src/lib.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | / lazy_static! { [INFO] [stderr] 14 | | // bad hack regex to look for string/character literals [INFO] [stderr] 15 | | // we don't want to count braces contained within them [INFO] [stderr] 16 | | static ref LITERAL: Regex = Regex::new( [INFO] [stderr] ... | [INFO] [stderr] 21 | | r##"^r(#*)""##).unwrap(); [INFO] [stderr] 22 | | } [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/ifmt-impl-0.2.0/src/lib.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | / lazy_static! { [INFO] [stderr] 92 | | static ref SPEC: Regex = [INFO] [stderr] 93 | | Regex::new(r":([\s\S]?[<^>])?([\+\-])?(#)?(0)?(\d+|\*)?(\.\d+)?(\?|\w+)?$").unwrap(); [INFO] [stderr] 94 | | } [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 `ifmt-impl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9a2d9a26bdc5db3fb955c9893e96179a104443d67beaf3590edd8964e5033d19"` [INFO] running `"docker" "rm" "-f" "9a2d9a26bdc5db3fb955c9893e96179a104443d67beaf3590edd8964e5033d19"` [INFO] [stdout] 9a2d9a26bdc5db3fb955c9893e96179a104443d67beaf3590edd8964e5033d19