[INFO] updating cached repository https://github.com/dangerousplay/opa-rust-jvm-tests [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] e4cdd58ee2233e4b9fbc7f44f595a27e8b8d23eb [INFO] checking dangerousplay/opa-rust-jvm-tests against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangerousplay%2Fopa-rust-jvm-tests" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dangerousplay/opa-rust-jvm-tests 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/dangerousplay/opa-rust-jvm-tests [INFO] finished tweaking git repo https://github.com/dangerousplay/opa-rust-jvm-tests [INFO] tweaked toml for git repo https://github.com/dangerousplay/opa-rust-jvm-tests written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/dangerousplay/opa-rust-jvm-tests 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/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] a62e38b6fd6016b4041c79ce5384988ccc251e67a3e9205612039b58df88c607 [INFO] running `"docker" "start" "-a" "a62e38b6fd6016b4041c79ce5384988ccc251e67a3e9205612039b58df88c607"` [INFO] [stderr] Checking atomic v0.4.5 [INFO] [stderr] Compiling syn v0.15.37 [INFO] [stderr] Checking hdrhistogram v6.2.0 [INFO] [stderr] Checking color-backtrace v0.2.0 [INFO] [stderr] Compiling derive_utils v0.6.3 [INFO] [stderr] Compiling auto_enums_derive v0.4.1 [INFO] [stderr] Compiling auto_enums_core v0.4.1 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/auto_enums_derive-0.4.1/src/attribute/mod.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref TRAIT_DEPENDENCIES: HashMap<&'static str, &'static [&'static str]> = { [INFO] [stderr] 30 | | let mut map: HashMap<&'static str, &'static [&'static str]> = HashMap::new(); [INFO] [stderr] 31 | | trait_map! { [INFO] [stderr] ... | [INFO] [stderr] 55 | | }; [INFO] [stderr] 56 | | } [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/auto_enums_derive-0.4.1/src/attribute/mod.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / lazy_static! { [INFO] [stderr] 68 | | static ref ALIAS_MAP: HashMap<&'static str, &'static str> = { [INFO] [stderr] 69 | | let mut map = HashMap::new(); [INFO] [stderr] 70 | | alias_map! { [INFO] [stderr] ... | [INFO] [stderr] 84 | | }; [INFO] [stderr] 85 | | } [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/auto_enums_derive-0.4.1/src/attribute/mod.rs:100:1 [INFO] [stderr] | [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | static ref DERIVE_MAP: HashMap<&'static str, DeriveFn> = { [INFO] [stderr] 102 | | let mut map = HashMap::new(); [INFO] [stderr] 103 | | derive_map!( [INFO] [stderr] ... | [INFO] [stderr] 184 | | }; [INFO] [stderr] 185 | | } [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 `auto_enums_derive`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/auto_enums_core-0.4.1/src/attribute/builder.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / thread_local! { [INFO] [stderr] 14 | | static RNG: RefCell = RefCell::new(rand::thread_rng()); [INFO] [stderr] 15 | | } [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 previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `auto_enums_core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a62e38b6fd6016b4041c79ce5384988ccc251e67a3e9205612039b58df88c607"` [INFO] running `"docker" "rm" "-f" "a62e38b6fd6016b4041c79ce5384988ccc251e67a3e9205612039b58df88c607"` [INFO] [stdout] a62e38b6fd6016b4041c79ce5384988ccc251e67a3e9205612039b58df88c607