2026-05-19 08:57.46: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/simplify-extended-std-ast (2026f277b0d9c3eb2d0a0e9f40feaa3dac1bcb77) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "simplify-extended-std-ast" && cd "ocamlformat" && git reset --hard 2026f277 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63 # ubuntu-25.04-5.4_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 cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.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 $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-05-19 08:57.46: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63-ubuntu-25.04-5.4_opam-2.5-504712e748fa287e6f266ac0067f966c" 2026-05-19 08:57.46: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63) (comment ubuntu-25.04-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --oneline")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocamlformat.dev './' && \ \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \ \nopam pin add -yn ocamlformat-lib.dev './' && \ \nopam pin add -yn ocamlformat-bench.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-05-19 08:57.46: Waiting for resource in pool OCluster 2026-05-19 08:57.46: Waiting for worker… 2026-05-19 08:57.46: Got resource from pool OCluster Building on eumache.caelum.ci.dev HEAD is now at 2d5d8c1b4 chore: update to actions/checkout@v6 (#2801) HEAD is now at 2026f277b Expose Extended_ast.Kind, make parse take a Kind.t (from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63) Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63' locally docker.io/ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63: Pulling from ocaml/opam c62190a9ab61: Already exists 3ffa5fa4c338: Pulling fs layer 1ad98d62710f: Pulling fs layer 32b7f1733f93: Pulling fs layer 1ad98d62710f: Waiting 3ffa5fa4c338: Waiting 60b6d784b3f1: Pulling fs layer 5a2a6d451e1f: Pulling fs layer 32b7f1733f93: Waiting 6331cc613db1: Pulling fs layer 60b6d784b3f1: Waiting cd17da539bcb: Pulling fs layer 5a2a6d451e1f: Waiting a78785a8707a: Pulling fs layer cd17da539bcb: Waiting 6331cc613db1: Waiting 017a8e839984: Pulling fs layer 269878e77d3e: Pulling fs layer 017a8e839984: Waiting d105ce9936af: Pulling fs layer a78785a8707a: Waiting 6a816e31a608: Pulling fs layer d105ce9936af: Waiting 269878e77d3e: Waiting c561c5e7e836: Pulling fs layer 6a816e31a608: Waiting 2c2bead92061: Pulling fs layer c561c5e7e836: Waiting 181b5e50467a: Pulling fs layer e1747048878a: Pulling fs layer 9964000ee5c2: Pulling fs layer 2c2bead92061: Waiting 2f528d56ff17: Pulling fs layer e1747048878a: Waiting 0cae2e739013: Pulling fs layer 9964000ee5c2: Waiting 181b5e50467a: Waiting 2f528d56ff17: Waiting 4f4fb700ef54: Pulling fs layer 7b56ac9ded88: Pulling fs layer 02acd4f922b8: Pulling fs layer 7b56ac9ded88: Waiting 5820f3f0ac5b: Pulling fs layer 02acd4f922b8: Waiting 565d3d2f91e3: Pulling fs layer 6011b75baccf: Pulling fs layer 5820f3f0ac5b: Waiting 565d3d2f91e3: Waiting aa679525444d: Pulling fs layer 6233cfda6bc6: Pulling fs layer 6011b75baccf: Waiting aa679525444d: Waiting e337c50fadae: Pulling fs layer 68480da602a2: Pulling fs layer e337c50fadae: Waiting fe8455ef7fdd: Pulling fs layer 6233cfda6bc6: Waiting 68480da602a2: Waiting 376ec1c1ff04: Pulling fs layer 62414c6876a0: Pulling fs layer e13152495ead: Pulling fs layer 62414c6876a0: Waiting 7237efe4b8d6: Pulling fs layer dcb6948decd1: Pulling fs layer 9ef3e7aa87ba: Pulling fs layer e13152495ead: Waiting 7237efe4b8d6: Waiting 9ef3e7aa87ba: Waiting dcb6948decd1: Waiting cd0bb5382221: Pulling fs layer 20d240a069ed: Pulling fs layer cd0bb5382221: Waiting 06d7e4208a1c: Pulling fs layer 20d240a069ed: Waiting 7a657e3645e2: Pulling fs layer c921b91c9131: Pulling fs layer 0bf308db2801: Pulling fs layer a6ce20e09802: Pulling fs layer c921b91c9131: Waiting 5f4d332f89f7: Pulling fs layer 0bf308db2801: Waiting a6ce20e09802: Waiting 5f4d332f89f7: Waiting 3ffa5fa4c338: Download complete 3ffa5fa4c338: Pull complete 1ad98d62710f: Download complete 1ad98d62710f: Pull complete 60b6d784b3f1: Verifying Checksum 60b6d784b3f1: Download complete 32b7f1733f93: Verifying Checksum 32b7f1733f93: Download complete 32b7f1733f93: Pull complete 60b6d784b3f1: Pull complete 6331cc613db1: Verifying Checksum 6331cc613db1: Download complete 5a2a6d451e1f: Verifying Checksum 5a2a6d451e1f: Download complete cd17da539bcb: Verifying Checksum cd17da539bcb: Download complete 017a8e839984: Verifying Checksum 017a8e839984: Download complete a78785a8707a: Verifying Checksum a78785a8707a: Download complete 269878e77d3e: Verifying Checksum 269878e77d3e: Download complete 6a816e31a608: Verifying Checksum 6a816e31a608: Download complete d105ce9936af: Verifying Checksum d105ce9936af: Download complete c561c5e7e836: Verifying Checksum c561c5e7e836: Download complete 2c2bead92061: Download complete 181b5e50467a: Download complete e1747048878a: Verifying Checksum e1747048878a: Download complete 9964000ee5c2: Download complete 2f528d56ff17: Download complete 0cae2e739013: Verifying Checksum 0cae2e739013: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 7b56ac9ded88: Download complete 02acd4f922b8: Verifying Checksum 02acd4f922b8: Download complete 5820f3f0ac5b: Verifying Checksum 5820f3f0ac5b: Download complete 565d3d2f91e3: Verifying Checksum 565d3d2f91e3: Download complete 6011b75baccf: Verifying Checksum 6011b75baccf: Download complete aa679525444d: Download complete 6233cfda6bc6: Download complete 68480da602a2: Verifying Checksum 68480da602a2: Download complete e337c50fadae: Download complete fe8455ef7fdd: Verifying Checksum fe8455ef7fdd: Download complete 376ec1c1ff04: Verifying Checksum 376ec1c1ff04: Download complete 62414c6876a0: Verifying Checksum 62414c6876a0: Download complete 7237efe4b8d6: Verifying Checksum 7237efe4b8d6: Download complete 9ef3e7aa87ba: Verifying Checksum 9ef3e7aa87ba: Download complete cd0bb5382221: Download complete 20d240a069ed: Verifying Checksum 20d240a069ed: Download complete 06d7e4208a1c: Download complete 7a657e3645e2: Verifying Checksum 7a657e3645e2: Download complete dcb6948decd1: Verifying Checksum dcb6948decd1: Download complete 0bf308db2801: Download complete 5a2a6d451e1f: Pull complete a6ce20e09802: Verifying Checksum a6ce20e09802: Download complete 6331cc613db1: Pull complete c921b91c9131: Verifying Checksum c921b91c9131: Download complete 5f4d332f89f7: Verifying Checksum 5f4d332f89f7: Download complete cd17da539bcb: Pull complete a78785a8707a: Pull complete 017a8e839984: Pull complete 269878e77d3e: Pull complete d105ce9936af: Pull complete 6a816e31a608: Pull complete c561c5e7e836: Pull complete 2c2bead92061: Pull complete 181b5e50467a: Pull complete e1747048878a: Pull complete 9964000ee5c2: Pull complete 2f528d56ff17: Pull complete 0cae2e739013: Pull complete 4f4fb700ef54: Pull complete 7b56ac9ded88: Pull complete 02acd4f922b8: Pull complete 5820f3f0ac5b: Pull complete 565d3d2f91e3: Pull complete 6011b75baccf: Pull complete aa679525444d: Pull complete 6233cfda6bc6: Pull complete e337c50fadae: Pull complete 68480da602a2: Pull complete fe8455ef7fdd: Pull complete 376ec1c1ff04: Pull complete 62414c6876a0: Pull complete e13152495ead: Verifying Checksum e13152495ead: Download complete e13152495ead: Pull complete 7237efe4b8d6: Pull complete dcb6948decd1: Pull complete 9ef3e7aa87ba: Pull complete cd0bb5382221: Pull complete 20d240a069ed: Pull complete 06d7e4208a1c: Pull complete 7a657e3645e2: Pull complete c921b91c9131: Pull complete 0bf308db2801: Pull complete a6ce20e09802: Pull complete 5f4d332f89f7: Pull complete Digest: sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63 Status: Downloaded newer image for ocaml/opam@sha256:83de02032f9b85dce929d64c231fb77f94e15f564a87598ef1a9d0df7e592a63 2026-05-19 08:57.48 ---> using "e46652951934a813efb0d6f84cbda4f6fef1559a7ac3cd152c83e05942bad382" from cache /: (comment ubuntu-25.04-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-19 08:57.48 ---> using "0156715f7bd075dc9bbd163fb816953345512b408fb350e6bc0fcf12ee05587e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..ca536ac026 master -> origin/master a4f153d748 Merge pull request #29889 from mtelvers/opam-publish-ocaml-version.4.1.1 2026-05-19 08:57.48 ---> using "5979250a60609b00c19e3447e4a11ab73932320134fa6cdcd819631ab2b8767c" 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.1 to version 2.2, which can't be reverted. You may want to back it up before going further. [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-05-19 08:57.48 ---> using "1e2f04c92756178f34d735bbcc8f7a0755297f19d1250bb2fbfea399267e4ecb" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-05-19 08:57.48 ---> using "ce83a65d5cf8f9dc002c60499a644d1b47b6d0fc69c985c70b29092f09b7f36c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-19 08:57.48 ---> using "e8e38caeca421fb00a33fd6c317026968de825f305a8056ad16887ca19cf7671" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-05-19 08:57.48 ---> using "1f154a5f45e42025216946bb44664a2939eb9647c88ed4394a0d0d07ebebc205" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2026-05-19 08:57.48 ---> saved as "983217d9302c6787fadacff60a46f0d2673a9ed068d097ef32f6745f783ac1d6" /src: (run (network host) (shell "opam pin add -yn ocamlformat.dev './' && \ \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \ \nopam pin add -yn ocamlformat-lib.dev './' && \ \nopam pin add -yn ocamlformat-bench.dev './'")) [ocamlformat.dev] synchronised (file:///src) ocamlformat is now pinned to file:///src (version dev) [ocamlformat-rpc-lib.dev] synchronised (file:///src) ocamlformat-rpc-lib is now pinned to file:///src (version dev) [ocamlformat-lib.dev] synchronised (file:///src) ocamlformat-lib is now pinned to file:///src (version dev) [NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch. [ocamlformat-bench.dev] synchronised (file:///src) [WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src: warning 68: Missing field 'license' ocamlformat-bench is now pinned to file:///src (version dev) 2026-05-19 08:57.55 ---> saved as "aa46bc54fd9646771628e7debea74a7ee82d137c35e10a2468a2edcaf9ca273b" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-19 08:57.55 ---> saved as "b3131db0de123e67c8211a0dd695ea32bde98419b741932bcaade519d570f220" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease - Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease - Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease - Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlformat.dev] synchronised (file:///src) [ocamlformat-bench.dev] synchronised (file:///src) [ocamlformat-lib.dev] synchronised (file:///src) [ocamlformat-rpc-lib.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-05-19 08:58.06 ---> saved as "a7ff01315f9156ae6651f84ca36c0e265d658baf8f39c41414217a3462c8f6ce" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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.17.3 - install bechamel 0.5.0 - install camlp-streams 5.0.1 - install cmdliner 2.1.1 - install csexp 1.5.2 - install dune 3.23.0 - install dune-build-info 3.23.0 - install dune-configurator 3.23.0 - install either 1.0.0 - install fix 20250919 - install fmt 0.11.0 - install fpath 0.7.3 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.1.1 - install ocaml_intrinsics_kernel v0.17.2 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocp-indent 1.9.0 - install re 1.14.0 - install sexplib0 v0.17.0 - install stdio v0.17.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.17.3 (cached) -> retrieved bechamel.0.5.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved 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.1.1 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.23.0, dune-build-info.3.23.0, dune-configurator.3.23.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocp-indent.1.9.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uuseg.17.0.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> installed cmdliner.2.1.1 -> 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.23.0 -> installed bechamel.0.5.0 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed dune-build-info.3.23.0 -> installed either.1.0.0 -> installed fix.20250919 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-version.4.1.1 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed ocp-indent.1.9.0 -> installed re.1.14.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed dune-configurator.3.23.0 -> installed alcotest.1.9.1 -> installed menhir.20260209 -> installed base.v0.17.3 -> installed uucp.17.0.0 -> installed stdio.v0.17.0 -> installed uuseg.17.0.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/5.4/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/5.4/share/ocp-indent/vim" # To update the current shell environment, run: eval $(opam env) 2026-05-19 08:59.03 ---> saved as "01521b7f946305b93adc687231ad8d5ed85687d69af9df7126005d51248adc12" /src: (copy (src .) (dst /src)) 2026-05-19 08:59.05 ---> saved as "15b7daf359ebeece8d9d67ef7b1e04a291dd4021e9c981cb2305c5533c1b7936" /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 `RFA55ZS5'. ................................................................................ ................................................................................ ............................................ 2026-05-19 08:59.16 ---> saved as "75dc72bd77d7a322c86b46668816760546d31dd44f620ee00272476ea078c502" Job succeeded 2026-05-19 08:59.17: Job succeeded