(not at the head of any monitored branch or PR)
2026-05-25 20:14.22: 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 alpine-3.23-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:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21
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 "\"alpine-3.23\""; 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.22: Using cache hint "ocaml/opam:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21-async_ssl.v0.17.0-2-f281748d29999f0a48456006a71ff74f19744474"
2026-05-25 20:14.22: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21)
 (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 \"\\\"alpine-3.23\\\"\"; 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.22: Waiting for resource in pool OCluster
2026-05-25 20:14.22: Waiting for worker…
2026-05-25 20:14.22: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
HEAD is now at 6bd94e649f Package contract.0.1.0
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:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21)
Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21' locally
docker.io/ocaml/opam@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21: Pulling from ocaml/opam
6a0ac1617861: Already exists
c7f7861ee488: Already exists
242907bdbe26: Already exists
3352270e10b0: Already exists
47c18f475101: Already exists
9e65bd6c7317: Already exists
2801e5e13c88: Already exists
018ccadd5bf7: Already exists
2e273f2aabdd: Already exists
e348a3504fd1: Already exists
37f6ed8f41db: Already exists
e4dee05632b5: Already exists
cc7d1e48a817: Already exists
2afc109d933b: Already exists
c8b994fd4978: Already exists
94d6ee139c18: Already exists
33b9b3d1317d: Already exists
4f4fb700ef54: Already exists
48061712d8ec: Already exists
9379b5d8c279: Already exists
da5d751f6c1f: Already exists
ded3ed35f70f: Already exists
9d95cd3602ab: Already exists
e5ec97e88805: Already exists
8fa9502c7636: Already exists
d2ada6e134f3: Already exists
de9c4f786308: Already exists
74907ca98ac8: Already exists
d97c011a0188: Already exists
5e3139447bb2: Already exists
8a351f62a092: Pulling fs layer
b2d16f310ce2: Pulling fs layer
1cb5be35c146: Pulling fs layer
ede8df3a861b: Pulling fs layer
883b466676e2: Pulling fs layer
ede8df3a861b: Waiting
07cdfe7a2eb5: Pulling fs layer
883b466676e2: Waiting
1d8774b04bb7: Pulling fs layer
07cdfe7a2eb5: Waiting
9d4c59a7b4f1: Pulling fs layer
1d8774b04bb7: Waiting
3cf2c89086ce: Pulling fs layer
9d4c59a7b4f1: Waiting
2cfe4440eb3a: Pulling fs layer
3cf2c89086ce: Waiting
3cdb916ae3c3: Pulling fs layer
2cfe4440eb3a: Waiting
3cdb916ae3c3: Waiting
b2d16f310ce2: Verifying Checksum
b2d16f310ce2: Download complete
ede8df3a861b: Verifying Checksum
ede8df3a861b: Download complete
883b466676e2: Verifying Checksum
883b466676e2: Download complete
1d8774b04bb7: Verifying Checksum
1d8774b04bb7: Download complete
1cb5be35c146: Verifying Checksum
1cb5be35c146: Download complete
3cf2c89086ce: Verifying Checksum
3cf2c89086ce: Download complete
2cfe4440eb3a: Download complete
3cdb916ae3c3: Verifying Checksum
3cdb916ae3c3: Download complete
9d4c59a7b4f1: Verifying Checksum
9d4c59a7b4f1: Download complete
8a351f62a092: Verifying Checksum
8a351f62a092: Download complete
8a351f62a092: Pull complete
b2d16f310ce2: Pull complete
1cb5be35c146: Pull complete
ede8df3a861b: Pull complete
883b466676e2: Pull complete
07cdfe7a2eb5: Pull complete
1d8774b04bb7: Pull complete
9d4c59a7b4f1: Pull complete
3cf2c89086ce: Pull complete
2cfe4440eb3a: Pull complete
3cdb916ae3c3: Pull complete
Digest: sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21
Status: Downloaded newer image for ocaml/opam@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21
2026-05-25 20:19.46 ---> saved as "229e68010ae6e476bc60b9ae309a41d9390170ed3f6dbe2116af119f2c0f03f5"

/: (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:19.48 ---> saved as "1113c37455235d92dd44aea6975a46e25a97e43c9969d36f45d0507cef48c6a4"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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:20.05 ---> saved as "169fdba3319d4b0f7617fadfb5b3138e37771f6fc9912efb2f8be5bee180a8b5"

/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=alpine os-version=3.23.4
# 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:20.07 ---> saved as "7e132c95b51f4ae10efddd71a239530ea78d40cf16fd95569ccda0cb9bc68667"

/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:20.15 ---> saved as "e4797e1d7fa78362daeb3bda6ce554686572bf951f9a946d8c32479a145ca5ac"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-25 20:20.29 ---> saved as "54df71bd4327c3baebf84ef873e0dad1e7d32f0fb12716bdb5fb5ef48c8df5e9"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-25 20:20.42 ---> saved as "63062387f66c50a9b5dfc0b45bd3ebddd478fbc02732ab36177c5c5bbf329294"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- v3.23.4-286-g80518573ecc [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.4-286-g80518573ecc [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v20260127-10322-gb47a80c6f4d [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-10332-gefc641773ee [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-10330-g99dca345302 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62330 distinct packages available
2026-05-25 20:20.48 ---> saved as "8e999ad74b5ddaf703b49bf60f8da873b2710e1a48f5e93a7073f6b015290a73"

/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:20.50 ---> saved as "152b4613e1b7f41a1628bf6e37029ab3b04df912c172f3d01af9cd1340384944"

/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 \"\\\"alpine-3.23\\\"\"; 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
  * Missing dependency:
    - async_ssl >= v0.17.0-2 -> async >= v0.17 -> core_unix >= v0.17
    unmet availability conditions, e.g. 'arch != "arm32" & arch != "x86_32" & arch != "ppc64" & arch != "s390x" & (os-distribution != "alpine" | os-version < "3.21") & 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 "\"alpine-3.23\""; 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:21.08: Job failed: Failed: Build failed
2026-05-25 20:21.08: Log analysis:
2026-05-25 20:21.08: >>> 
No solution found, exiting
 (score = 100)
2026-05-25 20:21.08: [SKIP] Package not available