2026-06-24 15:56.41: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (d4e3435751ad96bcd46b70126fca4179fb50730e) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard d4e34357cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148# debian-13-4.14_riscv64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 9875e1aa567baabe729e1edf7e7c069efe8d3bce || git fetch origin master) && git reset -q --hard 9875e1aa567baabe729e1edf7e7c069efe8d3bce && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.16.5 base-bigarray.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.1 dune-build-info.3.23.1 dune-configurator.3.23.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.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.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-06-24 15:56.41: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148-debian-13-4.14_riscv64_opam-2.5-ce5042e12f0319c5aeea7739a8d73073"2026-06-24 15:56.41: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148)(comment debian-13-4.14_riscv64_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 9875e1aa567baabe729e1edf7e7c069efe8d3bce || git fetch origin master) && git reset -q --hard 9875e1aa567baabe729e1edf7e7c069efe8d3bce && 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.16.5 base-bigarray.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.1 dune-build-info.3.23.1 dune-configurator.3.23.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.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.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-06-24 15:56.41: Waiting for resource in pool OCluster2026-06-24 15:56.41: Waiting for worker…2026-06-24 15:57.21: Got resource from pool OClusterBuilding on riscv-qemu-navajo-7All commits already cachedUpdating files: 10% (370/3457) Updating files: 11% (381/3457) Updating files: 12% (415/3457) Updating files: 13% (450/3457) Updating files: 14% (484/3457) Updating files: 15% (519/3457) Updating files: 16% (554/3457) Updating files: 17% (588/3457) Updating files: 18% (623/3457) Updating files: 18% (651/3457) Updating files: 19% (657/3457) Updating files: 20% (692/3457) Updating files: 21% (726/3457) Updating files: 22% (761/3457) Updating files: 23% (796/3457) Updating files: 24% (830/3457) Updating files: 25% (865/3457) Updating files: 26% (899/3457) Updating files: 27% (934/3457) Updating files: 28% (968/3457) Updating files: 29% (1003/3457) Updating files: 30% (1038/3457) Updating files: 31% (1072/3457) Updating files: 32% (1107/3457) Updating files: 33% (1141/3457) Updating files: 34% (1176/3457) Updating files: 34% (1190/3457) Updating files: 35% (1210/3457) Updating files: 36% (1245/3457) Updating files: 37% (1280/3457) Updating files: 38% (1314/3457) Updating files: 39% (1349/3457) Updating files: 40% (1383/3457) Updating files: 41% (1418/3457) Updating files: 42% (1452/3457) Updating files: 43% (1487/3457) Updating files: 44% (1522/3457) Updating files: 45% (1556/3457) Updating files: 46% (1591/3457) Updating files: 47% (1625/3457) Updating files: 48% (1660/3457) Updating files: 48% (1666/3457) Updating files: 49% (1694/3457) Updating files: 50% (1729/3457) Updating files: 51% (1764/3457) Updating files: 52% (1798/3457) Updating files: 53% (1833/3457) Updating files: 54% (1867/3457) Updating files: 55% (1902/3457) Updating files: 56% (1936/3457) Updating files: 57% (1971/3457) Updating files: 58% (2006/3457) Updating files: 59% (2040/3457) Updating files: 60% (2075/3457) Updating files: 61% (2109/3457) Updating files: 62% (2144/3457) Updating files: 63% (2178/3457) Updating files: 64% (2213/3457) Updating files: 64% (2225/3457) Updating files: 65% (2248/3457) Updating files: 66% (2282/3457) Updating files: 67% (2317/3457) Updating files: 68% (2351/3457) Updating files: 69% (2386/3457) Updating files: 70% (2420/3457) Updating files: 71% (2455/3457) Updating files: 72% (2490/3457) Updating files: 73% (2524/3457) Updating files: 74% (2559/3457) Updating files: 75% (2593/3457) Updating files: 76% (2628/3457) Updating files: 77% (2662/3457) Updating files: 78% (2697/3457) Updating files: 79% (2732/3457) Updating files: 80% (2766/3457) Updating files: 80% (2769/3457) Updating files: 81% (2801/3457) Updating files: 82% (2835/3457) Updating files: 83% (2870/3457) Updating files: 84% (2904/3457) Updating files: 85% (2939/3457) Updating files: 86% (2974/3457) Updating files: 87% (3008/3457) Updating files: 88% (3043/3457) Updating files: 89% (3077/3457) Updating files: 90% (3112/3457) Updating files: 90% (3130/3457) Updating files: 91% (3146/3457) Updating files: 92% (3181/3457) Updating files: 93% (3216/3457) Updating files: 94% (3250/3457) Updating files: 95% (3285/3457) Updating files: 96% (3319/3457) Updating files: 97% (3354/3457) Updating files: 98% (3388/3457) Updating files: 99% (3423/3457) Updating files: 100% (3457/3457) Updating files: 100% (3457/3457), done.HEAD is now at d4e343575 Fix missing parentheses around labelled tuple argument (#2811)(from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148' locallydocker.io/ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148: Pulling from ocaml/opam9f25489b0b07: Pulling fs layer2fb6ad275801: Pulling fs layer0381acc2a8b0: Pulling fs layer4046ebec70f9: Pulling fs layer16def90c9320: Pulling fs layer79abe6ba87ae: Pulling fs layer24962eb9bb70: Pulling fs layer7a17e2d8fc06: Pulling fs layer171b3f10d791: Pulling fs layer98c684fb6d19: Pulling fs layer63d4a5fad49f: Pulling fs layerce822b37f90d: Pulling fs layere3857620b2e3: Pulling fs layer757abf2776cc: Pulling fs layer6d089a99df41: Pulling fs layerabb5d92a5a6e: Pulling fs layerabb5d92a5a6e: Pulling fs layer8f948ee65c8c: Pulling fs layer6d5ea7e5e4af: Pulling fs layer147d6f7e3ac8: Pulling fs layer0cfd154e1e5d: Pulling fs layer4f4fb700ef54: Pulling fs layer9228a6b99d0b: Pulling fs layer90e88fab92d1: Pulling fs layer95892e90f5bd: Pulling fs layer5f5a05b1009d: Pulling fs layer2a662ad093c5: Pulling fs layer23dd9958186a: Pulling fs layerf44b4a5b92bf: Pulling fs layer2b34933fa0a0: Pulling fs layer77c9fb28163e: Pulling fs layera29ae65dad1a: Pulling fs layer0f824191c7cc: Pulling fs layerc8e548f9b440: Pulling fs layere6cfbfba1b05: Pulling fs layer07e5d6b3cb74: Pulling fs layere5454370caa7: Pulling fs layereca8d6ac8a47: Pulling fs layerc602fc8ace5e: Pulling fs layer0579cb6ab594: Pulling fs layerc6c7822b3a69: Pulling fs layer4ed8411f916d: Pulling fs layerd0814598e157: Pulling fs layer9fcd716da651: Pulling fs layer4f4fb700ef54: Already exists0381acc2a8b0: Download completeabb5d92a5a6e: Download complete8f948ee65c8c: Download complete24962eb9bb70: Download complete07e5d6b3cb74: Download completeeca8d6ac8a47: Download complete9fcd716da651: Download complete0cfd154e1e5d: Download complete5f5a05b1009d: Download completec8e548f9b440: Download complete147d6f7e3ac8: Download complete23dd9958186a: Download completef44b4a5b92bf: Download complete2b34933fa0a0: Download complete0f824191c7cc: Download complete7a17e2d8fc06: Download complete98c684fb6d19: Download complete2a662ad093c5: Download completee6cfbfba1b05: Download complete0579cb6ab594: Download complete6d089a99df41: Download complete95892e90f5bd: Download completee5454370caa7: Download complete9228a6b99d0b: Download complete90e88fab92d1: Download complete6d5ea7e5e4af: Download completec6c7822b3a69: Download completed0814598e157: Download completec602fc8ace5e: Download complete171b3f10d791: Download complete79abe6ba87ae: Download completee3857620b2e3: Download complete4046ebec70f9: Download completece822b37f90d: Download complete63d4a5fad49f: Download complete757abf2776cc: Download complete2fb6ad275801: Download complete16def90c9320: Download complete9f25489b0b07: Download completea29ae65dad1a: Download complete77c9fb28163e: Download complete7a17e2d8fc06: Pull complete16def90c9320: Pull complete0381acc2a8b0: Pull complete2fb6ad275801: Pull complete4ed8411f916d: Download complete24962eb9bb70: Pull complete9f25489b0b07: Pull complete4046ebec70f9: Pull complete171b3f10d791: Pull complete79abe6ba87ae: Pull complete63d4a5fad49f: Pull completece822b37f90d: Pull completee3857620b2e3: Pull complete6d089a99df41: Pull complete757abf2776cc: Pull completeabb5d92a5a6e: Pull complete2a662ad093c5: Pull complete6d5ea7e5e4af: Pull complete4f4fb700ef54: Pull complete8f948ee65c8c: Pull complete0cfd154e1e5d: Pull complete147d6f7e3ac8: Pull complete95892e90f5bd: Pull complete9228a6b99d0b: Pull complete90e88fab92d1: Pull complete5f5a05b1009d: Pull complete98c684fb6d19: Pull complete23dd9958186a: Pull completef44b4a5b92bf: Pull complete2b34933fa0a0: Pull complete0579cb6ab594: Pull completec8e548f9b440: Pull completec6c7822b3a69: Pull completeeca8d6ac8a47: Pull complete4ed8411f916d: Pull complete9fcd716da651: Pull complete77c9fb28163e: Pull completed0814598e157: Pull completec602fc8ace5e: Pull complete07e5d6b3cb74: Pull completea29ae65dad1a: Pull complete0f824191c7cc: Pull completee6cfbfba1b05: Pull completee5454370caa7: Pull completeDigest: sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148Status: Downloaded newer image for ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc511482026-06-24 15:57.37 ---> using "e71f5e93635579aa375264ff191cd7628a76bff17fa38e70c7301fbe5a55a510" from cache/: (comment debian-13-4.14_riscv64_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-06-24 15:57.37 ---> using "0cf8b1f5e58dd7e6eb772897ce3a08791c101d5fcb5cd281143337c7032e9454" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9875e1aa567baabe729e1edf7e7c069efe8d3bce || git fetch origin master) && git reset -q --hard 9875e1aa567baabe729e1edf7e7c069efe8d3bce && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..edbf61b356 master -> origin/master9875e1aa56 Merge pull request #30077 from mtelvers/opam-publish-ocaml-version.4.1.32026-06-24 15:57.37 ---> using "77a0c16bcff31876a1a6970e01825f596e05c06b0052abffb17b2147bc797d6c" 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.Continue? [Y/n] y[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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-24 15:57.38 ---> using "e94a0fdffcced43386f5b91bdc6454860fdc1e9dc65eed302ad5cc49719e5f24" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-14-genericThe OCaml toplevel, version 4.14.32.5.12026-06-24 15:57.38 ---> using "9f935c466eaab744cfbd97155c39d7233da3648de1d559f13463ef9b1770cf44" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-24 15:57.38 ---> using "3cd6747bc9eddcae7168ca3a22b3b4fe3ed516b3837b658bcb44b009f640e969" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.1- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), 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-06-24 15:57.38 ---> using "892095c22622a2618c2cd3a491f42abd55044b244f78a037027a8a0aacedcb81" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-06-24 15:57.38 ---> using "3859eaf2579a8b932573c07639fb1221232539082069c06f846543122e874c2a" from cache/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-06-24 15:57.38 ---> using "b6dd4852c204a0d1e339b5fcc81ed61ce7ba6abedb734fbfc098699aebf8f422" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-24 15:57.38 ---> using "b40a069446fa502568c8245f39e9a57411f47a8aed4a421550c045e534071b43" from cache/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.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.1 dune-build-info.3.23.1 dune-configurator.3.23.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.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.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"- 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 riscv64 Packages [9379 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [212 kB]- Fetched 9822 kB in 34s (285 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-06-24 15:57.38 ---> using "91ef8e9d07eec83c4ff61b677a80b963bd5f479fe96af726c1a90c74dca86ea8" from cache/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 33 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.16.5- 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.1- install dune-build-info 3.23.1- install dune-configurator 3.23.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.1.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocp-indent 1.9.0- install re 1.14.0- install sexplib0 v0.16.0- install stdio v0.16.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 camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved base.v0.16.5 (https://opam.ocaml.org/cache)-> retrieved csexp.1.5.2 (cached)-> retrieved bechamel.0.5.0 (https://opam.ocaml.org/cache)-> retrieved either.1.0.0 (https://opam.ocaml.org/cache)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved fix.20250919 (https://opam.ocaml.org/cache)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (https://opam.ocaml.org/cache)-> retrieved dune.3.23.1, dune-build-info.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocaml-version.4.1.3 (https://github.com/ocurrent/ocaml-version/releases/download/v4.1.3/ocaml-version-4.1.3.tbz)-> retrieved re.1.14.0 (cached)-> retrieved ocp-indent.1.9.0 (https://opam.ocaml.org/cache)-> installed cmdliner.2.1.1-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stdio.v0.16.0 (https://opam.ocaml.org/cache)-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uuseg.17.0.0 (https://opam.ocaml.org/cache)-> retrieved yojson.3.0.0 (cached)-> retrieved uucp.17.0.0 (https://opam.ocaml.org/cache)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed uutf.1.0.4-> installed fpath.0.7.3-> installed dune.3.23.1-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed bechamel.0.5.0-> installed dune-build-info.3.23.1-> installed either.1.0.0-> installed uucp.17.0.0-> installed fix.20250919-> installed menhirCST.20260209-> installed dune-configurator.3.23.1-> installed menhirSdk.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed ocaml-version.4.1.3-> installed ocaml-syntax-shims.1.0.0-> installed ocp-indent.1.9.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.16.0-> installed alcotest.1.9.1-> installed uuseg.17.0.0-> installed yojson.3.0.0-> installed menhir.20260209-> installed base.v0.16.5-> installed stdio.v0.16.0Done.<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:* for Emacs, add these lines to ~/.emacs:(add-to-list 'load-path "/home/opam/.opam/4.14/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"# To update the current shell environment, run: eval $(opam env)2026-06-24 15:57.38 ---> using "b8ac375bff5f29cdab2b03a33c3f9cfdea873338dfb9677fdfc91d5cc82f53c2" from cache/src: (copy (src .) (dst /src))2026-06-24 15:58.24 ---> saved as "d2710c62e6bfc86f8ddfc0add1f66f22cfc1e8810250fd0e1708795cabab9738"/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 `QF7PEX34'.............................................................................................................................................................................................................2026-06-24 16:10.58 ---> saved as "0b1cc97ac7d685208f01323a570157217b0ddd45b114fc27e70c5bceea5ee5ea"Job succeeded2026-06-24 16:11.18: Job succeeded