NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.19k stars 304 forks source link

Hydra failing eval with memory error #593

Open copumpkin opened 6 years ago

copumpkin commented 6 years ago

Right now my branch fails evaluation with this delight:

hydra-eval-jobs returned exit code 1:
GC Warning: Failed to expand heap by 9999998976 bytes
Can't start up: not enough memory

I don't think I'm doing anything particularly unusual in it so it seems like a bug.

cc @edolstra

cleverca22 commented 6 years ago

the hydra config: https://github.com/NixOS/nixos-org-configurations/blob/70b7ba99f283d0cf5defe2861d2d34c8ca07789e/delft/hydra.nix#L63 and the code that makes it do something: https://github.com/NixOS/hydra/blob/master/src/hydra-eval-jobs/hydra-eval-jobs.cc#L228-L230