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:ubuntu-22.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28cOpam 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:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c# ubuntu-22.04-5.4_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.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.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 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 $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:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c-ubuntu-22.04-5.4_opam-2.5-84d5796460d445c6141173c84113767d"2026-03-16 10:45.09: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c)(comment ubuntu-22.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 (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.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.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 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-03-16 10:45.09: Waiting for resource in pool OCluster2026-03-16 10:45.09: Waiting for worker…2026-03-16 10:45.09: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 69e6ee4ea 5.5 support: Modular explicits (#2781)(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c' locallydocker.io/ocaml/opam@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c: Pulling from ocaml/opam6f4ebca3e823: Pulling fs layercaab82817ff9: Pulling fs layerb93b3d1e6757: Pulling fs layerae51728a0bd8: Pulling fs layer0b95f5fc9ae9: Pulling fs layer3248f3e4c391: Pulling fs layer69537e10b624: Pulling fs layercaab82817ff9: Waitingae51728a0bd8: Waitingb93b3d1e6757: Waitingea8cb788d4e3: Pulling fs layer0b95f5fc9ae9: Waiting58b1de7f4941: Pulling fs layer3248f3e4c391: Waiting6bbdcef06cb1: Pulling fs layerea8cb788d4e3: Waitinge4b6604f4c2d: Pulling fs layer58b1de7f4941: Waiting6bbdcef06cb1: Waiting3b59f7d639bb: Pulling fs layer1b5d332ce45f: Pulling fs layer3b59f7d639bb: Waitingaa549679fe6f: Pulling fs layerb884323c3a85: Pulling fs layer1b5d332ce45f: Waitingb2cd150723e3: Pulling fs layeraa549679fe6f: Waiting4bfbf57d5bd0: Pulling fs layer4f4fb700ef54: Pulling fs layer4bfbf57d5bd0: Waitingf986b8f56bf0: Pulling fs layerdf1539e3aab8: Pulling fs layerb64b0ad3a3ae: Pulling fs layer0f47637a31a0: Pulling fs layerb64b0ad3a3ae: Waiting51cccb0a2095: Pulling fs layera26091b786e8: Pulling fs layer9c303443cadd: Pulling fs layerb8e866861940: Pulling fs layer671ab58654e3: Pulling fs layerbf66cdd1b62b: Pulling fs layerb8e866861940: Waiting064251b2fa2c: Pulling fs layera26091b786e8: Waiting7493d8981402: Pulling fs layerbf66cdd1b62b: Waiting064251b2fa2c: Waitingbef7700492bc: Pulling fs layer8523864f6a30: Pulling fs layer26aa6518ceea: Pulling fs layer7493d8981402: Waitingda62c1088fea: Pulling fs layer8523864f6a30: Waitingbef7700492bc: Waiting26aa6518ceea: Waiting584007fc22d6: Pulling fs layerda62c1088fea: Waiting02340801d27b: Pulling fs layer65017da97e87: Pulling fs layer584007fc22d6: Waiting13df4a69e9aa: Pulling fs layer02340801d27b: Waiting65017da97e87: Waiting5816dcb55b56: Pulling fs layer13df4a69e9aa: Waitingd2c9ca0e2a18: Pulling fs layerd2dc5c8d14bd: Pulling fs layer5816dcb55b56: Waitingd2c9ca0e2a18: Waiting1ac4163e1ac6: Pulling fs layerd2dc5c8d14bd: Waiting842f8eb24db1: Pulling fs layer1ac4163e1ac6: Waitingd21152fa4af1: Pulling fs layerb7d177e3474f: Pulling fs layerb8115fa8a419: Pulling fs layerb8115fa8a419: Waitingb7d177e3474f: Waitingcaab82817ff9: Verifying Checksumcaab82817ff9: Download completeb93b3d1e6757: Download completeae51728a0bd8: Verifying Checksumae51728a0bd8: Download complete0b95f5fc9ae9: Verifying Checksum0b95f5fc9ae9: Download complete6f4ebca3e823: Verifying Checksum6f4ebca3e823: Download complete69537e10b624: Verifying Checksum69537e10b624: Download completeea8cb788d4e3: Verifying Checksumea8cb788d4e3: Download complete58b1de7f4941: Verifying Checksum58b1de7f4941: Download complete6f4ebca3e823: Pull completecaab82817ff9: Pull completeb93b3d1e6757: Pull complete3248f3e4c391: Verifying Checksum3248f3e4c391: Download completee4b6604f4c2d: Verifying Checksume4b6604f4c2d: Download complete6bbdcef06cb1: Verifying Checksum6bbdcef06cb1: Download complete3b59f7d639bb: Verifying Checksum3b59f7d639bb: Download completeaa549679fe6f: Verifying Checksumaa549679fe6f: Download completeb884323c3a85: Verifying Checksumb884323c3a85: Download completeb2cd150723e3: Verifying Checksumb2cd150723e3: Download complete1b5d332ce45f: Verifying Checksum1b5d332ce45f: Download completeae51728a0bd8: Pull complete4f4fb700ef54: Download completef986b8f56bf0: Verifying Checksumf986b8f56bf0: Download complete4bfbf57d5bd0: Verifying Checksum4bfbf57d5bd0: Download complete0b95f5fc9ae9: Pull completedf1539e3aab8: Verifying Checksumdf1539e3aab8: Download completeb64b0ad3a3ae: Download complete51cccb0a2095: Verifying Checksum51cccb0a2095: Download complete0f47637a31a0: Verifying Checksum0f47637a31a0: Download completea26091b786e8: Download complete9c303443cadd: Verifying Checksum9c303443cadd: Download complete671ab58654e3: Verifying Checksum671ab58654e3: Download completeb8e866861940: Download completebf66cdd1b62b: Verifying Checksumbf66cdd1b62b: Download complete7493d8981402: Verifying Checksum7493d8981402: Download completebef7700492bc: Download complete8523864f6a30: Download complete064251b2fa2c: Verifying Checksum064251b2fa2c: Download complete26aa6518ceea: Verifying Checksum26aa6518ceea: Download complete584007fc22d6: Verifying Checksum584007fc22d6: Download complete3248f3e4c391: Pull complete69537e10b624: Pull completeea8cb788d4e3: Pull complete58b1de7f4941: Pull complete02340801d27b: Verifying Checksum02340801d27b: Download complete6bbdcef06cb1: Pull completee4b6604f4c2d: Pull complete65017da97e87: Verifying Checksum65017da97e87: Download complete3b59f7d639bb: Pull complete13df4a69e9aa: Verifying Checksum13df4a69e9aa: Download complete1b5d332ce45f: Pull complete5816dcb55b56: Verifying Checksum5816dcb55b56: Download completeaa549679fe6f: Pull completed2c9ca0e2a18: Verifying Checksumd2c9ca0e2a18: Download completeb884323c3a85: Pull completeb2cd150723e3: Pull complete4bfbf57d5bd0: Pull completed2dc5c8d14bd: Verifying Checksumd2dc5c8d14bd: Download complete4f4fb700ef54: Pull completef986b8f56bf0: Pull completedf1539e3aab8: Pull complete1ac4163e1ac6: Verifying Checksum1ac4163e1ac6: Download completeb64b0ad3a3ae: Pull complete0f47637a31a0: Pull complete51cccb0a2095: Pull completea26091b786e8: Pull complete9c303443cadd: Pull completeb8e866861940: Pull complete671ab58654e3: Pull completebf66cdd1b62b: Pull complete064251b2fa2c: Pull complete7493d8981402: Pull completebef7700492bc: Pull complete8523864f6a30: Pull complete26aa6518ceea: Pull complete842f8eb24db1: Verifying Checksum842f8eb24db1: Download completed21152fa4af1: Verifying Checksumd21152fa4af1: Download completeb7d177e3474f: Verifying Checksumb7d177e3474f: Download completeb8115fa8a419: Verifying Checksumb8115fa8a419: Download completeda62c1088fea: Verifying Checksumda62c1088fea: Download completeda62c1088fea: Pull complete584007fc22d6: Pull complete02340801d27b: Pull complete65017da97e87: Pull complete13df4a69e9aa: Pull complete5816dcb55b56: Pull completed2c9ca0e2a18: Pull completed2dc5c8d14bd: Pull complete1ac4163e1ac6: Pull complete842f8eb24db1: Pull completed21152fa4af1: Pull completeb7d177e3474f: Pull completeb8115fa8a419: Pull completeDigest: sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28cStatus: Downloaded newer image for ocaml/opam@sha256:4f96e807e6bf244d4255f6055f496bb462a3dc27a8b77b7410667ea18abff28c2026-03-16 10:47.41 ---> saved as "9e9bcdaaf3fac8c0a3bdd60676b1eb8003eca3a64414fbd27bba0c3fb2d5b56e"/: (comment ubuntu-22.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-03-16 10:47.42 ---> saved as "a9e8837481ac3e0a749445f9abf76d194f700aeb5636fc4764e6fdac5a30f446"/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:48.06 ---> saved as "242e458e7baa10fc06cc93eecb21a062cae0579185d5b8cb336569c30149ee20"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.5.02026-03-16 10:48.06 ---> saved as "e7d0758290e8df64336fd9ba07bcd8869e9e7a7973994ff0f4030c4c9252cbf4"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-16 10:48.07 ---> saved as "d788ce615549035993124780f82e2f1195afb0ce9be6d9cf4176a906a02218ee"/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_HEAD340ee6fd1f..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 possibleHowever, 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:48.28 ---> saved as "da84c93060f850bf24a36a505bbc79daa13e544d9fcfde02db1e70e4ee11c054"/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-03-16 10:48.29 ---> saved as "fbc3a9597de45699fecae07e6b98514ffaf096741a4d37adc32c55ba690af009"/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:48.38 ---> saved as "bb33cc49de3d993f01e30dd14b549054c8ea295e11e2de1ba8fab79936d6449c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-16 10:48.38 ---> saved as "c05261324afa3efa02b3d0b67a12cc9e08c639fe142f417910654f4bbc080197"/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.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 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://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6994 kB]- Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3827 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4162 kB]- Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1302 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1615 kB]- Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [84.0 kB]- Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB]- Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6786 kB]- Fetched 25.2 MB in 2s (12.5 MB/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-03-16 10:48.54 ---> saved as "52ebb485871d82621a042cd96a5ecf58bbc9c43e70b6b6c77d9c5412fa7e3922"/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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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.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 ocaml_intrinsics_kernel v0.17.1- 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.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 ocaml_intrinsics_kernel.v0.17.1 (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 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)-> installed cmdliner.2.1.0-> 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.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 ocaml_intrinsics_kernel.v0.17.1-> 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-build-info.3.21.1-> installed alcotest.1.9.1-> installed dune-configurator.3.21.1-> installed menhir.20260209-> installed base.v0.17.3-> installed stdio.v0.17.0-> installed uucp.17.0.0-> installed uuseg.17.0.0Done.<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:* for Emacs, add these lines to ~/.emacs:(add-to-list 'load-path "/home/opam/.opam/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-03-16 10:49.57 ---> saved as "be7c1065345fb8c921ecaae067714ec4c8669f9a167e629f66f8d3346227539d"/src: (copy (src .) (dst /src))2026-03-16 10:49.59 ---> saved as "bd647c4f07edf3f9a82666e1ec6d024fd3dd090db41fb653a98c635008bbdf93"/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 `ZBEPECI9'.............................................................................................................................................................................................................2026-03-16 10:50.11 ---> saved as "e9ae247e0e42b1d4efd3411e63306fe5fac1a68d96f8cb121eca43c637255e24"Job succeeded2026-03-16 10:50.11: Job succeeded