(for PR #29937)
2026-05-24 22:43.54: New job: test caqti-async.2.3.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29937/head (699c568442d9080169b06a0acf74464211d7c52c)
on debian-unstable-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:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3
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-async.2.3.1 2.3.1
RUN opam reinstall caqti-async.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 "\"debian-unstable\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-async.2.3.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test caqti-async.2.3.1) || true
RUN opam reinstall --with-test --verbose caqti-async.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 "\"debian-unstable\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-async.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:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3-caqti-async.2.3.1-699c568442d9080169b06a0acf74464211d7c52c"
2026-05-24 22:43.54: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3)
(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-async.2.3.1 2.3.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-async.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 \"\\\"debian-unstable\\\"\"; 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-async.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"))
(run (network host)
(shell "(opam reinstall --with-test caqti-async.2.3.1) || true"))
(run (shell "opam reinstall --with-test --verbose caqti-async.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 \"\\\"debian-unstable\\\"\"; 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-async.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:47.23: Waiting for worker…
2026-05-24 22:50.08: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 93% (16864/17975)
Updating files: 94% (16897/17975)
Updating files: 95% (17077/17975)
Updating files: 96% (17256/17975)
Updating files: 97% (17436/17975)
Updating files: 98% (17616/17975)
Updating files: 99% (17796/17975)
Updating files: 100% (17975/17975)
Updating files: 100% (17975/17975), done.
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:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3' locally
docker.io/ocaml/opam@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3: Pulling from ocaml/opam
6396b26de0b9: Pulling fs layer
8c82bcadd3a0: Pulling fs layer
ca9ba9b6a990: Pulling fs layer
dfbd3066f125: Pulling fs layer
a3bc130db4a1: Pulling fs layer
cf60c98b3dbc: Pulling fs layer
d1500e13335b: Pulling fs layer
55554ae4fedf: Pulling fs layer
9b57e5080160: Pulling fs layer
a3bc130db4a1: Waiting
cf60c98b3dbc: Waiting
2b35ff6cb6b7: Pulling fs layer
d1500e13335b: Waiting
ea4ee44b05d8: Pulling fs layer
55554ae4fedf: Waiting
f2476a9ff551: Pulling fs layer
9b57e5080160: Waiting
0ce778c03b0d: Pulling fs layer
2b35ff6cb6b7: Waiting
82dd3c03dd21: Pulling fs layer
dfbd3066f125: Waiting
ea4ee44b05d8: Waiting
f2476a9ff551: Waiting
3bc42f891c9f: Pulling fs layer
0ce778c03b0d: Waiting
82dd3c03dd21: Waiting
faf6bc77cdfd: Pulling fs layer
3bc42f891c9f: Waiting
300378a7a8a6: Pulling fs layer
e3dc1b219159: Pulling fs layer
faf6bc77cdfd: Waiting
ff2eb9f80099: Pulling fs layer
300378a7a8a6: Waiting
e3dc1b219159: Waiting
efba89bd5ac4: Pulling fs layer
ff2eb9f80099: Waiting
998970eba85f: Pulling fs layer
4f4fb700ef54: Pulling fs layer
efba89bd5ac4: Waiting
998970eba85f: Waiting
2c8894103979: Pulling fs layer
52f259cf9b36: Pulling fs layer
4f4fb700ef54: Waiting
2c8894103979: Waiting
233ccfca7f44: Pulling fs layer
52f259cf9b36: Waiting
e0fd7439447b: Pulling fs layer
b68a95ae0828: Pulling fs layer
994a2d45df13: Pulling fs layer
b68a95ae0828: Waiting
e0fd7439447b: Waiting
92ed7b928883: Pulling fs layer
994a2d45df13: Waiting
86c4fb2c5b4b: Pulling fs layer
92ed7b928883: Waiting
97d86ccfdf58: Pulling fs layer
33e6928b9b0a: Pulling fs layer
86c4fb2c5b4b: Waiting
59967a26da68: Pulling fs layer
97d86ccfdf58: Waiting
33e6928b9b0a: Waiting
fa0f5ef65631: Pulling fs layer
59967a26da68: Waiting
3ff43863ede4: Pulling fs layer
859ff2a7f156: Pulling fs layer
3ff43863ede4: Waiting
b9f443d7cd73: Pulling fs layer
859ff2a7f156: Waiting
d41719d01204: Pulling fs layer
53fef9fc4072: Pulling fs layer
b9f443d7cd73: Waiting
d41719d01204: Waiting
6e6a6a28af0f: Pulling fs layer
eda6fb5e3553: Pulling fs layer
53fef9fc4072: Waiting
6e6a6a28af0f: Waiting
b9e5014d4569: Pulling fs layer
eda6fb5e3553: Waiting
b7e5894afc31: Pulling fs layer
b9e5014d4569: Waiting
abd5f9200da3: Pulling fs layer
59c76792e0f3: Pulling fs layer
ed9a8a5ff63b: Pulling fs layer
abd5f9200da3: Waiting
bea5a088c1dc: Pulling fs layer
b7e5894afc31: Waiting
59c76792e0f3: Waiting
ed9a8a5ff63b: Waiting
bea5a088c1dc: Waiting
8c82bcadd3a0: Verifying Checksum
8c82bcadd3a0: Download complete
ca9ba9b6a990: Download complete
6396b26de0b9: Verifying Checksum
6396b26de0b9: Download complete
a3bc130db4a1: Verifying Checksum
a3bc130db4a1: Download complete
dfbd3066f125: Verifying Checksum
dfbd3066f125: Download complete
d1500e13335b: Verifying Checksum
d1500e13335b: Download complete
9b57e5080160: Verifying Checksum
9b57e5080160: Download complete
55554ae4fedf: Verifying Checksum
55554ae4fedf: Download complete
2b35ff6cb6b7: Verifying Checksum
2b35ff6cb6b7: Download complete
ea4ee44b05d8: Verifying Checksum
ea4ee44b05d8: Download complete
f2476a9ff551: Verifying Checksum
f2476a9ff551: Download complete
0ce778c03b0d: Verifying Checksum
0ce778c03b0d: Download complete
3bc42f891c9f: Verifying Checksum
3bc42f891c9f: Download complete
6396b26de0b9: Pull complete
8c82bcadd3a0: Pull complete
ca9ba9b6a990: Pull complete
82dd3c03dd21: Verifying Checksum
82dd3c03dd21: Download complete
faf6bc77cdfd: Verifying Checksum
faf6bc77cdfd: Download complete
cf60c98b3dbc: Verifying Checksum
cf60c98b3dbc: Download complete
300378a7a8a6: Verifying Checksum
300378a7a8a6: Download complete
e3dc1b219159: Download complete
ff2eb9f80099: Verifying Checksum
ff2eb9f80099: Download complete
efba89bd5ac4: Download complete
998970eba85f: Verifying Checksum
998970eba85f: Download complete
4f4fb700ef54: Download complete
dfbd3066f125: Pull complete
2c8894103979: Verifying Checksum
2c8894103979: Download complete
52f259cf9b36: Download complete
233ccfca7f44: Verifying Checksum
233ccfca7f44: Download complete
e0fd7439447b: Download complete
b68a95ae0828: Verifying Checksum
b68a95ae0828: Download complete
994a2d45df13: Verifying Checksum
994a2d45df13: Download complete
92ed7b928883: Verifying Checksum
92ed7b928883: Download complete
a3bc130db4a1: Pull complete
86c4fb2c5b4b: Verifying Checksum
86c4fb2c5b4b: Download complete
97d86ccfdf58: Verifying Checksum
97d86ccfdf58: Download complete
33e6928b9b0a: Verifying Checksum
33e6928b9b0a: Download complete
59967a26da68: Verifying Checksum
59967a26da68: Download complete
fa0f5ef65631: Download complete
859ff2a7f156: Verifying Checksum
859ff2a7f156: Download complete
d41719d01204: Verifying Checksum
d41719d01204: Download complete
53fef9fc4072: Download complete
6e6a6a28af0f: Verifying Checksum
6e6a6a28af0f: Download complete
b9f443d7cd73: Verifying Checksum
b9f443d7cd73: Download complete
eda6fb5e3553: Verifying Checksum
eda6fb5e3553: Download complete
b9e5014d4569: Verifying Checksum
b9e5014d4569: Download complete
b7e5894afc31: Download complete
59c76792e0f3: Download complete
ed9a8a5ff63b: Verifying Checksum
ed9a8a5ff63b: Download complete
bea5a088c1dc: Verifying Checksum
bea5a088c1dc: Download complete
abd5f9200da3: Verifying Checksum
abd5f9200da3: Download complete
3ff43863ede4: Verifying Checksum
3ff43863ede4: Download complete
cf60c98b3dbc: Pull complete
d1500e13335b: Pull complete
55554ae4fedf: Pull complete
9b57e5080160: Pull complete
2b35ff6cb6b7: Pull complete
ea4ee44b05d8: Pull complete
f2476a9ff551: Pull complete
0ce778c03b0d: Pull complete
82dd3c03dd21: Pull complete
3bc42f891c9f: Pull complete
faf6bc77cdfd: Pull complete
300378a7a8a6: Pull complete
e3dc1b219159: Pull complete
ff2eb9f80099: Pull complete
efba89bd5ac4: Pull complete
998970eba85f: Pull complete
4f4fb700ef54: Pull complete
2c8894103979: Pull complete
52f259cf9b36: Pull complete
233ccfca7f44: Pull complete
e0fd7439447b: Pull complete
b68a95ae0828: Pull complete
994a2d45df13: Pull complete
92ed7b928883: Pull complete
86c4fb2c5b4b: Pull complete
97d86ccfdf58: Pull complete
33e6928b9b0a: Pull complete
59967a26da68: Pull complete
fa0f5ef65631: Pull complete
3ff43863ede4: Pull complete
859ff2a7f156: Pull complete
b9f443d7cd73: Pull complete
d41719d01204: Pull complete
53fef9fc4072: Pull complete
6e6a6a28af0f: Pull complete
eda6fb5e3553: Pull complete
b9e5014d4569: Pull complete
b7e5894afc31: Pull complete
abd5f9200da3: Pull complete
59c76792e0f3: Pull complete
ed9a8a5ff63b: Pull complete
bea5a088c1dc: Pull complete
Digest: sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3
Status: Downloaded newer image for ocaml/opam@sha256:16249c942324c1f3ecc2562602e7cdfe8a04dd00dd3d92a13c7234d3419f2ed3
2026-05-24 22:52.32 ---> saved as "214726b4256dd04c71eebff93480488bfcfeda404c49219664bc842ffd3e4ee6"
/: (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:52.34 ---> saved as "3658aaf66f6a19fb20d4c486c7dc1402c0a0cf9d5f64fc17222462d395514c64"
/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:52.49 ---> saved as "2509cc8cebdbd4e71aff13a23a127eaa380e3383c75cd5945224c71305c8d239"
/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=debian os-version=unknown
# 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:52.52 ---> saved as "a53a792dd2e3dcbabf6256e6dd03d603249ff766586988516ad4309f53e8782a"
/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:53.02 ---> saved as "ec537234cc32f5619878a8524baa8c30d70ed67696dd59025cc551b282ed7b1d"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 22:53.25 ---> saved as "e2d64dd2391398194eb15c205bace489b658fd65e59fe69ce4a3d99a989fd391"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 22:53.39 ---> saved as "75c1a1ecb9b6f6e2aadf19ec83afb0478a075418b81649b8aa1d5a71134c884a"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [189 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-24-2000.37-F-2026-05-17-0200.29.pdiff [469 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-24-2000.37-F-2026-05-17-0200.29.pdiff [469 kB]
- Fetched 722 kB in 4s (172 kB/s)
- Reading package lists...
-
2026-05-24 22:53.47 ---> saved as "8667c1518704a55a1d6892330df5cbf58870226f172315ea3d48c9ea6c5d8585"
/home/opam: (run (shell "opam pin add -k version -yn caqti-async.2.3.1 2.3.1"))
caqti-async is now pinned to version 2.3.1
2026-05-24 22:53.51 ---> saved as "bc9a2709dbfe422b75a5a506f51faa3fb4fd25160d5d78bf37ab5b04f9b25a38"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-async.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 \"\\\"debian-unstable\\\"\"; 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-async.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-async.2.3.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 121 packages
- install angstrom 0.16.1 [required by caqti]
- install asn1-combinators 0.3.2 [required by x509]
- install async_kernel v0.17.0 [required by caqti-async]
- install async_unix v0.17.0 [required by caqti-async]
- install base v0.17.3 [required by core, core_kernel]
- install base64 3.5.2 [required by x509]
- install base_bigstring v0.17.0 [required by core]
- install base_quickcheck v0.17.1 [required by core]
- install bigstringaf 0.10.0 [required by caqti]
- install bin_prot v0.17.0-1 [required by core]
- install capitalization v0.17.0 [required by ppx_string_conv]
- install caqti 2.3.1 [required by caqti-async]
- install caqti-async 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 core v0.17.2 [required by caqti-async]
- install core_kernel v0.17.0 [required by async_kernel, async_unix]
- install core_unix v0.17.1 [required by caqti-async]
- install csexp 1.5.2 [required by dune-private-libs]
- install cstruct 6.2.0 [required by async_unix]
- install digestif 1.3.0 [required by mirage-crypto-ec, kdf, mirage-crypto-pk]
- install domain-name 0.5.0 [required by caqti-async]
- install dune 3.23.1 [required by caqti-async]
- install dune-configurator 3.23.1 [required by bigstringaf, base, 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 expect_test_helpers_core v0.17.0 [required by core_unix]
- install fieldslib v0.17.0 [required by core]
- install fmt 0.11.0 [required by logs, cstruct, x509]
- install fs-io 3.23.1 [required by stdune]
- install gel v0.17.0 [required by ppx_diff]
- install gmap 0.3.0 [required by x509]
- install int_repr v0.17.0 [required by core_kernel]
- install ipaddr 5.6.2 [required by caqti-async]
- install jane-street-headers v0.17.0 [required by core, core_unix]
- install jst-config v0.17.0 [required by core, core_unix]
- install kdf 1.0.0 [required by x509]
- install logs 0.10.0 [required by caqti-async]
- 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-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.2 [required by base]
- 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 ppx_assert v0.17.0 [required by core]
- install ppx_base v0.17.0 [required by core]
- install ppx_bench v0.17.1 [required by ppx_jane]
- install ppx_bin_prot v0.17.1 [required by ppx_jane]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_diff]
- install ppx_custom_printf v0.17.0 [required by ppx_jane]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_diff v0.17.1 [required by core]
- install ppx_disable_unused_warnings v0.17.0 [required by ppx_jane]
- install ppx_enumerate v0.17.0 [required by ppx_diff]
- install ppx_expect v0.17.3 [required by ppx_jane]
- install ppx_fields_conv v0.17.0 [required by ppx_jane]
- install ppx_fixed_literal v0.17.0 [required by ppx_jane]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by core]
- install ppx_here v0.17.0 [required by ppx_jane]
- install ppx_ignore_instrumentation v0.17.0 [required by ppx_jane]
- install ppx_inline_test v0.17.1 [required by core]
- install ppx_jane v0.17.0 [required by async_kernel, async_unix]
- install ppx_let v0.17.1 [required by ppx_jane]
- install ppx_log v0.17.0 [required by ppx_jane]
- install ppx_module_timer v0.17.0 [required by ppx_jane]
- install ppx_optcomp v0.17.1 [required by async_unix]
- install ppx_optional v0.17.0 [required by ppx_jane]
- install ppx_pipebang v0.17.0 [required by ppx_jane]
- install ppx_sexp_conv v0.17.1 [required by core]
- install ppx_sexp_message v0.17.0 [required by core]
- install ppx_sexp_value v0.17.0 [required by ppx_jane]
- install ppx_stable v0.17.1 [required by ppx_jane]
- install ppx_stable_witness v0.17.0 [required by ppx_jane]
- install ppx_string v0.17.0 [required by ppx_jane]
- install ppx_string_conv v0.17.0 [required by ppx_jane]
- install ppx_tydi v0.17.1 [required by ppx_jane]
- install ppx_typerep_conv v0.17.1 [required by ppx_jane]
- install ppx_variants_conv v0.17.1 [required by ppx_jane]
- install ppxlib 0.38.0 [required by ppx_diff]
- install ppxlib_jane v0.17.4 [required by ppx_diff]
- install psq 0.2.1 [required by lru]
- install ptime 1.2.0 [required by caqti]
- install re 1.14.0 [required by expect_test_helpers_core]
- install seq base [required by psq]
- install sexp_pretty v0.17.0 [required by expect_test_helpers_core]
- install sexplib v0.17.0 [required by core, core_unix]
- install sexplib0 v0.17.0 [required by base]
- install spawn v0.17.0 [required by core_unix]
- install splittable_random v0.17.0 [required by core]
- install stdio v0.17.0 [required by core]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.23.1 [required by dune-private-libs]
- install stringext 1.6.0 [required by uri]
- install time_now v0.17.0 [required by core]
- install timezone v0.17.0 [required by core_unix]
- install top-closure 3.23.1 [required by stdune]
- install topkg 1.1.1 [required by mtime, logs, ptime]
- install typerep v0.17.1 [required by core]
- install uopt v0.17.0 [required by core_kernel, core_unix]
- install uri 4.4.0 [required by caqti]
- install variantslib v0.17.0 [required by core]
- 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 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" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl: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 ... 21826 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../2-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Processing triggers for libc-bin (2.42-16) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved async_kernel.v0.17.0 (cached)
-> retrieved async_unix.v0.17.0 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved base_bigstring.v0.17.0 (cached)
-> retrieved base_quickcheck.v0.17.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bin_prot.v0.17.0-1 (cached)
-> retrieved capitalization.v0.17.0 (cached)
-> retrieved caqti.2.3.1, caqti-async.2.3.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved core.v0.17.2 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved core_kernel.v0.17.0 (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved core_unix.v0.17.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> 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 expect_test_helpers_core.v0.17.0 (cached)
-> retrieved fieldslib.v0.17.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gel.v0.17.0 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved int_repr.v0.17.0 (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jst-config.v0.17.0 (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-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2 (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 ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_bench.v0.17.1 (cached)
-> retrieved ppx_bin_prot.v0.17.1 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_custom_printf.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_diff.v0.17.1 (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_expect.v0.17.3 (cached)
-> retrieved ppx_fields_conv.v0.17.0 (cached)
-> retrieved ppx_fixed_literal.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_jane.v0.17.0 (cached)
-> retrieved ppx_let.v0.17.1 (cached)
-> retrieved ppx_log.v0.17.0 (cached)
-> retrieved ppx_module_timer.v0.17.0 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_optional.v0.17.0 (cached)
-> retrieved ppx_pipebang.v0.17.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppx_sexp_message.v0.17.0 (cached)
-> retrieved ppx_sexp_value.v0.17.0 (cached)
-> retrieved ppx_stable.v0.17.1 (cached)
-> retrieved ppx_stable_witness.v0.17.0 (cached)
-> retrieved ppx_string.v0.17.0 (cached)
-> retrieved ppx_string_conv.v0.17.0 (cached)
-> retrieved ppx_tydi.v0.17.1 (cached)
-> retrieved ppx_typerep_conv.v0.17.1 (cached)
-> retrieved ppx_variants_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexp_pretty.v0.17.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved spawn.v0.17.0 (cached)
-> retrieved splittable_random.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved timezone.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved typerep.v0.17.1 (cached)
-> retrieved uopt.v0.17.0 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved variantslib.v0.17.0 (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 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 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 jane-street-headers.v0.17.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed ohex.0.2.0
-> installed ordering.3.23.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed top-closure.3.23.1
-> installed digestif.1.3.0
-> installed ipaddr.5.6.2
-> installed lru.0.3.1
-> installed dune-configurator.3.23.1
-> installed dyn.3.23.1
-> installed bigstringaf.0.10.0
-> installed parsexp.v0.17.0
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.1.0
-> installed sexplib.v0.17.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 base.v0.17.3
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed dune-private-libs.3.23.1
-> installed mirage-crypto-ec.2.1.0
-> installed typerep.v0.17.1
-> installed dune-site.3.23.1
-> installed x509.1.0.6
-> installed caqti.2.3.1
-> installed ppxlib.0.38.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_tydi.v0.17.1
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_here.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_let.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed capitalization.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.1
-> installed ppx_module_timer.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_bench.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed splittable_random.v0.17.0
-> installed ppx_log.v0.17.0
-> installed base_quickcheck.v0.17.1
-> installed ppx_jane.v0.17.0
-> installed gel.v0.17.0
-> installed uopt.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.1
-> installed core.v0.17.2
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed async_unix.v0.17.0
-> installed caqti-async.2.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 22:58.03 ---> saved as "503f26e09a0afd6f10fec14852b503646dca8ad34dbdf32f247091aadda251a0"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test caqti-async.2.3.1) || true"))
The following actions will be performed:
=== recompile 10 packages
- recompile async_unix v0.17.0 [uses cstruct]
- recompile caqti 2.3.1 [uses logs]
- recompile caqti-async 2.3.1 (pinned)
- recompile cstruct 6.2.0 [uses fmt]
- recompile fmt 0.11.0 [uses cmdliner]
- recompile logs 0.10.0 [uses cmdliner]
- recompile mirage-crypto-ec 2.1.0 [uses mirage-crypto-rng]
- recompile mirage-crypto-pk 2.1.0 [uses mirage-crypto-rng]
- recompile mirage-crypto-rng 2.1.0 [uses logs]
- recompile x509 1.0.6 [uses fmt]
=== install 18 packages
- install alcotest 1.9.1 [required by caqti-async]
- install alcotest-async 1.9.1 [required by caqti-async]
- install astring 0.8.5 [required by alcotest]
- install async v0.17.0 [required by alcotest-async]
- install async_log v0.17.0 [required by async]
- install async_rpc_kernel v0.17.0 [required by async]
- install caqti-driver-sqlite3 2.3.1 [required by caqti-async]
- install cmdliner 2.1.1 [required by caqti-async]
- install conf-sqlite3 1 [required by sqlite3]
- install dune-compiledb 0.6.0 [required by sqlite3]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fpath 0.7.3 [required by dune-compiledb]
- install hex 1.5.0 [required by ezjsonm]
- install jsonm 1.0.2 [required by ezjsonm]
- install protocol_version_header v0.17.0 [required by async_rpc_kernel]
- install sqlite3 5.4.1 [required by caqti-driver-sqlite3]
- install textutils v0.17.0 [required by async]
- install uutf 1.0.4 [required by alcotest]
The following system packages will first need to be installed:
libsqlite3-dev
<><> 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" "libsqlite3-dev"
- Selecting previously unselected package libsqlite3-dev: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 ... 21886 files and directories currently installed.)
- Preparing to unpack .../libsqlite3-dev_3.46.1-9+b1_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.46.1-9+b1) ...
- Setting up libsqlite3-dev:amd64 (3.46.1-9+b1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1, alcotest-async.1.9.1 (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
-> retrieved async.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved async_log.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved async_rpc_kernel.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved async_unix.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved caqti.2.3.1, caqti-async.2.3.1, caqti-driver-sqlite3.2.3.1 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.1 (https://opam.ocaml.org/cache)
-> installed conf-sqlite3.1
-> retrieved cstruct.6.2.0 (https://opam.ocaml.org/cache)
-> retrieved dune-compiledb.0.6.0 (https://opam.ocaml.org/cache)
-> retrieved ezjsonm.1.3.0 (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> retrieved fpath.0.7.3 (https://opam.ocaml.org/cache)
-> retrieved hex.1.5.0 (https://opam.ocaml.org/cache)
-> retrieved jsonm.1.0.2 (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0 (https://opam.ocaml.org/cache)
-> installed astring.0.8.5
-> retrieved mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (https://opam.ocaml.org/cache)
-> retrieved protocol_version_header.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved sqlite3.5.4.1 (https://opam.ocaml.org/cache)
-> retrieved textutils.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> installed fpath.0.7.3
-> retrieved x509.1.0.6 (https://opam.ocaml.org/cache)
-> installed protocol_version_header.v0.17.0
-> removed caqti-async.2.3.1
-> removed async_unix.v0.17.0
-> removed caqti.2.3.1
-> removed cstruct.6.2.0
-> removed x509.1.0.6
-> removed mirage-crypto-ec.2.1.0
-> removed mirage-crypto-pk.2.1.0
-> removed mirage-crypto-rng.2.1.0
-> removed logs.0.10.0
-> removed fmt.0.11.0
-> installed cmdliner.2.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed async_rpc_kernel.v0.17.0
-> installed cstruct.6.2.0
-> installed hex.1.5.0
-> installed alcotest.1.9.1
-> installed logs.0.10.0
-> installed jsonm.1.0.2
-> installed ezjsonm.1.3.0
-> installed mirage-crypto-rng.2.1.0
-> installed dune-compiledb.0.6.0
-> installed mirage-crypto-pk.2.1.0
-> installed textutils.v0.17.0
-> installed sqlite3.5.4.1
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed async_unix.v0.17.0
-> installed caqti.2.3.1
-> installed caqti-driver-sqlite3.2.3.1
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed alcotest-async.1.9.1
-> installed caqti-async.2.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 22:59.04 ---> saved as "01b50a08c0a6a4046a197bbd6f0d9fc17fb7fe5169d9d4d6ed8f5e2a32061dc7"
/home/opam: (run (shell "opam reinstall --with-test --verbose caqti-async.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 \"\\\"debian-unstable\\\"\"; 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-async.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"))
The following actions will be performed:
=== recompile 1 package
- recompile caqti-async 2.3.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [caqti-async: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "caqti-async" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caqti-async.2.3.1)
Processing 2/4: [caqti-async: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "caqti-async" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caqti-async.2.3.1)
- (cd _build/default/testsuite && ./main_async.exe -U uris.conf)
- Testing `test_sql_async'.
- This run has ID `YIBVXXDU'.
-
- [OK] sqlite3 0 post_connect.
- [OK] sqlite3 1 expand.
- [OK] sqlite3 2 params_and_quotes.
- [OK] sqlite3 3 expr_and_decode.
- [OK] sqlite3 4 enum.
- [OK] sqlite3 5 table.
- [OK] sqlite3 6 tuples.
- [OK] sqlite3 7 affected_count.
- [OK] sqlite3 8 stream.
- [OK] sqlite3 9 stream_both_ways.
- [OK] sqlite3 10 stream_binary.
- [OK] sqlite3 11 dynamic_release.
- [OK] sqlite3 12 nilrequest.
- [OK] sqlite3 13 multirequest.
- [OK] sqlite3 14 harness.
- [SKIP] sqlite3 15 NOT NULL constraint violation.
- [SKIP] sqlite3 16 UNIQUE constraint violation.
- [SKIP] sqlite3 17 FOREIGN KEY constraint violation.
- [SKIP] sqlite3 18 CHECK constraint violation.
- [OK] sqlite3 19 parallel.
- [OK] sqlite3 20 nonlinear.
- [OK] sqlite3 21 environment.
- [OK] sqlite3 22 raise in call.
- [OK] sqlite3 23 fail in call.
- [OK] sqlite3 24 statement timeout.
- [OK] sqlite3 25 drain.
- [OK] sqlite3 26 connect.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/caqti-async.2.3.1/_build/default/testsuite/_build/_tests/test_sql_async'.
- Test Successful in 9.638s. 23 tests run.
-> compiled caqti-async.2.3.1
-> removed caqti-async.2.3.1
-> installed caqti-async.2.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 22:59.25 ---> saved as "f63094d0fefc7a636d21d70d3ab81cf74758ddb9231edb1c7a686a962d7e78e6"
Job succeeded
2026-05-24 22:59.51: Job succeeded