Build:
  1. 0
2026-01-25 08:34.58: New job: test capnp-rpc-unix.2.1.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29277/head (4a74999d158c085f74d21f9352b04f3e1180ec36)
                              on fedora-42-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29277/head" && git reset --hard 4a74999d
git fetch origin master
git merge --no-edit 64cd1a4d8a05bc4bcc3bda0e3ce31640883df344
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89
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 capnp-rpc-unix.2.1.1 2.1.1
RUN opam reinstall capnp-rpc-unix.2.1.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 "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'capnp-rpc-unix.2.1.1' && 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 capnp-rpc-unix.2.1.1) || true
RUN opam reinstall --with-test --verbose capnp-rpc-unix.2.1.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 "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'capnp-rpc-unix.2.1.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-01-25 08:34.58: Using cache hint "ocaml/opam:fedora-42-ocaml-5.4@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89-capnp-rpc-unix.2.1.1-4a74999d158c085f74d21f9352b04f3e1180ec36"
2026-01-25 08:34.58: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89)
 (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 capnp-rpc-unix.2.1.1 2.1.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall capnp-rpc-unix.2.1.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 \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'capnp-rpc-unix.2.1.1' && 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 capnp-rpc-unix.2.1.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose capnp-rpc-unix.2.1.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 \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'capnp-rpc-unix.2.1.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-01-25 08:34.58: Waiting for resource in pool OCluster
2026-01-25 08:35.00: Waiting for worker…
2026-01-25 08:35.07: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 64cd1a4d8a Merge pull request #29273 from jberdine/release-csexp-query-0.1.0
Updating 64cd1a4d8a..4a74999d15
Fast-forward
 packages/capnp-rpc-net/capnp-rpc-net.2.1.1/opam   | 47 +++++++++++++++++++++++
 packages/capnp-rpc-unix/capnp-rpc-unix.2.1.1/opam | 47 +++++++++++++++++++++++
 packages/capnp-rpc/capnp-rpc.2.1.1/opam           | 44 +++++++++++++++++++++
 3 files changed, 138 insertions(+)
 create mode 100644 packages/capnp-rpc-net/capnp-rpc-net.2.1.1/opam
 create mode 100644 packages/capnp-rpc-unix/capnp-rpc-unix.2.1.1/opam
 create mode 100644 packages/capnp-rpc/capnp-rpc.2.1.1/opam

(from ocaml/opam:fedora-42-ocaml-5.4@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89)
2026-01-25 08:40.27 ---> using "8776fb0af6fc53898862b86f46ca8cee0489b257aca99b5899191e17bb0d5004" 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-01-25 08:40.27 ---> using "b8cca8bfd23834fb7e090e3c27f2170eb8281a065e79536f1e430ddc1b1c8118" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-25 08:40.27 ---> using "3585d06f098553452479d6c335da00495554b93675451a57278a9271d623ff6d" 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=x86_64 os=linux os-distribution=fedora os-version=42
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2026-01-25 08:40.27 ---> using "f5857c76864baf8cb3e699c519d757325cd57ff2fcd775d702006da4494b4c41" 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-01-25 08:40.27 ---> using "b6df9f59c19836f991f70bcd0501fd40466d07d3a25be361fb57a3445396f9a6" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-25 08:40.28 ---> using "c35730a16c7c1e815e440a61a7285711e0cbf2ae16bbdf07cc674af260fc09b8" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-25 08:40.28 ---> using "198bbc15dde3e45e732e1db92b58cc04cc6c0459c05efd3fa92260377e6b57ac" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  26.3 KiB/s |   8.0 KiB |  00m00s
-  Fedora 42 - x86_64                     100% | 120.4 KiB/s |  22.8 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-01-25 08:40.28 ---> using "3ddbe0c601c4831a924dbef83a47f8a80795009c50bfd2c711ece248e2bff58d" from cache

/home/opam: (run (shell "opam pin add -k version -yn capnp-rpc-unix.2.1.1 2.1.1"))
capnp-rpc-unix is now pinned to version 2.1.1
2026-01-25 08:40.28 ---> using "2b3f87a5d4253d58e2becc0594067d784293a69f0f984d50a2109a124f92d792" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall capnp-rpc-unix.2.1.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 \"\\\"fedora-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'capnp-rpc-unix.2.1.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
capnp-rpc-unix.2.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 72 packages
  - install angstrom                0.16.1         [required by uri]
  - install asetmap                 0.8.1          [required by prometheus]
  - install asn1-combinators        0.3.2          [required by capnp-rpc-net]
  - install astring                 0.8.5          [required by capnp-rpc-unix]
  - install base                    v0.17.3        [required by capnp]
  - install base-bytes              base           [required by extunix]
  - install base64                  3.5.2          [required by capnp-rpc-unix]
  - install bigstringaf             0.10.0         [required by eio]
  - install capnp                   3.6.0          [required by capnp-rpc-net]
  - install capnp-rpc               2.1.1          [required by capnp-rpc-net]
  - install capnp-rpc-net           2.1.1          [required by capnp-rpc-unix]
  - install capnp-rpc-unix          2.1.1 (pinned)
  - install cmdliner                2.1.0          [required by capnp-rpc-unix]
  - install conf-capnproto          2              [required by capnp-rpc-net]
  - 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 cppo                    1.8.0          [required by ocplib-endian]
  - install csexp                   1.5.2          [required by dune-configurator]
  - install cstruct                 6.2.0          [required by capnp-rpc-unix]
  - install digestif                1.3.0          [required by mirage-crypto-rng]
  - install domain-local-await      1.0.1          [required by eio]
  - install domain-name             0.5.0          [required by tls]
  - install dune                    3.21.0         [required by capnp-rpc-unix]
  - install dune-configurator       3.21.0         [required by extunix]
  - install duration                0.2.1          [required by mirage-crypto-rng]
  - install eio                     1.3            [required by capnp-rpc-unix]
  - install eqaf                    0.10           [required by mirage-crypto]
  - install extunix                 0.4.4          [required by capnp-rpc-unix]
  - install fmt                     0.11.0         [required by capnp-rpc-unix]
  - install gmap                    0.3.0          [required by x509]
  - install hmap                    0.8.1          [required by eio]
  - install ipaddr                  5.6.1          [required by capnp-rpc-unix]
  - install kdf                     1.0.0          [required by tls]
  - install logs                    0.10.0         [required by capnp-rpc-unix]
  - install lwt                     6.0.0          [required by prometheus]
  - install lwt-dllist              1.1.0          [required by eio]
  - install macaddr                 5.6.1          [required by ipaddr]
  - install mirage-crypto           2.0.2          [required by capnp-rpc-net]
  - install mirage-crypto-ec        2.0.2          [required by tls]
  - install mirage-crypto-pk        2.0.2          [required by tls]
  - install mirage-crypto-rng       2.0.2          [required by capnp-rpc-unix]
  - install mtime                   2.1.0          [required by eio]
  - 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 astring]
  - install ocamlfind               1.9.8          [required by astring]
  - install ocplib-endian           1.2            [required by capnp]
  - install ohex                    0.2.0          [required by tls]
  - install optint                  0.3.0          [required by eio]
  - install ppx_derivers            1.2.1          [required by ppxlib]
  - install ppxlib                  0.37.0         [required by extunix]
  - install prometheus              1.3            [required by capnp-rpc-net]
  - install psq                     0.2.1          [required by eio]
  - install ptime                   1.2.0          [required by capnp-rpc-net]
  - install re                      1.14.0         [required by prometheus]
  - install res                     5.0.2          [required by capnp]
  - install result                  1.5            [required by capnp]
  - install seq                     base           [required by psq]
  - install sexplib0                v0.17.0        [required by ppxlib]
  - install stdint                  0.7.2          [required by capnp, capnp-rpc]
  - install stdio                   v0.17.0        [required by capnp]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install stringext               1.6.0          [required by uri]
  - install thread-table            1.0.0          [required by domain-local-await]
  - install tls                     2.0.3          [required by tls-eio]
  - install tls-eio                 2.0.3          [required by capnp-rpc-net]
  - install topkg                   1.1.1          [required by astring]
  - install uri                     4.4.0          [required by capnp-rpc-net]
  - install x509                    1.0.6          [required by capnp-rpc-net]
  - install zarith                  1.14           [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    capnproto capnproto-devel gmp-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/sbin/sudo "yum" "install" "-y" "capnproto" "capnproto-devel" "gmp-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package           Arch   Version        Repository      Size
- Installing:
-  capnproto        x86_64 1.0.1-5.fc42   fedora     800.6 KiB
-  capnproto-devel  x86_64 1.0.1-5.fc42   fedora       2.2 MiB
-  gmp-devel        x86_64 1:6.3.0-4.fc42 fedora     352.3 KiB
- Installing dependencies:
-  capnproto-libs   x86_64 1.0.1-5.fc42   fedora       5.0 MiB
-  cmake-filesystem x86_64 3.31.6-2.fc42  fedora       0.0   B
-  gmp-c++          x86_64 1:6.3.0-4.fc42 fedora      27.6 KiB
- 
- Transaction Summary:
-  Installing:         6 packages
- 
- Total size of inbound packages is 2 MiB. Need to download 2 MiB.
- After this operation, 8 MiB extra will be used (install 8 MiB, remove 0 B).
- [1/6] capnproto-devel-0:1.0.1-5.fc42.x8 100% |   3.4 MiB/s | 378.8 KiB |  00m00s
- [2/6] cmake-filesystem-0:3.31.6-2.fc42. 100% |   1.7 MiB/s |  17.6 KiB |  00m00s
- [3/6] capnproto-0:1.0.1-5.fc42.x86_64   100% |   2.1 MiB/s | 279.5 KiB |  00m00s
- [4/6] gmp-c++-1:6.3.0-4.fc42.x86_64     100% | 149.1 KiB/s |  18.5 KiB |  00m00s
- [5/6] gmp-devel-1:6.3.0-4.fc42.x86_64   100% |   1.2 MiB/s | 174.4 KiB |  00m00s
- [6/6] capnproto-libs-0:1.0.1-5.fc42.x86 100% |   4.2 MiB/s |   1.4 MiB |  00m00s
- --------------------------------------------------------------------------------
- [6/6] Total                             100% |   4.6 MiB/s |   2.3 MiB |  00m00s
- Running transaction
- [1/8] Verify package files              100% | 750.0   B/s |   6.0   B |  00m00s
- [2/8] Prepare transaction               100% | 139.0   B/s |   6.0   B |  00m00s
- [3/8] Installing capnproto-libs-0:1.0.1 100% | 238.3 MiB/s |   5.0 MiB |  00m00s
- [4/8] Installing gmp-c++-1:6.3.0-4.fc42 100% |  27.8 MiB/s |  28.5 KiB |  00m00s
- [5/8] Installing cmake-filesystem-0:3.3 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [6/8] Installing capnproto-devel-0:1.0. 100% | 148.8 MiB/s |   2.2 MiB |  00m00s
- [7/8] Installing gmp-devel-1:6.3.0-4.fc 100% | 172.9 MiB/s | 354.1 KiB |  00m00s
- [8/8] Installing capnproto-0:1.0.1-5.fc 100% |  11.5 MiB/s | 802.2 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "capnproto" "capnproto-devel" "gmp-devel"
- capnproto-1.0.1-5.fc42.x86_64
- capnproto-devel-1.0.1-5.fc42.x86_64
- gmp-devel-6.3.0-4.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asetmap.0.8.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved capnp.3.6.0  (cached)
-> retrieved capnp-rpc.2.1.1, capnp-rpc-net.2.1.1, capnp-rpc-unix.2.1.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-capnproto.2
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eio.1.3  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved extunix.0.4.4  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved hmap.0.8.1  (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.0.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2  (cached)
-> retrieved mtime.2.1.0  (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 ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved prometheus.1.3  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved res.5.0.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tls.2.0.3, tls-eio.2.0.3  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed asetmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed dune.3.21.0
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ohex.0.2.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.14.0
-> installed res.5.0.2
-> installed result.1.5
-> installed sexplib0.v0.17.0
-> installed stdint.0.7.2
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.1
-> installed digestif.1.3.0
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.0.2
-> installed kdf.1.0.0
-> installed eio.1.3
-> installed uri.4.4.0
-> installed lwt.6.0.0
-> installed prometheus.1.3
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.0.2
-> installed base.v0.17.3
-> installed mirage-crypto-pk.2.0.2
-> installed stdio.v0.17.0
-> installed mirage-crypto-ec.2.0.2
-> installed capnp.3.6.0
-> installed x509.1.0.6
-> installed ppxlib.0.37.0
-> installed tls.2.0.3
-> installed tls-eio.2.0.3
-> installed capnp-rpc.2.1.1
-> installed capnp-rpc-net.2.1.1
-> installed extunix.0.4.4
-> installed capnp-rpc-unix.2.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-25 08:40.57 ---> saved as "158377b62efb883c19f9b10cdd6724c031f8722afabf2f697f3bb1ce243f567d"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test capnp-rpc-unix.2.1.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile capnp-rpc-unix 2.1.1 (pinned)
=== install 10 packages
  - install   alcotest       1.9.1          [required by capnp-rpc-unix]
  - install   camlp-streams  5.0.1          [required by mdx]
  - install   eio_linux      1.3            [required by eio_main]
  - install   eio_main       1.3            [required by capnp-rpc-unix]
  - install   eio_posix      1.3            [required by eio_main]
  - install   iomux          0.4            [required by eio_posix]
  - install   mdx            2.5.1          [required by capnp-rpc-unix]
  - install   ocaml-version  4.0.3          [required by mdx]
  - install   uring          2.7.0          [required by eio_linux]
  - install   uutf           1.0.4          [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved camlp-streams.5.0.1  (https://opam.ocaml.org/cache)
-> retrieved eio_linux.1.3, eio_main.1.3, eio_posix.1.3  (https://opam.ocaml.org/cache)
-> retrieved iomux.0.4  (https://opam.ocaml.org/cache)
-> installed camlp-streams.5.0.1
-> retrieved mdx.2.5.1  (https://opam.ocaml.org/cache)
-> retrieved ocaml-version.4.0.3  (https://opam.ocaml.org/cache)
-> retrieved uring.2.7.0  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> installed ocaml-version.4.0.3
-> installed iomux.0.4
-> installed uutf.1.0.4
-> installed eio_posix.1.3
-> removed   capnp-rpc-unix.2.1.1
-> installed uring.2.7.0
-> installed mdx.2.5.1
-> installed alcotest.1.9.1
-> installed eio_linux.1.3
-> installed eio_main.1.3
2026-01-25 10:35.07: Cancelling: Timeout (120.0 minutes)
Job cancelled
2026-01-25 10:35.13: Timeout (120.0 minutes)