OfBorg | 174 Members | |
| Number of builds and evals in queue: <TBD> | 65 Servers |
| Sender | Message | Time |
|---|---|---|
| 4 Oct 2022 | ||
| 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 | |
In reply to @qyliss:fairydust.spaceMy intuition leads me to believe that can happen when the "build log" is empty for whatever reason (https://github.com/NixOS/ofborg/blob/231953bf2ee6304be2be1ea8d029fd76df1b3f5d/ofborg/src/tasks/build.rs#L371-L375). I looked at the logs and there is indeed nothing between those scissor lines, so that would make sense to me. I'm not particularly worried that it happened, but I'm curious as to why tests.installer didn't have any output there... | 14:37:44 | |
Download image.png | 14:38:07 | |
| probably cached? | 14:38:52 | |
| Yeah, that's what I'm thinking as well. | 14:39:07 | |
| ideally cached should not 404 😛 | 14:39:20 | |
| More accurately, empty log should probably not 404 | 14:39:39 | |
In reply to @ncfavier:matrix.orgEssentially, I don't care either way, but I don't know if there's a way (using the API) to get the action to be marked successful once ofborg's started working on it. | 14:41:50 | |
| Maybe you could start with looking at the valid values for this and go from there: https://github.com/NixOS/nixpkgs/blob/e32a01b9226da663106ceee40594443fef24dfda/.github/workflows/pending-clear.yml#L5 | 14:47:10 | |
yeah i glanced over the API docs already but there's only completed | 15:03:04 | |
| If there's no other easy way to look at when ofborg first pushes a status, then I think changing the wording would be fine :) | 15:13:47 | |
| 12 Oct 2022 | ||
| Where do I poke ofborg to make it recalculate the labels? | 11:35:38 | |
| It's not doing that on https://github.com/NixOS/nixpkgs/pull/191357 | 11:35:43 | |
| eval should to that imo | 11:42:56 | |
| That's what I thought too | 12:06:18 | |
| But it doesn't match my nixpkgs-review numbers | 12:06:30 | |
| Unless it's also counting broken packages? | 12:06:39 | |
You can see which packages it thinks has changed, and for which architecture, by clicking the "Details" link next to the ofborg-eval — ^.^! status. That'll tell you what ofborg thinks changed. | 16:28:41 | |