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-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38Opam 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-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38# ubuntu-25.10-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-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38-ubuntu-25.10-5.4_opam-2.5-84d5796460d445c6141173c84113767d"2026-03-16 10:45.09: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38)(comment ubuntu-25.10-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 laodoke.caelum.ci.devHEAD is now at 38b4607bb FormatHEAD is now at 69e6ee4ea 5.5 support: Modular explicits (#2781)(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38' locallydocker.io/ocaml/opam@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38: Pulling from ocaml/opam16c195d4c5e9: Pulling fs layer10536c2a3229: Pulling fs layerc4b489cde89f: Pulling fs layer3054bf19173d: Pulling fs layer72d4d5b175f6: Pulling fs layere2528088a671: Pulling fs layer3054bf19173d: Waiting72d4d5b175f6: Waitingf8eb755e24f2: Pulling fs layerf8eb755e24f2: Waitingf4466119d9d7: Pulling fs layerea16cb990595: Pulling fs layerf4466119d9d7: Waiting35a2f342fb41: Pulling fs layerea16cb990595: Waitingcd43ff613b85: Pulling fs layer23c9e772d285: Pulling fs layer35a2f342fb41: Waiting03d461f90c5f: Pulling fs layer1983245fed01: Pulling fs layer03d461f90c5f: Waiting1983245fed01: Waitingbf5ceca7719f: Pulling fs layeredcc8d3ba4ab: Pulling fs layerede0d4fa2b79: Pulling fs layerbf5ceca7719f: Waitingede0d4fa2b79: Waitingc5b15849c9ed: Pulling fs layeredcc8d3ba4ab: Waitingc5b15849c9ed: Waiting62d63a36325d: Pulling fs layer3eab5053bbaa: Pulling fs layerebd442105bf8: Pulling fs layer3eab5053bbaa: Waiting62d63a36325d: Waitingb65dd44d0cc4: Pulling fs layerebd442105bf8: Waiting4f4fb700ef54: Pulling fs layerb65dd44d0cc4: Waiting0b00030c2a7a: Pulling fs layer4f4fb700ef54: Waiting3b032402c760: Pulling fs layer0b00030c2a7a: Waiting5c73a2ae8046: Pulling fs layer3b032402c760: Waiting5c73a2ae8046: Waitinga512bd04e73a: Pulling fs layer787d7ef97d34: Pulling fs layercc77994b0a28: Pulling fs layer0b443ca6fb74: Pulling fs layer787d7ef97d34: Waitingcc77994b0a28: Waiting301890f1dd56: Pulling fs layer0b443ca6fb74: Waiting88a6e67e1c35: Pulling fs layer301890f1dd56: Waiting775001f1433c: Pulling fs layeraa095842f5b7: Pulling fs layer775001f1433c: Waitingaa095842f5b7: Waitingafe7a0ab1c61: Pulling fs layer06772f5c82af: Pulling fs layerafe7a0ab1c61: Waiting7a5aa22485e6: Pulling fs layer06772f5c82af: Waiting262630ae96fc: Pulling fs layerea9456b24627: Pulling fs layer262630ae96fc: Waitinge26d74779ffb: Pulling fs layer7a5aa22485e6: Waitingea9456b24627: Waitinge26d74779ffb: Waiting46280c074e3e: Pulling fs layer46280c074e3e: Waitingc683139ef9f4: Pulling fs layerfe27ac77eaa7: Pulling fs layer74e185e70e26: Pulling fs layerc683139ef9f4: Waitingfe27ac77eaa7: Waitingc9457b3cbf33: Pulling fs layer74e185e70e26: Waiting4d065565425b: Pulling fs layerc9457b3cbf33: Waitingb15bcbff2633: Pulling fs layerd0b5bff0be80: Pulling fs layerb15bcbff2633: Waitingd0b5bff0be80: Waiting10536c2a3229: Verifying Checksum10536c2a3229: Download completec4b489cde89f: Download complete72d4d5b175f6: Verifying Checksum72d4d5b175f6: Download complete3054bf19173d: Verifying Checksum3054bf19173d: Download completef8eb755e24f2: Verifying Checksumf8eb755e24f2: Download completef4466119d9d7: Verifying Checksumf4466119d9d7: Download complete16c195d4c5e9: Verifying Checksum16c195d4c5e9: Download complete35a2f342fb41: Verifying Checksum35a2f342fb41: Download completeea16cb990595: Verifying Checksumea16cb990595: Download completecd43ff613b85: Verifying Checksumcd43ff613b85: Download complete23c9e772d285: Verifying Checksum23c9e772d285: Download complete16c195d4c5e9: Pull complete10536c2a3229: Pull completec4b489cde89f: Pull complete03d461f90c5f: Download complete1983245fed01: Verifying Checksum1983245fed01: Download complete3054bf19173d: Pull complete72d4d5b175f6: Pull completebf5ceca7719f: Verifying Checksumbf5ceca7719f: Download completeedcc8d3ba4ab: Verifying Checksumedcc8d3ba4ab: Download completeede0d4fa2b79: Verifying Checksumede0d4fa2b79: Download completec5b15849c9ed: Verifying Checksumc5b15849c9ed: Download complete62d63a36325d: Verifying Checksum62d63a36325d: Download completeebd442105bf8: Verifying Checksumebd442105bf8: Download complete4f4fb700ef54: Download completeb65dd44d0cc4: Verifying Checksumb65dd44d0cc4: Download complete0b00030c2a7a: Verifying Checksum0b00030c2a7a: Download complete5c73a2ae8046: Download completee2528088a671: Verifying Checksume2528088a671: Download complete3b032402c760: Download completea512bd04e73a: Verifying Checksuma512bd04e73a: Download completecc77994b0a28: Download complete787d7ef97d34: Download complete0b443ca6fb74: Download complete301890f1dd56: Verifying Checksum301890f1dd56: Download complete775001f1433c: Verifying Checksum775001f1433c: Download complete88a6e67e1c35: Download completeaa095842f5b7: Verifying Checksumaa095842f5b7: Download completeafe7a0ab1c61: Verifying Checksumafe7a0ab1c61: Download complete7a5aa22485e6: Download completeea9456b24627: Download completee26d74779ffb: Verifying Checksume26d74779ffb: Download complete46280c074e3e: Verifying Checksum46280c074e3e: Download completec683139ef9f4: Verifying Checksumc683139ef9f4: Download completefe27ac77eaa7: Verifying Checksumfe27ac77eaa7: Download complete74e185e70e26: Verifying Checksum74e185e70e26: Download complete262630ae96fc: Verifying Checksum262630ae96fc: Download complete4d065565425b: Verifying Checksum4d065565425b: Download completeb15bcbff2633: Verifying Checksumb15bcbff2633: Download completed0b5bff0be80: Download completee2528088a671: Pull completef8eb755e24f2: Pull completef4466119d9d7: Pull completec9457b3cbf33: Verifying Checksumc9457b3cbf33: Download completeea16cb990595: Pull complete35a2f342fb41: Pull completecd43ff613b85: Pull complete23c9e772d285: Pull complete03d461f90c5f: Pull complete1983245fed01: Pull completebf5ceca7719f: Pull completeedcc8d3ba4ab: Pull completeede0d4fa2b79: Pull completec5b15849c9ed: Pull complete62d63a36325d: Pull complete3eab5053bbaa: Pull completeebd442105bf8: Pull completeb65dd44d0cc4: Pull complete4f4fb700ef54: Pull complete0b00030c2a7a: Pull complete3b032402c760: Pull complete5c73a2ae8046: Pull completea512bd04e73a: Pull complete787d7ef97d34: Pull completecc77994b0a28: Pull complete0b443ca6fb74: Pull complete301890f1dd56: Pull complete88a6e67e1c35: Pull complete775001f1433c: Pull completeaa095842f5b7: Pull completeafe7a0ab1c61: Pull complete06772f5c82af: Verifying Checksum06772f5c82af: Download complete06772f5c82af: Pull complete7a5aa22485e6: Pull complete262630ae96fc: Pull completeea9456b24627: Pull completee26d74779ffb: Pull complete46280c074e3e: Pull completec683139ef9f4: Pull completefe27ac77eaa7: Pull complete74e185e70e26: Pull completec9457b3cbf33: Pull complete4d065565425b: Pull completeb15bcbff2633: Pull completed0b5bff0be80: Pull completeDigest: sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38Status: Downloaded newer image for ocaml/opam@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde382026-03-16 10:48.58 ---> saved as "1298e1d5dffa8ce226321a1bcac39114330568ccaf390856807160369fa2ee49"/: (comment ubuntu-25.10-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:48.58 ---> saved as "1309b00d49741b88d8a73f19dac74cdc341f0ea644c75bd9b33ad15e1287e5a7"/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[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-16 10:49.23 ---> saved as "57dc3cdc729adb9e6c9e5bf071f8fbdb234f3d02dafd21de9bfb3d54f052a06a"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-03-16 10:49.24 ---> saved as "3d0d866b98945a590649320861fdb4b7471117620aa39fb17f1722560eadacd1"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-16 10:49.24 ---> saved as "d4aea8789e5fc4f003c8fb4303cca09a40290830fa06e0c70a235332b8bcc654"/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:49.44 ---> saved as "0c3c6cc1d1f4ef45c1f8f7bcf800c4013af0ffe69ba2af04007f091abf509b43"/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-03-16 10:49.44 ---> saved as "89c4b5f9a0335d1b467041a2c146c3043c161bf6e584ff775bcd9988dcd71389"/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:49.51 ---> saved as "d6d37f3534ec18b55311662246f49189e0ff1995820b7d56645044b05c59a85a"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-16 10:49.51 ---> saved as "6132bb47d6f9cf9e249009316ffd69af2be8af0b339104151e0043dc2b194ac3"/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 questing InRelease- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [217 kB]- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [263 kB]- Get:7 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [187 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [423 kB]- Get:9 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [296 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [219 kB]- Get:11 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [4037 B]- Fetched 2013 kB in 5s (378 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocamlformat.dev] synchronised (file:///src)[ocamlformat-bench.dev] synchronised (file:///src)[ocamlformat-lib.dev] synchronised (file:///src)[ocamlformat-rpc-lib.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 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:50.08 ---> saved as "572bd58983551390faf9d8e4e7384284adee2da47889c0d513020ab7e68aea95"/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 uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.1.0-> 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:51.14 ---> saved as "005d26c36fcb36e4a0564095c3d5be3021a80136fddb7554a3ef19b178b0ff7d"/src: (copy (src .) (dst /src))2026-03-16 10:51.15 ---> saved as "fd2401001ead875e2181a46c3d768f00b68a6e74523bf9dba798b4d8586da6e9"/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 `VT2WU941'.............................................................................................................................................................................................................2026-03-16 10:51.26 ---> saved as "4ad58261af1c0c2d1d0529f527a746804b4fcbc3da72e6d5a900e1495fa35060"Job succeeded2026-03-16 10:51.27: Job succeeded