(not at the head of any monitored branch or PR)
2025-12-29 21:45.46: New job: build raylib.1.6.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29008/head (edc2a2a583d78d67a61f24ff91879d564fb1d548)
                              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/29008/head" && git reset --hard edc2a2a5
git fetch origin master
git merge --no-edit c239a62d58deaede2e5dce17c2715a55397b73f2
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 raylib.1.6.0 1.6.0
RUN opam reinstall raylib.1.6.0; \
    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" != 'raylib.1.6.0' && 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-29 21:45.46: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f-raylib.1.6.0-edc2a2a583d78d67a61f24ff91879d564fb1d548"
2025-12-29 21:45.46: 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 raylib.1.6.0 1.6.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall raylib.1.6.0;\
             \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\" != 'raylib.1.6.0' && 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-29 21:45.46: Waiting for resource in pool OCluster
2025-12-29 21:45.50: Waiting for worker…
2025-12-29 21:53.25: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at c239a62d58 Merge pull request #29143 from filipeom/opam-publish-smtml.0.18.0
Merge made by the 'ort' strategy.
 packages/raygui/raygui.1.6.0/opam                  | 43 +++++++++++++++++
 .../raylib-callbacks/raylib-callbacks.1.6.0/opam   | 39 +++++++++++++++
 packages/raylib/raylib.1.6.0/opam                  | 55 ++++++++++++++++++++++
 3 files changed, 137 insertions(+)
 create mode 100644 packages/raygui/raygui.1.6.0/opam
 create mode 100644 packages/raylib-callbacks/raylib-callbacks.1.6.0/opam
 create mode 100644 packages/raylib/raylib.1.6.0/opam

(from ocaml/opam:centos-10-ocaml-4.14@sha256:ed0e71fa4c4e808867ad433416cbea9ae25319959d89f19a9d0e886d52baf65f)
2025-12-29 22:05.08 ---> 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-29 22:05.08 ---> 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.

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
2025-12-29 22:05.08 ---> 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                 255
# 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-29 22:05.08 ---> 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-29 22:05.08 ---> using "c34df9962197a01488b474dbfdc0449c9b57526259f876b06b494288eadc83b4" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-29 22:05.08 ---> using "cc030bce6dfafaa1bf46deab8b9e69b937d3648d50e9d49bd0df7fd35a74bc5a" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-29 22:05.08 ---> using "3d085d269ccb252d37a6db8682c7b1224e950b0cfef77d246653c50cfda4e3c9" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        32 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                     42 kB/s |  15 kB     00:00    
- CentOS Stream 10 - CRB                          219 kB/s |  15 kB     00:00    
- CentOS Stream 10 - Extras packages               41 kB/s |  16 kB     00:00    
- Metadata cache created.
2025-12-29 22:05.08 ---> using "54a8e9c2077cb090e2a5fc956a5350262bd59041edfb920d86b228ccffd60893" from cache

/home/opam: (run (shell "opam pin add -k version -yn raylib.1.6.0 1.6.0"))
raylib is now pinned to version 1.6.0
2025-12-29 22:05.08 ---> using "4e9d6645e28fdf2df2c1689ee6c2ed25d271766c9ea5a438586506c2e14ca2de" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall raylib.1.6.0;\
                        \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\" != 'raylib.1.6.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
raylib.1.6.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 14 packages
  - install conf-libxcursor   1              [required by raylib]
  - install conf-libxi        1              [required by raylib]
  - install conf-libxinerama  1              [required by raylib]
  - install conf-libxrandr    1              [required by raylib]
  - install conf-mesa         1              [required by raylib]
  - install conf-pkg-config   4              [required by conf-libxrandr, conf-libxi, conf-libxcursor, etc.]
  - install csexp             1.5.2          [required by dune-configurator]
  - install ctypes            0.24.0         [required by raylib]
  - install dune              3.20.2         [required by raylib]
  - install dune-configurator 3.20.2         [required by raylib]
  - install integers          0.7.0          [required by raylib]
  - install patch             3.1.0          [required by raylib]
  - install raylib            1.6.0 (pinned)
  - install stdlib-shims      0.3.0          [required by integers]

The following system packages will first need to be installed:
    libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel mesa-libGL-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" "libXcursor-devel" "libXi-devel" "libXinerama-devel" "libXrandr-devel" "mesa-libGL-devel"
- Last metadata expiration check: 0:00:04 ago on Mon Dec 29 21:55:05 2025.
- Dependencies resolved.
- ================================================================================
-  Package                  Arch        Version              Repository      Size
- ================================================================================
- Installing:
-  libXcursor-devel         x86_64      1.2.1-9.el10         appstream       40 k
-  libXi-devel              x86_64      1.8.1-7.el10         appstream      117 k
-  libXinerama-devel        x86_64      1.1.5-8.el10         appstream       14 k
-  libXrandr-devel          x86_64      1.5.4-5.el10         appstream       20 k
-  mesa-libGL-devel         x86_64      25.2.5-3.el10        appstream       30 k
- Installing dependencies:
-  hwdata                   noarch      0.379-10.6.el10      baseos         1.7 M
-  libXcursor               x86_64      1.2.1-9.el10         appstream       31 k
-  libXext-devel            x86_64      1.3.6-3.el10         appstream       87 k
-  libXfixes                x86_64      6.0.1-5.el10         appstream       20 k
-  libXfixes-devel          x86_64      6.0.1-5.el10         appstream       14 k
-  libXi                    x86_64      1.8.1-7.el10         appstream       41 k
-  libXinerama              x86_64      1.1.5-8.el10         appstream       15 k
-  libXrandr                x86_64      1.5.4-5.el10         appstream       29 k
-  libXrender-devel         x86_64      0.9.11-8.el10        appstream       20 k
-  libXxf86vm               x86_64      1.1.5-8.el10         appstream       19 k
-  libdrm                   x86_64      2.4.123-1.el10       appstream      163 k
-  libdrm-devel             x86_64      2.4.123-1.el10       appstream      181 k
-  libglvnd                 x86_64      1:1.7.0-7.el10       appstream      116 k
-  libglvnd-core-devel      x86_64      1:1.7.0-7.el10       appstream       18 k
-  libglvnd-devel           x86_64      1:1.7.0-7.el10       appstream      163 k
-  libglvnd-egl             x86_64      1:1.7.0-7.el10       appstream       37 k
-  libglvnd-gles            x86_64      1:1.7.0-7.el10       appstream       31 k
-  libglvnd-glx             x86_64      1:1.7.0-7.el10       appstream      132 k
-  libglvnd-opengl          x86_64      1:1.7.0-7.el10       appstream       39 k
-  libpciaccess             x86_64      0.16-16.el10         baseos          28 k
-  libpciaccess-devel       x86_64      0.16-16.el10         appstream       14 k
-  libwayland-client        x86_64      1.24.0-1.el10        appstream       34 k
-  libxshmfence             x86_64      1.3.2-5.el10         appstream       13 k
-  llvm-filesystem          x86_64      20.1.8-1.el10        appstream       11 k
-  llvm-libs                x86_64      20.1.8-1.el10        appstream       30 M
-  mesa-dri-drivers         x86_64      25.2.5-3.el10        appstream       11 M
-  mesa-filesystem          x86_64      25.2.5-3.el10        appstream       13 k
-  mesa-libEGL              x86_64      25.2.5-3.el10        appstream      122 k
-  mesa-libGL               x86_64      25.2.5-3.el10        appstream      122 k
-  mesa-libgbm              x86_64      25.2.5-3.el10        appstream       19 k
-  spirv-tools-libs         x86_64      2025.2-1.el10        appstream      1.5 M
- 
- Transaction Summary
- ================================================================================
- Install  36 Packages
- 
- Total download size: 46 M
- Installed size: 186 M
- Downloading Packages:
- (1/36): libpciaccess-0.16-16.el10.x86_64.rpm    1.7 MB/s |  28 kB     00:00    
- (2/36): libXcursor-1.2.1-9.el10.x86_64.rpm      1.8 MB/s |  31 kB     00:00    
- (3/36): libXcursor-devel-1.2.1-9.el10.x86_64.rp 7.2 MB/s |  40 kB     00:00    
- (4/36): libXfixes-6.0.1-5.el10.x86_64.rpm       3.9 MB/s |  20 kB     00:00    
- (5/36): libXext-devel-1.3.6-3.el10.x86_64.rpm   6.5 MB/s |  87 kB     00:00    
- (6/36): libXfixes-devel-6.0.1-5.el10.x86_64.rpm 2.7 MB/s |  14 kB     00:00    
- (7/36): libXi-devel-1.8.1-7.el10.x86_64.rpm     9.8 MB/s | 117 kB     00:00    
- (8/36): libXinerama-1.1.5-8.el10.x86_64.rpm     3.1 MB/s |  15 kB     00:00    
- (9/36): libXinerama-devel-1.1.5-8.el10.x86_64.r 2.6 MB/s |  14 kB     00:00    
- (10/36): libXrandr-1.5.4-5.el10.x86_64.rpm      5.6 MB/s |  29 kB     00:00    
- (11/36): libXrandr-devel-1.5.4-5.el10.x86_64.rp 3.9 MB/s |  20 kB     00:00    
- (12/36): libXi-1.8.1-7.el10.x86_64.rpm          1.1 MB/s |  41 kB     00:00    
- (13/36): libXrender-devel-0.9.11-8.el10.x86_64. 4.1 MB/s |  20 kB     00:00    
- (14/36): libXxf86vm-1.1.5-8.el10.x86_64.rpm     2.6 MB/s |  19 kB     00:00    
- (15/36): libdrm-2.4.123-1.el10.x86_64.rpm       8.0 MB/s | 163 kB     00:00    
- (16/36): libglvnd-1.7.0-7.el10.x86_64.rpm        11 MB/s | 116 kB     00:00    
- (17/36): libglvnd-core-devel-1.7.0-7.el10.x86_6 3.5 MB/s |  18 kB     00:00    
- (18/36): libdrm-devel-2.4.123-1.el10.x86_64.rpm 4.7 MB/s | 181 kB     00:00    
- (19/36): libglvnd-egl-1.7.0-7.el10.x86_64.rpm   6.6 MB/s |  37 kB     00:00    
- (20/36): libglvnd-devel-1.7.0-7.el10.x86_64.rpm  10 MB/s | 163 kB     00:00    
- (21/36): libglvnd-gles-1.7.0-7.el10.x86_64.rpm  5.6 MB/s |  31 kB     00:00    
- (22/36): libglvnd-opengl-1.7.0-7.el10.x86_64.rp 5.8 MB/s |  39 kB     00:00    
- (23/36): libpciaccess-devel-0.16-16.el10.x86_64 2.3 MB/s |  14 kB     00:00    
- (24/36): libglvnd-glx-1.7.0-7.el10.x86_64.rpm   9.0 MB/s | 132 kB     00:00    
- (25/36): libwayland-client-1.24.0-1.el10.x86_64 5.9 MB/s |  34 kB     00:00    
- (26/36): libxshmfence-1.3.2-5.el10.x86_64.rpm   2.3 MB/s |  13 kB     00:00    
- (27/36): llvm-filesystem-20.1.8-1.el10.x86_64.r 2.3 MB/s |  11 kB     00:00    
- (28/36): hwdata-0.379-10.6.el10.noarch.rpm      6.3 MB/s | 1.7 MB     00:00    
- (29/36): mesa-filesystem-25.2.5-3.el10.x86_64.r 2.2 MB/s |  13 kB     00:00    
- (30/36): mesa-libEGL-25.2.5-3.el10.x86_64.rpm   5.9 MB/s | 122 kB     00:00    
- (31/36): mesa-libGL-25.2.5-3.el10.x86_64.rpm    6.1 MB/s | 122 kB     00:00    
- (32/36): mesa-libGL-devel-25.2.5-3.el10.x86_64. 3.3 MB/s |  30 kB     00:00    
- (33/36): mesa-libgbm-25.2.5-3.el10.x86_64.rpm   1.9 MB/s |  19 kB     00:00    
- (34/36): spirv-tools-libs-2025.2-1.el10.x86_64. 6.6 MB/s | 1.5 MB     00:00    
- (35/36): mesa-dri-drivers-25.2.5-3.el10.x86_64. 8.7 MB/s |  11 MB     00:01    
- (36/36): llvm-libs-20.1.8-1.el10.x86_64.rpm      12 MB/s |  30 MB     00:02    
- --------------------------------------------------------------------------------
- Total                                            14 MB/s |  46 MB     00:03     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libglvnd-1:1.7.0-7.el10.x86_64                        1/36 
-   Installing       : libXext-devel-1.3.6-3.el10.x86_64                     2/36 
-   Installing       : libXrender-devel-0.9.11-8.el10.x86_64                 3/36 
-   Installing       : libXfixes-6.0.1-5.el10.x86_64                         4/36 
-   Installing       : libXfixes-devel-6.0.1-5.el10.x86_64                   5/36 
-   Installing       : libXcursor-1.2.1-9.el10.x86_64                        6/36 
-   Installing       : libglvnd-opengl-1:1.7.0-7.el10.x86_64                 7/36
-  
-   Installing       : spirv-tools-libs-2025.2-1.el10.x86_64                 8/36 
-   Installing       : mesa-filesystem-25.2.5-3.el10.x86_64                  9/36 
-   Installing       : llvm-filesystem-20.1.8-1.el10.x86_64                 10/36 
-   Installing       : llvm-libs-20.1.8-1.el10.x86_64                       11/36 
-   Installing       : libxshmfence-1.3.2-5.el10.x86_64                     12/36 
-   Installing       : libwayland-client-1.24.0-1.el10.x86_64               13/36 
-   Installing       : libglvnd-core-devel-1:1.7.0-7.el10.x86_64            14/36 
-   Installing       : libXxf86vm-1.1.5-8.el10.x86_64                       15/36 
-   Installing       : libXrandr-1.5.4-5.el10.x86_64                        16/36 
-   Installing       : libXinerama-1.1.5-8.el10.x86_64                      17/36 
-   Installing       : libXi-1.8.1-7.el10.x86_64                            18/36 
-   Installing       : hwdata-0.379-10.6.el10.noarch                        19/36 
-   Installing       : libpciaccess-0.16-16.el10.x86_64                     20/36 
-   Installing       : libdrm-2.4.123-1.el10.x86_64                         21/36 
-   Installing       : mesa-dri-drivers-25.2.5-3.el10.x86_64                22/36 
-   Installing       : mesa-libgbm-25.2.5-3.el10.x86_64                     23/36 
-   Installing       : libglvnd-egl-1:1.7.0-7.el10.x86_64                   24/36 
-   Installing       : mesa-libEGL-25.2.5-3.el10.x86_64                     25/36 
-   Installing       : libglvnd-glx-1:1.7.0-7.el10.x86_64                   26/36 
-   Installing       : mesa-libGL-25.2.5-3.el10.x86_64                      27/36 
-   Installing       : libglvnd-gles-1:1.7.0-7.el10.x86_64                  28/36 
-   Installing       : libglvnd-devel-1:1.7.0-7.el10.x86_64                 29/36 
-   Installing       : libpciaccess-devel-0.16-16.el10.x86_64               30/36 
-   Installing       : libdrm-devel-2.4.123-1.el10.x86_64                   31/36 
-   Installing       : mesa-libGL-devel-25.2.5-3.el10.x86_64                32/36 
-   Installing       : libXi-devel-1.8.1-7.el10.x86_64                      33/36 
-   Installing       : libXinerama-devel-1.1.5-8.el10.x86_64                34/36 
-   Installing       : libXrandr-devel-1.5.4-5.el10.x86_64                  35/36 
-   Installing       : libXcursor-devel-1.2.1-9.el10.x86_64                 36/36 
-   Running scriptlet: libXcursor-devel-1.2.1-9.el10.x86_64                 36/36 
- 
- Installed:
-   hwdata-0.379-10.6.el10.noarch                                                 
-   libXcursor-1.2.1-9.el10.x86_64                                                
-   libXcursor-devel-1.2.1-9.el10.x86_64                                          
-   libXext-devel-1.3.6-3.el10.x86_64                                             
-   libXfixes-6.0.1-5.el10.x86_64                                                 
-   libXfixes-devel-6.0.1-5.el10.x86_64                                           
-   libXi-1.8.1-7.el10.x86_64                                                     
-   libXi-devel-1.8.1-7.el10.x86_64                                               
-   libXinerama-1.1.5-8.el10.x86_64                                               
-   libXinerama-devel-1.1.5-8.el10.x86_64                                         
-   libXrandr-1.5.4-5.el10.x86_64                                                 
-   libXrandr-devel-1.5.4-5.el10.x86_64                                           
-   libXrender-devel-0.9.11-8.el10.x86_64                                         
-   libXxf86vm-1.1.5-8.el10.x86_64                                                
-   libdrm-2.4.123-1.el10.x86_64                                                  
-   libdrm-devel-2.4.123-1.el10.x86_64                                            
-   libglvnd-1:1.7.0-7.el10.x86_64                                                
-   libglvnd-core-devel-1:1.7.0-7.el10.x86_64                                     
-   libglvnd-devel-1:1.7.0-7.el10.x86_64                                          
-   libglvnd-egl-1:1.7.0-7.el10.x86_64                                            
-   libglvnd-gles-1:1.7.0-7.el10.x86_64                                           
-   libglvnd-glx-1:1.7.0-7.el10.x86_64                                            
-   libglvnd-opengl-1:1.7.0-7.el10.x86_64                                         
-   libpciaccess-0.16-16.el10.x86_64                                              
-   libpciaccess-devel-0.16-16.el10.x86_64                                        
-   libwayland-client-1.24.0-1.el10.x86_64                                        
-   libxshmfence-1.3.2-5.el10.x86_64                                              
-   llvm-filesystem-20.1.8-1.el10.x86_64                                          
-   llvm-libs-20.1.8-1.el10.x86_64                                                
-   mesa-dri-drivers-25.2.5-3.el10.x86_64                                         
-   mesa-filesystem-25.2.5-3.el10.x86_64                                          
-   mesa-libEGL-25.2.5-3.el10.x86_64                                              
-   mesa-libGL-25.2.5-3.el10.x86_64                                               
-   mesa-libGL-devel-25.2.5-3.el10.x86_64                                         
-   mesa-libgbm-25.2.5-3.el10.x86_64                                              
-   spirv-tools-libs-2025.2-1.el10.x86_64                                         
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "libXcursor-devel" "libXi-devel" "libXinerama-devel" "libXrandr-devel" "mesa-libGL-devel"
- libXcursor-devel-1.2.1-9.el10.x86_64
- libXi-devel-1.8.1-7.el10.x86_64
- libXinerama-devel-1.1.5-8.el10.x86_64
- libXrandr-devel-1.5.4-5.el10.x86_64
- mesa-libGL-devel-25.2.5-3.el10.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-libxcursor.1
-> installed conf-libxi.1
-> installed conf-libxinerama.1
-> installed conf-libxrandr.1
-> installed conf-mesa.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved patch.3.1.0  (cached)
-> retrieved raylib.1.6.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed patch.3.1.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed raylib.1.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-29 22:05.08 ---> using "00e742e39bba480561ee2e8a1171c0a078ff26d1b68ae1dccedfb7c97e76030d" from cache
Job succeeded
2025-12-29 22:05.13: Job succeeded