(for PR #29939)
2026-05-25 20:14.23: New job: build async_ssl.v0.17.0-2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29939/head (f281748d29999f0a48456006a71ff74f19744474)
on debian-testing-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/29939/head" && git reset --hard f281748d
git fetch origin master
git merge --no-edit 9d78ee2aeafa6aabaf5c2c6be25f9ab1182af709
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:edda3d5ad1ece6de5bdd2955a6e0b68ce0e363cf7f66eaf8c433a52faa398c5c
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 async_ssl.v0.17.0-2 v0.17.0-2
RUN opam reinstall async_ssl.v0.17.0-2; \
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-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'async_ssl.v0.17.0-2' && 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-25 20:14.23: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:edda3d5ad1ece6de5bdd2955a6e0b68ce0e363cf7f66eaf8c433a52faa398c5c-async_ssl.v0.17.0-2-f281748d29999f0a48456006a71ff74f19744474"
2026-05-25 20:14.23: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:edda3d5ad1ece6de5bdd2955a6e0b68ce0e363cf7f66eaf8c433a52faa398c5c)
(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 async_ssl.v0.17.0-2 v0.17.0-2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall async_ssl.v0.17.0-2;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'async_ssl.v0.17.0-2' && 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-25 20:14.23: Waiting for resource in pool OCluster
2026-05-25 20:14.23: Waiting for worker…
2026-05-25 20:14.23: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 96% (17361/17965)
Updating files: 97% (17427/17965)
Updating files: 98% (17606/17965)
Updating files: 99% (17786/17965)
Updating files: 100% (17965/17965)
Updating files: 100% (17965/17965), done.
HEAD is now at 9d78ee2aea Merge pull request #29914 from mt-caret/opam-publish-openrouter_api.0.1.0
Merge made by the 'ort' strategy.
packages/async_ssl/async_ssl.v0.16.1-2/opam | 47 +++++++++++++++++++++++++++++
packages/async_ssl/async_ssl.v0.17.0-2/opam | 44 +++++++++++++++++++++++++++
2 files changed, 91 insertions(+)
create mode 100644 packages/async_ssl/async_ssl.v0.16.1-2/opam
create mode 100644 packages/async_ssl/async_ssl.v0.17.0-2/opam
(from ocaml/opam:debian-testing-ocaml-4.14@sha256:edda3d5ad1ece6de5bdd2955a6e0b68ce0e363cf7f66eaf8c433a52faa398c5c)
Unable to find image 'ocaml/opam:debian-testing-ocaml-4.14@sha256:edda3d5ad1ece6de5bdd2955a6e0b68ce0e363cf7f66eaf8c433a52faa398c5c' locally
docker.io/ocaml/opam@sha256:edda3d5ad1ece6de5bdd2955a6e0b68ce0e363cf7f66eaf8c433a52faa398c5c: Pulling from ocaml/opam
8848ceea1cb0: Already exists
53c0af683a4a: Already exists
25fb5db28ef6: Already exists
7377041082d0: Already exists
9722be7af5b9: Already exists
8047e9059efd: Already exists
4317037cd76c: Already exists
517f8906d2e9: Already exists
f950f9cc6591: Already exists
5339ff1b270b: Already exists
8458525f119c: Already exists
c3a9dac279e8: Already exists
3866189d1e85: Already exists
aba7069c073f: Already exists
9851280759d4: Already exists
bf463c15d08d: Already exists
bf463c15d08d: Already exists
cab3c9468032: Already exists
f2bfc4266511: Already exists
afe67accd09b: Already exists
d91d1081e819: Already exists
4f4fb700ef54: Already exists
7692aaea82a9: Already exists
0f09ed4c6205: Already exists
568bdeaf05ee: Already exists
b9be29846e36: Already exists
c7eaa4f23bb7: Already exists
bbfa04182e4f: Already exists
c72b23429a26: Already exists
5937c2dfb911: Already exists
b68555850a6e: Already exists
b694cb2465cf: Already exists
c0b39a77ab34: Already exists
58f6c87f291e: Already exists
7a3aaac66dc8: Already exists
79f0cab494ce: Already exists
01d247b1fd58: Already exists
ee1d2961c1e9: Already exists
2001f5a6ef06: Already exists
a19e654e5037: Already exists
a479dd5c718b: Pulling fs layer
5c58682698d5: Pulling fs layer
0d7e4e47c0e2: Pulling fs layer
35fde2ae5f14: Pulling fs layer
9640bc6dd4cc: Pulling fs layer
35fde2ae5f14: Waiting
9640bc6dd4cc: Waiting
0d7e4e47c0e2: Download complete
35fde2ae5f14: Verifying Checksum
35fde2ae5f14: Download complete
9640bc6dd4cc: Verifying Checksum
9640bc6dd4cc: Download complete
5c58682698d5: Verifying Checksum
5c58682698d5: Download complete
a479dd5c718b: Verifying Checksum
a479dd5c718b: Download complete
a479dd5c718b: Pull complete
5c58682698d5: Pull complete
0d7e4e47c0e2: Pull complete
35fde2ae5f14: Pull complete
9640bc6dd4cc: Pull complete
Digest: sha256:edda3d5ad1ece6de5bdd2955a6e0b68ce0e363cf7f66eaf8c433a52faa398c5c
Status: Downloaded newer image for ocaml/opam@sha256:edda3d5ad1ece6de5bdd2955a6e0b68ce0e363cf7f66eaf8c433a52faa398c5c
2026-05-25 20:16.57 ---> saved as "f4ce98bf03d7dee7ba928d405edca1d5be9ec2f8d21213cc8eb4e075b040ff62"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-25 20:16.57 ---> saved as "298f615c7000726081c05798370c6bbcc52c1b733068d2e011e13543dd134d98"
/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-25 20:17.12 ---> saved as "7618c5532b3473770132462bfa038f4a5343e185a7184750300b807c41940ac0"
/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=debian os-version=unknown
# 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-25 20:17.13 ---> saved as "bd2985e32a3d9e16b2138626e661b2803fcd3f428e782a6c7f4b2d4ad55aa9ff"
/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-25 20:17.22 ---> saved as "424dd0f19cdd581b7a0eb0822234cb6b95631f7a458ff2caab4434f9dd283ad2"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-25 20:17.33 ---> saved as "40391eff467b5460e7ba96e4a5f0c9f01d4ca478fcc205b2307f72e171bb32e7"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-25 20:17.47 ---> saved as "4a422f015d25cb8d42b0a6ca341aedbdbafbc70e16c803ba141380ba5c76f6be"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [151 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-05-25-1400.17-F-2026-05-23-0800.52.pdiff [151 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-05-25-1400.17-F-2026-05-23-0800.52.pdiff [151 kB]
- Fetched 458 kB in 4s (124 kB/s)
- Reading package lists...
-
2026-05-25 20:17.53 ---> saved as "4fe549575afebffbeb18ee68e6afdc02cada1c9093a6fc8dcbadc91eeb8350ac"
/home/opam: (run (shell "opam pin add -k version -yn async_ssl.v0.17.0-2 v0.17.0-2"))
async_ssl is now pinned to version v0.17.0-2
2026-05-25 20:17.54 ---> saved as "96217a264bd1135b488de44f16d16c8e0942299419f0c95155f96c7cfb0d0274"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall async_ssl.v0.17.0-2;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'async_ssl.v0.17.0-2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
async_ssl.v0.17.0-2 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.3
- async_ssl >= v0.17.0-2 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.2~
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- async_ssl >= v0.17.0-2 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.2~ -> base-implicits
unknown package
* Missing dependency:
- async_ssl >= v0.17.0-2 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.2~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- async_ssl >= v0.17.0-2 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.2~ -> ocaml (= 4.02.4 | = 4.03.1 | = 4.04.3 | = 4.05.1 | = 4.06.2 | = 4.07.2 | = 4.08.2)
no matching version
* Missing dependency:
- async_ssl >= v0.17.0-2 -> ocaml >= 5.1.0 -> ocaml-variants >= 5.1.0~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall async_ssl.v0.17.0-2;
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-testing\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'async_ssl.v0.17.0-2' && 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-25 20:18.19: Job failed: Failed: Build failed
2026-05-25 20:18.19: Log analysis:
2026-05-25 20:18.19: >>>
No solution found, exiting
(score = 100)
2026-05-25 20:18.19: [SKIP] Package not available