# rustc version rustc 1.98.0-nightly (61d7280f3 2026-06-06)
# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )
# build log [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" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "e6b52d1ae5367b0d75933590809d3cac8b70646177f05582d764f9433282a7de" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260606-1.98.0-nightly-61d7280f3\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting nodedb-sql v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `parse` is both a function and a module [INFO] [stderr] --> src/ddl_ast/mod.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | //! The parser ([`parse`]) converts raw SQL into a `NodedbStatement` [INFO] [stderr] | ^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 10 | //! The parser ([`parse()`]) converts raw SQL into a `NodedbStatement` [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 10 | //! The parser ([`mod@parse`]) converts raw SQL into a `NodedbStatement` [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `super::dispatch` is both a function and a module [INFO] [stderr] --> src/visitor/plan_visitor/trait_def.rs:27:48 [INFO] [stderr] | [INFO] [stderr] 27 | /// Implement this trait and call [`dispatch`](super::dispatch) to route plans. [INFO] [stderr] | ^^^^^^^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 27 | /// Implement this trait and call [`dispatch`](super::dispatch()) to route plans. [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 27 | /// Implement this trait and call [`dispatch`](mod@super::dispatch) to route plans. [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `nodedb-sql` (lib doc) generated 2 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/nodedb_sql/index.html [INFO] running `Command { std: "docker" "inspect" "e6b52d1ae5367b0d75933590809d3cac8b70646177f05582d764f9433282a7de", kill_on_drop: false }`