(for PR #29110)

2025-12-30 15:25.25: New job: build conf-llvm-static.20, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29110/head (a16fbbbc4ad239dba151649395b1e98d3d337d30)
                              on centos-10-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/29110/head" && git reset --hard a16fbbbc
git fetch origin master
git merge --no-edit f2d102f951a5dc2af6db218c6aef53c80186295a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-4.14@sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f
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 conf-llvm-static.20 20
RUN opam reinstall conf-llvm-static.20; \
    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" != 'conf-llvm-static.20' && 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 .

2025-12-30 15:25.25: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f-conf-llvm-static.20-a16fbbbc4ad239dba151649395b1e98d3d337d30"
2025-12-30 15:25.25: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-4.14@sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f)
 (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 conf-llvm-static.20 20"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-llvm-static.20;\
             \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\" != 'conf-llvm-static.20' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-30 15:25.25: Waiting for resource in pool OCluster
2025-12-30 15:25.25: Waiting for worker…
2025-12-30 15:28.09: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at f2d102f951 Merge pull request #29150 from raphael-proust/llvm-20-21-only-cosmetics
Merge made by the 'ort' strategy.
 packages/conf-llvm-shared/conf-llvm-shared.20/opam | 34 +++++++++++
 packages/conf-llvm-shared/conf-llvm-shared.21/opam | 34 +++++++++++
 packages/conf-llvm-static/conf-llvm-static.20/opam | 34 +++++++++++
 packages/conf-llvm-static/conf-llvm-static.21/opam | 34 +++++++++++
 packages/llvm/llvm.20-shared/opam                  | 67 ++++++++++++++++++++++
 packages/llvm/llvm.20-static/opam                  | 67 ++++++++++++++++++++++
 packages/llvm/llvm.21-shared/opam                  | 67 ++++++++++++++++++++++
 packages/llvm/llvm.21-static/opam                  | 67 ++++++++++++++++++++++
 8 files changed, 404 insertions(+)
 create mode 100644 packages/conf-llvm-shared/conf-llvm-shared.20/opam
 create mode 100644 packages/conf-llvm-shared/conf-llvm-shared.21/opam
 create mode 100644 packages/conf-llvm-static/conf-llvm-static.20/opam
 create mode 100644 packages/conf-llvm-static/conf-llvm-static.21/opam
 create mode 100644 packages/llvm/llvm.20-shared/opam
 create mode 100644 packages/llvm/llvm.20-static/opam
 create mode 100644 packages/llvm/llvm.21-shared/opam
 create mode 100644 packages/llvm/llvm.21-static/opam

(from ocaml/opam:centos-10-ocaml-4.14@sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f)
Unable to find image 'ocaml/opam:centos-10-ocaml-4.14@sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f' locally
docker.io/ocaml/opam@sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f: Pulling from ocaml/opam
17a26197ad8f: Pulling fs layer
9ea7ece1b831: Pulling fs layer
1b03b7b947fe: Pulling fs layer
01f5afc88486: Pulling fs layer
fef439373213: Pulling fs layer
6b906f25c34c: Pulling fs layer
37aa24f6a682: Pulling fs layer
31a0f8b2a8cb: Pulling fs layer
61650c3d8fc4: Pulling fs layer
a6c88236e2b4: Pulling fs layer
d14cdd335f42: Pulling fs layer
547b69b90212: Pulling fs layer
0bf03bca8ae2: Pulling fs layer
4f57a3c6fb77: Pulling fs layer
a8c9241caf6f: Pulling fs layer
9d47a05dc58d: Pulling fs layer
2838aa6cdd3d: Pulling fs layer
51f3af8cf0d9: Pulling fs layer
11bfde1f6884: Pulling fs layer
a6ba5fe028f8: Pulling fs layer
85d4e5e7e8ee: Pulling fs layer
75eb48a06272: Pulling fs layer
4f4fb700ef54: Pulling fs layer
dab8546d1117: Pulling fs layer
5251748ed820: Pulling fs layer
e318efffe4ed: Pulling fs layer
6a482ed61395: Pulling fs layer
8b69311596b4: Pulling fs layer
6a56dedadc2c: Pulling fs layer
69313fd62570: Pulling fs layer
1ec09ce4592c: Pulling fs layer
f77222158d4d: Pulling fs layer
9146448debba: Pulling fs layer
581ac7038b1c: Pulling fs layer
4a4184a5c4c3: Pulling fs layer
93b2436b1e22: Pulling fs layer
65ae19af25cc: Pulling fs layer
6a86ef837951: Pulling fs layer
569f5cd18613: Pulling fs layer
293d8fd45429: Pulling fs layer
88bbc009202e: Pulling fs layer
f07a2bc91588: Pulling fs layer
f98977a627e8: Pulling fs layer
1a0af32d1eac: Pulling fs layer
dccf72cd9012: Pulling fs layer
17a26197ad8f: Waiting
9ea7ece1b831: Waiting
1b03b7b947fe: Waiting
01f5afc88486: Waiting
fef439373213: Waiting
6b906f25c34c: Waiting
37aa24f6a682: Waiting
31a0f8b2a8cb: Waiting
61650c3d8fc4: Waiting
a6c88236e2b4: Waiting
d14cdd335f42: Waiting
547b69b90212: Waiting
0bf03bca8ae2: Waiting
4f57a3c6fb77: Waiting
a8c9241caf6f: Waiting
9d47a05dc58d: Waiting
2838aa6cdd3d: Waiting
51f3af8cf0d9: Waiting
11bfde1f6884: Waiting
a6ba5fe028f8: Waiting
85d4e5e7e8ee: Waiting
75eb48a06272: Waiting
4f4fb700ef54: Waiting
dab8546d1117: Waiting
5251748ed820: Waiting
e318efffe4ed: Waiting
6a482ed61395: Waiting
8b69311596b4: Waiting
f07a2bc91588: Waiting
569f5cd18613: Waiting
6a56dedadc2c: Waiting
f98977a627e8: Waiting
293d8fd45429: Waiting
1a0af32d1eac: Waiting
88bbc009202e: Waiting
69313fd62570: Waiting
dccf72cd9012: Waiting
1ec09ce4592c: Waiting
f77222158d4d: Waiting
93b2436b1e22: Waiting
9146448debba: Waiting
65ae19af25cc: Waiting
6a86ef837951: Waiting
581ac7038b1c: Waiting
4a4184a5c4c3: Waiting
17a26197ad8f: Verifying Checksum
17a26197ad8f: Download complete
1b03b7b947fe: Verifying Checksum
1b03b7b947fe: Download complete
01f5afc88486: Verifying Checksum
01f5afc88486: Download complete
fef439373213: Verifying Checksum
fef439373213: Download complete
6b906f25c34c: Verifying Checksum
6b906f25c34c: Download complete
37aa24f6a682: Verifying Checksum
37aa24f6a682: Download complete
31a0f8b2a8cb: Verifying Checksum
31a0f8b2a8cb: Download complete
61650c3d8fc4: Verifying Checksum
61650c3d8fc4: Download complete
17a26197ad8f: Pull complete
9ea7ece1b831: Pull complete
1b03b7b947fe: Pull complete
a6c88236e2b4: Verifying Checksum
a6c88236e2b4: Download complete
d14cdd335f42: Verifying Checksum
d14cdd335f42: Download complete
547b69b90212: Verifying Checksum
547b69b90212: Download complete
0bf03bca8ae2: Verifying Checksum
0bf03bca8ae2: Download complete
4f57a3c6fb77: Download complete
a8c9241caf6f: Verifying Checksum
a8c9241caf6f: Download complete
9d47a05dc58d: Download complete
2838aa6cdd3d: Verifying Checksum
2838aa6cdd3d: Download complete
51f3af8cf0d9: Verifying Checksum
51f3af8cf0d9: Download complete
11bfde1f6884: Verifying Checksum
11bfde1f6884: Download complete
a6ba5fe028f8: Verifying Checksum
a6ba5fe028f8: Download complete
85d4e5e7e8ee: Verifying Checksum
85d4e5e7e8ee: Download complete
75eb48a06272: Verifying Checksum
75eb48a06272: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
dab8546d1117: Verifying Checksum
dab8546d1117: Download complete
5251748ed820: Verifying Checksum
5251748ed820: Download complete
e318efffe4ed: Verifying Checksum
e318efffe4ed: Download complete
6a482ed61395: Verifying Checksum
6a482ed61395: Download complete
8b69311596b4: Download complete
6a56dedadc2c: Verifying Checksum
6a56dedadc2c: Download complete
01f5afc88486: Pull complete
69313fd62570: Verifying Checksum
69313fd62570: Download complete
1ec09ce4592c: Verifying Checksum
1ec09ce4592c: Download complete
f77222158d4d: Verifying Checksum
f77222158d4d: Download complete
9146448debba: Download complete
581ac7038b1c: Verifying Checksum
581ac7038b1c: Download complete
4a4184a5c4c3: Verifying Checksum
4a4184a5c4c3: Download complete
fef439373213: Pull complete
6b906f25c34c: Pull complete
37aa24f6a682: Pull complete
31a0f8b2a8cb: Pull complete
61650c3d8fc4: Pull complete
a6c88236e2b4: Pull complete
93b2436b1e22: Verifying Checksum
93b2436b1e22: Download complete
d14cdd335f42: Pull complete
65ae19af25cc: Verifying Checksum
65ae19af25cc: Download complete
547b69b90212: Pull complete
0bf03bca8ae2: Pull complete
4f57a3c6fb77: Pull complete
a8c9241caf6f: Pull complete
9d47a05dc58d: Pull complete
2838aa6cdd3d: Pull complete
51f3af8cf0d9: Pull complete
11bfde1f6884: Pull complete
a6ba5fe028f8: Pull complete
85d4e5e7e8ee: Pull complete
75eb48a06272: Pull complete
4f4fb700ef54: Pull complete
dab8546d1117: Pull complete
5251748ed820: Pull complete
e318efffe4ed: Pull complete
6a482ed61395: Pull complete
8b69311596b4: Pull complete
6a56dedadc2c: Pull complete
69313fd62570: Pull complete
1ec09ce4592c: Pull complete
f77222158d4d: Pull complete
9146448debba: Pull complete
581ac7038b1c: Pull complete
4a4184a5c4c3: Pull complete
6a86ef837951: Verifying Checksum
6a86ef837951: Download complete
569f5cd18613: Verifying Checksum
569f5cd18613: Download complete
293d8fd45429: Verifying Checksum
293d8fd45429: Download complete
88bbc009202e: Verifying Checksum
88bbc009202e: Download complete
f07a2bc91588: Verifying Checksum
f07a2bc91588: Download complete
f98977a627e8: Verifying Checksum
f98977a627e8: Download complete
1a0af32d1eac: Verifying Checksum
1a0af32d1eac: Download complete
dccf72cd9012: Download complete
93b2436b1e22: Pull complete
65ae19af25cc: Pull complete
6a86ef837951: Pull complete
569f5cd18613: Pull complete
293d8fd45429: Pull complete
88bbc009202e: Pull complete
f07a2bc91588: Pull complete
f98977a627e8: Pull complete
1a0af32d1eac: Pull complete
dccf72cd9012: Pull complete
Digest: sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f
Status: Downloaded newer image for ocaml/opam@sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f
2025-12-30 15:28.39 ---> using "03a473b21221e794b96b9be90c7752235868ed0f76b1ff0faf71a297423ebd82" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-30 15:28.39 ---> using "fd3b2634d94fd7626e2df0eddbbc01465e02f8c0ca5ecdccd11998fe424b47d7" 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.

Continue? [Y/n] y
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.

[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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-30 15:28.39 ---> using "7964a2f0440d550bb31006cccd506890fdc1f92d3f614d4deb575aff8424f639" 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=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       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
2025-12-30 15:28.39 ---> using "91df87d4e51a3779169f4ff8ad842abaa97a78df2aba71481aa5bf02b6543e71" 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/"))
2025-12-30 15:28.39 ---> using "c34df9962197a01488b474dbfdc0449c9b57526259f876b06b494288eadc83b4" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-30 15:28.49 ---> saved as "fec87a068c782bfd7868d3c2f910b1df90411510f3c533107fa0aaea2b812b67"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-30 15:29.09 ---> saved as "abd9edddc5dd0ffc8304046dfec79bbdc32576ddbef5340e5aa1468d7ef95b4b"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                       100 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    111 kB/s |  15 kB     00:00    
- CentOS Stream 10 - CRB                          114 kB/s |  15 kB     00:00    
- CentOS Stream 10 - Extras packages              129 kB/s |  16 kB     00:00    
- Metadata cache created.
2025-12-30 15:29.10 ---> saved as "3100650ae0f066b559c10f240de8420a17c4e4b7c47c50b25a5bdffc1f7c5041"

/home/opam: (run (shell "opam pin add -k version -yn conf-llvm-static.20 20"))
conf-llvm-static is now pinned to version 20
2025-12-30 15:29.11 ---> saved as "7fe36006d3357fe9ca40b54bbf4c78236f60ebff55ba332cfee16b7c641e6111"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-llvm-static.20;\
                        \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\" != 'conf-llvm-static.20' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-llvm-static.20 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-bash        1           [required by conf-llvm-static]
  - install conf-llvm-static 20 (pinned)

The following system packages will first need to be installed:
    epel-release llvm20-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" "epel-release"
- Last metadata expiration check: 0:00:04 ago on Tue Dec 30 15:29:10 2025.
- Dependencies resolved.
- ================================================================================
-  Package               Arch        Version             Repository          Size
- ================================================================================
- Installing:
-  epel-release          noarch      10-5.el10s          extras-common       18 k
- Installing weak dependencies:
-  dnf-plugins-core      noarch      4.7.0-10.el10       baseos              41 k
- 
- Transaction Summary
- ================================================================================
- Install  2 Packages
- 
- Total download size: 60 k
- Installed size: 47 k
- Downloading Packages:
- (1/2): dnf-plugins-core-4.7.0-10.el10.noarch.rp 361 kB/s |  41 kB     00:00    
- (2/2): epel-release-10-5.el10s.noarch.rpm        59 kB/s |  18 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            33 kB/s |  60 kB     00:01     
- CentOS Stream 10 - Extras packages              2.1 MB/s | 2.1 kB     00:00    
- Importing GPG key 0x1D997668:
-  Userid     : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) <security@centos.org>"
-  Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668
-  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
- warning: Certificate 1FF6A2171D997668:
-   Policy rejects subkey 8B5C8111FCA5D0FF: Policy rejected non-revocation signature (PrimaryKeyBinding) requiring second pre-image resistance
- Key imported successfully
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : dnf-plugins-core-4.7.0-10.el10.noarch                  1/2 
-   Installing       : epel-release-10-5.el10s.noarch                         2/2 
-   Running scriptlet: epel-release-10-5.el10s.noarch                         2/2 
- Many EPEL packages require the CodeReady Builder (CRB) repository.
- It is recommended that you run /usr/bin/crb enable to enable the CRB repository.
- 
- 
- Installed:
-   dnf-plugins-core-4.7.0-10.el10.noarch      epel-release-10-5.el10s.noarch     
- 
- Complete!
+ /usr/bin/sudo "yum" "install" "-y" "llvm20-devel"
- Extra Packages for Enterprise Linux 10 - x86_64 516 kB/s | 6.0 MB     00:11    
- Last metadata expiration check: 0:00:02 ago on Tue Dec 30 15:29:29 2025.
- No match for argument: llvm20-devel
- Error: Unable to find a match: llvm20-devel
[ERROR] System package install failed with exit code 1 at command:
            sudo yum install -y llvm20-devel
[ERROR] These packages are still missing: epel-release llvm20-devel

[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.

"/usr/bin/env" "bash" "-c" "opam reinstall conf-llvm-static.20;
        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" != 'conf-llvm-static.20' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 10
2025-12-30 15:29.43: Job failed: Failed: Build failed
2025-12-30 15:29.43: Log analysis:
2025-12-30 15:29.43: >>> 
[ERROR] System package install failed with exit code 1 at command:
 (score = 20)
2025-12-30 15:29.43: >>> 
[ERROR] These packages are still missing: epel-release llvm20-devel
 (score = 20)
2025-12-30 15:29.43: System package install failed with exit code 1 at command: