(for PR #29937)
2026-05-24 22:43.56: New job: build caqti-tls-eio.2.3.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29937/head (699c568442d9080169b06a0acf74464211d7c52c)
on fedora-42-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/29937/head" && git reset --hard 699c5684
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440
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-tls-eio.2.3.1 2.3.1
RUN opam reinstall caqti-tls-eio.2.3.1; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-tls-eio.2.3.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-24 22:43.56: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440-caqti-tls-eio.2.3.1-699c568442d9080169b06a0acf74464211d7c52c"
2026-05-24 22:43.56: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440)
(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-tls-eio.2.3.1 2.3.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-tls-eio.2.3.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; 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-tls-eio.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-24 22:43.56: Waiting for resource in pool OCluster
2026-05-24 22:54.06: Waiting for worker…
2026-05-24 22:56.23: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 856df28042 Merge pull request #29946 from hannesm/release-mirage-net-solo5-v0.8.1
Merge made by the 'ort' strategy.
packages/caqti-async/caqti-async.2.3.1/opam | 41 +++++++++++++
.../caqti-driver-mariadb.2.3.1/opam | 34 +++++++++++
.../caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam | 33 +++++++++++
.../caqti-driver-postgresql.2.3.1/opam | 38 ++++++++++++
.../caqti-driver-sqlite3.2.3.1/opam | 33 +++++++++++
packages/caqti-dynload/caqti-dynload.2.3.1/opam | 41 +++++++++++++
packages/caqti-eio/caqti-eio.2.3.1/opam | 37 ++++++++++++
packages/caqti-lwt/caqti-lwt.2.3.1/opam | 39 ++++++++++++
packages/caqti-mirage/caqti-mirage.2.3.1/opam | 43 ++++++++++++++
.../caqti-tls-async/caqti-tls-async.2.3.1/opam | 36 +++++++++++
packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam | 34 +++++++++++
packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam | 35 +++++++++++
packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam | 34 +++++++++++
packages/caqti-tls/caqti-tls.2.3.1/opam | 40 +++++++++++++
.../caqti-type-calendar.2.3.1/opam | 31 ++++++++++
packages/caqti/caqti.2.3.1/opam | 69 ++++++++++++++++++++++
16 files changed, 618 insertions(+)
create mode 100644 packages/caqti-async/caqti-async.2.3.1/opam
create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.3.1/opam
create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam
create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.3.1/opam
create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.3.1/opam
create mode 100644 packages/caqti-dynload/caqti-dynload.2.3.1/opam
create mode 100644 packages/caqti-eio/caqti-eio.2.3.1/opam
create mode 100644 packages/caqti-lwt/caqti-lwt.2.3.1/opam
create mode 100644 packages/caqti-mirage/caqti-mirage.2.3.1/opam
create mode 100644 packages/caqti-tls-async/caqti-tls-async.2.3.1/opam
create mode 100644 packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam
create mode 100644 packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam
create mode 100644 packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam
create mode 100644 packages/caqti-tls/caqti-tls.2.3.1/opam
create mode 100644 packages/caqti-type-calendar/caqti-type-calendar.2.3.1/opam
create mode 100644 packages/caqti/caqti.2.3.1/opam
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440' locally
docker.io/ocaml/opam@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440: Pulling from ocaml/opam
accf5bbc0c67: Already exists
416e4a8866bb: Already exists
09b2fb3c52f4: Already exists
7d4fe74f60d8: Already exists
bbcb95d43ae8: Already exists
98c9e9bc3c3f: Already exists
59aec800fed7: Already exists
34843ed0e584: Already exists
424f865e9d0e: Already exists
5594cf317ecb: Already exists
7d9cba6e4af6: Already exists
f8e47f2173a6: Already exists
cde03adba68d: Already exists
d670f2c79209: Already exists
2c9204fad5a4: Already exists
2c9204fad5a4: Already exists
e6729152ebda: Already exists
38838b679ce8: Already exists
e81ed02324ae: Already exists
416e5bed9209: Already exists
4f4fb700ef54: Already exists
d97d403a554d: Already exists
120f1228e350: Already exists
5818b24e8ca2: Already exists
bf4e4b4c0901: Already exists
b31f5381f4f1: Already exists
4445c4223195: Already exists
a1a8982696e1: Already exists
7ab4ccef3cde: Already exists
8a8a38b5d8d7: Already exists
19f2332bf3a3: Already exists
a1f0867da660: Already exists
a604f4114989: Already exists
ba846e218609: Already exists
443f3df204cf: Already exists
a7adaa545c51: Already exists
d991deb45863: Already exists
1949201fd01e: Already exists
164ba39dbbe5: Already exists
53b18195ce3a: Pulling fs layer
151f7f8ff2d5: Pulling fs layer
7947ec7be2fb: Pulling fs layer
c2b1dc239f11: Pulling fs layer
53b18195ce3a: Waiting
151f7f8ff2d5: Waiting
b63ef135f58c: Pulling fs layer
7947ec7be2fb: Waiting
c2b1dc239f11: Waiting
b63ef135f58c: Waiting
53b18195ce3a: Verifying Checksum
53b18195ce3a: Download complete
7947ec7be2fb: Verifying Checksum
7947ec7be2fb: Download complete
53b18195ce3a: Pull complete
c2b1dc239f11: Download complete
b63ef135f58c: Verifying Checksum
b63ef135f58c: Download complete
151f7f8ff2d5: Verifying Checksum
151f7f8ff2d5: Download complete
151f7f8ff2d5: Pull complete
7947ec7be2fb: Pull complete
c2b1dc239f11: Pull complete
b63ef135f58c: Pull complete
Digest: sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440
Status: Downloaded newer image for ocaml/opam@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440
2026-05-24 22:57.52 ---> saved as "6023191b8cf732da630992592018c20935007aff83a39fd6978e2a6ff9f95a2c"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-24 22:57.54 ---> saved as "7ba29709a77a5c4239390c1ed3053d4fb4eb5db076df78784f75d1b8a3df3161"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 22:58.10 ---> saved as "fc3d8a5ef6b62e40e819c0c70b29e7e29678b79bcfacdb8aee4dc06acb890e84"
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=42
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# 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-05-24 22:58.12 ---> saved as "6309269bd3afd14996a17b3502ab51401d6355a6e20df1dfee69d05d8500bf3d"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-24 22:58.22 ---> saved as "451a025877dec161a3059bfe7bbefc647f4ae40835e7738842081bd82c692c33"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 22:58.37 ---> saved as "4fc1c4f4001467c2e535afc25e6399f2e84361f5523aacd0c974f488dcad5ab2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 22:58.50 ---> saved as "9cee0259ac50d129eb61cc73cd8d172c460c368feb37f18671b9cf7ede62e86a"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 40.9 KiB/s | 15.9 KiB | 00m00s
- Fedora 42 - x86_64 100% | 67.7 KiB/s | 19.0 KiB | 00m00s
- Fedora 42 openh264 (From Cisco) - x86_ 100% | 6.8 KiB/s | 986.0 B | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-05-24 22:58.57 ---> saved as "b264507de5e4d74cc6f1e30fa1ca2c3848b243e278afde005afcce90833d3f15"
/home/opam: (run (shell "opam pin add -k version -yn caqti-tls-eio.2.3.1 2.3.1"))
caqti-tls-eio is now pinned to version 2.3.1
2026-05-24 22:59.01 ---> saved as "69f896e10e271342e1c47b99f59ed31b440dce2d92447d943958c5718afa4a7d"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-tls-eio.2.3.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; 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-tls-eio.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
caqti-tls-eio.2.3.1 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.14.3 -> ocaml = 4.14.3
- caqti-tls-eio -> caqti-eio >= 2.1.0 -> ocaml >= 5.0.0~
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.3
- caqti-tls-eio -> caqti-eio >= 2.1.0 -> ocaml >= 5.0.0~ -> ocaml-variants >= 5.0.0~
* Missing dependency:
- caqti-tls-eio -> caqti-eio >= 2.1.0 -> ocaml >= 5.0.0~ -> ocaml-variants >= 5.0.0~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall caqti-tls-eio.2.3.1;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-42\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'caqti-tls-eio.2.3.1' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-05-24 22:59.41: Job failed: Failed: Build failed
2026-05-24 22:59.41: Log analysis:
2026-05-24 22:59.41: >>>
No solution found, exiting
(score = 100)
2026-05-24 22:59.41: [SKIP] Package not available