| 21 Nov 2025 |
K900 | How does it fail? | 10:21:45 |
uep | maybe a flaky test..sec | 10:21:58 |
uep |
15/16 vector-reader OK 0.43s > 16/16 marker FAIL 0.51s killed by signal 5 SIGTRAP > >>> MALLOC_PERTURB_=135 G_TEST_SRCDIR=/build/libshumate-1.5.1/tests MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 GSETTINGS_BACKEND=memory LD_LIBRARY_PATH=/build/libshumate-1.5.1/build/shumate ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 G_ENABLE_DIAGNOSTIC=0 GIO_USE_VOLUME_MONITOR=unix MESON_TEST_ITERATION=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 G_TEST_BUILDDIR=/build/libshumate-1.5.1/build/tests /build/libshumate-1.5.1/build/tests/marker > ✀ > stdout: > TAP version 14 > # random seed: R02Seab547203cbb38e128d030710ee9e6c2 > # Gdk-DEBUG: error: XDG_RUNTIME_DIR is invalid or not set in the environment. > # > stderr: > > (/build/libshumate-1.5.1/build/tests/marker:870): Gtk-WARNING **: 10:20:25.488: Failed to open display > >
| 10:22:23 |
uep | i just pulled the rev from your PR, which has all the other staging-next things too | 10:22:48 |
uep | i guess I can also try just the gtk patch against current unstable | 10:23:12 |
Vladimír Čunát | But it looks OK on Hydra:
https://hydra.nixos.org/build/313850824#tabs-buildsteps | 10:23:19 |
K900 | Flaky presumably? | 10:23:34 |
Vladimír Čunát | That's just a while ago, before the gtk4 bump. | 10:23:33 |
uep | possibly, I'm rerunnig | 10:24:03 |
K900 | I'm building a webkitgtk | 10:24:57 |
uep | error: Cannot build '/nix/store/c4flivqdyqarf44pfxzj96z8gghb9jg6-gtksourceview-5.18.0.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/gcd6mpxw24n90prlnh6l73pk60v85ksz-gtksourceview-5.18.0-dev
/nix/store/pz80sfrpla7s52qwbjqqmw386fl6i3l5-gtksourceview-5.18.0
/nix/store/s71x0nqy1fx0574i6gz4vjizmrzid9gg-gtksourceview-5.18.0-devdoc
Last 25 log lines:
> /var/cache/fontconfig
>
> Fontconfig error: No writable cache directories
> /homeless-shelter/.cache/fontconfig
> /var/cache/fontconfig
>
> Fontconfig error: No writable cache directories
> /homeless-shelter/.cache/fontconfig
> /var/cache/fontconfig
>
> Fontconfig error: No writable cache directories
> /homeless-shelter/.cache/fontconfig
> /var/cache/fontconfig
>
>
>
> Summary of Failures:
>
> 26/26 test-language-specs TIMEOUT 30.52s killed by signal 15 SIGTERM
> | 10:25:51 |
uep | ugh | 10:25:57 |
K900 | Oh great | 10:34:45 |
K900 | Most of the blast is actually just zenity -> ffmpeg -> oof | 10:34:54 |
K900 | * Most of the blast is actually just zenity -> sdl -> ffmpeg -> oof | 10:35:17 |
uep | gjs fails too | 10:38:00 |
K900 | That one built here | 10:38:35 |
K900 | Oh no I'm building qtwebengine too | 10:39:34 |
K900 | I guess that makes sense | 10:39:37 |
K900 | Given ffmpeg | 10:39:40 |
uep | ❯ nix flake update --override-input nixpkgs github:k900/nixpkgs/gtk-4.20.3 nixpkgs
| 10:40:01 |
uep | I just did this.. guess i'll try the patch against current unstable instead | 10:40:30 |
K900 | All that stuff should be cached on next | 10:42:38 |
K900 | So whatever rebuilds you're getting are from the gtk update | 10:42:47 |
K900 | Sadly | 10:42:47 |
K900 | Maybe just try running less builds at a time | 10:42:58 |
K900 | They tend to be weirdly timing sensitive | 10:43:06 |
uep | it's trying a lot in parallel.. 36c/72t makes it greedy i guess | 10:44:15 |
uep | nah, gjs blows up every time | 10:56:35 |
uep | > Gjs-Message: 10:54:41.636: Profiler started
> Gjs-Message: 10:54:41.636: Profiler stopped
> Trace/breakpoint trap (core dumped)
> Trace/breakpoint trap (core dumped)
>
> (gjs-console:2804): Gjs-CRITICAL **: 10:54:42.406: Attempting to run a JS callback during garbage collection. This is most likely caused by destroying a Clutter actor or GTK widget with ::destroy signal connected, or using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked.
> The offending callback was destroy(), a vfunc.
> == Stack trace for context 0x5555555b36c0 ==
> Gjs-Message: 10:54:42.497: Wrote coverage statistics to /build/gjs-1.86.0/build/coverage.lcov
> Trace/breakpoint trap (core dumped)
| 10:57:45 |