Organisationsocaml-ppxocamlformat206c15 (main)ubuntu-25.10-5.4_opam-2.5

ubuntu-25.10-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-03-24 09:41.36: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (206c15aa747e81a3ff616a43b8e2790e7aca8a4c) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 206c15aa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67
# ubuntu-25.10-5.4_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 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 b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && 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.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.0 csexp.1.5.2 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 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.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocaml_intrinsics_kernel.v0.17.1 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 $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-03-24 09:41.36: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67-ubuntu-25.10-5.4_opam-2.5-98e18f1d91833e1a13332daa304355ea"
2026-03-24 09:41.36: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67)
(comment ubuntu-25.10-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 (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 b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && 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 (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.0 csexp.1.5.2 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 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.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocaml_intrinsics_kernel.v0.17.1 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-03-24 09:41.36: Waiting for resource in pool OCluster
2026-03-24 09:41.36: Waiting for worker…
2026-03-24 09:41.36: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
HEAD is now at 2611efb83 opam: Bump the minimum OCaml version to 4.14
HEAD is now at 206c15aa7 opam: Bump the minimum OCaml version to 4.14 (#2790)


(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67' locally
docker.io/ocaml/opam@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67: Pulling from ocaml/opam
16c195d4c5e9: Already exists
eef1e591e8a9: Pulling fs layer
475b07e782b4: Pulling fs layer
18fb99e993e1: Pulling fs layer
ca37c6a45798: Pulling fs layer
c57691858953: Pulling fs layer
ca37c6a45798: Waiting
5512f1558e14: Pulling fs layer
c57691858953: Waiting
43fe003df081: Pulling fs layer
5512f1558e14: Waiting
6e925d30090e: Pulling fs layer
43fe003df081: Waiting
3417bab79df5: Pulling fs layer
6e925d30090e: Waiting
0aa36f5a555a: Pulling fs layer
3417bab79df5: Waiting
474fc3d17365: Pulling fs layer
0aa36f5a555a: Waiting
49a3768a5f63: Pulling fs layer
474fc3d17365: Waiting
49a3768a5f63: Waiting
c5abc7eafdff: Pulling fs layer
62941fb37fba: Pulling fs layer
c5abc7eafdff: Waiting
378967450a13: Pulling fs layer
62941fb37fba: Waiting
b77cfa4e2ae3: Pulling fs layer
378967450a13: Waiting
cb268f925fd0: Pulling fs layer
b77cfa4e2ae3: Waiting
cb268f925fd0: Waiting
3bf4591bde94: Pulling fs layer
34a47fe3891d: Pulling fs layer
3bf4591bde94: Waiting
0e9e8d8d7a8c: Pulling fs layer
34a47fe3891d: Waiting
024b2f94e104: Pulling fs layer
0e9e8d8d7a8c: Waiting
4f4fb700ef54: Pulling fs layer
024b2f94e104: Waiting
071fbbcf50f3: Pulling fs layer
4f4fb700ef54: Waiting
b43a2046bab2: Pulling fs layer
071fbbcf50f3: Waiting
f34036196a91: Pulling fs layer
b43a2046bab2: Waiting
b07913c71979: Pulling fs layer
f34036196a91: Waiting
f1c987ef231c: Pulling fs layer
b07913c71979: Waiting
1a8485ec060a: Pulling fs layer
f1c987ef231c: Waiting
aa1dac00c891: Pulling fs layer
1a8485ec060a: Waiting
215e9614a861: Pulling fs layer
aa1dac00c891: Waiting
117130324f1d: Pulling fs layer
215e9614a861: Waiting
edf62db1b518: Pulling fs layer
117130324f1d: Waiting
0db4778affc6: Pulling fs layer
a7061a59a18a: Pulling fs layer
0db4778affc6: Waiting
1a46a132d40e: Pulling fs layer
a7061a59a18a: Waiting
e461a5dda351: Pulling fs layer
1a46a132d40e: Waiting
baef187c60a6: Pulling fs layer
60fb67301e08: Pulling fs layer
e461a5dda351: Waiting
baef187c60a6: Waiting
bf681241fc68: Pulling fs layer
60fb67301e08: Waiting
23eaa9b4d484: Pulling fs layer
bf681241fc68: Waiting
1c659a6a7694: Pulling fs layer
23eaa9b4d484: Waiting
dba14649d85a: Pulling fs layer
1c659a6a7694: Waiting
141dacab2962: Pulling fs layer
dba14649d85a: Waiting
77e0ad4866d4: Pulling fs layer
141dacab2962: Waiting
401d82f13ac3: Pulling fs layer
77e0ad4866d4: Waiting
29458acfee8b: Pulling fs layer
401d82f13ac3: Waiting
0f86b9a8699c: Pulling fs layer
29458acfee8b: Waiting
0f86b9a8699c: Waiting
475b07e782b4: Verifying Checksum
475b07e782b4: Download complete
eef1e591e8a9: Verifying Checksum
eef1e591e8a9: Download complete
eef1e591e8a9: Pull complete
475b07e782b4: Pull complete
c57691858953: Verifying Checksum
c57691858953: Download complete
5512f1558e14: Verifying Checksum
43fe003df081: Verifying Checksum
43fe003df081: Download complete
6e925d30090e: Verifying Checksum
6e925d30090e: Download complete
ca37c6a45798: Verifying Checksum
ca37c6a45798: Download complete
3417bab79df5: Verifying Checksum
3417bab79df5: Download complete
474fc3d17365: Verifying Checksum
474fc3d17365: Download complete
0aa36f5a555a: Verifying Checksum
0aa36f5a555a: Download complete
49a3768a5f63: Verifying Checksum
49a3768a5f63: Download complete
62941fb37fba: Verifying Checksum
62941fb37fba: Download complete
378967450a13: Verifying Checksum
378967450a13: Download complete
b77cfa4e2ae3: Download complete
c5abc7eafdff: Verifying Checksum
c5abc7eafdff: Download complete
3bf4591bde94: Verifying Checksum
3bf4591bde94: Download complete
cb268f925fd0: Verifying Checksum
cb268f925fd0: Download complete
34a47fe3891d: Download complete
0e9e8d8d7a8c: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
024b2f94e104: Verifying Checksum
024b2f94e104: Download complete
b43a2046bab2: Verifying Checksum
b43a2046bab2: Download complete
f34036196a91: Verifying Checksum
f34036196a91: Download complete
071fbbcf50f3: Verifying Checksum
071fbbcf50f3: Download complete
b07913c71979: Verifying Checksum
b07913c71979: Download complete
f1c987ef231c: Verifying Checksum
f1c987ef231c: Download complete
1a8485ec060a: Download complete
aa1dac00c891: Verifying Checksum
aa1dac00c891: Download complete
215e9614a861: Verifying Checksum
215e9614a861: Download complete
117130324f1d: Download complete
edf62db1b518: Download complete
0db4778affc6: Verifying Checksum
0db4778affc6: Download complete
a7061a59a18a: Verifying Checksum
a7061a59a18a: Download complete
18fb99e993e1: Verifying Checksum
18fb99e993e1: Download complete
e461a5dda351: Verifying Checksum
e461a5dda351: Download complete
60fb67301e08: Verifying Checksum
60fb67301e08: Download complete
bf681241fc68: Verifying Checksum
bf681241fc68: Download complete
18fb99e993e1: Pull complete
23eaa9b4d484: Download complete
ca37c6a45798: Pull complete
1c659a6a7694: Verifying Checksum
1c659a6a7694: Download complete
dba14649d85a: Verifying Checksum
dba14649d85a: Download complete
141dacab2962: Verifying Checksum
141dacab2962: Download complete
baef187c60a6: Verifying Checksum
baef187c60a6: Download complete
401d82f13ac3: Download complete
29458acfee8b: Download complete
0f86b9a8699c: Download complete
77e0ad4866d4: Verifying Checksum
77e0ad4866d4: Download complete
c57691858953: Pull complete
5512f1558e14: Pull complete
43fe003df081: Pull complete
6e925d30090e: Pull complete
3417bab79df5: Pull complete
0aa36f5a555a: Pull complete
474fc3d17365: Pull complete
49a3768a5f63: Pull complete
c5abc7eafdff: Pull complete
62941fb37fba: Pull complete
378967450a13: Pull complete
b77cfa4e2ae3: Pull complete
cb268f925fd0: Pull complete
3bf4591bde94: Pull complete
34a47fe3891d: Pull complete
0e9e8d8d7a8c: Pull complete
024b2f94e104: Pull complete
4f4fb700ef54: Pull complete
071fbbcf50f3: Pull complete
b43a2046bab2: Pull complete
f34036196a91: Pull complete
b07913c71979: Pull complete
f1c987ef231c: Pull complete
1a8485ec060a: Pull complete
aa1dac00c891: Pull complete
215e9614a861: Pull complete
117130324f1d: Pull complete
edf62db1b518: Pull complete
0db4778affc6: Pull complete
a7061a59a18a: Pull complete
1a46a132d40e: Download complete
1a46a132d40e: Pull complete
e461a5dda351: Pull complete
baef187c60a6: Pull complete
60fb67301e08: Pull complete
bf681241fc68: Pull complete
23eaa9b4d484: Pull complete
1c659a6a7694: Pull complete
dba14649d85a: Pull complete
141dacab2962: Pull complete
77e0ad4866d4: Pull complete
401d82f13ac3: Pull complete
29458acfee8b: Pull complete
0f86b9a8699c: Pull complete
Digest: sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67
Status: Downloaded newer image for ocaml/opam@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67
2026-03-24 09:44.30 ---> saved as "a781d67ad57eb4ac231790d4a694bd40cad33d7e4b31ef1def44795689b32c1f"


/: (comment ubuntu-25.10-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-03-24 09:44.30 ---> saved as "abe213cdc34cea893280fdf44cd1cad04b0a7e440d2650b191efdd05f6df5c7e"


/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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-24 09:44.50 ---> saved as "7659bfa6fdb9326b707eb9973ad8bcdf27440a4236f27ab86e5cd85886d159d5"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-24 09:44.50 ---> saved as "d964b47b2ae170f14fe1436dc3eb59c3e2c6b43393eaab8966e7fb9cece21c97"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-24 09:44.50 ---> saved as "ee14fa90ac6cc53c98770e42e923950defb8fc6d617d34e15b97a90e3fef1b0c"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..b2a1270dba  master     -> origin/master
b479391466 Merge pull request #29567 from mtelvers/opam-publish-ocaml-version.4.0.4


<><> 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.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-03-24 09:45.04 ---> saved as "7f3a166d7e1db51521a4986863a9e1a50253358533b565671f12ff351de7de4a"


/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
2026-03-24 09:45.04 ---> saved as "6f6ec52f161299b114df5faeef86beabc7eb738b9d191ca51e4cd26092a5abf4"


/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-03-24 09:45.10 ---> saved as "29f6a0881aa1746ec5a1a5fde78eccd260a3e8f2e570e6fad67d89556156de15"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-24 09:45.10 ---> saved as "f89a6bc4cad7462578056f5fb46d12f0989d10cfc06ac97ed0f0a8e45aecc3ac"


/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.0 csexp.1.5.2 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 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.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocaml_intrinsics_kernel.v0.17.1 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 questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:5 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [310 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [6000 B]
- Get:7 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [199 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [435 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [268 kB]
- Fetched 1621 kB in 0s (8536 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-03-24 09:45.20 ---> saved as "f6e0cd49202addd04c65f2a840ff16c7e07b291eeb63f2218f84c59e9da638f7"


/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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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.0
- install csexp                   1.5.2
- install dune                    3.22.0
- install dune-build-info         3.22.0
- install dune-configurator       3.22.0
- 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.0.4
- install ocaml_intrinsics_kernel v0.17.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.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.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.4  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved dune.3.22.0, dune-build-info.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved uuseg.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed bechamel.0.5.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.0
-> 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.0.4
-> installed ocaml_intrinsics_kernel.v0.17.1
-> 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.22.0
-> installed alcotest.1.9.1
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed stdio.v0.17.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/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-03-24 09:46.18 ---> saved as "558283b04f2d475f205e9f6d48de9124a7f29c2ce60913371c6815c634bf283b"


/src: (copy (src .) (dst /src))
2026-03-24 09:46.20 ---> saved as "15f1a402f5e2502e9438362c68cdfa6c127fa237a2ba7cddea3e5265a1c93e56"


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


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


2026-03-24 09:46.30 ---> saved as "a15d21b55c1380d1e17d3e50359bc94c7508bbf1ac83d084548bde8d075a3197"
Job succeeded
2026-03-24 09:46.31: Job succeeded