!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
@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
@vcunat:matrix.orgVladimír Čunát

error: failed to read compressed data (Zstd decompression failed: Data corruption detected) error: path /nix/store/xbpvckqw1v2bg2p1r6jl6s3viny9rjiv-clang-src-22.1.8 is required, but there is no substituter that can build it

We have these failures in several packages, blocked thousands of jobs.

05:50:38
@vcunat:matrix.orgVladimír Čunát *

error: failed to read compressed data (Zstd decompression failed: Data corruption detected) error: path /nix/store/xbpvckqw1v2bg2p1r6jl6s3viny9rjiv-clang-src-22.1.8 is required, but there is no substituter that can build it

We have these failures in several packages, blocked at least a thousand jobs.

05:50:58
@vcunat:matrix.orgVladimír Čunát When I fetch the path now locally (nix build /nix/store...), it succeeds. 05:52:43
@vcunat:matrix.orgVladimír Čunát

But I can reproduce this one

$ nix build /nix/store/pbgwd0c61p5p0c1fmklx30wqk7q33nj5-rusty-v8-149.3.0-vendor
warning: error: unable to download 'https://cache.nixos.org/nar/1imr6zrqbb8l9l933yhsxsxl7j0ygs4prrrn50aiicr3hxp23n0w.nar.zst': HTTP error 200 (curl error: Stream error in the HTTP/2 framing layer); retrying from offset 8388608 in 253 ms
error: failed to read compressed data (Zstd decompression failed: Data corruption detected)
error: path '/nix/store/pbgwd0c61p5p0c1fmklx30wqk7q33nj5-rusty-v8-149.3.0-vendor' is required, but there is no substituter that can build it
05:53:57
@c2fc2f:sagbot.comc2fc2f joined the room.06:48:51
@xokdvium:matrix.orgSergei Zimmerman (xokdvium) Huh, doing curl https://cache.nixos.org/nar/1imr6zrqbb8l9l933yhsxsxl7j0ygs4prrrn50aiicr3hxp23n0w.nar.zst | zstd -d > /dev/null works 07:07:26
@xokdvium:matrix.orgSergei Zimmerman (xokdvium)Huh, I was able to repro just now but no longer07:08:35
@c2fc2f:sagbot.comc2fc2f left the room.07:09:27
@dramforever:matrix.orgdramforeverwfm... cdn inconsistency?07:09:37
@c2fc2f:sagbot.comc2fc2f joined the room.07:09:46
@vcunat:matrix.orgVladimír ČunátIf a builder needs a path which is missing in S3, it will build and upload it, if I understand the current implementation right.07:11:46

Show newer messages


Back to Room ListRoom Version: 6