2025-08-14 14:10.07: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (673e9440223e01d0499cb5e800e23ff2fc424a90) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.4)Base: openbsd-77-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 673e9440cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-4.14# openbsd-77-amd64-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --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-BLOCK2025-08-14 14:10.07: Using cache hint "sanette/bogue-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.4-47c0b6584766a1974401e732970e5b35"2025-08-14 14:10.07: Using OBuilder spec:((from openbsd-77-amd64-ocaml-4.14)(comment openbsd-77-amd64-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas ln -f /usr/bin/opam-2.4 /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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.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.4 --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")))2025-08-14 14:10.07: Waiting for resource in pool OCluster2025-08-14 14:10.07: Waiting for worker…2025-08-14 14:10.07: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 673e944 restore ocaml < 4.12 compat(from openbsd-77-amd64-ocaml-4.14)2025-08-14 14:10.08 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache/: (comment openbsd-77-amd64-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-08-14 14:10.08 ---> using "8054e5d0929fce63b2e622c1fc2caefa9b5f6e503f9fc7599e0bc40c0bb8a3e7" 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-repository2025-08-14 14:10.08 ---> using "8a35e9584a9ed6dcc739329957f608077d9c3bd6b56dee5b8d5c3bdd8dab57f7" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 4.14.22.4.12025-08-14 14:10.08 ---> using "b0cd4eee5840b9ccd2075fddbf7c93660c8c159436f71f3bf2f9c12998bdaf67" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-08-14 14:10.08 ---> using "421dbd4b4f88471f47f8c9c01040b34c6b435684a75777652574583650e5faff" from cache/: (copy (src bogue.opam) (dst /home/opam/src/./))2025-08-14 14:10.08 ---> using "9d1f4fab6836b392ddec9d5e09421a1ea6a91ec82284d97d639a2567026ec237" from cache/: (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)2025-08-14 14:10.08 ---> using "60d8e2721dc4c1c8030b6a710b8c99773f0a1ee1820e315b7c9ef1b4babeecce" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-08-14 14:10.08 ---> using "6e70c6d1ebe3c8e42fb84bcc3d8e496d57cc64c989012cc62c5241658354a167" from cache/: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.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.4 --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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-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-08-11T06:47:07Z- New and changed readme(s):- /usr/local/share/doc/pkg-readmes/sdl22025-08-14 14:10.08 ---> using "36c856e6933e66e3c8af2b9b419e5c781444de5af07f4576ba2dd66199643a43" from cache/: (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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 20 packages- install bigarray-compat 1.1.0- 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.23.0- install ctypes-foreign 0.23.0- install dune 3.19.1- install dune-configurator 3.19.1- 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.0- install tsdl 1.1.0- install tsdl-image 0.6- install tsdl-ttf 0.6- install xdg 3.19.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> installed conf-pkg-config.4[ERROR] The compilation of conf-libffi.2.0.0 failed at "pkg-config libffi".-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)-> installed conf-sdl2.1-> retrieved csexp.1.5.2 (cached)-> retrieved bigarray-compat.1.1.0 (cached)-> retrieved integers.0.7.0 (cached)[ERROR] The compilation of conf-sdl2-image.1 failed at "pkg-config SDL2_image".-> retrieved ocamlfind.1.9.8 (cached)-> installed conf-sdl2-ttf.1-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved tsdl.1.1.0 (cached)-> retrieved tsdl-image.0.6 (cached)-> retrieved tsdl-ttf.0.6 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1, xdg.3.19.1 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.19.1-> installed ocamlbuild.0.16.1-> installed bigarray-compat.1.1.0-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.19.1-> installed integers.0.7.0-> installed topkg.1.1.0-> installed ctypes.0.23.0-> installed xdg.3.19.1#=== ERROR while compiling conf-sdl2-image.1 ==================================## context 2.4.1 | openbsd/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository# path ~/.opam/4.14.2/.opam-switch/build/conf-sdl2-image.1# command /usr/bin/pkg-config SDL2_image# exit-code 1# env-file ~/.opam/log/conf-sdl2-image-94078-40b60b.env# output-file ~/.opam/log/conf-sdl2-image-94078-40b60b.out#=== ERROR while compiling conf-libffi.2.0.0 ==================================## context 2.4.1 | openbsd/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository# path ~/.opam/4.14.2/.opam-switch/build/conf-libffi.2.0.0# command /usr/bin/pkg-config libffi# exit-code 1# env-file ~/.opam/log/conf-libffi-94078-8cf183.env# output-file ~/.opam/log/conf-libffi-94078-8cf183.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 bigarray-compat 1.1.0| - install conf-pkg-config 4| - install conf-sdl2 1| - install conf-sdl2-ttf 1| - install csexp 1.5.2| - install ctypes 0.23.0| - install dune 3.19.1| - install dune-configurator 3.19.1| - 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.0| - install xdg 3.19.1+-# 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/4.14.2/.opam-switch/backup/state-20250814141041.export""opam install $DEPS" failed with exit status 312025-08-14 14:17.54: Job failed: Failed: Build failed