NixOS / hydra

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

hydra-eval-jobs issues? /nix/store/default.nix? #256

Open goodwillcoding opened 8 years ago

goodwillcoding commented 8 years ago

Just upgraded a local hydra to the latest that builds some of my packages and getting this:

hydra-eval-jobs returned exit code 1:
error: getting status of ‘/nix/store/default.nix’: No such file or directory

Anyone have any idea what that might be?

domenkozar commented 8 years ago

@goodwillcoding did you figure it out?

goodwillcoding commented 8 years ago

Not yet, though we "fixed it" "somehow" by adding another input. It is very odd right now and we are still investigating.

rbvermaa commented 8 years ago

Such an error is usually caused by a default argument somewhere that refers to ../

domenkozar commented 8 years ago

@goodwillcoding as Rob noted, this means you're referring to a local path on Hydra. Do you still have this issue?

jokogr commented 7 years ago

I think I have stumbled on this at #397

I have a private directory of modules that I do not wish to store in my Git repository of my configuration. My setup is perfectly being evaluated locally, but Hydra throws me a similar evaluation error.

Edit: I had another reference of the missing directory and fixing this made my jobset properly evaluated.