2026-03-24 09:41.36: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (206c15aa747e81a3ff616a43b8e2790e7aca8a4c) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 206c15aacat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db# debian-12-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 opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && 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-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.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.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 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-24 09:41.36: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db-debian-12-4.14_opam-2.5-04a4d2b1e322e52a29493c25dda2d962"2026-03-24 09:41.36: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)(comment debian-12-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 (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 b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && 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-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.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.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 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-24 09:41.36: Waiting for resource in pool OCluster2026-03-24 09:41.36: Waiting for worker…2026-03-24 09:41.36: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 206c15aa7 opam: Bump the minimum OCaml version to 4.14 (#2790)(from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db' locallydocker.io/ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db: Pulling from ocaml/opam6bc9f599b3ef: Pulling fs layerd58ede61f1ea: Pulling fs layer59fd7d32ea8a: Pulling fs layer60d26dc9eed4: Pulling fs layer6bc9f599b3ef: Waitingd58ede61f1ea: Waiting98f543d3d01d: Pulling fs layer59fd7d32ea8a: Waiting60d26dc9eed4: Waiting161a462e0ee3: Pulling fs layerd63b9e393571: Pulling fs layer98f543d3d01d: Waiting161a462e0ee3: Waiting5035b470c5fd: Pulling fs layerd63b9e393571: Waitingc044051f86f0: Pulling fs layer5035b470c5fd: Waitingc044051f86f0: Waitinge46db7eb399e: Pulling fs layer3e83b7b7fc77: Pulling fs layere46db7eb399e: Waiting3e83b7b7fc77: Waiting03ea2e79c43c: Pulling fs layer8d2b9b45eead: Pulling fs layer03ea2e79c43c: Waitinga3c20940c5b9: Pulling fs layerbbffc2740725: Pulling fs layera3c20940c5b9: Waiting8d2b9b45eead: Waitingbbffc2740725: Waiting5f27f2e5115b: Pulling fs layeraa26a691a008: Pulling fs layer5f27f2e5115b: Waitingbd1d45f5a000: Pulling fs layeraa26a691a008: Waiting0cc5c7c7516a: Pulling fs layerbd1d45f5a000: Waitingd0b90656e0e8: Pulling fs layer0cc5c7c7516a: Waiting643825a484d2: Pulling fs layerd0b90656e0e8: Waiting643825a484d2: Waiting67dabf16b113: Pulling fs layer4f4fb700ef54: Pulling fs layer67dabf16b113: Waiting9551114336f8: Pulling fs layer2a7bf6427e8c: Pulling fs layer4f4fb700ef54: Waiting9551114336f8: Waiting2a7bf6427e8c: Waiting1b47d47d94f8: Pulling fs layer4be82938ba83: Pulling fs layer1b47d47d94f8: Waiting80976f0d06a6: Pulling fs layer5bbf91e88fcf: Pulling fs layer4be82938ba83: Waiting80976f0d06a6: Waiting10bde5a9d661: Pulling fs layer00617c3bf097: Pulling fs layer5bbf91e88fcf: Waiting6dff02c33996: Pulling fs layer10bde5a9d661: Waiting00617c3bf097: Waiting42aae9593b3f: Pulling fs layer6dff02c33996: Waiting42aae9593b3f: Waitingaec72d9c9e64: Pulling fs layer16d1596d51b2: Pulling fs layeraec72d9c9e64: Waiting9cbb5291df33: Pulling fs layer16d1596d51b2: Waiting11ddb25ececc: Pulling fs layer9cbb5291df33: Waiting46139e478336: Pulling fs layer11ddb25ececc: Waitinge852d99175ac: Pulling fs layer46139e478336: Waiting8efd7bff796c: Pulling fs layer49052a37c89a: Pulling fs layere852d99175ac: Waiting8efd7bff796c: Waiting3a99b4ee4231: Pulling fs layer49052a37c89a: Waitingc75f7bd00dfc: Pulling fs layer3a99b4ee4231: Waiting00d438fe307c: Pulling fs layerc75f7bd00dfc: Waiting00d438fe307c: Waiting0b6b272507f8: Pulling fs layer0b6b272507f8: Waiting6bc9f599b3ef: Verifying Checksum6bc9f599b3ef: Download completed58ede61f1ea: Verifying Checksumd58ede61f1ea: Download complete59fd7d32ea8a: Download complete60d26dc9eed4: Verifying Checksum60d26dc9eed4: Download complete98f543d3d01d: Download completed63b9e393571: Verifying Checksumd63b9e393571: Download complete5035b470c5fd: Verifying Checksum5035b470c5fd: Download completec044051f86f0: Verifying Checksumc044051f86f0: Download completee46db7eb399e: Verifying Checksume46db7eb399e: Download complete3e83b7b7fc77: Verifying Checksum3e83b7b7fc77: Download complete6bc9f599b3ef: Pull completed58ede61f1ea: Pull complete59fd7d32ea8a: Pull complete03ea2e79c43c: Verifying Checksum03ea2e79c43c: Download complete60d26dc9eed4: Pull complete98f543d3d01d: Pull complete8d2b9b45eead: Verifying Checksum8d2b9b45eead: Download completea3c20940c5b9: Verifying Checksuma3c20940c5b9: Download complete161a462e0ee3: Verifying Checksum161a462e0ee3: Download completebbffc2740725: Verifying Checksumbbffc2740725: Download complete5f27f2e5115b: Verifying Checksum5f27f2e5115b: Download completeaa26a691a008: Verifying Checksumaa26a691a008: Download completebd1d45f5a000: Verifying Checksumbd1d45f5a000: Download complete0cc5c7c7516a: Verifying Checksum0cc5c7c7516a: Download completed0b90656e0e8: Verifying Checksumd0b90656e0e8: Download complete643825a484d2: Verifying Checksum643825a484d2: Download complete4f4fb700ef54: Download complete67dabf16b113: Download complete9551114336f8: Verifying Checksum9551114336f8: Download complete2a7bf6427e8c: Verifying Checksum2a7bf6427e8c: Download complete1b47d47d94f8: Verifying Checksum1b47d47d94f8: Download complete4be82938ba83: Verifying Checksum4be82938ba83: Download complete80976f0d06a6: Verifying Checksum80976f0d06a6: Download complete5bbf91e88fcf: Verifying Checksum5bbf91e88fcf: Download complete10bde5a9d661: Verifying Checksum10bde5a9d661: Download complete00617c3bf097: Verifying Checksum00617c3bf097: Download complete6dff02c33996: Verifying Checksum6dff02c33996: Download complete42aae9593b3f: Verifying Checksum42aae9593b3f: Download completeaec72d9c9e64: Verifying Checksumaec72d9c9e64: Download complete16d1596d51b2: Download complete11ddb25ececc: Download completee852d99175ac: Download complete8efd7bff796c: Download complete49052a37c89a: Download complete9cbb5291df33: Verifying Checksum9cbb5291df33: Download completec75f7bd00dfc: Verifying Checksumc75f7bd00dfc: Download complete00d438fe307c: Download complete0b6b272507f8: Verifying Checksum0b6b272507f8: Download complete3a99b4ee4231: Verifying Checksum3a99b4ee4231: Download complete46139e478336: Verifying Checksum46139e478336: Download complete161a462e0ee3: Pull completed63b9e393571: Pull complete5035b470c5fd: Pull completec044051f86f0: Pull completee46db7eb399e: Pull complete3e83b7b7fc77: Pull complete03ea2e79c43c: Pull complete8d2b9b45eead: Pull completea3c20940c5b9: Pull completebbffc2740725: Pull complete5f27f2e5115b: Pull completeaa26a691a008: Pull completebd1d45f5a000: Pull complete0cc5c7c7516a: Pull completed0b90656e0e8: Pull complete643825a484d2: Pull complete67dabf16b113: Pull complete4f4fb700ef54: Pull complete9551114336f8: Pull complete2a7bf6427e8c: Pull complete1b47d47d94f8: Pull complete4be82938ba83: Pull complete80976f0d06a6: Pull complete5bbf91e88fcf: Pull complete10bde5a9d661: Pull complete00617c3bf097: Pull complete6dff02c33996: Pull complete42aae9593b3f: Pull completeaec72d9c9e64: Pull complete16d1596d51b2: Pull complete9cbb5291df33: Pull complete11ddb25ececc: Pull complete46139e478336: Pull completee852d99175ac: Pull complete8efd7bff796c: Pull complete49052a37c89a: Pull complete3a99b4ee4231: Pull completec75f7bd00dfc: Pull complete00d438fe307c: Pull complete0b6b272507f8: Pull completeDigest: sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbStatus: Downloaded newer image for ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db2026-03-24 09:41.39 ---> using "803d3abb0b30d9111098acbd495ef0082ad79e8f26595cf5193f0fdf5ac7c007" from cache/: (comment debian-12-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-03-24 09:41.39 ---> using "be39064392c922316f5e43243de103d15ddc965bc8763a22c341e0c9a34151eb" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-24 09:41.39 ---> using "80e163142c89c25bd30d9e4388418870595e3828055a382b322da8351ae2e70f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-03-24 09:41.39 ---> using "8363f9073e832b63eb1abebdfdb614cae4914b44026cf7c73226e5d4223c2f50" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-24 09:41.39 ---> using "f3a7d1671b4872c2e2880bfbed5666be41e43f60697fd5e07446f336a2456514" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD3109384a92..b2a1270dba master -> origin/masterb479391466 Merge pull request #29567 from mtelvers/opam-publish-ocaml-version.4.0.4<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-03-24 09:42.01 ---> saved as "34f6d88f774d91cfebf8d0ce818b1bcd615b7042e30cc7208b7fef038bd151d7"/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-03-24 09:42.01 ---> saved as "4cba563af0a0207a5516e80c2dc371688095c3cd3df84be47d4e42609159a361"/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-24 09:42.06 ---> saved as "bb344868fe9e8c127cf97a4302bcfe930dda2f7e716aa3518f6be2a2587e33a3"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-24 09:42.06 ---> saved as "d9682881341c0f52a58f48ddd140ec167385cbdefd9f6601ccf45d875e891ea2"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.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.22.0 dune-build-info.3.22.0 dune-configurator.3.22.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.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 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://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [294 kB]- Fetched 397 kB in 0s (1243 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-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-03-24 09:42.15 ---> saved as "313c1483cdf7ad771bcd0bd65027ac9ff4a88fc5e9e8aa464fc82184b581c93f"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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.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.22.0- install dune-build-info 3.22.0- install dune-configurator 3.22.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.0.4- 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.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.22.0, dune-build-info.3.22.0, dune-configurator.3.22.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 uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.1.0-> 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 uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.22.0-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed dune-build-info.3.22.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.0.4-> 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.22.0-> installed alcotest.1.9.1-> installed base.v0.16.4-> installed stdio.v0.16.0-> installed menhir.20260209-> 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-03-24 09:43.26 ---> saved as "7eeec73443878ec6b92071ba9d19d865440db2ee92861f850802cb24d2a47277"/src: (copy (src .) (dst /src))2026-03-24 09:43.27 ---> saved as "1f5840d10589d245874fea73d8e26db433a473dfb1b0a588802ae907cdd29d23"/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 `NUH2W5Y1'.............................................................................................................................................................................................................2026-03-24 09:43.40 ---> saved as "f0fe2b332432870c7c2d333755feb1dde745a41a72965d66c3b64251a9a279cf"Job succeeded2026-03-24 09:43.40: Job succeeded