!RROtHmAaQIkiJzJZZE:nixos.org

NixOS Infrastructure

272 Members
Next Infra call: 2024-07-11, 18:00 CEST (UTC+2) | Infra operational issues backlog: https://github.com/orgs/NixOS/projects/52 | See #infra-alerts:nixos.org for real time alerts from Prometheus.86 Servers

Load older messages


SenderMessageTime
19 Oct 2024
@hexa:lossy.networkhexa (signing key rotation when)modules/nix.nix 33: nix.package = pkgs.nixVersions.nix_2_19;21:03:40
@hexa:lossy.networkhexa (signing key rotation when)god damnit21:03:42
@hexa:lossy.networkhexa (signing key rotation when)unpinned21:04:42
@hexa:lossy.networkhexa (signing key rotation when)eval triggered21:04:45
@artturin:matrix.orgArtturin
In reply to @hexa:lossy.network
god damnit
  warnings =
    let
      nixPackage = config.nix.package;
      hydraNix = config.services.hydra.package.nix;
    in
    [
      ''`nix.package` version: ${nixPackage.version}''
      ''`services.hydra.package.nix` version: ${hydraNix.version}''
    ];
21:15:16
@hexa:lossy.networkhexa (signing key rotation when)kicked all x86 machines at EM21:15:48
@hexa:lossy.networkhexa (signing key rotation when)yeah, if they were in the same repo 😄 21:16:08
@hexa:lossy.networkhexa (signing key rotation when)there is some backlog here21:16:18
@artturin:matrix.orgArtturin
In reply to @hexa:lossy.network
yeah, if they were in the same repo 😄

Here's one just for nix which alerts if the nix version is different from the default

  warnings =
    let
      nixPackage = config.nix.package;
      nixPackageDefault = options.nix.package.default;
    in
    lib.optionals (nixPackage != nixPackageDefault) [
      ''`nix.package` is pinned to ${nixPackage.version}, default is ${nixPackageDefault.version}''
    ];
21:34:17
@artturin:matrix.orgArtturin
In reply to @hexa:lossy.network
yeah, if they were in the same repo 😄
*

Here's one just for nix which alerts if the nix version is different from the default

  warnings =
    let
      nixPackage = config.nix.package;
      nixPackageDefault = options.nix.package.default;
    in
    lib.optionals (nixPackage != nixPackageDefault) [
      ''`nix.package` is pinned to ${nixPackage.version}, default is ${nixPackageDefault.version}''
    ];
21:34:25
@hexa:lossy.networkhexa (signing key rotation when)thanks, I'll keep that handy21:40:08
@hexa:lossy.networkhexa (signing key rotation when)I just have to think about in what combination it makes the most sense21:40:23
@vcunat:matrix.orgvcunatWhole EM jobset done now 😅22:24:41
@hexa:lossy.networkhexa (signing key rotation when)booted the arm builders there as well22:33:41
@hexa:lossy.networkhexa (signing key rotation when)we should be good then22:33:45
@vcunat:matrix.orgvcunatx86 ones don't seem good yet. Maybe they took old version because the whole eval wasn't finished?22:36:47
@vcunat:matrix.orgvcunat * x86 ones don't seem good yet (no stuff being built on them). Maybe they took old version because the whole eval wasn't finished?22:37:14
@hexa:lossy.networkhexa (signing key rotation when)I checked one before booting the others22:37:39
@hexa:lossy.networkhexa (signing key rotation when)the eval doesn't need to be finished apparently22:37:45
@hexa:lossy.networkhexa (signing key rotation when)
❯ ssh root@80ad8720.packethost.net
[root@nixos:~]# nix --version
nix (Nix) 2.24.9
22:38:36
@hexa:lossy.networkhexa (signing key rotation when)random sample22:38:45
@hexa:lossy.networkhexa (signing key rotation when)hm ok22:43:32
@hexa:lossy.networkhexa (signing key rotation when)Oct 19 22:43:21 rhea hydra-queue-runner[3665067]: possibly transient failure building ‘/nix/store/2jaiapw5i9lwd1ih1vxsrcks2jjwhbip-clang-at-least-16-LLVMgold-path.patch.drv’ on ‘root@5e4f5789.packethost.net’: error: invalid character in Base64 string: '' 22:43:35
@hexa:lossy.networkhexa (signing key rotation when)Oct 19 22:43:21 rhea hydra-queue-runner[3665067]: possibly transient failure building ‘/nix/store/7nglzcyk898mr827mcvnyka9fs7q1j45-directx-headers-armv6l-unknown-linux-gnueabihf-1.614.0.drv’ on ‘root@5e4f5789.packethost.net’: error: invalid character in Base64 string: '' 22:43:38
@hexa:lossy.networkhexa (signing key rotation when)Oct 19 22:43:21 rhea hydra-queue-runner[3665067]: possibly transient failure building ‘/nix/store/mc1rrbgi3s9ibhwn834prl3bklf5kcv1-rust-cbindgen-0.27.0.drv’ on ‘root@5e4f5789.packethost.net’: error: invalid character in Base64 string: '' 22:43:42
@hexa:lossy.networkhexa (signing key rotation when)Oct 19 22:43:21 rhea hydra-queue-runner[3665067]: possibly transient failure building ‘/nix/store/9p6rqdbcy68a8nn3s1alygyq473wfj9m-libXxf86vm-armv6l-unknown-linux-gnueabihf-1.1.5.drv’ on ‘root@5e4f5789.packethost.net’: error: invalid character in Base64 string: '' 22:43:44
@hexa:lossy.networkhexa (signing key rotation when)
❯ ssh root@5e4f5789.packethost.net -i ~/.ssh/id_nix-infra

[root@nixos:~]# nix --version
nix (Nix) 2.24.9
22:44:22
@hexa:lossy.networkhexa (signing key rotation when)that's great22:44:32
@hexa:lossy.networkhexa (signing key rotation when)so we're seeing a hydra compat issue maybe?22:44:47
@hexa:lossy.networkhexa (signing key rotation when) John Ericson: ptal when you have time 22:51:16

Show newer messages


Back to Room ListRoom Version: 6