- github
- ocaml
- opam-repository
- bda2fd
- extras,opam-2.1-ocaml-4.14,azure-cosmos-db-lwt.0.4.0,tests
(not at the head of any monitored branch or PR)
2026-04-11 17:31.10: New job: test azure-cosmos-db-lwt.0.4.0, using opam 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/29682/head (bda2fd0485aa4e02adb1de5e7fed6109282303ad)
on debian-13-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/29682/head" && git reset --hard bda2fd04
git fetch origin master
git merge --no-edit c18adeb75d158d5999645fdf3e6e1503c882cdc3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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 azure-cosmos-db-lwt.0.4.0 0.4.0
RUN opam reinstall azure-cosmos-db-lwt.0.4.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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'azure-cosmos-db-lwt.0.4.0' && 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 azure-cosmos-db-lwt.0.4.0) || true
RUN opam reinstall --with-test --verbose azure-cosmos-db-lwt.0.4.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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'azure-cosmos-db-lwt.0.4.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-11 17:31.10: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4-azure-cosmos-db-lwt.0.4.0-bda2fd0485aa4e02adb1de5e7fed6109282303ad"
2026-04-11 17:31.10: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.1 /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 azure-cosmos-db-lwt.0.4.0 0.4.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall azure-cosmos-db-lwt.0.4.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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'azure-cosmos-db-lwt.0.4.0' && 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 azure-cosmos-db-lwt.0.4.0) || true"))
(run (shell "opam reinstall --with-test --verbose azure-cosmos-db-lwt.0.4.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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'azure-cosmos-db-lwt.0.4.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-11 17:31.10: Waiting for resource in pool OCluster
2026-04-11 17:31.15: Waiting for worker…
2026-04-11 17:37.17: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at c18adeb75d Merge pull request #29698 from daysv/release-sm-0.1.1
Updating c18adeb75d..bda2fd0485
Fast-forward
.../azure-cosmos-db-eio.0.4.0/opam | 51 ++++++++++++++++++++++
.../azure-cosmos-db-lwt.0.4.0/opam | 50 +++++++++++++++++++++
.../azure-cosmos-db/azure-cosmos-db.0.4.0/opam | 47 ++++++++++++++++++++
3 files changed, 148 insertions(+)
create mode 100644 packages/azure-cosmos-db-eio/azure-cosmos-db-eio.0.4.0/opam
create mode 100644 packages/azure-cosmos-db-lwt/azure-cosmos-db-lwt.0.4.0/opam
create mode 100644 packages/azure-cosmos-db/azure-cosmos-db.0.4.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
2026-04-11 17:37.21 ---> using "e7349b5faa6e8ea47e3f73a0784842b9d8524e468ce596e92633dbea53bd1c16" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2026-04-11 17:37.21 ---> using "8af1b52bdbda59365cbfcfabd54d147b9931df0d7fb04e25154c138480b5cf98" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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
2026-04-11 17:38.53 ---> saved as "edc26d601388f1c7d408c18f47966483f98d1c95f178f23468b1c7a8226d5047"
/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.1.6 (263921263e1f745613e2882745114b7b08f3608b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# 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-11 17:38.57 ---> saved as "5bd13ddbbaa0a3bbb0c59a7dcaac6f1e8d89273f12b59bce6a3db4b2b2dd6447"
/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-11 17:39.07 ---> saved as "90fa66badec42caead71c64ea775e6f82396339507c29991cd78203cfe755f03"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-11 17:39.14 ---> saved as "d79df598c70869d9c9e7cd572abafc51d7888cb09ee4ba70eab24c69fcde7f79"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-11 17:39.28 ---> saved as "ba2e5e535ab232261f02826c96efe3a62f027e256ba647ef5d34b3b70320242a"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [121 kB]
- Fetched 211 kB in 0s (1344 kB/s)
- Reading package lists...
-
2026-04-11 17:39.30 ---> saved as "7ffd5632c4d62341fdb2212d79e12235861aee3a198819d23cf4ec797302b74f"
/home/opam: (run (shell "opam pin add -k version -yn azure-cosmos-db-lwt.0.4.0 0.4.0"))
azure-cosmos-db-lwt is now pinned to version 0.4.0
2026-04-11 17:39.30 ---> saved as "f90fe76cd946e81a7793ac5d2b34168ee2f4a16a4818a64aa1b69e8d6ebcf912"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall azure-cosmos-db-lwt.0.4.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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'azure-cosmos-db-lwt.0.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
azure-cosmos-db-lwt.0.4.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install cmdliner 2.1.0 [required by cohttp-lwt-unix]
- install dune 3.22.1 [required by azure-cosmos-db-lwt]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install ocamlfind 1.9.8 [required by logs, zarith]
- install ocamlbuild 0.16.1 [required by logs]
- install conf-pkg-config 4 [required by conf-zlib, zarith]
- install yojson 3.0.0 [required by atdgen]
- install stringext 1.6.0 [required by cohttp]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install sexplib0 v0.16.0 [required by cohttp-lwt, cohttp, conduit-lwt]
- install re 1.14.0 [required by atdgen, cohttp]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ohex 0.2.0 [required by ca-certs]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install menhirSdk 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirCST 20260209 [required by menhir]
- install magic-mime 1.3.1 [required by cohttp-lwt-unix]
- install macaddr 5.6.2 [required by ipaddr]
- install http 6.2.1 [required by cohttp-lwt-unix]
- install gmap 0.3.0 [required by x509]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install easy-format 1.3.4 [required by atd]
- install duration 0.2.1 [required by mirage-crypto-rng]
- install domain-name 0.5.0 [required by ipaddr]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by lwt]
- install camlp-streams 5.0.1 [required by biniou]
- install base64 3.5.2 [required by azure-cosmos-db]
- install conf-gmp-powm-sec 4 [required by cryptokit]
- install base-bytes base [required by ocplib-endian]
- install topkg 1.1.1 [required by logs]
- install zarith 1.14 [required by cryptokit]
- install conf-zlib 1 [required by cryptokit]
- install conf-libssl 4 [required by ssl]
- install ppxlib 0.35.0 [required by lwt_ppx]
- install menhir 20260209 [required by atd]
- install digestif 1.3.0 [required by ca-certs]
- install ipaddr 5.6.2 [required by cohttp-lwt, cohttp, conduit-lwt-unix]
- install dune-configurator 3.22.1 [required by cryptokit]
- install biniou 1.2.2 [required by atdgen]
- install ocplib-endian 1.2 [required by lwt]
- install rresult 0.7.0 [required by bos]
- install ptime 1.2.0 [required by ca-certs]
- install fmt 0.11.0 [required by cohttp-lwt-unix]
- install astring 0.8.5 [required by conduit]
- install atd 4.0.0 [required by atdgen]
- install ssl 0.7.0 [required by azure-cosmos-db-lwt]
- install mirage-crypto 2.1.0 [required by ca-certs]
- install cryptokit 1.21.1 [required by azure-cosmos-db]
- install bigstringaf 0.10.0 [required by angstrom]
- install base v0.16.4 [required by ppx_sexp_conv]
- install atdgen-runtime 4.0.0 [required by atdgen]
- install lwt 5.9.2 [required by azure-cosmos-db-lwt]
- install asn1-combinators 0.3.2 [required by x509]
- install fpath 0.7.3 [required by ca-certs]
- install kdf 1.0.0 [required by x509]
- install angstrom 0.16.1 [required by uri]
- install ppx_sexp_conv v0.16.0 [required by cohttp-lwt-unix]
- install atdgen 4.0.0 [required by azure-cosmos-db]
- install lwt_ssl 1.2.0 [required by azure-cosmos-db-lwt]
- install lwt_ppx 5.9.1 [required by azure-cosmos-db-lwt]
- install logs 0.10.0 [required by cohttp-lwt-unix]
- install uri 4.4.0 [required by azure-cosmos-db]
- install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
- install mirage-crypto-rng 2.1.0 [required by x509]
- install bos 0.2.1 [required by ca-certs]
- install uri-sexp 4.4.0 [required by cohttp]
- install conduit 8.0.0 [required by conduit-lwt]
- install mirage-crypto-pk 2.1.0 [required by x509]
- install mirage-crypto-ec 2.1.0 [required by x509]
- install cohttp 6.2.1 [required by azure-cosmos-db, cohttp-lwt-unix]
- install conduit-lwt 8.0.0 [required by cohttp-lwt-unix]
- install x509 1.0.6 [required by ca-certs]
- install cohttp-lwt 6.2.1 [required by cohttp-lwt-unix]
- install azure-cosmos-db 0.4.0 [required by azure-cosmos-db-lwt]
- install ca-certs 1.0.1 [required by conduit-lwt-unix]
- install conduit-lwt-unix 8.0.0 [required by cohttp-lwt-unix]
- install cohttp-lwt-unix 6.2.1 [required by azure-cosmos-db-lwt]
- install azure-cosmos-db-lwt 0.4.0*
===== 82 to install =====
The following system packages will first need to be installed:
libgmp-dev libssl-dev pkg-config zlib1g-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "libssl-dev" "pkg-config" "zlib1g-dev"
- (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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../openssl-provider-legacy_3.5.5-1~deb13u2_amd64.deb ...
- Unpacking openssl-provider-legacy (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up openssl-provider-legacy (3.5.5-1~deb13u2) ...
- (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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.5.5-1~deb13u2_amd64.deb ...
- Unpacking libssl3t64:amd64 (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up libssl3t64:amd64 (3.5.5-1~deb13u2) ...
- 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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../3-libssl-dev_3.5.5-1~deb13u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.5-1~deb13u2) ...
- Preparing to unpack .../4-openssl_3.5.5-1~deb13u2_amd64.deb ...
- Unpacking openssl (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../5-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../6-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../7-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../8-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libssl-dev:amd64 (3.5.5-1~deb13u2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up openssl (3.5.5-1~deb13u2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved atd.4.0.0 (cached)
-> retrieved atdgen.4.0.0 (cached)
-> retrieved atdgen-runtime.4.0.0 (cached)
-> retrieved azure-cosmos-db.0.4.0 (cached)
-> retrieved azure-cosmos-db-lwt.0.4.0 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved biniou.1.2.2 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved ca-certs.1.0.1 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cohttp.6.2.1 (cached)
-> retrieved cohttp-lwt.6.2.1 (cached)
-> retrieved cohttp-lwt-unix.6.2.1 (cached)
-> retrieved conduit.8.0.0 (cached)
-> retrieved conduit-lwt.8.0.0 (cached)
-> retrieved conduit-lwt-unix.8.0.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved conf-libssl.4 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved cryptokit.1.21.1 (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> installed conf-libssl.4
-> retrieved csexp.1.5.2 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.22.1 (cached)
-> retrieved dune-configurator.3.22.1 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved easy-format.1.3.4 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gmap.0.3.0 (cached)
-> installed cmdliner.2.1.0
-> retrieved http.6.2.1 (cached)
-> retrieved ipaddr.5.6.2 (cached)
-> retrieved ipaddr-sexp.5.6.2 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved lwt_ppx.5.9.1 (cached)
-> retrieved lwt_ssl.1.2.0 (cached)
-> retrieved macaddr.5.6.2 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved menhir.20260209 (cached)
-> retrieved menhirCST.20260209 (cached)
-> retrieved menhirGLR.20260209 (cached)
-> retrieved menhirLib.20260209 (cached)
-> retrieved menhirSdk.20260209 (cached)
-> retrieved mirage-crypto.2.1.0 (cached)
-> retrieved mirage-crypto-ec.2.1.0 (cached)
-> retrieved mirage-crypto-pk.2.1.0 (cached)
-> retrieved mirage-crypto-rng.2.1.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved ssl.0.7.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uri-sexp.4.4.0 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.22.1
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed easy-format.1.3.4
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed http.6.2.1
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ohex.0.2.0
-> installed cppo.1.8.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.2
-> installed biniou.1.2.2
-> installed yojson.3.0.0
-> installed digestif.1.3.0
-> installed atdgen-runtime.4.0.0
-> installed dune-configurator.3.22.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed ssl.0.7.0
-> installed mirage-crypto.2.1.0
-> installed kdf.1.0.0
-> installed cryptokit.1.21.1
-> installed lwt.5.9.2
-> installed uri.4.4.0
-> installed lwt_ssl.1.2.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.1.0
-> installed mirage-crypto-pk.2.1.0
-> installed base.v0.16.4
-> installed menhir.20260209
-> installed bos.0.2.1
-> installed atd.4.0.0
-> installed atdgen.4.0.0
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed ppxlib.0.35.0
-> installed lwt_ppx.5.9.1
-> installed ppx_sexp_conv.v0.16.0
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.2
-> installed conduit.8.0.0
-> installed cohttp.6.2.1
-> installed conduit-lwt.8.0.0
-> installed azure-cosmos-db.0.4.0
-> installed cohttp-lwt.6.2.1
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.2.1
-> installed azure-cosmos-db-lwt.0.4.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-11 17:40.57 ---> saved as "66e57f8aff6da2d070e4197873b83124bd1bed51d600927627e6c2ba3ed6b43c"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test azure-cosmos-db-lwt.0.4.0) || true"))
The following actions will be performed:
- downgrade cmdliner 2.1.0 to 1.3.0 [required by cohttp-lwt-unix, bisect_ppx]
- install uutf 1.0.4 [required by alcotest]
- install bisect_ppx 2.8.3 [required by azure-cosmos-db-lwt]
- recompile fmt 0.11.0 [uses cmdliner]
- recompile atd 4.0.0 [uses cmdliner]
- install jsonm 1.0.2 [required by cohttp]
- install alcotest 1.9.1 [required by alcotest-lwt]
- recompile logs 0.10.0 [uses cmdliner]
- recompile atdgen 4.0.0 [uses atd]
- downgrade cohttp 6.2.1 to 5.3.1 [required by azure-cosmos-db]
- install alcotest-lwt 1.9.1 [required by azure-cosmos-db-lwt]
- recompile mirage-crypto-rng 2.1.0 [uses logs]
- recompile conduit 8.0.0 [uses logs]
- recompile bos 0.2.1 [uses fmt]
- recompile azure-cosmos-db 0.4.0 [uses atdgen]
- downgrade cohttp-lwt 6.2.1 to 5.3.0 [required by cohttp-lwt-unix]
- recompile mirage-crypto-pk 2.1.0 [uses mirage-crypto-rng]
- recompile mirage-crypto-ec 2.1.0 [uses mirage-crypto-rng]
- recompile conduit-lwt 8.0.0 [uses conduit]
- recompile x509 1.0.6 [uses fmt]
- recompile ca-certs 1.0.1 [uses bos, logs]
- recompile conduit-lwt-unix 8.0.0 [uses logs]
- downgrade cohttp-lwt-unix 6.2.1 to 5.3.0 [required by azure-cosmos-db-lwt]
- recompile azure-cosmos-db-lwt 0.4.0*
===== 5 to install | 15 to recompile | 4 to downgrade =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://opam.ocaml.org/cache)
-> retrieved alcotest-lwt.1.9.1 (cached)
-> retrieved atd.4.0.0 (https://opam.ocaml.org/cache)
-> retrieved atdgen.4.0.0 (cached)
-> retrieved azure-cosmos-db.0.4.0 (https://github.com/mknaack/azure-cosmos-db/archive/refs/tags/0.4.0.tar.gz)
-> retrieved azure-cosmos-db-lwt.0.4.0 (cached)
-> retrieved bisect_ppx.2.8.3 (https://opam.ocaml.org/cache)
-> retrieved bos.0.2.1 (https://opam.ocaml.org/cache)
-> retrieved ca-certs.1.0.1 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.1.3.0 (https://opam.ocaml.org/cache)
-> retrieved cohttp.5.3.1 (https://opam.ocaml.org/cache)
-> retrieved cohttp-lwt.5.3.0 (https://opam.ocaml.org/cache)
-> retrieved cohttp-lwt-unix.5.3.0 (cached)
-> retrieved conduit.8.0.0 (https://opam.ocaml.org/cache)
-> retrieved conduit-lwt.8.0.0 (cached)
-> retrieved conduit-lwt-unix.8.0.0 (cached)
-> retrieved fmt.0.11.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 (https://opam.ocaml.org/cache)
-> removed azure-cosmos-db-lwt.0.4.0
-> removed azure-cosmos-db.0.4.0
-> removed atdgen.4.0.0
-> removed atd.4.0.0
-> removed cohttp-lwt-unix.6.2.1
-> removed cohttp-lwt.6.2.1
-> removed cohttp.6.2.1
-> removed conduit-lwt-unix.8.0.0
-> removed ca-certs.1.0.1
-> removed bos.0.2.1
-> removed conduit-lwt.8.0.0
-> removed conduit.8.0.0
-> retrieved mirage-crypto-pk.2.1.0 (cached)
-> retrieved mirage-crypto-rng.2.1.0 (cached)
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> retrieved x509.1.0.6 (https://opam.ocaml.org/cache)
-> 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
-> removed cmdliner.2.1.0
-> installed cmdliner.1.3.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed atd.4.0.0
-> installed alcotest.1.9.1
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed alcotest-lwt.1.9.1
-> installed mirage-crypto-rng.2.1.0
-> installed bisect_ppx.2.8.3
-> installed atdgen.4.0.0
-> installed mirage-crypto-pk.2.1.0
-> installed conduit.8.0.0
-> installed cohttp.5.3.1
-> installed bos.0.2.1
-> installed conduit-lwt.8.0.0
-> installed azure-cosmos-db.0.4.0
-> installed cohttp-lwt.5.3.0
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.5.3.0
[ERROR] The compilation of azure-cosmos-db-lwt.0.4.0 failed at "dune build -p azure-cosmos-db-lwt -j 71 @install @runtest".
#=== ERROR while compiling azure-cosmos-db-lwt.0.4.0 ==========================#
# context 2.1.6 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/mknaack/azure-cosmos-db/archive/refs/tags/0.4.0.tar.gz)
# path ~/.opam/4.14/.opam-switch/build/azure-cosmos-db-lwt.0.4.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p azure-cosmos-db-lwt -j 71 @install @runtest
# exit-code 1
# env-file ~/.opam/log/azure-cosmos-db-lwt-7-15f5b3.env
# output-file ~/.opam/log/azure-cosmos-db-lwt-7-15f5b3.out
### output ###
# File "test/eio/dune", line 3, characters 51-59:
# 3 | (libraries test_core azure-cosmos-db-eio alcotest eio_main utilities)
# ^^^^^^^^
# Error: Library "eio_main" not found.
# -> required by _build/default/test/eio/test.exe
# -> required by alias test/eio/runtest-test in test/eio/dune:2
# -> required by alias test/eio/runtest
# (cd _build/default/test/lwt && ./test.exe)
# Testing `Main tests'.
# This run has ID `EMOKD5QD'.
#
# [OK] utility cosmos test 0 adjust_host_no_change.
# [OK] utility cosmos test 1 adjust_host_change.
# [OK] utility cosmos test 2 adjust_host_change_long.
# [OK] utility cosmos test 3 auth_key_test.
# [OK] utility cosmos test 4 auth_key_test_get_list.
# [OK] utility cosmos test 5 convert_list_databases_test.
# [OK] utility test 0 x_ms_date.
# [OK] utility test 1 weekday_of_tm_wday.
# [OK] utility test 2 month_of_tm_mon.
#
# Full test results in `~/.opam/4.14/.opam-switch/build/azure-cosmos-db-lwt.0.4.0/_build/default/test/lwt/_build/_tests/Main tests'.
# Test Successful in 0.001s. 9 tests run.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build azure-cosmos-db-lwt 0.4.0
+-
+- The following changes have been performed
| - remove azure-cosmos-db-lwt 0.4.0
| - downgrade cmdliner 2.1.0 to 1.3.0
| - downgrade cohttp 6.2.1 to 5.3.1
| - downgrade cohttp-lwt 6.2.1 to 5.3.0
| - downgrade cohttp-lwt-unix 6.2.1 to 5.3.0
| - recompile atd 4.0.0
| - recompile atdgen 4.0.0
| - recompile azure-cosmos-db 0.4.0
| - recompile bos 0.2.1
| - recompile ca-certs 1.0.1
| - recompile conduit 8.0.0
| - recompile conduit-lwt 8.0.0
| - recompile conduit-lwt-unix 8.0.0
| - recompile fmt 0.11.0
| - recompile logs 0.10.0
| - recompile mirage-crypto-ec 2.1.0
| - recompile mirage-crypto-pk 2.1.0
| - recompile mirage-crypto-rng 2.1.0
| - recompile x509 1.0.6
| - install alcotest 1.9.1
| - install alcotest-lwt 1.9.1
| - install bisect_ppx 2.8.3
| - install jsonm 1.0.2
| - install uutf 1.0.4
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260411174057.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2026-04-11 17:41.36 ---> saved as "4782670b9473a6acafc6a1a3cff44747199d8a891378a235977ad95f3d84944b"
/home/opam: (run (shell "opam reinstall --with-test --verbose azure-cosmos-db-lwt.0.4.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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'azure-cosmos-db-lwt.0.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
azure-cosmos-db-lwt.0.4.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install azure-cosmos-db-lwt 0.4.0*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/3:
-> retrieved azure-cosmos-db-lwt.0.4.0 (cached)
Processing 2/3: [azure-cosmos-db-lwt: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "azure-cosmos-db-lwt" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/azure-cosmos-db-lwt.0.4.0)
- File "test/eio/dune", line 3, characters 51-59:
- 3 | (libraries test_core azure-cosmos-db-eio alcotest eio_main utilities)
- ^^^^^^^^
- Error: Library "eio_main" not found.
- -> required by _build/default/test/eio/test.exe
- -> required by alias test/eio/runtest-test in test/eio/dune:2
- -> required by alias test/eio/runtest
- (cd _build/default/test/lwt && ./test.exe)
- Testing `Main tests'.
- This run has ID `7ZSAGHF5'.
-
- [OK] utility cosmos test 0 adjust_host_no_change.
- [OK] utility cosmos test 1 adjust_host_change.
- [OK] utility cosmos test 2 adjust_host_change_long.
- [OK] utility cosmos test 3 auth_key_test.
- [OK] utility cosmos test 4 auth_key_test_get_list.
- [OK] utility cosmos test 5 convert_list_databases_test.
- [OK] utility test 0 x_ms_date.
- [OK] utility test 1 weekday_of_tm_wday.
- [OK] utility test 2 month_of_tm_mon.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/azure-cosmos-db-lwt.0.4.0/_build/default/test/lwt/_build/_tests/Main tests'.
- Test Successful in 0.001s. 9 tests run.
[ERROR] The compilation of azure-cosmos-db-lwt.0.4.0 failed at "dune build -p azure-cosmos-db-lwt -j 71 @install @runtest".
#=== ERROR while compiling azure-cosmos-db-lwt.0.4.0 ==========================#
# context 2.1.6 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/mknaack/azure-cosmos-db/archive/refs/tags/0.4.0.tar.gz)
# path ~/.opam/4.14/.opam-switch/build/azure-cosmos-db-lwt.0.4.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p azure-cosmos-db-lwt -j 71 @install @runtest
# exit-code 1
# env-file ~/.opam/log/azure-cosmos-db-lwt-7-5e32de.env
# output-file ~/.opam/log/azure-cosmos-db-lwt-7-5e32de.out
### output ###
# File "test/eio/dune", line 3, characters 51-59:
# 3 | (libraries test_core azure-cosmos-db-eio alcotest eio_main utilities)
# ^^^^^^^^
# Error: Library "eio_main" not found.
# -> required by _build/default/test/eio/test.exe
# -> required by alias test/eio/runtest-test in test/eio/dune:2
# -> required by alias test/eio/runtest
# (cd _build/default/test/lwt && ./test.exe)
# Testing `Main tests'.
# This run has ID `7ZSAGHF5'.
#
# [OK] utility cosmos test 0 adjust_host_no_change.
# [OK] utility cosmos test 1 adjust_host_change.
# [OK] utility cosmos test 2 adjust_host_change_long.
# [OK] utility cosmos test 3 auth_key_test.
# [OK] utility cosmos test 4 auth_key_test_get_list.
# [OK] utility cosmos test 5 convert_list_databases_test.
# [OK] utility test 0 x_ms_date.
# [OK] utility test 1 weekday_of_tm_wday.
# [OK] utility test 2 month_of_tm_mon.
#
# Full test results in `~/.opam/4.14/.opam-switch/build/azure-cosmos-db-lwt.0.4.0/_build/default/test/lwt/_build/_tests/Main tests'.
# Test Successful in 0.001s. 9 tests run.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build azure-cosmos-db-lwt 0.4.0
+-
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam reinstall --with-test --verbose azure-cosmos-db-lwt.0.4.0' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose azure-cosmos-db-lwt.0.4.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-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'azure-cosmos-db-lwt.0.4.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-04-11 17:41.59: Job failed: Failed: Build failed
2026-04-11 17:41.59: Log analysis:
2026-04-11 17:41.59: >>>
[ERROR] The compilation of azure-cosmos-db-lwt.0.4.0 failed at "dune build -p azure-cosmos-db-lwt -j 71 @install @runtest".
(score = 20)
2026-04-11 17:41.59: >>>
# Error: Library "eio_main" not found.
(score = 48)
2026-04-11 17:41.59: >>>
[ERROR] The compilation of azure-cosmos-db-lwt.0.4.0 failed at "dune build -p azure-cosmos-db-lwt -j 71 @install @runtest".
(score = 20)
2026-04-11 17:41.59: >>>
# Error: Library "eio_main" not found.
(score = 48)
2026-04-11 17:41.59: Library "eio_main" not found.