Build #508771 2022-02-13T11:58:43.277210+00:00
# rustc version
rustc 1.60.0-nightly (5d8767cb2 2022-02-12)# docs.rs version
docsrs 0.6.0 (5c3b689 2022-02-01)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/arrow-9.0.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/arrow-9.0.2/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220212-1.60.0-nightly-5d8767cb2\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--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] e9fc33a67bb96d458344c0dce33302c52c62d7f75cc413fb026c9c22bf6f07c6
[INFO] running `Command { std: "docker" "start" "-a" "e9fc33a67bb96d458344c0dce33302c52c62d7f75cc413fb026c9c22bf6f07c6", kill_on_drop: false }`
[INFO] [stderr] Documenting arrow v9.0.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `FixedSizeBinaryArray`
[INFO] [stderr] --> src/array/array_list.rs:346:61
[INFO] [stderr] |
[INFO] [stderr] 346 | /// For non generic lists, you may wish to consider using [`FixedSizeBinaryArray`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `FixedSizeBinaryArray` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ListArray`
[INFO] [stderr] --> src/array/array_map.rs:32:33
[INFO] [stderr] |
[INFO] [stderr] 32 | /// [MapArray] is physically a [ListArray] that has a [StructArray]
[INFO] [stderr] | ^^^^^^^^^ no item named `ListArray` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `StructArray`
[INFO] [stderr] --> src/array/array_map.rs:32:56
[INFO] [stderr] |
[INFO] [stderr] 32 | /// [MapArray] is physically a [ListArray] that has a [StructArray]
[INFO] [stderr] | ^^^^^^^^^^^ no item named `StructArray` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `UnionBuilder`
[INFO] [stderr] --> src/array/array_union.rs:35:7
[INFO] [stderr] |
[INFO] [stderr] 35 | /// [`UnionBuilder`]can be used to create `UnionArray`'s of primitive types. `UnionArray`'s of nested
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `UnionBuilder` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `validate_full`
[INFO] [stderr] --> src/array/data.rs:591:15
[INFO] [stderr] |
[INFO] [stderr] 591 | /// See [`validate_full`] to validate fully the offset content
[INFO] [stderr] | ^^^^^^^^^^^^^ no item named `validate_full` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `MutableArray::new`
[INFO] [stderr] --> src/array/transform/mod.rs:387:21
[INFO] [stderr] |
[INFO] [stderr] 387 | /// Similar to [MutableArray::new], but lets users define the preallocated capacities of the array.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `MutableArray` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `MutableArray::new`
[INFO] [stderr] --> src/array/transform/mod.rs:388:19
[INFO] [stderr] |
[INFO] [stderr] 388 | /// See also [MutableArray::new] for more information on the arguments.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `MutableArray` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `self::datatypes::Timestamp`
[INFO] [stderr] --> src/array/mod.rs:329:29
[INFO] [stderr] |
[INFO] [stderr] 329 | /// See also [`Timestamp.`](crate::datatypes::Timestamp)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Timestamp` in module `datatypes`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Ffi_ArrowSchema`
[INFO] [stderr] --> src/ffi.rs:151:24
[INFO] [stderr] |
[INFO] [stderr] 151 | /// create a new [`Ffi_ArrowSchema`]. This fails if the fields' [`DataType`] is not supported.
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `Ffi_ArrowSchema` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `ArrowArray` links to private item `FFI_ArrowArray::release`
[INFO] [stderr] --> src/ffi.rs:641:14
[INFO] [stderr] |
[INFO] [stderr] 641 | /// calling [FFI_ArrowArray::release] and [FFI_ArrowSchema::release] accordingly.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: public documentation for `ArrowArray` links to private item `FFI_ArrowSchema::release`
[INFO] [stderr] --> src/ffi.rs:641:44
[INFO] [stderr] |
[INFO] [stderr] 641 | /// calling [FFI_ArrowArray::release] and [FFI_ArrowSchema::release] accordingly.
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr] |
[INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/array/data.rs:921:42
[INFO] [stderr] |
[INFO] [stderr] 921 | /// 1. Union type_ids are valid (see https://github.com/apache/arrow-rs/issues/85)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/apache/arrow-rs/issues/85>`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/csv/reader.rs:316:9
[INFO] [stderr] |
[INFO] [stderr] 316 | /// https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/csv/reader.rs:1145:9
[INFO] [stderr] |
[INFO] [stderr] 1145 | /// https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/datatypes/ffi.rs:29:13
[INFO] [stderr] |
[INFO] [stderr] 29 | /// See https://arrow.apache.org/docs/format/CDataInterface.html#data-type-description-format-strings
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arrow.apache.org/docs/format/CDataInterface.html#data-type-description-format-strings>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/datatypes/ffi.rs:170:13
[INFO] [stderr] |
[INFO] [stderr] 170 | /// See https://arrow.apache.org/docs/format/CDataInterface.html#data-type-description-format-strings
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arrow.apache.org/docs/format/CDataInterface.html#data-type-description-format-strings>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: `arrow` (lib doc) generated 16 warnings
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.18s
[INFO] running `Command { std: "docker" "inspect" "e9fc33a67bb96d458344c0dce33302c52c62d7f75cc413fb026c9c22bf6f07c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9fc33a67bb96d458344c0dce33302c52c62d7f75cc413fb026c9c22bf6f07c6", kill_on_drop: false }`
[INFO] [stdout] e9fc33a67bb96d458344c0dce33302c52c62d7f75cc413fb026c9c22bf6f07c6