[INFO] fetching crate syntaqlite-syntax 0.9.0...
[INFO] documenting syntaqlite-syntax-0.9.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate syntaqlite-syntax 0.9.0 into /workspace/builds/worker-6-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate syntaqlite-syntax 0.9.0 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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] eee18d4c5d214c21f798905d70505aeb86d42f32940aeb8a641db2acd0f8b5af
[INFO] running `Command { std: "docker" "start" "eee18d4c5d214c21f798905d70505aeb86d42f32940aeb8a641db2acd0f8b5af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eee18d4c5d214c21f798905d70505aeb86d42f32940aeb8a641db2acd0f8b5af", 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" "eee18d4c5d214c21f798905d70505aeb86d42f32940aeb8a641db2acd0f8b5af" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eee18d4c5d214c21f798905d70505aeb86d42f32940aeb8a641db2acd0f8b5af", 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" "eee18d4c5d214c21f798905d70505aeb86d42f32940aeb8a641db2acd0f8b5af" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "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] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/sqlite/dialect.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / pub struct Dialect {
[INFO] [stdout] 16 | |     raw: AnyDialect,
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Most code should not need to call `dialect()` directly; the top-level [`crate::Parser`]`
[INFO] [stdout]    = help: ends near `The dialect handle.`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[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] error: could not document `syntaqlite-syntax`
[INFO] running `Command { std: "docker" "inspect" "eee18d4c5d214c21f798905d70505aeb86d42f32940aeb8a641db2acd0f8b5af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eee18d4c5d214c21f798905d70505aeb86d42f32940aeb8a641db2acd0f8b5af", kill_on_drop: false }`
[INFO] [stdout] eee18d4c5d214c21f798905d70505aeb86d42f32940aeb8a641db2acd0f8b5af
