(not at the head of any monitored branch or PR)
2026-03-03 15:02.59: New job: build opentelemetry-lwt.0.13, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29501/head (09289b64226ee9776647999a9aa34b32fa810200)
                              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/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-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a
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.13 0.13
RUN opam depext opentelemetry-lwt.0.13 && opam reinstall opentelemetry-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-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-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a-opentelemetry-lwt.0.13-09289b64226ee9776647999a9aa34b32fa810200"
2026-03-03 15:02.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a)
 (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.13 0.13"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext opentelemetry-lwt.0.13 && opam reinstall opentelemetry-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-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.46: Waiting for worker…
2026-03-03 15:16.57: Got resource from pool OCluster
Building on clete
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-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a)
2026-03-03 15:17.00 ---> using "40de8e47c13dd397f7466181b47c70cd31f6d05f624f7f51643a7089a29a5322" 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-03-03 15:17.00 ---> saved as "56d9e8a75638418275aa931c51d2e5f669e153bc0fc2e4d653865d0e45b3fa51"

/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-03-03 15:18.20 ---> saved as "4c76cfa2b7f33fbd9443a7f00fdd1ef143257fb664a83fe51dc5f1106df27f3e"

/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-03-03 15:18.21 ---> saved as "b3ef5faab9f6656034b1bf9ef0b87bcfac1b44ee7ecbbd139002c56b1800fcc6"

/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:18.29 ---> saved as "ba30fbaa87cb24155ed3b5236fa9d6a05a9fc19f4ca1faa461b9330fc88898d0"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-03 15:18.42 ---> saved as "13c64173f364a24ccb9b0c40ee5839bcac43b3c4afb51a00cd5fab91d532ccd2"

/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-03-03 15:18.55 ---> saved as "302d854820a9864e34a89ddf952125bca1d4cce8b1fc971258a12cdeab39df43"

/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 [108 kB]
Fetched 199 kB in 0s (1194 kB/s)
Reading package lists...
# OS package update successful
2026-03-03 15:18.57 ---> saved as "4d7642c48398e3ded0ac303b4bdf4dc1cf7efdea8ce26096df304955aadbbde8"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext opentelemetry-lwt.0.13 && opam reinstall opentelemetry-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-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"))
# 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.13 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install atomic               base    [required by opentelemetry]
  - install ocamlbuild           0.16.1  [required by mtime, ptime]
  - install dune                 3.21.1  [required by opentelemetry-lwt]
  - install ocamlfind            1.9.8   [required by mtime, ptime]
  - install thread-local-storage 0.2     [required by opentelemetry]
  - 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 topkg                1.1.1   [required by mtime, ptime]
  - install base-bytes           base    [required by ocplib-endian]
  - install pbrt                 3.1.1   [required by opentelemetry]
  - install ppxlib               0.37.0  [required by lwt_ppx]
  - install dune-configurator    3.21.1  [required by lwt]
  - 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 opentelemetry]
  - install lwt                  6.1.1   [required by opentelemetry-lwt]
  - install opentelemetry        0.13    [required by opentelemetry-lwt]
  - install lwt_ppx              6.1.0   [required by opentelemetry-lwt]
  - install opentelemetry-lwt    0.13*
===== 25 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ambient-context.0.2] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[dune.3.21.1] found in cache
[dune-configurator.3.21.1] 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.13] found in cache
[opentelemetry-lwt.0.13] found in cache
[pbrt.3.1.1] found in cache
[ppx_derivers.1.2.1] found in cache
[ppxlib.0.37.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
[thread-local-storage.0.2] found in cache
[topkg.1.1.1] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed atomic.base
-> 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.21.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.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 thread-local-storage.0.2
-> installed ocplib-endian.1.2
-> installed pbrt.3.1.1
-> installed ambient-context.0.2
-> installed dune-configurator.3.21.1
-> installed lwt.6.1.1
-> installed opentelemetry.0.13
-> installed ppxlib.0.37.0
-> installed lwt_ppx.6.1.0
-> installed opentelemetry-lwt.0.13
Done.
# Run eval $(opam env) to update the current shell environment
2026-03-03 15:20.12 ---> saved as "8098fa71dc110130070c830f72dc3c067f1a1ad2e86b105202ad1665d8b1cc76"
Job succeeded
2026-03-03 15:20.23: Job succeeded