(for PR #29008)

2025-11-30 21:08.25: New job: build raylib.1.6.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29008/head (ee0d916051b16f05582f35f255f3e8ff7961fed8)
                              on fedora-43-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 ee0d9160
git fetch origin master
git merge --no-edit 1808b67a60cee484a3c5ff1a64046c0e5f0406a5
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:a2241643c54055f4c2f8aa3dc7bba821953103812332576ef6e36feab248c210
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 "\"fedora-43\""; 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-11-30 21:08.25: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:a2241643c54055f4c2f8aa3dc7bba821953103812332576ef6e36feab248c210-raylib.1.6.0-ee0d916051b16f05582f35f255f3e8ff7961fed8"
2025-11-30 21:08.25: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:a2241643c54055f4c2f8aa3dc7bba821953103812332576ef6e36feab248c210)
 (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 \"\\\"fedora-43\\\"\"; 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-11-30 21:08.25: Waiting for resource in pool OCluster
2025-11-30 21:08.26: Waiting for worker…
2025-11-30 21:09.17: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 1808b67a60 Merge pull request #28997 from dinosaure/release-hxd-v0.3.6
Updating 1808b67a60..ee0d916051
Fast-forward
 packages/raygui/raygui.1.6.0/opam                  | 43 +++++++++++++++++
 .../raylib-callbacks/raylib-callbacks.1.6.0/opam   | 39 ++++++++++++++++
 packages/raylib/raylib.1.6.0/opam                  | 54 ++++++++++++++++++++++
 3 files changed, 136 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:fedora-43-ocaml-4.14@sha256:a2241643c54055f4c2f8aa3dc7bba821953103812332576ef6e36feab248c210)
2025-11-30 21:10.10 ---> using "8a421ee25ce01a0cf788817f6902cf52106442621c150240a7fd09d8b61951fd" 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-11-30 21:10.10 ---> using "b6680ed3dc433c7bba6c91f72b184113c5e228ead81e91a32ea5c3a90517ce7d" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-30 21:10.10 ---> using "0aa170efd0999a992608520399c585d8570df92ef2579a0b8a1b1e2860393c09" 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~rc1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=43
# 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-11-30 21:10.10 ---> using "fdd65a02ce30b3a50e16f9505d5bd23c008814df02e6bf3f7d38e5d2a1a96a8c" 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-11-30 21:10.10 ---> using "ed3e1887876b0da35817e5d841a63d4e831f5e7e8413fae169c0ea0aada0f036" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-30 21:10.18 ---> saved as "a01f810d496c6660ac5aa8b87572086dc3fa9fb4063d566b44ccf49f08070a1b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-30 21:10.35 ---> saved as "a5ed6770d8e346cd590bb15654fc2a159e8333a28b8ef21942173753b6fc04a2"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64                     100% |  12.9 KiB/s |  23.8 KiB |  00m02s
-  Fedora 43 - x86_64 - Updates           100% |  36.6 KiB/s |  19.0 KiB |  00m01s
-  Fedora 43 openh264 (From Cisco) - x86_ 100% |   9.0 KiB/s | 986.0   B |  00m00s
- Repositories loaded.
- Metadata cache created.
2025-11-30 21:10.39 ---> saved as "0420151723b54ca49a289de3903bab3340d8875058c3d8d7c783766a47d6f6d1"

/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-11-30 21:10.39 ---> saved as "04eb6e9054e2133f74317a7c3cb799e544998d517fe6cd3c456da3c7506e3d21"

/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 \"\\\"fedora-43\\\"\"; 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/sbin/sudo "yum" "install" "-y" "libXcursor-devel" "libXi-devel" "libXinerama-devel" "libXrandr-devel" "mesa-libGL-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package              Arch   Version              Repository      Size
- Installing:
-  libXcursor-devel    x86_64 1.2.3-3.fc43         fedora      22.7 KiB
-  libXi-devel         x86_64 1.8.2-3.fc43         fedora     132.5 KiB
-  libXinerama-devel   x86_64 1.1.5-9.fc43         fedora       7.0 KiB
-  libXrandr-devel     x86_64 1.5.4-6.fc43         fedora      21.8 KiB
-  mesa-libGL-devel    x86_64 25.2.7-3.fc43        updates     80.8 KiB
- Installing dependencies:
-  hwdata              noarch 0.401-1.fc43         updates      9.6 MiB
-  libXcursor          x86_64 1.2.3-3.fc43         fedora      53.4 KiB
-  libXext             x86_64 1.3.6-4.fc43         fedora      90.0 KiB
-  libXext-devel       x86_64 1.3.6-4.fc43         fedora      98.9 KiB
-  libXfixes           x86_64 6.0.1-6.fc43         fedora      26.2 KiB
-  libXfixes-devel     x86_64 6.0.1-6.fc43         fedora       9.2 KiB
-  libXi               x86_64 1.8.2-3.fc43         fedora      80.6 KiB
-  libXinerama         x86_64 1.1.5-9.fc43         fedora      15.0 KiB
-  libXrandr           x86_64 1.5.4-6.fc43         fedora      51.8 KiB
-  libXrender          x86_64 0.9.12-3.fc43        fedora      46.0 KiB
-  libXrender-devel    x86_64 0.9.12-3.fc43        fedora      50.1 KiB
-  libXxf86vm          x86_64 1.1.6-3.fc43         fedora      25.3 KiB
-  libdrm              x86_64 2.4.128-3.fc43       updates    399.9 KiB
-  libdrm-devel        x86_64 2.4.128-3.fc43       updates    729.0 KiB
-  libglvnd            x86_64 1:1.7.0-8.fc43       fedora     526.1 KiB
-  libglvnd-core-devel x86_64 1:1.7.0-8.fc43       fedora      40.3 KiB
-  libglvnd-devel      x86_64 1:1.7.0-8.fc43       fedora       2.1 MiB
-  libglvnd-egl        x86_64 1:1.7.0-8.fc43       fedora      64.7 KiB
-  libglvnd-gles       x86_64 1:1.7.0-8.fc43       fedora      97.9 KiB
-  libglvnd-glx        x86_64 1:1.7.0-8.fc43       fedora     601.2 KiB
-  libglvnd-opengl     x86_64 1:1.7.0-8.fc43       fedora     144.8 KiB
-  libpciaccess        x86_64 0.16-16.fc43         fedora      44.5 KiB
-  libpciaccess-devel  x86_64 0.16-16.fc43         fedora      15.3 KiB
-  libwayland-client   x86_64 1.24.0-1.fc43        fedora      62.0 KiB
-  libxshmfence        x86_64 1.3.2-7.fc43         fedora      12.4 KiB
-  lm_sensors-libs     x86_64 3.6.0-23.fc43        fedora      85.8 KiB
-  mesa-dri-drivers    x86_64 25.2.7-3.fc43        updates     47.9 MiB
-  mesa-filesystem     x86_64 25.2.7-3.fc43        updates      3.6 KiB
-  mesa-libEGL         x86_64 25.2.7-3.fc43        updates    306.4 KiB
-  mesa-libGL          x86_64 25.2.7-3.fc43        updates    286.0 KiB
-  mesa-libgbm         x86_64 25.2.7-3.fc43        updates     19.7 KiB
-  spirv-tools-libs    x86_64 2025.3-4.fc43        fedora       5.6 MiB
- Installing weak dependencies:
-  gl-manpages         noarch 1.1-34.20190306.fc43 fedora     935.6 KiB
-  mesa-va-drivers     x86_64 25.2.7-3.fc43        updates    115.0   B
- 
- Transaction Summary:
-  Installing:        39 packages
- 
- Total size of inbound packages is 19 MiB. Need to download 19 MiB.
- After this operation, 70 MiB extra will be used (install 70 MiB, remove 0 B).
- [ 1/39] libXcursor-0:1.2.3-3.fc43.x86_6 100% |   1.3 MiB/s |  31.2 KiB |  00m00s
- [ 2/39] libXrender-0:0.9.12-3.fc43.x86_ 100% |   6.6 MiB/s |  26.9 KiB |  00m00s
- [ 3/39] libXfixes-0:6.0.1-6.fc43.x86_64 100% | 615.2 KiB/s |  19.1 KiB |  00m00s
- [ 4/39] libXi-0:1.8.2-3.fc43.x86_64     100% |   4.4 MiB/s |  40.3 KiB |  00m00s
- [ 5/39] libXcursor-devel-0:1.2.3-3.fc43 100% | 900.2 KiB/s |  39.6 KiB |  00m00s
- [ 6/39] libXext-0:1.3.6-4.fc43.x86_64   100% |   7.6 MiB/s |  39.1 KiB |  00m00s
- [ 7/39] libXinerama-0:1.1.5-9.fc43.x86_ 100% |   3.5 MiB/s |  14.2 KiB |  00m00s
- [ 8/39] libXi-devel-0:1.8.2-3.fc43.x86_ 100% |   4.2 MiB/s | 115.8 KiB |  00m00s
- [ 9/39] libXinerama-devel-0:1.1.5-9.fc4 100% | 766.7 KiB/s |  13.0 KiB |  00m00s
- [10/39] libXrandr-0:1.5.4-6.fc43.x86_64 100% |   6.7 MiB/s |  27.6 KiB |  00m00s
- [11/39] libXrandr-devel-0:1.5.4-6.fc43. 100% |   1.3 MiB/s |  19.2 KiB |  00m00s
- [12/39] mesa-libGL-devel-0:25.2.7-3.fc4 100% |   1.8 MiB/s |  38.9 KiB |  00m00s
- [13/39] libglvnd-devel-1:1.7.0-8.fc43.x 100% |   4.7 MiB/s | 162.2 KiB |  00m00s
- [14/39] libglvnd-egl-1:1.7.0-8.fc43.x86 100% |   8.8 MiB/s |  36.0 KiB |  00m00s
- [15/39] libglvnd-gles-1:1.7.0-8.fc43.x8 100% |   7.0 MiB/s |  28.5 KiB |  00m00s
- [16/39] libglvnd-core-devel-1:1.7.0-8.f 100% | 719.0 KiB/s |  17.3 KiB |  00m00s
- [17/39] libglvnd-opengl-1:1.7.0-8.fc43. 100% |   9.0 MiB/s |  37.0 KiB |  00m00s
- [18/39] libglvnd-1:1.7.0-8.fc43.x86_64  100% |   2.4 MiB/s | 114.0 KiB |  00m00s
- [19/39] mesa-libGL-0:25.2.7-3.fc43.x86_ 100% |   9.1 MiB/s | 130.0 KiB |  00m00s
- [20/39] libXxf86vm-0:1.1.6-3.fc43.x86_6 100% |   3.5 MiB/s |  17.7 KiB |  00m00s
- [21/39] mesa-filesystem-0:25.2.7-3.fc43 100% |   3.5 MiB/s |  21.6 KiB |  00m00s
- [22/39] libxshmfence-0:1.3.2-7.fc43.x86 100% |   2.2 MiB/s |  13.3 KiB |  00m00s
- [23/39] lm_sensors-libs-0:3.6.0-23.fc43 100% |   6.6 MiB/s |  40.6 KiB |  00m00s
- [24/39] libglvnd-glx-1:1.7.0-8.fc43.x86 100% |   2.3 MiB/s | 132.1 KiB |  00m00s
- [25/39] mesa-libgbm-0:25.2.7-3.fc43.x86 100% |   5.4 MiB/s |  27.6 KiB |  00m00s
- [26/39] mesa-libEGL-0:25.2.7-3.fc43.x86 100% |  12.9 MiB/s | 131.8 KiB |  00m00s
- [27/39] libwayland-client-0:1.24.0-1.fc 100% |   1.3 MiB/s |  33.6 KiB |  00m00s
- [28/39] libXext-devel-0:1.3.6-4.fc43.x8 100% | 767.4 KiB/s |  85.2 KiB |  00m00s
- [29/39] spirv-tools-libs-0:2025.3-4.fc4 100% |   8.6 MiB/s |   1.6 MiB |  00m00s
- [30/39] libXrender-devel-0:0.9.12-3.fc4 100% | 542.5 KiB/s |  19.0 KiB |  00m00s
- [31/39] libXfixes-devel-0:6.0.1-6.fc43. 100% | 697.6 KiB/s |  12.6 KiB |  00m00s
- [32/39] libpciaccess-0:0.16-16.fc43.x86 100% |   5.1 MiB/s |  26.2 KiB |  00m00s
- [33/39] libdrm-0:2.4.128-3.fc43.x86_64  100% |   7.5 MiB/s | 162.0 KiB |  00m00s
- [34/39] libpciaccess-devel-0:0.16-16.fc 100% | 691.4 KiB/s |  12.4 KiB |  00m00s
- [35/39] libdrm-devel-0:2.4.128-3.fc43.x 100% |   3.8 MiB/s | 183.8 KiB |  00m00s
- [36/39] gl-manpages-0:1.1-34.20190306.f 100% |   7.9 MiB/s |   1.2 MiB |  00m00s
- [37/39] mesa-va-drivers-0:25.2.7-3.fc43 100% |   4.0 MiB/s |  20.3 KiB |  00m00s
- [38/39] hwdata-0:0.401-1.fc43.noarch    100% |   7.1 MiB/s |   1.7 MiB |  00m00s
- [39/39] mesa-dri-drivers-0:25.2.7-3.fc4 100% |  12.0 MiB/s |  12.7 MiB |  00m01s
- --------------------------------------------------------------------------------
- [39/39] Total                           100% |  14.5 MiB/s |  19.0 MiB |  00m01s
- Running transaction
- [ 1/41] Verify package files            100% | 534.0   B/s |  39.0   B |  00m00s
- [ 2/41] Prepare transaction             100% | 709.0   B/s |  39.0   B |  00m00s
- [ 3/41] Installing libXext-0:1.3.6-4.fc 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [ 4/41] Installing libglvnd-1:1.7.0-8.f 100% | 128.8 MiB/s | 527.5 KiB |  00m00s
- [ 5/41] Installing libXext-devel-0:1.3. 100% |  27.1 MiB/s | 110.9 KiB |  00m00s
- [ 6/41] Installing libXrender-0:0.9.12- 100% |  46.2 MiB/s |  47.3 KiB |  00m00s
- [ 7/41] Installing libXrender-devel-0:0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 8/41] Installing mesa-filesystem-0:25 100% |   4.2 MiB/s |   4.3 KiB |  00m00s
- [ 9/41] Installing libXfixes-0:6.0.1-6. 100% |  26.9 MiB/s |  27.6 KiB |  00m00s
- [10/41] Installing libXfixes-devel-0:6. 100% |   9.7 MiB/s |   9.9 KiB |  00m00s
- [11/41] Installing libXcursor-0:1.2.3-3 100% |  26.9 MiB/s |  55.1 KiB |  00m00s
- [12/41] Installing libXrandr-0:1.5.4-6. 100% |  51.8 MiB/s |  53.0 KiB |  00m00s
- [13/41] Installing libglvnd-opengl-1:1. 100% | 142.2 MiB/s | 145.6 KiB |  00m00s
- [14/41] Installing libXi-0:1.8.2-3.fc43 100% |  79.8 MiB/s |  81.7 KiB |  00m00s
- [15/41] Installing libXinerama-0:1.1.5- 100% |  15.7 MiB/s |  16.1 KiB |  00m00s
- [16/41] Installing libXxf86vm-0:1.1.6-3 100% |  25.9 MiB/s |  26.5 KiB |  00m00s
- [17/41] Installing hwdata-0:0.401-1.fc4 100% | 356.1 MiB/s |   9.6 MiB |  00m00s
- [18/41] Installing libpciaccess-0:0.16- 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [19/41] Installing libdrm-0:2.4.128-3.f 100% |  78.9 MiB/s | 403.7 KiB |  00m00s
- [20/41] Installing libpciaccess-devel-0 100% |  15.5 MiB/s |  15.9 KiB |  00m00s
- [21/41] Installing libdrm-devel-0:2.4.1 100% | 120.1 MiB/s | 738.1 KiB |  00m00s
- [22/41] Installing libwayland-client-0: 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [23/41] Installing spirv-tools-libs-0:2 100% | 293.1 MiB/s |   5.6 MiB |  00m00s
- [24/41] Installing lm_sensors-libs-0:3. 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [25/41] Installing libxshmfence-0:1.3.2 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [26/41] Installing mesa-dri-drivers-0:2 100% | 332.8 MiB/s |  47.9 MiB |  00m00s
- [27/41] Installing mesa-libgbm-0:25.2.7 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [28/41] Installing libglvnd-egl-1:1.7.0 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [29/41] Installing mesa-libEGL-0:25.2.7 100% | 150.1 MiB/s | 307.4 KiB |  00m00s
- [30/41] Installing mesa-libGL-0:25.2.7- 100% | 140.1 MiB/s | 287.0 KiB |  00m00s
- [31/41] Installing libglvnd-glx-1:1.7.0 100% | 196.2 MiB/s | 602.6 KiB |  00m00s
- [32/41] Installing libglvnd-gles-1:1.7. 100% |  97.0 MiB/s |  99.3 KiB |  00m00s
- [33/41] Installing libglvnd-core-devel- 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [34/41] Installing libglvnd-devel-1:1.7 100% | 265.1 MiB/s |   2.1 MiB |  00m00s
- [35/41] Installing mesa-libGL-devel-0:2 100% |  79.6 MiB/s |  81.5 KiB |  00m00s
- [36/41] Installing libXinerama-devel-0: 100% |   8.3 MiB/s |   8.5 KiB |  00m00s
- [37/41] Installing libXi-devel-0:1.8.2- 100% |  70.6 MiB/s | 144.6 KiB |  00m00s
- [38/41] Installing libXrandr-devel-0:1. 100% |  24.1 MiB/s |  24.7 KiB |  00m00s
- [39/41] Installing libXcursor-devel-0:1 100% |  32.0 MiB/s |  32.8 KiB |  00m00s
- [40/41] Installing mesa-va-drivers-0:25 100% | 320.3 KiB/s | 984.0   B |  00m00s
- [41/41] Installing gl-manpages-0:1.1-34 100% |  19.9 MiB/s |   1.1 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libXcursor-devel" "libXi-devel" "libXinerama-devel" "libXrandr-devel" "mesa-libGL-devel"
- libXcursor-devel-1.2.3-3.fc43.x86_64
- libXi-devel-1.8.2-3.fc43.x86_64
- libXinerama-devel-1.1.5-9.fc43.x86_64
- libXrandr-devel-1.5.4-6.fc43.x86_64
- mesa-libGL-devel-25.2.7-3.fc43.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-11-30 21:11.44 ---> saved as "9ce30a611b761df6f65e8a98b3da99109e2507e354bd9f918cfc3567f96ed8e6"
Job succeeded
2025-11-30 21:12.06: Job succeeded