Organisationstaridesmongoc-ocaml042080 (main)fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-22 14:12.08: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (042080ab77ab888069120fa0910b9b4c87e6e274) (linux-x86_64:fedora-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard 042080ab
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
# fedora-42-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mongoc.opam ./
RUN opam pin add -yn mongoc.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mongoc.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-04-22 14:12.08: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb-fedora-42-5.4_opam-2.5-3a3be88da46736842478fc4386c76d36"
2026-04-22 14:12.08: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)
(comment fedora-42-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mongoc.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn mongoc.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.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 mongoc.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-04-22 14:12.08: Waiting for resource in pool OCluster
2026-04-22 15:22.37: Waiting for worker…
2026-04-22 15:25.22: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 042080a Merge pull request #2 from tarides/ci


(from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb' locally
docker.io/ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb: Pulling from ocaml/opam
bcbfb8588268: Already exists
7c86f07d981d: Already exists
e523f6cbdc73: Already exists
e196c832855a: Already exists
c24dcc89d23e: Already exists
cd9def049d81: Already exists
e360f9824a3f: Already exists
fbeadbd8287f: Already exists
b5be9212d8a5: Already exists
58850ac9f02f: Already exists
94de074660d5: Already exists
c6d785172de9: Pulling fs layer
5642a0bc3a02: Pulling fs layer
677ac3b3af73: Pulling fs layer
97f4a46fa01c: Pulling fs layer
97f4a46fa01c: Waiting
887c8b3bd767: Pulling fs layer
887c8b3bd767: Waiting
8572bae05e44: Pulling fs layer
a801ab04175f: Pulling fs layer
8572bae05e44: Waiting
8eb7359ab813: Pulling fs layer
a801ab04175f: Waiting
ea7dd170751f: Pulling fs layer
8eb7359ab813: Waiting
ea7dd170751f: Waiting
4f4fb700ef54: Pulling fs layer
4eeb3f6c741a: Pulling fs layer
4f4fb700ef54: Waiting
d8096e11e5a7: Pulling fs layer
4eeb3f6c741a: Waiting
b45c71862e05: Pulling fs layer
d8096e11e5a7: Waiting
3d3025681a79: Pulling fs layer
b45c71862e05: Waiting
3619e9f4de7b: Pulling fs layer
3d3025681a79: Waiting
e1d8131f324a: Pulling fs layer
98ffe2fff5c0: Pulling fs layer
e1d8131f324a: Waiting
ecf008026c3e: Pulling fs layer
98ffe2fff5c0: Waiting
b7768b04427d: Pulling fs layer
ecf008026c3e: Waiting
aad28dcc458f: Pulling fs layer
b7768b04427d: Waiting
2972bd6e2f3d: Pulling fs layer
aad28dcc458f: Waiting
ca68011eb393: Pulling fs layer
2972bd6e2f3d: Waiting
ca68011eb393: Waiting
ae07445296b0: Pulling fs layer
ae07445296b0: Waiting
f042b21668eb: Pulling fs layer
45040ee99e59: Pulling fs layer
f042b21668eb: Waiting
9ffc20870c04: Pulling fs layer
45040ee99e59: Waiting
5238c2dafd46: Pulling fs layer
9ffc20870c04: Waiting
5238c2dafd46: Waiting
d98d556ee1fb: Pulling fs layer
fd7b54172364: Pulling fs layer
d98d556ee1fb: Waiting
bb0d31b2f870: Pulling fs layer
fd7b54172364: Waiting
bb0d31b2f870: Waiting
0f27e5b0a211: Pulling fs layer
e4629b699694: Pulling fs layer
0f27e5b0a211: Waiting
e80cce26268d: Pulling fs layer
e4629b699694: Waiting
e80cce26268d: Waiting
677ac3b3af73: Download complete
5642a0bc3a02: Verifying Checksum
5642a0bc3a02: Download complete
97f4a46fa01c: Verifying Checksum
97f4a46fa01c: Download complete
887c8b3bd767: Verifying Checksum
887c8b3bd767: Download complete
8572bae05e44: Download complete
c6d785172de9: Verifying Checksum
c6d785172de9: Download complete
a801ab04175f: Download complete
8eb7359ab813: Verifying Checksum
8eb7359ab813: Download complete
ea7dd170751f: Verifying Checksum
ea7dd170751f: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4eeb3f6c741a: Verifying Checksum
4eeb3f6c741a: Download complete
c6d785172de9: Pull complete
b45c71862e05: Download complete
3d3025681a79: Verifying Checksum
3d3025681a79: Download complete
d8096e11e5a7: Verifying Checksum
d8096e11e5a7: Download complete
5642a0bc3a02: Pull complete
677ac3b3af73: Pull complete
97f4a46fa01c: Pull complete
887c8b3bd767: Pull complete
e1d8131f324a: Verifying Checksum
e1d8131f324a: Download complete
98ffe2fff5c0: Verifying Checksum
98ffe2fff5c0: Download complete
8572bae05e44: Pull complete
3619e9f4de7b: Verifying Checksum
3619e9f4de7b: Download complete
a801ab04175f: Pull complete
8eb7359ab813: Pull complete
ea7dd170751f: Pull complete
4f4fb700ef54: Pull complete
4eeb3f6c741a: Pull complete
d8096e11e5a7: Pull complete
b45c71862e05: Pull complete
3d3025681a79: Pull complete
3619e9f4de7b: Pull complete
e1d8131f324a: Pull complete
98ffe2fff5c0: Pull complete
ecf008026c3e: Verifying Checksum
ecf008026c3e: Download complete
ecf008026c3e: Pull complete
b7768b04427d: Download complete
b7768b04427d: Pull complete
aad28dcc458f: Download complete
aad28dcc458f: Pull complete
2972bd6e2f3d: Download complete
2972bd6e2f3d: Pull complete
ca68011eb393: Verifying Checksum
ca68011eb393: Download complete
ca68011eb393: Pull complete
f042b21668eb: Download complete
9ffc20870c04: Verifying Checksum
9ffc20870c04: Download complete
5238c2dafd46: Download complete
d98d556ee1fb: Download complete
fd7b54172364: Verifying Checksum
fd7b54172364: Download complete
bb0d31b2f870: Verifying Checksum
bb0d31b2f870: Download complete
0f27e5b0a211: Verifying Checksum
0f27e5b0a211: Download complete
e4629b699694: Verifying Checksum
e4629b699694: Download complete
e80cce26268d: Verifying Checksum
e80cce26268d: Download complete
45040ee99e59: Verifying Checksum
45040ee99e59: Download complete
ae07445296b0: Verifying Checksum
ae07445296b0: Download complete
ae07445296b0: Pull complete
f042b21668eb: Pull complete
45040ee99e59: Pull complete
9ffc20870c04: Pull complete
5238c2dafd46: Pull complete
d98d556ee1fb: Pull complete
fd7b54172364: Pull complete
bb0d31b2f870: Pull complete
0f27e5b0a211: Pull complete
e4629b699694: Pull complete
e80cce26268d: Pull complete
Digest: sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
Status: Downloaded newer image for ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
2026-04-22 15:25.22 ---> using "423398002419b3482a8b9665338c10f3f6c6b1984e842901c7828810d9f1719f" from cache


/: (comment fedora-42-5.4_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 42 - x86_64 - Updates           100% |  32.2 KiB/s |  16.1 KiB |  00m01s
Fedora 42 - x86_64                     100% |  73.4 KiB/s |  21.4 KiB |  00m00s
Fedora 42 openh264 (From Cisco) - x86_ 100% |   6.6 KiB/s | 986.0   B |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2026-04-22 15:25.22 ---> using "1427494dc45be5d05dbedbb8c6284d5e83d9273a70f2daf74a61f90a98d0153e" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-22 15:25.22 ---> using "19628ecee2b7021c05d076acb8b575d724060ee9d27e8253ec58be2a65f4ddd0" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-22 15:25.22 ---> using "00f7701599ad8380429df556869d2f9cb63297eff82a94fac2e05a284e8da899" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-22 15:25.22 ---> using "e55eb9acff13ea939a36766f3c838462b852eaadd915ca3606d1a3083dc268bf" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-22 15:25.22 ---> using "6c2e1647892afca68a954ba31371313f5c7a85b2327e123f87d1fdd112f8c4bd" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..80ba534fc6  master     -> origin/master
036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


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-04-22 15:25.22 ---> using "36036cdbd63f65f9eca29a3b51cd2e26346aca2e24094b6d59fb63fb74267869" from cache


/src: (copy (src mongoc.opam) (dst ./))
2026-04-22 15:25.23 ---> saved as "9ce599b0db752f234014ff1a4e2fcb6e5e4a68ce115fac2a72d0c168e59e42a0"


/src: (run (network host)
(shell "opam pin add -yn mongoc.dev './'"))
[NOTE] Package mongoc does not exist in opam repositories registered in the current switch.
[mongoc.dev] synchronised (file:///src)
mongoc is now pinned to file:///src (version dev)
2026-04-22 15:25.25 ---> saved as "72da79b17d2f34b2c94fe75932b5f1c1e98760a29ee8321cd0717a0df88235a6"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-22 15:25.25 ---> saved as "ab30dcbfa338db2a596d9f795f377252867453bfc3be7110394c42185953992b"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.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 mongoc.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mongoc.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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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 system packages will first need to be installed:
mongo-c-driver-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/sbin/sudo "yum" "install" "-y" "mongo-c-driver-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package               Arch   Version        Repository      Size
- Installing:
-  mongo-c-driver-devel x86_64 1.30.8-1.fc42  updates      1.2 MiB
- Installing dependencies:
-  cmake-filesystem     x86_64 3.31.11-1.fc42 updates      0.0   B
-  libbson              x86_64 1.30.8-1.fc42  updates    260.9 KiB
-  libbson-devel        x86_64 1.30.8-1.fc42  updates    490.8 KiB
-  libmongocrypt        x86_64 1.15.2-1.fc42  updates      3.1 MiB
-  libmongocrypt-devel  x86_64 1.15.2-1.fc42  updates      1.2 MiB
-  libzstd-devel        x86_64 1.5.7-1.fc42   fedora     208.0 KiB
-  mongo-c-driver       x86_64 1.30.8-1.fc42  updates     11.5 KiB
-  mongo-c-driver-libs  x86_64 1.30.8-1.fc42  updates      1.1 MiB
-  snappy               x86_64 1.2.1-4.fc42   fedora      71.3 KiB
-  utf8proc             x86_64 2.10.0-1.fc42  fedora     372.0 KiB
- 
- Transaction Summary:
-  Installing:        11 packages
- 
- Total size of inbound packages is 4 MiB. Need to download 4 MiB.
- After this operation, 8 MiB extra will be used (install 8 MiB, remove 0 B).
- [ 1/11] mongo-c-driver-0:1.30.8-1.fc42. 100% | 137.3 KiB/s |  13.9 KiB |  00m00s
- [ 2/11] snappy-0:1.2.1-4.fc42.x86_64    100% | 738.4 KiB/s |  39.9 KiB |  00m00s
- [ 3/11] utf8proc-0:2.10.0-1.fc42.x86_64 100% |   6.1 MiB/s |  81.8 KiB |  00m00s
- [ 4/11] libbson-0:1.30.8-1.fc42.x86_64  100% | 624.5 KiB/s | 103.7 KiB |  00m00s
- [ 5/11] mongo-c-driver-libs-0:1.30.8-1. 100% |   1.1 MiB/s | 383.3 KiB |  00m00s
- [ 6/11] cmake-filesystem-0:3.31.11-1.fc 100% | 582.4 KiB/s |  12.8 KiB |  00m00s
- [ 7/11] libbson-devel-0:1.30.8-1.fc42.x 100% |   1.4 MiB/s | 336.7 KiB |  00m00s
- [ 8/11] mongo-c-driver-devel-0:1.30.8-1 100% |   1.5 MiB/s |   1.1 MiB |  00m01s
- [ 9/11] libmongocrypt-devel-0:1.15.2-1. 100% |   1.9 MiB/s | 207.3 KiB |  00m00s
- [10/11] libzstd-devel-0:1.5.7-1.fc42.x8 100% |   2.6 MiB/s |  53.1 KiB |  00m00s
- [11/11] libmongocrypt-0:1.15.2-1.fc42.x 100% | 855.7 KiB/s |   1.4 MiB |  00m02s
- --------------------------------------------------------------------------------
- [11/11] Total                           100% |   1.6 MiB/s |   3.7 MiB |  00m02s
- Running transaction
- [ 1/13] Verify package files            100% | 224.0   B/s |  11.0   B |  00m00s
- [ 2/13] Prepare transaction             100% |  88.0   B/s |  11.0   B |  00m00s
- [ 3/13] Installing cmake-filesystem-0:3 100% |   1.1 MiB/s |   7.6 KiB |  00m00s
- [ 4/13] Installing libbson-0:1.30.8-1.f 100% |  36.6 MiB/s | 262.2 KiB |  00m00s
- [ 5/13] Installing libmongocrypt-0:1.15 100% |  85.3 MiB/s |   3.1 MiB |  00m00s
- [ 6/13] Installing libbson-devel-0:1.30 100% |  37.6 MiB/s | 539.1 KiB |  00m00s
- [ 7/13] Installing libmongocrypt-devel- 100% | 114.5 MiB/s |   1.3 MiB |  00m00s
- [ 8/13] Installing libzstd-devel-0:1.5. 100% |  40.8 MiB/s | 208.8 KiB |  00m00s
- [ 9/13] Installing utf8proc-0:2.10.0-1. 100% |  72.9 MiB/s | 373.4 KiB |  00m00s
- [10/13] Installing snappy-0:1.2.1-4.fc4 100% |  23.7 MiB/s |  72.9 KiB |  00m00s
- [11/13] Installing mongo-c-driver-libs- 100% |  67.1 MiB/s |   1.1 MiB |  00m00s
- [12/13] Installing mongo-c-driver-0:1.3 100% | 283.8 KiB/s |  12.2 KiB |  00m00s
- [13/13] Installing mongo-c-driver-devel 100% |  11.7 MiB/s |   1.4 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "mongo-c-driver-devel"
- mongo-c-driver-devel-1.30.8-1.fc42.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-22 15:25.50 ---> saved as "96197cff60a8c15a8b9b1aca75cb30ef95c885aac160e8d28cb3da3a0bfb903a"


/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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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 8 packages
- install cmdliner          2.1.1
- install conf-pkg-config   4
- install csexp             1.5.2
- install ctypes            0.24.0
- install dune              3.22.2
- install dune-configurator 3.22.2
- install integers          0.7.0
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed cmdliner.2.1.1
-> installed dune.3.22.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.22.2
-> installed ctypes.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-22 15:27.45 ---> saved as "6c1270349ac5abca8471a15f1ce6ed4abbc1b7e14615cbfcbce502154f1318b7"


/src: (copy (src .) (dst /src))
2026-04-22 15:27.45 ---> saved as "1acd2074cea1a8826b82951ba0b7400fca21ef4a7e2a570bb08823badaa9f88e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-04-22 15:27.51 ---> saved as "c4c6c88dbefe52c4dc8cb9b9cb87abda111d4160fe7b87f4431010aced4f233f"
Job succeeded
2026-04-22 15:27.51: Job succeeded