(not at the head of any monitored branch or PR)
2026-02-05 07:17.59: New job: build frama-clang.0.0.19, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29309/head (02cbe632b1bf765d8872f21869200d69dea221ae)
                              on centos-10-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29309/head" && git reset --hard 02cbe632
git fetch origin master
git merge --no-edit 74f2f20e570abf0549cd31dbaf8d3d1de236efad
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:51f49547e65ef4d3d8475b6ef5bccdfe9c668fabb08098225c6800d767f2ff3d
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-clang.0.0.19 0.0.19
RUN opam reinstall frama-clang.0.0.19; \
    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-clang.0.0.19' && 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-02-05 07:17.59: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:51f49547e65ef4d3d8475b6ef5bccdfe9c668fabb08098225c6800d767f2ff3d-frama-clang.0.0.19-02cbe632b1bf765d8872f21869200d69dea221ae"
2026-02-05 07:17.59: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:51f49547e65ef4d3d8475b6ef5bccdfe9c668fabb08098225c6800d767f2ff3d)
 (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-clang.0.0.19 0.0.19"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall frama-clang.0.0.19;\
             \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-clang.0.0.19' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-02-05 07:17.59: Waiting for resource in pool OCluster
2026-02-05 07:17.59: Waiting for worker…
2026-02-05 07:18.01: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 74f2f20e57 Merge pull request #29339 from c-cube/release-moonpool-v0.11
Merge made by the 'ort' strategy.
 packages/conf-libclang/conf-libclang.19/opam | 14 ++++----
 packages/frama-clang/frama-clang.0.0.19/opam | 52 ++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+), 7 deletions(-)
 create mode 100644 packages/frama-clang/frama-clang.0.0.19/opam

(from ocaml/opam:centos-10-ocaml-5.4@sha256:51f49547e65ef4d3d8475b6ef5bccdfe9c668fabb08098225c6800d767f2ff3d)
Unable to find image 'ocaml/opam:centos-10-ocaml-5.4@sha256:51f49547e65ef4d3d8475b6ef5bccdfe9c668fabb08098225c6800d767f2ff3d' locally
docker.io/ocaml/opam@sha256:51f49547e65ef4d3d8475b6ef5bccdfe9c668fabb08098225c6800d767f2ff3d: Pulling from ocaml/opam
5aa64b34ad78: Already exists
41b735516d7d: Already exists
b7079eaf0a29: Already exists
6e6062b3f6ba: Already exists
def7552726d2: Already exists
7ed20cc9087a: Already exists
5640c60a20d2: Already exists
b24838dc6ce8: Already exists
7a9780c4c45a: Already exists
f793564a4ce7: Already exists
1136bc0ee2fe: Already exists
d8108a2d5dfc: Already exists
5e76a93f13a9: Already exists
97665313568d: Already exists
6f65273c0b93: Already exists
9864cd66790e: Already exists
ee53f9395083: Already exists
9d8def29c90c: Already exists
9d8def29c90c: Already exists
c38b6a2ab8fa: Already exists
9b7103d9a0fc: Already exists
c8be0296d453: Already exists
7a5a0c2260aa: Already exists
4f4fb700ef54: Already exists
e7e8d2821f49: Already exists
57596486bbf9: Already exists
ecc85758dec8: Already exists
cd9e9a442c2f: Already exists
7b91aab5c012: Already exists
f8c854108c2e: Already exists
d566e460c7c5: Already exists
b3130f454daa: Already exists
963a85a537f0: Already exists
7976599dcf5a: Already exists
dc89bca26cbd: Already exists
6433ac6f5b29: Already exists
c57bbf3a0c72: Already exists
f23fa3a90fdf: Already exists
ade7059abb60: Already exists
1e0a723581c9: Already exists
be6d6295b1ed: Already exists
4d6f6e8b85d6: Already exists
85f2e7039ba7: Already exists
4ab87c9a41a4: Already exists
2001e73bb32a: Already exists
cb7bb562e19c: Already exists
80918c76eb91: Already exists
Digest: sha256:51f49547e65ef4d3d8475b6ef5bccdfe9c668fabb08098225c6800d767f2ff3d
Status: Downloaded newer image for ocaml/opam@sha256:51f49547e65ef4d3d8475b6ef5bccdfe9c668fabb08098225c6800d767f2ff3d
2026-02-05 07:19.12 ---> saved as "7caf49bda565c8f976ec73fabc95a807dcc96c6c67b3390f78e0dc8f5e97302b"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-05 07:19.15 ---> saved as "b3e475305621062c8b85b1866089eb06c10eabce078d1568315c86d738736557"

/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 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-05 07:19.46 ---> saved as "6e01452eb8922239897f29af9263dc1143a9a5374a534e9408b6e6530be66f36"

/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                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-02-05 07:19.50 ---> saved as "0a0cb1ee66b752638338068584f74281589def1c67beb732fabd40029e0f544f"

/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-02-05 07:19.58 ---> saved as "0437cf2fc465a9ae56c8b3f4dbd4a390cb20a9b499e3b4bdc0554f74c5a19821"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-05 07:20.13 ---> saved as "ae55e5e0700f504198ebbfe7d41beb91f9b1905460f63201409f4d74de253ae6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-05 07:20.34 ---> saved as "951e1a92256664cf643ea95815843f61394b6e55216561702570a6f65c169f7a"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        38 kB/s |  15 kB     00:00    
- CentOS Stream 10 - BaseOS                       783 kB/s | 6.9 MB     00:08    
- CentOS Stream 10 - AppStream                    2.7 kB/s |  15 kB     00:05    
- CentOS Stream 10 - AppStream                    1.2 MB/s | 3.5 MB     00:02    
- CentOS Stream 10 - CRB                           36 kB/s |  15 kB     00:00    
- CentOS Stream 10 - CRB                          171 kB/s | 798 kB     00:04    
- CentOS Stream 10 - Extras packages               65 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-02-05 07:21.01 ---> saved as "e6c89649e3727489ff2d64218a93ff406ac673c4de81e2c13dd99f513cb6ab25"

/home/opam: (run (shell "opam pin add -k version -yn frama-clang.0.0.19 0.0.19"))
frama-clang is now pinned to version 0.0.19
2026-02-05 07:21.02 ---> saved as "aa5a428e516b2f7afafb599081f2281c16496f25331e597374b1d316a2b2c4ea"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall frama-clang.0.0.19;\
                        \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-clang.0.0.19' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
frama-clang.0.0.19 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 111 packages
  - install alt-ergo                2.6.2           [required by frama-c]
  - install alt-ergo-lib            2.6.2           [required by alt-ergo]
  - install alt-ergo-parsers        2.6.2           [required by alt-ergo]
  - install astring                 0.8.5           [required by bos]
  - install base                    v0.17.3         [required by ppx_inline_test]
  - install bos                     0.2.1           [required by camlp5]
  - install cairo2                  0.6.5           [required by lablgtk3]
  - install camlp-streams           5.0.1           [required by frama-clang]
  - install camlp5                  8.04.00         [required by frama-clang]
  - install camlp5-buildscripts     0.06            [required by camlp5]
  - install camlzip                 1.13            [required by frama-c]
  - install cmdliner                1.3.0           [required by alt-ergo]
  - install conf-bash               1               [required by camlp5, conf-libclang]
  - install conf-cairo              1               [required by cairo2]
  - install conf-clang              2               [required by frama-clang]
  - install conf-cmake              1               [required by frama-clang]
  - 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-libclang           19              [required by frama-clang]
  - install conf-libpcre2-8         2               [required by pcre2]
  - install conf-m4                 1               [required by not-ocamlfind]
  - install conf-perl               2               [required by camlp5]
  - install conf-pkg-config         4               [required by conf-gtksourceview3]
  - install conf-which              1               [required by not-ocamlfind]
  - install conf-zlib               1               [required by camlzip]
  - install cppo                    1.8.0           [required by ppx_deriving]
  - install csexp                   1.5.2           [required by dune-configurator]
  - install cstruct                 6.2.0           [required by hex]
  - install ctypes                  0.24.0          [required by yaml]
  - install dolmen                  0.10            [required by alt-ergo-lib]
  - install dolmen_loop             0.10            [required by alt-ergo-lib]
  - install dolmen_type             0.10            [required by alt-ergo-lib]
  - install dune                    3.21.0          [required by frama-clang]
  - install dune-build-info         3.21.0          [required by alt-ergo-lib]
  - install dune-compiledb          0.6.0           [required by pcre2]
  - 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 ezjsonm                 1.3.0           [required by dune-compiledb]
  - install fmt                     0.11.0          [required by camlp5]
  - install fpath                   0.7.3           [required by bos]
  - install frama-c                 32.0            [required by frama-clang]
  - install frama-clang             0.0.19 (pinned)
  - install fs-io                   3.21.0          [required by stdune]
  - install gen                     1.1             [required by dolmen_loop]
  - install hex                     1.5.0           [required by ezjsonm]
  - install hmap                    0.8.1           [required by dolmen]
  - install integers                0.7.0           [required by ctypes]
  - install jane-street-headers     v0.17.0         [required by time_now]
  - install jsonm                   1.0.2           [required by ezjsonm]
  - install jst-config              v0.17.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                  20250912        [required by frama-c]
  - install menhirCST               20250912        [required by menhir]
  - install menhirLib               20250912        [required by menhir]
  - install menhirSdk               20250912        [required by menhir]
  - install not-ocamlfind           0.14            [required by camlp5-buildscripts]
  - install num                     1.6             [required by sexplib]
  - install ocaml-compiler-libs     v0.17.0         [required by ppxlib]
  - install ocaml_intrinsics_kernel v0.17.1         [required by base]
  - install ocamlbuild              0.16.1          [required by bos]
  - install ocamlfind               1.9.8           [required by camlp5]
  - install ocamlgraph              2.2.0           [required by frama-c]
  - install ocplib-simplex          0.5.1           [required by alt-ergo-lib]
  - install ordering                3.21.0          [required by dyn, stdune]
  - install parsexp                 v0.17.0         [required by sexplib]
  - install pcre2                   8.0.4           [required by camlp5]
  - install pp                      2.0.0           [required by dune-private-libs]
  - install pp_loc                  2.1.0           [required by dolmen_loop]
  - install ppx_assert              v0.17.0         [required by jst-config]
  - install ppx_base                v0.17.0         [required by time_now]
  - install ppx_blob                0.9.0           [required by alt-ergo-lib]
  - install ppx_cold                v0.17.0         [required by ppx_base]
  - install ppx_compare             v0.17.0         [required by ppx_base]
  - install ppx_derivers            1.2.1           [required by ppx_deriving]
  - install ppx_deriving            6.1.1           [required by frama-c]
  - install ppx_deriving_yaml       0.4.1           [required by frama-c]
  - install ppx_deriving_yojson     3.10.0          [required by frama-c]
  - install ppx_enumerate           v0.17.0         [required by ppx_base]
  - install ppx_globalize           v0.17.2         [required by ppx_base]
  - install ppx_hash                v0.17.0         [required by ppx_base]
  - install ppx_here                v0.17.0         [required by ppx_assert]
  - install ppx_inline_test         v0.17.1         [required by frama-c]
  - install ppx_optcomp             v0.17.1         [required by time_now]
  - install ppx_sexp_conv           v0.17.1         [required by why3]
  - install ppxlib                  0.37.0          [required by frama-c]
  - install ppxlib_jane             v0.17.4         [required by ppx_globalize, ppx_enumerate, ppx_hash]
  - install psmt2-frontend          0.4.0           [required by alt-ergo-parsers]
  - install re                      1.14.0          [required by camlp5]
  - install rresult                 0.7.0           [required by camlp5]
  - install seq                     base            [required by alt-ergo-lib]
  - install sexplib                 v0.17.0         [required by why3]
  - install sexplib0                v0.17.0         [required by dune-compiledb, base]
  - install spelll                  0.4             [required by dolmen_type]
  - install stdio                   v0.17.0         [required by ppx_optcomp]
  - install stdlib-shims            0.3.0           [required by alt-ergo-lib, alt-ergo-parsers]
  - install stdune                  3.21.0          [required by dune-private-libs]
  - install time_now                v0.17.0         [required by ppx_inline_test]
  - install top-closure             3.21.0          [required by stdune]
  - install topkg                   1.1.1           [required by bos]
  - install unionFind               20250818        [required by frama-c]
  - install uutf                    1.0.4           [required by ezjsonm]
  - 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-clang]

The following system packages will first need to be installed:
    cairo-devel clang clang-devel cmake3 epel-release gmp-devel gtk3-devel gtksourceview3-devel llvm-devel llvm-static pcre2-devel perl-Pod-Html 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:06 ago on Thu Feb  5 07:21:00 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       111 kB/s |  18 kB     00:00    
- (2/2): dnf-plugins-core-4.7.0-10.el10.noarch.rp 186 kB/s |  41 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            56 kB/s |  60 kB     00:01     
- 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" "clang" "clang-devel" "cmake3" "gmp-devel" "gtk3-devel" "gtksourceview3-devel" "llvm-devel" "llvm-static" "pcre2-devel" "perl-Pod-Html" "zlib-devel"
- Extra Packages for Enterprise Linux 10 - x86_64 891 kB/s | 6.2 MB     00:07    
- Last metadata expiration check: 0:00:03 ago on Thu Feb  5 07:21:15 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
-  clang                                     x86_64  21.1.6-1.el10           appstream  7.3 M
-  clang-devel                               x86_64  21.1.6-1.el10           appstream  4.3 M
-  cmake                                     x86_64  3.31.8-1.el10           appstream   13 M
-  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
-  llvm-devel                                x86_64  21.1.6-1.el10           appstream  6.1 M
-  llvm-static                               x86_64  21.1.6-1.el10           appstream   45 M
-  pcre2-devel                               x86_64  10.44-1.el10.3          appstream  532 k
-  perl-Pod-Html                             noarch  1.35-514.el10           appstream   30 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
-  clang-libs                                x86_64  21.1.6-1.el10           appstream   56 M
-  clang-resource-filesystem                 x86_64  21.1.6-1.el10           appstream   21 k
-  clang-tools-extra                         x86_64  21.1.6-1.el10           appstream   19 M
-  cmake-data                                noarch  3.31.8-1.el10           appstream  2.7 M
-  cmake-rpm-macros                          noarch  3.31.8-1.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
-  gcc-toolset-15-binutils                   x86_64  2.44-8.el10             appstream  5.8 M
-  gcc-toolset-15-gcc                        x86_64  15.1.1-2.6.el10         appstream   52 M
-  gcc-toolset-15-gcc-c++                    x86_64  15.1.1-2.6.el10         appstream   16 M
-  gcc-toolset-15-libstdc++-devel            x86_64  15.1.1-2.6.el10         appstream  3.7 M
-  gcc-toolset-15-runtime                    x86_64  15.0-11.el10            appstream   12 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.3.el10         baseos      53 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
-  libedit-devel                             x86_64  3.1-52.20230828cvs.el10 appstream   48 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
-  libuv                                     x86_64  1:1.51.0-1.el10         appstream  263 k
-  libvorbis                                 x86_64  1:1.3.7-12.el10         appstream  189 k
-  libwayland-client                         x86_64  1.24.0-1.el10           appstream   34 k
-  libwayland-cursor                         x86_64  1.24.0-1.el10           appstream   19 k
-  libwayland-egl                            x86_64  1.24.0-1.el10           appstream   12 k
-  libwayland-server                         x86_64  1.24.0-1.el10           appstream   41 k
-  libwebp-devel                             x86_64  1.3.2-10.el10           appstream   40 k
-  libxkbcommon                              x86_64  1.7.0-4.el10            appstream  145 k
-  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                                      x86_64  21.1.6-1.el10           appstream   24 M
-  llvm-filesystem                           x86_64  21.1.6-1.el10           appstream   15 k
-  llvm-googletest                           x86_64  21.1.6-1.el10           appstream  458 k
-  llvm-libs                                 x86_64  21.1.6-1.el10           appstream   59 M
-  llvm-test                                 x86_64  21.1.6-1.el10           appstream  753 k
-  mesa-dri-drivers                          x86_64  25.2.7-3.el10           appstream   11 M
-  mesa-filesystem                           x86_64  25.2.7-3.el10           appstream   11 k
-  mesa-libEGL                               x86_64  25.2.7-3.el10           appstream  120 k
-  mesa-libGL                                x86_64  25.2.7-3.el10           appstream  120 k
-  mesa-libgbm                               x86_64  25.2.7-3.el10           appstream   17 k
-  mpg123-libs                               x86_64  1.32.9-1.el10           appstream  353 k
-  ncurses-c++-libs                          x86_64  6.4-14.20240127.el10    appstream   39 k
-  ncurses-devel                             x86_64  6.4-14.20240127.el10    appstream  753 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-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
-  vim-filesystem                            noarch  2:9.1.083-6.el10        baseos      15 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:
-  compiler-rt                               x86_64  21.1.6-1.el10           appstream  2.8 M
-  dconf                                     x86_64  0.40.0-17.el10          appstream  114 k
-  exiv2                                     x86_64  0.28.3-5.el10           appstream  2.1 M
-  gcc-toolset-15-libatomic-devel            x86_64  15.1.1-2.6.el10         appstream   29 k
-  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
-  libomp                                    x86_64  21.1.6-1.el10           appstream  844 k
-  libomp-devel                              x86_64  21.1.6-1.el10           appstream  269 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  231 Packages
- 
- Total download size: 404 M
- Installed size: 1.7 G
- Downloading Packages:
- (1/231): duktape-2.7.0-10.el10.x86_64.rpm       398 kB/s | 170 kB     00:00    
- (2/231): bluez-libs-5.83-1.el10.x86_64.rpm      185 kB/s |  81 kB     00:00    
- (3/231): fuse-common-3.16.2-5.el10.x86_64.rpm   231 kB/s | 9.7 kB     00:00    
- (4/231): fuse3-libs-3.16.2-5.el10.x86_64.rpm    724 kB/s |  95 kB     00:00    
- (5/231): fuse3-3.16.2-5.el10.x86_64.rpm         220 kB/s |  59 kB     00:00    
- (6/231): glib-networking-2.80.0-3.el10.x86_64.r 1.5 MB/s | 204 kB     00:00    
- (7/231): gobject-introspection-1.79.1-6.el10.x8 144 kB/s | 109 kB     00:00    
- (8/231): gsettings-desktop-schemas-47.1-4.el10. 662 kB/s | 784 kB     00:01    
- (9/231): inih-58-3.el10.x86_64.rpm              258 kB/s |  19 kB     00:00    
- (10/231): ModemManager-glib-1.22.0-7.el10.x86_6  97 kB/s | 325 kB     00:03    
- (11/231): json-glib-1.8.0-5.el10.x86_64.rpm     302 kB/s | 168 kB     00:00    
- (12/231): intel-vsc-firmware-20260107-21.el10.n 1.9 MB/s | 7.8 MB     00:04    
- (13/231): kbd-legacy-2.6.4-7.el10.noarch.rpm    1.1 MB/s | 592 kB     00:00    
- (14/231): kbd-2.6.4-7.el10.x86_64.rpm           151 kB/s | 407 kB     00:02    
- (15/231): hwdata-0.379-10.6.el10.noarch.rpm     326 kB/s | 1.7 MB     00:05    
- (16/231): kmod-31-12.el10.x86_64.rpm            1.1 MB/s | 136 kB     00:00    
- (17/231): libatomic-14.3.1-4.3.el10.x86_64.rpm  851 kB/s |  53 kB     00:00    
- (18/231): libgusb-0.4.9-4.el10.x86_64.rpm       1.3 MB/s |  67 kB     00:00    
- (19/231): libgudev-238-7.el10.x86_64.rpm        451 kB/s |  36 kB     00:00    
- (20/231): libpciaccess-0.16-16.el10.x86_64.rpm  583 kB/s |  28 kB     00:00    
- (21/231): libproxy-0.5.5-4.el10.x86_64.rpm      529 kB/s |  49 kB     00:00    
- (22/231): libpsl-0.21.5-6.el10.x86_64.rpm       761 kB/s |  65 kB     00:00    
- (23/231): liburing-2.12-1.el10.x86_64.rpm       633 kB/s |  43 kB     00:00    
- (24/231): libtdb-1.4.14-100.el10.x86_64.rpm     413 kB/s |  54 kB     00:00    
- (25/231): libusb1-1.0.29-3.el10.x86_64.rpm      831 kB/s |  77 kB     00:00    
- (26/231): linux-firmware-whence-20260107-21.el1 814 kB/s | 117 kB     00:00    
- (27/231): polkit-125-4.el10.x86_64.rpm          1.2 MB/s | 162 kB     00:00    
- (28/231): polkit-libs-125-4.el10.x86_64.rpm     622 kB/s |  67 kB     00:00    
- (29/231): polkit-pkla-compat-0.1-30.el10.x86_64 254 kB/s |  48 kB     00:00    
- (30/231): publicsuffix-list-dafsa-20240107-5.el 132 kB/s |  59 kB     00:00    
- (31/231): python3-packaging-24.2-2.el10.noarch. 403 kB/s | 153 kB     00:00    
- (32/231): vim-filesystem-9.1.083-6.el10.noarch. 187 kB/s |  15 kB     00:00    
- (33/231): kbd-misc-2.6.4-7.el10.noarch.rpm      553 kB/s | 1.7 MB     00:03    
- (34/231): adwaita-icon-theme-46.0-3.el10.noarch 520 kB/s | 457 kB     00:00    
- (35/231): adwaita-cursor-theme-46.0-3.el10.noar 146 kB/s | 524 kB     00:03    
- (36/231): at-spi2-atk-2.56.1-1.el10.x86_64.rpm  215 kB/s |  88 kB     00:00    
- (37/231): at-spi2-atk-devel-2.56.1-1.el10.x86_6  71 kB/s |  11 kB     00:00    
- (38/231): at-spi2-core-2.56.1-1.el10.x86_64.rpm 252 kB/s | 389 kB     00:01    
- (39/231): alsa-lib-1.2.15.3-1.el10.x86_64.rpm   151 kB/s | 543 kB     00:03    
- (40/231): at-spi2-core-devel-2.56.1-1.el10.x86_ 241 kB/s | 367 kB     00:01    
- (41/231): atk-devel-2.56.1-1.el10.x86_64.rpm    1.1 MB/s | 480 kB     00:00    
- (42/231): atk-2.56.1-1.el10.x86_64.rpm           56 kB/s |  81 kB     00:01    
- (43/231): avahi-glib-0.9~rc2-2.el10.x86_64.rpm   24 kB/s |  15 kB     00:00    
- (44/231): brotli-devel-1.1.0-7.el10.x86_64.rpm  171 kB/s |  34 kB     00:00    
- (45/231): systemd-udev-257-21.el10.x86_64.rpm   263 kB/s | 2.3 MB     00:08    
- (46/231): brotli-1.1.0-7.el10.x86_64.rpm         12 kB/s |  19 kB     00:01    
- (47/231): cairo-gobject-devel-1.18.2-2.el10.x86 139 kB/s |  12 kB     00:00    
- (48/231): cairo-devel-1.18.2-2.el10.x86_64.rpm  115 kB/s | 196 kB     00:01    
- (49/231): bzip2-devel-1.0.8-25.el10.x86_64.rpm   50 kB/s | 215 kB     00:04    
- (50/231): clang-devel-21.1.6-1.el10.x86_64.rpm  593 kB/s | 4.3 MB     00:07    
- (51/231): clang-resource-filesystem-21.1.6-1.el 184 kB/s |  21 kB     00:00    
- (52/231): clang-21.1.6-1.el10.x86_64.rpm        570 kB/s | 7.3 MB     00:13    
- (53/231): cmake-3.31.8-1.el10.x86_64.rpm        2.5 MB/s |  13 MB     00:05    
- (54/231): cmake-data-3.31.8-1.el10.noarch.rpm   1.2 MB/s | 2.7 MB     00:02    
- (55/231): cmake-rpm-macros-3.31.8-1.el10.noarch 315 kB/s |  12 kB     00:00    
- (56/231): colord-libs-1.4.7-6.el10.x86_64.rpm   1.2 MB/s | 233 kB     00:00    
- (57/231): compiler-rt-21.1.6-1.el10.x86_64.rpm  1.5 MB/s | 2.8 MB     00:01    
- (58/231): dbus-devel-1.14.10-5.el10.x86_64.rpm  403 kB/s |  38 kB     00:00    
- (59/231): dconf-0.40.0-17.el10.x86_64.rpm       946 kB/s | 114 kB     00:00    
- (60/231): exempi-2.6.4-7.el10.x86_64.rpm        1.2 MB/s | 590 kB     00:00    
- (61/231): exiv2-0.28.3-5.el10.x86_64.rpm        929 kB/s | 2.1 MB     00:02    
- (62/231): exiv2-libs-0.28.3-5.el10.x86_64.rpm   1.9 MB/s | 904 kB     00:00    
- (63/231): fdk-aac-free-2.0.0-15.el10.x86_64.rpm 1.2 MB/s | 339 kB     00:00    
- (64/231): fftw-libs-single-3.3.10-15.el10.x86_6 1.7 MB/s | 1.1 MB     00:00    
- (65/231): flac-libs-1.4.3-6.el10.x86_64.rpm     1.6 MB/s | 265 kB     00:00    
- (66/231): fontconfig-devel-2.15.0-7.el10.x86_64 1.2 MB/s | 175 kB     00:00    
- (67/231): freetype-devel-2.13.2-8.el10.x86_64.r 943 kB/s | 966 kB     00:01    
- (68/231): fribidi-devel-1.0.14-4.el10.x86_64.rp 357 kB/s |  28 kB     00:00    
- (69/231): gcc-toolset-15-binutils-2.44-8.el10.x 3.9 MB/s | 5.8 MB     00:01    
- (70/231): gcc-toolset-15-gcc-15.1.1-2.6.el10.x8 3.8 MB/s |  52 MB     00:13    
- (71/231): clang-tools-extra-21.1.6-1.el10.x86_6 496 kB/s |  19 MB     00:39    
- (72/231): gcc-toolset-15-libatomic-devel-15.1.1 810 kB/s |  29 kB     00:00    
- (73/231): gcc-toolset-15-gcc-c++-15.1.1-2.6.el1 2.1 MB/s |  16 MB     00:07    
- (74/231): gcc-toolset-15-runtime-15.0-11.el10.x 1.5 MB/s |  12 kB     00:00    
- (75/231): gdk-pixbuf2-devel-2.42.12-4.el10.x86_ 5.7 MB/s | 381 kB     00:00    
- (76/231): gdk-pixbuf2-modules-2.42.12-4.el10.x8 351 kB/s |  29 kB     00:00    
- (77/231): geoclue2-2.7.2-1.el10.x86_64.rpm      2.2 MB/s | 148 kB     00:00    
- (78/231): giflib-5.2.1-22.el10.x86_64.rpm       1.4 MB/s |  53 kB     00:00    
- (79/231): glib2-devel-2.80.4-11.el10.x86_64.rpm 6.5 MB/s | 1.5 MB     00:00    
- (80/231): gmp-c++-6.2.1-12.el10.x86_64.rpm      261 kB/s |  20 kB     00:00    
- (81/231): gmp-devel-6.2.1-12.el10.x86_64.rpm    3.4 MB/s | 174 kB     00:00    
- (82/231): graphene-1.10.6-10.el10.x86_64.rpm    2.0 MB/s |  62 kB     00:00    
- (83/231): graphite2-devel-1.3.14-17.el10.x86_64 2.6 MB/s |  22 kB     00:00    
- (84/231): gsm-1.0.22-8.el10.x86_64.rpm          1.2 MB/s |  37 kB     00:00    
- (85/231): gstreamer1-1.26.7-5.el10.x86_64.rpm   6.0 MB/s | 1.7 MB     00:00    
- (86/231): gstreamer1-plugins-base-1.26.7-1.el10 3.6 MB/s | 2.3 MB     00:00    
- (87/231): gtk-update-icon-cache-3.24.43-5.el10. 1.4 MB/s |  33 kB     00:00    
- (88/231): gtk3-3.24.43-5.el10.x86_64.rpm         16 MB/s | 5.6 MB     00:00    
- (89/231): gtk3-devel-3.24.43-5.el10.x86_64.rpm   12 MB/s | 4.3 MB     00:00    
- (90/231): harfbuzz-cairo-8.4.0-6.el10.x86_64.rp 1.0 MB/s |  28 kB     00:00    
- (91/231): harfbuzz-devel-8.4.0-6.el10.x86_64.rp 3.7 MB/s | 453 kB     00:00    
- (92/231): harfbuzz-icu-8.4.0-6.el10.x86_64.rpm  672 kB/s |  15 kB     00:00    
- (93/231): hicolor-icon-theme-0.17-20.el10.noarc 2.0 MB/s | 219 kB     00:00    
- (94/231): inih-cpp-58-3.el10.x86_64.rpm         314 kB/s |  20 kB     00:00    
- (95/231): gcc-toolset-15-libstdc++-devel-15.1.1 584 kB/s | 3.7 MB     00:06    
- (96/231): lame-libs-3.100-19.el10.x86_64.rpm    1.9 MB/s | 339 kB     00:00    
- (97/231): libXcomposite-0.4.6-5.el10.x86_64.rpm 393 kB/s |  25 kB     00:00    
- (98/231): libXcomposite-devel-0.4.6-5.el10.x86_ 331 kB/s |  17 kB     00:00    
- (99/231): libXcursor-1.2.1-9.el10.x86_64.rpm    811 kB/s |  31 kB     00:00    
- (100/231): libXcursor-devel-1.2.1-9.el10.x86_64 1.2 MB/s |  40 kB     00:00    
- (101/231): libXdamage-1.1.6-5.el10.x86_64.rpm   1.1 MB/s |  24 kB     00:00    
- (102/231): libXdamage-devel-1.1.6-5.el10.x86_64 1.1 MB/s |  11 kB     00:00    
- (103/231): iso-codes-4.16.0-6.el10.noarch.rpm   5.3 MB/s | 3.7 MB     00:00    
- (104/231): libXext-devel-1.3.6-3.el10.x86_64.rp 543 kB/s |  87 kB     00:00    
- (105/231): libXfixes-devel-6.0.1-5.el10.x86_64. 570 kB/s |  14 kB     00:00    
- (106/231): libXfixes-6.0.1-5.el10.x86_64.rpm    412 kB/s |  20 kB     00:00    
- (107/231): libXft-devel-2.3.8-8.el10.x86_64.rpm 1.1 MB/s |  52 kB     00:00    
- (108/231): libXi-1.8.1-7.el10.x86_64.rpm        423 kB/s |  41 kB     00:00    
- (109/231): libXinerama-1.1.5-8.el10.x86_64.rpm  217 kB/s |  15 kB     00:00    
- (110/231): libXi-devel-1.8.1-7.el10.x86_64.rpm  680 kB/s | 117 kB     00:00    
- (111/231): libXinerama-devel-1.1.5-8.el10.x86_6 439 kB/s |  14 kB     00:00    
- (112/231): libXrandr-devel-1.5.4-5.el10.x86_64. 492 kB/s |  20 kB     00:00    
- (113/231): libXrandr-1.5.4-5.el10.x86_64.rpm    441 kB/s |  29 kB     00:00    
- (114/231): libXrender-devel-0.9.11-8.el10.x86_6 776 kB/s |  20 kB     00:00    
- (115/231): libXtst-1.2.4-8.el10.x86_64.rpm      391 kB/s |  22 kB     00:00    
- (116/231): libXv-1.0.12-5.el10.x86_64.rpm       555 kB/s |  20 kB     00:00    
- (117/231): libXtst-devel-1.2.4-8.el10.x86_64.rp 177 kB/s |  17 kB     00:00    
- (118/231): libasyncns-0.8-30.el10.x86_64.rpm    567 kB/s |  31 kB     00:00    
- (119/231): libblkid-devel-2.40.2-13.el10.x86_64 464 kB/s |  25 kB     00:00    
- (120/231): libXxf86vm-1.1.5-8.el10.x86_64.rpm   134 kB/s |  19 kB     00:00    
- (121/231): libcamera-ipa-0.6.0-1.el10.x86_64.rp 2.2 MB/s | 167 kB     00:00    
- (122/231): libcanberra-0.30-37.el10.x86_64.rpm  1.8 MB/s |  91 kB     00:00    
- (123/231): libcanberra-gtk3-0.30-37.el10.x86_64 457 kB/s |  33 kB     00:00    
- (124/231): libdatrie-devel-0.2.13-11.el10.x86_6 1.6 MB/s | 159 kB     00:00    
- (125/231): libdex-0.8.1-1.el10.x86_64.rpm       755 kB/s |  85 kB     00:00    
- (126/231): libdrm-2.4.128-1.el10.x86_64.rpm     2.8 MB/s | 164 kB     00:00    
- (127/231): libedit-devel-3.1-52.20230828cvs.el1 3.3 MB/s |  48 kB     00:00    
- (128/231): libepoxy-1.5.10-9.el10.x86_64.rpm    1.6 MB/s | 229 kB     00:00    
- (129/231): libepoxy-devel-1.5.10-9.el10.x86_64. 957 kB/s | 134 kB     00:00    
- (130/231): libexif-0.6.24-9.el10.x86_64.rpm     2.1 MB/s | 454 kB     00:00    
- (131/231): libffi-devel-3.4.4-10.el10.x86_64.rp 430 kB/s |  29 kB     00:00    
- (132/231): libgexiv2-0.14.3-3.el10.x86_64.rpm   2.3 MB/s | 106 kB     00:00    
- (133/231): libglvnd-1.7.0-7.el10.x86_64.rpm     2.5 MB/s | 116 kB     00:00    
- (134/231): libglvnd-core-devel-1.7.0-7.el10.x86 1.2 MB/s |  18 kB     00:00    
- (135/231): libcamera-0.6.0-1.el10.x86_64.rpm    538 kB/s | 662 kB     00:01    
- (136/231): libglvnd-devel-1.7.0-7.el10.x86_64.r 1.4 MB/s | 163 kB     00:00    
- (137/231): libglvnd-gles-1.7.0-7.el10.x86_64.rp 1.0 MB/s |  31 kB     00:00    
- (138/231): libglvnd-egl-1.7.0-7.el10.x86_64.rpm 327 kB/s |  37 kB     00:00    
- (139/231): libglvnd-glx-1.7.0-7.el10.x86_64.rpm 1.2 MB/s | 132 kB     00:00    
- (140/231): libglvnd-opengl-1.7.0-7.el10.x86_64. 385 kB/s |  39 kB     00:00    
- (141/231): libgxps-0.3.2-10.el10.x86_64.rpm     1.2 MB/s |  78 kB     00:00    
- (142/231): libgsf-1.14.53-2.el10.x86_64.rpm     2.4 MB/s | 258 kB     00:00    
- (143/231): libiptcdata-1.0.5-20.el10.x86_64.rpm 879 kB/s |  62 kB     00:00    
- (144/231): libjpeg-turbo-devel-3.0.2-4.el10.x86 1.0 MB/s |  98 kB     00:00    
- (145/231): liblc3-1.1.3-1.el10.x86_64.rpm       1.1 MB/s | 104 kB     00:00    
- (146/231): libldac-2.0.2.3-17.el10.x86_64.rpm   762 kB/s |  42 kB     00:00    
- (147/231): libmount-devel-2.40.2-13.el10.x86_64 446 kB/s |  26 kB     00:00    
- (148/231): libnotify-0.8.6-1.el10.x86_64.rpm    955 kB/s |  53 kB     00:00    
- (149/231): libogg-1.3.5-10.el10.x86_64.rpm      1.1 MB/s |  34 kB     00:00    
- (150/231): libomp-21.1.6-1.el10.x86_64.rpm      3.0 MB/s | 844 kB     00:00    
- (151/231): libomp-devel-21.1.6-1.el10.x86_64.rp 3.3 MB/s | 269 kB     00:00    
- (152/231): libosinfo-1.11.0-8.el10.x86_64.rpm   2.6 MB/s | 317 kB     00:00    
- (153/231): libpng-devel-1.6.40-8.el10.x86_64.rp 2.2 MB/s | 294 kB     00:00    
- (154/231): libicu-devel-74.2-5.el10.x86_64.rpm  859 kB/s | 966 kB     00:01    
- (155/231): libsbc-2.0-7.el10.x86_64.rpm         984 kB/s |  46 kB     00:00    
- (156/231): libportal-0.9.0-3.el10.x86_64.rpm    724 kB/s |  84 kB     00:00    
- (157/231): libsepol-devel-3.9-1.el10.x86_64.rpm 1.4 MB/s |  48 kB     00:00    
- (158/231): libsndfile-1.2.2-6.el10.x86_64.rpm   2.2 MB/s | 214 kB     00:00    
- (159/231): libsoup3-3.6.5-5.el10.x86_64.rpm     3.0 MB/s | 396 kB     00:00    
- (160/231): libselinux-devel-3.9-3.el10.x86_64.r 504 kB/s | 161 kB     00:00    
- (161/231): libthai-devel-0.1.29-10.el10.x86_64. 3.0 MB/s | 151 kB     00:00    
- (162/231): libtiff-devel-4.6.0-6.el10.x86_64.rp 3.4 MB/s | 259 kB     00:00    
- (163/231): libtheora-1.1.1-39.el10.x86_64.rpm   867 kB/s | 170 kB     00:00    
- (164/231): libtracker-sparql-3.7.3-4.el10.x86_6 1.7 MB/s | 376 kB     00:00    
- (165/231): libvorbis-1.3.7-12.el10.x86_64.rpm   2.6 MB/s | 189 kB     00:00    
- (166/231): libwayland-client-1.24.0-1.el10.x86_ 1.1 MB/s |  34 kB     00:00    
- (167/231): libwayland-cursor-1.24.0-1.el10.x86_ 1.1 MB/s |  19 kB     00:00    
- (168/231): libwayland-egl-1.24.0-1.el10.x86_64. 254 kB/s |  12 kB     00:00    
- (169/231): libwayland-server-1.24.0-1.el10.x86_ 1.8 MB/s |  41 kB     00:00    
- (170/231): libwebp-devel-1.3.2-10.el10.x86_64.r 1.8 MB/s |  40 kB     00:00    
- (171/231): libxkbcommon-1.7.0-4.el10.x86_64.rpm 2.9 MB/s | 145 kB     00:00    
- (172/231): libxkbcommon-devel-1.7.0-4.el10.x86_ 1.7 MB/s |  68 kB     00:00    
- (173/231): libxml2-devel-2.12.5-9.el10.x86_64.r 3.0 MB/s | 534 kB     00:00    
- (174/231): libxshmfence-1.3.2-5.el10.x86_64.rpm 428 kB/s |  13 kB     00:00    
- (175/231): libuv-1.51.0-1.el10.x86_64.rpm       298 kB/s | 263 kB     00:00    
- (176/231): llvm-devel-21.1.6-1.el10.x86_64.rpm  834 kB/s | 6.1 MB     00:07    
- (177/231): llvm-filesystem-21.1.6-1.el10.x86_64 125 kB/s |  15 kB     00:00    
- (178/231): llvm-googletest-21.1.6-1.el10.x86_64 432 kB/s | 458 kB     00:01    
- (179/231): clang-libs-21.1.6-1.el10.x86_64.rpm  719 kB/s |  56 MB     01:19    
- (180/231): llvm-21.1.6-1.el10.x86_64.rpm        804 kB/s |  24 MB     00:30    
- (181/231): llvm-test-21.1.6-1.el10.x86_64.rpm   671 kB/s | 753 kB     00:01    
- (182/231): low-memory-monitor-2.1-12.el10.x86_6 1.0 MB/s |  35 kB     00:00    
- (183/231): llvm-static-21.1.6-1.el10.x86_64.rpm 5.3 MB/s |  45 MB     00:08    
- (184/231): mesa-filesystem-25.2.7-3.el10.x86_64 252 kB/s |  11 kB     00:00    
- (185/231): mesa-libEGL-25.2.7-3.el10.x86_64.rpm 1.3 MB/s | 120 kB     00:00    
- (186/231): mesa-libGL-25.2.7-3.el10.x86_64.rpm  1.6 MB/s | 120 kB     00:00    
- (187/231): mesa-libgbm-25.2.7-3.el10.x86_64.rpm 1.1 MB/s |  17 kB     00:00    
- (188/231): mpg123-libs-1.32.9-1.el10.x86_64.rpm 2.1 MB/s | 353 kB     00:00    
- (189/231): ncurses-c++-libs-6.4-14.20240127.el1 2.6 MB/s |  39 kB     00:00    
- (190/231): ncurses-devel-6.4-14.20240127.el10.x 3.2 MB/s | 753 kB     00:00    
- (191/231): opus-1.4-6.el10.x86_64.rpm           3.4 MB/s | 211 kB     00:00    
- (192/231): orc-0.4.39-2.el10.x86_64.rpm         3.0 MB/s | 229 kB     00:00    
- (193/231): osinfo-db-20250606-1.el10.noarch.rpm 1.9 MB/s | 564 kB     00:00    
- (194/231): osinfo-db-tools-1.11.0-8.el10.x86_64 1.3 MB/s |  74 kB     00:00    
- (195/231): pango-devel-1.54.0-3.el10.x86_64.rpm 1.4 MB/s | 161 kB     00:00    
- (196/231): pcre2-devel-10.44-1.el10.3.x86_64.rp 2.6 MB/s | 532 kB     00:00    
- (197/231): pcre2-utf16-10.44-1.el10.3.x86_64.rp 1.5 MB/s | 227 kB     00:00    
- (198/231): pcre2-utf32-10.44-1.el10.3.x86_64.rp 1.3 MB/s | 215 kB     00:00    
- (199/231): perl-Pod-Html-1.35-514.el10.noarch.r 320 kB/s |  30 kB     00:00    
- (200/231): pipewire-1.4.9-1.el10.x86_64.rpm     860 kB/s | 133 kB     00:00    
- (201/231): pipewire-alsa-1.4.9-1.el10.x86_64.rp 1.1 MB/s |  58 kB     00:00    
- (202/231): pipewire-jack-audio-connection-kit-1 1.2 MB/s | 9.9 kB     00:00    
- (203/231): pipewire-jack-audio-connection-kit-l 1.0 MB/s | 147 kB     00:00    
- (204/231): pipewire-libs-1.4.9-1.el10.x86_64.rp 1.4 MB/s | 2.5 MB     00:01    
- (205/231): pipewire-plugin-libcamera-1.4.9-1.el 1.8 MB/s |  73 kB     00:00    
- (206/231): pipewire-pulseaudio-1.4.9-1.el10.x86 2.3 MB/s | 211 kB     00:00    
- (207/231): pixman-devel-0.43.4-2.el10.x86_64.rp 756 kB/s |  18 kB     00:00    
- (208/231): pulseaudio-libs-17.0-6.el10.x86_64.r 1.0 MB/s | 706 kB     00:00    
- (209/231): redhat-display-fonts-4.1.0-1.el10.no 2.7 MB/s | 557 kB     00:00    
- (210/231): redhat-text-fonts-4.1.0-1.el10.noarc 2.3 MB/s | 485 kB     00:00    
- (211/231): rtkit-0.11-68.el10.x86_64.rpm        1.5 MB/s |  57 kB     00:00    
- (212/231): sound-theme-freedesktop-0.8-23.el10. 2.7 MB/s | 383 kB     00:00    
- (213/231): spirv-tools-libs-2025.4-1.el10.x86_6 6.1 MB/s | 1.6 MB     00:00    
- (214/231): sysprof-capture-devel-47.2-1.el10.x8 1.2 MB/s |  56 kB     00:00    
- (215/231): tracker-3.7.3-4.el10.x86_64.rpm      4.6 MB/s | 644 kB     00:00    
- (216/231): tracker-miners-3.7.4-1.el10.x86_64.r 1.2 MB/s | 982 kB     00:00    
- (217/231): upower-1.90.10-2.el10.x86_64.rpm     2.1 MB/s | 147 kB     00:00    
- (218/231): upower-libs-1.90.10-2.el10.x86_64.rp 1.6 MB/s |  60 kB     00:00    
- (219/231): wayland-devel-1.24.0-1.el10.x86_64.r 1.3 MB/s | 155 kB     00:00    
- (220/231): webrtc-audio-processing-1.3-5.el10.x 3.3 MB/s | 527 kB     00:00    
- (221/231): wireplumber-0.5.10-1.el10.x86_64.rpm 1.5 MB/s | 121 kB     00:00    
- (222/231): wireplumber-libs-0.5.10-1.el10.x86_6 3.1 MB/s | 405 kB     00:00    
- (223/231): xdg-desktop-portal-1.20.0-2.el10.x86 4.7 MB/s | 532 kB     00:00    
- (224/231): xdg-desktop-portal-gtk-1.15.3-1.el10 3.0 MB/s | 145 kB     00:00    
- (225/231): xkeyboard-config-2.41-3.el10.noarch. 5.3 MB/s | 1.0 MB     00:00    
- (226/231): xprop-1.2.7-3.el10.x86_64.rpm        1.1 MB/s |  36 kB     00:00    
- (227/231): gi-docgen-fonts-2025.5-1.el10_2.noar  58 kB/s | 8.1 kB     00:00    
- (228/231): gtksourceview3-3.24.11-8.el10_1.x86_ 596 kB/s | 578 kB     00:00    
- (229/231): gtksourceview3-devel-3.24.11-8.el10_ 613 kB/s | 202 kB     00:00    
- (230/231): mesa-dri-drivers-25.2.7-3.el10.x86_6 781 kB/s |  11 MB     00:14    
- (231/231): llvm-libs-21.1.6-1.el10.x86_64.rpm   816 kB/s |  59 MB     01:13    
- --------------------------------------------------------------------------------
- Total                                           2.3 MB/s | 404 MB     02:53     
- 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/231 
-   Installing       : libXrender-devel-0.9.11-8.el10.x86_64                2/231 
-   Installing       : json-glib-1.8.0-5.el10.x86_64                        3/231 
-   Installing       : libwayland-client-1.24.0-1.el10.x86_64               4/231 
-   Installing       : libogg-2:1.3.5-10.el10.x86_64                        5/231 
-   Installing       : libglvnd-1:1.7.0-7.el10.x86_64                       6/231 
-   Installing       : libXi-1.8.1-7.el10.x86_64                            7/231 
-   Installing       : libvorbis-1:1.3.7-12.el10.x86_64                     8/231 
-   Installing       : libpng-devel-2:1.6.40-8.el10.x86_64                  9/231 
-   Installing       : libXfixes-6.0.1-5.el10.x86_64                       10/231 
-   Installing       : libXfixes-devel-6.0.1-5.el10.x86_64                 11/231 
-   Installing       : gstreamer1-1.26.7-5.el10.x86_64                     12/231 
-   Installing       : alsa-lib-1.2.15.3-1.el10.x86_64                     13/231 
-   Installing       : libXi-devel-1.8.1-7.el10.x86_64                     14/231 
-   Installing       : libwayland-cursor-1.24.0-1.el10.x86_64              15/231 
-   Installing       : opus-1.4-6.el10.x86_64                              16/231 
-   Installing       : llvm-filesystem-21.1.6-1.el10.x86_64                17/231
-  
-   Installing       : llvm-libs-21.1.6-1.el10.x86_64                      18/231 
-   Installing       : libxml2-devel-2.12.5-9.el10.x86_64                  19/231 
-   Installing       : libwayland-egl-1.24.0-1.el10.x86_64                 20/231 
-   Installing       : libepoxy-1.5.10-9.el10.x86_64                       21/231 
-   Installing       : clang-resource-filesystem-21.1.6-1.el10.x86_64      22/231 
-   Installing       : avahi-glib-0.9~rc2-2.el10.x86_64                    23/231 
-   Installing       : polkit-libs-125-4.el10.x86_64                       24/231 
-   Installing       : libgudev-238-7.el10.x86_64                          25/231 
-   Installing       : hwdata-0.379-10.6.el10.noarch                       26/231 
-   Installing       : libomp-21.1.6-1.el10.x86_64                         27/231 
-   Installing       : llvm-21.1.6-1.el10.x86_64                           28/231 
-   Installing       : libXcursor-1.2.1-9.el10.x86_64                      29/231 
-   Installing       : libXdamage-1.1.6-5.el10.x86_64                      30/231 
-   Installing       : libXtst-1.2.4-8.el10.x86_64                         31/231 
-   Installing       : pixman-devel-0.43.4-2.el10.x86_64                   32/231 
-   Installing       : libjpeg-turbo-devel-3.0.2-4.el10.x86_64             33/231 
-   Installing       : libffi-devel-3.4.4-10.el10.x86_64                   34/231 
-   Installing       : libXrandr-1.5.4-5.el10.x86_64                       35/231 
-   Installing       : libXinerama-1.1.5-8.el10.x86_64                     36/231 
-   Installing       : libXcomposite-0.4.6-5.el10.x86_64                   37/231 
-   Installing       : gcc-toolset-15-runtime-15.0-11.el10.x86_64          38/231 
-   Installing       : fribidi-devel-1.0.14-4.el10.x86_64                  39/231 
-   Installing       : dbus-devel-1:1.14.10-5.el10.x86_64                  40/231 
-   Installing       : cmake-rpm-macros-3.31.8-1.el10.noarch               41/231 
-   Installing       : libusb1-1.0.29-3.el10.x86_64                        42/231 
-   Installing       : libtdb-1.4.14-100.el10.x86_64                       43/231 
-   Installing       : libatomic-14.3.1-4.3.el10.x86_64                    44/231 
-   Installing       : gsettings-desktop-schemas-47.1-4.el10.x86_64        45/231 
-   Installing       : fuse3-libs-3.16.2-5.el10.x86_64                     46/231 
-   Installing       : duktape-2.7.0-10.el10.x86_64                        47/231 
-   Running scriptlet: polkit-125-4.el10.x86_64                            48/231 
-   Installing       : polkit-125-4.el10.x86_64                            48/231 
-   Running scriptlet: polkit-125-4.el10.x86_64                            48/231 
-   Installing       : polkit-pkla-compat-0.1-30.el10.x86_64               49/231 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           50/231 
-   Installing       : rtkit-0.11-68.el10.x86_64                           50/231 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           50/231 
- 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                        51/231
-  
-   Installing       : glib-networking-2.80.0-3.el10.x86_64                52/231 
-   Installing       : gcc-toolset-15-libatomic-devel-15.1.1-2.6.el10.x    53/231 
-   Installing       : libgusb-0.4.9-4.el10.x86_64                         54/231 
-   Installing       : colord-libs-1.4.7-6.el10.x86_64                     55/231 
-   Installing       : gcc-toolset-15-binutils-2.44-8.el10.x86_64          56/231 
-   Running scriptlet: gcc-toolset-15-binutils-2.44-8.el10.x86_64          56/231 
- /var/tmp/rpm-tmp.Bh0he2: line 15: restorecon: command not found
- /var/tmp/rpm-tmp.Bh0he2: line 18: restorecon: command not found
- 
-   Installing       : gcc-toolset-15-gcc-15.1.1-2.6.el10.x86_64           57/231 
-   Installing       : libXcomposite-devel-0.4.6-5.el10.x86_64             58/231 
-   Installing       : libXinerama-devel-1.1.5-8.el10.x86_64               59/231 
-   Installing       : libXrandr-devel-1.5.4-5.el10.x86_64                 60/231 
-   Installing       : libXtst-devel-1.2.4-8.el10.x86_64                   61/231 
-   Installing       : libXdamage-devel-1.1.6-5.el10.x86_64                62/231 
-   Installing       : libXcursor-devel-1.2.1-9.el10.x86_64                63/231 
-   Installing       : llvm-test-21.1.6-1.el10.x86_64                      64/231 
-   Installing       : libomp-devel-21.1.6-1.el10.x86_64                   65/231 
-   Installing       : libpciaccess-0.16-16.el10.x86_64                    66/231 
-   Installing       : libdrm-2.4.128-1.el10.x86_64                        67/231
-  
-   Installing       : osinfo-db-20250606-1.el10.noarch                    68/231 
-   Installing       : compiler-rt-21.1.6-1.el10.x86_64                    69/231 
-   Installing       : llvm-googletest-21.1.6-1.el10.x86_64                70/231
-  
-   Installing       : llvm-static-21.1.6-1.el10.x86_64                    71/231 
-   Installing       : libglvnd-opengl-1:1.7.0-7.el10.x86_64               72/231 
-   Installing       : flac-libs-1.4.3-6.el10.x86_64                       73/231 
-   Installing       : libtheora-1:1.1.1-39.el10.x86_64                    74/231 
-   Installing       : xprop-1.2.7-3.el10.x86_64                           75/231 
-   Installing       : at-spi2-core-2.56.1-1.el10.x86_64                   76/231 
-   Installing       : atk-2.56.1-1.el10.x86_64                            77/231 
-   Installing       : at-spi2-atk-2.56.1-1.el10.x86_64                    78/231 
-   Installing       : xkeyboard-config-2.41-3.el10.noarch                 79/231 
-   Installing       : libxkbcommon-1.7.0-4.el10.x86_64                    80/231 
-   Installing       : libxkbcommon-devel-1.7.0-4.el10.x86_64              81/231 
-   Installing       : webrtc-audio-processing-1.3-5.el10.x86_64           82/231 
-   Installing       : sysprof-capture-devel-47.2-1.el10.x86_64            83/231 
-   Installing       : spirv-tools-libs-2025.4-1.el10.x86_64               84/231 
-   Installing       : sound-theme-freedesktop-0.8-23.el10.noarch          85/231 
-   Running scriptlet: sound-theme-freedesktop-0.8-23.el10.noarch          85/231
-  
-   Installing       : redhat-text-fonts-4.1.0-1.el10.noarch               86/231 
-   Installing       : redhat-display-fonts-4.1.0-1.el10.noarch            87/231 
-   Installing       : gi-docgen-fonts-2025.5-1.el10_2.noarch              88/231 
-   Installing       : pcre2-utf32-10.44-1.el10.3.x86_64                   89/231 
-   Installing       : pcre2-utf16-10.44-1.el10.3.x86_64                   90/231 
-   Installing       : pcre2-devel-10.44-1.el10.3.x86_64                   91/231 
-   Installing       : orc-0.4.39-2.el10.x86_64                            92/231 
-   Installing       : ncurses-c++-libs-6.4-14.20240127.el10.x86_64        93/231 
-   Installing       : ncurses-devel-6.4-14.20240127.el10.x86_64           94/231 
-   Installing       : libedit-devel-3.1-52.20230828cvs.el10.x86_64        95/231 
-   Installing       : llvm-devel-21.1.6-1.el10.x86_64                     96/231 
-   Running scriptlet: llvm-devel-21.1.6-1.el10.x86_64                     96/231 
-   Installing       : mpg123-libs-1.32.9-1.el10.x86_64                    97/231 
-   Installing       : mesa-filesystem-25.2.7-3.el10.x86_64                98/231 
-   Installing       : low-memory-monitor-2.1-12.el10.x86_64               99/231 
-   Running scriptlet: low-memory-monitor-2.1-12.el10.x86_64               99/231 
-   Installing       : libxshmfence-1.3.2-5.el10.x86_64                   100/231 
-   Installing       : mesa-dri-drivers-25.2.7-3.el10.x86_64              101/231 
-   Installing       : mesa-libgbm-25.2.7-3.el10.x86_64                   102/231 
-   Installing       : libglvnd-egl-1:1.7.0-7.el10.x86_64                 103/231 
-   Installing       : mesa-libEGL-25.2.7-3.el10.x86_64                   104/231 
-   Installing       : libglvnd-gles-1:1.7.0-7.el10.x86_64                105/231 
-   Installing       : libwebp-devel-1.3.2-10.el10.x86_64                 106/231 
-   Installing       : libtiff-devel-4.6.0-6.el10.x86_64                  107/231 
-   Installing       : libwayland-server-1.24.0-1.el10.x86_64             108/231 
-   Installing       : wayland-devel-1.24.0-1.el10.x86_64                 109/231 
-   Installing       : libuv-1:1.51.0-1.el10.x86_64                       110/231 
-   Installing       : libsepol-devel-3.9-1.el10.x86_64                   111/231 
-   Installing       : libselinux-devel-3.9-3.el10.x86_64                 112/231 
-   Installing       : libsbc-2.0-7.el10.x86_64                           113/231 
-   Installing       : libportal-0.9.0-3.el10.x86_64                      114/231 
-   Installing       : libnotify-0.8.6-1.el10.x86_64                      115/231 
-   Installing       : libldac-2.0.2.3-17.el10.x86_64                     116/231 
-   Installing       : liblc3-1.1.3-1.el10.x86_64                         117/231 
-   Installing       : libiptcdata-1.0.5-20.el10.x86_64                   118/231
-  
-   Installing       : libicu-devel-74.2-5.el10.x86_64                    119/231 
-   Installing       : libgxps-0.3.2-10.el10.x86_64                       120/231 
-   Installing       : libgsf-1.14.53-2.el10.x86_64                       121/231 
-   Installing       : libglvnd-core-devel-1:1.7.0-7.el10.x86_64          122/231 
-   Installing       : libexif-0.6.24-9.el10.x86_64                       123/231 
-   Installing       : libdatrie-devel-0.2.13-11.el10.x86_64              124/231 
-   Installing       : libthai-devel-0.1.29-10.el10.x86_64                125/231 
-   Installing       : libblkid-devel-2.40.2-13.el10.x86_64               126/231 
-   Installing       : libmount-devel-2.40.2-13.el10.x86_64               127/231 
-   Installing       : libasyncns-0.8-30.el10.x86_64                      128/231 
-   Installing       : libXxf86vm-1.1.5-8.el10.x86_64                     129/231 
-   Installing       : libglvnd-glx-1:1.7.0-7.el10.x86_64                 130/231 
-   Installing       : mesa-libGL-25.2.7-3.el10.x86_64                    131/231 
-   Installing       : libglvnd-devel-1:1.7.0-7.el10.x86_64               132/231 
-   Installing       : libepoxy-devel-1.5.10-9.el10.x86_64                133/231 
-   Installing       : libXv-1.0.12-5.el10.x86_64                         134/231 
-   Installing       : lame-libs-3.100-19.el10.x86_64                     135/231 
-   Installing       : iso-codes-4.16.0-6.el10.noarch                     136/231 
-   Installing       : hicolor-icon-theme-0.17-20.el10.noarch             137/231 
-   Installing       : harfbuzz-icu-8.4.0-6.el10.x86_64                   138/231 
-   Installing       : harfbuzz-cairo-8.4.0-6.el10.x86_64                 139/231 
-   Installing       : gtk-update-icon-cache-3.24.43-5.el10.x86_64        140/231 
-   Installing       : gsm-1.0.22-8.el10.x86_64                           141/231 
-   Installing       : libsndfile-1.2.2-6.el10.x86_64                     142/231 
-   Installing       : pulseaudio-libs-17.0-6.el10.x86_64                 143/231 
-   Installing       : libcanberra-0.30-37.el10.x86_64                    144/231 
-   Running scriptlet: libcanberra-0.30-37.el10.x86_64                    144/231 
-   Installing       : graphite2-devel-1.3.14-17.el10.x86_64              145/231 
-   Installing       : graphene-1.10.6-10.el10.x86_64                     146/231 
-   Installing       : gstreamer1-plugins-base-1.26.7-1.el10.x86_64       147/231 
-   Installing       : gmp-c++-1:6.2.1-12.el10.x86_64                     148/231 
-   Installing       : giflib-5.2.1-22.el10.x86_64                        149/231 
-   Installing       : gdk-pixbuf2-modules-2.42.12-4.el10.x86_64          150/231 
-   Installing       : gcc-toolset-15-libstdc++-devel-15.1.1-2.6.el10.x   151/231 
-   Installing       : gcc-toolset-15-gcc-c++-15.1.1-2.6.el10.x86_64      152/231
-  
-   Installing       : clang-libs-21.1.6-1.el10.x86_64                    153/231
-  
-   Installing       : clang-21.1.6-1.el10.x86_64                         154/231 
-   Installing       : clang-tools-extra-21.1.6-1.el10.x86_64             155/231 
-   Installing       : fftw-libs-single-3.3.10-15.el10.x86_64             156/231 
-   Installing       : fdk-aac-free-2.0.0-15.el10.x86_64                  157/231 
-   Installing       : exempi-2.6.4-7.el10.x86_64                         158/231 
-   Installing       : dconf-0.40.0-17.el10.x86_64                        159/231 
-   Running scriptlet: dconf-0.40.0-17.el10.x86_64                        159/231 
-   Installing       : bzip2-devel-1.0.8-25.el10.x86_64                   160/231 
-   Installing       : brotli-1.1.0-7.el10.x86_64                         161/231 
-   Installing       : brotli-devel-1.1.0-7.el10.x86_64                   162/231 
-   Installing       : adwaita-cursor-theme-46.0-3.el10.noarch            163/231 
-   Installing       : adwaita-icon-theme-46.0-3.el10.noarch              164/231 
-   Installing       : vim-filesystem-2:9.1.083-6.el10.noarch             165/231 
-   Installing       : cmake-3.31.8-1.el10.x86_64                         166/231
-  
-   Installing       : cmake-data-3.31.8-1.el10.noarch                    167/231 
-   Installing       : python3-packaging-24.2-2.el10.noarch               168/231 
-   Installing       : glib2-devel-2.80.4-11.el10.x86_64                  169/231 
-   Installing       : atk-devel-2.56.1-1.el10.x86_64                     170/231 
-   Installing       : cairo-devel-1.18.2-2.el10.x86_64                   171/231 
-   Installing       : fontconfig-devel-2.15.0-7.el10.x86_64              172/231 
-   Installing       : freetype-devel-2.13.2-8.el10.x86_64                173/231 
-   Installing       : harfbuzz-devel-8.4.0-6.el10.x86_64                 174/231 
-   Installing       : cairo-gobject-devel-1.18.2-2.el10.x86_64           175/231 
-   Installing       : libXft-devel-2.3.8-8.el10.x86_64                   176/231 
-   Installing       : pango-devel-1.54.0-3.el10.x86_64                   177/231 
-   Installing       : at-spi2-core-devel-2.56.1-1.el10.x86_64            178/231 
-   Installing       : at-spi2-atk-devel-2.56.1-1.el10.x86_64             179/231 
-   Installing       : gdk-pixbuf2-devel-2.42.12-4.el10.x86_64            180/231 
-   Installing       : publicsuffix-list-dafsa-20240107-5.el10.noarch     181/231 
-   Installing       : libpsl-0.21.5-6.el10.x86_64                        182/231 
-   Installing       : libsoup3-3.6.5-5.el10.x86_64                       183/231 
-   Installing       : osinfo-db-tools-1.11.0-8.el10.x86_64               184/231 
-   Installing       : libosinfo-1.11.0-8.el10.x86_64                     185/231 
-   Installing       : linux-firmware-whence-20260107-21.el10.noarch      186/231 
-   Installing       : intel-vsc-firmware-20260107-21.el10.noarch         187/231 
-   Installing       : libcamera-ipa-0.6.0-1.el10.x86_64                  188/231 
-   Installing       : libcamera-0.6.0-1.el10.x86_64                      189/231 
-   Installing       : liburing-2.12-1.el10.x86_64                        190/231 
-   Installing       : libdex-0.8.1-1.el10.x86_64                         191/231 
-   Installing       : kmod-31-12.el10.x86_64                             192/231 
-   Installing       : kbd-misc-2.6.4-7.el10.noarch                       193/231 
-   Installing       : kbd-legacy-2.6.4-7.el10.noarch                     194/231 
-   Installing       : kbd-2.6.4-7.el10.x86_64                            195/231
-  
-   Installing       : systemd-udev-257-21.el10.x86_64                    196/231 
-   Running scriptlet: systemd-udev-257-21.el10.x86_64                    196/231 
- 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                              197/231 
-   Installing       : inih-cpp-58-3.el10.x86_64                          198/231 
-   Installing       : exiv2-0.28.3-5.el10.x86_64                         199/231 
-   Installing       : exiv2-libs-0.28.3-5.el10.x86_64                    200/231 
-   Installing       : libgexiv2-0.14.3-3.el10.x86_64                     201/231 
-   Installing       : gobject-introspection-1.79.1-6.el10.x86_64         202/231 
-   Installing       : upower-1.90.10-2.el10.x86_64                       203/231 
-   Running scriptlet: upower-1.90.10-2.el10.x86_64                       203/231 
- 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                  204/231 
-   Installing       : libtracker-sparql-3.7.3-4.el10.x86_64              205/231 
-   Installing       : tracker-3.7.3-4.el10.x86_64                        206/231 
-   Running scriptlet: tracker-3.7.3-4.el10.x86_64                        206/231 
-   Installing       : tracker-miners-3.7.4-1.el10.x86_64                 207/231 
-   Running scriptlet: tracker-miners-3.7.4-1.el10.x86_64                 207/231 
-   Installing       : fuse-common-3.16.2-5.el10.x86_64                   208/231 
-   Installing       : fuse3-3.16.2-5.el10.x86_64                         209/231 
-   Installing       : bluez-libs-5.83-1.el10.x86_64                      210/231 
-   Installing       : pipewire-plugin-libcamera-1.4.9-1.el10.x86_64      211/231 
-   Installing       : pipewire-1.4.9-1.el10.x86_64                       212/231 
-   Running scriptlet: pipewire-1.4.9-1.el10.x86_64                       212/231 
- 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                  213/231 
-   Installing       : wireplumber-0.5.10-1.el10.x86_64                   214/231 
-   Installing       : wireplumber-libs-0.5.10-1.el10.x86_64              215/231 
-   Installing       : pipewire-jack-audio-connection-kit-1.4.9-1.el10.   216/231 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.4.9-1.   217/231 
-   Installing       : ModemManager-glib-1.22.0-7.el10.x86_64             218/231 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       219/231 
-   Installing       : geoclue2-2.7.2-1.el10.x86_64                       219/231 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       219/231 
-   Installing       : xdg-desktop-portal-1.20.0-2.el10.x86_64            220/231
-  
-   Running scriptlet: xdg-desktop-portal-1.20.0-2.el10.x86_64            220/231 
-   Installing       : libcanberra-gtk3-0.30-37.el10.x86_64               221/231 
-   Installing       : gtk3-3.24.43-5.el10.x86_64                         222/231 
-   Installing       : xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        223/231 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        223/231 
-   Installing       : gtk3-devel-3.24.43-5.el10.x86_64                   224/231 
-   Installing       : gtksourceview3-3.24.11-8.el10_1.x86_64             225/231 
-   Installing       : gtksourceview3-devel-3.24.11-8.el10_1.x86_64       226/231 
-   Installing       : pipewire-alsa-1.4.9-1.el10.x86_64                  227/231 
-   Installing       : pipewire-pulseaudio-1.4.9-1.el10.x86_64            228/231 
-   Running scriptlet: pipewire-pulseaudio-1.4.9-1.el10.x86_64            228/231 
- Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socket' → '/usr/lib/systemd/user/pipewire-pulse.socket'.
- 
-   Installing       : clang-devel-21.1.6-1.el10.x86_64                   229/231 
-   Installing       : gmp-devel-1:6.2.1-12.el10.x86_64                   230/231 
-   Installing       : perl-Pod-Html-1.35-514.el10.noarch                 231/231 
-   Running scriptlet: dconf-0.40.0-17.el10.x86_64                        231/231 
-   Running scriptlet: wireplumber-0.5.10-1.el10.x86_64                   231/231 
- 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: perl-Pod-Html-1.35-514.el10.noarch                 231/231 
- 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                                      
-   clang-21.1.6-1.el10.x86_64                                                    
-   clang-devel-21.1.6-1.el10.x86_64                                              
-   clang-libs-21.1.6-1.el10.x86_64                                               
-   clang-resource-filesystem-21.1.6-1.el10.x86_64                                
-   clang-tools-extra-21.1.6-1.el10.x86_64                                        
-   cmake-3.31.8-1.el10.x86_64                                                    
-   cmake-data-3.31.8-1.el10.noarch                                               
-   cmake-rpm-macros-3.31.8-1.el10.noarch                                         
-   colord-libs-1.4.7-6.el10.x86_64                                               
-   compiler-rt-21.1.6-1.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                                               
-   gcc-toolset-15-binutils-2.44-8.el10.x86_64                                    
-   gcc-toolset-15-gcc-15.1.1-2.6.el10.x86_64                                     
-   gcc-toolset-15-gcc-c++-15.1.1-2.6.el10.x86_64                                 
-   gcc-toolset-15-libatomic-devel-15.1.1-2.6.el10.x86_64                         
-   gcc-toolset-15-libstdc++-devel-15.1.1-2.6.el10.x86_64                         
-   gcc-toolset-15-runtime-15.0-11.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.3.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                                                  
-   libedit-devel-3.1-52.20230828cvs.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                                                 
-   libomp-21.1.6-1.el10.x86_64                                                   
-   libomp-devel-21.1.6-1.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                                                  
-   libuv-1:1.51.0-1.el10.x86_64                                                  
-   libvorbis-1:1.3.7-12.el10.x86_64                                              
-   libwayland-client-1.24.0-1.el10.x86_64                                        
-   libwayland-cursor-1.24.0-1.el10.x86_64                                        
-   libwayland-egl-1.24.0-1.el10.x86_64                                           
-   libwayland-server-1.24.0-1.el10.x86_64                                        
-   libwebp-devel-1.3.2-10.el10.x86_64                                            
-   libxkbcommon-1.7.0-4.el10.x86_64                                              
-   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-21.1.6-1.el10.x86_64                                                     
-   llvm-devel-21.1.6-1.el10.x86_64                                               
-   llvm-filesystem-21.1.6-1.el10.x86_64                                          
-   llvm-googletest-21.1.6-1.el10.x86_64                                          
-   llvm-libs-21.1.6-1.el10.x86_64                                                
-   llvm-static-21.1.6-1.el10.x86_64                                              
-   llvm-test-21.1.6-1.el10.x86_64                                                
-   low-memory-monitor-2.1-12.el10.x86_64                                         
-   mesa-dri-drivers-25.2.7-3.el10.x86_64                                         
-   mesa-filesystem-25.2.7-3.el10.x86_64                                          
-   mesa-libEGL-25.2.7-3.el10.x86_64                                              
-   mesa-libGL-25.2.7-3.el10.x86_64                                               
-   mesa-libgbm-25.2.7-3.el10.x86_64                                              
-   mpg123-libs-1.32.9-1.el10.x86_64                                              
-   ncurses-c++-libs-6.4-14.20240127.el10.x86_64                                  
-   ncurses-devel-6.4-14.20240127.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                                             
-   perl-Pod-Html-1.35-514.el10.noarch                                            
-   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                                             
-   vim-filesystem-2:9.1.083-6.el10.noarch                                        
-   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" "clang" "clang-devel" "cmake3" "epel-release" "gmp-devel" "gtk3-devel" "gtksourceview3-devel" "llvm-devel" "llvm-static" "pcre2-devel" "perl-Pod-Html" "zlib-devel"
- cairo-devel-1.18.2-2.el10.x86_64
- clang-21.1.6-1.el10.x86_64
- clang-devel-21.1.6-1.el10.x86_64
- cmake-3.31.8-1.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
- llvm-devel-21.1.6-1.el10.x86_64
- llvm-static-21.1.6-1.el10.x86_64
- pcre2-devel-10.44-1.el10.3.x86_64
- perl-Pod-Html-1.35-514.el10.noarch
- zlib-ng-compat-devel-2.2.3-3.el10.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo.2.6.2, alt-ergo-lib.2.6.2, alt-ergo-parsers.2.6.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camlp5.8.04.00  (cached)
-> retrieved camlp5-buildscripts.0.06  (cached)
-> retrieved camlzip.1.13  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-libclang.19  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-which.1
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-graphviz.0.1
-> installed conf-gmp.5
-> installed conf-clang.2
-> installed conf-pkg-config.4
-> retrieved cstruct.6.2.0  (cached)
[ERROR] The compilation of conf-libclang.19 failed at "bash -ex configure.sh 19".
-> installed conf-libpcre2-8.2
-> installed conf-zlib.1
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> retrieved ctypes.0.24.0  (cached)
-> retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10  (cached)
-> retrieved dune.3.21.0, dune-build-info.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 dune-compiledb.0.6.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed cmdliner.1.3.0
-> retrieved frama-c.32.0  (cached)
-> retrieved frama-clang.0.0.19  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved lablgtk3.3.1.5, lablgtk3-sourceview3.3.1.5  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved not-ocamlfind.0.14  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-simplex.0.5.1  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved pcre2.8.0.4  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_deriving_yaml.0.4.1  (cached)
-> retrieved ppx_deriving_yojson.3.10.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved psmt2-frontend.0.4.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spelll.0.4  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved unionFind.20250818  (cached)
-> retrieved uutf.1.0.4  (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 zarith.1.14
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed dune.3.21.0
-> installed bos.0.2.1
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed jane-street-headers.v0.17.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocamlgraph.2.2.0
-> installed ocplib-simplex.0.5.1
-> installed pp.2.0.0
-> installed pp_loc.2.1.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed spelll.0.4
-> installed ezjsonm.1.3.0
-> installed integers.0.7.0
-> installed ordering.3.21.0
-> installed parsexp.v0.17.0
-> installed dune-build-info.3.21.0
-> installed fs-io.3.21.0
-> installed top-closure.3.21.0
-> installed dune-configurator.3.21.0
-> installed not-ocamlfind.0.14
-> installed camlp5-buildscripts.0.06
-> installed sexplib.v0.17.0
-> installed dyn.3.21.0
-> installed dune-compiledb.0.6.0
-> installed cairo2.0.6.5
-> installed pcre2.8.0.4
-> installed ctypes.0.24.0
-> installed stdune.3.21.0
-> installed base.v0.17.3
-> installed lablgtk3.3.1.5
-> installed stdio.v0.17.0
-> installed dune-private-libs.3.21.0
-> installed yaml.3.2.0
-> installed lablgtk3-sourceview3.3.1.5
-> installed menhir.20250912
-> installed dune-site.3.21.0
-> installed psmt2-frontend.0.4.0
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_blob.0.9.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_deriving_yaml.0.4.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_deriving.6.1.1
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_deriving_yojson.3.10.0
-> installed dolmen.0.10
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed dolmen_type.0.10
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed dolmen_loop.0.10
-> installed ppx_inline_test.v0.17.1
-> installed alt-ergo-lib.2.6.2
-> installed alt-ergo-parsers.2.6.2
-> installed alt-ergo.2.6.2
-> installed why3.1.8.2
-> installed camlp5.8.04.00
-> installed frama-c.32.0

#=== ERROR while compiling conf-libclang.19 ===================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.4/.opam-switch/build/conf-libclang.19
# command              ~/.opam/opam-init/hooks/sandbox.sh build bash -ex configure.sh 19
# exit-code            127
# env-file             ~/.opam/log/conf-libclang-7-541ee0.env
# output-file          ~/.opam/log/conf-libclang-7-541ee0.out
### output ###
# + set -ex
# + '[' 1 '!=' 1 ']'
# + '[' 19 -lt 3 ']'
# + maximum_version=19
# + shopt -s nullglob
# ++ seq 19 -1 3
# + for version in default $(seq $maximum_version -1 3)
# + '[' default = default ']'
# + for kind in system brew none
# + case $kind in
# ++ command -v llvm-config
# + llvm_config=/usr/bin/llvm-config
# ++ /usr/bin/llvm-config --version
# + llvm_version=21.1.6
# + next_version=20
# ++ printf '21\n20'
# ++ sort -n
# ++ head -n1
# + '[' 20 = 20 ']'
# + continue
# + for kind in system brew none
# + case $kind in
# ++ brew --prefix
# configure.sh: line 33: brew: command not found
# + llvm_config=/opt/llvm/bin/llvm-config
# + continue
# + for kind in system brew none
# + case $kind in
# + break
# + '[' none == none ']'
# + continue
# + for version in default $(seq $maximum_version -1 3)
# + '[' 19 = default ']'
# + hash brew
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19.0
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config190
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config19
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19-32
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19-64
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-mp-19
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-mp-19.0
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v /usr/lib64/llvm/19/bin/llvm-config
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v /usr/lib/llvm/19/bin/llvm-config
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v /usr/lib/llvm19/bin/llvm-config
# + llvm_config=
# + continue
# + '[' -z 21.1.6 ']'
# ++ --cflags
# configure.sh: line 74: --cflags: command not found
# + LLVM_CFLAGS=



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-libclang 19
+- 
+- The following changes have been performed (the rest was aborted)
| - install alt-ergo                2.6.2
| - install alt-ergo-lib            2.6.2
| - install alt-ergo-parsers        2.6.2
| - install astring                 0.8.5
| - install base                    v0.17.3
| - install bos                     0.2.1
| - install cairo2                  0.6.5
| - install camlp-streams           5.0.1
| - install camlp5                  8.04.00
| - install camlp5-buildscripts     0.06
| - install camlzip                 1.13
| - install cmdliner                1.3.0
| - install conf-bash               1
| - install conf-cairo              1
| - install conf-clang              2
| - install conf-cmake              1
| - install conf-gmp                5
| - install conf-graphviz           0.1
| - install conf-gtk3               18
| - install conf-gtksourceview3     0+2
| - install conf-libpcre2-8         2
| - install conf-m4                 1
| - install conf-perl               2
| - install conf-pkg-config         4
| - install conf-which              1
| - install conf-zlib               1
| - install cppo                    1.8.0
| - install csexp                   1.5.2
| - install cstruct                 6.2.0
| - install ctypes                  0.24.0
| - install dolmen                  0.10
| - install dolmen_loop             0.10
| - install dolmen_type             0.10
| - install dune                    3.21.0
| - install dune-build-info         3.21.0
| - install dune-compiledb          0.6.0
| - install dune-configurator       3.21.0
| - install dune-private-libs       3.21.0
| - install dune-site               3.21.0
| - install dyn                     3.21.0
| - install ezjsonm                 1.3.0
| - install fmt                     0.11.0
| - install fpath                   0.7.3
| - install frama-c                 32.0
| - install fs-io                   3.21.0
| - install gen                     1.1
| - install hex                     1.5.0
| - install hmap                    0.8.1
| - install integers                0.7.0
| - install jane-street-headers     v0.17.0
| - install jsonm                   1.0.2
| - install jst-config              v0.17.0
| - install lablgtk3                3.1.5
| - install lablgtk3-sourceview3    3.1.5
| - install logs                    0.10.0
| - install menhir                  20250912
| - install menhirCST               20250912
| - install menhirLib               20250912
| - install menhirSdk               20250912
| - install not-ocamlfind           0.14
| - install num                     1.6
| - install ocaml-compiler-libs     v0.17.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild              0.16.1
| - install ocamlfind               1.9.8
| - install ocamlgraph              2.2.0
| - install ocplib-simplex          0.5.1
| - install ordering                3.21.0
| - install parsexp                 v0.17.0
| - install pcre2                   8.0.4
| - install pp                      2.0.0
| - install pp_loc                  2.1.0
| - install ppx_assert              v0.17.0
| - install ppx_base                v0.17.0
| - install ppx_blob                0.9.0
| - install ppx_cold                v0.17.0
| - install ppx_compare             v0.17.0
| - install ppx_derivers            1.2.1
| - install ppx_deriving            6.1.1
| - install ppx_deriving_yaml       0.4.1
| - install ppx_deriving_yojson     3.10.0
| - install ppx_enumerate           v0.17.0
| - install ppx_globalize           v0.17.2
| - install ppx_hash                v0.17.0
| - install ppx_here                v0.17.0
| - install ppx_inline_test         v0.17.1
| - install ppx_optcomp             v0.17.1
| - install ppx_sexp_conv           v0.17.1
| - install ppxlib                  0.37.0
| - install ppxlib_jane             v0.17.4
| - install psmt2-frontend          0.4.0
| - install re                      1.14.0
| - install rresult                 0.7.0
| - install seq                     base
| - install sexplib                 v0.17.0
| - install sexplib0                v0.17.0
| - install spelll                  0.4
| - install stdio                   v0.17.0
| - install stdlib-shims            0.3.0
| - install stdune                  3.21.0
| - install time_now                v0.17.0
| - install top-closure             3.21.0
| - install topkg                   1.1.1
| - install unionFind               20250818
| - install uutf                    1.0.4
| - install why3                    1.8.2
| - install yaml                    3.2.0
| - install yojson                  3.0.0
| - install zarith                  1.14
+- 

<><> frama-c.32.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 install 22'
   - run 'nvm use 22'
   - run 'npm install --global yarn'
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260205072103.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
opam-repo-ci detected dependencies failing:  conf-libclang.19
"/usr/bin/env" "bash" "-c" "opam reinstall frama-clang.0.0.19;
        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-clang.0.0.19' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-02-05 07:27.58: Job failed: Failed: Build failed
2026-02-05 07:27.58: Log analysis:
2026-02-05 07:27.58: >>> 
[ERROR] The compilation of conf-libclang.19 failed at "bash -ex configure.sh 19".
 (score = 20)
2026-02-05 07:27.58: >>> 
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
 (score = 100)
2026-02-05 07:27.58: [SKIP] Failure ignored