2026-01-09 21:44.01: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (72106bef7b96c362cac57eaacf4fe2b931121ae1) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.5)Base: openbsd-77-amd64-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 72106befcat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-5.4# openbsd-77-amd64-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN 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 -uCOPY --chown=1000:1000 bogue.opam /home/opam/src/./RUN opam pin add -yn bogue.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-09 21:44.01: Using cache hint "sanette/bogue-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.5-98a9d951f093a65158f774ee6e7ee402"2026-01-09 21:44.01: Using OBuilder spec:((from openbsd-77-amd64-ocaml-5.4)(comment openbsd-77-amd64-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(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 /home/opam/src/./))(run (network host)(shell "opam pin add -yn bogue.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./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 /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-01-09 21:44.01: Waiting for resource in pool OCluster2026-01-09 21:44.01: Waiting for worker…2026-01-09 23:47.51: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 72106be css(from openbsd-77-amd64-ocaml-5.4)2026-01-09 23:47.51 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache/: (comment openbsd-77-amd64-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-09 23:47.51 ---> using "cd72dc3a3c8ea2afd18b1257d8b5421d0f9a4dafb0a258b995fdf62c1e2a67c4" from cache/: (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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file:///home/opam/opam-repository2026-01-09 23:47.51 ---> using "25ee98d58d8c907869f6fd5004c258d71c5033e73edf1fe48b86a48a34773b77" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 5.4.02.5.02026-01-09 23:47.51 ---> using "b97072ad387d97fa49b3fc7ece6dbbedda3ad8df05946df9b57bbb8c1e1ea296" from cache/: (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 file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-09 23:47.51 ---> using "d4a10dd5dfb8063f8bf34f59cb5e09a514a1aff4b23a15fa3458a903cd508be4" from cache/: (copy (src bogue.opam) (dst /home/opam/src/./))2026-01-09 23:48.48 ---> saved as "a5b5d10aea0d3369b1f3d44dfc065844b6fe340c7f1bb00b841f2c9666b9003e"/: (run (network host)(shell "opam pin add -yn bogue.dev '/home/opam/src/./'"))[bogue.dev] synchronised (file:///home/opam/src)bogue is now pinned to file:///home/opam/src (version dev)2026-01-09 23:49.43 ---> saved as "48179e132cc6e049029142d054db6c9d98a93920306169f87571cdcfbaa3f538"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-01-09 23:50.39 ---> saved as "75a8c509c7050a69b0443be4b3932ef0a564d0db9690325afd6efb45232a6487"/: (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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bogue.dev] synchronised (file:///home/opam/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-ttf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/doas "pkg_add" "-I" "sdl2" "sdl2-ttf"- quirks-7.103 signed on 2025-10-13T22:55:16Z- New and changed readme(s):- /usr/local/share/doc/pkg-readmes/sdl2# To update the current shell environment, run: eval $(opam env)2026-01-09 23:51.47 ---> saved as "ee9dbadfc6bc0ec5a26b7e75f0f0f5f02c90ad6cbad5f615f12e7de83dfc7425"/: (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- install conf-libffi 2.0.0- install conf-pkg-config 4- install conf-sdl2 1- install conf-sdl2-image 1- install conf-sdl2-ttf 1- install csexp 1.5.2- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install dune 3.20.2- install dune-configurator 3.20.2- install integers 0.7.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install stdlib-shims 0.3.0- install topkg 1.1.1- install tsdl 1.2.0- install tsdl-image 0.6- install tsdl-ttf 0.6- install xdg 3.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> installed conf-pkg-config.4[ERROR] The compilation of conf-sdl2-image.1 failed at "pkg-config SDL2_image".-> installed conf-sdl2.1[ERROR] The compilation of conf-libffi.2.0.0 failed at "pkg-config libffi".-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-sdl2-ttf.1-> 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 ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> 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#=== ERROR while compiling conf-sdl2-image.1 ==================================## context 2.5.0 | openbsd/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository# path ~/.opam/5.4.0/.opam-switch/build/conf-sdl2-image.1# command /usr/bin/pkg-config SDL2_image# exit-code 1# env-file ~/.opam/log/conf-sdl2-image-13088-88a957.env# output-file ~/.opam/log/conf-sdl2-image-13088-88a957.out#=== ERROR while compiling conf-libffi.2.0.0 ==================================## context 2.5.0 | openbsd/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository# path ~/.opam/5.4.0/.opam-switch/build/conf-libffi.2.0.0# command /usr/bin/pkg-config libffi# exit-code 1# env-file ~/.opam/log/conf-libffi-13088-6c273c.env# output-file ~/.opam/log/conf-libffi-13088-6c273c.out<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build conf-libffi 2.0.0| - build conf-sdl2-image 1+-+- The following changes have been performed (the rest was aborted)| - install conf-pkg-config 4| - install conf-sdl2 1| - install conf-sdl2-ttf 1| - install csexp 1.5.2| - install ctypes 0.24.0| - install dune 3.20.2| - install dune-configurator 3.20.2| - install integers 0.7.0| - install ocamlbuild 0.16.1| - install ocamlfind 1.9.8| - install stdlib-shims 0.3.0| - install topkg 1.1.1| - install xdg 3.20.2+-# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/5.4.0/.opam-switch/backup/state-20260109235215.export""opam install $DEPS" failed with exit status 312026-01-09 23:56.19: Job failed: Failed: Build failed