(for PR #28931)
2025-11-23 10:30.18: New job: build lmdb.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28931/head (8f00c13a54683097cc781d46df0c18b7f635d303)
on ubuntu-22.04-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28931/head" && git reset --hard 8f00c13a
git fetch origin master
git merge --no-edit 90ae18973efb465b99913d4664b7d87c21628a19
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:c999b7b330a33bb7c27e49b9f49c7da6b96baaaabb7f322f38a9f6edfabce79a
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn lmdb.1.0 1.0
RUN opam reinstall lmdb.1.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-22.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lmdb.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-11-23 10:30.18: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:c999b7b330a33bb7c27e49b9f49c7da6b96baaaabb7f322f38a9f6edfabce79a-lmdb.1.0-8f00c13a54683097cc781d46df0c18b7f635d303"
2025-11-23 10:30.18: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:c999b7b330a33bb7c27e49b9f49c7da6b96baaaabb7f322f38a9f6edfabce79a)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn lmdb.1.0 1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lmdb.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lmdb.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-23 10:30.18: Waiting for resource in pool OCluster
2025-11-23 10:30.18: Waiting for worker…
2025-11-23 10:30.19: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 90ae18973e Merge pull request #28929 from sim642/release-goblint-cil-2.0.9
Merge made by the 'ort' strategy.
packages/lmdb/lmdb.1.0/opam | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:c999b7b330a33bb7c27e49b9f49c7da6b96baaaabb7f322f38a9f6edfabce79a)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:c999b7b330a33bb7c27e49b9f49c7da6b96baaaabb7f322f38a9f6edfabce79a' locally
docker.io/ocaml/opam@sha256:c999b7b330a33bb7c27e49b9f49c7da6b96baaaabb7f322f38a9f6edfabce79a: Pulling from ocaml/opam
7e49dc6156b0: Pulling fs layer
1180d732f525: Pulling fs layer
f1fa6a9d2878: Pulling fs layer
ae75ad22ad26: Pulling fs layer
214e7036e73c: Pulling fs layer
2bbef2272d4b: Pulling fs layer
b3c999630f3e: Pulling fs layer
f1fa6a9d2878: Waiting
6bd9184aea7f: Pulling fs layer
98c55879f355: Pulling fs layer
ae75ad22ad26: Waiting
0b11eee1f39a: Pulling fs layer
2bbef2272d4b: Waiting
a79de8a2decf: Pulling fs layer
5eff59069a5d: Pulling fs layer
214e7036e73c: Waiting
a2d2e92fd71e: Pulling fs layer
a803c872fa17: Pulling fs layer
8bf178d9ede5: Pulling fs layer
6bd9184aea7f: Waiting
98c55879f355: Waiting
5eff59069a5d: Waiting
0b11eee1f39a: Waiting
3a0c50dc5658: Pulling fs layer
a803c872fa17: Waiting
a79de8a2decf: Waiting
a2d2e92fd71e: Waiting
4f4fb700ef54: Pulling fs layer
a594e22c5ea3: Pulling fs layer
84a44b947611: Pulling fs layer
a2448ad56d4e: Pulling fs layer
4f4fb700ef54: Waiting
a594e22c5ea3: Waiting
ce8fd7cb0203: Pulling fs layer
84a44b947611: Waiting
4e54ec9fedd2: Pulling fs layer
ce8fd7cb0203: Waiting
eae55e0ac60f: Pulling fs layer
886ea95d4fe1: Pulling fs layer
4e54ec9fedd2: Waiting
8f83ad5b80cb: Pulling fs layer
c1390abab8d0: Pulling fs layer
b3de6ba3d324: Pulling fs layer
eae55e0ac60f: Waiting
886ea95d4fe1: Waiting
8008e89d60a6: Pulling fs layer
b134a8c86639: Pulling fs layer
896a8c1d823d: Pulling fs layer
c1390abab8d0: Waiting
8f83ad5b80cb: Waiting
b3de6ba3d324: Waiting
b134a8c86639: Waiting
86edd63afa9d: Pulling fs layer
8008e89d60a6: Waiting
963c876663ad: Pulling fs layer
896a8c1d823d: Waiting
dd8c04693d5e: Pulling fs layer
910a4f3e57d9: Pulling fs layer
a5fc97429cc5: Pulling fs layer
86edd63afa9d: Waiting
394be7fbbc0e: Pulling fs layer
c6c8d9f9ca2d: Pulling fs layer
910a4f3e57d9: Waiting
a5fc97429cc5: Waiting
4940d89a6b5c: Pulling fs layer
394be7fbbc0e: Waiting
5a760275df83: Pulling fs layer
801a7f7288f2: Pulling fs layer
c2313ec36a4d: Pulling fs layer
c6c8d9f9ca2d: Waiting
71544f2ea1af: Pulling fs layer
801a7f7288f2: Waiting
c2313ec36a4d: Waiting
71544f2ea1af: Waiting
1180d732f525: Download complete
7e49dc6156b0: Verifying Checksum
7e49dc6156b0: Download complete
214e7036e73c: Verifying Checksum
214e7036e73c: Download complete
ae75ad22ad26: Verifying Checksum
ae75ad22ad26: Download complete
7e49dc6156b0: Pull complete
b3c999630f3e: Verifying Checksum
b3c999630f3e: Download complete
1180d732f525: Pull complete
f1fa6a9d2878: Pull complete
6bd9184aea7f: Verifying Checksum
6bd9184aea7f: Download complete
98c55879f355: Verifying Checksum
98c55879f355: Download complete
0b11eee1f39a: Verifying Checksum
0b11eee1f39a: Download complete
a79de8a2decf: Verifying Checksum
a79de8a2decf: Download complete
2bbef2272d4b: Verifying Checksum
2bbef2272d4b: Download complete
ae75ad22ad26: Pull complete
214e7036e73c: Pull complete
5eff59069a5d: Verifying Checksum
5eff59069a5d: Download complete
a2d2e92fd71e: Verifying Checksum
a2d2e92fd71e: Download complete
a803c872fa17: Verifying Checksum
a803c872fa17: Download complete
8bf178d9ede5: Verifying Checksum
8bf178d9ede5: Download complete
3a0c50dc5658: Verifying Checksum
3a0c50dc5658: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a594e22c5ea3: Download complete
84a44b947611: Verifying Checksum
84a44b947611: Download complete
a2448ad56d4e: Verifying Checksum
a2448ad56d4e: Download complete
ce8fd7cb0203: Verifying Checksum
ce8fd7cb0203: Download complete
4e54ec9fedd2: Verifying Checksum
4e54ec9fedd2: Download complete
eae55e0ac60f: Verifying Checksum
eae55e0ac60f: Download complete
886ea95d4fe1: Download complete
8f83ad5b80cb: Verifying Checksum
8f83ad5b80cb: Download complete
c1390abab8d0: Download complete
b3de6ba3d324: Verifying Checksum
b3de6ba3d324: Download complete
8008e89d60a6: Download complete
b134a8c86639: Verifying Checksum
b134a8c86639: Download complete
896a8c1d823d: Download complete
86edd63afa9d: Verifying Checksum
86edd63afa9d: Download complete
963c876663ad: Download complete
910a4f3e57d9: Verifying Checksum
910a4f3e57d9: Download complete
394be7fbbc0e: Verifying Checksum
394be7fbbc0e: Download complete
c6c8d9f9ca2d: Verifying Checksum
c6c8d9f9ca2d: Download complete
4940d89a6b5c: Verifying Checksum
4940d89a6b5c: Download complete
2bbef2272d4b: Pull complete
b3c999630f3e: Pull complete
6bd9184aea7f: Pull complete
dd8c04693d5e: Verifying Checksum
dd8c04693d5e: Download complete
98c55879f355: Pull complete
801a7f7288f2: Download complete
0b11eee1f39a: Pull complete
c2313ec36a4d: Download complete
a79de8a2decf: Pull complete
71544f2ea1af: Download complete
5a760275df83: Verifying Checksum
5a760275df83: Download complete
5eff59069a5d: Pull complete
a2d2e92fd71e: Pull complete
a803c872fa17: Pull complete
8bf178d9ede5: Pull complete
3a0c50dc5658: Pull complete
4f4fb700ef54: Pull complete
a594e22c5ea3: Pull complete
84a44b947611: Pull complete
a2448ad56d4e: Pull complete
ce8fd7cb0203: Pull complete
4e54ec9fedd2: Pull complete
eae55e0ac60f: Pull complete
886ea95d4fe1: Pull complete
8f83ad5b80cb: Pull complete
c1390abab8d0: Pull complete
a5fc97429cc5: Verifying Checksum
a5fc97429cc5: Download complete
b3de6ba3d324: Pull complete
8008e89d60a6: Pull complete
b134a8c86639: Pull complete
896a8c1d823d: Pull complete
86edd63afa9d: Pull complete
963c876663ad: Pull complete
dd8c04693d5e: Pull complete
910a4f3e57d9: Pull complete
a5fc97429cc5: Pull complete
394be7fbbc0e: Pull complete
c6c8d9f9ca2d: Pull complete
4940d89a6b5c: Pull complete
5a760275df83: Pull complete
801a7f7288f2: Pull complete
c2313ec36a4d: Pull complete
71544f2ea1af: Pull complete
Digest: sha256:c999b7b330a33bb7c27e49b9f49c7da6b96baaaabb7f322f38a9f6edfabce79a
Status: Downloaded newer image for ocaml/opam@sha256:c999b7b330a33bb7c27e49b9f49c7da6b96baaaabb7f322f38a9f6edfabce79a
2025-11-23 10:30.54 ---> using "0cee132d2d9b0429d6a015ea9492ec015474196f5b489dbe274724fcab6f8183" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-23 10:30.54 ---> using "cf83209cfefeee8a92131c8c2924175bea173bc63fece940a2eab5d5818ef68f" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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
2025-11-23 10:30.54 ---> using "60cb295674fa9dcaf1322daf2834651ccb839e0bd15a447e717e55117a57b56f" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0~beta1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=ubuntu os-version=22.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-11-23 10:30.54 ---> using "0832c06a618b5bf68a2427f9805bb24927fbcc255b855d37d103a039f85f0227" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-23 10:30.54 ---> using "42805601d36aa8eb6e6f075a012cd9ed4aa84d382ea8612ba2a5c4f93d8462d7" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-23 10:31.02 ---> saved as "ba1d6df02fa000f35c6e1cc972f18cc7ab91da961922e18815eeeb427c485c88"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-23 10:31.19 ---> saved as "e154f81df68dc6802f968951ee045f7b7bebd552cda8233484fae711f0462604"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1595 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5988 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6222 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1290 kB]
- Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3532 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3876 kB]
- Fetched 22.9 MB in 3s (6779 kB/s)
- Reading package lists...
-
2025-11-23 10:31.25 ---> saved as "7627613c9b0796633b0a35c0f596205f4c736abe8532629fdddedeced52017e6"
/home/opam: (run (shell "opam pin add -k version -yn lmdb.1.0 1.0"))
lmdb is now pinned to version 1.0
2025-11-23 10:31.25 ---> saved as "9c68d03b55f8e6cf07fb24a00bc7d0805fad36775ddbd7508f76e7218f5f1458"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lmdb.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lmdb.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lmdb.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install bigstringaf 0.10.0 [required by lmdb]
- install conf-pkg-config 4 [required by lmdb]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by lmdb]
- install dune-configurator 3.20.2 [required by lmdb]
- install lmdb 1.0 (pinned)
The following system packages will first need to be installed:
liblmdb-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "liblmdb-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15645 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.10_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package liblmdb0:amd64.
- Preparing to unpack .../6-liblmdb0_0.9.24-1build2_amd64.deb ...
- Unpacking liblmdb0:amd64 (0.9.24-1build2) ...
- Selecting previously unselected package liblmdb-dev:amd64.
- Preparing to unpack .../7-liblmdb-dev_0.9.24-1build2_amd64.deb ...
- Unpacking liblmdb-dev:amd64 (0.9.24-1build2) ...
- Selecting previously unselected package lmdb-doc.
- Preparing to unpack .../8-lmdb-doc_0.9.24-1build2_all.deb ...
- Unpacking lmdb-doc (0.9.24-1build2) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../9-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Setting up liblmdb0:amd64 (0.9.24-1build2) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...
- No schema files found: doing nothing.
- Setting up lmdb-doc (0.9.24-1build2) ...
- Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up liblmdb-dev:amd64 (0.9.24-1build2) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...
- Setting up shared-mime-info (2.1-2) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.11) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved lmdb.1.0 (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed lmdb.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-23 10:32.11 ---> saved as "9e6731e8bf451bf28977f9d11b069946bdf5814076b4eed8068e29b3a95abd77"
Job succeeded
2025-11-23 10:32.16: Job succeeded