[ 1124s] [ 1118.587966][T10267] Out of memory: Killed process 10253 (rustc) total-vm:17400856kB, anon-rss:15513536kB, file-rss:116kB, shmem-rss:0kB, UID:399 pgtables:32564kB oom_score_adj:0
🦀 you had 20 GB RAM to compile an IRC client
@toast@donotsta.re pretty sure this is a rustc bug. previous versions don’t consume anywhere near that much.
@scathach guess i’ll have to lower the number of parallel build jobs and try again, though i really think cargo should be able to manage resource limits on its own. what’s the point of a language-specific build system if it can’t properly supervise its tools?
@scathach turns out that doesn’t help because it’s compiling the executable that uses so much memory
problem seems to be the trait resolver doing infinite recursions