2026-04-29 12:50.06: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (390ca4b7e3b6f8de7b1f7ce6e007337d1387fafe) (freebsd-x86_64:freebsd-15.0-5.4_opam-2.5)Base: freebsd-15.0-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 390ca4b7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-15.0-ocaml-5.4# freebsd-15.0-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 bogue-cairo.opam ./RUN opam pin add -yn bogue-cairo.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 bogue.20260208 cairo2.0.6.5 conf-cairo.1 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.2 dune-configurator.3.22.2 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.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue-cairo.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-29 12:50.06: Using cache hint "sanette/bogue-cairo-freebsd-15.0-ocaml-5.4-freebsd-15.0-5.4_opam-2.5-8d420aa05f9905f30fe37fe82bef7e90"2026-04-29 12:50.06: Using OBuilder spec:((from freebsd-15.0-ocaml-5.4)(comment freebsd-15.0-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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bogue-cairo.opam) (dst ./))(run (network host)(shell "opam pin add -yn bogue-cairo.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 bogue.20260208 cairo2.0.6.5 conf-cairo.1 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.2 dune-configurator.3.22.2 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.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-cairo.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-29 12:50.06: Waiting for resource in pool OCluster2026-04-29 14:46.17: Waiting for worker…2026-04-29 16:36.54: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 390ca4b fix test(from freebsd-15.0-ocaml-5.4)2026-04-29 16:29.34 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache/: (comment freebsd-15.0-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-29 16:29.35 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" 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-29 16:29.37 ---> using "b806a290c026df5c2502119c7bacc521336ea69e029a5a664ccac03ac292bb91" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.0-RELEASE-p6The OCaml toplevel, version 5.4.12.5.02026-04-29 16:29.37 ---> using "b5d732cc667cfadc3b7b196a89147e232c7e4d39afe01136d77cb7e64e06560f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-29 16:29.38 ---> using "1a9460a5b2b0597f096d9fac3bdc427c687096f5774f717660d59364e080f500" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> 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.0However, 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-29 16:29.39 ---> using "21ed245c0f51b71404d30eacbd8fca8832c14b89a65bf2cdc868b41ccb888b01" from cache/src: (copy (src bogue-cairo.opam) (dst ./))2026-04-29 16:29.40 ---> saved as "fa705fa617bd1d454f29b9515c1d8e2624fe3d24ac74d2b00cd0a23bf25840b7"/src: (run (network host)(shell "opam pin add -yn bogue-cairo.dev './'"))[NOTE] Package bogue-cairo does not exist in opam repositories registered in the current switch.[bogue-cairo.dev] synchronised (file:///src)bogue-cairo is now pinned to file:///src (version dev)2026-04-29 16:29.42 ---> saved as "c536e1e63990458c01ab96980fb91a5360cf834a431c81a3aca15199188db65f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-29 16:29.43 ---> saved as "d63300d95d0eefb33a4bc1e4b08eff5311b93f1857bdf60bada9afd0ff4d8f5d"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bogue.20260208 cairo2.0.6.5 conf-cairo.1 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.2 dune-configurator.3.22.2 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.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-cairo.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bogue-cairo.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:graphics/cairo sdl2 sdl2_image sdl2_ttf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "graphics/cairo" "sdl2" "sdl2_image" "sdl2_ttf"- Updating FreeBSD-ports repository catalogue...- FreeBSD-ports repository is up to date.- Updating FreeBSD-ports-kmods repository catalogue...- FreeBSD-ports-kmods repository is up to date.- All repositories are up to date.- The following 76 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- Imath: 3.2.2_2 [FreeBSD-ports]- aom: 3.13.3 [FreeBSD-ports]- binutils: 2.44,1 [FreeBSD-ports]- boost-libs: 1.89.0_2 [FreeBSD-ports]- cairo: 1.18.2,3 [FreeBSD-ports]- dav1d: 1.5.3_1 [FreeBSD-ports]- fontconfig: 2.17.1,1 [FreeBSD-ports]- freetype2: 2.14.3 [FreeBSD-ports]- gcc14: 14.2.0_4 [FreeBSD-ports]- gdk-pixbuf2: 2.44.1 [FreeBSD-ports]- giflib: 5.2.2 [FreeBSD-ports]- glib: 2.84.4,2 [FreeBSD-ports]- gmp: 6.3.0 [FreeBSD-ports]- graphite2: 1.3.14 [FreeBSD-ports]- harfbuzz: 13.2.1 [FreeBSD-ports]- highway: 1.3.0 [FreeBSD-ports]- hwdata: 0.405,1 [FreeBSD-ports]- icu: 76.1,1 [FreeBSD-ports]- jbigkit: 2.1_3 [FreeBSD-ports]- jpeg-turbo: 3.1.4.1 [FreeBSD-ports]- lerc: 4.0.0 [FreeBSD-ports]- libX11: 1.8.13,1 [FreeBSD-ports]- libXScrnSaver: 1.2.4_1 [FreeBSD-ports]- libXau: 1.0.12 [FreeBSD-ports]- libXcursor: 1.2.3 [FreeBSD-ports]- libXdamage: 1.1.6 [FreeBSD-ports]- libXdmcp: 1.1.5 [FreeBSD-ports]- libXext: 1.3.6,1 [FreeBSD-ports]- libXfixes: 6.0.1 [FreeBSD-ports]- libXi: 1.8.2,1 [FreeBSD-ports]- libXrandr: 1.5.4 [FreeBSD-ports]- libXrender: 0.9.12 [FreeBSD-ports]- libXxf86vm: 1.1.6 [FreeBSD-ports]- libavif: 1.3.0_3 [FreeBSD-ports]- libdeflate: 1.25 [FreeBSD-ports]- libdrm: 2.4.131,1 [FreeBSD-ports]- libepoll-shim: 0.0.20240608 [FreeBSD-ports]- libglvnd: 1.7.0 [FreeBSD-ports]- libinotify: 20240724_3 [FreeBSD-ports]- libjxl: 0.11.2 [FreeBSD-ports]- libpciaccess: 0.18.1_1 [FreeBSD-ports]- libxcb: 1.17.0 [FreeBSD-ports]- libxkbcommon: 1.13.1 [FreeBSD-ports]- libxml2: 2.15.2 [FreeBSD-ports]- libxshmfence: 1.3.3 [FreeBSD-ports]- libyuv: 0.0.1903 [FreeBSD-ports]- lzo2: 2.10_1 [FreeBSD-ports]- mesa-libs: 24.1.7_1 [FreeBSD-ports]- mpc: 1.4.0 [FreeBSD-ports]- mpfr: 4.2.2,1 [FreeBSD-ports]- openblas: 0.3.30,2 [FreeBSD-ports]- openexr: 3.4.9 [FreeBSD-ports]- openjph: 0.26.3 [FreeBSD-ports]- pixman: 0.46.2 [FreeBSD-ports]- png: 1.6.57 [FreeBSD-ports]- py311-boost-libs: 1.89.0 [FreeBSD-ports]- py311-numpy: 1.26.4_12,1 [FreeBSD-ports]- py311-packaging: 26.0 [FreeBSD-ports]- sdl2: 2.32.10 [FreeBSD-ports]- sdl2_image: 2.8.8_1 [FreeBSD-ports]- sdl2_ttf: 2.24.0 [FreeBSD-ports]- shared-mime-info: 2.4_2 [FreeBSD-ports]- suitesparse-amd: 3.3.4 [FreeBSD-ports]- suitesparse-camd: 3.3.5 [FreeBSD-ports]- suitesparse-ccolamd: 3.3.5 [FreeBSD-ports]- suitesparse-cholmod: 5.3.4 [FreeBSD-ports]- suitesparse-colamd: 3.3.5 [FreeBSD-ports]- suitesparse-config: 7.12.2 [FreeBSD-ports]- suitesparse-umfpack: 6.3.7 [FreeBSD-ports]- tiff: 4.7.1_1 [FreeBSD-ports]- vmaf: 3.0.0 [FreeBSD-ports]- vulkan-loader: 1.4.336 [FreeBSD-ports]- wayland: 1.24.0_2 [FreeBSD-ports]- webp: 1.6.0 [FreeBSD-ports]- xkeyboard-config: 2.41_4 [FreeBSD-ports]- xorgproto: 2024.1 [FreeBSD-ports]-- Number of packages to be installed: 76-- The process will require 1 GiB more space.- 209 MiB to be downloaded.- [rosemary] [ 1/76] Fetching png-1.6.57: .......... done- [rosemary] [ 2/76] Fetching libxcb-1.17.0: .......... done- [rosemary] [ 3/76] Fetching freetype2-2.14.3: .......... done- [rosemary] [ 4/76] Fetching jpeg-turbo-3.1.4.1: .......... done- [rosemary] [ 5/76] Fetching suitesparse-camd-3.3.5: .......... done- [rosemary] [ 6/76] Fetching libglvnd-1.7.0: .......... done- [rosemary] [ 7/76] Fetching sdl2_ttf-2.24.0: ... done- [rosemary] [ 8/76] Fetching boost-libs-1.89.0_2: .........- . done- [rosemary] [ 9/76] Fetching py311-numpy-1.26.4_12,1: .......... done- [rosemary] [10/76] Fetching libXrandr-1.5.4: .. done- [rosemary] [11/76] Fetching lzo2-2.10_1: ........ done- [rosemary] [12/76] Fetching suitesparse-cholmod-5.3.4: .......... done- [rosemary] [13/76] Fetching libdeflate-1.25: ...... done- [rosemary] [14/76] Fetching libXxf86vm-1.1.6: . done- [rosemary] [15/76] Fetching vmaf-3.0.0: .......... done- [rosemary] [16/76] Fetching libdrm-2.4.131,1: .......... done- [rosemary] [17/76] Fetching libXdamage-1.1.6: . done- [rosemary] [18/76] Fetching libXfixes-6.0.1: . done- [rosemary] [19/76] Fetching wayland-1.24.0_2: ......... done- [rosemary] [20/76] Fetching libxml2-2.15.2: .......... done- [rosemary] [21/76] Fetching aom-3.13.3: .......... done- [rosemary] [22/76] Fetching gdk-pixbuf2-2.44.1: .......... done- [rosemary] [23/76] Fetching icu-76.1,1: .......... done- [rosemary] [24/76] Fetching libxshmfence-1.3.3: . done- [rosemary] [25/76] Fetching py311-packaging-26.0: ..... done- [rosemary] [26/76] Fetching libXScrnSaver-1.2.4_1: . done- [rosemary] [27/76] Fetching libepoll-shim-0.0.20240608: .. done- [rosemary] [28/76] Fetching libjxl-0.11.2: .......... done- [rosemary] [29/76] Fetching libX11-1.8.13,1: .......... done- [rosemary] [30/76] Fetching giflib-5.2.2: .......... done- [rosemary] [31/76] Fetching libXrender-0.9.12: .. done- [rosemary] [32/76] Fetching suitesparse-umfpack-6.3.7: .......... done- [rosemary] [33/76] Fetching xorgproto-2024.1: .......... done- [rosemary] [34/76] Fetching suitesparse-ccolamd-3.3.5: ... done- [rosemary] [35/76] Fetching libXi-1.8.2,1: ........ done- [rosemary] [36/76] Fetching sdl2_image-2.8.8_1: ..... done- [rosemary] [37/76] Fetching webp-1.6.0: .......... done- [rosemary] [38/76] Fetching hwdata-0.405,1: .......... done- [rosemary] [39/76] Fetching cairo-1.18.2,3: .......... done- [rosemary] [40/76] Fetching graphite2-1.3.14: ....... done- [rosemary] [41/76] Fetching shared-mime-info-2.4_2: .......... done- [rosemary] [42/76] Fetching gcc14-14.2.0_4: ..- ....- .... done- [rosemary] [43/76] Fetching harfbuzz-13.2.1: .......... done- [rosemary] [44/76] Fetching mesa-libs-24.1.7_1: .......... done- [rosemary] [45/76] Fetching libinotify-20240724_3: .. done- [rosemary] [46/76] Fetching suitesparse-amd-3.3.4: .......... done- [rosemary] [47/76] Fetching libpciaccess-0.18.1_1: . done- [rosemary] [48/76] Fetching vulkan-loader-1.4.336: ... done- [rosemary] [49/76] Fetching openjph-0.26.3: .......... done- [rosemary] [50/76] Fetching libXcursor-1.2.3: ... done- [rosemary] [51/76] Fetching highway-1.3.0: .......... done- [rosemary] [52/76] Fetching libavif-1.3.0_3: .......... done- [rosemary] [53/76] Fetching gmp-6.3.0: .......... done- [rosemary] [54/76] Fetching Imath-3.2.2_2: .......... done- [rosemary] [55/76] Fetching mpfr-4.2.2,1: .......... done- [rosemary] [56/76] Fetching suitesparse-config-7.12.2: ... done- [rosemary] [57/76] Fetching libXext-1.3.6,1: ....... done- [rosemary] [58/76] Fetching suitesparse-colamd-3.3.5: .. done- [rosemary] [59/76] Fetching libXau-1.0.12: . done- [rosemary] [60/76] Fetching libyuv-0.0.1903: .......... done- [rosemary] [61/76] Fetching fontconfig-2.17.1,1: .......... done- [rosemary] [62/76] Fetching pixman-0.46.2: .......... done- [rosemary] [63/76] Fetching dav1d-1.5.3_1: .......... done- [rosemary] [64/76] Fetching mpc-1.4.0: ........ done- [rosemary] [65/76] Fetching openexr-3.4.9: ......... done- [rosemary] [66/76] Fetching glib-2.84.4,2: .........- . done- [rosemary] [67/76] Fetching xkeyboard-config-2.41_4: .......... done- [rosemary] [68/76] Fetching libxkbcommon-1.13.1: .......... done- [rosemary] [69/76] Fetching jbigkit-2.1_3: ..... done- [rosemary] [70/76] Fetching py311-boost-libs-1.89.0: .......... done- [rosemary] [71/76] Fetching binutils-2.44,1: ...- ....... done- [rosemary] [72/76] Fetching sdl2-2.32.10: .......... done- [rosemary] [73/76] Fetching libXdmcp-1.1.5: .. done- [rosemary] [74/76] Fetching tiff-4.7.1_1: .......... done- [rosemary] [75/76] Fetching openblas-0.3.30,2: .......... done- [rosemary] [76/76] Fetching lerc-4.0.0: .......... done- Checking integrity...- done (0 conflicting)- [rosemary] [ 1/76] Installing binutils-2.44,1...- [rosemary] [ 1/76] Extracting binutils-2.44,1: .......... done- [rosemary] [ 2/76] Installing dav1d-1.5.3_1...- [rosemary] [ 2/76] Extracting dav1d-1.5.3_1: .......... done- [rosemary] [ 3/76] Installing giflib-5.2.2...- [rosemary] [ 3/76] Extracting giflib-5.2.2: .......... done- [rosemary] [ 4/76] Installing gmp-6.3.0...- [rosemary] [ 4/76] Extracting gmp-6.3.0: .......... done- [rosemary] [ 5/76] Installing graphite2-1.3.14...- [rosemary] [ 5/76] Extracting graphite2-1.3.14: .......... done- [rosemary] [ 6/76] Installing highway-1.3.0...- [rosemary] [ 6/76] Extracting highway-1.3.0: .......... done- [rosemary] [ 7/76] Installing hwdata-0.405,1...- [rosemary] [ 7/76] Extracting hwdata-0.405,1: .......... done- [rosemary] [ 8/76] Installing icu-76.1,1...- [rosemary] [ 8/76] Extracting icu-76.1,1: .......... done- [rosemary] [ 9/76] Installing boost-libs-1.89.0_2...- [rosemary] [ 9/76] Extracting boost-libs-1.89.0_2: ..- ....- ...- . done- [rosemary] [10/76] Installing jbigkit-2.1_3...- [rosemary] [10/76] Extracting jbigkit-2.1_3: .......... done- [rosemary] [11/76] Installing jpeg-turbo-3.1.4.1...- [rosemary] [11/76] Extracting jpeg-turbo-3.1.4.1: .......... done- [rosemary] [12/76] Installing lerc-4.0.0...- [rosemary] [12/76] Extracting lerc-4.0.0: ........ done- [rosemary] [13/76] Installing libXau-1.0.12...- [rosemary] [13/76] Extracting libXau-1.0.12: .......... done- [rosemary] [14/76] Installing libdeflate-1.25...- [rosemary] [14/76] Extracting libdeflate-1.25: .......... done- [rosemary] [15/76] Installing libepoll-shim-0.0.20240608...- [rosemary] [15/76] Extracting libepoll-shim-0.0.20240608: .......... done- [rosemary] [16/76] Installing libinotify-20240724_3...- [rosemary] [16/76] Extracting libinotify-20240724_3: .......... done- [rosemary] [17/76] Installing libpciaccess-0.18.1_1...- [rosemary] [17/76] Extracting libpciaccess-0.18.1_1: ........ done- [rosemary] [18/76] Installing libdrm-2.4.131,1...- [rosemary] [18/76] Extracting libdrm-2.4.131,1: .......... done- [rosemary] [19/76] Installing libxml2-2.15.2...- [rosemary] [19/76] Extracting libxml2-2.15.2: .......... done- [rosemary] [20/76] Installing libxshmfence-1.3.3...- [rosemary] [20/76] Extracting libxshmfence-1.3.3: ......... done- [rosemary] [21/76] Installing libyuv-0.0.1903...- [rosemary] [21/76] Extracting libyuv-0.0.1903: .......... done- [rosemary] [22/76] Installing lzo2-2.10_1...- [rosemary] [22/76] Extracting lzo2-2.10_1: .......... done- [rosemary] [23/76] Installing mpfr-4.2.2,1...- [rosemary] [23/76] Extracting mpfr-4.2.2,1: .......... done- [rosemary] [24/76] Installing mpc-1.4.0...- [rosemary] [24/76] Extracting mpc-1.4.0: .......... done- [rosemary] [25/76] Installing gcc14-14.2.0_4...- [rosemary] [25/76] Extracting gcc14-14.2.0_4: .......- ..- . done- [rosemary] [26/76] Installing openblas-0.3.30,2...- [rosemary] [26/76] Extracting openblas-0.3.30,2: .......... done- [rosemary] [27/76] Installing pixman-0.46.2...- [rosemary] [27/76] Extracting pixman-0.46.2: ......... done- [rosemary] [28/76] Installing png-1.6.57...- [rosemary] [28/76] Extracting png-1.6.57: .......... done- [rosemary] [29/76] Installing freetype2-2.14.3...- [rosemary] [29/76] Extracting freetype2-2.14.3: .......... done- [rosemary] [30/76] Installing fontconfig-2.17.1,1...- [rosemary] [30/76] Extracting fontconfig-2.17.1,1: .......... done- [rosemary] [31/76] Installing py311-boost-libs-1.89.0...- [rosemary] [31/76] Extracting py311-boost-libs-1.89.0: .......... done- [rosemary] [32/76] Installing py311-packaging-26.0...- [rosemary] [32/76] Extracting py311-packaging-26.0: .......... done- [rosemary] [33/76] Installing glib-2.84.4,2...- [rosemary] [33/76] Extracting glib-2.84.4,2:- .........- . done- [rosemary] [34/76] Installing harfbuzz-13.2.1...- [rosemary] [34/76] Extracting harfbuzz-13.2.1: .......... done- [rosemary] [35/76] Installing shared-mime-info-2.4_2...- [rosemary] [35/76] Extracting shared-mime-info-2.4_2: ......... done- [rosemary] [36/76] Installing suitesparse-config-7.12.2...- [rosemary] [36/76] Extracting suitesparse-config-7.12.2: .......... done- [rosemary] [37/76] Installing suitesparse-amd-3.3.4...- [rosemary] [37/76] Extracting suitesparse-amd-3.3.4: .......... done- [rosemary] [38/76] Installing suitesparse-camd-3.3.5...- [rosemary] [38/76] Extracting suitesparse-camd-3.3.5: .......... done- [rosemary] [39/76] Installing suitesparse-ccolamd-3.3.5...- [rosemary] [39/76] Extracting suitesparse-ccolamd-3.3.5: .......... done- [rosemary] [40/76] Installing suitesparse-colamd-3.3.5...- [rosemary] [40/76] Extracting suitesparse-colamd-3.3.5: .......... done- [rosemary] [41/76] Installing suitesparse-cholmod-5.3.4...- [rosemary] [41/76] Extracting suitesparse-cholmod-5.3.4: .......... done- [rosemary] [42/76] Installing suitesparse-umfpack-6.3.7...- [rosemary] [42/76] Extracting suitesparse-umfpack-6.3.7: .......... done- [rosemary] [43/76] Installing py311-numpy-1.26.4_12,1...- [rosemary] [43/76] Extracting py311-numpy-1.26.4_12,1:- .......... done- [rosemary] [44/76] Installing Imath-3.2.2_2...- [rosemary] [44/76] Extracting Imath-3.2.2_2: .......... done- [rosemary] [45/76] Installing tiff-4.7.1_1...- [rosemary] [45/76] Extracting tiff-4.7.1_1: .......... done- [rosemary] [46/76] Installing gdk-pixbuf2-2.44.1...- [rosemary] [46/76] Extracting gdk-pixbuf2-2.44.1: .......... done- [rosemary] [47/76] Installing openjph-0.26.3...- [rosemary] [47/76] Extracting openjph-0.26.3: .......... done- [rosemary] [48/76] Installing openexr-3.4.9...- [rosemary] [48/76] Extracting openexr-3.4.9: .......... done- [rosemary] [49/76] Installing libjxl-0.11.2...- [rosemary] [49/76] Extracting libjxl-0.11.2: .......... done- [rosemary] [50/76] Installing vmaf-3.0.0...- [rosemary] [50/76] Extracting vmaf-3.0.0: .......... done- [rosemary] [51/76] Installing aom-3.13.3...- [rosemary] [51/76] Extracting aom-3.13.3: .......... done- [rosemary] [52/76] Installing libavif-1.3.0_3...- [rosemary] [52/76] Extracting libavif-1.3.0_3: .......... done- [rosemary] [53/76] Installing wayland-1.24.0_2...- [rosemary] [53/76] Extracting wayland-1.24.0_2: .......... done- [rosemary] [54/76] Installing webp-1.6.0...- [rosemary] [54/76] Extracting webp-1.6.0: .......... done- [rosemary] [55/76] Installing xkeyboard-config-2.41_4...- [rosemary] [55/76] Extracting xkeyboard-config-2.41_4: .......... done- [rosemary] [56/76] Installing xorgproto-2024.1...- [rosemary] [56/76] Extracting xorgproto-2024.1: .......... done- [rosemary] [57/76] Installing libXdmcp-1.1.5...- [rosemary] [57/76] Extracting libXdmcp-1.1.5: ......... done- [rosemary] [58/76] Installing libxcb-1.17.0...- [rosemary] [58/76] Extracting libxcb-1.17.0: .......... done- [rosemary] [59/76] Installing libX11-1.8.13,1...- [rosemary] [59/76] Extracting libX11-1.8.13,1: .......... done- [rosemary] [60/76] Installing libXext-1.3.6,1...- [rosemary] [60/76] Extracting libXext-1.3.6,1: .......... done- [rosemary] [61/76] Installing libXScrnSaver-1.2.4_1...- [rosemary] [61/76] Extracting libXScrnSaver-1.2.4_1: .......... done- [rosemary] [62/76] Installing libXfixes-6.0.1...- [rosemary] [62/76] Extracting libXfixes-6.0.1: .......... done- [rosemary] [63/76] Installing libXdamage-1.1.6...- [rosemary] [63/76] Extracting libXdamage-1.1.6: ......... done- [rosemary] [64/76] Installing libXi-1.8.2,1...- [rosemary] [64/76] Extracting libXi-1.8.2,1: .......... done- [rosemary] [65/76] Installing libXrender-0.9.12...- [rosemary] [65/76] Extracting libXrender-0.9.12: .......... done- [rosemary] [66/76] Installing cairo-1.18.2,3...- [rosemary] [66/76] Extracting cairo-1.18.2,3: .......... done- [rosemary] [67/76] Installing libXcursor-1.2.3...- [rosemary] [67/76] Extracting libXcursor-1.2.3: .......... done- [rosemary] [68/76] Installing libXrandr-1.5.4...- [rosemary] [68/76] Extracting libXrandr-1.5.4: .......... done- [rosemary] [69/76] Installing libXxf86vm-1.1.6...- [rosemary] [69/76] Extracting libXxf86vm-1.1.6: .......... done- [rosemary] [70/76] Installing libglvnd-1.7.0...- [rosemary] [70/76] Extracting libglvnd-1.7.0: .......... done- [rosemary] [71/76] Installing libxkbcommon-1.13.1...- [rosemary] [71/76] Extracting libxkbcommon-1.13.1: .......... done- [rosemary] [72/76] Installing mesa-libs-24.1.7_1...- [rosemary] [72/76] Extracting mesa-libs-24.1.7_1: .......... done- [rosemary] [73/76] Installing vulkan-loader-1.4.336...- [rosemary] [73/76] Extracting vulkan-loader-1.4.336: .......... done- [rosemary] [74/76] Installing sdl2-2.32.10...- [rosemary] [74/76] Extracting sdl2-2.32.10: .......... done- [rosemary] [75/76] Installing sdl2_image-2.8.8_1...- [rosemary] [75/76] Extracting sdl2_image-2.8.8_1: .......... done- [rosemary] [76/76] Installing sdl2_ttf-2.24.0...- [rosemary] [76/76] Extracting sdl2_ttf-2.24.0: .......... done- ==> Running trigger: fontconfig.ucl- Running fc-cache to build fontconfig cache...- ==> 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 xorg2026-04-29 16:31.17 ---> saved as "36271241f74f7223076ea016385982359c3e33f771122c8716b8d520ee90691a"/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 22 packages∗ bogue 20260208∗ cairo2 0.6.5∗ conf-cairo 1∗ 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.2∗ dune-configurator 3.22.2∗ 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.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>∗ installed conf-pkg-config.4∗ installed conf-sdl2-image.1∗ installed conf-sdl2.1∗ installed conf-libffi.2.0.0∗ installed conf-cairo.1∗ installed conf-sdl2-ttf.1⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cairo2.0.6.5 (cached)⬇ retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)⬇ retrieved bogue.20260208 (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.2, dune-configurator.3.22.2, xdg.3.22.2 (cached)∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed topkg.1.1.1∗ installed dune.3.22.2∗ installed stdlib-shims.0.3.0∗ installed csexp.1.5.2∗ installed integers.0.7.0∗ installed xdg.3.22.2∗ installed dune-configurator.3.22.2∗ installed cairo2.0.6.5∗ installed ctypes.0.24.0∗ installed ctypes-foreign.0.24.0∗ installed tsdl.1.3.0∗ installed tsdl-ttf.0.7∗ installed tsdl-image.0.6∗ installed bogue.20260208Done.2026-04-29 16:34.36 ---> saved as "df65be4b0d46030b4eb47d71c5728b13225f1123e6a8db8261844c97d0a14507"/src: (copy (src .) (dst /src))2026-04-29 16:34.38 ---> saved as "a861fa41bf0628dc56cb78e01fa8a2689533505c57eb1eac4c89d6be80068c69"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)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_GetFontKerningSizeLoading Bogue 20260208 with config dir /home/opam/.opam/5.4.1/share/bogue/themes/defaultSkipping display since OCAMLCI=true.INFO: SDL_ttf Version (2,24,0)INFO: Using SDL 2.32.10error: XDG_RUNTIME_DIR is invalid or not set in the environment./bin/sh: xdpyinfo: not found2026-04-29 16:34.40 ---> saved as "27801412e1cef1f2b0d1b0e179d24e759d82e6d4a695373e6159150e8e47ebad"Job succeeded2026-04-29 16:42.03: Job succeeded