Organisationsocaml-ppxocamlformat3c7630 ()ubuntu-25.04-4.14_opam-2.5

ubuntu-25.04-4.14_opam-2.5

Logs

Show full logs
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:ubuntu-25.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
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:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
# ubuntu-25.04-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb-ubuntu-25.04-4.14_opam-2.5-d5fee1aa253b6325d0b7d0df5ffba719"
2026-05-26 09:51.07: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)
 (comment ubuntu-25.04-4.14_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.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 doris.caelum.ci.dev
All commits already cached
HEAD is now at 3c7630c53 odoc-parser: strip stray CR from deindented code block lines

(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb' locally
docker.io/ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb: Pulling from ocaml/opam
c62190a9ab61: Pulling fs layer
357ac6654861: Pulling fs layer
a191be1efbfd: Pulling fs layer
eb4000d4ebbc: Pulling fs layer
598bd7554f0c: Pulling fs layer
eb4000d4ebbc: Waiting
598bd7554f0c: Waiting
79d6c515bbb9: Pulling fs layer
79d6c515bbb9: Waiting
154be107f855: Pulling fs layer
fd2208c876d6: Pulling fs layer
16490c1f67c4: Pulling fs layer
154be107f855: Waiting
fd2208c876d6: Waiting
71652ce32f03: Pulling fs layer
16490c1f67c4: Waiting
f6539204dd94: Pulling fs layer
71652ce32f03: Waiting
8832196939ac: Pulling fs layer
f6539204dd94: Waiting
051ac3f8d1fa: Pulling fs layer
8832196939ac: Waiting
9c22d08d7908: Pulling fs layer
051ac3f8d1fa: Waiting
f92810fb1a76: Pulling fs layer
084bdef83a94: Pulling fs layer
f92810fb1a76: Waiting
9c22d08d7908: Waiting
d61f838e95fd: Pulling fs layer
084bdef83a94: Waiting
d61f838e95fd: Waiting
4b9d9e7979d2: Pulling fs layer
5b295751883e: Pulling fs layer
4b9d9e7979d2: Waiting
4cf5bde88b89: Pulling fs layer
a2e9395651c9: Pulling fs layer
5b295751883e: Waiting
4cf5bde88b89: Waiting
4f4fb700ef54: Pulling fs layer
a2e9395651c9: Waiting
8d482fe260fa: Pulling fs layer
4f4fb700ef54: Waiting
0c1606e5aae9: Pulling fs layer
35abd5e9c377: Pulling fs layer
8d482fe260fa: Waiting
dd98292fdce5: Pulling fs layer
013f4f55172f: Pulling fs layer
0c1606e5aae9: Waiting
35abd5e9c377: Waiting
dd98292fdce5: Waiting
74138f97645f: Pulling fs layer
013f4f55172f: Waiting
dd1ee7cdcf24: Pulling fs layer
9af03bee1815: Pulling fs layer
2aa5fb145868: Pulling fs layer
9af03bee1815: Waiting
dd1ee7cdcf24: Waiting
236cbd8de420: Pulling fs layer
2aa5fb145868: Waiting
50b334ba052c: Pulling fs layer
236cbd8de420: Waiting
0ecd776bb54b: Pulling fs layer
50b334ba052c: Waiting
61565fcd1ea7: Pulling fs layer
0ecd776bb54b: Waiting
c61c7e9567a5: Pulling fs layer
61565fcd1ea7: Waiting
6616a61e7604: Pulling fs layer
c61c7e9567a5: Waiting
9ff1755321c4: Pulling fs layer
6616a61e7604: Waiting
9ff1755321c4: Waiting
a72649cf11ee: Pulling fs layer
d7886880bcec: Pulling fs layer
a72649cf11ee: Waiting
2a89a2b3cc39: Pulling fs layer
d7886880bcec: Waiting
2a89a2b3cc39: Waiting
debc803d2143: Pulling fs layer
e4a5f49164e2: Pulling fs layer
debc803d2143: Waiting
569b9f5d92e4: Pulling fs layer
e4a5f49164e2: Waiting
ed5d03d53c7d: Pulling fs layer
569b9f5d92e4: Waiting
ed5d03d53c7d: Waiting
357ac6654861: Verifying Checksum
357ac6654861: Download complete
a191be1efbfd: Download complete
598bd7554f0c: Verifying Checksum
598bd7554f0c: Download complete
c62190a9ab61: Download complete
eb4000d4ebbc: Verifying Checksum
eb4000d4ebbc: Download complete
154be107f855: Verifying Checksum
154be107f855: Download complete
16490c1f67c4: Verifying Checksum
16490c1f67c4: Download complete
c62190a9ab61: Pull complete
fd2208c876d6: Verifying Checksum
fd2208c876d6: Download complete
357ac6654861: Pull complete
a191be1efbfd: Pull complete
71652ce32f03: Verifying Checksum
71652ce32f03: Download complete
79d6c515bbb9: Verifying Checksum
79d6c515bbb9: Download complete
eb4000d4ebbc: Pull complete
598bd7554f0c: Pull complete
9c22d08d7908: Verifying Checksum
9c22d08d7908: Download complete
051ac3f8d1fa: Verifying Checksum
051ac3f8d1fa: Download complete
f92810fb1a76: Download complete
8832196939ac: Verifying Checksum
8832196939ac: Download complete
d61f838e95fd: Download complete
084bdef83a94: Download complete
4b9d9e7979d2: Verifying Checksum
4b9d9e7979d2: Download complete
4cf5bde88b89: Download complete
a2e9395651c9: Verifying Checksum
a2e9395651c9: Download complete
5b295751883e: Verifying Checksum
5b295751883e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8d482fe260fa: Download complete
0c1606e5aae9: Download complete
35abd5e9c377: Verifying Checksum
35abd5e9c377: Download complete
dd98292fdce5: Download complete
74138f97645f: Download complete
dd1ee7cdcf24: Verifying Checksum
dd1ee7cdcf24: Download complete
013f4f55172f: Verifying Checksum
013f4f55172f: Download complete
2aa5fb145868: Download complete
9af03bee1815: Download complete
236cbd8de420: Verifying Checksum
236cbd8de420: Download complete
50b334ba052c: Verifying Checksum
50b334ba052c: Download complete
0ecd776bb54b: Verifying Checksum
0ecd776bb54b: Download complete
c61c7e9567a5: Download complete
9ff1755321c4: Verifying Checksum
9ff1755321c4: Download complete
a72649cf11ee: Download complete
d7886880bcec: Download complete
79d6c515bbb9: Pull complete
154be107f855: Pull complete
fd2208c876d6: Pull complete
16490c1f67c4: Pull complete
71652ce32f03: Pull complete
6616a61e7604: Verifying Checksum
6616a61e7604: Download complete
f6539204dd94: Pull complete
8832196939ac: Pull complete
051ac3f8d1fa: Pull complete
9c22d08d7908: Pull complete
f92810fb1a76: Pull complete
084bdef83a94: Pull complete
d61f838e95fd: Pull complete
4b9d9e7979d2: Pull complete
5b295751883e: Pull complete
4cf5bde88b89: Pull complete
a2e9395651c9: Pull complete
4f4fb700ef54: Pull complete
8d482fe260fa: Pull complete
0c1606e5aae9: Pull complete
35abd5e9c377: Pull complete
dd98292fdce5: Pull complete
013f4f55172f: Pull complete
74138f97645f: Pull complete
dd1ee7cdcf24: Pull complete
9af03bee1815: Pull complete
2aa5fb145868: Pull complete
236cbd8de420: Pull complete
50b334ba052c: Pull complete
0ecd776bb54b: Pull complete
2a89a2b3cc39: Verifying Checksum
2a89a2b3cc39: Download complete
e4a5f49164e2: Verifying Checksum
e4a5f49164e2: Download complete
569b9f5d92e4: Verifying Checksum
569b9f5d92e4: Download complete
ed5d03d53c7d: Verifying Checksum
ed5d03d53c7d: Download complete
debc803d2143: Verifying Checksum
debc803d2143: Download complete
61565fcd1ea7: Verifying Checksum
61565fcd1ea7: Download complete
61565fcd1ea7: Pull complete
c61c7e9567a5: Pull complete
6616a61e7604: Pull complete
9ff1755321c4: Pull complete
a72649cf11ee: Pull complete
d7886880bcec: Pull complete
2a89a2b3cc39: Pull complete
debc803d2143: Pull complete
e4a5f49164e2: Pull complete
569b9f5d92e4: Pull complete
ed5d03d53c7d: Pull complete
Digest: sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
Status: Downloaded newer image for ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
2026-05-26 09:51.10 ---> using "26f2d1b20504f8a72d300005d6ed3a2bee34c58ce7ff6ebb581c3cd8e7bf182d" from cache

/: (comment ubuntu-25.04-4.14_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 09:51.10 ---> using "7729be9aeef278253c48b7491490d5770d24689c06ea7841c09b3b42721cf226" 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..3e30e43808  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-26 09:51.10 ---> using "e9e45d62e88d59cbdaef603c27f67efcf4a84454ace1564a49741f98830743fb" 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/bin/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.10 ---> using "0f345740654a3d3e70ee65950cdc0f6fbfbd76ed3686823c0d11399fe5bf427a" 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.10 ---> using "91c738ae51ac9dec7b5e5adb05a10d52b42a6dafb43d8d1bc67c79998b594bf4" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-26 09:51.10 ---> using "2430de8edad6613af8233d5f4c2bb0f92ac320447f5aa702280d2b17336626c4" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository

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.10 ---> using "289515a5319bae7b9c77881320c471b52b32e3d7bb2c0fdfac535128e5b56698" from cache

/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
            (dst ./))
2026-05-26 09:51.10 ---> using "7e3b7e98f236183125f59a19069449694adbf9123f5cc38c1638c54bad901081" 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.10 ---> using "b3f7479af222f9000808d1746630ec94f0d79d40aa471d59545285e1adee75c2" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-26 09:51.10 ---> using "b16600bda836ea8f82c6b300d175696643bbd2f050e1b1232ad72bc263f7e01f" 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/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlformat.dev] synchronised (file:///src)
[ocamlformat-bench.dev] synchronised (file:///src)
[ocamlformat-lib.dev] synchronised (file:///src)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-05-26 09:51.10 ---> using "73f051e1d23e2090c4d3d2f7c536b323c66b96b1ffdf18298e53730562223a5f" 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 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 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.10 ---> using "61299933584176810d653ad0df1ebb251253132072173ca185facfcb0a400b50" from cache

/src: (copy (src .) (dst /src))
2026-05-26 09:51.13 ---> saved as "9b348b5abc791452a30ca8201674517d04a238a121e1ca6759daf5cff0bc32e3"

/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 `4K1XETHZ'.

................................................................................
................................................................................
............................................

2026-05-26 09:51.22 ---> saved as "e24cf0c5077b0d1fb621a56ce475d69e118cd34ed78c0532d749dafe0165d64f"
Job succeeded
2026-05-26 09:51.23: Job succeeded