Build #1279140 2024-07-02T07:53:13.190622+00:00
# rustc version
rustc 1.81.0-nightly (cf2df68d1 2024-07-01)# docs.rs version
docsrs 0.6.0 (bb8cd489 2024-06-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/polars-plan-0.41.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/polars-plan-0.41.3/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "temporal serde rolling_window rolling_window_by timezones dtype-date extract_groups dtype-datetime asof_join dtype-duration is_first_distinct pivot dtype-array is_last_distinct dtype-time array_any_all month_start month_end offset_by parquet strings row_hash json python cloud string_to_integer list_any_all pct_change list_gather dtype-i16 round_series cutqcut async ewma ewma_by random chunked_ids repeat_by is_in log string_reverse list_sets propagate_nans mode rank hist object approx_unique dtype-categorical merge_sorted bigidx cov list_sample dtype-i8 fused binary_encoding list_drop_nulls fmt list_to_struct string_pad diff rle is_unique find_many string_encoding ipc search_sorted unique_counts dtype-u8 dtype-struct peaks abs interpolate interpolate_by list_count cum_agg top_k moment semi_anti_join replace dtype-u16 regex ciborium dtype-decimal arg_where business range meta hive_partitions concat_str coalesce dot_diagram trigonometry streaming true_div sign" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240701-1.81.0-nightly-cf2df68d1\", \"--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] 07422c93f57664732bd112d6e6c1604c5070e53c2547ae9134485c423a94e341
[INFO] running `Command { std: "docker" "start" "-a" "07422c93f57664732bd112d6e6c1604c5070e53c2547ae9134485c423a94e341", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting polars-plan v0.41.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `RollingAgg::rolling_min`
[INFO] [stderr] --> src/dsl/mod.rs:1360:16
[INFO] [stderr] |
[INFO] [stderr] 1360 | /// See: [`RollingAgg::rolling_min`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `RollingAgg` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `RollingAgg::rolling_max`
[INFO] [stderr] --> src/dsl/mod.rs:1368:16
[INFO] [stderr] |
[INFO] [stderr] 1368 | /// See: [`RollingAgg::rolling_max`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `RollingAgg` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `RollingAgg::rolling_mean`
[INFO] [stderr] --> src/dsl/mod.rs:1376:16
[INFO] [stderr] |
[INFO] [stderr] 1376 | /// See: [`RollingAgg::rolling_mean`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `RollingAgg` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `RollingAgg::rolling_sum`
[INFO] [stderr] --> src/dsl/mod.rs:1384:16
[INFO] [stderr] |
[INFO] [stderr] 1384 | /// See: [`RollingAgg::rolling_sum`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `RollingAgg` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `RollingAgg::rolling_median`
[INFO] [stderr] --> src/dsl/mod.rs:1392:16
[INFO] [stderr] |
[INFO] [stderr] 1392 | /// See: [`RollingAgg::rolling_median`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `RollingAgg` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `RollingAgg::rolling_quantile`
[INFO] [stderr] --> src/dsl/mod.rs:1400:16
[INFO] [stderr] |
[INFO] [stderr] 1400 | /// See: [`RollingAgg::rolling_quantile`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `RollingAgg` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `HivePartitions`
[INFO] [stderr] --> src/plans/schema.rs:53:37
[INFO] [stderr] |
[INFO] [stderr] 53 | /// Merge the [`Schema`] of a [`HivePartitions`] with the schema of this [`FileInfo`].
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `HivePartitions` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: `polars-plan` (lib doc) generated 7 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/polars_plan/index.html
[INFO] running `Command { std: "docker" "inspect" "07422c93f57664732bd112d6e6c1604c5070e53c2547ae9134485c423a94e341", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07422c93f57664732bd112d6e6c1604c5070e53c2547ae9134485c423a94e341", kill_on_drop: false }`
[INFO] [stdout] 07422c93f57664732bd112d6e6c1604c5070e53c2547ae9134485c423a94e341