Build:
  1. 0
2026-03-05 14:44.13: New job: test opentelemetry-client-cohttp-eio.0.13, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29501/head (cdff5cea813cc67e3b6af2e3e942f06b406991a2)
                              on ubuntu-24.04-ocaml-4.14/riscv64

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 cdff5cea
git fetch origin master
git merge --no-edit f3ca8d6739c241b5e16cab2307b0bf8a5db266e9
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536
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.13 0.13
RUN opam reinstall opentelemetry-client-cohttp-eio.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 "\"ubuntu-24.04\""; 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.13' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test opentelemetry-client-cohttp-eio.0.13) || true
RUN opam reinstall --with-test --verbose opentelemetry-client-cohttp-eio.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 "\"ubuntu-24.04\""; 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.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-05 14:44.13: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536-opentelemetry-client-cohttp-eio.0.13-cdff5cea813cc67e3b6af2e3e942f06b406991a2"
2026-03-05 14:44.13: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536)
 (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.13 0.13"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall opentelemetry-client-cohttp-eio.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 \"\\\"ubuntu-24.04\\\"\"; 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.13' && 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 reinstall --with-test opentelemetry-client-cohttp-eio.0.13) || true"))
 (run (shell  "opam reinstall --with-test --verbose opentelemetry-client-cohttp-eio.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 \"\\\"ubuntu-24.04\\\"\"; 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.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-05 14:44.13: Waiting for resource in pool OCluster
2026-03-05 14:44.14: Waiting for worker…
2026-03-05 15:40.20: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files:  14% (2723/18378)
Updating files:  15% (2757/18378)
Updating files:  16% (2941/18378)
Updating files:  17% (3125/18378)
Updating files:  18% (3309/18378)
Updating files:  19% (3492/18378)
Updating files:  20% (3676/18378)
Updating files:  21% (3860/18378)
Updating files:  22% (4044/18378)
Updating files:  23% (4227/18378)
Updating files:  24% (4411/18378)
Updating files:  25% (4595/18378)
Updating files:  26% (4779/18378)
Updating files:  27% (4963/18378)
Updating files:  27% (5100/18378)
Updating files:  28% (5146/18378)
Updating files:  29% (5330/18378)
Updating files:  30% (5514/18378)
Updating files:  31% (5698/18378)
Updating files:  32% (5881/18378)
Updating files:  33% (6065/18378)
Updating files:  34% (6249/18378)
Updating files:  35% (6433/18378)
Updating files:  36% (6617/18378)
Updating files:  37% (6800/18378)
Updating files:  38% (6984/18378)
Updating files:  39% (7168/18378)
Updating files:  40% (7352/18378)
Updating files:  40% (7413/18378)
Updating files:  41% (7535/18378)
Updating files:  42% (7719/18378)
Updating files:  43% (7903/18378)
Updating files:  44% (8087/18378)
Updating files:  45% (8271/18378)
Updating files:  46% (8454/18378)
Updating files:  47% (8638/18378)
Updating files:  48% (8822/18378)
Updating files:  49% (9006/18378)
Updating files:  50% (9189/18378)
Updating files:  51% (9373/18378)
Updating files:  52% (9557/18378)
Updating files:  52% (9689/18378)
Updating files:  53% (9741/18378)
Updating files:  54% (9925/18378)
Updating files:  55% (10108/18378)
Updating files:  56% (10292/18378)
Updating files:  57% (10476/18378)
Updating files:  58% (10660/18378)
Updating files:  59% (10844/18378)
Updating files:  60% (11027/18378)
Updating files:  61% (11211/18378)
Updating files:  62% (11395/18378)
Updating files:  63% (11579/18378)
Updating files:  64% (11762/18378)
Updating files:  65% (11946/18378)
Updating files:  65% (12031/18378)
Updating files:  66% (12130/18378)
Updating files:  67% (12314/18378)
Updating files:  68% (12498/18378)
Updating files:  69% (12681/18378)
Updating files:  70% (12865/18378)
Updating files:  71% (13049/18378)
Updating files:  72% (13233/18378)
Updating files:  73% (13416/18378)
Updating files:  74% (13600/18378)
Updating files:  75% (13784/18378)
Updating files:  76% (13968/18378)
Updating files:  77% (14152/18378)
Updating files:  77% (14263/18378)
Updating files:  78% (14335/18378)
Updating files:  79% (14519/18378)
Updating files:  80% (14703/18378)
Updating files:  81% (14887/18378)
Updating files:  82% (15070/18378)
Updating files:  83% (15254/18378)
Updating files:  84% (15438/18378)
Updating files:  85% (15622/18378)
Updating files:  86% (15806/18378)
Updating files:  87% (15989/18378)
Updating files:  88% (16173/18378)
Updating files:  89% (16357/18378)
Updating files:  89% (16518/18378)
Updating files:  90% (16541/18378)
Updating files:  91% (16724/18378)
Updating files:  92% (16908/18378)
Updating files:  93% (17092/18378)
Updating files:  94% (17276/18378)
Updating files:  95% (17460/18378)
Updating files:  96% (17643/18378)
Updating files:  97% (17827/18378)
Updating files:  98% (18011/18378)
Updating files:  99% (18195/18378)
Updating files: 100% (18378/18378)
Updating files: 100% (18378/18378), done.
HEAD is now at f3ca8d6739 Merge pull request #29503 from plermusiaux/release-saltoIL-0.2.1
Updating f3ca8d6739..cdff5cea81
Fast-forward
 .../opentelemetry-client-cohttp-eio.0.13/opam      | 53 ++++++++++++++++++++
 .../opentelemetry-client-cohttp-lwt.0.13/opam      | 51 +++++++++++++++++++
 .../opentelemetry-client-ocurl.0.13/opam           | 47 ++++++++++++++++++
 .../opentelemetry-cohttp-lwt.0.13/opam             | 47 ++++++++++++++++++
 .../opentelemetry-logs.0.13/opam                   | 49 +++++++++++++++++++
 .../opentelemetry-lwt/opentelemetry-lwt.0.13/opam  | 48 ++++++++++++++++++
 packages/opentelemetry/opentelemetry.0.13/opam     | 57 ++++++++++++++++++++++
 7 files changed, 352 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:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536' locally
docker.io/ocaml/opam@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536: Pulling from ocaml/opam
f2683d5e2cbe: Already exists
02751ff4abc9: Already exists
e713ceb278b3: Already exists
756895a86a0b: Already exists
1a06c92bb812: Already exists
3c8248524df4: Already exists
69e0b9988875: Already exists
86e3068c9b9c: Already exists
8c27b312abe2: Already exists
daf2913223bd: Already exists
8c34bc9ec7ad: Already exists
cf593a3cf665: Already exists
34b57fe326ab: Already exists
ba2fd5c779ba: Already exists
a485987ec570: Already exists
9d309df9529a: Already exists
0536f64225da: Already exists
0536f64225da: Already exists
ce9e29f4d188: Already exists
a93d42988756: Already exists
28157b6d8c2f: Already exists
41973de8e3d5: Already exists
4f4fb700ef54: Already exists
0f37346a9ccb: Already exists
408fa26e5246: Already exists
abd5ecb90bdb: Already exists
b9b2a4deef0d: Already exists
a765421f304f: Already exists
049386d3400e: Already exists
c72b37197e1f: Already exists
da3f3feedbc9: Already exists
b523f5dfe651: Already exists
4f9bec3428d5: Already exists
8a016a7b87b7: Already exists
1fbad9fb68da: Already exists
fab68fbe84ee: Already exists
b45ea21c8e4b: Already exists
f5c1e4872369: Already exists
1731e0f7b593: Already exists
5d10a06222ab: Already exists
388671f5f76e: Already exists
9ab8ccd4bdda: Pulling fs layer
846813e55dde: Pulling fs layer
6d63b35891f7: Pulling fs layer
f098fe2c6def: Pulling fs layer
f098fe2c6def: Waiting
846813e55dde: Verifying Checksum
846813e55dde: Download complete
6d63b35891f7: Verifying Checksum
6d63b35891f7: Download complete
f098fe2c6def: Verifying Checksum
f098fe2c6def: Download complete
9ab8ccd4bdda: Verifying Checksum
9ab8ccd4bdda: Download complete
9ab8ccd4bdda: Pull complete
846813e55dde: Pull complete
6d63b35891f7: Pull complete
f098fe2c6def: Pull complete
Digest: sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536
Status: Downloaded newer image for ocaml/opam@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536
2026-03-05 15:40.30 ---> using "ce33d2d432e9b46d8f23350e176daa8b46dee3c91a97e7cfeaf526f78af9698e" 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-03-05 15:40.30 ---> using "1f5694f9c8f55ddf908991c8587cc282eb6c9cbbf4593f6320ae60261fa8a759" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-05 15:40.30 ---> using "0a3ff36c15ec9517ab574a5428eff2c5bc3e129d378ecd35f28d8698262e1a06" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, 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.2
2026-03-05 15:40.30 ---> using "5adf3b70adffff58004c5603abc2a8e28afb20073bc4f6778f0889d1b0b6af34" 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-05 15:40.30 ---> using "b789a0f9e28a5dd472843fdbe06e0006104b7bc316797e2a463f14b9dc23355d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-05 15:40.36 ---> using "083d26777ba25d2eec6363353eaf51ed9b437f53c69287ae1a350ce46b7dae9c" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-05 15:40.36 ---> using "7149948971f2df04bf09dd25ab9beaa4d1f1d8fcbf1d23b11df1c596b1681c8f" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [937 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1523 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [972 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [608 kB]
- Fetched 4418 kB in 2s (2108 kB/s)
- Reading package lists...
- 
2026-03-05 15:40.36 ---> using "46327f35801653c0b072d602965427d00a1aa3500666faf38683074aa557b539" from cache

/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-client-cohttp-eio.0.13 0.13"))
opentelemetry-client-cohttp-eio is now pinned to version 0.13
2026-03-05 15:40.36 ---> using "af329872f45212b11f29c21df01d79aaeec7a3b1f815a44d1a17cac6e70cb3e7" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall opentelemetry-client-cohttp-eio.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 \"\\\"ubuntu-24.04\\\"\"; 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.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-eio.0.13 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - opentelemetry-client-cohttp-eio >= 0.13 -> ocaml >= 5.0 -> ocaml-variants < 5.6.1~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - opentelemetry-client-cohttp-eio >= 0.13 -> ocaml >= 5.0 -> ocaml-variants < 5.0.1~ -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - opentelemetry-client-cohttp-eio >= 0.13 -> ocaml >= 5.0 -> ocaml-variants < 5.2.1~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall opentelemetry-client-cohttp-eio.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 "\"ubuntu-24.04\""; 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.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-05 15:41.54: Job failed: Failed: Build failed
2026-03-05 15:41.54: Log analysis:
2026-03-05 15:41.54: >>> 
No solution found, exiting
 (score = 100)
2026-03-05 15:41.54: [SKIP] Package not available