Build:
- 0
2026-04-28 11:18.33: New job: test caqti-miou.2.3.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29814/head (fdfb6228205e20a2c1d1237b02504850a8409646)
on ubuntu-25.10-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/29814/head" && git reset --hard fdfb6228
git fetch origin master
git merge --no-edit 0d8fa4e2785bb4702bdbdbce972aecc1bbf211fb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb
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-miou.2.3.1 2.3.1
RUN opam reinstall caqti-miou.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-25.10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-miou.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-miou.2.3.1) || true
RUN opam reinstall --with-test --verbose caqti-miou.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-25.10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-miou.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-04-28 11:18.33: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb-caqti-miou.2.3.1-fdfb6228205e20a2c1d1237b02504850a8409646"
2026-04-28 11:18.33: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb)
(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-miou.2.3.1 2.3.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-miou.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-25.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-miou.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-miou.2.3.1) || true"))
(run (shell "opam reinstall --with-test --verbose caqti-miou.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-25.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-miou.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-04-28 11:18.33: Waiting for resource in pool OCluster
2026-04-28 11:18.34: Waiting for worker…
2026-04-28 11:18.34: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 0d8fa4e278 Merge pull request #29808 from dinosaure/release-dmarc-v0.0.2
Updating 0d8fa4e278..fdfb622820
Fast-forward
packages/caqti-miou/caqti-miou.2.3.1/opam | 36 +++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 packages/caqti-miou/caqti-miou.2.3.1/opam
(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb' locally
docker.io/ocaml/opam@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb: Pulling from ocaml/opam
16c195d4c5e9: Already exists
52e5c620adad: Already exists
ede3e96d4e3e: Already exists
d04fc5fa7c6b: Already exists
3dcc1eb82c36: Already exists
ab3defebbb54: Already exists
7b715b836645: Already exists
2b27f2185f00: Already exists
7d6e3d5c7d36: Already exists
624c8c87c403: Already exists
075c9f317734: Already exists
347a57877bff: Already exists
1c7b5d97e131: Already exists
ab60fbcc17aa: Already exists
b3b72b72bac3: Already exists
1bf622d6b3d7: Already exists
7a247a63940a: Already exists
47a0b674a796: Already exists
47a0b674a796: Already exists
f17243fda6ba: Already exists
f7ac1276cf4c: Already exists
810eb6f380bd: Already exists
f9b004d77a8f: Already exists
4f4fb700ef54: Already exists
2e70c6ccc025: Already exists
656649c9d203: Already exists
92e34d2de701: Already exists
c9dee8320bf1: Already exists
d73125ae33f0: Already exists
133c9d673e68: Already exists
e0c506d89aae: Already exists
80d6eeea925b: Already exists
df33debf5406: Already exists
17b51d6a9514: Already exists
ba321bf7d347: Already exists
2d32e3af2844: Already exists
c96946cb20bd: Already exists
dfe9bfcc8b3c: Already exists
5f9ebaff5e28: Already exists
353ebc994aa1: Already exists
a780b498bda2: Already exists
d78309ee2b53: Already exists
ab69be715c48: Pulling fs layer
ac7824b01e21: Pulling fs layer
15bc86ccf4ef: Pulling fs layer
f0c980790112: Pulling fs layer
f20c9822f755: Pulling fs layer
4eed6b9581dd: Pulling fs layer
899600dc7e75: Pulling fs layer
899600dc7e75: Waiting
f20c9822f755: Waiting
f0c980790112: Waiting
15bc86ccf4ef: Verifying Checksum
15bc86ccf4ef: Download complete
ab69be715c48: Verifying Checksum
ab69be715c48: Download complete
ac7824b01e21: Download complete
ab69be715c48: Pull complete
ac7824b01e21: Pull complete
15bc86ccf4ef: Pull complete
f20c9822f755: Download complete
4eed6b9581dd: Verifying Checksum
4eed6b9581dd: Download complete
899600dc7e75: Verifying Checksum
899600dc7e75: Download complete
f0c980790112: Verifying Checksum
f0c980790112: Download complete
f0c980790112: Pull complete
f20c9822f755: Pull complete
4eed6b9581dd: Pull complete
899600dc7e75: Pull complete
Digest: sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb
Status: Downloaded newer image for ocaml/opam@sha256:fa78e2d1c45d027cc159c9370d8ee72c29a2f27b9fafb04ce55b41ee0ae24abb
2026-04-28 11:18.51 ---> using "a5827ec8f8060228ff360e6b91ccc03261830381fc6438bd74ee093d4c90f0d5" 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-04-28 11:18.51 ---> using "4aa43a0e8ce1591f4442a820512e8307e0c6b1e37f9dd79bf2afa70ab75d31e6" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-28 11:18.51 ---> using "dca21957c73b7aabcedc4167a1eabea8c5b59cd847f5947500e4bb4150667e2f" 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=ubuntu os-version=25.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 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-04-28 11:18.51 ---> using "63d2db2243dafef76860faa12bcc4ee39d8672d1e250a17b0ed904f5869ca564" 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-04-28 11:18.51 ---> using "76162fb6646024444f829bf6eaf3c7e5b009790f51752a4125612bd5b682989f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-28 11:18.58 ---> saved as "37a4a650e591445c9006b875b8d5c9271e43d1dbac01e72581cb3ac25dd4f1ff"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-28 11:19.15 ---> saved as "3e728fc2528d8f92655f478e6518426a2e94857899ed1d4f2ddd42f9b7d4314c"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:3 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [292 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:5 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [363 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [274 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [499 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.5 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [377 kB]
- Fetched 2231 kB in 10s (221 kB/s)
- Reading package lists...
-
2026-04-28 11:19.26 ---> saved as "7676862f085cee5631eb1b67d816ecdcc60c20c66ba6a2d49adc356945c3ed2f"
/home/opam: (run (shell "opam pin add -k version -yn caqti-miou.2.3.1 2.3.1"))
caqti-miou is now pinned to version 2.3.1
2026-04-28 11:19.27 ---> saved as "632c58eb5ce85da370b1065107fb58bf275138636c2e9aee931f605cdfe559ef"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-miou.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-25.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-miou.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-miou.2.3.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 50 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.0 [required by caqti-miou]
- install caqti-miou 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.22.2 [required by caqti-miou]
- install dune-configurator 3.22.2 [required by miou]
- install dune-private-libs 3.22.2 [required by dune-site]
- install dune-site 3.22.2 [required by caqti]
- install duration 0.3.1 [required by mirage-crypto-rng]
- install dyn 3.22.2 [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.22.2 [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-miou]
- 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 miou 0.5.5 [required by caqti-miou]
- 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 mtime, logs, ptime]
- install ohex 0.2.0 [required by x509]
- install ordering 3.22.2 [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.22.2 [required by dune-private-libs]
- install stringext 1.6.0 [required by uri]
- install top-closure 3.22.2 [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:
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 ... 18742 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4build1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4build1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4build1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Setting up pkgconf-bin (1.8.1-4build1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ...
- Setting up pkgconf:amd64 (1.8.1-4build1) ...
- Setting up pkg-config:amd64 (1.8.1-4build1) ...
- Processing triggers for libc-bin (2.42-0ubuntu3.1) ...
<><> 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.0 (cached)
-> retrieved caqti-miou.2.3.1 (https://github.com/paurkedal/ocaml-caqti/releases/download/v2.3.1/caqti-v2.3.1.tbz)
-> 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.22.2, dune-configurator.3.22.2, dune-private-libs.3.22.2, dune-site.3.22.2, dyn.3.22.2, fs-io.3.22.2, ordering.3.22.2, stdune.3.22.2, top-closure.3.22.2 (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 miou.0.5.5 (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.22.2
-> 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.22.2
-> 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.22.2
-> installed pp.2.0.0
-> installed psq.0.2.1
-> installed stringext.1.6.0
-> installed top-closure.3.22.2
-> installed dune-configurator.3.22.2
-> installed digestif.1.3.0
-> installed ipaddr.5.6.2
-> installed lru.0.3.1
-> installed bigstringaf.0.10.0
-> installed dyn.3.22.2
-> installed miou.0.5.5
-> 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.22.2
-> installed dune-private-libs.3.22.2
-> installed mirage-crypto-ec.2.1.0
-> installed dune-site.3.22.2
-> installed x509.1.0.6
-> installed caqti.2.3.0
-> installed caqti-miou.2.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-28 11:20.47 ---> saved as "f9df93a38deb1203f56dccbaee70cdccce24c46fb2184c512b07648eb57e412f"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test caqti-miou.2.3.1) || true"))
The following actions will be performed:
=== recompile 8 packages
- recompile caqti 2.3.0 [uses logs]
- recompile caqti-miou 2.3.1 (pinned)
- 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 20 packages
- install alcotest 1.9.1 [required by caqti-miou]
- install astring 0.8.5 [required by alcotest]
- install caqti-driver-sqlite3 2.3.0 [required by caqti-miou]
- install cmdliner 2.1.1 [required by caqti-miou]
- install conf-sqlite3 1 [required by sqlite3]
- install cstruct 6.2.0 [required by hex]
- 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 mirage-crypto-rng-miou-unix 2.1.0 [required by caqti-miou]
- install num 1.6 [required by sexplib]
- install parsexp v0.17.0 [required by sexplib]
- install re 1.14.0 [required by alcotest]
- 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 stdlib-shims 0.3.0 [required by alcotest]
- 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 ... 18795 files and directories currently installed.)
- Preparing to unpack .../libsqlite3-dev_3.46.1-8_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.46.1-8) ...
- Setting up libsqlite3-dev:amd64 (3.46.1-8) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
-> retrieved caqti.2.3.0, caqti-driver-sqlite3.2.3.0 (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)
-> retrieved mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0, mirage-crypto-rng-miou-unix.2.1.0 (https://opam.ocaml.org/cache)
-> installed astring.0.8.5
-> retrieved num.1.6 (https://opam.ocaml.org/cache)
-> retrieved parsexp.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0 (https://opam.ocaml.org/cache)
-> retrieved sexplib.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved sexplib0.v0.17.0 (https://opam.ocaml.org/cache)
-> retrieved sqlite3.5.4.1 (https://opam.ocaml.org/cache)
-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> retrieved x509.1.0.6 (https://opam.ocaml.org/cache)
-> installed fpath.0.7.3
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed num.1.6
-> installed parsexp.v0.17.0
-> removed caqti-miou.2.3.1
-> removed caqti.2.3.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 sexplib.v0.17.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed cstruct.6.2.0
-> installed hex.1.5.0
-> installed alcotest.1.9.1
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed ezjsonm.1.3.0
-> installed mirage-crypto-rng.2.1.0
-> installed dune-compiledb.0.6.0
-> installed mirage-crypto-rng-miou-unix.2.1.0
-> installed mirage-crypto-pk.2.1.0
-> installed sqlite3.5.4.1
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed caqti.2.3.0
-> installed caqti-driver-sqlite3.2.3.0
-> installed caqti-miou.2.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-28 11:24.39 ---> saved as "6be0ce31ed62d4c2bf5979778629ed700bda54fb7b085f24c06bfecc63718068"
/home/opam: (run (shell "opam reinstall --with-test --verbose caqti-miou.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-25.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-miou.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-miou 2.3.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [caqti-miou: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "caqti-miou" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caqti-miou.2.3.1)
Processing 2/4: [caqti-miou: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "caqti-miou" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caqti-miou.2.3.1)
- (cd _build/default/testsuite && ./main_miou_unix.exe -U uris.conf)
- Testing `test_sql_miou_unix'.
- This run has ID `F7HY0TQD'.
-
- [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-miou.2.3.1/_build/default/testsuite/_build/_tests/test_sql_miou_unix'.
- Test Successful in 133.859s. 23 tests run.
- (cd _build/default/caqti-miou/test-unix && ./main.exe)
- Testing `caqti-miou'.
- This run has ID `RIB75O4K'.
-
- [OK] pool-miou 0 basic usage.
- [OK] pool-miou 1 timed cleanup.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/caqti-miou.2.3.1/_build/default/caqti-miou/test-unix/_build/_tests/caqti-miou'.
- Test Successful in 212.619s. 2 tests run.
-> compiled caqti-miou.2.3.1
-> removed caqti-miou.2.3.1
-> installed caqti-miou.2.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-28 11:28.18 ---> saved as "c50b358363281bb4cf4ee72276996d735e74c871468177c41b5c75cc239dc924"
Job succeeded
2026-04-28 11:28.25: Job succeeded