(for PR #29937)

2026-05-24 22:43.57: New job: build caqti-tls-async.2.3.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29937/head (699c568442d9080169b06a0acf74464211d7c52c)
                              on ubuntu-24.04-ocaml-5.4/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29937/head" && git reset --hard 699c5684
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9c17239897ac5d43b6c4fe123fee38324055b9b8e728853efc9934e47c78121c
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 caqti-tls-async.2.3.1 2.3.1
RUN opam reinstall caqti-tls-async.2.3.1; \
    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-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'caqti-tls-async.2.3.1' && 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-24 22:43.57: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9c17239897ac5d43b6c4fe123fee38324055b9b8e728853efc9934e47c78121c-caqti-tls-async.2.3.1-699c568442d9080169b06a0acf74464211d7c52c"
2026-05-24 22:43.57: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9c17239897ac5d43b6c4fe123fee38324055b9b8e728853efc9934e47c78121c)
 (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 caqti-tls-async.2.3.1 2.3.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall caqti-tls-async.2.3.1;\
             \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-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'caqti-tls-async.2.3.1' && 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-24 22:43.57: Waiting for resource in pool OCluster
2026-05-24 22:44.01: Waiting for worker…
2026-05-26 02:37.48: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files:  14% (2639/17975)
Updating files:  15% (2697/17975)
Updating files:  16% (2876/17975)
Updating files:  17% (3056/17975)
Updating files:  18% (3236/17975)
Updating files:  19% (3416/17975)
Updating files:  20% (3595/17975)
Updating files:  21% (3775/17975)
Updating files:  22% (3955/17975)
Updating files:  23% (4135/17975)
Updating files:  24% (4314/17975)
Updating files:  25% (4494/17975)
Updating files:  26% (4674/17975)
Updating files:  27% (4854/17975)
Updating files:  28% (5033/17975)
Updating files:  28% (5190/17975)
Updating files:  29% (5213/17975)
Updating files:  30% (5393/17975)
Updating files:  31% (5573/17975)
Updating files:  32% (5752/17975)
Updating files:  33% (5932/17975)
Updating files:  34% (6112/17975)
Updating files:  35% (6292/17975)
Updating files:  36% (6471/17975)
Updating files:  37% (6651/17975)
Updating files:  38% (6831/17975)
Updating files:  39% (7011/17975)
Updating files:  40% (7190/17975)
Updating files:  41% (7370/17975)
Updating files:  41% (7501/17975)
Updating files:  42% (7550/17975)
Updating files:  43% (7730/17975)
Updating files:  44% (7909/17975)
Updating files:  45% (8089/17975)
Updating files:  46% (8269/17975)
Updating files:  47% (8449/17975)
Updating files:  48% (8628/17975)
Updating files:  49% (8808/17975)
Updating files:  50% (8988/17975)
Updating files:  51% (9168/17975)
Updating files:  52% (9347/17975)
Updating files:  53% (9527/17975)
Updating files:  54% (9707/17975)
Updating files:  54% (9764/17975)
Updating files:  55% (9887/17975)
Updating files:  56% (10066/17975)
Updating files:  57% (10246/17975)
Updating files:  58% (10426/17975)
Updating files:  59% (10606/17975)
Updating files:  60% (10785/17975)
Updating files:  61% (10965/17975)
Updating files:  62% (11145/17975)
Updating files:  63% (11325/17975)
Updating files:  64% (11504/17975)
Updating files:  65% (11684/17975)
Updating files:  66% (11864/17975)
Updating files:  67% (12044/17975)
Updating files:  67% (12085/17975)
Updating files:  68% (12223/17975)
Updating files:  69% (12403/17975)
Updating files:  70% (12583/17975)
Updating files:  71% (12763/17975)
Updating files:  72% (12942/17975)
Updating files:  73% (13122/17975)
Updating files:  74% (13302/17975)
Updating files:  75% (13482/17975)
Updating files:  76% (13661/17975)
Updating files:  77% (13841/17975)
Updating files:  78% (14021/17975)
Updating files:  79% (14201/17975)
Updating files:  80% (14380/17975)
Updating files:  80% (14390/17975)
Updating files:  81% (14560/17975)
Updating files:  82% (14740/17975)
Updating files:  83% (14920/17975)
Updating files:  84% (15099/17975)
Updating files:  85% (15279/17975)
Updating files:  86% (15459/17975)
Updating files:  87% (15639/17975)
Updating files:  88% (15818/17975)
Updating files:  89% (15998/17975)
Updating files:  90% (16178/17975)
Updating files:  91% (16358/17975)
Updating files:  92% (16537/17975)
Updating files:  93% (16717/17975)
Updating files:  93% (16749/17975)
Updating files:  94% (16897/17975)
Updating files:  95% (17077/17975)
Updating files:  96% (17256/17975)
Updating files:  97% (17436/17975)
Updating files:  98% (17616/17975)
Updating files:  99% (17796/17975)
Updating files: 100% (17975/17975)
Updating files: 100% (17975/17975), done.
HEAD is now at 856df28042 Merge pull request #29946 from hannesm/release-mirage-net-solo5-v0.8.1
Merge made by the 'ort' strategy.
 packages/caqti-async/caqti-async.2.3.1/opam        | 41 +++++++++++++
 .../caqti-driver-mariadb.2.3.1/opam                | 34 +++++++++++
 .../caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam   | 33 +++++++++++
 .../caqti-driver-postgresql.2.3.1/opam             | 38 ++++++++++++
 .../caqti-driver-sqlite3.2.3.1/opam                | 33 +++++++++++
 packages/caqti-dynload/caqti-dynload.2.3.1/opam    | 41 +++++++++++++
 packages/caqti-eio/caqti-eio.2.3.1/opam            | 37 ++++++++++++
 packages/caqti-lwt/caqti-lwt.2.3.1/opam            | 39 ++++++++++++
 packages/caqti-mirage/caqti-mirage.2.3.1/opam      | 43 ++++++++++++++
 .../caqti-tls-async/caqti-tls-async.2.3.1/opam     | 36 +++++++++++
 packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam    | 34 +++++++++++
 packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam    | 35 +++++++++++
 packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam  | 34 +++++++++++
 packages/caqti-tls/caqti-tls.2.3.1/opam            | 40 +++++++++++++
 .../caqti-type-calendar.2.3.1/opam                 | 31 ++++++++++
 packages/caqti/caqti.2.3.1/opam                    | 69 ++++++++++++++++++++++
 16 files changed, 618 insertions(+)
 create mode 100644 packages/caqti-async/caqti-async.2.3.1/opam
 create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.3.1/opam
 create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam
 create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.3.1/opam
 create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.3.1/opam
 create mode 100644 packages/caqti-dynload/caqti-dynload.2.3.1/opam
 create mode 100644 packages/caqti-eio/caqti-eio.2.3.1/opam
 create mode 100644 packages/caqti-lwt/caqti-lwt.2.3.1/opam
 create mode 100644 packages/caqti-mirage/caqti-mirage.2.3.1/opam
 create mode 100644 packages/caqti-tls-async/caqti-tls-async.2.3.1/opam
 create mode 100644 packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam
 create mode 100644 packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam
 create mode 100644 packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam
 create mode 100644 packages/caqti-tls/caqti-tls.2.3.1/opam
 create mode 100644 packages/caqti-type-calendar/caqti-type-calendar.2.3.1/opam
 create mode 100644 packages/caqti/caqti.2.3.1/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9c17239897ac5d43b6c4fe123fee38324055b9b8e728853efc9934e47c78121c)
2026-05-26 02:38.01 ---> using "a1656590e14c2bbb99fe4e1542a3da93ebad2c61b82ad4f5c6c4160a00d2bddc" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-26 02:38.01 ---> using "4806f51d6f3bc2de9a852ee769a60dd035fc363f7fc4d1b69a79ef932ac93a70" from cache

/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-26 02:38.01 ---> using "439dd86dec9fb362937d89ecd37491a6b41d2c1253aee3730a3983fad21710a6" from cache

/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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# 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-26 02:38.01 ---> using "ecccf7bb651d479573ac3620ad3e4cc37024872068ff91cb1ae564765b117df5" from cache

/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-26 02:38.01 ---> using "5f4873b758d7510d073dee429b7f7d65809f0ec20e5be63a2abc8d4d24c6041f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-26 02:38.06 ---> using "45d31579c8ab1da24529c689b7d9878cfd91250bbe827440dda602fc4863386a" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-26 02:38.06 ---> using "5f8f0e05b07755858ea24fa672a22791b17ba9b7c76e629d30444d8823da4abf" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [970 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [12.5 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1605 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.7 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [656 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [9971 B]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1129 kB]
- Fetched 4791 kB in 2s (2149 kB/s)
- Reading package lists...
- 
2026-05-26 02:38.06 ---> using "986d45e84913b2efe9b11bf7bc4276e2810bef544810db64ab4296612d48492b" from cache

/home/opam: (run (shell "opam pin add -k version -yn caqti-tls-async.2.3.1 2.3.1"))
caqti-tls-async is now pinned to version 2.3.1
2026-05-26 02:38.09 ---> saved as "42784c616037495798a67866edb1eec213f1bc1636cc535ef36804fa2c4ffb92"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall caqti-tls-async.2.3.1;\
                        \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-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'caqti-tls-async.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
caqti-tls-async.2.3.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 132 packages
  - install angstrom                    0.16.1         [required by caqti]
  - install asn1-combinators            0.3.2          [required by x509]
  - install async                       v0.17.0        [required by tls-async]
  - install async_kernel                v0.17.0        [required by caqti-tls-async]
  - install async_log                   v0.17.0        [required by async]
  - install async_rpc_kernel            v0.17.0        [required by async]
  - install async_unix                  v0.17.0        [required by caqti-tls-async]
  - install base                        v0.17.3        [required by core, core_kernel]
  - install base64                      3.5.2          [required by x509]
  - install base_bigstring              v0.17.0        [required by core]
  - install base_quickcheck             v0.17.1        [required by core]
  - install bigstringaf                 0.10.0         [required by caqti]
  - install bin_prot                    v0.17.0-1      [required by core]
  - install capitalization              v0.17.0        [required by ppx_string_conv]
  - install caqti                       2.3.1          [required by caqti-tls-async]
  - install caqti-async                 2.3.1          [required by caqti-tls-async]
  - install caqti-tls                   2.3.1          [required by caqti-tls-async]
  - install caqti-tls-async             2.3.1 (pinned)
  - install conf-gmp                    5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec           4              [required by mirage-crypto-pk]
  - install conf-pkg-config             4              [required by zarith]
  - install core                        v0.17.2        [required by caqti-async, async_kernel, async_unix, tls-async]
  - install core_kernel                 v0.17.0        [required by async_kernel, async_unix]
  - install core_unix                   v0.17.1        [required by caqti-async, async_unix, tls-async]
  - install csexp                       1.5.2          [required by dune-private-libs]
  - install cstruct                     6.2.0          [required by async_unix]
  - install cstruct-async               6.2.0          [required by tls-async]
  - install digestif                    1.3.0          [required by tls]
  - install domain-name                 0.5.0          [required by caqti, caqti-async]
  - install dune                        3.23.1         [required by caqti-tls-async]
  - install dune-configurator           3.23.1         [required by bigstringaf, base, mirage-crypto-ec]
  - install dune-private-libs           3.23.1         [required by dune-site]
  - install dune-site                   3.23.1         [required by caqti]
  - install duration                    0.3.1          [required by mirage-crypto-rng]
  - install dyn                         3.23.1         [required by dune-private-libs]
  - install eqaf                        0.10           [required by mirage-crypto-ec, mirage-crypto-pk]
  - 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 x509, cstruct, logs, tls]
  - install fs-io                       3.23.1         [required by stdune]
  - install gel                         v0.17.0        [required by ppx_diff, async_rpc_kernel]
  - install gmap                        0.3.0          [required by x509]
  - install int_repr                    v0.17.0        [required by core_kernel]
  - install ipaddr                      5.6.2          [required by caqti, caqti-async]
  - install jane-street-headers         v0.17.0        [required by core, core_unix]
  - install jst-config                  v0.17.0        [required by core, core_unix]
  - install kdf                         1.0.0          [required by x509, tls]
  - install logs                        0.10.0         [required by caqti, caqti-async]
  - install lru                         0.3.1          [required by caqti]
  - install lwt-dllist                  1.1.0          [required by caqti]
  - install macaddr                     5.6.2          [required by ipaddr]
  - install mirage-crypto               2.1.0          [required by x509, tls]
  - install mirage-crypto-ec            2.1.0          [required by x509, tls]
  - install mirage-crypto-pk            2.1.0          [required by x509, tls]
  - install mirage-crypto-rng           2.1.0          [required by tls-async]
  - install mtime                       2.1.0          [required by caqti]
  - install num                         1.6            [required by sexplib]
  - install ocaml-compiler-libs         v0.17.0        [required by ppxlib]
  - install ocaml-syntax-shims          1.0.0          [required by angstrom]
  - install ocaml_intrinsics_kernel     v0.17.2        [required by base]
  - install ocamlbuild                  0.16.1         [required by mtime, logs, ptime]
  - install ocamlfind                   1.9.8          [required by mtime, logs, ptime]
  - install ohex                        0.2.0          [required by x509, tls]
  - install ordering                    3.23.1         [required by dyn, stdune]
  - install parsexp                     v0.17.0        [required by sexplib]
  - install pp                          2.0.0          [required by dune-private-libs]
  - 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 caqti-tls-async]
  - 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_unix]
  - 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 psq                         0.2.1          [required by lru]
  - install ptime                       1.2.0          [required by caqti, tls-async]
  - install re                          1.14.0         [required by expect_test_helpers_core]
  - install seq                         base           [required by psq]
  - install sexp_pretty                 v0.17.0        [required by expect_test_helpers_core]
  - install sexplib                     v0.17.0        [required by core, core_unix]
  - 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 core]
  - install stdlib-shims                0.3.0          [required by ppxlib]
  - install stdune                      3.23.1         [required by dune-private-libs]
  - install stringext                   1.6.0          [required by uri]
  - install textutils                   v0.17.0        [required by async]
  - install time_now                    v0.17.0        [required by core]
  - install timezone                    v0.17.0        [required by core_unix]
  - install tls                         2.1.0          [required by caqti-tls-async]
  - install tls-async                   2.1.0          [required by caqti-tls-async]
  - install top-closure                 3.23.1         [required by stdune]
  - install topkg                       1.1.1          [required by mtime, logs, ptime]
  - install typerep                     v0.17.1        [required by core]
  - install uopt                        v0.17.0        [required by core_kernel, core_unix]
  - install uri                         4.4.0          [required by caqti]
  - install uutf                        1.0.4          [required by textutils]
  - install variantslib                 v0.17.0        [required by core]
  - install x509                        1.0.6          [required by caqti]
  - install zarith                      1.14           [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    libgmp-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" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:riscv64.
- (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 ... 16270 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libgmp-dev:riscv64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-2build1_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../4-pkgconf_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../5-pkg-config_1.8.1-2build1_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-2build1) ...
- Setting up libpkgconf3:riscv64 (1.8.1-2build1) ...
- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf:riscv64 (1.8.1-2build1) ...
- Setting up pkg-config:riscv64 (1.8.1-2build1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> 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_unix.v0.17.0  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved base_bigstring.v0.17.0  (cached)
-> retrieved base_quickcheck.v0.17.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bin_prot.v0.17.0-1  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved caqti.2.3.1, caqti-async.2.3.1, caqti-tls.2.3.1, caqti-tls-async.2.3.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved core.v0.17.2  (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved core_kernel.v0.17.0  (cached)
-> retrieved core_unix.v0.17.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-async.6.2.0  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1, dune-private-libs.3.23.1, dune-site.3.23.1, dyn.3.23.1, fs-io.3.23.1, ordering.3.23.1, stdune.3.23.1, top-closure.3.23.1  (cached)
-> retrieved duration.0.3.1  (cached)
-> retrieved eqaf.0.10  (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 gmap.0.3.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved pp.2.0.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 psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved seq.base  (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 stringext.1.6.0  (cached)
-> retrieved textutils.v0.17.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved timezone.v0.17.0  (cached)
-> retrieved tls.2.1.0, tls-async.2.1.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uopt.v0.17.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed logs.0.10.0
-> installed ptime.1.2.0
-> installed uutf.1.0.4
-> installed dune.3.23.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed domain-name.0.5.0
-> installed asn1-combinators.0.3.2
-> installed cstruct.6.2.0
-> installed duration.0.3.1
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed dune-configurator.3.23.1
-> installed jane-street-headers.v0.17.0
-> installed fs-io.3.23.1
-> installed lwt-dllist.1.1.0
-> installed bigstringaf.0.10.0
-> installed macaddr.5.6.2
-> installed digestif.1.3.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ipaddr.5.6.2
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed mirage-crypto.2.1.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed kdf.1.0.0
-> installed angstrom.0.16.1
-> installed ordering.3.23.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed mirage-crypto-rng.2.1.0
-> installed psq.0.2.1
-> installed dyn.3.23.1
-> installed lru.0.3.1
-> installed re.1.14.0
-> installed mirage-crypto-pk.2.1.0
-> installed spawn.v0.17.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed parsexp.v0.17.0
-> installed mirage-crypto-ec.2.1.0
-> installed sexplib.v0.17.0
-> installed top-closure.3.23.1
-> installed uri.4.4.0
-> installed base.v0.17.3
-> installed x509.1.0.6
-> installed fieldslib.v0.17.0
-> installed stdio.v0.17.0
-> installed tls.2.1.0
-> installed typerep.v0.17.1
-> installed variantslib.v0.17.0
-> installed stdune.3.23.1
-> installed dune-private-libs.3.23.1
-> installed dune-site.3.23.1
-> installed caqti.2.3.1
-> installed caqti-tls.2.3.1
-> installed ppxlib.0.38.0
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_optcomp.v0.17.1
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_let.v0.17.1
-> installed ppx_stable.v0.17.1
-> installed ppx_pipebang.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_tydi.v0.17.1
-> installed ppx_typerep_conv.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed jst-config.v0.17.0
-> installed capitalization.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed ppx_sexp_value.v0.17.0
-> installed sexp_pretty.v0.17.0
-> 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_inline_test.v0.17.1
-> installed ppx_module_timer.v0.17.0
-> 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 expect_test_helpers_core.v0.17.0
-> installed timezone.v0.17.0
-> installed core_kernel.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed async_rpc_kernel.v0.17.0
-> installed textutils.v0.17.0
-> installed async_unix.v0.17.0
-> installed caqti-async.2.3.1
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed cstruct-async.6.2.0
[ERROR] The compilation of tls-async.2.1.0 failed at "dune build -p tls-async -j 3".

#=== ERROR while compiling tls-async.2.1.0 ====================================#
# context              2.5.1 | linux/riscv64 | ocaml-base-compiler.5.4.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.4/.opam-switch/build/tls-async.2.1.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p tls-async -j 3
# exit-code            1
# env-file             ~/.opam/log/tls-async-8-4d9e5f.env
# output-file          ~/.opam/log/tls-async-8-4d9e5f.out
### output ###
# File "async/examples/dune", line 2, characters 11-22:
# 2 |   (name    test_client)
#                ^^^^^^^^^^^
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -o async/examples/test_client.exe /home/opam/.opam/5.4/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /home/opam/.opam/5.4/lib/base/base_internalhash_types /home/opam/.opam/5.4/lib/sexplib0/sexplib0.cmxa /home/opam/.opam/5.4/lib/base/shadow_stdlib/shadow_stdlib.cmxa /home/opam/.opam/5.4/lib/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.cmxa -I /home/opam/.opam/5.4/lib/ocaml_intrinsics_kernel /home/opam/.opam/5.4/lib/base/base.cmxa -I /home/opam/.opam/5.4/lib/base /home/opam/.opam/5.4/lib/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa /home/opam/.opam/5.4/lib/ppx_compare/runtime-lib/ppx_compare_lib.cmxa /home/opam/.opam/5.4/lib/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxa /home/opam/.opam/5.4/lib/ppx_hash/runtime-lib/ppx_hash_lib.cmxa /home/opam/.opam/5.4/lib/ppx_here/runtime-lib/ppx_here_lib.cmxa /home/opam/.opam/5.4/lib/ppx_assert/runtime-lib/ppx_assert_lib.cmxa /home/opam/.opam/5.4/lib/ppx_bench/runtime-lib/ppx_bench_lib.cmxa /home/opam/.opam/5.4/lib/base/md5/md5_lib.cmxa /home/opam/.opam/5.4/lib/variantslib/variantslib.cmxa /home/opam/.opam/5.4/lib/fieldslib/fieldslib.cmxa /home/opam/.opam/5.4/lib/bin_prot/shape/bin_shape.cmxa /home/opam/.opam/5.4/lib/ppx_stable_witness/stable_witness/stable_witness.cmxa /home/opam/.opam/5.4/lib/bin_prot/bin_prot.cmxa -I /home/opam/.opam/5.4/lib/bin_prot /home/opam/.opam/5.4/lib/ppx_inline_test/config/inline_test_config.cmxa /home/opam/.opam/5.4/lib/jane-street-headers/jane_street_headers.cmxa /home/opam/.opam/5.4/lib/time_now/time_now.cmxa -I /home/opam/.opam/5.4/lib/time_now /home/opam/.opam/5.4/lib/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxa /home/opam/.opam/5.4/lib/stdio/stdio.cmxa /home/opam/.opam/5.4/lib/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxa /home/opam/.opam/5.4/lib/ppx_stable_witness/runtime/ppx_stable_witness_runtime.cmxa /home/opam/.opam/5.4/lib/ppx_string/runtime/ppx_string_runtime.cmxa /home/opam/.opam/5.4/lib/typerep/typerep_lib.cmxa /home/opam/.opam/5.4/lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /home/opam/.opam/5.4/lib/ppx_expect/make_corrected_file/make_corrected_file.cmxa /home/opam/.opam/5.4/lib/ppx_expect/config_types/expect_test_config_types.cmxa /home/opam/.opam/5.4/lib/ppx_expect/config/expect_test_config.cmxa /home/opam/.opam/5.4/lib/ppx_expect/runtime/ppx_expect_runtime.cmxa -I /home/opam/.opam/5.4/lib/ppx_expect/runtime /home/opam/.opam/5.4/lib/parsexp/parsexp.cmxa /home/opam/.opam/5.4/lib/sexplib/sexplib.cmxa /home/opam/.opam/5.4/lib/ppx_log/types/ppx_log_types.cmxa /home/opam/.opam/5.4/lib/ppx_log/syntax/ppx_log_syntax.cmxa /home/opam/.opam/5.4/lib/splittable_random/splittable_random.cmxa /home/opam/.opam/5.4/lib/base_quickcheck/base_quickcheck.cmxa /home/opam/.opam/5.4/lib/base_quickcheck/ppx_quickcheck/runtime/ppx_quickcheck_runtime.cmxa /home/opam/.opam/5.4/lib/int_repr/int_repr.cmxa /home/opam/.opam/5.4/lib/base_bigstring/base_bigstring.cmxa -I /home/opam/.opam/5.4/lib/base_bigstring /home/opam/.opam/5.4/lib/core/base_for_tests/base_for_tests.cmxa /home/opam/.opam/5.4/lib/core/filename_base/filename_base.cmxa /home/opam/.opam/5.4/lib/core/univ_map/univ_map.cmxa /home/opam/.opam/5.4/lib/core/command/command.cmxa /home/opam/.opam/5.4/lib/core/heap_block/heap_block.cmxa -I /home/opam/.opam/5.4/lib/core/heap_block /home/opam/.opam/5.4/lib/gel/gel.cmxa /home/opam/.opam/5.4/lib/ppx_diff/diffable_cinaps/diffable_cinaps.cmxa /home/opam/.opam/5.4/lib/ppx_diff/diffable/diffable.cmxa /home/opam/.opam/5.4/lib/core/validate/validate.cmxa /home/opam/.opam/5.4/lib/core/core.cmxa -I /home/opam/.opam/5.4/lib/core /home/opam/.opam/5.4/lib/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmxa /home/opam/.opam/5.4/lib/core_kernel/tuple_pool/tuple_pool.cmxa /home/opam/.opam/5.4/lib/core_kernel/timing_wheel/timing_wheel.cmxa /home/opam/.opam/5.4/lib/async_kernel/config/async_kernel_config.cmxa /home/opam/.opam/5.4/lib/core_kernel/moption/moption.cmxa /home/opam/.opam/5.4/lib/core_kernel/pairing_heap/pairing_heap.cmxa /home/opam/.opam/5.4/lib/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmxa /home/opam/.opam/5.4/lib/uopt/uopt.cmxa /home/opam/.opam/5.4/lib/core_kernel/thread_safe_queue/thread_safe_queue.cmxa /home/opam/.opam/5.4/lib/async_kernel/async_kernel.cmxa /home/opam/.opam/5.4/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.4/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.4/lib/core_kernel/caml_threads/caml_threads.cmxa /home/opam/.opam/5.4/lib/core_unix/error_checking_mutex/error_checking_mutex.cmxa -I /home/opam/.opam/5.4/lib/core_unix/error_checking_mutex /home/opam/.opam/5.4/lib/core_kernel/flags/flags.cmxa /home/opam/.opam/5.4/lib/sexplib/unix/sexplib_unix.cmxa /home/opam/.opam/5.4/lib/core_kernel/caml_unix/caml_unix.cmxa /home/opam/.opam/5.4/lib/core_unix/signal_unix/signal_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/signal_unix /home/opam/.opam/5.4/lib/spawn/spawn.cmxa -I /home/opam/.opam/5.4/lib/spawn /home/opam/.opam/5.4/lib/core_unix/core_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix /home/opam/.opam/5.4/lib/core_unix/ocaml_c_utils/ocaml_c_utils.cmxa -I /home/opam/.opam/5.4/lib/core_unix/ocaml_c_utils /home/opam/.opam/5.4/lib/core_unix/bigstring_unix/bigstring_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/bigstring_unix /home/opam/.opam/5.4/lib/core_kernel/bounded_int_table/bounded_int_table.cmxa /home/opam/.opam/5.4/lib/cstruct/cstruct.cmxa -I /home/opam/.opam/5.4/lib/cstruct /home/opam/.opam/5.4/lib/async_kernel/eager_deferred/eager_deferred.cmxa /home/opam/.opam/5.4/lib/core_unix/sys_unix/sys_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/sys_unix /home/opam/.opam/5.4/lib/core_unix/filename_unix/filename_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/filename_unix /home/opam/.opam/5.4/lib/core_kernel/iobuf/iobuf.cmxa /home/opam/.opam/5.4/lib/core_unix/iobuf_unix/iobuf_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/iobuf_unix /home/opam/.opam/5.4/lib/core_unix/core_thread/core_thread.cmxa -I /home/opam/.opam/5.4/lib/core_unix/core_thread /home/opam/.opam/5.4/lib/core_unix/nano_mutex/nano_mutex.cmxa /home/opam/.opam/5.4/lib/async_kernel/read_write_pair/read_write_pair.cmxa /home/opam/.opam/5.4/lib/core_unix/squeue/squeue.cmxa /home/opam/.opam/5.4/lib/timezone/timezone.cmxa /home/opam/.opam/5.4/lib/core_unix/time_float_unix/time_float_unix.cmxa /home/opam/.opam/5.4/lib/core_unix/time_ns_unix/time_ns_unix.cmxa /home/opam/.opam/5.4/lib/core_unix/linux_ext/linux_ext.cmxa -I /home/opam/.opam/5.4/lib/core_unix/linux_ext /home/opam/.opam/5.4/lib/async_unix/thread_safe_ivar/thread_safe_ivar.cmxa /home/opam/.opam/5.4/lib/async_unix/thread_pool/thread_pool.cmxa /home/opam/.opam/5.4/lib/core_unix/time_stamp_counter/time_stamp_counter.cmxa -I /home/opam/.opam/5.4/lib/core_unix/time_stamp_counter /home/opam/.opam/5.4/lib/async_unix/async_unix.cmxa -I /home/opam/.opam/5.4/lib/async_unix /home/opam/.opam/5.4/lib/core_kernel/version_util/version_util.cmxa -I /home/opam/.opam/5.4/lib/core_kernel/version_util /home/opam/.opam/5.4/lib/core_unix/command_unix/command_unix.cmxa /home/opam/.opam/5.4/lib/async/async_command/async_command.cmxa /home/opam/.opam/5.4/lib/core_kernel/univ/univ.cmxa /home/opam/.opam/5.4/lib/core_kernel/uuid/uuid.cmxa /home/opam/.opam/5.4/lib/async_log/kernel/async_log_kernel.cmxa /home/opam/.opam/5.4/lib/async_log/async_log.cmxa /home/opam/.opam/5.4/lib/async/async_quickcheck/async_quickcheck.cmxa /home/opam/.opam/5.4/lib/core_kernel/bus/bus.cmxa /home/opam/.opam/5.4/lib/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmxa /home/opam/.opam/5.4/lib/protocol_version_header/protocol_version_header.cmxa /home/opam/.opam/5.4/lib/core_kernel/reversed_list/reversed_list.cmxa /home/opam/.opam/5.4/lib/async_rpc_kernel/async_rpc_kernel.cmxa /home/opam/.opam/5.4/lib/async/async_rpc/async_rpc.cmxa -I /home/opam/.opam/5.4/lib/async/async_rpc /home/opam/.opam/5.4/lib/async/async.cmxa /home/opam/.opam/5.4/lib/cstruct-async/async_cstruct.cmxa /home/opam/.opam/5.4/lib/eqaf/eqaf.cmxa /home/opam/.opam/5.4/lib/mirage-crypto/mirage_crypto.cmxa -I /home/opam/.opam/5.4/lib/mirage-crypto /home/opam/.opam/5.4/lib/digestif/c/digestif_c.cmxa -I /home/opam/.opam/5.4/lib/digestif/c /home/opam/.opam/5.4/lib/logs/logs.cmxa /home/opam/.opam/5.4/lib/mirage-crypto-rng/mirage_crypto_rng.cmxa /home/opam/.opam/5.4/lib/mirage-crypto-rng/unix/mirage_crypto_rng_unix.cmxa -I /home/opam/.opam/5.4/lib/mirage-crypto-rng/unix /home/opam/.opam/5.4/lib/kdf/hkdf/hkdf.cmxa /home/opam/.opam/5.4/lib/ohex/ohex.cmxa /home/opam/.opam/5.4/lib/zarith/zarith.cmxa -I /home/opam/.opam/5.4/lib/zarith /home/opam/.opam/5.4/lib/mirage-crypto-pk/mirage_crypto_pk.cmxa /home/opam/.opam/5.4/lib/ptime/ptime.cmxa /home/opam/.opam/5.4/lib/asn1-combinators/asn1_combinators.cmxa /home/opam/.opam/5.4/lib/fmt/fmt.cmxa /home/opam/.opam/5.4/lib/gmap/gmap.cmxa /home/opam/.opam/5.4/lib/domain-name/domain_name.cmxa /home/opam/.opam/5.4/lib/base64/base64.cmxa /home/opam/.opam/5.4/lib/mirage-crypto-ec/mirage_crypto_ec.cmxa -I /home/opam/.opam/5.4/lib/mirage-crypto-ec /home/opam/.opam/5.4/lib/kdf/pbkdf/pbkdf.cmxa /home/opam/.opam/5.4/lib/macaddr/macaddr.cmxa /home/opam/.opam/5.4/lib/ipaddr/ipaddr.cmxa /home/opam/.opam/5.4/lib/x509/x509.cmxa /home/opam/.opam/5.4/lib/tls/tls.cmxa async/tls_async.cmxa async/examples/.test_client.eobjs/native/dune__exe__Test_client.cmx)
# /usr/bin/ld: /home/opam/.opam/5.4/lib/core_unix/time_stamp_counter/libtime_stamp_counter_stubs.a(time_stamp_counter_stubs.o): in function `caml_rdtsc_unboxed':
# /home/opam/.opam/5.4/.opam-switch/build/core_unix.v0.17.1/_build/default/time_stamp_counter/src/time_stamp_counter_stubs.c:51:(.text+0x4): undefined reference to `rdtsc'
# /usr/bin/ld: /home/opam/.opam/5.4/lib/core_unix/time_stamp_counter/libtime_stamp_counter_stubs.a(time_stamp_counter_stubs.o): in function `caml_rdtsc':
# /home/opam/.opam/5.4/.opam-switch/build/core_unix.v0.17.1/_build/default/time_stamp_counter/src/time_stamp_counter_stubs.c:56:(.text+0x16): undefined reference to `rdtsc'
# collect2: error: ld returned 1 exit status
# File "caml_startup", line 1:
# Error: Error during linking (exit code 1)
# File "async/examples/dune", line 10, characters 11-22:
# 10 |   (name    test_server)
#                 ^^^^^^^^^^^
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -o async/examples/test_server.exe /home/opam/.opam/5.4/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /home/opam/.opam/5.4/lib/base/base_internalhash_types /home/opam/.opam/5.4/lib/sexplib0/sexplib0.cmxa /home/opam/.opam/5.4/lib/base/shadow_stdlib/shadow_stdlib.cmxa /home/opam/.opam/5.4/lib/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.cmxa -I /home/opam/.opam/5.4/lib/ocaml_intrinsics_kernel /home/opam/.opam/5.4/lib/base/base.cmxa -I /home/opam/.opam/5.4/lib/base /home/opam/.opam/5.4/lib/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa /home/opam/.opam/5.4/lib/ppx_compare/runtime-lib/ppx_compare_lib.cmxa /home/opam/.opam/5.4/lib/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxa /home/opam/.opam/5.4/lib/ppx_hash/runtime-lib/ppx_hash_lib.cmxa /home/opam/.opam/5.4/lib/ppx_here/runtime-lib/ppx_here_lib.cmxa /home/opam/.opam/5.4/lib/ppx_assert/runtime-lib/ppx_assert_lib.cmxa /home/opam/.opam/5.4/lib/ppx_bench/runtime-lib/ppx_bench_lib.cmxa /home/opam/.opam/5.4/lib/base/md5/md5_lib.cmxa /home/opam/.opam/5.4/lib/variantslib/variantslib.cmxa /home/opam/.opam/5.4/lib/fieldslib/fieldslib.cmxa /home/opam/.opam/5.4/lib/bin_prot/shape/bin_shape.cmxa /home/opam/.opam/5.4/lib/ppx_stable_witness/stable_witness/stable_witness.cmxa /home/opam/.opam/5.4/lib/bin_prot/bin_prot.cmxa -I /home/opam/.opam/5.4/lib/bin_prot /home/opam/.opam/5.4/lib/ppx_inline_test/config/inline_test_config.cmxa /home/opam/.opam/5.4/lib/jane-street-headers/jane_street_headers.cmxa /home/opam/.opam/5.4/lib/time_now/time_now.cmxa -I /home/opam/.opam/5.4/lib/time_now /home/opam/.opam/5.4/lib/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxa /home/opam/.opam/5.4/lib/stdio/stdio.cmxa /home/opam/.opam/5.4/lib/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxa /home/opam/.opam/5.4/lib/ppx_stable_witness/runtime/ppx_stable_witness_runtime.cmxa /home/opam/.opam/5.4/lib/ppx_string/runtime/ppx_string_runtime.cmxa /home/opam/.opam/5.4/lib/typerep/typerep_lib.cmxa /home/opam/.opam/5.4/lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /home/opam/.opam/5.4/lib/ppx_expect/make_corrected_file/make_corrected_file.cmxa /home/opam/.opam/5.4/lib/ppx_expect/config_types/expect_test_config_types.cmxa /home/opam/.opam/5.4/lib/ppx_expect/config/expect_test_config.cmxa /home/opam/.opam/5.4/lib/ppx_expect/runtime/ppx_expect_runtime.cmxa -I /home/opam/.opam/5.4/lib/ppx_expect/runtime /home/opam/.opam/5.4/lib/parsexp/parsexp.cmxa /home/opam/.opam/5.4/lib/sexplib/sexplib.cmxa /home/opam/.opam/5.4/lib/ppx_log/types/ppx_log_types.cmxa /home/opam/.opam/5.4/lib/ppx_log/syntax/ppx_log_syntax.cmxa /home/opam/.opam/5.4/lib/splittable_random/splittable_random.cmxa /home/opam/.opam/5.4/lib/base_quickcheck/base_quickcheck.cmxa /home/opam/.opam/5.4/lib/base_quickcheck/ppx_quickcheck/runtime/ppx_quickcheck_runtime.cmxa /home/opam/.opam/5.4/lib/int_repr/int_repr.cmxa /home/opam/.opam/5.4/lib/base_bigstring/base_bigstring.cmxa -I /home/opam/.opam/5.4/lib/base_bigstring /home/opam/.opam/5.4/lib/core/base_for_tests/base_for_tests.cmxa /home/opam/.opam/5.4/lib/core/filename_base/filename_base.cmxa /home/opam/.opam/5.4/lib/core/univ_map/univ_map.cmxa /home/opam/.opam/5.4/lib/core/command/command.cmxa /home/opam/.opam/5.4/lib/core/heap_block/heap_block.cmxa -I /home/opam/.opam/5.4/lib/core/heap_block /home/opam/.opam/5.4/lib/gel/gel.cmxa /home/opam/.opam/5.4/lib/ppx_diff/diffable_cinaps/diffable_cinaps.cmxa /home/opam/.opam/5.4/lib/ppx_diff/diffable/diffable.cmxa /home/opam/.opam/5.4/lib/core/validate/validate.cmxa /home/opam/.opam/5.4/lib/core/core.cmxa -I /home/opam/.opam/5.4/lib/core /home/opam/.opam/5.4/lib/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmxa /home/opam/.opam/5.4/lib/core_kernel/tuple_pool/tuple_pool.cmxa /home/opam/.opam/5.4/lib/core_kernel/timing_wheel/timing_wheel.cmxa /home/opam/.opam/5.4/lib/async_kernel/config/async_kernel_config.cmxa /home/opam/.opam/5.4/lib/core_kernel/moption/moption.cmxa /home/opam/.opam/5.4/lib/core_kernel/pairing_heap/pairing_heap.cmxa /home/opam/.opam/5.4/lib/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmxa /home/opam/.opam/5.4/lib/uopt/uopt.cmxa /home/opam/.opam/5.4/lib/core_kernel/thread_safe_queue/thread_safe_queue.cmxa /home/opam/.opam/5.4/lib/async_kernel/async_kernel.cmxa /home/opam/.opam/5.4/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.4/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.4/lib/core_kernel/caml_threads/caml_threads.cmxa /home/opam/.opam/5.4/lib/core_unix/error_checking_mutex/error_checking_mutex.cmxa -I /home/opam/.opam/5.4/lib/core_unix/error_checking_mutex /home/opam/.opam/5.4/lib/core_kernel/flags/flags.cmxa /home/opam/.opam/5.4/lib/sexplib/unix/sexplib_unix.cmxa /home/opam/.opam/5.4/lib/core_kernel/caml_unix/caml_unix.cmxa /home/opam/.opam/5.4/lib/core_unix/signal_unix/signal_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/signal_unix /home/opam/.opam/5.4/lib/spawn/spawn.cmxa -I /home/opam/.opam/5.4/lib/spawn /home/opam/.opam/5.4/lib/core_unix/core_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix /home/opam/.opam/5.4/lib/core_unix/ocaml_c_utils/ocaml_c_utils.cmxa -I /home/opam/.opam/5.4/lib/core_unix/ocaml_c_utils /home/opam/.opam/5.4/lib/core_unix/bigstring_unix/bigstring_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/bigstring_unix /home/opam/.opam/5.4/lib/core_kernel/bounded_int_table/bounded_int_table.cmxa /home/opam/.opam/5.4/lib/cstruct/cstruct.cmxa -I /home/opam/.opam/5.4/lib/cstruct /home/opam/.opam/5.4/lib/async_kernel/eager_deferred/eager_deferred.cmxa /home/opam/.opam/5.4/lib/core_unix/sys_unix/sys_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/sys_unix /home/opam/.opam/5.4/lib/core_unix/filename_unix/filename_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/filename_unix /home/opam/.opam/5.4/lib/core_kernel/iobuf/iobuf.cmxa /home/opam/.opam/5.4/lib/core_unix/iobuf_unix/iobuf_unix.cmxa -I /home/opam/.opam/5.4/lib/core_unix/iobuf_unix /home/opam/.opam/5.4/lib/core_unix/core_thread/core_thread.cmxa -I /home/opam/.opam/5.4/lib/core_unix/core_thread /home/opam/.opam/5.4/lib/core_unix/nano_mutex/nano_mutex.cmxa /home/opam/.opam/5.4/lib/async_kernel/read_write_pair/read_write_pair.cmxa /home/opam/.opam/5.4/lib/core_unix/squeue/squeue.cmxa /home/opam/.opam/5.4/lib/timezone/timezone.cmxa /home/opam/.opam/5.4/lib/core_unix/time_float_unix/time_float_unix.cmxa /home/opam/.opam/5.4/lib/core_unix/time_ns_unix/time_ns_unix.cmxa /home/opam/.opam/5.4/lib/core_unix/linux_ext/linux_ext.cmxa -I /home/opam/.opam/5.4/lib/core_unix/linux_ext /home/opam/.opam/5.4/lib/async_unix/thread_safe_ivar/thread_safe_ivar.cmxa /home/opam/.opam/5.4/lib/async_unix/thread_pool/thread_pool.cmxa /home/opam/.opam/5.4/lib/core_unix/time_stamp_counter/time_stamp_counter.cmxa -I /home/opam/.opam/5.4/lib/core_unix/time_stamp_counter /home/opam/.opam/5.4/lib/async_unix/async_unix.cmxa -I /home/opam/.opam/5.4/lib/async_unix /home/opam/.opam/5.4/lib/core_kernel/version_util/version_util.cmxa -I /home/opam/.opam/5.4/lib/core_kernel/version_util /home/opam/.opam/5.4/lib/core_unix/command_unix/command_unix.cmxa /home/opam/.opam/5.4/lib/async/async_command/async_command.cmxa /home/opam/.opam/5.4/lib/core_kernel/univ/univ.cmxa /home/opam/.opam/5.4/lib/core_kernel/uuid/uuid.cmxa /home/opam/.opam/5.4/lib/async_log/kernel/async_log_kernel.cmxa /home/opam/.opam/5.4/lib/async_log/async_log.cmxa /home/opam/.opam/5.4/lib/async/async_quickcheck/async_quickcheck.cmxa /home/opam/.opam/5.4/lib/core_kernel/bus/bus.cmxa /home/opam/.opam/5.4/lib/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmxa /home/opam/.opam/5.4/lib/protocol_version_header/protocol_version_header.cmxa /home/opam/.opam/5.4/lib/core_kernel/reversed_list/reversed_list.cmxa /home/opam/.opam/5.4/lib/async_rpc_kernel/async_rpc_kernel.cmxa /home/opam/.opam/5.4/lib/async/async_rpc/async_rpc.cmxa -I /home/opam/.opam/5.4/lib/async/async_rpc /home/opam/.opam/5.4/lib/async/async.cmxa /home/opam/.opam/5.4/lib/cstruct-async/async_cstruct.cmxa /home/opam/.opam/5.4/lib/eqaf/eqaf.cmxa /home/opam/.opam/5.4/lib/mirage-crypto/mirage_crypto.cmxa -I /home/opam/.opam/5.4/lib/mirage-crypto /home/opam/.opam/5.4/lib/digestif/c/digestif_c.cmxa -I /home/opam/.opam/5.4/lib/digestif/c /home/opam/.opam/5.4/lib/logs/logs.cmxa /home/opam/.opam/5.4/lib/mirage-crypto-rng/mirage_crypto_rng.cmxa /home/opam/.opam/5.4/lib/mirage-crypto-rng/unix/mirage_crypto_rng_unix.cmxa -I /home/opam/.opam/5.4/lib/mirage-crypto-rng/unix /home/opam/.opam/5.4/lib/kdf/hkdf/hkdf.cmxa /home/opam/.opam/5.4/lib/ohex/ohex.cmxa /home/opam/.opam/5.4/lib/zarith/zarith.cmxa -I /home/opam/.opam/5.4/lib/zarith /home/opam/.opam/5.4/lib/mirage-crypto-pk/mirage_crypto_pk.cmxa /home/opam/.opam/5.4/lib/ptime/ptime.cmxa /home/opam/.opam/5.4/lib/asn1-combinators/asn1_combinators.cmxa /home/opam/.opam/5.4/lib/fmt/fmt.cmxa /home/opam/.opam/5.4/lib/gmap/gmap.cmxa /home/opam/.opam/5.4/lib/domain-name/domain_name.cmxa /home/opam/.opam/5.4/lib/base64/base64.cmxa /home/opam/.opam/5.4/lib/mirage-crypto-ec/mirage_crypto_ec.cmxa -I /home/opam/.opam/5.4/lib/mirage-crypto-ec /home/opam/.opam/5.4/lib/kdf/pbkdf/pbkdf.cmxa /home/opam/.opam/5.4/lib/macaddr/macaddr.cmxa /home/opam/.opam/5.4/lib/ipaddr/ipaddr.cmxa /home/opam/.opam/5.4/lib/x509/x509.cmxa /home/opam/.opam/5.4/lib/tls/tls.cmxa async/tls_async.cmxa async/examples/.test_server.eobjs/native/dune__exe__Test_server.cmx)
# /usr/bin/ld: /home/opam/.opam/5.4/lib/core_unix/time_stamp_counter/libtime_stamp_counter_stubs.a(time_stamp_counter_stubs.o): in function `caml_rdtsc_unboxed':
# /home/opam/.opam/5.4/.opam-switch/build/core_unix.v0.17.1/_build/default/time_stamp_counter/src/time_stamp_counter_stubs.c:51:(.text+0x4): undefined reference to `rdtsc'
# /usr/bin/ld: /home/opam/.opam/5.4/lib/core_unix/time_stamp_counter/libtime_stamp_counter_stubs.a(time_stamp_counter_stubs.o): in function `caml_rdtsc':
# /home/opam/.opam/5.4/.opam-switch/build/core_unix.v0.17.1/_build/default/time_stamp_counter/src/time_stamp_counter_stubs.c:56:(.text+0x16): undefined reference to `rdtsc'
# collect2: error: ld returned 1 exit status
# File "caml_startup", line 1:
# Error: Error during linking (exit code 1)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build tls-async 2.1.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install angstrom                    0.16.1
| - install asn1-combinators            0.3.2
| - install async                       v0.17.0
| - install async_kernel                v0.17.0
| - install async_log                   v0.17.0
| - install async_rpc_kernel            v0.17.0
| - install async_unix                  v0.17.0
| - install base                        v0.17.3
| - install base64                      3.5.2
| - install base_bigstring              v0.17.0
| - install base_quickcheck             v0.17.1
| - install bigstringaf                 0.10.0
| - install bin_prot                    v0.17.0-1
| - install capitalization              v0.17.0
| - install caqti                       2.3.1
| - install caqti-async                 2.3.1
| - install caqti-tls                   2.3.1
| - install conf-gmp                    5
| - install conf-gmp-powm-sec           4
| - install conf-pkg-config             4
| - install core                        v0.17.2
| - install core_kernel                 v0.17.0
| - install core_unix                   v0.17.1
| - install csexp                       1.5.2
| - install cstruct                     6.2.0
| - install cstruct-async               6.2.0
| - install digestif                    1.3.0
| - install domain-name                 0.5.0
| - install dune                        3.23.1
| - install dune-configurator           3.23.1
| - install dune-private-libs           3.23.1
| - install dune-site                   3.23.1
| - install duration                    0.3.1
| - install dyn                         3.23.1
| - install eqaf                        0.10
| - install expect_test_helpers_core    v0.17.0
| - install fieldslib                   v0.17.0
| - install fmt                         0.11.0
| - install fs-io                       3.23.1
| - install gel                         v0.17.0
| - install gmap                        0.3.0
| - install int_repr                    v0.17.0
| - install ipaddr                      5.6.2
| - install jane-street-headers         v0.17.0
| - install jst-config                  v0.17.0
| - install kdf                         1.0.0
| - install logs                        0.10.0
| - install lru                         0.3.1
| - install lwt-dllist                  1.1.0
| - install macaddr                     5.6.2
| - install mirage-crypto               2.1.0
| - install mirage-crypto-ec            2.1.0
| - install mirage-crypto-pk            2.1.0
| - install mirage-crypto-rng           2.1.0
| - install mtime                       2.1.0
| - install num                         1.6
| - install ocaml-compiler-libs         v0.17.0
| - install ocaml-syntax-shims          1.0.0
| - install ocaml_intrinsics_kernel     v0.17.2
| - install ocamlbuild                  0.16.1
| - install ocamlfind                   1.9.8
| - install ohex                        0.2.0
| - install ordering                    3.23.1
| - install parsexp                     v0.17.0
| - install pp                          2.0.0
| - install ppx_assert                  v0.17.0
| - install ppx_base                    v0.17.0
| - install ppx_bench                   v0.17.1
| - install ppx_bin_prot                v0.17.1
| - install ppx_cold                    v0.17.0
| - install ppx_compare                 v0.17.0
| - install ppx_custom_printf           v0.17.0
| - install ppx_derivers                1.2.1
| - install ppx_diff                    v0.17.1
| - install ppx_disable_unused_warnings v0.17.0
| - install ppx_enumerate               v0.17.0
| - install ppx_expect                  v0.17.3
| - install ppx_fields_conv             v0.17.0
| - install ppx_fixed_literal           v0.17.0
| - install ppx_globalize               v0.17.2
| - install ppx_hash                    v0.17.0
| - install ppx_here                    v0.17.0
| - install ppx_ignore_instrumentation  v0.17.0
| - install ppx_inline_test             v0.17.1
| - install ppx_jane                    v0.17.0
| - install ppx_let                     v0.17.1
| - install ppx_log                     v0.17.0
| - install ppx_module_timer            v0.17.0
| - install ppx_optcomp                 v0.17.1
| - install ppx_optional                v0.17.0
| - install ppx_pipebang                v0.17.0
| - install ppx_sexp_conv               v0.17.1
| - install ppx_sexp_message            v0.17.0
| - install ppx_sexp_value              v0.17.0
| - install ppx_stable                  v0.17.1
| - install ppx_stable_witness          v0.17.0
| - install ppx_string                  v0.17.0
| - install ppx_string_conv             v0.17.0
| - install ppx_tydi                    v0.17.1
| - install ppx_typerep_conv            v0.17.1
| - install ppx_variants_conv           v0.17.1
| - install ppxlib                      0.38.0
| - install ppxlib_jane                 v0.17.4
| - install protocol_version_header     v0.17.0
| - install psq                         0.2.1
| - install ptime                       1.2.0
| - install re                          1.14.0
| - install seq                         base
| - install sexp_pretty                 v0.17.0
| - install sexplib                     v0.17.0
| - install sexplib0                    v0.17.0
| - install spawn                       v0.17.0
| - install splittable_random           v0.17.0
| - install stdio                       v0.17.0
| - install stdlib-shims                0.3.0
| - install stdune                      3.23.1
| - install stringext                   1.6.0
| - install textutils                   v0.17.0
| - install time_now                    v0.17.0
| - install timezone                    v0.17.0
| - install tls                         2.1.0
| - install top-closure                 3.23.1
| - install topkg                       1.1.1
| - install typerep                     v0.17.1
| - install uopt                        v0.17.0
| - install uri                         4.4.0
| - install uutf                        1.0.4
| - install variantslib                 v0.17.0
| - install x509                        1.0.6
| - install zarith                      1.14
+- 
# 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/5.4/.opam-switch/backup/state-20260526023811.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.
opam-repo-ci detected dependencies failing:  tls-async.2.1.0
"/usr/bin/env" "bash" "-c" "opam reinstall caqti-tls-async.2.3.1;
        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-24.04\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'caqti-tls-async.2.3.1' && 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-26 03:17.19: Job failed: Failed: Build failed
2026-05-26 03:17.19: Log analysis:
2026-05-26 03:17.19: >>> 
[ERROR] The compilation of tls-async.2.1.0 failed at "dune build -p tls-async -j 3".
 (score = 20)
2026-05-26 03:17.19: >>> 
# collect2: error: ld returned 1 exit status
 (score = 30)
2026-05-26 03:17.19: >>> 
# Error: Error during linking (exit code 1)
 (score = 48)
2026-05-26 03:17.19: >>> 
# collect2: error: ld returned 1 exit status
 (score = 30)
2026-05-26 03:17.19: >>> 
# Error: Error during linking (exit code 1)
 (score = 48)
2026-05-26 03:17.19: >>> 
opam-repo-ci detected dependencies failing:  tls-async.2.1.0
 (score = 75)
2026-05-26 03:17.19:  tls-async.2.1.0 failed to build