!RROtHmAaQIkiJzJZZE:nixos.org

NixOS Infrastructure

271 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
@fabianhjr:matrix.orgFabiรกn Herediahttps://hydra.nixos.org/build/275186027 Unsure about this errors, a lot of aarch64-linux getting aborted without logs available and hydra saying: "Aborted: error: invalid character in Base64 string: ''"19:47:01
@hexa:lossy.networkhexa (signing key rotation when)we are on it19:47:15
@vcunat:matrix.orgvcunatGuess what. The jobs to update equinix machines can't progress.19:57:48
@vcunat:matrix.orgvcunatWe'd first need to update them ๐Ÿคฆ19:58:00
@hexa:lossy.networkhexa (signing key rotation when)so why can some things progress and other things can't19:58:26
@hexa:lossy.networkhexa (signing key rotation when)that's a bit annoying19:58:32
@vcunat:matrix.orgvcunatWait, I think there might be a way around.20:00:06
@vcunat:matrix.orgvcunatThrough the non-EM machines.20:00:55
@hexa:lossy.networkhexa (signing key rotation when)we could also nixos-rebuild --target-host some EM builders20:01:57
@hexa:lossy.networkhexa (signing key rotation when)I think20:02:10
@vcunat:matrix.orgvcunatUpgrading the Hetzner aarch and t24a (x86).20:05:43
@vcunat:matrix.orgvcunatDone. Now building kernels for the EM images.20:21:49
@hexa:lossy.networkhexa (signing key rotation when)
[root@nixos:~]# nix --version
nix (Nix) 2.19.6

[root@nixos:~]# uname -a
Linux nixos 6.6.57 #1-NixOS SMP PREEMPT_DYNAMIC Thu Oct 17 13:24:38 UTC 2024 x86_64 GNU/Linux
21:00:29
@hexa:lossy.networkhexa (signing key rotation when)new kernel, old nix21:00:39
@hexa:lossy.networkhexa (signing key rotation when)nix.package points to pkgs.nix21:02:54
@hexa:lossy.networkhexa (signing key rotation when)on master that points to 2.24.921:03:03
@hexa:lossy.networkhexa (signing key rotation when)on nixos-unstable-small as well21:03:25
@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

Show newer messages


Back to Room ListRoom Version: 6