(not at the head of any monitored branch or PR)
2026-04-10 16:18.39: New job: test caqti-async.2.2.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29690/head (6b2464946e569e2d90f4b72ef1fe7f0196f077a4)
                              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/29690/head" && git reset --hard 6b246494
git fetch origin master
git merge --no-edit 812fb968341c1eec82e23a29dcf794db8f990936
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:db117072c7c4e333c4bbebd64086f61a6041c264211df9d20a6cd5bfe5b2fce0
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-async.2.2.4 2.2.4
RUN opam reinstall caqti-async.2.2.4; \
    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-async.2.2.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test caqti-async.2.2.4) || true
RUN opam reinstall --with-test --verbose caqti-async.2.2.4; \
    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-async.2.2.4' && 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-04-10 16:18.39: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:db117072c7c4e333c4bbebd64086f61a6041c264211df9d20a6cd5bfe5b2fce0-caqti-async.2.2.4-6b2464946e569e2d90f4b72ef1fe7f0196f077a4"
2026-04-10 16:18.39: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:db117072c7c4e333c4bbebd64086f61a6041c264211df9d20a6cd5bfe5b2fce0)
 (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-async.2.2.4 2.2.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall caqti-async.2.2.4;\
             \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-async.2.2.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test caqti-async.2.2.4) || true"))
 (run (shell  "opam reinstall --with-test --verbose caqti-async.2.2.4;\
             \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-async.2.2.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-10 16:18.39: Waiting for resource in pool OCluster
2026-04-10 16:18.39: Waiting for worker…
2026-04-10 19:29.21: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files:  12% (2365/18673)
Updating files:  13% (2428/18673)
Updating files:  14% (2615/18673)
Updating files:  15% (2801/18673)
Updating files:  16% (2988/18673)
Updating files:  17% (3175/18673)
Updating files:  18% (3362/18673)
Updating files:  19% (3548/18673)
Updating files:  20% (3735/18673)
Updating files:  21% (3922/18673)
Updating files:  22% (4109/18673)
Updating files:  23% (4295/18673)
Updating files:  24% (4482/18673)
Updating files:  25% (4669/18673)
Updating files:  25% (4772/18673)
Updating files:  26% (4855/18673)
Updating files:  27% (5042/18673)
Updating files:  28% (5229/18673)
Updating files:  29% (5416/18673)
Updating files:  30% (5602/18673)
Updating files:  31% (5789/18673)
Updating files:  32% (5976/18673)
Updating files:  33% (6163/18673)
Updating files:  34% (6349/18673)
Updating files:  35% (6536/18673)
Updating files:  36% (6723/18673)
Updating files:  37% (6910/18673)
Updating files:  37% (7055/18673)
Updating files:  38% (7096/18673)
Updating files:  39% (7283/18673)
Updating files:  40% (7470/18673)
Updating files:  41% (7656/18673)
Updating files:  42% (7843/18673)
Updating files:  43% (8030/18673)
Updating files:  44% (8217/18673)
Updating files:  45% (8403/18673)
Updating files:  46% (8590/18673)
Updating files:  47% (8777/18673)
Updating files:  48% (8964/18673)
Updating files:  49% (9150/18673)
Updating files:  49% (9280/18673)
Updating files:  50% (9337/18673)
Updating files:  51% (9524/18673)
Updating files:  52% (9710/18673)
Updating files:  53% (9897/18673)
Updating files:  54% (10084/18673)
Updating files:  55% (10271/18673)
Updating files:  56% (10457/18673)
Updating files:  57% (10644/18673)
Updating files:  58% (10831/18673)
Updating files:  59% (11018/18673)
Updating files:  60% (11204/18673)
Updating files:  61% (11391/18673)
Updating files:  61% (11529/18673)
Updating files:  62% (11578/18673)
Updating files:  63% (11764/18673)
Updating files:  64% (11951/18673)
Updating files:  65% (12138/18673)
Updating files:  66% (12325/18673)
Updating files:  67% (12511/18673)
Updating files:  68% (12698/18673)
Updating files:  69% (12885/18673)
Updating files:  70% (13072/18673)
Updating files:  71% (13258/18673)
Updating files:  72% (13445/18673)
Updating files:  73% (13632/18673)
Updating files:  74% (13819/18673)
Updating files:  74% (13888/18673)
Updating files:  75% (14005/18673)
Updating files:  76% (14192/18673)
Updating files:  77% (14379/18673)
Updating files:  78% (14565/18673)
Updating files:  79% (14752/18673)
Updating files:  80% (14939/18673)
Updating files:  81% (15126/18673)
Updating files:  82% (15312/18673)
Updating files:  83% (15499/18673)
Updating files:  84% (15686/18673)
Updating files:  85% (15873/18673)
Updating files:  86% (16059/18673)
Updating files:  86% (16092/18673)
Updating files:  87% (16246/18673)
Updating files:  88% (16433/18673)
Updating files:  89% (16619/18673)
Updating files:  90% (16806/18673)
Updating files:  91% (16993/18673)
Updating files:  92% (17180/18673)
Updating files:  93% (17366/18673)
Updating files:  94% (17553/18673)
Updating files:  95% (17740/18673)
Updating files:  96% (17927/18673)
Updating files:  97% (18113/18673)
Updating files:  98% (18300/18673)
Updating files:  98% (18339/18673)
Updating files:  99% (18487/18673)
Updating files: 100% (18673/18673)
Updating files: 100% (18673/18673), done.
HEAD is now at 812fb96834 Merge pull request #29689 from voodoos/release-merlin-v5.7.0-504
Merge made by the 'ort' strategy.
 packages/caqti-async/caqti-async.2.2.4/opam        |  2 +-
 .../caqti-driver-mariadb.2.3.0/opam                | 33 +++++++++++
 .../caqti-driver-pgx/caqti-driver-pgx.2.3.0/opam   | 33 +++++++++++
 .../caqti-driver-postgresql.2.3.0/opam             | 37 ++++++++++++
 .../caqti-driver-sqlite3.2.3.0/opam                | 33 +++++++++++
 packages/caqti-dynload/caqti-dynload.2.3.0/opam    | 41 +++++++++++++
 packages/caqti-eio/caqti-eio.2.2.4/opam            |  2 +-
 packages/caqti-lwt/caqti-lwt.2.3.0/opam            | 38 ++++++++++++
 packages/caqti-miou/caqti-miou.2.2.4/opam          |  2 +-
 packages/caqti-mirage/caqti-mirage.2.2.4/opam      |  6 +-
 packages/caqti-tls/caqti-tls.2.1.2/opam            |  2 +-
 packages/caqti/caqti.2.3.0/opam                    | 69 ++++++++++++++++++++++
 12 files changed, 291 insertions(+), 7 deletions(-)
 create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.3.0/opam
 create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.3.0/opam
 create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.3.0/opam
 create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.3.0/opam
 create mode 100644 packages/caqti-dynload/caqti-dynload.2.3.0/opam
 create mode 100644 packages/caqti-lwt/caqti-lwt.2.3.0/opam
 create mode 100644 packages/caqti/caqti.2.3.0/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:db117072c7c4e333c4bbebd64086f61a6041c264211df9d20a6cd5bfe5b2fce0)
2026-04-10 19:29.34 ---> using "1afbf1c3817e9b9dd6c849f18c81cd54a70004b6185886ebbe0968654155dfcc" 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-04-10 19:29.34 ---> using "9b74c082db0c46a9fca1dadff78b3c50d84e0e944eee3374d82cf17f17770155" 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.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-10 19:29.34 ---> using "95de59af29bdd834715db31461a90e98c4d9e8936809b86c1714c103dc64821f" 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.0
# 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-04-10 19:29.34 ---> using "d9f9a4ef15dc79d85792d5e2bea1311b6ab8722163a614575e3ca995c2c1650f" 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-04-10 19:29.34 ---> using "5c1f7c0b9beb70c056f5e09479f03e7e0c5b8cc27d9ce59673ca7abc913b9344" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 19:30.01 ---> saved as "9b9aafb5a3218798cbe0e25f3cd7e65923d662690a29ffe87537378b2cab8a1f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 19:31.35 ---> saved as "e59219f6a3fc41f07fc6bc988a31a5e40104b2de8130db83abaabc0211586afa"

/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 [959 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1605 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1122 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [633 kB]
- Fetched 4697 kB in 2s (2136 kB/s)
- Reading package lists...
- 
2026-04-10 19:31.44 ---> saved as "3f6fcf5c7f9d3558c1c009e09d7afa3e043691a37ee908e0b877a179d8ca0f8d"

/home/opam: (run (shell "opam pin add -k version -yn caqti-async.2.2.4 2.2.4"))
caqti-async is now pinned to version 2.2.4
2026-04-10 19:31.46 ---> saved as "22298f126da4bfd3b45b02ed425a807f751484cce6263ce71d1eb315f8728f44"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall caqti-async.2.2.4;\
                        \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-async.2.2.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
caqti-async.2.2.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 121 packages
  - install angstrom                    0.16.1         [required by caqti]
  - install asn1-combinators            0.3.2          [required by x509]
  - install async_kernel                v0.17.0        [required by caqti-async]
  - install async_unix                  v0.17.0        [required by caqti-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.0          [required by caqti-async]
  - install caqti-async                 2.2.4 (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]
  - install core_kernel                 v0.17.0        [required by async_kernel, async_unix]
  - install core_unix                   v0.17.1        [required by caqti-async]
  - install csexp                       1.5.2          [required by dune-private-libs]
  - install cstruct                     6.2.0          [required by async_unix]
  - install digestif                    1.3.0          [required by mirage-crypto-ec, kdf, mirage-crypto-pk]
  - install domain-name                 0.5.0          [required by caqti-async]
  - install dune                        3.22.1         [required by caqti-async]
  - install dune-configurator           3.22.1         [required by bigstringaf, base, mirage-crypto-ec]
  - install dune-private-libs           3.22.1         [required by dune-site]
  - install dune-site                   3.22.1         [required by caqti]
  - install duration                    0.2.1          [required by mirage-crypto-rng]
  - install dyn                         3.22.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 logs, cstruct, x509]
  - install fs-io                       3.22.1         [required by stdune]
  - install gel                         v0.17.0        [required by ppx_diff]
  - 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-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]
  - install logs                        0.10.0         [required by 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]
  - install mirage-crypto-ec            2.1.0          [required by x509]
  - install mirage-crypto-pk            2.1.0          [required by x509]
  - install mirage-crypto-rng           2.1.0          [required by x509]
  - 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.1        [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]
  - install ordering                    3.22.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 async_kernel, async_unix]
  - 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 psq                         0.2.1          [required by lru]
  - install ptime                       1.2.0          [required by caqti]
  - 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.22.1         [required by dune-private-libs]
  - install stringext                   1.6.0          [required by uri]
  - install time_now                    v0.17.0        [required by core]
  - install timezone                    v0.17.0        [required by core_unix]
  - install top-closure                 3.22.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 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 ... 16279 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_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.0  (cached)
-> retrieved caqti-async.2.2.4  (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  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1  (cached)
-> retrieved duration.0.2.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.1  (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 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 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 uri.4.4.0  (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 dune.3.22.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.2.1
-> installed eqaf.0.10
-> installed dune-configurator.3.22.1
-> installed gmap.0.3.0
-> installed fs-io.3.22.1
-> installed jane-street-headers.v0.17.0
-> installed bigstringaf.0.10.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed digestif.1.3.0
-> installed ipaddr.5.6.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ohex.0.2.0
-> installed mirage-crypto.2.1.0
-> installed ocaml-syntax-shims.1.0.0
-> installed pp.2.0.0
-> installed kdf.1.0.0
-> installed ordering.3.22.1
-> installed angstrom.0.16.1
-> installed mirage-crypto-rng.2.1.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed dyn.3.22.1
-> installed mirage-crypto-pk.2.1.0
-> installed lru.0.3.1
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed re.1.14.0
-> installed parsexp.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed sexplib.v0.17.0
-> installed mirage-crypto-ec.2.1.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.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 typerep.v0.17.1
-> installed variantslib.v0.17.0
-> installed stdune.3.22.1
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed caqti.2.3.0
-> 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 ppx_bin_prot.v0.17.1
-> installed time_now.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_bench.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed splittable_random.v0.17.0
-> installed base_quickcheck.v0.17.1
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.1
-> installed core.v0.17.2
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed async_unix.v0.17.0
-> installed caqti-async.2.2.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 20:07.48 ---> saved as "c28d0e42eaeb990678a68f8421f9ce9d644b789294a1d3352c1444b128ea1266"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test caqti-async.2.2.4) || true"))
The following actions will be performed:
=== recompile 10 packages
  - recompile async_unix              v0.17.0        [uses cstruct]
  - recompile caqti                   2.3.0          [uses logs]
  - recompile caqti-async             2.2.4 (pinned)
  - recompile cstruct                 6.2.0          [uses fmt]
  - recompile fmt                     0.11.0         [uses cmdliner]
  - recompile logs                    0.10.0         [uses cmdliner]
  - recompile mirage-crypto-ec        2.1.0          [uses mirage-crypto-rng]
  - recompile mirage-crypto-pk        2.1.0          [uses mirage-crypto-rng]
  - recompile mirage-crypto-rng       2.1.0          [uses logs]
  - recompile x509                    1.0.6          [uses fmt]
=== install 18 packages
  - install   alcotest                1.9.1          [required by caqti-async]
  - install   alcotest-async          1.9.1          [required by caqti-async]
  - install   astring                 0.8.5          [required by alcotest]
  - install   async                   v0.17.0        [required by alcotest-async]
  - install   async_log               v0.17.0        [required by async]
  - install   async_rpc_kernel        v0.17.0        [required by async]
  - install   caqti-driver-sqlite3    2.3.0          [required by caqti-async]
  - install   cmdliner                2.1.0          [required by caqti-async]
  - install   conf-sqlite3            1              [required by sqlite3]
  - install   dune-compiledb          0.6.0          [required by sqlite3]
  - install   ezjsonm                 1.3.0          [required by dune-compiledb]
  - install   fpath                   0.7.3          [required by dune-compiledb]
  - install   hex                     1.5.0          [required by ezjsonm]
  - install   jsonm                   1.0.2          [required by ezjsonm]
  - install   protocol_version_header v0.17.0        [required by async_rpc_kernel]
  - install   sqlite3                 5.4.0          [required by caqti-driver-sqlite3]
  - install   textutils               v0.17.0        [required by async]
  - install   uutf                    1.0.4          [required by alcotest]

The following system packages will first need to be installed:
    libsqlite3-dev

<><> 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" "libsqlite3-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libsqlite3-dev: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 ... 16331 files and directories currently installed.)
- Preparing to unpack .../libsqlite3-dev_3.45.1-1ubuntu2.5_riscv64.deb ...
- Unpacking libsqlite3-dev:riscv64 (3.45.1-1ubuntu2.5) ...
- Setting up libsqlite3-dev:riscv64 (3.45.1-1ubuntu2.5) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1, alcotest-async.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved async.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved async_log.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved async_rpc_kernel.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved async_unix.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved caqti.2.3.0, caqti-driver-sqlite3.2.3.0  (https://github.com/paurkedal/ocaml-caqti/releases/download/v2.3.0/caqti-v2.3.0.tbz)
-> retrieved cmdliner.2.1.0  (https://opam.ocaml.org/cache)
-> installed conf-sqlite3.1
-> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
-> retrieved dune-compiledb.0.6.0  (https://opam.ocaml.org/cache)
-> retrieved ezjsonm.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
-> retrieved hex.1.5.0  (https://opam.ocaml.org/cache)
-> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
-> installed astring.0.8.5
-> retrieved mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (https://opam.ocaml.org/cache)
-> retrieved protocol_version_header.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved sqlite3.5.4.0  (https://opam.ocaml.org/cache)
-> installed fpath.0.7.3
-> retrieved textutils.v0.17.0  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> retrieved x509.1.0.6  (https://opam.ocaml.org/cache)
-> installed cmdliner.2.1.0
-> removed   caqti-async.2.2.4
-> removed   async_unix.v0.17.0
-> removed   caqti.2.3.0
-> removed   cstruct.6.2.0
-> removed   x509.1.0.6
-> removed   mirage-crypto-ec.2.1.0
-> removed   mirage-crypto-pk.2.1.0
-> removed   mirage-crypto-rng.2.1.0
-> removed   logs.0.10.0
-> removed   fmt.0.11.0
-> installed protocol_version_header.v0.17.0
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed cstruct.6.2.0
-> installed logs.0.10.0
-> installed alcotest.1.9.1
-> installed hex.1.5.0
-> installed jsonm.1.0.2
-> installed mirage-crypto-rng.2.1.0
-> installed ezjsonm.1.3.0
-> installed async_rpc_kernel.v0.17.0
-> installed dune-compiledb.0.6.0
-> installed mirage-crypto-pk.2.1.0
-> installed sqlite3.5.4.0
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed async_unix.v0.17.0
-> installed textutils.v0.17.0
-> installed caqti.2.3.0
-> installed caqti-driver-sqlite3.2.3.0
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed alcotest-async.1.9.1
[ERROR] The compilation of caqti-async.2.2.4 failed at "dune runtest -p caqti-async -j 3".

#=== ERROR while compiling caqti-async.2.2.4 ==================================#
# context              2.5.0 | linux/riscv64 | ocaml-base-compiler.5.4.1 | pinned(https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz)
# path                 ~/.opam/5.4/.opam-switch/build/caqti-async.2.2.4
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p caqti-async -j 3
# exit-code            1
# env-file             ~/.opam/log/caqti-async-8-5f4bfd.env
# output-file          ~/.opam/log/caqti-async-8-5f4bfd.out
### output ###
# File "testsuite/dune", line 156, characters 8-18:
# 156 |   (name main_async)
#               ^^^^^^^^^^
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -o testsuite/main_async.exe -linkall /home/opam/.opam/5.4/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/.opam/5.4/lib/bigstringaf /home/opam/.opam/5.4/lib/angstrom/angstrom.cmxa /home/opam/.opam/5.4/lib/logs/logs.cmxa /home/opam/.opam/5.4/lib/psq/psq.cmxa /home/opam/.opam/5.4/lib/lru/lru.cmxa /home/opam/.opam/5.4/lib/ptime/ptime.cmxa /home/opam/.opam/5.4/lib/stringext/stringext.cmxa /home/opam/.opam/5.4/lib/uri/uri.cmxa /home/opam/.opam/5.4/lib/caqti/template/caqti_template.cmxa /home/opam/.opam/5.4/lib/mtime/mtime.cmxa /home/opam/.opam/5.4/lib/caqti/caqti.cmxa /home/opam/.opam/5.4/lib/domain-name/domain_name.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/lwt-dllist/lwt_dllist.cmxa /home/opam/.opam/5.4/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/mtime/clock /home/opam/.opam/5.4/lib/caqti/platform/caqti_platform.cmxa /home/opam/.opam/5.4/lib/dune-private-libs/dune-section/dune_section.cmxa /home/opam/.opam/5.4/lib/dune-site/private/dune_site_private.cmxa testsuite/.main_async.eobjs/native/dune_site__Dune_site_data.cmx /home/opam/.opam/5.4/lib/dune-site/dune_site.cmxa /home/opam/.opam/5.4/lib/dune-private-libs/meta_parser/dune_meta_parser.cmxa /home/opam/.opam/5.4/lib/ocaml/dynlink/dynlink.cmxa /home/opam/.opam/5.4/lib/dune-site/dynlink/dune_site_dynlink_linker.cmxa testsuite/.main_async.eobjs/native/dune_site_plugins__Dune_site_plugins_data.cmx /home/opam/.opam/5.4/lib/dune-site/plugins/dune_site_plugins.cmxa /home/opam/.opam/5.4/lib/caqti/plugin/caqti_plugin.cmxa /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/caqti/platform/unix/caqti_platform_unix.cmxa caqti-async/lib/caqti_async.cmxa /home/opam/.opam/5.4/lib/astring/astring.cmxa /home/opam/.opam/5.4/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.4/lib/uutf/uutf.cmxa /home/opam/.opam/5.4/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.4/lib/fmt/fmt.cmxa /home/opam/.opam/5.4/lib/fmt/cli/fmt_cli.cmxa /home/opam/.opam/5.4/lib/re/re.cmxa /home/opam/.opam/5.4/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.4/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.4/lib/fmt/tty/fmt_tty.cmxa /home/opam/.opam/5.4/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.4/lib/alcotest /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/alcotest-async/alcotest_async.cmxa caqti/testlib/testlib.cmxa /home/opam/.opam/5.4/lib/core_kernel/core_kernel.cmxa caqti-async/testlib/testlib_async.cmxa /home/opam/.opam/5.4/lib/ptime/clock/ptime_clock.cmxa -I /home/opam/.opam/5.4/lib/ptime/clock -I /home/opam/.opam/5.4/lib/ptime/clock caqti-tls/testlib/testlib_tls.cmxa testsuite/testsuite.cmxa testsuite/.main_async.eobjs/native/dune__exe__Main_async.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 caqti-async 2.2.4
+- 
+- The following changes have been performed
| - remove    caqti-async             2.2.4
| - recompile async_unix              v0.17.0
| - recompile caqti                   2.3.0
| - recompile cstruct                 6.2.0
| - recompile fmt                     0.11.0
| - recompile logs                    0.10.0
| - recompile mirage-crypto-ec        2.1.0
| - recompile mirage-crypto-pk        2.1.0
| - recompile mirage-crypto-rng       2.1.0
| - recompile x509                    1.0.6
| - install   alcotest                1.9.1
| - install   alcotest-async          1.9.1
| - install   astring                 0.8.5
| - install   async                   v0.17.0
| - install   async_log               v0.17.0
| - install   async_rpc_kernel        v0.17.0
| - install   caqti-driver-sqlite3    2.3.0
| - install   cmdliner                2.1.0
| - install   conf-sqlite3            1
| - install   dune-compiledb          0.6.0
| - install   ezjsonm                 1.3.0
| - install   fpath                   0.7.3
| - install   hex                     1.5.0
| - install   jsonm                   1.0.2
| - install   protocol_version_header v0.17.0
| - install   sqlite3                 5.4.0
| - install   textutils               v0.17.0
| - install   uutf                    1.0.4
+- 
# 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-20260410200750.export"
Or you can retry to install your package selection with:
    /usr/bin/opam install --restore
2026-04-10 20:13.53 ---> saved as "c7c6bc3dd6a30131ba699b39834725aea63fae802cab6d5ba5cd8092ac47c7c8"

/home/opam: (run (shell  "opam reinstall --with-test --verbose caqti-async.2.2.4;\
                        \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-async.2.2.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
caqti-async.2.2.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install caqti-async 2.2.4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/3: [caqti-async: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "caqti-async" "-j" "3" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caqti-async.2.2.4)
Processing  2/3: [caqti-async: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "caqti-async" "-j" "3" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caqti-async.2.2.4)
- File "testsuite/dune", line 156, characters 8-18:
- 156 |   (name main_async)
-               ^^^^^^^^^^
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -o testsuite/main_async.exe -linkall /home/opam/.opam/5.4/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/.opam/5.4/lib/bigstringaf /home/opam/.opam/5.4/lib/angstrom/angstrom.cmxa /home/opam/.opam/5.4/lib/logs/logs.cmxa /home/opam/.opam/5.4/lib/psq/psq.cmxa /home/opam/.opam/5.4/lib/lru/lru.cmxa /home/opam/.opam/5.4/lib/ptime/ptime.cmxa /home/opam/.opam/5.4/lib/stringext/stringext.cmxa /home/opam/.opam/5.4/lib/uri/uri.cmxa /home/opam/.opam/5.4/lib/caqti/template/caqti_template.cmxa /home/opam/.opam/5.4/lib/mtime/mtime.cmxa /home/opam/.opam/5.4/lib/caqti/caqti.cmxa /home/opam/.opam/5.4/lib/domain-name/domain_name.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/lwt-dllist/lwt_dllist.cmxa /home/opam/.opam/5.4/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/mtime/clock /home/opam/.opam/5.4/lib/caqti/platform/caqti_platform.cmxa /home/opam/.opam/5.4/lib/dune-private-libs/dune-section/dune_section.cmxa /home/opam/.opam/5.4/lib/dune-site/private/dune_site_private.cmxa testsuite/.main_async.eobjs/native/dune_site__Dune_site_data.cmx /home/opam/.opam/5.4/lib/dune-site/dune_site.cmxa /home/opam/.opam/5.4/lib/dune-private-libs/meta_parser/dune_meta_parser.cmxa /home/opam/.opam/5.4/lib/ocaml/dynlink/dynlink.cmxa /home/opam/.opam/5.4/lib/dune-site/dynlink/dune_site_dynlink_linker.cmxa testsuite/.main_async.eobjs/native/dune_site_plugins__Dune_site_plugins_data.cmx /home/opam/.opam/5.4/lib/dune-site/plugins/dune_site_plugins.cmxa /home/opam/.opam/5.4/lib/caqti/plugin/caqti_plugin.cmxa /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/caqti/platform/unix/caqti_platform_unix.cmxa caqti-async/lib/caqti_async.cmxa /home/opam/.opam/5.4/lib/astring/astring.cmxa /home/opam/.opam/5.4/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.4/lib/uutf/uutf.cmxa /home/opam/.opam/5.4/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.4/lib/fmt/fmt.cmxa /home/opam/.opam/5.4/lib/fmt/cli/fmt_cli.cmxa /home/opam/.opam/5.4/lib/re/re.cmxa /home/opam/.opam/5.4/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.4/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.4/lib/fmt/tty/fmt_tty.cmxa /home/opam/.opam/5.4/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.4/lib/alcotest /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/alcotest-async/alcotest_async.cmxa caqti/testlib/testlib.cmxa /home/opam/.opam/5.4/lib/core_kernel/core_kernel.cmxa caqti-async/testlib/testlib_async.cmxa /home/opam/.opam/5.4/lib/ptime/clock/ptime_clock.cmxa -I /home/opam/.opam/5.4/lib/ptime/clock -I /home/opam/.opam/5.4/lib/ptime/clock caqti-tls/testlib/testlib_tls.cmxa testsuite/testsuite.cmxa testsuite/.main_async.eobjs/native/dune__exe__Main_async.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] The compilation of caqti-async.2.2.4 failed at "dune runtest -p caqti-async -j 3".

#=== ERROR while compiling caqti-async.2.2.4 ==================================#
# context              2.5.0 | linux/riscv64 | ocaml-base-compiler.5.4.1 | pinned(https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz)
# path                 ~/.opam/5.4/.opam-switch/build/caqti-async.2.2.4
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p caqti-async -j 3
# exit-code            1
# env-file             ~/.opam/log/caqti-async-6-ee10e6.env
# output-file          ~/.opam/log/caqti-async-6-ee10e6.out
### output ###
# File "testsuite/dune", line 156, characters 8-18:
# 156 |   (name main_async)
#               ^^^^^^^^^^
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -o testsuite/main_async.exe -linkall /home/opam/.opam/5.4/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/.opam/5.4/lib/bigstringaf /home/opam/.opam/5.4/lib/angstrom/angstrom.cmxa /home/opam/.opam/5.4/lib/logs/logs.cmxa /home/opam/.opam/5.4/lib/psq/psq.cmxa /home/opam/.opam/5.4/lib/lru/lru.cmxa /home/opam/.opam/5.4/lib/ptime/ptime.cmxa /home/opam/.opam/5.4/lib/stringext/stringext.cmxa /home/opam/.opam/5.4/lib/uri/uri.cmxa /home/opam/.opam/5.4/lib/caqti/template/caqti_template.cmxa /home/opam/.opam/5.4/lib/mtime/mtime.cmxa /home/opam/.opam/5.4/lib/caqti/caqti.cmxa /home/opam/.opam/5.4/lib/domain-name/domain_name.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/lwt-dllist/lwt_dllist.cmxa /home/opam/.opam/5.4/lib/mtime/clock/mtime_clock.cmxa -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/mtime/clock /home/opam/.opam/5.4/lib/caqti/platform/caqti_platform.cmxa /home/opam/.opam/5.4/lib/dune-private-libs/dune-section/dune_section.cmxa /home/opam/.opam/5.4/lib/dune-site/private/dune_site_private.cmxa testsuite/.main_async.eobjs/native/dune_site__Dune_site_data.cmx /home/opam/.opam/5.4/lib/dune-site/dune_site.cmxa /home/opam/.opam/5.4/lib/dune-private-libs/meta_parser/dune_meta_parser.cmxa /home/opam/.opam/5.4/lib/ocaml/dynlink/dynlink.cmxa /home/opam/.opam/5.4/lib/dune-site/dynlink/dune_site_dynlink_linker.cmxa testsuite/.main_async.eobjs/native/dune_site_plugins__Dune_site_plugins_data.cmx /home/opam/.opam/5.4/lib/dune-site/plugins/dune_site_plugins.cmxa /home/opam/.opam/5.4/lib/caqti/plugin/caqti_plugin.cmxa /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/caqti/platform/unix/caqti_platform_unix.cmxa caqti-async/lib/caqti_async.cmxa /home/opam/.opam/5.4/lib/astring/astring.cmxa /home/opam/.opam/5.4/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.4/lib/uutf/uutf.cmxa /home/opam/.opam/5.4/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.4/lib/fmt/fmt.cmxa /home/opam/.opam/5.4/lib/fmt/cli/fmt_cli.cmxa /home/opam/.opam/5.4/lib/re/re.cmxa /home/opam/.opam/5.4/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.4/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.4/lib/fmt/tty/fmt_tty.cmxa /home/opam/.opam/5.4/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.4/lib/alcotest /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/alcotest-async/alcotest_async.cmxa caqti/testlib/testlib.cmxa /home/opam/.opam/5.4/lib/core_kernel/core_kernel.cmxa caqti-async/testlib/testlib_async.cmxa /home/opam/.opam/5.4/lib/ptime/clock/ptime_clock.cmxa -I /home/opam/.opam/5.4/lib/ptime/clock -I /home/opam/.opam/5.4/lib/ptime/clock caqti-tls/testlib/testlib_tls.cmxa testsuite/testsuite.cmxa testsuite/.main_async.eobjs/native/dune__exe__Main_async.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 caqti-async 2.2.4
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose caqti-async.2.2.4' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose caqti-async.2.2.4;
        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-async.2.2.4' && 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-04-10 20:15.20: Job failed: Failed: Build failed
2026-04-10 20:15.20: Log analysis:
2026-04-10 20:15.20: >>> 
[ERROR] The compilation of caqti-async.2.2.4 failed at "dune runtest -p caqti-async -j 3".
 (score = 20)
2026-04-10 20:15.20: >>> 
# collect2: error: ld returned 1 exit status
 (score = 30)
2026-04-10 20:15.20: >>> 
# Error: Error during linking (exit code 1)
 (score = 48)
2026-04-10 20:15.20: >>> 
[ERROR] The compilation of caqti-async.2.2.4 failed at "dune runtest -p caqti-async -j 3".
 (score = 20)
2026-04-10 20:15.20: >>> 
# collect2: error: ld returned 1 exit status
 (score = 30)
2026-04-10 20:15.20: >>> 
# Error: Error during linking (exit code 1)
 (score = 48)
2026-04-10 20:15.20: Error during linking (exit code 1)