2026-06-25 19:04.11: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (d4e3435751ad96bcd46b70126fca4179fb50730e) (linux-riscv64:debian-13-5.5_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111Opam 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-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111# debian-13-5.5_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 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && 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.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 compiler-cloning.enabled 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.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 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 $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-25 19:04.11: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111-debian-13-5.5_riscv64_opam-2.5-2cda27467d0431760fdd68a03b4380d2"2026-06-25 19:04.11: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)(comment debian-13-5.5_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 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && 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 compiler-cloning.enabled 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.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 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-06-25 19:04.11: Waiting for resource in pool OCluster2026-06-26 03:22.10: Waiting for worker…2026-06-26 15:00.20: Got resource from pool OClusterBuilding on riscv-qemu-navajo-16All commits already cachedUpdating files: 3% (106/3459) Updating files: 4% (139/3459) Updating files: 5% (173/3459) Updating files: 6% (208/3459) Updating files: 7% (243/3459) Updating files: 8% (277/3459) Updating files: 8% (288/3459) Updating files: 9% (312/3459) Updating files: 10% (346/3459) Updating files: 11% (381/3459) Updating files: 12% (416/3459) Updating files: 13% (450/3459) Updating files: 14% (485/3459) Updating files: 15% (519/3459) Updating files: 16% (554/3459) Updating files: 16% (565/3459) Updating files: 17% (589/3459) Updating files: 18% (623/3459) Updating files: 19% (658/3459) Updating files: 20% (692/3459) Updating files: 21% (727/3459) Updating files: 22% (761/3459) Updating files: 23% (796/3459) Updating files: 24% (831/3459) Updating files: 24% (833/3459) Updating files: 25% (865/3459) Updating files: 26% (900/3459) Updating files: 27% (934/3459) Updating files: 28% (969/3459) Updating files: 29% (1004/3459) Updating files: 30% (1038/3459) Updating files: 31% (1073/3459) Updating files: 32% (1107/3459) Updating files: 33% (1142/3459) Updating files: 33% (1151/3459) Updating files: 34% (1177/3459) Updating files: 35% (1211/3459) Updating files: 36% (1246/3459) Updating files: 37% (1280/3459) Updating files: 38% (1315/3459) Updating files: 39% (1350/3459) Updating files: 40% (1384/3459) Updating files: 41% (1419/3459) Updating files: 41% (1448/3459) Updating files: 42% (1453/3459) Updating files: 43% (1488/3459) Updating files: 44% (1522/3459) Updating files: 45% (1557/3459) Updating files: 46% (1592/3459) Updating files: 47% (1626/3459) Updating files: 48% (1661/3459) Updating files: 49% (1695/3459) Updating files: 50% (1730/3459) Updating files: 51% (1765/3459) Updating files: 51% (1778/3459) Updating files: 52% (1799/3459) Updating files: 53% (1834/3459) Updating files: 54% (1868/3459) Updating files: 55% (1903/3459) Updating files: 56% (1938/3459) Updating files: 57% (1972/3459) Updating files: 58% (2007/3459) Updating files: 59% (2041/3459) Updating files: 60% (2076/3459) Updating files: 61% (2110/3459) Updating files: 62% (2145/3459) Updating files: 62% (2146/3459) Updating files: 63% (2180/3459) Updating files: 64% (2214/3459) Updating files: 65% (2249/3459) Updating files: 66% (2283/3459) Updating files: 67% (2318/3459) Updating files: 68% (2353/3459) Updating files: 69% (2387/3459) Updating files: 70% (2422/3459) Updating files: 71% (2456/3459) Updating files: 72% (2491/3459) Updating files: 72% (2492/3459) Updating files: 73% (2526/3459) Updating files: 74% (2560/3459) Updating files: 75% (2595/3459) Updating files: 76% (2629/3459) Updating files: 77% (2664/3459) Updating files: 78% (2699/3459) Updating files: 79% (2733/3459) Updating files: 80% (2768/3459) Updating files: 80% (2787/3459) Updating files: 81% (2802/3459) Updating files: 82% (2837/3459) Updating files: 83% (2871/3459) Updating files: 84% (2906/3459) Updating files: 85% (2941/3459) Updating files: 86% (2975/3459) Updating files: 87% (3010/3459) Updating files: 88% (3044/3459) Updating files: 89% (3079/3459) Updating files: 89% (3081/3459) Updating files: 90% (3114/3459) Updating files: 91% (3148/3459) Updating files: 92% (3183/3459) Updating files: 93% (3217/3459) Updating files: 94% (3252/3459) Updating files: 95% (3287/3459) Updating files: 96% (3321/3459) Updating files: 97% (3356/3459) Updating files: 97% (3361/3459) Updating files: 98% (3390/3459) Updating files: 99% (3425/3459) Updating files: 100% (3459/3459) Updating files: 100% (3459/3459), done.HEAD is now at d4e343575 Fix missing parentheses around labelled tuple argument (#2811)(from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)2026-06-26 15:00.46 ---> using "abda6c898290fbf724a812b8e5adcee51509e8308c979cd32fba27ae644f7181" from cache/: (comment debian-13-5.5_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-26 15:00.46 ---> using "fb2c59f120512fa46b0b05174d5bb9341050635536b109d154f0ef5c50e26dd3" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..ceed23f9d3 master -> origin/master2569983dbf Merge pull request #30085 from Octachron/OCaml_5.5.0_fix_relocatable_build2026-06-26 15:00.46 ---> using "d7f97ac2fdd54fefb4d218a503628b4d32513d62947ddf896775009f8598eebc" 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-26 15:00.46 ---> using "0d660153908bd1e62dc9dd61a8af7e1aeb9235baad8d31afefa54b9273dad6d4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-14-genericThe OCaml toplevel, version 5.5.02.5.12026-06-26 15:00.46 ---> using "6ba7d339ce41ad9500238230c5bc2503c8988bcc1ec3272963c223d035a88cd2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-26 15:00.46 ---> using "f735eb60dfef2a946877d0dbff86dc327d7e57df45bcc37e524c27642119c96b" 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-repositoryThe following actions will be performed:=== recompile 7 packages- recompile base-domains base [uses ocaml]- recompile base-effects base [uses ocaml]- recompile base-nnp base [uses base-domains]- recompile ocaml 5.5.0 [uses ocaml-base-compiler]- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]- recompile ocaml-compiler 5.5.0 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]=== install 1 package- install compiler-cloning enabled [required by ocaml-compiler]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> removed base-effects.base-> removed base-nnp.base-> removed base-domains.base-> installed compiler-cloning.enabled-> retrieved ocaml.5.5.0 (https://opam.ocaml.org/cache)-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.5.5.0-> removed ocaml-base-compiler.5.5.0-> retrieved ocaml-compiler.5.5.0 (https://opam.ocaml.org/cache)-> removed ocaml-compiler.5.5.0-> installed ocaml-compiler.5.5.0-> installed ocaml-base-compiler.5.5.0-> installed ocaml.5.5.0-> installed base-domains.base-> installed base-effects.base-> installed base-nnp.base-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>=> This switch had to be compiled from sources, but future switches with the 🐌same compiler version and configuration should assemble instantly.# To update the current shell environment, run: eval $(opam env)2026-06-26 15:00.46 ---> using "9e76f990441662fea21acfd6f6441faaae550cf05a5d14581e23cc1fdf1d4e2b" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-06-26 15:00.46 ---> using "e189f40adf4d2af6320d0024a234835306a29a3dca065073831761071b35fca0" 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-26 15:00.46 ---> using "a9490f3854cc8cfa976f9659bba340e7a3737317493410f6de9cd70ae365f91b" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-26 15:00.46 ---> using "6b0da2abebcb6efe084657b98f420ed6c9bbc70c8431ab0ff13bcd482bba6a07" from cache/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 compiler-cloning.enabled 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.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 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://deb.debian.org/debian trixie InRelease- 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-security trixie-security/main riscv64 Packages [214 kB]- Fetched 304 kB in 5s (65.5 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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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-06-26 15:00.46 ---> using "415370098cf98b9788d114f8e21f00ec941b399d299dd8af09dc4cbd967b66d9" 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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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.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 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.3 (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.1, dune-build-info.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved ocp-indent.1.9.0 (https://opam.ocaml.org/cache)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.1.1-> 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 uucp.17.0.0-> installed uuseg.17.0.0-> installed dune.3.23.1-> installed csexp.1.5.2-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed dune-build-info.3.23.1-> installed either.1.0.0-> installed menhirCST.20260209-> installed fix.20250919-> installed dune-configurator.3.23.1-> installed menhirGLR.20260209-> installed menhirSdk.20260209-> installed menhirLib.20260209-> installed ocaml-version.4.1.3-> installed ocaml_intrinsics_kernel.v0.17.2-> 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.17.0-> installed yojson.3.0.0-> installed alcotest.1.9.1-> installed menhir.20260209-> installed base.v0.17.3-> installed stdio.v0.17.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.5/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/5.5/share/ocp-indent/vim"# To update the current shell environment, run: eval $(opam env)2026-06-26 16:10.41 ---> saved as "f2b32dc1c27dbc28a3de05d6d03b857579bc6e77bdc784e4602ab6dadb8fe798"/src: (copy (src .) (dst /src))2026-06-26 16:11.42 ---> saved as "97ddae5825893396c18b2f0cd588b31ecbc4661428b1fe5b467183c5e497ab6e"/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 `VNHT0Z5K'.............................................................................................................................................................................................................2026-06-26 16:34.59 ---> saved as "9a437b7ad3f10b511421ca5970da218ce4b4919187d977a831be453d45568241"Job succeeded2026-06-26 16:35.21: Job succeeded