2026-03-16 17:21.18: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (1f5bea5c76a4a4a894e940791fc06d13ce8098dd) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 1f5bea5c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e # debian-13-5.4_x86_32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./ RUN opam pin add -yn ocamlformat.dev './' && \ opam pin add -yn ocamlformat-rpc-lib.dev './' && \ opam pin add -yn ocamlformat-lib.dev './' && \ opam pin add -yn ocamlformat-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-16 17:21.18: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e-debian-13-5.4_x86_32_opam-2.5-3258ed538f8a977e7543fd889f45e3b5" 2026-03-16 17:21.18: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e) (comment debian-13-5.4_x86_32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo 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")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocamlformat.dev './' && \ \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \ \nopam pin add -yn ocamlformat-lib.dev './' && \ \nopam pin add -yn ocamlformat-bench.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-03-16 17:21.18: Waiting for resource in pool OCluster 2026-03-16 17:21.19: Waiting for worker… 2026-03-16 17:21.19: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 1f5bea5c7 5.5 support: Backport parser code changes (#2782) (from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e' locally docker.io/ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e: Pulling from ocaml/opam b536877d3c0a: Pulling fs layer bccea9e34407: Pulling fs layer 16a19f8f73ac: Pulling fs layer 24b068660eba: Pulling fs layer 0d733f3d73ff: Pulling fs layer b536877d3c0a: Waiting 9e24ce741f51: Pulling fs layer 8f72c68d553f: Pulling fs layer bccea9e34407: Waiting 16a19f8f73ac: Waiting 0d733f3d73ff: Waiting f54f6fc8bfc4: Pulling fs layer 9e24ce741f51: Waiting 8f72c68d553f: Waiting d06a9f3b5a73: Pulling fs layer f54f6fc8bfc4: Waiting 24b068660eba: Waiting d06a9f3b5a73: Waiting d42229ae6b83: Pulling fs layer d41dddb298da: Pulling fs layer d42229ae6b83: Waiting e9711f882917: Pulling fs layer d41dddb298da: Waiting 07cbb93c10a3: Pulling fs layer e9711f882917: Waiting 2b3607a942e5: Pulling fs layer 07cbb93c10a3: Waiting d5893ae3accb: Pulling fs layer 2b3607a942e5: Waiting c3146a632652: Pulling fs layer d5893ae3accb: Waiting 3d57776a1d42: Pulling fs layer c3146a632652: Waiting 3d57776a1d42: Waiting 839cefcf2b8e: Pulling fs layer 026aaf3511fa: Pulling fs layer 0a2654a36ae9: Pulling fs layer b23dc160efe7: Pulling fs layer 839cefcf2b8e: Waiting 026aaf3511fa: Waiting 4f4fb700ef54: Pulling fs layer 0a2654a36ae9: Waiting b23dc160efe7: Waiting c84b92e17807: Pulling fs layer 4f4fb700ef54: Waiting e6680f6f46b9: Pulling fs layer 69486b6cae87: Pulling fs layer e6680f6f46b9: Waiting 9909fe838d3d: Pulling fs layer c84b92e17807: Waiting 69486b6cae87: Waiting 3b1fbc03b573: Pulling fs layer 9909fe838d3d: Waiting 1d2df1685cc4: Pulling fs layer 9bb166b2b0ea: Pulling fs layer 3b1fbc03b573: Waiting 1d2df1685cc4: Waiting 9585c6d51dc3: Pulling fs layer ddd1a568c795: Pulling fs layer 64338fd8dd2d: Pulling fs layer 9585c6d51dc3: Waiting 9be4283ff733: Pulling fs layer ddd1a568c795: Waiting 783fb857d3f0: Pulling fs layer 9be4283ff733: Waiting 699fb07ac9eb: Pulling fs layer dfd2f30ac354: Pulling fs layer 699fb07ac9eb: Waiting 0957629b6db6: Pulling fs layer dfd2f30ac354: Waiting 50b35bb0a587: Pulling fs layer 0957629b6db6: Waiting e4e361267282: Pulling fs layer 50b35bb0a587: Waiting d8d67cfb2698: Pulling fs layer 1733597b7dba: Pulling fs layer e4e361267282: Waiting d8d67cfb2698: Waiting 921726d6d5f8: Pulling fs layer 1733597b7dba: Waiting cf4eebdd42ea: Pulling fs layer 921726d6d5f8: Waiting 2ea6c26346f9: Pulling fs layer cf4eebdd42ea: Waiting 4e82b5c15dad: Pulling fs layer 2ea6c26346f9: Waiting 53cf02a49f89: Pulling fs layer 4e82b5c15dad: Waiting 6d652118326c: Pulling fs layer 53cf02a49f89: Waiting 6d652118326c: Waiting bccea9e34407: Verifying Checksum bccea9e34407: Download complete 16a19f8f73ac: Verifying Checksum 16a19f8f73ac: Download complete 24b068660eba: Verifying Checksum 24b068660eba: Download complete b536877d3c0a: Verifying Checksum b536877d3c0a: Download complete 0d733f3d73ff: Verifying Checksum 0d733f3d73ff: Download complete 8f72c68d553f: Verifying Checksum 8f72c68d553f: Download complete f54f6fc8bfc4: Verifying Checksum f54f6fc8bfc4: Download complete 9e24ce741f51: Verifying Checksum 9e24ce741f51: Download complete d06a9f3b5a73: Verifying Checksum d06a9f3b5a73: Download complete b536877d3c0a: Pull complete bccea9e34407: Pull complete 16a19f8f73ac: Pull complete d42229ae6b83: Verifying Checksum d42229ae6b83: Download complete d41dddb298da: Verifying Checksum d41dddb298da: Download complete e9711f882917: Verifying Checksum e9711f882917: Download complete 24b068660eba: Pull complete 0d733f3d73ff: Pull complete 2b3607a942e5: Verifying Checksum 2b3607a942e5: Download complete 07cbb93c10a3: Verifying Checksum 07cbb93c10a3: Download complete c3146a632652: Verifying Checksum c3146a632652: Download complete 3d57776a1d42: Verifying Checksum 3d57776a1d42: Download complete d5893ae3accb: Verifying Checksum d5893ae3accb: Download complete 839cefcf2b8e: Download complete 026aaf3511fa: Verifying Checksum 026aaf3511fa: Download complete 0a2654a36ae9: Download complete b23dc160efe7: Verifying Checksum b23dc160efe7: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete c84b92e17807: Verifying Checksum c84b92e17807: Download complete 69486b6cae87: Download complete e6680f6f46b9: Verifying Checksum e6680f6f46b9: Download complete 3b1fbc03b573: Verifying Checksum 3b1fbc03b573: Download complete 9909fe838d3d: Download complete 9bb166b2b0ea: Verifying Checksum 9bb166b2b0ea: Download complete 1d2df1685cc4: Verifying Checksum 1d2df1685cc4: Download complete ddd1a568c795: Verifying Checksum ddd1a568c795: Download complete 9585c6d51dc3: Download complete 64338fd8dd2d: Verifying Checksum 64338fd8dd2d: Download complete 9be4283ff733: Verifying Checksum 9be4283ff733: Download complete 783fb857d3f0: Verifying Checksum 783fb857d3f0: Download complete dfd2f30ac354: Download complete 0957629b6db6: Verifying Checksum 0957629b6db6: Download complete 50b35bb0a587: Download complete e4e361267282: Download complete d8d67cfb2698: Download complete 1733597b7dba: Download complete 921726d6d5f8: Verifying Checksum 921726d6d5f8: Download complete cf4eebdd42ea: Verifying Checksum cf4eebdd42ea: Download complete 2ea6c26346f9: Verifying Checksum 2ea6c26346f9: Download complete 4e82b5c15dad: Download complete 53cf02a49f89: Download complete 6d652118326c: Verifying Checksum 6d652118326c: Download complete 699fb07ac9eb: Verifying Checksum 699fb07ac9eb: Download complete 9e24ce741f51: Pull complete 8f72c68d553f: Pull complete f54f6fc8bfc4: Pull complete d06a9f3b5a73: Pull complete d42229ae6b83: Pull complete d41dddb298da: Pull complete e9711f882917: Pull complete 07cbb93c10a3: Pull complete 2b3607a942e5: Pull complete d5893ae3accb: Pull complete c3146a632652: Pull complete 3d57776a1d42: Pull complete 839cefcf2b8e: Pull complete 026aaf3511fa: Pull complete 0a2654a36ae9: Pull complete b23dc160efe7: Pull complete 4f4fb700ef54: Pull complete c84b92e17807: Pull complete e6680f6f46b9: Pull complete 69486b6cae87: Pull complete 9909fe838d3d: Pull complete 3b1fbc03b573: Pull complete 1d2df1685cc4: Pull complete 9bb166b2b0ea: Pull complete 9585c6d51dc3: Pull complete ddd1a568c795: Pull complete 64338fd8dd2d: Pull complete 9be4283ff733: Pull complete 783fb857d3f0: Pull complete 699fb07ac9eb: Pull complete dfd2f30ac354: Pull complete 0957629b6db6: Pull complete 50b35bb0a587: Pull complete e4e361267282: Pull complete d8d67cfb2698: Pull complete 1733597b7dba: Pull complete 921726d6d5f8: Pull complete cf4eebdd42ea: Pull complete 2ea6c26346f9: Pull complete 4e82b5c15dad: Pull complete 53cf02a49f89: Pull complete 6d652118326c: Pull complete Digest: sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e Status: Downloaded newer image for ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e 2026-03-16 17:21.21 ---> using "b43c5bd5df55bb59e33984ce21c0929f569d40c264688b0ca0b4d2f840fcee64" from cache /: (comment debian-13-5.4_x86_32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-03-16 17:21.21 ---> using "8bf2208dcd99b73b19fb525db653574524d6676298159838a734fed974049567" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from 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. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-16 17:21.21 ---> using "0fc3f3f1c6af3c543dfcdffb553f9db1f0efd0bd035a672f589b7c1e1812afe5" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-03-16 17:21.21 ---> using "385401cce6700537005a0a9f12abfbbfbf3c21b42c8c7ba95d0bb6910a1f2d9f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-16 17:21.21 ---> using "7e5ced75d3ecea24fe578a7b4f4d6409b0850c8de36aafe4f46b3d2afd561d00" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 340ee6fd1f..4f056bfedf master -> origin/master 31462e7d24 Merge pull request #29451 from dra27/relocatable-package <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible 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-03-16 17:21.21 ---> using "a71127b7f2370450981f109c69c6da19660a0e558ee63b9ac2bff7048458c828" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2026-03-16 17:21.21 ---> using "8c1af6d6ce049a2d625e3f0d289f02b6109f5356bf329f7788bdfe391f2cf8d3" from cache /src: (run (network host) (shell "opam pin add -yn ocamlformat.dev './' && \ \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \ \nopam pin add -yn ocamlformat-lib.dev './' && \ \nopam pin add -yn ocamlformat-bench.dev './'")) [ocamlformat.dev] synchronised (file:///src) ocamlformat is now pinned to file:///src (version dev) [ocamlformat-rpc-lib.dev] synchronised (file:///src) ocamlformat-rpc-lib is now pinned to file:///src (version dev) [ocamlformat-lib.dev] synchronised (file:///src) ocamlformat-lib is now pinned to file:///src (version dev) [NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch. [ocamlformat-bench.dev] synchronised (file:///src) [WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src: warning 68: Missing field 'license' ocamlformat-bench is now pinned to file:///src (version dev) 2026-03-16 17:21.21 ---> using "a3b01e3efab700f5fa695f74725ba97002bed3a8ff456a8afb53848118caf64b" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-16 17:21.21 ---> using "8d153948f6d27773b567e27f613b91d7622acc4f28754b63804e465977489430" from cache /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian trixie/main i386 Packages [9430 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [102 kB] - Fetched 9764 kB in 2s (6079 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlformat.dev] synchronised (file:///src) [ocamlformat-bench.dev] synchronised (file:///src) [ocamlformat-lib.dev] synchronised (file:///src) [ocamlformat-rpc-lib.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-option-bytecode-only 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-03-16 17:21.21 ---> using "cb73384031da1c93ef507e8157cdbd4455b56935ef2e755f251f9e6860d34d96" from cache /src: (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-option-bytecode-only 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 33 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base v0.16.4 - install bechamel 0.5.0 - install camlp-streams 5.0.1 - install cmdliner 2.1.0 - install csexp 1.5.2 - install dune 3.21.1 - install dune-build-info 3.21.1 - install dune-configurator 3.21.1 - install either 1.0.0 - install fix 20250919 - install fmt 0.11.0 - install fpath 0.7.3 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.0.3 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocp-indent 1.9.0 - install re 1.14.0 - install sexplib0 v0.16.0 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install uucp 17.0.0 - install uuseg 17.0.0 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved bechamel.0.5.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fix.20250919 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.3 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocp-indent.1.9.0 (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) -> installed cmdliner.2.1.0 -> retrieved topkg.1.1.1 (cached) -> retrieved uuseg.17.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved uucp.17.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed uutf.1.0.4 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed uucp.17.0.0 -> installed dune.3.21.1 -> installed uuseg.17.0.0 -> installed bechamel.0.5.0 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed fix.20250919 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-version.4.0.3 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed ocp-indent.1.9.0 -> installed dune-build-info.3.21.1 -> installed ocaml-syntax-shims.1.0.0 -> installed dune-configurator.3.21.1 -> installed alcotest.1.9.1 -> installed menhir.20260209 -> installed base.v0.16.4 -> installed stdio.v0.16.0 Done. <><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><> => This package requires additional configuration for use in editors. Install package 'user-setup', or manually: * for Emacs, add these lines to ~/.emacs: (add-to-list 'load-path "/home/opam/.opam/5.4/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/5.4/share/ocp-indent/vim" # To update the current shell environment, run: eval $(opam env) 2026-03-16 17:21.21 ---> using "ed109bb17c91c69dfaebb4985b5645306c68868cc3bf73b9073b44a91538418d" from cache /src: (copy (src .) (dst /src)) 2026-03-16 17:21.21 ---> using "aae90e185b712ee7545b2d9949bb3dbb772a360bb69e7f4224e66855cbfd85b5" from cache /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/unit && ./test_unit.exe) Testing `ocamlformat'. This run has ID `IZXFCKXY'. ................................................................................ ................................................................................ ............................................ 2026-03-16 17:21.21 ---> using "94b3eb98ae92f32e6ad0bc39124bf9722e4bf07cc1835b4640b3d207f584afe9" from cache Job succeeded 2026-03-16 17:21.21: Job succeeded