Build:
  1. 0
2026-04-23 00:03.50: New job: build opentelemetry-client-cohttp-lwt.0.91, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29755/head (d8730b4a79d6106eb57e7c5fd6c647273cb6eedc)
                              on debian-13-ocaml-4.14-nnp/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/29755/head" && git reset --hard d8730b4a
git fetch origin master
git merge --no-edit 9843112d6616a14cc7e182be5ead331fd312ad07
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:a216258d93c409cf46c52c4a87391672964b228ec6453566f98a67491023d0a4
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 opentelemetry-client-cohttp-lwt.0.91 0.91
RUN opam reinstall opentelemetry-client-cohttp-lwt.0.91; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'opentelemetry-client-cohttp-lwt.0.91' && 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-23 00:03.50: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:a216258d93c409cf46c52c4a87391672964b228ec6453566f98a67491023d0a4-opentelemetry-client-cohttp-lwt.0.91-d8730b4a79d6106eb57e7c5fd6c647273cb6eedc"
2026-04-23 00:03.50: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:a216258d93c409cf46c52c4a87391672964b228ec6453566f98a67491023d0a4)
 (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 opentelemetry-client-cohttp-lwt.0.91 0.91"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall opentelemetry-client-cohttp-lwt.0.91;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'opentelemetry-client-cohttp-lwt.0.91' && 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-23 00:03.50: Waiting for resource in pool OCluster
2026-04-23 00:16.36: Waiting for worker…
2026-04-23 00:19.21: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
Updating files:  73% (13830/18826)
Updating files:  74% (13932/18826)
Updating files:  75% (14120/18826)
Updating files:  76% (14308/18826)
Updating files:  77% (14497/18826)
Updating files:  78% (14685/18826)
Updating files:  79% (14873/18826)
Updating files:  80% (15061/18826)
Updating files:  81% (15250/18826)
Updating files:  82% (15438/18826)
Updating files:  83% (15626/18826)
Updating files:  84% (15814/18826)
Updating files:  85% (16003/18826)
Updating files:  86% (16191/18826)
Updating files:  87% (16379/18826)
Updating files:  88% (16567/18826)
Updating files:  89% (16756/18826)
Updating files:  90% (16944/18826)
Updating files:  91% (17132/18826)
Updating files:  92% (17320/18826)
Updating files:  93% (17509/18826)
Updating files:  94% (17697/18826)
Updating files:  95% (17885/18826)
Updating files:  96% (18073/18826)
Updating files:  97% (18262/18826)
Updating files:  98% (18450/18826)
Updating files:  99% (18638/18826)
Updating files: 100% (18826/18826)
Updating files: 100% (18826/18826), done.
HEAD is now at 9843112d66 Merge pull request #29783 from avifenesh/opam-publish-valkey.0.2.0
Updating 9843112d66..d8730b4a79
Fast-forward
 .../opentelemetry-client-cohttp-eio.0.91/opam      | 50 +++++++++++++++++++++
 .../opentelemetry-client-cohttp-lwt.0.91/opam      | 48 ++++++++++++++++++++
 .../opentelemetry-client-ocurl-lwt.0.91/opam       | 48 ++++++++++++++++++++
 .../opentelemetry-client-ocurl.0.91/opam           | 45 +++++++++++++++++++
 .../opentelemetry-client.0.91/opam                 | 39 +++++++++++++++++
 .../opentelemetry-cohttp-lwt.0.91/opam             | 43 ++++++++++++++++++
 .../opentelemetry-logs.0.91/opam                   | 43 ++++++++++++++++++
 .../opentelemetry-lwt/opentelemetry-lwt.0.91/opam  | 43 ++++++++++++++++++
 packages/opentelemetry/opentelemetry.0.91/opam     | 51 ++++++++++++++++++++++
 9 files changed, 410 insertions(+)
 create mode 100644 packages/opentelemetry-client-cohttp-eio/opentelemetry-client-cohttp-eio.0.91/opam
 create mode 100644 packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.91/opam
 create mode 100644 packages/opentelemetry-client-ocurl-lwt/opentelemetry-client-ocurl-lwt.0.91/opam
 create mode 100644 packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.91/opam
 create mode 100644 packages/opentelemetry-client/opentelemetry-client.0.91/opam
 create mode 100644 packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.91/opam
 create mode 100644 packages/opentelemetry-logs/opentelemetry-logs.0.91/opam
 create mode 100644 packages/opentelemetry-lwt/opentelemetry-lwt.0.91/opam
 create mode 100644 packages/opentelemetry/opentelemetry.0.91/opam

(from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:a216258d93c409cf46c52c4a87391672964b228ec6453566f98a67491023d0a4)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:a216258d93c409cf46c52c4a87391672964b228ec6453566f98a67491023d0a4' locally
docker.io/ocaml/opam@sha256:a216258d93c409cf46c52c4a87391672964b228ec6453566f98a67491023d0a4: Pulling from ocaml/opam
a7730063fcfe: Already exists
4ee4710ec793: Already exists
9bffbdd66231: Already exists
cbcc548423e6: Already exists
fe2acedc347c: Already exists
d316a4b5f6c7: Already exists
a7185b084615: Already exists
8f2e4b898a82: Already exists
c45b7ac3ea87: Already exists
7e67b51417c7: Already exists
bd7b73c72643: Already exists
6c18a46bf2ad: Already exists
f9e34f2a66c9: Already exists
d9ef36e01586: Already exists
97b411d0e48e: Already exists
7a801e16329f: Already exists
19d23084d713: Already exists
19d23084d713: Already exists
5a7e5c66431e: Already exists
70ef9a276312: Already exists
9ae2c497c2b0: Already exists
e8976e43e08e: Already exists
4f4fb700ef54: Already exists
c604dd6b8c73: Already exists
1eb18e837245: Already exists
255f5a23564e: Already exists
3f89e8909570: Already exists
132eabb3a260: Already exists
493b36718743: Already exists
969b57e3419b: Already exists
149edab32f52: Already exists
bd180ee6bae9: Already exists
cc8dae61ae77: Already exists
60d736b82f5f: Already exists
37e6ecf610fb: Already exists
f5a753da3473: Already exists
36e535949899: Already exists
95ef206c9a71: Already exists
a70d32c06711: Already exists
5ee0fcdd42b0: Already exists
767e030306e7: Already exists
4d7729f33eb6: Pulling fs layer
3ae395220bcd: Pulling fs layer
d7c90f5a8dde: Pulling fs layer
fd7e56ada6bc: Pulling fs layer
fd7e56ada6bc: Waiting
3ae395220bcd: Download complete
d7c90f5a8dde: Download complete
fd7e56ada6bc: Verifying Checksum
fd7e56ada6bc: Download complete
4d7729f33eb6: Verifying Checksum
4d7729f33eb6: Download complete
4d7729f33eb6: Pull complete
3ae395220bcd: Pull complete
d7c90f5a8dde: Pull complete
fd7e56ada6bc: Pull complete
Digest: sha256:a216258d93c409cf46c52c4a87391672964b228ec6453566f98a67491023d0a4
Status: Downloaded newer image for ocaml/opam@sha256:a216258d93c409cf46c52c4a87391672964b228ec6453566f98a67491023d0a4
2026-04-23 00:20.09 ---> saved as "249c63920a60498f756426262f0ed84435b7b7ddb391e3bdab7e21001934e56d"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-23 00:20.10 ---> saved as "73d574eb36c57284d44c220bb685f992b21446c5a147f41f434ff6d5d3fd8b50"

/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-23 00:20.35 ---> saved as "76b29f10d6d5be7ee080d601b9bca13c15e36090e3aa2735437b147a27468326"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-options-only-nnp"]
# compiler-packages    ocaml-option-nnp.1, ocaml-options-only-nnp.1, ocaml-variants.4.14.3+options
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3+options+nnp
2026-04-23 00:20.36 ---> saved as "12c03c96bde126c8e12a52860ef0d0cfe0807949417ae6631f1d87280576f1e5"

/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-23 00:20.43 ---> saved as "a519f4c0ade25f6172c1c0673f8688c3ea9d5d3f1ab16f5dfb16cf136238a35b"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-23 00:20.56 ---> saved as "bbe57f97b5eb2c4e5a0382789b0f08e274601ce737bb546cef904b01a06171b6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-23 00:21.17 ---> saved as "1779811cab3cc1dcc1eb996461b5bebcbd62345566367c491e79d729412ffa72"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [127 kB]
- Fetched 218 kB in 0s (1826 kB/s)
- Reading package lists...
- 
2026-04-23 00:21.18 ---> saved as "f26af1c5655fb91c23f53929cd38d58ab8874c24e2514f2831243dd7899d8e22"

/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-client-cohttp-lwt.0.91 0.91"))
opentelemetry-client-cohttp-lwt is now pinned to version 0.91
2026-04-23 00:21.19 ---> saved as "61d7bee5461aa1be8961abda38715fb24356a436717c15aab1d1f1e6172b07c9"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall opentelemetry-client-cohttp-lwt.0.91;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'opentelemetry-client-cohttp-lwt.0.91' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
opentelemetry-client-cohttp-lwt.0.91 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 75 packages
  - install ambient-context                 0.2           [required by ambient-context-lwt, opentelemetry]
  - install ambient-context-lwt             0.2           [required by opentelemetry-client-cohttp-lwt]
  - install angstrom                        0.16.1        [required by uri]
  - install asn1-combinators                0.3.2         [required by x509]
  - install astring                         0.8.5         [required by conduit]
  - install base                            v0.16.4       [required by ppx_sexp_conv]
  - install base-bytes                      base          [required by ocplib-endian]
  - install base64                          3.5.2         [required by cohttp, pbrt_yojson]
  - install bigstringaf                     0.10.0        [required by angstrom]
  - install bos                             0.2.1         [required by ca-certs]
  - install ca-certs                        1.0.1         [required by conduit-lwt-unix]
  - install cmdliner                        2.1.1         [required by cohttp-lwt-unix]
  - install cohttp                          6.2.1         [required by cohttp-lwt, cohttp-lwt-unix]
  - install cohttp-lwt                      6.2.1         [required by opentelemetry-client-cohttp-lwt]
  - install cohttp-lwt-unix                 6.2.1         [required by opentelemetry-client-cohttp-lwt]
  - install conduit                         8.0.0         [required by conduit-lwt]
  - install conduit-lwt                     8.0.0         [required by cohttp-lwt-unix]
  - install conduit-lwt-unix                8.0.0         [required by cohttp-lwt-unix]
  - 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 lwt]
  - install csexp                           1.5.2         [required by dune-configurator]
  - install digestif                        1.3.0         [required by ca-certs]
  - install domain-name                     0.5.0         [required by ipaddr]
  - install dune                            3.22.2        [required by opentelemetry-client-cohttp-lwt]
  - install dune-configurator               3.22.2        [required by lwt]
  - install duration                        0.3.1         [required by mirage-crypto-rng]
  - install eqaf                            0.10          [required by digestif, mirage-crypto]
  - install fmt                             0.11.0        [required by cohttp-lwt-unix]
  - install fpath                           0.7.3         [required by ca-certs]
  - install gmap                            0.3.0         [required by x509]
  - install hmap                            0.8.1         [required by opentelemetry]
  - install http                            6.2.1         [required by cohttp-lwt, cohttp-lwt-unix]
  - install ipaddr                          5.6.2         [required by cohttp-lwt]
  - install ipaddr-sexp                     5.6.2         [required by conduit-lwt-unix]
  - install kdf                             1.0.0         [required by x509]
  - install logs                            0.10.0        [required by cohttp-lwt, cohttp-lwt-unix]
  - install lwt                             5.9.2         [required by opentelemetry-client-cohttp-lwt]
  - install lwt_ppx                         5.9.1         [required by opentelemetry-client-cohttp-lwt]
  - install macaddr                         5.6.2         [required by ipaddr]
  - install magic-mime                      1.3.1         [required by cohttp-lwt-unix]
  - install mirage-crypto                   2.1.0         [required by ca-certs]
  - 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 opentelemetry-client-cohttp-lwt]
  - install ocaml-compiler-libs             v0.12.4       [required by ppxlib]
  - install ocaml-syntax-shims              1.0.0         [required by angstrom]
  - install ocamlbuild                      0.16.1        [required by mtime]
  - install ocamlfind                       1.9.8         [required by mtime]
  - install ocplib-endian                   1.2           [required by lwt]
  - install ohex                            0.2.0         [required by ca-certs]
  - install opentelemetry                   0.91          [required by opentelemetry-client-cohttp-lwt]
  - install opentelemetry-client            0.91          [required by opentelemetry-client-cohttp-lwt]
  - install opentelemetry-client-cohttp-lwt 0.91 (pinned)
  - install opentelemetry-lwt               0.91          [required by opentelemetry-client-cohttp-lwt]
  - install pbrt                            4.1           [required by opentelemetry]
  - install pbrt_yojson                     4.1           [required by opentelemetry]
  - install ppx_derivers                    1.2.1         [required by ppxlib]
  - install ppx_sexp_conv                   v0.16.0       [required by cohttp-lwt, cohttp-lwt-unix]
  - install ppxlib                          0.35.0        [required by lwt_ppx]
  - install ptime                           1.2.0         [required by opentelemetry]
  - install re                              1.14.0        [required by cohttp]
  - install rresult                         0.7.0         [required by bos]
  - install sexplib0                        v0.16.0       [required by cohttp-lwt]
  - install stdlib-shims                    0.3.0         [required by pbrt]
  - install stringext                       1.6.0         [required by cohttp]
  - install thread-local-storage            0.2           [required by opentelemetry, opentelemetry-client]
  - install topkg                           1.1.1         [required by mtime]
  - install uri                             4.4.0         [required by cohttp-lwt]
  - install uri-sexp                        4.4.0         [required by cohttp]
  - install x509                            1.0.6         [required by ca-certs]
  - install yojson                          3.0.0         [required by pbrt_yojson]
  - 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"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ambient-context.0.2, ambient-context-lwt.0.2  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.1  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1  (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.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)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> retrieved duration.0.3.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (cached)
-> installed cmdliner.2.1.1
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt_ppx.5.9.1  (cached)
-> retrieved magic-mime.1.3.1  (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 ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (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 opentelemetry.0.91, opentelemetry-client.0.91, opentelemetry-client-cohttp-lwt.0.91, opentelemetry-lwt.0.91  (cached)
-> retrieved pbrt.4.1, pbrt_yojson.4.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved yojson.3.0.0  (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 rresult.0.7.0
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.22.2
-> installed gmap.0.3.0
-> installed duration.0.3.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed http.6.2.1
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed thread-local-storage.0.2
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed pbrt_yojson.4.1
-> installed pbrt.4.1
-> installed ambient-context.0.2
-> installed dune-configurator.3.22.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.1.0
-> installed kdf.1.0.0
-> installed lwt.5.9.2
-> installed uri.4.4.0
-> installed ambient-context-lwt.0.2
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.1.0
-> installed opentelemetry.0.91
-> installed mirage-crypto-pk.2.1.0
-> installed base.v0.16.4
-> installed opentelemetry-client.0.91
-> installed bos.0.2.1
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed ppxlib.0.35.0
-> installed lwt_ppx.5.9.1
-> installed opentelemetry-lwt.0.91
-> installed ppx_sexp_conv.v0.16.0
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.2
-> installed conduit.8.0.0
-> installed cohttp.6.2.1
-> installed conduit-lwt.8.0.0
-> installed cohttp-lwt.6.2.1
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.2.1
-> installed opentelemetry-client-cohttp-lwt.0.91
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-23 00:22.32 ---> saved as "3fba7b167e1dbb955716c4a97a17cd1a089fc5c66f4b2f2a4cfdc59cc0d65dc6"
Job succeeded
2026-04-23 00:22.40: Job succeeded