- github
- ocaml
- opam-repository
- 6b2464
- distributions,debian-unstable-ocaml-4.14,caqti-driver-postgresql.2.3.0
(not at the head of any monitored branch or PR)
2026-04-09 11:57.57: 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 debian-unstable-ocaml-4.14/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:debian-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9
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 "\"debian-unstable\""; 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.57: Using cache hint "ocaml/opam:debian-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9-caqti-driver-postgresql.2.3.0-6b2464946e569e2d90f4b72ef1fe7f0196f077a4"
2026-04-09 11:57.57: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9)
(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 \"\\\"debian-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-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.57: Waiting for resource in pool OCluster
2026-04-09 12:05.58: Waiting for worker…
2026-04-09 12:08.06: 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:debian-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9' locally
docker.io/ocaml/opam@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9: Pulling from ocaml/opam
cfc223668840: Already exists
eef29ee15ab9: Already exists
50f8e67e2e58: Already exists
b9d26bf5f05d: Already exists
75c5c0b090cc: Already exists
7565366359d6: Already exists
18d92a495e06: Already exists
50ca5c1d0182: Already exists
ed1da238ecd3: Already exists
58d6f1922d93: Already exists
426661e86dfa: Already exists
5a820b479e59: Already exists
dbf46a43a36e: Already exists
8df8b765e73e: Already exists
0512d3f28d51: Already exists
cdef9b8401e2: Already exists
080bf4e786dc: Already exists
080bf4e786dc: Already exists
7d714b416ee5: Already exists
63d653d269fa: Already exists
9470dd93c83e: Already exists
65989fc31923: Already exists
4f4fb700ef54: Already exists
c408c528f704: Already exists
be329d9faff7: Already exists
860fc2f88fc4: Already exists
3b98d1f4c0ee: Already exists
45b41ab763c5: Already exists
790f1cedbd8f: Already exists
8ea9b3e75480: Already exists
0fefe4bd68d3: Already exists
872e3afb2935: Already exists
c2bd06443d3c: Already exists
2988dc862105: Already exists
fb1cc58923da: Already exists
6e2cea2092d9: Already exists
64ab61d774c8: Already exists
a789e4774708: Already exists
a5331f03b535: Already exists
3df536c5e12b: Already exists
472adccd6d6c: Already exists
5ad752186621: Pulling fs layer
4d736157f7a1: Pulling fs layer
ce80035aa2ac: Pulling fs layer
d88bcb9e9352: Pulling fs layer
5ad752186621: Waiting
de5934374b81: Pulling fs layer
4d736157f7a1: Waiting
ce80035aa2ac: Waiting
de5934374b81: Waiting
d88bcb9e9352: Waiting
5ad752186621: Verifying Checksum
5ad752186621: Download complete
ce80035aa2ac: Download complete
d88bcb9e9352: Download complete
de5934374b81: Download complete
4d736157f7a1: Verifying Checksum
4d736157f7a1: Download complete
5ad752186621: Pull complete
4d736157f7a1: Pull complete
ce80035aa2ac: Pull complete
d88bcb9e9352: Pull complete
de5934374b81: Pull complete
Digest: sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9
Status: Downloaded newer image for ocaml/opam@sha256:0c3ababc1f563003997b2bcf9228d0baccbc9dd43734b624b19673e04482e8c9
2026-04-09 12:08.27 ---> using "1f51cd1a36fe6df28b35573ccaeb306ebac27c8958fd20552e2127f256b78272" 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:08.27 ---> using "3b8c3e895f1fd0fc91fd2be7dfef8b55fe8e891d5ffc1775f23880708070de48" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
2026-04-09 12:08.27 ---> using "ed158281a9e6ef10b5230acebe54e3a920e7b511f74aa9bb3891a96b9d99733b" 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=debian os-version=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-04-09 12:08.27 ---> using "f2a995650027200263d8dcda02a49aa9c2cbbed3ef54da37dd6482d97785b33b" 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:08.27 ---> using "e75c6295cac85e4ac9cee304780bfde585300dbb027892dffadf570bf9976854" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-09 12:08.39 ---> saved as "3aaba8af28c21ad819af4af94cf1b84ba5bd29fafe0a0d0d4c88f2adc91cc7f0"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-09 12:08.59 ---> saved as "4005fc2ce7ed47e535e039f454ee16e049ed49087998111b21e79cf2635cd192"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [187 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Err:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Couldn't find the start of the patch series
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [10.4 MB]
- Fetched 10.6 MB in 4s (2597 kB/s)
- Reading package lists...
2026-04-09 12:09.04 ---> saved as "59a8002a0f4a672d01abe86d1d1388dbaa76d19eee19e65ed6237295e365c117"
/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:09.05 ---> saved as "690410d618d1afd841f85cd91d2cec1294c165adc002ffe680a3371327f593a1"
/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 \"\\\"debian-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-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 51 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-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 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-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 fmt 0.11.0 [required by logs, x509]
- install fs-io 3.22.1 [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]
- 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 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 postgresql 5.2.0 [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 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 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"
- 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 ... 22086 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../2-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package libpq5:amd64.
- Preparing to unpack .../3-libpq5_18.3-1+b1_amd64.deb ...
- Unpacking libpq5:amd64 (18.3-1+b1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../4-libssl-dev_3.6.1-3_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.6.1-3) ...
- Selecting previously unselected package libpq-dev.
- Preparing to unpack .../5-libpq-dev_18.3-1+b1_amd64.deb ...
- Unpacking libpq-dev (18.3-1+b1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../6-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../7-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../8-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libpq5:amd64 (18.3-1+b1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up libssl-dev:amd64 (3.6.1-3) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up libpq-dev (18.3-1+b1) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Processing triggers for libc-bin (2.42-13) ...
<><> 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, 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)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> installed conf-postgresql.2
-> installed conf-gmp-powm-sec.4
-> 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 duration.0.2.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 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 postgresql.5.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.1
-> 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.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 stringext.1.6.0
-> installed top-closure.3.22.1
-> installed dune-configurator.3.22.1
-> installed digestif.1.3.0
-> installed ipaddr.5.6.2
-> installed lru.0.3.1
-> installed bigstringaf.0.10.0
-> installed dyn.3.22.1
-> installed mirage-crypto.2.1.0
-> installed postgresql.5.2.0
-> installed angstrom.0.16.1
-> 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.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:10.12 ---> saved as "73d13d6f38af88d68c949e6883167e65057fb0c1edaebb07f40a3c0e545e49c6"
Job succeeded
2026-04-09 12:10.22: Job succeeded