[INFO] cloning repository https://github.com/kgv/eun [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kgv/eun" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgv%2Feun", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgv%2Feun'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7ad06dedcf9bca7ab7b3102809f5e0344325c90c [INFO] checking kgv/eun against try#ed606620234c6b50f2414162c4bbabd5f4a925f3 for pr-147995 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgv%2Feun" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kgv/eun [INFO] finished tweaking git repo https://github.com/kgv/eun [INFO] tweaked toml for git repo https://github.com/kgv/eun written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kgv/eun on toolchain ed606620234c6b50f2414162c4bbabd5f4a925f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kgv/eun already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 565df38dfde615e8efa3de5e28d26c0c26348102bf46185c1fe0131410ee04e1 [INFO] running `Command { std: "docker" "start" "-a" "565df38dfde615e8efa3de5e28d26c0c26348102bf46185c1fe0131410ee04e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "565df38dfde615e8efa3de5e28d26c0c26348102bf46185c1fe0131410ee04e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "565df38dfde615e8efa3de5e28d26c0c26348102bf46185c1fe0131410ee04e1", kill_on_drop: false }` [INFO] [stdout] 565df38dfde615e8efa3de5e28d26c0c26348102bf46185c1fe0131410ee04e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce6df120b0da5064cab86d372a3d71d3c3783f3fb9577a09b298776868812e4c [INFO] running `Command { std: "docker" "start" "-a" "ce6df120b0da5064cab86d372a3d71d3c3783f3fb9577a09b298776868812e4c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling cc v1.0.99 [INFO] [stderr] Compiling target-features v0.1.6 [INFO] [stderr] Checking zerocopy v0.7.34 [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking array-init-cursor v0.2.0 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling polars-utils v0.40.0 [INFO] [stderr] Checking simdutf8 v0.1.4 [INFO] [stderr] Compiling polars-arrow v0.40.0 [INFO] [stderr] Checking planus v0.3.1 [INFO] [stderr] Checking foreign_vec v0.1.0 [INFO] [stderr] Checking ahash v0.8.11 [INFO] [stderr] Checking atoi_simd v0.15.6 [INFO] [stderr] Checking fast-float v0.2.0 [INFO] [stderr] Checking ethnum v1.5.0 [INFO] [stderr] Checking streaming-iterator v0.1.9 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling polars-compute v0.40.0 [INFO] [stderr] Compiling polars-core v0.40.0 [INFO] [stderr] Checking strum v0.26.2 [INFO] [stderr] Compiling polars-ops v0.40.0 [INFO] [stderr] Checking xxhash-rust v0.8.10 [INFO] [stderr] Checking memmap2 v0.7.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling polars-plan v0.40.0 [INFO] [stderr] Compiling polars-lazy v0.40.0 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling polars v0.40.0 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Checking streaming-decompression v0.1.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking parquet-format-safe v0.2.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Compiling psm v0.1.21 [INFO] [stderr] Compiling stacker v0.1.15 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Checking argminmax v0.6.2 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking regex v1.10.5 [INFO] [stderr] Checking now v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling bytemuck_derive v1.7.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling recursive-proc-macro-impl v0.1.1 [INFO] [stderr] Checking recursive v0.1.1 [INFO] [stderr] Checking bytemuck v1.16.0 [INFO] [stderr] Compiling multiversion-macros v0.7.4 [INFO] [stderr] Checking multiversion v0.7.4 [INFO] [stderr] Checking serde v1.0.203 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking polars-arrow-format v0.1.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking raw-cpuid v11.0.2 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Checking comfy-table v7.1.1 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking polars-error v0.40.0 [INFO] [stderr] Checking polars-row v0.40.0 [INFO] [stderr] Checking polars-parquet v0.40.0 [INFO] [stderr] Checking polars-time v0.40.0 [INFO] [stderr] Checking polars-io v0.40.0 [INFO] [stdout] error[E0599]: no method named `array_max` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:137:19 [INFO] [stdout] | [INFO] [stdout] 137 | Ok(s.array()?.array_max()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `array_arg_max` with a similar name [INFO] [stdout] | [INFO] [stdout] 137 | Ok(s.array()?.array_arg_max()) [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_min` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:141:19 [INFO] [stdout] | [INFO] [stdout] 141 | Ok(s.array()?.array_min()) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `array_median` with a similar name [INFO] [stdout] | [INFO] [stdout] 141 - Ok(s.array()?.array_min()) [INFO] [stdout] 141 + Ok(s.array()?.array_median()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_sum` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:145:16 [INFO] [stdout] | [INFO] [stdout] 145 | s.array()?.array_sum() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `array_std` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-ops-0.40.0/src/chunked_array/array/namespace.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | fn array_std(&self, ddof: u8) -> PolarsResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_sum` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_std` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:149:16 [INFO] [stdout] | [INFO] [stdout] 149 | s.array()?.array_std(ddof) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `array_sum` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-ops-0.40.0/src/chunked_array/array/namespace.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | fn array_sum(&self) -> PolarsResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_std` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_var` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:153:16 [INFO] [stdout] | [INFO] [stdout] 153 | s.array()?.array_var(ddof) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `array_max` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-ops-0.40.0/src/chunked_array/array/namespace.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | fn array_max(&self) -> Series { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_var` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_median` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | s.array()?.array_median() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_median` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `array_min` with a similar name [INFO] [stdout] | [INFO] [stdout] 156 - s.array()?.array_median() [INFO] [stdout] 156 + s.array()?.array_min() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_unique_stable` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:162:12 [INFO] [stdout] | [INFO] [stdout] 162 | ca.array_unique_stable() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_unique_stable` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `array_unique` with a similar name [INFO] [stdout] | [INFO] [stdout] 162 - ca.array_unique_stable() [INFO] [stdout] 162 + ca.array_unique() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_unique` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:164:12 [INFO] [stdout] | [INFO] [stdout] 164 | ca.array_unique() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_unique` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `array_n_unique` with a similar name [INFO] [stdout] | [INFO] [stdout] 164 | ca.array_n_unique() [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | out.map(|ca| ca.into_series()) [INFO] [stdout] | ^^ -- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 166 | out.map(|ca: /* Type */| ca.into_series()) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_n_unique` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:170:19 [INFO] [stdout] | [INFO] [stdout] 170 | Ok(s.array()?.array_n_unique()?.into_series()) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_n_unique` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `array_unique` with a similar name [INFO] [stdout] | [INFO] [stdout] 170 - Ok(s.array()?.array_n_unique()?.into_series()) [INFO] [stdout] 170 + Ok(s.array()?.array_unique()?.into_series()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_sort` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | Ok(s.array()?.array_sort(options)?.into_series()) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `array_get` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-ops-0.40.0/src/chunked_array/array/namespace.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | fn array_get(&self, index: &Int64Chunked, null_on_oob: bool) -> PolarsResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_sort` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_reverse` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | Ok(s.array()?.array_reverse().into_series()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_reverse` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `reverse` with a similar name [INFO] [stdout] | [INFO] [stdout] 193 - Ok(s.array()?.array_reverse().into_series()) [INFO] [stdout] 193 + Ok(s.array()?.reverse().into_series()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_arg_min` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:197:19 [INFO] [stdout] | [INFO] [stdout] 197 | Ok(s.array()?.array_arg_min().into_series()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_arg_min` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `array_min` with a similar name [INFO] [stdout] | [INFO] [stdout] 197 - Ok(s.array()?.array_arg_min().into_series()) [INFO] [stdout] 197 + Ok(s.array()?.array_min().into_series()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_arg_max` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:201:19 [INFO] [stdout] | [INFO] [stdout] 201 | Ok(s.array()?.array_arg_max().into_series()) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_arg_max` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `array_max` with a similar name [INFO] [stdout] | [INFO] [stdout] 201 - Ok(s.array()?.array_arg_max().into_series()) [INFO] [stdout] 201 + Ok(s.array()?.array_max().into_series()) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_get` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:208:8 [INFO] [stdout] | [INFO] [stdout] 208 | ca.array_get(index, null_on_oob) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `array_max` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-ops-0.40.0/src/chunked_array/array/namespace.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | fn array_max(&self) -> Series { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_get` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_join` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:214:8 [INFO] [stdout] | [INFO] [stdout] 214 | ca.array_join(separator, ignore_nulls) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: there is a method `array_min` with a similar name, but with different arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-ops-0.40.0/src/chunked_array/array/namespace.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | fn array_min(&self) -> Series { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_join` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `array_shift` found for reference `&polars_core::chunked_array::ChunkedArray` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/polars-plan-0.40.0/src/dsl/function_expr/array.rs:244:8 [INFO] [stdout] | [INFO] [stdout] 244 | ca.array_shift(n) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ArrayNameSpace` which provides `array_shift` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use polars_ops::chunked_array::array::ArrayNameSpace; [INFO] [stdout] | [INFO] [stdout] help: there is a method `array_sort` with a similar name [INFO] [stdout] | [INFO] [stdout] 244 - ca.array_shift(n) [INFO] [stdout] 244 + ca.array_sort(n) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `polars-plan` (lib) due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "ce6df120b0da5064cab86d372a3d71d3c3783f3fb9577a09b298776868812e4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce6df120b0da5064cab86d372a3d71d3c3783f3fb9577a09b298776868812e4c", kill_on_drop: false }` [INFO] [stdout] ce6df120b0da5064cab86d372a3d71d3c3783f3fb9577a09b298776868812e4c