2026-05-26 09:51.07: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/fix-windows-crlf-codeblock (3c7630c534c5e04ed8b08c1a132c65aeb9a641a8) (linux-x86_64:fedora-42-4.14_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "fix-windows-crlf-codeblock" && cd "ocamlformat" && git reset --hard 3c7630c5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 # fedora-42-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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.1 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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-05-26 09:51.07: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06-fedora-42-4.14_opam-2.5-d5fee1aa253b6325d0b7d0df5ffba719" 2026-05-26 09:51.07: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06) (comment fedora-42-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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.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.1 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-05-26 09:51.07: Waiting for resource in pool OCluster 2026-05-26 09:51.07: Waiting for worker… 2026-05-26 09:51.07: Got resource from pool OCluster Building on phoebe.caelum.ci.dev HEAD is now at 8af14ea59 odoc-parser: strip stray CR from deindented code block lines HEAD is now at 3c7630c53 odoc-parser: strip stray CR from deindented code block lines (from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06) Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06' locally docker.io/ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06: Pulling from ocaml/opam bcbfb8588268: Pulling fs layer 73b2408747f6: Pulling fs layer 9801aa370cb0: Pulling fs layer e2db682e1091: Pulling fs layer 35ce4f3a1d8f: Pulling fs layer 0c758f381927: Pulling fs layer 331d2e83f975: Pulling fs layer 587b7a9d2fa5: Pulling fs layer 6f5d85344b5e: Pulling fs layer 0bf270c8c680: Pulling fs layer b8a710b2793e: Pulling fs layer 102e4eb337f9: Pulling fs layer 8074f360636b: Pulling fs layer e2e6e0c8e26d: Pulling fs layer 0c758f381927: Waiting 331d2e83f975: Waiting 587b7a9d2fa5: Waiting 6f5d85344b5e: Waiting 35ce4f3a1d8f: Waiting 523ea61dbc78: Pulling fs layer 0bf270c8c680: Waiting b8a710b2793e: Waiting fdc7142430a4: Pulling fs layer 102e4eb337f9: Waiting 8074f360636b: Waiting e2e6e0c8e26d: Waiting 523ea61dbc78: Waiting e2db682e1091: Waiting bd9c320da6c3: Pulling fs layer fdc7142430a4: Waiting 84da89250dcb: Pulling fs layer 14965138aadf: Pulling fs layer bd9c320da6c3: Waiting 423340f710ae: Pulling fs layer 84da89250dcb: Waiting 14965138aadf: Waiting a8ded4eff573: Pulling fs layer 423340f710ae: Waiting 4f4fb700ef54: Pulling fs layer b0088e840ba0: Pulling fs layer a8ded4eff573: Waiting 4f4fb700ef54: Waiting 8af4a5e4bfe7: Pulling fs layer b0088e840ba0: Waiting 47714dafabe1: Pulling fs layer 8af4a5e4bfe7: Waiting 7d178f126a38: Pulling fs layer 1e25091b9328: Pulling fs layer 47714dafabe1: Waiting e7334ffd00ee: Pulling fs layer b0d0fb29e996: Pulling fs layer 1e25091b9328: Waiting e7334ffd00ee: Waiting 7d178f126a38: Waiting b514f69d4736: Pulling fs layer cc65440c3c3b: Pulling fs layer b514f69d4736: Waiting b0d0fb29e996: Waiting 92a35f6a24ed: Pulling fs layer cc65440c3c3b: Waiting 92a35f6a24ed: Waiting 9913b5eb2db3: Pulling fs layer 164a98ef7bc0: Pulling fs layer ebe09a1e10fd: Pulling fs layer 9913b5eb2db3: Waiting 164a98ef7bc0: Waiting cd30e6adea74: Pulling fs layer b864cbae0a9c: Pulling fs layer cd30e6adea74: Waiting ebe09a1e10fd: Waiting ba3fe2c0fbfd: Pulling fs layer b864cbae0a9c: Waiting 889dd894e69f: Pulling fs layer 29224cb56fda: Pulling fs layer ba3fe2c0fbfd: Waiting 6c44a2ff139a: Pulling fs layer 29224cb56fda: Waiting 889dd894e69f: Waiting 6b234c7a28b8: Pulling fs layer cd3978b92ac3: Pulling fs layer 6b234c7a28b8: Waiting 536dada2d351: Pulling fs layer 6c44a2ff139a: Waiting 67fc0ef3a1ba: Pulling fs layer 536dada2d351: Waiting cd3978b92ac3: Waiting 67fc0ef3a1ba: Waiting 73b2408747f6: Download complete e2db682e1091: Verifying Checksum e2db682e1091: Download complete 35ce4f3a1d8f: Verifying Checksum 35ce4f3a1d8f: Download complete 0c758f381927: Verifying Checksum 0c758f381927: Download complete 9801aa370cb0: Verifying Checksum 9801aa370cb0: Download complete 331d2e83f975: Verifying Checksum 331d2e83f975: Download complete 6f5d85344b5e: Verifying Checksum 6f5d85344b5e: Download complete 587b7a9d2fa5: Verifying Checksum 587b7a9d2fa5: Download complete 0bf270c8c680: Verifying Checksum 0bf270c8c680: Download complete bcbfb8588268: Verifying Checksum bcbfb8588268: Download complete 102e4eb337f9: Verifying Checksum 102e4eb337f9: Download complete b8a710b2793e: Verifying Checksum b8a710b2793e: Download complete 8074f360636b: Verifying Checksum 8074f360636b: Download complete e2e6e0c8e26d: Download complete 523ea61dbc78: Download complete fdc7142430a4: Download complete 84da89250dcb: Download complete 14965138aadf: Verifying Checksum 14965138aadf: Download complete 423340f710ae: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a8ded4eff573: Verifying Checksum a8ded4eff573: Download complete b0088e840ba0: Download complete 8af4a5e4bfe7: Verifying Checksum 8af4a5e4bfe7: Download complete 47714dafabe1: Verifying Checksum 47714dafabe1: Download complete 7d178f126a38: Verifying Checksum 7d178f126a38: Download complete e7334ffd00ee: Download complete b0d0fb29e996: Verifying Checksum b0d0fb29e996: Download complete b514f69d4736: Download complete cc65440c3c3b: Download complete 92a35f6a24ed: Download complete 9913b5eb2db3: Verifying Checksum 9913b5eb2db3: Download complete 164a98ef7bc0: Verifying Checksum 164a98ef7bc0: Download complete cd30e6adea74: Download complete ba3fe2c0fbfd: Download complete 889dd894e69f: Verifying Checksum 889dd894e69f: Download complete 29224cb56fda: Verifying Checksum 29224cb56fda: Download complete bcbfb8588268: Pull complete 73b2408747f6: Pull complete 6c44a2ff139a: Verifying Checksum 6c44a2ff139a: Download complete b864cbae0a9c: Verifying Checksum b864cbae0a9c: Download complete 9801aa370cb0: Pull complete cd3978b92ac3: Verifying Checksum cd3978b92ac3: Download complete 536dada2d351: Download complete 67fc0ef3a1ba: Verifying Checksum 67fc0ef3a1ba: Download complete 6b234c7a28b8: Verifying Checksum 6b234c7a28b8: Download complete ebe09a1e10fd: Verifying Checksum ebe09a1e10fd: Download complete e2db682e1091: Pull complete 35ce4f3a1d8f: Pull complete 0c758f381927: Pull complete 331d2e83f975: Pull complete 587b7a9d2fa5: Pull complete 6f5d85344b5e: Pull complete 0bf270c8c680: Pull complete b8a710b2793e: Pull complete 102e4eb337f9: Pull complete 8074f360636b: Pull complete e2e6e0c8e26d: Pull complete 523ea61dbc78: Pull complete fdc7142430a4: Pull complete bd9c320da6c3: Pull complete 84da89250dcb: Pull complete 14965138aadf: Pull complete 423340f710ae: Pull complete a8ded4eff573: Pull complete 4f4fb700ef54: Pull complete b0088e840ba0: Pull complete 8af4a5e4bfe7: Pull complete 47714dafabe1: Pull complete 7d178f126a38: Pull complete 1e25091b9328: Pull complete e7334ffd00ee: Pull complete b0d0fb29e996: Pull complete b514f69d4736: Pull complete cc65440c3c3b: Pull complete 92a35f6a24ed: Pull complete 9913b5eb2db3: Pull complete 164a98ef7bc0: Pull complete ebe09a1e10fd: Pull complete cd30e6adea74: Pull complete b864cbae0a9c: Pull complete ba3fe2c0fbfd: Pull complete 889dd894e69f: Pull complete 29224cb56fda: Pull complete 6c44a2ff139a: Pull complete 6b234c7a28b8: Pull complete cd3978b92ac3: Pull complete 536dada2d351: Pull complete 67fc0ef3a1ba: Pull complete Digest: sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 Status: Downloaded newer image for ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 2026-05-26 09:51.11 ---> using "a2138dc0ef62f001e023e4416ed486d1206cfe1a8119b44d0145c01c1c705900" from cache /: (comment fedora-42-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 - Updates 100% | 11.2 KiB/s | 17.7 KiB | 00m02s Fedora 42 - x86_64 100% | 61.4 KiB/s | 18.7 KiB | 00m00s Fedora 42 openh264 (From Cisco) - x86_ 100% | 5.9 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-05-26 09:51.11 ---> using "58803695cc6abc3d549c4df51963f984b5dc2f86724a3b4c1a28f3f1782c5a76" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-26 09:51.11 ---> using "ced88770838d03c64fb8e716497a3ccad63e4841e26fed6a10facd47fb2a012b" 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_HEAD 045748b2d8..9d78ee2aea master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-26 09:51.11 ---> using "d78365af53229de4fb0d282be3717bbfdf7d07065087f47209d244d34cbf1eb7" 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.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-05-26 09:51.11 ---> using "4c1cf9ed66d7300bbafb1933564195f1a9fe47f9ff8177f1a9045f0e6cabfe79" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-26 09:51.11 ---> using "1e6109092ea30f7b97dda8d4e7dbf8af745cf5d466d037257282a941e3ebc3b4" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-26 09:51.11 ---> using "6ed8e93a3d3f4ec228d043183aab8a4b1109e7102712afd6d0eb902dfbaceee7" 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-repository [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, 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 09:51.11 ---> using "c5bbd77e159cdd3ae18eb4e8dc8903fd9d33813d1775e2423f4a829ce5bf6120" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2026-05-26 09:51.11 ---> using "178dfdcfaefcd23775172daed3b374a66f93ef9242d745762e4cd44ed4b999f3" 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 09:51.11 ---> using "6700daa788f2ab4a10c638f818fe2658f5001a9c5a6927c08a9a84ec2e35736a" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-26 09:51.11 ---> using "0ae3115b634a4451db5d0533d4a9608a75fef4d122eed8f7ee059bf534ab2ab3" 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.1 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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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-05-26 09:51.11 ---> using "30fd7381039eb0dff6201a4a2afb76cc50392a27a133c8ca701847bc6a4df490" 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.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocp-indent 1.9.0 - install re 1.14.0 - install sexplib0 v0.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 base.v0.16.5 (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 fix.20250919 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.1.1 (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.16.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uuseg.17.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> installed cmdliner.2.1.1 -> retrieved yojson.3.0.0 (cached) -> retrieved uucp.17.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.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 ocp-indent.1.9.0 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed dune-configurator.3.23.1 -> installed alcotest.1.9.1 -> installed base.v0.16.5 -> installed menhir.20260209 -> installed stdio.v0.16.0 -> installed uucp.17.0.0 -> installed uuseg.17.0.0 Done. <><> 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-05-26 09:51.11 ---> using "c2ba6530405643f79a520e7ad480e4d8b03c3cffc0d104dc068764580d1f8d6b" from cache /src: (copy (src .) (dst /src)) 2026-05-26 09:51.15 ---> saved as "0095ac5f8e7c4a92556d7344a3170fd6e83c40d691469f394a2568b5c186cd34" /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 `ZSJYNX8Q'. ................................................................................ ................................................................................ ............................................ 2026-05-26 09:51.28 ---> saved as "f4f4abda1920da6fad16213a7ff2926ac4f30867e8a99e26e4f2dfa87719f0ee" Job succeeded 2026-05-26 09:51.29: Job succeeded