basex 0.7.0

A client library for BaseX XQuery databases.
Documentation
Build #1548867 2024-11-17 03:03:07
# rustc version
rustc 1.84.0-nightly (f2a35426b 2024-11-16)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/basex-0.7.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/basex-0.7.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--document-private-items\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241116-1.84.0-nightly-f2a35426b\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ba71b3b4e9bbd1feab5dedf78f161acc53697e8ac4ee6bb44d099fda3705ac53
[INFO] running `Command { std: "docker" "start" "-a" "ba71b3b4e9bbd1feab5dedf78f161acc53697e8ac4ee6bb44d099fda3705ac53", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting basex v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: public documentation for `query` links to private item `self::QueryWithOptionalInfo::with_info`
[INFO] [stderr]    --> src/client/client.rs:279:24
[INFO] [stderr]     |
[INFO] [stderr] 279 |     /// [`with_info`]: self::QueryWithOptionalInfo::with_info
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stderr]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `query` links to private item `self::QueryWithOptionalInfo::without_info`
[INFO] [stderr]    --> src/client/client.rs:280:27
[INFO] [stderr]     |
[INFO] [stderr] 280 |     /// [`without_info`]: self::QueryWithOptionalInfo::without_info
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `self::CommandWithOptionalInput::with_input`
[INFO] [stderr]   --> src/query/query.rs:38:21
[INFO] [stderr]    |
[INFO] [stderr] 38 | /// [`with_input`]: self::CommandWithOptionalInput::with_input
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `CommandWithOptionalInput` in module `query`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `self::CommandWithOptionalInput::without_input`
[INFO] [stderr]   --> src/query/query.rs:39:24
[INFO] [stderr]    |
[INFO] [stderr] 39 | /// [`without_input`]: self::CommandWithOptionalInput::without_input
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `CommandWithOptionalInput` in module `query`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `bind` links to private item `self::ArgumentWithOptionalValue::with_value`
[INFO] [stderr]    --> src/query/query.rs:148:25
[INFO] [stderr]     |
[INFO] [stderr] 148 |     /// [`with_value`]: self::ArgumentWithOptionalValue::with_value
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `bind` links to private item `self::ArgumentWithOptionalValue::without_value`
[INFO] [stderr]    --> src/query/query.rs:149:28
[INFO] [stderr]     |
[INFO] [stderr] 149 |     /// [`without_value`]: self::ArgumentWithOptionalValue::without_value
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `super::analysis::Info`
[INFO] [stderr]    --> src/query/query.rs:342:19
[INFO] [stderr]     |
[INFO] [stderr] 342 |     /// [`Info`]: super::analysis::Info
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^ no item named `analysis` in module `query`
[INFO] [stderr] 
[INFO] [stderr] warning: `basex` (lib doc) generated 7 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/basex/index.html
[INFO] running `Command { std: "docker" "inspect" "ba71b3b4e9bbd1feab5dedf78f161acc53697e8ac4ee6bb44d099fda3705ac53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba71b3b4e9bbd1feab5dedf78f161acc53697e8ac4ee6bb44d099fda3705ac53", kill_on_drop: false }`
[INFO] [stdout] ba71b3b4e9bbd1feab5dedf78f161acc53697e8ac4ee6bb44d099fda3705ac53