pyo3-polars 0.19.0

Expression plugins and PyO3 types for polars
Documentation
Build #1578890 2024-12-08T13:11:16.990151+00:00
# rustc version
rustc 1.84.0-nightly (3fee0f12e 2024-11-20)# docs.rs version
docsrs 0.6.0 (3767aed0 2024-11-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/pyo3-polars-0.19.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/pyo3-polars-0.19.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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-11-21" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241120-1.84.0-nightly-3fee0f12e\", \"--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] 4c1ca4868d6f8155dd1d7393cea5941c818a32c4dcfd21fcf1febbc4745d9c26
[INFO] running `Command { std: "docker" "start" "-a" "4c1ca4868d6f8155dd1d7393cea5941c818a32c4dcfd21fcf1febbc4745d9c26", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting pyo3-polars v0.19.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:63:1
[INFO] [stderr]    |
[INFO] [stderr] 63 | create_exception!(exceptions, ColumnNotFound, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:63:1
[INFO] [stderr]    |
[INFO] [stderr] 63 | create_exception!(exceptions, ColumnNotFound, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:64:1
[INFO] [stderr]    |
[INFO] [stderr] 64 | create_exception!(exceptions, SchemaFieldNotFound, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:65:1
[INFO] [stderr]    |
[INFO] [stderr] 65 | create_exception!(exceptions, StructFieldNotFound, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:66:1
[INFO] [stderr]    |
[INFO] [stderr] 66 | create_exception!(exceptions, ComputeError, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:67:1
[INFO] [stderr]    |
[INFO] [stderr] 67 | create_exception!(exceptions, NoDataError, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | create_exception!(exceptions, ShapeError, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:69:1
[INFO] [stderr]    |
[INFO] [stderr] 69 | create_exception!(exceptions, SchemaError, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:70:1
[INFO] [stderr]    |
[INFO] [stderr] 70 | create_exception!(exceptions, DuplicateError, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:71:1
[INFO] [stderr]    |
[INFO] [stderr] 71 | create_exception!(exceptions, StringCacheMismatchError, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:72:1
[INFO] [stderr]    |
[INFO] [stderr] 72 | create_exception!(exceptions, SQLInterface, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gil-refs`
[INFO] [stderr]   --> src/error.rs:73:1
[INFO] [stderr]    |
[INFO] [stderr] 73 | create_exception!(exceptions, SQLSyntax, PyException);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `ciborium`, `derive`, `dtype-array`, `dtype-categorical`, `dtype-decimal`, `dtype-full`, `dtype-struct`, `lazy`, `object`, `polars-ffi`, `polars-lazy`, `polars-plan`, `pyo3-polars-derive`, `serde`, and `serde-pickle`
[INFO] [stderr]    = help: consider adding `gil-refs` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::impl_exception_boilerplate` which comes from the expansion of the macro `create_exception` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `pyo3-polars` (lib doc) generated 22 warnings (10 duplicates)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/pyo3_polars/index.html
[INFO] running `Command { std: "docker" "inspect" "4c1ca4868d6f8155dd1d7393cea5941c818a32c4dcfd21fcf1febbc4745d9c26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c1ca4868d6f8155dd1d7393cea5941c818a32c4dcfd21fcf1febbc4745d9c26", kill_on_drop: false }`
[INFO] [stdout] 4c1ca4868d6f8155dd1d7393cea5941c818a32c4dcfd21fcf1febbc4745d9c26