(for PR #29937)

2026-05-24 22:43.54: New job: build caqti-eio.2.3.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29937/head (699c568442d9080169b06a0acf74464211d7c52c)
                              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/29937/head" && git reset --hard 699c5684
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208
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-eio.2.3.1 2.3.1
RUN opam reinstall caqti-eio.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-eio.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-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208-caqti-eio.2.3.1-699c568442d9080169b06a0acf74464211d7c52c"
2026-05-24 22:43.54: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208)
 (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-eio.2.3.1 2.3.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall caqti-eio.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-eio.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.01: Waiting for worker…
2026-05-24 22:45.00: 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-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208' locally
docker.io/ocaml/opam@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208: Pulling from ocaml/opam
16c195d4c5e9: Already exists
5d5ae59f12bf: Pulling fs layer
2a1bdaff57b1: Pulling fs layer
4f0da68efc03: Pulling fs layer
ddae77db6783: Pulling fs layer
fdb5e27abf0f: Pulling fs layer
93a3171e4fee: Pulling fs layer
4f0da68efc03: Waiting
dbf7af4bbc5e: Pulling fs layer
ddae77db6783: Waiting
fdb5e27abf0f: Waiting
93a3171e4fee: Waiting
2a1bdaff57b1: Waiting
5f7df1a633be: Pulling fs layer
91c5054ad467: Pulling fs layer
5f7df1a633be: Waiting
f85e33539fc1: Pulling fs layer
60715424f1f3: Pulling fs layer
91c5054ad467: Waiting
f85e33539fc1: Waiting
3d928beeeddb: Pulling fs layer
ad721eb63d8e: Pulling fs layer
60715424f1f3: Waiting
3d928beeeddb: Waiting
6423a1c6a219: Pulling fs layer
ad721eb63d8e: Waiting
5b5461462268: Pulling fs layer
6423a1c6a219: Waiting
d0115271718d: Pulling fs layer
5b5461462268: Waiting
9fd788776761: Pulling fs layer
d0115271718d: Waiting
ee0541408fb9: Pulling fs layer
3710803c65d7: Pulling fs layer
ce2c52193d43: Pulling fs layer
4f4fb700ef54: Pulling fs layer
3710803c65d7: Waiting
a2f980d0b98b: Pulling fs layer
ee0541408fb9: Waiting
410070a2f222: Pulling fs layer
a2f980d0b98b: Waiting
4f4fb700ef54: Waiting
ce2c52193d43: Waiting
d3816a848673: Pulling fs layer
9fd788776761: Waiting
7c855ca71d74: Pulling fs layer
1528501eaf16: Pulling fs layer
7c855ca71d74: Waiting
23228c2200ea: Pulling fs layer
410070a2f222: Waiting
54f128346b20: Pulling fs layer
1528501eaf16: Waiting
d3816a848673: Waiting
23228c2200ea: Waiting
76cf7939a21f: Pulling fs layer
ebfcf91f683f: Pulling fs layer
54f128346b20: Waiting
aba3e293a4a1: Pulling fs layer
76cf7939a21f: Waiting
5f6c0c42c902: Pulling fs layer
ebfcf91f683f: Waiting
aba3e293a4a1: Waiting
266bc6609d9e: Pulling fs layer
9ba70185e826: Pulling fs layer
5f6c0c42c902: Waiting
266bc6609d9e: Waiting
892f7eadbfc9: Pulling fs layer
81c302137335: Pulling fs layer
9ba70185e826: Waiting
a255dc714083: Pulling fs layer
892f7eadbfc9: Waiting
81c302137335: Waiting
da091890895b: Pulling fs layer
a255dc714083: Waiting
4c6a2849596a: Pulling fs layer
da091890895b: Waiting
0343135a3782: Pulling fs layer
4c6a2849596a: Waiting
0343135a3782: Waiting
c21a0230fcf8: Pulling fs layer
e48cf951d0ab: Pulling fs layer
dc26cc1f446d: Pulling fs layer
c21a0230fcf8: Waiting
e48cf951d0ab: Waiting
42d8b162a3a3: Pulling fs layer
dc26cc1f446d: Waiting
3341088c39b8: Pulling fs layer
42d8b162a3a3: Waiting
3341088c39b8: Waiting
5d5ae59f12bf: Verifying Checksum
5d5ae59f12bf: Download complete
5d5ae59f12bf: Pull complete
2a1bdaff57b1: Verifying Checksum
2a1bdaff57b1: Download complete
2a1bdaff57b1: Pull complete
4f0da68efc03: Verifying Checksum
4f0da68efc03: Download complete
ddae77db6783: Verifying Checksum
ddae77db6783: Download complete
93a3171e4fee: Verifying Checksum
93a3171e4fee: Download complete
4f0da68efc03: Pull complete
ddae77db6783: Pull complete
dbf7af4bbc5e: Verifying Checksum
dbf7af4bbc5e: Download complete
5f7df1a633be: Verifying Checksum
5f7df1a633be: Download complete
fdb5e27abf0f: Verifying Checksum
fdb5e27abf0f: Download complete
f85e33539fc1: Verifying Checksum
f85e33539fc1: Download complete
91c5054ad467: Verifying Checksum
91c5054ad467: Download complete
60715424f1f3: Verifying Checksum
60715424f1f3: Download complete
3d928beeeddb: Verifying Checksum
3d928beeeddb: Download complete
6423a1c6a219: Verifying Checksum
6423a1c6a219: Download complete
ad721eb63d8e: Verifying Checksum
ad721eb63d8e: Download complete
5b5461462268: Download complete
d0115271718d: Verifying Checksum
d0115271718d: Download complete
9fd788776761: Download complete
ee0541408fb9: Download complete
3710803c65d7: Verifying Checksum
3710803c65d7: Download complete
ce2c52193d43: Verifying Checksum
ce2c52193d43: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a2f980d0b98b: Verifying Checksum
a2f980d0b98b: Download complete
410070a2f222: Verifying Checksum
410070a2f222: Download complete
d3816a848673: Verifying Checksum
d3816a848673: Download complete
7c855ca71d74: Verifying Checksum
7c855ca71d74: Download complete
1528501eaf16: Verifying Checksum
1528501eaf16: Download complete
23228c2200ea: Download complete
54f128346b20: Download complete
76cf7939a21f: Verifying Checksum
76cf7939a21f: Download complete
ebfcf91f683f: Verifying Checksum
ebfcf91f683f: Download complete
aba3e293a4a1: Verifying Checksum
aba3e293a4a1: Download complete
5f6c0c42c902: Verifying Checksum
5f6c0c42c902: Download complete
266bc6609d9e: Verifying Checksum
266bc6609d9e: Download complete
892f7eadbfc9: Verifying Checksum
892f7eadbfc9: Download complete
81c302137335: Verifying Checksum
81c302137335: Download complete
a255dc714083: Download complete
da091890895b: Download complete
4c6a2849596a: Verifying Checksum
4c6a2849596a: Download complete
0343135a3782: Verifying Checksum
0343135a3782: Download complete
c21a0230fcf8: Verifying Checksum
c21a0230fcf8: Download complete
fdb5e27abf0f: Pull complete
93a3171e4fee: Pull complete
dc26cc1f446d: Download complete
dbf7af4bbc5e: Pull complete
42d8b162a3a3: Verifying Checksum
42d8b162a3a3: Download complete
5f7df1a633be: Pull complete
3341088c39b8: Verifying Checksum
3341088c39b8: Download complete
91c5054ad467: Pull complete
f85e33539fc1: Pull complete
60715424f1f3: Pull complete
3d928beeeddb: Pull complete
ad721eb63d8e: Pull complete
6423a1c6a219: Pull complete
5b5461462268: Pull complete
d0115271718d: Pull complete
9fd788776761: Pull complete
ee0541408fb9: Pull complete
3710803c65d7: Pull complete
ce2c52193d43: Pull complete
4f4fb700ef54: Pull complete
a2f980d0b98b: Pull complete
410070a2f222: Pull complete
d3816a848673: Pull complete
7c855ca71d74: Pull complete
1528501eaf16: Pull complete
23228c2200ea: Pull complete
54f128346b20: Pull complete
76cf7939a21f: Pull complete
ebfcf91f683f: Pull complete
aba3e293a4a1: Pull complete
5f6c0c42c902: Pull complete
266bc6609d9e: Pull complete
9ba70185e826: Verifying Checksum
9ba70185e826: Download complete
e48cf951d0ab: Verifying Checksum
e48cf951d0ab: Download complete
9ba70185e826: Pull complete
892f7eadbfc9: Pull complete
81c302137335: Pull complete
a255dc714083: Pull complete
da091890895b: Pull complete
4c6a2849596a: Pull complete
0343135a3782: Pull complete
c21a0230fcf8: Pull complete
e48cf951d0ab: Pull complete
dc26cc1f446d: Pull complete
42d8b162a3a3: Pull complete
3341088c39b8: Pull complete
Digest: sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208
Status: Downloaded newer image for ocaml/opam@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208
2026-05-24 22:45.02 ---> using "41357343971ec1c22ef6479527364d324d243404a2d3270e2fa1349cad1362d4" 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:45.02 ---> saved as "366f0b3b6c3bd5a2ce10b7094a98e2f33e5f3d54d5d7599491f66538c3ca10f3"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 22:45.14 ---> saved as "4167e8b5fdde25558a30cf08e372fbee441197be4cc565205875a4c312344d8a"

/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-05-24 22:45.14 ---> saved as "0285914f64af5204bf0038eea032e0d8f5beb53f8378f2ee2fe7bca160ee47b5"

/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:45.25 ---> saved as "e8f0fc9194d4a2903a166a90cf12af8023753cb01c77fe31fa0319270a526d8b"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 22:45.30 ---> saved as "daf1aac548d2b7463f0a93f2a0b3854d11db97b48c6ea281b0045b7e90d7c25a"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 22:45.42 ---> saved as "ea5e43d06d8a231f46d319b848abe040a72fab7ba181752b4d17a67ac008206b"

/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://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [318 kB]
- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [287 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [19.3 kB]
- Get:7 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [397 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.9 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [323 kB]
- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [542 kB]
- Get:12 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [404 kB]
- Fetched 2717 kB in 1s (3233 kB/s)
- Reading package lists...
- 
2026-05-24 22:45.44 ---> saved as "434bac3a6f4eb09e839abb0bf24dbad550f1c1076f80ac5d120bd7732e8c89d8"

/home/opam: (run (shell "opam pin add -k version -yn caqti-eio.2.3.1 2.3.1"))
caqti-eio is now pinned to version 2.3.1
2026-05-24 22:45.45 ---> saved as "9be679bb49a7ea25d64e543825dd574ddfd3d91142c5b98d6dbaba53916d2927"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall caqti-eio.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-eio.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-eio.2.3.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 55 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, eio]
  - install caqti              2.3.1          [required by caqti-eio]
  - install caqti-eio          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 cstruct            6.2.0          [required by eio]
  - install digestif           1.3.0          [required by mirage-crypto-ec, kdf, mirage-crypto-pk]
  - install domain-local-await 1.0.1          [required by eio]
  - install domain-name        0.5.0          [required by caqti]
  - install dune               3.23.1         [required by caqti-eio]
  - install dune-configurator  3.23.1         [required by bigstringaf, mirage-crypto-ec]
  - install dune-private-libs  3.23.1         [required by dune-site]
  - install dune-site          3.23.1         [required by caqti]
  - install duration           0.3.1          [required by mirage-crypto-rng]
  - install dyn                3.23.1         [required by dune-private-libs]
  - install eio                1.3            [required by caqti-eio]
  - install eqaf               0.10           [required by mirage-crypto-ec, mirage-crypto-pk]
  - install fmt                0.11.0         [required by eio]
  - install fs-io              3.23.1         [required by stdune]
  - install gmap               0.3.0          [required by x509]
  - install hmap               0.8.1          [required by eio]
  - install ipaddr             5.6.2          [required by caqti]
  - install kdf                1.0.0          [required by x509]
  - install logs               0.10.0         [required by caqti-eio]
  - install lru                0.3.1          [required by caqti]
  - install lwt-dllist         1.1.0          [required by caqti, eio]
  - 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, eio]
  - install ocaml-syntax-shims 1.0.0          [required by angstrom]
  - install ocamlbuild         0.16.1         [required by ptime, logs, mtime, hmap]
  - install ocamlfind          1.9.8          [required by ptime, logs, mtime, hmap]
  - install ohex               0.2.0          [required by x509]
  - install optint             0.3.0          [required by eio]
  - install ordering           3.23.1         [required by dyn, stdune]
  - install pp                 2.0.0          [required by dune-private-libs]
  - install psq                0.2.1          [required by eio]
  - install ptime              1.2.0          [required by caqti]
  - install seq                base           [required by psq]
  - install stdune             3.23.1         [required by dune-private-libs]
  - install stringext          1.6.0          [required by uri]
  - install thread-table       1.0.0          [required by domain-local-await]
  - install top-closure        3.23.1         [required by stdune]
  - install topkg              1.1.1          [required by ptime, logs, mtime, hmap]
  - 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.1, caqti-eio.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-gmp-powm-sec.4
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-local-await.1.0.1  (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 eio.1.3  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.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 thread-table.1.0.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 hmap.0.8.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 lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed optint.0.3.0
-> installed ordering.3.23.1
-> installed pp.2.0.0
-> installed psq.0.2.1
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed top-closure.3.23.1
-> installed digestif.1.3.0
-> installed dune-configurator.3.23.1
-> installed ipaddr.5.6.2
-> installed lru.0.3.1
-> installed domain-local-await.1.0.1
-> installed dyn.3.23.1
-> installed bigstringaf.0.10.0
-> 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 eio.1.3
-> installed uri.4.4.0
-> installed stdune.3.23.1
-> installed dune-private-libs.3.23.1
-> installed mirage-crypto-ec.2.1.0
-> installed dune-site.3.23.1
-> installed x509.1.0.6
-> installed caqti.2.3.1
-> installed caqti-eio.2.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 22:47.13 ---> saved as "f23881514c0815f588e010b15e4f2d1de2ca5c47f03b813a2905b39452653186"
Job succeeded
2026-05-24 22:47.18: Job succeeded