[INFO] crate typescript-definitions-derive 0.1.10 is already in cache [INFO] checking typescript-definitions-derive-0.1.10 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate typescript-definitions-derive 0.1.10 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate typescript-definitions-derive 0.1.10 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 typescript-definitions-derive 0.1.10 [INFO] finished tweaking crates.io crate typescript-definitions-derive 0.1.10 [INFO] tweaked toml for crates.io crate typescript-definitions-derive 0.1.10 written to work/builds/worker-4/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-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/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] fe4f2a4e9c44a6c1c06ab72d5e4785b1559f3ac24009862063ba1ff9047e5467 [INFO] running `"docker" "start" "-a" "fe4f2a4e9c44a6c1c06ab72d5e4785b1559f3ac24009862063ba1ff9047e5467"` [INFO] [stderr] Checking ci_info v0.3.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking syn v0.15.44 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking serde_yaml v0.8.9 [INFO] [stderr] Checking ron v0.4.2 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking insta v0.6.3 [INFO] [stderr] Checking serde_derive_internals v0.24.1 [INFO] [stderr] Checking typescript-definitions-derive v0.1.10 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / /// derive proc_macro to expose Typescript definitions to `wasm-bindgen`. [INFO] [stderr] 67 | | /// [INFO] [stderr] 68 | | /// Please see documentation at [crates.io](https://crates.io/crates/typescript-definitions). [INFO] [stderr] 69 | | /// [INFO] [stderr] | |___^ [INFO] [stderr] 70 | / cfg_if! { [INFO] [stderr] 71 | | if #[cfg(any(debug_assertions, feature = "export-typescript"))] { [INFO] [stderr] 72 | | [INFO] [stderr] 73 | | #[proc_macro_derive(TypescriptDefinition, attributes(ts))] [INFO] [stderr] ... | [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / /// derive proc_macro to expose Typescript definitions as a static function. [INFO] [stderr] 93 | | /// [INFO] [stderr] 94 | | /// Please see documentation at [crates.io](https://crates.io/crates/typescript-definitions). [INFO] [stderr] 95 | | /// [INFO] [stderr] | |___^ [INFO] [stderr] 96 | / cfg_if! { [INFO] [stderr] 97 | | if #[cfg(any(debug_assertions, feature = "export-typescript"))] { [INFO] [stderr] 98 | | [INFO] [stderr] 99 | | #[proc_macro_derive(TypeScriptify, attributes(ts))] [INFO] [stderr] ... | [INFO] [stderr] 111 | | } [INFO] [stderr] 112 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> src/patch.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / lazy_static! { [INFO] [stderr] 54 | | static ref RE: Regex = { [INFO] [stderr] 55 | | let v = NAMES [INFO] [stderr] 56 | | .iter() [INFO] [stderr] ... | [INFO] [stderr] 61 | | }; [INFO] [stderr] 62 | | } [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 `typescript-definitions-derive`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / /// derive proc_macro to expose Typescript definitions to `wasm-bindgen`. [INFO] [stderr] 67 | | /// [INFO] [stderr] 68 | | /// Please see documentation at [crates.io](https://crates.io/crates/typescript-definitions). [INFO] [stderr] 69 | | /// [INFO] [stderr] | |___^ [INFO] [stderr] 70 | / cfg_if! { [INFO] [stderr] 71 | | if #[cfg(any(debug_assertions, feature = "export-typescript"))] { [INFO] [stderr] 72 | | [INFO] [stderr] 73 | | #[proc_macro_derive(TypescriptDefinition, attributes(ts))] [INFO] [stderr] ... | [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | / /// derive proc_macro to expose Typescript definitions as a static function. [INFO] [stderr] 93 | | /// [INFO] [stderr] 94 | | /// Please see documentation at [crates.io](https://crates.io/crates/typescript-definitions). [INFO] [stderr] 95 | | /// [INFO] [stderr] | |___^ [INFO] [stderr] 96 | / cfg_if! { [INFO] [stderr] 97 | | if #[cfg(any(debug_assertions, feature = "export-typescript"))] { [INFO] [stderr] 98 | | [INFO] [stderr] 99 | | #[proc_macro_derive(TypeScriptify, attributes(ts))] [INFO] [stderr] ... | [INFO] [stderr] 111 | | } [INFO] [stderr] 112 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fe4f2a4e9c44a6c1c06ab72d5e4785b1559f3ac24009862063ba1ff9047e5467"` [INFO] running `"docker" "rm" "-f" "fe4f2a4e9c44a6c1c06ab72d5e4785b1559f3ac24009862063ba1ff9047e5467"` [INFO] [stdout] fe4f2a4e9c44a6c1c06ab72d5e4785b1559f3ac24009862063ba1ff9047e5467