2026-03-16 10:45.09: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (69e6ee4eabd18fbf99ddba1f2c3e213424e78792) (linux-x86_64:debian-13-4.08_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 69e6ee4ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47# debian-13-4.08_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./RUN opam pin add -yn ocamlformat.dev './' && \opam pin add -yn ocamlformat-rpc-lib.dev './' && \opam pin add -yn ocamlformat-lib.dev './' && \opam pin add -yn ocamlformat-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.14.3 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.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.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.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-16 10:45.09: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47-debian-13-4.08_opam-2.5-9ab1ba1dd3fa8a2362e3e241b700a721"2026-03-16 10:45.09: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)(comment debian-13-4.08_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))(run (network host)(shell "opam pin add -yn ocamlformat.dev './' && \\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \\nopam pin add -yn ocamlformat-lib.dev './' && \\nopam pin add -yn ocamlformat-bench.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.14.3 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.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.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.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-03-16 10:45.09: Waiting for resource in pool OCluster2026-03-16 10:45.09: Waiting for worker…2026-03-16 10:45.10: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 69e6ee4ea 5.5 support: Modular explicits (#2781)(from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47' locallydocker.io/ocaml/opam@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47: Pulling from ocaml/opam866771c43bf5: Pulling fs layer1e49bea09367: Pulling fs layere793768537e6: Pulling fs layered323d3d481a: Pulling fs layer7df34a5cd5f1: Pulling fs layer1e49bea09367: Waitinge793768537e6: Waitingfd712d3eb935: Pulling fs layered323d3d481a: Waiting866771c43bf5: Waiting7df34a5cd5f1: Waiting4b9fb8c99118: Pulling fs layerfd712d3eb935: Waiting9d9a01948b94: Pulling fs layer4b9fb8c99118: Waiting0f1514f90b32: Pulling fs layer9d9a01948b94: Waitinge1ec5a753447: Pulling fs layer0f1514f90b32: Waiting03cc323e2f71: Pulling fs layere1ec5a753447: Waitingc09c08ea9749: Pulling fs layerb36b619f8e6b: Pulling fs layer03cc323e2f71: Waiting195344ca5274: Pulling fs layerc09c08ea9749: Waitingb36b619f8e6b: Waiting228ee78582a6: Pulling fs layer504bde1c25b3: Pulling fs layer195344ca5274: Waiting9d8b1356c89f: Pulling fs layer504bde1c25b3: Waiting9d8b1356c89f: Waiting568fb6dda155: Pulling fs layerc499c9198aea: Pulling fs layer568fb6dda155: Waiting048e5e358118: Pulling fs layerc499c9198aea: Waiting871ca48eb45d: Pulling fs layer048e5e358118: Waiting4f4fb700ef54: Pulling fs layer871ca48eb45d: Waitinga5a2568b9df9: Pulling fs layer4f4fb700ef54: Waiting068cf3106ac8: Pulling fs layera5a2568b9df9: Waiting559f54ec9b29: Pulling fs layer798ffd96fde5: Pulling fs layer068cf3106ac8: Waiting559f54ec9b29: Waitinge9a891bf80d7: Pulling fs layer798ffd96fde5: Waitingd720cfe12674: Pulling fs layere9a891bf80d7: Waitingc81c932f4a91: Pulling fs layerd720cfe12674: Waiting79f24fa3bb11: Pulling fs layerc81c932f4a91: Waiting8c1debcd8c20: Pulling fs layer79f24fa3bb11: Waiting1bb2cfea7250: Pulling fs layer8c1debcd8c20: Waiting2b3d3ca75e4c: Pulling fs layer1bb2cfea7250: Waiting557cacaf263c: Pulling fs layer2b3d3ca75e4c: Waitingd10483022eef: Pulling fs layer557cacaf263c: Waiting7b62a90d8223: Pulling fs layerd10483022eef: Waiting28ce8ea66e72: Pulling fs layer7b62a90d8223: Waitingd975909ea717: Pulling fs layer28ce8ea66e72: Waiting5c215c69c247: Pulling fs layerd975909ea717: Waiting5c215c69c247: Waitinge7c082452a54: Pulling fs layerb7df74d48e36: Pulling fs layere7c082452a54: Waiting66e3060fde97: Pulling fs layerb7df74d48e36: Waiting623e45e1559d: Pulling fs layer66e3060fde97: Waiting9251109c0e89: Pulling fs layer623e45e1559d: Waiting9251109c0e89: Waiting1e49bea09367: Download completee793768537e6: Verifying Checksume793768537e6: Download completeed323d3d481a: Verifying Checksumed323d3d481a: Download complete7df34a5cd5f1: Verifying Checksum7df34a5cd5f1: Download complete866771c43bf5: Verifying Checksum866771c43bf5: Download complete4b9fb8c99118: Verifying Checksum4b9fb8c99118: Download complete9d9a01948b94: Verifying Checksum9d9a01948b94: Download completefd712d3eb935: Verifying Checksumfd712d3eb935: Download complete0f1514f90b32: Verifying Checksum0f1514f90b32: Download completee1ec5a753447: Verifying Checksume1ec5a753447: Download complete03cc323e2f71: Download completec09c08ea9749: Verifying Checksumc09c08ea9749: Download completeb36b619f8e6b: Verifying Checksumb36b619f8e6b: Download complete228ee78582a6: Download complete195344ca5274: Verifying Checksum195344ca5274: Download complete504bde1c25b3: Download complete9d8b1356c89f: Download complete568fb6dda155: Download complete048e5e358118: Verifying Checksum048e5e358118: Download completec499c9198aea: Verifying Checksumc499c9198aea: Download complete871ca48eb45d: Verifying Checksum871ca48eb45d: Download completea5a2568b9df9: Verifying Checksuma5a2568b9df9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete068cf3106ac8: Verifying Checksum559f54ec9b29: Download complete798ffd96fde5: Verifying Checksum798ffd96fde5: Download completee9a891bf80d7: Download completec81c932f4a91: Download completed720cfe12674: Verifying Checksumd720cfe12674: Download complete79f24fa3bb11: Verifying Checksum79f24fa3bb11: Download complete8c1debcd8c20: Download complete1bb2cfea7250: Verifying Checksum1bb2cfea7250: Download complete2b3d3ca75e4c: Download complete7b62a90d8223: Verifying Checksum7b62a90d8223: Download complete557cacaf263c: Download complete866771c43bf5: Pull complete1e49bea09367: Pull completee793768537e6: Pull complete5c215c69c247: Download completee7c082452a54: Download completeed323d3d481a: Pull complete7df34a5cd5f1: Pull completeb7df74d48e36: Verifying Checksumb7df74d48e36: Download complete66e3060fde97: Verifying Checksum66e3060fde97: Download complete623e45e1559d: Verifying Checksum623e45e1559d: Download completed10483022eef: Verifying Checksumd10483022eef: Download complete9251109c0e89: Verifying Checksum9251109c0e89: Download completefd712d3eb935: Pull complete4b9fb8c99118: Pull complete9d9a01948b94: Pull complete0f1514f90b32: Pull completee1ec5a753447: Pull complete03cc323e2f71: Pull completec09c08ea9749: Pull completeb36b619f8e6b: Pull complete195344ca5274: Pull complete228ee78582a6: Pull complete504bde1c25b3: Pull complete9d8b1356c89f: Pull complete568fb6dda155: Pull completec499c9198aea: Pull complete048e5e358118: Pull complete871ca48eb45d: Pull complete4f4fb700ef54: Pull completea5a2568b9df9: Pull complete068cf3106ac8: Pull complete559f54ec9b29: Pull complete798ffd96fde5: Pull completee9a891bf80d7: Pull completed720cfe12674: Pull completec81c932f4a91: Pull complete79f24fa3bb11: Pull complete8c1debcd8c20: Pull complete1bb2cfea7250: Pull complete2b3d3ca75e4c: Pull complete557cacaf263c: Pull complete28ce8ea66e72: Verifying Checksum28ce8ea66e72: Download completed10483022eef: Pull complete7b62a90d8223: Pull complete28ce8ea66e72: Pull completed975909ea717: Pull complete5c215c69c247: Pull completee7c082452a54: Pull completeb7df74d48e36: Pull complete66e3060fde97: Pull complete623e45e1559d: Pull complete9251109c0e89: Pull completeDigest: sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47Status: Downloaded newer image for ocaml/opam@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f472026-03-16 10:50.10 ---> saved as "867303d7f04cee0d3e23016229d2a45a69516628a14dbff52754cd3cb283f66f"/: (comment debian-13-4.08_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-16 10:50.10 ---> saved as "c7be1a1bf56a9af41378ced74906e3276ce5576096fe479f7bc8725acfbd5123"/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-16 10:50.36 ---> saved as "ccdab575862d9a949d4903bc8aad034b89b0a05240bdda721b9ce0cce4230d75"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.08.12.5.02026-03-16 10:50.36 ---> saved as "f19adf73b8544d8f3f9b81cecf006440779a1d47bca42b32961acb7a712c1b5f"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-16 10:50.37 ---> saved as "edbc028d6daadd2aebe00894d268f0d76ea78071faf901b745bf45b52fda2d76"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..4f056bfedf master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as 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-16 10:50.54 ---> saved as "b3e02a1ba3f82e7ec96f8d839a408a2515d3bc782ff8f9b3a0a2c3cefea54e28"/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-03-16 10:50.55 ---> saved as "007d0872a36898526d2c4e82cad0bccef91b2e85aedd4858aeae3f6ecb5d8942"/src: (run (network host)(shell "opam pin add -yn ocamlformat.dev './' && \\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \\nopam pin add -yn ocamlformat-lib.dev './' && \\nopam pin add -yn ocamlformat-bench.dev './'"))[ocamlformat.dev] synchronised (file:///src)ocamlformat is now pinned to file:///src (version dev)[ocamlformat-rpc-lib.dev] synchronised (file:///src)ocamlformat-rpc-lib is now pinned to file:///src (version dev)[ocamlformat-lib.dev] synchronised (file:///src)ocamlformat-lib is now pinned to file:///src (version dev)[NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch.[ocamlformat-bench.dev] synchronised (file:///src)[WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src:warning 68: Missing field 'license'ocamlformat-bench is now pinned to file:///src (version dev)2026-03-16 10:51.02 ---> saved as "e980ec3c85a063bd90ef2688cdf031d7e0394fadd9fae268613f605556aec6a7"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-16 10:51.02 ---> saved as "d391cd2793089a7ae9441fa93fdc26d8278c22b022f4c6c2a8c11cb233e2dc12"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.14.3 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.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.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.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.15.0.0 uuseg.15.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 amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]- Fetched 10.0 MB in 2s (5860 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-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-03-16 10:51.17 ---> saved as "a2689bb38eeac22eb986d527debeccde1a091f961df1f7543dd2c8c5fde50a95"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.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-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.14.3- install bechamel 0.5.0- install camlp-streams 5.0.1- install cmdliner 2.1.0- install csexp 1.5.2- install dune 3.21.1- install dune-build-info 3.21.1- install dune-configurator 3.21.1- install either 1.0.0- install fix 20250919- install fmt 0.11.0- install fpath 0.7.3- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocp-indent 1.9.0- install re 1.11.0- install seq base- install sexplib0 v0.14.0- install stdio v0.14.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uucp 15.0.0- install uuseg 15.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.14.3 (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 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.0.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved seq.base (cached)-> retrieved ocp-indent.1.9.0 (cached)-> retrieved re.1.11.0 (cached)-> retrieved sexplib0.v0.14.0 (cached)-> retrieved stdio.v0.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uuseg.15.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.1.0-> installed seq.base-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved uucp.15.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.21.1-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed either.1.0.0-> installed fix.20250919-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed ocp-indent.1.9.0-> installed re.1.11.0-> installed sexplib0.v0.14.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed alcotest.1.9.1-> installed dune-build-info.3.21.1-> installed dune-configurator.3.21.1-> installed uucp.15.0.0-> installed uuseg.15.0.0-> installed menhir.20260209-> installed base.v0.14.3-> installed stdio.v0.14.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.08/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/4.08/share/ocp-indent/vim"# To update the current shell environment, run: eval $(opam env)2026-03-16 10:52.15 ---> saved as "6e3f60f777b5f351b7389b54ceffbc9d9636d2a61c6b651fcc62840cae38b95c"/src: (copy (src .) (dst /src))2026-03-16 10:52.16 ---> saved as "3c6b1764efa76dbbe66617a1003411884337bdc5b56bd2c1a7814826dcdb5c44"/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 `EGD96MCN'.............................................................................................................................................................................................................2026-03-16 10:52.28 ---> saved as "3e7a10860b6827aab881151ce2eff904529e852fa2693ab8e203bd7edd7f83b2"Job succeeded2026-03-16 10:52.29: Job succeeded