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-5.4_opam-2.5) Base: openbsd-77-amd64-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 06cb2ad3 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-77-amd64-ocaml-5.4 # openbsd-77-amd64-5.4_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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN opam update -u COPY --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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-05-29 09:09.24: Using cache hint "ocaml-ppx/ppxlib-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.5-70073972bdc25d5dd6d75b23d159b2b2" 2026-05-29 09:09.24: 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 (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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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 OCluster 2026-05-29 09:09.24: Waiting for worker… 2026-05-29 09:09.24: Got resource from pool OCluster Building on oregano.caelum.ci.dev HEAD is now at ef0e7a3d Add suggestions to invalid_encoding error HEAD is now at 06cb2ad3 Merge pull request #640 from patricoferris/migration-errors (from openbsd-77-amd64-ocaml-5.4) 2026-05-29 09:09.25 ---> 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-05-29 09:09.25 ---> using "cd72dc3a3c8ea2afd18b1257d8b5421d0f9a4dafb0a258b995fdf62c1e2a67c4" 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_HEAD 93a7bce43a..3e30e43808 master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-29 09:09.25 ---> using "903679aafd10c5738a1ced7658cccd972947fe23c22dfbdc693ee33759dbd349" 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-repository default (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.25 ---> using "19db3704192539e5eff9bfae2f4b59b7200563b231caa49bf667ec97ca25df3e" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 5.4.0 2.5.0 2026-05-29 09:09.25 ---> using "d552573fea7102d9878908c47580d19e76a426eada32c5eb0c528f96ca28ff12" 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-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.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.25 ---> using "b42e900c650518903f8cc9a7a6a8e248936ca5e2edec5981ce57197485749bc4" from cache /: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst /home/opam/src/./)) 2026-05-29 09:09.25 ---> using "85066ba2d227a56091dfdd337f5db767e95a6af48fb33c0b693ab3c69e9adec3" 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.25 ---> using "396978008c7234aca22f1f2aa711d0674c798f6829559d79a0b6fd2f2cc1131c" from cache /: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-05-29 09:09.25 ---> using "e2e68fc25acce4db6ff533fee0e843c1492f4bce36b5efd7fb130985f1b4c784" from cache /: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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 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). # To update the current shell environment, run: eval $(opam env) 2026-05-29 09:09.25 ---> using "24b9340b447601f35c737668dfaedc143bd09572ea93aa995cde83f7cfa62e9f" 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 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 13 packages - install base v0.17.3 - 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.17.0 - install ocaml_intrinsics_kernel v0.17.2 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.14.0 - install sexplib0 v0.17.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.17.3 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved sexplib0.v0.17.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 cmdliner.2.1.1 -> installed ocamlfind.1.9.8 -> installed dune.3.23.1 -> installed csexp.1.5.2 -> installed ppx_derivers.1.2.1 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed ocaml-compiler-libs.v0.17.0 -> installed sexplib0.v0.17.0 -> installed dune-configurator.3.23.1 -> installed re.1.14.0 -> installed yojson.3.0.0 -> installed cinaps.v0.15.1 -> installed base.v0.17.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-29 09:09.25 ---> using "c4c0d345c093c960226cb07591a935a96381a329fa8214b60e44a16c09bb3876" from cache /: (copy (src .) (dst /home/opam/src)) 2026-05-29 09:10.13 ---> saved as "99f764a3e37f039c2ea4acb2e266455a7ae69888e6f950cf9b5411c22b499873" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-05-29 09:12.16 ---> saved as "9c21ea7a779f3e405c4f3a4ec98264eedaec2abe20a4b56a616a2185a65ecec6" Job succeeded 2026-05-29 09:12.16: Job succeeded