2026-01-11 10:05.08: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (14c7792f96f21fd6c11a8d56d7ff3596e665dd1f) (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 14c7792f 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2" 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-01-11 10:05.08: Using cache hint "sanette/bogue-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-98a9d951f093a65158f774ee6e7ee402" 2026-01-11 10:05.08: 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (network host) (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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2") (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-01-11 10:05.08: Waiting for resource in pool OCluster 2026-01-11 10:05.09: Waiting for worker… 2026-01-11 10:05.09: Got resource from pool OCluster Building on rosemary HEAD is now at 323bd8a typos HEAD is now at 14c7792 doc (from freebsd-14.3-ocaml-5.4) 2026-01-11 10:01.20 ---> 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-01-11 10:01.21 ---> 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-01-11 10:01.21 ---> 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.0 2.5.0 2026-01-11 10:01.21 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-11 10:01.21 ---> 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2026-01-11 10:01.21 ---> using "e23c2d2ef43aeae9c57e0f1a197cda206246aba88916ec79978285b69733e37c" from cache /src: (copy (src bogue.opam) (dst ./)) 2026-01-11 10:01.22 ---> saved as "4d7e245f68a544a47c99ccdd33af99ea3c3bea9b7cd5a17c4480ee6c6cd21f65" /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-01-11 10:01.23 ---> saved as "a0aa8767980cb527db51895643f3bd93e7ef6cc47d3daf1a937977e053e6ab20" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-11 10:01.24 ---> saved as "77aca293bf5cab9c4635fd7847810b1281660d39aa1373fdc46515852645c581" /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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2") /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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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... - [rosemary] Fetching meta.conf: - - [rosemary] Fetching data.pkg: - . - .. - .. - ... - . - . done - Processing entries: - .. - ... - .. - .. - . done - FreeBSD repository update completed. 36472 packages processed. - Updating FreeBSD-kmods repository catalogue... - [rosemary] Fetching data.pkg: ......... done - Processing entries: .......... done - FreeBSD-kmods repository update completed. 212 packages processed. - All repositories are up to date. - The following 55 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - Imath: 3.2.1 [FreeBSD] - aom: 3.13.1 [FreeBSD] - dav1d: 1.5.2 [FreeBSD] - freetype2: 2.13.3 [FreeBSD] - gdk-pixbuf2: 2.44.1 [FreeBSD] - giflib: 5.2.2 [FreeBSD] - glib: 2.84.1_3,2 [FreeBSD] - graphite2: 1.3.14 [FreeBSD] - harfbuzz: 10.3.0 [FreeBSD] - highway: 1.3.0 [FreeBSD] - hwdata: 0.399,1 [FreeBSD] - jbigkit: 2.1_3 [FreeBSD] - jpeg-turbo: 3.1.2 [FreeBSD] - lerc: 4.0.0 [FreeBSD] - libX11: 1.8.12,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_2 [FreeBSD] - libdeflate: 1.24 [FreeBSD] - libdrm: 2.4.123,1 [FreeBSD] - libepoll-shim: 0.0.20240608 [FreeBSD] - libglvnd: 1.7.0 [FreeBSD] - libinotify: 20240724_3 [FreeBSD] - libjxl: 0.11.1_2 [FreeBSD] - libpciaccess: 0.18.1_1 [FreeBSD] - libxcb: 1.17.0 [FreeBSD] - libxkbcommon: 1.8.1_3 [FreeBSD] - libxml2: 2.14.5 [FreeBSD] - libxshmfence: 1.3.3 [FreeBSD] - libyuv: 0.0.1903 [FreeBSD] - mesa-libs: 24.1.7_1 [FreeBSD] - openexr: 3.4.3 [FreeBSD] - openjph: 0.24.5 [FreeBSD] - png: 1.6.52 [FreeBSD] - py311-packaging: 25.0 [FreeBSD] - sdl2: 2.32.8 [FreeBSD] - sdl2_image: 2.8.8_1 [FreeBSD] - sdl2_ttf: 2.24.0 [FreeBSD] - shared-mime-info: 2.4_2 [FreeBSD] - tiff: 4.7.0 [FreeBSD] - vmaf: 3.0.0 [FreeBSD] - vulkan-loader: 1.4.327 [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: 55 - - The process will require 254 MiB more space. - 38 MiB to be downloaded. - [rosemary] [1/55] Fetching png-1.6.52~7dc8071118.pkg: .......... done - [rosemary] [2/55] Fetching libxcb-1.17.0~c2711c3d14.pkg: ......... - . done - [rosemary] [3/55] Fetching freetype2-2.13.3~80d019f160.pkg: .......... done - [rosemary] [4/55] Fetching jpeg-turbo-3.1.2~54af872859.pkg: .. - ........ done - [rosemary] [5/55] Fetching libglvnd-1.7.0~7a82e08002.pkg: .......... done - [rosemary] [6/55] Fetching sdl2_ttf-2.24.0~2b285f513c.pkg: ... done - [rosemary] [7/55] Fetching libXrandr-1.5.4~17e2662a8d.pkg: . - . done - [rosemary] [8/55] Fetching libdeflate-1.24~67c5fd3e2c.pkg: ...... done - [rosemary] [9/55] Fetching libXxf86vm-1.1.6~7d3e2e94ac.pkg: . done - [rosemary] [10/55] Fetching vmaf-3.0.0~a6f418a948.pkg: .......... done - [rosemary] [11/55] Fetching libdrm-2.4.123,1~e5153bae32.pkg: .......... done - [rosemary] [12/55] Fetching libXdamage-1.1.6~83908f2061.pkg: . done - [rosemary] [13/55] Fetching libXfixes-6.0.1~814686313d.pkg: . done - [rosemary] [14/55] Fetching wayland-1.24.0_2~02922a01c0.pkg: .......... done - [rosemary] [15/55] Fetching libxml2-2.14.5~d184bcd24a.pkg: .. - ........ done - [rosemary] [16/55] Fetching aom-3.13.1~0a99fd520d.pkg: - .. - .... - .... done - [rosemary] [17/55] Fetching gdk-pixbuf2-2.44.1~cdcb432f77.pkg: . - ......... done - [rosemary] [18/55] Fetching libxshmfence-1.3.3~c4985142fa.pkg: . done - [rosemary] [19/55] Fetching py311-packaging-25.0~73476ec911.pkg: ......... done - [rosemary] [20/55] Fetching libXScrnSaver-1.2.4_1~bee7dd9ccc.pkg: . done - [rosemary] [21/55] Fetching libepoll-shim-0.0.20240608~a57f604f5b.pkg: .. done - [rosemary] [22/55] Fetching libjxl-0.11.1_2~73314567df.pkg: .......... done - [rosemary] [23/55] Fetching libX11-1.8.12,1~435bbb8c64.pkg: .......... done - [rosemary] [24/55] Fetching giflib-5.2.2~c13c4da0f7.pkg: .......... done - [rosemary] [25/55] Fetching libXrender-0.9.12~ed5ad5fda3.pkg: .. done - [rosemary] [26/55] Fetching xorgproto-2024.1~1b3b35624a.pkg: .......... done - [rosemary] [27/55] Fetching libXi-1.8.2,1~38222d1745.pkg: ........ done - [rosemary] [28/55] Fetching sdl2_image-2.8.8_1~a939b34614.pkg: ..... done - [rosemary] [29/55] Fetching webp-1.6.0~e7881480e2.pkg: .......... done - [rosemary] [30/55] Fetching hwdata-0.399,1~bcfce483c7.pkg: .......... done - [rosemary] [31/55] Fetching graphite2-1.3.14~5de8f10698.pkg: ....... done - [rosemary] [32/55] Fetching shared-mime-info-2.4_2~c7c2653dc4.pkg: .......... done - [rosemary] [33/55] Fetching harfbuzz-10.3.0~1736851288.pkg: .......... done - [rosemary] [34/55] Fetching libinotify-20240724_3~d61f770a0f.pkg: .. done - [rosemary] [35/55] Fetching mesa-libs-24.1.7_1~9fa9b0ae0b.pkg: .......... done - [rosemary] [36/55] Fetching libpciaccess-0.18.1_1~ce6c4d612a.pkg: . done - [rosemary] [37/55] Fetching vulkan-loader-1.4.327~ec97ae9fa2.pkg: ......... done - [rosemary] [38/55] Fetching openjph-0.24.5~f8dfad0d8c.pkg: .......... done - [rosemary] [39/55] Fetching libXcursor-1.2.3~a6de401199.pkg: ... done - [rosemary] [40/55] Fetching highway-1.3.0~a4c2c43499.pkg: .......... done - [rosemary] [41/55] Fetching libavif-1.3.0_2~e6104484bb.pkg: .......... done - [rosemary] [42/55] Fetching Imath-3.2.1~4bd07a0f22.pkg: .......... done - [rosemary] [43/55] Fetching libXext-1.3.6,1~2635032530.pkg: ....... done - [rosemary] [44/55] Fetching libXau-1.0.12~a0db9af22c.pkg: . done - [rosemary] [45/55] Fetching libyuv-0.0.1903~4b9d4a4b4d.pkg: .......... done - [rosemary] [46/55] Fetching dav1d-1.5.2~a9509a7fea.pkg: .......... done - [rosemary] [47/55] Fetching openexr-3.4.3~9aaadb2792.pkg: .......... done - [rosemary] [48/55] Fetching glib-2.84.1_3,2~1b0b48c4e8.pkg: ...... - .... done - [rosemary] [49/55] Fetching xkeyboard-config-2.41_4~191ee7c317.pkg: .......... done - [rosemary] [50/55] Fetching libxkbcommon-1.8.1_3~14089683bb.pkg: .......... done - [rosemary] [51/55] Fetching jbigkit-2.1_3~9c96f04002.pkg: ..... done - [rosemary] [52/55] Fetching sdl2-2.32.8~3b9203becf.pkg: .......... done - [rosemary] [53/55] Fetching libXdmcp-1.1.5~4a8fa886d1.pkg: . done - [rosemary] [54/55] Fetching tiff-4.7.0~79006b6d4b.pkg: .......... done - [rosemary] [55/55] Fetching lerc-4.0.0~2ce269d684.pkg: .......... done - Checking integrity... done (0 conflicting) - [rosemary] [1/55] Installing Imath-3.2.1... - [rosemary] [1/55] Extracting Imath-3.2.1: .......... done - [rosemary] [2/55] Installing dav1d-1.5.2... - [rosemary] [2/55] Extracting dav1d-1.5.2: .......... done - [rosemary] [3/55] Installing giflib-5.2.2... - [rosemary] [3/55] Extracting giflib-5.2.2: .......... done - [rosemary] [4/55] Installing graphite2-1.3.14... - [rosemary] [4/55] Extracting graphite2-1.3.14: .......... done - [rosemary] [5/55] Installing highway-1.3.0... - [rosemary] [5/55] Extracting highway-1.3.0: .......... done - [rosemary] [6/55] Installing hwdata-0.399,1... - [rosemary] [6/55] Extracting hwdata-0.399,1: .......... done - [rosemary] [7/55] Installing jbigkit-2.1_3... - [rosemary] [7/55] Extracting jbigkit-2.1_3: .......... done - [rosemary] [8/55] Installing jpeg-turbo-3.1.2... - [rosemary] [8/55] Extracting jpeg-turbo-3.1.2: .......... done - [rosemary] [9/55] Installing lerc-4.0.0... - [rosemary] [9/55] Extracting lerc-4.0.0: ........ done - [rosemary] [10/55] Installing libXau-1.0.12... - [rosemary] [10/55] Extracting libXau-1.0.12: .......... done - [rosemary] [11/55] Installing libdeflate-1.24... - [rosemary] [11/55] Extracting libdeflate-1.24: .......... done - [rosemary] [12/55] Installing libepoll-shim-0.0.20240608... - [rosemary] [12/55] Extracting libepoll-shim-0.0.20240608: .......... done - [rosemary] [13/55] Installing libinotify-20240724_3... - [rosemary] [13/55] Extracting libinotify-20240724_3: .......... done - [rosemary] [14/55] Installing libpciaccess-0.18.1_1... - [rosemary] [14/55] Extracting libpciaccess-0.18.1_1: ........ done - [rosemary] [15/55] Installing libdrm-2.4.123,1... - [rosemary] [15/55] Extracting libdrm-2.4.123,1: .......... done - [rosemary] [16/55] Installing libxml2-2.14.5... - [rosemary] [16/55] Extracting libxml2-2.14.5: .......... done - [rosemary] [17/55] Installing libxshmfence-1.3.3... - [rosemary] [17/55] Extracting libxshmfence-1.3.3: ......... done - [rosemary] [18/55] Installing libyuv-0.0.1903... - [rosemary] [18/55] Extracting libyuv-0.0.1903: .......... done - [rosemary] [19/55] Installing png-1.6.52... - [rosemary] [19/55] Extracting png-1.6.52: .......... done - [rosemary] [20/55] Installing freetype2-2.13.3... - [rosemary] [20/55] Extracting freetype2-2.13.3: .......... done - [rosemary] [21/55] Installing py311-packaging-25.0... - [rosemary] [21/55] Extracting py311-packaging-25.0: .......... done - [rosemary] [22/55] Installing glib-2.84.1_3,2... - [rosemary] [22/55] Extracting glib-2.84.1_3,2: ........ - .. done - [rosemary] [23/55] Installing harfbuzz-10.3.0... - [rosemary] [23/55] Extracting harfbuzz-10.3.0: .......... done - [rosemary] [24/55] Installing shared-mime-info-2.4_2... - [rosemary] [24/55] Extracting shared-mime-info-2.4_2: ......... done - [rosemary] [25/55] Installing tiff-4.7.0... - [rosemary] [25/55] Extracting tiff-4.7.0: .......... done - [rosemary] [26/55] Installing gdk-pixbuf2-2.44.1... - [rosemary] [26/55] Extracting gdk-pixbuf2-2.44.1: .......... done - [rosemary] [27/55] Installing openjph-0.24.5... - [rosemary] [27/55] Extracting openjph-0.24.5: .......... done - [rosemary] [28/55] Installing openexr-3.4.3... - [rosemary] [28/55] Extracting openexr-3.4.3: .......... done - [rosemary] [29/55] Installing libjxl-0.11.1_2... - [rosemary] [29/55] Extracting libjxl-0.11.1_2: .......... done - [rosemary] [30/55] Installing vmaf-3.0.0... - [rosemary] [30/55] Extracting vmaf-3.0.0: .......... done - [rosemary] [31/55] Installing aom-3.13.1... - [rosemary] [31/55] Extracting aom-3.13.1: .......... done - [rosemary] [32/55] Installing libavif-1.3.0_2... - [rosemary] [32/55] Extracting libavif-1.3.0_2: .......... done - [rosemary] [33/55] Installing wayland-1.24.0_2... - [rosemary] [33/55] Extracting wayland-1.24.0_2: .......... done - [rosemary] [34/55] Installing webp-1.6.0... - [rosemary] [34/55] Extracting webp-1.6.0: .......... done - [rosemary] [35/55] Installing xkeyboard-config-2.41_4... - [rosemary] [35/55] Extracting xkeyboard-config-2.41_4: .......... done - [rosemary] [36/55] Installing xorgproto-2024.1... - [rosemary] [36/55] Extracting xorgproto-2024.1: .......... done - [rosemary] [37/55] Installing libXdmcp-1.1.5... - [rosemary] [37/55] Extracting libXdmcp-1.1.5: ......... done - [rosemary] [38/55] Installing libxcb-1.17.0... - [rosemary] [38/55] Extracting libxcb-1.17.0: .......... done - [rosemary] [39/55] Installing libX11-1.8.12,1... - [rosemary] [39/55] Extracting libX11-1.8.12,1: .......... done - [rosemary] [40/55] Installing libXext-1.3.6,1... - [rosemary] [40/55] Extracting libXext-1.3.6,1: .......... done - [rosemary] [41/55] Installing libXScrnSaver-1.2.4_1... - [rosemary] [41/55] Extracting libXScrnSaver-1.2.4_1: .......... done - [rosemary] [42/55] Installing libXfixes-6.0.1... - [rosemary] [42/55] Extracting libXfixes-6.0.1: .......... done - [rosemary] [43/55] Installing libXdamage-1.1.6... - [rosemary] [43/55] Extracting libXdamage-1.1.6: ......... done - [rosemary] [44/55] Installing libXi-1.8.2,1... - [rosemary] [44/55] Extracting libXi-1.8.2,1: .......... done - [rosemary] [45/55] Installing libXrender-0.9.12... - [rosemary] [45/55] Extracting libXrender-0.9.12: .......... done - [rosemary] [46/55] Installing libXcursor-1.2.3... - [rosemary] [46/55] Extracting libXcursor-1.2.3: .......... done - [rosemary] [47/55] Installing libXrandr-1.5.4... - [rosemary] [47/55] Extracting libXrandr-1.5.4: .......... done - [rosemary] [48/55] Installing libXxf86vm-1.1.6... - [rosemary] [48/55] Extracting libXxf86vm-1.1.6: .......... done - [rosemary] [49/55] Installing libglvnd-1.7.0... - [rosemary] [49/55] Extracting libglvnd-1.7.0: .......... done - [rosemary] [50/55] Installing libxkbcommon-1.8.1_3... - [rosemary] [50/55] Extracting libxkbcommon-1.8.1_3: .......... done - [rosemary] [51/55] Installing mesa-libs-24.1.7_1... - [rosemary] [51/55] Extracting mesa-libs-24.1.7_1: .......... done - [rosemary] [52/55] Installing vulkan-loader-1.4.327... - [rosemary] [52/55] Extracting vulkan-loader-1.4.327: .......... done - [rosemary] [53/55] Installing sdl2-2.32.8... - [rosemary] [53/55] Extracting sdl2-2.32.8: .......... done - [rosemary] [54/55] Installing sdl2_image-2.8.8_1... - [rosemary] [54/55] Extracting sdl2_image-2.8.8_1: .......... done - [rosemary] [55/55] Installing sdl2_ttf-2.24.0... - [rosemary] [55/55] 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 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 freetype2-2.13.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 libjxl-0.11.1_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.8.1_3: - - -- - 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-01-11 10:02.03 ---> saved as "901b42ee6cc84b2efb8325b4c4b8e835493bd2df09f15de273a7c6c99226d776" /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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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.20.2 ∗ dune-configurator 3.20.2 ∗ integers 0.7.0 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ stdlib-shims 0.3.0 ∗ topkg 1.1.1 ∗ tsdl 1.2.0 ∗ tsdl-image 0.6 ∗ tsdl-ttf 0.6 ∗ xdg 3.20.2 <><> 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.2.0 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved tsdl-image.0.6 (cached) ⬇ retrieved tsdl-ttf.0.6 (cached) ⬇ retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2 (cached) ∗ installed ocamlfind.1.9.8 ∗ installed ocamlbuild.0.16.1 ∗ installed topkg.1.1.1 ∗ installed dune.3.20.2 ∗ installed stdlib-shims.0.3.0 ∗ installed csexp.1.5.2 ∗ installed integers.0.7.0 ∗ installed xdg.3.20.2 ∗ installed dune-configurator.3.20.2 ∗ installed ctypes.0.24.0 ∗ installed ctypes-foreign.0.24.0 ∗ installed tsdl.1.2.0 ∗ installed tsdl-image.0.6 ∗ installed tsdl-ttf.0.6 Done. 2026-01-11 10:02.59 ---> saved as "ee0675b470d09bf552b30fca70cdae20995f9fd8de20356041704978885bc477" /src: (copy (src .) (dst /src)) 2026-01-11 10:03.00 ---> saved as "41c1f4035ea83c541505e09087afcb8d14dcf5f437861c6f03f0c0d218683de5" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/examples && ./examples.exe 00) [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 [30][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=., prefix_dir=/src/_build/default [30][0] : Warning: User variable 'DIR' not found in config. [30][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 [20260111] [35][0] : I/O: Reading BACKGROUND=color:white [35][0] : I/O: Reading CHECK_ON=fa:check-square-o [35][0] : I/O: Reading CHECK_OFF=fa:square-o [35][0] : Warning: Using THEME=default Loading Bogue 20260111 with config dir /src/_build/install/default/share/bogue/themes/default [35][0] : Warning: Using BACKGROUND=color:white [35][0] : Warning: User variable 'BG_COLOR' not found in config. [35][0] : Warning: Using BG_COLOR=aliceblue [35][0] : Warning: User variable 'BOX_BG_COLOR' not found in config. [35][0] : Warning: Using BOX_BG_COLOR=lightsteelblue [35][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config. [35][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1 [35][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config. [35][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise [35][0] : Warning: Using CHECK_ON=fa:check-square-o [35][0] : Warning: Using CHECK_OFF=fa:square-o [35][0] : Warning: User variable 'CURSOR_COLOR' not found in config. [35][0] : Warning: Using CURSOR_COLOR=#2a7da2 [35][0] : Warning: User variable 'DISABLED_FG' not found in config. [35][0] : Warning: Using DISABLED_FG=gray [35][0] : Warning: User variable 'DISABLED_BG' not found in config. [35][0] : Warning: Using DISABLED_BG=lightgray [35][0] : Warning: User variable 'FAINT_COLOR' not found in config. [35][0] : Warning: Using FAINT_COLOR=gainsboro [35][0] : Warning: User variable 'TEXT_COLOR' not found in config. [35][0] : Warning: Using TEXT_COLOR=black [35][0] : Warning: User variable 'SEL_BG_COLOR' not found in config. [35][0] : Warning: Using SEL_BG_COLOR=slategray [35][0] : Warning: User variable 'SEL_FG_COLOR' not found in config. [35][0] : Warning: Using SEL_FG_COLOR=white [35][0] : Warning: User variable 'LABEL_COLOR' not found in config. [35][0] : Warning: Using LABEL_COLOR=black [35][0] : Warning: User variable 'MENU_HL_COLOR' not found in config. [35][0] : Warning: Using MENU_HL_COLOR=#8099a2 [35][0] : Warning: User variable 'MENU_BG_COLOR' not found in config. [35][0] : Warning: Using MENU_BG_COLOR=#BEBEBE [35][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config. [35][0] : Warning: Using LABEL_FONT_SIZE=14 [35][0] : Warning: User variable 'LABEL_FONT' not found in config. [35][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf [35][0] : Warning: User variable 'TEXT_FONT' not found in config. [35][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf [35][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config. [35][0] : Warning: Using TEXT_FONT_SIZE=14 [35][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config. [35][0] : Warning: Using SMALL_FONT_SIZE=10 [35][0] : Warning: User variable 'MONO_FONT' not found in config. [35][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf [35][0] : Warning: User variable 'ROOM_MARGIN' not found in config. [35][0] : Warning: Using ROOM_MARGIN=10 [35][0] : Warning: User variable 'FA_DIR' not found in config. [35][0] : Warning: Using FA_DIR=font-awesome-4.6.3 [35][0] : Warning: User variable 'INT_SCALE' not found in config. [35][0] : Warning: Using INT_SCALE=false [35][0] : Warning: User variable 'SCALE' not found in config. [35][0] : Warning: Using SCALE=0 [35][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config. [35][0] : Warning: Using OPENGL_MULTISAMPLE=false [35][0] : Warning: User variable 'NO_VSYNC' not found in config. [35][0] : Warning: Using NO_VSYNC=false [35][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config. [35][0] : Warning: Using NATURAL_SCROLLING=auto [37][0] : Warning: User variable 'USE_FSWATCH' not found in config. [37][0] : Warning: Using USE_FSWATCH=true [40][0] : I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt]. [41][0] : Custom: Detected os type: [FreeBSD] [45][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images. [45][0] : Warning: SDL initialized [45][0] : Event: SDL Events initialized [45][0] : Event: Register new event type:user (Ox8000) [45][0] : Event: Register new event type:stop (Ox8001) [45][0] : Event: Register new event type:stopped (Ox8002) [45][0] : Event: Register new event type:mouse_enter (Ox8003) [45][0] : Event: Register new event type:mouse_leave (Ox8004) [45][0] : Event: Register new event type:redraw (Ox8005) [45][0] : Event: Register new event type:mouse_at_rest (Ox8006) [45][0] : Event: Register new event type:startup (Ox8007) [45][0] : Event: Register new event type:var_changed (Ox8008) [45][0] : Event: Register new event type:update (Ox8009) [45][0] : Event: Register new event type:sync_action (Ox800a) [45][0] : Event: Register new event type:keyboard_focus (Ox800b) [45][0] : Event: Register new event type:mouse_focus (Ox800c) [45][0] : Event: Register new event type:remove_focus (Ox800d) [45][0] : Event: Register new event type:destroy_window (Ox800e) [45][0] : Event: Register new event type:add_window (Ox800f) [45][0] : Event: Register new event type:new_mail (Ox8010) [45][0] : Event: Register new event type:not_used (Ox8011) [45][0] : Board: Layout #1 (dummy) created. [47][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring. [48][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png [48][0] : Graphics: SDL Video initialized [48][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png) [49][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported [53][0] : Warning: Cannot get monitor's DPI from xdpyinfo. [53][0] : Graphics: DPI from system: 110 [53][0] : Graphics; Warning: Using SCALE=1.000000 [53][0] : Graphics: SDL Image initialized [53][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png) [54][0] : Memory: Freeing surface (330,290) 00 = Bogue initialization without opening any window. [54][0] : Board: Adding timeout 1 [54][0] : Board: Layout #2 (windows_house) created. [54][0] : Board: ==> Running board! [54][0] : Graphics; Warning: Could not get refresh rate information for any monitor [54][0] : Graphics: Desired FPS=60 [65][0] : Board: Has focus: NO [65][0] : Board: Adding timeout 2 [65][0] : Graphics: FPS:100 (round_trip=0) [1065][0] : Board: Executing timeout 1 Hello world [1065][0] : Memory: All zombies have been killed! Congratulations! [1065][0] : Board: Board exiting [1065][0] : Board: Quitting... [1065][0] : Graphics: Quitting SDL Image [1065][0] : Graphics: Quitting SDL Video [1065][0] : Graphics: Cleaning up 0 SDL_TTF surfaces... [1065][0] : Memory: Freeing surface (123,128) [1065][0] : Event: Quitting SDL Events [1065][0] : Graphics: Exit SDL... [1065][0] : Graphics: Done. INFO: Using SDL 2.32.8 /bin/sh: xdpyinfo: not found 2026-01-11 10:03.05 ---> saved as "aa9fcdc208c3649149caa6a52602a500802edcdb0f0d89438307990503993e92" Job succeeded 2026-01-11 10:06.55: Job succeeded