24 Aug 2025 |
Janne | Oh man, I hope the parsing code is sane. Because I haven't looked at that when I fixed the other XSS thingies | 17:46:16 |
26 Aug 2025 |
ElvishJerricco | is there a way to get the eval errors from an evaluation as a JSON array of the error messages? e.g. https://hydra.nixos.org/eval/1817978#tabs-errors | 05:02:42 |
ElvishJerricco | I'm basically just trying to get the errors so I can filter out the ones I know have nothing to do with me :P | 05:03:00 |
Janne | lol, no | 08:10:08 |
Janne | that would be useful | 08:10:17 |
Janne | iirc, we get the eval errors from the stderr (or stdout) of nix-eval-jobs and that's simply a long string | 08:10:36 |
27 Aug 2025 |
| connor (he/him) (UTC-7) changed their display name from connor (he/him) (UTC-7) to connor (he/him) (UTC+1). | 18:33:46 |
28 Aug 2025 |
hacker1024 | I want to prepend the jobset name to this GitLab status API call, but the Builds table only has a column for the jobset ID. I'm not too familiar with Perl or SQL - is there an easy way to look up the appropriate name from the Jobsets table here?
Or is the jobset name available through some other API?
| 06:36:50 |
hacker1024 | Got it - $build->jobset->get_column('name') | 07:12:05 |
| @lgcl:lgcl.de left the room. | 08:32:42 |
29 Aug 2025 |
| @luna-null:matrix.org left the room. | 02:40:36 |
| magic_rb changed their profile picture. | 19:29:39 |
31 Aug 2025 |
| teutat3s joined the room. | 16:44:40 |
teutat3s | Is there any workaround to fix a cached failure on hydra that cannot be reproduced locally? Or is the solution to just wait until some cache expiry?
Asking for https://hydra.nixos.org/build/306350994 | 16:47:29 |
K900 | Restarted | 17:05:05 |
1 Sep 2025 |
Mic92 | John Ericson: Since we switched to nix-eval-jobs in hydra, I noticed that evaluation is no longer "pure" because it uses --expr in combination with builtins.getFlake. So I added this pull request to have an alternative map function that can be applied to the expression that nix-eval-jobs receives: https://github.com/nix-community/nix-eval-jobs/pull/378 | 13:47:52 |
John Ericson | @joerg:thalheim.io: I think it can still be pure? | 15:47:58 |
John Ericson | Can get flake with lock file info be done with pure eval? | 15:48:29 |
Mic92 | https://github.com/nix-community/nix-eval-jobs/blob/a579b1a416dc04d50c0dc2832e9da24b0d08dbac/src/nix-eval-jobs.cc#L454 | 15:49:14 |
John Ericson | If you pass --pure-eval what happens? | 15:51:51 |
John Ericson | I thought we had some logic to do an initial fetch so we had the info we needed for pure eval? | 15:52:11 |
John Ericson | We can do the new flag in nix eval jobs, but it isn't really a nix eval jobs -specific problem, so I rather have a more general solution | 15:52:46 |
Mic92 | John Ericson: that wouldn't work with getFlakes because those inputs are not populated into the nix path. | 16:15:04 |
Mic92 | * John Ericson: --pure-eval- wouldn't work with getFlakes because those inputs are not populated into the nix path. | 16:25:01 |
Mic92 | * John Ericson: --pure-eval wouldn't work with getFlakes because those inputs are not populated into the nix path. | 16:25:06 |
| Aangularity joined the room. | 17:31:19 |
2 Sep 2025 |
| Wolfgang Walther joined the room. | 14:09:19 |
3 Sep 2025 |
| ghpzin joined the room. | 07:30:01 |
4 Sep 2025 |
| connor (he/him) (UTC-7) changed their display name from connor (he/him) (UTC+1) to connor (he/him) (UTC+2). | 17:02:53 |
8 Sep 2025 |
| inayet set a profile picture. | 02:15:40 |