Build:
  1. 0
2026-04-23 00:03.50: New job: build opentelemetry-client-cohttp-eio.0.91, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29755/head (d8730b4a79d6106eb57e7c5fd6c647273cb6eedc)
                              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/29755/head" && git reset --hard d8730b4a
git fetch origin master
git merge --no-edit 9843112d6616a14cc7e182be5ead331fd312ad07
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d7aa3c86bd24a9b9cb853d516a4c7642d43cd0f47030b44d51a0b6f1470a61cb
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.91 0.91
RUN opam reinstall opentelemetry-client-cohttp-eio.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 "\"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.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-23 00:03.50: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d7aa3c86bd24a9b9cb853d516a4c7642d43cd0f47030b44d51a0b6f1470a61cb-opentelemetry-client-cohttp-eio.0.91-d8730b4a79d6106eb57e7c5fd6c647273cb6eedc"
2026-04-23 00:03.50: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d7aa3c86bd24a9b9cb853d516a4c7642d43cd0f47030b44d51a0b6f1470a61cb)
 (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.91 0.91"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall opentelemetry-client-cohttp-eio.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 \"\\\"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.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-23 00:03.50: Waiting for resource in pool OCluster
2026-04-23 00:03.52: Waiting for worker…
2026-04-23 01:11.07: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files:  14% (2708/18826)
Updating files:  15% (2824/18826)
Updating files:  16% (3013/18826)
Updating files:  17% (3201/18826)
Updating files:  18% (3389/18826)
Updating files:  19% (3577/18826)
Updating files:  20% (3766/18826)
Updating files:  21% (3954/18826)
Updating files:  22% (4142/18826)
Updating files:  23% (4330/18826)
Updating files:  24% (4519/18826)
Updating files:  25% (4707/18826)
Updating files:  26% (4895/18826)
Updating files:  27% (5084/18826)
Updating files:  27% (5102/18826)
Updating files:  28% (5272/18826)
Updating files:  29% (5460/18826)
Updating files:  30% (5648/18826)
Updating files:  31% (5837/18826)
Updating files:  32% (6025/18826)
Updating files:  33% (6213/18826)
Updating files:  34% (6401/18826)
Updating files:  35% (6590/18826)
Updating files:  36% (6778/18826)
Updating files:  37% (6966/18826)
Updating files:  38% (7154/18826)
Updating files:  39% (7343/18826)
Updating files:  39% (7433/18826)
Updating files:  40% (7531/18826)
Updating files:  41% (7719/18826)
Updating files:  42% (7907/18826)
Updating files:  43% (8096/18826)
Updating files:  44% (8284/18826)
Updating files:  45% (8472/18826)
Updating files:  46% (8660/18826)
Updating files:  47% (8849/18826)
Updating files:  48% (9037/18826)
Updating files:  49% (9225/18826)
Updating files:  50% (9413/18826)
Updating files:  51% (9602/18826)
Updating files:  51% (9694/18826)
Updating files:  52% (9790/18826)
Updating files:  53% (9978/18826)
Updating files:  54% (10167/18826)
Updating files:  55% (10355/18826)
Updating files:  56% (10543/18826)
Updating files:  57% (10731/18826)
Updating files:  58% (10920/18826)
Updating files:  59% (11108/18826)
Updating files:  60% (11296/18826)
Updating files:  61% (11484/18826)
Updating files:  62% (11673/18826)
Updating files:  63% (11861/18826)
Updating files:  63% (11929/18826)
Updating files:  64% (12049/18826)
Updating files:  65% (12237/18826)
Updating files:  66% (12426/18826)
Updating files:  67% (12614/18826)
Updating files:  68% (12802/18826)
Updating files:  69% (12990/18826)
Updating files:  70% (13179/18826)
Updating files:  71% (13367/18826)
Updating files:  72% (13555/18826)
Updating files:  73% (13743/18826)
Updating files:  74% (13932/18826)
Updating files:  75% (14120/18826)
Updating files:  75% (14277/18826)
Updating files:  76% (14308/18826)
Updating files:  77% (14497/18826)
Updating files:  78% (14685/18826)
Updating files:  79% (14873/18826)
Updating files:  80% (15061/18826)
Updating files:  81% (15250/18826)
Updating files:  82% (15438/18826)
Updating files:  83% (15626/18826)
Updating files:  84% (15814/18826)
Updating files:  85% (16003/18826)
Updating files:  86% (16191/18826)
Updating files:  87% (16379/18826)
Updating files:  88% (16567/18826)
Updating files:  88% (16606/18826)
Updating files:  89% (16756/18826)
Updating files:  90% (16944/18826)
Updating files:  91% (17132/18826)
Updating files:  92% (17320/18826)
Updating files:  93% (17509/18826)
Updating files:  94% (17697/18826)
Updating files:  95% (17885/18826)
Updating files:  96% (18073/18826)
Updating files:  97% (18262/18826)
Updating files:  98% (18450/18826)
Updating files:  99% (18638/18826)
Updating files: 100% (18826/18826)
Updating files: 100% (18826/18826), done.
HEAD is now at 9843112d66 Merge pull request #29783 from avifenesh/opam-publish-valkey.0.2.0
Updating 9843112d66..d8730b4a79
Fast-forward
 .../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:ubuntu-24.04-ocaml-4.14@sha256:d7aa3c86bd24a9b9cb853d516a4c7642d43cd0f47030b44d51a0b6f1470a61cb)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d7aa3c86bd24a9b9cb853d516a4c7642d43cd0f47030b44d51a0b6f1470a61cb' locally
docker.io/ocaml/opam@sha256:d7aa3c86bd24a9b9cb853d516a4c7642d43cd0f47030b44d51a0b6f1470a61cb: Pulling from ocaml/opam
a7f0c7437445: Pulling fs layer
b95ff8c2c232: Pulling fs layer
0dd328c56979: Pulling fs layer
99ba642e9955: Pulling fs layer
35e00406250f: Pulling fs layer
bbd161632c8a: Pulling fs layer
35c76de94675: Pulling fs layer
284f652640f7: Pulling fs layer
13326dce54d9: Pulling fs layer
0659d9752885: Pulling fs layer
b1bab86f13e4: Pulling fs layer
d4fe32301903: Pulling fs layer
1db91f94c1ed: Pulling fs layer
d93414d3c5ed: Pulling fs layer
6ec94b618e81: Pulling fs layer
434d78d447a1: Pulling fs layer
d0660b68b734: Pulling fs layer
5a84282772df: Pulling fs layer
f46a113fe03c: Pulling fs layer
5be0969dffa2: Pulling fs layer
97277e4b1414: Pulling fs layer
4f4fb700ef54: Pulling fs layer
6465acf3305d: Pulling fs layer
bc01b654e43c: Pulling fs layer
0c8af54b9a3d: Pulling fs layer
d0660b68b734: Waiting
99ba642e9955: Waiting
35e00406250f: Waiting
13326dce54d9: Waiting
bbd161632c8a: Waiting
35c76de94675: Waiting
284f652640f7: Waiting
5a84282772df: Waiting
f46a113fe03c: Waiting
5be0969dffa2: Waiting
0659d9752885: Waiting
97277e4b1414: Waiting
b1bab86f13e4: Waiting
1db91f94c1ed: Waiting
d93414d3c5ed: Waiting
6ec94b618e81: Waiting
6465acf3305d: Waiting
bc01b654e43c: Waiting
4f4fb700ef54: Waiting
434d78d447a1: Waiting
d4fe32301903: Waiting
c25c59dc6096: Pulling fs layer
b876948298fc: Pulling fs layer
bb66042bfc04: Pulling fs layer
40b553d28ee4: Pulling fs layer
de0587e4d11b: Pulling fs layer
55cf0023cd90: Pulling fs layer
340ac274248c: Pulling fs layer
4e2d137afa62: Pulling fs layer
f54581570561: Pulling fs layer
76f30deeddbf: Pulling fs layer
17b1245ed169: Pulling fs layer
51dc9035c07e: Pulling fs layer
65a59322c41c: Pulling fs layer
f489a234bde9: Pulling fs layer
104b1fec8388: Pulling fs layer
72a078f699ad: Pulling fs layer
89c689d5ccd1: Pulling fs layer
d1f99d3be12e: Pulling fs layer
15d09c6f8635: Pulling fs layer
0c8af54b9a3d: Waiting
c25c59dc6096: Waiting
b876948298fc: Waiting
bb66042bfc04: Waiting
40b553d28ee4: Waiting
de0587e4d11b: Waiting
55cf0023cd90: Waiting
340ac274248c: Waiting
4e2d137afa62: Waiting
f54581570561: Waiting
76f30deeddbf: Waiting
17b1245ed169: Waiting
51dc9035c07e: Waiting
65a59322c41c: Waiting
f489a234bde9: Waiting
104b1fec8388: Waiting
72a078f699ad: Waiting
89c689d5ccd1: Waiting
d1f99d3be12e: Waiting
15d09c6f8635: Waiting
b95ff8c2c232: Verifying Checksum
b95ff8c2c232: Download complete
0dd328c56979: Verifying Checksum
0dd328c56979: Download complete
35e00406250f: Download complete
a7f0c7437445: Verifying Checksum
a7f0c7437445: Download complete
99ba642e9955: Verifying Checksum
99ba642e9955: Download complete
284f652640f7: Verifying Checksum
284f652640f7: Download complete
13326dce54d9: Verifying Checksum
13326dce54d9: Download complete
35c76de94675: Verifying Checksum
35c76de94675: Download complete
0659d9752885: Verifying Checksum
0659d9752885: Download complete
b1bab86f13e4: Verifying Checksum
d4fe32301903: Verifying Checksum
d4fe32301903: Download complete
1db91f94c1ed: Verifying Checksum
1db91f94c1ed: Download complete
d93414d3c5ed: Verifying Checksum
d93414d3c5ed: Download complete
6ec94b618e81: Verifying Checksum
6ec94b618e81: Download complete
d0660b68b734: Download complete
a7f0c7437445: Pull complete
434d78d447a1: Verifying Checksum
434d78d447a1: Download complete
b95ff8c2c232: Pull complete
0dd328c56979: Pull complete
5a84282772df: Verifying Checksum
5a84282772df: Download complete
f46a113fe03c: Verifying Checksum
f46a113fe03c: Download complete
5be0969dffa2: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
6465acf3305d: Verifying Checksum
6465acf3305d: Download complete
bc01b654e43c: Verifying Checksum
bc01b654e43c: Download complete
97277e4b1414: Verifying Checksum
97277e4b1414: Download complete
0c8af54b9a3d: Download complete
c25c59dc6096: Download complete
b876948298fc: Verifying Checksum
b876948298fc: Download complete
bb66042bfc04: Verifying Checksum
bb66042bfc04: Download complete
99ba642e9955: Pull complete
35e00406250f: Pull complete
bbd161632c8a: Verifying Checksum
bbd161632c8a: Download complete
55cf0023cd90: Verifying Checksum
55cf0023cd90: Download complete
40b553d28ee4: Download complete
de0587e4d11b: Verifying Checksum
de0587e4d11b: Download complete
340ac274248c: Verifying Checksum
340ac274248c: Download complete
4e2d137afa62: Verifying Checksum
4e2d137afa62: Download complete
f54581570561: Download complete
17b1245ed169: Verifying Checksum
17b1245ed169: Download complete
65a59322c41c: Verifying Checksum
65a59322c41c: Download complete
f489a234bde9: Verifying Checksum
f489a234bde9: Download complete
104b1fec8388: Verifying Checksum
104b1fec8388: Download complete
bbd161632c8a: Pull complete
76f30deeddbf: Verifying Checksum
76f30deeddbf: Download complete
89c689d5ccd1: Verifying Checksum
89c689d5ccd1: Download complete
35c76de94675: Pull complete
284f652640f7: Pull complete
13326dce54d9: Pull complete
0659d9752885: Pull complete
d1f99d3be12e: Verifying Checksum
d1f99d3be12e: Download complete
51dc9035c07e: Verifying Checksum
51dc9035c07e: Download complete
b1bab86f13e4: Pull complete
d4fe32301903: Pull complete
1db91f94c1ed: Pull complete
72a078f699ad: Verifying Checksum
72a078f699ad: Download complete
15d09c6f8635: Verifying Checksum
15d09c6f8635: Download complete
d93414d3c5ed: Pull complete
6ec94b618e81: Pull complete
434d78d447a1: Pull complete
d0660b68b734: Pull complete
5a84282772df: Pull complete
f46a113fe03c: Pull complete
5be0969dffa2: Pull complete
97277e4b1414: Pull complete
4f4fb700ef54: Pull complete
6465acf3305d: Pull complete
bc01b654e43c: Pull complete
0c8af54b9a3d: Pull complete
c25c59dc6096: Pull complete
b876948298fc: Pull complete
bb66042bfc04: Pull complete
40b553d28ee4: Pull complete
de0587e4d11b: Pull complete
55cf0023cd90: Pull complete
340ac274248c: Pull complete
4e2d137afa62: Pull complete
f54581570561: Pull complete
76f30deeddbf: Pull complete
17b1245ed169: Pull complete
51dc9035c07e: Pull complete
65a59322c41c: Pull complete
f489a234bde9: Pull complete
104b1fec8388: Pull complete
72a078f699ad: Pull complete
89c689d5ccd1: Pull complete
d1f99d3be12e: Pull complete
15d09c6f8635: Pull complete
Digest: sha256:d7aa3c86bd24a9b9cb853d516a4c7642d43cd0f47030b44d51a0b6f1470a61cb
Status: Downloaded newer image for ocaml/opam@sha256:d7aa3c86bd24a9b9cb853d516a4c7642d43cd0f47030b44d51a0b6f1470a61cb
2026-04-23 01:11.18 ---> using "a561fa540a5e03edeabc82a5696e2e05d2678fbada571c0a8d1b3bc16f0faf74" 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-23 01:11.18 ---> using "aa1ed4d14ee425245eb8dce126fd8139ce197d06ccaaf62ddc9ce93efc20e972" 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-04-23 01:11.18 ---> using "385b5d62825ebde0b90345b1ea1ec8350a52375e94e1f6f5fc4fb297a71b569d" 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.1
# 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.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-23 01:11.18 ---> using "1fedea335862cc2a55bb9266e1ccde37eb90135ed46e640bf29a221d179bb287" 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-23 01:11.18 ---> using "e59dbcaacccf8466288c4d2fd96476f3bcea7d06876c4f89798e4449d3f21aff" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-23 01:11.24 ---> using "032cdbce500621d34aae072b0010b7834eb0e038eb872a9b3bc879e2b3f1f9f3" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-23 01:11.24 ---> using "1ed7e54b52dcc5d534bdb1ac162f09367a83bf5e203d2146c1f387387cced3ad" 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/multiverse riscv64 Packages [5111 B]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1596 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [10.8 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [950 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse riscv64 Packages [671 B]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.3 kB]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [48.9 kB]
- Get:12 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [633 kB]
- Get:13 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1119 kB]
- Get:14 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [8621 B]
- Get:15 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [3400 B]
- Fetched 4783 kB in 2s (1955 kB/s)
- Reading package lists...
- 
2026-04-23 01:11.24 ---> using "1f7de49ed23f38491e4a46003e7079d37982a4410b671c4cd6ff1623934df023" from cache

/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-client-cohttp-eio.0.91 0.91"))
opentelemetry-client-cohttp-eio is now pinned to version 0.91
2026-04-23 01:11.28 ---> saved as "75230657824bd73e9b4598d6457563a59e90d98ca77521cf54061f07c00f56ac"

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

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