!RROtHmAaQIkiJzJZZE:nixos.org

NixOS Infrastructure

483 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.151 Servers

Load older messages


SenderMessageTime
23 Jun 2026
@joerg:thalheim.ioMic92Is it actually rebuilding indirect steps if you do this on the web?17:45:03
@k900:0upti.meK900 It should 17:45:34
@joerg:thalheim.ioMic92As in it did in the past?17:46:43
@k900:0upti.meK900Yes17:46:50
@joerg:thalheim.ioMic92Or it would be desirable 17:46:53
@k900:0upti.meK900Also yes17:46:58
@k900:0upti.meK900 (though ideally we would not have the concept of indirect steps, but that's way more work) 17:47:14
@joerg:thalheim.ioMic92It might be actually more explicit now which is why restart now restarts less. But don't have this code mapped out in my head18:00:02
@k900:0upti.meK900https://github.com/NixOS/nixpkgs/pull/53468218:01:20
@k900:0upti.meK900For the other thing18:01:30
@citerism:matrix.orgciterism joined the room.18:18:18
@elisaado:elisaado.comEli Saado joined the room.18:39:55
@isabel:isabelroses.comisabel changed their profile picture.19:54:31
@joerg:thalheim.ioMic92tcl-x86_64-w64-mingw32> In file included from /build/tcl8.6.16/generic/tclInt.h:36, tcl-x86_64-w64-mingw32> from /build/tcl8.6.16/generic/tclIO.c:15: tcl-x86_64-w64-mingw32> /build/tcl8.6.16/generic/tclPort.h:21:13: fatal error: tclWinPort.h: No such file or directory tcl-x86_64-w64-mingw32> 21 | # include "tclWinPort.h" tcl-x86_64-w64-mingw32> | ^~~~~~~~~~~~~~ tcl-x86_64-w64-mingw32> compilation terminated. tcl-x86_64-w64-mingw32> make: *** [Makefile:1157: tclIndexObj.o] Error 1 tcl-x86_64-w64-mingw32> make: *** [Makefile:1154: tclHistory.o] Error 1 tcl-x86_64-w64-mingw32> make: *** [Makefile:1163: tclIO.o] Error 1 20:17:09
@joerg:thalheim.ioMic92I can reproduce this build error also locally20:17:17
@joerg:thalheim.ioMic92So this one is not a GC race. Would be also really weird to have the exact same one over and over again20:17:36
@joerg:thalheim.ioMic92This race condition is actually fixed in nix-eval-jobs master: https://github.com/NixOS/nix-eval-jobs/pull/40220:25:56
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)
In reply to @joerg:thalheim.io
tcl-x86_64-w64-mingw32> In file included from /build/tcl8.6.16/generic/tclInt.h:36, tcl-x86_64-w64-mingw32> from /build/tcl8.6.16/generic/tclIO.c:15: tcl-x86_64-w64-mingw32> /build/tcl8.6.16/generic/tclPort.h:21:13: fatal error: tclWinPort.h: No such file or directory tcl-x86_64-w64-mingw32> 21 | # include "tclWinPort.h" tcl-x86_64-w64-mingw32> | ^~~~~~~~~~~~~~ tcl-x86_64-w64-mingw32> compilation terminated. tcl-x86_64-w64-mingw32> make: *** [Makefile:1157: tclIndexObj.o] Error 1 tcl-x86_64-w64-mingw32> make: *** [Makefile:1154: tclHistory.o] Error 1 tcl-x86_64-w64-mingw32> make: *** [Makefile:1163: tclIO.o] Error 1
That’s not the error I was talking about
20:31:31
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)There were the other ones that seem to have succeeded after I restarted those20:31:50
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)
In reply to @joerg:thalheim.io
This race condition is actually fixed in nix-eval-jobs master: https://github.com/NixOS/nix-eval-jobs/pull/402
Hm that PR is about the local store, not the fetcher cache db
20:34:32
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)Either way looks like a nix/nej issue20:34:41
@joerg:thalheim.ioMic92Redacted or Malformed Event20:38:18
@joerg:thalheim.ioMic92Redacted or Malformed Event20:38:29
@joerg:thalheim.ioMic92I think I can just fix this the same way as the other PR20:41:18
@joerg:thalheim.ioMic92https://github.com/NixOS/nix-eval-jobs/pull/42220:43:50
@khaneliman:matrix.orgAustin Horstman Wasn't sure where to ask, but I'll reach out in here on a question I have related to pkgsCross and that releae-cross hydra set. We were adding wasm support for tree-sitter and I was recommended to add the set to the release-cross so that hydra builds and caches the wasm grammars. It's about ~350 per platform. Is that an issue for increasing hydra build counts for cross? https://github.com/NixOS/nixpkgs/pull/534687 21:33:46
@khaneliman:matrix.orgAustin Horstman * Wasn't sure where to ask, but I'll reach out in here on a question I have related to pkgsCross and that releae-cross hydra set. We were adding wasm support for tree-sitter and I was recommended to add the set to the release-cross so that hydra builds and caches the wasm grammars. It's about ~300 per platform. Is that an issue for increasing hydra build counts for cross? https://github.com/NixOS/nixpkgs/pull/534687 21:34:16
24 Jun 2026
@dramforever:matrix.orgdramforever"per platform" isn't a big deal if the number of platforms is 101:36:31
@dramforever:matrix.orgdramforever the release-cross file is organized by platforms. you want to add it to wasiCommon https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-cross.nix 01:37:33
@khaneliman:matrix.orgAustin Horstmanah, thanks. i'll tweak it. i added it to wasi32 at the bottom instead.01:44:39

Show newer messages


Back to Room ListRoom Version: 6