(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build ocgtk.0.1~preview0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
                              on centos-10-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29623/head" && git reset --hard 840d56c7
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn ocgtk.0.1~preview0 0.1~preview0
RUN opam reinstall ocgtk.0.1~preview0; \
    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" != 'ocgtk.0.1~preview0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-05 06:24.23: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702-ocgtk.0.1~preview0-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn ocgtk.0.1~preview0 0.1~preview0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocgtk.0.1~preview0;\
             \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\" != 'ocgtk.0.1~preview0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:24.24: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
 packages/conf-gtk4/conf-gtk4.1/opam    | 49 ++++++++++++++++++++++++++++++++++
 packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)
 create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
 create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam

(from ocaml/opam:centos-10-ocaml-5.4@sha256:066a711a6aa77903d71623cb77f68abf2a7bc100f809071c1f1528960004d702)
2026-04-05 06:26.23 ---> using "12c44fdba1eeb955a8167326326a0c05d6adfadc75ab8c583b1aefb4144cfed8" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-05 06:26.23 ---> using "6a11dc85513c28675c8007c51738f207cfb97f27f7efe593e619477ad743e949" 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
2026-04-05 06:26.23 ---> using "c46969d803f1606b7861ee7076456a7edad800f6b9a94ef6d6343103cdac725e" 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       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-05 06:26.23 ---> using "c1d1fa63d43976e3bc50a740e597fc9bdc30f232541050b6d08e1c850209baa5" 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/"))
2026-04-05 06:26.23 ---> using "1cacb55d557fed2b6a2468d67f8d8cc8d79505bea0dd4f37056d8e7d8caa4e76" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:26.27 ---> saved as "0d8656530dfcb81467eaabd2672b36dcc717521433a5a7ecbef179c443109f90"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:26.45 ---> saved as "6c34b8e046159b18efdc0e02fdc893980225763a35fa331b38c592504fba81df"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                       1.4 kB/s |  15 kB     00:10    
- CentOS Stream 10 - BaseOS                       3.1 MB/s | 6.9 MB     00:02    
- CentOS Stream 10 - AppStream                     39 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    1.6 MB/s | 3.6 MB     00:02    
- CentOS Stream 10 - CRB                          380 kB/s |  15 kB     00:00    
- CentOS Stream 10 - CRB                          3.9 MB/s | 834 kB     00:00    
- CentOS Stream 10 - Extras packages               43 kB/s |  17 kB     00:00    
- Metadata cache created.
2026-04-05 06:27.03 ---> saved as "99f54be981913a9d6014cdd143abb3f694d63d97d55eca204bb489acb017a764"

/home/opam: (run (shell "opam pin add -k version -yn ocgtk.0.1~preview0 0.1~preview0"))
ocgtk is now pinned to version 0.1~preview0
2026-04-05 06:27.04 ---> saved as "16c326d17473aef50fcd1584e57d14d9335ab9c0b6230da22bdb8476639872a5"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocgtk.0.1~preview0;\
                        \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\" != 'ocgtk.0.1~preview0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocgtk.0.1~preview0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 29 packages
  - install base                    v0.17.3               [required by ppx_sexp_conv]
  - install cmdliner                2.1.0                 [required by ocgtk]
  - install conf-gtk4               1                     [required by ocgtk]
  - install conf-pkg-config         4                     [required by conf-gtk4]
  - install containers              3.18                  [required by ocgtk]
  - install cppo                    1.8.0                 [required by ppx_deriving]
  - install csexp                   1.5.2                 [required by dune-configurator]
  - install dune                    3.22.1                [required by ocgtk]
  - install dune-configurator       3.22.1                [required by containers]
  - install either                  1.0.0                 [required by containers]
  - install logs                    0.10.0                [required by ocgtk]
  - install num                     1.6                   [required by sexplib]
  - install ocaml-compiler-libs     v0.17.0               [required by ppxlib]
  - install ocaml_intrinsics_kernel v0.17.1               [required by base]
  - install ocamlbuild              0.16.1                [required by logs, xmlm]
  - install ocamlfind               1.9.8                 [required by ppx_deriving, logs, xmlm]
  - install ocgtk                   0.1~preview0 (pinned)
  - install parsexp                 v0.17.0               [required by sexplib]
  - install ppx_derivers            1.2.1                 [required by ppx_deriving]
  - install ppx_deriving            6.1.1                 [required by ocgtk]
  - install ppx_sexp_conv           v0.17.1               [required by ocgtk]
  - install ppxlib                  0.38.0                [required by ocgtk]
  - install ppxlib_jane             v0.17.4               [required by ppx_sexp_conv]
  - install re                      1.14.0                [required by ocgtk]
  - install sexplib                 v0.17.0               [required by ocgtk]
  - install sexplib0                v0.17.0               [required by ppx_sexp_conv, sexplib]
  - install stdlib-shims            0.3.0                 [required by ppxlib]
  - install topkg                   1.1.1                 [required by logs, xmlm]
  - install xmlm                    1.4.0                 [required by ocgtk]

The following system packages will first need to be installed:
    gtk4-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" "gtk4-devel"
- Last metadata expiration check: 0:00:03 ago on Sun Apr  5 06:27:03 2026.
- Dependencies resolved.
- ================================================================================
-  Package                                Arch   Version          Repo       Size
- ================================================================================
- Installing:
-  gtk4-devel                             x86_64 4.16.7-4.el10    appstream 4.2 M
- Installing dependencies:
-  ModemManager-glib                      x86_64 1.22.0-7.el10    baseos    325 k
-  adwaita-cursor-theme                   noarch 46.0-3.el10      appstream 524 k
-  adwaita-icon-theme                     noarch 46.0-3.el10      appstream 457 k
-  alsa-lib                               x86_64 1.2.15.3-2.el10  appstream 543 k
-  at-spi2-atk                            x86_64 2.56.1-1.el10    appstream  88 k
-  at-spi2-core                           x86_64 2.56.1-1.el10    appstream 389 k
-  atk                                    x86_64 2.56.1-1.el10    appstream  81 k
-  avahi-glib                             x86_64 0.9~rc2-2.el10   appstream  15 k
-  bluez-libs                             x86_64 5.86-1.el10      baseos     81 k
-  brotli                                 x86_64 1.1.0-7.el10     appstream  19 k
-  brotli-devel                           x86_64 1.1.0-7.el10     appstream  34 k
-  bzip2-devel                            x86_64 1.0.8-25.el10    appstream 215 k
-  cairo-devel                            x86_64 1.18.2-2.el10    appstream 196 k
-  cairo-gobject-devel                    x86_64 1.18.2-2.el10    appstream  12 k
-  colord-libs                            x86_64 1.4.7-6.el10     appstream 233 k
-  duktape                                x86_64 2.7.0-10.el10    baseos    170 k
-  exempi                                 x86_64 2.6.4-7.el10     appstream 590 k
-  exiv2-libs                             x86_64 0.28.3-5.el10    appstream 904 k
-  fdk-aac-free                           x86_64 2.0.0-15.el10    appstream 339 k
-  fftw-libs-single                       x86_64 3.3.10-15.el10   appstream 1.1 M
-  flac-libs                              x86_64 1.4.3-6.el10     appstream 265 k
-  fontconfig-devel                       x86_64 2.15.0-7.el10    appstream 175 k
-  freetype-devel                         x86_64 2.13.2-8.el10    appstream 966 k
-  fribidi-devel                          x86_64 1.0.14-4.el10    appstream  28 k
-  fuse-common                            x86_64 3.16.2-5.el10    baseos    9.7 k
-  fuse3                                  x86_64 3.16.2-5.el10    baseos     59 k
-  fuse3-libs                             x86_64 3.16.2-5.el10    baseos     95 k
-  gdk-pixbuf2-devel                      x86_64 2.42.12-4.el10   appstream 381 k
-  gdk-pixbuf2-modules                    x86_64 2.42.12-4.el10   appstream  29 k
-  geoclue2                               x86_64 2.7.2-1.el10     appstream 148 k
-  giflib                                 x86_64 5.2.1-22.el10    appstream  53 k
-  glib2-devel                            x86_64 2.80.4-12.el10   appstream 1.5 M
-  gobject-introspection                  x86_64 1.79.1-6.el10    baseos    109 k
-  graphene                               x86_64 1.10.6-10.el10   appstream  62 k
-  graphene-devel                         x86_64 1.10.6-10.el10   appstream 171 k
-  graphite2-devel                        x86_64 1.3.14-17.el10   appstream  22 k
-  gsettings-desktop-schemas              x86_64 47.1-4.el10      baseos    784 k
-  gsm                                    x86_64 1.0.22-8.el10    appstream  37 k
-  gstreamer1                             x86_64 1.26.7-5.el10    appstream 1.7 M
-  gstreamer1-plugins-bad-free-libs       x86_64 1.26.7-1.el10    appstream 1.0 M
-  gstreamer1-plugins-base                x86_64 1.26.7-1.el10    appstream 2.3 M
-  gtk-update-icon-cache                  x86_64 3.24.43-5.el10   appstream  33 k
-  gtk3                                   x86_64 3.24.43-5.el10   appstream 5.6 M
-  gtk4                                   x86_64 4.16.7-4.el10    appstream 6.0 M
-  harfbuzz-cairo                         x86_64 8.4.0-6.el10     appstream  28 k
-  harfbuzz-devel                         x86_64 8.4.0-6.el10     appstream 453 k
-  harfbuzz-icu                           x86_64 8.4.0-6.el10     appstream  15 k
-  hicolor-icon-theme                     noarch 0.17-20.el10     appstream 219 k
-  hwdata                                 noarch 0.379-10.8.el10  baseos    1.7 M
-  inih                                   x86_64 58-3.el10        baseos     19 k
-  inih-cpp                               x86_64 58-3.el10        appstream  20 k
-  iso-codes                              noarch 4.16.0-6.el10    appstream 3.7 M
-  json-glib                              x86_64 1.8.0-5.el10     baseos    168 k
-  kbd                                    x86_64 2.6.4-7.el10     baseos    407 k
-  kbd-legacy                             noarch 2.6.4-7.el10     baseos    592 k
-  kbd-misc                               noarch 2.6.4-7.el10     baseos    1.7 M
-  kmod                                   x86_64 31-13.el10       baseos    136 k
-  lame-libs                              x86_64 3.100-19.el10    appstream 339 k
-  libXcomposite                          x86_64 0.4.6-5.el10     appstream  25 k
-  libXcursor                             x86_64 1.2.1-9.el10     appstream  31 k
-  libXdamage                             x86_64 1.1.6-5.el10     appstream  24 k
-  libXext-devel                          x86_64 1.3.6-3.el10     appstream  87 k
-  libXfixes                              x86_64 6.0.1-5.el10     appstream  20 k
-  libXft-devel                           x86_64 2.3.8-8.el10     appstream  52 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
-  libXtst                                x86_64 1.2.4-8.el10     appstream  22 k
-  libXv                                  x86_64 1.0.12-5.el10    appstream  20 k
-  libXxf86vm                             x86_64 1.1.5-8.el10     appstream  19 k
-  libasyncns                             x86_64 0.8-30.el10      appstream  31 k
-  libatomic                              x86_64 14.3.1-4.4.el10  baseos     49 k
-  libblkid-devel                         x86_64 2.40.2-19.el10   appstream  25 k
-  libcamera                              x86_64 0.6.0-1.el10     appstream 662 k
-  libcanberra                            x86_64 0.30-37.el10     appstream  91 k
-  libdatrie-devel                        x86_64 0.2.13-11.el10   appstream 159 k
-  libdex                                 x86_64 0.8.1-1.el10     appstream  85 k
-  libdrm                                 x86_64 2.4.128-1.el10   baseos    164 k
-  libepoxy                               x86_64 1.5.10-10.el10   appstream 227 k
-  libexif                                x86_64 0.6.24-9.el10    appstream 454 k
-  libffi-devel                           x86_64 3.4.4-10.el10    appstream  29 k
-  libgexiv2                              x86_64 0.14.3-3.el10    appstream 106 k
-  libglvnd                               x86_64 1:1.7.0-7.el10   appstream 116 k
-  libglvnd-egl                           x86_64 1:1.7.0-7.el10   appstream  37 k
-  libglvnd-glx                           x86_64 1:1.7.0-7.el10   appstream 132 k
-  libgsf                                 x86_64 1.14.53-2.el10   appstream 258 k
-  libgudev                               x86_64 238-7.el10       baseos     36 k
-  libgusb                                x86_64 0.4.9-4.el10     baseos     67 k
-  libgxps                                x86_64 0.3.2-11.el10    appstream  77 k
-  libicu-devel                           x86_64 74.2-5.el10      appstream 966 k
-  libiptcdata                            x86_64 1.0.5-20.el10    appstream  62 k
-  libjpeg-turbo-devel                    x86_64 3.0.2-4.el10     appstream  98 k
-  liblc3                                 x86_64 1.1.3-1.el10     appstream 104 k
-  libldac                                x86_64 2.0.2.3-17.el10  appstream  42 k
-  libmount-devel                         x86_64 2.40.2-19.el10   appstream  26 k
-  libnotify                              x86_64 0.8.6-1.el10     appstream  53 k
-  libogg                                 x86_64 2:1.3.5-10.el10  appstream  34 k
-  libosinfo                              x86_64 1.11.0-8.el10    appstream 317 k
-  libpciaccess                           x86_64 0.16-16.el10     baseos     28 k
-  libpng-devel                           x86_64 2:1.6.40-11.el10 appstream 293 k
-  libportal                              x86_64 0.9.0-3.el10     appstream  84 k
-  libproxy                               x86_64 0.5.5-4.el10     baseos     49 k
-  libpsl                                 x86_64 0.21.5-6.el10    baseos     65 k
-  libsbc                                 x86_64 2.0-7.el10       appstream  46 k
-  libselinux-devel                       x86_64 3.10-1.el10      appstream 161 k
-  libsepol-devel                         x86_64 3.10-1.el10      appstream  47 k
-  libsndfile                             x86_64 1.2.2-6.el10     appstream 214 k
-  libsoup3                               x86_64 3.6.5-5.el10     appstream 396 k
-  libtdb                                 x86_64 1.4.14-100.el10  baseos     54 k
-  libthai-devel                          x86_64 0.1.29-10.el10   appstream 151 k
-  libtheora                              x86_64 1:1.1.1-39.el10  appstream 170 k
-  libtiff-devel                          x86_64 4.6.0-8.el10     appstream 257 k
-  libtracker-sparql                      x86_64 3.7.3-4.el10     appstream 376 k
-  liburing                               x86_64 2.12-1.el10      baseos     43 k
-  libusb1                                x86_64 1.0.29-3.el10    baseos     77 k
-  libva                                  x86_64 2.22.0-2.el10    appstream 118 k
-  libvorbis                              x86_64 1:1.3.7-12.el10  appstream 189 k
-  libwayland-client                      x86_64 1.24.0-1.el10    appstream  34 k
-  libwayland-cursor                      x86_64 1.24.0-1.el10    appstream  19 k
-  libwayland-egl                         x86_64 1.24.0-1.el10    appstream  12 k
-  libwayland-server                      x86_64 1.24.0-1.el10    appstream  41 k
-  libwebp-devel                          x86_64 1.3.2-10.el10    appstream  40 k
-  libxkbcommon                           x86_64 1.7.0-4.el10     appstream 145 k
-  libxml2-devel                          x86_64 2.12.5-10.el10   appstream 533 k
-  libxshmfence                           x86_64 1.3.2-5.el10     appstream  13 k
-  linux-firmware-whence                  noarch 20260130-22.el10 baseos    119 k
-  llvm-filesystem                        x86_64 21.1.8-1.el10    appstream  13 k
-  llvm-libs                              x86_64 21.1.8-1.el10    appstream  31 M
-  mesa-dri-drivers                       x86_64 25.2.7-5.el10    appstream  11 M
-  mesa-filesystem                        x86_64 25.2.7-5.el10    appstream  10 k
-  mesa-libEGL                            x86_64 25.2.7-5.el10    appstream 120 k
-  mesa-libGL                             x86_64 25.2.7-5.el10    appstream 120 k
-  mesa-libgbm                            x86_64 25.2.7-5.el10    appstream  16 k
-  mpg123-libs                            x86_64 1.32.9-1.el10    appstream 353 k
-  opus                                   x86_64 1.4-6.el10       appstream 211 k
-  orc                                    x86_64 0.4.39-2.el10    appstream 229 k
-  osinfo-db                              noarch 20250606-2.el10  appstream 564 k
-  osinfo-db-tools                        x86_64 1.11.0-8.el10    appstream  74 k
-  pango-devel                            x86_64 1.54.0-3.el10    appstream 161 k
-  pcre2-devel                            x86_64 10.44-1.el10.3   appstream 532 k
-  pcre2-utf16                            x86_64 10.44-1.el10.3   appstream 227 k
-  pcre2-utf32                            x86_64 10.44-1.el10.3   appstream 215 k
-  pipewire-jack-audio-connection-kit-libs
-                                         x86_64 1.4.9-1.el10     appstream 147 k
-  pipewire-libs                          x86_64 1.4.9-1.el10     appstream 2.5 M
-  pixman-devel                           x86_64 0.43.4-2.el10    appstream  18 k
-  polkit                                 x86_64 125-4.el10       baseos    162 k
-  polkit-libs                            x86_64 125-4.el10       baseos     67 k
-  publicsuffix-list-dafsa                noarch 20240107-5.el10  baseos     59 k
-  pulseaudio-libs                        x86_64 17.0-6.el10      appstream 706 k
-  python3-packaging                      noarch 24.2-2.el10      baseos    153 k
-  rtkit                                  x86_64 0.11-68.el10     appstream  57 k
-  sound-theme-freedesktop                noarch 0.8-23.el10      appstream 383 k
-  spirv-tools-libs                       x86_64 2025.4-1.el10    appstream 1.6 M
-  sysprof-capture-devel                  x86_64 47.2-1.el10      appstream  56 k
-  systemd-udev                           x86_64 257-23.el10      baseos    2.3 M
-  upower-libs                            x86_64 1.90.10-2.el10   appstream  60 k
-  vulkan-headers                         noarch 1.4.328.1-1.el10 appstream 1.5 M
-  vulkan-loader                          x86_64 1.4.328.1-1.el10 appstream 161 k
-  vulkan-loader-devel                    x86_64 1.4.328.1-1.el10 appstream  11 k
-  wayland-devel                          x86_64 1.24.0-1.el10    appstream 155 k
-  webrtc-audio-processing                x86_64 1.3-5.el10       appstream 527 k
-  wireplumber                            x86_64 0.5.10-1.el10    appstream 121 k
-  wireplumber-libs                       x86_64 0.5.10-1.el10    appstream 405 k
-  xdg-desktop-portal                     x86_64 1.20.0-2.el10    appstream 532 k
-  xkeyboard-config                       noarch 2.41-3.el10      appstream 1.0 M
-  xprop                                  x86_64 1.2.7-3.el10     appstream  36 k
- Installing weak dependencies:
-  dconf                                  x86_64 0.40.0-17.el10   appstream 114 k
-  exiv2                                  x86_64 0.28.3-5.el10    appstream 2.1 M
-  glib-networking                        x86_64 2.80.0-3.el10    baseos    204 k
-  intel-vsc-firmware                     noarch 20260130-22.el10 baseos    7.8 M
-  libcamera-ipa                          x86_64 0.6.0-1.el10     appstream 167 k
-  libcanberra-gtk3                       x86_64 0.30-37.el10     appstream  33 k
-  low-memory-monitor                     x86_64 2.1-12.el10      appstream  35 k
-  mesa-vulkan-drivers                    x86_64 25.2.7-5.el10    appstream  21 M
-  pipewire                               x86_64 1.4.9-1.el10     appstream 133 k
-  pipewire-alsa                          x86_64 1.4.9-1.el10     appstream  58 k
-  pipewire-jack-audio-connection-kit     x86_64 1.4.9-1.el10     appstream 9.9 k
-  pipewire-plugin-libcamera              x86_64 1.4.9-1.el10     appstream  73 k
-  pipewire-pulseaudio                    x86_64 1.4.9-1.el10     appstream 211 k
-  polkit-pkla-compat                     x86_64 0.1-30.el10      baseos     48 k
-  tracker                                x86_64 3.7.3-4.el10     appstream 644 k
-  tracker-miners                         x86_64 3.7.4-1.el10     appstream 982 k
-  upower                                 x86_64 1.90.10-2.el10   appstream 147 k
-  xdg-desktop-portal-gtk                 x86_64 1.15.3-1.el10    appstream 145 k
- 
- Transaction Summary
- ================================================================================
- Install  186 Packages
- 
- Total download size: 141 M
- Installed size: 624 M
- Downloading Packages:
- (1/186): bluez-libs-5.86-1.el10.x86_64.rpm      2.5 MB/s |  81 kB     00:00    
- (2/186): duktape-2.7.0-10.el10.x86_64.rpm       4.2 MB/s | 170 kB     00:00    
- (3/186): fuse-common-3.16.2-5.el10.x86_64.rpm   1.2 MB/s | 9.7 kB     00:00    
- (4/186): fuse3-3.16.2-5.el10.x86_64.rpm         773 kB/s |  59 kB     00:00    
- (5/186): glib-networking-2.80.0-3.el10.x86_64.r 4.5 MB/s | 204 kB     00:00    
- (6/186): gobject-introspection-1.79.1-6.el10.x8 6.3 MB/s | 109 kB     00:00    
- (7/186): fuse3-libs-3.16.2-5.el10.x86_64.rpm    359 kB/s |  95 kB     00:00    
- (8/186): gsettings-desktop-schemas-47.1-4.el10. 1.3 MB/s | 784 kB     00:00    
- (9/186): inih-58-3.el10.x86_64.rpm              1.4 MB/s |  19 kB     00:00    
- (10/186): ModemManager-glib-1.22.0-7.el10.x86_6 293 kB/s | 325 kB     00:01    
- (11/186): hwdata-0.379-10.8.el10.noarch.rpm     2.1 MB/s | 1.7 MB     00:00    
- (12/186): json-glib-1.8.0-5.el10.x86_64.rpm     8.1 MB/s | 168 kB     00:00    
- (13/186): kbd-legacy-2.6.4-7.el10.noarch.rpm    7.7 MB/s | 592 kB     00:00    
- (14/186): kbd-2.6.4-7.el10.x86_64.rpm           3.4 MB/s | 407 kB     00:00    
- (15/186): kmod-31-13.el10.x86_64.rpm            2.6 MB/s | 136 kB     00:00    
- (16/186): libatomic-14.3.1-4.4.el10.x86_64.rpm  1.9 MB/s |  49 kB     00:00    
- (17/186): libdrm-2.4.128-1.el10.x86_64.rpm      2.5 MB/s | 164 kB     00:00    
- (18/186): libgudev-238-7.el10.x86_64.rpm        1.8 MB/s |  36 kB     00:00    
- (19/186): libgusb-0.4.9-4.el10.x86_64.rpm       2.4 MB/s |  67 kB     00:00    
- (20/186): libpciaccess-0.16-16.el10.x86_64.rpm  1.9 MB/s |  28 kB     00:00    
- (21/186): kbd-misc-2.6.4-7.el10.noarch.rpm      6.6 MB/s | 1.7 MB     00:00    
- (22/186): libproxy-0.5.5-4.el10.x86_64.rpm      2.3 MB/s |  49 kB     00:00    
- (23/186): libpsl-0.21.5-6.el10.x86_64.rpm       4.2 MB/s |  65 kB     00:00    
- (24/186): liburing-2.12-1.el10.x86_64.rpm       3.2 MB/s |  43 kB     00:00    
- (25/186): libtdb-1.4.14-100.el10.x86_64.rpm     2.0 MB/s |  54 kB     00:00    
- (26/186): libusb1-1.0.29-3.el10.x86_64.rpm      4.9 MB/s |  77 kB     00:00    
- (27/186): linux-firmware-whence-20260130-22.el1 1.3 MB/s | 119 kB     00:00    
- (28/186): polkit-125-4.el10.x86_64.rpm          1.5 MB/s | 162 kB     00:00    
- (29/186): polkit-pkla-compat-0.1-30.el10.x86_64 1.8 MB/s |  48 kB     00:00    
- (30/186): polkit-libs-125-4.el10.x86_64.rpm     1.0 MB/s |  67 kB     00:00    
- (31/186): publicsuffix-list-dafsa-20240107-5.el 2.1 MB/s |  59 kB     00:00    
- (32/186): python3-packaging-24.2-2.el10.noarch. 1.6 MB/s | 153 kB     00:00    
- (33/186): adwaita-cursor-theme-46.0-3.el10.noar 2.3 MB/s | 524 kB     00:00    
- (34/186): adwaita-icon-theme-46.0-3.el10.noarch 1.9 MB/s | 457 kB     00:00    
- (35/186): alsa-lib-1.2.15.3-2.el10.x86_64.rpm   2.2 MB/s | 543 kB     00:00    
- (36/186): at-spi2-atk-2.56.1-1.el10.x86_64.rpm  1.7 MB/s |  88 kB     00:00    
- (37/186): systemd-udev-257-23.el10.x86_64.rpm   2.5 MB/s | 2.3 MB     00:00    
- (38/186): atk-2.56.1-1.el10.x86_64.rpm          2.3 MB/s |  81 kB     00:00    
- (39/186): at-spi2-core-2.56.1-1.el10.x86_64.rpm 3.1 MB/s | 389 kB     00:00    
- (40/186): avahi-glib-0.9~rc2-2.el10.x86_64.rpm  2.1 MB/s |  15 kB     00:00    
- (41/186): brotli-1.1.0-7.el10.x86_64.rpm        2.5 MB/s |  19 kB     00:00    
- (42/186): brotli-devel-1.1.0-7.el10.x86_64.rpm  2.1 MB/s |  34 kB     00:00    
- (43/186): bzip2-devel-1.0.8-25.el10.x86_64.rpm  1.3 MB/s | 215 kB     00:00    
- (44/186): cairo-devel-1.18.2-2.el10.x86_64.rpm  1.3 MB/s | 196 kB     00:00    
- (45/186): cairo-gobject-devel-1.18.2-2.el10.x86 1.6 MB/s |  12 kB     00:00    
- (46/186): dconf-0.40.0-17.el10.x86_64.rpm       1.7 MB/s | 114 kB     00:00    
- (47/186): colord-libs-1.4.7-6.el10.x86_64.rpm   1.7 MB/s | 233 kB     00:00    
- (48/186): exempi-2.6.4-7.el10.x86_64.rpm        1.8 MB/s | 590 kB     00:00    
- (49/186): exiv2-libs-0.28.3-5.el10.x86_64.rpm   2.9 MB/s | 904 kB     00:00    
- (50/186): fdk-aac-free-2.0.0-15.el10.x86_64.rpm 2.2 MB/s | 339 kB     00:00    
- (51/186): exiv2-0.28.3-5.el10.x86_64.rpm        2.8 MB/s | 2.1 MB     00:00    
- (52/186): flac-libs-1.4.3-6.el10.x86_64.rpm     1.8 MB/s | 265 kB     00:00    
- (53/186): fontconfig-devel-2.15.0-7.el10.x86_64 2.0 MB/s | 175 kB     00:00    
- (54/186): intel-vsc-firmware-20260130-22.el10.n 2.5 MB/s | 7.8 MB     00:03    
- (55/186): fribidi-devel-1.0.14-4.el10.x86_64.rp 1.3 MB/s |  28 kB     00:00    
- (56/186): gdk-pixbuf2-devel-2.42.12-4.el10.x86_ 4.2 MB/s | 381 kB     00:00    
- (57/186): fftw-libs-single-3.3.10-15.el10.x86_6 2.5 MB/s | 1.1 MB     00:00    
- (58/186): gdk-pixbuf2-modules-2.42.12-4.el10.x8 337 kB/s |  29 kB     00:00    
- (59/186): giflib-5.2.1-22.el10.x86_64.rpm       1.8 MB/s |  53 kB     00:00    
- (60/186): geoclue2-2.7.2-1.el10.x86_64.rpm      1.7 MB/s | 148 kB     00:00    
- (61/186): graphene-1.10.6-10.el10.x86_64.rpm    819 kB/s |  62 kB     00:00    
- (62/186): freetype-devel-2.13.2-8.el10.x86_64.r 2.7 MB/s | 966 kB     00:00    
- (63/186): graphite2-devel-1.3.14-17.el10.x86_64 394 kB/s |  22 kB     00:00    
- (64/186): gsm-1.0.22-8.el10.x86_64.rpm          1.4 MB/s |  37 kB     00:00    
- (65/186): graphene-devel-1.10.6-10.el10.x86_64. 1.5 MB/s | 171 kB     00:00    
- (66/186): gstreamer1-1.26.7-5.el10.x86_64.rpm   4.3 MB/s | 1.7 MB     00:00    
- (67/186): gstreamer1-plugins-bad-free-libs-1.26 2.6 MB/s | 1.0 MB     00:00    
- (68/186): gtk-update-icon-cache-3.24.43-5.el10. 702 kB/s |  33 kB     00:00    
- (69/186): glib2-devel-2.80.4-12.el10.x86_64.rpm 2.0 MB/s | 1.5 MB     00:00    
- (70/186): gstreamer1-plugins-base-1.26.7-1.el10 3.3 MB/s | 2.3 MB     00:00    
- (71/186): gtk4-devel-4.16.7-4.el10.x86_64.rpm   3.3 MB/s | 4.2 MB     00:01    
- (72/186): harfbuzz-cairo-8.4.0-6.el10.x86_64.rp 1.4 MB/s |  28 kB     00:00    
- (73/186): gtk3-3.24.43-5.el10.x86_64.rpm        2.6 MB/s | 5.6 MB     00:02    
- (74/186): harfbuzz-icu-8.4.0-6.el10.x86_64.rpm  1.6 MB/s |  15 kB     00:00    
- (75/186): harfbuzz-devel-8.4.0-6.el10.x86_64.rp 2.1 MB/s | 453 kB     00:00    
- (76/186): inih-cpp-58-3.el10.x86_64.rpm         942 kB/s |  20 kB     00:00    
- (77/186): hicolor-icon-theme-0.17-20.el10.noarc 1.6 MB/s | 219 kB     00:00    
- (78/186): lame-libs-3.100-19.el10.x86_64.rpm    2.9 MB/s | 339 kB     00:00    
- (79/186): gtk4-4.16.7-4.el10.x86_64.rpm         2.5 MB/s | 6.0 MB     00:02    
- (80/186): libXcomposite-0.4.6-5.el10.x86_64.rpm 114 kB/s |  25 kB     00:00    
- (81/186): libXcursor-1.2.1-9.el10.x86_64.rpm    290 kB/s |  31 kB     00:00    
- (82/186): libXdamage-1.1.6-5.el10.x86_64.rpm    402 kB/s |  24 kB     00:00    
- (83/186): libXfixes-6.0.1-5.el10.x86_64.rpm     1.0 MB/s |  20 kB     00:00    
- (84/186): libXft-devel-2.3.8-8.el10.x86_64.rpm  1.7 MB/s |  52 kB     00:00    
- (85/186): libXi-1.8.1-7.el10.x86_64.rpm         2.9 MB/s |  41 kB     00:00    
- (86/186): libXext-devel-1.3.6-3.el10.x86_64.rpm 1.1 MB/s |  87 kB     00:00    
- (87/186): libXinerama-1.1.5-8.el10.x86_64.rpm   1.7 MB/s |  15 kB     00:00    
- (88/186): libXrender-devel-0.9.11-8.el10.x86_64 245 kB/s |  20 kB     00:00    
- (89/186): libXrandr-1.5.4-5.el10.x86_64.rpm     313 kB/s |  29 kB     00:00    
- (90/186): libXtst-1.2.4-8.el10.x86_64.rpm       1.1 MB/s |  22 kB     00:00    
- (91/186): libXv-1.0.12-5.el10.x86_64.rpm        899 kB/s |  20 kB     00:00    
- (92/186): libXxf86vm-1.1.5-8.el10.x86_64.rpm    2.4 MB/s |  19 kB     00:00    
- (93/186): libblkid-devel-2.40.2-19.el10.x86_64. 1.2 MB/s |  25 kB     00:00    
- (94/186): libasyncns-0.8-30.el10.x86_64.rpm     1.4 MB/s |  31 kB     00:00    
- (95/186): iso-codes-4.16.0-6.el10.noarch.rpm    4.6 MB/s | 3.7 MB     00:00    
- (96/186): libcamera-ipa-0.6.0-1.el10.x86_64.rpm 1.7 MB/s | 167 kB     00:00    
- (97/186): libcanberra-0.30-37.el10.x86_64.rpm   2.8 MB/s |  91 kB     00:00    
- (98/186): libcanberra-gtk3-0.30-37.el10.x86_64. 1.2 MB/s |  33 kB     00:00    
- (99/186): libcamera-0.6.0-1.el10.x86_64.rpm     4.7 MB/s | 662 kB     00:00    
- (100/186): libdatrie-devel-0.2.13-11.el10.x86_6 4.0 MB/s | 159 kB     00:00    
- (101/186): libdex-0.8.1-1.el10.x86_64.rpm       1.5 MB/s |  85 kB     00:00    
- (102/186): libepoxy-1.5.10-10.el10.x86_64.rpm   3.9 MB/s | 227 kB     00:00    
- (103/186): libffi-devel-3.4.4-10.el10.x86_64.rp 1.1 MB/s |  29 kB     00:00    
- (104/186): libgexiv2-0.14.3-3.el10.x86_64.rpm   1.4 MB/s | 106 kB     00:00    
- (105/186): libglvnd-1.7.0-7.el10.x86_64.rpm     1.7 MB/s | 116 kB     00:00    
- (106/186): libexif-0.6.24-9.el10.x86_64.rpm     3.6 MB/s | 454 kB     00:00    
- (107/186): libglvnd-egl-1.7.0-7.el10.x86_64.rpm 1.0 MB/s |  37 kB     00:00    
- (108/186): libglvnd-glx-1.7.0-7.el10.x86_64.rpm 2.3 MB/s | 132 kB     00:00    
- (109/186): libgxps-0.3.2-11.el10.x86_64.rpm     1.4 MB/s |  77 kB     00:00    
- (110/186): libgsf-1.14.53-2.el10.x86_64.rpm     2.6 MB/s | 258 kB     00:00    
- (111/186): libiptcdata-1.0.5-20.el10.x86_64.rpm 1.4 MB/s |  62 kB     00:00    
- (112/186): libjpeg-turbo-devel-3.0.2-4.el10.x86 1.9 MB/s |  98 kB     00:00    
- (113/186): liblc3-1.1.3-1.el10.x86_64.rpm       2.7 MB/s | 104 kB     00:00    
- (114/186): libldac-2.0.2.3-17.el10.x86_64.rpm   4.6 MB/s |  42 kB     00:00    
- (115/186): libmount-devel-2.40.2-19.el10.x86_64 2.3 MB/s |  26 kB     00:00    
- (116/186): libogg-1.3.5-10.el10.x86_64.rpm      1.1 MB/s |  34 kB     00:00    
- (117/186): libnotify-0.8.6-1.el10.x86_64.rpm    888 kB/s |  53 kB     00:00    
- (118/186): libicu-devel-74.2-5.el10.x86_64.rpm  4.3 MB/s | 966 kB     00:00    
- (119/186): libosinfo-1.11.0-8.el10.x86_64.rpm   3.6 MB/s | 317 kB     00:00    
- (120/186): libpng-devel-1.6.40-11.el10.x86_64.r 3.6 MB/s | 293 kB     00:00    
- (121/186): libsbc-2.0-7.el10.x86_64.rpm         640 kB/s |  46 kB     00:00    
- (122/186): libselinux-devel-3.10-1.el10.x86_64. 2.2 MB/s | 161 kB     00:00    
- (123/186): libsepol-devel-3.10-1.el10.x86_64.rp 480 kB/s |  47 kB     00:00    
- (124/186): libsndfile-1.2.2-6.el10.x86_64.rpm   1.2 MB/s | 214 kB     00:00    
- (125/186): libsoup3-3.6.5-5.el10.x86_64.rpm     3.3 MB/s | 396 kB     00:00    
- (126/186): libthai-devel-0.1.29-10.el10.x86_64. 2.5 MB/s | 151 kB     00:00    
- (127/186): libtheora-1.1.1-39.el10.x86_64.rpm   2.1 MB/s | 170 kB     00:00    
- (128/186): libportal-0.9.0-3.el10.x86_64.rpm    207 kB/s |  84 kB     00:00    
- (129/186): libva-2.22.0-2.el10.x86_64.rpm       2.8 MB/s | 118 kB     00:00    
- (130/186): libtiff-devel-4.6.0-8.el10.x86_64.rp 1.7 MB/s | 257 kB     00:00    
- (131/186): libvorbis-1.3.7-12.el10.x86_64.rpm   3.9 MB/s | 189 kB     00:00    
- (132/186): libwayland-cursor-1.24.0-1.el10.x86_ 1.1 MB/s |  19 kB     00:00    
- (133/186): libtracker-sparql-3.7.3-4.el10.x86_6 3.0 MB/s | 376 kB     00:00    
- (134/186): libwayland-client-1.24.0-1.el10.x86_ 1.4 MB/s |  34 kB     00:00    
- (135/186): libwayland-egl-1.24.0-1.el10.x86_64. 313 kB/s |  12 kB     00:00    
- (136/186): libwayland-server-1.24.0-1.el10.x86_ 963 kB/s |  41 kB     00:00    
- (137/186): libwebp-devel-1.3.2-10.el10.x86_64.r 820 kB/s |  40 kB     00:00    
- (138/186): libxkbcommon-1.7.0-4.el10.x86_64.rpm 2.8 MB/s | 145 kB     00:00    
- (139/186): libxshmfence-1.3.2-5.el10.x86_64.rpm 319 kB/s |  13 kB     00:00    
- (140/186): llvm-filesystem-21.1.8-1.el10.x86_64 294 kB/s |  13 kB     00:00    
- (141/186): libxml2-devel-2.12.5-10.el10.x86_64. 3.6 MB/s | 533 kB     00:00    
- (142/186): low-memory-monitor-2.1-12.el10.x86_6 563 kB/s |  35 kB     00:00    
- (143/186): mesa-filesystem-25.2.7-5.el10.x86_64 169 kB/s |  10 kB     00:00    
- (144/186): mesa-libEGL-25.2.7-5.el10.x86_64.rpm 1.1 MB/s | 120 kB     00:00    
- (145/186): mesa-libGL-25.2.7-5.el10.x86_64.rpm  1.8 MB/s | 120 kB     00:00    
- (146/186): mesa-libgbm-25.2.7-5.el10.x86_64.rpm 105 kB/s |  16 kB     00:00    
- (147/186): mesa-dri-drivers-25.2.7-5.el10.x86_6 2.9 MB/s |  11 MB     00:03    
- (148/186): mpg123-libs-1.32.9-1.el10.x86_64.rpm 1.5 MB/s | 353 kB     00:00    
- (149/186): opus-1.4-6.el10.x86_64.rpm           2.5 MB/s | 211 kB     00:00    
- (150/186): orc-0.4.39-2.el10.x86_64.rpm         3.2 MB/s | 229 kB     00:00    
- (151/186): osinfo-db-20250606-2.el10.noarch.rpm 3.2 MB/s | 564 kB     00:00    
- (152/186): osinfo-db-tools-1.11.0-8.el10.x86_64 2.5 MB/s |  74 kB     00:00    
- (153/186): pango-devel-1.54.0-3.el10.x86_64.rpm 2.0 MB/s | 161 kB     00:00    
- (154/186): pcre2-devel-10.44-1.el10.3.x86_64.rp 2.8 MB/s | 532 kB     00:00    
- (155/186): pcre2-utf16-10.44-1.el10.3.x86_64.rp 2.7 MB/s | 227 kB     00:00    
- (156/186): pcre2-utf32-10.44-1.el10.3.x86_64.rp 2.2 MB/s | 215 kB     00:00    
- (157/186): pipewire-1.4.9-1.el10.x86_64.rpm     1.3 MB/s | 133 kB     00:00    
- (158/186): pipewire-alsa-1.4.9-1.el10.x86_64.rp 1.6 MB/s |  58 kB     00:00    
- (159/186): pipewire-jack-audio-connection-kit-1 307 kB/s | 9.9 kB     00:00    
- (160/186): pipewire-jack-audio-connection-kit-l 1.3 MB/s | 147 kB     00:00    
- (161/186): pipewire-libs-1.4.9-1.el10.x86_64.rp 4.0 MB/s | 2.5 MB     00:00    
- (162/186): pipewire-plugin-libcamera-1.4.9-1.el 680 kB/s |  73 kB     00:00    
- (163/186): pipewire-pulseaudio-1.4.9-1.el10.x86 1.5 MB/s | 211 kB     00:00    
- (164/186): pixman-devel-0.43.4-2.el10.x86_64.rp 171 kB/s |  18 kB     00:00    
- (165/186): pulseaudio-libs-17.0-6.el10.x86_64.r 2.6 MB/s | 706 kB     00:00    
- (166/186): mesa-vulkan-drivers-25.2.7-5.el10.x8 3.6 MB/s |  21 MB     00:05    
- (167/186): rtkit-0.11-68.el10.x86_64.rpm        713 kB/s |  57 kB     00:00    
- (168/186): sound-theme-freedesktop-0.8-23.el10. 2.7 MB/s | 383 kB     00:00    
- (169/186): sysprof-capture-devel-47.2-1.el10.x8 566 kB/s |  56 kB     00:00    
- (170/186): tracker-3.7.3-4.el10.x86_64.rpm      1.7 MB/s | 644 kB     00:00    
- (171/186): spirv-tools-libs-2025.4-1.el10.x86_6 2.5 MB/s | 1.6 MB     00:00    
- (172/186): upower-1.90.10-2.el10.x86_64.rpm     2.8 MB/s | 147 kB     00:00    
- (173/186): upower-libs-1.90.10-2.el10.x86_64.rp 987 kB/s |  60 kB     00:00    
- (174/186): tracker-miners-3.7.4-1.el10.x86_64.r 4.0 MB/s | 982 kB     00:00    
- (175/186): vulkan-loader-1.4.328.1-1.el10.x86_6 1.8 MB/s | 161 kB     00:00    
- (176/186): vulkan-loader-devel-1.4.328.1-1.el10 651 kB/s |  11 kB     00:00    
- (177/186): wayland-devel-1.24.0-1.el10.x86_64.r 2.2 MB/s | 155 kB     00:00    
- (178/186): vulkan-headers-1.4.328.1-1.el10.noar 4.1 MB/s | 1.5 MB     00:00    
- (179/186): wireplumber-0.5.10-1.el10.x86_64.rpm 1.4 MB/s | 121 kB     00:00    
- (180/186): webrtc-audio-processing-1.3-5.el10.x 1.8 MB/s | 527 kB     00:00    
- (181/186): wireplumber-libs-0.5.10-1.el10.x86_6 2.1 MB/s | 405 kB     00:00    
- (182/186): xdg-desktop-portal-1.20.0-2.el10.x86 2.8 MB/s | 532 kB     00:00    
- (183/186): xdg-desktop-portal-gtk-1.15.3-1.el10 2.6 MB/s | 145 kB     00:00    
- (184/186): xprop-1.2.7-3.el10.x86_64.rpm        1.2 MB/s |  36 kB     00:00    
- (185/186): xkeyboard-config-2.41-3.el10.noarch. 5.7 MB/s | 1.0 MB     00:00    
- (186/186): llvm-libs-21.1.8-1.el10.x86_64.rpm   3.5 MB/s |  31 MB     00:08    
- --------------------------------------------------------------------------------
- Total                                           7.7 MB/s | 141 MB     00:18     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libwayland-client-1.24.0-1.el10.x86_64               1/186 
-   Installing       : libXi-1.8.1-7.el10.x86_64                            2/186 
-   Installing       : libXfixes-6.0.1-5.el10.x86_64                        3/186 
-   Installing       : gstreamer1-1.26.7-5.el10.x86_64                      4/186 
-   Installing       : json-glib-1.8.0-5.el10.x86_64                        5/186 
-   Installing       : libwayland-egl-1.24.0-1.el10.x86_64                  6/186 
-   Installing       : libogg-2:1.3.5-10.el10.x86_64                        7/186 
-   Installing       : libvorbis-1:1.3.7-12.el10.x86_64                     8/186 
-   Installing       : libwayland-cursor-1.24.0-1.el10.x86_64               9/186 
-   Installing       : libpng-devel-2:1.6.40-11.el10.x86_64                10/186 
-   Installing       : libXrender-devel-0.9.11-8.el10.x86_64               11/186 
-   Installing       : graphene-1.10.6-10.el10.x86_64                      12/186 
-   Installing       : alsa-lib-1.2.15.3-2.el10.x86_64                     13/186 
-   Installing       : libXcursor-1.2.1-9.el10.x86_64                      14/186 
-   Installing       : libXdamage-1.1.6-5.el10.x86_64                      15/186 
-   Installing       : opus-1.4-6.el10.x86_64                              16/186 
-   Installing       : mesa-filesystem-25.2.7-5.el10.x86_64                17/186 
-   Installing       : libepoxy-1.5.10-10.el10.x86_64                      18/186 
-   Installing       : libXrandr-1.5.4-5.el10.x86_64                       19/186 
-   Installing       : libXinerama-1.1.5-8.el10.x86_64                     20/186 
-   Installing       : avahi-glib-0.9~rc2-2.el10.x86_64                    21/186 
-   Installing       : polkit-libs-125-4.el10.x86_64                       22/186 
-   Installing       : libgudev-238-7.el10.x86_64                          23/186 
-   Installing       : hwdata-0.379-10.8.el10.noarch                       24/186 
-   Installing       : spirv-tools-libs-2025.4-1.el10.x86_64               25/186 
-   Installing       : pixman-devel-0.43.4-2.el10.x86_64                   26/186 
-   Installing       : libxshmfence-1.3.2-5.el10.x86_64                    27/186 
-   Installing       : libjpeg-turbo-devel-3.0.2-4.el10.x86_64             28/186 
-   Installing       : libglvnd-1:1.7.0-7.el10.x86_64                      29/186 
-   Installing       : libffi-devel-3.4.4-10.el10.x86_64                   30/186 
-   Installing       : libXext-devel-1.3.6-3.el10.x86_64                   31/186 
-   Installing       : hicolor-icon-theme-0.17-20.el10.noarch              32/186 
-   Installing       : gtk-update-icon-cache-3.24.43-5.el10.x86_64         33/186 
-   Installing       : gdk-pixbuf2-modules-2.42.12-4.el10.x86_64           34/186 
-   Installing       : dconf-0.40.0-17.el10.x86_64                         35/186 
-   Running scriptlet: dconf-0.40.0-17.el10.x86_64                         35/186 
-   Installing       : libusb1-1.0.29-3.el10.x86_64                        36/186 
-   Installing       : libtdb-1.4.14-100.el10.x86_64                       37/186 
-   Installing       : gsettings-desktop-schemas-47.1-4.el10.x86_64        38/186 
-   Installing       : fuse3-libs-3.16.2-5.el10.x86_64                     39/186 
-   Installing       : duktape-2.7.0-10.el10.x86_64                        40/186 
-   Running scriptlet: polkit-125-4.el10.x86_64                            41/186 
-   Installing       : polkit-125-4.el10.x86_64                            41/186 
-   Running scriptlet: polkit-125-4.el10.x86_64                            41/186 
-   Installing       : polkit-pkla-compat-0.1-30.el10.x86_64               42/186 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           43/186 
-   Installing       : rtkit-0.11-68.el10.x86_64                           43/186 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           43/186 
- Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.service' → '/usr/lib/systemd/system/rtkit-daemon.service'.
- 
-   Installing       : libproxy-0.5.5-4.el10.x86_64                        44/186 
-   Installing       : glib-networking-2.80.0-3.el10.x86_64                45/186 
-   Installing       : libgusb-0.4.9-4.el10.x86_64                         46/186 
-   Installing       : colord-libs-1.4.7-6.el10.x86_64                     47/186 
-   Installing       : libpciaccess-0.16-16.el10.x86_64                    48/186 
-   Installing       : libdrm-2.4.128-1.el10.x86_64                        49/186 
-   Installing       : osinfo-db-20250606-2.el10.noarch                    50/186 
-   Installing       : flac-libs-1.4.3-6.el10.x86_64                       51/186 
-   Installing       : libtheora-1:1.1.1-39.el10.x86_64                    52/186 
-   Installing       : libXtst-1.2.4-8.el10.x86_64                         53/186 
-   Installing       : xprop-1.2.7-3.el10.x86_64                           54/186 
-   Installing       : at-spi2-core-2.56.1-1.el10.x86_64                   55/186 
-   Installing       : atk-2.56.1-1.el10.x86_64                            56/186 
-   Installing       : at-spi2-atk-2.56.1-1.el10.x86_64                    57/186 
-   Installing       : xkeyboard-config-2.41-3.el10.noarch                 58/186 
-   Installing       : libxkbcommon-1.7.0-4.el10.x86_64                    59/186 
-   Installing       : webrtc-audio-processing-1.3-5.el10.x86_64           60/186
-  
-   Installing       : vulkan-headers-1.4.328.1-1.el10.noarch              61/186 
-   Installing       : sysprof-capture-devel-47.2-1.el10.x86_64            62/186 
-   Installing       : sound-theme-freedesktop-0.8-23.el10.noarch          63/186 
-   Running scriptlet: sound-theme-freedesktop-0.8-23.el10.noarch          63/186 
-   Installing       : pcre2-utf32-10.44-1.el10.3.x86_64                   64/186 
-   Installing       : pcre2-utf16-10.44-1.el10.3.x86_64                   65/186 
-   Installing       : pcre2-devel-10.44-1.el10.3.x86_64                   66/186 
-   Installing       : orc-0.4.39-2.el10.x86_64                            67/186 
-   Installing       : mpg123-libs-1.32.9-1.el10.x86_64                    68/186 
-   Installing       : low-memory-monitor-2.1-12.el10.x86_64               69/186 
-   Running scriptlet: low-memory-monitor-2.1-12.el10.x86_64               69/186 
-   Installing       : llvm-filesystem-21.1.8-1.el10.x86_64                70/186 
-   Installing       : llvm-libs-21.1.8-1.el10.x86_64                      71/186 
-   Installing       : mesa-dri-drivers-25.2.7-5.el10.x86_64               72/186 
-   Installing       : mesa-libgbm-25.2.7-5.el10.x86_64                    73/186 
-   Installing       : libglvnd-egl-1:1.7.0-7.el10.x86_64                  74/186 
-   Installing       : mesa-libEGL-25.2.7-5.el10.x86_64                    75/186 
-   Installing       : vulkan-loader-1.4.328.1-1.el10.x86_64               76/186 
-   Installing       : mesa-vulkan-drivers-25.2.7-5.el10.x86_64            77/186 
-   Installing       : vulkan-loader-devel-1.4.328.1-1.el10.x86_64         78/186 
-   Installing       : libxml2-devel-2.12.5-10.el10.x86_64                 79/186 
-   Installing       : libwebp-devel-1.3.2-10.el10.x86_64                  80/186 
-   Installing       : libtiff-devel-4.6.0-8.el10.x86_64                   81/186 
-   Installing       : libwayland-server-1.24.0-1.el10.x86_64              82/186 
-   Installing       : wayland-devel-1.24.0-1.el10.x86_64                  83/186 
-   Installing       : libsepol-devel-3.10-1.el10.x86_64                   84/186 
-   Installing       : libselinux-devel-3.10-1.el10.x86_64                 85/186
-  
-   Installing       : libsbc-2.0-7.el10.x86_64                            86/186 
-   Installing       : libportal-0.9.0-3.el10.x86_64                       87/186 
-   Installing       : libnotify-0.8.6-1.el10.x86_64                       88/186 
-   Installing       : libldac-2.0.2.3-17.el10.x86_64                      89/186 
-   Installing       : liblc3-1.1.3-1.el10.x86_64                          90/186 
-   Installing       : libiptcdata-1.0.5-20.el10.x86_64                    91/186 
-   Installing       : libicu-devel-74.2-5.el10.x86_64                     92/186 
-   Installing       : libgxps-0.3.2-11.el10.x86_64                        93/186 
-   Installing       : libgsf-1.14.53-2.el10.x86_64                        94/186 
-   Installing       : libexif-0.6.24-9.el10.x86_64                        95/186 
-   Installing       : libdatrie-devel-0.2.13-11.el10.x86_64               96/186 
-   Installing       : libthai-devel-0.1.29-10.el10.x86_64                 97/186 
-   Installing       : libblkid-devel-2.40.2-19.el10.x86_64                98/186 
-   Installing       : libmount-devel-2.40.2-19.el10.x86_64                99/186 
-   Installing       : libasyncns-0.8-30.el10.x86_64                      100/186 
-   Installing       : libXxf86vm-1.1.5-8.el10.x86_64                     101/186 
-   Installing       : libglvnd-glx-1:1.7.0-7.el10.x86_64                 102/186 
-   Installing       : mesa-libGL-25.2.7-5.el10.x86_64                    103/186 
-   Installing       : libva-2.22.0-2.el10.x86_64                         104/186 
-   Installing       : libXv-1.0.12-5.el10.x86_64                         105/186 
-   Installing       : libXcomposite-0.4.6-5.el10.x86_64                  106/186 
-   Installing       : lame-libs-3.100-19.el10.x86_64                     107/186 
-   Installing       : iso-codes-4.16.0-6.el10.noarch                     108/186 
-   Installing       : gstreamer1-plugins-base-1.26.7-1.el10.x86_64       109/186 
-   Installing       : gstreamer1-plugins-bad-free-libs-1.26.7-1.el10.x   110/186 
-   Installing       : harfbuzz-icu-8.4.0-6.el10.x86_64                   111/186 
-   Installing       : harfbuzz-cairo-8.4.0-6.el10.x86_64                 112/186 
-   Installing       : gsm-1.0.22-8.el10.x86_64                           113/186 
-   Installing       : libsndfile-1.2.2-6.el10.x86_64                     114/186 
-   Installing       : pulseaudio-libs-17.0-6.el10.x86_64                 115/186 
-   Installing       : libcanberra-0.30-37.el10.x86_64                    116/186 
-   Running scriptlet: libcanberra-0.30-37.el10.x86_64                    116/186 
-   Installing       : graphite2-devel-1.3.14-17.el10.x86_64              117/186 
-   Installing       : giflib-5.2.1-22.el10.x86_64                        118/186 
-   Installing       : fribidi-devel-1.0.14-4.el10.x86_64                 119/186 
-   Installing       : fftw-libs-single-3.3.10-15.el10.x86_64             120/186 
-   Installing       : fdk-aac-free-2.0.0-15.el10.x86_64                  121/186 
-   Installing       : exempi-2.6.4-7.el10.x86_64                         122/186 
-   Installing       : bzip2-devel-1.0.8-25.el10.x86_64                   123/186 
-   Installing       : brotli-1.1.0-7.el10.x86_64                         124/186 
-   Installing       : brotli-devel-1.1.0-7.el10.x86_64                   125/186 
-   Installing       : adwaita-cursor-theme-46.0-3.el10.noarch            126/186 
-   Installing       : adwaita-icon-theme-46.0-3.el10.noarch              127/186 
-   Installing       : python3-packaging-24.2-2.el10.noarch               128/186 
-   Installing       : glib2-devel-2.80.4-12.el10.x86_64                  129/186 
-   Installing       : cairo-devel-1.18.2-2.el10.x86_64                   130/186 
-   Installing       : fontconfig-devel-2.15.0-7.el10.x86_64              131/186 
-   Installing       : freetype-devel-2.13.2-8.el10.x86_64                132/186 
-   Installing       : harfbuzz-devel-8.4.0-6.el10.x86_64                 133/186 
-   Installing       : cairo-gobject-devel-1.18.2-2.el10.x86_64           134/186 
-   Installing       : libXft-devel-2.3.8-8.el10.x86_64                   135/186 
-   Installing       : pango-devel-1.54.0-3.el10.x86_64                   136/186 
-   Installing       : gdk-pixbuf2-devel-2.42.12-4.el10.x86_64            137/186 
-   Installing       : graphene-devel-1.10.6-10.el10.x86_64               138/186 
-   Installing       : publicsuffix-list-dafsa-20240107-5.el10.noarch     139/186 
-   Installing       : libpsl-0.21.5-6.el10.x86_64                        140/186 
-   Installing       : libsoup3-3.6.5-5.el10.x86_64                       141/186 
-   Installing       : osinfo-db-tools-1.11.0-8.el10.x86_64               142/186 
-   Installing       : libosinfo-1.11.0-8.el10.x86_64                     143/186 
-   Installing       : linux-firmware-whence-20260130-22.el10.noarch      144/186 
-   Installing       : intel-vsc-firmware-20260130-22.el10.noarch         145/186 
-   Installing       : libcamera-ipa-0.6.0-1.el10.x86_64                  146/186 
-   Installing       : libcamera-0.6.0-1.el10.x86_64                      147/186 
-   Installing       : liburing-2.12-1.el10.x86_64                        148/186 
-   Installing       : libatomic-14.3.1-4.4.el10.x86_64                   149/186 
-   Installing       : libdex-0.8.1-1.el10.x86_64                         150/186 
-   Installing       : kmod-31-13.el10.x86_64                             151/186 
-   Installing       : kbd-misc-2.6.4-7.el10.noarch                       152/186 
-   Installing       : kbd-legacy-2.6.4-7.el10.noarch                     153/186 
-   Installing       : kbd-2.6.4-7.el10.x86_64                            154/186 
-   Installing       : systemd-udev-257-23.el10.x86_64                    155/186 
-   Running scriptlet: systemd-udev-257-23.el10.x86_64                    155/186
-  
- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
- Created symlink '/etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target' → '/usr/lib/systemd/system/remote-cryptsetup.target'.
- 
-   Installing       : inih-58-3.el10.x86_64                              156/186 
-   Installing       : inih-cpp-58-3.el10.x86_64                          157/186 
-   Installing       : exiv2-0.28.3-5.el10.x86_64                         158/186 
-   Installing       : exiv2-libs-0.28.3-5.el10.x86_64                    159/186 
-   Installing       : libgexiv2-0.14.3-3.el10.x86_64                     160/186 
-   Installing       : gobject-introspection-1.79.1-6.el10.x86_64         161/186 
-   Installing       : upower-1.90.10-2.el10.x86_64                       162/186 
-   Running scriptlet: upower-1.90.10-2.el10.x86_64                       162/186 
- Created symlink '/etc/systemd/system/graphical.target.wants/upower.service' → '/usr/lib/systemd/system/upower.service'.
- 
-   Installing       : upower-libs-1.90.10-2.el10.x86_64                  163/186 
-   Installing       : libtracker-sparql-3.7.3-4.el10.x86_64              164/186 
-   Installing       : tracker-3.7.3-4.el10.x86_64                        165/186 
-   Running scriptlet: tracker-3.7.3-4.el10.x86_64                        165/186 
-   Installing       : tracker-miners-3.7.4-1.el10.x86_64                 166/186 
-   Running scriptlet: tracker-miners-3.7.4-1.el10.x86_64                 166/186 
-   Installing       : fuse-common-3.16.2-5.el10.x86_64                   167/186 
-   Installing       : fuse3-3.16.2-5.el10.x86_64                         168/186 
-   Installing       : bluez-libs-5.86-1.el10.x86_64                      169/186 
-   Installing       : pipewire-plugin-libcamera-1.4.9-1.el10.x86_64      170/186 
-   Installing       : pipewire-1.4.9-1.el10.x86_64                       171/186 
-   Running scriptlet: pipewire-1.4.9-1.el10.x86_64                       171/186 
- Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' → '/usr/lib/systemd/user/pipewire.socket'.
- 
-   Installing       : pipewire-libs-1.4.9-1.el10.x86_64                  172/186 
-   Installing       : wireplumber-0.5.10-1.el10.x86_64                   173/186 
-   Installing       : wireplumber-libs-0.5.10-1.el10.x86_64              174/186 
-   Installing       : pipewire-jack-audio-connection-kit-1.4.9-1.el10.   175/186 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.4.9-1.   176/186 
-   Installing       : ModemManager-glib-1.22.0-7.el10.x86_64             177/186 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       178/186 
-   Installing       : geoclue2-2.7.2-1.el10.x86_64                       178/186 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       178/186 
-   Installing       : xdg-desktop-portal-1.20.0-2.el10.x86_64            179/186 
-   Running scriptlet: xdg-desktop-portal-1.20.0-2.el10.x86_64            179/186 
-   Installing       : libcanberra-gtk3-0.30-37.el10.x86_64               180/186 
-   Installing       : gtk3-3.24.43-5.el10.x86_64                         181/186 
-   Installing       : xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        182/186 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        182/186 
-   Installing       : gtk4-4.16.7-4.el10.x86_64                          183/186 
-   Installing       : gtk4-devel-4.16.7-4.el10.x86_64                    184/186 
-   Installing       : pipewire-alsa-1.4.9-1.el10.x86_64                  185/186 
-   Installing       : pipewire-pulseaudio-1.4.9-1.el10.x86_64            186/186 
-   Running scriptlet: pipewire-pulseaudio-1.4.9-1.el10.x86_64            186/186 
- Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socket' → '/usr/lib/systemd/user/pipewire-pulse.socket'.
- 
-   Running scriptlet: dconf-0.40.0-17.el10.x86_64                        186/186
-  
-   Running scriptlet: wireplumber-0.5.10-1.el10.x86_64                   186/186 
- Created symlink '/etc/systemd/user/pipewire-session-manager.service' → '/usr/lib/systemd/user/wireplumber.service'.
- Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.service' → '/usr/lib/systemd/user/wireplumber.service'.
- 
-   Running scriptlet: pipewire-pulseaudio-1.4.9-1.el10.x86_64            186/186 
- Creating group 'pipewire' with GID 995.
- Creating user 'pipewire' (PipeWire System Daemon) with UID 995 and GID 995.
- Creating group 'systemd-coredump' with GID 994.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 994 and GID 994.
- 
- 
- Installed:
-   ModemManager-glib-1.22.0-7.el10.x86_64                                        
-   adwaita-cursor-theme-46.0-3.el10.noarch                                       
-   adwaita-icon-theme-46.0-3.el10.noarch                                         
-   alsa-lib-1.2.15.3-2.el10.x86_64                                               
-   at-spi2-atk-2.56.1-1.el10.x86_64                                              
-   at-spi2-core-2.56.1-1.el10.x86_64                                             
-   atk-2.56.1-1.el10.x86_64                                                      
-   avahi-glib-0.9~rc2-2.el10.x86_64                                              
-   bluez-libs-5.86-1.el10.x86_64                                                 
-   brotli-1.1.0-7.el10.x86_64                                                    
-   brotli-devel-1.1.0-7.el10.x86_64                                              
-   bzip2-devel-1.0.8-25.el10.x86_64                                              
-   cairo-devel-1.18.2-2.el10.x86_64                                              
-   cairo-gobject-devel-1.18.2-2.el10.x86_64                                      
-   colord-libs-1.4.7-6.el10.x86_64                                               
-   dconf-0.40.0-17.el10.x86_64                                                   
-   duktape-2.7.0-10.el10.x86_64                                                  
-   exempi-2.6.4-7.el10.x86_64                                                    
-   exiv2-0.28.3-5.el10.x86_64                                                    
-   exiv2-libs-0.28.3-5.el10.x86_64                                               
-   fdk-aac-free-2.0.0-15.el10.x86_64                                             
-   fftw-libs-single-3.3.10-15.el10.x86_64                                        
-   flac-libs-1.4.3-6.el10.x86_64                                                 
-   fontconfig-devel-2.15.0-7.el10.x86_64                                         
-   freetype-devel-2.13.2-8.el10.x86_64                                           
-   fribidi-devel-1.0.14-4.el10.x86_64                                            
-   fuse-common-3.16.2-5.el10.x86_64                                              
-   fuse3-3.16.2-5.el10.x86_64                                                    
-   fuse3-libs-3.16.2-5.el10.x86_64                                               
-   gdk-pixbuf2-devel-2.42.12-4.el10.x86_64                                       
-   gdk-pixbuf2-modules-2.42.12-4.el10.x86_64                                     
-   geoclue2-2.7.2-1.el10.x86_64                                                  
-   giflib-5.2.1-22.el10.x86_64                                                   
-   glib-networking-2.80.0-3.el10.x86_64                                          
-   glib2-devel-2.80.4-12.el10.x86_64                                             
-   gobject-introspection-1.79.1-6.el10.x86_64                                    
-   graphene-1.10.6-10.el10.x86_64                                                
-   graphene-devel-1.10.6-10.el10.x86_64                                          
-   graphite2-devel-1.3.14-17.el10.x86_64                                         
-   gsettings-desktop-schemas-47.1-4.el10.x86_64                                  
-   gsm-1.0.22-8.el10.x86_64                                                      
-   gstreamer1-1.26.7-5.el10.x86_64                                               
-   gstreamer1-plugins-bad-free-libs-1.26.7-1.el10.x86_64                         
-   gstreamer1-plugins-base-1.26.7-1.el10.x86_64                                  
-   gtk-update-icon-cache-3.24.43-5.el10.x86_64                                   
-   gtk3-3.24.43-5.el10.x86_64                                                    
-   gtk4-4.16.7-4.el10.x86_64                                                     
-   gtk4-devel-4.16.7-4.el10.x86_64                                               
-   harfbuzz-cairo-8.4.0-6.el10.x86_64                                            
-   harfbuzz-devel-8.4.0-6.el10.x86_64                                            
-   harfbuzz-icu-8.4.0-6.el10.x86_64                                              
-   hicolor-icon-theme-0.17-20.el10.noarch                                        
-   hwdata-0.379-10.8.el10.noarch                                                 
-   inih-58-3.el10.x86_64                                                         
-   inih-cpp-58-3.el10.x86_64                                                     
-   intel-vsc-firmware-20260130-22.el10.noarch                                    
-   iso-codes-4.16.0-6.el10.noarch                                                
-   json-glib-1.8.0-5.el10.x86_64                                                 
-   kbd-2.6.4-7.el10.x86_64                                                       
-   kbd-legacy-2.6.4-7.el10.noarch                                                
-   kbd-misc-2.6.4-7.el10.noarch                                                  
-   kmod-31-13.el10.x86_64                                                        
-   lame-libs-3.100-19.el10.x86_64                                                
-   libXcomposite-0.4.6-5.el10.x86_64                                             
-   libXcursor-1.2.1-9.el10.x86_64                                                
-   libXdamage-1.1.6-5.el10.x86_64                                                
-   libXext-devel-1.3.6-3.el10.x86_64                                             
-   libXfixes-6.0.1-5.el10.x86_64                                                 
-   libXft-devel-2.3.8-8.el10.x86_64                                              
-   libXi-1.8.1-7.el10.x86_64                                                     
-   libXinerama-1.1.5-8.el10.x86_64                                               
-   libXrandr-1.5.4-5.el10.x86_64                                                 
-   libXrender-devel-0.9.11-8.el10.x86_64                                         
-   libXtst-1.2.4-8.el10.x86_64                                                   
-   libXv-1.0.12-5.el10.x86_64                                                    
-   libXxf86vm-1.1.5-8.el10.x86_64                                                
-   libasyncns-0.8-30.el10.x86_64                                                 
-   libatomic-14.3.1-4.4.el10.x86_64                                              
-   libblkid-devel-2.40.2-19.el10.x86_64                                          
-   libcamera-0.6.0-1.el10.x86_64                                                 
-   libcamera-ipa-0.6.0-1.el10.x86_64                                             
-   libcanberra-0.30-37.el10.x86_64                                               
-   libcanberra-gtk3-0.30-37.el10.x86_64                                          
-   libdatrie-devel-0.2.13-11.el10.x86_64                                         
-   libdex-0.8.1-1.el10.x86_64                                                    
-   libdrm-2.4.128-1.el10.x86_64                                                  
-   libepoxy-1.5.10-10.el10.x86_64                                                
-   libexif-0.6.24-9.el10.x86_64                                                  
-   libffi-devel-3.4.4-10.el10.x86_64                                             
-   libgexiv2-0.14.3-3.el10.x86_64                                                
-   libglvnd-1:1.7.0-7.el10.x86_64                                                
-   libglvnd-egl-1:1.7.0-7.el10.x86_64                                            
-   libglvnd-glx-1:1.7.0-7.el10.x86_64                                            
-   libgsf-1.14.53-2.el10.x86_64                                                  
-   libgudev-238-7.el10.x86_64                                                    
-   libgusb-0.4.9-4.el10.x86_64                                                   
-   libgxps-0.3.2-11.el10.x86_64                                                  
-   libicu-devel-74.2-5.el10.x86_64                                               
-   libiptcdata-1.0.5-20.el10.x86_64                                              
-   libjpeg-turbo-devel-3.0.2-4.el10.x86_64                                       
-   liblc3-1.1.3-1.el10.x86_64                                                    
-   libldac-2.0.2.3-17.el10.x86_64                                                
-   libmount-devel-2.40.2-19.el10.x86_64                                          
-   libnotify-0.8.6-1.el10.x86_64                                                 
-   libogg-2:1.3.5-10.el10.x86_64                                                 
-   libosinfo-1.11.0-8.el10.x86_64                                                
-   libpciaccess-0.16-16.el10.x86_64                                              
-   libpng-devel-2:1.6.40-11.el10.x86_64                                          
-   libportal-0.9.0-3.el10.x86_64                                                 
-   libproxy-0.5.5-4.el10.x86_64                                                  
-   libpsl-0.21.5-6.el10.x86_64                                                   
-   libsbc-2.0-7.el10.x86_64                                                      
-   libselinux-devel-3.10-1.el10.x86_64                                           
-   libsepol-devel-3.10-1.el10.x86_64                                             
-   libsndfile-1.2.2-6.el10.x86_64                                                
-   libsoup3-3.6.5-5.el10.x86_64                                                  
-   libtdb-1.4.14-100.el10.x86_64                                                 
-   libthai-devel-0.1.29-10.el10.x86_64                                           
-   libtheora-1:1.1.1-39.el10.x86_64                                              
-   libtiff-devel-4.6.0-8.el10.x86_64                                             
-   libtracker-sparql-3.7.3-4.el10.x86_64                                         
-   liburing-2.12-1.el10.x86_64                                                   
-   libusb1-1.0.29-3.el10.x86_64                                                  
-   libva-2.22.0-2.el10.x86_64                                                    
-   libvorbis-1:1.3.7-12.el10.x86_64                                              
-   libwayland-client-1.24.0-1.el10.x86_64                                        
-   libwayland-cursor-1.24.0-1.el10.x86_64                                        
-   libwayland-egl-1.24.0-1.el10.x86_64                                           
-   libwayland-server-1.24.0-1.el10.x86_64                                        
-   libwebp-devel-1.3.2-10.el10.x86_64                                            
-   libxkbcommon-1.7.0-4.el10.x86_64                                              
-   libxml2-devel-2.12.5-10.el10.x86_64                                           
-   libxshmfence-1.3.2-5.el10.x86_64                                              
-   linux-firmware-whence-20260130-22.el10.noarch                                 
-   llvm-filesystem-21.1.8-1.el10.x86_64                                          
-   llvm-libs-21.1.8-1.el10.x86_64                                                
-   low-memory-monitor-2.1-12.el10.x86_64                                         
-   mesa-dri-drivers-25.2.7-5.el10.x86_64                                         
-   mesa-filesystem-25.2.7-5.el10.x86_64                                          
-   mesa-libEGL-25.2.7-5.el10.x86_64                                              
-   mesa-libGL-25.2.7-5.el10.x86_64                                               
-   mesa-libgbm-25.2.7-5.el10.x86_64                                              
-   mesa-vulkan-drivers-25.2.7-5.el10.x86_64                                      
-   mpg123-libs-1.32.9-1.el10.x86_64                                              
-   opus-1.4-6.el10.x86_64                                                        
-   orc-0.4.39-2.el10.x86_64                                                      
-   osinfo-db-20250606-2.el10.noarch                                              
-   osinfo-db-tools-1.11.0-8.el10.x86_64                                          
-   pango-devel-1.54.0-3.el10.x86_64                                              
-   pcre2-devel-10.44-1.el10.3.x86_64                                             
-   pcre2-utf16-10.44-1.el10.3.x86_64                                             
-   pcre2-utf32-10.44-1.el10.3.x86_64                                             
-   pipewire-1.4.9-1.el10.x86_64                                                  
-   pipewire-alsa-1.4.9-1.el10.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.4.9-1.el10.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.4.9-1.el10.x86_64                   
-   pipewire-libs-1.4.9-1.el10.x86_64                                             
-   pipewire-plugin-libcamera-1.4.9-1.el10.x86_64                                 
-   pipewire-pulseaudio-1.4.9-1.el10.x86_64                                       
-   pixman-devel-0.43.4-2.el10.x86_64                                             
-   polkit-125-4.el10.x86_64                                                      
-   polkit-libs-125-4.el10.x86_64                                                 
-   polkit-pkla-compat-0.1-30.el10.x86_64                                         
-   publicsuffix-list-dafsa-20240107-5.el10.noarch                                
-   pulseaudio-libs-17.0-6.el10.x86_64                                            
-   python3-packaging-24.2-2.el10.noarch                                          
-   rtkit-0.11-68.el10.x86_64                                                     
-   sound-theme-freedesktop-0.8-23.el10.noarch                                    
-   spirv-tools-libs-2025.4-1.el10.x86_64                                         
-   sysprof-capture-devel-47.2-1.el10.x86_64                                      
-   systemd-udev-257-23.el10.x86_64                                               
-   tracker-3.7.3-4.el10.x86_64                                                   
-   tracker-miners-3.7.4-1.el10.x86_64                                            
-   upower-1.90.10-2.el10.x86_64                                                  
-   upower-libs-1.90.10-2.el10.x86_64                                             
-   vulkan-headers-1.4.328.1-1.el10.noarch                                        
-   vulkan-loader-1.4.328.1-1.el10.x86_64                                         
-   vulkan-loader-devel-1.4.328.1-1.el10.x86_64                                   
-   wayland-devel-1.24.0-1.el10.x86_64                                            
-   webrtc-audio-processing-1.3-5.el10.x86_64                                     
-   wireplumber-0.5.10-1.el10.x86_64                                              
-   wireplumber-libs-0.5.10-1.el10.x86_64                                         
-   xdg-desktop-portal-1.20.0-2.el10.x86_64                                       
-   xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64                                   
-   xkeyboard-config-2.41-3.el10.noarch                                           
-   xprop-1.2.7-3.el10.x86_64                                                     
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gtk4-devel"
- gtk4-devel-4.16.7-4.el10.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved containers.3.18  (cached)
-> installed conf-pkg-config.4
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gtk4.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed cmdliner.2.1.0
-> retrieved ocgtk.0.1~preview0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed logs.0.10.0
-> installed xmlm.1.4.0
-> installed dune.3.22.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed either.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.22.1
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed containers.3.18
-> installed base.v0.17.3
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving.6.1.1
-> installed ppx_sexp_conv.v0.17.1
-> installed ocgtk.0.1~preview0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:28.37 ---> saved as "72a0caacefc1be89b1ece1e8291c83b8e582e95a83bfc86108c7fbe993fa5f89"
Job succeeded
2026-04-05 06:28.42: Job succeeded