| 12 Apr 2026 |
hexa | infra has nothing to do with nixos-search | 20:36:17 |
hexa | https://github.com/NixOS/nixos-search | 20:36:28 |
hexa | raboof? | 20:36:37 |
jappie | network tab shows
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [latest-45-nixos-unstable]","resource.type":"index_or_alias","resource.id":"latest-45-nixos-unstable","index_uuid":"_na_","index":"latest-45-nixos-unstable"}],"type":"index_not_found_exception","reason":"no such index [latest-45-nixos-unstable]","resource.type":"index_or_alias","resource.id":"latest-45-nixos-unstable","index_uuid":"_na_","index":"latest-45-nixos-unstable"},"status":404}
which is related to this PR yesterday https://github.com/NixOS/nixos-search/pull/1189/changes#diff-a873f4d3cbf7590c99ffb8d3289af09df174091d315d2777cdb1132fc8d30a09 | 20:55:52 |
hexa | commented on the RP | 20:57:43 |
hexa | Redacted or Malformed Event | 20:57:45 |
jappie | ah, and one hour ago here: https://github.com/NixOS/nixos-search/commit/7a259ff093a55bee80e821f7c21a3ea204b87eeb#diff-a873f4d3cbf7590c99ffb8d3289af09df174091d315d2777cdb1132fc8d30a09 (this one updates the frontend version) | 20:58:04 |
| 13 Apr 2026 |
| Alesya changed their display name from Alesya Huzik to Alesya. | 01:46:58 |
raboof | thanks for the ping, workaround deployed, tracking the proper fix in https://github.com/NixOS/nixos-search/issues/1197 | 07:10:04 |
Mic92 | hexa (signing key rotation when): Simon Hauser I started integrating ofborg infra in the nixos infra repo, in the hope that we than have an easier time keeping everything up-to-date: https://github.com/NixOS/infra/pull/1009 | 07:37:13 |
Mic92 | I also noticed my age keys were not enrolled for these machines | 07:37:40 |
Mic92 | dgrig: did this happen? https://github.com/NixOS/infra/issues/968 | 08:40:02 |
hexa | it did | 11:16:38 |
hexa | https://github.com/FiloSottile/age/issues/537#issuecomment-1907361675
https://github.com/FiloSottile/age/issues/142#issuecomment-1001161195 | 11:27:33 |
hexa | also https://github.com/str4d/rage/issues/272#issuecomment-2179600832 | 11:30:36 |
uep | https://hydra.nixos.org/jobset/nixos/unstable shows 4 days since the last eval. I know there were disk space and other issues, as above, but I'm assuming they're now resolved. Is there still an issue? | 22:23:41 |
uep | Or, as I suddenly realise, is this just awkward timing and rounding - an eval may kick off any minute on the every-2-days schedule, with one having been missed? | 22:24:30 |
uep | I'll assume it's that for now, there's no real reason to expect an eval to have started immediately after the issue was resolved. | 22:27:13 |
hexa | dovecot changes caused eval errors | 22:31:20 |
hexa | merged https://github.com/NixOS/nixpkgs/pull/509691 just now to unblock | 22:32:01 |
hexa | still not enough | 22:32:49 |
hexa | error:
Failed assertions:
- The option definition `services.dovecot2.enableImap' in `/home/hexa/git/nixos/master/nixos/tests/gitlab/gitlab.nix' no longer has any effect; please remove it
Set 'services.dovecot2.settings.protocols.imap = true/false;' instead.
- services.dovecot2: Since Dovecot 2.4, the option 'services.dovecot2.settings.dovecot_config_version' must be explicitly set.
To retain compatibility with future updates, set the following and manually update as needed.
services.dovecot2.settings.dovecot_config_version = "2.4.3";
Alternatively, you can automatically update to newer versions of the configuration format, which might break compatibility with future updates.
services.dovecot2.settings.dovecot_config_version = config.services.dovecot2.package.version;
See <https://doc.dovecot.org/latest/installation/upgrade/2.3-to-2.4.html>.
- services.dovecot2: Since Dovecot 2.4, the option 'services.dovecot2.settings.dovecot_storage_version' must be explicitly set.
Set it to the oldest version the storage should stay compatible with, for example the following for the currently selected version.
services.dovecot2.settings.dovecot_storage_version = "2.4.3";
See <https://doc.dovecot.org/latest/installation/upgrade/2.3-to-2.4.html>.
note: trace involved the following derivations:
derivation 'vm-test-run-gitlab'
derivation 'nixos-test-driver-gitlab'
derivation 'nixos-vm'
| 22:33:00 |
hexa | https://githuib.com/nixos/nixpkgs/pull/509688 | 22:33:21 |
hexa | Redacted or Malformed Event | 22:33:47 |
| 14 Apr 2026 |
leona | also we should merge staging-nixos bc. of https://github.com/NixOS/nixpkgs/pull/509378 | 07:53:01 |
Vladimír Čunát | Right, we only have ~ 10% of nixos.tests.* built on the current eval. | 07:57:38 |
Vladimír Čunát | So it makes sense for efficiency. | 07:58:47 |
Vladimír Čunát | https://github.com/NixOS/nixpkgs/pull/509851 | 08:00:28 |
Vladimír Čunát | * https://github.com/NixOS/nixpkgs/pull/509851 🚀 | 08:00:39 |
Vladimír Čunát | It also switches the default Nix branch. | 08:01:33 |