Closed Jupp56 closed 2 years ago
This crash happens before cg_clif even gets a chance to run. That you don't see this on nightly is likely due to either the incremental cache not being in a state where it crashes (try cargo clean
to see if it fixes this error) or cg_clif uses a nightly with this bug, but you use a different nightly without this issue. (cargo +nightly-2022-08-08 build
will use the same nightly as cg_clif, except without cg_clif. please try that one to see if it that reproduces the issue.)
I did use cargo clean, but specifying the cargo version indeed reproduced the error. It seems, 2022-08-12 has fixed it. Thank you for your quick help!
I plan to update cg_clif to the latest nightly within the next couple of days. Right now I'm working on parallelizing codegen though, which should give a nice speed boost. (the llvm backend already has this, so sometimes wall time is better with cg_llvm than with cg_clif)
When I try to compile the sea-orm crate (alone or as a dependency), it fails because of an ICE. It does not fail on stable or nightly using regular cargo/rustc - which is why I am asking that here instead of in the rustc repo.
The error persists on two different machines, an Intel Macbook Air from 2011 (OS: Windows + WSL, cranelift runs in wsl) and a 1st generation AMD Threadripper equipped machine (Linux Mint VM on Proxmox).
The build command's output: