[INFO] fetching crate tpt-archon-relational 0.1.0...
[INFO] documenting tpt-archon-relational-0.1.0 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate tpt-archon-relational 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate tpt-archon-relational 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tpt-archon-relational 0.1.0
[INFO] tweaked toml for crates.io crate tpt-archon-relational 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tpt-archon-relational 0.1.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 tpt-archon-relational 0.1.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] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tpt-archon-bridge v0.1.0
[INFO] [stderr]   Downloaded tpt-gpu-ir-spec v0.1.0
[INFO] [stderr]   Downloaded tpt-archon-core v0.1.0
[INFO] [stderr]   Downloaded tpt-archon-kernel v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221
[INFO] running `Command { std: "docker" "start" "efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221", 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" "efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221", 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" "efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking tpt-archon-core v0.1.0
[INFO] [stderr]     Checking tpt-archon-bridge v0.1.0
[INFO] [stderr]     Checking tpt-archon-kernel v0.1.0
[INFO] [stderr]  Documenting tpt-archon-relational v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `database` links to private item `schema`
[INFO] [stdout]   --> src/database/mod.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! Submodules: [`schema`] (`ColumnType`/`Schema`/`DbError`), [`codec`] (the
[INFO] [stdout]    |                   ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `codec`
[INFO] [stdout]   --> src/database/mod.rs:13:65
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! Submodules: [`schema`] (`ColumnType`/`Schema`/`DbError`), [`codec`] (the
[INFO] [stdout]    |                                                                 ^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `storage`
[INFO] [stdout]   --> src/database/mod.rs:14:53
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! row TLV codec and MVCC write-buffer tagging), [`storage`]
[INFO] [stdout]    |                                                     ^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `TableStorage`
[INFO] [stdout]   --> src/database/mod.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! ([`TableStorage`] and its vector-index maintenance), [`txn`]
[INFO] [stdout]    |        ^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `txn`
[INFO] [stdout]   --> src/database/mod.rs:15:60
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! ([`TableStorage`] and its vector-index maintenance), [`txn`]
[INFO] [stdout]    |                                                            ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `ddl`
[INFO] [stdout]   --> src/database/mod.rs:16:38
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! (`BEGIN`/`COMMIT`/`ROLLBACK`), [`ddl`] (`CREATE`/`ALTER TABLE`,
[INFO] [stdout]    |                                      ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `dml`
[INFO] [stdout]   --> src/database/mod.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! `CREATE`/`DROP VIEW`), [`dml`] (`INSERT`/`UPDATE`/`DELETE`), [`subquery`]
[INFO] [stdout]    |                              ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `subquery`
[INFO] [stdout]   --> src/database/mod.rs:17:68
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! `CREATE`/`DROP VIEW`), [`dml`] (`INSERT`/`UPDATE`/`DELETE`), [`subquery`]
[INFO] [stdout]    |                                                                    ^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `select`
[INFO] [stdout]   --> src/database/mod.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! `WHERE`/`HAVING`), and [`select`] (`SELECT`, including vector top-k). Only
[INFO] [stdout]    |                              ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `value`
[INFO] [stdout]  --> src/executor/mod.rs:9:55
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Submodules mirror the file's original sections: [`value`] (the row/table
[INFO] [stdout]   |                                                       ^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `expr`
[INFO] [stdout]   --> src/executor/mod.rs:10:43
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! data model and literal conversion), [`expr`] (`WHERE`/`HAVING` expression
[INFO] [stdout]    |                                           ^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `aggregate`
[INFO] [stdout]   --> src/executor/mod.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! evaluation), [`aggregate`] (`GROUP BY` + aggregate functions), [`window`]
[INFO] [stdout]    |                    ^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `window`
[INFO] [stdout]   --> src/executor/mod.rs:11:70
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! evaluation), [`aggregate`] (`GROUP BY` + aggregate functions), [`window`]
[INFO] [stdout]    |                                                                      ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `exec`
[INFO] [stdout]   --> src/executor/mod.rs:12:40
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! (`OVER (...)` window functions), [`exec`] (walking a
[INFO] [stdout]    |                                        ^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `vector`
[INFO] [stdout]   --> src/executor/mod.rs:13:57
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! [`PlanNode`](crate::planner::PlanNode) tree), and [`vector`] (embedding
[INFO] [stdout]    |                                                         ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `aggregate_table` links to private item `crate::database::Database::run_select`
[INFO] [stdout]   --> src/executor/aggregate.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 | /// [`Database::run_select`](crate::database::Database::run_select)'s
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `eval_expr_scoped` links to private item `find_value`
[INFO] [stdout]   --> src/executor/expr.rs:89:50
[INFO] [stdout]    |
[INFO] [stdout] 89 | /// correlated-subquery column resolution (see [`find_value`]).
[INFO] [stdout]    |                                                  ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `ast`
[INFO] [stdout]   --> src/parser/mod.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! Submodules mirror the grammar: [`ast`] (types), [`lexer`] (tokenizer),
[INFO] [stdout]    |                                      ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `lexer`
[INFO] [stdout]   --> src/parser/mod.rs:24:55
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! Submodules mirror the grammar: [`ast`] (types), [`lexer`] (tokenizer),
[INFO] [stdout]    |                                                       ^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `expr`
[INFO] [stdout]   --> src/parser/mod.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | //! [`expr`] (`WHERE`/`HAVING` expressions), [`ddl`] (`CREATE`/`ALTER TABLE`),
[INFO] [stdout]    |       ^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `ddl`
[INFO] [stdout]   --> src/parser/mod.rs:25:48
[INFO] [stdout]    |
[INFO] [stdout] 25 | //! [`expr`] (`WHERE`/`HAVING` expressions), [`ddl`] (`CREATE`/`ALTER TABLE`),
[INFO] [stdout]    |                                                ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `dml`
[INFO] [stdout]   --> src/parser/mod.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! [`dml`] (`INSERT`/`UPDATE`/`DELETE`), and [`select`] (`SELECT`/`WITH`).
[INFO] [stdout]    |       ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `select`
[INFO] [stdout]   --> src/parser/mod.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! [`dml`] (`INSERT`/`UPDATE`/`DELETE`), and [`select`] (`SELECT`/`WITH`).
[INFO] [stdout]    |                                                 ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `ast`
[INFO] [stdout]   --> src/parser/mod.rs:27:47
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! Only the two entry points below and the [`ast`] types are part of the
[INFO] [stdout]    |                                               ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ALL`
[INFO] [stdout]    --> src/parser/ast.rs:546:16
[INFO] [stdout]     |
[INFO] [stdout] 546 |     /// UNION [ALL]. The bool is true for ALL.
[INFO] [stdout]     |                ^^^ no item named `ALL` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/database/mod.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! in a [`BTree`](tpt_archon_core::btree::BTree) from `tpt-archon-core` (which
[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] 5 - //! in a [`BTree`](tpt_archon_core::btree::BTree) from `tpt-archon-core` (which
[INFO] [stdout] 5 + //! in a [`BTree`] from `tpt-archon-core` (which
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/tpt_archon_relational/index.html
[INFO] running `Command { std: "docker" "inspect" "efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221", 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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221" "/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 tpt-archon-relational v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `database` links to private item `schema`
[INFO] [stdout]   --> src/database/mod.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! Submodules: [`schema`] (`ColumnType`/`Schema`/`DbError`), [`codec`] (the
[INFO] [stdout]    |                   ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `codec`
[INFO] [stdout]   --> src/database/mod.rs:13:65
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! Submodules: [`schema`] (`ColumnType`/`Schema`/`DbError`), [`codec`] (the
[INFO] [stdout]    |                                                                 ^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `storage`
[INFO] [stdout]   --> src/database/mod.rs:14:53
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! row TLV codec and MVCC write-buffer tagging), [`storage`]
[INFO] [stdout]    |                                                     ^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `TableStorage`
[INFO] [stdout]   --> src/database/mod.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! ([`TableStorage`] and its vector-index maintenance), [`txn`]
[INFO] [stdout]    |        ^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `txn`
[INFO] [stdout]   --> src/database/mod.rs:15:60
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! ([`TableStorage`] and its vector-index maintenance), [`txn`]
[INFO] [stdout]    |                                                            ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `ddl`
[INFO] [stdout]   --> src/database/mod.rs:16:38
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! (`BEGIN`/`COMMIT`/`ROLLBACK`), [`ddl`] (`CREATE`/`ALTER TABLE`,
[INFO] [stdout]    |                                      ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `dml`
[INFO] [stdout]   --> src/database/mod.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! `CREATE`/`DROP VIEW`), [`dml`] (`INSERT`/`UPDATE`/`DELETE`), [`subquery`]
[INFO] [stdout]    |                              ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `subquery`
[INFO] [stdout]   --> src/database/mod.rs:17:68
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! `CREATE`/`DROP VIEW`), [`dml`] (`INSERT`/`UPDATE`/`DELETE`), [`subquery`]
[INFO] [stdout]    |                                                                    ^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `database` links to private item `select`
[INFO] [stdout]   --> src/database/mod.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! `WHERE`/`HAVING`), and [`select`] (`SELECT`, including vector top-k). Only
[INFO] [stdout]    |                              ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `value`
[INFO] [stdout]  --> src/executor/mod.rs:9:55
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Submodules mirror the file's original sections: [`value`] (the row/table
[INFO] [stdout]   |                                                       ^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `expr`
[INFO] [stdout]   --> src/executor/mod.rs:10:43
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! data model and literal conversion), [`expr`] (`WHERE`/`HAVING` expression
[INFO] [stdout]    |                                           ^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `aggregate`
[INFO] [stdout]   --> src/executor/mod.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! evaluation), [`aggregate`] (`GROUP BY` + aggregate functions), [`window`]
[INFO] [stdout]    |                    ^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `window`
[INFO] [stdout]   --> src/executor/mod.rs:11:70
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! evaluation), [`aggregate`] (`GROUP BY` + aggregate functions), [`window`]
[INFO] [stdout]    |                                                                      ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `exec`
[INFO] [stdout]   --> src/executor/mod.rs:12:40
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! (`OVER (...)` window functions), [`exec`] (walking a
[INFO] [stdout]    |                                        ^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `executor` links to private item `vector`
[INFO] [stdout]   --> src/executor/mod.rs:13:57
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! [`PlanNode`](crate::planner::PlanNode) tree), and [`vector`] (embedding
[INFO] [stdout]    |                                                         ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `aggregate_table` links to private item `crate::database::Database::run_select`
[INFO] [stdout]   --> src/executor/aggregate.rs:32:30
[INFO] [stdout]    |
[INFO] [stdout] 32 | /// [`Database::run_select`](crate::database::Database::run_select)'s
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `eval_expr_scoped` links to private item `find_value`
[INFO] [stdout]   --> src/executor/expr.rs:89:50
[INFO] [stdout]    |
[INFO] [stdout] 89 | /// correlated-subquery column resolution (see [`find_value`]).
[INFO] [stdout]    |                                                  ^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `ast`
[INFO] [stdout]   --> src/parser/mod.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! Submodules mirror the grammar: [`ast`] (types), [`lexer`] (tokenizer),
[INFO] [stdout]    |                                      ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `lexer`
[INFO] [stdout]   --> src/parser/mod.rs:24:55
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! Submodules mirror the grammar: [`ast`] (types), [`lexer`] (tokenizer),
[INFO] [stdout]    |                                                       ^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `expr`
[INFO] [stdout]   --> src/parser/mod.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | //! [`expr`] (`WHERE`/`HAVING` expressions), [`ddl`] (`CREATE`/`ALTER TABLE`),
[INFO] [stdout]    |       ^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `ddl`
[INFO] [stdout]   --> src/parser/mod.rs:25:48
[INFO] [stdout]    |
[INFO] [stdout] 25 | //! [`expr`] (`WHERE`/`HAVING` expressions), [`ddl`] (`CREATE`/`ALTER TABLE`),
[INFO] [stdout]    |                                                ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `dml`
[INFO] [stdout]   --> src/parser/mod.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! [`dml`] (`INSERT`/`UPDATE`/`DELETE`), and [`select`] (`SELECT`/`WITH`).
[INFO] [stdout]    |       ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `select`
[INFO] [stdout]   --> src/parser/mod.rs:26:49
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! [`dml`] (`INSERT`/`UPDATE`/`DELETE`), and [`select`] (`SELECT`/`WITH`).
[INFO] [stdout]    |                                                 ^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `ast`
[INFO] [stdout]   --> src/parser/mod.rs:27:47
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! Only the two entry points below and the [`ast`] types are part of the
[INFO] [stdout]    |                                               ^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ALL`
[INFO] [stdout]    --> src/parser/ast.rs:546:16
[INFO] [stdout]     |
[INFO] [stdout] 546 |     /// UNION [ALL]. The bool is true for ALL.
[INFO] [stdout]     |                ^^^ no item named `ALL` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/database/mod.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! in a [`BTree`](tpt_archon_core::btree::BTree) from `tpt-archon-core` (which
[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] 5 - //! in a [`BTree`](tpt_archon_core::btree::BTree) from `tpt-archon-core` (which
[INFO] [stdout] 5 + //! in a [`BTree`] from `tpt-archon-core` (which
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/tpt_archon_relational/index.html
[INFO] running `Command { std: "docker" "inspect" "efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221", kill_on_drop: false }`
[INFO] [stdout] efb29f26017d2c4016806d5f8808c52c0e3bc851f56c3953df27e8863e590221
