Organisationsocaml-ppxppxliba146b6 (main)ubuntu-24.10-5.3_opam-2.3

ubuntu-24.10-5.3_opam-2.3

Logs

Show full logs
2025-06-17 13:21.29: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (a146b6bf47ed3eb7d7548ed8fefec8f4c4fde1b0) (linux-x86_64:ubuntu-24.10-5.3_opam-2.3)
Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard a146b6bf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f
# ubuntu-24.10-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./
RUN opam pin add -yn ppxlib.dev './' && \
    opam pin add -yn ppxlib-tools.dev './' && \
    opam pin add -yn ppxlib-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-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-06-17 13:21.29: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f-ubuntu-24.10-5.3_opam-2.3-db1fd67ab22698654228147aa23c14f2"
2025-06-17 13:21.29: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f)
 (comment ubuntu-24.10-5.3_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ppxlib.dev './' && \
             \nopam pin add -yn ppxlib-tools.dev './' && \
             \nopam pin add -yn ppxlib-bench.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 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.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-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-06-17 13:21.29: Waiting for resource in pool OCluster
2025-06-17 13:21.29: Waiting for worker…
2025-06-17 13:23.33: Got resource from pool OCluster
Building on doris.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ppxlib.git-5fafe69709f8b3adce4abae87ffdb924de396fb8/.git/
HEAD is now at a146b6bf Merge pull request #574 from janestreet/jrickard/context-free-attr-replace

(from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f' locally
docker.io/ocaml/opam@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f: Pulling from ocaml/opam
ad109e5dce93: Pulling fs layer
dc634e19af86: Pulling fs layer
57e39ec0c348: Pulling fs layer
3a9b654e5a6a: Pulling fs layer
16b687d4f9b5: Pulling fs layer
f9e3dec678aa: Pulling fs layer
0b3c65653668: Pulling fs layer
c33b5100c7ff: Pulling fs layer
b9833b715169: Pulling fs layer
16b687d4f9b5: Waiting
3a9b654e5a6a: Waiting
f9e3dec678aa: Waiting
4c7bf6f24210: Pulling fs layer
e66c02efebdd: Pulling fs layer
444c9bb1ea24: Pulling fs layer
2353deab2387: Pulling fs layer
0b3c65653668: Waiting
c33b5100c7ff: Waiting
e66c02efebdd: Waiting
fba21ec4be3a: Pulling fs layer
262e6f9a93e5: Pulling fs layer
2353deab2387: Waiting
262e6f9a93e5: Waiting
444c9bb1ea24: Waiting
da06a0cd31e6: Pulling fs layer
0151299eee7b: Pulling fs layer
da06a0cd31e6: Waiting
9172f4cd0741: Pulling fs layer
0151299eee7b: Waiting
d27f086f0428: Pulling fs layer
4f4fb700ef54: Pulling fs layer
d1bd047881dc: Pulling fs layer
d27f086f0428: Waiting
acfbf801bc2f: Pulling fs layer
f9f07bfd0c21: Pulling fs layer
f9f07bfd0c21: Waiting
cf6d39950a5a: Pulling fs layer
e25f50d4ffb2: Pulling fs layer
c11e5b3456fe: Pulling fs layer
e25f50d4ffb2: Waiting
a54fa2962ae7: Pulling fs layer
4c7bf6f24210: Waiting
a54fa2962ae7: Waiting
95baf7d6699f: Pulling fs layer
254cce5b0c82: Pulling fs layer
f147002abf18: Pulling fs layer
4f4fb700ef54: Waiting
c39dacdb1d7c: Pulling fs layer
9172f4cd0741: Waiting
254cce5b0c82: Waiting
acfbf801bc2f: Waiting
f147002abf18: Waiting
769b5e8e6ac9: Pulling fs layer
c39dacdb1d7c: Waiting
95baf7d6699f: Waiting
1eaeff4f0735: Pulling fs layer
95b0155efb1f: Pulling fs layer
1eaeff4f0735: Waiting
d1bd047881dc: Waiting
439d8b4c919a: Pulling fs layer
ce2b6613014b: Pulling fs layer
95b0155efb1f: Waiting
ce83403394d3: Pulling fs layer
4265a8f38215: Pulling fs layer
163515ff9d32: Pulling fs layer
439d8b4c919a: Waiting
8d20093f3766: Pulling fs layer
1f62263ddd06: Pulling fs layer
46cc6f04d49b: Pulling fs layer
8d20093f3766: Waiting
1f62263ddd06: Waiting
16075f92b8dd: Pulling fs layer
46cc6f04d49b: Waiting
a80f248febc4: Pulling fs layer
16075f92b8dd: Waiting
91828e0e31db: Pulling fs layer
a80f248febc4: Waiting
91828e0e31db: Waiting
57e39ec0c348: Verifying Checksum
57e39ec0c348: Download complete
ad109e5dce93: Verifying Checksum
ad109e5dce93: Download complete
dc634e19af86: Download complete
16b687d4f9b5: Verifying Checksum
16b687d4f9b5: Download complete
ad109e5dce93: Pull complete
dc634e19af86: Pull complete
57e39ec0c348: Pull complete
3a9b654e5a6a: Verifying Checksum
3a9b654e5a6a: Download complete
3a9b654e5a6a: Pull complete
16b687d4f9b5: Pull complete
c33b5100c7ff: Verifying Checksum
c33b5100c7ff: Download complete
0b3c65653668: Verifying Checksum
0b3c65653668: Download complete
4c7bf6f24210: Verifying Checksum
4c7bf6f24210: Download complete
f9e3dec678aa: Verifying Checksum
f9e3dec678aa: Download complete
e66c02efebdd: Verifying Checksum
e66c02efebdd: Download complete
2353deab2387: Verifying Checksum
2353deab2387: Download complete
b9833b715169: Verifying Checksum
b9833b715169: Download complete
fba21ec4be3a: Verifying Checksum
fba21ec4be3a: Download complete
262e6f9a93e5: Verifying Checksum
262e6f9a93e5: Download complete
da06a0cd31e6: Download complete
0151299eee7b: Download complete
9172f4cd0741: Download complete
d27f086f0428: Verifying Checksum
d27f086f0428: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
acfbf801bc2f: Verifying Checksum
acfbf801bc2f: Download complete
444c9bb1ea24: Verifying Checksum
444c9bb1ea24: Download complete
f9f07bfd0c21: Verifying Checksum
f9f07bfd0c21: Download complete
d1bd047881dc: Verifying Checksum
d1bd047881dc: Download complete
cf6d39950a5a: Verifying Checksum
cf6d39950a5a: Download complete
e25f50d4ffb2: Verifying Checksum
e25f50d4ffb2: Download complete
a54fa2962ae7: Verifying Checksum
a54fa2962ae7: Download complete
c11e5b3456fe: Download complete
254cce5b0c82: Verifying Checksum
254cce5b0c82: Download complete
f147002abf18: Verifying Checksum
f147002abf18: Download complete
c39dacdb1d7c: Verifying Checksum
c39dacdb1d7c: Download complete
769b5e8e6ac9: Verifying Checksum
769b5e8e6ac9: Download complete
95baf7d6699f: Verifying Checksum
95baf7d6699f: Download complete
95b0155efb1f: Verifying Checksum
95b0155efb1f: Download complete
f9e3dec678aa: Pull complete
0b3c65653668: Pull complete
ce2b6613014b: Download complete
c33b5100c7ff: Pull complete
ce83403394d3: Verifying Checksum
ce83403394d3: Download complete
b9833b715169: Pull complete
4c7bf6f24210: Pull complete
e66c02efebdd: Pull complete
444c9bb1ea24: Pull complete
2353deab2387: Pull complete
fba21ec4be3a: Pull complete
262e6f9a93e5: Pull complete
da06a0cd31e6: Pull complete
0151299eee7b: Pull complete
9172f4cd0741: Pull complete
d27f086f0428: Pull complete
4f4fb700ef54: Pull complete
d1bd047881dc: Pull complete
acfbf801bc2f: Pull complete
f9f07bfd0c21: Pull complete
cf6d39950a5a: Pull complete
e25f50d4ffb2: Pull complete
c11e5b3456fe: Pull complete
a54fa2962ae7: Pull complete
95baf7d6699f: Pull complete
254cce5b0c82: Pull complete
f147002abf18: Pull complete
c39dacdb1d7c: Pull complete
769b5e8e6ac9: Pull complete
4265a8f38215: Verifying Checksum
4265a8f38215: Download complete
163515ff9d32: Verifying Checksum
163515ff9d32: Download complete
8d20093f3766: Verifying Checksum
8d20093f3766: Download complete
1f62263ddd06: Verifying Checksum
1f62263ddd06: Download complete
1eaeff4f0735: Download complete
16075f92b8dd: Verifying Checksum
16075f92b8dd: Download complete
a80f248febc4: Download complete
91828e0e31db: Verifying Checksum
91828e0e31db: Download complete
1eaeff4f0735: Pull complete
95b0155efb1f: Pull complete
439d8b4c919a: Verifying Checksum
439d8b4c919a: Download complete
439d8b4c919a: Pull complete
ce2b6613014b: Pull complete
ce83403394d3: Pull complete
4265a8f38215: Pull complete
163515ff9d32: Pull complete
8d20093f3766: Pull complete
1f62263ddd06: Pull complete
46cc6f04d49b: Verifying Checksum
46cc6f04d49b: Download complete
46cc6f04d49b: Pull complete
16075f92b8dd: Pull complete
a80f248febc4: Pull complete
91828e0e31db: Pull complete
Digest: sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f
Status: Downloaded newer image for ocaml/opam@sha256:20126745cc6458ad1b61595c90c2d98df4e1e21b8119b569a007b2c4ed222f6f
2025-06-17 13:25.23 ---> saved as "e55681b578954368722df1ef80ef5a6e867733b5ce3b430d5fe0a644788508bc"

/: (comment ubuntu-24.10-5.3_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-17 13:25.23 ---> saved as "dad3a40d97787bb28ac988400fbfa55ae43581b913d92de8a2ce00544cf8941c"

/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.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-06-17 13:25.51 ---> saved as "36de3e1328d453b1383731fb9a3a72ad6c2210927b408a03247029d32e97716a"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-141-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-17 13:25.52 ---> saved as "829925dfee67c959173942dbfdf9b19b81a1c2db703f2c8ddb099082f161d551"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-06-17 13:25.52 ---> saved as "48c0e443a0b5cb2329fc023964aaa702a0621bed3213547e049d4ad51c16146a"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   bc726805e3..c7269f729a  master     -> origin/master
59e7a58f9d Merge pull request #28012 from dkalinichenko-js/opam-publish-base.v0.17.3

<><> 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, 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-06-17 13:26.20 ---> saved as "145db5454f42a02610723c2d57ec1e401eaa6ec68fa3a3ec905e857122087dbd"

/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2025-06-17 13:26.20 ---> saved as "2a655b8b4037e35fd214b269d1b3faa2fb127926d16ba936676c2a245de3d59e"

/src: (run (network host)
           (shell  "opam pin add -yn ppxlib.dev './' && \
                  \nopam pin add -yn ppxlib-tools.dev './' && \
                  \nopam pin add -yn ppxlib-bench.dev './'"))
[ppxlib.dev] synchronised (file:///src)
ppxlib is now pinned to file:///src (version dev)
[ppxlib-tools.dev] synchronised (file:///src)
ppxlib-tools is now pinned to file:///src (version dev)
Package ppxlib-bench does not exist, create as a NEW package? [y/n] y
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
2025-06-17 13:26.25 ---> saved as "56f6af219cf2ae47cc0ca77ebf1e656785260895cfb89c2b7301c76818fcb676"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-17 13:26.25 ---> saved as "352d61a11b08bb61f501604eb5759358cf137ace9db1fa89911614fa59d0f91a"

/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 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.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [552 kB]
- Get:6 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [416 kB]
- Get:7 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [347 kB]
- Get:8 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [271 kB]
- Fetched 1965 kB in 1s (1329 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file:///src)
[ppxlib-bench.dev] synchronised (file:///src)
[ppxlib-tools.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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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).
2025-06-17 13:26.37 ---> saved as "11778d7df77869ef26dac781505d24e662c01fbea98ca87cf3fc1010c0afb143"

/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 15 packages
  - install base                    v0.17.3
  - install cinaps                  v0.15.1
  - install cmdliner                1.3.0
  - install csexp                   1.5.2
  - install dune                    3.19.1
  - install dune-configurator       3.19.1
  - install ocaml-compiler-libs     v0.17.0
  - install ocaml_intrinsics_kernel v0.17.1
  - install ocamlfind               1.9.8
  - install ppx_derivers            1.2.1
  - install re                      1.12.0
  - install seq                     base
  - install sexplib0                v0.17.0
  - install stdlib-shims            0.3.0
  - install yojson                  3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cinaps.v0.15.1  (https://opam.ocaml.org/cache)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed dune.3.19.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed re.1.12.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.19.1
-> installed base.v0.17.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-17 13:27.21 ---> saved as "09da8c85058c6e960c26ecb20a3ed484b2f03de9f9016463f4ab9dbcd03677d3"

/src: (copy (src .) (dst /src))
2025-06-17 13:27.22 ---> saved as "596e525160d72aca3bcc19be2e5b33a7f91ad4a8db71b08b7192105a0ac43ef1"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-17 13:27.40 ---> saved as "24e4a34598b50f1f7d6fcf32edb9dca0f496789a4f135157912be1d73221b1b0"
Job succeeded
2025-06-17 13:27.41: Job succeeded