| 27 Feb 2026 |
alexfmpe | we have rustc 1.93.0 which lacks https://github.com/rust-lang/rust/commit/634251cba8edb4ebcd01e330c7241e14d76322a1 | 08:32:16 |
alexfmpe | as for harfbuzz it's blowing up in one of the tests
harfbuzz> 91/219 api - harfbuzz:test-unicode OK 2.78s 12 subtests passed
harfbuzz> 92/219 api - harfbuzz:test-var-coords OK 2.70s 2 subtests passed
harfbuzz> 93/219 api - harfbuzz:test-version OK 2.80s 1 subtests passed
harfbuzz> 94/219 api - harfbuzz:test-ft OK 2.77s 1 subtests passed
harfbuzz> ▶ 95/219 /native_coretext_variations - ERROR:../test/api/test-coretext.c:97:test_native_coretext_variations: assertion failed (length != 0): (0 != 0) FAIL
harfbuzz> ▶ 95/219 ERROR
harfbuzz> 95/219 api - harfbuzz:test-coretext ERROR 2.82s killed by signal 6 SIGABRT
harfbuzz> >>> MALLOC_PERTURB_=78 G_TEST_SRCDIR=/nix/var/nix/builds/nix-22984-2464162399/harfbuzz-12.3.0/test/api MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_CHECK_=1 LD_LIBRARY_PATH=/nix/var/nix/builds/nix-22984-2464162399/harfbuzz-12.3.0/build/src MESON_TEST_ITERATION=1 G_TEST_BUILDDIR=/nix/var/nix/builds/nix-22984-2464162399/harfbuzz-12.3.0/build/test/api G_DEBUG=gc-friendly ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 DYLD_LIBRARY_PATH=/nix/var/nix/builds/nix-22984-2464162399/harfbuzz-12.3.0/build/src UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /nix/var/nix/builds/nix-22984-2464162399/harfbuzz-12.3.0/build/test/api/test-coretext
harfbuzz> ✀
harfbuzz> stderr:
harfbuzz> 2026-02-27 08:06:35.844 test-coretext[41120:32560076] CoreText: System LastResort not available, using built-in copy.
harfbuzz> **
harfbuzz> ERROR:../test/api/test-coretext.c:97:test_native_coretext_variations: assertion failed (length != 0): (0 != 0)
harfbuzz>
harfbuzz> (test program exited with status code -6)
harfbuzz>
harfbuzz>
harfbuzz> 96/219 api - harfbuzz:test-multithread OK 2.82s 3 subtests passed
harfbuzz> 97/219 fuzzing - harfbuzz:shape-fuzzer-chunk-7 OK 0.86s 6 subtests passed
| 08:33:03 |
alexfmpe | FWIW I was building with
with (import ./. {}); {
inherit
hello
ispc
ghc
nodejs
boost
;
inherit (qt6Packages)
qtwebengine
;
}
| 08:33:40 |
alexfmpe | * FWIW I was building with
with (import ./. {}); {
inherit
hello
ispc
ghc
nodejs
boost
;
inherit (qt6Packages)
qtwebengine
;
}
| 08:33:46 |
Randy Eckenrode | That should be fixed when 1.94 releases next week? | 14:02:47 |
Randy Eckenrode | https://github.com/NixOS/nixpkgs/pull/490558 was merged. KosmicKrisp is now built on Darwin. | 14:03:13 |
| @lunik1:lunik.one left the room. | 17:38:48 |
| 28 Feb 2026 |
alexfmpe | what is hydra doing with nodejs-slim? I can never build it locally even with sandbox turned off | 02:11:12 |
alexfmpe | Failed tests:
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/parallel/test-http2-respond-file-404.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/parallel/test-http2-respond-file-error-pipe-offset.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/parallel/test-http2-respond-file-compat.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/parallel/test-http2-autoselect-protocol.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/parallel/test-http2-respond-file-error-dir.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/parallel/test-http-zero-length-write.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/parallel/test-http-write-empty-string.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/parallel/test-dgram-udp6-link-local-address.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/parallel/test-inspector-ip-detection.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/module-hooks/test-module-hooks-preload.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/async-hooks/test-embedder.api.async-resource-no-type.js
out/Release/node --expose-internals /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/async-hooks/test-emit-after-on-destroyed.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/async-hooks/test-async-local-storage-no-mix-contexts.js
out/Release/node --expose-internals /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/async-hooks/test-emit-before-on-destroyed.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/async-hooks/test-async-exec-resource-http-32060.js
out/Release/node /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/async-hooks/test-callback-error.js
out/Release/node --expose-gc /nix/var/nix/builds/nix-6138-1993477953/node-v24.14.0/test/sequential/test-gc-http-client.js
make: *** [Makefile:596: test-ci-js] Error 1
error: Cannot build '/nix/store/xk9h5573g4a1r0f9ishdfp9b2x5isih7-nodejs-slim-24.14.0.drv'.
| 02:11:36 |
alexfmpe | * on master
not ok 1978 parallel/test-inspector-ip-detection
---
duration_ms: 118.28300
severity: fail
exitcode: 1
stack: |-
[test] Testing /json/list
[err] Debugger listening on ws://0.0.0.0:57019/469f69fb-33c1-4e5c-ad07-3432906b256d
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
Error: socket hang up
at Socket.socketOnEnd (node:_http_client:599:25)
at Socket.emit (node:events:520:35)
at endReadableNT (node:internal/streams/readable:1701:12)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
code: 'ECONNRESET'
}
1
not ok 4623 parallel/test-dgram-udp6-link-local-address
---
duration_ms: 360118.77600
severity: fail
exitcode: -15
stack: |-
timeout
Failed tests:
out/Release/node /nix/var/nix/builds/nix-78879-1401859509/node-v24.13.0/test/parallel/test-inspector-ip-detection.js
out/Release/node /nix/var/nix/builds/nix-78879-1401859509/node-v24.13.0/test/parallel/test-dgram-udp6-link-local-address.js
make: *** [Makefile:589: test-ci-js] Error 1
| 03:36:38 |
| we’re going to the zoo changed their display name from zooooooo to we’re going to the zoo. | 08:40:25 |
emily | are you certain sandbox is off | 10:24:08 |
emily | eg it will be ignored if you're not a trusted user | 10:25:21 |
WeetHet | Nice. How do I use it with vulkan-loader by default? | 15:25:57 |
WeetHet | I wanna check if GTK has the same visual bugs with it as it has with MoltenVK | 15:26:47 |
Randy Eckenrode | https://github.com/reckenrode/nixpkgs/commit/df0cf66f795878ea819d7f5adc513292a0cb00d0 | 15:31:52 |
WeetHet | Thanks | 16:15:40 |
| 1 Mar 2026 |
alexfmpe | I sure am, and also a trusted user | 02:17:44 |
alexfmpe | turns out disabling firewall makes the test suite pass | 02:17:53 |
alexfmpe | not the first time I run into such behavior: https://github.com/NixOS/nixpkgs/pull/316277 | 02:18:18 |
| @angryant:envs.net removed their profile picture. | 04:22:20 |
| @angryant:envs.net removed their display name AngryAnt. | 04:22:53 |
| @angryant:envs.net left the room. | 04:23:18 |
| @magpi:matrix.org left the room. | 21:29:36 |
| Lisanna joined the room. | 23:40:52 |
Lisanna | Can someone check if they have a ~/.local/share/nix directory? | 23:41:08 |
LogN | repl-history
| 23:57:23 |
LogN | * % ls .local/share/nix
repl-history
| 23:57:29 |
Lisanna | thanks! | 23:57:38 |
| 2 Mar 2026 |
| Fernando Rodrigues joined the room. | 03:22:38 |