2026-03-20 12:20.23: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (1534010a9252edebc0b773ac8b993ae986ad0a80) (linux-arm64:debian-13-4.14_arm32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8eeOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 1534010acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee# debian-13-4.14_arm32_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.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-20 12:20.23: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee-debian-13-4.14_arm32_opam-2.5-671eb1d2fa1b8e8d71efa34d8868376b"2026-03-20 12:20.23: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)(comment debian-13-4.14_arm32_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.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-20 12:20.23: Waiting for resource in pool OCluster2026-03-20 12:20.23: Waiting for worker…2026-03-20 12:20.23: Got resource from pool OClusterBuilding on kydoime.caelum.ci.devHEAD is now at 402b50ef4 test: Promote empty error filesHEAD is now at 1534010a9 test: Promote empty error files (#2789)(from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee' locallydocker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opame7e4c87ce695: Pulling fs layer098244b1fe4f: Pulling fs layer94a818ec2cdc: Pulling fs layer29e77b813c7f: Pulling fs layerb9dc986333a7: Pulling fs layer023a3b8ea315: Pulling fs layer2684ea5ea2fe: Pulling fs layer93c319c970b2: Pulling fs layer03f63d243d48: Pulling fs layer237874024f5b: Pulling fs layer954f264158bf: Pulling fs layer85f6eb6723bd: Pulling fs layerb9dc986333a7: Waiting2882e9da3bb0: Pulling fs layer023a3b8ea315: Waiting2684ea5ea2fe: Waiting4aabbd87a4c4: Pulling fs layer4f386ee1e947: Pulling fs layer76eac5355b1e: Pulling fs layer93c319c970b2: Waiting954f264158bf: Waiting7732af2249d2: Pulling fs layer03f63d243d48: Waiting237874024f5b: Waiting0864fc6233a3: Pulling fs layer85f6eb6723bd: Waiting29e77b813c7f: Waiting74a602ddff51: Pulling fs layer2882e9da3bb0: Waitingeff8656d1a08: Pulling fs layer4aabbd87a4c4: Waiting4f386ee1e947: Waiting480ead97e7de: Pulling fs layer71d9c83b5938: Pulling fs layer74a602ddff51: Waiting76eac5355b1e: Waiting7732af2249d2: Waiting4f4fb700ef54: Pulling fs layer0864fc6233a3: Waiting46ffbb314b18: Pulling fs layer480ead97e7de: Waitingeff8656d1a08: Waiting9ad678cce639: Pulling fs layer71d9c83b5938: Waitingcee0ad8655f3: Pulling fs layer46ffbb314b18: Waiting4f4fb700ef54: Waiting9ad678cce639: Waitingd7a6444c98ec: Pulling fs layercee0ad8655f3: Waitingfb7ac70d48b8: Pulling fs layerd7a6444c98ec: Waiting9e9d8c0fc63b: Pulling fs layerfb7ac70d48b8: Waiting4fd15bd8b00c: Pulling fs layercfb25ffd51ce: Pulling fs layer4fd15bd8b00c: Waitinga1d4a67b1423: Pulling fs layerb5f05950c5d7: Pulling fs layercfb25ffd51ce: Waitingffaeb3c9d76d: Pulling fs layera1d4a67b1423: Waitingb5f05950c5d7: Waiting4c3b6722757e: Pulling fs layerffaeb3c9d76d: Waiting0f58a95c7a9b: Pulling fs layer4c3b6722757e: Waitingc3e40142c411: Pulling fs layer0f58a95c7a9b: Waiting7f8475cb6605: Pulling fs layer05a50efaf303: Pulling fs layerc3e40142c411: Waiting6b01dec062a8: Pulling fs layer9fd1e9989233: Pulling fs layer6b01dec062a8: Waiting433ff276b12f: Pulling fs layer9fd1e9989233: Waitingefd9b50fadc4: Pulling fs layer433ff276b12f: Waitingd1391430121a: Pulling fs layerf656d97c5aae: Pulling fs layerefd9b50fadc4: Waitingd1391430121a: Waitingf656d97c5aae: Waiting94a818ec2cdc: Verifying Checksum94a818ec2cdc: Download complete098244b1fe4f: Verifying Checksum098244b1fe4f: Download completeb9dc986333a7: Verifying Checksumb9dc986333a7: Download completee7e4c87ce695: Verifying Checksume7e4c87ce695: Download completee7e4c87ce695: Pull complete098244b1fe4f: Pull complete94a818ec2cdc: Pull complete2684ea5ea2fe: Verifying Checksum2684ea5ea2fe: Download complete93c319c970b2: Verifying Checksum93c319c970b2: Download complete03f63d243d48: Verifying Checksum03f63d243d48: Download complete237874024f5b: Verifying Checksum237874024f5b: Download complete954f264158bf: Verifying Checksum954f264158bf: Download complete85f6eb6723bd: Verifying Checksum85f6eb6723bd: Download complete2882e9da3bb0: Verifying Checksum2882e9da3bb0: Download complete4aabbd87a4c4: Verifying Checksum4aabbd87a4c4: Download complete4f386ee1e947: Verifying Checksum4f386ee1e947: Download complete29e77b813c7f: Verifying Checksum29e77b813c7f: Download complete76eac5355b1e: Verifying Checksum76eac5355b1e: Download complete29e77b813c7f: Pull completeb9dc986333a7: Pull complete0864fc6233a3: Verifying Checksum0864fc6233a3: Download complete7732af2249d2: Verifying Checksum7732af2249d2: Download complete480ead97e7de: Verifying Checksum480ead97e7de: Download completeeff8656d1a08: Verifying Checksumeff8656d1a08: Download complete71d9c83b5938: Verifying Checksum71d9c83b5938: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete46ffbb314b18: Verifying Checksum46ffbb314b18: Download complete9ad678cce639: Verifying Checksum9ad678cce639: Download completecee0ad8655f3: Verifying Checksumcee0ad8655f3: Download completed7a6444c98ec: Download completefb7ac70d48b8: Verifying Checksumfb7ac70d48b8: Download complete9e9d8c0fc63b: Download completecfb25ffd51ce: Verifying Checksumcfb25ffd51ce: Download complete4fd15bd8b00c: Verifying Checksum4fd15bd8b00c: Download completea1d4a67b1423: Verifying Checksuma1d4a67b1423: Download completeb5f05950c5d7: Download complete4c3b6722757e: Download completeffaeb3c9d76d: Verifying Checksumffaeb3c9d76d: Download completec3e40142c411: Verifying Checksumc3e40142c411: Download complete7f8475cb6605: Verifying Checksum7f8475cb6605: Download complete05a50efaf303: Verifying Checksum05a50efaf303: Download complete0f58a95c7a9b: Verifying Checksum0f58a95c7a9b: Download complete6b01dec062a8: Verifying Checksum6b01dec062a8: Download complete9fd1e9989233: Download completeefd9b50fadc4: Verifying Checksumefd9b50fadc4: Download completed1391430121a: Download completef656d97c5aae: Verifying Checksumf656d97c5aae: Download complete023a3b8ea315: Verifying Checksum023a3b8ea315: Download complete023a3b8ea315: Pull complete2684ea5ea2fe: Pull complete93c319c970b2: Pull complete03f63d243d48: Pull complete237874024f5b: Pull complete954f264158bf: Pull complete85f6eb6723bd: Pull complete2882e9da3bb0: Pull complete4aabbd87a4c4: Pull complete4f386ee1e947: Pull complete76eac5355b1e: Pull complete7732af2249d2: Pull complete0864fc6233a3: Pull complete74a602ddff51: Pull completeeff8656d1a08: Pull complete480ead97e7de: Pull complete71d9c83b5938: Pull complete4f4fb700ef54: Pull complete46ffbb314b18: Pull complete9ad678cce639: Pull completecee0ad8655f3: Pull completed7a6444c98ec: Pull completefb7ac70d48b8: Pull complete9e9d8c0fc63b: Pull complete4fd15bd8b00c: Pull completecfb25ffd51ce: Pull completea1d4a67b1423: Pull completeb5f05950c5d7: Pull completeffaeb3c9d76d: Pull complete4c3b6722757e: Pull complete0f58a95c7a9b: Pull completec3e40142c411: Pull complete7f8475cb6605: Pull complete05a50efaf303: Pull complete6b01dec062a8: Pull complete9fd1e9989233: Pull complete433ff276b12f: Verifying Checksum433ff276b12f: Download complete433ff276b12f: Pull completeefd9b50fadc4: Pull completed1391430121a: Pull completef656d97c5aae: Pull completeDigest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8eeStatus: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee2026-03-20 12:20.24 ---> using "877ed5cf0a98c815bb2e7ba009eecea1fd1a0ff506ee70a6bbbdb6e441d64adc" from cache/: (comment debian-13-4.14_arm32_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-20 12:20.24 ---> using "80364e7ea3205efd59b6cbc366965d6fdeadf26970763d3042667a502d2bbf01" 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-20 12:20.24 ---> using "52062abc9754f2f7adbcdae53513e4f1235a1be0e687b9206e441a5dd0e48602" 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-20 12:20.24 ---> using "fa12169a33bbc70a6fa9176fcc7359a2140c5372c9c0bec86cfe85c767ebe583" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-20 12:20.24 ---> using "714c205c6aa9a3a01f77892c73cd70f2e82e79a2d5dd8150eb0263fd0a8a8c7f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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-20 12:20.24 ---> using "15f7aa79899ddca57d3836a637e1edaf407799e389e8c2261d41e28f98da1016" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-03-20 12:20.24 ---> using "2ddb0ce451d596c53c8940d6d00508b0c1cfdb4acdf83b06deac2482e2d36cfb" from cache/src: (run (network host)(shell "opam pin add -yn ocamlformat.dev './' && \\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \\nopam pin add -yn ocamlformat-lib.dev './' && \\nopam pin add -yn ocamlformat-bench.dev './'"))[ocamlformat.dev] synchronised (file:///src)ocamlformat is now pinned to file:///src (version dev)[ocamlformat-rpc-lib.dev] synchronised (file:///src)ocamlformat-rpc-lib is now pinned to file:///src (version dev)[ocamlformat-lib.dev] synchronised (file:///src)ocamlformat-lib is now pinned to file:///src (version dev)[NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch.[ocamlformat-bench.dev] synchronised (file:///src)[WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src:warning 68: Missing field 'license'ocamlformat-bench is now pinned to file:///src (version dev)2026-03-20 12:20.24 ---> using "644fb91358272588a2feaa498cb64261c31ee571f94a57708b350b1bcfc49298" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-20 12:20.24 ---> using "662c83785d820b26af67d6e7eaa273923f9e9923b446469768be10d2db6f5257" from cache/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.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 armhf Packages [9237 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [109 kB]- Fetched 9577 kB in 1s (7563 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-20 12:20.24 ---> using "93fb7a5631f0730438f5e16403b76900974c6a0bb34248564a925a27e810abdd" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-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.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.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)-> 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 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 either.1.0.0-> installed dune-build-info.3.22.0-> installed stdlib-shims.0.3.0-> installed menhirCST.20260209-> installed ocaml-version.4.0.3-> installed fix.20250919-> installed ocaml-syntax-shims.1.0.0-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed sexplib0.v0.16.0-> installed yojson.3.0.0-> installed re.1.14.0-> installed dune-configurator.3.22.0-> installed ocp-indent.1.9.0-> installed alcotest.1.9.1-> installed base.v0.16.4-> installed stdio.v0.16.0-> installed uucp.17.0.0-> installed menhir.20260209-> 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-20 12:20.24 ---> using "4b5bc7fa5f8852eaa7bf87621b055866cd90ba970ead320537f7eeb8fd4abf71" from cache/src: (copy (src .) (dst /src))2026-03-20 12:20.25 ---> using "c5ab03b8ac572116f74ff2a7abcde81059ee73140e2f68ff307955f223d90a32" from cache/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/unit && ./test_unit.exe)Testing `ocamlformat'.This run has ID `MX5SQLAF'.............................................................................................................................................................................................................2026-03-20 12:20.25 ---> using "6d37fafb0a49c6dd96563d9f029abb5905f642be30758c78bc7c2ae2f33cf08c" from cacheJob succeeded2026-03-20 12:20.25: Job succeeded