2026-05-19 08:57.46: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/simplify-extended-std-ast (2026f277b0d9c3eb2d0a0e9f40feaa3dac1bcb77) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "simplify-extended-std-ast" && cd "ocamlformat" && git reset --hard 2026f277cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63# ubuntu-25.04-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.17.3 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.1 csexp.1.5.2 dune.3.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.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-05-19 08:57.46: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63-ubuntu-25.04-5.4_opam-2.5-504712e748fa287e6f266ac0067f966c"2026-05-19 08:57.46: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63)(comment ubuntu-25.04-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo 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 a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --oneline"))(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 "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.17.3 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.1 csexp.1.5.2 dune.3.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.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-05-19 08:57.46: Waiting for resource in pool OCluster2026-05-19 08:57.46: Waiting for worker…2026-05-19 08:57.46: Got resource from pool OClusterBuilding on eumache.caelum.ci.devHEAD is now at 2d5d8c1b4 chore: update to actions/checkout@v6 (#2801)HEAD is now at 2026f277b Expose Extended_ast.Kind, make parse take a Kind.t(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63' locallydocker.io/ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63: Pulling from ocaml/opamc62190a9ab61: Already exists3ffa5fa4c338: Pulling fs layer1ad98d62710f: Pulling fs layer32b7f1733f93: Pulling fs layer1ad98d62710f: Waiting3ffa5fa4c338: Waiting60b6d784b3f1: Pulling fs layer5a2a6d451e1f: Pulling fs layer32b7f1733f93: Waiting6331cc613db1: Pulling fs layer60b6d784b3f1: Waitingcd17da539bcb: Pulling fs layer5a2a6d451e1f: Waitinga78785a8707a: Pulling fs layercd17da539bcb: Waiting6331cc613db1: Waiting017a8e839984: Pulling fs layer269878e77d3e: Pulling fs layer017a8e839984: Waitingd105ce9936af: Pulling fs layera78785a8707a: Waiting6a816e31a608: Pulling fs layerd105ce9936af: Waiting269878e77d3e: Waitingc561c5e7e836: Pulling fs layer6a816e31a608: Waiting2c2bead92061: Pulling fs layerc561c5e7e836: Waiting181b5e50467a: Pulling fs layere1747048878a: Pulling fs layer9964000ee5c2: Pulling fs layer2c2bead92061: Waiting2f528d56ff17: Pulling fs layere1747048878a: Waiting0cae2e739013: Pulling fs layer9964000ee5c2: Waiting181b5e50467a: Waiting2f528d56ff17: Waiting4f4fb700ef54: Pulling fs layer7b56ac9ded88: Pulling fs layer02acd4f922b8: Pulling fs layer7b56ac9ded88: Waiting5820f3f0ac5b: Pulling fs layer02acd4f922b8: Waiting565d3d2f91e3: Pulling fs layer6011b75baccf: Pulling fs layer5820f3f0ac5b: Waiting565d3d2f91e3: Waitingaa679525444d: Pulling fs layer6233cfda6bc6: Pulling fs layer6011b75baccf: Waitingaa679525444d: Waitinge337c50fadae: Pulling fs layer68480da602a2: Pulling fs layere337c50fadae: Waitingfe8455ef7fdd: Pulling fs layer6233cfda6bc6: Waiting68480da602a2: Waiting376ec1c1ff04: Pulling fs layer62414c6876a0: Pulling fs layere13152495ead: Pulling fs layer62414c6876a0: Waiting7237efe4b8d6: Pulling fs layerdcb6948decd1: Pulling fs layer9ef3e7aa87ba: Pulling fs layere13152495ead: Waiting7237efe4b8d6: Waiting9ef3e7aa87ba: Waitingdcb6948decd1: Waitingcd0bb5382221: Pulling fs layer20d240a069ed: Pulling fs layercd0bb5382221: Waiting06d7e4208a1c: Pulling fs layer20d240a069ed: Waiting7a657e3645e2: Pulling fs layerc921b91c9131: Pulling fs layer0bf308db2801: Pulling fs layera6ce20e09802: Pulling fs layerc921b91c9131: Waiting5f4d332f89f7: Pulling fs layer0bf308db2801: Waitinga6ce20e09802: Waiting5f4d332f89f7: Waiting3ffa5fa4c338: Download complete3ffa5fa4c338: Pull complete1ad98d62710f: Download complete1ad98d62710f: Pull complete60b6d784b3f1: Verifying Checksum60b6d784b3f1: Download complete32b7f1733f93: Verifying Checksum32b7f1733f93: Download complete32b7f1733f93: Pull complete60b6d784b3f1: Pull complete6331cc613db1: Verifying Checksum6331cc613db1: Download complete5a2a6d451e1f: Verifying Checksum5a2a6d451e1f: Download completecd17da539bcb: Verifying Checksumcd17da539bcb: Download complete017a8e839984: Verifying Checksum017a8e839984: Download completea78785a8707a: Verifying Checksuma78785a8707a: Download complete269878e77d3e: Verifying Checksum269878e77d3e: Download complete6a816e31a608: Verifying Checksum6a816e31a608: Download completed105ce9936af: Verifying Checksumd105ce9936af: Download completec561c5e7e836: Verifying Checksumc561c5e7e836: Download complete2c2bead92061: Download complete181b5e50467a: Download completee1747048878a: Verifying Checksume1747048878a: Download complete9964000ee5c2: Download complete2f528d56ff17: Download complete0cae2e739013: Verifying Checksum0cae2e739013: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete7b56ac9ded88: Download complete02acd4f922b8: Verifying Checksum02acd4f922b8: Download complete5820f3f0ac5b: Verifying Checksum5820f3f0ac5b: Download complete565d3d2f91e3: Verifying Checksum565d3d2f91e3: Download complete6011b75baccf: Verifying Checksum6011b75baccf: Download completeaa679525444d: Download complete6233cfda6bc6: Download complete68480da602a2: Verifying Checksum68480da602a2: Download completee337c50fadae: Download completefe8455ef7fdd: Verifying Checksumfe8455ef7fdd: Download complete376ec1c1ff04: Verifying Checksum376ec1c1ff04: Download complete62414c6876a0: Verifying Checksum62414c6876a0: Download complete7237efe4b8d6: Verifying Checksum7237efe4b8d6: Download complete9ef3e7aa87ba: Verifying Checksum9ef3e7aa87ba: Download completecd0bb5382221: Download complete20d240a069ed: Verifying Checksum20d240a069ed: Download complete06d7e4208a1c: Download complete7a657e3645e2: Verifying Checksum7a657e3645e2: Download completedcb6948decd1: Verifying Checksumdcb6948decd1: Download complete0bf308db2801: Download complete5a2a6d451e1f: Pull completea6ce20e09802: Verifying Checksuma6ce20e09802: Download complete6331cc613db1: Pull completec921b91c9131: Verifying Checksumc921b91c9131: Download complete5f4d332f89f7: Verifying Checksum5f4d332f89f7: Download completecd17da539bcb: Pull completea78785a8707a: Pull complete017a8e839984: Pull complete269878e77d3e: Pull completed105ce9936af: Pull complete6a816e31a608: Pull completec561c5e7e836: Pull complete2c2bead92061: Pull complete181b5e50467a: Pull completee1747048878a: Pull complete9964000ee5c2: Pull complete2f528d56ff17: Pull complete0cae2e739013: Pull complete4f4fb700ef54: Pull complete7b56ac9ded88: Pull complete02acd4f922b8: Pull complete5820f3f0ac5b: Pull complete565d3d2f91e3: Pull complete6011b75baccf: Pull completeaa679525444d: Pull complete6233cfda6bc6: Pull completee337c50fadae: Pull complete68480da602a2: Pull completefe8455ef7fdd: Pull complete376ec1c1ff04: Pull complete62414c6876a0: Pull completee13152495ead: Verifying Checksume13152495ead: Download completee13152495ead: Pull complete7237efe4b8d6: Pull completedcb6948decd1: Pull complete9ef3e7aa87ba: Pull completecd0bb5382221: Pull complete20d240a069ed: Pull complete06d7e4208a1c: Pull complete7a657e3645e2: Pull completec921b91c9131: Pull complete0bf308db2801: Pull completea6ce20e09802: Pull complete5f4d332f89f7: Pull completeDigest: sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63Status: Downloaded newer image for ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a632026-05-19 08:57.48 ---> using "e46652951934a813efb0d6f84cbda4f6fef1559a7ac3cd152c83e05942bad382" from cache/: (comment ubuntu-25.04-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-05-19 08:57.48 ---> using "0156715f7bd075dc9bbd163fb816953345512b408fb350e6bc0fcf12ee05587e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..ca536ac026 master -> origin/mastera4f153d748 Merge pull request #29889 from mtelvers/opam-publish-ocaml-version.4.1.12026-05-19 08:57.48 ---> using "5979250a60609b00c19e3447e4a11ab73932320134fa6cdcd819631ab2b8767c" 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.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-19 08:57.48 ---> using "1e2f04c92756178f34d735bbcc8f7a0755297f19d1250bb2fbfea399267e4ecb" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-05-19 08:57.48 ---> using "ce83a65d5cf8f9dc002c60499a644d1b47b6d0fc69c985c70b29092f09b7f36c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-19 08:57.48 ---> using "e8e38caeca421fb00a33fd6c317026968de825f305a8056ad16887ca19cf7671" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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-19 08:57.48 ---> using "1f154a5f45e42025216946bb44664a2939eb9647c88ed4394a0d0d07ebebc205" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-05-19 08:57.48 ---> saved as "983217d9302c6787fadacff60a46f0d2673a9ed068d097ef32f6745f783ac1d6"/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-05-19 08:57.55 ---> saved as "aa46bc54fd9646771628e7debea74a7ee82d137c35e10a2468a2edcaf9ca273b"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-19 08:57.55 ---> saved as "b3131db0de123e67c8211a0dd695ea32bde98419b741932bcaade519d570f220"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 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.1 csexp.1.5.2 dune.3.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.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"- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- 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-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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-19 08:58.06 ---> saved as "a7ff01315f9156ae6651f84ca36c0e265d658baf8f39c41414217a3462c8f6ce"/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-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 34 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.17.3- install bechamel 0.5.0- install camlp-streams 5.0.1- install cmdliner 2.1.1- install csexp 1.5.2- install dune 3.23.0- install dune-build-info 3.23.0- install dune-configurator 3.23.0- 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.1.1- install ocaml_intrinsics_kernel v0.17.2- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocp-indent 1.9.0- install re 1.14.0- install sexplib0 v0.17.0- install stdio v0.17.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.17.3 (cached)-> retrieved bechamel.0.5.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fix.20250919 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.1.1 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.23.0, dune-build-info.3.23.0, dune-configurator.3.23.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocp-indent.1.9.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uuseg.17.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> installed cmdliner.2.1.1-> retrieved uucp.17.0.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.23.0-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed dune-build-info.3.23.0-> installed either.1.0.0-> installed fix.20250919-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.1.1-> installed ocaml_intrinsics_kernel.v0.17.2-> installed ocp-indent.1.9.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed dune-configurator.3.23.0-> installed alcotest.1.9.1-> installed menhir.20260209-> installed base.v0.17.3-> installed uucp.17.0.0-> installed stdio.v0.17.0-> installed uuseg.17.0.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-05-19 08:59.03 ---> saved as "01521b7f946305b93adc687231ad8d5ed85687d69af9df7126005d51248adc12"/src: (copy (src .) (dst /src))2026-05-19 08:59.05 ---> saved as "15b7daf359ebeece8d9d67ef7b1e04a291dd4021e9c981cb2305c5533c1b7936"/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 `RFA55ZS5'.............................................................................................................................................................................................................2026-05-19 08:59.16 ---> saved as "75dc72bd77d7a322c86b46668816760546d31dd44f620ee00272476ea078c502"Job succeeded2026-05-19 08:59.17: Job succeeded