(for PR #29939)
2026-05-25 20:14.27: New job: build async_ssl.v0.16.1-2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29939/head (f281748d29999f0a48456006a71ff74f19744474)
on debian-13-ocaml-5.4-afl/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-13-ocaml-5.4-afl@sha256:5f94bfba32008d400ded2b08e71855e461d0ccf7044471f45fed9f0aa58a4ec2
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.16.1-2 v0.16.1-2
RUN opam reinstall async_ssl.v0.16.1-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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'async_ssl.v0.16.1-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.27: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-afl@sha256:5f94bfba32008d400ded2b08e71855e461d0ccf7044471f45fed9f0aa58a4ec2-async_ssl.v0.16.1-2-f281748d29999f0a48456006a71ff74f19744474"
2026-05-25 20:14.27: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:5f94bfba32008d400ded2b08e71855e461d0ccf7044471f45fed9f0aa58a4ec2)
(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.16.1-2 v0.16.1-2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall async_ssl.v0.16.1-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-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\" != 'async_ssl.v0.16.1-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.27: Waiting for resource in pool OCluster
2026-05-25 20:14.27: Waiting for worker…
2026-05-25 20:14.27: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
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-13-ocaml-5.4-afl@sha256:5f94bfba32008d400ded2b08e71855e461d0ccf7044471f45fed9f0aa58a4ec2)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-afl@sha256:5f94bfba32008d400ded2b08e71855e461d0ccf7044471f45fed9f0aa58a4ec2' locally
docker.io/ocaml/opam@sha256:5f94bfba32008d400ded2b08e71855e461d0ccf7044471f45fed9f0aa58a4ec2: Pulling from ocaml/opam
f32f49ce655a: Already exists
73c834516be3: Already exists
def04538cc1b: Already exists
1ec2a813881a: Already exists
4d8103edd268: Already exists
0d6b16917b52: Already exists
edf9f8a25dd0: Already exists
30f4f38c2411: Already exists
2727a315bcc0: Already exists
d4223978b234: Already exists
9c390fec3272: Already exists
43023fdd1908: Already exists
e657a6af63b7: Already exists
538e2953a992: Already exists
bba97e7e30c4: Already exists
9d2157d6bfae: Already exists
9d2157d6bfae: Already exists
7f21e7bbb940: Already exists
815d4dba3c95: Already exists
efec1115489b: Already exists
cf251c3b19ca: Already exists
4f4fb700ef54: Already exists
8750ac730a77: Already exists
674777ce0e0c: Already exists
b1ac916ace56: Already exists
34dba59abef3: Already exists
07d56f91d9a6: Already exists
2650021e8b8a: Already exists
d3ae1b82684e: Already exists
40aedb87f5d2: Already exists
6a08a9b53a09: Already exists
1a8e1cfdf3f2: Already exists
602acc2ce253: Already exists
67e93e1cc0d8: Already exists
a3f7e607ee35: Already exists
42ed15ec15e2: Already exists
e65a4bc99aec: Already exists
4e62bacfb05d: Already exists
29095451d509: Already exists
242a7c128096: Already exists
0dcf7803b94a: Pulling fs layer
ed430cb970c5: Pulling fs layer
0dcf7803b94a: Waiting
aeed85d72392: Pulling fs layer
ed430cb970c5: Waiting
891f3e8268e1: Pulling fs layer
aeed85d72392: Waiting
891f3e8268e1: Waiting
1900e20c008d: Pulling fs layer
deeb3c5dff9f: Pulling fs layer
1900e20c008d: Waiting
9583d229bd1f: Pulling fs layer
deeb3c5dff9f: Waiting
9583d229bd1f: Waiting
0dcf7803b94a: Download complete
0dcf7803b94a: Pull complete
ed430cb970c5: Verifying Checksum
ed430cb970c5: Download complete
ed430cb970c5: Pull complete
aeed85d72392: Verifying Checksum
aeed85d72392: Download complete
aeed85d72392: Pull complete
1900e20c008d: Verifying Checksum
1900e20c008d: Download complete
deeb3c5dff9f: Verifying Checksum
deeb3c5dff9f: Download complete
891f3e8268e1: Verifying Checksum
891f3e8268e1: Download complete
9583d229bd1f: Download complete
891f3e8268e1: Pull complete
1900e20c008d: Pull complete
deeb3c5dff9f: Pull complete
9583d229bd1f: Pull complete
Digest: sha256:5f94bfba32008d400ded2b08e71855e461d0ccf7044471f45fed9f0aa58a4ec2
Status: Downloaded newer image for ocaml/opam@sha256:5f94bfba32008d400ded2b08e71855e461d0ccf7044471f45fed9f0aa58a4ec2
2026-05-25 20:17.47 ---> saved as "9f5ec555aaeb3fd88a9bf50b0174bcce47a41f8c526f6d12f75bba946604cf39"
/: (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:17.47 ---> saved as "5eb7980271d099629ddfcbc8a757375a67e901afbf4ae2fd4db9b3c0c65fee31"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.
[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
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.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-25 20:18.05 ---> saved as "1d9786e2714b1250051c89796c9bf2cfb67730edffa2ebe71e5bfbb78223abbf"
/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=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-variants" {= "5.4.1+options"} "ocaml-options-only-afl"]
# compiler-packages ocaml-compiler.5.4.1, ocaml-option-afl.1, ocaml-options-only-afl.1, ocaml-variants.5.4.1+options
# 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+options+afl
2026-05-25 20:18.07 ---> saved as "853c1c70d28d62ee9afbc32cf7511a718713dd267e6707efd3d0abc450aa8a21"
/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:18.21 ---> saved as "93cbe84ee7e1576c5159e3e4ee14d82db6acbc7f15dce05540b4eb23fc593132"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-25 20:18.53 ---> saved as "e5096fbffdf562abc6390e63c008045e9b051286c8f29485c46f6d6e8f3e7f4e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-25 20:19.11 ---> saved as "525637fc9217e70bdc673f96a7dba2df911ab838325843e0720288c8355409d2"
/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 [171 kB]
- Fetched 262 kB in 1s (195 kB/s)
- Reading package lists...
-
2026-05-25 20:19.15 ---> saved as "d571d3c849ae2cb39c1d2c330217aa65aff5d35d937f0ade99819f79ffcc8222"
/home/opam: (run (shell "opam pin add -k version -yn async_ssl.v0.16.1-2 v0.16.1-2"))
async_ssl is now pinned to version v0.16.1-2
2026-05-25 20:19.16 ---> saved as "354e9d627ca1255bf85885ecdb27c0c843a592278c42944ed242603cceb306f1"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall async_ssl.v0.16.1-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-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\" != 'async_ssl.v0.16.1-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.16.1-2 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-variants = 5.4.1+options
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> base < v0.15 -> ocaml < 4.14 -> dkml-base-compiler
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-variants = 5.4.1+options
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> base < v0.15 -> ocaml < 4.14 -> ocaml-base-compiler < 4.13.2~
* Incompatible packages:
- (invariant) -> ocaml-variants = 5.4.1+options
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> ppxlib < 0.36.0 -> ocaml < 5.4.0 -> ocaml-base-compiler < 5.3.1~
* Incompatible packages:
- (invariant) -> ocaml-variants = 5.4.1+options
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> base < v0.15 -> sexplib0 < v0.15 -> ocaml < 5.0 -> ocaml-base-compiler < 4.14.4~
* Incompatible packages:
- (invariant) -> ocaml-variants = 5.4.1+options
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> ppxlib < 0.23.0 -> ocaml-migrate-parsetree -> ocaml < 5.1 -> ocaml-base-compiler < 5.0.1~
* Incompatible packages:
- (invariant) -> ocaml-variants = 5.4.1+options -> ocaml-compiler = 5.4.1 -> base-effects
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> ppxlib < 0.23.0 -> ocaml-migrate-parsetree
* Missing dependency:
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> base < v0.14 -> ocaml < 4.12 -> ocaml-base-compiler (< 4.11.0 | = 4.11.3) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 4.11.4~
no matching version
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
not available because the package is pinned to version 5.4.1+options
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall async_ssl.v0.16.1-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-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'async_ssl.v0.16.1-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:19.45: Job failed: Failed: Build failed
2026-05-25 20:19.45: Log analysis:
2026-05-25 20:19.45: >>>
No solution found, exiting
(score = 100)
2026-05-25 20:19.45: [SKIP] Package not available