(not at the head of any monitored branch or PR)
2026-04-02 19:38.22: New job: build opentelemetry-client-cohttp-eio.0.90, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29633/head (e70d48a1952a7edcae52bb270d471ba97379795b)
                              on opensuse-tumbleweed-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/29633/head" && git reset --hard e70d48a1
git fetch origin master
git merge --no-edit c0deda526f99d43a05c065e9218404492897c64b
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706
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-eio.0.90 0.90
RUN opam reinstall opentelemetry-client-cohttp-eio.0.90; \
    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 "\"opensuse-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'opentelemetry-client-cohttp-eio.0.90' && 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-02 19:38.22: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706-opentelemetry-client-cohttp-eio.0.90-e70d48a1952a7edcae52bb270d471ba97379795b"
2026-04-02 19:38.22: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706)
 (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-eio.0.90 0.90"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall opentelemetry-client-cohttp-eio.0.90;\
             \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 \"\\\"opensuse-tumbleweed\\\"\"; 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-eio.0.90' && 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-02 19:38.22: Waiting for resource in pool OCluster
2026-04-02 19:40.41: Waiting for worker…
2026-04-02 19:41.56: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
Updating files:  99% (18434/18600)
Updating files: 100% (18600/18600)
Updating files: 100% (18600/18600), done.
HEAD is now at c0deda526f Merge pull request #29625 from xvw/release-lunar-v1.0.0
Updating c0deda526f..e70d48a195
Fast-forward
 .../opentelemetry-client-cohttp-eio.0.90/opam      | 48 ++++++++++++++++++++
 .../opentelemetry-client-cohttp-lwt.0.90/opam      | 48 ++++++++++++++++++++
 .../opentelemetry-client-ocurl-lwt.0.90/opam       | 48 ++++++++++++++++++++
 .../opentelemetry-client-ocurl.0.90/opam           | 45 +++++++++++++++++++
 .../opentelemetry-client.0.90/opam                 | 39 +++++++++++++++++
 .../opentelemetry-cohttp-lwt.0.90/opam             | 43 ++++++++++++++++++
 .../opentelemetry-logs.0.90/opam                   | 43 ++++++++++++++++++
 .../opentelemetry-lwt/opentelemetry-lwt.0.90/opam  | 43 ++++++++++++++++++
 packages/opentelemetry/opentelemetry.0.90/opam     | 51 ++++++++++++++++++++++
 9 files changed, 408 insertions(+)
 create mode 100644 packages/opentelemetry-client-cohttp-eio/opentelemetry-client-cohttp-eio.0.90/opam
 create mode 100644 packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.90/opam
 create mode 100644 packages/opentelemetry-client-ocurl-lwt/opentelemetry-client-ocurl-lwt.0.90/opam
 create mode 100644 packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.90/opam
 create mode 100644 packages/opentelemetry-client/opentelemetry-client.0.90/opam
 create mode 100644 packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.90/opam
 create mode 100644 packages/opentelemetry-logs/opentelemetry-logs.0.90/opam
 create mode 100644 packages/opentelemetry-lwt/opentelemetry-lwt.0.90/opam
 create mode 100644 packages/opentelemetry/opentelemetry.0.90/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706' locally
docker.io/ocaml/opam@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706: Pulling from ocaml/opam
dfa58f4d72cf: Already exists
f94eeb7e12be: Already exists
c642bd9ccfbf: Already exists
dc1006758a12: Already exists
deda37aecea5: Already exists
ed772b3456a3: Already exists
6f443926bec9: Already exists
b8b368fa1887: Already exists
a5ec3b357eea: Already exists
9cfecfc87439: Already exists
a62cc9da4d44: Already exists
9501d81e93d6: Already exists
8fd4dd2f047b: Already exists
f58ae6911ceb: Already exists
9cf14ae3463c: Already exists
07a6850acfd3: Already exists
57c9d76921fb: Already exists
f2aab684bf47: Already exists
f2aab684bf47: Already exists
4f4fb700ef54: Already exists
e739222b0b16: Already exists
ad5af65cbe3b: Already exists
c09bc9f04c30: Already exists
97a41c2d1686: Already exists
d68abda7c623: Already exists
b4caa53f33db: Already exists
226e2ff8bdf4: Already exists
1e86189b37aa: Already exists
01c838a862af: Already exists
733441a7aaf0: Already exists
bf14ba7ee05b: Already exists
a80a648568cf: Already exists
e62408b178ab: Already exists
c6d346a5237d: Already exists
a952911c0297: Already exists
e52f058df488: Already exists
cdd17d1708eb: Already exists
e824dc516a37: Already exists
9ba77699f64e: Pulling fs layer
a54f5adf4fbc: Pulling fs layer
9ba77699f64e: Waiting
d11f40aa0972: Pulling fs layer
a54f5adf4fbc: Waiting
b66f1409b338: Pulling fs layer
d11f40aa0972: Waiting
b66f1409b338: Waiting
d48092bf0716: Pulling fs layer
d48092bf0716: Waiting
9ba77699f64e: Verifying Checksum
9ba77699f64e: Download complete
d11f40aa0972: Verifying Checksum
d11f40aa0972: Download complete
b66f1409b338: Download complete
d48092bf0716: Download complete
a54f5adf4fbc: Verifying Checksum
a54f5adf4fbc: Download complete
9ba77699f64e: Pull complete
a54f5adf4fbc: Pull complete
d11f40aa0972: Pull complete
b66f1409b338: Pull complete
d48092bf0716: Pull complete
Digest: sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706
Status: Downloaded newer image for ocaml/opam@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706
2026-04-02 19:42.08 ---> using "2dcb0fb04f6496b7a74c7c61d1c6a6783a54c3f706652f25afdea32e15a39187" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-02 19:42.08 ---> using "88acd4a8f8d519060253726dbdec5299fd7f389233a8e09f08e39124def4defb" 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 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-02 19:42.08 ---> using "007780303629224b73c6a6640527b2187aeaefa842ee4224aa7d854e89b87084" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260326
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# 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
2026-04-02 19:42.08 ---> using "4501b4f04a57c122b92ac7dc09d4a4e16ae30f720a86e921d27e1045a5a2ecd4" 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-02 19:42.08 ---> using "66527227a3bfc697aba41296e9f69cd86ed7eb37d0176fd10ea4d6d96ef67ccd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-02 19:42.19 ---> saved as "0b1cda44d7ae03b23e00e9a3a47bf045577fb712f970f2d9ebbd64560164f08d"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-02 19:42.41 ---> saved as "9851e36924325d28197a5f1cabaf6400324da151357396b15fb9b4727129b319"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ...
- ....done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- .
- ............
- ..........
- done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-02 19:42.52 ---> saved as "04c8e51be0c6316a7c50c271e8bfc2be331f14559b7864ed9f07baeedf1e619a"

/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-client-cohttp-eio.0.90 0.90"))
opentelemetry-client-cohttp-eio is now pinned to version 0.90
2026-04-02 19:42.53 ---> saved as "7c9e1f39c5d5ef81186cf8f4a3aee813470d45e2a603e22498710c1f4b66e338"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall opentelemetry-client-cohttp-eio.0.90;\
                        \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 \"\\\"opensuse-tumbleweed\\\"\"; 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-eio.0.90' && 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-eio.0.90 is not installed. Install it? [Y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.3 -> ocaml = 4.14.3
    - opentelemetry-client-cohttp-eio >= 0.90 -> ocaml >= 5.0
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.3
    - opentelemetry-client-cohttp-eio >= 0.90 -> ocaml >= 5.0 -> ocaml-variants >= 5.4.1~

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall opentelemetry-client-cohttp-eio.0.90;
        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 "\"opensuse-tumbleweed\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'opentelemetry-client-cohttp-eio.0.90' && 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-02 19:43.10: Job failed: Failed: Build failed
2026-04-02 19:43.10: Log analysis:
2026-04-02 19:43.10: >>> 
No solution found, exiting
 (score = 100)
2026-04-02 19:43.10: [SKIP] Package not available