2026-05-26 10:05.26: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/fix-windows-crlf-codeblock (77b7b28135aeee293e7bcd05b45f5bc4b0ba864c) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "fix-windows-crlf-codeblock" && cd "ocamlformat" && git reset --hard 77b7b281cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c# ubuntu-22.04-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 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.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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-05-26 10:05.26: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c-ubuntu-22.04-5.4_opam-2.5-adfa76469f547127c8459d13b111da37"2026-05-26 10:05.26: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c)(comment ubuntu-22.04-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 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.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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-05-26 10:05.26: Waiting for resource in pool OCluster2026-05-26 10:05.26: Waiting for worker…2026-05-26 10:05.27: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 77b7b2813 odoc-parser: consume CRLF in handle_last_newline(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c' locallydocker.io/ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c: Pulling from ocaml/opamf63eb04151bc: Pulling fs layerc3a7cf967865: Pulling fs layer6994ddface72: Pulling fs layer1efd9d9872cf: Pulling fs layerf2072edad4b7: Pulling fs layer1efd9d9872cf: Waiting847f5455a303: Pulling fs layerf2072edad4b7: Waitingb5fef2855228: Pulling fs layer164714ea8001: Pulling fs layerb5fef2855228: Waitingfb9c1ff34694: Pulling fs layer847f5455a303: Waiting164714ea8001: Waiting3a0954af5984: Pulling fs layerfb9c1ff34694: Waiting6027285b7abe: Pulling fs layer194499324179: Pulling fs layer436538616540: Pulling fs layereba6c657b0d1: Pulling fs layer3a0954af5984: Waiting436538616540: Waiting194499324179: Waiting6027285b7abe: Waiting75a1d643791d: Pulling fs layereba6c657b0d1: Waiting75a1d643791d: Waiting8d32fd95c2a9: Pulling fs layer4f4fb700ef54: Pulling fs layer8d32fd95c2a9: Waitingf4a6bdf1a5d4: Pulling fs layer527ab22e258c: Pulling fs layer4f4fb700ef54: Waitingf4a6bdf1a5d4: Waitingc925ee5da3a2: Pulling fs layer527ab22e258c: Waitingc925ee5da3a2: Waitingfca24bca417a: Pulling fs layer624114cf75d2: Pulling fs layer8f4ddc383044: Pulling fs layer624114cf75d2: Waiting6ff4e2f13c3d: Pulling fs layer8f4ddc383044: Waiting76c94a7a334c: Pulling fs layereb822e1c8d96: Pulling fs layer6ff4e2f13c3d: Waitingfe76e26a4bbd: Pulling fs layereb822e1c8d96: Waitinge37ac0b59238: Pulling fs layerfe76e26a4bbd: Waiting940dcac173f6: Pulling fs layer76c94a7a334c: Waiting51785f87a6f8: Pulling fs layere37ac0b59238: Waiting940dcac173f6: Waitingce421a1a7271: Pulling fs layer7424e1639045: Pulling fs layer51785f87a6f8: Waitingce421a1a7271: Waiting5345c659eb86: Pulling fs layerc5289b3e923d: Pulling fs layer7424e1639045: Waiting5345c659eb86: Waitingd4828cefae96: Pulling fs layere51a7246d012: Pulling fs layerd4828cefae96: Waitingc5289b3e923d: Waitinge51a7246d012: Waiting0f37644adc12: Pulling fs layer0464926e312d: Pulling fs layer0f37644adc12: Waiting003f09510c48: Pulling fs layerf52861b1f919: Pulling fs layer0464926e312d: Waitinga063ef7174a6: Pulling fs layercd1bf4a97a64: Pulling fs layer003f09510c48: Waiting32cdd371bb67: Pulling fs layera063ef7174a6: Waitingcd1bf4a97a64: Waiting02966ee4db72: Pulling fs layer32cdd371bb67: Waiting02966ee4db72: Waitingc3a7cf967865: Download complete6994ddface72: Verifying Checksum6994ddface72: Download completef2072edad4b7: Verifying Checksumf2072edad4b7: Download completef63eb04151bc: Verifying Checksumf63eb04151bc: Download completeb5fef2855228: Verifying Checksumb5fef2855228: Download complete164714ea8001: Verifying Checksum164714ea8001: Download complete1efd9d9872cf: Verifying Checksum1efd9d9872cf: Download completefb9c1ff34694: Verifying Checksumfb9c1ff34694: Download complete3a0954af5984: Verifying Checksum3a0954af5984: Download completef63eb04151bc: Pull completec3a7cf967865: Pull complete6994ddface72: Pull complete6027285b7abe: Verifying Checksum6027285b7abe: Download complete436538616540: Verifying Checksum436538616540: Download completeeba6c657b0d1: Verifying Checksumeba6c657b0d1: Download complete75a1d643791d: Download complete847f5455a303: Verifying Checksum847f5455a303: Download complete8d32fd95c2a9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef4a6bdf1a5d4: Verifying Checksumf4a6bdf1a5d4: Download complete527ab22e258c: Verifying Checksum527ab22e258c: Download completefca24bca417a: Verifying Checksumfca24bca417a: Download complete624114cf75d2: Verifying Checksum624114cf75d2: Download completec925ee5da3a2: Verifying Checksumc925ee5da3a2: Download complete8f4ddc383044: Download complete6ff4e2f13c3d: Download complete76c94a7a334c: Verifying Checksum76c94a7a334c: Download completeeb822e1c8d96: Verifying Checksumeb822e1c8d96: Download completefe76e26a4bbd: Verifying Checksumfe76e26a4bbd: Download completee37ac0b59238: Verifying Checksume37ac0b59238: Download complete940dcac173f6: Verifying Checksum940dcac173f6: Download complete51785f87a6f8: Verifying Checksum51785f87a6f8: Download complete1efd9d9872cf: Pull completef2072edad4b7: Pull completece421a1a7271: Verifying Checksumce421a1a7271: Download complete7424e1639045: Verifying Checksum7424e1639045: Download completec5289b3e923d: Download completee51a7246d012: Verifying Checksume51a7246d012: Download complete0f37644adc12: Verifying Checksum0f37644adc12: Download complete0464926e312d: Verifying Checksum0464926e312d: Download complete003f09510c48: Verifying Checksum003f09510c48: Download completef52861b1f919: Verifying Checksumf52861b1f919: Download complete5345c659eb86: Verifying Checksum5345c659eb86: Download completecd1bf4a97a64: Verifying Checksumcd1bf4a97a64: Download complete32cdd371bb67: Verifying Checksum32cdd371bb67: Download complete02966ee4db72: Verifying Checksum02966ee4db72: Download complete847f5455a303: Pull completeb5fef2855228: Pull complete164714ea8001: Pull completea063ef7174a6: Verifying Checksuma063ef7174a6: Download completefb9c1ff34694: Pull complete3a0954af5984: Pull completed4828cefae96: Verifying Checksumd4828cefae96: Download complete6027285b7abe: Pull complete194499324179: Pull complete436538616540: Pull completeeba6c657b0d1: Pull complete75a1d643791d: Pull complete8d32fd95c2a9: Pull complete4f4fb700ef54: Pull completef4a6bdf1a5d4: Pull complete527ab22e258c: Pull completec925ee5da3a2: Pull completefca24bca417a: Pull complete624114cf75d2: Pull complete8f4ddc383044: Pull complete6ff4e2f13c3d: Pull complete76c94a7a334c: Pull completeeb822e1c8d96: Pull completefe76e26a4bbd: Pull completee37ac0b59238: Pull complete940dcac173f6: Pull complete51785f87a6f8: Pull completece421a1a7271: Pull complete7424e1639045: Pull complete5345c659eb86: Pull completec5289b3e923d: Pull completed4828cefae96: Pull completee51a7246d012: Pull complete0f37644adc12: Pull complete0464926e312d: Pull complete003f09510c48: Pull completef52861b1f919: Pull completea063ef7174a6: Pull completecd1bf4a97a64: Pull complete32cdd371bb67: Pull complete02966ee4db72: Pull completeDigest: sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475cStatus: Downloaded newer image for ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c2026-05-26 10:05.30 ---> using "980dedcb58daec2579b2bfe2d08099f60a9194a1a9d5882ba85b86f57d31ff27" from cache/: (comment ubuntu-22.04-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-05-26 10:05.30 ---> using "c7fd9f20983583e3422457f4ee71b7c4308fa80c820baac143a3ed8ce5ae4d5a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..9d78ee2aea master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-26 10:05.30 ---> using "b1cbac0c48f89b2fdfc17875751b80baba85756e2810315d98dfd1ee5c6bc3c3" 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-05-26 10:05.30 ---> using "805bcc2b1b216e615b16511980c3ce2f85d5b9e8ad3e018e67ac884ad5ea430f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-05-26 10:05.30 ---> using "1c7234de3eb496fde4439a390c3ca70e3206cd5bc7ed70f7ecc9d32f6bd340d6" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-26 10:05.30 ---> using "d5574cb0c61069d70f890f96abec559fc0c17f25e035d95ec6b07e6fd0614ee9" 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-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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-05-26 10:05.30 ---> using "49dd6ec0e313bc9f41e1c358a04cf5b722830687de8bdc13e49d17c61b2e6ce9" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-05-26 10:05.30 ---> using "6c52a25989cd307157ef19e01c037104930a40ae3bd289a6fe0bd3030b7aa70f" 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-05-26 10:05.30 ---> using "44593c301b40865ecc6463fc0697521a2069977e9992f060f4262513f2ed1ce4" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-26 10:05.30 ---> using "da1f9856ff9135b4f425f80c47650a6fecaef8e6133af29f92c2ad441482e571" 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 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.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7084 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4296 kB]- Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1295 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.4 kB]- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1602 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [77.8 kB]- Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3955 kB]- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7361 kB]- Fetched 26.1 MB in 2s (16.4 MB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocamlformat.dev] synchronised (file:///src)[ocamlformat-bench.dev] synchronised (file:///src)[ocamlformat-lib.dev] synchronised (file:///src)[ocamlformat-rpc-lib.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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-05-26 10:05.30 ---> using "d60800504a7618a61f82456cbf3e6237091faf3421a907e0f5f15d89cba93464" 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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.1- 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.1 (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 uuseg.17.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved uucp.17.0.0 (cached)-> installed cmdliner.2.1.1-> 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.1-> installed ocaml_intrinsics_kernel.v0.17.2-> 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-configurator.3.23.1-> installed alcotest.1.9.1-> installed uucp.17.0.0-> installed menhir.20260209-> installed base.v0.17.3-> installed stdio.v0.17.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-05-26 10:05.30 ---> using "2bc7ab079e4f03badbd71b5146526ba74f4c916730b49def9f27836f8b6af123" from cache/src: (copy (src .) (dst /src))2026-05-26 10:05.33 ---> saved as "9d1017aaccc50322c4bffe731456ed878cfe47b4ba813a6209d2058249238e00"/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 `27ZP8OE4'.............................................................................................................................................................................................................2026-05-26 10:05.43 ---> saved as "733627539e056e6be6d20a76b1b22d0713215bcf875517bc7838ffe15446f69f"Job succeeded2026-05-26 10:05.43: Job succeeded