[INFO] crate aspect-weave 0.2.0 is already in cache [INFO] checking aspect-weave-0.2.0 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate aspect-weave 0.2.0 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate aspect-weave 0.2.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 aspect-weave 0.2.0 [INFO] finished tweaking crates.io crate aspect-weave 0.2.0 [INFO] tweaked toml for crates.io crate aspect-weave 0.2.0 written to work/builds/worker-2/source/Cargo.toml [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-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] a1c540679bd1403716a506fc3270ae3bbd70423c2d8a02fbb1ebe3d28db85841 [INFO] running `"docker" "start" "-a" "a1c540679bd1403716a506fc3270ae3bbd70423c2d8a02fbb1ebe3d28db85841"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling auto_enums_derive v0.5.10 [INFO] [stderr] Compiling derive_utils v0.9.1 [INFO] [stderr] Compiling auto_enums_core v0.5.10 [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.5.10/src/auto_enum/context.rs:314:13 [INFO] [stderr] | [INFO] [stderr] 314 | static COUNTER: AtomicUsize = AtomicUsize::new(0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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_core-0.5.10/src/auto_enum/context.rs:288:1 [INFO] [stderr] | [INFO] [stderr] 288 | / thread_local! { [INFO] [stderr] 289 | | static RNG: RefCell = RefCell::new(XorShift64Star::new()); [INFO] [stderr] 290 | | } [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 `auto_enums_core`. [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_derive-0.5.10/src/enum_derive/mod.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref TRAIT_DEPENDENCIES: HashMap<&'static str, &'static [&'static str]> = { [INFO] [stderr] 25 | | let mut map: HashMap<&'static str, &'static [&'static str]> = HashMap::new(); [INFO] [stderr] 26 | | trait_map! { [INFO] [stderr] ... | [INFO] [stderr] 50 | | }; [INFO] [stderr] 51 | | } [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.5.10/src/enum_derive/mod.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | / lazy_static! { [INFO] [stderr] 63 | | static ref ALIAS_MAP: HashMap<&'static str, &'static str> = { [INFO] [stderr] 64 | | let mut map = HashMap::new(); [INFO] [stderr] 65 | | alias_map! { [INFO] [stderr] ... | [INFO] [stderr] 81 | | }; [INFO] [stderr] 82 | | } [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.5.10/src/enum_derive/mod.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / lazy_static! { [INFO] [stderr] 98 | | static ref DERIVE_MAP: HashMap<&'static str, DeriveFn> = { [INFO] [stderr] 99 | | let mut map = HashMap::new(); [INFO] [stderr] 100 | | derive_map!( [INFO] [stderr] ... | [INFO] [stderr] 189 | | }; [INFO] [stderr] 190 | | } [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a1c540679bd1403716a506fc3270ae3bbd70423c2d8a02fbb1ebe3d28db85841"` [INFO] running `"docker" "rm" "-f" "a1c540679bd1403716a506fc3270ae3bbd70423c2d8a02fbb1ebe3d28db85841"` [INFO] [stdout] a1c540679bd1403716a506fc3270ae3bbd70423c2d8a02fbb1ebe3d28db85841