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-4.14_opam-2.5)Base: freebsd-14.3-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 09fa45a2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-11 22:28.22: Using cache hint "sanette/bogue-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-f8c9741d6089546854ade73f43870414"2026-04-11 22:28.22: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 OCluster2026-04-11 22:28.22: Waiting for worker…2026-04-11 22:28.22: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 09fa45a horizontal scrolling(from freebsd-14.3-ocaml-4.14)2026-04-11 22:24.38 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-4.14_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.38 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-04-11 22:24.38 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.32.5.02026-04-11 22:24.38 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-11 22:24.39 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" 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_HEAD42844088d7..0404939bde master -> origin/master0404939bde Merge pull request #29648 from sanette/opam-publish-tsdl-ttf.0.7<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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 "a9049b83f4c7b10e1ce16a3a50915a84e198447fa662f831bde8f71ea18987d9"/src: (copy (src bogue.opam) (dst ./))2026-04-11 22:24.44 ---> saved as "cbf7fea852b308405866fb5806c5766db62948611d5816e96b90f36fd8bf3a0c"/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.45 ---> saved as "1dad8433aef890cabc1e284f4c711363d96cfe3c4c3a77b851f23b24f56e32b6"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-11 22:24.46 ---> saved as "a7339a2839363ab0b2eb20e739f0fc2c983273644ce83c50e799f08f55824d17"/src: (env DEPS "base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-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: gio-modules.ucl- Generating GIO modules cache- ==> Running trigger: gdk-pixbuf-query-loaders.ucl- Generating gdk-pixbuf modules cache- ==> Running trigger: glib-schemas.ucl- Compiling glib schemas- No schema files found: doing nothing.- ==> Running trigger: shared-mime-info.ucl- Building the Shared MIME-Info database 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 xorg2026-04-11 22:34.20 ---> saved as "2b0f356e3d276f6cac5407a08a4017000bc407ee290458cc3666002e3155032a"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-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 ocamlfind.1.9.8 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved ocamlbuild.0.16.1 (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 ocamlfind.1.9.8∗ installed ocamlbuild.0.16.1∗ 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.7Done.2026-04-11 22:35.34 ---> saved as "fac3eb333cb49b24885df81c16645d7a919b68b44f4462ad466853776b510a98"/src: (copy (src .) (dst /src))2026-04-11 22:35.35 ---> saved as "70ac0a326d7c78d49f12b968063886d8dfc1f145c703a788415cc2cb5a07d318"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/examples && ./examples.exe 00)TTF_InitTTF_Linked_VersionTTF_OpenFontTTF_OpenFontIndexTTF_OpenFontRWTTF_OpenFontIndexRWTTF_GetFontStyleTTF_SetFontStyleTTF_GetFontOutlineTTF_SetFontOutlineTTF_GetFontHintingTTF_SetFontHintingTTF_FontHeightTTF_FontAscentTTF_FontDescentTTF_FontLineSkipTTF_GetFontKerningTTF_SetFontKerningTTF_FontFacesTTF_FontFaceIsFixedWidthTTF_FontFaceFamilyNameTTF_FontFaceStyleNameTTF_GlyphIsProvidedTTF_GlyphIsProvided32TTF_GlyphMetricsTTF_GlyphMetrics32TTF_SizeTextTTF_SizeUTF8TTF_RenderText_SolidTTF_RenderUTF8_SolidTTF_RenderGlyph_SolidTTF_RenderGlyph32_SolidTTF_RenderText_ShadedTTF_RenderUTF8_ShadedTTF_RenderGlyph_ShadedTTF_RenderGlyph32_ShadedTTF_RenderText_BlendedTTF_RenderUTF8_BlendedTTF_RenderText_Blended_WrappedTTF_RenderUTF8_Blended_WrappedTTF_RenderGlyph_BlendedTTF_RenderGlyph32_BlendedTTF_CloseFontTTF_QuitTTF_WasInitTTF_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[32][0] : Warning: User variable 'DIR' not found in config.[32][0] : Warning: Using DIR=[36][0] : Warning: User variable 'THEME' not found in config.[36][0] : Warning: Using THEME=default[36][0] : I/O: No theme specified, using default=default.[37][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20260303][37][0] : I/O: Reading BACKGROUND=color:white[37][0] : I/O: Reading CHECK_ON=fa:check-square-o[37][0] : I/O: Reading CHECK_OFF=fa:square-o[37][0] : Warning: Using THEME=defaultLoading Bogue 20260303 with config dir /src/_build/install/default/share/bogue/themes/default[37][0] : Warning: Using BACKGROUND=color:white[37][0] : Warning: User variable 'BG_COLOR' not found in config.[37][0] : Warning: Using BG_COLOR=aliceblue[37][0] : Warning: User variable 'BOX_BG_COLOR' not found in config.[37][0] : Warning: Using BOX_BG_COLOR=lightsteelblue[37][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config.[37][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1[37][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config.[37][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise[37][0] : Warning: Using CHECK_ON=fa:check-square-o[37][0] : Warning: Using CHECK_OFF=fa:square-o[37][0] : Warning: User variable 'CURSOR_COLOR' not found in config.[37][0] : Warning: Using CURSOR_COLOR=#2a7da2[37][0] : Warning: User variable 'DISABLED_FG' not found in config.[37][0] : Warning: Using DISABLED_FG=gray[37][0] : Warning: User variable 'DISABLED_BG' not found in config.[37][0] : Warning: Using DISABLED_BG=lightgray[37][0] : Warning: User variable 'FAINT_COLOR' not found in config.[37][0] : Warning: Using FAINT_COLOR=#B1C7D5[37][0] : Warning: User variable 'TEXT_COLOR' not found in config.[37][0] : Warning: Using TEXT_COLOR=black[37][0] : Warning: User variable 'SEL_BG_COLOR' not found in config.[37][0] : Warning: Using SEL_BG_COLOR=slategray[37][0] : Warning: User variable 'SEL_FG_COLOR' not found in config.[37][0] : Warning: Using SEL_FG_COLOR=white[37][0] : Warning: User variable 'LABEL_COLOR' not found in config.[37][0] : Warning: Using LABEL_COLOR=black[37][0] : Warning: User variable 'MENU_HL_COLOR' not found in config.[37][0] : Warning: Using MENU_HL_COLOR=#8099a2[37][0] : Warning: User variable 'MENU_BG_COLOR' not found in config.[37][0] : Warning: Using MENU_BG_COLOR=#BEBEBE[37][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config.[37][0] : Warning: Using LABEL_FONT_SIZE=14[37][0] : Warning: User variable 'LABEL_FONT' not found in config.[37][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf[37][0] : Warning: User variable 'TEXT_FONT' not found in config.[37][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf[38][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config.[38][0] : Warning: Using TEXT_FONT_SIZE=14[38][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config.[38][0] : Warning: Using SMALL_FONT_SIZE=10[38][0] : Warning: User variable 'MONO_FONT' not found in config.[38][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf[38][0] : Warning: User variable 'ROOM_MARGIN' not found in config.[38][0] : Warning: Using ROOM_MARGIN=10[38][0] : Warning: User variable 'FA_DIR' not found in config.[38][0] : Warning: Using FA_DIR=font-awesome-4.6.3[38][0] : Warning: User variable 'INT_SCALE' not found in config.[38][0] : Warning: Using INT_SCALE=false[38][0] : Warning: User variable 'SCALE' not found in config.[38][0] : Warning: Using SCALE=0[38][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.[38][0] : Warning: Using OPENGL_MULTISAMPLE=false[38][0] : Warning: User variable 'NO_VSYNC' not found in config.[38][0] : Warning: Using NO_VSYNC=false[38][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config.[38][0] : Warning: Using NATURAL_SCROLLING=auto[40][0] : Warning: User variable 'USE_FSWATCH' not found in config.[40][0] : Warning: Using USE_FSWATCH=true[41][0] : Custom: Detected os type: [FreeBSD][47][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.[47][0] : Warning: SDL initialized[47][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)[48][0] : Board: Layout #1 (dummy) created.[49][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring.[50][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png[50][0] : Graphics: SDL Video initialized[50][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)[51][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported[62][0] : Warning: Cannot get monitor's DPI from xdpyinfo.[62][0] : Graphics: DPI from system: 110[62][0] : Graphics; Warning: Using SCALE=1.000000[62][0] : Graphics: SDL Image initialized[62][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)[63][0] : Memory: Freeing surface (330,290)00 = Bogue initialization without opening any window.[63][0] : Board: Adding timeout 1[63][0] : Board: Layout #2 (windows_house) created.[63][0] : Board: ==> Running board![63][0] : Graphics; Warning: Could not get refresh rate information for any monitor[63][0] : Graphics: Desired FPS=60[74][0] : Board: Has focus: NO[74][0] : Board: Adding timeout 2[74][0] : Graphics: FPS:100 (round_trip=0)[1073][0] : Board: Executing timeout 1Hello world[1073][0] : Memory: All zombies have been killed! Congratulations![1073][0] : Board: Board exiting[1074][0] : Board: Quitting...[1074][0] : Graphics: Quitting SDL Image[1074][0] : Graphics: Quitting SDL Video[1074][0] : Graphics: Cleaning up 0 SDL_TTF surfaces...[1074][0] : Memory: Freeing surface (123,128)[1074][0] : Event: Quitting SDL Events[1074][0] : Graphics: Exit SDL...[1074][0] : Graphics: Done.INFO: SDL_ttf Version (2,24,0)INFO: Using SDL 2.32.10/bin/sh: xdpyinfo: not found2026-04-11 22:35.41 ---> saved as "6dc11c7ab52d5c316021b0a8ea69389f3c36c761f53dd0a425dbf942bae78e6c"Job succeeded2026-04-11 22:39.39: Job succeeded