| 11 Nov 2023 |
fgaz | Oh... https://github.com/nix-community/aarch64-build-box/pull/164 | 18:53:32 |
@cole-h:matrix.org | I should close that since that problem has been resolved (for now). | 18:53:53 |
fgaz | thanks for your work š | 18:54:06 |
@cole-h:matrix.org | In reply to @fgaz:matrix.org What happened to the aarch64 machine? I can't reach it Should be back up and running for now. I don't expect it to behave poorly again, but anything's possible. | 20:50:59 |
eyJhb | In reply to @fgaz:matrix.org Oh... https://github.com/nix-community/aarch64-build-box/pull/164 cole-h: is there any intend to shut down the box? | 21:00:51 |
@cole-h:matrix.org | No. | 21:00:59 |
eyJhb | Okay :) The first comment was just... confusing. | 21:02:56 |
| 12 Nov 2023 |
Jonas Chevalier | I moved the repo the aarch64-build-box to the NixOS org to reduce confusion | 11:01:50 |
Jonas Chevalier | the repo is now owned by the infra team | 11:01:58 |
| 13 Nov 2023 |
zowoq | In reply to @raitobezarius:matrix.org Mic92: I feel like merge queues interact weirdly with buildbot: https://buildbot.nix-community.org/#/builders/284/builds/3 We're using merge queue in the infra repo and haven't had any problems, looks like this repo doesn't have required status checks set? | 06:52:37 |
Mic92 | In that case the issue was that it couldn't fetch the code from github. | 08:01:21 |
Mic92 | Creating a fix for this is higher on my TODO list for buildbot now. | 08:01:52 |
zowoq | In reply to @joerg:thalheim.io In that case the issue was that it couldn't fetch the code from github. This error? https://buildbot.nix-community.org/#/builders/7/builds/4 https://hercules-ci.com/github/nix-community/lanzaboote/jobs/1385 | 08:12:03 |
Robert Hensing (roberth) | Nix doesn't retry this kind of error. I'd fix it if we weren't overhauling that code right now with the Nix team | 08:13:54 |
Robert Hensing (roberth) | and it seems that github has gotten flakier since about a month or so | 08:14:42 |
Robert Hensing (roberth) | https://github.com/NixOS/nix/issues/9153 | 08:15:58 |
zowoq | I think it is failing because the temporary branch for the queue has already been merged and deleted before the CI starts. | 08:17:29 |
Robert Hensing (roberth) | oh, yeah different error actually | 08:18:46 |
Robert Hensing (roberth) | nvm | 08:18:47 |
Robert Hensing (roberth) |
looks like this repo doesn't have required status checks set?
That would explain it
| 08:19:27 |
| 14 Nov 2023 |
| Paul-Nicolas Madelaine joined the room. | 13:37:35 |
GaƩtan Lepage | Are some of you able to perform remote builds on build-box.nix-community.org without being a trusted-user ? | 17:17:48 |
GaƩtan Lepage | I face the following error:
error: cannot add path '/nix/store/chcvbs2qfc1han25g7l9zvragvkppibi-libuv-1.47.0' because it lacks a signature by a trusted key
| 17:20:02 |
Lily Foster | In reply to @glepage:matrix.org Are some of you able to perform remote builds on build-box.nix-community.org without being a trusted-user ? what is your nix version? | 17:37:41 |
GaƩtan Lepage | 2.18 | 17:45:21 |
GaƩtan Lepage | Actually, I think that is caused by the fact that this specific derivation was partially built on my system or somewhere else | 17:45:46 |
GaƩtan Lepage | I tried building something else and it now works fine | 17:45:59 |
GaƩtan Lepage | I was previsely in the "Known failure mode" / "should fail" case of this PR: https://github.com/NixOS/nix/pull/3921 | 17:46:41 |
GaƩtan Lepage | * I was precisely in the "Known failure mode" / "should fail" case of this PR: https://github.com/NixOS/nix/pull/3921 | 17:47:04 |
GaƩtan Lepage | Hmmm no, it happened again. | 17:47:53 |