(for PR #28827)

2025-11-10 16:57.21: New job: build hugin.1.0.0~alpha2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28827/head (3adacbc6aba2762d0750bc10bb58285f6b461c46)
                              on centos-9-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/28827/head" && git reset --hard 3adacbc6
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf
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 hugin.1.0.0~alpha2 1.0.0~alpha2
RUN opam reinstall hugin.1.0.0~alpha2; \
    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-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'hugin.1.0.0~alpha2' && 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-10 16:57.21: Using cache hint "ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf-hugin.1.0.0~alpha2-3adacbc6aba2762d0750bc10bb58285f6b461c46"
2025-11-10 16:57.21: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf)
 (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 hugin.1.0.0~alpha2 1.0.0~alpha2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall hugin.1.0.0~alpha2;\
             \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-9\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'hugin.1.0.0~alpha2' && 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-10 16:57.21: Waiting for resource in pool OCluster
2025-11-10 22:15.16: Waiting for worker…
2025-11-10 22:20.45: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Merge made by the 'ort' strategy.
 packages/fehu/fehu.1.0.0~alpha2/opam               | 49 +++++++++++++++
 packages/hugin/hugin.1.0.0~alpha2/opam             | 49 +++++++++++++++
 packages/kaun/kaun.1.0.0~alpha2/opam               | 50 ++++++++++++++++
 packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam | 54 +++++++++++++++++
 packages/nx/nx.1.0.0~alpha2/opam                   | 65 ++++++++++++++++++++
 packages/quill/quill.1.0.0~alpha2/opam             | 70 ++++++++++++++++++++++
 packages/raven/raven.1.0.0~alpha2/opam             | 53 ++++++++++++++++
 packages/rune/rune.1.0.0~alpha2/opam               | 56 +++++++++++++++++
 packages/saga/saga.1.0.0~alpha2/opam               | 49 +++++++++++++++
 packages/sowilo/sowilo.1.0.0~alpha2/opam           | 47 +++++++++++++++
 packages/talon/talon.1.0.0~alpha2/opam             | 48 +++++++++++++++
 11 files changed, 590 insertions(+)
 create mode 100644 packages/fehu/fehu.1.0.0~alpha2/opam
 create mode 100644 packages/hugin/hugin.1.0.0~alpha2/opam
 create mode 100644 packages/kaun/kaun.1.0.0~alpha2/opam
 create mode 100644 packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam
 create mode 100644 packages/nx/nx.1.0.0~alpha2/opam
 create mode 100644 packages/quill/quill.1.0.0~alpha2/opam
 create mode 100644 packages/raven/raven.1.0.0~alpha2/opam
 create mode 100644 packages/rune/rune.1.0.0~alpha2/opam
 create mode 100644 packages/saga/saga.1.0.0~alpha2/opam
 create mode 100644 packages/sowilo/sowilo.1.0.0~alpha2/opam
 create mode 100644 packages/talon/talon.1.0.0~alpha2/opam

(from ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf)
2025-11-10 22:20.52 ---> using "eece0ee759113f9447becf3b30dd4249f4d7687d01c11c4512fbc8c86419779f" 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-10 22:20.52 ---> using "392c691f5646d6ef70bb47fd2905a73a7700f7ad2037d8c614d97b45549b91b1" 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-10 22:20.52 ---> using "371a15af04227da9a433565ef0ac02d0896bf811450f0047612e4f9e1dff7bdc" 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~alpha1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=9
# 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       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-11-10 22:20.52 ---> using "cd4807205ddc4da8666819a85a26b0634d63572d3d7b871e275755e9a2e267c9" 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-10 22:20.52 ---> using "bf9fa0dc961aebd1fdbdfb7186ef667308f4c39d03be264f475e3aec2364ad1a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 22:20.53 ---> using "61cf2b12ba7fb881a43d2b00bd88bf2e60188a2ec1ee16b0de1a3dd926ae6676" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 22:21.06 ---> saved as "1d9cbedc63bb3c7cfcedfd3c773007e6d36d1a5f3aae51668f5f311ac7cb1732"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                        141 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                     136 kB/s |  15 kB     00:00    
- CentOS Stream 9 - CRB                           141 kB/s |  14 kB     00:00    
- CentOS Stream 9 - Extras packages               142 kB/s |  16 kB     00:00    
- Metadata cache created.
2025-11-10 22:21.08 ---> saved as "b00aa517d7531cd6bd302a6497fbc0c9875d335c5fb847e9a8d11d9a791fcab6"

/home/opam: (run (shell "opam pin add -k version -yn hugin.1.0.0~alpha2 1.0.0~alpha2"))
hugin is now pinned to version 1.0.0~alpha2
2025-11-10 22:21.09 ---> saved as "c414bf5b22b02e97b413578ddccc0f82a4f032986df50f02ba9a0b73a5dcc42d"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall hugin.1.0.0~alpha2;\
                        \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-9\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'hugin.1.0.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
hugin.1.0.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
  - install base64            3.5.2                 [required by hugin]
  - install cairo2            0.6.5                 [required by hugin]
  - install conf-cairo        1                     [required by cairo2]
  - install conf-pkg-config   4                     [required by conf-sdl2, nx]
  - install conf-sdl2         1                     [required by hugin]
  - install conf-zlib         1                     [required by nx]
  - install csexp             1.5.2                 [required by dune-configurator]
  - install dune              3.20.2                [required by hugin]
  - install dune-configurator 3.20.2                [required by hugin]
  - install hugin             1.0.0~alpha2 (pinned)
  - install nx                1.0.0~alpha2          [required by hugin]
  - install stdlib-shims      0.3.0                 [required by nx]

The following system packages will first need to be installed:
    cairo-devel epel-release openblas-devel SDL2-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:05 ago on Mon Nov 10 22:21:07 2025.
- Dependencies resolved.
- ================================================================================
-  Package                Arch        Version            Repository          Size
- ================================================================================
- Installing:
-  epel-release           noarch      9-7.el9            extras-common       19 k
- Installing weak dependencies:
-  dnf-plugins-core       noarch      4.3.0-23.el9       baseos              36 k
-  epel-next-release      noarch      9-7.el9            extras-common      8.1 k
- 
- Transaction Summary
- ================================================================================
- Install  3 Packages
- 
- Total download size: 62 k
- Installed size: 51 k
- Downloading Packages:
- (1/3): epel-next-release-9-7.el9.noarch.rpm     181 kB/s | 8.1 kB     00:00    
- (2/3): dnf-plugins-core-4.3.0-23.el9.noarch.rpm 586 kB/s |  36 kB     00:00    
- (3/3): epel-release-9-7.el9.noarch.rpm          305 kB/s |  19 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           228 kB/s |  62 kB     00:00     
- CentOS Stream 9 - 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
- 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.3.0-23.el9.noarch                   1/3 
-   Installing       : epel-next-release-9-7.el9.noarch                       2/3 
-   Installing       : epel-release-9-7.el9.noarch                            3/3 
-   Running scriptlet: epel-release-9-7.el9.noarch                            3/3 
- Many EPEL packages require the CodeReady Builder (CRB) repository.
- It is recommended that you run /usr/bin/crb enable to enable the CRB repository.
- 
-   Verifying        : dnf-plugins-core-4.3.0-23.el9.noarch                   1/3 
-   Verifying        : epel-next-release-9-7.el9.noarch                       2/3 
-   Verifying        : epel-release-9-7.el9.noarch                            3/3 
- 
- Installed:
-   dnf-plugins-core-4.3.0-23.el9.noarch     epel-next-release-9-7.el9.noarch    
-   epel-release-9-7.el9.noarch             
- 
- Complete!
+ /usr/bin/sudo "yum" "install" "-y" "SDL2-devel" "cairo-devel" "openblas-devel"
- Extra Packages for Enterprise Linux 9 - x86_64  2.6 MB/s |  20 MB     00:07    
- Extra Packages for Enterprise Linux 9 openh264  8.9 kB/s | 2.5 kB     00:00    
- Extra Packages for Enterprise Linux 9 - Next -  1.1 MB/s | 289 kB     00:00    
- Dependencies resolved.
- ================================================================================
-  Package                   Arch       Version               Repository     Size
- ================================================================================
- Installing:
-  SDL2-devel                x86_64     2.26.0-1.el9          appstream     402 k
-  cairo-devel               x86_64     1.17.4-7.el9          appstream     209 k
-  openblas-devel            x86_64     0.3.29-1.el9          crb            84 k
- Installing dependencies:
-  SDL2                      x86_64     2.26.0-1.el9          appstream     682 k
-  brotli                    x86_64     1.0.9-7.el9           appstream     312 k
-  brotli-devel              x86_64     1.0.9-7.el9           appstream      31 k
-  bzip2-devel               x86_64     1.0.8-10.el9          appstream     214 k
-  cmake-filesystem          x86_64     3.26.5-2.el9          appstream      19 k
-  fontconfig-devel          x86_64     2.14.0-2.el9          appstream     174 k
-  freetype-devel            x86_64     2.10.4-11.el9         appstream     1.1 M
-  glib2-devel               x86_64     2.68.4-16.el9         appstream     552 k
-  graphite2-devel           x86_64     1.3.14-9.el9          appstream      22 k
-  harfbuzz-devel            x86_64     2.7.4-10.el9          appstream     347 k
-  harfbuzz-icu              x86_64     2.7.4-10.el9          appstream      14 k
-  libXext-devel             x86_64     1.3.4-8.el9           appstream      87 k
-  libXrender-devel          x86_64     0.9.10-16.el9         appstream      17 k
-  libblkid-devel            x86_64     2.37.4-21.el9         appstream      17 k
-  libdecor                  x86_64     0.1.1-1.el9           appstream      43 k
-  libffi-devel              x86_64     3.4.2-8.el9           appstream      29 k
-  libgfortran               x86_64     11.5.0-11.el9         baseos        794 k
-  libglvnd-core-devel       x86_64     1:1.3.4-1.el9         appstream      18 k
-  libglvnd-devel            x86_64     1:1.3.4-1.el9         appstream     161 k
-  libglvnd-gles             x86_64     1:1.3.4-1.el9         appstream      33 k
-  libglvnd-opengl           x86_64     1:1.3.4-1.el9         appstream      43 k
-  libicu-devel              x86_64     67.1-10.el9           appstream     937 k
-  libmount-devel            x86_64     2.37.4-21.el9         appstream      18 k
-  libpng-devel              x86_64     2:1.6.37-12.el9       appstream     293 k
-  libquadmath               x86_64     11.5.0-11.el9         baseos        184 k
-  libselinux-devel          x86_64     3.6-3.el9             appstream     159 k
-  libsepol-devel            x86_64     3.6-3.el9             appstream      47 k
-  libxml2-devel             x86_64     2.9.13-12.el9         appstream     898 k
-  mesa-libEGL-devel         x86_64     25.0.7-2.el9          appstream      14 k
-  openblas                  x86_64     0.3.29-1.el9          appstream      42 k
-  openblas-openmp           x86_64     0.3.29-1.el9          appstream     5.3 M
-  openblas-openmp64         x86_64     0.3.29-1.el9          appstream     5.2 M
-  openblas-openmp64_        x86_64     0.3.29-1.el9          crb           5.1 M
-  openblas-serial           x86_64     0.3.29-1.el9          appstream     5.0 M
-  openblas-serial64         x86_64     0.3.29-1.el9          crb           4.9 M
-  openblas-serial64_        x86_64     0.3.29-1.el9          crb           4.9 M
-  openblas-threads          x86_64     0.3.29-1.el9          crb           5.3 M
-  openblas-threads64        x86_64     0.3.29-1.el9          crb           5.1 M
-  openblas-threads64_       x86_64     0.3.29-1.el9          crb           5.1 M
-  pcre-cpp                  x86_64     8.44-4.el9            appstream      26 k
-  pcre-devel                x86_64     8.44-4.el9            appstream     506 k
-  pcre-utf16                x86_64     8.44-4.el9            appstream     184 k
-  pcre-utf32                x86_64     8.44-4.el9            appstream     174 k
-  pcre2-devel               x86_64     10.40-6.el9           appstream     512 k
-  pcre2-utf16               x86_64     10.40-6.el9           appstream     214 k
-  pcre2-utf32               x86_64     10.40-6.el9           appstream     203 k
-  pixman-devel              x86_64     0.40.0-6.el9          appstream      17 k
-  sysprof-capture-devel     x86_64     3.40.1-3.el9          appstream      60 k
- 
- Transaction Summary
- ================================================================================
- Install  51 Packages
- 
- Total download size: 56 M
- Installed size: 457 M
- Downloading Packages:
- (1/51): libquadmath-11.5.0-11.el9.x86_64.rpm    5.9 MB/s | 184 kB     00:00    
- (2/51): libgfortran-11.5.0-11.el9.x86_64.rpm     15 MB/s | 794 kB     00:00    
- (3/51): brotli-1.0.9-7.el9.x86_64.rpm            20 MB/s | 312 kB     00:00    
- (4/51): brotli-devel-1.0.9-7.el9.x86_64.rpm     5.8 MB/s |  31 kB     00:00    
- (5/51): bzip2-devel-1.0.8-10.el9.x86_64.rpm      14 MB/s | 214 kB     00:00    
- (6/51): SDL2-2.26.0-1.el9.x86_64.rpm            3.1 MB/s | 682 kB     00:00    
- (7/51): cmake-filesystem-3.26.5-2.el9.x86_64.rp 2.3 MB/s |  19 kB     00:00    
- (8/51): SDL2-devel-2.26.0-1.el9.x86_64.rpm      1.8 MB/s | 402 kB     00:00    
- (9/51): fontconfig-devel-2.14.0-2.el9.x86_64.rp 3.5 MB/s | 174 kB     00:00    
- (10/51): glib2-devel-2.68.4-16.el9.x86_64.rpm    20 MB/s | 552 kB     00:00    
- (11/51): graphite2-devel-1.3.14-9.el9.x86_64.rp 3.0 MB/s |  22 kB     00:00    
- (12/51): freetype-devel-2.10.4-11.el9.x86_64.rp  14 MB/s | 1.1 MB     00:00    
- (13/51): harfbuzz-devel-2.7.4-10.el9.x86_64.rpm  14 MB/s | 347 kB     00:00    
- (14/51): harfbuzz-icu-2.7.4-10.el9.x86_64.rpm   2.8 MB/s |  14 kB     00:00    
- (15/51): libXext-devel-1.3.4-8.el9.x86_64.rpm    10 MB/s |  87 kB     00:00    
- (16/51): libXrender-devel-0.9.10-16.el9.x86_64. 3.4 MB/s |  17 kB     00:00    
- (17/51): libblkid-devel-2.37.4-21.el9.x86_64.rp 2.4 MB/s |  17 kB     00:00    
- (18/51): libffi-devel-3.4.2-8.el9.x86_64.rpm    4.0 MB/s |  29 kB     00:00    
- (19/51): libglvnd-core-devel-1.3.4-1.el9.x86_64 763 kB/s |  18 kB     00:00    
- (20/51): libdecor-0.1.1-1.el9.x86_64.rpm        607 kB/s |  43 kB     00:00    
- (21/51): cairo-devel-1.17.4-7.el9.x86_64.rpm    650 kB/s | 209 kB     00:00    
- (22/51): libglvnd-gles-1.3.4-1.el9.x86_64.rpm   5.7 MB/s |  33 kB     00:00    
- (23/51): libglvnd-opengl-1.3.4-1.el9.x86_64.rpm 7.6 MB/s |  43 kB     00:00    
- (24/51): libglvnd-devel-1.3.4-1.el9.x86_64.rpm  3.6 MB/s | 161 kB     00:00    
- (25/51): libmount-devel-2.37.4-21.el9.x86_64.rp 3.5 MB/s |  18 kB     00:00    
- (26/51): libselinux-devel-3.6-3.el9.x86_64.rpm   15 MB/s | 159 kB     00:00    
- (27/51): libpng-devel-1.6.37-12.el9.x86_64.rpm   13 MB/s | 293 kB     00:00    
- (28/51): libicu-devel-67.1-10.el9.x86_64.rpm     14 MB/s | 937 kB     00:00    
- (29/51): libsepol-devel-3.6-3.el9.x86_64.rpm    685 kB/s |  47 kB     00:00    
- (30/51): openblas-0.3.29-1.el9.x86_64.rpm       6.9 MB/s |  42 kB     00:00    
- (31/51): mesa-libEGL-devel-25.0.7-2.el9.x86_64. 237 kB/s |  14 kB     00:00    
- (32/51): libxml2-devel-2.9.13-12.el9.x86_64.rpm 3.5 MB/s | 898 kB     00:00    
- (33/51): openblas-openmp-0.3.29-1.el9.x86_64.rp  19 MB/s | 5.3 MB     00:00    
- (34/51): pcre-cpp-8.44-4.el9.x86_64.rpm         4.6 MB/s |  26 kB     00:00    
- (35/51): pcre-devel-8.44-4.el9.x86_64.rpm        16 MB/s | 506 kB     00:00    
- (36/51): pcre-utf16-8.44-4.el9.x86_64.rpm       6.6 MB/s | 184 kB     00:00    
- (37/51): pcre-utf32-8.44-4.el9.x86_64.rpm       8.9 MB/s | 174 kB     00:00    
- (38/51): pcre2-devel-10.40-6.el9.x86_64.rpm     7.5 MB/s | 512 kB     00:00    
- (39/51): pcre2-utf16-10.40-6.el9.x86_64.rpm     8.5 MB/s | 214 kB     00:00    
- (40/51): pcre2-utf32-10.40-6.el9.x86_64.rpm     8.3 MB/s | 203 kB     00:00    
- (41/51): pixman-devel-0.40.0-6.el9.x86_64.rpm   1.4 MB/s |  17 kB     00:00    
- (42/51): sysprof-capture-devel-3.40.1-3.el9.x86 6.1 MB/s |  60 kB     00:00    
- (43/51): openblas-devel-0.3.29-1.el9.x86_64.rpm 1.2 MB/s |  84 kB     00:00    
- (44/51): openblas-openmp64-0.3.29-1.el9.x86_64. 7.6 MB/s | 5.2 MB     00:00    
- (45/51): openblas-serial-0.3.29-1.el9.x86_64.rp 7.3 MB/s | 5.0 MB     00:00    
- (46/51): openblas-openmp64_-0.3.29-1.el9.x86_64 8.9 MB/s | 5.1 MB     00:00    
- (47/51): openblas-serial64-0.3.29-1.el9.x86_64. 9.8 MB/s | 4.9 MB     00:00    
- (48/51): openblas-serial64_-0.3.29-1.el9.x86_64 5.4 MB/s | 4.9 MB     00:00    
- (49/51): openblas-threads-0.3.29-1.el9.x86_64.r 7.5 MB/s | 5.3 MB     00:00    
- (50/51): openblas-threads64-0.3.29-1.el9.x86_64 6.8 MB/s | 5.1 MB     00:00    
- (51/51): openblas-threads64_-0.3.29-1.el9.x86_6 6.8 MB/s | 5.1 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                            16 MB/s |  56 MB     00:03     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1
-  
-   Installing       : openblas-0.3.29-1.el9.x86_64                          1/51 
-   Installing       : libpng-devel-2:1.6.37-12.el9.x86_64                   2/51 
-   Installing       : cmake-filesystem-3.26.5-2.el9.x86_64                  3/51 
-   Installing       : libxml2-devel-2.9.13-12.el9.x86_64                    4/51 
-   Installing       : sysprof-capture-devel-3.40.1-3.el9.x86_64             5/51 
-   Installing       : pixman-devel-0.40.0-6.el9.x86_64                      6/51 
-   Installing       : pcre2-utf32-10.40-6.el9.x86_64                        7/51 
-   Installing       : pcre2-utf16-10.40-6.el9.x86_64                        8/51 
-   Installing       : pcre2-devel-10.40-6.el9.x86_64                        9/51 
-   Installing       : pcre-utf32-8.44-4.el9.x86_64                         10/51 
-   Installing       : pcre-utf16-8.44-4.el9.x86_64                         11/51 
-   Installing       : pcre-cpp-8.44-4.el9.x86_64                           12/51 
-   Installing       : pcre-devel-8.44-4.el9.x86_64                         13/51 
-   Installing       : libsepol-devel-3.6-3.el9.x86_64                      14/51 
-   Installing       : libselinux-devel-3.6-3.el9.x86_64                    15/51 
-   Installing       : libicu-devel-67.1-10.el9.x86_64                      16/51 
-   Installing       : libglvnd-opengl-1:1.3.4-1.el9.x86_64                 17/51 
-   Installing       : libglvnd-gles-1:1.3.4-1.el9.x86_64                   18/51 
-   Installing       : libglvnd-core-devel-1:1.3.4-1.el9.x86_64             19/51 
-   Installing       : libglvnd-devel-1:1.3.4-1.el9.x86_64                  20/51 
-   Installing       : mesa-libEGL-devel-25.0.7-2.el9.x86_64                21/51 
-   Installing       : libffi-devel-3.4.2-8.el9.x86_64                      22/51 
-   Installing       : libdecor-0.1.1-1.el9.x86_64                          23/51 
-   Installing       : SDL2-2.26.0-1.el9.x86_64                             24/51 
-   Installing       : libblkid-devel-2.37.4-21.el9.x86_64                  25/51 
-   Installing       : libmount-devel-2.37.4-21.el9.x86_64                  26/51 
-   Installing       : glib2-devel-2.68.4-16.el9.x86_64                     27/51 
-   Installing       : libXrender-devel-0.9.10-16.el9.x86_64                28/51 
-   Installing       : libXext-devel-1.3.4-8.el9.x86_64                     29/51 
-   Installing       : harfbuzz-icu-2.7.4-10.el9.x86_64                     30/51 
-   Installing       : graphite2-devel-1.3.14-9.el9.x86_64                  31/51 
-   Installing       : bzip2-devel-1.0.8-10.el9.x86_64                      32/51 
-   Installing       : brotli-1.0.9-7.el9.x86_64                            33/51 
-   Installing       : brotli-devel-1.0.9-7.el9.x86_64                      34/51 
-   Installing       : harfbuzz-devel-2.7.4-10.el9.x86_64                   35/51 
-   Installing       : freetype-devel-2.10.4-11.el9.x86_64                  36/51 
-   Installing       : fontconfig-devel-2.14.0-2.el9.x86_64                 37/51 
-   Installing       : libquadmath-11.5.0-11.el9.x86_64                     38/51 
-   Installing       : libgfortran-11.5.0-11.el9.x86_64                     39/51 
-   Installing       : openblas-openmp-0.3.29-1.el9.x86_64                  40/51 
-   Installing       : openblas-openmp64-0.3.29-1.el9.x86_64                41/51 
-   Installing       : openblas-serial-0.3.29-1.el9.x86_64                  42/51 
-   Installing       : openblas-openmp64_-0.3.29-1.el9.x86_64               43/51
-  
-   Installing       : openblas-serial64-0.3.29-1.el9.x86_64                44/51 
-   Installing       : openblas-serial64_-0.3.29-1.el9.x86_64               45/51 
-   Installing       : openblas-threads-0.3.29-1.el9.x86_64                 46/51 
-   Installing       : openblas-threads64-0.3.29-1.el9.x86_64               47/51 
-   Installing       : openblas-threads64_-0.3.29-1.el9.x86_64              48/51 
-   Installing       : openblas-devel-0.3.29-1.el9.x86_64                   49/51 
-   Installing       : cairo-devel-1.17.4-7.el9.x86_64                      50/51 
-   Installing       : SDL2-devel-2.26.0-1.el9.x86_64                       51/51 
-   Running scriptlet: SDL2-devel-2.26.0-1.el9.x86_64                       51/51 
-   Verifying        : libgfortran-11.5.0-11.el9.x86_64                      1/51 
-   Verifying        : libquadmath-11.5.0-11.el9.x86_64                      2/51 
-   Verifying        : SDL2-2.26.0-1.el9.x86_64                              3/51 
-   Verifying        : SDL2-devel-2.26.0-1.el9.x86_64                        4/51 
-   Verifying        : brotli-1.0.9-7.el9.x86_64                             5/51 
-   Verifying        : brotli-devel-1.0.9-7.el9.x86_64                       6/51 
-   Verifying        : bzip2-devel-1.0.8-10.el9.x86_64                       7/51 
-   Verifying        : cairo-devel-1.17.4-7.el9.x86_64                       8/51 
-   Verifying        : cmake-filesystem-3.26.5-2.el9.x86_64                  9/51 
-   Verifying        : fontconfig-devel-2.14.0-2.el9.x86_64                 10/51 
-   Verifying        : freetype-devel-2.10.4-11.el9.x86_64                  11/51 
-   Verifying        : glib2-devel-2.68.4-16.el9.x86_64                     12/51 
-   Verifying        : graphite2-devel-1.3.14-9.el9.x86_64                  13/51 
-   Verifying        : harfbuzz-devel-2.7.4-10.el9.x86_64                   14/51 
-   Verifying        : harfbuzz-icu-2.7.4-10.el9.x86_64                     15/51 
-   Verifying        : libXext-devel-1.3.4-8.el9.x86_64                     16/51 
-   Verifying        : libXrender-devel-0.9.10-16.el9.x86_64                17/51 
-   Verifying        : libblkid-devel-2.37.4-21.el9.x86_64                  18/51 
-   Verifying        : libdecor-0.1.1-1.el9.x86_64                          19/51 
-   Verifying        : libffi-devel-3.4.2-8.el9.x86_64                      20/51 
-   Verifying        : libglvnd-core-devel-1:1.3.4-1.el9.x86_64             21/51 
-   Verifying        : libglvnd-devel-1:1.3.4-1.el9.x86_64                  22/51 
-   Verifying        : libglvnd-gles-1:1.3.4-1.el9.x86_64                   23/51 
-   Verifying        : libglvnd-opengl-1:1.3.4-1.el9.x86_64                 24/51 
-   Verifying        : libicu-devel-67.1-10.el9.x86_64                      25/51 
-   Verifying        : libmount-devel-2.37.4-21.el9.x86_64                  26/51 
-   Verifying        : libpng-devel-2:1.6.37-12.el9.x86_64                  27/51 
-   Verifying        : libselinux-devel-3.6-3.el9.x86_64                    28/51 
-   Verifying        : libsepol-devel-3.6-3.el9.x86_64                      29/51 
-   Verifying        : libxml2-devel-2.9.13-12.el9.x86_64                   30/51 
-   Verifying        : mesa-libEGL-devel-25.0.7-2.el9.x86_64                31/51 
-   Verifying        : openblas-0.3.29-1.el9.x86_64                         32/51 
-   Verifying        : openblas-openmp-0.3.29-1.el9.x86_64                  33/51 
-   Verifying        : openblas-openmp64-0.3.29-1.el9.x86_64                34/51 
-   Verifying        : openblas-serial-0.3.29-1.el9.x86_64                  35/51 
-   Verifying        : pcre-cpp-8.44-4.el9.x86_64                           36/51 
-   Verifying        : pcre-devel-8.44-4.el9.x86_64                         37/51 
-   Verifying        : pcre-utf16-8.44-4.el9.x86_64                         38/51 
-   Verifying        : pcre-utf32-8.44-4.el9.x86_64                         39/51 
-   Verifying        : pcre2-devel-10.40-6.el9.x86_64                       40/51 
-   Verifying        : pcre2-utf16-10.40-6.el9.x86_64                       41/51 
-   Verifying        : pcre2-utf32-10.40-6.el9.x86_64                       42/51 
-   Verifying        : pixman-devel-0.40.0-6.el9.x86_64                     43/51 
-   Verifying        : sysprof-capture-devel-3.40.1-3.el9.x86_64            44/51 
-   Verifying        : openblas-devel-0.3.29-1.el9.x86_64                   45/51 
-   Verifying        : openblas-openmp64_-0.3.29-1.el9.x86_64               46/51 
-   Verifying        : openblas-serial64-0.3.29-1.el9.x86_64                47/51 
-   Verifying        : openblas-serial64_-0.3.29-1.el9.x86_64               48/51 
-   Verifying        : openblas-threads-0.3.29-1.el9.x86_64                 49/51 
-   Verifying        : openblas-threads64-0.3.29-1.el9.x86_64               50/51 
-   Verifying        : openblas-threads64_-0.3.29-1.el9.x86_64              51/51 
- 
- Installed:
-   SDL2-2.26.0-1.el9.x86_64                                                      
-   SDL2-devel-2.26.0-1.el9.x86_64                                                
-   brotli-1.0.9-7.el9.x86_64                                                     
-   brotli-devel-1.0.9-7.el9.x86_64                                               
-   bzip2-devel-1.0.8-10.el9.x86_64                                               
-   cairo-devel-1.17.4-7.el9.x86_64                                               
-   cmake-filesystem-3.26.5-2.el9.x86_64                                          
-   fontconfig-devel-2.14.0-2.el9.x86_64                                          
-   freetype-devel-2.10.4-11.el9.x86_64                                           
-   glib2-devel-2.68.4-16.el9.x86_64                                              
-   graphite2-devel-1.3.14-9.el9.x86_64                                           
-   harfbuzz-devel-2.7.4-10.el9.x86_64                                            
-   harfbuzz-icu-2.7.4-10.el9.x86_64                                              
-   libXext-devel-1.3.4-8.el9.x86_64                                              
-   libXrender-devel-0.9.10-16.el9.x86_64                                         
-   libblkid-devel-2.37.4-21.el9.x86_64                                           
-   libdecor-0.1.1-1.el9.x86_64                                                   
-   libffi-devel-3.4.2-8.el9.x86_64                                               
-   libgfortran-11.5.0-11.el9.x86_64                                              
-   libglvnd-core-devel-1:1.3.4-1.el9.x86_64                                      
-   libglvnd-devel-1:1.3.4-1.el9.x86_64                                           
-   libglvnd-gles-1:1.3.4-1.el9.x86_64                                            
-   libglvnd-opengl-1:1.3.4-1.el9.x86_64                                          
-   libicu-devel-67.1-10.el9.x86_64                                               
-   libmount-devel-2.37.4-21.el9.x86_64                                           
-   libpng-devel-2:1.6.37-12.el9.x86_64                                           
-   libquadmath-11.5.0-11.el9.x86_64                                              
-   libselinux-devel-3.6-3.el9.x86_64                                             
-   libsepol-devel-3.6-3.el9.x86_64                                               
-   libxml2-devel-2.9.13-12.el9.x86_64                                            
-   mesa-libEGL-devel-25.0.7-2.el9.x86_64                                         
-   openblas-0.3.29-1.el9.x86_64                                                  
-   openblas-devel-0.3.29-1.el9.x86_64                                            
-   openblas-openmp-0.3.29-1.el9.x86_64                                           
-   openblas-openmp64-0.3.29-1.el9.x86_64                                         
-   openblas-openmp64_-0.3.29-1.el9.x86_64                                        
-   openblas-serial-0.3.29-1.el9.x86_64                                           
-   openblas-serial64-0.3.29-1.el9.x86_64                                         
-   openblas-serial64_-0.3.29-1.el9.x86_64                                        
-   openblas-threads-0.3.29-1.el9.x86_64                                          
-   openblas-threads64-0.3.29-1.el9.x86_64                                        
-   openblas-threads64_-0.3.29-1.el9.x86_64                                       
-   pcre-cpp-8.44-4.el9.x86_64                                                    
-   pcre-devel-8.44-4.el9.x86_64                                                  
-   pcre-utf16-8.44-4.el9.x86_64                                                  
-   pcre-utf32-8.44-4.el9.x86_64                                                  
-   pcre2-devel-10.40-6.el9.x86_64                                                
-   pcre2-utf16-10.40-6.el9.x86_64                                                
-   pcre2-utf32-10.40-6.el9.x86_64                                                
-   pixman-devel-0.40.0-6.el9.x86_64                                              
-   sysprof-capture-devel-3.40.1-3.el9.x86_64                                     
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "cairo-devel" "epel-release" "openblas-devel" "SDL2-devel"
- cairo-devel-1.17.4-7.el9.x86_64
- epel-release-9-7.el9.noarch
- openblas-devel-0.3.29-1.el9.x86_64
- SDL2-devel-2.26.0-1.el9.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-cairo.1
-> installed conf-sdl2.1
-> installed conf-zlib.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved hugin.1.0.0~alpha2, nx.1.0.0~alpha2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed cairo2.0.6.5
-> installed nx.1.0.0~alpha2
-> installed hugin.1.0.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 22:22.46 ---> saved as "21a60b301f0b9d2713e7c8d4aa9622f49ee9a3bd07ee9070ecfb22b39a61e9e3"
Job succeeded
2025-11-10 22:23.06: Job succeeded