2026-01-24 13:54.45: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (ee71f02377d93aedd3c41b77541f5306815f5ab5) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.5)Base: openbsd-77-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard ee71f023cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-4.14# openbsd-77-amd64-4.14_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 print-table.opam print-table-tests.opam print-table-dev.opam /home/opam/src/./RUN opam pin add -yn print-table.dev '/home/opam/src/./' && \opam pin add -yn print-table-tests.dev '/home/opam/src/./' && \opam pin add -yn print-table-dev.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y print-table.dev print-table-tests.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-24 13:54.45: Using cache hint "mbarbin/print-table-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-a606a56ed54ee0752f0c44cfba285aa5"2026-01-24 13:54.45: Using OBuilder spec:((from openbsd-77-amd64-ocaml-4.14)(comment openbsd-77-amd64-4.14_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn print-table.dev '/home/opam/src/./' && \\nopam pin add -yn print-table-tests.dev '/home/opam/src/./' && \\nopam pin add -yn print-table-dev.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4")(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 print-table.dev print-table-tests.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 --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build")))2026-01-24 13:54.45: Waiting for resource in pool OCluster2026-01-24 13:54.46: Waiting for worker…2026-01-24 13:54.46: Got resource from pool OClusterBuilding on oreganoHEAD is now at d550d5a Transition some workflows from more-ci to setup-duneHEAD is now at ee71f02 Prepare changelog(from openbsd-77-amd64-ocaml-4.14)2026-01-24 13:54.46 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache/: (comment openbsd-77-amd64-4.14_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-24 13:54.46 ---> using "da141ce924dbdf0e0442253d076446a1e9daf01a696ee1da60c117d1744ba343" 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-24 13:54.46 ---> using "b47c7195b64a0fbbfb2ac6be89bc5d4169c21972d78277da851cf2b727db2a25" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 4.14.22.5.02026-01-24 13:54.46 ---> using "e55220d038fe41141e2145e0c421187821ce842a2e5f51ea535be80bbba79f5e" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD93a7bce43a..873cb18c37 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> 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.4.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)2026-01-24 13:54.46 ---> using "7e80e4caffeefae7112785391fa8605a8866d0366a747c3a0254aaa7d199ef2d" from cache/: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst /home/opam/src/./))2026-01-24 13:54.46 ---> using "26d3b57a04f51927bdcec65b8eff402b82c8310335f5d9880c0fb8261e25c701" from cache/: (run (network host)(shell "opam pin add -yn print-table.dev '/home/opam/src/./' && \\nopam pin add -yn print-table-tests.dev '/home/opam/src/./' && \\nopam pin add -yn print-table-dev.dev '/home/opam/src/./'"))[print-table.dev] synchronised (file:///home/opam/src)print-table is now pinned to file:///home/opam/src (version dev)[NOTE] Package print-table-tests does not exist in opam repositories registered in the current switch.[print-table-tests.dev] synchronised (file:///home/opam/src)print-table-tests is now pinned to file:///home/opam/src (version dev)[NOTE] Package print-table-dev does not exist in opam repositories registered in the current switch.[print-table-dev.dev] synchronised (file:///home/opam/src)print-table-dev is now pinned to file:///home/opam/src (version dev)2026-01-24 13:54.46 ---> using "9bb87c8c1a2e718e9edf264cda0d06382d933cf9dd7682f50950ce8a9ff1949f" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-01-24 13:54.46 ---> using "9608afc342fcb3380e62528b7a5c781118407ff8a927ac97db25638246a1982b" from cache/: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4")/: (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 print-table.dev print-table-tests.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[print-table-tests.dev] synchronised (file:///home/opam/src)[print-table.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).# To update the current shell environment, run: eval $(opam env)2026-01-24 13:54.46 ---> using "63128c21fe1a41c70de78d7de9a5e05b272628f5bfe970340e939a173d28bf70" 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 34 packages- install base v0.16.4- install csexp 1.5.2- install dune 3.21.0- install dune-configurator 3.21.0- install jane-street-headers v0.16.0- install jst-config v0.16.0- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_assert v0.16.0- install ppx_base v0.16.0- install ppx_cold v0.16.0- install ppx_compare v0.16.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.16.0- install ppx_expect v0.16.2- install ppx_globalize v0.16.0- install ppx_hash v0.16.0- install ppx_here v0.16.0- install ppx_inline_test v0.16.1- install ppx_optcomp v0.16.0- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install printbox 0.12- install printbox-md 0.12- install printbox-text 0.12- install re 1.14.0- install sexplib0 v0.16.0- install stdio v0.16.0- install stdlib-shims 0.3.0- install time_now v0.16.0- install topkg 1.1.1- install uucp 17.0.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved jane-street-headers.v0.16.0 (cached)-> retrieved jst-config.v0.16.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_assert.v0.16.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ppx_cold.v0.16.0 (cached)-> retrieved ppx_base.v0.16.0 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_globalize.v0.16.0 (cached)-> retrieved ppx_expect.v0.16.2 (cached)-> retrieved ppx_hash.v0.16.0 (cached)-> retrieved ppx_here.v0.16.0 (cached)-> retrieved ppx_inline_test.v0.16.1 (cached)-> retrieved ppx_optcomp.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.16.0 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uucp.17.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1[ERROR] The compilation of dune.3.21.0 failed at "ocaml boot/bootstrap.ml -j 3".-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed uucp.17.0.0#=== ERROR while compiling dune.3.21.0 ========================================## context 2.5.0 | openbsd/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository# path ~/.opam/4.14.2/.opam-switch/build/dune.3.21.0# command ~/.opam/4.14.2/bin/ocaml boot/bootstrap.ml -j 3# exit-code 2# env-file ~/.opam/log/dune-51252-e81d8e.env# output-file ~/.opam/log/dune-51252-e81d8e.out### output #### ocamlc -output-complete-exe -intf-suffix .dummy -g -o .duneboot.exe -I boot unix.cma boot/types.ml boot/libs.ml boot/duneboot.ml# ./.duneboot.exe -j 3# cd _boot && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -c -g -I +threads lmdb_stubs.c -ccopt -I .# vendor/ocaml-lmdb/lmdb_stubs.c:23:10: fatal error: 'alloca.h' file not found# #include <alloca.h># ^~~~~~~~~~# 1 error generated.<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build dune 3.21.0+-+- The following changes have been performed (the rest was aborted)| - install ocamlbuild 0.16.1| - install ocamlfind 1.9.8| - install topkg 1.1.1| - install uucp 17.0.0| - install uutf 1.0.4+-# 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-20260124135515.export""opam install $DEPS" failed with exit status 312026-01-24 13:57.31: Job failed: Failed: Build failed