!RROtHmAaQIkiJzJZZE:nixos.org

NixOS Infrastructure

415 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.127 Servers

Load older messages


SenderMessageTime
21 Apr 2026
@hexa:lossy.networkhexawas a fun hour or two, but it did build for me14:57:17
@hexa:lossy.networkhexarestarted and bumped, because it's needed for yt-dlp14:57:47
@mdaniels5757:matrix.orgmdaniels5757Redacted or Malformed Event23:20:49
@mdaniels5757:matrix.orgmdaniels5757 *

Also deno on aarch64-linux is both failing and cached? https://hydra.nixos.org/build/326614946

% nom-build -A deno --max-jobs 1 --cores 40
this path will be fetched (36.40 MiB download, 154.06 MiB unpacked):
  /nix/store/hlcqry5vcs08x9dqm8gdlrs748fc433f-deno-2.7.12
copying path '/nix/store/hlcqry5vcs08x9dqm8gdlrs748fc433f-deno-2.7.12' from 'https://cache.nixos.org'
┏━━━ Downloads       │ Host
┃        │     │     │ localhost
┃        │ ↓ 1 │     │ https://cache.nixos.org
┗━ ∑ ↓ 0 │ ↓ 1 │ ⏸ 0 │ Finished at 23:16:11 after 5s
/nix/store/hlcqry5vcs08x9dqm8gdlrs748fc433f-deno-2.7.12
23:20:57
@mdaniels5757:matrix.orgmdaniels5757 *

Also deno on aarch64-linux is both failing and cached? https://hydra.nixos.org/build/326614946

% nom-build -A deno
this path will be fetched (36.40 MiB download, 154.06 MiB unpacked):
  /nix/store/hlcqry5vcs08x9dqm8gdlrs748fc433f-deno-2.7.12
copying path '/nix/store/hlcqry5vcs08x9dqm8gdlrs748fc433f-deno-2.7.12' from 'https://cache.nixos.org'
┏━━━ Downloads       │ Host
┃        │     │     │ localhost
┃        │ ↓ 1 │     │ https://cache.nixos.org
┗━ ∑ ↓ 0 │ ↓ 1 │ ⏸ 0 │ Finished at 23:16:11 after 5s
/nix/store/hlcqry5vcs08x9dqm8gdlrs748fc433f-deno-2.7.12
23:21:19
@mdaniels5757:matrix.orgmdaniels5757Deno is also failing on aarch64-linux (https://hydra.nixos.org/build/326614946); /nix/store/w6xna8ysbkqxgcwzjv3wvdlqhqxnghj6-deno-2.7.12 is on the community builder so it definitely has succeeded before.23:23:44
@hexa:lossy.networkhexaloving flaky tests on a 2 hour build23:26:20
@hexa:lossy.networkhexaget's me in a mood23:26:26
22 Apr 2026
@mynacol:mynacol.xyzmynacolOh man, why are there so many issues after merging my PR? 😅 I had maybe one strange build failue in the ~30 test builds while developing that PR. I created https://github.com/NixOS/nixpkgs/pull/512137 to skip at lest one failing test.08:42:47
@mynacol:mynacol.xyzmynacolAnd I don't understand the hydra website. https://hydra.nixos.org/build/326614946 and https://hydra.nixos.org/build/326734886 succeeded but the log shows errors; and https://hydra.nixos.org/build/326734884 and https://hydra.nixos.org/build/326734883 failed (timed out), but in the logs it succeeded. Is that a known Hydra bug/inconsistency?08:42:50
@rick:matrix.ciphernetics.nlRick (Mindavi)
In reply to @mynacol:mynacol.xyz
And I don't understand the hydra website. https://hydra.nixos.org/build/326614946 and https://hydra.nixos.org/build/326734886 succeeded but the log shows errors; and https://hydra.nixos.org/build/326734884 and https://hydra.nixos.org/build/326734883 failed (timed out), but in the logs it succeeded. Is that a known Hydra bug/inconsistency?
Rebuilds keep the old logs as well, is that what you maybe see?
08:44:26
@mynacol:mynacol.xyzmynacolI just clicked on the log of e.g. https://hydra.nixos.org/build/326734886 and it shows failures despite succeeding. Could very well be an old log, but then how do I get/see the new one?08:46:28
@hexa:lossy.networkhexaHuh, odd08:47:00
23 Apr 2026
@arianvp:matrix.orgArian Moving this from private channel to public because the incident is now public https://www.githubstatus.com/incidents/zsg1lk7w13cf I think we should disable merge queues in nixpkgs as a pre-caution. Just had a repo corrupt itself at work due to this incident. We don't have squash merges in nixpkgs so maybe we're not affected but it'd prefer to be cautious. @lassulus:lassul.us do you have permission bits to disable this on the repo? 20:17:40
@winter:catgirl.cloudWinternot sure i love that idea20:23:50
@winter:catgirl.cloudWinter cc mdaniels5757 20:24:21
@winter:catgirl.cloudWinter 20:24:27
@arianvp:matrix.orgArianI'm hoping we're not affected because of us not having squash/rebase enabled ... But who knows20:26:01
@emilazy:matrix.orgemilyI don't think there's reason for us to act if they've explicitly narrowed it down that way20:28:40
@emilazy:matrix.orgemily(though admittedly they also don't say "corruption", do you have any details on that?)20:29:08
@emilazy:matrix.orgemilyI expect any issue along those lines is far less likely with merge commits since it's not rewriting commits20:29:21
@emilazy:matrix.orgemily i.e. the way they've narrowed it down makes me strongly suspect it's an issue in their reimplementation of git replay type functionality 20:29:42
@emilazy:matrix.orgemily (I hope enough people have git clone --mirrors of Nixpkgs that we would be fine even if something did go wrong at least… and also that GitHub has backups… 😬) 20:30:30
@arianvp:matrix.orgArianSquash merge the merge queue generated contained random reverts of a bunch of commits. Turned a 12 line 1 file diff into a 2500 line 207 file diff20:31:07
24 Apr 2026
@vcunat:matrix.orgVladimír ČunátThey reported it as resolved, 6-7h ago now. So I guess we're good.04:15:41
22 May 2021
@grahamc:nixos.org@grahamc:nixos.org set the history visibility to "world_readable".17:01:28
@grahamc:nixos.org@grahamc:nixos.org changed the room name to "" from "".17:01:28
@cole-h:matrix.orgcole-h joined the room.17:03:05
@andi:kack.itandi- joined the room.17:18:59
@sandro:supersandro.deSandro joined the room.17:21:35

Show newer messages


Back to Room ListRoom Version: 6