[INFO] fetching crate syntaqlite-syntax 0.9.0...
[INFO] documenting syntaqlite-syntax-0.9.0 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate syntaqlite-syntax 0.9.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate syntaqlite-syntax 0.9.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate syntaqlite-syntax 0.9.0
[INFO] tweaked toml for crates.io crate syntaqlite-syntax 0.9.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate syntaqlite-syntax 0.9.0 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate syntaqlite-syntax 0.9.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94
[INFO] running `Command { std: "docker" "start" "476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syntaqlite-syntax v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting syntaqlite-syntax v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::parser::AnyParsedStatement::span_text_offset`
[INFO] [stdout]    --> src/ast.rs:501:30
[INFO] [stdout]     |
[INFO] [stdout] 501 |     /// [`span_text_offset`](crate::parser::AnyParsedStatement::span_text_offset).
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `span_text_offset`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `TemplateMacroRegistry`
[INFO] [stdout]    --> src/parser/mod.rs:149:7
[INFO] [stdout]     |
[INFO] [stdout] 149 | /// [`TemplateMacroRegistry`] which implements this trait.
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^ no item named `TemplateMacroRegistry` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `StatementBase::to_doc`
[INFO] [stdout]    --> src/parser/mod.rs:930:37
[INFO] [stdout]     |
[INFO] [stdout] 930 |     /// [`Self::full_text`].  Use [`StatementBase::to_doc`] to convert any
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^ the struct `StatementBase` has no field or associated item named `to_doc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::leading_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1017:11
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     /// [`Self::leading_comments`] / [`Self::trailing_comments`].
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `leading_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::trailing_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1017:40
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     /// [`Self::leading_comments`] / [`Self::trailing_comments`].
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `trailing_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::leading_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1028:11
[INFO] [stdout]      |
[INFO] [stdout] 1028 |     /// [`Self::leading_comments`].  Returns an empty iterator when
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `leading_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::leading_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1034:11
[INFO] [stdout]      |
[INFO] [stdout] 1034 |     /// [`Self::leading_comments`] / [`Self::trailing_comments`] on
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `leading_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::trailing_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1034:40
[INFO] [stdout]      |
[INFO] [stdout] 1034 |     /// [`Self::leading_comments`] / [`Self::trailing_comments`] on
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `trailing_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `StatementBase::to_doc`
[INFO] [stdout]    --> src/source.rs:195:11
[INFO] [stdout]     |
[INFO] [stdout] 195 |     /// [`StatementBase::to_doc`].
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ the struct `StatementBase` has no field or associated item named `to_doc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_u32_newtype` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `StatementBase::to_doc`
[INFO] [stdout]    --> src/source.rs:253:11
[INFO] [stdout]     |
[INFO] [stdout] 253 |     /// [`StatementBase::to_doc`].
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ the struct `StatementBase` has no field or associated item named `to_doc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_u32_newtype` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/ast.rs:225:28
[INFO] [stdout]     |
[INFO] [stdout] 225 | /// [`AnyParsedStatement`](crate::parser::AnyParsedStatement) treat
[INFO] [stdout]     |      --------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |      |
[INFO] [stdout]     |      because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout]     = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 225 - /// [`AnyParsedStatement`](crate::parser::AnyParsedStatement) treat
[INFO] [stdout] 225 + /// [`AnyParsedStatement`] treat
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/ast.rs:201:28
[INFO] [stdout]     |
[INFO] [stdout] 201 | /// [`AnyParsedStatement`](crate::parser::AnyParsedStatement) (e.g.
[INFO] [stdout]     |      --------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |      |
[INFO] [stdout]     |      because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 201 - /// [`AnyParsedStatement`](crate::parser::AnyParsedStatement) (e.g.
[INFO] [stdout] 201 + /// [`AnyParsedStatement`] (e.g.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/tokenizer.rs:100:36
[INFO] [stdout]     |
[INFO] [stdout] 100 | /// Token emitted by [`Tokenizer`](crate::Tokenizer), including kind and source slice.
[INFO] [stdout]     |                       -----------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 100 - /// Token emitted by [`Tokenizer`](crate::Tokenizer), including kind and source slice.
[INFO] [stdout] 100 + /// Token emitted by [`Tokenizer`], including kind and source slice.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/syntaqlite_syntax/index.html
[INFO] running `Command { std: "docker" "inspect" "476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting syntaqlite-syntax v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::parser::AnyParsedStatement::span_text_offset`
[INFO] [stdout]    --> src/ast.rs:501:30
[INFO] [stdout]     |
[INFO] [stdout] 501 |     /// [`span_text_offset`](crate::parser::AnyParsedStatement::span_text_offset).
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `span_text_offset`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `TemplateMacroRegistry`
[INFO] [stdout]    --> src/parser/mod.rs:149:7
[INFO] [stdout]     |
[INFO] [stdout] 149 | /// [`TemplateMacroRegistry`] which implements this trait.
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^ no item named `TemplateMacroRegistry` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `StatementBase::to_doc`
[INFO] [stdout]    --> src/parser/mod.rs:930:37
[INFO] [stdout]     |
[INFO] [stdout] 930 |     /// [`Self::full_text`].  Use [`StatementBase::to_doc`] to convert any
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^ the struct `StatementBase` has no field or associated item named `to_doc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::leading_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1017:11
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     /// [`Self::leading_comments`] / [`Self::trailing_comments`].
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `leading_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::trailing_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1017:40
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     /// [`Self::leading_comments`] / [`Self::trailing_comments`].
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `trailing_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::leading_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1028:11
[INFO] [stdout]      |
[INFO] [stdout] 1028 |     /// [`Self::leading_comments`].  Returns an empty iterator when
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `leading_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::leading_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1034:11
[INFO] [stdout]      |
[INFO] [stdout] 1034 |     /// [`Self::leading_comments`] / [`Self::trailing_comments`] on
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `leading_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::trailing_comments`
[INFO] [stdout]     --> src/parser/mod.rs:1034:40
[INFO] [stdout]      |
[INFO] [stdout] 1034 |     /// [`Self::leading_comments`] / [`Self::trailing_comments`] on
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^^^^^^^^^^ the struct `AnyParsedStatement` has no field or associated item named `trailing_comments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `StatementBase::to_doc`
[INFO] [stdout]    --> src/source.rs:195:11
[INFO] [stdout]     |
[INFO] [stdout] 195 |     /// [`StatementBase::to_doc`].
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ the struct `StatementBase` has no field or associated item named `to_doc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_u32_newtype` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `StatementBase::to_doc`
[INFO] [stdout]    --> src/source.rs:253:11
[INFO] [stdout]     |
[INFO] [stdout] 253 |     /// [`StatementBase::to_doc`].
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^ the struct `StatementBase` has no field or associated item named `to_doc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_u32_newtype` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/syntaqlite_syntax/index.html
[INFO] running `Command { std: "docker" "inspect" "476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94", kill_on_drop: false }`
[INFO] [stdout] 476e40e7e7cd17bafbe65d51c31c6bea4515b6a6b468b90d83cc3f5b1de10b94
