(for PR #29939)
2026-05-25 20:14.24: 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 opensuse-tumbleweed-ocaml-5.4/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:opensuse-tumbleweed-ocaml-5.4@sha256:8735b18ecdd44450c2b8bb997c4c2df1853031ebb0f7aea7130b4278cd43cc9e
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 "\"opensuse-tumbleweed\""; 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.24: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:8735b18ecdd44450c2b8bb997c4c2df1853031ebb0f7aea7130b4278cd43cc9e-async_ssl.v0.16.1-2-f281748d29999f0a48456006a71ff74f19744474"
2026-05-25 20:14.24: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:8735b18ecdd44450c2b8bb997c4c2df1853031ebb0f7aea7130b4278cd43cc9e)
(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 \"\\\"opensuse-tumbleweed\\\"\"; 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.24: Waiting for resource in pool OCluster
2026-05-25 20:14.24: Waiting for worker…
2026-05-25 20:14.24: Got resource from pool OCluster
Building on doris.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:opensuse-tumbleweed-ocaml-5.4@sha256:8735b18ecdd44450c2b8bb997c4c2df1853031ebb0f7aea7130b4278cd43cc9e)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:8735b18ecdd44450c2b8bb997c4c2df1853031ebb0f7aea7130b4278cd43cc9e' locally
docker.io/ocaml/opam@sha256:8735b18ecdd44450c2b8bb997c4c2df1853031ebb0f7aea7130b4278cd43cc9e: Pulling from ocaml/opam
87d787ecbcb7: Pulling fs layer
e742fe0402cf: Pulling fs layer
7eec7945a7e7: Pulling fs layer
10f3d25507cf: Pulling fs layer
de48b8cfcd08: Pulling fs layer
a5500cfe54c8: Pulling fs layer
929244280f95: Pulling fs layer
87d787ecbcb7: Waiting
05af5fa9166d: Pulling fs layer
fe08472ab0c5: Pulling fs layer
7eec7945a7e7: Waiting
e742fe0402cf: Waiting
10f3d25507cf: Waiting
42b406d52c74: Pulling fs layer
05af5fa9166d: Waiting
762d92774279: Pulling fs layer
d32de4b5089b: Pulling fs layer
fe08472ab0c5: Waiting
0d945ed022f5: Pulling fs layer
762d92774279: Waiting
de48b8cfcd08: Waiting
7c28c96941fe: Pulling fs layer
0fe7d922991e: Pulling fs layer
d32de4b5089b: Waiting
0d945ed022f5: Waiting
7c28c96941fe: Waiting
68bce8d21cd6: Pulling fs layer
0fe7d922991e: Waiting
02256c42fe2e: Pulling fs layer
68bce8d21cd6: Waiting
4f4fb700ef54: Pulling fs layer
42b406d52c74: Waiting
33a2e575b00d: Pulling fs layer
a5500cfe54c8: Waiting
6e167d3b2ae7: Pulling fs layer
4f4fb700ef54: Waiting
02256c42fe2e: Waiting
f1fd9d3ba033: Pulling fs layer
e52ac788f00b: Pulling fs layer
f1fd9d3ba033: Waiting
2567953a1352: Pulling fs layer
6e167d3b2ae7: Waiting
33a2e575b00d: Waiting
643f53d06e13: Pulling fs layer
e52ac788f00b: Waiting
0c44fece2977: Pulling fs layer
528fd9af7d82: Pulling fs layer
643f53d06e13: Waiting
7bb6fc8ab54c: Pulling fs layer
352d12959146: Pulling fs layer
2567953a1352: Waiting
528fd9af7d82: Waiting
f05c9000d0a1: Pulling fs layer
352d12959146: Waiting
6df4a05e3ff2: Pulling fs layer
0c44fece2977: Waiting
7bb6fc8ab54c: Waiting
56c043a8ac6a: Pulling fs layer
6df4a05e3ff2: Waiting
43c03f350afb: Pulling fs layer
f05c9000d0a1: Waiting
90aa138cc030: Pulling fs layer
43c03f350afb: Waiting
bc43dfef95c4: Pulling fs layer
929244280f95: Waiting
56c043a8ac6a: Waiting
90aa138cc030: Waiting
ce3e7bf63cd6: Pulling fs layer
145b3bfa9723: Pulling fs layer
bc43dfef95c4: Waiting
337722b154be: Pulling fs layer
c7790b962a7e: Pulling fs layer
145b3bfa9723: Waiting
337722b154be: Waiting
fc9e0de9e301: Pulling fs layer
7d2d9e3ccc3b: Pulling fs layer
c7790b962a7e: Waiting
f4405ff7b011: Pulling fs layer
fc9e0de9e301: Waiting
7d2d9e3ccc3b: Waiting
7e224110c6a9: Pulling fs layer
ce3e7bf63cd6: Waiting
5e17b3f10898: Pulling fs layer
f4405ff7b011: Waiting
7e224110c6a9: Waiting
5e17b3f10898: Waiting
87d787ecbcb7: Verifying Checksum
87d787ecbcb7: Download complete
e742fe0402cf: Download complete
7eec7945a7e7: Verifying Checksum
7eec7945a7e7: Download complete
de48b8cfcd08: Verifying Checksum
de48b8cfcd08: Download complete
a5500cfe54c8: Verifying Checksum
a5500cfe54c8: Download complete
87d787ecbcb7: Pull complete
e742fe0402cf: Pull complete
929244280f95: Verifying Checksum
929244280f95: Download complete
05af5fa9166d: Verifying Checksum
05af5fa9166d: Download complete
7eec7945a7e7: Pull complete
fe08472ab0c5: Verifying Checksum
fe08472ab0c5: Download complete
42b406d52c74: Verifying Checksum
42b406d52c74: Download complete
762d92774279: Verifying Checksum
762d92774279: Download complete
d32de4b5089b: Verifying Checksum
d32de4b5089b: Download complete
0d945ed022f5: Verifying Checksum
0d945ed022f5: Download complete
7c28c96941fe: Verifying Checksum
7c28c96941fe: Download complete
0fe7d922991e: Download complete
68bce8d21cd6: Verifying Checksum
68bce8d21cd6: Download complete
02256c42fe2e: Verifying Checksum
02256c42fe2e: Download complete
4f4fb700ef54: Download complete
33a2e575b00d: Verifying Checksum
33a2e575b00d: Download complete
6e167d3b2ae7: Download complete
f1fd9d3ba033: Download complete
e52ac788f00b: Download complete
2567953a1352: Download complete
643f53d06e13: Verifying Checksum
643f53d06e13: Download complete
0c44fece2977: Download complete
528fd9af7d82: Download complete
7bb6fc8ab54c: Verifying Checksum
7bb6fc8ab54c: Download complete
352d12959146: Download complete
f05c9000d0a1: Verifying Checksum
f05c9000d0a1: Download complete
6df4a05e3ff2: Verifying Checksum
6df4a05e3ff2: Download complete
43c03f350afb: Verifying Checksum
43c03f350afb: Download complete
10f3d25507cf: Verifying Checksum
10f3d25507cf: Download complete
bc43dfef95c4: Download complete
ce3e7bf63cd6: Download complete
90aa138cc030: Verifying Checksum
90aa138cc030: Download complete
145b3bfa9723: Verifying Checksum
145b3bfa9723: Download complete
337722b154be: Verifying Checksum
337722b154be: Download complete
c7790b962a7e: Verifying Checksum
c7790b962a7e: Download complete
fc9e0de9e301: Verifying Checksum
fc9e0de9e301: Download complete
f4405ff7b011: Download complete
7e224110c6a9: Download complete
5e17b3f10898: Verifying Checksum
10f3d25507cf: Pull complete
de48b8cfcd08: Pull complete
a5500cfe54c8: Pull complete
7d2d9e3ccc3b: Verifying Checksum
7d2d9e3ccc3b: Download complete
929244280f95: Pull complete
05af5fa9166d: Pull complete
fe08472ab0c5: Pull complete
42b406d52c74: Pull complete
762d92774279: Pull complete
d32de4b5089b: Pull complete
0d945ed022f5: Pull complete
7c28c96941fe: Pull complete
0fe7d922991e: Pull complete
68bce8d21cd6: Pull complete
02256c42fe2e: Pull complete
56c043a8ac6a: Verifying Checksum
56c043a8ac6a: Download complete
4f4fb700ef54: Pull complete
33a2e575b00d: Pull complete
6e167d3b2ae7: Pull complete
f1fd9d3ba033: Pull complete
e52ac788f00b: Pull complete
2567953a1352: Pull complete
643f53d06e13: Pull complete
0c44fece2977: Pull complete
528fd9af7d82: Pull complete
7bb6fc8ab54c: Pull complete
352d12959146: Pull complete
f05c9000d0a1: Pull complete
6df4a05e3ff2: Pull complete
56c043a8ac6a: Pull complete
43c03f350afb: Pull complete
90aa138cc030: Pull complete
bc43dfef95c4: Pull complete
ce3e7bf63cd6: Pull complete
145b3bfa9723: Pull complete
337722b154be: Pull complete
c7790b962a7e: Pull complete
fc9e0de9e301: Pull complete
7d2d9e3ccc3b: Pull complete
f4405ff7b011: Pull complete
7e224110c6a9: Pull complete
5e17b3f10898: Pull complete
Digest: sha256:8735b18ecdd44450c2b8bb997c4c2df1853031ebb0f7aea7130b4278cd43cc9e
Status: Downloaded newer image for ocaml/opam@sha256:8735b18ecdd44450c2b8bb997c4c2df1853031ebb0f7aea7130b4278cd43cc9e
2026-05-25 20:21.39 ---> saved as "41cde67ed9ada18b36b08e42c1dd308333c0686840293ae3858c1c87f56cf3e1"
/: (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:21.39 ---> saved as "f6f9cca38b3c4b07152d5fdb821e2c6f5a208e59fe086ec9c4b82da7e7be5d4a"
/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.
[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
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-25 20:21.49 ---> saved as "c2e0ff2faff21217db44bdb8c0665709f2a2b6434abd0aee4737f1541912494c"
/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=opensuse-tumbleweed os-version=20260520
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# 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
2026-05-25 20:21.50 ---> saved as "58cfa31007df7f022440cc5ff585e0a4eb3b2acfbd2ebd05493085292e252a10"
/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:21.59 ---> saved as "3f60caddc8cdd75f05e3f46855b3db952ad306365647b376aeaeb0dee4e371dd"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-25 20:22.07 ---> saved as "0732aed30f9bdbe353d375f5c3dcfd7dac08621524f9ce45f937011b37115d02"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-25 20:22.17 ---> saved as "93ab2ce9c1c5fc41fda43dacf1065e29c7c0d741748eff66cb0328db607a8749"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ..
- ...
- ..done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- .
- ..........
- ...........
- ...........
- .........
- ..........
- .......
- .........
- .........
- ........
- ..........
- .........
- ..........
- .........
- done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-05-25 20:22.40 ---> saved as "984ec66b0663ba98da8d02677ddeab306506fef347571e8ff25f3c9b151755b2"
/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:22.41 ---> saved as "5ac74afdc6bf93cddd814b80ab6d7df63fe0ede7f25d25f5b3bb3819e8022ca4"
/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 \"\\\"opensuse-tumbleweed\\\"\"; 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-base-compiler = 5.4.1
- 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-base-compiler = 5.4.1
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> base < v0.15 -> ocaml < 4.14 -> ocaml-variants < 4.13.3~
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1 -> ocaml-compiler = 5.4.1 -> base-effects
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> ppxlib < 0.36.0
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1 -> ocaml-compiler = 5.4.1 -> base-effects
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> ppxlib < 0.23.0 -> ocaml-migrate-parsetree
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> base < v0.15 -> sexplib0 < v0.15 -> ocaml < 5.0 -> ocaml-variants >= 4.14.1~
* Missing dependency:
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> base < v0.14 -> ocaml < 4.12 -> ocaml-base-compiler < 4.11.0 | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 4.10.3~
no matching version
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
* Missing dependency:
- async_ssl = v0.16.1-2 -> ppx_optcomp < v0.17 -> base < v0.15 -> sexplib0 < v0.15 -> ocaml < 5.0 -> ocaml-variants >= 4.14.1~ -> system-msvc
unmet availability conditions: 'os = "win32"'
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 "\"opensuse-tumbleweed\""; 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:22.57: Job failed: Failed: Build failed
2026-05-25 20:22.57: Log analysis:
2026-05-25 20:22.57: >>>
No solution found, exiting
(score = 100)
2026-05-25 20:22.57: [SKIP] Package not available