Closed danczw closed 1 year ago
You got killed by you system. Probably OOM.
You got killed by you system. Probably OOM.
Interesting. I'll see if I can verify by increasing the available memory for wsl. What gave it away?
SIGKILL
SIGKILL
Indeed it seems to be a memory issue. Much thanks for the quick reply.
Same issue happened for me and im running polars in a Replit env. Ignore the low RAM, this was after the SIGKILL ended my build.
Polars version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of Polars.
Issue description
Compile errors on polars-core. Cannot compile crate V0.29.0 (same results with V0.28.0) on WSL2 - Windows 11, even with minimal project setup.
Reproducible example
Simple new repository with minimal setup, running
cargo build
under WSL2 on Win 11 with only polars as dependency.System
Cargo.toml & main.rs
Traceback
Expected behavior
Compile local package with its dependency polars 0.29.0 (0.28.0).
Installed versions