[INFO] fetching crate docopt_macros 0.8.1... [INFO] documenting docopt_macros-0.8.1 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate docopt_macros 0.8.1 into /workspace/builds/worker-115/source [INFO] validating manifest of crates.io crate docopt_macros 0.8.1 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate docopt_macros 0.8.1 [INFO] finished tweaking crates.io crate docopt_macros 0.8.1 [INFO] tweaked toml for crates.io crate docopt_macros 0.8.1 written to /workspace/builds/worker-115/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded docopt v0.8.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac20e4e0087e36137e10b8e2063ce3b0650cd48708ce379242c337d14453911f [INFO] running `Command { std: "docker" "start" "-a" "ac20e4e0087e36137e10b8e2063ce3b0650cd48708ce379242c337d14453911f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac20e4e0087e36137e10b8e2063ce3b0650cd48708ce379242c337d14453911f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac20e4e0087e36137e10b8e2063ce3b0650cd48708ce379242c337d14453911f", kill_on_drop: false }` [INFO] [stdout] ac20e4e0087e36137e10b8e2063ce3b0650cd48708ce379242c337d14453911f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5ff6ddb126ac398ec1b888b7d1ba29645ca1a0716b052a89c7caf648894691b [INFO] running `Command { std: "docker" "start" "-a" "f5ff6ddb126ac398ec1b888b7d1ba29645ca1a0716b052a89c7caf648894691b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking utf8-ranges v1.0.5 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking docopt v0.8.3 [INFO] [stderr] Documenting docopt_macros v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/macro.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: a __rustc_plugin_registrar symbol must now be defined instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/macro.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stdout] | ^^^^^ feature has been removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> src/macro.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_plugin` [INFO] [stdout] --> src/macro.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | extern crate rustc_plugin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `plugin_registrar` in this scope [INFO] [stdout] --> src/macro.rs:35:3 [INFO] [stdout] | [INFO] [stdout] 35 | #[plugin_registrar] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `plugin_registrar` is in scope, but it is a function, not an attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `quote_item` in this scope [INFO] [stdout] --> src/macro.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | its.push(quote_item!(cx, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/macro.rs:40:35 [INFO] [stdout] | [INFO] [stdout] 40 | fn expand(cx: &mut ExtCtxt, span: codemap::Span, tts: &[tokenstream::TokenTree]) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokenstream` [INFO] [stdout] --> src/macro.rs:40:57 [INFO] [stdout] | [INFO] [stdout] 40 | fn expand(cx: &mut ExtCtxt, span: codemap::Span, tts: &[tokenstream::TokenTree]) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `tokenstream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | types: HashMap>, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:84:46 [INFO] [stdout] | [INFO] [stdout] 84 | fn struct_decl(&self, cx: &ExtCtxt) -> P { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:105:50 [INFO] [stdout] | [INFO] [stdout] 105 | fn struct_fields(&self, cx: &ExtCtxt) -> Vec { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:120:72 [INFO] [stdout] | [INFO] [stdout] 120 | fn pat_type(&self, cx: &ExtCtxt, atom: &Atom, opts: &Options) -> P { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:141:49 [INFO] [stdout] | [INFO] [stdout] 141 | fn mk_struct_field(&self, name: &str, ty: P) -> ast::StructField { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:141:62 [INFO] [stdout] | [INFO] [stdout] 141 | fn mk_struct_field(&self, name: &str, ty: P) -> ast::StructField { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokenstream` [INFO] [stdout] --> src/macro.rs:160:44 [INFO] [stdout] | [INFO] [stdout] 160 | fn new(cx: &'a mut ExtCtxt<'b>, tts: &[tokenstream::TokenTree]) -> MacParser<'a, 'b> { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `tokenstream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:218:29 [INFO] [stdout] | [INFO] [stdout] 218 | fn lit_is_str(lit: &ast::Lit) -> bool { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:224:32 [INFO] [stdout] | [INFO] [stdout] 224 | fn lit_to_string(lit: &ast::Lit) -> String { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:250:46 [INFO] [stdout] | [INFO] [stdout] 250 | ... -> PResult<'b, (ast::Ident, P)> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:250:60 [INFO] [stdout] | [INFO] [stdout] 250 | ... -> PResult<'b, (ast::Ident, P)> { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:282:11 [INFO] [stdout] | [INFO] [stdout] 282 | name: ast::Ident, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:289:22 [INFO] [stdout] | [INFO] [stdout] 289 | fn ident(s: &str) -> ast::Ident { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:293:61 [INFO] [stdout] | [INFO] [stdout] 293 | fn attribute(cx: &ExtCtxt, name: S, items: Vec) -> ast::Attribute [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `codemap` [INFO] [stdout] --> src/macro.rs:301:40 [INFO] [stdout] | [INFO] [stdout] 301 | fn meta_item(cx: &ExtCtxt, s: &str) -> codemap::Spanned { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `codemap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:301:57 [INFO] [stdout] | [INFO] [stdout] 301 | fn meta_item(cx: &ExtCtxt, s: &str) -> codemap::Spanned { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `symbol` [INFO] [stdout] --> src/macro.rs:308:23 [INFO] [stdout] | [INFO] [stdout] 308 | fn intern(s: &str) -> symbol::Symbol { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `symbol` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/macro.rs:312:37 [INFO] [stdout] | [INFO] [stdout] 312 | fn ty_vec_string(cx: &ExtCtxt) -> P { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DiagnosticBuilder` in this scope [INFO] [stdout] --> src/macro.rs:33:33 [INFO] [stdout] | [INFO] [stdout] 33 | type PResult<'a, T> = Result>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Registry` in this scope [INFO] [stdout] --> src/macro.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn plugin_registrar(reg: &mut Registry) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | fn expand(cx: &mut ExtCtxt, span: codemap::Span, tts: &[tokenstream::TokenTree]) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> src/macro.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 40 | fn expand(cx: &mut ExtCtxt, span: codemap::Span, tts: &[tokenstream::TokenTree]) [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 41 | -> Box { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/macro.rs:58:26 [INFO] [stdout] | [INFO] [stdout] 58 | types: HashMap>, [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `docopt_macros` [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | fn items(&self, cx: &ExtCtxt) -> Box { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stdout] --> src/macro.rs:64:42 [INFO] [stdout] | [INFO] [stdout] 61 | impl Parsed { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 64 | fn items(&self, cx: &ExtCtxt) -> Box { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:84:32 [INFO] [stdout] | [INFO] [stdout] 84 | fn struct_decl(&self, cx: &ExtCtxt) -> P { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type dylib --crate-name docopt_macros src/macro.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=3b44b4e92e72e6a7 -L dependency=/opt/rustwide/target/debug/deps --extern docopt=/opt/rustwide/target/debug/deps/libdocopt-5e2bfb2e57d4fd4b.rmeta --cap-lints=warn --crate-version 0.8.1` (exit status: 1) [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/macro.rs:84:44 [INFO] [stdout] | [INFO] [stdout] 84 | fn struct_decl(&self, cx: &ExtCtxt) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | fn struct_fields(&self, cx: &ExtCtxt) -> Vec { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:120:29 [INFO] [stdout] | [INFO] [stdout] 120 | fn pat_type(&self, cx: &ExtCtxt, atom: &Atom, opts: &Options) -> P { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/macro.rs:120:70 [INFO] [stdout] | [INFO] [stdout] 120 | fn pat_type(&self, cx: &ExtCtxt, atom: &Atom, opts: &Options) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/macro.rs:141:47 [INFO] [stdout] | [INFO] [stdout] 141 | fn mk_struct_field(&self, name: &str, ty: P) -> ast::StructField { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:155:17 [INFO] [stdout] | [INFO] [stdout] 155 | cx: &'a mut ExtCtxt<'b>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> src/macro.rs:156:8 [INFO] [stdout] | [INFO] [stdout] 51 | struct Parsed { [INFO] [stdout] | ------------- similarly named struct `Parsed` defined here [INFO] [stdout] ... [INFO] [stdout] 156 | p: Parser<'b>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 156 | p: Parsed<'b>, [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 13 | use docopt::parse::Parser; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:160:24 [INFO] [stdout] | [INFO] [stdout] 160 | fn new(cx: &'a mut ExtCtxt<'b>, tts: &[tokenstream::TokenTree]) -> MacParser<'a, 'b> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> src/macro.rs:249:38 [INFO] [stdout] | [INFO] [stdout] 51 | struct Parsed { [INFO] [stdout] | ------------- similarly named struct `Parsed` defined here [INFO] [stdout] ... [INFO] [stdout] 249 | fn parse_type_annotation(p: &mut Parser<'b>) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 249 | fn parse_type_annotation(p: &mut Parsed<'b>) [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 13 | use docopt::parse::Parser; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/macro.rs:250:58 [INFO] [stdout] | [INFO] [stdout] 250 | ... -> PResult<'b, (ast::Ident, P)> { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:293:25 [INFO] [stdout] | [INFO] [stdout] 293 | fn attribute(cx: &ExtCtxt, name: S, items: Vec) -> ast::Attribute [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:301:19 [INFO] [stdout] | [INFO] [stdout] 301 | fn meta_item(cx: &ExtCtxt, s: &str) -> codemap::Spanned { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stdout] --> src/macro.rs:312:23 [INFO] [stdout] | [INFO] [stdout] 312 | fn ty_vec_string(cx: &ExtCtxt) -> P { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `P` in this scope [INFO] [stdout] --> src/macro.rs:312:35 [INFO] [stdout] | [INFO] [stdout] 312 | fn ty_vec_string(cx: &ExtCtxt) -> P { [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/macro.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 50 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433, E0463, E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f5ff6ddb126ac398ec1b888b7d1ba29645ca1a0716b052a89c7caf648894691b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5ff6ddb126ac398ec1b888b7d1ba29645ca1a0716b052a89c7caf648894691b", kill_on_drop: false }` [INFO] [stdout] f5ff6ddb126ac398ec1b888b7d1ba29645ca1a0716b052a89c7caf648894691b