polars-core 0.22.1

Core of the Polars DataFrame library
Build #571059 2022-06-06T08:30:45.894027+00:00
# rustc version
rustc 1.63.0-nightly (fee3a459d 2022-06-05)
# docs.rs version
docsrs 0.6.0 (c280b04 2022-05-30)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/polars-core-0.22.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/polars-core-0.22.1/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "docs-selection" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220605-1.63.0-nightly-fee3a459d\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-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] c273984bf66e8c391a0450f2c5c34a13960aeea181a8aed7cd0aec1bd6c95a7d
[INFO] running `Command { std: "docker" "start" "-a" "c273984bf66e8c391a0450f2c5c34a13960aeea181a8aed7cd0aec1bd6c95a7d", kill_on_drop: false }`
[INFO] [stderr]  Documenting polars-core v0.22.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `jsonpath_lib::PathCompiled`
[INFO] [stderr]  --> src/chunked_array/strings/json_path.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use jsonpath_lib::PathCompiled;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^------------
[INFO] [stderr]   |     |             |
[INFO] [stderr]   |     |             help: a similar name exists in the module: `Compiled`
[INFO] [stderr]   |     no `PathCompiled` in the root
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `polars-core`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name polars_core src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="abs"' --cfg 'feature="asof_join"' --cfg 'feature="base64"' --cfg 'feature="checked_arithmetic"' --cfg 'feature="chrono"' --cfg 'feature="chunked_ids"' --cfg 'feature="concat_str"' --cfg 'feature="cross_join"' --cfg 'feature="cum_agg"' --cfg 'feature="dataframe_arithmetic"' --cfg 'feature="default"' --cfg 'feature="describe"' --cfg 'feature="diagonal_concat"' --cfg 'feature="diff"' --cfg 'feature="docs"' --cfg 'feature="docs-selection"' --cfg 'feature="dot_product"' --cfg 'feature="dtype-categorical"' --cfg 'feature="extract_jsonpath"' --cfg 'feature="hex"' --cfg 'feature="horizontal_concat"' --cfg 'feature="interpolate"' --cfg 'feature="is_first"' --cfg 'feature="is_in"' --cfg 'feature="is_last"' --cfg 'feature="jsonpath_lib"' --cfg 'feature="lazy"' --cfg 'feature="log"' --cfg 'feature="mode"' --cfg 'feature="moment"' --cfg 'feature="ndarray"' --cfg 'feature="object"' --cfg 'feature="partition_by"' --cfg 'feature="private"' --cfg 'feature="product"' --cfg 'feature="rand"' --cfg 'feature="rand_distr"' --cfg 'feature="random"' --cfg 'feature="rank"' --cfg 'feature="regex"' --cfg 'feature="repeat_by"' --cfg 'feature="rolling_window"' --cfg 'feature="round_series"' --cfg 'feature="row_hash"' --cfg 'feature="rows"' --cfg 'feature="semi_anti_join"' --cfg 'feature="serde_json"' --cfg 'feature="sort_multiple"' --cfg 'feature="string_encoding"' --cfg 'feature="strings"' --cfg 'feature="temporal"' --cfg 'feature="unique_counts"' --cfg 'feature="zip_with"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=2b7b5cc93119e0a5 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libahash-0301f7f0b40f7034.rmeta --extern anyhow=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-d9e10373aa602c32.rmeta --extern arrow=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libarrow2-d7187b801b90f74c.rmeta --extern base64=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbase64-0ff6419b2e59f367.rmeta --extern chrono=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libchrono-d848144f6eb9ce55.rmeta --extern hashbrown=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libhashbrown-76919616ea3327d0.rmeta --extern hex=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libhex-cfe08e99a5cf3509.rmeta --extern indexmap=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libindexmap-eca5884d8f7a1f63.rmeta --extern jsonpath_lib=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libjsonpath_lib-3928952405a9d56f.rmeta --extern ndarray=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libndarray-157027d8a33d4cab.rmeta --extern num=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libnum-0f1f90ba253a0f67.rmeta --extern once_cell=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libonce_cell-7ddc29f6d6f568a5.rmeta --extern polars_arrow=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libpolars_arrow-22abf3cdf5272304.rmeta --extern polars_utils=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libpolars_utils-974df0de0a0a6511.rmeta --extern rand=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librand-406230f1ced9440c.rmeta --extern rand_distr=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librand_distr-8d2141225d842aa0.rmeta --extern rayon=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librayon-31e495428125d345.rmeta --extern regex=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libregex-dbd96401ca6d12f1.rmeta --extern serde_json=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-1b514689aeb02dcc.rmeta --extern thiserror=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-c74a9c1ccd75bbbe.rmeta --extern-html-root-url 'ahash=https://docs.rs/ahash/0.7.6/x86_64-unknown-linux-gnu' --extern-html-root-url 'anyhow=https://docs.rs/anyhow/1.0.57/x86_64-unknown-linux-gnu' --extern-html-root-url 'arrow2=https://docs.rs/arrow2/0.12.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'base64=https://docs.rs/base64/0.13.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'chrono=https://docs.rs/chrono/0.4.19/x86_64-unknown-linux-gnu' --extern-html-root-url 'hashbrown=https://docs.rs/hashbrown/0.12.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'hex=https://docs.rs/hex/0.4.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'indexmap=https://docs.rs/indexmap/1.8.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'jsonpath_lib=https://docs.rs/jsonpath_lib/0.3.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'ndarray=https://docs.rs/ndarray/0.15.4/x86_64-unknown-linux-gnu' --extern-html-root-url 'num=https://docs.rs/num/0.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'once_cell=https://docs.rs/once_cell/1.12.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'polars_arrow=https://docs.rs/polars-arrow/0.22.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'polars_utils=https://docs.rs/polars-utils/0.22.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'rand=https://docs.rs/rand/0.8.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'rand_distr=https://docs.rs/rand_distr/0.4.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'rayon=https://docs.rs/rayon/1.5.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'regex=https://docs.rs/regex/1.5.6/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.81/x86_64-unknown-linux-gnu' --extern-html-root-url 'thiserror=https://docs.rs/thiserror/1.0.31/x86_64-unknown-linux-gnu' -Zunstable-options --cfg docsrs -Z unstable-options --emit=invocation-specific --resource-suffix -20220605-1.63.0-nightly-fee3a459d --static-root-path / --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.22.1` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "c273984bf66e8c391a0450f2c5c34a13960aeea181a8aed7cd0aec1bd6c95a7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c273984bf66e8c391a0450f2c5c34a13960aeea181a8aed7cd0aec1bd6c95a7d", kill_on_drop: false }`
[INFO] [stdout] c273984bf66e8c391a0450f2c5c34a13960aeea181a8aed7cd0aec1bd6c95a7d