Build:
  1. 0
2026-01-27 18:59.19: New job: build frama_c_codex.1.0-rc4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29259/head (0878f1e4934ec6f044a2e66b56cfff2fb96f2871)
                              on centos-10-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29259/head" && git reset --hard 0878f1e4
git fetch origin master
git merge --no-edit 88150787b3c9df767fd8dadf5d416641f8ee58f8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-4.14@sha256:1b780f21d20bcb9809f9937ac37a7a3dab0f1e49545a27824c80e5acbd093402
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 frama_c_codex.1.0-rc4 1.0-rc4
RUN opam reinstall frama_c_codex.1.0-rc4; \
    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" != 'frama_c_codex.1.0-rc4' && 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-01-27 18:59.19: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:1b780f21d20bcb9809f9937ac37a7a3dab0f1e49545a27824c80e5acbd093402-frama_c_codex.1.0-rc4-0878f1e4934ec6f044a2e66b56cfff2fb96f2871"
2026-01-27 18:59.19: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-4.14@sha256:1b780f21d20bcb9809f9937ac37a7a3dab0f1e49545a27824c80e5acbd093402)
 (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 frama_c_codex.1.0-rc4 1.0-rc4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall frama_c_codex.1.0-rc4;\
             \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\" != 'frama_c_codex.1.0-rc4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-27 18:59.19: Waiting for resource in pool OCluster
2026-01-27 19:11.49: Waiting for worker…
2026-01-27 19:14.25: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 88150787b3 Merge pull request #29287 from dinosaure/release-git-kv-v0.2.1
Updating 88150787b3..0878f1e493
Fast-forward
 packages/binsec_codex/binsec_codex.1.0-rc4/opam   | 54 ++++++++++++++
 packages/codex/codex.1.0~rc4/opam                 | 91 +++++++++++++++++++++++
 packages/frama_c_codex/frama_c_codex.1.0-rc4/opam | 55 ++++++++++++++
 3 files changed, 200 insertions(+)
 create mode 100644 packages/binsec_codex/binsec_codex.1.0-rc4/opam
 create mode 100644 packages/codex/codex.1.0~rc4/opam
 create mode 100644 packages/frama_c_codex/frama_c_codex.1.0-rc4/opam

(from ocaml/opam:centos-10-ocaml-4.14@sha256:1b780f21d20bcb9809f9937ac37a7a3dab0f1e49545a27824c80e5acbd093402)
2026-01-27 19:31.26 ---> saved as "5656341adce1490f936d62c0e23819ea680099e5edb6bad1c63897845ac9c705"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-27 19:31.26 ---> saved as "5872d40380ff5df81cca39e080c430c6906f9ff879ea7d539de5a5a5e49b7c1a"

/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-01-27 19:31.47 ---> saved as "714d8cc763f3e2065046517091dcf02ccb98bd961fe82890361ebc8d8b77869b"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=10
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-01-27 19:31.48 ---> saved as "c2a3e4deec08ee038ca4acb6274a6c2926e5412d105e641506501bd837c1513a"

/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-01-27 19:32.00 ---> saved as "457a843a608443576852bbab5d0ebfc8141584289813bcb965e9a38859814930"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-27 19:32.07 ---> saved as "f1b05ff4adc1328052161af0f94adc075cd85eb1611711a0628f728809619ecd"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-27 19:32.26 ---> saved as "80247ef85ff32d5dfdd5906f3b907fc2567121318b3cfa0acf8a0949d0e361bb"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        53 kB/s |  14 kB     00:00    
- CentOS Stream 10 - BaseOS                        11 MB/s | 6.9 MB     00:00    
- CentOS Stream 10 - AppStream                    125 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    5.0 MB/s | 3.5 MB     00:00    
- CentOS Stream 10 - CRB                           35 kB/s |  14 kB     00:00    
- CentOS Stream 10 - CRB                          1.5 MB/s | 795 kB     00:00    
- CentOS Stream 10 - Extras packages               45 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-01-27 19:32.31 ---> saved as "620ad78319c000a7ccc7fb956ac7be26eab7220f0067e708b2e760253fff3700"

/home/opam: (run (shell "opam pin add -k version -yn frama_c_codex.1.0-rc4 1.0-rc4"))
frama_c_codex is now pinned to version 1.0-rc4
2026-01-27 19:32.32 ---> saved as "663559641b8d00044ae1b6aba52faa9240fa20647fd293e9860ef48994e0c85d"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall frama_c_codex.1.0-rc4;\
                        \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\" != 'frama_c_codex.1.0-rc4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
frama_c_codex.1.0-rc4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 92 packages
  - install alt-ergo-free        2.2.0            [required by frama-c]
  - install astring              0.8.5            [required by bos]
  - install base                 v0.16.4          [required by ppx_inline_test]
  - install base64               3.5.2            [required by codex]
  - install bheap                2.0.0            [required by codex]
  - install bos                  0.2.1            [required by yaml]
  - install cairo2               0.6.5            [required by lablgtk3]
  - install camlp-streams        5.0.1            [required by codex]
  - install camlzip              1.13             [required by frama-c]
  - install cmdliner             2.1.0            [required by fmt]
  - install codex                1.0~rc4          [required by frama_c_codex]
  - install conf-autoconf        0.2              [required by alt-ergo-free]
  - install conf-cairo           1                [required by cairo2]
  - install conf-gmp             5                [required by zarith]
  - install conf-graphviz        0.1
  - install conf-gtk3            18               [required by lablgtk3]
  - install conf-gtksourceview3  0+2              [required by frama-c]
  - install conf-pkg-config      4                [required by zarith, conf-gtksourceview3]
  - install conf-zlib            1                [required by camlzip]
  - install cppo                 1.8.0            [required by ppx_deriving]
  - install csexp                1.5.2            [required by dune-private-libs]
  - install ctypes               0.24.0           [required by yaml]
  - install cudd                 0.1.3            [required by codex]
  - install dune                 3.21.0           [required by frama_c_codex]
  - install dune-configurator    3.21.0           [required by frama-c]
  - install dune-private-libs    3.21.0           [required by dune-site]
  - install dune-site            3.21.0           [required by frama-c]
  - install dyn                  3.21.0           [required by dune-private-libs]
  - install fmt                  0.11.0           [required by frama_c_codex]
  - install fpath                0.7.3            [required by bos]
  - install frama-c              31.0             [required by frama_c_codex]
  - install frama_c_codex        1.0-rc4 (pinned)
  - install fs-io                3.21.0           [required by stdune]
  - install gen                  1.1              [required by sedlex]
  - install gen_js_api           1.1.5            [required by vdom]
  - install integers             0.7.0            [required by ctypes]
  - install jane-street-headers  v0.16.0          [required by time_now]
  - install js_of_ocaml          6.2.0            [required by codex]
  - install js_of_ocaml-compiler 6.2.0            [required by js_of_ocaml, vdom]
  - install js_of_ocaml-ppx      6.2.0            [required by codex]
  - install jst-config           v0.16.0          [required by time_now]
  - install lablgtk3             3.1.5            [required by frama-c]
  - install lablgtk3-sourceview3 3.1.5            [required by frama-c]
  - install logs                 0.10.0           [required by bos]
  - install menhir               20211128         [required by frama-c]
  - install menhirLib            20211128         [required by js_of_ocaml-compiler]
  - install menhirSdk            20211128         [required by js_of_ocaml-compiler]
  - install num                  1.6              [required by alt-ergo-free]
  - install ocaml-compiler-libs  v0.12.4          [required by ppxlib]
  - install ocamlbuild           0.16.1           [required by fmt]
  - install ocamlfind            1.9.8            [required by zarith, fmt, ppx_deriving, why3]
  - install ocamlgraph           2.2.0            [required by frama-c]
  - install ocplib-simplex       0.4.1            [required by alt-ergo-free]
  - install ojs                  1.1.5            [required by vdom]
  - install ordering             3.21.0           [required by dyn, stdune]
  - install pacomb               1.3              [required by codex]
  - install patricia-tree        0.11.0           [required by frama_c_codex]
  - install pp                   2.0.0            [required by dune-private-libs]
  - install ppx_assert           v0.16.0          [required by jst-config]
  - install ppx_base             v0.16.0          [required by time_now]
  - install ppx_cold             v0.16.0          [required by ppx_base]
  - install ppx_compare          v0.16.0          [required by ppx_base]
  - install ppx_derivers         1.2.1            [required by ppx_deriving]
  - install ppx_deriving         6.0.3            [required by codex, frama-c]
  - install ppx_deriving_yaml    0.4.0            [required by frama-c]
  - install ppx_deriving_yojson  3.9.1            [required by frama-c]
  - install ppx_enumerate        v0.16.0          [required by ppx_base]
  - install ppx_globalize        v0.16.0          [required by ppx_base]
  - install ppx_hash             v0.16.0          [required by ppx_base]
  - install ppx_here             v0.16.0          [required by ppx_assert]
  - install ppx_inline_test      v0.16.1          [required by codex]
  - install ppx_optcomp          v0.16.0          [required by time_now]
  - install ppx_sexp_conv        v0.16.0          [required by why3]
  - install ppxlib               0.35.0           [required by codex]
  - install psmt2-frontend       0.1              [required by alt-ergo-free]
  - install qcheck-core          0.91             [required by codex]
  - install rresult              0.7.0            [required by bos]
  - install sedlex               3.7              [required by js_of_ocaml-compiler]
  - install seq                  base             [required by gen]
  - install sexplib0             v0.16.0          [required by base]
  - install stdio                v0.16.0          [required by ppx_optcomp]
  - install stdlib-shims         0.3.0            [required by pacomb]
  - install stdune               3.21.0           [required by dune-private-libs]
  - install time_now             v0.16.0          [required by ppx_inline_test]
  - install top-closure          3.21.0           [required by stdune]
  - install topkg                1.1.1            [required by fmt]
  - install unionFind            20220122         [required by frama-c]
  - install vdom                 0.3              [required by codex]
  - install why3                 1.8.2            [required by frama-c]
  - install yaml                 3.2.0            [required by frama-c]
  - install yojson               3.0.0            [required by frama-c]
  - install zarith               1.14             [required by frama_c_codex]

The following system packages will first need to be installed:
    cairo-devel epel-release gmp-devel gtk3-devel gtksourceview3-devel zlib-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "yum" "install" "-y" "epel-release"
- Last metadata expiration check: 0:00:04 ago on Tue Jan 27 19:32:30 2026.
- Dependencies resolved.
- ================================================================================
-  Package               Arch        Version             Repository          Size
- ================================================================================
- Installing:
-  epel-release          noarch      10-5.el10s          extras-common       18 k
- Installing weak dependencies:
-  dnf-plugins-core      noarch      4.7.0-10.el10       baseos              41 k
- 
- Transaction Summary
- ================================================================================
- Install  2 Packages
- 
- Total download size: 60 k
- Installed size: 47 k
- Downloading Packages:
- (1/2): epel-release-10-5.el10s.noarch.rpm       785 kB/s |  18 kB     00:00    
- (2/2): dnf-plugins-core-4.7.0-10.el10.noarch.rp 1.4 MB/s |  41 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           129 kB/s |  60 kB     00:00     
- CentOS Stream 10 - Extras packages              2.1 MB/s | 2.1 kB     00:00    
- Importing GPG key 0x1D997668:
-  Userid     : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) <security@centos.org>"
-  Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668
-  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
- warning: Certificate 1FF6A2171D997668:
-   Policy rejects subkey 8B5C8111FCA5D0FF: Policy rejected non-revocation signature (PrimaryKeyBinding) requiring second pre-image resistance
- Key imported successfully
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : dnf-plugins-core-4.7.0-10.el10.noarch                  1/2 
-   Installing       : epel-release-10-5.el10s.noarch                         2/2 
-   Running scriptlet: epel-release-10-5.el10s.noarch                         2/2 
- Many EPEL packages require the CodeReady Builder (CRB) repository.
- It is recommended that you run /usr/bin/crb enable to enable the CRB repository.
- 
- 
- Installed:
-   dnf-plugins-core-4.7.0-10.el10.noarch      epel-release-10-5.el10s.noarch     
- 
- Complete!
+ /usr/bin/sudo "yum" "install" "-y" "cairo-devel" "gmp-devel" "gtk3-devel" "gtksourceview3-devel" "zlib-devel"
- Extra Packages for Enterprise Linux 10 - x86_64 9.2 MB/s | 6.2 MB     00:00    
- Last metadata expiration check: 0:00:02 ago on Tue Jan 27 19:32:36 2026.
- Package zlib-ng-compat-devel-2.2.3-3.el10.x86_64 is already installed.
- Dependencies resolved.
- ================================================================================
-  Package                                Arch   Version          Repo       Size
- ================================================================================
- Installing:
-  cairo-devel                            x86_64 1.18.2-2.el10    appstream 196 k
-  gmp-devel                              x86_64 1:6.2.1-12.el10  appstream 174 k
-  gtk3-devel                             x86_64 3.24.43-5.el10   appstream 4.3 M
-  gtksourceview3-devel                   x86_64 3.24.11-8.el10_1 epel      202 k
- 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-1.el10  appstream 543 k
-  at-spi2-atk                            x86_64 2.56.1-1.el10    appstream  88 k
-  at-spi2-atk-devel                      x86_64 2.56.1-1.el10    appstream  11 k
-  at-spi2-core                           x86_64 2.56.1-1.el10    appstream 389 k
-  at-spi2-core-devel                     x86_64 2.56.1-1.el10    appstream 367 k
-  atk                                    x86_64 2.56.1-1.el10    appstream  81 k
-  atk-devel                              x86_64 2.56.1-1.el10    appstream 480 k
-  avahi-glib                             x86_64 0.9~rc2-2.el10   appstream  15 k
-  bluez-libs                             x86_64 5.83-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-gobject-devel                    x86_64 1.18.2-2.el10    appstream  12 k
-  colord-libs                            x86_64 1.4.7-6.el10     appstream 233 k
-  dbus-devel                             x86_64 1:1.14.10-5.el10 appstream  38 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-11.el10   appstream 1.5 M
-  gmp-c++                                x86_64 1:6.2.1-12.el10  appstream  20 k
-  gobject-introspection                  x86_64 1.79.1-6.el10    baseos    109 k
-  graphene                               x86_64 1.10.6-10.el10   appstream  62 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-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
-  gtksourceview3                         x86_64 3.24.11-8.el10_1 epel      578 k
-  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.6.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-12.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
-  libXcomposite-devel                    x86_64 0.4.6-5.el10     appstream  17 k
-  libXcursor                             x86_64 1.2.1-9.el10     appstream  31 k
-  libXcursor-devel                       x86_64 1.2.1-9.el10     appstream  40 k
-  libXdamage                             x86_64 1.1.6-5.el10     appstream  24 k
-  libXdamage-devel                       x86_64 1.1.6-5.el10     appstream  11 k
-  libXext-devel                          x86_64 1.3.6-3.el10     appstream  87 k
-  libXfixes                              x86_64 6.0.1-5.el10     appstream  20 k
-  libXfixes-devel                        x86_64 6.0.1-5.el10     appstream  14 k
-  libXft-devel                           x86_64 2.3.8-8.el10     appstream  52 k
-  libXi                                  x86_64 1.8.1-7.el10     appstream  41 k
-  libXi-devel                            x86_64 1.8.1-7.el10     appstream 117 k
-  libXinerama                            x86_64 1.1.5-8.el10     appstream  15 k
-  libXinerama-devel                      x86_64 1.1.5-8.el10     appstream  14 k
-  libXrandr                              x86_64 1.5.4-5.el10     appstream  29 k
-  libXrandr-devel                        x86_64 1.5.4-5.el10     appstream  20 k
-  libXrender-devel                       x86_64 0.9.11-8.el10    appstream  20 k
-  libXtst                                x86_64 1.2.4-8.el10     appstream  22 k
-  libXtst-devel                          x86_64 1.2.4-8.el10     appstream  17 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.2.el10  baseos     56 k
-  libblkid-devel                         x86_64 2.40.2-13.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   appstream 164 k
-  libepoxy                               x86_64 1.5.10-9.el10    appstream 229 k
-  libepoxy-devel                         x86_64 1.5.10-9.el10    appstream 134 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-core-devel                    x86_64 1:1.7.0-7.el10   appstream  18 k
-  libglvnd-devel                         x86_64 1:1.7.0-7.el10   appstream 163 k
-  libglvnd-egl                           x86_64 1:1.7.0-7.el10   appstream  37 k
-  libglvnd-gles                          x86_64 1:1.7.0-7.el10   appstream  31 k
-  libglvnd-glx                           x86_64 1:1.7.0-7.el10   appstream 132 k
-  libglvnd-opengl                        x86_64 1:1.7.0-7.el10   appstream  39 k
-  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-10.el10    appstream  78 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-13.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-8.el10  appstream 294 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.9-3.el10       appstream 161 k
-  libsepol-devel                         x86_64 3.9-1.el10       appstream  48 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-6.el10     appstream 259 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
-  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-8.el10     appstream  41 k
-  libxkbcommon                           x86_64 1.7.0-4.el10     appstream 145 k
-  libxkbcommon-devel                     x86_64 1.7.0-4.el10     appstream  68 k
-  libxml2-devel                          x86_64 2.12.5-9.el10    appstream 534 k
-  libxshmfence                           x86_64 1.3.2-5.el10     appstream  13 k
-  linux-firmware-whence                  noarch 20260107-21.el10 baseos    117 k
-  llvm-filesystem                        x86_64 21.1.6-1.el10    appstream  15 k
-  llvm-libs                              x86_64 21.1.6-1.el10    appstream  59 M
-  mesa-dri-drivers                       x86_64 25.2.7-1.el10    appstream  11 M
-  mesa-filesystem                        x86_64 25.2.7-1.el10    appstream  12 k
-  mesa-libEGL                            x86_64 25.2.7-1.el10    appstream 122 k
-  mesa-libGL                             x86_64 25.2.7-1.el10    appstream 122 k
-  mesa-libgbm                            x86_64 25.2.7-1.el10    appstream  18 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-1.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
-  redhat-display-fonts                   noarch 4.1.0-1.el10     appstream 557 k
-  redhat-text-fonts                      noarch 4.1.0-1.el10     appstream 485 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-21.el10      baseos    2.3 M
-  tracker                                x86_64 3.7.3-4.el10     appstream 644 k
-  upower-libs                            x86_64 1.90.10-2.el10   appstream  60 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
-  gi-docgen-fonts                        noarch 2025.5-1.el10_2  epel      8.1 k
-  glib-networking                        x86_64 2.80.0-3.el10    baseos    204 k
-  intel-vsc-firmware                     noarch 20260107-21.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
-  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-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  203 Packages
- 
- Total download size: 142 M
- Installed size: 592 M
- Downloading Packages:
- (1/203): bluez-libs-5.83-1.el10.x86_64.rpm      2.5 MB/s |  81 kB     00:00    
- (2/203): duktape-2.7.0-10.el10.x86_64.rpm       4.3 MB/s | 170 kB     00:00    
- (3/203): fuse-common-3.16.2-5.el10.x86_64.rpm   607 kB/s | 9.7 kB     00:00    
- (4/203): fuse3-3.16.2-5.el10.x86_64.rpm         3.2 MB/s |  59 kB     00:00    
- (5/203): ModemManager-glib-1.22.0-7.el10.x86_64 5.3 MB/s | 325 kB     00:00    
- (6/203): fuse3-libs-3.16.2-5.el10.x86_64.rpm    6.8 MB/s |  95 kB     00:00    
- (7/203): gobject-introspection-1.79.1-6.el10.x8 4.4 MB/s | 109 kB     00:00    
- (8/203): glib-networking-2.80.0-3.el10.x86_64.r 3.9 MB/s | 204 kB     00:00    
- (9/203): gsettings-desktop-schemas-47.1-4.el10.  15 MB/s | 784 kB     00:00    
- (10/203): inih-58-3.el10.x86_64.rpm             932 kB/s |  19 kB     00:00    
- (11/203): json-glib-1.8.0-5.el10.x86_64.rpm     5.2 MB/s | 168 kB     00:00    
- (12/203): kbd-2.6.4-7.el10.x86_64.rpm           7.6 MB/s | 407 kB     00:00    
- (13/203): hwdata-0.379-10.6.el10.noarch.rpm      10 MB/s | 1.7 MB     00:00    
- (14/203): kbd-legacy-2.6.4-7.el10.noarch.rpm    6.0 MB/s | 592 kB     00:00    
- (15/203): kmod-31-12.el10.x86_64.rpm            4.5 MB/s | 136 kB     00:00    
- (16/203): libatomic-14.3.1-4.2.el10.x86_64.rpm  2.7 MB/s |  56 kB     00:00    
- (17/203): libgudev-238-7.el10.x86_64.rpm        2.5 MB/s |  36 kB     00:00    
- (18/203): libgusb-0.4.9-4.el10.x86_64.rpm       4.1 MB/s |  67 kB     00:00    
- (19/203): libpciaccess-0.16-16.el10.x86_64.rpm  1.6 MB/s |  28 kB     00:00    
- (20/203): libproxy-0.5.5-4.el10.x86_64.rpm      7.7 MB/s |  49 kB     00:00    
- (21/203): kbd-misc-2.6.4-7.el10.noarch.rpm      9.5 MB/s | 1.7 MB     00:00    
- (22/203): libpsl-0.21.5-6.el10.x86_64.rpm       3.1 MB/s |  65 kB     00:00    
- (23/203): libtdb-1.4.14-100.el10.x86_64.rpm     3.1 MB/s |  54 kB     00:00    
- (24/203): liburing-2.12-1.el10.x86_64.rpm       2.7 MB/s |  43 kB     00:00    
- (25/203): libusb1-1.0.29-3.el10.x86_64.rpm      1.9 MB/s |  77 kB     00:00    
- (26/203): polkit-125-4.el10.x86_64.rpm          4.4 MB/s | 162 kB     00:00    
- (27/203): linux-firmware-whence-20260107-21.el1 1.4 MB/s | 117 kB     00:00    
- (28/203): polkit-pkla-compat-0.1-30.el10.x86_64 3.2 MB/s |  48 kB     00:00    
- (29/203): polkit-libs-125-4.el10.x86_64.rpm     1.6 MB/s |  67 kB     00:00    
- (30/203): intel-vsc-firmware-20260107-21.el10.n  15 MB/s | 7.8 MB     00:00    
- (31/203): publicsuffix-list-dafsa-20240107-5.el 743 kB/s |  59 kB     00:00    
- (32/203): python3-packaging-24.2-2.el10.noarch. 2.4 MB/s | 153 kB     00:00    
- (33/203): adwaita-icon-theme-46.0-3.el10.noarch 7.3 MB/s | 457 kB     00:00    
- (34/203): adwaita-cursor-theme-46.0-3.el10.noar 6.5 MB/s | 524 kB     00:00    
- (35/203): at-spi2-atk-2.56.1-1.el10.x86_64.rpm  3.5 MB/s |  88 kB     00:00    
- (36/203): at-spi2-atk-devel-2.56.1-1.el10.x86_6 565 kB/s |  11 kB     00:00    
- (37/203): alsa-lib-1.2.15.3-1.el10.x86_64.rpm   7.8 MB/s | 543 kB     00:00    
- (38/203): at-spi2-core-2.56.1-1.el10.x86_64.rpm 4.2 MB/s | 389 kB     00:00    
- (39/203): systemd-udev-257-21.el10.x86_64.rpm    10 MB/s | 2.3 MB     00:00    
- (40/203): atk-2.56.1-1.el10.x86_64.rpm          2.9 MB/s |  81 kB     00:00    
- (41/203): avahi-glib-0.9~rc2-2.el10.x86_64.rpm  1.0 MB/s |  15 kB     00:00    
- (42/203): brotli-1.1.0-7.el10.x86_64.rpm        1.2 MB/s |  19 kB     00:00    
- (43/203): at-spi2-core-devel-2.56.1-1.el10.x86_ 2.4 MB/s | 367 kB     00:00    
- (44/203): brotli-devel-1.1.0-7.el10.x86_64.rpm  2.3 MB/s |  34 kB     00:00    
- (45/203): atk-devel-2.56.1-1.el10.x86_64.rpm    6.6 MB/s | 480 kB     00:00    
- (46/203): cairo-gobject-devel-1.18.2-2.el10.x86 462 kB/s |  12 kB     00:00    
- (47/203): cairo-devel-1.18.2-2.el10.x86_64.rpm  5.5 MB/s | 196 kB     00:00    
- (48/203): bzip2-devel-1.0.8-25.el10.x86_64.rpm  4.4 MB/s | 215 kB     00:00    
- (49/203): dbus-devel-1.14.10-5.el10.x86_64.rpm  1.4 MB/s |  38 kB     00:00    
- (50/203): dconf-0.40.0-17.el10.x86_64.rpm       3.8 MB/s | 114 kB     00:00    
- (51/203): colord-libs-1.4.7-6.el10.x86_64.rpm   4.2 MB/s | 233 kB     00:00    
- (52/203): exempi-2.6.4-7.el10.x86_64.rpm        7.8 MB/s | 590 kB     00:00    
- (53/203): exiv2-libs-0.28.3-5.el10.x86_64.rpm   8.2 MB/s | 904 kB     00:00    
- (54/203): fdk-aac-free-2.0.0-15.el10.x86_64.rpm 4.3 MB/s | 339 kB     00:00    
- (55/203): flac-libs-1.4.3-6.el10.x86_64.rpm     4.8 MB/s | 265 kB     00:00    
- (56/203): fontconfig-devel-2.15.0-7.el10.x86_64 4.8 MB/s | 175 kB     00:00    
- (57/203): exiv2-0.28.3-5.el10.x86_64.rpm        7.8 MB/s | 2.1 MB     00:00    
- (58/203): fribidi-devel-1.0.14-4.el10.x86_64.rp 818 kB/s |  28 kB     00:00    
- (59/203): fftw-libs-single-3.3.10-15.el10.x86_6 6.0 MB/s | 1.1 MB     00:00    
- (60/203): gdk-pixbuf2-modules-2.42.12-4.el10.x8 1.2 MB/s |  29 kB     00:00    
- (61/203): gdk-pixbuf2-devel-2.42.12-4.el10.x86_ 5.2 MB/s | 381 kB     00:00    
- (62/203): freetype-devel-2.13.2-8.el10.x86_64.r 6.6 MB/s | 966 kB     00:00    
- (63/203): giflib-5.2.1-22.el10.x86_64.rpm       2.3 MB/s |  53 kB     00:00    
- (64/203): geoclue2-2.7.2-1.el10.x86_64.rpm      2.4 MB/s | 148 kB     00:00    
- (65/203): gmp-c++-6.2.1-12.el10.x86_64.rpm      3.6 MB/s |  20 kB     00:00    
- (66/203): gmp-devel-6.2.1-12.el10.x86_64.rpm    9.1 MB/s | 174 kB     00:00    
- (67/203): graphite2-devel-1.3.14-17.el10.x86_64 757 kB/s |  22 kB     00:00    
- (68/203): graphene-1.10.6-10.el10.x86_64.rpm    960 kB/s |  62 kB     00:00    
- (69/203): gsm-1.0.22-8.el10.x86_64.rpm          1.0 MB/s |  37 kB     00:00    
- (70/203): glib2-devel-2.80.4-11.el10.x86_64.rpm 6.5 MB/s | 1.5 MB     00:00    
- (71/203): gtk-update-icon-cache-3.24.43-5.el10. 751 kB/s |  33 kB     00:00    
- (72/203): gstreamer1-plugins-base-1.26.7-1.el10 6.7 MB/s | 2.3 MB     00:00    
- (73/203): gstreamer1-1.26.7-5.el10.x86_64.rpm   3.9 MB/s | 1.7 MB     00:00    
- (74/203): harfbuzz-cairo-8.4.0-6.el10.x86_64.rp 425 kB/s |  28 kB     00:00    
- (75/203): harfbuzz-devel-8.4.0-6.el10.x86_64.rp 4.1 MB/s | 453 kB     00:00    
- (76/203): harfbuzz-icu-8.4.0-6.el10.x86_64.rpm  2.7 MB/s |  15 kB     00:00    
- (77/203): hicolor-icon-theme-0.17-20.el10.noarc 2.3 MB/s | 219 kB     00:00    
- (78/203): inih-cpp-58-3.el10.x86_64.rpm         568 kB/s |  20 kB     00:00    
- (79/203): gtk3-3.24.43-5.el10.x86_64.rpm        9.1 MB/s | 5.6 MB     00:00    
- (80/203): lame-libs-3.100-19.el10.x86_64.rpm    4.0 MB/s | 339 kB     00:00    
- (81/203): gtk3-devel-3.24.43-5.el10.x86_64.rpm  8.0 MB/s | 4.3 MB     00:00    
- (82/203): libXcomposite-0.4.6-5.el10.x86_64.rpm 1.2 MB/s |  25 kB     00:00    
- (83/203): libXcomposite-devel-0.4.6-5.el10.x86_ 767 kB/s |  17 kB     00:00    
- (84/203): libXcursor-1.2.1-9.el10.x86_64.rpm    1.0 MB/s |  31 kB     00:00    
- (85/203): libXcursor-devel-1.2.1-9.el10.x86_64. 5.0 MB/s |  40 kB     00:00    
- (86/203): libXdamage-1.1.6-5.el10.x86_64.rpm    4.3 MB/s |  24 kB     00:00    
- (87/203): libXdamage-devel-1.1.6-5.el10.x86_64. 1.9 MB/s |  11 kB     00:00    
- (88/203): libXfixes-6.0.1-5.el10.x86_64.rpm     950 kB/s |  20 kB     00:00    
- (89/203): libXext-devel-1.3.6-3.el10.x86_64.rpm 3.4 MB/s |  87 kB     00:00    
- (90/203): libXfixes-devel-6.0.1-5.el10.x86_64.r 297 kB/s |  14 kB     00:00    
- (91/203): libXft-devel-2.3.8-8.el10.x86_64.rpm  1.1 MB/s |  52 kB     00:00    
- (92/203): libXi-1.8.1-7.el10.x86_64.rpm         2.0 MB/s |  41 kB     00:00    
- (93/203): libXinerama-1.1.5-8.el10.x86_64.rpm   1.5 MB/s |  15 kB     00:00    
- (94/203): libXinerama-devel-1.1.5-8.el10.x86_64 2.6 MB/s |  14 kB     00:00    
- (95/203): libXi-devel-1.8.1-7.el10.x86_64.rpm   2.8 MB/s | 117 kB     00:00    
- (96/203): libXrandr-1.5.4-5.el10.x86_64.rpm     1.2 MB/s |  29 kB     00:00    
- (97/203): libXrandr-devel-1.5.4-5.el10.x86_64.r 1.0 MB/s |  20 kB     00:00    
- (98/203): libXrender-devel-0.9.11-8.el10.x86_64 1.1 MB/s |  20 kB     00:00    
- (99/203): libXtst-1.2.4-8.el10.x86_64.rpm       1.0 MB/s |  22 kB     00:00    
- (100/203): libXtst-devel-1.2.4-8.el10.x86_64.rp 3.0 MB/s |  17 kB     00:00    
- (101/203): libXv-1.0.12-5.el10.x86_64.rpm       3.6 MB/s |  20 kB     00:00    
- (102/203): libXxf86vm-1.1.5-8.el10.x86_64.rpm   3.6 MB/s |  19 kB     00:00    
- (103/203): iso-codes-4.16.0-6.el10.noarch.rpm    10 MB/s | 3.7 MB     00:00    
- (104/203): libasyncns-0.8-30.el10.x86_64.rpm    2.2 MB/s |  31 kB     00:00    
- (105/203): libblkid-devel-2.40.2-13.el10.x86_64 847 kB/s |  25 kB     00:00    
- (106/203): libcamera-ipa-0.6.0-1.el10.x86_64.rp 3.4 MB/s | 167 kB     00:00    
- (107/203): libcanberra-0.30-37.el10.x86_64.rpm  2.4 MB/s |  91 kB     00:00    
- (108/203): libcamera-0.6.0-1.el10.x86_64.rpm     10 MB/s | 662 kB     00:00    
- (109/203): libcanberra-gtk3-0.30-37.el10.x86_64 1.7 MB/s |  33 kB     00:00    
- (110/203): libdatrie-devel-0.2.13-11.el10.x86_6 3.3 MB/s | 159 kB     00:00    
- (111/203): libdex-0.8.1-1.el10.x86_64.rpm       1.4 MB/s |  85 kB     00:00    
- (112/203): libdrm-2.4.128-1.el10.x86_64.rpm     2.7 MB/s | 164 kB     00:00    
- (113/203): libepoxy-devel-1.5.10-9.el10.x86_64. 3.2 MB/s | 134 kB     00:00    
- (114/203): libepoxy-1.5.10-9.el10.x86_64.rpm    3.5 MB/s | 229 kB     00:00    
- (115/203): libffi-devel-3.4.4-10.el10.x86_64.rp 1.2 MB/s |  29 kB     00:00    
- (116/203): libgexiv2-0.14.3-3.el10.x86_64.rpm   2.0 MB/s | 106 kB     00:00    
- (117/203): libglvnd-core-devel-1.7.0-7.el10.x86 1.0 MB/s |  18 kB     00:00    
- (118/203): libglvnd-1.7.0-7.el10.x86_64.rpm     1.6 MB/s | 116 kB     00:00    
- (119/203): libglvnd-egl-1.7.0-7.el10.x86_64.rpm 2.4 MB/s |  37 kB     00:00    
- (120/203): libglvnd-gles-1.7.0-7.el10.x86_64.rp 3.1 MB/s |  31 kB     00:00    
- (121/203): libglvnd-devel-1.7.0-7.el10.x86_64.r 3.0 MB/s | 163 kB     00:00    
- (122/203): libexif-0.6.24-9.el10.x86_64.rpm     2.7 MB/s | 454 kB     00:00    
- (123/203): libglvnd-opengl-1.7.0-7.el10.x86_64. 1.9 MB/s |  39 kB     00:00    
- (124/203): libgxps-0.3.2-10.el10.x86_64.rpm     3.2 MB/s |  78 kB     00:00    
- (125/203): libglvnd-glx-1.7.0-7.el10.x86_64.rpm 2.5 MB/s | 132 kB     00:00    
- (126/203): libiptcdata-1.0.5-20.el10.x86_64.rpm 1.7 MB/s |  62 kB     00:00    
- (127/203): libgsf-1.14.53-2.el10.x86_64.rpm     3.0 MB/s | 258 kB     00:00    
- (128/203): libjpeg-turbo-devel-3.0.2-4.el10.x86 2.3 MB/s |  98 kB     00:00    
- (129/203): liblc3-1.1.3-1.el10.x86_64.rpm       2.1 MB/s | 104 kB     00:00    
- (130/203): libldac-2.0.2.3-17.el10.x86_64.rpm   1.6 MB/s |  42 kB     00:00    
- (131/203): libmount-devel-2.40.2-13.el10.x86_64 1.6 MB/s |  26 kB     00:00    
- (132/203): libnotify-0.8.6-1.el10.x86_64.rpm    3.0 MB/s |  53 kB     00:00    
- (133/203): libogg-1.3.5-10.el10.x86_64.rpm      1.5 MB/s |  34 kB     00:00    
- (134/203): libicu-devel-74.2-5.el10.x86_64.rpm  5.8 MB/s | 966 kB     00:00    
- (135/203): libpng-devel-1.6.40-8.el10.x86_64.rp 3.8 MB/s | 294 kB     00:00    
- (136/203): libosinfo-1.11.0-8.el10.x86_64.rpm   3.8 MB/s | 317 kB     00:00    
- (137/203): libportal-0.9.0-3.el10.x86_64.rpm    1.8 MB/s |  84 kB     00:00    
- (138/203): libsepol-devel-3.9-1.el10.x86_64.rpm 2.6 MB/s |  48 kB     00:00    
- (139/203): libsbc-2.0-7.el10.x86_64.rpm         1.8 MB/s |  46 kB     00:00    
- (140/203): libselinux-devel-3.9-3.el10.x86_64.r 3.9 MB/s | 161 kB     00:00    
- (141/203): libsoup3-3.6.5-5.el10.x86_64.rpm     6.6 MB/s | 396 kB     00:00    
- (142/203): libthai-devel-0.1.29-10.el10.x86_64. 2.5 MB/s | 151 kB     00:00    
- (143/203): libsndfile-1.2.2-6.el10.x86_64.rpm   2.3 MB/s | 214 kB     00:00    
- (144/203): libtheora-1.1.1-39.el10.x86_64.rpm   4.9 MB/s | 170 kB     00:00    
- (145/203): libtiff-devel-4.6.0-6.el10.x86_64.rp 4.6 MB/s | 259 kB     00:00    
- (146/203): libtracker-sparql-3.7.3-4.el10.x86_6 5.7 MB/s | 376 kB     00:00    
- (147/203): libvorbis-1.3.7-12.el10.x86_64.rpm   3.1 MB/s | 189 kB     00:00    
- (148/203): libwayland-client-1.24.0-1.el10.x86_ 1.2 MB/s |  34 kB     00:00    
- (149/203): libwayland-cursor-1.24.0-1.el10.x86_ 995 kB/s |  19 kB     00:00    
- (150/203): libwebp-devel-1.3.2-8.el10.x86_64.rp 1.6 MB/s |  41 kB     00:00    
- (151/203): libwayland-egl-1.24.0-1.el10.x86_64. 236 kB/s |  12 kB     00:00    
- (152/203): libwayland-server-1.24.0-1.el10.x86_ 913 kB/s |  41 kB     00:00    
- (153/203): libxkbcommon-devel-1.7.0-4.el10.x86_ 2.6 MB/s |  68 kB     00:00    
- (154/203): libxkbcommon-1.7.0-4.el10.x86_64.rpm 3.5 MB/s | 145 kB     00:00    
- (155/203): libxshmfence-1.3.2-5.el10.x86_64.rpm 603 kB/s |  13 kB     00:00    
- (156/203): llvm-filesystem-21.1.6-1.el10.x86_64 714 kB/s |  15 kB     00:00    
- (157/203): low-memory-monitor-2.1-12.el10.x86_6 2.3 MB/s |  35 kB     00:00    
- (158/203): libxml2-devel-2.12.5-9.el10.x86_64.r 7.0 MB/s | 534 kB     00:00    
- (159/203): mesa-filesystem-25.2.7-1.el10.x86_64 433 kB/s |  12 kB     00:00    
- (160/203): mesa-libEGL-25.2.7-1.el10.x86_64.rpm 1.9 MB/s | 122 kB     00:00    
- (161/203): mesa-libGL-25.2.7-1.el10.x86_64.rpm  2.1 MB/s | 122 kB     00:00    
- (162/203): mesa-libgbm-25.2.7-1.el10.x86_64.rpm 1.0 MB/s |  18 kB     00:00    
- (163/203): mpg123-libs-1.32.9-1.el10.x86_64.rpm 7.1 MB/s | 353 kB     00:00    
- (164/203): opus-1.4-6.el10.x86_64.rpm           5.0 MB/s | 211 kB     00:00    
- (165/203): orc-0.4.39-2.el10.x86_64.rpm         5.9 MB/s | 229 kB     00:00    
- (166/203): osinfo-db-20250606-1.el10.noarch.rpm 8.4 MB/s | 564 kB     00:00    
- (167/203): osinfo-db-tools-1.11.0-8.el10.x86_64 2.9 MB/s |  74 kB     00:00    
- (168/203): pango-devel-1.54.0-3.el10.x86_64.rpm 4.9 MB/s | 161 kB     00:00    
- (169/203): pcre2-devel-10.44-1.el10.3.x86_64.rp 5.0 MB/s | 532 kB     00:00    
- (170/203): pcre2-utf16-10.44-1.el10.3.x86_64.rp 4.6 MB/s | 227 kB     00:00    
- (171/203): pcre2-utf32-10.44-1.el10.3.x86_64.rp 3.8 MB/s | 215 kB     00:00    
- (172/203): pipewire-1.4.9-1.el10.x86_64.rpm     2.6 MB/s | 133 kB     00:00    
- (173/203): pipewire-alsa-1.4.9-1.el10.x86_64.rp 2.4 MB/s |  58 kB     00:00    
- (174/203): pipewire-jack-audio-connection-kit-1 438 kB/s | 9.9 kB     00:00    
- (175/203): pipewire-jack-audio-connection-kit-l 4.8 MB/s | 147 kB     00:00    
- (176/203): pipewire-libs-1.4.9-1.el10.x86_64.rp 7.3 MB/s | 2.5 MB     00:00    
- (177/203): pipewire-plugin-libcamera-1.4.9-1.el 1.7 MB/s |  73 kB     00:00    
- (178/203): mesa-dri-drivers-25.2.7-1.el10.x86_6 9.1 MB/s |  11 MB     00:01    
- (179/203): pipewire-pulseaudio-1.4.9-1.el10.x86 2.6 MB/s | 211 kB     00:00    
- (180/203): pixman-devel-0.43.4-2.el10.x86_64.rp 469 kB/s |  18 kB     00:00    
- (181/203): pulseaudio-libs-17.0-6.el10.x86_64.r 7.1 MB/s | 706 kB     00:00    
- (182/203): redhat-display-fonts-4.1.0-1.el10.no 6.0 MB/s | 557 kB     00:00    
- (183/203): rtkit-0.11-68.el10.x86_64.rpm        2.3 MB/s |  57 kB     00:00    
- (184/203): redhat-text-fonts-4.1.0-1.el10.noarc 9.3 MB/s | 485 kB     00:00    
- (185/203): sound-theme-freedesktop-0.8-23.el10. 4.5 MB/s | 383 kB     00:00    
- (186/203): sysprof-capture-devel-47.2-1.el10.x8 3.2 MB/s |  56 kB     00:00    
- (187/203): tracker-3.7.3-4.el10.x86_64.rpm      7.1 MB/s | 644 kB     00:00    
- (188/203): spirv-tools-libs-2025.4-1.el10.x86_6 9.1 MB/s | 1.6 MB     00:00    
- (189/203): upower-1.90.10-2.el10.x86_64.rpm     2.2 MB/s | 147 kB     00:00    
- (190/203): upower-libs-1.90.10-2.el10.x86_64.rp 2.2 MB/s |  60 kB     00:00    
- (191/203): tracker-miners-3.7.4-1.el10.x86_64.r 6.8 MB/s | 982 kB     00:00    
- (192/203): wayland-devel-1.24.0-1.el10.x86_64.r 2.6 MB/s | 155 kB     00:00    
- (193/203): wireplumber-0.5.10-1.el10.x86_64.rpm 3.5 MB/s | 121 kB     00:00    
- (194/203): webrtc-audio-processing-1.3-5.el10.x 6.9 MB/s | 527 kB     00:00    
- (195/203): wireplumber-libs-0.5.10-1.el10.x86_6 7.3 MB/s | 405 kB     00:00    
- (196/203): xdg-desktop-portal-gtk-1.15.3-1.el10 5.6 MB/s | 145 kB     00:00    
- (197/203): xdg-desktop-portal-1.20.0-2.el10.x86 8.1 MB/s | 532 kB     00:00    
- (198/203): xprop-1.2.7-3.el10.x86_64.rpm        1.8 MB/s |  36 kB     00:00    
- (199/203): xkeyboard-config-2.41-3.el10.noarch.  11 MB/s | 1.0 MB     00:00    
- (200/203): gi-docgen-fonts-2025.5-1.el10_2.noar 138 kB/s | 8.1 kB     00:00    
- (201/203): gtksourceview3-3.24.11-8.el10_1.x86_ 6.8 MB/s | 578 kB     00:00    
- (202/203): gtksourceview3-devel-3.24.11-8.el10_ 2.2 MB/s | 202 kB     00:00    
- (203/203): llvm-libs-21.1.6-1.el10.x86_64.rpm    12 MB/s |  59 MB     00:05    
- --------------------------------------------------------------------------------
- Total                                            16 MB/s | 142 MB     00:09     
- Extra Packages for Enterprise Linux 10 - x86_64 1.6 MB/s | 1.6 kB     00:00    
- Importing GPG key 0xE37ED158:
-  Userid     : "Fedora (epel10) <epel@fedoraproject.org>"
-  Fingerprint: 7D8D 15CB FC4E 6268 8591 FB26 33D9 8517 E37E D158
-  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-10
- Key imported successfully
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1
-  
-   Installing       : libXext-devel-1.3.6-3.el10.x86_64                    1/203 
-   Installing       : libXrender-devel-0.9.11-8.el10.x86_64                2/203 
-   Installing       : json-glib-1.8.0-5.el10.x86_64                        3/203 
-   Installing       : libwayland-client-1.24.0-1.el10.x86_64               4/203 
-   Installing       : libogg-2:1.3.5-10.el10.x86_64                        5/203 
-   Installing       : libglvnd-1:1.7.0-7.el10.x86_64                       6/203 
-   Installing       : libXi-1.8.1-7.el10.x86_64                            7/203 
-   Installing       : libvorbis-1:1.3.7-12.el10.x86_64                     8/203 
-   Installing       : libpng-devel-2:1.6.40-8.el10.x86_64                  9/203 
-   Installing       : libXfixes-6.0.1-5.el10.x86_64                       10/203 
-   Installing       : libXfixes-devel-6.0.1-5.el10.x86_64                 11/203 
-   Installing       : gstreamer1-1.26.7-5.el10.x86_64                     12/203 
-   Installing       : alsa-lib-1.2.15.3-1.el10.x86_64                     13/203 
-   Installing       : libXi-devel-1.8.1-7.el10.x86_64                     14/203 
-   Installing       : libwayland-cursor-1.24.0-1.el10.x86_64              15/203 
-   Installing       : opus-1.4-6.el10.x86_64                              16/203 
-   Installing       : libxml2-devel-2.12.5-9.el10.x86_64                  17/203 
-   Installing       : libwayland-egl-1.24.0-1.el10.x86_64                 18/203 
-   Installing       : libepoxy-1.5.10-9.el10.x86_64                       19/203 
-   Installing       : avahi-glib-0.9~rc2-2.el10.x86_64                    20/203 
-   Installing       : polkit-libs-125-4.el10.x86_64                       21/203 
-   Installing       : libgudev-238-7.el10.x86_64                          22/203 
-   Installing       : hwdata-0.379-10.6.el10.noarch                       23/203 
-   Installing       : libXcursor-1.2.1-9.el10.x86_64                      24/203 
-   Installing       : libXdamage-1.1.6-5.el10.x86_64                      25/203 
-   Installing       : libXtst-1.2.4-8.el10.x86_64                         26/203 
-   Installing       : pixman-devel-0.43.4-2.el10.x86_64                   27/203 
-   Installing       : libjpeg-turbo-devel-3.0.2-4.el10.x86_64             28/203 
-   Installing       : libffi-devel-3.4.4-10.el10.x86_64                   29/203 
-   Installing       : libXrandr-1.5.4-5.el10.x86_64                       30/203 
-   Installing       : libXinerama-1.1.5-8.el10.x86_64                     31/203 
-   Installing       : libXcomposite-0.4.6-5.el10.x86_64                   32/203 
-   Installing       : fribidi-devel-1.0.14-4.el10.x86_64                  33/203 
-   Installing       : dbus-devel-1:1.14.10-5.el10.x86_64                  34/203 
-   Installing       : libusb1-1.0.29-3.el10.x86_64                        35/203 
-   Installing       : libtdb-1.4.14-100.el10.x86_64                       36/203 
-   Installing       : gsettings-desktop-schemas-47.1-4.el10.x86_64        37/203 
-   Installing       : fuse3-libs-3.16.2-5.el10.x86_64                     38/203 
-   Installing       : duktape-2.7.0-10.el10.x86_64                        39/203 
-   Running scriptlet: polkit-125-4.el10.x86_64                            40/203 
-   Installing       : polkit-125-4.el10.x86_64                            40/203 
-   Running scriptlet: polkit-125-4.el10.x86_64                            40/203 
-   Installing       : polkit-pkla-compat-0.1-30.el10.x86_64               41/203 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           42/203 
-   Installing       : rtkit-0.11-68.el10.x86_64                           42/203 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           42/203 
- 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                        43/203 
-   Installing       : glib-networking-2.80.0-3.el10.x86_64                44/203 
-   Installing       : libgusb-0.4.9-4.el10.x86_64                         45/203 
-   Installing       : colord-libs-1.4.7-6.el10.x86_64                     46/203 
-   Installing       : libXcomposite-devel-0.4.6-5.el10.x86_64             47/203 
-   Installing       : libXinerama-devel-1.1.5-8.el10.x86_64               48/203 
-   Installing       : libXrandr-devel-1.5.4-5.el10.x86_64                 49/203 
-   Installing       : libXtst-devel-1.2.4-8.el10.x86_64                   50/203 
-   Installing       : libXdamage-devel-1.1.6-5.el10.x86_64                51/203 
-   Installing       : libXcursor-devel-1.2.1-9.el10.x86_64                52/203 
-   Installing       : libpciaccess-0.16-16.el10.x86_64                    53/203 
-   Installing       : libdrm-2.4.128-1.el10.x86_64                        54/203 
-   Installing       : osinfo-db-20250606-1.el10.noarch                    55/203 
-   Installing       : libglvnd-opengl-1:1.7.0-7.el10.x86_64               56/203 
-   Installing       : flac-libs-1.4.3-6.el10.x86_64                       57/203 
-   Installing       : libtheora-1:1.1.1-39.el10.x86_64                    58/203 
-   Installing       : xprop-1.2.7-3.el10.x86_64                           59/203 
-   Installing       : at-spi2-core-2.56.1-1.el10.x86_64                   60/203 
-   Installing       : atk-2.56.1-1.el10.x86_64                            61/203 
-   Installing       : at-spi2-atk-2.56.1-1.el10.x86_64                    62/203 
-   Installing       : xkeyboard-config-2.41-3.el10.noarch                 63/203 
-   Installing       : libxkbcommon-1.7.0-4.el10.x86_64                    64/203 
-   Installing       : libxkbcommon-devel-1.7.0-4.el10.x86_64              65/203 
-   Installing       : webrtc-audio-processing-1.3-5.el10.x86_64           66/203 
-   Installing       : sysprof-capture-devel-47.2-1.el10.x86_64            67/203 
-   Installing       : spirv-tools-libs-2025.4-1.el10.x86_64               68/203 
-   Installing       : sound-theme-freedesktop-0.8-23.el10.noarch          69/203 
-   Running scriptlet: sound-theme-freedesktop-0.8-23.el10.noarch          69/203 
-   Installing       : redhat-text-fonts-4.1.0-1.el10.noarch               70/203 
-   Installing       : redhat-display-fonts-4.1.0-1.el10.noarch            71/203 
-   Installing       : gi-docgen-fonts-2025.5-1.el10_2.noarch              72/203 
-   Installing       : pcre2-utf32-10.44-1.el10.3.x86_64                   73/203 
-   Installing       : pcre2-utf16-10.44-1.el10.3.x86_64                   74/203 
-   Installing       : pcre2-devel-10.44-1.el10.3.x86_64                   75/203 
-   Installing       : orc-0.4.39-2.el10.x86_64                            76/203 
-   Installing       : mpg123-libs-1.32.9-1.el10.x86_64                    77/203 
-   Installing       : mesa-filesystem-25.2.7-1.el10.x86_64                78/203 
-   Installing       : low-memory-monitor-2.1-12.el10.x86_64               79/203 
-   Running scriptlet: low-memory-monitor-2.1-12.el10.x86_64               79/203 
-   Installing       : llvm-filesystem-21.1.6-1.el10.x86_64                80/203
-  
-   Installing       : llvm-libs-21.1.6-1.el10.x86_64                      81/203 
-   Installing       : libxshmfence-1.3.2-5.el10.x86_64                    82/203 
-   Installing       : mesa-dri-drivers-25.2.7-1.el10.x86_64               83/203 
-   Installing       : mesa-libgbm-25.2.7-1.el10.x86_64                    84/203 
-   Installing       : libglvnd-egl-1:1.7.0-7.el10.x86_64                  85/203 
-   Installing       : mesa-libEGL-25.2.7-1.el10.x86_64                    86/203 
-   Installing       : libglvnd-gles-1:1.7.0-7.el10.x86_64                 87/203 
-   Installing       : libwebp-devel-1.3.2-8.el10.x86_64                   88/203 
-   Installing       : libtiff-devel-4.6.0-6.el10.x86_64                   89/203 
-   Installing       : libwayland-server-1.24.0-1.el10.x86_64              90/203 
-   Installing       : wayland-devel-1.24.0-1.el10.x86_64                  91/203 
-   Installing       : libsepol-devel-3.9-1.el10.x86_64                    92/203 
-   Installing       : libselinux-devel-3.9-3.el10.x86_64                  93/203 
-   Installing       : libsbc-2.0-7.el10.x86_64                            94/203 
-   Installing       : libportal-0.9.0-3.el10.x86_64                       95/203 
-   Installing       : libnotify-0.8.6-1.el10.x86_64                       96/203 
-   Installing       : libldac-2.0.2.3-17.el10.x86_64                      97/203 
-   Installing       : liblc3-1.1.3-1.el10.x86_64                          98/203 
-   Installing       : libiptcdata-1.0.5-20.el10.x86_64                    99/203 
-   Installing       : libicu-devel-74.2-5.el10.x86_64                    100/203 
-   Installing       : libgxps-0.3.2-10.el10.x86_64                       101/203 
-   Installing       : libgsf-1.14.53-2.el10.x86_64                       102/203 
-   Installing       : libglvnd-core-devel-1:1.7.0-7.el10.x86_64          103/203 
-   Installing       : libexif-0.6.24-9.el10.x86_64                       104/203 
-   Installing       : libdatrie-devel-0.2.13-11.el10.x86_64              105/203 
-   Installing       : libthai-devel-0.1.29-10.el10.x86_64                106/203 
-   Installing       : libblkid-devel-2.40.2-13.el10.x86_64               107/203 
-   Installing       : libmount-devel-2.40.2-13.el10.x86_64               108/203 
-   Installing       : libasyncns-0.8-30.el10.x86_64                      109/203 
-   Installing       : libXxf86vm-1.1.5-8.el10.x86_64                     110/203 
-   Installing       : libglvnd-glx-1:1.7.0-7.el10.x86_64                 111/203 
-   Installing       : mesa-libGL-25.2.7-1.el10.x86_64                    112/203 
-   Installing       : libglvnd-devel-1:1.7.0-7.el10.x86_64               113/203 
-   Installing       : libepoxy-devel-1.5.10-9.el10.x86_64                114/203 
-   Installing       : libXv-1.0.12-5.el10.x86_64                         115/203 
-   Installing       : lame-libs-3.100-19.el10.x86_64                     116/203 
-   Installing       : iso-codes-4.16.0-6.el10.noarch                     117/203 
-   Installing       : hicolor-icon-theme-0.17-20.el10.noarch             118/203 
-   Installing       : harfbuzz-icu-8.4.0-6.el10.x86_64                   119/203 
-   Installing       : harfbuzz-cairo-8.4.0-6.el10.x86_64                 120/203 
-   Installing       : gtk-update-icon-cache-3.24.43-5.el10.x86_64        121/203 
-   Installing       : gsm-1.0.22-8.el10.x86_64                           122/203 
-   Installing       : libsndfile-1.2.2-6.el10.x86_64                     123/203 
-   Installing       : pulseaudio-libs-17.0-6.el10.x86_64                 124/203 
-   Installing       : libcanberra-0.30-37.el10.x86_64                    125/203 
-   Running scriptlet: libcanberra-0.30-37.el10.x86_64                    125/203 
-   Installing       : graphite2-devel-1.3.14-17.el10.x86_64              126/203 
-   Installing       : graphene-1.10.6-10.el10.x86_64                     127/203 
-   Installing       : gstreamer1-plugins-base-1.26.7-1.el10.x86_64       128/203 
-   Installing       : gmp-c++-1:6.2.1-12.el10.x86_64                     129/203 
-   Installing       : giflib-5.2.1-22.el10.x86_64                        130/203 
-   Installing       : gdk-pixbuf2-modules-2.42.12-4.el10.x86_64          131/203 
-   Installing       : fftw-libs-single-3.3.10-15.el10.x86_64             132/203 
-   Installing       : fdk-aac-free-2.0.0-15.el10.x86_64                  133/203 
-   Installing       : exempi-2.6.4-7.el10.x86_64                         134/203 
-   Installing       : dconf-0.40.0-17.el10.x86_64                        135/203 
-   Running scriptlet: dconf-0.40.0-17.el10.x86_64                        135/203 
-   Installing       : bzip2-devel-1.0.8-25.el10.x86_64                   136/203 
-   Installing       : brotli-1.1.0-7.el10.x86_64                         137/203 
-   Installing       : brotli-devel-1.1.0-7.el10.x86_64                   138/203 
-   Installing       : adwaita-cursor-theme-46.0-3.el10.noarch            139/203
-  
-   Installing       : adwaita-icon-theme-46.0-3.el10.noarch              140/203 
-   Installing       : python3-packaging-24.2-2.el10.noarch               141/203 
-   Installing       : glib2-devel-2.80.4-11.el10.x86_64                  142/203 
-   Installing       : atk-devel-2.56.1-1.el10.x86_64                     143/203 
-   Installing       : cairo-devel-1.18.2-2.el10.x86_64                   144/203 
-   Installing       : fontconfig-devel-2.15.0-7.el10.x86_64              145/203 
-   Installing       : freetype-devel-2.13.2-8.el10.x86_64                146/203 
-   Installing       : harfbuzz-devel-8.4.0-6.el10.x86_64                 147/203 
-   Installing       : cairo-gobject-devel-1.18.2-2.el10.x86_64           148/203 
-   Installing       : libXft-devel-2.3.8-8.el10.x86_64                   149/203 
-   Installing       : pango-devel-1.54.0-3.el10.x86_64                   150/203 
-   Installing       : at-spi2-core-devel-2.56.1-1.el10.x86_64            151/203 
-   Installing       : at-spi2-atk-devel-2.56.1-1.el10.x86_64             152/203 
-   Installing       : gdk-pixbuf2-devel-2.42.12-4.el10.x86_64            153/203 
-   Installing       : publicsuffix-list-dafsa-20240107-5.el10.noarch     154/203 
-   Installing       : libpsl-0.21.5-6.el10.x86_64                        155/203 
-   Installing       : libsoup3-3.6.5-5.el10.x86_64                       156/203 
-   Installing       : osinfo-db-tools-1.11.0-8.el10.x86_64               157/203 
-   Installing       : libosinfo-1.11.0-8.el10.x86_64                     158/203 
-   Installing       : linux-firmware-whence-20260107-21.el10.noarch      159/203 
-   Installing       : intel-vsc-firmware-20260107-21.el10.noarch         160/203 
-   Installing       : libcamera-ipa-0.6.0-1.el10.x86_64                  161/203 
-   Installing       : libcamera-0.6.0-1.el10.x86_64                      162/203 
-   Installing       : liburing-2.12-1.el10.x86_64                        163/203 
-   Installing       : libatomic-14.3.1-4.2.el10.x86_64                   164/203 
-   Installing       : libdex-0.8.1-1.el10.x86_64                         165/203 
-   Installing       : kmod-31-12.el10.x86_64                             166/203 
-   Installing       : kbd-misc-2.6.4-7.el10.noarch                       167/203 
-   Installing       : kbd-legacy-2.6.4-7.el10.noarch                     168/203 
-   Installing       : kbd-2.6.4-7.el10.x86_64                            169/203 
-   Installing       : systemd-udev-257-21.el10.x86_64                    170/203 
-   Running scriptlet: systemd-udev-257-21.el10.x86_64                    170/203 
- 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                              171/203 
-   Installing       : inih-cpp-58-3.el10.x86_64                          172/203 
-   Installing       : exiv2-0.28.3-5.el10.x86_64                         173/203 
-   Installing       : exiv2-libs-0.28.3-5.el10.x86_64                    174/203 
-   Installing       : libgexiv2-0.14.3-3.el10.x86_64                     175/203 
-   Installing       : gobject-introspection-1.79.1-6.el10.x86_64         176/203 
-   Installing       : upower-1.90.10-2.el10.x86_64                       177/203 
-   Running scriptlet: upower-1.90.10-2.el10.x86_64                       177/203
-  
- 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                  178/203 
-   Installing       : libtracker-sparql-3.7.3-4.el10.x86_64              179/203 
-   Installing       : tracker-3.7.3-4.el10.x86_64                        180/203 
-   Running scriptlet: tracker-3.7.3-4.el10.x86_64                        180/203 
-   Installing       : tracker-miners-3.7.4-1.el10.x86_64                 181/203 
-   Running scriptlet: tracker-miners-3.7.4-1.el10.x86_64                 181/203 
-   Installing       : fuse-common-3.16.2-5.el10.x86_64                   182/203 
-   Installing       : fuse3-3.16.2-5.el10.x86_64                         183/203 
-   Installing       : bluez-libs-5.83-1.el10.x86_64                      184/203 
-   Installing       : pipewire-plugin-libcamera-1.4.9-1.el10.x86_64      185/203 
-   Installing       : pipewire-1.4.9-1.el10.x86_64                       186/203 
-   Running scriptlet: pipewire-1.4.9-1.el10.x86_64                       186/203 
- 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                  187/203 
-   Installing       : wireplumber-0.5.10-1.el10.x86_64                   188/203 
-   Installing       : wireplumber-libs-0.5.10-1.el10.x86_64              189/203 
-   Installing       : pipewire-jack-audio-connection-kit-1.4.9-1.el10.   190/203 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.4.9-1.   191/203 
-   Installing       : ModemManager-glib-1.22.0-7.el10.x86_64             192/203 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       193/203 
-   Installing       : geoclue2-2.7.2-1.el10.x86_64                       193/203 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       193/203 
-   Installing       : xdg-desktop-portal-1.20.0-2.el10.x86_64            194/203 
-   Running scriptlet: xdg-desktop-portal-1.20.0-2.el10.x86_64            194/203 
-   Installing       : libcanberra-gtk3-0.30-37.el10.x86_64               195/203 
-   Installing       : gtk3-3.24.43-5.el10.x86_64                         196/203 
-   Installing       : xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        197/203 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        197/203 
-   Installing       : gtk3-devel-3.24.43-5.el10.x86_64                   198/203 
-   Installing       : gtksourceview3-3.24.11-8.el10_1.x86_64             199/203 
-   Installing       : gtksourceview3-devel-3.24.11-8.el10_1.x86_64       200/203 
-   Installing       : pipewire-alsa-1.4.9-1.el10.x86_64                  201/203 
-   Installing       : pipewire-pulseaudio-1.4.9-1.el10.x86_64            202/203 
-   Running scriptlet: pipewire-pulseaudio-1.4.9-1.el10.x86_64            202/203 
- Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socket' → '/usr/lib/systemd/user/pipewire-pulse.socket'.
- 
-   Installing       : gmp-devel-1:6.2.1-12.el10.x86_64                   203/203 
-   Running scriptlet: dconf-0.40.0-17.el10.x86_64                        203/203 
-   Running scriptlet: wireplumber-0.5.10-1.el10.x86_64                   203/203 
- 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: gmp-devel-1:6.2.1-12.el10.x86_64                   203/203 
- 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-1.el10.x86_64                                               
-   at-spi2-atk-2.56.1-1.el10.x86_64                                              
-   at-spi2-atk-devel-2.56.1-1.el10.x86_64                                        
-   at-spi2-core-2.56.1-1.el10.x86_64                                             
-   at-spi2-core-devel-2.56.1-1.el10.x86_64                                       
-   atk-2.56.1-1.el10.x86_64                                                      
-   atk-devel-2.56.1-1.el10.x86_64                                                
-   avahi-glib-0.9~rc2-2.el10.x86_64                                              
-   bluez-libs-5.83-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                                               
-   dbus-devel-1:1.14.10-5.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                                                  
-   gi-docgen-fonts-2025.5-1.el10_2.noarch                                        
-   giflib-5.2.1-22.el10.x86_64                                                   
-   glib-networking-2.80.0-3.el10.x86_64                                          
-   glib2-devel-2.80.4-11.el10.x86_64                                             
-   gmp-c++-1:6.2.1-12.el10.x86_64                                                
-   gmp-devel-1:6.2.1-12.el10.x86_64                                              
-   gobject-introspection-1.79.1-6.el10.x86_64                                    
-   graphene-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-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                                                    
-   gtk3-devel-3.24.43-5.el10.x86_64                                              
-   gtksourceview3-3.24.11-8.el10_1.x86_64                                        
-   gtksourceview3-devel-3.24.11-8.el10_1.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.6.el10.noarch                                                 
-   inih-58-3.el10.x86_64                                                         
-   inih-cpp-58-3.el10.x86_64                                                     
-   intel-vsc-firmware-20260107-21.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-12.el10.x86_64                                                        
-   lame-libs-3.100-19.el10.x86_64                                                
-   libXcomposite-0.4.6-5.el10.x86_64                                             
-   libXcomposite-devel-0.4.6-5.el10.x86_64                                       
-   libXcursor-1.2.1-9.el10.x86_64                                                
-   libXcursor-devel-1.2.1-9.el10.x86_64                                          
-   libXdamage-1.1.6-5.el10.x86_64                                                
-   libXdamage-devel-1.1.6-5.el10.x86_64                                          
-   libXext-devel-1.3.6-3.el10.x86_64                                             
-   libXfixes-6.0.1-5.el10.x86_64                                                 
-   libXfixes-devel-6.0.1-5.el10.x86_64                                           
-   libXft-devel-2.3.8-8.el10.x86_64                                              
-   libXi-1.8.1-7.el10.x86_64                                                     
-   libXi-devel-1.8.1-7.el10.x86_64                                               
-   libXinerama-1.1.5-8.el10.x86_64                                               
-   libXinerama-devel-1.1.5-8.el10.x86_64                                         
-   libXrandr-1.5.4-5.el10.x86_64                                                 
-   libXrandr-devel-1.5.4-5.el10.x86_64                                           
-   libXrender-devel-0.9.11-8.el10.x86_64                                         
-   libXtst-1.2.4-8.el10.x86_64                                                   
-   libXtst-devel-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.2.el10.x86_64                                              
-   libblkid-devel-2.40.2-13.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-9.el10.x86_64                                                 
-   libepoxy-devel-1.5.10-9.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-core-devel-1:1.7.0-7.el10.x86_64                                     
-   libglvnd-devel-1:1.7.0-7.el10.x86_64                                          
-   libglvnd-egl-1:1.7.0-7.el10.x86_64                                            
-   libglvnd-gles-1:1.7.0-7.el10.x86_64                                           
-   libglvnd-glx-1:1.7.0-7.el10.x86_64                                            
-   libglvnd-opengl-1:1.7.0-7.el10.x86_64                                         
-   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-10.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-13.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-8.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.9-3.el10.x86_64                                            
-   libsepol-devel-3.9-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-6.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                                                  
-   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-8.el10.x86_64                                             
-   libxkbcommon-1.7.0-4.el10.x86_64                                              
-   libxkbcommon-devel-1.7.0-4.el10.x86_64                                        
-   libxml2-devel-2.12.5-9.el10.x86_64                                            
-   libxshmfence-1.3.2-5.el10.x86_64                                              
-   linux-firmware-whence-20260107-21.el10.noarch                                 
-   llvm-filesystem-21.1.6-1.el10.x86_64                                          
-   llvm-libs-21.1.6-1.el10.x86_64                                                
-   low-memory-monitor-2.1-12.el10.x86_64                                         
-   mesa-dri-drivers-25.2.7-1.el10.x86_64                                         
-   mesa-filesystem-25.2.7-1.el10.x86_64                                          
-   mesa-libEGL-25.2.7-1.el10.x86_64                                              
-   mesa-libGL-25.2.7-1.el10.x86_64                                               
-   mesa-libgbm-25.2.7-1.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-1.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                                          
-   redhat-display-fonts-4.1.0-1.el10.noarch                                      
-   redhat-text-fonts-4.1.0-1.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-21.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                                             
-   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" "cairo-devel" "epel-release" "gmp-devel" "gtk3-devel" "gtksourceview3-devel" "zlib-devel"
- cairo-devel-1.18.2-2.el10.x86_64
- epel-release-10-5.el10s.noarch
- gmp-devel-6.2.1-12.el10.x86_64
- gtk3-devel-3.24.43-5.el10.x86_64
- gtksourceview3-devel-3.24.11-8.el10_1.x86_64
- zlib-ng-compat-devel-2.2.3-3.el10.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo-free.2.2.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camlzip.1.13  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved codex.1.0~rc4, frama_c_codex.1.0-rc4  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-graphviz.0.1
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-autoconf.0.2
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> installed conf-zlib.1
-> retrieved cudd.0.1.3  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0, dune-private-libs.3.21.0, dune-site.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed cmdliner.2.1.0
-> retrieved frama-c.31.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved gen_js_api.1.1.5, ojs.1.1.5  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-ppx.6.2.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved lablgtk3.3.1.5, lablgtk3-sourceview3.3.1.5  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved menhir.20211128, menhirLib.20211128, menhirSdk.20211128  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-simplex.0.4.1  (cached)
-> retrieved pacomb.1.3  (cached)
-> retrieved patricia-tree.0.11.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yaml.0.4.0  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved psmt2-frontend.0.1  (cached)
-> retrieved qcheck-core.0.91  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved unionFind.20220122  (cached)
-> retrieved vdom.0.3  (cached)
-> retrieved why3.1.8.2  (cached)
-> installed num.1.6
-> retrieved yaml.3.2.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed camlzip.1.13
-> installed ocamlbuild.0.16.1
-> installed ocplib-simplex.0.4.1
-> installed zarith.1.14
-> installed dune.3.21.0
-> installed topkg.1.1.1
-> installed base64.3.5.2
-> installed bheap.2.0.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed gen.1.1
-> installed jane-street-headers.v0.16.0
-> installed menhirLib.20211128
-> installed menhirSdk.20211128
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocamlgraph.2.2.0
-> installed patricia-tree.0.11.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed qcheck-core.0.91
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20220122
-> installed yojson.3.0.0
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed rresult.0.7.0
-> installed integers.0.7.0
-> installed fpath.0.7.3
-> installed ordering.3.21.0
-> installed fs-io.3.21.0
-> installed top-closure.3.21.0
-> installed dune-configurator.3.21.0
-> installed dyn.3.21.0
-> installed cairo2.0.6.5
-> installed base.v0.16.4
-> installed stdune.3.21.0
-> installed menhir.20211128
-> installed lablgtk3.3.1.5
-> installed stdio.v0.16.0
-> installed ctypes.0.24.0
-> installed dune-private-libs.3.21.0
-> installed lablgtk3-sourceview3.3.1.5
-> installed ppxlib.0.35.0
-> installed dune-site.3.21.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.7
-> installed pacomb.1.3
-> installed psmt2-frontend.0.1
-> installed ppx_assert.v0.16.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_hash.v0.16.0
-> installed cudd.0.1.3
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed js_of_ocaml-compiler.6.2.0
-> installed ojs.1.1.5
-> installed logs.0.10.0
-> installed gen_js_api.1.1.5
-> installed vdom.0.3
-> installed bos.0.2.1
-> installed alt-ergo-free.2.2.0
-> installed js_of_ocaml.6.2.0
-> installed yaml.3.2.0
-> installed ppx_deriving_yaml.0.4.0
-> installed js_of_ocaml-ppx.6.2.0
-> installed why3.1.8.2
-> installed codex.1.0~rc4
-> installed frama-c.31.0
-> installed frama_c_codex.1.0-rc4
Done.

<><> frama-c.31.0 installed successfully ><><><><><><><><><><><><><><><><><><><>
=> The Frama-C/WP plug-in requires one or more external prover(s).
   Recommended provers are:
   - Alt-Ergo (https://alt-ergo.ocamlpro.com)
   - CVC4     (https://cvc4.github.io)
   - CVC5     (https://cvc5.github.io)
   - Z3       (https://github.com/Z3Prover/z3)
   Use 'why3 config detect' to configure new provers.
    
=> Ivette is a new GUI for Frama-C, currently in development.
   Run 'ivette' once to finalize installation (requires an internet connection).
   Once finalized, 'ivette' will work offline.
   Finalization also requires Node v20 or v22 and Yarn:
   - install NVM (https://github.com/nvm-sh/nvm)
   - run 'nvm use 22'
   - run 'npm install --global yarn'
# To update the current shell environment, run: eval $(opam env)
2026-01-27 19:35.12 ---> saved as "531fd2d2098a4235e7c82ffe10aac916fabae215714882a1e47a52b85d13d0b5"
Job succeeded
2026-01-27 19:35.17: Job succeeded