(not at the head of any monitored branch or PR)
2026-03-03 15:02.59: New job: build opentelemetry-client-cohttp-lwt.0.13, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29501/head (09289b64226ee9776647999a9aa34b32fa810200)
                              on debian-13-ocaml-5.4/i386

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29501/head" && git reset --hard 09289b64
git fetch origin master
git merge --no-edit 1e2ff749f83856d7d062692d6171f3f79e4aac8a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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.13 0.13
RUN opam reinstall opentelemetry-client-cohttp-lwt.0.13; \
    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.13' && 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-03-03 15:02.59: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e-opentelemetry-client-cohttp-lwt.0.13-09289b64226ee9776647999a9aa34b32fa810200"
2026-03-03 15:02.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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.13 0.13"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall opentelemetry-client-cohttp-lwt.0.13;\
             \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.13' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-03 15:02.59: Waiting for resource in pool OCluster
2026-03-03 15:13.34: Waiting for worker…
2026-03-03 15:16.25: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 1e2ff749f8 Merge pull request #29500 from hannesm/solo5-v0.10.1
Updating 1e2ff749f8..09289b6422
Fast-forward
 .../opentelemetry-client-cohttp-eio.0.13/opam      | 51 +++++++++++++++++++
 .../opentelemetry-client-cohttp-lwt.0.13/opam      | 50 +++++++++++++++++++
 .../opentelemetry-client-ocurl.0.13/opam           | 47 ++++++++++++++++++
 .../opentelemetry-cohttp-lwt.0.13/opam             | 47 ++++++++++++++++++
 .../opentelemetry-logs.0.13/opam                   | 45 +++++++++++++++++
 .../opentelemetry-lwt/opentelemetry-lwt.0.13/opam  | 48 ++++++++++++++++++
 packages/opentelemetry/opentelemetry.0.13/opam     | 57 ++++++++++++++++++++++
 7 files changed, 345 insertions(+)
 create mode 100644 packages/opentelemetry-client-cohttp-eio/opentelemetry-client-cohttp-eio.0.13/opam
 create mode 100644 packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.13/opam
 create mode 100644 packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.13/opam
 create mode 100644 packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.13/opam
 create mode 100644 packages/opentelemetry-logs/opentelemetry-logs.0.13/opam
 create mode 100644 packages/opentelemetry-lwt/opentelemetry-lwt.0.13/opam
 create mode 100644 packages/opentelemetry/opentelemetry.0.13/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e' locally
docker.io/ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e: Pulling from ocaml/opam
b536877d3c0a: Pulling fs layer
bccea9e34407: Pulling fs layer
16a19f8f73ac: Pulling fs layer
24b068660eba: Pulling fs layer
0d733f3d73ff: Pulling fs layer
9e24ce741f51: Pulling fs layer
8f72c68d553f: Pulling fs layer
b536877d3c0a: Waiting
f54f6fc8bfc4: Pulling fs layer
d06a9f3b5a73: Pulling fs layer
0d733f3d73ff: Waiting
d42229ae6b83: Pulling fs layer
d41dddb298da: Pulling fs layer
9e24ce741f51: Waiting
16a19f8f73ac: Waiting
e9711f882917: Pulling fs layer
8f72c68d553f: Waiting
24b068660eba: Waiting
07cbb93c10a3: Pulling fs layer
bccea9e34407: Waiting
2b3607a942e5: Pulling fs layer
d5893ae3accb: Pulling fs layer
f54f6fc8bfc4: Waiting
d41dddb298da: Waiting
c3146a632652: Pulling fs layer
d06a9f3b5a73: Waiting
d42229ae6b83: Waiting
3d57776a1d42: Pulling fs layer
07cbb93c10a3: Waiting
e9711f882917: Waiting
2b3607a942e5: Waiting
d5893ae3accb: Waiting
839cefcf2b8e: Pulling fs layer
3d57776a1d42: Waiting
c3146a632652: Waiting
026aaf3511fa: Pulling fs layer
839cefcf2b8e: Waiting
0a2654a36ae9: Pulling fs layer
026aaf3511fa: Waiting
b23dc160efe7: Pulling fs layer
4f4fb700ef54: Pulling fs layer
0a2654a36ae9: Waiting
c84b92e17807: Pulling fs layer
b23dc160efe7: Waiting
4f4fb700ef54: Waiting
e6680f6f46b9: Pulling fs layer
c84b92e17807: Waiting
69486b6cae87: Pulling fs layer
9909fe838d3d: Pulling fs layer
3b1fbc03b573: Pulling fs layer
e6680f6f46b9: Waiting
69486b6cae87: Waiting
1d2df1685cc4: Pulling fs layer
9909fe838d3d: Waiting
9bb166b2b0ea: Pulling fs layer
9585c6d51dc3: Pulling fs layer
1d2df1685cc4: Waiting
3b1fbc03b573: Waiting
9bb166b2b0ea: Waiting
ddd1a568c795: Pulling fs layer
64338fd8dd2d: Pulling fs layer
9be4283ff733: Pulling fs layer
ddd1a568c795: Waiting
64338fd8dd2d: Waiting
783fb857d3f0: Pulling fs layer
9be4283ff733: Waiting
699fb07ac9eb: Pulling fs layer
dfd2f30ac354: Pulling fs layer
783fb857d3f0: Waiting
699fb07ac9eb: Waiting
0957629b6db6: Pulling fs layer
50b35bb0a587: Pulling fs layer
dfd2f30ac354: Waiting
0957629b6db6: Waiting
e4e361267282: Pulling fs layer
d8d67cfb2698: Pulling fs layer
50b35bb0a587: Waiting
1733597b7dba: Pulling fs layer
d8d67cfb2698: Waiting
921726d6d5f8: Pulling fs layer
e4e361267282: Waiting
cf4eebdd42ea: Pulling fs layer
1733597b7dba: Waiting
921726d6d5f8: Waiting
2ea6c26346f9: Pulling fs layer
cf4eebdd42ea: Waiting
4e82b5c15dad: Pulling fs layer
53cf02a49f89: Pulling fs layer
2ea6c26346f9: Waiting
4e82b5c15dad: Waiting
6d652118326c: Pulling fs layer
53cf02a49f89: Waiting
6d652118326c: Waiting
bccea9e34407: Verifying Checksum
bccea9e34407: Download complete
16a19f8f73ac: Download complete
0d733f3d73ff: Verifying Checksum
0d733f3d73ff: Download complete
b536877d3c0a: Download complete
8f72c68d553f: Verifying Checksum
8f72c68d553f: Download complete
24b068660eba: Verifying Checksum
24b068660eba: Download complete
f54f6fc8bfc4: Verifying Checksum
f54f6fc8bfc4: Download complete
d06a9f3b5a73: Download complete
d41dddb298da: Verifying Checksum
d41dddb298da: Download complete
d42229ae6b83: Verifying Checksum
d42229ae6b83: Download complete
e9711f882917: Verifying Checksum
e9711f882917: Download complete
07cbb93c10a3: Verifying Checksum
07cbb93c10a3: Download complete
2b3607a942e5: Verifying Checksum
2b3607a942e5: Download complete
9e24ce741f51: Verifying Checksum
9e24ce741f51: Download complete
d5893ae3accb: Verifying Checksum
d5893ae3accb: Download complete
c3146a632652: Download complete
3d57776a1d42: Verifying Checksum
3d57776a1d42: Download complete
839cefcf2b8e: Download complete
b536877d3c0a: Pull complete
026aaf3511fa: Download complete
bccea9e34407: Pull complete
16a19f8f73ac: Pull complete
0a2654a36ae9: Verifying Checksum
0a2654a36ae9: Download complete
b23dc160efe7: Verifying Checksum
b23dc160efe7: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c84b92e17807: Verifying Checksum
c84b92e17807: Download complete
e6680f6f46b9: Verifying Checksum
e6680f6f46b9: Download complete
69486b6cae87: Verifying Checksum
69486b6cae87: Download complete
9909fe838d3d: Download complete
24b068660eba: Pull complete
0d733f3d73ff: Pull complete
3b1fbc03b573: Download complete
9bb166b2b0ea: Verifying Checksum
9bb166b2b0ea: Download complete
9585c6d51dc3: Verifying Checksum
9585c6d51dc3: Download complete
ddd1a568c795: Download complete
64338fd8dd2d: Download complete
9be4283ff733: Verifying Checksum
9be4283ff733: Download complete
783fb857d3f0: Download complete
dfd2f30ac354: Download complete
50b35bb0a587: Download complete
e4e361267282: Verifying Checksum
e4e361267282: Download complete
d8d67cfb2698: Verifying Checksum
d8d67cfb2698: Download complete
1733597b7dba: Verifying Checksum
1733597b7dba: Download complete
921726d6d5f8: Verifying Checksum
921726d6d5f8: Download complete
cf4eebdd42ea: Verifying Checksum
cf4eebdd42ea: Download complete
0957629b6db6: Verifying Checksum
0957629b6db6: Download complete
699fb07ac9eb: Verifying Checksum
699fb07ac9eb: Download complete
4e82b5c15dad: Download complete
53cf02a49f89: Verifying Checksum
53cf02a49f89: Download complete
6d652118326c: Download complete
2ea6c26346f9: Verifying Checksum
2ea6c26346f9: Download complete
9e24ce741f51: Pull complete
8f72c68d553f: Pull complete
f54f6fc8bfc4: Pull complete
d06a9f3b5a73: Pull complete
d42229ae6b83: Pull complete
d41dddb298da: Pull complete
e9711f882917: Pull complete
07cbb93c10a3: Pull complete
2b3607a942e5: Pull complete
d5893ae3accb: Pull complete
c3146a632652: Pull complete
3d57776a1d42: Pull complete
839cefcf2b8e: Pull complete
026aaf3511fa: Pull complete
0a2654a36ae9: Pull complete
b23dc160efe7: Pull complete
4f4fb700ef54: Pull complete
c84b92e17807: Pull complete
e6680f6f46b9: Pull complete
69486b6cae87: Pull complete
9909fe838d3d: Pull complete
3b1fbc03b573: Pull complete
1d2df1685cc4: Pull complete
9bb166b2b0ea: Pull complete
9585c6d51dc3: Pull complete
ddd1a568c795: Pull complete
64338fd8dd2d: Pull complete
9be4283ff733: Pull complete
783fb857d3f0: Pull complete
699fb07ac9eb: Pull complete
dfd2f30ac354: Pull complete
0957629b6db6: Pull complete
50b35bb0a587: Pull complete
e4e361267282: Pull complete
d8d67cfb2698: Pull complete
1733597b7dba: Pull complete
921726d6d5f8: Pull complete
cf4eebdd42ea: Pull complete
2ea6c26346f9: Pull complete
4e82b5c15dad: Pull complete
53cf02a49f89: Pull complete
6d652118326c: Pull complete
Digest: sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
Status: Downloaded newer image for ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e
2026-03-03 15:16.28 ---> using "b43c5bd5df55bb59e33984ce21c0929f569d40c264688b0ca0b4d2f840fcee64" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-03 15:16.28 ---> using "a892eaee17c06df0cf26314fec4681775669d36fd1bd5aa9b7b13189f3e20934" 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-03-03 15:16.28 ---> using "ad3159727dbb48507b5adee66093c604796f2fe94682a7f21adc453fa86ded97" 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_32 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                 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-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native         false
# ocaml:native-tools   false
# ocaml:native-dynlink false
# 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+bytecode-only
2026-03-03 15:16.28 ---> using "392127cad27a830e76f4989678c7986867aa4500d325307290f318c4f1c10a07" 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-03-03 15:16.28 ---> using "797f1dbe2f969cb8e273766cb1e91f9ce345acfb49cf28b3b28d0fd2717b2a3a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-03 15:16.36 ---> saved as "efaded4d1c14ddc115cf21778d7c6246df7d44cd1df6bce476440fd482d1a766"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-03 15:17.11 ---> saved as "f0ccbb674502b506c8a87ea80355a32677d89a8d9786fe5508d4cda53cbb9f03"

/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 i386 Packages [101 kB]
- Fetched 192 kB in 0s (1518 kB/s)
- Reading package lists...
2026-03-03 15:17.12 ---> saved as "c45ed593b0dd4607a0c705674a7da5272b90ff84f712add3a77dcdfbe4bce9f3"

/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-client-cohttp-lwt.0.13 0.13"))
opentelemetry-client-cohttp-lwt is now pinned to version 0.13
2026-03-03 15:17.13 ---> saved as "6fccbcd2dfe30953aae310c73622b5417c04f754fffc67dde925f552de824ad5"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall opentelemetry-client-cohttp-lwt.0.13;\
                        \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.13' && 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.13 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.0
    - opentelemetry-client-cohttp-lwt >= 0.13 -> cohttp-lwt >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> ppxlib < 0.22.0 -> ocaml < 4.13 -> dkml-base-compiler
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.0
    - opentelemetry-client-cohttp-lwt >= 0.13 -> cohttp-lwt >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> base < v0.14 -> ocaml < 4.10.0 -> ocaml-variants
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.0 -> ocaml-compiler = 5.4.0 -> base-effects
    - opentelemetry-client-cohttp-lwt >= 0.13 -> cohttp-lwt >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> ppxlib < 0.36.0
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.0 -> ocaml-compiler = 5.4.0 -> base-effects
    - opentelemetry-client-cohttp-lwt >= 0.13 -> cohttp-lwt >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> ppxlib < 0.15.0 -> ocaml-migrate-parsetree >= 1.3.1
  * Missing dependency:
    - opentelemetry-client-cohttp-lwt >= 0.13 -> cohttp-lwt >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> base < v0.14 -> ocaml < 4.10.0 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
    not available because the package is pinned to version 5.4.0
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - opentelemetry-client-cohttp-lwt >= 0.13 -> cohttp-lwt >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> base < v0.14 -> ocaml < 4.10.0 -> ocaml-variants -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - opentelemetry-client-cohttp-lwt >= 0.13 -> cohttp-lwt >= 6.0 -> ppx_sexp_conv >= v0.13.0 -> base < v0.14 -> ocaml < 4.10.0 -> ocaml-variants -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall opentelemetry-client-cohttp-lwt.0.13;
        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.13' && 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-03-03 15:17.28: Job failed: Failed: Build failed
2026-03-03 15:17.28: Log analysis:
2026-03-03 15:17.28: >>> 
No solution found, exiting
 (score = 100)
2026-03-03 15:17.28: [SKIP] Package not available