(for PR #29939)

2026-05-25 20:14.24: 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 opensuse-16.0-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-16.0-ocaml-5.4@sha256:d76eb85c1d3c23a93d50d03613475970e3155a9e716db464ddda6c6484113261
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 "\"opensuse-16.0\""; 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.24: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d76eb85c1d3c23a93d50d03613475970e3155a9e716db464ddda6c6484113261-async_ssl.v0.17.0-2-f281748d29999f0a48456006a71ff74f19744474"
2026-05-25 20:14.24: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d76eb85c1d3c23a93d50d03613475970e3155a9e716db464ddda6c6484113261)
 (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 \"\\\"opensuse-16.0\\\"\"; 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.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 clete.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-16.0-ocaml-5.4@sha256:d76eb85c1d3c23a93d50d03613475970e3155a9e716db464ddda6c6484113261)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d76eb85c1d3c23a93d50d03613475970e3155a9e716db464ddda6c6484113261' locally
docker.io/ocaml/opam@sha256:d76eb85c1d3c23a93d50d03613475970e3155a9e716db464ddda6c6484113261: Pulling from ocaml/opam
64cfa2a65095: Already exists
64e5289f2672: Already exists
06b2293c2b2d: Already exists
6f67cd510672: Already exists
ca5b94db2a85: Already exists
6f7fe61607b0: Already exists
68c11975f945: Already exists
73479e4094ce: Already exists
85ba5c1a649a: Already exists
0de12c197bfd: Already exists
d81d6d6bf8fe: Already exists
cba68ecfd415: Already exists
75ffa6874156: Already exists
89e5c2d50858: Already exists
5ad82053ee71: Already exists
3591b13081a2: Already exists
6290e1686ebf: Already exists
6290e1686ebf: Already exists
4f4fb700ef54: Already exists
c5c5233ac1d1: Already exists
c56fa4433fe9: Already exists
8f6c2820713b: Already exists
3a022abfacb3: Already exists
a675122fae29: Already exists
b30eccf5ca42: Already exists
91f92e37ea0a: Already exists
1188916d9b97: Already exists
0fe594d6cb12: Already exists
e3ed43689f8e: Already exists
a107edd88c4d: Already exists
03050e3c3ba9: Already exists
0dd29fec8b53: Pulling fs layer
bf19be766bff: Pulling fs layer
fad0197cfd31: Pulling fs layer
0dd29fec8b53: Waiting
bf19be766bff: Waiting
36c8ea084272: Pulling fs layer
fad0197cfd31: Waiting
9e263d4fa1dd: Pulling fs layer
36c8ea084272: Waiting
079f1eb30642: Pulling fs layer
9e263d4fa1dd: Waiting
f14ece95f6dd: Pulling fs layer
079f1eb30642: Waiting
7587edab8d01: Pulling fs layer
f14ece95f6dd: Waiting
365bea3c4e32: Pulling fs layer
7587edab8d01: Waiting
31240fa02a5b: Pulling fs layer
365bea3c4e32: Waiting
c32b68af1cb7: Pulling fs layer
9f2b8f63c2e6: Pulling fs layer
31240fa02a5b: Waiting
c32b68af1cb7: Waiting
2f044374913d: Pulling fs layer
9f2b8f63c2e6: Waiting
2f044374913d: Waiting
0dd29fec8b53: Verifying Checksum
0dd29fec8b53: Download complete
bf19be766bff: Verifying Checksum
bf19be766bff: Download complete
36c8ea084272: Verifying Checksum
36c8ea084272: Download complete
9e263d4fa1dd: Verifying Checksum
9e263d4fa1dd: Download complete
079f1eb30642: Download complete
f14ece95f6dd: Verifying Checksum
f14ece95f6dd: Download complete
7587edab8d01: Verifying Checksum
7587edab8d01: Download complete
365bea3c4e32: Verifying Checksum
365bea3c4e32: Download complete
c32b68af1cb7: Download complete
9f2b8f63c2e6: Verifying Checksum
9f2b8f63c2e6: Download complete
2f044374913d: Download complete
31240fa02a5b: Verifying Checksum
31240fa02a5b: Download complete
0dd29fec8b53: Pull complete
bf19be766bff: Pull complete
fad0197cfd31: Verifying Checksum
fad0197cfd31: Download complete
fad0197cfd31: Pull complete
36c8ea084272: Pull complete
9e263d4fa1dd: Pull complete
079f1eb30642: Pull complete
f14ece95f6dd: Pull complete
7587edab8d01: Pull complete
365bea3c4e32: Pull complete
31240fa02a5b: Pull complete
c32b68af1cb7: Pull complete
9f2b8f63c2e6: Pull complete
2f044374913d: Pull complete
Digest: sha256:d76eb85c1d3c23a93d50d03613475970e3155a9e716db464ddda6c6484113261
Status: Downloaded newer image for ocaml/opam@sha256:d76eb85c1d3c23a93d50d03613475970e3155a9e716db464ddda6c6484113261
2026-05-25 20:19.19 ---> saved as "02ad603fe746965413e7648562ed8e58c17c97ba16509c733c82992f59d35703"

/: (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.19 ---> saved as "7be34607b5bbf36347e3d38d01d7e11f0a999eff41cdf911f7e31293e40de56c"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-25 20:19.32 ---> saved as "ea9bbac0fd938a529fdf9312a6b70bb059a95e505e347e035529537a69960c0f"

/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-leap os-version=16.0
# 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-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:19.33 ---> saved as "52f8addcb3471ec1623eb8f267a9307b75c73d9d2b420fdf5dbcbb25051b0377"

/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:19.39 ---> saved as "fd4e3a71903f09e29405e1d0bb614fe9cd545e8b50f695b2bd1939f6bdd71ea2"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ...
- ...
- .....
- ......
- ........
- .........
- ......
- ..........
- ....
- .
- .......
- .........
- .......
- .........
- .........
- ........
- .........
- ..........
- ..........
- .........
- ......
- ....
- .........
- .........
- ........
- .....
- .......
- .........
- ....done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-05-25 20:20.40 ---> saved as "ecc580c6792c5b1bcb612d06c56a3fe76fc858f0d87d4f5b4eb4ee2c39681540"

/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.40 ---> saved as "7137ccda92fdd99f5c374896de6f5699021a30a5d47ecfd5447ce418eb9727dc"

/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 \"\\\"opensuse-16.0\\\"\"; 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
The following actions will be performed:
=== install 92 packages
  - install async                       v0.17.0            [required by async_ssl]
  - install async_kernel                v0.17.0            [required by async]
  - install async_log                   v0.17.0            [required by async]
  - install async_rpc_kernel            v0.17.0            [required by async]
  - install async_ssl                   v0.17.0-2 (pinned)
  - install async_unix                  v0.17.0            [required by async]
  - install base                        v0.17.3            [required by async_ssl]
  - install base_bigstring              v0.17.0            [required by core]
  - install base_quickcheck             v0.17.1            [required by core]
  - install bin_prot                    v0.17.0-1          [required by core]
  - install capitalization              v0.17.0            [required by ppx_string_conv]
  - install conf-libffi                 2.0.0              [required by ctypes-foreign]
  - install conf-libssl                 4                  [required by async_ssl]
  - install conf-pkg-config             4                  [required by conf-libssl, ctypes-foreign]
  - install core                        v0.17.2            [required by async_ssl]
  - install core_kernel                 v0.17.0            [required by async]
  - install core_unix                   v0.17.1            [required by async]
  - install csexp                       1.5.2              [required by dune-configurator]
  - install cstruct                     6.2.0              [required by async_unix]
  - install ctypes                      0.24.0             [required by async_ssl]
  - install ctypes-foreign              0.24.0             [required by async_ssl]
  - install dune                        3.23.1             [required by async_ssl]
  - install dune-configurator           3.23.1             [required by async_ssl]
  - install expect_test_helpers_core    v0.17.0            [required by core_unix]
  - install fieldslib                   v0.17.0            [required by core]
  - install fmt                         0.11.0             [required by cstruct]
  - install gel                         v0.17.0            [required by async_rpc_kernel]
  - install int_repr                    v0.17.0            [required by core_kernel]
  - install integers                    0.8.0              [required by ctypes]
  - install jane-street-headers         v0.17.0            [required by core]
  - install jst-config                  v0.17.0            [required by core]
  - install num                         1.6                [required by sexplib]
  - install ocaml-compiler-libs         v0.17.0            [required by ppxlib]
  - install ocaml_intrinsics_kernel     v0.17.2            [required by base]
  - install ocamlbuild                  0.16.1             [required by uutf]
  - install ocamlfind                   1.9.8              [required by uutf]
  - install parsexp                     v0.17.0            [required by sexplib]
  - install ppx_assert                  v0.17.0            [required by core]
  - install ppx_base                    v0.17.0            [required by core]
  - install ppx_bench                   v0.17.1            [required by ppx_jane]
  - install ppx_bin_prot                v0.17.1            [required by ppx_jane]
  - install ppx_cold                    v0.17.0            [required by ppx_base]
  - install ppx_compare                 v0.17.0            [required by ppx_diff]
  - install ppx_custom_printf           v0.17.0            [required by ppx_jane]
  - install ppx_derivers                1.2.1              [required by ppxlib]
  - install ppx_diff                    v0.17.1            [required by core]
  - install ppx_disable_unused_warnings v0.17.0            [required by ppx_jane]
  - install ppx_enumerate               v0.17.0            [required by ppx_diff]
  - install ppx_expect                  v0.17.3            [required by ppx_jane]
  - install ppx_fields_conv             v0.17.0            [required by ppx_jane]
  - install ppx_fixed_literal           v0.17.0            [required by ppx_jane]
  - install ppx_globalize               v0.17.2            [required by ppx_base]
  - install ppx_hash                    v0.17.0            [required by core]
  - install ppx_here                    v0.17.0            [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.17.0            [required by ppx_jane]
  - install ppx_inline_test             v0.17.1            [required by core]
  - install ppx_jane                    v0.17.0            [required by async_ssl]
  - install ppx_let                     v0.17.1            [required by ppx_jane]
  - install ppx_log                     v0.17.0            [required by ppx_jane]
  - install ppx_module_timer            v0.17.0            [required by ppx_jane]
  - install ppx_optcomp                 v0.17.1            [required by async_ssl]
  - install ppx_optional                v0.17.0            [required by ppx_jane]
  - install ppx_pipebang                v0.17.0            [required by ppx_jane]
  - install ppx_sexp_conv               v0.17.1            [required by core]
  - install ppx_sexp_message            v0.17.0            [required by core]
  - install ppx_sexp_value              v0.17.0            [required by ppx_jane]
  - install ppx_stable                  v0.17.1            [required by ppx_jane]
  - install ppx_stable_witness          v0.17.0            [required by ppx_jane]
  - install ppx_string                  v0.17.0            [required by ppx_jane]
  - install ppx_string_conv             v0.17.0            [required by ppx_jane]
  - install ppx_tydi                    v0.17.1            [required by ppx_jane]
  - install ppx_typerep_conv            v0.17.1            [required by ppx_jane]
  - install ppx_variants_conv           v0.17.1            [required by ppx_jane]
  - install ppxlib                      0.38.0             [required by ppx_diff]
  - install ppxlib_jane                 v0.17.4            [required by ppx_diff]
  - install protocol_version_header     v0.17.0            [required by async_rpc_kernel]
  - install re                          1.14.0             [required by expect_test_helpers_core]
  - install sexp_pretty                 v0.17.0            [required by expect_test_helpers_core]
  - install sexplib                     v0.17.0            [required by core]
  - install sexplib0                    v0.17.0            [required by base]
  - install spawn                       v0.17.0            [required by core_unix]
  - install splittable_random           v0.17.0            [required by core]
  - install stdio                       v0.17.0            [required by async_ssl]
  - install stdlib-shims                0.3.0              [required by integers]
  - install textutils                   v0.17.0            [required by async]
  - install time_now                    v0.17.0            [required by core]
  - install timezone                    v0.17.0            [required by async_log]
  - install topkg                       1.1.1              [required by uutf]
  - install typerep                     v0.17.1            [required by core]
  - install uopt                        v0.17.0            [required by core_kernel]
  - install uutf                        1.0.4              [required by textutils]
  - install variantslib                 v0.17.0            [required by core]

The following system packages will first need to be installed:
    libffi-devel libopenssl-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libffi-devel" "libopenssl-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 4 NEW packages are going to be installed:
-   jitterentropy-devel libffi-devel libopenssl-3-devel libopenssl-devel
- 
- 4 new packages to install.
- 
- Package download size:   582.0 KiB
- 
- Package install size change:
-               |       2.2 MiB  required by packages that will be installed
-      2.2 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libopenssl-devel-3.5.0-160000.2.2.noarch.rpm [done]
- .
- Preloading: jitterentropy-devel-3.6.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libopenssl-3-devel-3.5.0-160000.7.1.x86_64.rpm [done]
- .
- 
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]
- .done]
- Retrieving: jitterentropy-devel-3.6.3-160000.2.2.x86_64 (repo-oss (16.0)) (1/4),  32.4 KiB    
- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (2/4),  30.8 KiB    
- Retrieving: libopenssl-3-devel-3.5.0-160000.7.1.x86_64 (repo-oss (16.0)) (3/4), 441.0 KiB    
- Retrieving: libopenssl-devel-3.5.0-160000.2.2.noarch (repo-oss (16.0)) (4/4),  77.6 KiB    
- 
- Checking for file conflicts: [..done]
- (1/4) Installing: jitterentropy-devel-3.6.3-160000.2.2.x86_64 [..done]
- (2/4) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]
- (3/4) Installing: libopenssl-3-devel-3.5.0-160000.7.1.x86_64 [..done]
- (4/4) Installing: libopenssl-devel-3.5.0-160000.2.2.noarch [..done]
- Running post-transaction scripts [...done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved async.v0.17.0  (cached)
-> retrieved async_kernel.v0.17.0  (cached)
-> retrieved async_log.v0.17.0  (cached)
-> retrieved async_rpc_kernel.v0.17.0  (cached)
-> retrieved async_ssl.v0.17.0-2  (cached)
-> retrieved async_unix.v0.17.0  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved base_bigstring.v0.17.0  (cached)
-> retrieved base_quickcheck.v0.17.1  (cached)
-> retrieved bin_prot.v0.17.0-1  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved conf-libssl.4  (cached)
-> retrieved core.v0.17.2  (cached)
-> installed conf-pkg-config.4
-> retrieved core_kernel.v0.17.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-libssl.4
-> retrieved core_unix.v0.17.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> retrieved expect_test_helpers_core.v0.17.0  (cached)
-> retrieved fieldslib.v0.17.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gel.v0.17.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved integers.0.8.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_bench.v0.17.1  (cached)
-> retrieved ppx_bin_prot.v0.17.1  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_custom_printf.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_diff.v0.17.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.3  (cached)
-> retrieved ppx_fields_conv.v0.17.0  (cached)
-> retrieved ppx_fixed_literal.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_jane.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.1  (cached)
-> retrieved ppx_log.v0.17.0  (cached)
-> retrieved ppx_module_timer.v0.17.0  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_optional.v0.17.0  (cached)
-> retrieved ppx_pipebang.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_sexp_message.v0.17.0  (cached)
-> retrieved ppx_sexp_value.v0.17.0  (cached)
-> retrieved ppx_stable.v0.17.1  (cached)
-> retrieved ppx_stable_witness.v0.17.0  (cached)
-> retrieved ppx_string.v0.17.0  (cached)
-> retrieved ppx_string_conv.v0.17.0  (cached)
-> retrieved ppx_tydi.v0.17.1  (cached)
-> retrieved ppx_typerep_conv.v0.17.1  (cached)
-> retrieved ppx_variants_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved protocol_version_header.v0.17.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexp_pretty.v0.17.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved textutils.v0.17.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved timezone.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uopt.v0.17.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed dune.3.23.1
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.8.0
-> installed dune-configurator.3.23.1
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed ctypes.0.24.0
-> installed base.v0.17.3
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed ctypes-foreign.0.24.0
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_tydi.v0.17.1
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_let.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed capitalization.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed jst-config.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.1
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_bench.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed splittable_random.v0.17.0
-> installed base_quickcheck.v0.17.1
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.1
-> installed core.v0.17.2
-> installed protocol_version_header.v0.17.0
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed async_rpc_kernel.v0.17.0
-> installed textutils.v0.17.0
-> installed async_unix.v0.17.0
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed async_ssl.v0.17.0-2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-25 20:23.34 ---> saved as "a52fe27fc6721a5cd352d761cdb41dccfdc6cd9be91ce214d85e7a2a06980c8a"
Job succeeded
2026-05-25 20:23.43: Job succeeded