[INFO] fetching crate mauzi_macros 0.0.2... [INFO] documenting mauzi_macros-0.0.2 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate mauzi_macros 0.0.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate mauzi_macros 0.0.2 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate mauzi_macros 0.0.2 [INFO] finished tweaking crates.io crate mauzi_macros 0.0.2 [INFO] tweaked toml for crates.io crate mauzi_macros 0.0.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7101c5fc250843c5705e3de8db72b66f142b4e23963d0ee156171da69f2ebad0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7101c5fc250843c5705e3de8db72b66f142b4e23963d0ee156171da69f2ebad0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7101c5fc250843c5705e3de8db72b66f142b4e23963d0ee156171da69f2ebad0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7101c5fc250843c5705e3de8db72b66f142b4e23963d0ee156171da69f2ebad0", kill_on_drop: false }` [INFO] [stdout] 7101c5fc250843c5705e3de8db72b66f142b4e23963d0ee156171da69f2ebad0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e81cec0b65b507ab6ee7eda566e4a31b7953f6580f05c5bb0ba2cab19c05f9e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4e81cec0b65b507ab6ee7eda566e4a31b7953f6580f05c5bb0ba2cab19c05f9e", kill_on_drop: false }` [INFO] [stderr] Checking literalext v0.1.1 [INFO] [stderr] Documenting mauzi_macros v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | Ok(quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | quote! { $name , } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | quote! { $name ( $region_ty ) , } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | quote! { $region_name , } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:94:8 [INFO] [stdout] | [INFO] [stdout] 94 | Ok(quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | quote! { pub $name: $ty_name , } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | quote! { $name: $ty_name::new(locale), } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:158:8 [INFO] [stdout] | [INFO] [stdout] 158 | Ok(quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:208:17 [INFO] [stdout] | [INFO] [stdout] 208 | None => quote! { String }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:225:12 [INFO] [stdout] | [INFO] [stdout] 225 | Ok(quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | quote! {} [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:242:13 [INFO] [stdout] | [INFO] [stdout] 242 | quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:246:13 [INFO] [stdout] | [INFO] [stdout] 246 | quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:253:8 [INFO] [stdout] | [INFO] [stdout] 253 | Ok(quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:275:13 [INFO] [stdout] | [INFO] [stdout] 275 | quote! { _ } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:292:21 [INFO] [stdout] | [INFO] [stdout] 292 | quote! { $locale_ident::$lang_ident(_) } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:294:21 [INFO] [stdout] | [INFO] [stdout] 294 | quote! { $locale_ident::$lang_ident } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | quote! { $lang_ident } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:330:17 [INFO] [stdout] | [INFO] [stdout] 330 | quote! { $locale_ident::$lang_ident($region_ty::$region_ident) } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:335:17 [INFO] [stdout] | [INFO] [stdout] 335 | quote! { $locale_ident::$lang_ident($region_ident) } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:412:31 [INFO] [stdout] | [INFO] [stdout] 412 | .map(|ts| quote! { , $ts }) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'proc_macro_quote' [INFO] [stdout] --> src/gen.rs:418:16 [INFO] [stdout] | [INFO] [stdout] 418 | Ok(quote! { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54722 for more information [INFO] [stdout] = help: add `#![feature(proc_macro_quote)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `proc_macro::Term`, `proc_macro::TokenNode` [INFO] [stdout] --> src/ast.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | use proc_macro::{Span, Term, TokenNode, TokenStream, TokenTree}; [INFO] [stdout] | ^^^^ ^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | no `TokenNode` in the root [INFO] [stdout] | | help: a similar name exists in the module: `TokenTree` [INFO] [stdout] | no `Term` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `proc_macro::TokenNode` [INFO] [stdout] --> src/gen.rs:1:34 [INFO] [stdout] | [INFO] [stdout] 1 | use proc_macro::{quote, Literal, TokenNode, TokenStream, TokenTree}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `TokenNode` in the root [INFO] [stdout] | help: a similar name exists in the module: `TokenTree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `proc_macro::TokenNode`, `proc_macro::TokenTreeIter` [INFO] [stdout] --> src/parse.rs:4:47 [INFO] [stdout] | [INFO] [stdout] 4 | use proc_macro::{Delimiter, Literal, Spacing, TokenNode, TokenStream, TokenTree, TokenTreeIter}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ no `TokenTreeIter` in the root [INFO] [stdout] | | [INFO] [stdout] | no `TokenNode` in the root [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 4 | use proc_macro::{Delimiter, Literal, Spacing, TokenTree, TokenStream, TokenTree, TokenTreeIter}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 4 | use proc_macro::{Delimiter, Literal, Spacing, TokenNode, TokenStream, TokenTree, TokenTree}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 28 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: Could not document `mauzi_macros`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type proc-macro --crate-name mauzi_macros src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern literalext=/opt/rustwide/target/debug/deps/libliteralext-6581e0cdbef13f63.rmeta --extern proc_macro --cap-lints=forbid` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "4e81cec0b65b507ab6ee7eda566e4a31b7953f6580f05c5bb0ba2cab19c05f9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e81cec0b65b507ab6ee7eda566e4a31b7953f6580f05c5bb0ba2cab19c05f9e", kill_on_drop: false }` [INFO] [stdout] 4e81cec0b65b507ab6ee7eda566e4a31b7953f6580f05c5bb0ba2cab19c05f9e