2026-06-25 14:41.10: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/simplify-extended-std-ast (2edc185e073f206d3c6589deff53080eed0fcf10) (linux-x86_64:alpine-3.23-5.5_opam-2.5)Base: ocaml/opam:alpine-3.23-ocaml-5.5@sha256:93e98c177118f56cb037326208d40cbd49e55893a9f93e9d4bfc26bcae8889d0Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "simplify-extended-std-ast" && cd "ocamlformat" && git reset --hard 2edc185ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-5.5@sha256:93e98c177118f56cb037326208d40cbd49e55893a9f93e9d4bfc26bcae8889d0# alpine-3.23-5.5_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 14:41.10: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:alpine-3.23-ocaml-5.5@sha256:93e98c177118f56cb037326208d40cbd49e55893a9f93e9d4bfc26bcae8889d0-alpine-3.23-5.5_opam-2.5-2cda27467d0431760fdd68a03b4380d2"2026-06-25 14:41.10: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-5.5@sha256:93e98c177118f56cb037326208d40cbd49e55893a9f93e9d4bfc26bcae8889d0)(comment alpine-3.23-5.5_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 14:41.10: Waiting for resource in pool OCluster2026-06-25 15:20.30: Connecting to build cluster…2026-06-25 15:57.59: Waiting for worker…2026-06-25 16:00.12: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 2edc185e0 Misc: fmt(from ocaml/opam:alpine-3.23-ocaml-5.5@sha256:93e98c177118f56cb037326208d40cbd49e55893a9f93e9d4bfc26bcae8889d0)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.5@sha256:93e98c177118f56cb037326208d40cbd49e55893a9f93e9d4bfc26bcae8889d0' locallydocker.io/ocaml/opam@sha256:93e98c177118f56cb037326208d40cbd49e55893a9f93e9d4bfc26bcae8889d0: Pulling from ocaml/opam6a0ac1617861: Pulling fs layer8c1277c353f1: Pulling fs layer34be8855427d: Pulling fs layer339af0713143: Pulling fs layerb2462bc62474: Pulling fs layer761bb48a5f01: Pulling fs layer6a0ac1617861: Waiting47dd93cae5c7: Pulling fs layer339af0713143: Waiting7b0078d3a527: Pulling fs layer02d30e50850c: Pulling fs layer34be8855427d: Waiting8c1277c353f1: Waiting761bb48a5f01: Waiting47dd93cae5c7: Waiting7b0078d3a527: Waiting5692fc74511b: Pulling fs layer02d30e50850c: Waiting20dab20d672b: Pulling fs layer5692fc74511b: Waiting341a1b87a247: Pulling fs layerbf503d897e7f: Pulling fs layer20dab20d672b: Waiting341a1b87a247: Waiting1e5cd5bb92a7: Pulling fs layerbf503d897e7f: Waitingf8cac21f3a35: Pulling fs layer34f16e2e39cd: Pulling fs layer1e5cd5bb92a7: Waitingf8cac21f3a35: Waiting5acd66bbcbd1: Pulling fs layer4f4fb700ef54: Pulling fs layer34f16e2e39cd: Waiting27b319946611: Pulling fs layer5acd66bbcbd1: Waiting4f4fb700ef54: Waitinga3c8900c50fc: Pulling fs layer93da24dd7c26: Pulling fs layer27b319946611: Waitinga3c8900c50fc: Waiting410603bbc62a: Pulling fs layer26dfda85a83b: Pulling fs layere93e35717857: Pulling fs layer26dfda85a83b: Waitingf785fe951a90: Pulling fs layer93da24dd7c26: Waiting410603bbc62a: Waiting618c95c6ceec: Pulling fs layerf785fe951a90: Waitinge93e35717857: Waiting0c6902838456: Pulling fs layer618c95c6ceec: Waiting48958aa9bdee: Pulling fs layer484d0f508bbb: Pulling fs layer48958aa9bdee: Waiting88c5e5b0914c: Pulling fs layer416e1f7f6ea5: Pulling fs layer484d0f508bbb: Waiting88c5e5b0914c: Waiting778217fb7082: Pulling fs layer416e1f7f6ea5: Waiting257461da1599: Pulling fs layer259217d0d4f7: Pulling fs layer257461da1599: Waiting35cc2d0dc418: Pulling fs layerdd32fcc5e732: Pulling fs layer259217d0d4f7: Waiting94d528122fe2: Pulling fs layer76b8e2d3d51e: Pulling fs layer94d528122fe2: Waiting35cc2d0dc418: Waiting02c359219769: Pulling fs layer76b8e2d3d51e: Waiting868c229f6be0: Pulling fs layerdd32fcc5e732: Waiting02c359219769: Waiting7ad6d016a3dc: Pulling fs layer4b1e1484d125: Pulling fs layer7ad6d016a3dc: Waiting4b1e1484d125: Waiting6a0ac1617861: Verifying Checksum6a0ac1617861: Download complete6a0ac1617861: Pull complete8c1277c353f1: Download complete8c1277c353f1: Pull complete34be8855427d: Verifying Checksum34be8855427d: Download complete34be8855427d: Pull completeb2462bc62474: Download complete761bb48a5f01: Verifying Checksum761bb48a5f01: Download complete47dd93cae5c7: Verifying Checksum47dd93cae5c7: Download complete7b0078d3a527: Download complete02d30e50850c: Verifying Checksum02d30e50850c: Download complete5692fc74511b: Verifying Checksum5692fc74511b: Download complete20dab20d672b: Verifying Checksum20dab20d672b: Download complete339af0713143: Verifying Checksum339af0713143: Download complete341a1b87a247: Verifying Checksum341a1b87a247: Download completebf503d897e7f: Verifying Checksumbf503d897e7f: Download complete1e5cd5bb92a7: Verifying Checksum1e5cd5bb92a7: Download completef8cac21f3a35: Verifying Checksumf8cac21f3a35: Download complete34f16e2e39cd: Verifying Checksum34f16e2e39cd: Download complete5acd66bbcbd1: Download complete27b319946611: Verifying Checksum27b319946611: Download complete4f4fb700ef54: Download completea3c8900c50fc: Verifying Checksuma3c8900c50fc: Download complete410603bbc62a: Verifying Checksum410603bbc62a: Download complete26dfda85a83b: Verifying Checksum26dfda85a83b: Download completee93e35717857: Download completef785fe951a90: Verifying Checksumf785fe951a90: Download complete618c95c6ceec: Verifying Checksum618c95c6ceec: Download complete0c6902838456: Verifying Checksum0c6902838456: Download complete48958aa9bdee: Verifying Checksum48958aa9bdee: Download complete484d0f508bbb: Verifying Checksum484d0f508bbb: Download complete88c5e5b0914c: Verifying Checksum88c5e5b0914c: Download complete778217fb7082: Verifying Checksum778217fb7082: Download complete339af0713143: Pull completeb2462bc62474: Pull complete761bb48a5f01: Pull complete47dd93cae5c7: Pull complete7b0078d3a527: Pull complete02d30e50850c: Pull complete5692fc74511b: Pull complete20dab20d672b: Pull complete341a1b87a247: Pull completebf503d897e7f: Pull complete1e5cd5bb92a7: Pull completef8cac21f3a35: Pull complete34f16e2e39cd: Pull complete5acd66bbcbd1: Pull complete4f4fb700ef54: Pull complete27b319946611: Pull completea3c8900c50fc: Pull complete93da24dd7c26: Pull complete410603bbc62a: Pull complete26dfda85a83b: Pull completee93e35717857: Pull completef785fe951a90: Pull complete618c95c6ceec: Pull complete0c6902838456: Pull complete48958aa9bdee: Pull complete484d0f508bbb: Pull complete88c5e5b0914c: Pull complete257461da1599: Verifying Checksum257461da1599: Download complete259217d0d4f7: Verifying Checksum259217d0d4f7: Download complete35cc2d0dc418: Verifying Checksum35cc2d0dc418: Download complete416e1f7f6ea5: Verifying Checksum416e1f7f6ea5: Download completedd32fcc5e732: Download complete76b8e2d3d51e: Verifying Checksum76b8e2d3d51e: Download complete94d528122fe2: Verifying Checksum94d528122fe2: Download complete868c229f6be0: Download complete7ad6d016a3dc: Verifying Checksum7ad6d016a3dc: Download complete4b1e1484d125: Verifying Checksum4b1e1484d125: Download complete02c359219769: Verifying Checksum02c359219769: Download complete416e1f7f6ea5: Pull complete778217fb7082: Pull complete257461da1599: Pull complete259217d0d4f7: Pull complete35cc2d0dc418: Pull completedd32fcc5e732: Pull complete94d528122fe2: Pull complete76b8e2d3d51e: Pull complete02c359219769: Pull complete868c229f6be0: Pull complete7ad6d016a3dc: Pull complete4b1e1484d125: Pull completeDigest: sha256:93e98c177118f56cb037326208d40cbd49e55893a9f93e9d4bfc26bcae8889d0Status: Downloaded newer image for ocaml/opam@sha256:93e98c177118f56cb037326208d40cbd49e55893a9f93e9d4bfc26bcae8889d02026-06-25 16:00.16 ---> using "0b35f8b26e4386fd12f40b83ae7659fc3ebbf123c3d51d923791dfd019e9285b" from cache/: (comment alpine-3.23-5.5_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-25 16:00.16 ---> using "e06ed0bc18de005b13232449b2ae2e5bdea528d1ee355cf8b7034f84b7fcade9" 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-25 16:00.16 ---> using "64a1af6d056b3595cee8296abf9e38556d10877708dc09350b3ee5883ebde615" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-25 16:00.16 ---> using "62233b7abe7c0a252088a8e86a90807caca5e2b30cad881cfb31f4e39e323dae" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.5.02.5.12026-06-25 16:00.16 ---> using "af2627ee32adce5634a6182199b24565f3f015dd9082d3402cdb6e6c9dce02bf" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-25 16:00.16 ---> using "c99fa28e8c83acbcf30ea4736aa353ce62f892f77fc6ae2f3f4c37038ed08433" 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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml.5.5.0 (cached)-> removed base-effects.base-> removed base-nnp.base-> removed base-domains.base-> installed compiler-cloning.enabled-> retrieved ocaml-compiler.5.5.0 (cached)-> 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-> 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-25 16:00.16 ---> using "7b88fa69cf55685500857086f9bd4bb558eb342d57424cf982426837bb4bf48f" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-06-25 16:00.16 ---> using "4f67380fcdfa0e5658147e5eabbf1fbbeb5e51a8490919d7b6ea44065256f603" 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-25 16:00.25 ---> saved as "12dd64c47c73cde22aa2064912f7f17e8c34f1a5b47c2375a02f3e2941a80dc6"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-25 16:00.26 ---> saved as "868f998516600ad6bf80aabaccf07d354fed013e6dda15141258a2f52fd3c6ab"/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 "apk" "update"- v3.23.5-5-gaed5e711c81 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.5-4-g6ca65efa01a [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v3.24.0-798-gb385ac4cb5d [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v3.24.0-810-g1e8a1e165e8 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v3.24.0-809-g6b7a31c59dc [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62477 distinct packages available<><> 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-25 16:00.45 ---> saved as "0c12e7d02d04453773e79371f809475bf86c8337bbc3ac8ce904a7e6b51a13c6"/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 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 topkg.1.1.1 (cached)-> installed cmdliner.2.1.1-> retrieved uucp.17.0.0 (cached)-> retrieved uuseg.17.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.23.1-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed dune-build-info.3.23.1-> installed either.1.0.0-> installed fix.20250919-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.1.3-> installed ocaml_intrinsics_kernel.v0.17.2-> installed re.1.14.0-> installed ocp-indent.1.9.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed dune-configurator.3.23.1-> installed alcotest.1.9.1-> installed uucp.17.0.0-> installed uuseg.17.0.0-> 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-25 16:02.09 ---> saved as "01a3b0b73f6ea74f4fd16378dc38f00680034539c670c566c63ac67a51a55335"/src: (copy (src .) (dst /src))2026-06-25 16:02.13 ---> saved as "b1dcd179b97d3575c87893261805f13d07f93006c364e31f13b83001d312c848"/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 `ZZ1Y86SE'.............................................................................................................................................................................................................2026-06-25 16:02.47 ---> saved as "abcda6e0c529e632f1029cca495856520d30a1e986f505f93f243eafec6643ef"Job succeeded2026-06-25 16:02.48: Job succeeded