(for PR #29939)

2026-05-25 20:14.25: 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 ubuntu-25.10-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:ubuntu-25.10-ocaml-5.4@sha256:6f06dbe9ef1fa10233cb84478993a55a44bd9ab45ff2defc852d52b224c48aaa
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 "\"ubuntu-25.10\""; 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.25: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:6f06dbe9ef1fa10233cb84478993a55a44bd9ab45ff2defc852d52b224c48aaa-async_ssl.v0.17.0-2-f281748d29999f0a48456006a71ff74f19744474"
2026-05-25 20:14.25: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:6f06dbe9ef1fa10233cb84478993a55a44bd9ab45ff2defc852d52b224c48aaa)
 (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 \"\\\"ubuntu-25.10\\\"\"; 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.25: Waiting for resource in pool OCluster
2026-05-25 20:14.26: Waiting for worker…
2026-05-25 20:14.26: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 9d78ee2aea Merge pull request #29914 from mt-caret/opam-publish-openrouter_api.0.1.0
Merge made by the 'ort' strategy.
 packages/async_ssl/async_ssl.v0.16.1-2/opam | 47 +++++++++++++++++++++++++++++
 packages/async_ssl/async_ssl.v0.17.0-2/opam | 44 +++++++++++++++++++++++++++
 2 files changed, 91 insertions(+)
 create mode 100644 packages/async_ssl/async_ssl.v0.16.1-2/opam
 create mode 100644 packages/async_ssl/async_ssl.v0.17.0-2/opam

(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:6f06dbe9ef1fa10233cb84478993a55a44bd9ab45ff2defc852d52b224c48aaa)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:6f06dbe9ef1fa10233cb84478993a55a44bd9ab45ff2defc852d52b224c48aaa' locally
docker.io/ocaml/opam@sha256:6f06dbe9ef1fa10233cb84478993a55a44bd9ab45ff2defc852d52b224c48aaa: Pulling from ocaml/opam
16c195d4c5e9: Pulling fs layer
5d5ae59f12bf: Pulling fs layer
2a1bdaff57b1: Pulling fs layer
16c195d4c5e9: Waiting
5d5ae59f12bf: Waiting
4f0da68efc03: Pulling fs layer
2a1bdaff57b1: Waiting
ddae77db6783: Pulling fs layer
4f0da68efc03: Waiting
fdb5e27abf0f: Pulling fs layer
93a3171e4fee: Pulling fs layer
ddae77db6783: Waiting
fdb5e27abf0f: Waiting
dbf7af4bbc5e: Pulling fs layer
93a3171e4fee: Waiting
5f7df1a633be: Pulling fs layer
91c5054ad467: Pulling fs layer
dbf7af4bbc5e: Waiting
f85e33539fc1: Pulling fs layer
60715424f1f3: Pulling fs layer
91c5054ad467: Waiting
f85e33539fc1: Waiting
3d928beeeddb: Pulling fs layer
60715424f1f3: Waiting
ad721eb63d8e: Pulling fs layer
3d928beeeddb: Waiting
6423a1c6a219: Pulling fs layer
ad721eb63d8e: Waiting
5b5461462268: Pulling fs layer
d0115271718d: Pulling fs layer
5b5461462268: Waiting
9fd788776761: Pulling fs layer
6423a1c6a219: Waiting
ee0541408fb9: Pulling fs layer
9fd788776761: Waiting
3710803c65d7: Pulling fs layer
ce2c52193d43: Pulling fs layer
ee0541408fb9: Waiting
d0115271718d: Waiting
3710803c65d7: Waiting
4f4fb700ef54: Pulling fs layer
ce2c52193d43: Waiting
a2f980d0b98b: Pulling fs layer
a2f980d0b98b: Waiting
410070a2f222: Pulling fs layer
4f4fb700ef54: Waiting
d3816a848673: Pulling fs layer
7c855ca71d74: Pulling fs layer
1528501eaf16: Pulling fs layer
7c855ca71d74: Waiting
410070a2f222: Waiting
23228c2200ea: Pulling fs layer
1528501eaf16: Waiting
54f128346b20: Pulling fs layer
d3816a848673: Waiting
54f128346b20: Waiting
76cf7939a21f: Pulling fs layer
23228c2200ea: Waiting
ebfcf91f683f: Pulling fs layer
76cf7939a21f: Waiting
aba3e293a4a1: Pulling fs layer
ebfcf91f683f: Waiting
5f6c0c42c902: Pulling fs layer
266bc6609d9e: Pulling fs layer
aba3e293a4a1: Waiting
9e0211421511: Pulling fs layer
5f6c0c42c902: Waiting
266bc6609d9e: Waiting
a18977585f54: Pulling fs layer
9e0211421511: Waiting
2e40d7abab54: Pulling fs layer
a18977585f54: Waiting
6ae9eed47872: Pulling fs layer
2e40d7abab54: Waiting
94c06f8af301: Pulling fs layer
d797e03b453c: Pulling fs layer
5a49c15e7d8e: Pulling fs layer
6ae9eed47872: Waiting
702e3b44801c: Pulling fs layer
94c06f8af301: Waiting
5a49c15e7d8e: Waiting
d797e03b453c: Waiting
cca82ea0e8c4: Pulling fs layer
702e3b44801c: Waiting
ebd021dc1070: Pulling fs layer
cca82ea0e8c4: Waiting
56583160e673: Pulling fs layer
ebd021dc1070: Waiting
7bdb917d1fd5: Pulling fs layer
56583160e673: Waiting
7bdb917d1fd5: Waiting
16c195d4c5e9: Verifying Checksum
16c195d4c5e9: Download complete
5d5ae59f12bf: Download complete
2a1bdaff57b1: Verifying Checksum
2a1bdaff57b1: Download complete
4f0da68efc03: Verifying Checksum
4f0da68efc03: Download complete
16c195d4c5e9: Pull complete
5d5ae59f12bf: Pull complete
2a1bdaff57b1: Pull complete
4f0da68efc03: Pull complete
ddae77db6783: Verifying Checksum
ddae77db6783: Download complete
ddae77db6783: Pull complete
fdb5e27abf0f: Verifying Checksum
fdb5e27abf0f: Download complete
93a3171e4fee: Verifying Checksum
93a3171e4fee: Download complete
dbf7af4bbc5e: Verifying Checksum
dbf7af4bbc5e: Download complete
5f7df1a633be: Verifying Checksum
5f7df1a633be: Download complete
91c5054ad467: Verifying Checksum
91c5054ad467: Download complete
f85e33539fc1: Verifying Checksum
f85e33539fc1: Download complete
60715424f1f3: Verifying Checksum
60715424f1f3: Download complete
ad721eb63d8e: Verifying Checksum
ad721eb63d8e: Download complete
3d928beeeddb: Verifying Checksum
3d928beeeddb: Download complete
6423a1c6a219: Download complete
5b5461462268: Verifying Checksum
5b5461462268: Download complete
d0115271718d: Verifying Checksum
d0115271718d: Download complete
9fd788776761: Verifying Checksum
9fd788776761: Download complete
fdb5e27abf0f: Pull complete
93a3171e4fee: Pull complete
3710803c65d7: Verifying Checksum
3710803c65d7: Download complete
dbf7af4bbc5e: Pull complete
ee0541408fb9: Verifying Checksum
ee0541408fb9: Download complete
5f7df1a633be: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a2f980d0b98b: Download complete
ce2c52193d43: Verifying Checksum
ce2c52193d43: Download complete
91c5054ad467: Pull complete
410070a2f222: Verifying Checksum
410070a2f222: Download complete
d3816a848673: Download complete
7c855ca71d74: Download complete
23228c2200ea: Verifying Checksum
23228c2200ea: Download complete
f85e33539fc1: Pull complete
1528501eaf16: Download complete
54f128346b20: Verifying Checksum
54f128346b20: Download complete
76cf7939a21f: Verifying Checksum
76cf7939a21f: Download complete
ebfcf91f683f: Verifying Checksum
ebfcf91f683f: Download complete
60715424f1f3: Pull complete
aba3e293a4a1: Verifying Checksum
aba3e293a4a1: Download complete
5f6c0c42c902: Verifying Checksum
5f6c0c42c902: Download complete
266bc6609d9e: Verifying Checksum
266bc6609d9e: Download complete
3d928beeeddb: Pull complete
ad721eb63d8e: Pull complete
6423a1c6a219: Pull complete
5b5461462268: Pull complete
d0115271718d: Pull complete
a18977585f54: Verifying Checksum
a18977585f54: Download complete
6ae9eed47872: Verifying Checksum
6ae9eed47872: Download complete
94c06f8af301: Verifying Checksum
94c06f8af301: Download complete
d797e03b453c: Verifying Checksum
d797e03b453c: Download complete
5a49c15e7d8e: Verifying Checksum
5a49c15e7d8e: Download complete
9e0211421511: Verifying Checksum
9e0211421511: Download complete
702e3b44801c: Verifying Checksum
702e3b44801c: Download complete
ebd021dc1070: Verifying Checksum
ebd021dc1070: Download complete
56583160e673: Verifying Checksum
56583160e673: Download complete
7bdb917d1fd5: Download complete
9fd788776761: Pull complete
ee0541408fb9: Pull complete
3710803c65d7: Pull complete
ce2c52193d43: Pull complete
4f4fb700ef54: Pull complete
a2f980d0b98b: Pull complete
410070a2f222: Pull complete
d3816a848673: Pull complete
7c855ca71d74: Pull complete
1528501eaf16: Pull complete
23228c2200ea: Pull complete
54f128346b20: Pull complete
76cf7939a21f: Pull complete
ebfcf91f683f: Pull complete
aba3e293a4a1: Pull complete
5f6c0c42c902: Pull complete
266bc6609d9e: Pull complete
cca82ea0e8c4: Verifying Checksum
cca82ea0e8c4: Download complete
2e40d7abab54: Verifying Checksum
2e40d7abab54: Download complete
9e0211421511: Pull complete
a18977585f54: Pull complete
2e40d7abab54: Pull complete
6ae9eed47872: Pull complete
94c06f8af301: Pull complete
d797e03b453c: Pull complete
5a49c15e7d8e: Pull complete
702e3b44801c: Pull complete
cca82ea0e8c4: Pull complete
ebd021dc1070: Pull complete
56583160e673: Pull complete
7bdb917d1fd5: Pull complete
Digest: sha256:6f06dbe9ef1fa10233cb84478993a55a44bd9ab45ff2defc852d52b224c48aaa
Status: Downloaded newer image for ocaml/opam@sha256:6f06dbe9ef1fa10233cb84478993a55a44bd9ab45ff2defc852d52b224c48aaa
2026-05-25 20:20.35 ---> saved as "155079f3fc7c619d65f5843c8ecfd87c089c4780c0fda71f712c3721f8fbacbe"

/: (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:20.35 ---> saved as "5a7750e1e7d1cea8b83fc3ef4ffcfe024ec497571944859eda3e50f54eaf97cb"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-25 20:20.46 ---> saved as "1fe6521579b8af721cee4189ae638caa295281ca9dc51eb7238dfbc60bd77ab2"

/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=ubuntu os-version=25.10
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-05-25 20:20.47 ---> saved as "349ce8ac3d32edb59090f636e822b7c6b88c477a1435b141a2d5a07697187bcf"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-25 20:20.57 ---> saved as "b4bc9f18fcc1c213c8b55e2ef272ac5a5d865e1e6b3473281f5a2fb58611666f"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:2 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [397 kB]
- Get:3 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [323 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [408 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [542 kB]
- Fetched 2074 kB in 1s (1669 kB/s)
- Reading package lists...
- 
2026-05-25 20:21.17 ---> saved as "767fdb291d3b108c0f4d2e74347f0d4ad578bc1dd91431345cfc61f2e0d8f0e7"

/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:21.18 ---> saved as "6fade999bd615e2a3dbd971f67f425eeccf584615a2697920088b8e3fa29940e"

/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 \"\\\"ubuntu-25.10\\\"\"; 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 libpkgconf3: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 ... 18742 files and directories currently installed.)
- Preparing to unpack .../0-libpkgconf3_1.8.1-4build1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../1-libssl-dev_3.5.3-1ubuntu3.3_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.3-1ubuntu3.3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../2-pkgconf-bin_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4build1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../3-pkgconf_1.8.1-4build1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../4-pkg-config_1.8.1-4build1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4build1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../5-libffi-dev_3.5.2-1build1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.5.2-1build1) ...
- Setting up libffi-dev:amd64 (3.5.2-1build1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...
- Setting up libssl-dev:amd64 (3.5.3-1ubuntu3.3) ...
- Setting up pkgconf-bin (1.8.1-4build1) ...
- Setting up pkgconf:amd64 (1.8.1-4build1) ...
- Setting up pkg-config:amd64 (1.8.1-4build1) ...
- Processing triggers for libc-bin (2.42-0ubuntu3.1) ...

<><> 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 csexp.1.5.2
-> installed cstruct.6.2.0
-> installed jane-street-headers.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed ppx_derivers.1.2.1
-> 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 variantslib.v0.17.0
-> installed fieldslib.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 ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> 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_typerep_conv.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_fixed_literal.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 ppx_log.v0.17.0
-> installed base_quickcheck.v0.17.1
-> 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:23.41 ---> saved as "9159d742f5a7767df0c136303cd27796047ed553ccc386e1f3d6f91413f2e9e8"
Job succeeded
2026-05-25 20:23.48: Job succeeded