Build:
  1. 1
  2. 0
2026-04-21 21:51.23: New job: test opentelemetry-lwt.0.91, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29755/head (5828080b1c0f035148ce67c80be62713993296c7)
                              on debian-13-ocaml-4.14/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 5828080b
git fetch origin master
git merge --no-edit 1865f43829b076444382bc4991257c76e72fdf69
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn opentelemetry-lwt.0.91 0.91
RUN opam depext opentelemetry-lwt.0.91 && opam reinstall opentelemetry-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-lwt.0.91' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam depext --with-test opentelemetry-lwt.0.91 && opam reinstall --with-test opentelemetry-lwt.0.91) || true
RUN opam depext --with-test opentelemetry-lwt.0.91 && opam reinstall --with-test --verbose opentelemetry-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-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-21 21:51.23: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50-opentelemetry-lwt.0.91-5828080b1c0f035148ce67c80be62713993296c7"
2026-04-21 21:51.23: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || true"))
 (run (shell "opam pin add -k version -yn opentelemetry-lwt.0.91 0.91"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext opentelemetry-lwt.0.91 && opam reinstall opentelemetry-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-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"))
 (run (network host)
      (shell "(opam depext --with-test opentelemetry-lwt.0.91 && opam reinstall --with-test opentelemetry-lwt.0.91) || true"))
 (run (shell  "opam depext --with-test opentelemetry-lwt.0.91 && opam reinstall --with-test --verbose opentelemetry-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-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-21 21:51.23: Waiting for resource in pool OCluster
2026-04-21 22:01.03: Waiting for worker…
2026-04-21 22:16.03: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  87% (16433/18788)
Updating files:  88% (16534/18788)
Updating files:  89% (16722/18788)
Updating files:  90% (16910/18788)
Updating files:  91% (17098/18788)
Updating files:  92% (17285/18788)
Updating files:  93% (17473/18788)
Updating files:  94% (17661/18788)
Updating files:  95% (17849/18788)
Updating files:  96% (18037/18788)
Updating files:  97% (18225/18788)
Updating files:  98% (18413/18788)
Updating files:  99% (18601/18788)
Updating files: 100% (18788/18788)
Updating files: 100% (18788/18788), done.
HEAD is now at 1865f43829 Merge pull request #29762 from kit-ty-kate/grenier-ocaml-5.5
Merge made by the 'ort' strategy.
 .../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@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50' locally
docker.io/ocaml/opam@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50: Pulling from ocaml/opam
a7730063fcfe: Pulling fs layer
4ee4710ec793: Pulling fs layer
9bffbdd66231: Pulling fs layer
cbcc548423e6: Pulling fs layer
fe2acedc347c: Pulling fs layer
d316a4b5f6c7: Pulling fs layer
a7185b084615: Pulling fs layer
a7730063fcfe: Waiting
8f2e4b898a82: Pulling fs layer
4ee4710ec793: Waiting
fe2acedc347c: Waiting
9bffbdd66231: Waiting
c45b7ac3ea87: Pulling fs layer
cbcc548423e6: Waiting
d316a4b5f6c7: Waiting
a7185b084615: Waiting
7e67b51417c7: Pulling fs layer
c45b7ac3ea87: Waiting
bd7b73c72643: Pulling fs layer
7e67b51417c7: Waiting
6c18a46bf2ad: Pulling fs layer
bd7b73c72643: Waiting
f9e34f2a66c9: Pulling fs layer
d9ef36e01586: Pulling fs layer
6c18a46bf2ad: Waiting
97b411d0e48e: Pulling fs layer
f9e34f2a66c9: Waiting
d9ef36e01586: Waiting
7a801e16329f: Pulling fs layer
97b411d0e48e: Waiting
19d23084d713: Pulling fs layer
7a801e16329f: Waiting
19d23084d713: Waiting
5a7e5c66431e: Pulling fs layer
70ef9a276312: Pulling fs layer
5a7e5c66431e: Waiting
9ae2c497c2b0: Pulling fs layer
70ef9a276312: Waiting
e8976e43e08e: Pulling fs layer
9ae2c497c2b0: Waiting
4f4fb700ef54: Pulling fs layer
e8976e43e08e: Waiting
c604dd6b8c73: Pulling fs layer
4f4fb700ef54: Waiting
1eb18e837245: Pulling fs layer
c604dd6b8c73: Waiting
255f5a23564e: Pulling fs layer
1eb18e837245: Waiting
3f89e8909570: Pulling fs layer
255f5a23564e: Waiting
132eabb3a260: Pulling fs layer
3f89e8909570: Waiting
493b36718743: Pulling fs layer
969b57e3419b: Pulling fs layer
149edab32f52: Pulling fs layer
493b36718743: Waiting
969b57e3419b: Waiting
bd180ee6bae9: Pulling fs layer
149edab32f52: Waiting
cc8dae61ae77: Pulling fs layer
bd180ee6bae9: Waiting
60d736b82f5f: Pulling fs layer
cc8dae61ae77: Waiting
37e6ecf610fb: Pulling fs layer
60d736b82f5f: Waiting
f5a753da3473: Pulling fs layer
37e6ecf610fb: Waiting
36e535949899: Pulling fs layer
f5a753da3473: Waiting
95ef206c9a71: Pulling fs layer
36e535949899: Waiting
a70d32c06711: Pulling fs layer
95ef206c9a71: Waiting
5ee0fcdd42b0: Pulling fs layer
767e030306e7: Pulling fs layer
244689e8fa7f: Pulling fs layer
5ee0fcdd42b0: Waiting
767e030306e7: Waiting
960cd89e5a24: Pulling fs layer
244689e8fa7f: Waiting
e07686aa475e: Pulling fs layer
960cd89e5a24: Waiting
e87b8338aa37: Pulling fs layer
e07686aa475e: Waiting
e87b8338aa37: Waiting
a7730063fcfe: Verifying Checksum
a7730063fcfe: Download complete
4ee4710ec793: Verifying Checksum
4ee4710ec793: Download complete
9bffbdd66231: Download complete
cbcc548423e6: Download complete
fe2acedc347c: Verifying Checksum
fe2acedc347c: Download complete
a7730063fcfe: Pull complete
4ee4710ec793: Pull complete
9bffbdd66231: Pull complete
cbcc548423e6: Pull complete
fe2acedc347c: Pull complete
d316a4b5f6c7: Verifying Checksum
d316a4b5f6c7: Download complete
a7185b084615: Verifying Checksum
a7185b084615: Download complete
8f2e4b898a82: Verifying Checksum
8f2e4b898a82: Download complete
c45b7ac3ea87: Verifying Checksum
c45b7ac3ea87: Download complete
7e67b51417c7: Verifying Checksum
7e67b51417c7: Download complete
bd7b73c72643: Verifying Checksum
bd7b73c72643: Download complete
6c18a46bf2ad: Verifying Checksum
6c18a46bf2ad: Download complete
f9e34f2a66c9: Verifying Checksum
f9e34f2a66c9: Download complete
d9ef36e01586: Verifying Checksum
d9ef36e01586: Download complete
97b411d0e48e: Verifying Checksum
97b411d0e48e: Download complete
7a801e16329f: Verifying Checksum
7a801e16329f: Download complete
19d23084d713: Verifying Checksum
19d23084d713: Download complete
70ef9a276312: Verifying Checksum
70ef9a276312: Download complete
9ae2c497c2b0: Verifying Checksum
9ae2c497c2b0: Download complete
e8976e43e08e: Verifying Checksum
e8976e43e08e: Download complete
c604dd6b8c73: Download complete
1eb18e837245: Download complete
255f5a23564e: Verifying Checksum
255f5a23564e: Download complete
3f89e8909570: Download complete
132eabb3a260: Verifying Checksum
132eabb3a260: Download complete
493b36718743: Download complete
969b57e3419b: Verifying Checksum
969b57e3419b: Download complete
149edab32f52: Verifying Checksum
149edab32f52: Download complete
bd180ee6bae9: Verifying Checksum
bd180ee6bae9: Download complete
cc8dae61ae77: Download complete
60d736b82f5f: Download complete
37e6ecf610fb: Verifying Checksum
37e6ecf610fb: Download complete
d316a4b5f6c7: Pull complete
a7185b084615: Pull complete
8f2e4b898a82: Pull complete
c45b7ac3ea87: Pull complete
7e67b51417c7: Pull complete
bd7b73c72643: Pull complete
6c18a46bf2ad: Pull complete
f9e34f2a66c9: Pull complete
d9ef36e01586: Pull complete
97b411d0e48e: Pull complete
7a801e16329f: Pull complete
19d23084d713: Pull complete
5a7e5c66431e: Pull complete
70ef9a276312: Pull complete
9ae2c497c2b0: Pull complete
e8976e43e08e: Pull complete
4f4fb700ef54: Pull complete
c604dd6b8c73: Pull complete
1eb18e837245: Pull complete
255f5a23564e: Pull complete
3f89e8909570: Pull complete
132eabb3a260: Pull complete
493b36718743: Pull complete
969b57e3419b: Pull complete
149edab32f52: Pull complete
bd180ee6bae9: Pull complete
cc8dae61ae77: Pull complete
60d736b82f5f: Pull complete
37e6ecf610fb: Pull complete
f5a753da3473: Verifying Checksum
f5a753da3473: Download complete
36e535949899: Verifying Checksum
36e535949899: Download complete
95ef206c9a71: Verifying Checksum
95ef206c9a71: Download complete
a70d32c06711: Download complete
5ee0fcdd42b0: Download complete
767e030306e7: Verifying Checksum
767e030306e7: Download complete
244689e8fa7f: Verifying Checksum
244689e8fa7f: Download complete
960cd89e5a24: Download complete
e07686aa475e: Download complete
e87b8338aa37: Verifying Checksum
e87b8338aa37: Download complete
f5a753da3473: Pull complete
36e535949899: Pull complete
95ef206c9a71: Pull complete
a70d32c06711: Pull complete
5ee0fcdd42b0: Pull complete
767e030306e7: Pull complete
244689e8fa7f: Pull complete
960cd89e5a24: Pull complete
e07686aa475e: Pull complete
e87b8338aa37: Pull complete
Digest: sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50
Status: Downloaded newer image for ocaml/opam@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50
2026-04-21 22:16.23 ---> using "275aa6c46f8d27a33df71b6bdff009976fb58bbf99c28dd3a526aa8f4b7aefb8" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-04-21 22:16.23 ---> using "39779748aa92901f93916005bfb3e01e20c831b6d656d48bec1094dbbb0b8c3b" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-21 22:16.23 ---> using "2c46d580f9902bffd1cb5037c946bb50c9ab9fd8bf18e8e650c55f3931fe5b1e" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    4.14
2026-04-21 22:16.23 ---> using "814cb6c5d24bcc92c59bfd92adc1d69dfcda3a8bcf762f4b82a98743b8178d39" 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-21 22:16.23 ---> using "d00167742e0868f0f5c807e6730401d29515bc566e52ba91c7ae4bf877e88585" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-21 22:16.32 ---> saved as "3814bc87b1a7d1df4c82d528488471f364469e6d20dda9b5867e1e6591596719"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-21 22:16.44 ---> saved as "fec41ae4801b4d6c4b02bf5b41e22c4522ca5dbdfad037b13254dbf165453784"

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 [125 kB]
Fetched 216 kB in 0s (1945 kB/s)
Reading package lists...
# OS package update successful
2026-04-21 22:16.46 ---> saved as "e67a04769def41073ac1046113c584740f7bafe38c7799cc6bdf130332eb6dc7"

/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-lwt.0.91 0.91"))
opentelemetry-lwt is now pinned to version 0.91
2026-04-21 22:16.47 ---> saved as "f85ee1647cc889140048db5a5a80e81d890c3cd1aab2cb5b7d8b1676bae763d1"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext opentelemetry-lwt.0.91 && opam reinstall opentelemetry-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-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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
opentelemetry-lwt.0.91 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ocamlbuild          0.16.1  [required by mtime, ptime]
  - install dune                3.22.2  [required by opentelemetry-lwt]
  - install ocamlfind           1.9.8   [required by mtime, ptime]
  - install yojson              3.0.0   [required by pbrt_yojson]
  - install stdlib-shims        0.3.0   [required by ppxlib, pbrt]
  - install sexplib0            v0.17.0 [required by ppxlib]
  - install ppx_derivers        1.2.1   [required by ppxlib]
  - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install csexp               1.5.2   [required by dune-configurator]
  - install cppo                1.8.0   [required by lwt]
  - install base64              3.5.2   [required by pbrt_yojson]
  - install topkg               1.1.1   [required by mtime, ptime]
  - install base-bytes          base    [required by ocplib-endian]
  - install pbrt                4.1     [required by opentelemetry]
  - install ppxlib              0.38.0  [required by lwt_ppx]
  - install dune-configurator   3.22.2  [required by lwt]
  - install pbrt_yojson         4.1     [required by opentelemetry]
  - install ptime               1.2.0   [required by opentelemetry]
  - install mtime               2.1.0   [required by opentelemetry]
  - install hmap                0.8.1   [required by opentelemetry]
  - install ocplib-endian       1.2     [required by lwt]
  - install ambient-context     0.2     [required by ambient-context-lwt, opentelemetry]
  - install lwt                 6.1.1   [required by opentelemetry-lwt]
  - install opentelemetry       0.91    [required by opentelemetry-lwt]
  - install lwt_ppx             6.1.0   [required by opentelemetry-lwt]
  - install ambient-context-lwt 0.2     [required by opentelemetry-lwt]
  - install opentelemetry-lwt   0.91*
===== 27 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ambient-context.0.2] found in cache
[ambient-context-lwt.0.2] found in cache
[base64.3.5.2] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[dune.3.22.2] found in cache
[dune-configurator.3.22.2] found in cache
[hmap.0.8.1] found in cache
[lwt.6.1.1] found in cache
[lwt_ppx.6.1.0] found in cache
[mtime.2.1.0] found in cache
[ocaml-compiler-libs.v0.12.4] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ocplib-endian.1.2] found in cache
[opentelemetry.0.91] found in cache
[opentelemetry-lwt.0.91] found in cache
[pbrt.4.1] found in cache
[pbrt_yojson.4.1] found in cache
[ppx_derivers.1.2.1] found in cache
[ppxlib.0.38.0] found in cache
[ptime.1.2.0] found in cache
[sexplib0.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.1.1] found in cache
[yojson.3.0.0] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed dune.3.22.2
-> installed ppx_derivers.1.2.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed ambient-context.0.2
-> installed sexplib0.v0.17.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed pbrt.4.1
-> installed dune-configurator.3.22.2
-> installed pbrt_yojson.4.1
-> installed lwt.6.1.1
-> installed ambient-context-lwt.0.2
-> installed opentelemetry.0.91
-> installed ppxlib.0.38.0
-> installed lwt_ppx.6.1.0
-> installed opentelemetry-lwt.0.91
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-21 22:19.24 ---> saved as "628d88366970db56e4af2fcdef912daa4e4e5ddd225e7ea4dd448cb173decc6c"

/home/opam: (run (network host)
                 (shell "(opam depext --with-test opentelemetry-lwt.0.91 && opam reinstall --with-test opentelemetry-lwt.0.91) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for opentelemetry-lwt.0.91: The following dependencies couldn't be met:
          - opentelemetry-lwt -> ambient-context-lwt -> bisect_ppx -> ocaml < 4.12
              base of this switch (use `--unlock-base' to force)
          - opentelemetry-lwt -> ambient-context-lwt -> bisect_ppx -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13
              base of this switch (use `--unlock-base' to force)
          - opentelemetry-lwt -> ambient-context-lwt -> bisect_ppx -> ocamlformat = 0.16.0 -> ocaml < 4.13
              base of this switch (use `--unlock-base' to force)


Command failed: opam list --readonly --with-test --external '--resolve=opentelemetry-lwt.0.91' --color=never returned 20
2026-04-21 22:19.29 ---> saved as "b5ad3c61c53b317732eeb9a2db3efbea9906aace957872ac827b15076978a21c"

/home/opam: (run (shell  "opam depext --with-test opentelemetry-lwt.0.91 && opam reinstall --with-test --verbose opentelemetry-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-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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for opentelemetry-lwt.0.91: The following dependencies couldn't be met:
          - opentelemetry-lwt -> ambient-context-lwt -> bisect_ppx -> ocaml < 4.12
              base of this switch (use `--unlock-base' to force)
          - opentelemetry-lwt -> ambient-context-lwt -> bisect_ppx -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13
              base of this switch (use `--unlock-base' to force)
          - opentelemetry-lwt -> ambient-context-lwt -> bisect_ppx -> ocamlformat = 0.16.0 -> ocaml < 4.13
              base of this switch (use `--unlock-base' to force)


Command failed: opam list --readonly --with-test --external '--resolve=opentelemetry-lwt.0.91' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext --with-test opentelemetry-lwt.0.91 && opam reinstall --with-test --verbose opentelemetry-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-lwt.0.91' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-04-21 22:19.41: Job failed: Failed: Build failed
2026-04-21 22:19.41: Log analysis:
2026-04-21 22:19.41: >>> 
[ERROR] No solution for opentelemetry-lwt.0.91: The following dependencies couldn't be met:
 (score = 100)
2026-04-21 22:19.41: >>> 
[ERROR] No solution for opentelemetry-lwt.0.91: The following dependencies couldn't be met:
 (score = 100)
2026-04-21 22:19.41: [SKIP] Package not available