2026-03-16 10:45.09: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (69e6ee4eabd18fbf99ddba1f2c3e213424e78792) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 69e6ee4ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e# debian-13-5.4_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-16 10:45.09: 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 10:45.09: 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 10:45.09: Waiting for resource in pool OCluster2026-03-16 10:45.09: Waiting for worker…2026-03-16 10:45.09: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 69e6ee4ea 5.5 support: Modular explicits (#2781)(from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e' locallydocker.io/ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e: Pulling from ocaml/opamb536877d3c0a: Pulling fs layerbccea9e34407: Pulling fs layer16a19f8f73ac: Pulling fs layer24b068660eba: Pulling fs layer0d733f3d73ff: Pulling fs layerb536877d3c0a: Waiting9e24ce741f51: Pulling fs layer8f72c68d553f: Pulling fs layerbccea9e34407: Waiting16a19f8f73ac: Waiting0d733f3d73ff: Waitingf54f6fc8bfc4: Pulling fs layer9e24ce741f51: Waiting8f72c68d553f: Waitingd06a9f3b5a73: Pulling fs layerf54f6fc8bfc4: Waiting24b068660eba: Waitingd06a9f3b5a73: Waitingd42229ae6b83: Pulling fs layerd41dddb298da: Pulling fs layerd42229ae6b83: Waitinge9711f882917: Pulling fs layerd41dddb298da: Waiting07cbb93c10a3: Pulling fs layere9711f882917: Waiting2b3607a942e5: Pulling fs layer07cbb93c10a3: Waitingd5893ae3accb: Pulling fs layer2b3607a942e5: Waitingc3146a632652: Pulling fs layerd5893ae3accb: Waiting3d57776a1d42: Pulling fs layerc3146a632652: Waiting3d57776a1d42: Waiting839cefcf2b8e: Pulling fs layer026aaf3511fa: Pulling fs layer0a2654a36ae9: Pulling fs layerb23dc160efe7: Pulling fs layer839cefcf2b8e: Waiting026aaf3511fa: Waiting4f4fb700ef54: Pulling fs layer0a2654a36ae9: Waitingb23dc160efe7: Waitingc84b92e17807: Pulling fs layer4f4fb700ef54: Waitinge6680f6f46b9: Pulling fs layer69486b6cae87: Pulling fs layere6680f6f46b9: Waiting9909fe838d3d: Pulling fs layerc84b92e17807: Waiting69486b6cae87: Waiting3b1fbc03b573: Pulling fs layer9909fe838d3d: Waiting1d2df1685cc4: Pulling fs layer9bb166b2b0ea: Pulling fs layer3b1fbc03b573: Waiting1d2df1685cc4: Waiting9585c6d51dc3: Pulling fs layerddd1a568c795: Pulling fs layer64338fd8dd2d: Pulling fs layer9585c6d51dc3: Waiting9be4283ff733: Pulling fs layerddd1a568c795: Waiting783fb857d3f0: Pulling fs layer9be4283ff733: Waiting699fb07ac9eb: Pulling fs layerdfd2f30ac354: Pulling fs layer699fb07ac9eb: Waiting0957629b6db6: Pulling fs layerdfd2f30ac354: Waiting50b35bb0a587: Pulling fs layer0957629b6db6: Waitinge4e361267282: Pulling fs layer50b35bb0a587: Waitingd8d67cfb2698: Pulling fs layer1733597b7dba: Pulling fs layere4e361267282: Waitingd8d67cfb2698: Waiting921726d6d5f8: Pulling fs layer1733597b7dba: Waitingcf4eebdd42ea: Pulling fs layer921726d6d5f8: Waiting2ea6c26346f9: Pulling fs layercf4eebdd42ea: Waiting4e82b5c15dad: Pulling fs layer2ea6c26346f9: Waiting53cf02a49f89: Pulling fs layer4e82b5c15dad: Waiting6d652118326c: Pulling fs layer53cf02a49f89: Waiting6d652118326c: Waitingbccea9e34407: Verifying Checksumbccea9e34407: Download complete16a19f8f73ac: Verifying Checksum16a19f8f73ac: Download complete24b068660eba: Verifying Checksum24b068660eba: Download completeb536877d3c0a: Verifying Checksumb536877d3c0a: Download complete0d733f3d73ff: Verifying Checksum0d733f3d73ff: Download complete8f72c68d553f: Verifying Checksum8f72c68d553f: Download completef54f6fc8bfc4: Verifying Checksumf54f6fc8bfc4: Download complete9e24ce741f51: Verifying Checksum9e24ce741f51: Download completed06a9f3b5a73: Verifying Checksumd06a9f3b5a73: Download completeb536877d3c0a: Pull completebccea9e34407: Pull complete16a19f8f73ac: Pull completed42229ae6b83: Verifying Checksumd42229ae6b83: Download completed41dddb298da: Verifying Checksumd41dddb298da: Download completee9711f882917: Verifying Checksume9711f882917: Download complete24b068660eba: Pull complete0d733f3d73ff: Pull complete2b3607a942e5: Verifying Checksum2b3607a942e5: Download complete07cbb93c10a3: Verifying Checksum07cbb93c10a3: Download completec3146a632652: Verifying Checksumc3146a632652: Download complete3d57776a1d42: Verifying Checksum3d57776a1d42: Download completed5893ae3accb: Verifying Checksumd5893ae3accb: Download complete839cefcf2b8e: Download complete026aaf3511fa: Verifying Checksum026aaf3511fa: Download complete0a2654a36ae9: Download completeb23dc160efe7: Verifying Checksumb23dc160efe7: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completec84b92e17807: Verifying Checksumc84b92e17807: Download complete69486b6cae87: Download completee6680f6f46b9: Verifying Checksume6680f6f46b9: Download complete3b1fbc03b573: Verifying Checksum3b1fbc03b573: Download complete9909fe838d3d: Download complete9bb166b2b0ea: Verifying Checksum9bb166b2b0ea: Download complete1d2df1685cc4: Verifying Checksum1d2df1685cc4: Download completeddd1a568c795: Verifying Checksumddd1a568c795: Download complete9585c6d51dc3: Download complete64338fd8dd2d: Verifying Checksum64338fd8dd2d: Download complete9be4283ff733: Verifying Checksum9be4283ff733: Download complete783fb857d3f0: Verifying Checksum783fb857d3f0: Download completedfd2f30ac354: Download complete0957629b6db6: Verifying Checksum0957629b6db6: Download complete50b35bb0a587: Download completee4e361267282: Download completed8d67cfb2698: Download complete1733597b7dba: Download complete921726d6d5f8: Verifying Checksum921726d6d5f8: Download completecf4eebdd42ea: Verifying Checksumcf4eebdd42ea: Download complete2ea6c26346f9: Verifying Checksum2ea6c26346f9: Download complete4e82b5c15dad: Download complete53cf02a49f89: Download complete6d652118326c: Verifying Checksum6d652118326c: Download complete699fb07ac9eb: Verifying Checksum699fb07ac9eb: Download complete9e24ce741f51: Pull complete8f72c68d553f: Pull completef54f6fc8bfc4: Pull completed06a9f3b5a73: Pull completed42229ae6b83: Pull completed41dddb298da: Pull completee9711f882917: Pull complete07cbb93c10a3: Pull complete2b3607a942e5: Pull completed5893ae3accb: Pull completec3146a632652: Pull complete3d57776a1d42: Pull complete839cefcf2b8e: Pull complete026aaf3511fa: Pull complete0a2654a36ae9: Pull completeb23dc160efe7: Pull complete4f4fb700ef54: Pull completec84b92e17807: Pull completee6680f6f46b9: Pull complete69486b6cae87: Pull complete9909fe838d3d: Pull complete3b1fbc03b573: Pull complete1d2df1685cc4: Pull complete9bb166b2b0ea: Pull complete9585c6d51dc3: Pull completeddd1a568c795: Pull complete64338fd8dd2d: Pull complete9be4283ff733: Pull complete783fb857d3f0: Pull complete699fb07ac9eb: Pull completedfd2f30ac354: Pull complete0957629b6db6: Pull complete50b35bb0a587: Pull completee4e361267282: Pull completed8d67cfb2698: Pull complete1733597b7dba: Pull complete921726d6d5f8: Pull completecf4eebdd42ea: Pull complete2ea6c26346f9: Pull complete4e82b5c15dad: Pull complete53cf02a49f89: Pull complete6d652118326c: Pull completeDigest: sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0eStatus: Downloaded newer image for ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e2026-03-16 10:48.58 ---> saved as "b43c5bd5df55bb59e33984ce21c0929f569d40c264688b0ca0b4d2f840fcee64"/: (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 10:48.58 ---> saved as "8bf2208dcd99b73b19fb525db653574524d6676298159838a734fed974049567"/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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-16 10:49.33 ---> saved as "0fc3f3f1c6af3c543dfcdffb553f9db1f0efd0bd035a672f589b7c1e1812afe5"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-03-16 10:49.33 ---> saved as "385401cce6700537005a0a9f12abfbbfbf3c21b42c8c7ba95d0bb6910a1f2d9f"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-16 10:49.34 ---> saved as "7e5ced75d3ecea24fe578a7b4f4d6409b0850c8de36aafe4f46b3d2afd561d00"/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_HEAD340ee6fd1f..4f056bfedf master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, 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 10:49.55 ---> saved as "a71127b7f2370450981f109c69c6da19660a0e558ee63b9ac2bff7048458c828"/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-03-16 10:49.55 ---> saved as "8c1af6d6ce049a2d625e3f0d289f02b6109f5356bf329f7788bdfe391f2cf8d3"/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 10:50.02 ---> saved as "a3b01e3efab700f5fa695f74725ba97002bed3a8ff456a8afb53848118caf64b"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-16 10:50.02 ---> saved as "8d153948f6d27773b567e27f613b91d7622acc4f28754b63804e465977489430"/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 10:50.16 ---> saved as "cb73384031da1c93ef507e8157cdbd4455b56935ef2e755f251f9e6860d34d96"/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.0Done.<><> 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 10:52.13 ---> saved as "ed109bb17c91c69dfaebb4985b5645306c68868cc3bf73b9073b44a91538418d"/src: (copy (src .) (dst /src))2026-03-16 10:52.15 ---> saved as "5eb3f3c1a9c03c11ae33e7738ae33d18241ebba0ea8db6c0fc4c753fab74f4a1"/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 `9HIJ449C'.............................................................................................................................................................................................................2026-03-16 10:53.21 ---> saved as "4bb7c78bd87476d659632bd1e021556436afb59e91d6defba7359e22521db95e"Job succeeded2026-03-16 10:53.22: Job succeeded