(for PR #29939)

2026-05-25 20:14.23: 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 fedora-42-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:fedora-42-ocaml-4.14@sha256:c98184b429ae2d8b49f7d5bdb31a1c12d236f4e6f580bbe7a08e8f5126fd8b1c
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 "\"fedora-42\""; 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.23: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:c98184b429ae2d8b49f7d5bdb31a1c12d236f4e6f580bbe7a08e8f5126fd8b1c-async_ssl.v0.16.1-2-f281748d29999f0a48456006a71ff74f19744474"
2026-05-25 20:14.23: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:c98184b429ae2d8b49f7d5bdb31a1c12d236f4e6f580bbe7a08e8f5126fd8b1c)
 (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 \"\\\"fedora-42\\\"\"; 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.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 bremusa.ocamllabs.io
All commits already cached
Updating files:  97% (17486/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:fedora-42-ocaml-4.14@sha256:c98184b429ae2d8b49f7d5bdb31a1c12d236f4e6f580bbe7a08e8f5126fd8b1c)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:c98184b429ae2d8b49f7d5bdb31a1c12d236f4e6f580bbe7a08e8f5126fd8b1c' locally
docker.io/ocaml/opam@sha256:c98184b429ae2d8b49f7d5bdb31a1c12d236f4e6f580bbe7a08e8f5126fd8b1c: Pulling from ocaml/opam
accf5bbc0c67: Already exists
416e4a8866bb: Already exists
09b2fb3c52f4: Already exists
7d4fe74f60d8: Already exists
bbcb95d43ae8: Already exists
98c9e9bc3c3f: Already exists
59aec800fed7: Already exists
34843ed0e584: Already exists
424f865e9d0e: Already exists
5594cf317ecb: Already exists
7d9cba6e4af6: Already exists
f8e47f2173a6: Already exists
cde03adba68d: Already exists
d670f2c79209: Already exists
2c9204fad5a4: Already exists
2c9204fad5a4: Already exists
e6729152ebda: Already exists
38838b679ce8: Already exists
e81ed02324ae: Already exists
416e5bed9209: Already exists
4f4fb700ef54: Already exists
d97d403a554d: Already exists
120f1228e350: Already exists
5818b24e8ca2: Already exists
bf4e4b4c0901: Already exists
b31f5381f4f1: Already exists
4445c4223195: Already exists
a1a8982696e1: Already exists
7ab4ccef3cde: Already exists
8a8a38b5d8d7: Already exists
19f2332bf3a3: Already exists
a1f0867da660: Already exists
a604f4114989: Already exists
f20a704d1d9e: Already exists
570c9a12a3e6: Already exists
d39b40635b0a: Already exists
fc00dadd093a: Already exists
74ee35500198: Already exists
77ae0f849b04: Already exists
142a849a7efc: Pulling fs layer
58a569cb07a1: Pulling fs layer
ad02680b8083: Pulling fs layer
49839f7c4fb1: Pulling fs layer
edbeb8ba46ce: Pulling fs layer
49839f7c4fb1: Waiting
edbeb8ba46ce: Waiting
ad02680b8083: Download complete
49839f7c4fb1: Verifying Checksum
49839f7c4fb1: Download complete
edbeb8ba46ce: Download complete
142a849a7efc: Verifying Checksum
142a849a7efc: Download complete
58a569cb07a1: Verifying Checksum
58a569cb07a1: Download complete
142a849a7efc: Pull complete
58a569cb07a1: Pull complete
ad02680b8083: Pull complete
49839f7c4fb1: Pull complete
edbeb8ba46ce: Pull complete
Digest: sha256:c98184b429ae2d8b49f7d5bdb31a1c12d236f4e6f580bbe7a08e8f5126fd8b1c
Status: Downloaded newer image for ocaml/opam@sha256:c98184b429ae2d8b49f7d5bdb31a1c12d236f4e6f580bbe7a08e8f5126fd8b1c
2026-05-25 20:16.21 ---> saved as "d6fe15df77b3a111d45d862be5c74b6456bc40f6c5b697aabe49f618497a8b84"

/: (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.21 ---> saved as "b566736d497c5ca2350284e18fa3590490210c59ebcaccf887804518b1576536"

/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:16.36 ---> saved as "97ddb6f1bb0c83cc055c50fba523c063abcfa03f89fbe5c685b82062a5d9b97b"

/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=fedora os-version=42
# 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:16.36 ---> saved as "78a2a1dfeccc872e44e91e7bc41cbe12763675daefbea285e64038c693ec9165"

/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:16.44 ---> saved as "6cdb4928b37c53c3a2b16801d949d7e62d0315a28ea31eb3ef1ab4b49b5cf93f"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  34.7 KiB/s |  17.5 KiB |  00m01s
-  Fedora 42 - x86_64                     100% |  64.3 KiB/s |  19.0 KiB |  00m00s
-  Fedora 42 openh264 (From Cisco) - x86_ 100% |   6.2 KiB/s | 986.0   B |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-05-25 20:17.11 ---> saved as "67bf687ec85537ef2b7a0b24bb946145801d684f89be25967038d151d4adce5e"

/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:17.11 ---> saved as "0dc3b776334d0cb77617a8e9746d4b7c8c8e318f908e2a00bab4c6af68005fde"

/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 \"\\\"fedora-42\\\"\"; 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
The following actions will be performed:
=== install 84 packages
  - install async                       v0.16.0            [required by async_ssl]
  - install async_kernel                v0.16.0            [required by async]
  - install async_rpc_kernel            v0.16.0            [required by async]
  - install async_ssl                   v0.16.1-2 (pinned)
  - install async_unix                  v0.16.0            [required by async]
  - install base                        v0.16.5            [required by async_ssl]
  - install base_bigstring              v0.16.0            [required by core]
  - install base_quickcheck             v0.16.0            [required by core]
  - install bin_prot                    v0.16.0            [required by core]
  - 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.16.2            [required by async_ssl]
  - install core_kernel                 v0.16.0            [required by async]
  - install core_unix                   v0.16.0            [required by async]
  - install csexp                       1.5.2              [required by dune-configurator]
  - 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.16.0            [required by core_unix]
  - install fieldslib                   v0.16.0            [required by core]
  - install int_repr                    v0.16.0            [required by core_kernel]
  - install integers                    0.8.0              [required by ctypes]
  - install jane-street-headers         v0.16.0            [required by core, core_unix]
  - install jst-config                  v0.16.0            [required by core, core_unix]
  - install num                         1.6                [required by sexplib]
  - install ocaml-compiler-libs         v0.12.4            [required by ppxlib]
  - install ocaml_intrinsics            v0.16.2            [required by core_unix]
  - install ocamlbuild                  0.16.1             [required by uutf]
  - install ocamlfind                   1.9.8              [required by uutf]
  - install parsexp                     v0.16.0            [required by sexplib]
  - install ppx_assert                  v0.16.0            [required by core]
  - install ppx_base                    v0.16.0            [required by core]
  - install ppx_bench                   v0.16.0            [required by ppx_jane]
  - install ppx_bin_prot                v0.16.0            [required by ppx_jane]
  - install ppx_cold                    v0.16.0            [required by ppx_base]
  - install ppx_compare                 v0.16.0            [required by ppx_base, bin_prot]
  - install ppx_custom_printf           v0.16.0            [required by ppx_jane]
  - install ppx_derivers                1.2.1              [required by ppxlib]
  - install ppx_disable_unused_warnings v0.16.0            [required by ppx_jane]
  - install ppx_enumerate               v0.16.0            [required by ppx_base]
  - install ppx_expect                  v0.16.2            [required by ppx_jane]
  - install ppx_fields_conv             v0.16.0            [required by ppx_jane]
  - install ppx_fixed_literal           v0.16.0            [required by ppx_jane]
  - install ppx_globalize               v0.16.0            [required by ppx_base]
  - install ppx_hash                    v0.16.0            [required by core]
  - install ppx_here                    v0.16.0            [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.16.0            [required by ppx_jane]
  - install ppx_inline_test             v0.16.1            [required by core]
  - install ppx_jane                    v0.16.0            [required by async_ssl]
  - install ppx_let                     v0.16.0            [required by ppx_jane]
  - install ppx_log                     v0.16.0            [required by async]
  - install ppx_module_timer            v0.16.0            [required by ppx_jane]
  - install ppx_optcomp                 v0.16.0            [required by async_ssl]
  - install ppx_optional                v0.16.0            [required by ppx_jane]
  - install ppx_pipebang                v0.16.0            [required by ppx_jane]
  - install ppx_sexp_conv               v0.16.0            [required by core]
  - install ppx_sexp_message            v0.16.0            [required by core]
  - install ppx_sexp_value              v0.16.0            [required by ppx_jane]
  - install ppx_stable                  v0.16.0            [required by ppx_jane]
  - install ppx_stable_witness          v0.16.0            [required by ppx_jane]
  - install ppx_string                  v0.16.0            [required by ppx_jane]
  - install ppx_tydi                    v0.16.0            [required by ppx_jane]
  - install ppx_typerep_conv            v0.16.0            [required by ppx_jane]
  - install ppx_variants_conv           v0.16.0            [required by ppx_jane]
  - install ppxlib                      0.35.0             [required by ppx_jane]
  - install protocol_version_header     v0.16.0            [required by async_rpc_kernel]
  - install re                          1.14.0             [required by expect_test_helpers_core]
  - install sexp_pretty                 v0.16.0            [required by expect_test_helpers_core]
  - install sexplib                     v0.16.0            [required by core, core_unix]
  - install sexplib0                    v0.16.0            [required by base]
  - install spawn                       v0.17.0            [required by core_unix]
  - install splittable_random           v0.16.0            [required by core]
  - install stdio                       v0.16.0            [required by async_ssl]
  - install stdlib-shims                0.3.0              [required by integers]
  - install textutils                   v0.16.0            [required by async]
  - install textutils_kernel            v0.16.0            [required by textutils]
  - install time_now                    v0.16.0            [required by core]
  - install timezone                    v0.16.0            [required by core_unix]
  - install topkg                       1.1.1              [required by uutf]
  - install typerep                     v0.16.0            [required by core]
  - install uutf                        1.0.4              [required by textutils]
  - install variantslib                 v0.16.0            [required by core]

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "libffi-devel" "openssl-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                   Arch   Version        Repository                            Size
- Upgrading:
-  openssl-libs             x86_64 1:3.2.6-4.fc42 updates                            7.8 MiB
-    replacing openssl-libs x86_64 1:3.2.6-3.fc42 4d50ae1e19014c5b9629dfcf8915b996   7.8 MiB
- Installing:
-  libffi-devel             x86_64 3.4.6-5.fc42   fedora                            33.1 KiB
-  openssl-devel            x86_64 1:3.2.6-4.fc42 updates                            4.3 MiB
- 
- Transaction Summary:
-  Installing:         2 packages
-  Upgrading:          1 package
-  Replacing:          1 package
- 
- Total size of inbound packages is 5 MiB. Need to download 5 MiB.
- After this operation, 4 MiB extra will be used (install 12 MiB, remove 8 MiB).
- [1/3] openssl-devel-1:3.2.6-4.fc42.x86_ 100% |  12.9 MiB/s |   2.8 MiB |  00m00s
- [2/3] libffi-devel-0:3.4.6-5.fc42.x86_6 100% | 129.1 KiB/s |  28.8 KiB |  00m00s
- [3/3] openssl-libs-1:3.2.6-4.fc42.x86_6 100% |   7.4 MiB/s |   2.3 MiB |  00m00s
- --------------------------------------------------------------------------------
- [3/3] Total                             100% |   8.7 MiB/s |   5.2 MiB |  00m01s
- Running transaction
- [1/6] Verify package files              100% |  62.0   B/s |   3.0   B |  00m00s
- [2/6] Prepare transaction               100% |  31.0   B/s |   4.0   B |  00m00s
- [3/6] Upgrading openssl-libs-1:3.2.6-4. 100% | 111.8 MiB/s |   7.8 MiB |  00m00s
- [4/6] Installing openssl-devel-1:3.2.6- 100% |  86.6 MiB/s |   5.2 MiB |  00m00s
- [5/6] Installing libffi-devel-0:3.4.6-5 100% |  34.0 MiB/s |  34.8 KiB |  00m00s
- [6/6] Removing openssl-libs-1:3.2.6-3.f 100% | 573.0   B/s |  39.0   B |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "openssl-devel"
- libffi-devel-3.4.6-5.fc42.x86_64
- openssl-devel-3.2.6-4.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved async.v0.16.0  (cached)
-> retrieved async_kernel.v0.16.0  (cached)
-> retrieved async_rpc_kernel.v0.16.0  (cached)
-> retrieved async_ssl.v0.16.1-2  (cached)
-> retrieved async_unix.v0.16.0  (cached)
-> retrieved base.v0.16.5  (cached)
-> retrieved base_bigstring.v0.16.0  (cached)
-> retrieved base_quickcheck.v0.16.0  (cached)
-> retrieved bin_prot.v0.16.0  (cached)
-> retrieved conf-libssl.4  (cached)
-> retrieved core.v0.16.2  (cached)
-> installed conf-pkg-config.4
-> retrieved core_kernel.v0.16.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-libssl.4
-> retrieved core_unix.v0.16.0  (cached)
-> retrieved csexp.1.5.2  (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.16.0  (cached)
-> retrieved fieldslib.v0.16.0  (cached)
-> retrieved int_repr.v0.16.0  (cached)
-> retrieved integers.0.8.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml_intrinsics.v0.16.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_bench.v0.16.0  (cached)
-> retrieved ppx_bin_prot.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_custom_printf.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.16.0  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.2  (cached)
-> retrieved ppx_fields_conv.v0.16.0  (cached)
-> retrieved ppx_fixed_literal.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_jane.v0.16.0  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved ppx_log.v0.16.0  (cached)
-> retrieved ppx_module_timer.v0.16.0  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_optional.v0.16.0  (cached)
-> retrieved ppx_pipebang.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_sexp_message.v0.16.0  (cached)
-> retrieved ppx_sexp_value.v0.16.0  (cached)
-> retrieved ppx_stable.v0.16.0  (cached)
-> retrieved ppx_stable_witness.v0.16.0  (cached)
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppx_tydi.v0.16.0  (cached)
-> retrieved ppx_typerep_conv.v0.16.0  (cached)
-> retrieved ppx_variants_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved protocol_version_header.v0.16.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexp_pretty.v0.16.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved textutils.v0.16.0  (cached)
-> retrieved textutils_kernel.v0.16.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved timezone.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved typerep.v0.16.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.16.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 dune.3.23.1
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed spawn.v0.17.0
-> installed integers.0.8.0
-> installed dune-configurator.3.23.1
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed ocaml_intrinsics.v0.16.2
-> installed ctypes.0.24.0
-> installed base.v0.16.5
-> installed fieldslib.v0.16.0
-> installed variantslib.v0.16.0
-> installed stdio.v0.16.0
-> installed typerep.v0.16.0
-> installed ctypes-foreign.0.24.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_let.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed ppx_log.v0.16.0
-> installed ppx_string.v0.16.0
-> installed bin_prot.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_bin_prot.v0.16.0
-> installed ppx_module_timer.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_bench.v0.16.0
-> installed ppx_expect.v0.16.2
-> installed splittable_random.v0.16.0
-> installed base_quickcheck.v0.16.0
-> installed ppx_jane.v0.16.0
-> installed int_repr.v0.16.0
-> installed base_bigstring.v0.16.0
-> installed core.v0.16.2
-> installed protocol_version_header.v0.16.0
-> installed textutils_kernel.v0.16.0
-> installed timezone.v0.16.0
-> installed expect_test_helpers_core.v0.16.0
-> installed core_kernel.v0.16.0
-> installed async_kernel.v0.16.0
-> installed async_rpc_kernel.v0.16.0
-> installed core_unix.v0.16.0
-> installed textutils.v0.16.0
-> installed async_unix.v0.16.0
-> installed async.v0.16.0
[ERROR] The compilation of async_ssl.v0.16.1-2 failed at "dune build -p async_ssl -j 71".

#=== ERROR while compiling async_ssl.v0.16.1-2 ================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/janestreet/async_ssl/archive/refs/tags/v0.16.1.tar.gz)
# path                 ~/.opam/4.14/.opam-switch/build/async_ssl.v0.16.1-2
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p async_ssl -j 71
# exit-code            1
# env-file             ~/.opam/log/async_ssl-7-710c1e.env
# output-file          ~/.opam/log/async_ssl-7-710c1e.out
### output ###
# File "src/dune", line 16, characters 10-29:
# 16 |  (c_names ffi_generated_stubs) (flags :standard -w -9-27-32-34)
#                ^^^^^^^^^^^^^^^^^^^
# (cd _build/default/src && /usr/sbin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -w -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/async -I /home/opam/.opam/4.14/lib/async/async_command -I /home/opam/.opam/4.14/lib/async/async_quickcheck -I /home/opam/.opam/4.14/lib/async/async_rpc -I /home/opam/.opam/4.14/lib/async_kernel -I /home/opam/.opam/4.14/lib/async_kernel/config -I /home/opam/.opam/4.14/lib/async_kernel/eager_deferred -I /home/opam/.opam/4.14/lib/async_kernel/persistent_connection_kernel -I /home/opam/.opam/4.14/lib/async_kernel/read_write_pair -I /home/opam/.opam/4.14/lib/async_rpc_kernel -I /home/opam/.opam/4.14/lib/async_unix -I /home/opam/.opam/4.14/lib/async_unix/thread_pool -I /home/opam/.opam/4.14/lib/async_unix/thread_safe_ivar -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/md5 -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base_bigstring -I /home/opam/.opam/4.14/lib/base_quickcheck -I /home/opam/.opam/4.14/lib/base_quickcheck/ppx_quickcheck/runtime -I /home/opam/.opam/4.14/lib/bin_prot -I /home/opam/.opam/4.14/lib/bin_prot/shape -I /home/opam/.opam/4.14/lib/core -I /home/opam/.opam/4.14/lib/core/base_for_tests -I /home/opam/.opam/4.14/lib/core/command -I /home/opam/.opam/4.14/lib/core/filename_base -I /home/opam/.opam/4.14/lib/core/heap_block -I /home/opam/.opam/4.14/lib/core/univ_map -I /home/opam/.opam/4.14/lib/core/validate -I /home/opam/.opam/4.14/lib/core_kernel/bounded_int_table -I /home/opam/.opam/4.14/lib/core_kernel/bus -I /home/opam/.opam/4.14/lib/core_kernel/caml_threads -I /home/opam/.opam/4.14/lib/core_kernel/caml_unix -I /home/opam/.opam/4.14/lib/core_kernel/flags -I /home/opam/.opam/4.14/lib/core_kernel/iobuf -I /home/opam/.opam/4.14/lib/core_kernel/moption -I /home/opam/.opam/4.14/lib/core_kernel/pairing_heap -I /home/opam/.opam/4.14/lib/core_kernel/sexp_hidden_in_test -I /home/opam/.opam/4.14/lib/core_kernel/thread_pool_cpu_affinity -I /home/opam/.opam/4.14/lib/core_kernel/thread_safe_queue -I /home/opam/.opam/4.14/lib/core_kernel/timing_wheel -I /home/opam/.opam/4.14/lib/core_kernel/tuple_pool -I /home/opam/.opam/4.14/lib/core_kernel/uopt -I /home/opam/.opam/4.14/lib/core_kernel/uuid -I /home/opam/.opam/4.14/lib/core_unix -I /home/opam/.opam/4.14/lib/core_unix/bigstring_unix -I /home/opam/.opam/4.14/lib/core_unix/core_thread -I /home/opam/.opam/4.14/lib/core_unix/error_checking_mutex -I /home/opam/.opam/4.14/lib/core_unix/filename_unix -I /home/opam/.opam/4.14/lib/core_unix/iobuf_unix -I /home/opam/.opam/4.14/lib/core_unix/linux_ext -I /home/opam/.opam/4.14/lib/core_unix/nano_mutex -I /home/opam/.opam/4.14/lib/core_unix/ocaml_c_utils -I /home/opam/.opam/4.14/lib/core_unix/signal_unix -I /home/opam/.opam/4.14/lib/core_unix/squeue -I /home/opam/.opam/4.14/lib/core_unix/sys_unix -I /home/opam/.opam/4.14/lib/core_unix/time_float_unix -I /home/opam/.opam/4.14/lib/core_unix/time_ns_unix -I /home/opam/.opam/4.14/lib/core_unix/time_stamp_counter -I /home/opam/.opam/4.14/lib/core_unix/uuid -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes-foreign -I /home/opam/.opam/4.14/lib/ctypes/stubs -I /home/opam/.opam/4.14/lib/fieldslib -I /home/opam/.opam/4.14/lib/int_repr -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocaml_intrinsics -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_expect/collector -I /home/opam/.opam/4.14/lib/ppx_expect/common -I /home/opam/.opam/4.14/lib/ppx_expect/config -I /home/opam/.opam/4.14/lib/ppx_expect/config_types -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_log/types -I /home/opam/.opam/4.14/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_stable_witness/runtime -I /home/opam/.opam/4.14/lib/ppx_stable_witness/stable_witness -I /home/opam/.opam/4.14/lib/protocol_version_header -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/unix -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/spawn -I /home/opam/.opam/4.14/lib/splittable_random -I /home/opam/.opam/4.14/lib/stdio -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/timezone -I /home/opam/.opam/4.14/lib/typerep -I /home/opam/.opam/4.14/lib/variantslib -I ../bindings -o ffi_generated_stubs.o -c ffi_generated_stubs.c)
# ffi_generated_stubs.c:6:10: fatal error: openssl/engine.h: No such file or directory
#     6 | #include <openssl/engine.h>
#       |          ^~~~~~~~~~~~~~~~~~
# compilation terminated.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build async_ssl v0.16.1-2
+- 
+- The following changes have been performed
| - install async                       v0.16.0
| - install async_kernel                v0.16.0
| - install async_rpc_kernel            v0.16.0
| - install async_unix                  v0.16.0
| - install base                        v0.16.5
| - install base_bigstring              v0.16.0
| - install base_quickcheck             v0.16.0
| - install bin_prot                    v0.16.0
| - install conf-libffi                 2.0.0
| - install conf-libssl                 4
| - install conf-pkg-config             4
| - install core                        v0.16.2
| - install core_kernel                 v0.16.0
| - install core_unix                   v0.16.0
| - install csexp                       1.5.2
| - install ctypes                      0.24.0
| - install ctypes-foreign              0.24.0
| - install dune                        3.23.1
| - install dune-configurator           3.23.1
| - install expect_test_helpers_core    v0.16.0
| - install fieldslib                   v0.16.0
| - install int_repr                    v0.16.0
| - install integers                    0.8.0
| - install jane-street-headers         v0.16.0
| - install jst-config                  v0.16.0
| - install num                         1.6
| - install ocaml-compiler-libs         v0.12.4
| - install ocaml_intrinsics            v0.16.2
| - install ocamlbuild                  0.16.1
| - install ocamlfind                   1.9.8
| - install parsexp                     v0.16.0
| - install ppx_assert                  v0.16.0
| - install ppx_base                    v0.16.0
| - install ppx_bench                   v0.16.0
| - install ppx_bin_prot                v0.16.0
| - install ppx_cold                    v0.16.0
| - install ppx_compare                 v0.16.0
| - install ppx_custom_printf           v0.16.0
| - install ppx_derivers                1.2.1
| - install ppx_disable_unused_warnings v0.16.0
| - install ppx_enumerate               v0.16.0
| - install ppx_expect                  v0.16.2
| - install ppx_fields_conv             v0.16.0
| - install ppx_fixed_literal           v0.16.0
| - install ppx_globalize               v0.16.0
| - install ppx_hash                    v0.16.0
| - install ppx_here                    v0.16.0
| - install ppx_ignore_instrumentation  v0.16.0
| - install ppx_inline_test             v0.16.1
| - install ppx_jane                    v0.16.0
| - install ppx_let                     v0.16.0
| - install ppx_log                     v0.16.0
| - install ppx_module_timer            v0.16.0
| - install ppx_optcomp                 v0.16.0
| - install ppx_optional                v0.16.0
| - install ppx_pipebang                v0.16.0
| - install ppx_sexp_conv               v0.16.0
| - install ppx_sexp_message            v0.16.0
| - install ppx_sexp_value              v0.16.0
| - install ppx_stable                  v0.16.0
| - install ppx_stable_witness          v0.16.0
| - install ppx_string                  v0.16.0
| - install ppx_tydi                    v0.16.0
| - install ppx_typerep_conv            v0.16.0
| - install ppx_variants_conv           v0.16.0
| - install ppxlib                      0.35.0
| - install protocol_version_header     v0.16.0
| - install re                          1.14.0
| - install sexp_pretty                 v0.16.0
| - install sexplib                     v0.16.0
| - install sexplib0                    v0.16.0
| - install spawn                       v0.17.0
| - install splittable_random           v0.16.0
| - install stdio                       v0.16.0
| - install stdlib-shims                0.3.0
| - install textutils                   v0.16.0
| - install textutils_kernel            v0.16.0
| - install time_now                    v0.16.0
| - install timezone                    v0.16.0
| - install topkg                       1.1.1
| - install typerep                     v0.16.0
| - install uutf                        1.0.4
| - install variantslib                 v0.16.0
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260525201712.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/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 "\"fedora-42\""; 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 1
2026-05-25 20:20.02: Job failed: Failed: Build failed
2026-05-25 20:20.02: Log analysis:
2026-05-25 20:20.02: >>> 
[ERROR] The compilation of async_ssl.v0.16.1-2 failed at "dune build -p async_ssl -j 71".
 (score = 20)
2026-05-25 20:20.02: The compilation of async_ssl.v0.16.1-2 failed at "dune build -p async_ssl -j 71".