Organisationsocaml-ppxocamlformate436e7 ()debian-13-4.12_opam-2.4

debian-13-4.12_opam-2.4

Logs

Show full logs
2025-12-15 14:45.08: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2745/head (e436e7b27a232fe45e54a447a005311433e776ef) (linux-x86_64:debian-13-4.12_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2745/head" && git reset --hard e436e7b2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
# debian-13-4.12_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && 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.15.1 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.12.0 seq.base sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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

2025-12-15 14:45.08: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a-debian-13-4.12_opam-2.4-84527581e9f6c48c9a3fdfafd46736b6"
2025-12-15 14:45.08: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a)
 (comment debian-13-4.12_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
 (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 "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && 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 (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.12.0 seq.base sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.15.0.0 uuseg.15.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.4 --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"))
)

2025-12-15 14:45.08: Waiting for resource in pool OCluster
2025-12-16 00:20.16: Waiting for worker…
2025-12-16 00:22.20: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at e436e7b2 promote margin

(from ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a' locally
docker.io/ocaml/opam@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a: Pulling from ocaml/opam
2981f7e8980b: Pulling fs layer
9c63e1c4ba84: Pulling fs layer
02578b9c9f1b: Pulling fs layer
3801cb7ba5e6: Pulling fs layer
1c4cdedd39f1: Pulling fs layer
40f6006c5f5a: Pulling fs layer
2981f7e8980b: Waiting
c451a17216ec: Pulling fs layer
9c63e1c4ba84: Waiting
e4104b8f72ee: Pulling fs layer
02578b9c9f1b: Waiting
3801cb7ba5e6: Waiting
7c7dbc5e7919: Pulling fs layer
1c4cdedd39f1: Waiting
aa82be714e7c: Pulling fs layer
40f6006c5f5a: Waiting
7c7dbc5e7919: Waiting
e4104b8f72ee: Waiting
c451a17216ec: Waiting
922520f12384: Pulling fs layer
9bfea042cef8: Pulling fs layer
1244979f7c21: Pulling fs layer
7583a0e34f94: Pulling fs layer
1244979f7c21: Waiting
9bfea042cef8: Waiting
14bef3f2665a: Pulling fs layer
7583a0e34f94: Waiting
3a4b42ce6cb5: Pulling fs layer
b0a08a900877: Pulling fs layer
14bef3f2665a: Waiting
3a4b42ce6cb5: Waiting
16ac87e68d60: Pulling fs layer
74ac6e8c9b82: Pulling fs layer
b41290a57dc5: Pulling fs layer
16ac87e68d60: Waiting
592e5bcb7159: Pulling fs layer
b41290a57dc5: Waiting
74ac6e8c9b82: Waiting
4f4fb700ef54: Pulling fs layer
1db0705661a3: Pulling fs layer
592e5bcb7159: Waiting
4f4fb700ef54: Waiting
76bb8e35b9cc: Pulling fs layer
3bc9d98c3b49: Pulling fs layer
1db0705661a3: Waiting
7096ef42e6c0: Pulling fs layer
cd0e70de8125: Pulling fs layer
3bc9d98c3b49: Waiting
23ffab57f98e: Pulling fs layer
b974353d8023: Pulling fs layer
7096ef42e6c0: Waiting
c74fba566723: Pulling fs layer
b974353d8023: Waiting
cd0e70de8125: Waiting
5ad399846f45: Pulling fs layer
c74fba566723: Waiting
3e7203fa3980: Pulling fs layer
0b8915d2a92b: Pulling fs layer
3e7203fa3980: Waiting
5ad399846f45: Waiting
e68c7a56c438: Pulling fs layer
9024d680a167: Pulling fs layer
3c7c73421b6e: Pulling fs layer
7134fa9b4278: Pulling fs layer
0b8915d2a92b: Waiting
9d94fb523099: Pulling fs layer
3c7c73421b6e: Waiting
20d06dbdae7e: Pulling fs layer
e68c7a56c438: Waiting
9024d680a167: Waiting
b9a45e537661: Pulling fs layer
9d94fb523099: Waiting
2ede2ddc2495: Pulling fs layer
90618cb27e55: Pulling fs layer
f8c1ae88daf6: Pulling fs layer
4afa8689ae83: Pulling fs layer
f8c1ae88daf6: Waiting
9c63e1c4ba84: Download complete
02578b9c9f1b: Download complete
2981f7e8980b: Verifying Checksum
2981f7e8980b: Download complete
1c4cdedd39f1: Verifying Checksum
1c4cdedd39f1: Download complete
3801cb7ba5e6: Verifying Checksum
3801cb7ba5e6: Download complete
c451a17216ec: Verifying Checksum
c451a17216ec: Download complete
e4104b8f72ee: Verifying Checksum
e4104b8f72ee: Download complete
7c7dbc5e7919: Verifying Checksum
7c7dbc5e7919: Download complete
aa82be714e7c: Verifying Checksum
aa82be714e7c: Download complete
922520f12384: Verifying Checksum
922520f12384: Download complete
2981f7e8980b: Pull complete
9c63e1c4ba84: Pull complete
02578b9c9f1b: Pull complete
9bfea042cef8: Verifying Checksum
9bfea042cef8: Download complete
3801cb7ba5e6: Pull complete
1244979f7c21: Verifying Checksum
1244979f7c21: Download complete
1c4cdedd39f1: Pull complete
7583a0e34f94: Verifying Checksum
7583a0e34f94: Download complete
14bef3f2665a: Download complete
3a4b42ce6cb5: Download complete
b0a08a900877: Download complete
16ac87e68d60: Download complete
74ac6e8c9b82: Verifying Checksum
74ac6e8c9b82: Download complete
b41290a57dc5: Download complete
592e5bcb7159: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
1db0705661a3: Download complete
76bb8e35b9cc: Verifying Checksum
76bb8e35b9cc: Download complete
3bc9d98c3b49: Verifying Checksum
3bc9d98c3b49: Download complete
7096ef42e6c0: Download complete
cd0e70de8125: Verifying Checksum
cd0e70de8125: Download complete
23ffab57f98e: Download complete
b974353d8023: Download complete
c74fba566723: Verifying Checksum
c74fba566723: Download complete
5ad399846f45: Verifying Checksum
5ad399846f45: Download complete
0b8915d2a92b: Download complete
3e7203fa3980: Download complete
e68c7a56c438: Download complete
3c7c73421b6e: Download complete
9024d680a167: Verifying Checksum
9024d680a167: Download complete
9d94fb523099: Download complete
20d06dbdae7e: Verifying Checksum
20d06dbdae7e: Download complete
b9a45e537661: Download complete
40f6006c5f5a: Download complete
90618cb27e55: Verifying Checksum
90618cb27e55: Download complete
f8c1ae88daf6: Verifying Checksum
f8c1ae88daf6: Download complete
4afa8689ae83: Verifying Checksum
4afa8689ae83: Download complete
40f6006c5f5a: Pull complete
c451a17216ec: Pull complete
e4104b8f72ee: Pull complete
7c7dbc5e7919: Pull complete
aa82be714e7c: Pull complete
922520f12384: Pull complete
9bfea042cef8: Pull complete
1244979f7c21: Pull complete
7134fa9b4278: Verifying Checksum
7134fa9b4278: Download complete
7583a0e34f94: Pull complete
14bef3f2665a: Pull complete
3a4b42ce6cb5: Pull complete
b0a08a900877: Pull complete
2ede2ddc2495: Verifying Checksum
2ede2ddc2495: Download complete
16ac87e68d60: Pull complete
74ac6e8c9b82: Pull complete
b41290a57dc5: Pull complete
592e5bcb7159: Pull complete
4f4fb700ef54: Pull complete
1db0705661a3: Pull complete
76bb8e35b9cc: Pull complete
3bc9d98c3b49: Pull complete
7096ef42e6c0: Pull complete
cd0e70de8125: Pull complete
23ffab57f98e: Pull complete
b974353d8023: Pull complete
c74fba566723: Pull complete
5ad399846f45: Pull complete
3e7203fa3980: Pull complete
0b8915d2a92b: Pull complete
e68c7a56c438: Pull complete
9024d680a167: Pull complete
3c7c73421b6e: Pull complete
7134fa9b4278: Pull complete
9d94fb523099: Pull complete
20d06dbdae7e: Pull complete
b9a45e537661: Pull complete
2ede2ddc2495: Pull complete
90618cb27e55: Pull complete
f8c1ae88daf6: Pull complete
4afa8689ae83: Pull complete
Digest: sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
Status: Downloaded newer image for ocaml/opam@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
2025-12-16 00:22.23 ---> using "c6b8ba26269bede3ec915c3d1cb4e21bf07ca291d8c3b0f2ea655411615b77d4" from cache

/: (comment debian-13-4.12_opam-2.4)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-16 00:22.23 ---> using "c0cd2fba0907a86cc9c71cce10bb7cc29b16f68887950186a401f764b04c8a9f" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-16 00:22.23 ---> using "590049f02a82e80407a427e2cfcf2e26906769ff1e957f1efdf5f3a9b2f7a5df" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.12.1
2.4.1
2025-12-16 00:22.23 ---> using "2af5ea08c29e1a57ede610a50d11b6b301633761e4da5911c50e04c9a1dda605" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-12-16 00:22.23 ---> using "d5191a541b526edc4ea871760fd03a8d0d9cfef81b82a0b7c87c4ded07af167f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ee48e882f0..c65fcb1165  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised 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.4.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)
2025-12-16 00:22.23 ---> using "9db00525bcabe87bfc4498a0cb3e29fb161e22b719f6456ecac934721fd64dee" from cache

/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
            (dst ./))
2025-12-16 00:22.23 ---> using "e0bacc1dd582ce9daa9bb17bb3a48db45aede48b62f48bfa13b6b3f6fe2d1600" 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)
2025-12-16 00:22.23 ---> using "9fe8e8ade7523da2d7c071a9c52d438c605d439e06a8d1b6cce6dc734d165e0c" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-16 00:22.23 ---> using "5cb9c3a384f401e9a5a7fb96761fca9551ac9a4dbb91e95e7fd705583f624529" from cache

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.12.0 seq.base sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.15.0.0 uuseg.15.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.4 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [84.8 kB]
- Fetched 176 kB in 0s (1592 kB/s)
- Reading package lists...
- 

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

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.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-bigarray is already installed (current version is base).
2025-12-16 00:22.23 ---> using "8e326d5174c893fc915a48985cad25a997f25fa4cea865796a5838bd75383b31" 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.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.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-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.15.1
  - install bechamel           0.5.0
  - install camlp-streams      5.0.1
  - install cmdliner           2.1.0
  - install csexp              1.5.2
  - install dune               3.20.2
  - install dune-build-info    3.20.2
  - install dune-configurator  3.20.2
  - install either             1.0.0
  - install fix                20250919
  - install fmt                0.11.0
  - install fpath              0.7.3
  - install menhir             20250912
  - install menhirCST          20250912
  - install menhirLib          20250912
  - install menhirSdk          20250912
  - install ocaml-syntax-shims 1.0.0
  - install ocaml-version      4.0.3
  - install ocamlbuild         0.16.1
  - install ocamlfind          1.9.8
  - install ocp-indent         1.9.0
  - install re                 1.12.0
  - install seq                base
  - install sexplib0           v0.15.1
  - install stdio              v0.15.0
  - install stdlib-shims       0.3.0
  - install topkg              1.1.1
  - install uucp               15.0.0
  - install uuseg              15.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.15.1  (cached)
-> retrieved bechamel.0.5.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.1.0  (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.0.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved stdio.v0.15.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uuseg.15.0.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved uucp.15.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.20.2
-> installed bechamel.0.5.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20250919
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.3
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed yojson.3.0.0
-> installed ocp-indent.1.9.0
-> installed dune-build-info.3.20.2
-> installed alcotest.1.9.1
-> installed dune-configurator.3.20.2
-> installed uucp.15.0.0
-> installed uuseg.15.0.0
-> installed base.v0.15.1
-> installed stdio.v0.15.0
-> installed menhir.20250912
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.12/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/4.12/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2025-12-16 00:22.23 ---> using "ab66ee773e5ddb085c55772e9a9c0ded7c9a156578c33cd53d32091b37bc05e7" from cache

/src: (copy (src .) (dst /src))
2025-12-16 00:22.27 ---> saved as "3128e612a8e842840e7754af57392144a44c989a0111292b5f1f6a2a53ff5efd"

/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 `10CIDLP0'.

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

2025-12-16 00:23.23 ---> saved as "b89e68b00c98af0c661ed05ee3ecc3ed3b84c779566f7df89c5e335bf3a6a68b"
Job succeeded
2025-12-16 00:23.24: Job succeeded