(for PR #29939)

2026-05-25 20:14.23: 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 debian-testing-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:debian-testing-ocaml-5.4@sha256:c496a5796e8c399e0323137fc12cc7c57e798f246a727cdbd6576932bcba367a
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 "\"debian-testing\""; 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.23: Using cache hint "ocaml/opam:debian-testing-ocaml-5.4@sha256:c496a5796e8c399e0323137fc12cc7c57e798f246a727cdbd6576932bcba367a-async_ssl.v0.17.0-2-f281748d29999f0a48456006a71ff74f19744474"
2026-05-25 20:14.23: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.4@sha256:c496a5796e8c399e0323137fc12cc7c57e798f246a727cdbd6576932bcba367a)
 (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 \"\\\"debian-testing\\\"\"; 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.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
HEAD is now at 9d78ee2aea Merge pull request #29914 from mt-caret/opam-publish-openrouter_api.0.1.0
Merge made by the 'ort' strategy.
 packages/async_ssl/async_ssl.v0.16.1-2/opam | 47 +++++++++++++++++++++++++++++
 packages/async_ssl/async_ssl.v0.17.0-2/opam | 44 +++++++++++++++++++++++++++
 2 files changed, 91 insertions(+)
 create mode 100644 packages/async_ssl/async_ssl.v0.16.1-2/opam
 create mode 100644 packages/async_ssl/async_ssl.v0.17.0-2/opam

(from ocaml/opam:debian-testing-ocaml-5.4@sha256:c496a5796e8c399e0323137fc12cc7c57e798f246a727cdbd6576932bcba367a)
Unable to find image 'ocaml/opam:debian-testing-ocaml-5.4@sha256:c496a5796e8c399e0323137fc12cc7c57e798f246a727cdbd6576932bcba367a' locally
docker.io/ocaml/opam@sha256:c496a5796e8c399e0323137fc12cc7c57e798f246a727cdbd6576932bcba367a: Pulling from ocaml/opam
8848ceea1cb0: Already exists
53c0af683a4a: Already exists
25fb5db28ef6: Already exists
7377041082d0: Already exists
9722be7af5b9: Already exists
8047e9059efd: Already exists
4317037cd76c: Already exists
517f8906d2e9: Already exists
f950f9cc6591: Already exists
5339ff1b270b: Already exists
8458525f119c: Already exists
c3a9dac279e8: Already exists
3866189d1e85: Already exists
aba7069c073f: Already exists
9851280759d4: Already exists
bf463c15d08d: Already exists
bf463c15d08d: Already exists
cab3c9468032: Already exists
f2bfc4266511: Already exists
afe67accd09b: Already exists
d91d1081e819: Already exists
4f4fb700ef54: Already exists
7692aaea82a9: Already exists
0f09ed4c6205: Already exists
568bdeaf05ee: Already exists
b9be29846e36: Already exists
c7eaa4f23bb7: Already exists
bbfa04182e4f: Already exists
c72b23429a26: Already exists
5937c2dfb911: Already exists
b68555850a6e: Already exists
b694cb2465cf: Already exists
c0b39a77ab34: Already exists
58f6c87f291e: Already exists
7a3aaac66dc8: Already exists
79f0cab494ce: Already exists
01d247b1fd58: Already exists
ee1d2961c1e9: Already exists
2001f5a6ef06: Already exists
a19e654e5037: Already exists
202cf2ef5473: Pulling fs layer
70354a4ff88a: Pulling fs layer
30b43182d420: Pulling fs layer
f1bb8ac8c916: Pulling fs layer
70354a4ff88a: Waiting
202cf2ef5473: Waiting
30b43182d420: Waiting
f1bb8ac8c916: Waiting
270463b71e3b: Pulling fs layer
5355f8ebbd49: Pulling fs layer
270463b71e3b: Waiting
74546e9a39be: Pulling fs layer
5355f8ebbd49: Waiting
74546e9a39be: Waiting
202cf2ef5473: Download complete
202cf2ef5473: Pull complete
30b43182d420: Verifying Checksum
30b43182d420: Download complete
70354a4ff88a: Verifying Checksum
70354a4ff88a: Download complete
70354a4ff88a: Pull complete
30b43182d420: Pull complete
270463b71e3b: Download complete
74546e9a39be: Verifying Checksum
74546e9a39be: Download complete
5355f8ebbd49: Verifying Checksum
5355f8ebbd49: Download complete
f1bb8ac8c916: Verifying Checksum
f1bb8ac8c916: Download complete
f1bb8ac8c916: Pull complete
270463b71e3b: Pull complete
5355f8ebbd49: Pull complete
74546e9a39be: Pull complete
Digest: sha256:c496a5796e8c399e0323137fc12cc7c57e798f246a727cdbd6576932bcba367a
Status: Downloaded newer image for ocaml/opam@sha256:c496a5796e8c399e0323137fc12cc7c57e798f246a727cdbd6576932bcba367a
2026-05-25 20:15.47 ---> saved as "fb23706d1a68d7eccbf342ac0d8736f29ed3699106e5faa865a9780280a20d1a"

/: (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:15.47 ---> saved as "c44bcc2af3013390934c3249816d9e9a05682fe0d6aa80ae67cb9fc9fd4b04b8"

/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:15.59 ---> saved as "395272e6489ef4a5d8018cd37546e9a9efffc9ffa9ca1f461f0b7125307ce55b"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=unknown
# 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:16.00 ---> saved as "e8eaeae6f64dfc948ccf6781635cf5627cf7bf83b709cfbe815b1b10b3cc7663"

/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.07 ---> saved as "28537d8576e8d5395464d1396447133ff467789fbc73a307b0356c477a6f962c"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [151 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-05-25-1400.17-F-2026-05-23-1400.45.pdiff [135 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-05-25-1400.17-F-2026-05-23-1400.45.pdiff [135 kB]
- Fetched 442 kB in 3s (150 kB/s)
- Reading package lists...
- 
2026-05-25 20:16.29 ---> saved as "4acb7f6aa0731f62933d686a45e5a4b2288fd8faf3b986d645e169340d787d40"

/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:16.29 ---> saved as "82564c69c4ef02bf0d94c1f799163c034caa47c31755f99d1f1df59142a7ba66"

/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 \"\\\"debian-testing\\\"\"; 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-dev libssl-dev pkg-config

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libffi-dev" "libssl-dev" "pkg-config"
- Selecting previously unselected package libffi-dev:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21826 files and directories currently installed.)
- Preparing to unpack .../0-libffi-dev_3.5.2-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.5.2-4) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../1-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../2-libssl-dev_3.6.2-1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.6.2-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libffi-dev:amd64 (3.5.2-4) ...
- Setting up libssl-dev:amd64 (3.6.2-1) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Processing triggers for libc-bin (2.42-16) ...

<><> 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 ctypes-foreign.0.24.0
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_tydi.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_pipebang.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_enumerate.v0.17.0
-> 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_assert.v0.17.0
-> installed ppx_sexp_value.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 jst-config.v0.17.0
-> installed sexp_pretty.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 textutils.v0.17.0
-> installed async_rpc_kernel.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:19.36 ---> saved as "3c026c484852b0e6a46adcc90a120adc135eb082f9ac9220faec63d8d5fb4987"
Job succeeded
2026-05-25 20:19.42: Job succeeded