(not at the head of any monitored branch or PR)
2026-04-09 11:57.56: New job: build caqti-driver-postgresql.2.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29690/head (6b2464946e569e2d90f4b72ef1fe7f0196f077a4)
                              on ubuntu-22.04-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29690/head" && git reset --hard 6b246494
git fetch origin master
git merge --no-edit fde524a7a5fc26108522edaefc3bcf346adb744a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:5fc5b51eded8a6de6e78d576f7105e35e1463154f0c2755ecc131f72fcca7481
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn caqti-driver-postgresql.2.3.0 2.3.0
RUN opam reinstall caqti-driver-postgresql.2.3.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-22.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'caqti-driver-postgresql.2.3.0' && 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-09 11:57.56: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:5fc5b51eded8a6de6e78d576f7105e35e1463154f0c2755ecc131f72fcca7481-caqti-driver-postgresql.2.3.0-6b2464946e569e2d90f4b72ef1fe7f0196f077a4"
2026-04-09 11:57.56: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:5fc5b51eded8a6de6e78d576f7105e35e1463154f0c2755ecc131f72fcca7481)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn caqti-driver-postgresql.2.3.0 2.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall caqti-driver-postgresql.2.3.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-22.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'caqti-driver-postgresql.2.3.0' && 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-09 11:57.56: Waiting for resource in pool OCluster
2026-04-09 11:59.10: Waiting for worker…
2026-04-09 12:01.46: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at fde524a7a5 Merge pull request #29672 from dinosaure/release-jws-v0.0.2
Updating fde524a7a5..6b2464946e
Fast-forward
 packages/caqti-async/caqti-async.2.2.4/opam        |  2 +-
 .../caqti-driver-mariadb.2.3.0/opam                | 33 +++++++++++
 .../caqti-driver-pgx/caqti-driver-pgx.2.3.0/opam   | 33 +++++++++++
 .../caqti-driver-postgresql.2.3.0/opam             | 37 ++++++++++++
 .../caqti-driver-sqlite3.2.3.0/opam                | 33 +++++++++++
 packages/caqti-dynload/caqti-dynload.2.3.0/opam    | 41 +++++++++++++
 packages/caqti-eio/caqti-eio.2.2.4/opam            |  2 +-
 packages/caqti-lwt/caqti-lwt.2.3.0/opam            | 38 ++++++++++++
 packages/caqti-miou/caqti-miou.2.2.4/opam          |  2 +-
 packages/caqti-mirage/caqti-mirage.2.2.4/opam      |  6 +-
 packages/caqti-tls/caqti-tls.2.1.2/opam            |  2 +-
 packages/caqti/caqti.2.3.0/opam                    | 69 ++++++++++++++++++++++
 12 files changed, 291 insertions(+), 7 deletions(-)
 create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.3.0/opam
 create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.3.0/opam
 create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.3.0/opam
 create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.3.0/opam
 create mode 100644 packages/caqti-dynload/caqti-dynload.2.3.0/opam
 create mode 100644 packages/caqti-lwt/caqti-lwt.2.3.0/opam
 create mode 100644 packages/caqti/caqti.2.3.0/opam

(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:5fc5b51eded8a6de6e78d576f7105e35e1463154f0c2755ecc131f72fcca7481)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:5fc5b51eded8a6de6e78d576f7105e35e1463154f0c2755ecc131f72fcca7481' locally
docker.io/ocaml/opam@sha256:5fc5b51eded8a6de6e78d576f7105e35e1463154f0c2755ecc131f72fcca7481: Pulling from ocaml/opam
96c832531c38: Pulling fs layer
be6140a0cb64: Pulling fs layer
608f87e27826: Pulling fs layer
1aa87020d09e: Pulling fs layer
4627ead79e82: Pulling fs layer
ee9881e62e45: Pulling fs layer
d1d3e9200dcf: Pulling fs layer
96c832531c38: Waiting
4627ead79e82: Waiting
ec36963b8a83: Pulling fs layer
608f87e27826: Waiting
1aa87020d09e: Waiting
ee9881e62e45: Waiting
7bc64237e0ad: Pulling fs layer
be6140a0cb64: Waiting
d1d3e9200dcf: Waiting
ec36963b8a83: Waiting
ba55965465d5: Pulling fs layer
b03036c91202: Pulling fs layer
050bdaad79dd: Pulling fs layer
4f1899b260b5: Pulling fs layer
c487507eff9e: Pulling fs layer
b03036c91202: Waiting
ba55965465d5: Waiting
050bdaad79dd: Waiting
c2dcac9e6df9: Pulling fs layer
4f1899b260b5: Waiting
c1ee5cca067f: Pulling fs layer
c487507eff9e: Waiting
3e174e38f08d: Pulling fs layer
3e174e38f08d: Waiting
4f4fb700ef54: Pulling fs layer
c270e7eb5e33: Pulling fs layer
c1ee5cca067f: Waiting
4f4fb700ef54: Waiting
5c70a5db4ab3: Pulling fs layer
d5011a742c2c: Pulling fs layer
c270e7eb5e33: Waiting
5c70a5db4ab3: Waiting
b54614c1ffad: Pulling fs layer
d5011a742c2c: Waiting
1bac2e6260de: Pulling fs layer
35b321a19b20: Pulling fs layer
d56c99376aae: Pulling fs layer
b54614c1ffad: Waiting
35b321a19b20: Waiting
79da19725cc7: Pulling fs layer
1bac2e6260de: Waiting
d56c99376aae: Waiting
f374ac7c013d: Pulling fs layer
79da19725cc7: Waiting
4f629b75fa51: Pulling fs layer
7b2eb58cb8af: Pulling fs layer
c23c11692b20: Pulling fs layer
560a78851f09: Pulling fs layer
51e7bc687f21: Pulling fs layer
7b2eb58cb8af: Waiting
4f629b75fa51: Waiting
49eee95e1b5c: Pulling fs layer
560a78851f09: Waiting
d7c037862372: Pulling fs layer
c23c11692b20: Waiting
010178408f7a: Pulling fs layer
51e7bc687f21: Waiting
25237071c175: Pulling fs layer
d7c037862372: Waiting
a9853caa4557: Pulling fs layer
010178408f7a: Waiting
ff8459f61690: Pulling fs layer
8627c8ff42c3: Pulling fs layer
28d2f927ef7e: Pulling fs layer
087b792a743a: Pulling fs layer
25237071c175: Waiting
863efaa1c566: Pulling fs layer
8627c8ff42c3: Waiting
087b792a743a: Waiting
e473b78bcaa5: Pulling fs layer
28d2f927ef7e: Waiting
478edae74b00: Pulling fs layer
e473b78bcaa5: Waiting
863efaa1c566: Waiting
283d2439377d: Pulling fs layer
a98801f039f2: Pulling fs layer
478edae74b00: Waiting
a98801f039f2: Waiting
283d2439377d: Waiting
96c832531c38: Verifying Checksum
96c832531c38: Download complete
608f87e27826: Verifying Checksum
608f87e27826: Download complete
1aa87020d09e: Verifying Checksum
1aa87020d09e: Download complete
4627ead79e82: Verifying Checksum
4627ead79e82: Download complete
96c832531c38: Pull complete
be6140a0cb64: Pull complete
608f87e27826: Pull complete
d1d3e9200dcf: Verifying Checksum
d1d3e9200dcf: Download complete
ee9881e62e45: Verifying Checksum
ee9881e62e45: Download complete
ec36963b8a83: Verifying Checksum
ec36963b8a83: Download complete
7bc64237e0ad: Verifying Checksum
7bc64237e0ad: Download complete
ba55965465d5: Verifying Checksum
ba55965465d5: Download complete
1aa87020d09e: Pull complete
b03036c91202: Verifying Checksum
b03036c91202: Download complete
050bdaad79dd: Verifying Checksum
050bdaad79dd: Download complete
4f1899b260b5: Verifying Checksum
4f1899b260b5: Download complete
4627ead79e82: Pull complete
c487507eff9e: Verifying Checksum
c487507eff9e: Download complete
c2dcac9e6df9: Verifying Checksum
c2dcac9e6df9: Download complete
c1ee5cca067f: Verifying Checksum
c1ee5cca067f: Download complete
3e174e38f08d: Verifying Checksum
3e174e38f08d: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c270e7eb5e33: Download complete
5c70a5db4ab3: Verifying Checksum
5c70a5db4ab3: Download complete
d5011a742c2c: Verifying Checksum
d5011a742c2c: Download complete
b54614c1ffad: Verifying Checksum
b54614c1ffad: Download complete
35b321a19b20: Download complete
1bac2e6260de: Verifying Checksum
1bac2e6260de: Download complete
d56c99376aae: Verifying Checksum
d56c99376aae: Download complete
79da19725cc7: Download complete
f374ac7c013d: Download complete
4f629b75fa51: Verifying Checksum
4f629b75fa51: Download complete
7b2eb58cb8af: Verifying Checksum
7b2eb58cb8af: Download complete
c23c11692b20: Verifying Checksum
c23c11692b20: Download complete
560a78851f09: Download complete
49eee95e1b5c: Download complete
51e7bc687f21: Verifying Checksum
51e7bc687f21: Download complete
010178408f7a: Verifying Checksum
010178408f7a: Download complete
a9853caa4557: Download complete
ff8459f61690: Verifying Checksum
ff8459f61690: Download complete
8627c8ff42c3: Verifying Checksum
8627c8ff42c3: Download complete
28d2f927ef7e: Verifying Checksum
28d2f927ef7e: Download complete
087b792a743a: Verifying Checksum
087b792a743a: Download complete
d7c037862372: Verifying Checksum
d7c037862372: Download complete
863efaa1c566: Verifying Checksum
863efaa1c566: Download complete
478edae74b00: Download complete
283d2439377d: Download complete
e473b78bcaa5: Verifying Checksum
e473b78bcaa5: Download complete
a98801f039f2: Download complete
ee9881e62e45: Pull complete
d1d3e9200dcf: Pull complete
ec36963b8a83: Pull complete
7bc64237e0ad: Pull complete
ba55965465d5: Pull complete
b03036c91202: Pull complete
050bdaad79dd: Pull complete
4f1899b260b5: Pull complete
c487507eff9e: Pull complete
c2dcac9e6df9: Pull complete
c1ee5cca067f: Pull complete
3e174e38f08d: Pull complete
4f4fb700ef54: Pull complete
c270e7eb5e33: Pull complete
5c70a5db4ab3: Pull complete
d5011a742c2c: Pull complete
b54614c1ffad: Pull complete
1bac2e6260de: Pull complete
35b321a19b20: Pull complete
d56c99376aae: Pull complete
79da19725cc7: Pull complete
f374ac7c013d: Pull complete
4f629b75fa51: Pull complete
7b2eb58cb8af: Pull complete
c23c11692b20: Pull complete
560a78851f09: Pull complete
51e7bc687f21: Pull complete
49eee95e1b5c: Pull complete
25237071c175: Verifying Checksum
25237071c175: Download complete
d7c037862372: Pull complete
010178408f7a: Pull complete
25237071c175: Pull complete
a9853caa4557: Pull complete
ff8459f61690: Pull complete
8627c8ff42c3: Pull complete
28d2f927ef7e: Pull complete
087b792a743a: Pull complete
863efaa1c566: Pull complete
e473b78bcaa5: Pull complete
478edae74b00: Pull complete
283d2439377d: Pull complete
a98801f039f2: Pull complete
Digest: sha256:5fc5b51eded8a6de6e78d576f7105e35e1463154f0c2755ecc131f72fcca7481
Status: Downloaded newer image for ocaml/opam@sha256:5fc5b51eded8a6de6e78d576f7105e35e1463154f0c2755ecc131f72fcca7481
2026-04-09 12:01.50 ---> using "ab25ffcf6726cdcc6be6fa71b85a66fe5df5054c63930250ca6418280d896610" 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-09 12:01.50 ---> using "bbfcea2158d3ee6082bb30b4d749d055f30bfe9a409dbe8791d57e637287c2a1" 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 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-09 12:01.50 ---> using "3430503605e471a0bcae37fb507b0002dae050088830b5b60db5e2260a45ac89" 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.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=22.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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-09 12:01.50 ---> using "95d248013725808c2dc61e2e3863b367d1e202675b1027b3a4fe6c02555cca21" 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-09 12:01.50 ---> using "2863a29b62e2ba39a27b4f46c22de516e0c1a7a9e9fc38609a4c0c61fd8f969c" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-09 12:02.02 ---> saved as "54d58d9ecd5e59accace5e60c3ff80c8734f1ef5a41d968925df2c250cbca25f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-09 12:02.22 ---> saved as "6fd8aa61e999f4b9b41a802c9efa6c54c6d886284396b3e2fc4d873c7e670b99"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6917 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3889 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1622 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1311 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4226 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7143 kB]
- Fetched 25.5 MB in 1s (18.0 MB/s)
- Reading package lists...
- 
2026-04-09 12:02.25 ---> saved as "46c9971f500c524729e62a6413d707bbaed271ad669eb3bd7d37b7780ecf3d4e"

/home/opam: (run (shell "opam pin add -k version -yn caqti-driver-postgresql.2.3.0 2.3.0"))
caqti-driver-postgresql is now pinned to version 2.3.0
2026-04-09 12:02.26 ---> saved as "dfcd5dcc47e9cbf22b52cf3c80f6e8dd51fa3c916dd46a1cfcaff6a2746f4418"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall caqti-driver-postgresql.2.3.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-22.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'caqti-driver-postgresql.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
caqti-driver-postgresql.2.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 63 packages
  - install angstrom                0.16.1         [required by caqti]
  - install asn1-combinators        0.3.2          [required by x509]
  - install astring                 0.8.5          [required by fpath]
  - install base64                  3.5.2          [required by x509]
  - install bigstringaf             0.10.0         [required by caqti]
  - install caqti                   2.3.0          [required by caqti-driver-postgresql]
  - install caqti-driver-postgresql 2.3.0 (pinned)
  - install conf-gmp                5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec       4              [required by mirage-crypto-pk]
  - install conf-pkg-config         4              [required by conf-postgresql]
  - install conf-postgresql         2              [required by postgresql]
  - install csexp                   1.5.2          [required by dune-private-libs]
  - install cstruct                 6.2.0          [required by hex]
  - install digestif                1.3.0          [required by mirage-crypto-ec, kdf, mirage-crypto-pk]
  - install domain-name             0.5.0          [required by caqti]
  - install dune                    3.22.1         [required by caqti-driver-postgresql]
  - install dune-compiledb          0.6.0          [required by postgresql]
  - install dune-configurator       3.22.1         [required by postgresql]
  - install dune-private-libs       3.22.1         [required by dune-site]
  - install dune-site               3.22.1         [required by caqti]
  - install duration                0.2.1          [required by mirage-crypto-rng]
  - install dyn                     3.22.1         [required by dune-private-libs]
  - install eqaf                    0.10           [required by mirage-crypto-ec, mirage-crypto-pk]
  - install ezjsonm                 1.3.0          [required by dune-compiledb]
  - install fmt                     0.11.0         [required by logs, x509]
  - install fpath                   0.7.3          [required by dune-compiledb]
  - install fs-io                   3.22.1         [required by stdune]
  - install gmap                    0.3.0          [required by x509]
  - install hex                     1.5.0          [required by ezjsonm]
  - install ipaddr                  5.6.2          [required by caqti]
  - install jsonm                   1.0.2          [required by ezjsonm]
  - install kdf                     1.0.0          [required by x509]
  - install logs                    0.10.0         [required by caqti]
  - install lru                     0.3.1          [required by caqti]
  - install lwt-dllist              1.1.0          [required by caqti]
  - install macaddr                 5.6.2          [required by ipaddr]
  - install mirage-crypto           2.1.0          [required by x509]
  - install mirage-crypto-ec        2.1.0          [required by x509]
  - install mirage-crypto-pk        2.1.0          [required by x509]
  - install mirage-crypto-rng       2.1.0          [required by x509]
  - install mtime                   2.1.0          [required by caqti]
  - install num                     1.6            [required by sexplib]
  - install ocaml-syntax-shims      1.0.0          [required by angstrom]
  - install ocamlbuild              0.16.1         [required by mtime, logs, ptime]
  - install ocamlfind               1.9.8          [required by mtime, logs, ptime]
  - install ohex                    0.2.0          [required by x509]
  - install ordering                3.22.1         [required by dyn, stdune]
  - install parsexp                 v0.17.0        [required by sexplib]
  - install postgresql              5.3.2          [required by caqti-driver-postgresql]
  - install pp                      2.0.0          [required by dune-private-libs]
  - install psq                     0.2.1          [required by lru]
  - install ptime                   1.2.0          [required by caqti]
  - install seq                     base           [required by psq]
  - install sexplib                 v0.17.0        [required by dune-compiledb]
  - install sexplib0                v0.17.0        [required by dune-compiledb]
  - install stdune                  3.22.1         [required by dune-private-libs]
  - install stringext               1.6.0          [required by uri]
  - install top-closure             3.22.1         [required by stdune]
  - install topkg                   1.1.1          [required by mtime, logs, ptime]
  - install uri                     4.4.0          [required by caqti-driver-postgresql]
  - install uutf                    1.0.4          [required by ezjsonm]
  - install x509                    1.0.6          [required by caqti]
  - install zarith                  1.14           [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    libgmp-dev libpq-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" "libpq-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15669 files and directories currently installed.)
- Preparing to unpack .../libssl3_3.0.2-0ubuntu1.23_amd64.deb ...
- Unpacking libssl3:amd64 (3.0.2-0ubuntu1.23) over (3.0.2-0ubuntu1.21) ...
- Setting up libssl3:amd64 (3.0.2-0ubuntu1.23) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15669 files and directories currently installed.)
- Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../01-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../02-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../03-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../04-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../05-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../06-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../07-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libpq5:amd64.
- Preparing to unpack .../08-libpq5_14.22-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpq5:amd64 (14.22-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../09-libssl-dev_3.0.2-0ubuntu1.23_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.23) ...
- Selecting previously unselected package libpq-dev.
- Preparing to unpack .../10-libpq-dev_14.22-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpq-dev (14.22-0ubuntu0.22.04.1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../11-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- No schema files found: doing nothing.
- Setting up libpq5:amd64 (14.22-0ubuntu0.22.04.1) ...
- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.23) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up libpq-dev (14.22-0ubuntu0.22.04.1) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Setting up shared-mime-info (2.1-2) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved caqti.2.3.0, caqti-driver-postgresql.2.3.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> installed conf-postgresql.2
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved postgresql.5.3.2  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed dune.3.22.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.2.1
-> installed eqaf.0.10
-> installed fs-io.3.22.1
-> installed gmap.0.3.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed psq.0.2.1
-> installed sexplib0.v0.17.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.1
-> installed dune-configurator.3.22.1
-> installed hex.1.5.0
-> installed digestif.1.3.0
-> installed ipaddr.5.6.2
-> installed lru.0.3.1
-> installed ezjsonm.1.3.0
-> installed bigstringaf.0.10.0
-> installed dyn.3.22.1
-> installed parsexp.v0.17.0
-> installed mirage-crypto.2.1.0
-> installed angstrom.0.16.1
-> installed kdf.1.0.0
-> installed mirage-crypto-rng.2.1.0
-> installed sexplib.v0.17.0
-> installed mirage-crypto-pk.2.1.0
-> installed dune-compiledb.0.6.0
-> installed uri.4.4.0
-> installed postgresql.5.3.2
-> installed stdune.3.22.1
-> installed mirage-crypto-ec.2.1.0
-> installed dune-private-libs.3.22.1
-> installed x509.1.0.6
-> installed dune-site.3.22.1
-> installed caqti.2.3.0
-> installed caqti-driver-postgresql.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-09 12:03.53 ---> saved as "870d67d59e8e537e24ad8112872fb325af10dafb894e672f1f7e877160fa43f0"
Job succeeded
2026-04-09 12:04.02: Job succeeded