2026-02-24 11:10.15: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (2b2591fbdc5b5c085c1c06b2866eebe2b016d132) (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 2b2591fbcat > 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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && 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.21.1 dune-configurator.3.21.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.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.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-02-24 11:10.15: Using cache hint "sanette/bogue-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-29b84df09697c419b4c1b18fd2243ee3"2026-02-24 11:10.15: 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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && 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.21.1 dune-configurator.3.21.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.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.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-02-24 11:10.15: Waiting for resource in pool OCluster2026-02-24 11:10.15: Waiting for worker…2026-02-24 11:25.19: Got resource from pool OClusterBuilding on rosemaryHEAD is now at fdfec63 changelogHEAD is now at 2b2591f Better text wrapping engine for `Text_display`(from freebsd-14.3-ocaml-5.4)2026-02-24 11:19.52 ---> 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-02-24 11:19.52 ---> 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-02-24 11:19.55 ---> 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-02-24 11:19.55 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-24 11:19.56 ---> 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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD71325ac6ed..fad9b217c9 master -> origin/master9464771fda Merge pull request #29437 from jrfondren/master<><> 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.4.1However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-02-24 11:20.41 ---> saved as "9a22b512e5dc41272dd895980cdc1f268b7e30265b6f83f1b9d33d814d3849a8"/src: (copy (src bogue.opam) (dst ./))2026-02-24 11:21.01 ---> saved as "5871a10b80696b329efc61900f0a6cab271efcb95f1285996b2ead202665a2e3"/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-02-24 11:21.06 ---> saved as "043800133ad0cdee018af09aa5079568076cdcb84248bae0c6a1e5511173b4b7"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-24 11:21.08 ---> saved as "04d492118b9298bd6efddc804c4f3aa09451c59e8479baf5731a91deb23197e1"/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.21.1 dune-configurator.3.21.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.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.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. 36553 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~3e6c778e22.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.1 [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.1 [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.4 [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.1: .......... done- [rosemary] [20/72] Fetching aom-3.13.1: .......... 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.4: .......... 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:- .- .-- pkg: Fail to chown /geometry/srs/projections/spar.hpp:Bad file descriptor- [rosemary] [ 9/72] Extracting boost-libs-1.89.0_2... done[ERROR] System package install failed with exit code 3 at command:sudo pkg install -y sdl2 sdl2_image sdl2_ttf[ERROR] These packages are still missing: sdl2 sdl2_image sdl2_ttf[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.jail: /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.21.1 dune-configurator.3.21.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.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS': failed"jail" "-c" "name=obuilder_1974_14403" "mount.fstab=/tmp/obuilder-jail-e38cdb/fstab" "mount.devfs" "path=/obuilder/result/f2019056aa9267a9317102de9e4cefaf43f26db14f9b43e68a16498fe7324288/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "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.21.1 dune-configurator.3.21.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.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS'" failed with exit status 12026-02-24 11:30.17: Job failed: Failed: Build failed