2026-02-01 14:42.49: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/main (758ddf6364430de468949ebc236aca74759ccfef) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.5) Base: openbsd-77-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "main" && cd "pplumbing" && git reset --hard 758ddf63 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-77-amd64-ocaml-4.14 # openbsd-77-amd64-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam /home/opam/src/./ RUN opam pin add -yn pplumbing.dev '/home/opam/src/./' && \ opam pin add -yn pplumbing-tests.dev '/home/opam/src/./' && \ opam pin add -yn pplumbing-pp-tty.dev '/home/opam/src/./' && \ opam pin add -yn pplumbing-log.dev '/home/opam/src/./' && \ opam pin add -yn pplumbing-log-cli.dev '/home/opam/src/./' && \ opam pin add -yn pplumbing-err.dev '/home/opam/src/./' && \ opam pin add -yn pplumbing-dev.dev '/home/opam/src/./' && \ opam pin add -yn cmdlang-cmdliner-err-runner.dev '/home/opam/src/./' && \ opam pin add -yn cmdlang-climate-err-runner.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dyn.3.21.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.0 loc.0.3.3 logs.0.10.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 ordering.3.21.0 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.0 top-closure.3.21.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-01 14:42.49: Using cache hint "mbarbin/pplumbing-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-64054d0b5a9f1d42508f5a8537303858" 2026-02-01 14:42.49: 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 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn pplumbing.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-tests.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-pp-tty.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-log.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-log-cli.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-err.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-dev.dev '/home/opam/src/./' && \ \nopam pin add -yn cmdlang-cmdliner-err-runner.dev '/home/opam/src/./' && \ \nopam pin add -yn cmdlang-climate-err-runner.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dyn.3.21.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.0 loc.0.3.3 logs.0.10.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 ordering.3.21.0 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.0 top-closure.3.21.0 topkg.1.1.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 pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.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=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build")) ) 2026-02-01 14:42.49: Waiting for resource in pool OCluster 2026-02-01 14:42.49: Waiting for worker… 2026-02-01 14:43.05: Got resource from pool OCluster Building on oregano hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/pplumbing.git-59f4bc3e186a99450f733179e215130f4b9a9cd0/.git/ HEAD is now at 758ddf6 Improve default settings for GHA permissions (from openbsd-77-amd64-ocaml-4.14) 2026-02-01 14:43.12 ---> 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-02-01 14:43.12 ---> 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-repository 2026-02-01 14:43.12 ---> using "b47c7195b64a0fbbfb2ac6be89bc5d4169c21972d78277da851cf2b727db2a25" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 4.14.2 2.5.0 2026-02-01 14:43.12 ---> using "e55220d038fe41141e2145e0c421187821ce842a2e5f51ea535be80bbba79f5e" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 51158b2cc8b1d975be5b32b177da768f0b3357af || git fetch origin master) && git reset -q --hard 51158b2cc8b1d975be5b32b177da768f0b3357af && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 93a7bce43a..51158b2cc8 master -> origin/master 51158b2cc8 Merge pull request #29283 from mbarbin/opam-publish-loc.0.3.3 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything 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-02-01 14:43.12 ---> using "b05aae8fa211ffa0c2fa2a19f23eec2dbdebcce347b38f9673a693c7f8e9df08" from cache /: (copy (src pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam) (dst /home/opam/src/./)) 2026-02-01 14:44.10 ---> saved as "5e738dd276c91bc248407926e4838a5e76caef94beaea7121b7c943018ee7e7b" /: (run (network host) (shell "opam pin add -yn pplumbing.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-tests.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-pp-tty.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-log.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-log-cli.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-err.dev '/home/opam/src/./' && \ \nopam pin add -yn pplumbing-dev.dev '/home/opam/src/./' && \ \nopam pin add -yn cmdlang-cmdliner-err-runner.dev '/home/opam/src/./' && \ \nopam pin add -yn cmdlang-climate-err-runner.dev '/home/opam/src/./'")) [pplumbing.dev] synchronised (file:///home/opam/src) pplumbing is now pinned to file:///home/opam/src (version dev) [NOTE] Package pplumbing-tests does not exist in opam repositories registered in the current switch. [pplumbing-tests.dev] synchronised (file:///home/opam/src) pplumbing-tests is now pinned to file:///home/opam/src (version dev) [pplumbing-pp-tty.dev] synchronised (file:///home/opam/src) pplumbing-pp-tty is now pinned to file:///home/opam/src (version dev) [pplumbing-log.dev] synchronised (file:///home/opam/src) pplumbing-log is now pinned to file:///home/opam/src (version dev) [pplumbing-log-cli.dev] synchronised (file:///home/opam/src) pplumbing-log-cli is now pinned to file:///home/opam/src (version dev) [pplumbing-err.dev] synchronised (file:///home/opam/src) pplumbing-err is now pinned to file:///home/opam/src (version dev) [NOTE] Package pplumbing-dev does not exist in opam repositories registered in the current switch. [pplumbing-dev.dev] synchronised (file:///home/opam/src) pplumbing-dev is now pinned to file:///home/opam/src (version dev) [cmdlang-cmdliner-err-runner.dev] synchronised (file:///home/opam/src) cmdlang-cmdliner-err-runner is now pinned to file:///home/opam/src (version dev) [NOTE] Package cmdlang-climate-err-runner does not exist in opam repositories registered in the current switch. [cmdlang-climate-err-runner.dev] synchronised (file:///home/opam/src) cmdlang-climate-err-runner is now pinned to file:///home/opam/src (version dev) 2026-02-01 14:45.16 ---> saved as "56356e2f644de3b9f51cfd555526043e2825eec9813db4c325a428e7fc8c5606" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-02-01 14:46.14 ---> saved as "1bb5fba6112ddd2e36f21d9aad5ab650a1dac85f4e20c85ffadfb0a6d0e16bfd" /: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dyn.3.21.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.0 loc.0.3.3 logs.0.10.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 ordering.3.21.0 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.0 top-closure.3.21.0 topkg.1.1.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 pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [pplumbing.dev] synchronised (file:///home/opam/src) [cmdlang-cmdliner-err-runner.dev] synchronised (file:///home/opam/src) [cmdlang-climate-err-runner.dev] synchronised (file:///home/opam/src) [pplumbing-err.dev] synchronised (file:///home/opam/src) [pplumbing-log-cli.dev] synchronised (file:///home/opam/src) [pplumbing-log.dev] synchronised (file:///home/opam/src) [pplumbing-pp-tty.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-02-01 14:47.17 ---> saved as "5c7c2a1bc84ff4b1c1ed15d6adef92e6387ec6850126da41fd106b7ce8cfa3f3" /: (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 23 packages - install astring 0.8.5 - install climate 0.9.0 - install cmdlang 0.0.10 - install cmdlang-to-climate 0.0.10 - install cmdlang-to-cmdliner 0.0.10 - install cmdliner 2.1.0 - install csexp 1.5.2 - install dune 3.21.0 - install dyn 3.21.0 - install fmt 0.11.0 - install fpath 0.7.3 - install fs-io 3.21.0 - install loc 0.3.3 - install logs 0.10.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ordering 3.21.0 - install parsexp v0.16.0 - install pp 2.0.0 - install sexplib0 v0.16.0 - install stdune 3.21.0 - install top-closure 3.21.0 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdlang.0.0.10, cmdlang-to-climate.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached) -> retrieved climate.0.9.0 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved loc.0.3.3 (https://github.com/mbarbin/loc/releases/download/0.3.3/loc-0.3.3.tbz) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed cmdliner.2.1.0 [ERROR] The compilation of dune.3.21.0 failed at "ocaml boot/bootstrap.ml -j 3". -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed logs.0.10.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-7298-67a033.env # output-file ~/.opam/log/dune-7298-67a033.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 astring 0.8.5 | - install cmdliner 2.1.0 | - install fmt 0.11.0 | - install fpath 0.7.3 | - install logs 0.10.0 | - install ocamlbuild 0.16.1 | - install ocamlfind 1.9.8 | - install topkg 1.1.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-20260201144746.export" "opam install $DEPS" failed with exit status 31 2026-02-01 14:50.00: Job failed: Failed: Build failed