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-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdbOpam 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-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb# ubuntu-25.04-4.14_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.16.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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-05-19 08:57.46: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb-ubuntu-25.04-4.14_opam-2.5-e1758884020e4cbef33f1ab09b0bec93"2026-05-19 08:57.46: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)(comment ubuntu-25.04-4.14_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.16.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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-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 doris.caelum.ci.devAll commits already cachedHEAD is now at 2026f277b Expose Extended_ast.Kind, make parse take a Kind.t(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb' locallydocker.io/ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb: Pulling from ocaml/opamc62190a9ab61: Pulling fs layer357ac6654861: Pulling fs layera191be1efbfd: Pulling fs layerc62190a9ab61: Waitingeb4000d4ebbc: Pulling fs layer357ac6654861: Waiting598bd7554f0c: Pulling fs layer79d6c515bbb9: Pulling fs layera191be1efbfd: Waiting154be107f855: Pulling fs layereb4000d4ebbc: Waiting598bd7554f0c: Waitingfd2208c876d6: Pulling fs layer79d6c515bbb9: Waiting154be107f855: Waiting16490c1f67c4: Pulling fs layerfd2208c876d6: Waiting71652ce32f03: Pulling fs layerf6539204dd94: Pulling fs layer16490c1f67c4: Waiting71652ce32f03: Waiting8832196939ac: Pulling fs layer051ac3f8d1fa: Pulling fs layerf6539204dd94: Waiting8832196939ac: Waiting9c22d08d7908: Pulling fs layerf92810fb1a76: Pulling fs layer084bdef83a94: Pulling fs layerf92810fb1a76: Waitingd61f838e95fd: Pulling fs layerd61f838e95fd: Waiting4b9d9e7979d2: Pulling fs layer051ac3f8d1fa: Waiting4b9d9e7979d2: Waiting5b295751883e: Pulling fs layer9c22d08d7908: Waiting4cf5bde88b89: Pulling fs layera2e9395651c9: Pulling fs layer5b295751883e: Waiting4f4fb700ef54: Pulling fs layera2e9395651c9: Waiting8d482fe260fa: Pulling fs layer4f4fb700ef54: Waiting4cf5bde88b89: Waiting0c1606e5aae9: Pulling fs layer8d482fe260fa: Waiting35abd5e9c377: Pulling fs layerdd98292fdce5: Pulling fs layer35abd5e9c377: Waiting0c1606e5aae9: Waiting013f4f55172f: Pulling fs layerdd98292fdce5: Waiting74138f97645f: Pulling fs layerdd1ee7cdcf24: Pulling fs layer013f4f55172f: Waiting74138f97645f: Waiting9af03bee1815: Pulling fs layerdd1ee7cdcf24: Waiting2aa5fb145868: Pulling fs layer236cbd8de420: Pulling fs layer2aa5fb145868: Waiting50b334ba052c: Pulling fs layer9af03bee1815: Waiting0ecd776bb54b: Pulling fs layer61565fcd1ea7: Pulling fs layerc61c7e9567a5: Pulling fs layer50b334ba052c: Waiting61565fcd1ea7: Waiting6616a61e7604: Pulling fs layer9ff1755321c4: Pulling fs layer6616a61e7604: Waitingc61c7e9567a5: Waitinga72649cf11ee: Pulling fs layer9ff1755321c4: Waitingd7886880bcec: Pulling fs layera72649cf11ee: Waiting2a89a2b3cc39: Pulling fs layerd7886880bcec: Waitingdebc803d2143: Pulling fs layer2a89a2b3cc39: Waitinge4a5f49164e2: Pulling fs layer569b9f5d92e4: Pulling fs layered5d03d53c7d: Pulling fs layere4a5f49164e2: Waiting569b9f5d92e4: Waitinged5d03d53c7d: Waitingc62190a9ab61: Verifying Checksumc62190a9ab61: Download complete357ac6654861: Download completea191be1efbfd: Verifying Checksuma191be1efbfd: Download completec62190a9ab61: Pull complete357ac6654861: Pull completea191be1efbfd: Pull completeeb4000d4ebbc: Verifying Checksumeb4000d4ebbc: Download complete598bd7554f0c: Download completeeb4000d4ebbc: Pull complete598bd7554f0c: Pull complete154be107f855: Verifying Checksum154be107f855: Download completefd2208c876d6: Download complete16490c1f67c4: Verifying Checksum16490c1f67c4: Download complete79d6c515bbb9: Download complete71652ce32f03: Verifying Checksum71652ce32f03: Download completef6539204dd94: Verifying Checksumf6539204dd94: Download complete8832196939ac: Verifying Checksum8832196939ac: Download complete051ac3f8d1fa: Verifying Checksum051ac3f8d1fa: Download complete9c22d08d7908: Verifying Checksum9c22d08d7908: Download complete084bdef83a94: Verifying Checksum084bdef83a94: Download completef92810fb1a76: Verifying Checksumf92810fb1a76: Download completed61f838e95fd: Verifying Checksumd61f838e95fd: Download complete4b9d9e7979d2: Verifying Checksum4b9d9e7979d2: Download complete5b295751883e: Download complete4cf5bde88b89: Download completea2e9395651c9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8d482fe260fa: Verifying Checksum8d482fe260fa: Download complete0c1606e5aae9: Verifying Checksum0c1606e5aae9: Download complete35abd5e9c377: Verifying Checksum35abd5e9c377: Download completedd98292fdce5: Verifying Checksum013f4f55172f: Verifying Checksum013f4f55172f: Download complete74138f97645f: Download completedd1ee7cdcf24: Verifying Checksumdd1ee7cdcf24: Download complete9af03bee1815: Download complete2aa5fb145868: Verifying Checksum2aa5fb145868: Download complete236cbd8de420: Verifying Checksum236cbd8de420: Download complete50b334ba052c: Verifying Checksum50b334ba052c: Download complete0ecd776bb54b: Verifying Checksum0ecd776bb54b: Download completec61c7e9567a5: Download complete79d6c515bbb9: Pull complete154be107f855: Pull completefd2208c876d6: Pull complete16490c1f67c4: Pull complete71652ce32f03: Pull completef6539204dd94: Pull complete8832196939ac: Pull complete051ac3f8d1fa: Pull complete9c22d08d7908: Pull completef92810fb1a76: Pull complete084bdef83a94: Pull completed61f838e95fd: Pull complete4b9d9e7979d2: Pull complete5b295751883e: Pull complete4cf5bde88b89: Pull completea2e9395651c9: Pull complete4f4fb700ef54: Pull complete8d482fe260fa: Pull complete0c1606e5aae9: Pull complete35abd5e9c377: Pull completedd98292fdce5: Pull complete013f4f55172f: Pull complete74138f97645f: Pull completedd1ee7cdcf24: Pull complete9af03bee1815: Pull complete2aa5fb145868: Pull complete236cbd8de420: Pull complete50b334ba052c: Pull complete0ecd776bb54b: Pull complete9ff1755321c4: Verifying Checksum9ff1755321c4: Download completea72649cf11ee: Download completed7886880bcec: Verifying Checksumd7886880bcec: Download complete2a89a2b3cc39: Download complete61565fcd1ea7: Verifying Checksum61565fcd1ea7: Download completee4a5f49164e2: Verifying Checksume4a5f49164e2: Download complete569b9f5d92e4: Verifying Checksum569b9f5d92e4: Download completeed5d03d53c7d: Download completedebc803d2143: Verifying Checksumdebc803d2143: Download complete6616a61e7604: Verifying Checksum6616a61e7604: Download complete61565fcd1ea7: Pull completec61c7e9567a5: Pull complete6616a61e7604: Pull complete9ff1755321c4: Pull completea72649cf11ee: Pull completed7886880bcec: Pull complete2a89a2b3cc39: Pull completedebc803d2143: Pull completee4a5f49164e2: Pull complete569b9f5d92e4: Pull completeed5d03d53c7d: Pull completeDigest: sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdbStatus: Downloaded newer image for ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb2026-05-19 09:01.12 ---> saved as "26f2d1b20504f8a72d300005d6ed3a2bee34c58ce7ff6ebb581c3cd8e7bf182d"/: (comment ubuntu-25.04-4.14_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 09:01.13 ---> saved as "7729be9aeef278253c48b7491490d5770d24689c06ea7841c09b3b42721cf226"/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_HEAD045748b2d8..ca536ac026 master -> origin/mastera4f153d748 Merge pull request #29889 from mtelvers/opam-publish-ocaml-version.4.1.12026-05-19 09:01.19 ---> saved as "28c5d25b0076f72d0da95cb0574228ed262d3dfa4c8caa0cb43fe3f22039fb91"/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-05-19 09:01.41 ---> saved as "ba1d32b0aaabdbf29ac3e27870dbae280a229f9b0ae470d5694c1d02f59ca60b"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-19 09:01.42 ---> saved as "adbf22ecfa674cdb2216a4598f418778edeae5a2ecad26351159ed3be306fef6"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-19 09:01.42 ---> saved as "5ceffcc72243747b96590599d72ddd11a768f3814b711eccb0b73c1cbb3437a9"/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-repository[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patchesEverything 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-19 09:01.49 ---> saved as "acc3321f28e75497777cb3a41e731057bc31d6250d0083f0ee2515437a8188ed"/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-05-19 09:01.50 ---> saved as "1c3e59a68d30b4c40a99ba0e3b46f77e774bef526aead0c83fdbe72018ffcb05"/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 09:01.55 ---> saved as "0030fdc54d63188a94fa7e879eb43578d0c0bb05978554d966413b9357a66ed5"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-19 09:01.56 ---> saved as "29fbadb33e8eb26dd96922bb29ab279e3ed5cffdc9eef1df81d4280b1dd92d27"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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"- 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-19 09:02.04 ---> saved as "1903b44e02e19a0a58c72d140ff1d3f4cbf00c689a6b577beaf7846a527fd505"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 33 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.16.5- 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 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.5 (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 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.1.1 (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.16.0 (cached)-> retrieved stdio.v0.16.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)-> retrieved uucp.17.0.0 (cached)-> installed cmdliner.2.1.1-> 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 ocp-indent.1.9.0-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed dune-configurator.3.23.0-> installed alcotest.1.9.1-> installed base.v0.16.5-> installed menhir.20260209-> installed stdio.v0.16.0-> installed uucp.17.0.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/4.14/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"# To update the current shell environment, run: eval $(opam env)2026-05-19 09:02.54 ---> saved as "64abe80bc43ddd22579311d3a840f53860ab98cef34b850a32234155b8fcce79"/src: (copy (src .) (dst /src))2026-05-19 09:02.56 ---> saved as "8129ae1561c376525eeb3d9db76d39343ba1f3ce2ab653c59367acc89758d4b0"/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 `0PD3ZI27'.............................................................................................................................................................................................................2026-05-19 09:03.05 ---> saved as "582d001eb19d8c97b6bd43d1acca330d8e1d8ab5e0f977bfdd91d429b214ffa3"Job succeeded2026-05-19 09:03.05: Job succeeded