(not at the head of any monitored branch or PR)
2025-11-27 22:17.45: New job: build frama-clang.0.0.19~beta, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28843/head (54f70dbf3bc6d5a86217e550916b1400ce7f19db)
                              on centos-10-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28843/head" && git reset --hard 54f70dbf
git fetch origin master
git merge --no-edit eb45f7ec868b0ffc828b9d59cccc72cfec100333
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-4.14@sha256:3eebc8dfc3e218ba14c6f353e7a49d900b66d1314a0f17bf5846a0350c77074d
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~beta 0.0.19~beta
RUN opam reinstall frama-clang.0.0.19~beta; \
    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~beta' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2025-11-27 22:17.45: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:3eebc8dfc3e218ba14c6f353e7a49d900b66d1314a0f17bf5846a0350c77074d-frama-clang.0.0.19~beta-54f70dbf3bc6d5a86217e550916b1400ce7f19db"
2025-11-27 22:17.45: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-4.14@sha256:3eebc8dfc3e218ba14c6f353e7a49d900b66d1314a0f17bf5846a0350c77074d)
 (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~beta 0.0.19~beta"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall frama-clang.0.0.19~beta;\
             \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~beta' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-27 22:17.45: Waiting for resource in pool OCluster
2025-11-27 22:17.45: Waiting for worker…
2025-11-27 22:18.04: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  69% (13122/18911)
Updating files:  70% (13238/18911)
Updating files:  71% (13427/18911)
Updating files:  72% (13616/18911)
Updating files:  73% (13806/18911)
Updating files:  74% (13995/18911)
Updating files:  75% (14184/18911)
Updating files:  76% (14373/18911)
Updating files:  77% (14562/18911)
Updating files:  78% (14751/18911)
Updating files:  79% (14940/18911)
Updating files:  80% (15129/18911)
Updating files:  81% (15318/18911)
Updating files:  82% (15508/18911)
Updating files:  83% (15697/18911)
Updating files:  84% (15886/18911)
Updating files:  85% (16075/18911)
Updating files:  86% (16264/18911)
Updating files:  87% (16453/18911)
Updating files:  88% (16642/18911)
Updating files:  89% (16831/18911)
Updating files:  90% (17020/18911)
Updating files:  91% (17210/18911)
Updating files:  92% (17399/18911)
Updating files:  93% (17588/18911)
Updating files:  94% (17777/18911)
Updating files:  95% (17966/18911)
Updating files:  96% (18155/18911)
Updating files:  97% (18344/18911)
Updating files:  98% (18533/18911)
Updating files:  99% (18722/18911)
Updating files: 100% (18911/18911)
Updating files: 100% (18911/18911), done.
HEAD is now at eb45f7ec86 Merge pull request #28982 from dinosaure/release-dkim-v0.9.0
Merge made by the 'ort' strategy.
 packages/frama-clang/frama-clang.0.0.19~beta/opam | 47 +++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 packages/frama-clang/frama-clang.0.0.19~beta/opam

(from ocaml/opam:centos-10-ocaml-4.14@sha256:3eebc8dfc3e218ba14c6f353e7a49d900b66d1314a0f17bf5846a0350c77074d)
2025-11-27 22:29.55 ---> using "80cb062c5a2da5a1d9f08832c63ca010e45087c2596f4f4bc50c585b5496e650" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-27 22:29.55 ---> using "74ea4691ac3dffd8e299c4e03ee251af0809fb5ddb91fc7eeada90835856cb6b" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-27 22:29.55 ---> using "bf059edb7766b7739a629c794dbe64880c7d9878345e12565baae3b3abf24684" from cache

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

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-27 22:29.55 ---> using "f64d33a5b5595a1ebd26082e8c4574725543ab85be6a304aac3a70a988c697ee" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-27 22:30.03 ---> saved as "8e6e184e6f1b634fa49014da5de6b4a37aff2e50c7d908324b7c428df910020e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-27 22:30.21 ---> saved as "8641be92153570236d7540b48c8cd22b21b4f0147e13e072d620bfa30b340aa7"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        92 kB/s |  14 kB     00:00    
- CentOS Stream 10 - BaseOS                       2.2 MB/s | 6.8 MB     00:03    
- CentOS Stream 10 - AppStream                    114 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    3.7 MB/s | 3.4 MB     00:00    
- CentOS Stream 10 - CRB                          109 kB/s |  14 kB     00:00    
- CentOS Stream 10 - CRB                          646 kB/s | 765 kB     00:01    
- CentOS Stream 10 - Extras packages              102 kB/s |  16 kB     00:00    
- Metadata cache created.
2025-11-27 22:30.30 ---> saved as "f6e24215e1d6eeaaefc872ea82d19fb566e1691e0f39824d4fc556f8d07803f1"

/home/opam: (run (shell "opam pin add -k version -yn frama-clang.0.0.19~beta 0.0.19~beta"))
frama-clang is now pinned to version 0.0.19~beta
2025-11-27 22:30.30 ---> saved as "22c29086066c87a8a81e5acbe99a924b6c5014d870cdf2860246bab4114b066a"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall frama-clang.0.0.19~beta;\
                        \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~beta' && 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~beta is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 94 packages
  - install alt-ergo-free        2.2.0                [required by frama-c]
  - install astring              0.8.5                [required by bos]
  - install base                 v0.16.4              [required by ppx_inline_test]
  - install 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 conf-autoconf        0.2                  [required by alt-ergo-free]
  - 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, dune-private-libs]
  - install cstruct              6.2.0                [required by hex]
  - install ctypes               0.24.0               [required by yaml]
  - install dune                 3.20.2               [required by frama-clang]
  - install dune-compiledb       0.6.0                [required by pcre2]
  - install dune-configurator    3.20.2               [required by frama-c]
  - install dune-private-libs    3.20.2               [required by dune-site]
  - install dune-site            3.20.2               [required by frama-c]
  - install dyn                  3.20.2               [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~beta            [required by frama-clang]
  - install frama-clang          0.0.19~beta (pinned)
  - install hex                  1.5.0                [required by ezjsonm]
  - install integers             0.7.0                [required by ctypes]
  - install jane-street-headers  v0.16.0              [required by time_now]
  - install jsonm                1.0.2                [required by ezjsonm]
  - install jst-config           v0.16.0              [required by time_now]
  - install lablgtk3             3.1.5                [required by frama-c]
  - install lablgtk3-sourceview3 3.1.5                [required by frama-c]
  - install logs                 0.10.0               [required by bos]
  - install menhir               20211128             [required by frama-c]
  - install menhirLib            20211128             [required by menhir]
  - install menhirSdk            20211128             [required by menhir]
  - install not-ocamlfind        0.14                 [required by camlp5-buildscripts]
  - install num                  1.6                  [required by alt-ergo-free]
  - install ocaml-compiler-libs  v0.12.4              [required by ppxlib]
  - install ocamlbuild           0.16.1               [required by bos]
  - install ocamlfind            1.9.8                [required by camlp5]
  - install ocamlgraph           2.2.0                [required by frama-c]
  - install ocplib-simplex       0.4.1                [required by alt-ergo-free]
  - install ordering             3.20.2               [required by dyn, stdune]
  - install parsexp              v0.16.0              [required by sexplib]
  - install pcre2                8.0.4                [required by camlp5]
  - install pp                   2.0.0                [required by dune-private-libs]
  - install ppx_assert           v0.16.0              [required by jst-config]
  - install ppx_base             v0.16.0              [required by time_now]
  - install ppx_cold             v0.16.0              [required by ppx_base]
  - install ppx_compare          v0.16.0              [required by ppx_base]
  - install ppx_derivers         1.2.1                [required by ppx_deriving]
  - install ppx_deriving         6.0.3                [required by frama-c]
  - install ppx_deriving_yaml    0.4.0                [required by frama-c]
  - install ppx_deriving_yojson  3.9.1                [required by frama-c]
  - install ppx_enumerate        v0.16.0              [required by ppx_base]
  - install ppx_globalize        v0.16.0              [required by ppx_base]
  - install ppx_hash             v0.16.0              [required by ppx_base]
  - install ppx_here             v0.16.0              [required by ppx_assert]
  - install ppx_inline_test      v0.16.1              [required by frama-c]
  - install ppx_optcomp          v0.16.0              [required by time_now]
  - install ppx_sexp_conv        v0.16.0              [required by why3]
  - install ppxlib               0.35.0               [required by frama-c]
  - install psmt2-frontend       0.1                  [required by alt-ergo-free]
  - install re                   1.14.0               [required by camlp5]
  - install rresult              0.7.0                [required by camlp5]
  - install sexplib              v0.16.0              [required by why3]
  - install sexplib0             v0.16.0              [required by ppxlib, dune-compiledb, base]
  - install stdio                v0.16.0              [required by ppx_optcomp]
  - install stdlib-shims         0.3.0                [required by ppxlib]
  - install stdune               3.20.2               [required by dune-private-libs]
  - install time_now             v0.16.0              [required by ppx_inline_test]
  - 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:05 ago on Thu Nov 27 22:30:29 2025.
- 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-9.el10        baseos              44 k
- 
- Transaction Summary
- ================================================================================
- Install  2 Packages
- 
- Total download size: 62 k
- Installed size: 47 k
- Downloading Packages:
- (1/2): epel-release-10-5.el10s.noarch.rpm       283 kB/s |  18 kB     00:00    
- (2/2): dnf-plugins-core-4.7.0-9.el10.noarch.rpm 669 kB/s |  44 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           182 kB/s |  62 kB     00:00     
- CentOS Stream 10 - Extras packages              2.1 MB/s | 2.1 kB     00:00    
- Importing GPG key 0x1D997668:
-  Userid     : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) <security@centos.org>"
-  Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668
-  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
- warning: Certificate 1FF6A2171D997668:
-   Policy rejects subkey 8B5C8111FCA5D0FF: Policy rejected non-revocation signature (PrimaryKeyBinding) requiring second pre-image resistance
- Key imported successfully
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : dnf-plugins-core-4.7.0-9.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-9.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 9.8 MB/s | 5.8 MB     00:00    
- Last metadata expiration check: 0:00:01 ago on Thu Nov 27 22:30:36 2025.
- Package zlib-ng-compat-devel-2.2.3-2.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  20.1.8-1.el10           appstream  158 k
-  clang-devel                               x86_64  20.1.8-1.el10           appstream  3.9 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-4.el10          appstream  4.3 M
-  gtksourceview3-devel                      x86_64  3.24.11-8.el10_1        epel       202 k
-  llvm-devel                                x86_64  20.1.8-1.el10           appstream  5.4 M
-  llvm-static                               x86_64  20.1.8-1.el10           appstream   43 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.14-1.el10           appstream  529 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-6.el10            appstream   21 k
-  brotli-devel                              x86_64  1.1.0-6.el10            appstream   35 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  20.1.8-1.el10           appstream   28 M
-  clang-resource-filesystem                 x86_64  20.1.8-1.el10           appstream   17 k
-  clang-tools-extra                         x86_64  20.1.8-1.el10           appstream   17 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
-  exempi                                    x86_64  2.6.4-7.el10            appstream  590 k
-  exiv2-libs                                x86_64  0.28.3-5.el10           appstream  904 k
-  fdk-aac-free                              x86_64  2.0.0-15.el10           appstream  339 k
-  fftw-libs-single                          x86_64  3.3.10-15.el10          appstream  1.1 M
-  flac-libs                                 x86_64  1.4.3-6.el10            appstream  265 k
-  fontconfig-devel                          x86_64  2.15.0-7.el10           appstream  175 k
-  freetype-devel                            x86_64  2.13.2-8.el10           appstream  966 k
-  fribidi-devel                             x86_64  1.0.14-4.el10           appstream   28 k
-  fuse-common                               x86_64  3.16.2-5.el10           baseos     9.7 k
-  fuse3                                     x86_64  3.16.2-5.el10           baseos      59 k
-  fuse3-libs                                x86_64  3.16.2-5.el10           baseos      95 k
-  gdk-pixbuf2-devel                         x86_64  2.42.12-4.el10          appstream  381 k
-  gdk-pixbuf2-modules                       x86_64  2.42.12-4.el10          appstream   29 k
-  geoclue2                                  x86_64  2.7.2-1.el10            appstream  148 k
-  giflib                                    x86_64  5.2.1-22.el10           appstream   53 k
-  glib2-devel                               x86_64  2.80.4-10.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-3.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-4.el10          appstream   34 k
-  gtk3                                      x86_64  3.24.43-4.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
-  libblkid-devel                            x86_64  2.40.2-13.el10          appstream   25 k
-  libcamera                                 x86_64  0.3.2-4.el10            appstream  574 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.123-1.el10          appstream  163 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-2.el10            appstream   85 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-6.el10              appstream   48 k
-  libselinux-devel                          x86_64  3.9-2.el10              appstream  161 k
-  libsepol-devel                            x86_64  3.9-1.el10              appstream   48 k
-  libsndfile                                x86_64  1.2.2-5.el10            appstream  216 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
-  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-8.el10            appstream   41 k
-  libxkbcommon                              x86_64  1.7.0-4.el10            appstream  145 k
-  libxkbcommon-devel                        x86_64  1.7.0-4.el10            appstream   68 k
-  libxml2-devel                             x86_64  2.12.5-9.el10           appstream  534 k
-  libxshmfence                              x86_64  1.3.2-5.el10            appstream   13 k
-  linux-firmware-whence                     noarch  20251111-20.el10        baseos     112 k
-  llvm                                      x86_64  20.1.8-1.el10           appstream   23 M
-  llvm-filesystem                           x86_64  20.1.8-1.el10           appstream   11 k
-  llvm-googletest                           x86_64  20.1.8-1.el10           appstream  466 k
-  llvm-libs                                 x86_64  20.1.8-1.el10           appstream   30 M
-  llvm-test                                 x86_64  20.1.8-1.el10           appstream  729 k
-  mesa-dri-drivers                          x86_64  25.2.5-2.el10           appstream   11 M
-  mesa-filesystem                           x86_64  25.2.5-2.el10           appstream   12 k
-  mesa-libEGL                               x86_64  25.2.5-2.el10           appstream  122 k
-  mesa-libGL                                x86_64  25.2.5-2.el10           appstream  122 k
-  mesa-libgbm                               x86_64  25.2.5-2.el10           appstream   19 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.6-1.el10            appstream  149 k
-  pipewire-libs                             x86_64  1.4.6-1.el10            appstream  2.5 M
-  pixman-devel                              x86_64  0.43.4-2.el10           appstream   18 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.2-1.el10           appstream  1.5 M
-  sysprof-capture-devel                     x86_64  47.2-1.el10             appstream   56 k
-  systemd-udev                              x86_64  257-16.el10             baseos     2.3 M
-  tracker                                   x86_64  3.7.3-4.el10            appstream  644 k
-  upower-libs                               x86_64  1.90.9-1.el10           appstream   59 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  20.1.8-1.el10           appstream  2.7 M
-  dconf                                     x86_64  0.40.0-16.el10          appstream  107 k
-  exiv2                                     x86_64  0.28.3-5.el10           appstream  2.1 M
-  gi-docgen-fonts                           noarch  2025.5-1.el10_2         epel       8.1 k
-  glib-networking                           x86_64  2.80.0-3.el10           baseos     204 k
-  intel-vsc-firmware                        noarch  20251111-20.el10        baseos     7.8 M
-  libatomic                                 x86_64  14.3.1-4.el10           baseos      55 k
-  libcamera-ipa                             x86_64  0.3.2-4.el10            appstream  134 k
-  libcanberra-gtk3                          x86_64  0.30-37.el10            appstream   33 k
-  libomp                                    x86_64  20.1.8-1.el10           appstream  745 k
-  libomp-devel                              x86_64  20.1.8-1.el10           appstream  283 k
-  low-memory-monitor                        x86_64  2.1-12.el10             appstream   35 k
-  pipewire                                  x86_64  1.4.6-1.el10            appstream  134 k
-  pipewire-alsa                             x86_64  1.4.6-1.el10            appstream   62 k
-  pipewire-jack-audio-connection-kit        x86_64  1.4.6-1.el10            appstream   13 k
-  pipewire-plugin-libcamera                 x86_64  1.4.6-1.el10            appstream   76 k
-  pipewire-pulseaudio                       x86_64  1.4.6-1.el10            appstream  214 k
-  tracker-miners                            x86_64  3.7.3-4.el10            appstream  984 k
-  upower                                    x86_64  1.90.9-1.el10           appstream  143 k
-  xdg-desktop-portal-gtk                    x86_64  1.15.3-1.el10           appstream  145 k
- 
- Transaction Summary
- ===========================================================================================
- Install  220 Packages
- 
- Total download size: 254 M
- Installed size: 1.2 G
- Downloading Packages:
- (1/220): fuse-common-3.16.2-5.el10.x86_64.rpm   134 kB/s | 9.7 kB     00:00    
- (2/220): ModemManager-glib-1.22.0-7.el10.x86_64 3.4 MB/s | 325 kB     00:00    
- (3/220): fuse3-3.16.2-5.el10.x86_64.rpm         1.4 MB/s |  59 kB     00:00    
- (4/220): bluez-libs-5.83-1.el10.x86_64.rpm      650 kB/s |  81 kB     00:00    
- (5/220): fuse3-libs-3.16.2-5.el10.x86_64.rpm    2.4 MB/s |  95 kB     00:00    
- (6/220): gobject-introspection-1.79.1-6.el10.x8 3.8 MB/s | 109 kB     00:00    
- (7/220): glib-networking-2.80.0-3.el10.x86_64.r 3.0 MB/s | 204 kB     00:00    
- (8/220): inih-58-3.el10.x86_64.rpm              1.2 MB/s |  19 kB     00:00    
- (9/220): gsettings-desktop-schemas-47.1-3.el10. 6.6 MB/s | 784 kB     00:00    
- (10/220): hwdata-0.379-10.6.el10.noarch.rpm     9.3 MB/s | 1.7 MB     00:00    
- (11/220): json-glib-1.8.0-5.el10.x86_64.rpm     1.7 MB/s | 168 kB     00:00    
- (12/220): kbd-2.6.4-7.el10.x86_64.rpm           4.3 MB/s | 407 kB     00:00    
- (13/220): kbd-legacy-2.6.4-7.el10.noarch.rpm    4.2 MB/s | 592 kB     00:00    
- (14/220): kmod-31-12.el10.x86_64.rpm            2.5 MB/s | 136 kB     00:00    
- (15/220): libatomic-14.3.1-4.el10.x86_64.rpm    2.1 MB/s |  55 kB     00:00    
- (16/220): libgudev-238-7.el10.x86_64.rpm        2.2 MB/s |  36 kB     00:00    
- (17/220): libgusb-0.4.9-4.el10.x86_64.rpm       2.0 MB/s |  67 kB     00:00    
- (18/220): kbd-misc-2.6.4-7.el10.noarch.rpm      8.5 MB/s | 1.7 MB     00:00    
- (19/220): libpciaccess-0.16-16.el10.x86_64.rpm  1.5 MB/s |  28 kB     00:00    
- (20/220): libpsl-0.21.5-6.el10.x86_64.rpm       2.4 MB/s |  65 kB     00:00    
- (21/220): libproxy-0.5.5-4.el10.x86_64.rpm      984 kB/s |  49 kB     00:00    
- (22/220): libtdb-1.4.14-100.el10.x86_64.rpm     1.7 MB/s |  54 kB     00:00    
- (23/220): liburing-2.12-1.el10.x86_64.rpm       1.0 MB/s |  43 kB     00:00    
- (24/220): linux-firmware-whence-20251111-20.el1 2.2 MB/s | 112 kB     00:00    
- (25/220): publicsuffix-list-dafsa-20240107-5.el 2.0 MB/s |  59 kB     00:00    
- (26/220): python3-packaging-24.2-2.el10.noarch. 4.5 MB/s | 153 kB     00:00    
- (27/220): vim-filesystem-9.1.083-6.el10.noarch. 706 kB/s |  15 kB     00:00    
- (28/220): intel-vsc-firmware-20251111-20.el10.n  13 MB/s | 7.8 MB     00:00    
- (29/220): adwaita-cursor-theme-46.0-3.el10.noar 4.3 MB/s | 524 kB     00:00    
- (30/220): adwaita-icon-theme-46.0-3.el10.noarch 4.5 MB/s | 457 kB     00:00    
- (31/220): at-spi2-atk-2.56.1-1.el10.x86_64.rpm  1.1 MB/s |  88 kB     00:00    
- (32/220): systemd-udev-257-16.el10.x86_64.rpm   8.7 MB/s | 2.3 MB     00:00    
- (33/220): at-spi2-atk-devel-2.56.1-1.el10.x86_6 675 kB/s |  11 kB     00:00    
- (34/220): alsa-lib-1.2.14-1.el10.x86_64.rpm     4.5 MB/s | 529 kB     00:00    
- (35/220): atk-2.56.1-1.el10.x86_64.rpm          3.5 MB/s |  81 kB     00:00    
- (36/220): at-spi2-core-devel-2.56.1-1.el10.x86_ 7.3 MB/s | 367 kB     00:00    
- (37/220): at-spi2-core-2.56.1-1.el10.x86_64.rpm 4.0 MB/s | 389 kB     00:00    
- (38/220): avahi-glib-0.9~rc2-2.el10.x86_64.rpm  383 kB/s |  15 kB     00:00    
- (39/220): brotli-1.1.0-6.el10.x86_64.rpm        734 kB/s |  21 kB     00:00    
- (40/220): atk-devel-2.56.1-1.el10.x86_64.rpm    5.6 MB/s | 480 kB     00:00    
- (41/220): brotli-devel-1.1.0-6.el10.x86_64.rpm  975 kB/s |  35 kB     00:00    
- (42/220): cairo-gobject-devel-1.18.2-2.el10.x86 344 kB/s |  12 kB     00:00    
- (43/220): cairo-devel-1.18.2-2.el10.x86_64.rpm  4.2 MB/s | 196 kB     00:00    
- (44/220): bzip2-devel-1.0.8-25.el10.x86_64.rpm  3.2 MB/s | 215 kB     00:00    
- (45/220): clang-20.1.8-1.el10.x86_64.rpm        3.7 MB/s | 158 kB     00:00    
- (46/220): clang-resource-filesystem-20.1.8-1.el 421 kB/s |  17 kB     00:00    
- (47/220): clang-devel-20.1.8-1.el10.x86_64.rpm   11 MB/s | 3.9 MB     00:00    
- (48/220): clang-tools-extra-20.1.8-1.el10.x86_6  14 MB/s |  17 MB     00:01    
- (49/220): cmake-3.31.8-1.el10.x86_64.rpm         11 MB/s |  13 MB     00:01    
- (50/220): cmake-rpm-macros-3.31.8-1.el10.noarch 166 kB/s |  12 kB     00:00    
- (51/220): cmake-data-3.31.8-1.el10.noarch.rpm   7.6 MB/s | 2.7 MB     00:00    
- (52/220): colord-libs-1.4.7-6.el10.x86_64.rpm   3.0 MB/s | 233 kB     00:00    
- (53/220): dbus-devel-1.14.10-5.el10.x86_64.rpm  897 kB/s |  38 kB     00:00    
- (54/220): dconf-0.40.0-16.el10.x86_64.rpm       1.5 MB/s | 107 kB     00:00    
- (55/220): exempi-2.6.4-7.el10.x86_64.rpm        5.6 MB/s | 590 kB     00:00    
- (56/220): exiv2-0.28.3-5.el10.x86_64.rpm        7.9 MB/s | 2.1 MB     00:00    
- (57/220): compiler-rt-20.1.8-1.el10.x86_64.rpm  5.1 MB/s | 2.7 MB     00:00    
- (58/220): exiv2-libs-0.28.3-5.el10.x86_64.rpm   8.2 MB/s | 904 kB     00:00    
- (59/220): fdk-aac-free-2.0.0-15.el10.x86_64.rpm 3.0 MB/s | 339 kB     00:00    
- (60/220): fftw-libs-single-3.3.10-15.el10.x86_6  11 MB/s | 1.1 MB     00:00    
- (61/220): flac-libs-1.4.3-6.el10.x86_64.rpm     3.2 MB/s | 265 kB     00:00    
- (62/220): fontconfig-devel-2.15.0-7.el10.x86_64 4.6 MB/s | 175 kB     00:00    
- (63/220): fribidi-devel-1.0.14-4.el10.x86_64.rp 807 kB/s |  28 kB     00:00    
- (64/220): gdk-pixbuf2-devel-2.42.12-4.el10.x86_ 6.9 MB/s | 381 kB     00:00    
- (65/220): freetype-devel-2.13.2-8.el10.x86_64.r 5.7 MB/s | 966 kB     00:00    
- (66/220): gdk-pixbuf2-modules-2.42.12-4.el10.x8 459 kB/s |  29 kB     00:00    
- (67/220): geoclue2-2.7.2-1.el10.x86_64.rpm      3.2 MB/s | 148 kB     00:00    
- (68/220): giflib-5.2.1-22.el10.x86_64.rpm       1.4 MB/s |  53 kB     00:00    
- (69/220): gmp-c++-6.2.1-12.el10.x86_64.rpm      804 kB/s |  20 kB     00:00    
- (70/220): gmp-devel-6.2.1-12.el10.x86_64.rpm    2.6 MB/s | 174 kB     00:00    
- (71/220): graphene-1.10.6-10.el10.x86_64.rpm    1.2 MB/s |  62 kB     00:00    
- (72/220): graphite2-devel-1.3.14-17.el10.x86_64 1.1 MB/s |  22 kB     00:00    
- (73/220): gsm-1.0.22-8.el10.x86_64.rpm          705 kB/s |  37 kB     00:00    
- (74/220): glib2-devel-2.80.4-10.el10.x86_64.rpm 5.4 MB/s | 1.5 MB     00:00    
- (75/220): gstreamer1-1.26.7-5.el10.x86_64.rpm   5.5 MB/s | 1.7 MB     00:00    
- (76/220): gtk-update-icon-cache-3.24.43-4.el10. 1.3 MB/s |  34 kB     00:00    
- (77/220): gstreamer1-plugins-base-1.26.7-1.el10 4.9 MB/s | 2.3 MB     00:00    
- (78/220): gtk3-3.24.43-4.el10.x86_64.rpm        7.9 MB/s | 5.6 MB     00:00    
- (79/220): harfbuzz-cairo-8.4.0-6.el10.x86_64.rp 1.2 MB/s |  28 kB     00:00    
- (80/220): clang-libs-20.1.8-1.el10.x86_64.rpm   7.0 MB/s |  28 MB     00:03    
- (81/220): harfbuzz-devel-8.4.0-6.el10.x86_64.rp 3.7 MB/s | 453 kB     00:00    
- (82/220): harfbuzz-icu-8.4.0-6.el10.x86_64.rpm  699 kB/s |  15 kB     00:00    
- (83/220): gtk3-devel-3.24.43-4.el10.x86_64.rpm  6.0 MB/s | 4.3 MB     00:00    
- (84/220): inih-cpp-58-3.el10.x86_64.rpm         379 kB/s |  20 kB     00:00    
- (85/220): hicolor-icon-theme-0.17-20.el10.noarc 2.5 MB/s | 219 kB     00:00    
- (86/220): libXcomposite-0.4.6-5.el10.x86_64.rpm 660 kB/s |  25 kB     00:00    
- (87/220): lame-libs-3.100-19.el10.x86_64.rpm    3.9 MB/s | 339 kB     00:00    
- (88/220): libXcomposite-devel-0.4.6-5.el10.x86_ 414 kB/s |  17 kB     00:00    
- (89/220): libXcursor-1.2.1-9.el10.x86_64.rpm    1.8 MB/s |  31 kB     00:00    
- (90/220): libXcursor-devel-1.2.1-9.el10.x86_64. 1.5 MB/s |  40 kB     00:00    
- (91/220): libXdamage-1.1.6-5.el10.x86_64.rpm    883 kB/s |  24 kB     00:00    
- (92/220): libXdamage-devel-1.1.6-5.el10.x86_64. 519 kB/s |  11 kB     00:00    
- (93/220): libXext-devel-1.3.6-3.el10.x86_64.rpm 4.0 MB/s |  87 kB     00:00    
- (94/220): libXfixes-6.0.1-5.el10.x86_64.rpm     1.3 MB/s |  20 kB     00:00    
- (95/220): libXfixes-devel-6.0.1-5.el10.x86_64.r 264 kB/s |  14 kB     00:00    
- (96/220): libXft-devel-2.3.8-8.el10.x86_64.rpm  754 kB/s |  52 kB     00:00    
- (97/220): libXi-1.8.1-7.el10.x86_64.rpm         1.0 MB/s |  41 kB     00:00    
- (98/220): libXinerama-1.1.5-8.el10.x86_64.rpm   540 kB/s |  15 kB     00:00    
- (99/220): libXinerama-devel-1.1.5-8.el10.x86_64 1.4 MB/s |  14 kB     00:00    
- (100/220): libXrandr-1.5.4-5.el10.x86_64.rpm    464 kB/s |  29 kB     00:00    
- (101/220): libXi-devel-1.8.1-7.el10.x86_64.rpm  990 kB/s | 117 kB     00:00    
- (102/220): libXrandr-devel-1.5.4-5.el10.x86_64. 1.1 MB/s |  20 kB     00:00    
- (103/220): libXrender-devel-0.9.11-8.el10.x86_6 515 kB/s |  20 kB     00:00    
- (104/220): libXtst-devel-1.2.4-8.el10.x86_64.rp 1.4 MB/s |  17 kB     00:00    
- (105/220): libXtst-1.2.4-8.el10.x86_64.rpm      441 kB/s |  22 kB     00:00    
- (106/220): libXv-1.0.12-5.el10.x86_64.rpm       1.3 MB/s |  20 kB     00:00    
- (107/220): libXxf86vm-1.1.5-8.el10.x86_64.rpm   1.5 MB/s |  19 kB     00:00    
- (108/220): libasyncns-0.8-30.el10.x86_64.rpm    2.3 MB/s |  31 kB     00:00    
- (109/220): iso-codes-4.16.0-6.el10.noarch.rpm   8.3 MB/s | 3.7 MB     00:00    
- (110/220): libblkid-devel-2.40.2-13.el10.x86_64 2.4 MB/s |  25 kB     00:00    
- (111/220): libcamera-ipa-0.3.2-4.el10.x86_64.rp 4.5 MB/s | 134 kB     00:00    
- (112/220): libcanberra-0.30-37.el10.x86_64.rpm  2.1 MB/s |  91 kB     00:00    
- (113/220): libcanberra-gtk3-0.30-37.el10.x86_64 1.6 MB/s |  33 kB     00:00    
- (114/220): libdex-0.8.1-1.el10.x86_64.rpm       2.9 MB/s |  85 kB     00:00    
- (115/220): libcamera-0.3.2-4.el10.x86_64.rpm    6.4 MB/s | 574 kB     00:00    
- (116/220): libdatrie-devel-0.2.13-11.el10.x86_6 3.5 MB/s | 159 kB     00:00    
- (117/220): libdrm-2.4.123-1.el10.x86_64.rpm     3.5 MB/s | 163 kB     00:00    
- (118/220): libedit-devel-3.1-52.20230828cvs.el1 885 kB/s |  48 kB     00:00    
- (119/220): libepoxy-1.5.10-9.el10.x86_64.rpm    2.5 MB/s | 229 kB     00:00    
- (120/220): libffi-devel-3.4.4-10.el10.x86_64.rp 2.5 MB/s |  29 kB     00:00    
- (121/220): libepoxy-devel-1.5.10-9.el10.x86_64. 1.6 MB/s | 134 kB     00:00    
- (122/220): libexif-0.6.24-9.el10.x86_64.rpm     5.7 MB/s | 454 kB     00:00    
- (123/220): libgexiv2-0.14.3-3.el10.x86_64.rpm   2.3 MB/s | 106 kB     00:00    
- (124/220): libglvnd-core-devel-1.7.0-7.el10.x86 420 kB/s |  18 kB     00:00    
- (125/220): libglvnd-1.7.0-7.el10.x86_64.rpm     1.4 MB/s | 116 kB     00:00    
- (126/220): libglvnd-egl-1.7.0-7.el10.x86_64.rpm 1.3 MB/s |  37 kB     00:00    
- (127/220): libglvnd-devel-1.7.0-7.el10.x86_64.r 2.4 MB/s | 163 kB     00:00    
- (128/220): libglvnd-gles-1.7.0-7.el10.x86_64.rp 854 kB/s |  31 kB     00:00    
- (129/220): libglvnd-opengl-1.7.0-7.el10.x86_64. 1.9 MB/s |  39 kB     00:00    
- (130/220): libglvnd-glx-1.7.0-7.el10.x86_64.rpm 2.0 MB/s | 132 kB     00:00    
- (131/220): libgxps-0.3.2-10.el10.x86_64.rpm     1.9 MB/s |  78 kB     00:00    
- (132/220): libgsf-1.14.53-2.el10.x86_64.rpm     5.1 MB/s | 258 kB     00:00    
- (133/220): libiptcdata-1.0.5-20.el10.x86_64.rpm 3.1 MB/s |  62 kB     00:00    
- (134/220): libjpeg-turbo-devel-3.0.2-4.el10.x86 4.0 MB/s |  98 kB     00:00    
- (135/220): libldac-2.0.2.3-17.el10.x86_64.rpm   3.2 MB/s |  42 kB     00:00    
- (136/220): libmount-devel-2.40.2-13.el10.x86_64 1.4 MB/s |  26 kB     00:00    
- (137/220): liblc3-1.1.3-1.el10.x86_64.rpm       1.6 MB/s | 104 kB     00:00    
- (138/220): libnotify-0.8.6-1.el10.x86_64.rpm    2.0 MB/s |  53 kB     00:00    
- (139/220): libogg-1.3.5-10.el10.x86_64.rpm      2.0 MB/s |  34 kB     00:00    
- (140/220): libicu-devel-74.2-5.el10.x86_64.rpm  6.2 MB/s | 966 kB     00:00    
- (141/220): libomp-devel-20.1.8-1.el10.x86_64.rp 4.8 MB/s | 283 kB     00:00    
- (142/220): libosinfo-1.11.0-8.el10.x86_64.rpm   6.4 MB/s | 317 kB     00:00    
- (143/220): libomp-20.1.8-1.el10.x86_64.rpm      5.7 MB/s | 745 kB     00:00    
- (144/220): libpng-devel-1.6.40-8.el10.x86_64.rp 4.7 MB/s | 294 kB     00:00    
- (145/220): libportal-0.9.0-2.el10.x86_64.rpm    2.0 MB/s |  85 kB     00:00    
- (146/220): libsbc-2.0-6.el10.x86_64.rpm         1.6 MB/s |  48 kB     00:00    
- (147/220): libsepol-devel-3.9-1.el10.x86_64.rpm 2.5 MB/s |  48 kB     00:00    
- (148/220): libselinux-devel-3.9-2.el10.x86_64.r 3.5 MB/s | 161 kB     00:00    
- (149/220): libthai-devel-0.1.29-10.el10.x86_64. 4.4 MB/s | 151 kB     00:00    
- (150/220): libsndfile-1.2.2-5.el10.x86_64.rpm   3.7 MB/s | 216 kB     00:00    
- (151/220): libsoup3-3.6.5-5.el10.x86_64.rpm     5.7 MB/s | 396 kB     00:00    
- (152/220): libtiff-devel-4.6.0-6.el10.x86_64.rp 6.1 MB/s | 259 kB     00:00    
- (153/220): libtheora-1.1.1-39.el10.x86_64.rpm   2.2 MB/s | 170 kB     00:00    
- (154/220): libtracker-sparql-3.7.3-4.el10.x86_6 5.7 MB/s | 376 kB     00:00    
- (155/220): libuv-1.51.0-1.el10.x86_64.rpm       6.3 MB/s | 263 kB     00:00    
- (156/220): libwayland-client-1.24.0-1.el10.x86_ 1.4 MB/s |  34 kB     00:00    
- (157/220): libwayland-cursor-1.24.0-1.el10.x86_ 963 kB/s |  19 kB     00:00    
- (158/220): libvorbis-1.3.7-12.el10.x86_64.rpm   5.0 MB/s | 189 kB     00:00    
- (159/220): libwayland-server-1.24.0-1.el10.x86_ 2.5 MB/s |  41 kB     00:00    
- (160/220): libwayland-egl-1.24.0-1.el10.x86_64. 394 kB/s |  12 kB     00:00    
- (161/220): libwebp-devel-1.3.2-8.el10.x86_64.rp 1.1 MB/s |  41 kB     00:00    
- (162/220): libxkbcommon-devel-1.7.0-4.el10.x86_ 3.0 MB/s |  68 kB     00:00    
- (163/220): libxkbcommon-1.7.0-4.el10.x86_64.rpm 3.8 MB/s | 145 kB     00:00    
- (164/220): libxshmfence-1.3.2-5.el10.x86_64.rpm 466 kB/s |  13 kB     00:00    
- (165/220): libxml2-devel-2.12.5-9.el10.x86_64.r 7.8 MB/s | 534 kB     00:00    
- (166/220): llvm-filesystem-20.1.8-1.el10.x86_64 474 kB/s |  11 kB     00:00    
- (167/220): llvm-googletest-20.1.8-1.el10.x86_64 5.3 MB/s | 466 kB     00:00    
- (168/220): llvm-devel-20.1.8-1.el10.x86_64.rpm  8.1 MB/s | 5.4 MB     00:00    
- (169/220): llvm-libs-20.1.8-1.el10.x86_64.rpm    11 MB/s |  30 MB     00:02    
- (170/220): llvm-test-20.1.8-1.el10.x86_64.rpm   8.6 MB/s | 729 kB     00:00    
- (171/220): llvm-20.1.8-1.el10.x86_64.rpm        7.6 MB/s |  23 MB     00:03    
- (172/220): low-memory-monitor-2.1-12.el10.x86_6 900 kB/s |  35 kB     00:00    
- (173/220): mesa-filesystem-25.2.5-2.el10.x86_64 315 kB/s |  12 kB     00:00    
- (174/220): mesa-libEGL-25.2.5-2.el10.x86_64.rpm 5.5 MB/s | 122 kB     00:00    
- (175/220): mesa-libGL-25.2.5-2.el10.x86_64.rpm  5.2 MB/s | 122 kB     00:00    
- (176/220): mesa-libgbm-25.2.5-2.el10.x86_64.rpm 591 kB/s |  19 kB     00:00    
- (177/220): mpg123-libs-1.32.9-1.el10.x86_64.rpm 6.2 MB/s | 353 kB     00:00    
- (178/220): ncurses-c++-libs-6.4-14.20240127.el1 464 kB/s |  39 kB     00:00    
- (179/220): ncurses-devel-6.4-14.20240127.el10.x 4.0 MB/s | 753 kB     00:00    
- (180/220): opus-1.4-6.el10.x86_64.rpm           6.1 MB/s | 211 kB     00:00    
- (181/220): orc-0.4.39-2.el10.x86_64.rpm         5.2 MB/s | 229 kB     00:00    
- (182/220): osinfo-db-20250606-1.el10.noarch.rpm 7.7 MB/s | 564 kB     00:00    
- (183/220): osinfo-db-tools-1.11.0-8.el10.x86_64 2.2 MB/s |  74 kB     00:00    
- (184/220): pango-devel-1.54.0-3.el10.x86_64.rpm 3.0 MB/s | 161 kB     00:00    
- (185/220): pcre2-devel-10.44-1.el10.3.x86_64.rp 9.1 MB/s | 532 kB     00:00    
- (186/220): pcre2-utf16-10.44-1.el10.3.x86_64.rp 4.2 MB/s | 227 kB     00:00    
- (187/220): pcre2-utf32-10.44-1.el10.3.x86_64.rp 3.2 MB/s | 215 kB     00:00    
- (188/220): perl-Pod-Html-1.35-514.el10.noarch.r 2.1 MB/s |  30 kB     00:00    
- (189/220): pipewire-1.4.6-1.el10.x86_64.rpm     3.8 MB/s | 134 kB     00:00    
- (190/220): pipewire-alsa-1.4.6-1.el10.x86_64.rp 2.8 MB/s |  62 kB     00:00    
- (191/220): pipewire-jack-audio-connection-kit-1 387 kB/s |  13 kB     00:00    
- (192/220): pipewire-jack-audio-connection-kit-l 3.7 MB/s | 149 kB     00:00    
- (193/220): mesa-dri-drivers-25.2.5-2.el10.x86_6 8.9 MB/s |  11 MB     00:01    
- (194/220): pipewire-plugin-libcamera-1.4.6-1.el 3.2 MB/s |  76 kB     00:00    
- (195/220): pipewire-pulseaudio-1.4.6-1.el10.x86 3.3 MB/s | 214 kB     00:00    
- (196/220): pixman-devel-0.43.4-2.el10.x86_64.rp 1.2 MB/s |  18 kB     00:00    
- (197/220): pipewire-libs-1.4.6-1.el10.x86_64.rp 6.0 MB/s | 2.5 MB     00:00    
- (198/220): pulseaudio-libs-17.0-6.el10.x86_64.r 6.3 MB/s | 706 kB     00:00    
- (199/220): redhat-display-fonts-4.1.0-1.el10.no 3.6 MB/s | 557 kB     00:00    
- (200/220): redhat-text-fonts-4.1.0-1.el10.noarc 3.5 MB/s | 485 kB     00:00    
- (201/220): rtkit-0.11-68.el10.x86_64.rpm        1.6 MB/s |  57 kB     00:00    
- (202/220): sound-theme-freedesktop-0.8-23.el10. 6.2 MB/s | 383 kB     00:00    
- (203/220): sysprof-capture-devel-47.2-1.el10.x8 3.8 MB/s |  56 kB     00:00    
- (204/220): tracker-3.7.3-4.el10.x86_64.rpm      6.8 MB/s | 644 kB     00:00    
- (205/220): llvm-static-20.1.8-1.el10.x86_64.rpm  10 MB/s |  43 MB     00:04    
- (206/220): spirv-tools-libs-2025.2-1.el10.x86_6 6.5 MB/s | 1.5 MB     00:00    
- (207/220): upower-1.90.9-1.el10.x86_64.rpm      3.1 MB/s | 143 kB     00:00    
- (208/220): upower-libs-1.90.9-1.el10.x86_64.rpm 2.7 MB/s |  59 kB     00:00    
- (209/220): tracker-miners-3.7.3-4.el10.x86_64.r 7.7 MB/s | 984 kB     00:00    
- (210/220): wayland-devel-1.24.0-1.el10.x86_64.r 3.5 MB/s | 155 kB     00:00    
- (211/220): webrtc-audio-processing-1.3-5.el10.x 8.6 MB/s | 527 kB     00:00    
- (212/220): wireplumber-0.5.10-1.el10.x86_64.rpm 2.1 MB/s | 121 kB     00:00    
- (213/220): wireplumber-libs-0.5.10-1.el10.x86_6 5.7 MB/s | 405 kB     00:00    
- (214/220): xdg-desktop-portal-gtk-1.15.3-1.el10 2.8 MB/s | 145 kB     00:00    
- (215/220): xprop-1.2.7-3.el10.x86_64.rpm        1.6 MB/s |  36 kB     00:00    
- (216/220): xdg-desktop-portal-1.20.0-2.el10.x86 5.8 MB/s | 532 kB     00:00    
- (217/220): gi-docgen-fonts-2025.5-1.el10_2.noar 118 kB/s | 8.1 kB     00:00    
- (218/220): xkeyboard-config-2.41-3.el10.noarch. 8.3 MB/s | 1.0 MB     00:00    
- (219/220): gtksourceview3-3.24.11-8.el10_1.x86_ 6.1 MB/s | 578 kB     00:00    
- (220/220): gtksourceview3-devel-3.24.11-8.el10_ 4.4 MB/s | 202 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            21 MB/s | 254 MB     00:12     
- 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/220 
-   Installing       : libXrender-devel-0.9.11-8.el10.x86_64                2/220 
-   Installing       : json-glib-1.8.0-5.el10.x86_64                        3/220 
-   Installing       : libwayland-client-1.24.0-1.el10.x86_64               4/220 
-   Installing       : libogg-2:1.3.5-10.el10.x86_64                        5/220 
-   Installing       : libglvnd-1:1.7.0-7.el10.x86_64                       6/220 
-   Installing       : libXi-1.8.1-7.el10.x86_64                            7/220 
-   Installing       : libvorbis-1:1.3.7-12.el10.x86_64                     8/220 
-   Installing       : libpng-devel-2:1.6.40-8.el10.x86_64                  9/220 
-   Installing       : libXfixes-6.0.1-5.el10.x86_64                       10/220 
-   Installing       : libXfixes-devel-6.0.1-5.el10.x86_64                 11/220 
-   Installing       : gstreamer1-1.26.7-5.el10.x86_64                     12/220 
-   Installing       : alsa-lib-1.2.14-1.el10.x86_64                       13/220 
-   Installing       : libXi-devel-1.8.1-7.el10.x86_64                     14/220 
-   Installing       : libwayland-cursor-1.24.0-1.el10.x86_64              15/220 
-   Installing       : opus-1.4-6.el10.x86_64                              16/220 
-   Installing       : llvm-filesystem-20.1.8-1.el10.x86_64                17/220
-  
-   Installing       : llvm-libs-20.1.8-1.el10.x86_64                      18/220 
-   Installing       : libxml2-devel-2.12.5-9.el10.x86_64                  19/220 
-   Installing       : libwayland-egl-1.24.0-1.el10.x86_64                 20/220 
-   Installing       : libepoxy-1.5.10-9.el10.x86_64                       21/220 
-   Installing       : clang-resource-filesystem-20.1.8-1.el10.x86_64      22/220 
-   Installing       : avahi-glib-0.9~rc2-2.el10.x86_64                    23/220 
-   Installing       : libgudev-238-7.el10.x86_64                          24/220 
-   Installing       : hwdata-0.379-10.6.el10.noarch                       25/220 
-   Installing       : libomp-20.1.8-1.el10.x86_64                         26/220 
-   Installing       : llvm-20.1.8-1.el10.x86_64                           27/220 
-   Installing       : libXcursor-1.2.1-9.el10.x86_64                      28/220 
-   Installing       : libXdamage-1.1.6-5.el10.x86_64                      29/220 
-   Installing       : libXtst-1.2.4-8.el10.x86_64                         30/220 
-   Installing       : pixman-devel-0.43.4-2.el10.x86_64                   31/220 
-   Installing       : libjpeg-turbo-devel-3.0.2-4.el10.x86_64             32/220 
-   Installing       : libffi-devel-3.4.4-10.el10.x86_64                   33/220 
-   Installing       : libXrandr-1.5.4-5.el10.x86_64                       34/220 
-   Installing       : libXinerama-1.1.5-8.el10.x86_64                     35/220 
-   Installing       : libXcomposite-0.4.6-5.el10.x86_64                   36/220 
-   Installing       : fribidi-devel-1.0.14-4.el10.x86_64                  37/220 
-   Installing       : dbus-devel-1:1.14.10-5.el10.x86_64                  38/220 
-   Installing       : cmake-rpm-macros-3.31.8-1.el10.noarch               39/220 
-   Installing       : libtdb-1.4.14-100.el10.x86_64                       40/220 
-   Installing       : libatomic-14.3.1-4.el10.x86_64                      41/220 
-   Installing       : gsettings-desktop-schemas-47.1-3.el10.x86_64        42/220 
-   Installing       : fuse3-libs-3.16.2-5.el10.x86_64                     43/220 
-   Installing       : libXcomposite-devel-0.4.6-5.el10.x86_64             44/220 
-   Installing       : libXinerama-devel-1.1.5-8.el10.x86_64               45/220 
-   Installing       : libXrandr-devel-1.5.4-5.el10.x86_64                 46/220 
-   Installing       : libXtst-devel-1.2.4-8.el10.x86_64                   47/220 
-   Installing       : libXdamage-devel-1.1.6-5.el10.x86_64                48/220 
-   Installing       : libXcursor-devel-1.2.1-9.el10.x86_64                49/220 
-   Installing       : llvm-test-20.1.8-1.el10.x86_64                      50/220 
-   Installing       : libomp-devel-20.1.8-1.el10.x86_64                   51/220 
-   Installing       : libpciaccess-0.16-16.el10.x86_64                    52/220 
-   Installing       : libdrm-2.4.123-1.el10.x86_64                        53/220 
-   Installing       : osinfo-db-20250606-1.el10.noarch                    54/220 
-   Installing       : compiler-rt-20.1.8-1.el10.x86_64                    55/220
-  
-   Installing       : clang-libs-20.1.8-1.el10.x86_64                     56/220 
-   Installing       : clang-20.1.8-1.el10.x86_64                          57/220 
-   Installing       : clang-tools-extra-20.1.8-1.el10.x86_64              58/220 
-   Installing       : llvm-googletest-20.1.8-1.el10.x86_64                59/220
-  
-   Installing       : llvm-static-20.1.8-1.el10.x86_64                    60/220 
-   Installing       : libglvnd-opengl-1:1.7.0-7.el10.x86_64               61/220 
-   Installing       : flac-libs-1.4.3-6.el10.x86_64                       62/220 
-   Installing       : libtheora-1:1.1.1-39.el10.x86_64                    63/220 
-   Installing       : libgusb-0.4.9-4.el10.x86_64                         64/220 
-   Installing       : colord-libs-1.4.7-6.el10.x86_64                     65/220 
-   Installing       : xprop-1.2.7-3.el10.x86_64                           66/220 
-   Installing       : at-spi2-core-2.56.1-1.el10.x86_64                   67/220 
-   Installing       : atk-2.56.1-1.el10.x86_64                            68/220 
-   Installing       : at-spi2-atk-2.56.1-1.el10.x86_64                    69/220 
-   Installing       : xkeyboard-config-2.41-3.el10.noarch                 70/220 
-   Installing       : libxkbcommon-1.7.0-4.el10.x86_64                    71/220 
-   Installing       : libxkbcommon-devel-1.7.0-4.el10.x86_64              72/220 
-   Installing       : webrtc-audio-processing-1.3-5.el10.x86_64           73/220 
-   Installing       : sysprof-capture-devel-47.2-1.el10.x86_64            74/220 
-   Installing       : spirv-tools-libs-2025.2-1.el10.x86_64               75/220 
-   Installing       : sound-theme-freedesktop-0.8-23.el10.noarch          76/220 
-   Running scriptlet: sound-theme-freedesktop-0.8-23.el10.noarch          76/220 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           77/220 
-   Installing       : rtkit-0.11-68.el10.x86_64                           77/220 
-   Running scriptlet: rtkit-0.11-68.el10.x86_64                           77/220 
- Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.service' → '/usr/lib/systemd/system/rtkit-daemon.service'.
- 
-   Installing       : redhat-text-fonts-4.1.0-1.el10.noarch               78/220 
-   Installing       : redhat-display-fonts-4.1.0-1.el10.noarch            79/220 
-   Installing       : gi-docgen-fonts-2025.5-1.el10_2.noarch              80/220 
-   Installing       : pcre2-utf32-10.44-1.el10.3.x86_64                   81/220 
-   Installing       : pcre2-utf16-10.44-1.el10.3.x86_64                   82/220 
-   Installing       : pcre2-devel-10.44-1.el10.3.x86_64                   83/220 
-   Installing       : orc-0.4.39-2.el10.x86_64                            84/220 
-   Installing       : ncurses-c++-libs-6.4-14.20240127.el10.x86_64        85/220 
-   Installing       : ncurses-devel-6.4-14.20240127.el10.x86_64           86/220 
-   Installing       : libedit-devel-3.1-52.20230828cvs.el10.x86_64        87/220
-  
-   Installing       : llvm-devel-20.1.8-1.el10.x86_64                     88/220 
-   Running scriptlet: llvm-devel-20.1.8-1.el10.x86_64                     88/220 
-   Installing       : mpg123-libs-1.32.9-1.el10.x86_64                    89/220 
-   Installing       : mesa-filesystem-25.2.5-2.el10.x86_64                90/220 
-   Installing       : low-memory-monitor-2.1-12.el10.x86_64               91/220 
-   Running scriptlet: low-memory-monitor-2.1-12.el10.x86_64               91/220 
-   Installing       : libxshmfence-1.3.2-5.el10.x86_64                    92/220 
-   Installing       : mesa-dri-drivers-25.2.5-2.el10.x86_64               93/220 
-   Installing       : mesa-libgbm-25.2.5-2.el10.x86_64                    94/220 
-   Installing       : libglvnd-egl-1:1.7.0-7.el10.x86_64                  95/220 
-   Installing       : mesa-libEGL-25.2.5-2.el10.x86_64                    96/220 
-   Installing       : libglvnd-gles-1:1.7.0-7.el10.x86_64                 97/220 
-   Installing       : libwebp-devel-1.3.2-8.el10.x86_64                   98/220 
-   Installing       : libtiff-devel-4.6.0-6.el10.x86_64                   99/220 
-   Installing       : libwayland-server-1.24.0-1.el10.x86_64             100/220 
-   Installing       : wayland-devel-1.24.0-1.el10.x86_64                 101/220 
-   Installing       : libuv-1:1.51.0-1.el10.x86_64                       102/220 
-   Installing       : libsepol-devel-3.9-1.el10.x86_64                   103/220 
-   Installing       : libselinux-devel-3.9-2.el10.x86_64                 104/220 
-   Installing       : libsbc-2.0-6.el10.x86_64                           105/220 
-   Installing       : libportal-0.9.0-2.el10.x86_64                      106/220 
-   Installing       : libnotify-0.8.6-1.el10.x86_64                      107/220 
-   Installing       : libldac-2.0.2.3-17.el10.x86_64                     108/220 
-   Installing       : liblc3-1.1.3-1.el10.x86_64                         109/220 
-   Installing       : libiptcdata-1.0.5-20.el10.x86_64                   110/220 
-   Installing       : libicu-devel-74.2-5.el10.x86_64                    111/220 
-   Installing       : libgxps-0.3.2-10.el10.x86_64                       112/220 
-   Installing       : libgsf-1.14.53-2.el10.x86_64                       113/220 
-   Installing       : libglvnd-core-devel-1:1.7.0-7.el10.x86_64          114/220 
-   Installing       : libexif-0.6.24-9.el10.x86_64                       115/220 
-   Installing       : libdatrie-devel-0.2.13-11.el10.x86_64              116/220 
-   Installing       : libthai-devel-0.1.29-10.el10.x86_64                117/220 
-   Installing       : libblkid-devel-2.40.2-13.el10.x86_64               118/220 
-   Installing       : libmount-devel-2.40.2-13.el10.x86_64               119/220 
-   Installing       : libasyncns-0.8-30.el10.x86_64                      120/220 
-   Installing       : libXxf86vm-1.1.5-8.el10.x86_64                     121/220 
-   Installing       : libglvnd-glx-1:1.7.0-7.el10.x86_64                 122/220 
-   Installing       : mesa-libGL-25.2.5-2.el10.x86_64                    123/220 
-   Installing       : libglvnd-devel-1:1.7.0-7.el10.x86_64               124/220 
-   Installing       : libepoxy-devel-1.5.10-9.el10.x86_64                125/220 
-   Installing       : libXv-1.0.12-5.el10.x86_64                         126/220 
-   Installing       : lame-libs-3.100-19.el10.x86_64                     127/220 
-   Installing       : iso-codes-4.16.0-6.el10.noarch                     128/220 
-   Installing       : hicolor-icon-theme-0.17-20.el10.noarch             129/220 
-   Installing       : harfbuzz-icu-8.4.0-6.el10.x86_64                   130/220 
-   Installing       : harfbuzz-cairo-8.4.0-6.el10.x86_64                 131/220 
-   Installing       : gtk-update-icon-cache-3.24.43-4.el10.x86_64        132/220 
-   Installing       : gsm-1.0.22-8.el10.x86_64                           133/220 
-   Installing       : libsndfile-1.2.2-5.el10.x86_64                     134/220 
-   Installing       : pulseaudio-libs-17.0-6.el10.x86_64                 135/220 
-   Installing       : libcanberra-0.30-37.el10.x86_64                    136/220 
-   Running scriptlet: libcanberra-0.30-37.el10.x86_64                    136/220 
-   Installing       : graphite2-devel-1.3.14-17.el10.x86_64              137/220 
-   Installing       : graphene-1.10.6-10.el10.x86_64                     138/220 
-   Installing       : gstreamer1-plugins-base-1.26.7-1.el10.x86_64       139/220 
-   Installing       : gmp-c++-1:6.2.1-12.el10.x86_64                     140/220 
-   Installing       : giflib-5.2.1-22.el10.x86_64                        141/220 
-   Installing       : gdk-pixbuf2-modules-2.42.12-4.el10.x86_64          142/220 
-   Installing       : fftw-libs-single-3.3.10-15.el10.x86_64             143/220 
-   Installing       : fdk-aac-free-2.0.0-15.el10.x86_64                  144/220 
-   Installing       : exempi-2.6.4-7.el10.x86_64                         145/220 
-   Installing       : dconf-0.40.0-16.el10.x86_64                        146/220 
-   Running scriptlet: dconf-0.40.0-16.el10.x86_64                        146/220 
-   Installing       : bzip2-devel-1.0.8-25.el10.x86_64                   147/220 
-   Installing       : brotli-1.1.0-6.el10.x86_64                         148/220 
-   Installing       : brotli-devel-1.1.0-6.el10.x86_64                   149/220 
-   Installing       : adwaita-cursor-theme-46.0-3.el10.noarch            150/220 
-   Installing       : adwaita-icon-theme-46.0-3.el10.noarch              151/220 
-   Installing       : vim-filesystem-2:9.1.083-6.el10.noarch             152/220
-  
-   Installing       : cmake-3.31.8-1.el10.x86_64                         153/220 
-   Installing       : cmake-data-3.31.8-1.el10.noarch                    154/220 
-   Installing       : python3-packaging-24.2-2.el10.noarch               155/220 
-   Installing       : glib2-devel-2.80.4-10.el10.x86_64                  156/220 
-   Installing       : atk-devel-2.56.1-1.el10.x86_64                     157/220 
-   Installing       : cairo-devel-1.18.2-2.el10.x86_64                   158/220 
-   Installing       : fontconfig-devel-2.15.0-7.el10.x86_64              159/220 
-   Installing       : freetype-devel-2.13.2-8.el10.x86_64                160/220 
-   Installing       : harfbuzz-devel-8.4.0-6.el10.x86_64                 161/220 
-   Installing       : cairo-gobject-devel-1.18.2-2.el10.x86_64           162/220 
-   Installing       : libXft-devel-2.3.8-8.el10.x86_64                   163/220 
-   Installing       : pango-devel-1.54.0-3.el10.x86_64                   164/220 
-   Installing       : at-spi2-core-devel-2.56.1-1.el10.x86_64            165/220 
-   Installing       : at-spi2-atk-devel-2.56.1-1.el10.x86_64             166/220 
-   Installing       : gdk-pixbuf2-devel-2.42.12-4.el10.x86_64            167/220 
-   Installing       : publicsuffix-list-dafsa-20240107-5.el10.noarch     168/220 
-   Installing       : libpsl-0.21.5-6.el10.x86_64                        169/220 
-   Installing       : linux-firmware-whence-20251111-20.el10.noarch      170/220 
-   Installing       : intel-vsc-firmware-20251111-20.el10.noarch         171/220 
-   Installing       : libcamera-ipa-0.3.2-4.el10.x86_64                  172/220 
-   Installing       : libcamera-0.3.2-4.el10.x86_64                      173/220 
-   Installing       : liburing-2.12-1.el10.x86_64                        174/220 
-   Installing       : libdex-0.8.1-1.el10.x86_64                         175/220 
-   Installing       : libproxy-0.5.5-4.el10.x86_64                       176/220 
-   Installing       : glib-networking-2.80.0-3.el10.x86_64               177/220 
-   Installing       : libsoup3-3.6.5-5.el10.x86_64                       178/220 
-   Installing       : osinfo-db-tools-1.11.0-8.el10.x86_64               179/220 
-   Installing       : libosinfo-1.11.0-8.el10.x86_64                     180/220 
-   Installing       : kmod-31-12.el10.x86_64                             181/220 
-   Installing       : kbd-misc-2.6.4-7.el10.noarch                       182/220 
-   Installing       : kbd-legacy-2.6.4-7.el10.noarch                     183/220 
-   Installing       : kbd-2.6.4-7.el10.x86_64                            184/220
-  
-   Installing       : systemd-udev-257-16.el10.x86_64                    185/220 
-   Running scriptlet: systemd-udev-257-16.el10.x86_64                    185/220 
- 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                              186/220 
-   Installing       : inih-cpp-58-3.el10.x86_64                          187/220 
-   Installing       : exiv2-0.28.3-5.el10.x86_64                         188/220 
-   Installing       : exiv2-libs-0.28.3-5.el10.x86_64                    189/220 
-   Installing       : libgexiv2-0.14.3-3.el10.x86_64                     190/220 
-   Installing       : gobject-introspection-1.79.1-6.el10.x86_64         191/220 
-   Installing       : upower-1.90.9-1.el10.x86_64                        192/220 
-   Running scriptlet: upower-1.90.9-1.el10.x86_64                        192/220 
- Created symlink '/etc/systemd/system/graphical.target.wants/upower.service' → '/usr/lib/systemd/system/upower.service'.
- 
-   Installing       : upower-libs-1.90.9-1.el10.x86_64                   193/220 
-   Installing       : libtracker-sparql-3.7.3-4.el10.x86_64              194/220 
-   Installing       : tracker-3.7.3-4.el10.x86_64                        195/220 
-   Running scriptlet: tracker-3.7.3-4.el10.x86_64                        195/220 
-   Installing       : tracker-miners-3.7.3-4.el10.x86_64                 196/220 
-   Running scriptlet: tracker-miners-3.7.3-4.el10.x86_64                 196/220 
- Failed to preset unit: Unit tracker-extract-3.service does not exist
- 
-   Installing       : fuse-common-3.16.2-5.el10.x86_64                   197/220 
-   Installing       : fuse3-3.16.2-5.el10.x86_64                         198/220 
-   Installing       : bluez-libs-5.83-1.el10.x86_64                      199/220 
-   Installing       : pipewire-plugin-libcamera-1.4.6-1.el10.x86_64      200/220 
-   Installing       : pipewire-1.4.6-1.el10.x86_64                       201/220 
-   Running scriptlet: pipewire-1.4.6-1.el10.x86_64                       201/220 
- Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' → '/usr/lib/systemd/user/pipewire.socket'.
- 
-   Installing       : pipewire-libs-1.4.6-1.el10.x86_64                  202/220 
-   Installing       : wireplumber-0.5.10-1.el10.x86_64                   203/220 
-   Installing       : wireplumber-libs-0.5.10-1.el10.x86_64              204/220 
-   Installing       : pipewire-jack-audio-connection-kit-1.4.6-1.el10.   205/220 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.4.6-1.   206/220 
-   Installing       : ModemManager-glib-1.22.0-7.el10.x86_64             207/220 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       208/220 
-   Installing       : geoclue2-2.7.2-1.el10.x86_64                       208/220 
-   Running scriptlet: geoclue2-2.7.2-1.el10.x86_64                       208/220 
-   Installing       : xdg-desktop-portal-1.20.0-2.el10.x86_64            209/220 
-   Running scriptlet: xdg-desktop-portal-1.20.0-2.el10.x86_64            209/220
-  
-   Installing       : libcanberra-gtk3-0.30-37.el10.x86_64               210/220 
-   Installing       : gtk3-3.24.43-4.el10.x86_64                         211/220 
-   Installing       : xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        212/220 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.3-1.el10.x86_64        212/220 
-   Installing       : gtk3-devel-3.24.43-4.el10.x86_64                   213/220 
-   Installing       : gtksourceview3-3.24.11-8.el10_1.x86_64             214/220 
-   Installing       : gtksourceview3-devel-3.24.11-8.el10_1.x86_64       215/220 
-   Installing       : pipewire-alsa-1.4.6-1.el10.x86_64                  216/220 
-   Installing       : pipewire-pulseaudio-1.4.6-1.el10.x86_64            217/220 
-   Running scriptlet: pipewire-pulseaudio-1.4.6-1.el10.x86_64            217/220 
- Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socket' → '/usr/lib/systemd/user/pipewire-pulse.socket'.
- 
-   Installing       : gmp-devel-1:6.2.1-12.el10.x86_64                   218/220 
-   Installing       : clang-devel-20.1.8-1.el10.x86_64                   219/220 
-   Installing       : perl-Pod-Html-1.35-514.el10.noarch                 220/220 
-   Running scriptlet: dconf-0.40.0-16.el10.x86_64                        220/220 
-   Running scriptlet: wireplumber-0.5.10-1.el10.x86_64                   220/220 
- 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                 220/220 
- 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.14-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-6.el10.x86_64                                                    
-   brotli-devel-1.1.0-6.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-20.1.8-1.el10.x86_64                                                    
-   clang-devel-20.1.8-1.el10.x86_64                                              
-   clang-libs-20.1.8-1.el10.x86_64                                               
-   clang-resource-filesystem-20.1.8-1.el10.x86_64                                
-   clang-tools-extra-20.1.8-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-20.1.8-1.el10.x86_64                                              
-   dbus-devel-1:1.14.10-5.el10.x86_64                                            
-   dconf-0.40.0-16.el10.x86_64                                                   
-   exempi-2.6.4-7.el10.x86_64                                                    
-   exiv2-0.28.3-5.el10.x86_64                                                    
-   exiv2-libs-0.28.3-5.el10.x86_64                                               
-   fdk-aac-free-2.0.0-15.el10.x86_64                                             
-   fftw-libs-single-3.3.10-15.el10.x86_64                                        
-   flac-libs-1.4.3-6.el10.x86_64                                                 
-   fontconfig-devel-2.15.0-7.el10.x86_64                                         
-   freetype-devel-2.13.2-8.el10.x86_64                                           
-   fribidi-devel-1.0.14-4.el10.x86_64                                            
-   fuse-common-3.16.2-5.el10.x86_64                                              
-   fuse3-3.16.2-5.el10.x86_64                                                    
-   fuse3-libs-3.16.2-5.el10.x86_64                                               
-   gdk-pixbuf2-devel-2.42.12-4.el10.x86_64                                       
-   gdk-pixbuf2-modules-2.42.12-4.el10.x86_64                                     
-   geoclue2-2.7.2-1.el10.x86_64                                                  
-   gi-docgen-fonts-2025.5-1.el10_2.noarch                                        
-   giflib-5.2.1-22.el10.x86_64                                                   
-   glib-networking-2.80.0-3.el10.x86_64                                          
-   glib2-devel-2.80.4-10.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-3.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-4.el10.x86_64                                   
-   gtk3-3.24.43-4.el10.x86_64                                                    
-   gtk3-devel-3.24.43-4.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-20251111-20.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.el10.x86_64                                                
-   libblkid-devel-2.40.2-13.el10.x86_64                                          
-   libcamera-0.3.2-4.el10.x86_64                                                 
-   libcamera-ipa-0.3.2-4.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.123-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-20.1.8-1.el10.x86_64                                                   
-   libomp-devel-20.1.8-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-2.el10.x86_64                                                 
-   libproxy-0.5.5-4.el10.x86_64                                                  
-   libpsl-0.21.5-6.el10.x86_64                                                   
-   libsbc-2.0-6.el10.x86_64                                                      
-   libselinux-devel-3.9-2.el10.x86_64                                            
-   libsepol-devel-3.9-1.el10.x86_64                                              
-   libsndfile-1.2.2-5.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                                                   
-   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-8.el10.x86_64                                             
-   libxkbcommon-1.7.0-4.el10.x86_64                                              
-   libxkbcommon-devel-1.7.0-4.el10.x86_64                                        
-   libxml2-devel-2.12.5-9.el10.x86_64                                            
-   libxshmfence-1.3.2-5.el10.x86_64                                              
-   linux-firmware-whence-20251111-20.el10.noarch                                 
-   llvm-20.1.8-1.el10.x86_64                                                     
-   llvm-devel-20.1.8-1.el10.x86_64                                               
-   llvm-filesystem-20.1.8-1.el10.x86_64                                          
-   llvm-googletest-20.1.8-1.el10.x86_64                                          
-   llvm-libs-20.1.8-1.el10.x86_64                                                
-   llvm-static-20.1.8-1.el10.x86_64                                              
-   llvm-test-20.1.8-1.el10.x86_64                                                
-   low-memory-monitor-2.1-12.el10.x86_64                                         
-   mesa-dri-drivers-25.2.5-2.el10.x86_64                                         
-   mesa-filesystem-25.2.5-2.el10.x86_64                                          
-   mesa-libEGL-25.2.5-2.el10.x86_64                                              
-   mesa-libGL-25.2.5-2.el10.x86_64                                               
-   mesa-libgbm-25.2.5-2.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.6-1.el10.x86_64                                                  
-   pipewire-alsa-1.4.6-1.el10.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.4.6-1.el10.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.4.6-1.el10.x86_64                   
-   pipewire-libs-1.4.6-1.el10.x86_64                                             
-   pipewire-plugin-libcamera-1.4.6-1.el10.x86_64                                 
-   pipewire-pulseaudio-1.4.6-1.el10.x86_64                                       
-   pixman-devel-0.43.4-2.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.2-1.el10.x86_64                                         
-   sysprof-capture-devel-47.2-1.el10.x86_64                                      
-   systemd-udev-257-16.el10.x86_64                                               
-   tracker-3.7.3-4.el10.x86_64                                                   
-   tracker-miners-3.7.3-4.el10.x86_64                                            
-   upower-1.90.9-1.el10.x86_64                                                   
-   upower-libs-1.90.9-1.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-20.1.8-1.el10.x86_64
- clang-devel-20.1.8-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-4.el10.x86_64
- gtksourceview3-devel-3.24.11-8.el10_1.x86_64
- llvm-devel-20.1.8-1.el10.x86_64
- llvm-static-20.1.8-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-2.el10.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo-free.2.2.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved 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 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)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-autoconf.0.2
-> installed conf-bash.1
-> installed conf-clang.2
-> installed conf-cmake.1
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-which.1
[ERROR] The compilation of conf-libclang.19 failed at "bash -ex configure.sh 19".
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-libpcre2-8.2
-> installed conf-zlib.1
-> installed conf-gtksourceview3.0+2
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (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)
-> retrieved frama-c.32.0~beta  (cached)
-> retrieved frama-clang.0.0.19~beta  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved lablgtk3.3.1.5, lablgtk3-sourceview3.3.1.5  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved menhir.20211128, menhirLib.20211128, menhirSdk.20211128  (cached)
-> retrieved not-ocamlfind.0.14  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-simplex.0.4.1  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pcre2.8.0.4  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yaml.0.4.0  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved psmt2-frontend.0.1  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved unionFind.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 ocamlbuild.0.16.1
-> installed camlzip.1.13
-> installed ocplib-simplex.0.4.1
-> installed zarith.1.14
-> installed topkg.1.1.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 logs.0.10.0
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed bos.0.2.1
-> installed cstruct.6.2.0
-> installed jane-street-headers.v0.16.0
-> installed menhirLib.20211128
-> installed menhirSdk.20211128
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocamlgraph.2.2.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed integers.0.7.0
-> installed ezjsonm.1.3.0
-> installed ordering.3.20.2
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.20.2
-> installed not-ocamlfind.0.14
-> installed camlp5-buildscripts.0.06
-> installed sexplib.v0.16.0
-> installed dyn.3.20.2
-> installed cairo2.0.6.5
-> installed dune-compiledb.0.6.0
-> installed pcre2.8.0.4
-> installed base.v0.16.4
-> installed stdune.3.20.2
-> installed lablgtk3.3.1.5
-> installed menhir.20211128
-> installed stdio.v0.16.0
-> installed ctypes.0.24.0
-> installed lablgtk3-sourceview3.3.1.5
-> installed dune-private-libs.3.20.2
-> installed yaml.3.2.0
-> installed ppxlib.0.35.0
-> installed dune-site.3.20.2
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_deriving_yaml.0.4.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed psmt2-frontend.0.1
-> installed ppx_hash.v0.16.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed alt-ergo-free.2.2.0
-> installed why3.1.8.2
-> installed camlp5.8.04.00
-> installed frama-c.32.0~beta

#=== ERROR while compiling conf-libclang.19 ===================================#
# context              2.5.0~rc1 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path                 ~/.opam/4.14/.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-9-3d5216.env
# output-file          ~/.opam/log/conf-libclang-9-3d5216.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=20.1.8
# + next_version=20
# ++ printf '20\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 20.1.8 ']'
# ++ --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-free        2.2.0
| - install astring              0.8.5
| - install base                 v0.16.4
| - 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 conf-autoconf        0.2
| - 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 dune                 3.20.2
| - install dune-compiledb       0.6.0
| - install dune-configurator    3.20.2
| - install dune-private-libs    3.20.2
| - install dune-site            3.20.2
| - install dyn                  3.20.2
| - install ezjsonm              1.3.0
| - install fmt                  0.11.0
| - install fpath                0.7.3
| - install frama-c              32.0~beta
| - install hex                  1.5.0
| - install integers             0.7.0
| - install jane-street-headers  v0.16.0
| - install jsonm                1.0.2
| - install jst-config           v0.16.0
| - install lablgtk3             3.1.5
| - install lablgtk3-sourceview3 3.1.5
| - install logs                 0.10.0
| - install menhir               20211128
| - install menhirLib            20211128
| - install menhirSdk            20211128
| - install not-ocamlfind        0.14
| - install num                  1.6
| - install ocaml-compiler-libs  v0.12.4
| - install ocamlbuild           0.16.1
| - install ocamlfind            1.9.8
| - install ocamlgraph           2.2.0
| - install ocplib-simplex       0.4.1
| - install ordering             3.20.2
| - install parsexp              v0.16.0
| - install pcre2                8.0.4
| - install pp                   2.0.0
| - install ppx_assert           v0.16.0
| - install ppx_base             v0.16.0
| - install ppx_cold             v0.16.0
| - install ppx_compare          v0.16.0
| - install ppx_derivers         1.2.1
| - install ppx_deriving         6.0.3
| - install ppx_deriving_yaml    0.4.0
| - install ppx_deriving_yojson  3.9.1
| - install ppx_enumerate        v0.16.0
| - install ppx_globalize        v0.16.0
| - install ppx_hash             v0.16.0
| - install ppx_here             v0.16.0
| - install ppx_inline_test      v0.16.1
| - install ppx_optcomp          v0.16.0
| - install ppx_sexp_conv        v0.16.0
| - install ppxlib               0.35.0
| - install psmt2-frontend       0.1
| - install re                   1.14.0
| - install rresult              0.7.0
| - install sexplib              v0.16.0
| - install sexplib0             v0.16.0
| - install stdio                v0.16.0
| - install stdlib-shims         0.3.0
| - install stdune               3.20.2
| - install time_now             v0.16.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~beta 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/4.14/.opam-switch/backup/state-20251127223031.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~beta;
        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~beta' && 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
2025-11-27 22:33.42: Job failed: Failed: Build failed
2025-11-27 22:33.42: Log analysis:
2025-11-27 22:33.42: >>> 
[ERROR] The compilation of conf-libclang.19 failed at "bash -ex configure.sh 19".
 (score = 20)
2025-11-27 22:33.42: >>> 
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
 (score = 100)
2025-11-27 22:33.42: [SKIP] Failure ignored