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.89.0-nightly (414482f6a 2025-05-13)# docs.rs version
docsrs 0.6.0 (d8ea4838 2025-05-14)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/datafusion-functions-array-40.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/datafusion-functions-array-40.0.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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250513-1.89.0-nightly-414482f6a\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }`
[INFO] [stdout] b84e49cf7e29f2749188177c5d15ce1126a3ad2a40fbb149224e3cb7c7f941ba
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "b84e49cf7e29f2749188177c5d15ce1126a3ad2a40fbb149224e3cb7c7f941ba", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking arrow-arith v52.2.0
[INFO] [stderr] Compiling async-trait v0.1.88
[INFO] [stderr] Checking humantime v2.2.0
[INFO] [stderr] Checking fastrand v2.3.0
[INFO] [stderr] Checking dashmap v5.5.3
[INFO] [stderr] Checking itertools v0.12.1
[INFO] [stderr] Checking uuid v1.16.0
[INFO] [stderr] Checking tempfile v3.20.0
[INFO] [stderr] Checking hex v0.4.3
[INFO] [stderr] error[E0034]: multiple applicable items in scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-arith-52.2.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-52.2.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.41/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" "b84e49cf7e29f2749188177c5d15ce1126a3ad2a40fbb149224e3cb7c7f941ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b84e49cf7e29f2749188177c5d15ce1126a3ad2a40fbb149224e3cb7c7f941ba", kill_on_drop: false }`
[INFO] [stdout] b84e49cf7e29f2749188177c5d15ce1126a3ad2a40fbb149224e3cb7c7f941ba