[INFO] fetching crate polars 0.15.1... [INFO] checking polars-0.15.1 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate polars 0.15.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate polars 0.15.1 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate polars 0.15.1 [INFO] finished tweaking crates.io crate polars 0.15.1 [INFO] tweaked toml for crates.io crate polars 0.15.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded comfy-table v1.6.0 [INFO] [stderr] Downloaded polars-lazy v0.15.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c12a03e9b07803f2bb8e362c7d4acecd1204170b8d69428b2b10ef123ca244d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7c12a03e9b07803f2bb8e362c7d4acecd1204170b8d69428b2b10ef123ca244d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c12a03e9b07803f2bb8e362c7d4acecd1204170b8d69428b2b10ef123ca244d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c12a03e9b07803f2bb8e362c7d4acecd1204170b8d69428b2b10ef123ca244d", kill_on_drop: false }` [INFO] [stdout] 7c12a03e9b07803f2bb8e362c7d4acecd1204170b8d69428b2b10ef123ca244d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7596fa1a33653b4e8f9f6f95d8ad0d26e8f285d51780ffb5cba88349207889a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e7596fa1a33653b4e8f9f6f95d8ad0d26e8f285d51780ffb5cba88349207889a", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] getrandom v0.2.3: std [INFO] [stderr] num-traits v0.2.14: default [INFO] [stderr] rand v0.8.4: alloc, default, getrandom, libc, rand_chacha, rand_hc, std, std_rng [INFO] [stderr] rand_core v0.6.3: alloc, getrandom, std [INFO] [stderr] syn v1.0.75 (as host dependency): visit [INFO] [stderr] [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking unsafe_unwrap v0.1.0 [INFO] [stderr] Checking simdutf8 v0.1.3 [INFO] [stderr] Checking fast-float v0.2.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking half v1.7.1 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking crossbeam-utils v0.8.5 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking dirs-sys v0.3.6 [INFO] [stderr] Checking memmap2 v0.2.3 [INFO] [stderr] Checking lexical-core v0.7.6 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking dirs v3.0.2 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.5 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking rayon-core v1.9.1 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking plotters v0.3.1 [INFO] [stderr] Checking criterion-plot v0.4.4 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking lexical v5.2.2 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking bstr v0.2.16 [INFO] [stderr] Checking serde_cbor v0.11.2 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling multiversion-macros v0.6.1 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking multiversion v0.6.1 [INFO] [stderr] Checking arrow v5.2.0 [INFO] [stderr] Checking criterion v0.3.5 [INFO] [stderr] Checking polars-arrow v0.15.1 [INFO] [stderr] Checking polars-core v0.15.1 [INFO] [stderr] Checking polars-io v0.15.1 [INFO] [stderr] Checking polars-lazy v0.15.1 [INFO] [stderr] Checking polars v0.15.1 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating benches/bench.rs from 2018 edition to 2021 [INFO] [stderr] Migrating benches/groupby.rs from 2018 edition to 2021 [INFO] [stderr] Migrating benches/take.rs from 2018 edition to 2021 [INFO] [stderr] Migrating benches/collect.rs from 2018 edition to 2021 [INFO] [stderr] Migrating benches/csv.rs from 2018 edition to 2021 [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> benches/take.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | criterion::black_box(f()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `polars_lazy::functions` [INFO] [stdout] --> benches/groupby.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use polars_lazy::functions::pearson_corr; [INFO] [stdout] | ^^^^^^^^^ could not find `functions` in `polars_lazy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:32:31 [INFO] [stdout] | [INFO] [stdout] 32 | .groupby(vec![col("id1")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | .agg(vec![col("v1").sum()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | .groupby(vec![col("id1"), col("id2")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:45:43 [INFO] [stdout] | [INFO] [stdout] 45 | .groupby(vec![col("id1"), col("id2")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:46:27 [INFO] [stdout] | [INFO] [stdout] 46 | .agg(vec![col("v1").sum()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:58:31 [INFO] [stdout] | [INFO] [stdout] 58 | .groupby(vec![col("id3")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | .agg(vec![col("v1").sum(), col("v3").mean()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:59:44 [INFO] [stdout] | [INFO] [stdout] 59 | .agg(vec![col("v1").sum(), col("v3").mean()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:71:31 [INFO] [stdout] | [INFO] [stdout] 71 | .groupby(vec![col("id4")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:72:27 [INFO] [stdout] | [INFO] [stdout] 72 | .agg(vec![col("v1").mean(), col("v2").mean(), col("v3").mean()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:72:45 [INFO] [stdout] | [INFO] [stdout] 72 | .agg(vec![col("v1").mean(), col("v2").mean(), col("v3").mean()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:72:63 [INFO] [stdout] | [INFO] [stdout] 72 | .agg(vec![col("v1").mean(), col("v2").mean(), col("v3").mean()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:84:31 [INFO] [stdout] | [INFO] [stdout] 84 | .groupby(vec![col("id6")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:85:27 [INFO] [stdout] | [INFO] [stdout] 85 | .agg(vec![col("v1").sum(), col("v2").sum(), col("v3").sum()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:85:44 [INFO] [stdout] | [INFO] [stdout] 85 | .agg(vec![col("v1").sum(), col("v2").sum(), col("v3").sum()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:85:61 [INFO] [stdout] | [INFO] [stdout] 85 | .agg(vec![col("v1").sum(), col("v2").sum(), col("v3").sum()]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:97:31 [INFO] [stdout] | [INFO] [stdout] 97 | .groupby(vec![col("id4"), col("id5")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:97:43 [INFO] [stdout] | [INFO] [stdout] 97 | .groupby(vec![col("id4"), col("id5")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:99:21 [INFO] [stdout] | [INFO] [stdout] 99 | col("v3").median().alias("v3_median"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 100 | col("v3").std().alias("v3_std"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:113:31 [INFO] [stdout] | [INFO] [stdout] 113 | .groupby(vec![col("id3")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:115:21 [INFO] [stdout] | [INFO] [stdout] 115 | col("v1").max().alias("v1"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:116:21 [INFO] [stdout] | [INFO] [stdout] 116 | col("v2").min().alias("v2"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | col("id3"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:120:22 [INFO] [stdout] | [INFO] [stdout] 120 | (col("v1") - col("v2")).alias("range_v1_v2"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:120:34 [INFO] [stdout] | [INFO] [stdout] 120 | (col("v1") - col("v2")).alias("range_v1_v2"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:134:39 [INFO] [stdout] | [INFO] [stdout] 134 | .drop_nulls(Some(vec![col("v3")])) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:136:31 [INFO] [stdout] | [INFO] [stdout] 136 | .groupby(vec![col("id6")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:137:27 [INFO] [stdout] | [INFO] [stdout] 137 | .agg(vec![col("v3").head(Some(2)).alias("v3_top_2")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:138:28 [INFO] [stdout] | [INFO] [stdout] 138 | .explode(&[col("v3_top_2")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:150:39 [INFO] [stdout] | [INFO] [stdout] 150 | .drop_nulls(Some(vec![col("v1"), col("v2")])) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:150:50 [INFO] [stdout] | [INFO] [stdout] 150 | .drop_nulls(Some(vec![col("v1"), col("v2")])) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:151:31 [INFO] [stdout] | [INFO] [stdout] 151 | .groupby(vec![col("id2"), col("id4")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:151:43 [INFO] [stdout] | [INFO] [stdout] 151 | .groupby(vec![col("id2"), col("id4")]) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:152:40 [INFO] [stdout] | [INFO] [stdout] 152 | .agg(vec![pearson_corr(col("v1"), col("v2")) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:152:51 [INFO] [stdout] | [INFO] [stdout] 152 | .agg(vec![pearson_corr(col("v1"), col("v2")) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:167:21 [INFO] [stdout] | [INFO] [stdout] 167 | col("id1"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:168:21 [INFO] [stdout] | [INFO] [stdout] 168 | col("id2"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:169:21 [INFO] [stdout] | [INFO] [stdout] 169 | col("id3"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:170:21 [INFO] [stdout] | [INFO] [stdout] 170 | col("id4"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:171:21 [INFO] [stdout] | [INFO] [stdout] 171 | col("id5"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:172:21 [INFO] [stdout] | [INFO] [stdout] 172 | col("id6"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:175:21 [INFO] [stdout] | [INFO] [stdout] 175 | col("v3").sum().alias("v3"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `col` in this scope [INFO] [stdout] --> benches/groupby.rs:176:21 [INFO] [stdout] | [INFO] [stdout] 176 | col("v1").count().alias("v1"), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:83:18 [INFO] [stdout] | [INFO] [stdout] 83 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:96:18 [INFO] [stdout] | [INFO] [stdout] 96 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:112:18 [INFO] [stdout] | [INFO] [stdout] 112 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:132:18 [INFO] [stdout] | [INFO] [stdout] 132 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:149:18 [INFO] [stdout] | [INFO] [stdout] 149 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lazy` found for struct `polars::prelude::DataFrame` in the current scope [INFO] [stdout] --> benches/groupby.rs:165:18 [INFO] [stdout] | [INFO] [stdout] 165 | .lazy() [INFO] [stdout] | ^^^^ method not found in `polars::prelude::DataFrame` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 55 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `polars` due to 56 previous errors [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "e7596fa1a33653b4e8f9f6f95d8ad0d26e8f285d51780ffb5cba88349207889a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7596fa1a33653b4e8f9f6f95d8ad0d26e8f285d51780ffb5cba88349207889a", kill_on_drop: false }` [INFO] [stdout] e7596fa1a33653b4e8f9f6f95d8ad0d26e8f285d51780ffb5cba88349207889a