2026-05-29 09:09.24: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (06cb2ad3e41538344363e72804fbe551ea85ae9b) (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/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 06cb2ad3cat > 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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN opam update -uCOPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam /home/opam/src/./RUN opam pin add -yn ppxlib.dev '/home/opam/src/./' && \opam pin add -yn ppxlib-tools.dev '/home/opam/src/./' && \opam pin add -yn ppxlib-bench.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-05-29 09:09.24: Using cache hint "ocaml-ppx/ppxlib-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-21b4ad676d6c4edf512198cfa032c3fd"2026-05-29 09:09.24: 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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam)(dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn ppxlib.dev '/home/opam/src/./' && \\nopam pin add -yn ppxlib-tools.dev '/home/opam/src/./' && \\nopam pin add -yn ppxlib-bench.dev '/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.0")(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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-05-29 09:09.24: Waiting for resource in pool OCluster2026-05-29 09:09.24: Waiting for worker…2026-05-29 09:09.42: Got resource from pool OClusterBuilding on oregano.caelum.ci.devAll commits already cachedHEAD is now at 06cb2ad3 Merge pull request #640 from patricoferris/migration-errors(from openbsd-77-amd64-ocaml-4.14)2026-05-29 09:09.42 ---> 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-05-29 09:09.42 ---> using "da141ce924dbdf0e0442253d076446a1e9daf01a696ee1da60c117d1744ba343" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD93a7bce43a..3e30e43808 master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-29 09:09.42 ---> using "caf9442a787ec620309038ef176f71fbc0af6006e4bc22a75313f8f56a96b798" 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] synchronised from file:///home/opam/opam-repositorydefault (at file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-05-29 09:09.42 ---> using "4ecebb9310d12eb53acbda1b638317fbd7c9b8628b98c8171446b0a87d1c77a8" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 4.14.22.5.02026-05-29 09:09.42 ---> using "c79e66f4a84f1b83a0648adf039ab8762e0b243a8d8953a6ceb8ff2664425047" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes 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.5.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-05-29 09:09.42 ---> using "efa5c7aef9f8896262c8aad5196add897e6d2de56e6f5b039060bf31c4da75af" from cache/: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam)(dst /home/opam/src/./))2026-05-29 09:09.42 ---> using "8a801ce217a69f65a91622a5b14631a28e4eee57308dac99cfdebdfa9cdec5e7" from cache/: (run (network host)(shell "opam pin add -yn ppxlib.dev '/home/opam/src/./' && \\nopam pin add -yn ppxlib-tools.dev '/home/opam/src/./' && \\nopam pin add -yn ppxlib-bench.dev '/home/opam/src/./'"))[ppxlib.dev] synchronised (file:///home/opam/src)ppxlib is now pinned to file:///home/opam/src (version dev)[ppxlib-tools.dev] synchronised (file:///home/opam/src)ppxlib-tools is now pinned to file:///home/opam/src (version dev)[NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch.[ppxlib-bench.dev] synchronised (file:///home/opam/src)ppxlib-bench is now pinned to file:///home/opam/src (version dev)2026-05-29 09:09.42 ---> using "5cf2509931b1c42c656a9e4475cb6c7d6b001a4994cb5e2a0ea397577686ead4" from cache/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-05-29 09:09.42 ---> using "2fc541b946361c3b79880763b1daa5f99d3d9fbf4f68f9e9d330bed6830ba98e" from cache/: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.0")/: (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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppxlib-tools.dev] synchronised (file:///home/opam/src)[ppxlib-bench.dev] synchronised (file:///home/opam/src)[ppxlib.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-05-29 09:09.42 ---> using "7580c8e441c9a88061ad8861462a36439f111dde4758770c8519bf4e93b18846" 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 12 packages- install base v0.16.5- install cinaps v0.15.1- install cmdliner 2.1.1- install csexp 1.5.2- install dune 3.23.1- install dune-configurator 3.23.1- install ocaml-compiler-libs v0.12.4- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install re 1.14.0- install sexplib0 v0.16.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cinaps.v0.15.1 (cached)-> retrieved base.v0.16.5 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed ocamlfind.1.9.8-> installed cmdliner.2.1.1-> installed dune.3.23.1-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.16.0-> installed re.1.14.0-> installed cinaps.v0.15.1-> installed dune-configurator.3.23.1-> installed yojson.3.0.0-> installed base.v0.16.5Done.# To update the current shell environment, run: eval $(opam env)2026-05-29 09:09.42 ---> using "98161b7fe6d5696a7c40d9046995ac3c3b25efca983583611844762bd674ab54" from cache/: (copy (src .) (dst /home/opam/src))2026-05-29 09:10.31 ---> saved as "58dfbddca93b956787bc47113cdd54d9028486ed520e38362892619624745be2"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-05-29 09:12.18 ---> saved as "eedacbc23fec283a0fd3de43f3fc51a047c9876dcdc90a73a83ec8783273d024"Job succeeded2026-05-29 09:12.18: Job succeeded