(not at the head of any monitored branch or PR)
2026-04-02 01:11.12: New job: build opentelemetry-client-ocurl.0.90, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29633/head (1c1f70d74930575f810cc73846a4adc151caf992)
                              on centos-10-ocaml-5.4/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 1c1f70d7
git fetch origin master
git merge --no-edit 4b07b3403ca6031c1a5af00d48d6aa90de102e54
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702
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-ocurl.0.90 0.90
RUN opam reinstall opentelemetry-client-ocurl.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 "\"centos-10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'opentelemetry-client-ocurl.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 01:11.12: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702-opentelemetry-client-ocurl.0.90-1c1f70d74930575f810cc73846a4adc151caf992"
2026-04-02 01:11.12: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702)
 (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-ocurl.0.90 0.90"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall opentelemetry-client-ocurl.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 \"\\\"centos-10\\\"\"; 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-ocurl.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 01:11.12: Waiting for resource in pool OCluster
2026-04-02 04:10.04: Waiting for worker…
2026-04-02 04:12.38: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files:  77% (14317/18578)
Updating files:  78% (14491/18578)
Updating files:  79% (14677/18578)
Updating files:  80% (14863/18578)
Updating files:  81% (15049/18578)
Updating files:  82% (15234/18578)
Updating files:  83% (15420/18578)
Updating files:  84% (15606/18578)
Updating files:  85% (15792/18578)
Updating files:  86% (15978/18578)
Updating files:  87% (16163/18578)
Updating files:  88% (16349/18578)
Updating files:  89% (16535/18578)
Updating files:  90% (16721/18578)
Updating files:  91% (16906/18578)
Updating files:  92% (17092/18578)
Updating files:  93% (17278/18578)
Updating files:  94% (17464/18578)
Updating files:  95% (17650/18578)
Updating files:  96% (17835/18578)
Updating files:  97% (18021/18578)
Updating files:  98% (18207/18578)
Updating files:  99% (18393/18578)
Updating files: 100% (18578/18578)
Updating files: 100% (18578/18578), done.
HEAD is now at 4b07b3403c Merge pull request #29556 from samoht/release-alcobar-v0.3
Updating 4b07b3403c..1c1f70d749
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       | 44 +++++++++++++++++++
 .../opentelemetry-client-ocurl.0.90/opam           | 42 ++++++++++++++++++
 .../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, 401 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:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702)
2026-04-02 04:13.57 ---> saved as "12c44fdba1eeb955a8167326326a0c05d6adfadc75ab8c583b1aefb4144cfed8"

/: (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 04:13.57 ---> saved as "6a11dc85513c28675c8007c51738f207cfb97f27f7efe593e619477ad743e949"

/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-02 04:14.29 ---> saved as "c46969d803f1606b7861ee7076456a7edad800f6b9a94ef6d6343103cdac725e"

/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=centos os-version=10
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-02 04:14.30 ---> saved as "c1d1fa63d43976e3bc50a740e597fc9bdc30f232541050b6d08e1c850209baa5"

/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 04:14.43 ---> saved as "1cacb55d557fed2b6a2468d67f8d8cc8d79505bea0dd4f37056d8e7d8caa4e76"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-02 04:15.06 ---> saved as "d10640582a62710d1b3d1542494d2dc0d742a767fa34b25788a9f4c71fc55000"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-02 04:15.33 ---> saved as "3d2b28485a65dcf19f0735ecdfaa939aa3e99d0e56734d6200413b7d474a2d1b"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                       109 kB/s |  14 kB     00:00    
- CentOS Stream 10 - BaseOS                        12 MB/s | 6.9 MB     00:00    
- CentOS Stream 10 - AppStream                    116 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    8.4 MB/s | 3.6 MB     00:00    
- CentOS Stream 10 - CRB                           96 kB/s |  14 kB     00:00    
- CentOS Stream 10 - CRB                          1.5 MB/s | 834 kB     00:00    
- CentOS Stream 10 - Extras packages              106 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-04-02 04:15.39 ---> saved as "4169d9faa4124888e9db7cddd9532341adde60343ba09747168a9297dcb85462"

/home/opam: (run (shell "opam pin add -k version -yn opentelemetry-client-ocurl.0.90 0.90"))
opentelemetry-client-ocurl is now pinned to version 0.90
2026-04-02 04:15.40 ---> saved as "fa6396af02f4f59c43cb1100ba155a103255cba6c8ebd5fe7d1fa59b669e9fab"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall opentelemetry-client-ocurl.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 \"\\\"centos-10\\\"\"; 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-ocurl.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-ocurl.0.90 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 20 packages
  - install ambient-context            0.2           [required by opentelemetry]
  - install base64                     3.5.2         [required by pbrt_yojson]
  - install conf-libcurl               2             [required by ocurl]
  - install dune                       3.22.0        [required by opentelemetry-client-ocurl]
  - install ezcurl                     0.3           [required by opentelemetry-client-ocurl]
  - install hmap                       0.8.1         [required by opentelemetry]
  - install mtime                      2.1.0         [required by opentelemetry-client-ocurl]
  - install ocamlbuild                 0.16.1        [required by mtime]
  - install ocamlfind                  1.9.8         [required by mtime]
  - install ocurl                      0.9.2         [required by opentelemetry-client-ocurl]
  - install opentelemetry              0.90          [required by opentelemetry-client-ocurl]
  - install opentelemetry-client       0.90          [required by opentelemetry-client-ocurl]
  - install opentelemetry-client-ocurl 0.90 (pinned)
  - install pbrt                       4.1           [required by opentelemetry]
  - install pbrt_yojson                4.1           [required by opentelemetry]
  - install ptime                      1.2.0         [required by opentelemetry]
  - install stdlib-shims               0.3.0         [required by pbrt]
  - install thread-local-storage       0.2           [required by opentelemetry, opentelemetry-client]
  - install topkg                      1.1.1         [required by mtime]
  - install yojson                     3.0.0         [required by pbrt_yojson]

The following system packages will first need to be installed:
    libcurl-devel openssl-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "yum" "install" "-y" "libcurl-devel" "openssl-devel"
- Last metadata expiration check: 0:00:07 ago on Thu Apr  2 04:15:38 2026.
- Dependencies resolved.
- ================================================================================
-  Package                     Arch       Version             Repository     Size
- ================================================================================
- Installing:
-  libcurl-devel               x86_64     8.12.1-4.el10       appstream     946 k
-  openssl-devel               x86_64     1:3.5.5-1.el10      appstream     4.2 M
- Installing dependencies:
-  brotli                      x86_64     1.1.0-7.el10        appstream      19 k
-  brotli-devel                x86_64     1.1.0-7.el10        appstream      34 k
-  keyutils-libs-devel         x86_64     1.6.3-5.el10        appstream      61 k
-  krb5-devel                  x86_64     1.21.3-9.el10       appstream     143 k
-  libcom_err-devel            x86_64     1.47.1-5.el10       appstream      16 k
-  libidn2-devel               x86_64     2.3.7-3.el10        appstream      71 k
-  libkadm5                    x86_64     1.21.3-9.el10       baseos         75 k
-  libnghttp2-devel            x86_64     1.68.0-3.el10       appstream      53 k
-  libpsl                      x86_64     0.21.5-6.el10       baseos         65 k
-  libpsl-devel                x86_64     0.21.5-6.el10       appstream      35 k
-  libselinux-devel            x86_64     3.10-1.el10         appstream     161 k
-  libsepol-devel              x86_64     3.10-1.el10         appstream      47 k
-  libssh                      x86_64     0.12.0-2.el10       baseos        276 k
-  libssh-config               noarch     0.12.0-2.el10       baseos        8.2 k
-  libssh-devel                x86_64     0.12.0-2.el10       appstream      47 k
-  libverto-devel              x86_64     0.3.2-10.el10       appstream      15 k
-  pcre2-devel                 x86_64     10.44-1.el10.3      appstream     532 k
-  pcre2-utf16                 x86_64     10.44-1.el10.3      appstream     227 k
-  pcre2-utf32                 x86_64     10.44-1.el10.3      appstream     215 k
-  publicsuffix-list           noarch     20240107-5.el10     appstream      88 k
-  publicsuffix-list-dafsa     noarch     20240107-5.el10     baseos         59 k
- 
- Transaction Summary
- ================================================================================
- Install  23 Packages
- 
- Total download size: 7.3 M
- Installed size: 12 M
- Downloading Packages:
- (1/23): libpsl-0.21.5-6.el10.x86_64.rpm         563 kB/s |  65 kB     00:00    
- (2/23): libssh-0.12.0-2.el10.x86_64.rpm         1.9 MB/s | 276 kB     00:00    
- (3/23): libssh-config-0.12.0-2.el10.noarch.rpm  208 kB/s | 8.2 kB     00:00    
- (4/23): libkadm5-1.21.3-9.el10.x86_64.rpm       408 kB/s |  75 kB     00:00    
- (5/23): publicsuffix-list-dafsa-20240107-5.el10 879 kB/s |  59 kB     00:00    
- (6/23): keyutils-libs-devel-1.6.3-5.el10.x86_64 768 kB/s |  61 kB     00:00    
- (7/23): brotli-devel-1.1.0-7.el10.x86_64.rpm    297 kB/s |  34 kB     00:00    
- (8/23): brotli-1.1.0-7.el10.x86_64.rpm          130 kB/s |  19 kB     00:00    
- (9/23): libcom_err-devel-1.47.1-5.el10.x86_64.r 168 kB/s |  16 kB     00:00    
- (10/23): krb5-devel-1.21.3-9.el10.x86_64.rpm    582 kB/s | 143 kB     00:00    
- (11/23): libnghttp2-devel-1.68.0-3.el10.x86_64. 829 kB/s |  53 kB     00:00    
- (12/23): libidn2-devel-2.3.7-3.el10.x86_64.rpm  236 kB/s |  71 kB     00:00    
- (13/23): libcurl-devel-8.12.1-4.el10.x86_64.rpm 2.3 MB/s | 946 kB     00:00    
- (14/23): libsepol-devel-3.10-1.el10.x86_64.rpm  403 kB/s |  47 kB     00:00    
- (15/23): libselinux-devel-3.10-1.el10.x86_64.rp 1.1 MB/s | 161 kB     00:00    
- (16/23): libverto-devel-0.3.2-10.el10.x86_64.rp 1.6 MB/s |  15 kB     00:00    
- (17/23): libssh-devel-0.12.0-2.el10.x86_64.rpm  721 kB/s |  47 kB     00:00    
- (18/23): libpsl-devel-0.21.5-6.el10.x86_64.rpm  103 kB/s |  35 kB     00:00    
- (19/23): pcre2-devel-10.44-1.el10.3.x86_64.rpm  2.3 MB/s | 532 kB     00:00    
- (20/23): pcre2-utf16-10.44-1.el10.3.x86_64.rpm  1.0 MB/s | 227 kB     00:00    
- (21/23): pcre2-utf32-10.44-1.el10.3.x86_64.rpm  1.7 MB/s | 215 kB     00:00    
- (22/23): publicsuffix-list-20240107-5.el10.noar 661 kB/s |  88 kB     00:00    
- (23/23): openssl-devel-3.5.5-1.el10.x86_64.rpm  6.0 MB/s | 4.2 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           1.1 MB/s | 7.3 MB     00:06     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : publicsuffix-list-20240107-5.el10.noarch              1/23 
-   Installing       : pcre2-utf32-10.44-1.el10.3.x86_64                     2/23 
-   Installing       : pcre2-utf16-10.44-1.el10.3.x86_64                     3/23 
-   Installing       : pcre2-devel-10.44-1.el10.3.x86_64                     4/23
-  
-   Installing       : openssl-devel-1:3.5.5-1.el10.x86_64                   5/23 
-   Installing       : libverto-devel-0.3.2-10.el10.x86_64                   6/23 
-   Installing       : libsepol-devel-3.10-1.el10.x86_64                     7/23 
-   Installing       : libselinux-devel-3.10-1.el10.x86_64                   8/23 
-   Installing       : libnghttp2-devel-1.68.0-3.el10.x86_64                 9/23 
-   Installing       : libidn2-devel-2.3.7-3.el10.x86_64                    10/23 
-   Installing       : libcom_err-devel-1.47.1-5.el10.x86_64                11/23 
-   Installing       : keyutils-libs-devel-1.6.3-5.el10.x86_64              12/23 
-   Installing       : brotli-1.1.0-7.el10.x86_64                           13/23 
-   Installing       : brotli-devel-1.1.0-7.el10.x86_64                     14/23 
-   Installing       : publicsuffix-list-dafsa-20240107-5.el10.noarch       15/23 
-   Installing       : libpsl-0.21.5-6.el10.x86_64                          16/23 
-   Installing       : libpsl-devel-0.21.5-6.el10.x86_64                    17/23 
-   Installing       : libssh-config-0.12.0-2.el10.noarch                   18/23 
-   Installing       : libssh-0.12.0-2.el10.x86_64                          19/23 
-   Installing       : libkadm5-1.21.3-9.el10.x86_64                        20/23 
-   Installing       : krb5-devel-1.21.3-9.el10.x86_64                      21/23 
-   Installing       : libssh-devel-0.12.0-2.el10.x86_64                    22/23 
-   Installing       : libcurl-devel-8.12.1-4.el10.x86_64                   23/23 
-   Running scriptlet: libcurl-devel-8.12.1-4.el10.x86_64                   23/23 
- 
- Installed:
-   brotli-1.1.0-7.el10.x86_64                                                    
-   brotli-devel-1.1.0-7.el10.x86_64                                              
-   keyutils-libs-devel-1.6.3-5.el10.x86_64                                       
-   krb5-devel-1.21.3-9.el10.x86_64                                               
-   libcom_err-devel-1.47.1-5.el10.x86_64                                         
-   libcurl-devel-8.12.1-4.el10.x86_64                                            
-   libidn2-devel-2.3.7-3.el10.x86_64                                             
-   libkadm5-1.21.3-9.el10.x86_64                                                 
-   libnghttp2-devel-1.68.0-3.el10.x86_64                                         
-   libpsl-0.21.5-6.el10.x86_64                                                   
-   libpsl-devel-0.21.5-6.el10.x86_64                                             
-   libselinux-devel-3.10-1.el10.x86_64                                           
-   libsepol-devel-3.10-1.el10.x86_64                                             
-   libssh-0.12.0-2.el10.x86_64                                                   
-   libssh-config-0.12.0-2.el10.noarch                                            
-   libssh-devel-0.12.0-2.el10.x86_64                                             
-   libverto-devel-0.3.2-10.el10.x86_64                                           
-   openssl-devel-1:3.5.5-1.el10.x86_64                                           
-   pcre2-devel-10.44-1.el10.3.x86_64                                             
-   pcre2-utf16-10.44-1.el10.3.x86_64                                             
-   pcre2-utf32-10.44-1.el10.3.x86_64                                             
-   publicsuffix-list-20240107-5.el10.noarch                                      
-   publicsuffix-list-dafsa-20240107-5.el10.noarch                                
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "libcurl-devel" "openssl-devel"
- libcurl-devel-8.12.1-4.el10.x86_64
- openssl-devel-3.5.5-1.el10.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ambient-context.0.2  (cached)
-> retrieved base64.3.5.2  (cached)
-> installed conf-libcurl.2
-> retrieved dune.3.22.0  (cached)
-> retrieved ezcurl.0.3  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved opentelemetry.0.90, opentelemetry-client.0.90, opentelemetry-client-ocurl.0.90  (cached)
-> retrieved pbrt.4.1, pbrt_yojson.4.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> 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.22.0
-> installed base64.3.5.2
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed pbrt.4.1
-> installed ambient-context.0.2
-> installed yojson.3.0.0
-> installed pbrt_yojson.4.1
-> installed ocurl.0.9.2
[ERROR] The compilation of opentelemetry.0.90 failed at "dune build -p opentelemetry -j 71 @install".
-> installed ezcurl.0.3

#=== ERROR while compiling opentelemetry.0.90 =================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.4/.opam-switch/build/opentelemetry.0.90
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p opentelemetry -j 71 @install
# exit-code            1
# env-file             ~/.opam/log/opentelemetry-7-9db5d4.env
# output-file          ~/.opam/log/opentelemetry-7-9db5d4.out
### output ###
# File "src/client/lwt/dune", line 33, characters 7-21:
# 33 |    (>= %{version:lwt} 6.0)))
#             ^^^^^^^^^^^^^^
# Error: Package "lwt" doesn't exist in the current project and isn't installed
# either.
# File "src/client/lwt/dune", line 41, characters 6-20:
# 41 |    (< %{version:lwt} 6.0)))
#            ^^^^^^^^^^^^^^
# Error: Package "lwt" doesn't exist in the current project and isn't installed
# either.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build opentelemetry 0.90
+- 
+- The following changes have been performed (the rest was aborted)
| - install ambient-context      0.2
| - install base64               3.5.2
| - install conf-libcurl         2
| - install dune                 3.22.0
| - install ezcurl               0.3
| - install hmap                 0.8.1
| - install mtime                2.1.0
| - install ocamlbuild           0.16.1
| - install ocamlfind            1.9.8
| - install ocurl                0.9.2
| - install pbrt                 4.1
| - install pbrt_yojson          4.1
| - install ptime                1.2.0
| - install stdlib-shims         0.3.0
| - install thread-local-storage 0.2
| - install topkg                1.1.1
| - install yojson               3.0.0
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260402041541.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing:  opentelemetry.0.90
"/usr/bin/env" "bash" "-c" "opam reinstall opentelemetry-client-ocurl.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 "\"centos-10\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'opentelemetry-client-ocurl.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 1
2026-04-02 04:17.06: Job failed: Failed: Build failed
2026-04-02 04:17.06: Log analysis:
2026-04-02 04:17.06: >>> 
[ERROR] The compilation of opentelemetry.0.90 failed at "dune build -p opentelemetry -j 71 @install".
 (score = 20)
2026-04-02 04:17.06: >>> 
# Error: Package "lwt" doesn't exist in the current project and isn't installed
 (score = 48)
2026-04-02 04:17.06: >>> 
# Error: Package "lwt" doesn't exist in the current project and isn't installed
 (score = 48)
2026-04-02 04:17.06: >>> 
opam-repo-ci detected dependencies failing:  opentelemetry.0.90
 (score = 75)
2026-04-02 04:17.06:  opentelemetry.0.90 failed to build