OfBorg | 174 Members | |
| Number of builds and evals in queue: <TBD> | 61 Servers |
| Sender | Message | Time |
|---|---|---|
| 22 Sep 2022 | ||
| If that looks sane, you can also send me what you're running into and I can attempt to reproduce it manually on one of the boxes (DM or here, either works fine) | 22:06:15 | |
| 23 Sep 2022 | ||
Download image.png | 09:30:46 | |
| That is new https://github.com/NixOS/nixpkgs/pull/192456 https://logs.nix.ci/?key=nixos/nixpkgs.192456&attempt_id=6cf55d02-40ff-459f-9bc3-0c4b80a2520e | 09:30:53 | |
| 24 Sep 2022 | ||
| 12:51:02 | ||
Download image.png | 12:51:09 | |
| I might have confused ofborg | 12:51:13 | |
| https://github.com/NixOS/nixpkgs/pull/192762 | 12:51:21 | |
| 30 Sep 2022 | ||
| 10:47:27 | ||
| 4 Oct 2022 | ||
| https://github.com/NixOS/nixpkgs/pull/194420 | 16:33:25 | |
| tested parsedmarc and graylog | 16:33:26 | |
| both failed to eval, because unfree | 16:33:31 | |
| ofborg reported success | 16:33:35 | |
| nix exits with 1 when trying to build that, so ofborg should never tell me it succeeded 😄 | 16:34:34 | |
| Can we run ofborg with --check/--rebuild if the attr it is suppoed to build is a FOD? | 16:53:46 | |
| While fixing fonts I noticed that there are many which do not build anymore because the postFetch script is wrong and bit rotted. | 16:54:11 | |
In reply to @sandro:supersandro.de --check fails if the derivation isn't in the store already, but yes this is a good idea might want to make an issue for it (if one doesn't exist) just so it gets formally tracked? | 18:01:50 | |
| 🤔 could be hard to detect if it comes from cache | 18:20:21 | |
| yeah | 18:23:13 | |
| unless we query the cache ourselves | 18:23:19 | |
| 7 Oct 2022 | ||
| 22:31:46 | ||
| this looks pretty broken to me: https://logs.nix.ci/?key=nixos/nixpkgs.194796&attempt_id=bcf8d7d7-7ef5-4f5f-b1a0-a851f3e3466c
| 22:36:57 | |
In reply to @zseri:matrix.orgIdk why there's no log but the failure is probably a timeout because the darwin machines are slow Usually happens on staging | 23:16:38 | |
| 11 Oct 2022 | ||
| Is something up with running NixOS tests on OfBorg? When hexa and I try to look up the logs of this OfBorg run https://github.com/NixOS/nixpkgs/pull/195437/checks?check_run_id=8812239013, we see 404 HTML where the logs should be. | 00:17:02 | |
| Hmm, I think I've seen it happen before but I don't know why it happens. I'll take a look tomorrow (I've set a reminder). | 00:54:29 | |
| can we talk about the "pending status [that] will be cleared when ofborg starts eval" that's only cleared when ofborg finishes eval? | 10:11:17 | |
| it is mildly infuriating | 10:11:37 | |
| is it actually supposed to be cleared when ofborg starts eval, or should the text say "finishes"? | 10:12:26 | |
| it looks like the former was intended: https://github.com/NixOS/ofborg/pull/527 | 10:30:49 | |
| did that ever work? | 10:30:55 | |
| The "pending status" thing is entirely implemented in Nixpkgs, ofborg doesn't interact with it at all (the action interacts with the GitHub API to check if ofborg has any statuses, or something like that). The "clear pending action" is implemented here: https://github.com/NixOS/nixpkgs/blob/e32a01b9226da663106ceee40594443fef24dfda/.github/workflows/pending-clear.yml | 14:34:12 | |