[INFO] crate fastobo-validator 0.2.3 is already in cache [INFO] checking fastobo-validator-0.2.3 against try#8c9c32a8d64d42555e366eecb0f0f2f23e15e3db for pr-63831 [INFO] extracting crate fastobo-validator 0.2.3 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate fastobo-validator 0.2.3 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 fastobo-validator 0.2.3 [INFO] finished tweaking crates.io crate fastobo-validator 0.2.3 [INFO] tweaked toml for crates.io crate fastobo-validator 0.2.3 written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-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" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 31296f1c6ce0b2efe49bc805cb1f6d1acb981b575fd08cf09437be8b887d9b86 [INFO] running `"docker" "start" "-a" "31296f1c6ce0b2efe49bc805cb1f6d1acb981b575fd08cf09437be8b887d9b86"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling strsim v0.9.2 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling xmlparser v0.8.1 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling indexmap v1.2.0 [INFO] [stderr] Checking unicode-width v0.1.6 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling strum v0.15.0 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking opaque_typedef v0.0.5 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling roxmltree v0.4.1 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling codegen v0.1.1 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Compiling err-derive v0.1.6 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Compiling isbn v0.2.0 [INFO] [stderr] Compiling darling_core v0.10.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling strum_macros v0.15.0 [INFO] [stderr] Checking fastobo-syntax v0.3.6 [INFO] [stderr] Compiling darling_macro v0.10.1 [INFO] [stderr] Compiling darling v0.10.1 [INFO] [stderr] Compiling fastobo-derive-internal v0.7.4 [INFO] [stderr] Compiling opaque_typedef_macros v0.0.5 [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/opaque_typedef_macros-0.0.5/src/derives/mod.rs:607:9 [INFO] [stderr] | [INFO] [stderr] 607 | / lazy_static! { [INFO] [stderr] 608 | | static ref NESTED_DERIVES: HashMap<&'static str, HashMap<&'static str, Derive>> = { [INFO] [stderr] 609 | | // NOTE: `Self_` is deprecated, but left here for compatibility reason. [INFO] [stderr] 610 | | // It would be removed eventually. [INFO] [stderr] ... | [INFO] [stderr] 878 | | }; [INFO] [stderr] 879 | | } [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 `opaque_typedef_macros`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "31296f1c6ce0b2efe49bc805cb1f6d1acb981b575fd08cf09437be8b887d9b86"` [INFO] running `"docker" "rm" "-f" "31296f1c6ce0b2efe49bc805cb1f6d1acb981b575fd08cf09437be8b887d9b86"` [INFO] [stdout] 31296f1c6ce0b2efe49bc805cb1f6d1acb981b575fd08cf09437be8b887d9b86