Build #1647321 2025-01-19 21:58:35
# rustc version
rustc 1.86.0-nightly (049355708 2025-01-18)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/duckdb-queryscript-0.7.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/duckdb-queryscript-0.7.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250118-1.86.0-nightly-049355708\", \"--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}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 7eacc0f64ba055c4ad77718c0a52965845a26018b11ab57429fbd6ca9eb5735e
[INFO] running `Command { std: "docker" "start" "-a" "7eacc0f64ba055c4ad77718c0a52965845a26018b11ab57429fbd6ca9eb5735e", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: appender, basic, parquet
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting duckdb-queryscript v0.7.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `time`
[INFO] [stderr] --> src/types/mod.rs:38:5
[INFO] [stderr] |
[INFO] [stderr] 38 | feature = "time",
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `buildtime_bindgen`, `bundled`, `byteorder`, `chrono`, `csv`, `default`, `extensions-full`, `httpfs`, `json`, `lazy_static`, `modern-full`, `parquet`, `r2d2`, `serde_json`, `url`, and `uuid`
[INFO] [stderr] = help: consider adding `time` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `column_decltype`
[INFO] [stderr] --> src/column.rs:127:11
[INFO] [stderr] |
[INFO] [stderr] 127 | #[cfg(feature = "column_decltype")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `buildtime_bindgen`, `bundled`, `byteorder`, `chrono`, `csv`, `default`, `extensions-full`, `httpfs`, `json`, `lazy_static`, `modern-full`, `parquet`, `r2d2`, `serde_json`, `url`, and `uuid`
[INFO] [stderr] = help: consider adding `column_decltype` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ParamsFromIter`
[INFO] [stderr] --> src/appender_params.rs:55:45
[INFO] [stderr] |
[INFO] [stderr] 55 | /// ToSql]` or if none of those work, [`ParamsFromIter`].
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `ParamsFromIter` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ParamsFromIter`
[INFO] [stderr] --> src/appender_params.rs:113:17
[INFO] [stderr] |
[INFO] [stderr] 113 | /// - Use the [`ParamsFromIter`] type. This essentially lets you wrap an
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `ParamsFromIter` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ParamsFromIter`
[INFO] [stderr] --> src/appender_params.rs:117:11
[INFO] [stderr] |
[INFO] [stderr] 117 | /// the [`ParamsFromIter`] documentation for more info / examples.
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `ParamsFromIter` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Params`
[INFO] [stderr] --> src/appender_params.rs:181:7
[INFO] [stderr] |
[INFO] [stderr] 181 | /// [`Params`].
[INFO] [stderr] | ^^^^^^ no item named `Params` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `params_from_iter`
[INFO] [stderr] --> src/appender_params.rs:183:37
[INFO] [stderr] |
[INFO] [stderr] 183 | /// This struct is created by the [`params_from_iter`] function.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `params_from_iter` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Statement::exists`
[INFO] [stderr] --> src/appender_params.rs:217:53
[INFO] [stderr] |
[INFO] [stderr] 217 | /// Here's how you'd use `ParamsFromIter` to call [`Statement::exists`] with a
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `Statement` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `crate::Connection::limit`
[INFO] [stderr] --> src/appender_params.rs:269:15
[INFO] [stderr] |
[INFO] [stderr] 269 | /// [limits]: crate::Connection::limit
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Connection` has no field or associated item named `limit`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ParamsFromIter`
[INFO] [stderr] --> src/appender_params.rs:278:34
[INFO] [stderr] |
[INFO] [stderr] 278 | /// Constructor function for a [`ParamsFromIter`]. See its documentation for
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `ParamsFromIter` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `AUTOMATIC`
[INFO] [stderr] --> src/config.rs:59:39
[INFO] [stderr] |
[INFO] [stderr] 59 | /// Access mode of the database ([AUTOMATIC], READ_ONLY or READ_WRITE)
[INFO] [stderr] | ^^^^^^^^^ no item named `AUTOMATIC` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ASC`
[INFO] [stderr] --> src/config.rs:65:54
[INFO] [stderr] |
[INFO] [stderr] 65 | /// The order type used when none is specified ([ASC] or DESC)
[INFO] [stderr] | ^^^ no item named `ASC` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `NULLS_FIRST`
[INFO] [stderr] --> src/config.rs:71:53
[INFO] [stderr] |
[INFO] [stderr] 71 | /// Null ordering used when none is specified ([NULLS_FIRST] or NULLS_LAST)
[INFO] [stderr] | ^^^^^^^^^^^ no item named `NULLS_FIRST` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `crate::Connection::limit`
[INFO] [stderr] --> src/params.rs:269:15
[INFO] [stderr] |
[INFO] [stderr] 269 | /// [limits]: crate::Connection::limit
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Connection` has no field or associated item named `limit`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `params`
[INFO] [stderr] --> src/statement.rs:154:45
[INFO] [stderr] |
[INFO] [stderr] 154 | /// Or, equivalently (but without the [`params!`] macro).
[INFO] [stderr] | ^^^^^^^ no item named `params` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `params` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `new` links to private item `Transaction::new_unchecked`
[INFO] [stderr] --> src/transaction.rs:104:39
[INFO] [stderr] |
[INFO] [stderr] 104 | /// where this is unacceptable, [`Transaction::new_unchecked`] is available.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `unchecked_transaction` links to private item `Transaction::new_unchecked`
[INFO] [stderr] --> src/transaction.rs:422:47
[INFO] [stderr] |
[INFO] [stderr] 422 | /// See [`Connection::transaction`] and [`Transaction::new_unchecked`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Error::ToSqlConversionFailure`
[INFO] [stderr] --> src/types/to_sql.rs:74:7
[INFO] [stderr] |
[INFO] [stderr] 74 | /// [`Error::ToSqlConversionFailure`] if the conversion fails.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Error` in scope
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/config.rs:48:14
[INFO] [stderr] |
[INFO] [stderr] 48 | /// Refer to https://github.com/duckdb/duckdb/blob/master/src/main/config.cpp
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 48 | /// Refer to <https://github.com/duckdb/duckdb/blob/master/src/main/config.cpp>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `duckdb-queryscript` (lib doc) generated 19 warnings (run `cargo fix --lib -p duckdb-queryscript` to apply 1 suggestion)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] [stderr] Generated /opt/rustwide/target/i686-unknown-linux-gnu/doc/duckdb/index.html
[INFO] running `Command { std: "docker" "inspect" "7eacc0f64ba055c4ad77718c0a52965845a26018b11ab57429fbd6ca9eb5735e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7eacc0f64ba055c4ad77718c0a52965845a26018b11ab57429fbd6ca9eb5735e", kill_on_drop: false }`
[INFO] [stdout] 7eacc0f64ba055c4ad77718c0a52965845a26018b11ab57429fbd6ca9eb5735e