sql-functions 0.1.3

A library of dialect specific SQL Functions
Documentation
Build #2679209 2025-11-22 21:03:32

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.93.0-nightly (27b076af7 2025-11-21)# docs.rs version
docsrs 0.6.0 (46df4db8 2025-11-22 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sql-functions-0.1.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sql-functions-0.1.3/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251121-1.93.0-nightly-27b076af7\", \"--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] 77e74c63d0fadd2c5934f1d23740888eaf9f0a50b3fdd4afc54f1dd75c3142c8
[INFO] running `Command { std: "docker" "start" "-a" "77e74c63d0fadd2c5934f1d23740888eaf9f0a50b3fdd4afc54f1dd75c3142c8", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking arrow-arith v51.0.0
[INFO] [stderr]     Checking blake3 v1.8.2
[INFO] [stderr]     Checking lzma-sys v0.1.20
[INFO] [stderr]    Compiling rust-embed-utils v7.8.1
[INFO] [stderr]     Checking bzip2 v0.5.2
[INFO] [stderr]     Checking datafusion-common-runtime v38.0.0
[INFO] [stderr]    Compiling chrono-tz v0.5.3
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]    Compiling rust-embed-impl v6.8.1
[INFO] [stderr]     Checking async-compression v0.4.19
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr] error[E0034]: multiple applicable items in scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-arith-51.0.0/src/temporal.rs:90:36
[INFO] [stderr]     |
[INFO] [stderr]  90 |         DatePart::Quarter => |d| d.quarter() as i32,
[INFO] [stderr]     |                                    ^^^^^^^ multiple `quarter` found
[INFO] [stderr]     |
[INFO] [stderr] note: candidate #1 is defined in the trait `ChronoDateExt`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-arith-51.0.0/src/temporal.rs:401:5
[INFO] [stderr]     |
[INFO] [stderr] 401 |     fn quarter(&self) -> u32;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: candidate #2 is defined in the trait `Datelike`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/traits.rs:47:5
[INFO] [stderr]     |
[INFO] [stderr]  47 |     fn quarter(&self) -> u32 {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: disambiguate the method for candidate #1
[INFO] [stderr]     |
[INFO] [stderr]  90 -         DatePart::Quarter => |d| d.quarter() as i32,
[INFO] [stderr]  90 +         DatePart::Quarter => |d| ChronoDateExt::quarter(&d) as i32,
[INFO] [stderr]     |
[INFO] [stderr] help: disambiguate the method for candidate #2
[INFO] [stderr]     |
[INFO] [stderr]  90 -         DatePart::Quarter => |d| d.quarter() as i32,
[INFO] [stderr]  90 +         DatePart::Quarter => |d| Datelike::quarter(&d) as i32,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0034`.
[INFO] [stderr] error: could not compile `arrow-arith` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "77e74c63d0fadd2c5934f1d23740888eaf9f0a50b3fdd4afc54f1dd75c3142c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77e74c63d0fadd2c5934f1d23740888eaf9f0a50b3fdd4afc54f1dd75c3142c8", kill_on_drop: false }`
[INFO] [stdout] 77e74c63d0fadd2c5934f1d23740888eaf9f0a50b3fdd4afc54f1dd75c3142c8