30 Jun 2025 |
emily | did that get deployed? :) | 00:08:08 |
Simon Hauser | yeah. aarch64-linux went from 3h -> 5h build timeout. darwin from 1h -> 5h | 06:40:28 |
6 Jul 2025 |
| dgrig joined the room. | 21:16:40 |
7 Jul 2025 |
hexa | ofborg is now also included in #infra-alerts:nixos.org | 17:00:24 |
hexa | and I added the dns for builders/evaluators a while ago | 17:00:42 |
| Pol joined the room. | 20:25:00 |
| ponzu_sause joined the room. | 20:27:49 |
| xanderio joined the room. | 20:30:19 |
ponzu_sause | Hi, can someone explain to me why my package is not updating ? The commands that are ran to update the package do not fail, but there is some sort of error with the packge being unfree. Thanks !
https://nixpkgs-update-logs.nix-community.org/whatsapp-for-mac/2025-07-01.log | 20:31:39 |
emily | it will only build Linux packages and only build free packages and only send PRs for packages it will build | 20:37:16 |
ponzu_sause | Okay thank you ! | 20:41:07 |
| colemickens left the room. | 21:48:38 |
| jonhermansen joined the room. | 23:57:09 |
8 Jul 2025 |
Pol | Why is ofborg so slow for the moment? It's been more than a day for some PR and the build job hasn't started yet. Is it under heaver load at the moment? | 04:27:28 |
Pol | Example: https://github.com/NixOS/nixpkgs/pull/423377 | 14:11:33 |
Pol | Ofborg is suddenly super slow... what's going on ? | 14:11:44 |
hexa | https://grafana.nixos.org/d/99e834e6-a16a-400d-9dd1-b55f2a4f2d95/ofborg?orgId=1&from=now-15m&to=now&timezone=utc&var-node=$__all&editIndex=0 | 14:20:32 |
Pol | Thanks for the link, I was not aware of that grafana interface. I will carefully look from home later on. | 14:40:41 |
| Janne joined the room. | 21:23:56 |
| Janne Heß left the room. | 21:24:12 |
9 Jul 2025 |
| Janne Heß joined the room. | 16:34:55 |
| Janne Heß left the room. | 16:35:01 |
13 Jul 2025 |
Pol | I've been looking into it, but I have no clue why ofborg became so slow, can you help me figuring out? | 09:23:15 |
| Wulpey joined the room. | 18:20:04 |
Pol | Things that usually went fast are ... utterly slow, e.g.: https://github.com/NixOS/nixpkgs/pull/424471 | 19:09:42 |
14 Jul 2025 |
Simon Hauser | two hardware runner crashed/are offline, i can no longer ping them. i asked why they are down. that resulted in a backlog. i asked why they are down and if we can get them back running asap | 06:43:42 |
Pol | Probably why it is so slow | 06:52:00 |
emily | are these still the donated machines? | 16:18:20 |
15 Jul 2025 |
hexa | please adopt nixos/infra gc settings on the ofborg macs, so monitoring shuts up 🙂
gc = {
automatic = true;
interval = {
# hourly at the 15th minute
Minute = 15;
};
# ensure up to 125G free space every hour
options = "--max-freed $(df -k /nix/store | awk 'NR==2 {available=$4; required=125*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}')";
};
| 15:13:28 |
hexa | see #infra-alerts:nixos.org for the noise caused right now | 15:13:57 |