Organisationsocaml-ppxocamlformat8421be ()debian-12-5.2_ppc64_opam-2.1

debian-12-5.2_ppc64_opam-2.1

Link Copied
Code Copied

Logs

2024-07-26 12:30.44: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (8421be1923024235b2c34d226195b72148963556) (linux-ppc64:debian-12-5.2_ppc64_opam-2.1)
Base: ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 8421be19
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
# debian-12-5.2_ppc64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && 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 './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-build-info.3.16.0 dune-configurator.3.16.0 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 host-arch-ppc64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocp-indent.1.8.1 re.1.11.0 seq.base sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.15.1.0 uuseg.15.1.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-07-26 12:30.44: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7-debian-12-5.2_ppc64_opam-2.1-f435ed09053942d8734d69ba07e88ae7"
2024-07-26 12:30.44: Using OBuilder spec:
((from ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7)
 (comment debian-12-5.2_ppc64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && 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 './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-build-info.3.16.0 dune-configurator.3.16.0 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 host-arch-ppc64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocp-indent.1.8.1 re.1.11.0 seq.base sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.15.1.0 uuseg.15.1.0 uutf.1.0.3 yojson.2.2.2")
 (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.1 --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"))
)


2024-07-26 12:30.44: Waiting for resource in pool OCluster
2024-07-26 12:30.44: Waiting for worker…
2024-07-26 12:30.44: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
HEAD is now at e57f7f59 ocp-indent: Restore indentation of docked 'fun' args
HEAD is now at 8421be19 vscode debugger config (#2554)


(from ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7)
Unable to find image 'ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7' locally
docker.io/ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7: Pulling from ocaml/opam
2ebe64104880: Already exists
36d70bb5f38f: Pulling fs layer
a76357984f12: Pulling fs layer
4313c2b0cf63: Pulling fs layer
cd3e526cd33e: Pulling fs layer
3672606a32ef: Pulling fs layer
cd1e440e6332: Pulling fs layer
cfc79bb20113: Pulling fs layer
1715427c2363: Pulling fs layer
25c37d991e95: Pulling fs layer
57aaa5dccec9: Pulling fs layer
7542fd3da18a: Pulling fs layer
473f7c6fc05d: Pulling fs layer
79fa1e053abe: Pulling fs layer
cdd0326d90f0: Pulling fs layer
73f130b3381e: Pulling fs layer
7e2d41fce0b1: Pulling fs layer
d7b2aa295c6a: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ae9856efb8c2: Pulling fs layer
3e136ed4b6c0: Pulling fs layer
ff9a2d21fbc8: Pulling fs layer
851b60ac026a: Pulling fs layer
3271a0835d68: Pulling fs layer
ea29b54d3873: Pulling fs layer
75cf3859a08b: Pulling fs layer
bbd8ebe08c5b: Pulling fs layer
43bb21cb0120: Pulling fs layer
fe1e70a6c3de: Pulling fs layer
bd65dc89789b: Pulling fs layer
1e9832fb251e: Pulling fs layer
e587250ce8d4: Pulling fs layer
d568120d6345: Pulling fs layer
bcebfdf55275: Pulling fs layer
1de0b1daae69: Pulling fs layer
5f7ff389a009: Pulling fs layer
c5c641d5d6de: Pulling fs layer
8880785a2a96: Pulling fs layer
b3adfb945feb: Pulling fs layer
8a0b6fd24128: Pulling fs layer
db958f4444e6: Pulling fs layer
5748e5a1b7cb: Pulling fs layer
7ccea4161c6a: Pulling fs layer
cd3e526cd33e: Waiting
3672606a32ef: Waiting
ea29b54d3873: Waiting
cd1e440e6332: Waiting
cfc79bb20113: Waiting
1715427c2363: Waiting
25c37d991e95: Waiting
57aaa5dccec9: Waiting
75cf3859a08b: Waiting
bbd8ebe08c5b: Waiting
7542fd3da18a: Waiting
43bb21cb0120: Waiting
fe1e70a6c3de: Waiting
473f7c6fc05d: Waiting
79fa1e053abe: Waiting
bd65dc89789b: Waiting
1e9832fb251e: Waiting
cdd0326d90f0: Waiting
73f130b3381e: Waiting
e587250ce8d4: Waiting
7e2d41fce0b1: Waiting
d568120d6345: Waiting
d7b2aa295c6a: Waiting
4f4fb700ef54: Waiting
bcebfdf55275: Waiting
1de0b1daae69: Waiting
ae9856efb8c2: Waiting
3e136ed4b6c0: Waiting
5f7ff389a009: Waiting
ff9a2d21fbc8: Waiting
c5c641d5d6de: Waiting
851b60ac026a: Waiting
8880785a2a96: Waiting
3271a0835d68: Waiting
b3adfb945feb: Waiting
8a0b6fd24128: Waiting
5748e5a1b7cb: Waiting
db958f4444e6: Waiting
7ccea4161c6a: Waiting
a76357984f12: Verifying Checksum
a76357984f12: Download complete
36d70bb5f38f: Verifying Checksum
36d70bb5f38f: Download complete
36d70bb5f38f: Pull complete
a76357984f12: Pull complete
cd3e526cd33e: Download complete
4313c2b0cf63: Verifying Checksum
4313c2b0cf63: Download complete
4313c2b0cf63: Pull complete
cd3e526cd33e: Pull complete
cd1e440e6332: Verifying Checksum
cd1e440e6332: Download complete
cfc79bb20113: Verifying Checksum
cfc79bb20113: Download complete
1715427c2363: Verifying Checksum
1715427c2363: Download complete
25c37d991e95: Verifying Checksum
25c37d991e95: Download complete
7542fd3da18a: Verifying Checksum
7542fd3da18a: Download complete
473f7c6fc05d: Download complete
57aaa5dccec9: Verifying Checksum
57aaa5dccec9: Download complete
79fa1e053abe: Download complete
cdd0326d90f0: Download complete
73f130b3381e: Verifying Checksum
73f130b3381e: Download complete
7e2d41fce0b1: Download complete
4f4fb700ef54: Download complete
ae9856efb8c2: Download complete
d7b2aa295c6a: Verifying Checksum
d7b2aa295c6a: Download complete
3e136ed4b6c0: Download complete
ff9a2d21fbc8: Download complete
3271a0835d68: Download complete
851b60ac026a: Download complete
ea29b54d3873: Verifying Checksum
ea29b54d3873: Download complete
75cf3859a08b: Download complete
bbd8ebe08c5b: Download complete
43bb21cb0120: Download complete
fe1e70a6c3de: Verifying Checksum
fe1e70a6c3de: Download complete
bd65dc89789b: Download complete
3672606a32ef: Verifying Checksum
3672606a32ef: Download complete
d568120d6345: Verifying Checksum
d568120d6345: Download complete
1e9832fb251e: Verifying Checksum
1e9832fb251e: Download complete
1de0b1daae69: Download complete
5f7ff389a009: Download complete
c5c641d5d6de: Verifying Checksum
c5c641d5d6de: Download complete
8880785a2a96: Verifying Checksum
8880785a2a96: Download complete
b3adfb945feb: Verifying Checksum
b3adfb945feb: Download complete
3672606a32ef: Pull complete
cd1e440e6332: Pull complete
cfc79bb20113: Pull complete
1715427c2363: Pull complete
25c37d991e95: Pull complete
57aaa5dccec9: Pull complete
7542fd3da18a: Pull complete
473f7c6fc05d: Pull complete
79fa1e053abe: Pull complete
cdd0326d90f0: Pull complete
73f130b3381e: Pull complete
7e2d41fce0b1: Pull complete
d7b2aa295c6a: Pull complete
4f4fb700ef54: Pull complete
ae9856efb8c2: Pull complete
3e136ed4b6c0: Pull complete
ff9a2d21fbc8: Pull complete
851b60ac026a: Pull complete
3271a0835d68: Pull complete
ea29b54d3873: Pull complete
75cf3859a08b: Pull complete
bbd8ebe08c5b: Pull complete
43bb21cb0120: Pull complete
fe1e70a6c3de: Pull complete
bd65dc89789b: Pull complete
1e9832fb251e: Pull complete
e587250ce8d4: Verifying Checksum
e587250ce8d4: Download complete
db958f4444e6: Download complete
5748e5a1b7cb: Download complete
7ccea4161c6a: Verifying Checksum
7ccea4161c6a: Download complete
8a0b6fd24128: Download complete
bcebfdf55275: Verifying Checksum
bcebfdf55275: Download complete
e587250ce8d4: Pull complete
d568120d6345: Pull complete
bcebfdf55275: Pull complete
1de0b1daae69: Pull complete
5f7ff389a009: Pull complete
c5c641d5d6de: Pull complete
8880785a2a96: Pull complete
b3adfb945feb: Pull complete
8a0b6fd24128: Pull complete
db958f4444e6: Pull complete
5748e5a1b7cb: Pull complete
7ccea4161c6a: Pull complete
Digest: sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
Status: Downloaded newer image for ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
2024-07-26 12:30.45 ---> using "20dfee5c32d584117e93f9bbe261179b291407cbac431cfef354e04796a76a49" from cache


/: (comment debian-12-5.2_ppc64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-07-26 12:30.45 ---> using "9d31cc363a79a6d1f54592234ca72d034317f2e20c385aa7c1609c08f8c37ed4" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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] synchronised from file:///home/opam/opam-repository
2024-07-26 12:30.45 ---> using "e97d455e29b6b89008386fc78eccd2fb82fe8b1b6083c41af7b83deaac729af1" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-38-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-07-26 12:30.45 ---> using "beb30e3e59a786efdb6f34b5338d6b87e8496aaa8eeb2edac893a9254566baca" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-07-26 12:30.45 ---> using "9906bdeffacc95785100c8c5a2b20a895b1731c993cc08d7e6e81c45b1f65220" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   39a5da86fc..d7e8a9dd3d  master     -> origin/master
44a281fd66 [new release] alcotest (5 packages) (1.8.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-07-26 12:30.45 ---> using "5ca52c0e37553981a004efc8d777fdc97cfdac5194f90621bf79e53f803c0da1" from cache


/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
            (dst ./))
2024-07-26 12:30.45 ---> using "95f94d6ad4b2de1372d2b9d8b2fde03325cd1a7e02c0541f6a40f3f40071c22f" 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)
Package ocamlformat-bench does not exist, create as a NEW package? [Y/n] y
[ocamlformat-bench.dev] synchronised (file:///src)
ocamlformat-bench is now pinned to file:///src (version dev)
2024-07-26 12:30.45 ---> using "edfe2d63e99cdff580603024e19a300d02b0b1a8c2ba717f79e4adf8cd04429a" from cache


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-build-info.3.16.0 dune-configurator.3.16.0 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 host-arch-ppc64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocp-indent.1.8.1 re.1.11.0 seq.base sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.15.1.0 uuseg.15.1.0 uutf.1.0.3 yojson.2.2.2")


/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.1 --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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [161 kB]
- Fetched 265 kB in 2s (122 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlformat-bench.dev] synchronised (no changes)
[ocamlformat.dev] synchronised (no changes)
[ocamlformat-lib.dev] synchronised (no changes)
[ocamlformat-rpc-lib.dev] synchronised (no changes)


[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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-ppc64 is already installed (current version is 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-nnp 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).
2024-07-26 12:30.45 ---> using "9c24a0cdbbb6608f0d46b82353c8710f3ccd43c6cd9f6eb45dd9b377ebf911eb" 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-ppc64 is already installed (current version is 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-nnp 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 ocamlbuild              0.15.0
  - install ocamlfind               1.9.6
  - install seq                     base
  - install dune                    3.16.0
  - install cmdliner                1.3.0
  - install topkg                   1.0.7
  - install base-bytes              base
  - install yojson                  2.2.2
  - install stdlib-shims            0.3.0
  - install sexplib0                v0.17.0
  - install re                      1.11.0
  - install ocaml-version           3.6.7
  - install ocaml-syntax-shims      1.0.0
  - install ocaml_intrinsics_kernel v0.17.0
  - install menhirSdk               20240715
  - install menhirLib               20240715
  - install menhirCST               20240715
  - install fix                     20230505
  - install either                  1.0.0
  - install dune-build-info         3.16.0
  - install csexp                   1.5.2
  - install camlp-streams           5.0.1
  - install uutf                    1.0.3
  - install uucp                    15.1.0
  - install fmt                     0.9.0
  - install astring                 0.8.5
  - install ocp-indent              1.8.1
  - install menhir                  20240715
  - install dune-configurator       3.16.0
  - install uuseg                   15.1.0
  - install bechamel                0.5.0
  - install fpath                   0.7.3
  - install alcotest                1.8.0
  - install base                    v0.17.1
  - install stdio                   v0.17.0
===== 35 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.1  (cached)
-> retrieved bechamel.0.5.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved alcotest.1.8.0  (https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-build-info.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fix.20230505  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved menhir.20240715  (cached)
-> installed cmdliner.1.3.0
-> retrieved menhirCST.20240715  (cached)
-> retrieved menhirLib.20240715  (cached)
-> retrieved menhirSdk.20240715  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ocp-indent.1.8.1  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uuseg.15.1.0  (cached)
-> retrieved uucp.15.1.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed bechamel.0.5.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20230505
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-version.3.6.7
-> installed ocaml_intrinsics_kernel.v0.17.0
-> installed sexplib0.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed yojson.2.2.2
-> installed ocp-indent.1.8.1
-> installed dune-build-info.3.16.0
-> installed alcotest.1.8.0
-> installed dune-configurator.3.16.0
-> installed base.v0.17.1
-> installed stdio.v0.17.0
-> installed menhir.20240715
-> installed uucp.15.1.0
-> installed uuseg.15.1.0
Done.


<><> ocp-indent.1.8.1 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.2/share/emacs/site-lisp")
     (require 'ocp-indent)


   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/5.2/share/ocp-indent/vim"
# Run eval $(opam env) to update the current shell environment
2024-07-26 12:30.45 ---> using "0e1df654f088af5979ec333b4cb7652e415190016df28643086b432a4755f755" from cache


/src: (copy (src .) (dst /src))
2024-07-26 12:30.45 ---> using "3e2f2a188d7c9d23271596f003fce9d923d9d1fff711f206795d1c29391c2ca8" from cache


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


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


2024-07-26 12:30.45 ---> using "53453b76bd5b7455ed156bcf8530e265438ced02f79ae79b306928c4af2eeacc" from cache
Job succeeded
2024-07-26 12:30.46: Job succeeded