(for PR #29937)
2026-05-24 22:43.54: New job: build caqti-driver-sqlite3.2.3.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29937/head (699c568442d9080169b06a0acf74464211d7c52c)
on ubuntu-22.04-ocaml-5.4/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:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c
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-driver-sqlite3.2.3.1 2.3.1
RUN opam reinstall caqti-driver-sqlite3.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 "\"ubuntu-22.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-driver-sqlite3.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.54: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c-caqti-driver-sqlite3.2.3.1-699c568442d9080169b06a0acf74464211d7c52c"
2026-05-24 22:43.54: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c)
(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-driver-sqlite3.2.3.1 2.3.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-driver-sqlite3.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 \"\\\"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\" != 'caqti-driver-sqlite3.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.54: Waiting for resource in pool OCluster
2026-05-24 22:44.07: Waiting for worker…
2026-05-24 22:47.18: Got resource from pool OCluster
Building on eumache.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:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c' locally
docker.io/ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c: Pulling from ocaml/opam
f63eb04151bc: Pulling fs layer
c3a7cf967865: Pulling fs layer
6994ddface72: Pulling fs layer
1efd9d9872cf: Pulling fs layer
f63eb04151bc: Waiting
c3a7cf967865: Waiting
f2072edad4b7: Pulling fs layer
6994ddface72: Waiting
1efd9d9872cf: Waiting
847f5455a303: Pulling fs layer
b5fef2855228: Pulling fs layer
164714ea8001: Pulling fs layer
847f5455a303: Waiting
b5fef2855228: Waiting
f2072edad4b7: Waiting
fb9c1ff34694: Pulling fs layer
3a0954af5984: Pulling fs layer
fb9c1ff34694: Waiting
6027285b7abe: Pulling fs layer
194499324179: Pulling fs layer
436538616540: Pulling fs layer
eba6c657b0d1: Pulling fs layer
6027285b7abe: Waiting
194499324179: Waiting
3a0954af5984: Waiting
436538616540: Waiting
75a1d643791d: Pulling fs layer
eba6c657b0d1: Waiting
8d32fd95c2a9: Pulling fs layer
75a1d643791d: Waiting
8d32fd95c2a9: Waiting
4f4fb700ef54: Pulling fs layer
f4a6bdf1a5d4: Pulling fs layer
527ab22e258c: Pulling fs layer
4f4fb700ef54: Waiting
f4a6bdf1a5d4: Waiting
c925ee5da3a2: Pulling fs layer
c925ee5da3a2: Waiting
fca24bca417a: Pulling fs layer
624114cf75d2: Pulling fs layer
fca24bca417a: Waiting
8f4ddc383044: Pulling fs layer
624114cf75d2: Waiting
6ff4e2f13c3d: Pulling fs layer
8f4ddc383044: Waiting
76c94a7a334c: Pulling fs layer
6ff4e2f13c3d: Waiting
eb822e1c8d96: Pulling fs layer
76c94a7a334c: Waiting
fe76e26a4bbd: Pulling fs layer
e37ac0b59238: Pulling fs layer
fe76e26a4bbd: Waiting
e37ac0b59238: Waiting
940dcac173f6: Pulling fs layer
51785f87a6f8: Pulling fs layer
ce421a1a7271: Pulling fs layer
7424e1639045: Pulling fs layer
940dcac173f6: Waiting
5345c659eb86: Pulling fs layer
51785f87a6f8: Waiting
c5289b3e923d: Pulling fs layer
d4828cefae96: Pulling fs layer
5345c659eb86: Waiting
ce421a1a7271: Waiting
c5289b3e923d: Waiting
e51a7246d012: Pulling fs layer
d4828cefae96: Waiting
e51a7246d012: Waiting
0f37644adc12: Pulling fs layer
7424e1639045: Waiting
0464926e312d: Pulling fs layer
003f09510c48: Pulling fs layer
0464926e312d: Waiting
0f37644adc12: Waiting
f52861b1f919: Pulling fs layer
003f09510c48: Waiting
a063ef7174a6: Pulling fs layer
f52861b1f919: Waiting
cd1bf4a97a64: Pulling fs layer
a063ef7174a6: Waiting
32cdd371bb67: Pulling fs layer
cd1bf4a97a64: Waiting
02966ee4db72: Pulling fs layer
32cdd371bb67: Waiting
02966ee4db72: Waiting
f63eb04151bc: Download complete
c3a7cf967865: Verifying Checksum
c3a7cf967865: Download complete
6994ddface72: Verifying Checksum
6994ddface72: Download complete
f2072edad4b7: Verifying Checksum
f2072edad4b7: Download complete
f63eb04151bc: Pull complete
c3a7cf967865: Pull complete
6994ddface72: Pull complete
b5fef2855228: Verifying Checksum
b5fef2855228: Download complete
164714ea8001: Verifying Checksum
164714ea8001: Download complete
847f5455a303: Verifying Checksum
847f5455a303: Download complete
fb9c1ff34694: Verifying Checksum
fb9c1ff34694: Download complete
1efd9d9872cf: Download complete
3a0954af5984: Verifying Checksum
3a0954af5984: Download complete
6027285b7abe: Verifying Checksum
6027285b7abe: Download complete
194499324179: Verifying Checksum
194499324179: Download complete
eba6c657b0d1: Verifying Checksum
eba6c657b0d1: Download complete
436538616540: Verifying Checksum
436538616540: Download complete
8d32fd95c2a9: Verifying Checksum
8d32fd95c2a9: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
75a1d643791d: Verifying Checksum
75a1d643791d: Download complete
f4a6bdf1a5d4: Verifying Checksum
f4a6bdf1a5d4: Download complete
527ab22e258c: Verifying Checksum
527ab22e258c: Download complete
c925ee5da3a2: Download complete
fca24bca417a: Verifying Checksum
fca24bca417a: Download complete
624114cf75d2: Verifying Checksum
8f4ddc383044: Download complete
6ff4e2f13c3d: Verifying Checksum
6ff4e2f13c3d: Download complete
76c94a7a334c: Verifying Checksum
76c94a7a334c: Download complete
eb822e1c8d96: Download complete
fe76e26a4bbd: Download complete
e37ac0b59238: Verifying Checksum
e37ac0b59238: Download complete
940dcac173f6: Verifying Checksum
940dcac173f6: Download complete
51785f87a6f8: Verifying Checksum
51785f87a6f8: Download complete
ce421a1a7271: Verifying Checksum
ce421a1a7271: Download complete
7424e1639045: Verifying Checksum
7424e1639045: Download complete
c5289b3e923d: Verifying Checksum
c5289b3e923d: Download complete
e51a7246d012: Verifying Checksum
e51a7246d012: Download complete
1efd9d9872cf: Pull complete
f2072edad4b7: Pull complete
0f37644adc12: Download complete
0464926e312d: Verifying Checksum
0464926e312d: Download complete
003f09510c48: Download complete
f52861b1f919: Verifying Checksum
f52861b1f919: Download complete
d4828cefae96: Verifying Checksum
d4828cefae96: Download complete
cd1bf4a97a64: Verifying Checksum
cd1bf4a97a64: Download complete
32cdd371bb67: Verifying Checksum
32cdd371bb67: Download complete
02966ee4db72: Verifying Checksum
02966ee4db72: Download complete
847f5455a303: Pull complete
b5fef2855228: Pull complete
164714ea8001: Pull complete
fb9c1ff34694: Pull complete
3a0954af5984: Pull complete
6027285b7abe: Pull complete
194499324179: Pull complete
436538616540: Pull complete
eba6c657b0d1: Pull complete
75a1d643791d: Pull complete
8d32fd95c2a9: Pull complete
4f4fb700ef54: Pull complete
f4a6bdf1a5d4: Pull complete
527ab22e258c: Pull complete
c925ee5da3a2: Pull complete
fca24bca417a: Pull complete
624114cf75d2: Pull complete
8f4ddc383044: Pull complete
6ff4e2f13c3d: Pull complete
76c94a7a334c: Pull complete
eb822e1c8d96: Pull complete
fe76e26a4bbd: Pull complete
e37ac0b59238: Pull complete
940dcac173f6: Pull complete
51785f87a6f8: Pull complete
ce421a1a7271: Pull complete
7424e1639045: Pull complete
a063ef7174a6: Verifying Checksum
a063ef7174a6: Download complete
5345c659eb86: Verifying Checksum
5345c659eb86: Download complete
5345c659eb86: Pull complete
c5289b3e923d: Pull complete
d4828cefae96: Pull complete
e51a7246d012: Pull complete
0f37644adc12: Pull complete
0464926e312d: Pull complete
003f09510c48: Pull complete
f52861b1f919: Pull complete
a063ef7174a6: Pull complete
cd1bf4a97a64: Pull complete
32cdd371bb67: Pull complete
02966ee4db72: Pull complete
Digest: sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c
Status: Downloaded newer image for ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c
2026-05-24 22:47.24 ---> using "980dedcb58daec2579b2bfe2d08099f60a9194a1a9d5882ba85b86f57d31ff27" 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:47.24 ---> saved as "4e3652faa37c023ee1838eb2156884cec47f5bb497cd2187f508052edd5d49b9"
/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.
Continue? [Y/n] y
[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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 22:47.38 ---> saved as "d94d4c72ff8eca0f403d12e28d82d90763ced45bb6b551fd318c0d508fc2aaad"
/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=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 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-05-24 22:47.39 ---> saved as "da6e2ddb1f24c1f7dd67d9c90b32dbd83c97fd34387ed77181de47073514b85e"
/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:47.47 ---> saved as "6c246bab82d47e748dae5a10d9d636c4856b2a3915dfb91c9c0ac876e93f32ea"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 22:48.01 ---> saved as "f01821f52776038f0735f2f748c57cb6246907fb89c874e48fd50ca30260a449"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 22:48.13 ---> saved as "fbf4a8e2051a3bf6bcb82b0f8ac3669584f789672b98f72df61167bf5bf1b68e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [77.8 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3947 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7070 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7355 kB]
- Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1295 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1602 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4294 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.4 kB]
- Fetched 26.1 MB in 2s (11.2 MB/s)
- Reading package lists...
-
2026-05-24 22:48.18 ---> saved as "19320fc9f3c981a86a7c10b7be95c32431be1e1d70da0e26bb8df58c064460c0"
/home/opam: (run (shell "opam pin add -k version -yn caqti-driver-sqlite3.2.3.1 2.3.1"))
caqti-driver-sqlite3 is now pinned to version 2.3.1
2026-05-24 22:48.19 ---> saved as "406bb3ddff9b91b7e50e1c200aa7ea23bfee2d9f94550811da65e361ac1b9dba"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-driver-sqlite3.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 \"\\\"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\" != 'caqti-driver-sqlite3.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-driver-sqlite3.2.3.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 63 packages
- install angstrom 0.16.1 [required by caqti]
- install asn1-combinators 0.3.2 [required by x509]
- install astring 0.8.5 [required by fpath]
- install base64 3.5.2 [required by x509]
- install bigstringaf 0.10.0 [required by caqti]
- install caqti 2.3.1 [required by caqti-driver-sqlite3]
- install caqti-driver-sqlite3 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 conf-sqlite3]
- install conf-sqlite3 1 [required by sqlite3]
- install csexp 1.5.2 [required by dune-private-libs]
- install cstruct 6.2.0 [required by hex]
- 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-driver-sqlite3]
- install dune-compiledb 0.6.0 [required by sqlite3]
- install dune-configurator 3.23.1 [required by sqlite3]
- 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 ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by logs, x509]
- install fpath 0.7.3 [required by dune-compiledb]
- install fs-io 3.23.1 [required by stdune]
- install gmap 0.3.0 [required by x509]
- install hex 1.5.0 [required by ezjsonm]
- install ipaddr 5.6.2 [required by caqti]
- install jsonm 1.0.2 [required by ezjsonm]
- 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 num 1.6 [required by sexplib]
- 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 mtime, logs, ptime]
- install ohex 0.2.0 [required by x509]
- install ordering 3.23.1 [required by dyn, stdune]
- install parsexp v0.17.0 [required by sexplib]
- 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 sexplib v0.17.0 [required by dune-compiledb]
- install sexplib0 v0.17.0 [required by dune-compiledb]
- install sqlite3 5.4.1 [required by caqti-driver-sqlite3]
- 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 uutf 1.0.4 [required by ezjsonm]
- 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:
libgmp-dev libsqlite3-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" "libgmp-dev" "libsqlite3-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 ... 15669 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...
- 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.11_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- 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 libgmpxx4ldbl:amd64.
- Preparing to unpack .../6-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../7-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../8-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ...
- 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 xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Setting up shared-mime-info (2.1-2) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved caqti.2.3.1, caqti-driver-sqlite3.2.3.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved cstruct.6.2.0 (cached)
-> installed conf-sqlite3.1
-> 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 dune-compiledb.0.6.0 (cached)
-> retrieved duration.0.3.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
-> retrieved jsonm.1.0.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 num.1.6 (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 parsexp.v0.17.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 sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved sqlite3.5.4.1 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed dune.3.23.1
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> 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 sexplib0.v0.17.0
-> installed stringext.1.6.0
-> installed top-closure.3.23.1
-> installed hex.1.5.0
-> installed digestif.1.3.0
-> installed dune-configurator.3.23.1
-> installed ipaddr.5.6.2
-> installed lru.0.3.1
-> installed ezjsonm.1.3.0
-> installed bigstringaf.0.10.0
-> installed dyn.3.23.1
-> installed parsexp.v0.17.0
-> installed mirage-crypto.2.1.0
-> installed angstrom.0.16.1
-> installed kdf.1.0.0
-> installed mirage-crypto-rng.2.1.0
-> installed sexplib.v0.17.0
-> installed mirage-crypto-pk.2.1.0
-> installed dune-compiledb.0.6.0
-> installed uri.4.4.0
-> installed sqlite3.5.4.1
-> 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-driver-sqlite3.2.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 22:49.45 ---> saved as "67f547923caac3914c8b61e0893f170046828c27832b660255a097123319d930"
Job succeeded
2026-05-24 22:49.53: Job succeeded