2026-04-11 22:28.22: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (09fa45a23df1a2b1723db2f68ac9e063e2f08470) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5) Base: freebsd-14.3-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 09fa45a2 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.3-ocaml-5.4 # freebsd-14.3-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 0404939bde256ca9d097922f265c4342b3b383b0 || git fetch origin master) && git reset -q --hard 0404939bde256ca9d097922f265c4342b3b383b0 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue.opam ./ RUN opam pin add -yn bogue.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0 tsdl-image.0.6 tsdl-ttf.0.7 xdg.3.22.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-11 22:28.22: Using cache hint "sanette/bogue-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-4468ce310e494612a6fb70970cf5bc3c" 2026-04-11 22:28.22: Using OBuilder spec: ((from freebsd-14.3-ocaml-5.4) (comment freebsd-14.3-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 0404939bde256ca9d097922f265c4342b3b383b0 || git fetch origin master) && git reset -q --hard 0404939bde256ca9d097922f265c4342b3b383b0 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bogue.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0 tsdl-image.0.6 tsdl-ttf.0.7 xdg.3.22.1") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-04-11 22:28.22: Waiting for resource in pool OCluster 2026-04-11 22:28.22: Waiting for worker… 2026-04-11 22:28.22: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 09fa45a horizontal scrolling (from freebsd-14.3-ocaml-5.4) 2026-04-11 22:24.30 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache /: (comment freebsd-14.3-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) 2026-04-11 22:24.30 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2026-04-11 22:24.30 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 5.4.1 2.5.0 2026-04-11 22:24.30 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-11 22:24.31 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 0404939bde256ca9d097922f265c4342b3b383b0 || git fetch origin master) && git reset -q --hard 0404939bde256ca9d097922f265c4342b3b383b0 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..0404939bde master -> origin/master 0404939bde Merge pull request #29648 from sanette/opam-publish-tsdl-ttf.0.7 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2026-04-11 22:24.43 ---> saved as "97d66761a4c921aec7384940cd8eea79a386a1b1b59b2989d1921518220b0e4f" /src: (copy (src bogue.opam) (dst ./)) 2026-04-11 22:24.44 ---> saved as "a8ad0cfb8d2463541a1b4d7c7fe04041902e9b123edb1499e15aece4803d6b50" /src: (run (network host) (shell "opam pin add -yn bogue.dev './'")) [bogue.dev] synchronised (file:///src) bogue is now pinned to file:///src (version dev) 2026-04-11 22:24.46 ---> saved as "a6a9c7c9537e06c6846e466c1db5b233627e7019b92584917e0a91152484e1c1" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-11 22:24.47 ---> saved as "e65add57e8955b55eb7a933b3ba7ccf05fdc123ca72e51d8dd92342195b57f68" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0 tsdl-image.0.6 tsdl-ttf.0.7 xdg.3.22.1") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: sdl2 sdl2_image sdl2_ttf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "sdl2" "sdl2_image" "sdl2_ttf" - Updating FreeBSD repository catalogue... - FreeBSD repository is up to date. - Updating FreeBSD-kmods repository catalogue... - [rosemary] Fetching data: ..... done - Processing entries: .......... done - FreeBSD-kmods repository update completed. 245 packages processed. - All repositories are up to date. - The following 72 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - Imath: 3.2.2_2 [FreeBSD] - aom: 3.13.2 [FreeBSD] - binutils: 2.44,1 [FreeBSD] - boost-libs: 1.89.0_2 [FreeBSD] - dav1d: 1.5.3_1 [FreeBSD] - freetype2: 2.14.3 [FreeBSD] - gcc14: 14.2.0_4 [FreeBSD] - gdk-pixbuf2: 2.44.1 [FreeBSD] - giflib: 5.2.2 [FreeBSD] - glib: 2.84.4,2 [FreeBSD] - gmp: 6.3.0 [FreeBSD] - graphite2: 1.3.14 [FreeBSD] - harfbuzz: 13.2.1 [FreeBSD] - highway: 1.3.0 [FreeBSD] - hwdata: 0.405,1 [FreeBSD] - icu: 76.1,1 [FreeBSD] - jbigkit: 2.1_3 [FreeBSD] - jpeg-turbo: 3.1.3 [FreeBSD] - lerc: 4.0.0 [FreeBSD] - libX11: 1.8.13,1 [FreeBSD] - libXScrnSaver: 1.2.4_1 [FreeBSD] - libXau: 1.0.12 [FreeBSD] - libXcursor: 1.2.3 [FreeBSD] - libXdamage: 1.1.6 [FreeBSD] - libXdmcp: 1.1.5 [FreeBSD] - libXext: 1.3.6,1 [FreeBSD] - libXfixes: 6.0.1 [FreeBSD] - libXi: 1.8.2,1 [FreeBSD] - libXrandr: 1.5.4 [FreeBSD] - libXrender: 0.9.12 [FreeBSD] - libXxf86vm: 1.1.6 [FreeBSD] - libavif: 1.3.0_3 [FreeBSD] - libdeflate: 1.25 [FreeBSD] - libdrm: 2.4.131,1 [FreeBSD] - libepoll-shim: 0.0.20240608 [FreeBSD] - libglvnd: 1.7.0 [FreeBSD] - libinotify: 20240724_3 [FreeBSD] - libjxl: 0.11.2 [FreeBSD] - libpciaccess: 0.18.1_1 [FreeBSD] - libxcb: 1.17.0 [FreeBSD] - libxkbcommon: 1.13.1 [FreeBSD] - libxml2: 2.15.2 [FreeBSD] - libxshmfence: 1.3.3 [FreeBSD] - libyuv: 0.0.1903 [FreeBSD] - mesa-libs: 24.1.7_1 [FreeBSD] - mpc: 1.4.0 [FreeBSD] - mpfr: 4.2.2,1 [FreeBSD] - openblas: 0.3.30,2 [FreeBSD] - openexr: 3.4.8 [FreeBSD] - openjph: 0.26.3 [FreeBSD] - png: 1.6.55 [FreeBSD] - py311-boost-libs: 1.89.0 [FreeBSD] - py311-numpy: 1.26.4_12,1 [FreeBSD] - py311-packaging: 26.0 [FreeBSD] - sdl2: 2.32.10 [FreeBSD] - sdl2_image: 2.8.8_1 [FreeBSD] - sdl2_ttf: 2.24.0 [FreeBSD] - shared-mime-info: 2.4_2 [FreeBSD] - suitesparse-amd: 3.3.4 [FreeBSD] - suitesparse-camd: 3.3.5 [FreeBSD] - suitesparse-ccolamd: 3.3.5 [FreeBSD] - suitesparse-cholmod: 5.3.4 [FreeBSD] - suitesparse-colamd: 3.3.5 [FreeBSD] - suitesparse-config: 7.12.2 [FreeBSD] - suitesparse-umfpack: 6.3.7 [FreeBSD] - tiff: 4.7.1 [FreeBSD] - vmaf: 3.0.0 [FreeBSD] - vulkan-loader: 1.4.336 [FreeBSD] - wayland: 1.24.0_2 [FreeBSD] - webp: 1.6.0 [FreeBSD] - xkeyboard-config: 2.41_4 [FreeBSD] - xorgproto: 2024.1 [FreeBSD] - - Number of packages to be installed: 72 - - The process will require 1 GiB more space. - 203 MiB to be downloaded. - [rosemary] [ 1/72] Fetching png-1.6.55: ....... done - [rosemary] [ 2/72] Fetching libxcb-1.17.0: .......... done - [rosemary] [ 3/72] Fetching freetype2-2.14.3: ........ - .. done - [rosemary] [ 4/72] Fetching jpeg-turbo-3.1.3: ....... - ... done - [rosemary] [ 5/72] Fetching suitesparse-camd-3.3.5: .. - .. - .... - .. done - [rosemary] [ 6/72] Fetching libglvnd-1.7.0: . - ........ - . done - [rosemary] [ 7/72] Fetching sdl2_ttf-2.24.0: ... done - [rosemary] [ 8/72] Fetching boost-libs-1.89.0_2: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [ 9/72] Fetching py311-numpy-1.26.4_12,1: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [10/72] Fetching libXrandr-1.5.4: .. done - [rosemary] [11/72] Fetching suitesparse-cholmod-5.3.4: - .... - ...... done - [rosemary] [12/72] Fetching libdeflate-1.25: ...... done - [rosemary] [13/72] Fetching libXxf86vm-1.1.6: .. done - [rosemary] [14/72] Fetching vmaf-3.0.0: ..... - ..... done - [rosemary] [15/72] Fetching libdrm-2.4.131,1: .......... done - [rosemary] [16/72] Fetching libXdamage-1.1.6: . done - [rosemary] [17/72] Fetching libXfixes-6.0.1: . done - [rosemary] [18/72] Fetching wayland-1.24.0_2: .... - ..... done - [rosemary] [19/72] Fetching libxml2-2.15.2: ....... - ... done - [rosemary] [20/72] Fetching aom-3.13.2: . - .. - ... - . - .. - . done - [rosemary] [21/72] Fetching gdk-pixbuf2-2.44.1: - .. - . - . - .. - . - . - .. done - [rosemary] [22/72] Fetching icu-76.1,1: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [23/72] Fetching libxshmfence-1.3.3: . done - [rosemary] [24/72] Fetching py311-packaging-26.0: .......... done - [rosemary] [25/72] Fetching libXScrnSaver-1.2.4_1: . done - [rosemary] [26/72] Fetching libepoll-shim-0.0.20240608: .. done - [rosemary] [27/72] Fetching libjxl-0.11.2: . - ..... - ... - . done - [rosemary] [28/72] Fetching libX11-1.8.13,1: .... - ... - ... done - [rosemary] [29/72] Fetching giflib-5.2.2: .......... done - [rosemary] [30/72] Fetching libXrender-0.9.12: ... done - [rosemary] [31/72] Fetching suitesparse-umfpack-6.3.7: - ....... - ... done - [rosemary] [32/72] Fetching xorgproto-2024.1: ...... - .... done - [rosemary] [33/72] Fetching suitesparse-ccolamd-3.3.5: ... done - [rosemary] [34/72] Fetching libXi-1.8.2,1: ........ done - [rosemary] [35/72] Fetching sdl2_image-2.8.8_1: . - .... done - [rosemary] [36/72] Fetching webp-1.6.0: .......... done - [rosemary] [37/72] Fetching hwdata-0.405,1: .. - .. - . - . - .. - . - . done - [rosemary] [38/72] Fetching graphite2-1.3.14: - ....... done - [rosemary] [39/72] Fetching shared-mime-info-2.4_2: - . - .... - ..... done - [rosemary] [40/72] Fetching gcc14-14.2.0_4: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [41/72] Fetching harfbuzz-13.2.1: . - .... - . - ... - . done - [rosemary] [42/72] Fetching libinotify-20240724_3: .. done - [rosemary] [43/72] Fetching mesa-libs-24.1.7_1: - ... - ....... done - [rosemary] [44/72] Fetching suitesparse-amd-3.3.4: . - .... - ..... done - [rosemary] [45/72] Fetching libpciaccess-0.18.1_1: .. done - [rosemary] [46/72] Fetching vulkan-loader-1.4.336: ...... - ... - . done - [rosemary] [47/72] Fetching openjph-0.26.3: .... - ...... done - [rosemary] [48/72] Fetching libXcursor-1.2.3: ... done - [rosemary] [49/72] Fetching highway-1.3.0: . - .... - .. - ... done - [rosemary] [50/72] Fetching libavif-1.3.0_3: ... - ....... done - [rosemary] [51/72] Fetching gmp-6.3.0: ..... - ... - .. done - [rosemary] [52/72] Fetching Imath-3.2.2_2: . - . - .. - . - .. - .. - . done - [rosemary] [53/72] Fetching mpfr-4.2.2,1: ... - ....... done - [rosemary] [54/72] Fetching suitesparse-config-7.12.2: ... done - [rosemary] [55/72] Fetching libXext-1.3.6,1: ....... done - [rosemary] [56/72] Fetching suitesparse-colamd-3.3.5: .. done - [rosemary] [57/72] Fetching libXau-1.0.12: . done - [rosemary] [58/72] Fetching libyuv-0.0.1903: ......... - . done - [rosemary] [59/72] Fetching dav1d-1.5.3_1: .......... done - [rosemary] [60/72] Fetching mpc-1.4.0: ........ done - [rosemary] [61/72] Fetching openexr-3.4.8: ........ - .. done - [rosemary] [62/72] Fetching glib-2.84.4,2: - . - . - .. - . - . - .. - . - . done - [rosemary] [63/72] Fetching xkeyboard-config-2.41_4: .......... done - [rosemary] [64/72] Fetching libxkbcommon-1.13.1: .......... done - [rosemary] [65/72] Fetching jbigkit-2.1_3: ..... done - [rosemary] [66/72] Fetching py311-boost-libs-1.89.0: ....... - ... done - [rosemary] [67/72] Fetching binutils-2.44,1: - . - . - .. - . - . - . - . - .. done - [rosemary] [68/72] Fetching sdl2-2.32.10: ..... - ..... done - [rosemary] [69/72] Fetching libXdmcp-1.1.5: .. done - [rosemary] [70/72] Fetching tiff-4.7.1: .... - ...... done - [rosemary] [71/72] Fetching openblas-0.3.30,2: . - .. - .. - ... - .. done - [rosemary] [72/72] Fetching lerc-4.0.0: ......... done - Checking integrity... - done (0 conflicting) - [rosemary] [ 1/72] Installing binutils-2.44,1... - [rosemary] [ 1/72] Extracting binutils-2.44,1: .......... done - [rosemary] [ 2/72] Installing dav1d-1.5.3_1... - [rosemary] [ 2/72] Extracting dav1d-1.5.3_1: .......... done - [rosemary] [ 3/72] Installing giflib-5.2.2... - [rosemary] [ 3/72] Extracting giflib-5.2.2: .......... done - [rosemary] [ 4/72] Installing gmp-6.3.0... - [rosemary] [ 4/72] Extracting gmp-6.3.0: .......... done - [rosemary] [ 5/72] Installing graphite2-1.3.14... - [rosemary] [ 5/72] Extracting graphite2-1.3.14: .......... done - [rosemary] [ 6/72] Installing highway-1.3.0... - [rosemary] [ 6/72] Extracting highway-1.3.0: .......... done - [rosemary] [ 7/72] Installing hwdata-0.405,1... - [rosemary] [ 7/72] Extracting hwdata-0.405,1: .......... done - [rosemary] [ 8/72] Installing icu-76.1,1... - [rosemary] [ 8/72] Extracting icu-76.1,1: ........ - .. done - [rosemary] [ 9/72] Installing boost-libs-1.89.0_2... - [rosemary] [ 9/72] Extracting boost-libs-1.89.0_2: .... - ...... done - [rosemary] [10/72] Installing jbigkit-2.1_3... - [rosemary] [10/72] Extracting jbigkit-2.1_3: .......... done - [rosemary] [11/72] Installing jpeg-turbo-3.1.3... - [rosemary] [11/72] Extracting jpeg-turbo-3.1.3: .......... done - [rosemary] [12/72] Installing lerc-4.0.0... - [rosemary] [12/72] Extracting lerc-4.0.0: ........ done - [rosemary] [13/72] Installing libXau-1.0.12... - [rosemary] [13/72] Extracting libXau-1.0.12: .......... done - [rosemary] [14/72] Installing libdeflate-1.25... - [rosemary] [14/72] Extracting libdeflate-1.25: .......... done - [rosemary] [15/72] Installing libepoll-shim-0.0.20240608... - [rosemary] [15/72] Extracting libepoll-shim-0.0.20240608: .......... done - [rosemary] [16/72] Installing libinotify-20240724_3... - [rosemary] [16/72] Extracting libinotify-20240724_3: .......... done - [rosemary] [17/72] Installing libpciaccess-0.18.1_1... - [rosemary] [17/72] Extracting libpciaccess-0.18.1_1: ........ done - [rosemary] [18/72] Installing libdrm-2.4.131,1... - [rosemary] [18/72] Extracting libdrm-2.4.131,1: .......... done - [rosemary] [19/72] Installing libxml2-2.15.2... - [rosemary] [19/72] Extracting libxml2-2.15.2: .......... done - [rosemary] [20/72] Installing libxshmfence-1.3.3... - [rosemary] [20/72] Extracting libxshmfence-1.3.3: ......... done - [rosemary] [21/72] Installing libyuv-0.0.1903... - [rosemary] [21/72] Extracting libyuv-0.0.1903: .......... done - [rosemary] [22/72] Installing mpfr-4.2.2,1... - [rosemary] [22/72] Extracting mpfr-4.2.2,1: .......... done - [rosemary] [23/72] Installing mpc-1.4.0... - [rosemary] [23/72] Extracting mpc-1.4.0: .......... done - [rosemary] [24/72] Installing gcc14-14.2.0_4... - [rosemary] [24/72] Extracting gcc14-14.2.0_4: ......... - . done - [rosemary] [25/72] Installing openblas-0.3.30,2... - [rosemary] [25/72] Extracting openblas-0.3.30,2: .......... done - [rosemary] [26/72] Installing png-1.6.55... - [rosemary] [26/72] Extracting png-1.6.55: .......... done - [rosemary] [27/72] Installing freetype2-2.14.3... - [rosemary] [27/72] Extracting freetype2-2.14.3: .......... done - [rosemary] [28/72] Installing py311-boost-libs-1.89.0... - [rosemary] [28/72] Extracting py311-boost-libs-1.89.0: .......... done - [rosemary] [29/72] Installing py311-packaging-26.0... - [rosemary] [29/72] Extracting py311-packaging-26.0: .......... done - [rosemary] [30/72] Installing glib-2.84.4,2... - [rosemary] [30/72] Extracting glib-2.84.4,2: ....... - ... done - [rosemary] [31/72] Installing harfbuzz-13.2.1... - [rosemary] [31/72] Extracting harfbuzz-13.2.1: .......... done - [rosemary] [32/72] Installing shared-mime-info-2.4_2... - [rosemary] [32/72] Extracting shared-mime-info-2.4_2: ......... done - [rosemary] [33/72] Installing suitesparse-config-7.12.2... - [rosemary] [33/72] Extracting suitesparse-config-7.12.2: .......... done - [rosemary] [34/72] Installing suitesparse-amd-3.3.4... - [rosemary] [34/72] Extracting suitesparse-amd-3.3.4: .......... done - [rosemary] [35/72] Installing suitesparse-camd-3.3.5... - [rosemary] [35/72] Extracting suitesparse-camd-3.3.5: .......... done - [rosemary] [36/72] Installing suitesparse-ccolamd-3.3.5... - [rosemary] [36/72] Extracting suitesparse-ccolamd-3.3.5: .......... done - [rosemary] [37/72] Installing suitesparse-colamd-3.3.5... - [rosemary] [37/72] Extracting suitesparse-colamd-3.3.5: .......... done - [rosemary] [38/72] Installing suitesparse-cholmod-5.3.4... - [rosemary] [38/72] Extracting suitesparse-cholmod-5.3.4: .......... done - [rosemary] [39/72] Installing suitesparse-umfpack-6.3.7... - [rosemary] [39/72] Extracting suitesparse-umfpack-6.3.7: ... - ....... done - [rosemary] [40/72] Installing py311-numpy-1.26.4_12,1... - [rosemary] [40/72] Extracting py311-numpy-1.26.4_12,1: .......... done - [rosemary] [41/72] Installing Imath-3.2.2_2... - [rosemary] [41/72] Extracting Imath-3.2.2_2: .......... done - [rosemary] [42/72] Installing tiff-4.7.1... - [rosemary] [42/72] Extracting tiff-4.7.1: ..... - ..... done - [rosemary] [43/72] Installing gdk-pixbuf2-2.44.1... - [rosemary] [43/72] Extracting gdk-pixbuf2-2.44.1: .......... done - [rosemary] [44/72] Installing openjph-0.26.3... - [rosemary] [44/72] Extracting openjph-0.26.3: .......... done - [rosemary] [45/72] Installing openexr-3.4.8... - [rosemary] [45/72] Extracting openexr-3.4.8: .......... done - [rosemary] [46/72] Installing libjxl-0.11.2... - [rosemary] [46/72] Extracting libjxl-0.11.2: .......... done - [rosemary] [47/72] Installing vmaf-3.0.0... - [rosemary] [47/72] Extracting vmaf-3.0.0: .......... done - [rosemary] [48/72] Installing aom-3.13.2... - [rosemary] [48/72] Extracting aom-3.13.2: .......... done - [rosemary] [49/72] Installing libavif-1.3.0_3... - [rosemary] [49/72] Extracting libavif-1.3.0_3: .......... done - [rosemary] [50/72] Installing wayland-1.24.0_2... - [rosemary] [50/72] Extracting wayland-1.24.0_2: .......... done - [rosemary] [51/72] Installing webp-1.6.0... - [rosemary] [51/72] Extracting webp-1.6.0: .......... done - [rosemary] [52/72] Installing xkeyboard-config-2.41_4... - [rosemary] [52/72] Extracting xkeyboard-config-2.41_4: .......... done - [rosemary] [53/72] Installing xorgproto-2024.1... - [rosemary] [53/72] Extracting xorgproto-2024.1: .......... done - [rosemary] [54/72] Installing libXdmcp-1.1.5... - [rosemary] [54/72] Extracting libXdmcp-1.1.5: ......... done - [rosemary] [55/72] Installing libxcb-1.17.0... - [rosemary] [55/72] Extracting libxcb-1.17.0: .......... done - [rosemary] [56/72] Installing libX11-1.8.13,1... - [rosemary] [56/72] Extracting libX11-1.8.13,1: .......... done - [rosemary] [57/72] Installing libXext-1.3.6,1... - [rosemary] [57/72] Extracting libXext-1.3.6,1: .......... done - [rosemary] [58/72] Installing libXScrnSaver-1.2.4_1... - [rosemary] [58/72] Extracting libXScrnSaver-1.2.4_1: .......... done - [rosemary] [59/72] Installing libXfixes-6.0.1... - [rosemary] [59/72] Extracting libXfixes-6.0.1: .......... done - [rosemary] [60/72] Installing libXdamage-1.1.6... - [rosemary] [60/72] Extracting libXdamage-1.1.6: ......... done - [rosemary] [61/72] Installing libXi-1.8.2,1... - [rosemary] [61/72] Extracting libXi-1.8.2,1: .......... done - [rosemary] [62/72] Installing libXrender-0.9.12... - [rosemary] [62/72] Extracting libXrender-0.9.12: .......... done - [rosemary] [63/72] Installing libXcursor-1.2.3... - [rosemary] [63/72] Extracting libXcursor-1.2.3: .......... done - [rosemary] [64/72] Installing libXrandr-1.5.4... - [rosemary] [64/72] Extracting libXrandr-1.5.4: .......... done - [rosemary] [65/72] Installing libXxf86vm-1.1.6... - [rosemary] [65/72] Extracting libXxf86vm-1.1.6: .......... done - [rosemary] [66/72] Installing libglvnd-1.7.0... - [rosemary] [66/72] Extracting libglvnd-1.7.0: .......... done - [rosemary] [67/72] Installing libxkbcommon-1.13.1... - [rosemary] [67/72] Extracting libxkbcommon-1.13.1: .......... done - [rosemary] [68/72] Installing mesa-libs-24.1.7_1... - [rosemary] [68/72] Extracting mesa-libs-24.1.7_1: .......... done - [rosemary] [69/72] Installing vulkan-loader-1.4.336... - [rosemary] [69/72] Extracting vulkan-loader-1.4.336: .......... done - [rosemary] [70/72] Installing sdl2-2.32.10... - [rosemary] [70/72] Extracting sdl2-2.32.10: .......... done - [rosemary] [71/72] Installing sdl2_image-2.8.8_1... - [rosemary] [71/72] Extracting sdl2_image-2.8.8_1: .......... done - [rosemary] [72/72] Installing sdl2_ttf-2.24.0... - [rosemary] [72/72] Extracting sdl2_ttf-2.24.0: .......... done - ==> Running trigger: glib-schemas.ucl - Compiling glib schemas - No schema files found: doing nothing. - ==> Running trigger: gio-modules.ucl - Generating GIO modules cache - ==> Running trigger: shared-mime-info.ucl - Building the Shared MIME-Info database cache - ==> Running trigger: gdk-pixbuf-query-loaders.ucl - Generating gdk-pixbuf modules cache - ===== - Message from boost-libs-1.89.0_2: - - -- - You have built the Boost library with thread support. - - Don't forget to add -pthread to your linker options when - linking your code. - ===== - Message from libinotify-20240724_3: - - -- - You might want to consider increasing the kern.maxfiles tunable if you plan - to use this library for applications that need to monitor activity of a lot - of files. - ===== - Message from gcc14-14.2.0_4: - - -- - To ensure binaries built with this toolchain find appropriate versions - of the necessary run-time libraries, you may want to link using - - -Wl,-rpath=/usr/local/lib/gcc14 - - For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens - transparently. - ===== - Message from freetype2-2.14.3: - - -- - The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as - the default, emulating a modern version of ClearType. This change inevitably - leads to different rendering results, and you might change port's options to - adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment - variable). - - The environment variable "FREETYPE_PROPERTIES" can be used to control the - driver properties. Example: - - FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ - cff:no-stem-darkening=1 \ - autofitter:warping=1 - - This allows to select, say, the subpixel hinting mode at runtime for a given - application. - - If LONG_PCF_NAMES port's option was enabled, the PCF family names may include - the foundry and information whether they contain wide characters. For example, - "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at - run time with using pcf:no-long-family-names property, if needed. Example: - - FREETYPE_PROPERTIES=pcf:no-long-family-names=1 - - How to recreate fontconfig cache with using such environment variable, - if needed: - # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv - - The controllable properties are listed in the section "Controlling FreeType - Modules" in the reference's table of contents - (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). - ===== - Message from py311-boost-libs-1.89.0: - - -- - You have built the Boost library with thread support. - - Don't forget to add -pthread to your linker options when - linking your code. - ===== - Message from libjxl-0.11.2: - - -- - Additional packages recommended for new users: - - imlib2-jxl (e.g., feh, scrot) - - kf5-kimageformats (e.g., nomacs, flameshot, skanlite) - - gimp-jxl-plugin - ===== - Message from wayland-1.24.0_2: - - -- - Wayland requires XDG_RUNTIME_DIR to be defined to a path that will - contain "wayland-%d" unix(4) sockets. This is usually handled by - consolekit2 (via ck-launch-session) or pam_xdg (via login). - ===== - Message from libxkbcommon-1.13.1: - - -- - If arrow keys don't work under X11 switch to legacy rules e.g., - - For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: - export XKB_DEFAULT_RULES=xorg - - For csh/tcsh run and (optionally) add into ~/.login: - setenv XKB_DEFAULT_RULES xorg 2026-04-11 22:34.41 ---> saved as "3ab63f123f9028c3594e9d0003d8a639aefa145a440402175fa66b4cb5590c7a" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 19 packages ∗ conf-libffi 2.0.0 ∗ conf-pkg-config 4 ∗ conf-sdl2 1 ∗ conf-sdl2-image 1 ∗ conf-sdl2-ttf 1 ∗ csexp 1.5.2 ∗ ctypes 0.24.0 ∗ ctypes-foreign 0.24.0 ∗ dune 3.22.1 ∗ dune-configurator 3.22.1 ∗ integers 0.7.0 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ stdlib-shims 0.3.0 ∗ topkg 1.1.1 ∗ tsdl 1.3.0 ∗ tsdl-image 0.6 ∗ tsdl-ttf 0.7 ∗ xdg 3.22.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ∗ installed conf-pkg-config.4 ∗ installed conf-sdl2.1 ∗ installed conf-sdl2-ttf.1 ∗ installed conf-sdl2-image.1 ∗ installed conf-libffi.2.0.0 ⬇ retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved integers.0.7.0 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved tsdl.1.3.0 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved tsdl-image.0.6 (cached) ⬇ retrieved tsdl-ttf.0.7 (cached) ⬇ retrieved dune.3.22.1, dune-configurator.3.22.1, xdg.3.22.1 (cached) ∗ installed ocamlbuild.0.16.1 ∗ installed ocamlfind.1.9.8 ∗ installed topkg.1.1.1 ∗ installed dune.3.22.1 ∗ installed stdlib-shims.0.3.0 ∗ installed csexp.1.5.2 ∗ installed integers.0.7.0 ∗ installed xdg.3.22.1 ∗ installed dune-configurator.3.22.1 ∗ installed ctypes.0.24.0 ∗ installed ctypes-foreign.0.24.0 ∗ installed tsdl.1.3.0 ∗ installed tsdl-image.0.6 ∗ installed tsdl-ttf.0.7 Done. 2026-04-11 22:35.53 ---> saved as "4e6bbafca44028771a3c0bf20cbbb9643b88187af6f2a215c5c111d7d150fce3" /src: (copy (src .) (dst /src)) 2026-04-11 22:35.54 ---> saved as "968e9b62329a57298e2e6ab902cad0b25205250b02231471acd1cf12669356ae" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/examples && ./examples.exe 00) TTF_Init TTF_Linked_Version TTF_OpenFont TTF_OpenFontIndex TTF_OpenFontRW TTF_OpenFontIndexRW TTF_GetFontStyle TTF_SetFontStyle TTF_GetFontOutline TTF_SetFontOutline TTF_GetFontHinting TTF_SetFontHinting TTF_FontHeight TTF_FontAscent TTF_FontDescent TTF_FontLineSkip TTF_GetFontKerning TTF_SetFontKerning TTF_FontFaces TTF_FontFaceIsFixedWidth TTF_FontFaceFamilyName TTF_FontFaceStyleName TTF_GlyphIsProvided TTF_GlyphIsProvided32 TTF_GlyphMetrics TTF_GlyphMetrics32 TTF_SizeText TTF_SizeUTF8 TTF_RenderText_Solid TTF_RenderUTF8_Solid TTF_RenderGlyph_Solid TTF_RenderGlyph32_Solid TTF_RenderText_Shaded TTF_RenderUTF8_Shaded TTF_RenderGlyph_Shaded TTF_RenderGlyph32_Shaded TTF_RenderText_Blended TTF_RenderUTF8_Blended TTF_RenderText_Blended_Wrapped TTF_RenderUTF8_Blended_Wrapped TTF_RenderGlyph_Blended TTF_RenderGlyph32_Blended TTF_CloseFont TTF_Quit TTF_WasInit TTF_GetFontKerningSize [0][0] : Warning: User variable 'DEBUG_CODE' not found in config. [0][0] : Warning: Using DEBUG_CODE=1023 [0][0] : Warning: User variable 'LOG_TO_FILE' not found in config. [0][0] : Warning: Using LOG_TO_FILE=false [0][0] : I/O: Executable=examples.exe [0][0] : I/O: Invoking opam [31][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=., prefix_dir=/src/_build/default [31][0] : Warning: User variable 'DIR' not found in config. [31][0] : Warning: Using DIR= [35][0] : Warning: User variable 'THEME' not found in config. [35][0] : Warning: Using THEME=default [35][0] : I/O: No theme specified, using default=default. [35][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20260303] [35][0] : I/O: Reading BACKGROUND=color:white [35][0] : I/O: Reading CHECK_ON=fa:check-square-o [36][0] : I/O: Reading CHECK_OFF=fa:square-o [36][0] : Warning: Using THEME=default Loading Bogue 20260303 with config dir /src/_build/install/default/share/bogue/themes/default [36][0] : Warning: Using BACKGROUND=color:white [36][0] : Warning: User variable 'BG_COLOR' not found in config. [36][0] : Warning: Using BG_COLOR=aliceblue [36][0] : Warning: User variable 'BOX_BG_COLOR' not found in config. [36][0] : Warning: Using BOX_BG_COLOR=lightsteelblue [36][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config. [36][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1 [36][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config. [36][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise [36][0] : Warning: Using CHECK_ON=fa:check-square-o [36][0] : Warning: Using CHECK_OFF=fa:square-o [36][0] : Warning: User variable 'CURSOR_COLOR' not found in config. [36][0] : Warning: Using CURSOR_COLOR=#2a7da2 [36][0] : Warning: User variable 'DISABLED_FG' not found in config. [36][0] : Warning: Using DISABLED_FG=gray [36][0] : Warning: User variable 'DISABLED_BG' not found in config. [36][0] : Warning: Using DISABLED_BG=lightgray [36][0] : Warning: User variable 'FAINT_COLOR' not found in config. [36][0] : Warning: Using FAINT_COLOR=#B1C7D5 [36][0] : Warning: User variable 'TEXT_COLOR' not found in config. [36][0] : Warning: Using TEXT_COLOR=black [36][0] : Warning: User variable 'SEL_BG_COLOR' not found in config. [36][0] : Warning: Using SEL_BG_COLOR=slategray [36][0] : Warning: User variable 'SEL_FG_COLOR' not found in config. [36][0] : Warning: Using SEL_FG_COLOR=white [36][0] : Warning: User variable 'LABEL_COLOR' not found in config. [36][0] : Warning: Using LABEL_COLOR=black [36][0] : Warning: User variable 'MENU_HL_COLOR' not found in config. [36][0] : Warning: Using MENU_HL_COLOR=#8099a2 [36][0] : Warning: User variable 'MENU_BG_COLOR' not found in config. [36][0] : Warning: Using MENU_BG_COLOR=#BEBEBE [36][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config. [36][0] : Warning: Using LABEL_FONT_SIZE=14 [36][0] : Warning: User variable 'LABEL_FONT' not found in config. [36][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf [36][0] : Warning: User variable 'TEXT_FONT' not found in config. [36][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf [36][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config. [36][0] : Warning: Using TEXT_FONT_SIZE=14 [36][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config. [36][0] : Warning: Using SMALL_FONT_SIZE=10 [36][0] : Warning: User variable 'MONO_FONT' not found in config. [36][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf [36][0] : Warning: User variable 'ROOM_MARGIN' not found in config. [36][0] : Warning: Using ROOM_MARGIN=10 [36][0] : Warning: User variable 'FA_DIR' not found in config. [36][0] : Warning: Using FA_DIR=font-awesome-4.6.3 [36][0] : Warning: User variable 'INT_SCALE' not found in config. [36][0] : Warning: Using INT_SCALE=false [36][0] : Warning: User variable 'SCALE' not found in config. [36][0] : Warning: Using SCALE=0 [36][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config. [36][0] : Warning: Using OPENGL_MULTISAMPLE=false [36][0] : Warning: User variable 'NO_VSYNC' not found in config. [36][0] : Warning: Using NO_VSYNC=false [36][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config. [36][0] : Warning: Using NATURAL_SCROLLING=auto [38][0] : Warning: User variable 'USE_FSWATCH' not found in config. [38][0] : Warning: Using USE_FSWATCH=true [41][0] : Custom: Detected os type: [FreeBSD] [46][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images. [46][0] : Warning: SDL initialized [46][0] : Event: SDL Events initialized [47][0] : Event: Register new event type:user (Ox8000) [47][0] : Event: Register new event type:stop (Ox8001) [47][0] : Event: Register new event type:stopped (Ox8002) [47][0] : Event: Register new event type:mouse_enter (Ox8003) [47][0] : Event: Register new event type:mouse_leave (Ox8004) [47][0] : Event: Register new event type:redraw (Ox8005) [47][0] : Event: Register new event type:mouse_at_rest (Ox8006) [47][0] : Event: Register new event type:startup (Ox8007) [47][0] : Event: Register new event type:var_changed (Ox8008) [47][0] : Event: Register new event type:update (Ox8009) [47][0] : Event: Register new event type:sync_action (Ox800a) [47][0] : Event: Register new event type:keyboard_focus (Ox800b) [47][0] : Event: Register new event type:mouse_focus (Ox800c) [47][0] : Event: Register new event type:remove_focus (Ox800d) [47][0] : Event: Register new event type:destroy_window (Ox800e) [47][0] : Event: Register new event type:add_window (Ox800f) [47][0] : Event: Register new event type:new_mail (Ox8010) [47][0] : Event: Register new event type:not_used (Ox8011) [47][0] : Board: Layout #1 (dummy) created. [48][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring. [49][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png [49][0] : Graphics: SDL Video initialized [49][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png) [50][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported [57][0] : Warning: Cannot get monitor's DPI from xdpyinfo. [57][0] : Graphics: DPI from system: 110 [57][0] : Graphics; Warning: Using SCALE=1.000000 [57][0] : Graphics: SDL Image initialized [57][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png) [58][0] : Memory: Freeing surface (330,290) 00 = Bogue initialization without opening any window. [58][0] : Board: Adding timeout 1 [58][0] : Board: Layout #2 (windows_house) created. [58][0] : Board: ==> Running board! [58][0] : Graphics; Warning: Could not get refresh rate information for any monitor [58][0] : Graphics: Desired FPS=60 [69][0] : Board: Has focus: NO [69][0] : Board: Adding timeout 2 [69][0] : Graphics: FPS:100 (round_trip=0) [1068][0] : Board: Executing timeout 1 Hello world [1068][0] : Memory: All zombies have been killed! Congratulations! [1068][0] : Board: Board exiting [1068][0] : Board: Quitting... [1068][0] : Graphics: Quitting SDL Image [1068][0] : Graphics: Quitting SDL Video [1068][0] : Graphics: Cleaning up 0 SDL_TTF surfaces... [1068][0] : Memory: Freeing surface (123,128) [1068][0] : Event: Quitting SDL Events [1069][0] : Graphics: Exit SDL... [1069][0] : Graphics: Done. INFO: SDL_ttf Version (2,24,0) INFO: Using SDL 2.32.10 /bin/sh: xdpyinfo: not found 2026-04-11 22:35.59 ---> saved as "dd68b10b8f20a065fe7b9fa80a2c614c28dc0dbda55299ab6f8ca726a4479d6b" Job succeeded 2026-04-11 22:39.58: Job succeeded