2026-04-03 11:36.02: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (09fa45a23df1a2b1723db2f68ac9e063e2f08470) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5)Base: freebsd-14.3-ocaml-5.4Opam 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-5.4# freebsd-14.3-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.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.3.0 tsdl-image.0.6 tsdl-ttf.0.6 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-03 11:36.02: Using cache hint "sanette/bogue-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-4ea4798ce10724d7126d613dfc812241"2026-04-03 11:36.02: 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bogue.opam) (dst ./))(run (network host)(shell "opam pin add -yn bogue.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.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.3.0 tsdl-image.0.6 tsdl-ttf.0.6 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-03 11:36.02: Waiting for resource in pool OCluster2026-04-03 11:47.45: Waiting for worker…2026-04-03 12:28.46: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 09fa45a horizontal scrolling(from freebsd-14.3-ocaml-5.4)2026-04-03 12:30.25 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache/: (comment freebsd-14.3-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))2026-04-03 12:30.26 ---> 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-04-03 12:30.26 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 5.4.02.5.02026-04-03 12:30.26 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 12:30.27 ---> 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD71325ac6ed..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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-03 12:30.27 ---> using "99f8e73bfb4c0ecbbcaf551c38e18beedf6ba8fc0ab89644bf0273d928ce38db" from cache/src: (copy (src bogue.opam) (dst ./))2026-04-03 12:30.28 ---> saved as "ff532673a33e320afb017ef3e0c6f1943f088286606b4ecb73eba333c4401b0d"/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-03 12:30.29 ---> saved as "0c7744eba762d6e7b8b5bc6512756e342c4ed30b0da251371bbb60e97ab2c454"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 12:30.30 ---> saved as "0c8b0d31920bb5b7eed79950fa310bbdf031c2375cfea1abe94448dee1829aa1"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.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.3.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.22.1")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bogue.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.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 data.pkg:- ..- ......- .. done- Processing entries: .- ..- ..- ..- ..- . done- FreeBSD repository update completed. 36742 packages processed.- Updating FreeBSD-kmods repository catalogue...- [rosemary] Fetching data.pkg: ....... done- Processing entries: .......... done- FreeBSD-kmods repository update completed. 245 packages processed.- All repositories are up to date.- New version of pkg detected; it needs to be installed first.- The following 1 package(s) will be affected (of 0 checked):-- Installed packages to be UPGRADED:- pkg: 2.4.2 -> 2.5.1 [FreeBSD]-- Number of packages to be upgraded: 1-- The operation will free 24 MiB.- 6 MiB to be downloaded.- [rosemary] [1/1] Fetching pkg-2.5.1~6a9fbc43c1.pkg: .......... done- Checking integrity... done (0 conflicting)- [rosemary] [1/1] Upgrading pkg from 2.4.2 to 2.5.1...- [rosemary] [1/1] Extracting pkg-2.5.1: .......... done- Updating FreeBSD repository catalogue...- FreeBSD repository is up to date.- Updating FreeBSD-kmods repository catalogue...- FreeBSD-kmods repository is up to date.- 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 [FreeBSD]- freetype2: 2.14.1 [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: 12.3.0 [FreeBSD]- highway: 1.3.0 [FreeBSD]- hwdata: 0.403,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.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.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.3.1_1 [FreeBSD]- mpfr: 4.2.2,1 [FreeBSD]- openblas: 0.3.30,2 [FreeBSD]- openexr: 3.4.5 [FreeBSD]- openjph: 0.25.3 [FreeBSD]- png: 1.6.53 [FreeBSD]- py311-boost-libs: 1.89.0 [FreeBSD]- py311-numpy: 1.26.4_11,1 [FreeBSD]- py311-packaging: 25.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.1 [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.- 205 MiB to be downloaded.- [rosemary] [ 1/72] Fetching png-1.6.53: .......... done- [rosemary] [ 2/72] Fetching libxcb-1.17.0: .......... done- [rosemary] [ 3/72] Fetching freetype2-2.14.1: .......... 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_11,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-25.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.12,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.403,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-12.3.0: .......... 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.25.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_2: .......... 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.1: ... 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: .......... done- [rosemary] [60/72] Fetching mpc-1.3.1_1: .- ...... done- [rosemary] [61/72] Fetching openexr-3.4.5: .......... 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...- [rosemary] [ 2/72] Extracting dav1d-1.5.3: .......... 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.403,1...- [rosemary] [ 7/72] Extracting hwdata-0.403,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.3.1_1...- [rosemary] [23/72] Extracting mpc-1.3.1_1: ......... 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.53...- [rosemary] [26/72] Extracting png-1.6.53: .......... done- [rosemary] [27/72] Installing freetype2-2.14.1...- [rosemary] [27/72] Extracting freetype2-2.14.1: .......... 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-25.0...- [rosemary] [29/72] Extracting py311-packaging-25.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-12.3.0...- [rosemary] [31/72] Extracting harfbuzz-12.3.0: .......... 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.1...- [rosemary] [33/72] Extracting suitesparse-config-7.12.1: .......... 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_11,1...- [rosemary] [40/72] Extracting py311-numpy-1.26.4_11,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.25.3...- [rosemary] [44/72] Extracting openjph-0.25.3: .......... done- [rosemary] [45/72] Installing openexr-3.4.5...- [rosemary] [45/72] Extracting openexr-3.4.5: .......... 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_2...- [rosemary] [49/72] Extracting libavif-1.3.0_2: .......... 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.12,1...- [rosemary] [56/72] Extracting libX11-1.8.12,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: shared-mime-info.ucl- Building the Shared MIME-Info database cache- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- ==> Running trigger: glib-schemas.ucl- Compiling glib schemas- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- ==> Running trigger: gio-modules.ucl- Generating GIO modules cache- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- ==> Running trigger: gdk-pixbuf-query-loaders.ucl- Generating gdk-pixbuf modules cache- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- =====- 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.1:-- --- 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-03 12:31.21 ---> saved as "09b85688116c6484f56d9a78dd02460e3f9ecff1c1add566b7c2cad0d731958b"/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.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.6∗ 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.6 (cached)⬇ retrieved dune.3.22.1, dune-configurator.3.22.1, xdg.3.22.1 (cached)∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed topkg.1.1.1∗ installed dune.3.22.1∗ installed stdlib-shims.0.3.0∗ installed csexp.1.5.2∗ installed integers.0.7.0∗ installed xdg.3.22.1∗ installed dune-configurator.3.22.1∗ installed ctypes.0.24.0∗ installed ctypes-foreign.0.24.0∗ installed tsdl.1.3.0∗ installed tsdl-image.0.6∗ installed tsdl-ttf.0.6Done.2026-04-03 12:32.51 ---> saved as "8f8dfd27c970e70bffe100181992f463e1b1f4b1bed3228051beac3508d2bb5a"/src: (copy (src .) (dst /src))2026-04-03 12:32.53 ---> saved as "4375aa09275d68f4852b5aa6da277098f2f2fda9310b5cbb3bff0b2a302bf019"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "examples/dune", lines 10-20, characters 0-178:10 | (rule11 | (alias runtest)12 | (deps (source_tree "../share/themes/"))13 | (action14 | (setenv15 | SDL_VIDEODRIVER16 | dummy17 | (setenv18 | BOGUE_DEBUG19 | true20 | (run ./examples.exe 00)))))(cd _build/default/examples && ./examples.exe 00)ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not definedjail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.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.3.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.22.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed"jail" "-c" "name=obuilder_1974_125804" "mount.devfs" "path=/obuilder/result/68bb08b621829e9c591160e5998ecb9f444fdbfd74b844e89131d15171cef4bb/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.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.3.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.22.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 12026-04-03 12:37.16: Job failed: Failed: Build failed