icechunk-python 0.1.0-alpha.1

Transactional storage engine for Zarr designed for use on cloud object storage
Documentation
Build #2374857 2025-08-03 03:26:07

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.91.0-nightly (a65b04d7c 2025-08-02)

# docs.rs version docsrs 0.6.0 (e18d034e 2025-07-29)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/icechunk-python-0.1.0-alpha.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/icechunk-python-0.1.0-alpha.1/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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250802-1.91.0-nightly-a65b04d7c\", \"--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] e8494a4bcc83c43f4d16f83af565aa9e8ef1128eb4f4def2811967ed495457a3 [INFO] running `Command { std: "docker" "start" "-a" "e8494a4bcc83c43f4d16f83af565aa9e8ef1128eb4f4def2811967ed495457a3", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting icechunk-python v0.1.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `icechunk::zarr` [INFO] [stderr] --> src/errors.rs:2:63 [INFO] [stderr] | [INFO] [stderr] 2 | format::IcechunkFormatError, repository::RepositoryError, zarr::StoreError, [INFO] [stderr] | ^^^^ could not find `zarr` in `icechunk` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `icechunk::storage::s3::S3Config`, `icechunk::storage::s3::StaticS3Credentials`, `icechunk::storage::virtual_ref`, `icechunk::zarr` [INFO] [stderr] --> src/storage.rs:8:14 [INFO] [stderr] | [INFO] [stderr] 8 | s3::{S3Config, S3Credentials, StaticS3Credentials}, [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | no `StaticS3Credentials` in `storage::s3` [INFO] [stderr] | | help: a similar name exists in the module: `S3Credentials` [INFO] [stderr] | no `S3Config` in `storage::s3` [INFO] [stderr] 9 | virtual_ref::ObjectStoreVirtualChunkResolverConfig, [INFO] [stderr] | ^^^^^^^^^^^ could not find `virtual_ref` in `storage` [INFO] [stderr] 10 | }, [INFO] [stderr] 11 | zarr::StorageConfig, [INFO] [stderr] | ^^^^ could not find `zarr` in `icechunk` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `icechunk::zarr` [INFO] [stderr] --> src/streams.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | use icechunk::zarr::StoreError; [INFO] [stderr] | ^^^^ could not find `zarr` in `icechunk` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `icechunk::repository::VirtualChunkLocation`, `icechunk::storage::virtual_ref`, `icechunk::zarr`, `icechunk::SnapshotMetadata` [INFO] [stderr] --> src/lib.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | repository::VirtualChunkLocation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `VirtualChunkLocation` in `repository` [INFO] [stderr] 16 | storage::virtual_ref::ObjectStoreVirtualChunkResolverConfig, [INFO] [stderr] | ^^^^^^^^^^^ could not find `virtual_ref` in `storage` [INFO] [stderr] 17 | zarr::{ [INFO] [stderr] | ^^^^ could not find `zarr` in `icechunk` [INFO] [stderr] ... [INFO] [stderr] 21 | Repository, SnapshotMetadata, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `SnapshotMetadata` in the root [INFO] [stderr] | [INFO] [stderr] = help: consider importing this struct instead: [INFO] [stderr] icechunk::format::manifest::VirtualChunkLocation [INFO] [stderr] [INFO] [stderr] error[E0603]: enum `S3Credentials` is private [INFO] [stderr] --> src/storage.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | s3::{S3Config, S3Credentials, StaticS3Credentials}, [INFO] [stderr] | ^^^^^^^^^^^^^ private enum [INFO] [stderr] | [INFO] [stderr] note: the enum `S3Credentials` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/icechunk-0.1.3/src/storage/s3.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | config::{S3Credentials, S3CredentialsFetcher, S3Options}, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: import `S3Credentials` directly [INFO] [stderr] | [INFO] [stderr] 8 | s3::{S3Config, icechunk::config::S3Credentials, StaticS3Credentials}, [INFO] [stderr] | ++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not document `icechunk-python` [INFO] running `Command { std: "docker" "inspect" "e8494a4bcc83c43f4d16f83af565aa9e8ef1128eb4f4def2811967ed495457a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8494a4bcc83c43f4d16f83af565aa9e8ef1128eb4f4def2811967ed495457a3", kill_on_drop: false }` [INFO] [stdout] e8494a4bcc83c43f4d16f83af565aa9e8ef1128eb4f4def2811967ed495457a3