(for PR #29937)
2026-05-24 22:43.56: New job: build caqti-dynload.2.3.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29937/head (699c568442d9080169b06a0acf74464211d7c52c)
on centos-10-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/29937/head" && git reset --hard 699c5684
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-4.14@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9
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 caqti-dynload.2.3.1 2.3.1
RUN opam reinstall caqti-dynload.2.3.1; \
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 "\"centos-10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-dynload.2.3.1' && 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 .
2026-05-24 22:43.56: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9-caqti-dynload.2.3.1-699c568442d9080169b06a0acf74464211d7c52c"
2026-05-24 22:43.56: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-4.14@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9)
(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 caqti-dynload.2.3.1 2.3.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-dynload.2.3.1;\
\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 \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-dynload.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-24 22:43.56: Waiting for resource in pool OCluster
2026-05-24 22:55.38: Waiting for worker…
2026-05-24 22:58.06: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 856df28042 Merge pull request #29946 from hannesm/release-mirage-net-solo5-v0.8.1
Merge made by the 'ort' strategy.
packages/caqti-async/caqti-async.2.3.1/opam | 41 +++++++++++++
.../caqti-driver-mariadb.2.3.1/opam | 34 +++++++++++
.../caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam | 33 +++++++++++
.../caqti-driver-postgresql.2.3.1/opam | 38 ++++++++++++
.../caqti-driver-sqlite3.2.3.1/opam | 33 +++++++++++
packages/caqti-dynload/caqti-dynload.2.3.1/opam | 41 +++++++++++++
packages/caqti-eio/caqti-eio.2.3.1/opam | 37 ++++++++++++
packages/caqti-lwt/caqti-lwt.2.3.1/opam | 39 ++++++++++++
packages/caqti-mirage/caqti-mirage.2.3.1/opam | 43 ++++++++++++++
.../caqti-tls-async/caqti-tls-async.2.3.1/opam | 36 +++++++++++
packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam | 34 +++++++++++
packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam | 35 +++++++++++
packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam | 34 +++++++++++
packages/caqti-tls/caqti-tls.2.3.1/opam | 40 +++++++++++++
.../caqti-type-calendar.2.3.1/opam | 31 ++++++++++
packages/caqti/caqti.2.3.1/opam | 69 ++++++++++++++++++++++
16 files changed, 618 insertions(+)
create mode 100644 packages/caqti-async/caqti-async.2.3.1/opam
create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.3.1/opam
create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam
create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.3.1/opam
create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.3.1/opam
create mode 100644 packages/caqti-dynload/caqti-dynload.2.3.1/opam
create mode 100644 packages/caqti-eio/caqti-eio.2.3.1/opam
create mode 100644 packages/caqti-lwt/caqti-lwt.2.3.1/opam
create mode 100644 packages/caqti-mirage/caqti-mirage.2.3.1/opam
create mode 100644 packages/caqti-tls-async/caqti-tls-async.2.3.1/opam
create mode 100644 packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam
create mode 100644 packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam
create mode 100644 packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam
create mode 100644 packages/caqti-tls/caqti-tls.2.3.1/opam
create mode 100644 packages/caqti-type-calendar/caqti-type-calendar.2.3.1/opam
create mode 100644 packages/caqti/caqti.2.3.1/opam
(from ocaml/opam:centos-10-ocaml-4.14@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9)
Unable to find image 'ocaml/opam:centos-10-ocaml-4.14@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9' locally
docker.io/ocaml/opam@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9: Pulling from ocaml/opam
fd8e0b0eefd7: Pulling fs layer
db8861ce9493: Pulling fs layer
50a2d95a38ed: Pulling fs layer
31460203772c: Pulling fs layer
fd8e0b0eefd7: Waiting
6d183a4d8cb8: Pulling fs layer
db8861ce9493: Waiting
8a40fa767f7d: Pulling fs layer
f6946abca931: Pulling fs layer
31460203772c: Waiting
50a2d95a38ed: Waiting
0afd7ea846ca: Pulling fs layer
9eedfa159b6c: Pulling fs layer
6d183a4d8cb8: Waiting
8a40fa767f7d: Waiting
60d233553a71: Pulling fs layer
f6946abca931: Waiting
0afd7ea846ca: Waiting
6a73bd7d349c: Pulling fs layer
60d233553a71: Waiting
413542ed97af: Pulling fs layer
9533f26799d5: Pulling fs layer
413542ed97af: Waiting
6a73bd7d349c: Waiting
7198f65fde0c: Pulling fs layer
e94def20e9fe: Pulling fs layer
9533f26799d5: Waiting
7198f65fde0c: Waiting
753a93dc1978: Pulling fs layer
e94def20e9fe: Waiting
a45513c1d034: Pulling fs layer
753a93dc1978: Waiting
76a5dbbfab37: Pulling fs layer
a45513c1d034: Waiting
fe3b5f0bb8a6: Pulling fs layer
76a5dbbfab37: Waiting
707a56058504: Pulling fs layer
fe3b5f0bb8a6: Waiting
ff69d9bd12a0: Pulling fs layer
4f4fb700ef54: Pulling fs layer
707a56058504: Waiting
ff69d9bd12a0: Waiting
d941dc87236e: Pulling fs layer
6143c2fe658a: Pulling fs layer
d941dc87236e: Waiting
4f4fb700ef54: Waiting
aa8100e426ff: Pulling fs layer
6143c2fe658a: Waiting
53e9e21dfc25: Pulling fs layer
aa8100e426ff: Waiting
072c8e87be5f: Pulling fs layer
53e9e21dfc25: Waiting
73aacf3ef47e: Pulling fs layer
072c8e87be5f: Waiting
73aacf3ef47e: Waiting
f5fadd6977f8: Pulling fs layer
487ab55ffd6a: Pulling fs layer
4bc4ef1a2d87: Pulling fs layer
487ab55ffd6a: Waiting
392dff9718e0: Pulling fs layer
f5fadd6977f8: Waiting
4bc4ef1a2d87: Waiting
cd5bb21a1ac5: Pulling fs layer
8a887fc73b5b: Pulling fs layer
cd5bb21a1ac5: Waiting
3375901daef5: Pulling fs layer
392dff9718e0: Waiting
efbe2cac90af: Pulling fs layer
3375901daef5: Waiting
82a4c0c166a3: Pulling fs layer
efbe2cac90af: Waiting
9ba826da2507: Pulling fs layer
ffc9f33c8781: Pulling fs layer
79b0aebde02e: Pulling fs layer
ffc9f33c8781: Waiting
9ba826da2507: Waiting
870a9f178e03: Pulling fs layer
82a4c0c166a3: Waiting
79b0aebde02e: Waiting
3d0c650c5198: Pulling fs layer
870a9f178e03: Waiting
aeeb4a3564f2: Pulling fs layer
3d0c650c5198: Waiting
aeeb4a3564f2: Waiting
8a887fc73b5b: Waiting
fd8e0b0eefd7: Verifying Checksum
fd8e0b0eefd7: Download complete
db8861ce9493: Verifying Checksum
db8861ce9493: Download complete
50a2d95a38ed: Verifying Checksum
50a2d95a38ed: Download complete
fd8e0b0eefd7: Pull complete
db8861ce9493: Pull complete
50a2d95a38ed: Pull complete
6d183a4d8cb8: Verifying Checksum
6d183a4d8cb8: Download complete
8a40fa767f7d: Verifying Checksum
8a40fa767f7d: Download complete
f6946abca931: Verifying Checksum
f6946abca931: Download complete
0afd7ea846ca: Verifying Checksum
0afd7ea846ca: Download complete
9eedfa159b6c: Verifying Checksum
9eedfa159b6c: Download complete
60d233553a71: Verifying Checksum
60d233553a71: Download complete
6a73bd7d349c: Download complete
9533f26799d5: Download complete
413542ed97af: Verifying Checksum
413542ed97af: Download complete
e94def20e9fe: Download complete
753a93dc1978: Verifying Checksum
753a93dc1978: Download complete
7198f65fde0c: Verifying Checksum
7198f65fde0c: Download complete
a45513c1d034: Verifying Checksum
a45513c1d034: Download complete
fe3b5f0bb8a6: Download complete
76a5dbbfab37: Verifying Checksum
76a5dbbfab37: Download complete
ff69d9bd12a0: Download complete
707a56058504: Download complete
4f4fb700ef54: Download complete
d941dc87236e: Verifying Checksum
d941dc87236e: Download complete
6143c2fe658a: Verifying Checksum
6143c2fe658a: Download complete
53e9e21dfc25: Verifying Checksum
53e9e21dfc25: Download complete
aa8100e426ff: Verifying Checksum
aa8100e426ff: Download complete
31460203772c: Verifying Checksum
31460203772c: Download complete
072c8e87be5f: Verifying Checksum
072c8e87be5f: Download complete
73aacf3ef47e: Verifying Checksum
73aacf3ef47e: Download complete
487ab55ffd6a: Download complete
4bc4ef1a2d87: Verifying Checksum
4bc4ef1a2d87: Download complete
f5fadd6977f8: Download complete
392dff9718e0: Download complete
cd5bb21a1ac5: Download complete
8a887fc73b5b: Verifying Checksum
8a887fc73b5b: Download complete
efbe2cac90af: Verifying Checksum
efbe2cac90af: Download complete
9ba826da2507: Verifying Checksum
9ba826da2507: Download complete
ffc9f33c8781: Verifying Checksum
ffc9f33c8781: Download complete
79b0aebde02e: Verifying Checksum
79b0aebde02e: Download complete
870a9f178e03: Verifying Checksum
870a9f178e03: Download complete
3d0c650c5198: Verifying Checksum
3d0c650c5198: Download complete
aeeb4a3564f2: Verifying Checksum
aeeb4a3564f2: Download complete
3375901daef5: Verifying Checksum
3375901daef5: Download complete
31460203772c: Pull complete
82a4c0c166a3: Verifying Checksum
82a4c0c166a3: Download complete
6d183a4d8cb8: Pull complete
8a40fa767f7d: Pull complete
f6946abca931: Pull complete
0afd7ea846ca: Pull complete
9eedfa159b6c: Pull complete
60d233553a71: Pull complete
6a73bd7d349c: Pull complete
413542ed97af: Pull complete
9533f26799d5: Pull complete
7198f65fde0c: Pull complete
e94def20e9fe: Pull complete
753a93dc1978: Pull complete
a45513c1d034: Pull complete
76a5dbbfab37: Pull complete
fe3b5f0bb8a6: Pull complete
707a56058504: Pull complete
ff69d9bd12a0: Pull complete
4f4fb700ef54: Pull complete
d941dc87236e: Pull complete
6143c2fe658a: Pull complete
aa8100e426ff: Pull complete
53e9e21dfc25: Pull complete
072c8e87be5f: Pull complete
73aacf3ef47e: Pull complete
f5fadd6977f8: Pull complete
487ab55ffd6a: Pull complete
4bc4ef1a2d87: Pull complete
392dff9718e0: Pull complete
cd5bb21a1ac5: Pull complete
8a887fc73b5b: Pull complete
3375901daef5: Pull complete
efbe2cac90af: Pull complete
82a4c0c166a3: Pull complete
9ba826da2507: Pull complete
ffc9f33c8781: Pull complete
79b0aebde02e: Pull complete
870a9f178e03: Pull complete
3d0c650c5198: Pull complete
aeeb4a3564f2: Pull complete
Digest: sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9
Status: Downloaded newer image for ocaml/opam@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9
2026-05-24 22:58.58 ---> using "2122e11e71147d96ed433cab323d5a13dbfedddfd8d58bd5e62d965b8f898fb2" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-24 22:58.58 ---> using "0d2b0eb6d07635bcfa99bfbaa96c814deeb151889cf6bfb8e835115546fded8a" 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
[NOTE] The 'jobs' option was reset, its value was 1 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=1 --global
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 22:58.59 ---> using "b6645319da9e5d82d30fb6195c03c2f1c19106af421208acaa9a067b127a63c8" 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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=centos os-version=10
# 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.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-05-24 22:58.59 ---> using "009dc25b314c4363bfc98265485369464c059235e8d766404a59dc2a2905f088" 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/"))
2026-05-24 22:58.59 ---> using "6b00d1306b1ac92d551bedcc1189ad08bae9716ffe8e30e095d1149cd66a04c7" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 22:59.00 ---> using "becd6c294c1df04be93a659627bbc1d40f3f3848ee5c021ebdfae3961fac5d44" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 22:59.00 ---> using "caeda00d2d0942e4c94856d4553c086d5cf08ce4d32b541124c8256f04232067" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS 114 kB/s | 15 kB 00:00
- CentOS Stream 10 - BaseOS 11 MB/s | 7.0 MB 00:00
- CentOS Stream 10 - AppStream 126 kB/s | 15 kB 00:00
- CentOS Stream 10 - AppStream 7.0 MB/s | 3.6 MB 00:00
- CentOS Stream 10 - CRB 120 kB/s | 15 kB 00:00
- CentOS Stream 10 - CRB 3.4 MB/s | 839 kB 00:00
- CentOS Stream 10 - Extras packages 126 kB/s | 16 kB 00:00
- Metadata cache created.
2026-05-24 22:59.02 ---> saved as "441bf9f6652ea7986574fd67fcb7d8215e23242c1d9ad3f8d84ade31f05ee664"
/home/opam: (run (shell "opam pin add -k version -yn caqti-dynload.2.3.1 2.3.1"))
caqti-dynload is now pinned to version 2.3.1
2026-05-24 22:59.05 ---> saved as "f139337fc0f23810770e6a4ba20a03e5147f4c234bc76b90f7610109a5f6e2cd"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-dynload.2.3.1;\
\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 \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-dynload.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
caqti-dynload.2.3.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 49 packages
- install angstrom 0.16.1 [required by caqti]
- install asn1-combinators 0.3.2 [required by x509]
- install base64 3.5.2 [required by x509]
- install bigstringaf 0.10.0 [required by caqti]
- install caqti 2.3.1 [required by caqti-dynload]
- install caqti-dynload 2.3.1 (pinned)
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
- install conf-pkg-config 4 [required by zarith]
- install csexp 1.5.2 [required by dune-private-libs]
- install digestif 1.3.0 [required by mirage-crypto-ec, kdf, mirage-crypto-pk]
- install domain-name 0.5.0 [required by caqti]
- install dune 3.23.1 [required by caqti-dynload]
- install dune-configurator 3.23.1 [required by bigstringaf, mirage-crypto-ec]
- install dune-private-libs 3.23.1 [required by dune-site]
- install dune-site 3.23.1 [required by caqti]
- install duration 0.3.1 [required by mirage-crypto-rng]
- install dyn 3.23.1 [required by dune-private-libs]
- install eqaf 0.10 [required by mirage-crypto-ec, mirage-crypto-pk]
- install fmt 0.11.0 [required by logs, x509]
- install fs-io 3.23.1 [required by stdune]
- install gmap 0.3.0 [required by x509]
- install ipaddr 5.6.2 [required by caqti]
- install kdf 1.0.0 [required by x509]
- install logs 0.10.0 [required by caqti]
- install lru 0.3.1 [required by caqti]
- install lwt-dllist 1.1.0 [required by caqti]
- install macaddr 5.6.2 [required by ipaddr]
- install mirage-crypto 2.1.0 [required by x509]
- install mirage-crypto-ec 2.1.0 [required by x509]
- install mirage-crypto-pk 2.1.0 [required by x509]
- install mirage-crypto-rng 2.1.0 [required by x509]
- install mtime 2.1.0 [required by caqti]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by mtime, logs, ptime]
- install ocamlfind 1.9.8 [required by caqti-dynload]
- install ohex 0.2.0 [required by x509]
- install ordering 3.23.1 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install psq 0.2.1 [required by lru]
- install ptime 1.2.0 [required by caqti]
- install seq base [required by psq]
- install stdune 3.23.1 [required by dune-private-libs]
- install stringext 1.6.0 [required by uri]
- install top-closure 3.23.1 [required by stdune]
- install topkg 1.1.1 [required by mtime, logs, ptime]
- install uri 4.4.0 [required by caqti]
- install x509 1.0.6 [required by caqti]
- install zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
gmp-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum 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 "yum" "install" "-y" "gmp-devel"
- Last metadata expiration check: 0:00:12 ago on Sun May 24 22:59:00 2026.
- Dependencies resolved.
- ================================================================================
- Package Architecture Version Repository Size
- ================================================================================
- Installing:
- gmp-devel x86_64 1:6.2.1-12.el10 appstream 174 k
- Installing dependencies:
- gmp-c++ x86_64 1:6.2.1-12.el10 appstream 20 k
-
- Transaction Summary
- ================================================================================
- Install 2 Packages
-
- Total download size: 194 k
- Installed size: 382 k
- Downloading Packages:
- (1/2): gmp-devel-6.2.1-12.el10.x86_64.rpm 1.7 MB/s | 174 kB 00:00
- (2/2): gmp-c++-6.2.1-12.el10.x86_64.rpm 74 kB/s | 20 kB 00:00
- --------------------------------------------------------------------------------
- Total 114 kB/s | 194 kB 00:01
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : gmp-c++-1:6.2.1-12.el10.x86_64 1/2
- Installing : gmp-devel-1:6.2.1-12.el10.x86_64 2/2
- Running scriptlet: gmp-devel-1:6.2.1-12.el10.x86_64 2/2
-
-
- Installed:
- gmp-c++-1:6.2.1-12.el10.x86_64 gmp-devel-1:6.2.1-12.el10.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.2.1-12.el10.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved caqti.2.3.1, caqti-dynload.2.3.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1, dune-private-libs.3.23.1, dune-site.3.23.1, dyn.3.23.1, fs-io.3.23.1, ordering.3.23.1, stdune.3.23.1, top-closure.3.23.1 (cached)
-> retrieved duration.0.3.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed logs.0.10.0
-> installed dune.3.23.1
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed domain-name.0.5.0
-> installed duration.0.3.1
-> installed eqaf.0.10
-> installed fs-io.3.23.1
-> installed gmap.0.3.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed ordering.3.23.1
-> installed pp.2.0.0
-> installed psq.0.2.1
-> installed stringext.1.6.0
-> installed top-closure.3.23.1
-> installed dune-configurator.3.23.1
-> installed digestif.1.3.0
-> installed ipaddr.5.6.2
-> installed lru.0.3.1
-> installed bigstringaf.0.10.0
-> installed dyn.3.23.1
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.1.0
-> installed kdf.1.0.0
-> installed mirage-crypto-rng.2.1.0
-> installed mirage-crypto-pk.2.1.0
-> installed uri.4.4.0
-> installed stdune.3.23.1
-> installed dune-private-libs.3.23.1
-> installed mirage-crypto-ec.2.1.0
-> installed dune-site.3.23.1
-> installed x509.1.0.6
-> installed caqti.2.3.1
-> installed caqti-dynload.2.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 23:00.29 ---> saved as "a6f6d517e44acf78adb16712bf46e02c46ff30f36355eed14b5d5aaf508e4f5c"
Job succeeded
2026-05-24 23:01.01: Job succeeded