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:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 69e6ee4e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47 # debian-13-4.08_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-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 OCluster 2026-03-16 10:45.09: Waiting for worker… 2026-03-16 10:45.10: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47: Pulling from ocaml/opam 866771c43bf5: Pulling fs layer 1e49bea09367: Pulling fs layer e793768537e6: Pulling fs layer ed323d3d481a: Pulling fs layer 7df34a5cd5f1: Pulling fs layer 1e49bea09367: Waiting e793768537e6: Waiting fd712d3eb935: Pulling fs layer ed323d3d481a: Waiting 866771c43bf5: Waiting 7df34a5cd5f1: Waiting 4b9fb8c99118: Pulling fs layer fd712d3eb935: Waiting 9d9a01948b94: Pulling fs layer 4b9fb8c99118: Waiting 0f1514f90b32: Pulling fs layer 9d9a01948b94: Waiting e1ec5a753447: Pulling fs layer 0f1514f90b32: Waiting 03cc323e2f71: Pulling fs layer e1ec5a753447: Waiting c09c08ea9749: Pulling fs layer b36b619f8e6b: Pulling fs layer 03cc323e2f71: Waiting 195344ca5274: Pulling fs layer c09c08ea9749: Waiting b36b619f8e6b: Waiting 228ee78582a6: Pulling fs layer 504bde1c25b3: Pulling fs layer 195344ca5274: Waiting 9d8b1356c89f: Pulling fs layer 504bde1c25b3: Waiting 9d8b1356c89f: Waiting 568fb6dda155: Pulling fs layer c499c9198aea: Pulling fs layer 568fb6dda155: Waiting 048e5e358118: Pulling fs layer c499c9198aea: Waiting 871ca48eb45d: Pulling fs layer 048e5e358118: Waiting 4f4fb700ef54: Pulling fs layer 871ca48eb45d: Waiting a5a2568b9df9: Pulling fs layer 4f4fb700ef54: Waiting 068cf3106ac8: Pulling fs layer a5a2568b9df9: Waiting 559f54ec9b29: Pulling fs layer 798ffd96fde5: Pulling fs layer 068cf3106ac8: Waiting 559f54ec9b29: Waiting e9a891bf80d7: Pulling fs layer 798ffd96fde5: Waiting d720cfe12674: Pulling fs layer e9a891bf80d7: Waiting c81c932f4a91: Pulling fs layer d720cfe12674: Waiting 79f24fa3bb11: Pulling fs layer c81c932f4a91: Waiting 8c1debcd8c20: Pulling fs layer 79f24fa3bb11: Waiting 1bb2cfea7250: Pulling fs layer 8c1debcd8c20: Waiting 2b3d3ca75e4c: Pulling fs layer 1bb2cfea7250: Waiting 557cacaf263c: Pulling fs layer 2b3d3ca75e4c: Waiting d10483022eef: Pulling fs layer 557cacaf263c: Waiting 7b62a90d8223: Pulling fs layer d10483022eef: Waiting 28ce8ea66e72: Pulling fs layer 7b62a90d8223: Waiting d975909ea717: Pulling fs layer 28ce8ea66e72: Waiting 5c215c69c247: Pulling fs layer d975909ea717: Waiting 5c215c69c247: Waiting e7c082452a54: Pulling fs layer b7df74d48e36: Pulling fs layer e7c082452a54: Waiting 66e3060fde97: Pulling fs layer b7df74d48e36: Waiting 623e45e1559d: Pulling fs layer 66e3060fde97: Waiting 9251109c0e89: Pulling fs layer 623e45e1559d: Waiting 9251109c0e89: Waiting 1e49bea09367: Download complete e793768537e6: Verifying Checksum e793768537e6: Download complete ed323d3d481a: Verifying Checksum ed323d3d481a: Download complete 7df34a5cd5f1: Verifying Checksum 7df34a5cd5f1: Download complete 866771c43bf5: Verifying Checksum 866771c43bf5: Download complete 4b9fb8c99118: Verifying Checksum 4b9fb8c99118: Download complete 9d9a01948b94: Verifying Checksum 9d9a01948b94: Download complete fd712d3eb935: Verifying Checksum fd712d3eb935: Download complete 0f1514f90b32: Verifying Checksum 0f1514f90b32: Download complete e1ec5a753447: Verifying Checksum e1ec5a753447: Download complete 03cc323e2f71: Download complete c09c08ea9749: Verifying Checksum c09c08ea9749: Download complete b36b619f8e6b: Verifying Checksum b36b619f8e6b: Download complete 228ee78582a6: Download complete 195344ca5274: Verifying Checksum 195344ca5274: Download complete 504bde1c25b3: Download complete 9d8b1356c89f: Download complete 568fb6dda155: Download complete 048e5e358118: Verifying Checksum 048e5e358118: Download complete c499c9198aea: Verifying Checksum c499c9198aea: Download complete 871ca48eb45d: Verifying Checksum 871ca48eb45d: Download complete a5a2568b9df9: Verifying Checksum a5a2568b9df9: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 068cf3106ac8: Verifying Checksum 559f54ec9b29: Download complete 798ffd96fde5: Verifying Checksum 798ffd96fde5: Download complete e9a891bf80d7: Download complete c81c932f4a91: Download complete d720cfe12674: Verifying Checksum d720cfe12674: Download complete 79f24fa3bb11: Verifying Checksum 79f24fa3bb11: Download complete 8c1debcd8c20: Download complete 1bb2cfea7250: Verifying Checksum 1bb2cfea7250: Download complete 2b3d3ca75e4c: Download complete 7b62a90d8223: Verifying Checksum 7b62a90d8223: Download complete 557cacaf263c: Download complete 866771c43bf5: Pull complete 1e49bea09367: Pull complete e793768537e6: Pull complete 5c215c69c247: Download complete e7c082452a54: Download complete ed323d3d481a: Pull complete 7df34a5cd5f1: Pull complete b7df74d48e36: Verifying Checksum b7df74d48e36: Download complete 66e3060fde97: Verifying Checksum 66e3060fde97: Download complete 623e45e1559d: Verifying Checksum 623e45e1559d: Download complete d10483022eef: Verifying Checksum d10483022eef: Download complete 9251109c0e89: Verifying Checksum 9251109c0e89: Download complete fd712d3eb935: Pull complete 4b9fb8c99118: Pull complete 9d9a01948b94: Pull complete 0f1514f90b32: Pull complete e1ec5a753447: Pull complete 03cc323e2f71: Pull complete c09c08ea9749: Pull complete b36b619f8e6b: Pull complete 195344ca5274: Pull complete 228ee78582a6: Pull complete 504bde1c25b3: Pull complete 9d8b1356c89f: Pull complete 568fb6dda155: Pull complete c499c9198aea: Pull complete 048e5e358118: Pull complete 871ca48eb45d: Pull complete 4f4fb700ef54: Pull complete a5a2568b9df9: Pull complete 068cf3106ac8: Pull complete 559f54ec9b29: Pull complete 798ffd96fde5: Pull complete e9a891bf80d7: Pull complete d720cfe12674: Pull complete c81c932f4a91: Pull complete 79f24fa3bb11: Pull complete 8c1debcd8c20: Pull complete 1bb2cfea7250: Pull complete 2b3d3ca75e4c: Pull complete 557cacaf263c: Pull complete 28ce8ea66e72: Verifying Checksum 28ce8ea66e72: Download complete d10483022eef: Pull complete 7b62a90d8223: Pull complete 28ce8ea66e72: Pull complete d975909ea717: Pull complete 5c215c69c247: Pull complete e7c082452a54: Pull complete b7df74d48e36: Pull complete 66e3060fde97: Pull complete 623e45e1559d: Pull complete 9251109c0e89: Pull complete Digest: sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47 Status: Downloaded newer image for ocaml/opam@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47 2026-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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-16 10:50.36 ---> saved as "ccdab575862d9a949d4903bc8aad034b89b0a05240bdda721b9ce0cce4230d75" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 4.08.1 2.5.0 2026-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_HEAD ffb54b9bdd..4f056bfedf master -> origin/master 31462e7d24 Merge pull request #29451 from dra27/relocatable-package <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.0 Done. <><> 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 succeeded 2026-03-16 10:52.29: Job succeeded