Organisationsocaml-ppxocamlformat69e6ee ()ubuntu-25.10-5.4_opam-2.5

ubuntu-25.10-5.4_opam-2.5

Logs

Show full logs
2026-03-16 10:45.09: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (69e6ee4eabd18fbf99ddba1f2c3e213424e78792) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 69e6ee4e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38
# 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.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.3 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-16 10:45.09: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38-ubuntu-25.10-5.4_opam-2.5-84d5796460d445c6141173c84113767d"
2026-03-16 10:45.09: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38)
 (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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.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.3 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-16 10:45.09: Waiting for resource in pool OCluster
2026-03-16 10:45.09: Waiting for worker…
2026-03-16 10:45.09: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
HEAD is now at 38b4607bb Format
HEAD is now at 69e6ee4ea 5.5 support: Modular explicits (#2781)

(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38' locally
docker.io/ocaml/opam@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38: Pulling from ocaml/opam
16c195d4c5e9: Pulling fs layer
10536c2a3229: Pulling fs layer
c4b489cde89f: Pulling fs layer
3054bf19173d: Pulling fs layer
72d4d5b175f6: Pulling fs layer
e2528088a671: Pulling fs layer
3054bf19173d: Waiting
72d4d5b175f6: Waiting
f8eb755e24f2: Pulling fs layer
f8eb755e24f2: Waiting
f4466119d9d7: Pulling fs layer
ea16cb990595: Pulling fs layer
f4466119d9d7: Waiting
35a2f342fb41: Pulling fs layer
ea16cb990595: Waiting
cd43ff613b85: Pulling fs layer
23c9e772d285: Pulling fs layer
35a2f342fb41: Waiting
03d461f90c5f: Pulling fs layer
1983245fed01: Pulling fs layer
03d461f90c5f: Waiting
1983245fed01: Waiting
bf5ceca7719f: Pulling fs layer
edcc8d3ba4ab: Pulling fs layer
ede0d4fa2b79: Pulling fs layer
bf5ceca7719f: Waiting
ede0d4fa2b79: Waiting
c5b15849c9ed: Pulling fs layer
edcc8d3ba4ab: Waiting
c5b15849c9ed: Waiting
62d63a36325d: Pulling fs layer
3eab5053bbaa: Pulling fs layer
ebd442105bf8: Pulling fs layer
3eab5053bbaa: Waiting
62d63a36325d: Waiting
b65dd44d0cc4: Pulling fs layer
ebd442105bf8: Waiting
4f4fb700ef54: Pulling fs layer
b65dd44d0cc4: Waiting
0b00030c2a7a: Pulling fs layer
4f4fb700ef54: Waiting
3b032402c760: Pulling fs layer
0b00030c2a7a: Waiting
5c73a2ae8046: Pulling fs layer
3b032402c760: Waiting
5c73a2ae8046: Waiting
a512bd04e73a: Pulling fs layer
787d7ef97d34: Pulling fs layer
cc77994b0a28: Pulling fs layer
0b443ca6fb74: Pulling fs layer
787d7ef97d34: Waiting
cc77994b0a28: Waiting
301890f1dd56: Pulling fs layer
0b443ca6fb74: Waiting
88a6e67e1c35: Pulling fs layer
301890f1dd56: Waiting
775001f1433c: Pulling fs layer
aa095842f5b7: Pulling fs layer
775001f1433c: Waiting
aa095842f5b7: Waiting
afe7a0ab1c61: Pulling fs layer
06772f5c82af: Pulling fs layer
afe7a0ab1c61: Waiting
7a5aa22485e6: Pulling fs layer
06772f5c82af: Waiting
262630ae96fc: Pulling fs layer
ea9456b24627: Pulling fs layer
262630ae96fc: Waiting
e26d74779ffb: Pulling fs layer
7a5aa22485e6: Waiting
ea9456b24627: Waiting
e26d74779ffb: Waiting
46280c074e3e: Pulling fs layer
46280c074e3e: Waiting
c683139ef9f4: Pulling fs layer
fe27ac77eaa7: Pulling fs layer
74e185e70e26: Pulling fs layer
c683139ef9f4: Waiting
fe27ac77eaa7: Waiting
c9457b3cbf33: Pulling fs layer
74e185e70e26: Waiting
4d065565425b: Pulling fs layer
c9457b3cbf33: Waiting
b15bcbff2633: Pulling fs layer
d0b5bff0be80: Pulling fs layer
b15bcbff2633: Waiting
d0b5bff0be80: Waiting
10536c2a3229: Verifying Checksum
10536c2a3229: Download complete
c4b489cde89f: Download complete
72d4d5b175f6: Verifying Checksum
72d4d5b175f6: Download complete
3054bf19173d: Verifying Checksum
3054bf19173d: Download complete
f8eb755e24f2: Verifying Checksum
f8eb755e24f2: Download complete
f4466119d9d7: Verifying Checksum
f4466119d9d7: Download complete
16c195d4c5e9: Verifying Checksum
16c195d4c5e9: Download complete
35a2f342fb41: Verifying Checksum
35a2f342fb41: Download complete
ea16cb990595: Verifying Checksum
ea16cb990595: Download complete
cd43ff613b85: Verifying Checksum
cd43ff613b85: Download complete
23c9e772d285: Verifying Checksum
23c9e772d285: Download complete
16c195d4c5e9: Pull complete
10536c2a3229: Pull complete
c4b489cde89f: Pull complete
03d461f90c5f: Download complete
1983245fed01: Verifying Checksum
1983245fed01: Download complete
3054bf19173d: Pull complete
72d4d5b175f6: Pull complete
bf5ceca7719f: Verifying Checksum
bf5ceca7719f: Download complete
edcc8d3ba4ab: Verifying Checksum
edcc8d3ba4ab: Download complete
ede0d4fa2b79: Verifying Checksum
ede0d4fa2b79: Download complete
c5b15849c9ed: Verifying Checksum
c5b15849c9ed: Download complete
62d63a36325d: Verifying Checksum
62d63a36325d: Download complete
ebd442105bf8: Verifying Checksum
ebd442105bf8: Download complete
4f4fb700ef54: Download complete
b65dd44d0cc4: Verifying Checksum
b65dd44d0cc4: Download complete
0b00030c2a7a: Verifying Checksum
0b00030c2a7a: Download complete
5c73a2ae8046: Download complete
e2528088a671: Verifying Checksum
e2528088a671: Download complete
3b032402c760: Download complete
a512bd04e73a: Verifying Checksum
a512bd04e73a: Download complete
cc77994b0a28: Download complete
787d7ef97d34: Download complete
0b443ca6fb74: Download complete
301890f1dd56: Verifying Checksum
301890f1dd56: Download complete
775001f1433c: Verifying Checksum
775001f1433c: Download complete
88a6e67e1c35: Download complete
aa095842f5b7: Verifying Checksum
aa095842f5b7: Download complete
afe7a0ab1c61: Verifying Checksum
afe7a0ab1c61: Download complete
7a5aa22485e6: Download complete
ea9456b24627: Download complete
e26d74779ffb: Verifying Checksum
e26d74779ffb: Download complete
46280c074e3e: Verifying Checksum
46280c074e3e: Download complete
c683139ef9f4: Verifying Checksum
c683139ef9f4: Download complete
fe27ac77eaa7: Verifying Checksum
fe27ac77eaa7: Download complete
74e185e70e26: Verifying Checksum
74e185e70e26: Download complete
262630ae96fc: Verifying Checksum
262630ae96fc: Download complete
4d065565425b: Verifying Checksum
4d065565425b: Download complete
b15bcbff2633: Verifying Checksum
b15bcbff2633: Download complete
d0b5bff0be80: Download complete
e2528088a671: Pull complete
f8eb755e24f2: Pull complete
f4466119d9d7: Pull complete
c9457b3cbf33: Verifying Checksum
c9457b3cbf33: Download complete
ea16cb990595: Pull complete
35a2f342fb41: Pull complete
cd43ff613b85: Pull complete
23c9e772d285: Pull complete
03d461f90c5f: Pull complete
1983245fed01: Pull complete
bf5ceca7719f: Pull complete
edcc8d3ba4ab: Pull complete
ede0d4fa2b79: Pull complete
c5b15849c9ed: Pull complete
62d63a36325d: Pull complete
3eab5053bbaa: Pull complete
ebd442105bf8: Pull complete
b65dd44d0cc4: Pull complete
4f4fb700ef54: Pull complete
0b00030c2a7a: Pull complete
3b032402c760: Pull complete
5c73a2ae8046: Pull complete
a512bd04e73a: Pull complete
787d7ef97d34: Pull complete
cc77994b0a28: Pull complete
0b443ca6fb74: Pull complete
301890f1dd56: Pull complete
88a6e67e1c35: Pull complete
775001f1433c: Pull complete
aa095842f5b7: Pull complete
afe7a0ab1c61: Pull complete
06772f5c82af: Verifying Checksum
06772f5c82af: Download complete
06772f5c82af: Pull complete
7a5aa22485e6: Pull complete
262630ae96fc: Pull complete
ea9456b24627: Pull complete
e26d74779ffb: Pull complete
46280c074e3e: Pull complete
c683139ef9f4: Pull complete
fe27ac77eaa7: Pull complete
74e185e70e26: Pull complete
c9457b3cbf33: Pull complete
4d065565425b: Pull complete
b15bcbff2633: Pull complete
d0b5bff0be80: Pull complete
Digest: sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38
Status: Downloaded newer image for ocaml/opam@sha256:b6da22869c1591ab428e9f2b65f7f7b251e688a3457468ec19462cece35bde38
2026-03-16 10:48.58 ---> saved as "1298e1d5dffa8ce226321a1bcac39114330568ccaf390856807160369fa2ee49"

/: (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-16 10:48.58 ---> saved as "1309b00d49741b88d8a73f19dac74cdc341f0ea644c75bd9b33ad15e1287e5a7"

/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-16 10:49.23 ---> saved as "57dc3cdc729adb9e6c9e5bf071f8fbdb234f3d02dafd21de9bfb3d54f052a06a"

/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-16 10:49.24 ---> saved as "3d0d866b98945a590649320861fdb4b7471117620aa39fb17f1722560eadacd1"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-03-16 10:49.24 ---> saved as "d4aea8789e5fc4f003c8fb4303cca09a40290830fa06e0c70a235332b8bcc654"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   340ee6fd1f..4f056bfedf  master     -> origin/master
31462e7d24 Merge pull request #29451 from dra27/relocatable-package

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible
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-16 10:49.44 ---> saved as "0c3c6cc1d1f4ef45c1f8f7bcf800c4013af0ffe69ba2af04007f091abf509b43"

/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
            (dst ./))
2026-03-16 10:49.44 ---> saved as "89c4b5f9a0335d1b467041a2c146c3043c161bf6e584ff775bcd9988dcd71389"

/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-16 10:49.51 ---> saved as "d6d37f3534ec18b55311662246f49189e0ff1995820b7d56645044b05c59a85a"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-16 10:49.51 ---> saved as "6132bb47d6f9cf9e249009316ffd69af2be8af0b339104151e0043dc2b194ac3"

/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.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.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.3 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://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [217 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [263 kB]
- Get:7 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [187 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [423 kB]
- Get:9 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [296 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [219 kB]
- Get:11 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [4037 B]
- Fetched 2013 kB in 5s (378 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-16 10:50.08 ---> saved as "572bd58983551390faf9d8e4e7384284adee2da47889c0d513020ab7e68aea95"

/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.21.1
  - install dune-build-info         3.21.1
  - install dune-configurator       3.21.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.0.3
  - 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.3  (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.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uuseg.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> 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.21.1
-> 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.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.3
-> 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-build-info.3.21.1
-> installed alcotest.1.9.1
-> installed dune-configurator.3.21.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-16 10:51.14 ---> saved as "005d26c36fcb36e4a0564095c3d5be3021a80136fddb7554a3ef19b178b0ff7d"

/src: (copy (src .) (dst /src))
2026-03-16 10:51.15 ---> saved as "fd2401001ead875e2181a46c3d768f00b68a6e74523bf9dba798b4d8586da6e9"

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

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

2026-03-16 10:51.26 ---> saved as "4ad58261af1c0c2d1d0529f527a746804b4fcbc3da72e6d5a900e1495fa35060"
Job succeeded
2026-03-16 10:51.27: Job succeeded