arrow2 0.18.0

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
Build #913918 2023-09-17T08:03:16.393591+00:00
# rustc version
rustc 1.74.0-nightly (7d9bce327 2023-09-16)# docs.rs version
docsrs 0.6.0 (b2c47fa7 2023-09-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/arrow2-0.18.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/arrow2-0.18.0/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:8d77639b970c52ec67607038b3ec48894629de24504b62a68269497566821cc0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "full" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230916-1.74.0-nightly-7d9bce327\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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] f10c042ee9ff6b8916728d4f9542c40b42e9f5179cd3877d68fa476007e86732
[INFO] running `Command { std: "docker" "start" "-a" "f10c042ee9ff6b8916728d4f9542c40b42e9f5179cd3877d68fa476007e86732", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: parquet_read, avro_read_async, orc_read, cow, json_read, csv_write_parallel, growable, ffi, io_odbc, parquet_write_async, json_write, arithmetics, ipc_file_write, csv_read_async, csv_read, ndjson_read, parquet_read_async, ipc_file_mmap, csv_write, ipc_file_read, avro_read, csv_read_parallel, extension, avro_kafka, metadata, parquet_write, ndjson_write, avro_write
[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 arrow2 v0.18.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `V::IterValue`
[INFO] [stderr]    --> src/array/dictionary/mod.rs:247:51
[INFO] [stderr]     |
[INFO] [stderr] 247 |     /// Returns an iterator over the the values [`V::IterValue`].
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^ no item named `V` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Buffer`
[INFO] [stderr]    --> src/array/list/mod.rs:175:23
[INFO] [stderr]     |
[INFO] [stderr] 175 |     /// The offsets [`Buffer`].
[INFO] [stderr]     |                       ^^^^^^ no item named `Buffer` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `ArrayValuesIter` links to private item `ArrayAccessor`
[INFO] [stderr]   --> src/array/iterator.rs:19:32
[INFO] [stderr]    |
[INFO] [stderr] 19 | /// Iterator of values of an [`ArrayAccessor`].
[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: unresolved link to `ArrayData`
[INFO] [stderr]    --> src/array/mod.rs:406:39
[INFO] [stderr]     |
[INFO] [stderr] 406 |     /// Convert this [`Array`] into [`ArrayData`]
[INFO] [stderr]     |                                       ^^^^^^^^^ no item named `ArrayData` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ArrayData`
[INFO] [stderr]    --> src/array/mod.rs:409:38
[INFO] [stderr]     |
[INFO] [stderr] 409 |     /// Create this [`Array`] from [`ArrayData`]
[INFO] [stderr]     |                                      ^^^^^^^^^ no item named `ArrayData` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `arrow::row`
[INFO] [stderr]   --> src/compute/sort/row/mod.rs:20:44
[INFO] [stderr]    |
[INFO] [stderr] 20 | //! **This module is an arrow2 version of [arrow::row]:[https://docs.rs/arrow/latest/arrow/row/index.html]**
[INFO] [stderr]    |                                            ^^^^^^^^^^ no item named `arrow` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `infer_records_schema`
[INFO] [stderr]    --> src/io/json/read/deserialize.rs:644:7
[INFO] [stderr]     |
[INFO] [stderr] 644 | /// [`infer_records_schema`].
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^ no item named `infer_records_schema` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]   --> src/bitmap/bitmap_ops.rs:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 | /// Creates a [Vec<u8>] from an [`Iterator`] of [`BitChunk`].
[INFO] [stderr]    |                   ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]    |
[INFO] [stderr] 11 | /// Creates a [`Vec<u8>`] from an [`Iterator`] of [`BitChunk`].
[INFO] [stderr]    |                +       +
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/scalar/mod.rs:1:85
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! contains the [`Scalar`] trait object representing individual items of [`Array`](crate::array::Array)s,
[INFO] [stderr]   |                                                                            -------  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                                                            |
[INFO] [stderr]   |                                                                            because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr]   = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! contains the [`Scalar`] trait object representing individual items of [`Array`]s,
[INFO] [stderr]   |                                                                           ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/compute/arithmetics/mod.rs:1:61
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! Defines basic arithmetic kernels for [`PrimitiveArray`](crate::array::PrimitiveArray)s.
[INFO] [stderr]   |                                           ----------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                           |
[INFO] [stderr]   |                                           because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! Defines basic arithmetic kernels for [`PrimitiveArray`]s.
[INFO] [stderr]   |                                          ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/compute/arithmetics/mod.rs:4:40
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! be performed on [`PrimitiveArray`](crate::array::PrimitiveArray).
[INFO] [stderr]   |                      ----------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                      |
[INFO] [stderr]   |                      because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! be performed on [`PrimitiveArray`].
[INFO] [stderr]   |                     ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/compute/sort/row/mod.rs:20:57
[INFO] [stderr]    |
[INFO] [stderr] 20 | //! **This module is an arrow2 version of [arrow::row]:[https://docs.rs/arrow/latest/arrow/row/index.html]**
[INFO] [stderr]    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/arrow/latest/arrow/row/index.html>`
[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] 
[INFO] [stderr] warning: unclosed HTML tag `O`
[INFO] [stderr]   --> src/compute/substring.rs:27:24
[INFO] [stderr]    |
[INFO] [stderr] 27 | /// Returns a Utf8Array<O> with a substring starting from `start` and with optional length `length` of each of the elements in `array`.
[INFO] [stderr]    |                        ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]    |
[INFO] [stderr] 27 | /// Returns a `Utf8Array<O>` with a substring starting from `start` and with optional length `length` of each of the elements in `array`.
[INFO] [stderr]    |               +            +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `O`
[INFO] [stderr]   --> src/compute/substring.rs:77:26
[INFO] [stderr]    |
[INFO] [stderr] 77 | /// Returns a BinaryArray<O> with a substring starting from `start` and with optional length `length` of each of the elements in `array`.
[INFO] [stderr]    |                          ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]    |
[INFO] [stderr] 77 | /// Returns a `BinaryArray<O>` with a substring starting from `start` and with optional length `length` of each of the elements in `array`.
[INFO] [stderr]    |               +              +
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/io/ipc/read/mod.rs:3:59
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! The two important structs here are the [`FileReader`](reader::FileReader),
[INFO] [stderr]   |                                             ------------  ^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                             |
[INFO] [stderr]   |                                             because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! The two important structs here are the [`FileReader`],
[INFO] [stderr]   |                                            ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/io/ipc/read/mod.rs:5:22
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! [`StreamReader`](stream::StreamReader), which only supports reading
[INFO] [stderr]   |      --------------  ^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |      |
[INFO] [stderr]   |      because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! [`StreamReader`], which only supports reading
[INFO] [stderr]   |     ~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/ffi/mod.rs:1:58
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! contains FFI bindings to import and export [`Array`](crate::array::Array) via
[INFO] [stderr]   |                                                 -------  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                                 |
[INFO] [stderr]   |                                                 because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! contains FFI bindings to import and export [`Array`] via
[INFO] [stderr]   |                                                ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `arrow2` (lib doc) generated 17 warnings (run `cargo fix --lib -p arrow2` to apply 1 suggestion)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 3.35s
[INFO] running `Command { std: "docker" "inspect" "f10c042ee9ff6b8916728d4f9542c40b42e9f5179cd3877d68fa476007e86732", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f10c042ee9ff6b8916728d4f9542c40b42e9f5179cd3877d68fa476007e86732", kill_on_drop: false }`
[INFO] [stdout] f10c042ee9ff6b8916728d4f9542c40b42e9f5179cd3877d68fa476007e86732