(for PR #28827)

2025-11-10 16:57.20: New job: build quill.1.0.0~alpha2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28827/head (3adacbc6aba2762d0750bc10bb58285f6b461c46)
                              on fedora-42-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28827/head" && git reset --hard 3adacbc6
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:0a41cccf31bef658d45e55dc4a50aaa31b71df0f5eab432fd66d473f64393615
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 quill.1.0.0~alpha2 1.0.0~alpha2
RUN opam reinstall quill.1.0.0~alpha2; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'quill.1.0.0~alpha2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2025-11-10 16:57.20: Using cache hint "ocaml/opam:fedora-42-ocaml-5.4@sha256:0a41cccf31bef658d45e55dc4a50aaa31b71df0f5eab432fd66d473f64393615-quill.1.0.0~alpha2-3adacbc6aba2762d0750bc10bb58285f6b461c46"
2025-11-10 16:57.20: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:0a41cccf31bef658d45e55dc4a50aaa31b71df0f5eab432fd66d473f64393615)
 (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 quill.1.0.0~alpha2 1.0.0~alpha2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall quill.1.0.0~alpha2;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'quill.1.0.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-10 16:57.20: Waiting for resource in pool OCluster
2025-11-10 22:10.47: Waiting for worker…
2025-11-10 22:16.11: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Merge made by the 'ort' strategy.
 packages/fehu/fehu.1.0.0~alpha2/opam               | 49 +++++++++++++++
 packages/hugin/hugin.1.0.0~alpha2/opam             | 49 +++++++++++++++
 packages/kaun/kaun.1.0.0~alpha2/opam               | 50 ++++++++++++++++
 packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam | 54 +++++++++++++++++
 packages/nx/nx.1.0.0~alpha2/opam                   | 65 ++++++++++++++++++++
 packages/quill/quill.1.0.0~alpha2/opam             | 70 ++++++++++++++++++++++
 packages/raven/raven.1.0.0~alpha2/opam             | 53 ++++++++++++++++
 packages/rune/rune.1.0.0~alpha2/opam               | 56 +++++++++++++++++
 packages/saga/saga.1.0.0~alpha2/opam               | 49 +++++++++++++++
 packages/sowilo/sowilo.1.0.0~alpha2/opam           | 47 +++++++++++++++
 packages/talon/talon.1.0.0~alpha2/opam             | 48 +++++++++++++++
 11 files changed, 590 insertions(+)
 create mode 100644 packages/fehu/fehu.1.0.0~alpha2/opam
 create mode 100644 packages/hugin/hugin.1.0.0~alpha2/opam
 create mode 100644 packages/kaun/kaun.1.0.0~alpha2/opam
 create mode 100644 packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam
 create mode 100644 packages/nx/nx.1.0.0~alpha2/opam
 create mode 100644 packages/quill/quill.1.0.0~alpha2/opam
 create mode 100644 packages/raven/raven.1.0.0~alpha2/opam
 create mode 100644 packages/rune/rune.1.0.0~alpha2/opam
 create mode 100644 packages/saga/saga.1.0.0~alpha2/opam
 create mode 100644 packages/sowilo/sowilo.1.0.0~alpha2/opam
 create mode 100644 packages/talon/talon.1.0.0~alpha2/opam

(from ocaml/opam:fedora-42-ocaml-5.4@sha256:0a41cccf31bef658d45e55dc4a50aaa31b71df0f5eab432fd66d473f64393615)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:0a41cccf31bef658d45e55dc4a50aaa31b71df0f5eab432fd66d473f64393615' locally
docker.io/ocaml/opam@sha256:0a41cccf31bef658d45e55dc4a50aaa31b71df0f5eab432fd66d473f64393615: Pulling from ocaml/opam
5b0d6fd4b66a: Pulling fs layer
5b0d6fd4b66a: Waiting
5b0d6fd4b66a: Verifying Checksum
5b0d6fd4b66a: Download complete
5b0d6fd4b66a: Pull complete
Digest: sha256:0a41cccf31bef658d45e55dc4a50aaa31b71df0f5eab432fd66d473f64393615
Status: Downloaded newer image for ocaml/opam@sha256:0a41cccf31bef658d45e55dc4a50aaa31b71df0f5eab432fd66d473f64393615
2025-11-10 22:19.11 ---> using "5c6093ecbcffe4c849953e1d5065f5b8a34578644b13adc5affbf6974d64c62a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-10 22:19.11 ---> using "e29127ccb85d7bd5a8ab8e22a4ad66cf96469c3fad067bffa2a2888ad72e94ed" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-10 22:19.11 ---> using "63de33ae7d70fb5c2edbd33dd49fae7fd24ef577eafacd9d9ce5235cc8c3139a" from cache

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

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-10 22:19.11 ---> using "7a5b24979f90767df9f78b73b69c1ca6ddc26b23df63e9739e96be336cee9be6" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% | 149.5 KiB/s |  18.4 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2025-11-10 22:19.42 ---> saved as "90ec50dd3c5640398a9ce08040bb793fcb2d8339a987ae3f2a2903a1416184ed"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall quill.1.0.0~alpha2;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'quill.1.0.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
quill.1.0.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 157 packages
  - install angstrom               0.16.1                [required by multipart_form, caqti, multipart_form-lwt]
  - install asn1-combinators       0.3.2                 [required by x509]
  - install backoff                0.1.1                 [required by saturn]
  - install base-bytes             base                  [required by csv]
  - install base64                 3.5.2                 [required by quill]
  - install bigarray-compat        1.1.0                 [required by dream]
  - install bigarray-overlap       0.2.1                 [required by prettym]
  - install bigstringaf            0.10.0                [required by multipart_form, caqti, multipart_form-lwt]
  - install binaryen-bin           119                   [required by wasm_of_ocaml-compiler]
  - install brr                    0.0.8                 [required by quill]
  - install cairo2                 0.6.5                 [required by hugin]
  - install camlp-streams          5.0.1                 [required by dream]
  - install caqti                  2.2.4                 [required by dream]
  - install caqti-lwt              2.2.4                 [required by dream]
  - install cmarkit                0.4.0                 [required by quill]
  - install cmdliner               2.0.0                 [required by quill]
  - install conf-bash              1                     [required by conf-llvm-static]
  - install conf-c++               1.0                   [required by binaryen-bin]
  - install conf-cairo             1                     [required by cairo2]
  - install conf-cmake             1                     [required by binaryen-bin]
  - install conf-gmp               5                     [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec      4                     [required by mirage-crypto-pk]
  - install conf-libcurl           2                     [required by ocurl]
  - install conf-libev             4-13                  [required by dream]
  - install conf-libffi            2.0.0                 [required by ctypes-foreign]
  - install conf-libssl            4                     [required by ssl]
  - install conf-llvm-static       19                    [required by rune]
  - install conf-ninja             1                     [required by binaryen-bin]
  - install conf-pkg-config        4                     [required by conf-sdl2, nx]
  - install conf-sdl2              1                     [required by hugin]
  - install conf-zlib              1                     [required by nx]
  - install cppo                   1.8.0                 [required by ppx_deriving]
  - install crunch                 4.0.0                 [required by quill]
  - install csexp                  1.5.2                 [required by dune-private-libs]
  - install cstruct                6.2.0                 [required by dream]
  - install csv                    2.4                   [required by nx-datasets]
  - install ctypes                 0.23.0                [required by rune]
  - install ctypes-foreign         0.23.0                [required by rune]
  - install digestif               1.3.0                 [required by dream]
  - install domain-local-await     1.0.1                 [required by domainslib]
  - install domain-name            0.5.0                 [required by caqti, caqti-lwt]
  - install domainslib             0.5.2                 [required by kaun]
  - install dream                  1.0.0~alpha8          [required by quill]
  - install dream-httpaf           1.0.0~alpha4          [required by dream]
  - install dream-pure             1.0.0~alpha2          [required by dream]
  - install dune                   3.20.2                [required by quill]
  - install dune-configurator      3.20.2                [required by hugin]
  - install dune-private-libs      3.20.2                [required by dune-site]
  - install dune-site              3.20.2                [required by quill]
  - install duration               0.2.1                 [required by mirage-crypto-rng-lwt]
  - install dyn                    3.20.2                [required by dune-private-libs]
  - install eqaf                   0.10                  [required by mirage-crypto-ec, digestif, mirage-crypto-pk]
  - install faraday                0.8.2                 [required by httpun, gluten, h2, httpun-ws]
  - install faraday-lwt            0.8.2                 [required by faraday-lwt-unix]
  - install faraday-lwt-unix       0.8.2                 [required by gluten-lwt-unix, h2-lwt-unix]
  - install fmt                    0.11.0                [required by dream]
  - install gen                    1.1                   [required by sedlex]
  - install gen_js_api             1.1.6                 [required by vdom]
  - install gluten                 0.5.2                 [required by dream-httpaf]
  - install gluten-lwt             0.5.2                 [required by gluten-lwt-unix]
  - install gluten-lwt-unix        0.5.2                 [required by dream-httpaf]
  - install gmap                   0.3.0                 [required by x509]
  - install graphql                0.14.0                [required by graphql-lwt]
  - install graphql-lwt            0.14.0                [required by dream]
  - install graphql_parser         0.14.0                [required by dream]
  - install h2                     0.10.0                [required by dream-httpaf]
  - install h2-lwt                 0.10.0                [required by h2-lwt-unix]
  - install h2-lwt-unix            0.10.0                [required by dream-httpaf]
  - install hmap                   0.8.1                 [required by dream-pure]
  - install hpack                  0.13.0                [required by h2]
  - install httpaf                 0.7.1                 [required by h2]
  - install httpun                 0.1.0                 [required by dream-httpaf]
  - install httpun-lwt             0.1.0                 [required by httpun-lwt-unix]
  - install httpun-lwt-unix        0.1.0                 [required by dream-httpaf]
  - install httpun-types           0.1.0                 [required by httpun]
  - install httpun-ws              0.2.0                 [required by dream-httpaf]
  - install hugin                  1.0.0~alpha2          [required by quill]
  - install integers               0.7.0                 [required by ctypes]
  - install ipaddr                 5.6.1                 [required by caqti, caqti-lwt]
  - install js_of_ocaml            6.2.0                 [required by wasm_of_ocaml-compiler]
  - install js_of_ocaml-compiler   6.2.0                 [required by brr, vdom]
  - install js_of_ocaml-toplevel   6.2.0                 [required by quill]
  - install kaun                   1.0.0~alpha2          [required by quill]
  - install kdf                    1.0.0                 [required by tls]
  - install ke                     0.6                   [required by multipart_form, multipart_form-lwt]
  - install lambdasoup             1.1.1                 [required by dream]
  - install logs                   0.10.0                [required by dream, kaun]
  - install lru                    0.3.1                 [required by caqti]
  - install lwt                    5.9.2                 [required by dream]
  - install lwt-dllist             1.1.0                 [required by caqti]
  - install lwt_ppx                5.9.2                 [required by dream]
  - install lwt_ssl                1.2.0                 [required by dream]
  - install macaddr                5.6.1                 [required by ipaddr]
  - install magic-mime             1.3.1                 [required by dream]
  - install markup                 1.0.3                 [required by dream]
  - install menhir                 20250912              [required by wasm_of_ocaml-compiler]
  - install menhirCST              20250912              [required by menhir]
  - install menhirLib              20250912              [required by wasm_of_ocaml-compiler]
  - install menhirSdk              20250912              [required by wasm_of_ocaml-compiler]
  - install mirage-clock           4.2.0                 [required by dream]
  - install mirage-crypto          1.2.0                 [required by dream]
  - install mirage-crypto-ec       1.2.0                 [required by tls]
  - install mirage-crypto-pk       1.2.0                 [required by tls]
  - install mirage-crypto-rng      1.2.0                 [required by dream]
  - install mirage-crypto-rng-lwt  1.2.0                 [required by dream]
  - install mtime                  2.1.0                 [required by caqti-lwt, caqti, mirage-crypto-rng-lwt]
  - install multicore-magic        2.3.1                 [required by saturn]
  - install multipart_form         0.7.0                 [required by dream]
  - install multipart_form-lwt     0.7.0                 [required by dream]
  - install nx                     1.0.0~alpha2          [required by quill]
  - install nx-datasets            1.0.0~alpha2          [required by quill]
  - install ocaml-compiler-libs    v0.17.0               [required by ppxlib]
  - install ocaml-syntax-shims     1.0.0                 [required by angstrom]
  - install ocamlbuild             0.16.1                [required by brr, cmarkit]
  - install ocamlfind              1.9.8                 [required by cmarkit, brr, wasm_of_ocaml-compiler]
  - install ocplib-endian          1.2                   [required by lwt]
  - install ocurl                  0.9.2                 [required by nx-datasets]
  - install ohex                   0.2.0                 [required by tls]
  - install ojs                    1.1.6                 [required by vdom]
  - install ordering               3.20.2                [required by dyn, stdune]
  - install pecu                   0.7                   [required by multipart_form]
  - install pp                     2.0.0                 [required by dune-private-libs]
  - install ppx_derivers           1.2.1                 [required by ppx_deriving]
  - install ppx_deriving           6.1.1                 [required by ppx_deriving_yojson]
  - install ppx_deriving_yojson    3.10.0                [required by quill]
  - install ppxlib                 0.37.0                [required by ppx_deriving_yojson, wasm_of_ocaml-compiler]
  - install prettym                0.0.3                 [required by multipart_form]
  - install psq                    0.2.1                 [required by lru, h2]
  - install ptime                  1.2.0                 [required by crunch, dream]
  - install quill                  1.0.0~alpha2 (pinned)
  - install re                     1.14.0                [required by graphql_parser, saga]
  - install result                 1.5                   [required by httpaf]
  - install rresult                0.7.0                 [required by graphql]
  - install rune                   1.0.0~alpha2          [required by quill]
  - install saga                   1.0.0~alpha2          [required by quill]
  - install saturn                 1.0.0                 [required by domainslib]
  - install sedlex                 3.7                   [required by wasm_of_ocaml-compiler]
  - install seq                    base                  [required by graphql]
  - install sexplib0               v0.17.0               [required by ppxlib]
  - install sowilo                 1.0.0~alpha2          [required by quill]
  - install ssl                    0.7.0                 [required by dream]
  - install stdlib-shims           0.3.0                 [required by nx]
  - install stdune                 3.20.2                [required by dune-private-libs]
  - install stringext              1.6.0                 [required by uri]
  - install thread-table           1.0.0                 [required by domain-local-await]
  - install tls                    2.0.3                 [required by caqti]
  - install topkg                  1.1.1                 [required by brr, cmarkit]
  - install uchar                  0.0.2                 [required by markup]
  - install unstrctrd              0.4                   [required by multipart_form]
  - install uri                    4.4.0                 [required by dream]
  - install uucp                   17.0.0                [required by saga]
  - install uutf                   1.0.4                 [required by multipart_form, saga]
  - install vdom                   0.3                   [required by quill]
  - install wasm_of_ocaml-compiler 6.2.0                 [required by quill]
  - install x509                   1.0.6                 [required by caqti]
  - install yojson                 3.0.0                 [required by ppx_deriving_yojson, dream, kaun, wasm_of_ocaml-compiler]
  - install zarith                 1.14                  [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    cairo-devel cmake gmp-devel libcurl-devel libev-devel libffi-devel llvm19-devel ninja-build openblas-devel openssl-devel SDL2-devel zlib-ng-compat-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/sbin/sudo "yum" "install" "-y" "SDL2-devel" "cairo-devel" "cmake" "gmp-devel" "libcurl-devel" "libev-devel" "libffi-devel" "llvm19-devel" "ninja-build" "openblas-devel" "openssl-devel" "zlib-ng-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                         Repository                 Size
- Installing:
-  cairo-devel                             x86_64 1.18.2-3.fc42                   fedora                  2.3 MiB
-  cmake                                   x86_64 3.31.6-2.fc42                   fedora                 34.2 MiB
-  gmp-devel                               x86_64 1:6.3.0-4.fc42                  fedora                352.3 KiB
-  libcurl-devel                           x86_64 8.11.1-6.fc42                   updates                 1.3 MiB
-  libev-devel                             x86_64 4.33-13.fc42                    fedora                130.5 KiB
-  libffi-devel                            x86_64 3.4.6-5.fc42                    fedora                 33.1 KiB
-  llvm19-devel                            x86_64 19.1.7-13.fc42                  updates                25.7 MiB
-  ninja-build                             x86_64 1.12.1-4.fc42                   fedora                456.2 KiB
-  openblas-devel                          x86_64 0.3.29-1.fc42                   fedora                  1.7 MiB
-  openssl-devel                           x86_64 1:3.2.6-2.fc42                  updates                 4.3 MiB
-  sdl2-compat-devel                       x86_64 2.32.56-1.fc42                  updates                 2.7 MiB
-  zlib-ng-compat-devel                    x86_64 2.2.5-2.fc42                    updates               107.0 KiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.22.0-5.fc42                   fedora                  1.4 MiB
-  OpenCL-ICD-Loader                       x86_64 3.0.6-2.20241023git5907ac1.fc42 fedora                 70.7 KiB
-  SDL3                                    x86_64 3.2.24-1.fc42                   updates                 2.7 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-14.fc42                   fedora                192.7 KiB
-  adwaita-cursor-theme                    noarch 48.1-1.fc42                     updates                11.4 MiB
-  adwaita-icon-theme                      noarch 48.1-1.fc42                     updates                 1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-3.fc42                     fedora                  2.1 MiB
-  alsa-lib                                x86_64 1.2.14-3.fc42                   updates                 1.4 MiB
-  aribb24                                 x86_64 1.0.3^20160216git5e9be27-2.fc42 fedora                 81.8 KiB
-  at-spi2-atk                             x86_64 2.56.6-1.fc42                   updates               275.6 KiB
-  at-spi2-core                            x86_64 2.56.6-1.fc42                   updates                 1.5 MiB
-  atk                                     x86_64 2.56.6-1.fc42                   updates               248.6 KiB
-  avahi-glib                              x86_64 0.9~rc2-2.fc42                  fedora                 23.6 KiB
-  avahi-libs                              x86_64 0.9~rc2-2.fc42                  fedora                183.6 KiB
-  bluez-libs                              x86_64 5.84-2.fc42                     updates               198.3 KiB
-  brotli                                  x86_64 1.1.0-6.fc42                    fedora                 31.6 KiB
-  brotli-devel                            x86_64 1.1.0-6.fc42                    fedora                 65.6 KiB
-  bzip2-devel                             x86_64 1.0.8-20.fc42                   fedora                309.8 KiB
-  cairo                                   x86_64 1.18.2-3.fc42                   fedora                  1.8 MiB
-  cairo-gobject                           x86_64 1.18.2-3.fc42                   fedora                 35.1 KiB
-  cdparanoia-libs                         x86_64 10.2-47.fc42                    fedora                117.5 KiB
-  cjson                                   x86_64 1.7.18-2.fc42                   fedora                 63.9 KiB
-  cmake-data                              noarch 3.31.6-2.fc42                   fedora                  8.5 MiB
-  cmake-filesystem                        x86_64 3.31.6-2.fc42                   fedora                  0.0   B
-  codec2                                  x86_64 1.2.0-6.fc42                    fedora                  1.4 MiB
-  colord-libs                             x86_64 1.4.7-6.fc42                    fedora                850.7 KiB
-  cpuinfo                                 x86_64 24.09.26-2.git1e83a2f.fc42.1    updates               107.0 KiB
-  cups-filesystem                         noarch 1:2.4.14-2.fc42                 updates                 0.0   B
-  cups-libs                               x86_64 1:2.4.14-2.fc42                 updates               618.7 KiB
-  default-fonts-core-sans                 noarch 4.2-4.fc42                      fedora                 11.9 KiB
-  exempi                                  x86_64 2.6.4-7.fc42                    fedora                  1.4 MiB
-  exiv2-libs                              x86_64 0.28.6-2.fc42                   updates                 2.8 MiB
-  fdk-aac-free                            x86_64 2.0.0-15.fc42                   fedora                615.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-15.fc42                  fedora                  3.6 MiB
-  flac-libs                               x86_64 1.4.3-6.fc42                    fedora                698.1 KiB
-  fontconfig                              x86_64 2.16.0-2.fc42                   fedora                764.7 KiB
-  fontconfig-devel                        x86_64 2.16.0-2.fc42                   fedora                119.3 KiB
-  fonts-filesystem                        noarch 1:2.0.5-22.fc42                 updates                 0.0   B
-  freetype                                x86_64 2.13.3-2.fc42                   fedora                858.2 KiB
-  freetype-devel                          x86_64 2.13.3-2.fc42                   fedora                  8.5 MiB
-  fribidi                                 x86_64 1.0.16-2.fc42                   fedora                194.3 KiB
-  fuse-common                             x86_64 3.16.2-5.fc42                   fedora                 38.0   B
-  fuse3                                   x86_64 3.16.2-5.fc42                   fedora                129.7 KiB
-  fuse3-libs                              x86_64 3.16.2-5.fc42                   fedora                281.5 KiB
-  game-music-emu                          x86_64 0.6.3-17.fc42                   fedora                331.4 KiB
-  gdk-pixbuf2                             x86_64 2.42.12-12.fc42                 updates                 2.5 MiB
-  gdk-pixbuf2-modules                     x86_64 2.42.12-12.fc42                 updates                55.4 KiB
-  geoclue2                                x86_64 2.7.2-2.fc42                    fedora                395.7 KiB
-  gettext                                 x86_64 0.23.1-2.fc42                   fedora                  5.2 MiB
-  gettext-envsubst                        x86_64 0.23.1-2.fc42                   fedora                 78.8 KiB
-  gettext-libs                            x86_64 0.23.1-2.fc42                   fedora                  2.0 MiB
-  gettext-runtime                         x86_64 0.23.1-2.fc42                   fedora                452.2 KiB
-  giflib                                  x86_64 5.2.2-6.fc42                    updates               112.1 KiB
-  glib2-devel                             x86_64 2.84.4-1.fc42                   updates                15.8 MiB
-  glibc-gconv-extra                       x86_64 2.41-11.fc42                    updates                 7.2 MiB
-  gmp-c++                                 x86_64 1:6.3.0-4.fc42                  fedora                 27.6 KiB
-  gobject-introspection                   x86_64 1.84.0-1.fc42                   fedora                392.8 KiB
-  google-noto-fonts-common                noarch 20250301-1.fc42                 fedora                 17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20250301-1.fc42                 fedora                  1.4 MiB
-  gpgme                                   x86_64 1.24.3-1.fc42                   updates               587.9 KiB
-  gpgmepp                                 x86_64 1.24.3-1.fc42                   updates               429.2 KiB
-  graphene                                x86_64 1.10.6-10.fc42                  fedora                162.4 KiB
-  graphite2                               x86_64 1.3.14-18.fc42                  fedora                195.8 KiB
-  graphite2-devel                         x86_64 1.3.14-18.fc42                  fedora                 49.3 KiB
-  gsettings-desktop-schemas               x86_64 48.0-1.fc42                     fedora                  5.4 MiB
-  gsm                                     x86_64 1.0.22-8.fc42                   fedora                 68.8 KiB
-  gstreamer1                              x86_64 1.26.7-1.fc42                   updates                 5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.7-1.fc42                   updates                 7.3 MiB
-  gtk-update-icon-cache                   x86_64 3.24.49-2.fc42                  fedora                 62.2 KiB
-  gtk3                                    x86_64 3.24.49-2.fc42                  fedora                 23.1 MiB
-  harfbuzz                                x86_64 10.4.0-1.fc42                   fedora                  2.7 MiB
-  harfbuzz-cairo                          x86_64 10.4.0-1.fc42                   fedora                 52.1 KiB
-  harfbuzz-devel                          x86_64 10.4.0-1.fc42                   fedora                  5.1 MiB
-  harfbuzz-icu                            x86_64 10.4.0-1.fc42                   fedora                 15.4 KiB
-  hicolor-icon-theme                      noarch 0.17-20.fc42                    fedora                 72.2 KiB
-  highway                                 x86_64 1.2.0-5.fc42                    fedora                  4.4 MiB
-  hwdata                                  noarch 0.400-1.fc42                    updates                 9.6 MiB
-  ilbc                                    x86_64 3.0.4-13.fc42                   fedora                 95.4 KiB
-  inih                                    x86_64 62-1.fc42                       updates                22.4 KiB
-  inih-cpp                                x86_64 62-1.fc42                       updates                36.1 KiB
-  iso-codes                               noarch 4.17.0-2.fc42                   fedora                 20.3 MiB
-  jbigkit-libs                            x86_64 2.1-31.fc42                     fedora                121.4 KiB
-  json-glib                               x86_64 1.10.8-1.fc42                   updates               592.3 KiB
-  jsoncpp                                 x86_64 1.9.6-1.fc42                    fedora                261.6 KiB
-  keyutils-libs-devel                     x86_64 1.6.3-5.fc42                    fedora                 48.2 KiB
-  krb5-devel                              x86_64 1.21.3-6.fc42                   updates               705.9 KiB
-  lame-libs                               x86_64 3.100-19.fc42                   fedora                  1.2 MiB
-  lcms2                                   x86_64 2.16-5.fc42                     fedora                437.7 KiB
-  libXcomposite                           x86_64 0.4.6-5.fc42                    fedora                 44.4 KiB
-  libXcursor                              x86_64 1.2.3-2.fc42                    fedora                 57.4 KiB
-  libXdamage                              x86_64 1.1.6-5.fc42                    fedora                 43.6 KiB
-  libXext                                 x86_64 1.3.6-3.fc42                    fedora                 90.0 KiB
-  libXext-devel                           x86_64 1.3.6-3.fc42                    fedora                 98.9 KiB
-  libXfixes                               x86_64 6.0.1-5.fc42                    fedora                 30.2 KiB
-  libXft                                  x86_64 2.3.8-8.fc42                    fedora                168.4 KiB
-  libXi                                   x86_64 1.8.2-2.fc42                    fedora                 84.6 KiB
-  libXinerama                             x86_64 1.1.5-8.fc42                    fedora                 19.0 KiB
-  libXrandr                               x86_64 1.5.4-5.fc42                    fedora                 55.8 KiB
-  libXrender                              x86_64 0.9.12-2.fc42                   fedora                 50.0 KiB
-  libXrender-devel                        x86_64 0.9.12-2.fc42                   fedora                 50.1 KiB
-  libXtst                                 x86_64 1.2.5-2.fc42                    fedora                 33.5 KiB
-  libXv                                   x86_64 1.0.13-2.fc42                   fedora                 30.0 KiB
-  libXxf86vm                              x86_64 1.1.6-2.fc42                    fedora                 29.2 KiB
-  libaom                                  x86_64 3.13.1-1.fc42                   updates                 5.0 MiB
-  libaribcaption                          x86_64 1.1.1-2.fc42                    fedora                248.5 KiB
-  libasyncns                              x86_64 0.8-30.fc42                     fedora                 59.5 KiB
-  libavcodec-free                         x86_64 7.1.2-1.fc42                    updates                 9.8 MiB
-  libavformat-free                        x86_64 7.1.2-1.fc42                    updates                 2.6 MiB
-  libavif                                 x86_64 1.1.1-1.fc42                    fedora                213.9 KiB
-  libavutil-free                          x86_64 7.1.2-1.fc42                    updates               962.9 KiB
-  libblkid-devel                          x86_64 2.40.4-7.fc42                   fedora                 44.9 KiB
-  libbluray                               x86_64 1.3.4-9.fc42                    fedora                397.6 KiB
-  libcamera                               x86_64 0.4.0-4.fc42                    fedora                  1.9 MiB
-  libcanberra                             x86_64 0.30-37.fc42                    fedora                286.4 KiB
-  libchromaprint                          x86_64 1.5.1-24.fc42                   fedora                 64.5 KiB
-  libcloudproviders                       x86_64 0.3.6-1.fc42                    fedora                124.3 KiB
-  libcom_err-devel                        x86_64 1.47.2-3.fc42                   fedora                 16.7 KiB
-  libcue                                  x86_64 2.3.0-11.fc42                   fedora                 89.8 KiB
-  libdatrie                               x86_64 0.2.13-11.fc42                  fedora                 57.8 KiB
-  libdav1d                                x86_64 1.5.1-1.fc42                    fedora                  1.7 MiB
-  libdecor                                x86_64 0.2.4-1.fc42                    updates               165.2 KiB
-  libdrm                                  x86_64 2.4.128-3.fc42                  updates               399.9 KiB
-  libdvdnav                               x86_64 6.1.1-10.fc42                   fedora                120.1 KiB
-  libdvdread                              x86_64 6.1.3-9.fc42                    fedora                160.1 KiB
-  libebur128                              x86_64 1.2.6-12.fc42                   fedora                 39.3 KiB
-  libedit-devel                           x86_64 3.1-56.20251016cvs.fc42         updates                59.4 KiB
-  libepoxy                                x86_64 1.5.10-9.fc42                   fedora                  1.1 MiB
-  libev                                   x86_64 4.33-13.fc42                    fedora                109.2 KiB
-  libexif                                 x86_64 0.6.25-1.fc42                   fedora                  2.7 MiB
-  libgexiv2                               x86_64 0.14.6-1.fc42                   updates               279.2 KiB
-  libgfortran                             x86_64 15.2.1-3.fc42                   updates                 3.4 MiB
-  libglvnd                                x86_64 1:1.7.0-7.fc42                  fedora                530.2 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-7.fc42                  fedora                 40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-7.fc42                  fedora                  2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-7.fc42                  fedora                 68.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-7.fc42                  fedora                105.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-7.fc42                  fedora                609.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-7.fc42                  fedora                148.8 KiB
-  libgsf                                  x86_64 1.14.53-3.fc42                  fedora                969.5 KiB
-  libgudev                                x86_64 238-7.fc42                      fedora                 87.8 KiB
-  libgusb                                 x86_64 0.4.9-3.fc42                    fedora                162.0 KiB
-  libgxps                                 x86_64 0.3.2-10.fc42                   fedora                192.1 KiB
-  libicu-devel                            x86_64 76.1-4.fc42                     fedora                  5.0 MiB
-  libidn2-devel                           x86_64 2.3.8-1.fc42                    fedora                149.1 KiB
-  libimobiledevice                        x86_64 1.3.0^20240916gited9703d-5.fc42 fedora                304.7 KiB
-  libimobiledevice-glue                   x86_64 1.3.1-2.fc42                    fedora                122.8 KiB
-  libiptcdata                             x86_64 1.0.5-21.fc42                   fedora                171.9 KiB
-  libjpeg-turbo                           x86_64 3.1.2-1.fc42                    updates               804.9 KiB
-  libjxl                                  x86_64 1:0.11.1-4.fc42                 updates                 3.1 MiB
-  libkadm5                                x86_64 1.21.3-6.fc42                   updates               213.9 KiB
-  liblc3                                  x86_64 1.1.3-1.fc42                    fedora                170.8 KiB
-  libldac                                 x86_64 2.0.2.3-17.fc42                 fedora                 82.2 KiB
-  libldb                                  x86_64 2:4.22.6-1.fc42                 updates               450.8 KiB
-  liblerc                                 x86_64 4.0.0-8.fc42                    fedora                636.1 KiB
-  libmodplug                              x86_64 1:0.8.9.0-27.fc42               fedora                355.2 KiB
-  libmount-devel                          x86_64 2.40.4-7.fc42                   fedora                 63.5 KiB
-  libnghttp2-devel                        x86_64 1.64.0-3.fc42                   fedora                295.4 KiB
-  libnotify                               x86_64 0.8.7-1.fc42                    updates               123.6 KiB
-  libogg                                  x86_64 2:1.3.5-11.fc42                 fedora                 45.3 KiB
-  libopenmpt                              x86_64 0.8.3-1.fc42                    updates                 1.8 MiB
-  libosinfo                               x86_64 1.12.0-2.fc42                   fedora                  1.2 MiB
-  libpciaccess                            x86_64 0.16-15.fc42                    fedora                 44.5 KiB
-  libplist                                x86_64 2.6.0-2.fc42                    fedora                237.0 KiB
-  libpng                                  x86_64 2:1.6.44-2.fc42                 fedora                241.7 KiB
-  libpng-devel                            x86_64 2:1.6.44-2.fc42                 fedora                877.7 KiB
-  libproxy                                x86_64 0.5.8-2.fc42                    fedora                102.3 KiB
-  libpsl-devel                            x86_64 0.21.5-5.fc42                   fedora                110.3 KiB
-  librabbitmq                             x86_64 0.15.0-2.fc42                   fedora                 89.6 KiB
-  librist                                 x86_64 0.2.7-9.fc42                    fedora                153.3 KiB
-  librsvg2                                x86_64 2.60.0-2.fc42                   updates                 5.0 MiB
-  libsbc                                  x86_64 2.0-6.fc42                      fedora                 93.4 KiB
-  libselinux-devel                        x86_64 3.8-3.fc42                      updates               126.8 KiB
-  libsepol-devel                          x86_64 3.8-1.fc42                      fedora                120.8 KiB
-  libsmbclient                            x86_64 2:4.22.6-1.fc42                 updates               164.8 KiB
-  libsndfile                              x86_64 1.2.2-8.fc42                    fedora                550.0 KiB
-  libsodium                               x86_64 1.0.20-4.fc42                   fedora                389.1 KiB
-  libsoup3                                x86_64 3.6.5-6.fc42                    updates                 1.1 MiB
-  libssh-devel                            x86_64 0.11.3-1.fc42                   updates               178.0 KiB
-  libswresample-free                      x86_64 7.1.2-1.fc42                    updates               147.4 KiB
-  libtalloc                               x86_64 2.4.3-2.fc42                    fedora                 64.1 KiB
-  libtdb                                  x86_64 1.4.13-2.fc42                   fedora                100.5 KiB
-  libtevent                               x86_64 0.16.2-2.fc42                   fedora                101.4 KiB
-  libtextstyle                            x86_64 0.23.1-2.fc42                   fedora                207.5 KiB
-  libthai                                 x86_64 0.1.29-10.fc42                  fedora                783.4 KiB
-  libtheora                               x86_64 1:1.1.1-39.fc42                 fedora                481.3 KiB
-  libtiff                                 x86_64 4.7.0-8.fc42                    updates               619.1 KiB
-  libtinysparql                           x86_64 3.9.2-1.fc42                    updates                 1.3 MiB
-  libudfread                              x86_64 1.1.2-11.fc42                   fedora                 65.9 KiB
-  libunwind                               x86_64 1.8.1-2.fc42                    fedora                194.1 KiB
-  libusbmuxd                              x86_64 2.1.0-3.fc42                    fedora                 75.2 KiB
-  libuv                                   x86_64 1:1.51.0-1.fc42                 updates               570.2 KiB
-  libva                                   x86_64 2.22.0-4.fc42                   fedora                329.4 KiB
-  libvdpau                                x86_64 1.5-9.fc42                      fedora                 20.7 KiB
-  libverto-devel                          x86_64 0.3.2-10.fc42                   fedora                 25.7 KiB
-  libvisual                               x86_64 1:0.4.2-1.fc42                  updates               494.1 KiB
-  libvmaf                                 x86_64 3.0.0-3.fc42                    fedora                827.0 KiB
-  libvorbis                               x86_64 1:1.3.7-12.fc42                 fedora                833.4 KiB
-  libvpl                                  x86_64 1:2.15.0-2.fc42                 updates               426.5 KiB
-  libvpx                                  x86_64 1.15.0-3.fc42                   updates                 3.3 MiB
-  libwayland-client                       x86_64 1.24.0-1.fc42                   updates                62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc42                   updates                37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc42                   updates                12.4 KiB
-  libwayland-server                       x86_64 1.24.0-1.fc42                   updates                78.5 KiB
-  libwbclient                             x86_64 2:4.22.6-1.fc42                 updates                68.6 KiB
-  libwebp                                 x86_64 1.5.0-2.fc42                    fedora                947.6 KiB
-  libxml2-devel                           x86_64 2.12.10-1.fc42                  fedora                  3.4 MiB
-  libxshmfence                            x86_64 1.3.2-6.fc42                    fedora                 12.4 KiB
-  libxslt                                 x86_64 1.1.43-1.fc42                   fedora                456.1 KiB
-  libyuv                                  x86_64 0-0.56.20240704git96bbdb5.fc42  fedora                683.6 KiB
-  libzstd-devel                           x86_64 1.5.7-1.fc42                    fedora                208.0 KiB
-  llvm19                                  x86_64 19.1.7-13.fc42                  updates                74.7 MiB
-  llvm19-filesystem                       x86_64 19.1.7-13.fc42                  updates                 0.0   B
-  llvm19-googletest                       x86_64 19.1.7-13.fc42                  updates                 2.4 MiB
-  llvm19-libs                             x86_64 19.1.7-13.fc42                  updates               124.0 MiB
-  llvm19-static                           x86_64 19.1.7-13.fc42                  updates               337.0 MiB
-  llvm19-test                             x86_64 19.1.7-13.fc42                  updates                 2.1 MiB
-  lm_sensors-libs                         x86_64 3.6.0-22.fc42                   fedora                 85.8 KiB
-  lmdb-libs                               x86_64 0.9.33-3.fc42                   fedora                105.4 KiB
-  lpcnetfreedv                            x86_64 0.5-8.fc42                      fedora                 14.8 MiB
-  lttng-ust                               x86_64 2.13.8-4.fc42                   fedora                  1.1 MiB
-  mbedtls                                 x86_64 3.6.5-1.fc42                    updates                 1.3 MiB
-  mesa-dri-drivers                        x86_64 25.1.9-1.fc42                   updates                46.7 MiB
-  mesa-filesystem                         x86_64 25.1.9-1.fc42                   updates                 3.6 KiB
-  mesa-libEGL                             x86_64 25.1.9-1.fc42                   updates               334.9 KiB
-  mesa-libGL                              x86_64 25.1.9-1.fc42                   updates               306.2 KiB
-  mesa-libGLU                             x86_64 9.0.3-6.fc42                    fedora                361.7 KiB
-  mesa-libGLU-devel                       x86_64 9.0.3-6.fc42                    fedora                 17.0 KiB
-  mesa-libgbm                             x86_64 25.1.9-1.fc42                   updates                19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-1.fc42                  updates               814.0 KiB
-  ncurses-c++-libs                        x86_64 6.5-5.20250125.fc42             fedora                153.6 KiB
-  ncurses-devel                           x86_64 6.5-5.20250125.fc42             fedora                883.7 KiB
-  nspr                                    x86_64 4.37.0-4.fc42                   updates               315.5 KiB
-  nss                                     x86_64 3.117.0-1.fc42                  updates                 1.9 MiB
-  nss-softokn                             x86_64 3.117.0-1.fc42                  updates                 2.0 MiB
-  nss-softokn-freebl                      x86_64 3.117.0-1.fc42                  updates               848.4 KiB
-  nss-sysinit                             x86_64 3.117.0-1.fc42                  updates                18.1 KiB
-  nss-util                                x86_64 3.117.0-1.fc42                  updates               204.8 KiB
-  openblas                                x86_64 0.3.29-1.fc42                   fedora                111.7 KiB
-  openblas-openmp                         x86_64 0.3.29-1.fc42                   fedora                 43.7 MiB
-  openblas-openmp64                       x86_64 0.3.29-1.fc42                   fedora                 43.9 MiB
-  openblas-openmp64_                      x86_64 0.3.29-1.fc42                   fedora                 43.9 MiB
-  openblas-serial                         x86_64 0.3.29-1.fc42                   fedora                 41.5 MiB
-  openblas-serial64                       x86_64 0.3.29-1.fc42                   fedora                 41.7 MiB
-  openblas-serial64_                      x86_64 0.3.29-1.fc42                   fedora                 41.7 MiB
-  openblas-srpm-macros                    noarch 2-19.fc42                       fedora                112.0   B
-  openblas-threads                        x86_64 0.3.29-1.fc42                   fedora                 43.7 MiB
-  openblas-threads64                      x86_64 0.3.29-1.fc42                   fedora                 43.8 MiB
-  openblas-threads64_                     x86_64 0.3.29-1.fc42                   fedora                 43.8 MiB
-  opencore-amr                            x86_64 0.1.6-8.fc42                    fedora                348.7 KiB
-  openh264                                x86_64 2.5.1-1.fc42                    fedora-cisco-openh264   1.1 MiB
-  openjpeg                                x86_64 2.5.4-1.fc42                    updates               456.3 KiB
-  openpgm                                 x86_64 5.3.128-4.fc42                  fedora                316.3 KiB
-  opus                                    x86_64 1.5.2-2.fc42                    fedora                427.5 KiB
-  orc                                     x86_64 0.4.41-1.fc42                   fedora                726.3 KiB
-  osinfo-db                               noarch 20250124-1.fc42                 fedora                  3.9 MiB
-  osinfo-db-tools                         x86_64 1.12.0-2.fc42                   fedora                190.9 KiB
-  pango                                   x86_64 1.56.4-2.fc42                   updates                 1.0 MiB
-  pcre2-devel                             x86_64 10.46-1.fc42                    updates                 2.1 MiB
-  pcre2-utf16                             x86_64 10.46-1.fc42                    updates               626.3 KiB
-  pcre2-utf32                             x86_64 10.46-1.fc42                    updates               602.2 KiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.9-1.fc42                    updates               496.6 KiB
-  pipewire-libs                           x86_64 1.4.9-1.fc42                    updates                 8.6 MiB
-  pixman                                  x86_64 0.46.2-1.fc42                   updates               710.3 KiB
-  pixman-devel                            x86_64 0.46.2-1.fc42                   updates                56.1 KiB
-  poppler                                 x86_64 25.02.0-3.fc42                  updates                 3.7 MiB
-  poppler-data                            noarch 0.4.11-9.fc42                   fedora                 12.3 MiB
-  poppler-glib                            x86_64 25.02.0-3.fc42                  updates               612.3 KiB
-  publicsuffix-list                       noarch 20250616-1.fc42                 updates               332.8 KiB
-  pulseaudio-libs                         x86_64 17.0-5.fc42                     fedora                  3.4 MiB
-  python3-packaging                       noarch 24.2-3.fc42                     fedora                555.7 KiB
-  rav1e-libs                              x86_64 0.7.1-8.fc42                    updates                 3.0 MiB
-  rhash                                   x86_64 1.4.5-2.fc42                    fedora                351.0 KiB
-  rtkit                                   x86_64 0.11-66.fc42                    fedora                138.1 KiB
-  samba-client-libs                       x86_64 2:4.22.6-1.fc42                 updates                19.5 MiB
-  samba-common                            noarch 2:4.22.6-1.fc42                 updates               208.5 KiB
-  samba-common-libs                       x86_64 2:4.22.6-1.fc42                 updates               259.4 KiB
-  sdl12-compat                            x86_64 1.2.68-5.fc42                   fedora                195.5 KiB
-  sdl2-compat                             x86_64 2.32.56-1.fc42                  updates               399.7 KiB
-  shared-mime-info                        x86_64 2.3-7.fc42                      fedora                  5.2 MiB
-  snappy                                  x86_64 1.2.1-4.fc42                    fedora                 71.3 KiB
-  sound-theme-freedesktop                 noarch 0.8-23.fc42                     fedora                460.4 KiB
-  soxr                                    x86_64 0.1.3-18.fc42                   fedora                191.5 KiB
-  speex                                   x86_64 1.2.0-19.fc42                   fedora                128.5 KiB
-  spirv-tools-libs                        x86_64 2025.2-2.fc42                   updates                 5.8 MiB
-  srt-libs                                x86_64 1.5.4-2.fc42                    fedora                997.8 KiB
-  svt-av1-libs                            x86_64 2.3.0-1.fc42                    fedora                  5.6 MiB
-  sysprof-capture-devel                   x86_64 48.1-1.fc42                     updates               274.0 KiB
-  totem-pl-parser                         x86_64 3.26.6-12.fc42                  fedora                308.3 KiB
-  twolame-libs                            x86_64 0.4.0-6.fc42                    fedora                165.5 KiB
-  uchardet                                x86_64 0.0.8-7.fc42                    fedora                275.6 KiB
-  upower-libs                             x86_64 1.90.10-1.fc42                  updates               170.8 KiB
-  vim-filesystem                          noarch 2:9.1.1888-1.fc42               updates                40.0   B
-  vo-amrwbenc                             x86_64 0.1.3-22.fc42                   fedora                153.9 KiB
-  webrtc-audio-processing                 x86_64 1.3-5.fc42                      fedora                  1.4 MiB
-  wireplumber                             x86_64 0.5.12-1.fc42                   updates               408.6 KiB
-  wireplumber-libs                        x86_64 0.5.12-1.fc42                   updates                 1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-1.fc42                   updates                 1.8 MiB
-  xml-common                              noarch 0.6.3-66.fc42                   fedora                 78.4 KiB
-  xprop                                   x86_64 1.2.8-3.fc42                    fedora                 54.7 KiB
-  xvidcore                                x86_64 1.3.7-13.fc42                   fedora                878.4 KiB
-  xz-devel                                x86_64 1:5.8.1-2.fc42                  updates               258.8 KiB
-  zeromq                                  x86_64 4.3.5-21.fc42                   fedora                890.1 KiB
-  zvbi                                    x86_64 0.2.43-2.fc42                   fedora                  1.2 MiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 48.2-2.fc42                     fedora                  5.4 MiB
-  adwaita-sans-fonts                      noarch 48.2-2.fc42                     fedora                  1.7 MiB
-  avif-pixbuf-loader                      x86_64 1.1.1-1.fc42                    fedora                 19.5 KiB
-  dconf                                   x86_64 0.40.0-15.fc42                  fedora                315.4 KiB
-  exiv2                                   x86_64 0.28.6-2.fc42                   updates                12.2 MiB
-  glib-networking                         x86_64 2.80.1-1.fc42                   fedora                742.9 KiB
-  intel-mediasdk                          x86_64 23.2.2-7.fc42                   fedora                 22.5 MiB
-  intel-vpl-gpu-rt                        x86_64 25.3.4-1.fc42                   updates                11.7 MiB
-  jxl-pixbuf-loader                       x86_64 1:0.11.1-4.fc42                 updates                29.2 KiB
-  libcamera-ipa                           x86_64 0.4.0-4.fc42                    fedora                548.2 KiB
-  libcanberra-gtk3                        x86_64 0.30-37.fc42                    fedora                 78.7 KiB
-  localsearch                             x86_64 3.9.0-1.fc42                    fedora                  3.8 MiB
-  logrotate                               x86_64 3.22.0-3.fc42                   fedora                148.9 KiB
-  low-memory-monitor                      x86_64 2.1-12.fc42                     fedora                 66.0 KiB
-  mesa-va-drivers                         x86_64 25.1.9-1.fc42                   updates               115.0   B
-  pipewire                                x86_64 1.4.9-1.fc42                    updates               430.9 KiB
-  pipewire-alsa                           x86_64 1.4.9-1.fc42                    updates               158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.9-1.fc42                    updates                30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.9-1.fc42                    updates               146.6 KiB
-  pipewire-pulseaudio                     x86_64 1.4.9-1.fc42                    updates               436.1 KiB
-  rsvg-pixbuf-loader                      x86_64 2.60.0-2.fc42                   updates               339.4 KiB
-  tinysparql                              x86_64 3.9.2-1.fc42                    updates                 2.5 MiB
-  upower                                  x86_64 1.90.10-1.fc42                  updates               280.9 KiB
-  usbmuxd                                 x86_64 1.1.1^20240915git0b1b233-4.fc42 fedora                149.1 KiB
-  webp-pixbuf-loader                      x86_64 0.2.7-3.fc42                    fedora                 28.6 KiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-1.fc42                   fedora                469.2 KiB
- 
- Transaction Summary:
-  Installing:       341 packages
- 
- Total size of inbound packages is 300 MiB. Need to download 300 MiB.
- After this operation, 1 GiB extra will be used (install 1 GiB, remove 0 B).
- [  1/341] ninja-build-0:1.12.1-4.fc42.x 100% |   1.2 MiB/s | 187.8 KiB |  00m00s
- [  2/341] cmake-filesystem-0:3.31.6-2.f 100% |  69.8 KiB/s |  17.6 KiB |  00m00s
- [  3/341] sdl2-compat-0:2.32.56-1.fc42. 100% | 301.2 KiB/s | 134.9 KiB |  00m00s
- [  4/341] sdl2-compat-devel-0:2.32.56-1 100% | 705.4 KiB/s | 395.7 KiB |  00m01s
- [  5/341] cairo-0:1.18.2-3.fc42.x86_64  100% |  11.9 MiB/s | 731.8 KiB |  00m00s
- [  6/341] SDL3-0:3.2.24-1.fc42.x86_64   100% |   3.5 MiB/s |   1.0 MiB |  00m00s
- [  7/341] cairo-devel-0:1.18.2-3.fc42.x 100% | 600.3 KiB/s | 192.1 KiB |  00m00s
- [  8/341] fontconfig-0:2.16.0-2.fc42.x8 100% |   1.5 MiB/s | 272.0 KiB |  00m00s
- [  9/341] libXext-0:1.3.6-3.fc42.x86_64 100% | 374.1 KiB/s |  39.3 KiB |  00m00s
- [ 10/341] libXrender-0:0.9.12-2.fc42.x8 100% | 236.2 KiB/s |  26.9 KiB |  00m00s
- [ 11/341] default-fonts-core-sans-0:4.2 100% |   3.4 MiB/s |  31.3 KiB |  00m00s
- [ 12/341] freetype-0:2.13.3-2.fc42.x86_ 100% |   1.5 MiB/s | 415.5 KiB |  00m00s
- [ 13/341] xml-common-0:0.6.3-66.fc42.no 100% | 315.2 KiB/s |  31.2 KiB |  00m00s
- [ 14/341] libpng-2:1.6.44-2.fc42.x86_64 100% | 659.0 KiB/s | 123.9 KiB |  00m00s
- [ 15/341] abattis-cantarell-vf-fonts-0: 100% |   1.3 MiB/s | 120.3 KiB |  00m00s
- [ 16/341] google-noto-sans-vf-fonts-0:2 100% | 918.6 KiB/s | 614.5 KiB |  00m01s
- [ 17/341] google-noto-fonts-common-0:20 100% |   4.2 MiB/s |  17.1 KiB |  00m00s
- [ 18/341] harfbuzz-0:10.4.0-1.fc42.x86_ 100% |   1.3 MiB/s |   1.1 MiB |  00m01s
- [ 19/341] graphite2-0:1.3.14-18.fc42.x8 100% |  76.9 KiB/s |  95.8 KiB |  00m01s
- [ 20/341] jsoncpp-0:1.9.6-1.fc42.x86_64 100% | 550.5 KiB/s | 103.5 KiB |  00m00s
- [ 21/341] rhash-0:1.4.5-2.fc42.x86_64   100% | 704.6 KiB/s | 198.7 KiB |  00m00s
- [ 22/341] gmp-devel-1:6.3.0-4.fc42.x86_ 100% |   1.1 MiB/s | 174.4 KiB |  00m00s
- [ 23/341] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 313.5 KiB/s |  18.5 KiB |  00m00s
- [ 24/341] cmake-data-0:3.31.6-2.fc42.no 100% |   1.6 MiB/s |   2.5 MiB |  00m02s
- [ 25/341] libev-devel-0:4.33-13.fc42.x8 100% | 369.3 KiB/s | 100.1 KiB |  00m00s
- [ 26/341] libev-0:4.33-13.fc42.x86_64   100% | 476.3 KiB/s |  53.4 KiB |  00m00s
- [ 27/341] libffi-devel-0:3.4.6-5.fc42.x 100% |   1.4 MiB/s |  28.8 KiB |  00m00s
- [ 28/341] libcurl-devel-0:8.11.1-6.fc42 100% |   1.1 MiB/s | 881.9 KiB |  00m01s
- [ 29/341] llvm19-devel-0:19.1.7-13.fc42 100% |   2.8 MiB/s |   4.2 MiB |  00m02s
- [ 30/341] llvm19-googletest-0:19.1.7-13 100% |   1.5 MiB/s | 437.0 KiB |  00m00s
- [ 31/341] llvm19-libs-0:19.1.7-13.fc42. 100% |   7.5 MiB/s |  31.4 MiB |  00m04s
- [ 32/341] llvm19-0:19.1.7-13.fc42.x86_6 100% |   2.7 MiB/s |  21.2 MiB |  00m08s
- [ 33/341] llvm19-test-0:19.1.7-13.fc42. 100% |   2.1 MiB/s | 714.1 KiB |  00m00s
- [ 34/341] llvm19-filesystem-0:19.1.7-13 100% | 194.0 KiB/s |  13.8 KiB |  00m00s
- [ 35/341] openblas-devel-0:0.3.29-1.fc4 100% |   2.2 MiB/s |  82.6 KiB |  00m00s
- [ 36/341] openblas-0:0.3.29-1.fc42.x86_ 100% |   1.6 MiB/s |  42.3 KiB |  00m00s
- [ 37/341] llvm19-static-0:19.1.7-13.fc4 100% |   7.8 MiB/s |  45.3 MiB |  00m06s
- [ 38/341] openblas-openmp64-0:0.3.29-1. 100% | 426.4 KiB/s |   5.2 MiB |  00m13s
- [ 39/341] openblas-openmp-0:0.3.29-1.fc 100% | 332.6 KiB/s |   5.4 MiB |  00m17s
- [ 40/341] cmake-0:3.31.6-2.fc42.x86_64  100% | 387.4 KiB/s |  12.2 MiB |  00m32s
- [ 41/341] openblas-openmp64_-0:0.3.29-1 100% | 750.9 KiB/s |   5.2 MiB |  00m07s
- [ 42/341] openblas-serial-0:0.3.29-1.fc 100% | 712.3 KiB/s |   5.1 MiB |  00m07s
- [ 43/341] openblas-srpm-macros-0:2-19.f 100% | 970.7 KiB/s |   7.8 KiB |  00m00s
- [ 44/341] openblas-serial64-0:0.3.29-1. 100% | 901.1 KiB/s |   5.0 MiB |  00m06s
- [ 45/341] openblas-serial64_-0:0.3.29-1 100% | 913.3 KiB/s |   5.0 MiB |  00m06s
- [ 46/341] openblas-threads-0:0.3.29-1.f 100% |   1.1 MiB/s |   5.4 MiB |  00m05s
- [ 47/341] openssl-devel-1:3.2.6-2.fc42. 100% |   6.2 MiB/s |   2.8 MiB |  00m00s
- [ 48/341] zlib-ng-compat-devel-0:2.2.5- 100% |   2.5 MiB/s |  38.3 KiB |  00m00s
- [ 49/341] libgfortran-0:15.2.1-3.fc42.x 100% |   9.8 MiB/s | 971.8 KiB |  00m00s
- [ 50/341] vim-filesystem-2:9.1.1888-1.f 100% | 274.7 KiB/s |  15.4 KiB |  00m00s
- [ 51/341] fonts-filesystem-1:2.0.5-22.f 100% | 300.9 KiB/s |   8.7 KiB |  00m00s
- [ 52/341] libuv-1:1.51.0-1.fc42.x86_64  100% |   2.4 MiB/s | 266.3 KiB |  00m00s
- [ 53/341] pixman-devel-0:0.46.2-1.fc42. 100% | 309.7 KiB/s |  18.0 KiB |  00m00s
- [ 54/341] fontconfig-devel-0:2.16.0-2.f 100% |   5.4 MiB/s | 167.3 KiB |  00m00s
- [ 55/341] gettext-0:0.23.1-2.fc42.x86_6 100% |   1.3 MiB/s |   1.1 MiB |  00m01s
- [ 56/341] openblas-threads64-0:0.3.29-1 100% |   1.7 MiB/s |   5.2 MiB |  00m03s
- [ 57/341] gettext-runtime-0:0.23.1-2.fc 100% |   1.9 MiB/s | 116.1 KiB |  00m00s
- [ 58/341] libtextstyle-0:0.23.1-2.fc42. 100% |   3.3 MiB/s |  92.1 KiB |  00m00s
- [ 59/341] gettext-envsubst-0:0.23.1-2.f 100% |   4.6 MiB/s |  37.7 KiB |  00m00s
- [ 60/341] gettext-libs-0:0.23.1-2.fc42. 100% |   2.8 MiB/s | 760.4 KiB |  00m00s
- [ 61/341] libXext-devel-0:1.3.6-3.fc42. 100% |   6.4 MiB/s |  85.3 KiB |  00m00s
- [ 62/341] libXrender-devel-0:0.9.12-2.f 100% |   4.7 MiB/s |  19.1 KiB |  00m00s
- [ 63/341] libpng-devel-2:1.6.44-2.fc42. 100% |   7.1 MiB/s | 291.9 KiB |  00m00s
- [ 64/341] freetype-devel-0:2.13.3-2.fc4 100% |   6.6 MiB/s |   1.0 MiB |  00m00s
- [ 65/341] libglvnd-devel-1:1.7.0-7.fc42 100% |   4.8 MiB/s | 161.8 KiB |  00m00s
- [ 66/341] libglvnd-1:1.7.0-7.fc42.x86_6 100% |   5.6 MiB/s | 114.4 KiB |  00m00s
- [ 67/341] pixman-0:0.46.2-1.fc42.x86_64 100% |   2.6 MiB/s | 292.7 KiB |  00m00s
- [ 68/341] libglvnd-core-devel-1:1.7.0-7 100% |   3.4 MiB/s |  17.4 KiB |  00m00s
- [ 69/341] libglvnd-egl-1:1.7.0-7.fc42.x 100% |   7.1 MiB/s |  36.3 KiB |  00m00s
- [ 70/341] libglvnd-gles-1:1.7.0-7.fc42. 100% |   2.8 MiB/s |  28.6 KiB |  00m00s
- [ 71/341] libglvnd-opengl-1:1.7.0-7.fc4 100% |   3.6 MiB/s |  37.4 KiB |  00m00s
- [ 72/341] libglvnd-glx-1:1.7.0-7.fc42.x 100% |   6.8 MiB/s | 133.1 KiB |  00m00s
- [ 73/341] mesa-libGLU-devel-0:9.0.3-6.f 100% |   2.4 MiB/s |  12.1 KiB |  00m00s
- [ 74/341] mesa-libGLU-0:9.0.3-6.fc42.x8 100% |   3.9 MiB/s | 167.1 KiB |  00m00s
- [ 75/341] libedit-devel-0:3.1-56.202510 100% | 843.3 KiB/s |  40.5 KiB |  00m00s
- [ 76/341] ncurses-c++-libs-0:6.5-5.2025 100% |   4.6 MiB/s |  37.9 KiB |  00m00s
- [ 77/341] libzstd-devel-0:1.5.7-1.fc42. 100% |   4.3 MiB/s |  53.1 KiB |  00m00s
- [ 78/341] ncurses-devel-0:6.5-5.2025012 100% |   7.4 MiB/s | 583.5 KiB |  00m00s
- [ 79/341] krb5-devel-0:1.21.3-6.fc42.x8 100% |   2.2 MiB/s | 142.5 KiB |  00m00s
- [ 80/341] libssh-devel-0:0.11.3-1.fc42. 100% |   1.0 MiB/s |  41.8 KiB |  00m00s
- [ 81/341] brotli-devel-0:1.1.0-6.fc42.x 100% |   8.3 MiB/s |  33.9 KiB |  00m00s
- [ 82/341] brotli-0:1.1.0-6.fc42.x86_64  100% |   4.9 MiB/s |  19.9 KiB |  00m00s
- [ 83/341] libidn2-devel-0:2.3.8-1.fc42. 100% |   6.9 MiB/s |  64.0 KiB |  00m00s
- [ 84/341] libnghttp2-devel-0:1.64.0-3.f 100% |   6.0 MiB/s |  55.7 KiB |  00m00s
- [ 85/341] libpsl-devel-0:0.21.5-5.fc42. 100% |   8.1 MiB/s |  33.2 KiB |  00m00s
- [ 86/341] openblas-threads64_-0:0.3.29- 100% |   2.1 MiB/s |   5.2 MiB |  00m03s
- [ 87/341] libsepol-devel-0:3.8-1.fc42.x 100% |   5.3 MiB/s |  48.4 KiB |  00m00s
- [ 88/341] keyutils-libs-devel-0:1.6.3-5 100% |   4.9 MiB/s |  59.9 KiB |  00m00s
- [ 89/341] libselinux-devel-0:3.8-3.fc42 100% |   2.7 MiB/s | 151.4 KiB |  00m00s
- [ 90/341] libcom_err-devel-0:1.47.2-3.f 100% |   3.3 MiB/s |  16.7 KiB |  00m00s
- [ 91/341] libverto-devel-0:0.3.2-10.fc4 100% |   2.3 MiB/s |  14.4 KiB |  00m00s
- [ 92/341] publicsuffix-list-0:20250616- 100% |   2.2 MiB/s |  89.9 KiB |  00m00s
- [ 93/341] libkadm5-0:1.21.3-6.fc42.x86_ 100% | 279.7 KiB/s |  76.4 KiB |  00m00s
- [ 94/341] libXxf86vm-0:1.1.6-2.fc42.x86 100% |   4.4 MiB/s |  17.9 KiB |  00m00s
- [ 95/341] mesa-filesystem-0:25.1.9-1.fc 100% | 440.5 KiB/s |   8.8 KiB |  00m00s
- [ 96/341] libxshmfence-0:1.3.2-6.fc42.x 100% |   2.6 MiB/s |  13.3 KiB |  00m00s
- [ 97/341] lm_sensors-libs-0:3.6.0-22.fc 100% |   7.9 MiB/s |  40.4 KiB |  00m00s
- [ 98/341] mesa-libgbm-0:25.1.9-1.fc42.x 100% | 436.1 KiB/s |  14.8 KiB |  00m00s
- [ 99/341] mesa-libEGL-0:25.1.9-1.fc42.x 100% |   1.6 MiB/s | 126.9 KiB |  00m00s
- [100/341] bzip2-devel-0:1.0.8-20.fc42.x 100% |   3.3 MiB/s | 213.7 KiB |  00m00s
- [101/341] harfbuzz-devel-0:10.4.0-1.fc4 100% |   4.5 MiB/s | 453.7 KiB |  00m00s
- [102/341] harfbuzz-cairo-0:10.4.0-1.fc4 100% |   3.7 MiB/s |  30.1 KiB |  00m00s
- [103/341] harfbuzz-icu-0:10.4.0-1.fc42. 100% |   3.8 MiB/s |  15.4 KiB |  00m00s
- [104/341] mesa-libGL-0:25.1.9-1.fc42.x8 100% | 273.2 KiB/s | 121.8 KiB |  00m00s
- [105/341] libdrm-0:2.4.128-3.fc42.x86_6 100% |   3.0 MiB/s | 162.0 KiB |  00m00s
- [106/341] libpciaccess-0:0.16-15.fc42.x 100% |   2.9 MiB/s |  26.3 KiB |  00m00s
- [107/341] mesa-dri-drivers-0:25.1.9-1.f 100% |  25.2 MiB/s |  12.5 MiB |  00m00s
- [108/341] libwayland-client-0:1.24.0-1. 100% | 841.2 KiB/s |  33.6 KiB |  00m00s
- [109/341] libwayland-server-0:1.24.0-1. 100% | 782.5 KiB/s |  41.5 KiB |  00m00s
- [110/341] libxml2-devel-0:2.12.10-1.fc4 100% |   3.2 MiB/s | 523.7 KiB |  00m00s
- [111/341] libwayland-cursor-0:1.24.0-1. 100% | 255.1 KiB/s |  18.9 KiB |  00m00s
- [112/341] libdecor-0:0.2.4-1.fc42.x86_6 100% | 473.8 KiB/s |  57.8 KiB |  00m00s
- [113/341] cairo-gobject-0:1.18.2-3.fc42 100% |   3.4 MiB/s |  17.3 KiB |  00m00s
- [114/341] colord-libs-0:1.4.7-6.fc42.x8 100% |   5.1 MiB/s | 231.1 KiB |  00m00s
- [115/341] fribidi-0:1.0.16-2.fc42.x86_6 100% |   6.5 MiB/s |  53.6 KiB |  00m00s
- [116/341] spirv-tools-libs-0:2025.2-2.f 100% |   6.9 MiB/s |   1.5 MiB |  00m00s
- [117/341] gtk-update-icon-cache-0:3.24. 100% |   4.1 MiB/s |  33.8 KiB |  00m00s
- [118/341] libXcomposite-0:0.4.6-5.fc42. 100% |   5.9 MiB/s |  24.3 KiB |  00m00s
- [119/341] hicolor-icon-theme-0:0.17-20. 100% |   4.9 MiB/s |  65.7 KiB |  00m00s
- [120/341] libXdamage-0:1.1.6-5.fc42.x86 100% |   4.6 MiB/s |  23.4 KiB |  00m00s
- [121/341] libXcursor-0:1.2.3-2.fc42.x86 100% |   3.8 MiB/s |  31.4 KiB |  00m00s
- [122/341] libXfixes-0:6.0.1-5.fc42.x86_ 100% |   4.7 MiB/s |  19.1 KiB |  00m00s
- [123/341] libXi-0:1.8.2-2.fc42.x86_64   100% |   4.9 MiB/s |  40.5 KiB |  00m00s
- [124/341] libXinerama-0:1.1.5-8.fc42.x8 100% |   3.5 MiB/s |  14.3 KiB |  00m00s
- [125/341] libXrandr-0:1.5.4-5.fc42.x86_ 100% |   6.8 MiB/s |  27.8 KiB |  00m00s
- [126/341] libcloudproviders-0:0.3.6-1.f 100% |   5.1 MiB/s |  46.8 KiB |  00m00s
- [127/341] libepoxy-0:1.5.10-9.fc42.x86_ 100% |   7.5 MiB/s | 229.9 KiB |  00m00s
- [128/341] lcms2-0:2.16-5.fc42.x86_64    100% |   6.9 MiB/s | 184.1 KiB |  00m00s
- [129/341] libgusb-0:0.4.9-3.fc42.x86_64 100% |   7.1 MiB/s |  65.3 KiB |  00m00s
- [130/341] pcre2-utf16-0:10.46-1.fc42.x8 100% |   1.9 MiB/s | 241.6 KiB |  00m00s
- [131/341] pcre2-devel-0:10.46-1.fc42.x8 100% |   3.4 MiB/s | 543.1 KiB |  00m00s
- [132/341] pcre2-utf32-0:10.46-1.fc42.x8 100% |   2.4 MiB/s | 228.8 KiB |  00m00s
- [133/341] libXft-0:2.3.8-8.fc42.x86_64  100% |   5.5 MiB/s |  72.9 KiB |  00m00s
- [134/341] libthai-0:0.1.29-10.fc42.x86_ 100% |   6.7 MiB/s | 211.5 KiB |  00m00s
- [135/341] libdatrie-0:0.2.13-11.fc42.x8 100% |   3.2 MiB/s |  32.4 KiB |  00m00s
- [136/341] xz-devel-1:5.8.1-2.fc42.x86_6 100% |   1.1 MiB/s |  67.0 KiB |  00m00s
- [137/341] hwdata-0:0.400-1.fc42.noarch  100% |  16.9 MiB/s |   1.7 MiB |  00m00s
- [138/341] json-glib-0:1.10.8-1.fc42.x86 100% |   6.7 MiB/s | 172.4 KiB |  00m00s
- [139/341] glib2-devel-0:2.84.4-1.fc42.x 100% |  15.7 MiB/s |   1.5 MiB |  00m00s
- [140/341] pango-0:1.56.4-2.fc42.x86_64  100% | 862.9 KiB/s | 351.2 KiB |  00m00s
- [141/341] graphite2-devel-0:1.3.14-18.f 100% |   2.3 MiB/s |  20.8 KiB |  00m00s
- [142/341] python3-packaging-0:24.2-3.fc 100% |   5.6 MiB/s | 154.0 KiB |  00m00s
- [143/341] libicu-devel-0:76.1-4.fc42.x8 100% |   8.4 MiB/s | 793.5 KiB |  00m00s
- [144/341] adwaita-cursor-theme-0:48.1-1 100% |   3.6 MiB/s | 379.5 KiB |  00m00s
- [145/341] gtk3-0:3.24.49-2.fc42.x86_64  100% |   4.8 MiB/s |   5.8 MiB |  00m01s
- [146/341] at-spi2-atk-0:2.56.6-1.fc42.x 100% |   1.4 MiB/s |  86.3 KiB |  00m00s
- [147/341] adwaita-icon-theme-legacy-0:4 100% |   7.0 MiB/s |   2.5 MiB |  00m00s
- [148/341] atk-0:2.56.6-1.fc42.x86_64    100% |   1.1 MiB/s |  80.0 KiB |  00m00s
- [149/341] libXtst-0:1.2.5-2.fc42.x86_64 100% |   4.0 MiB/s |  20.7 KiB |  00m00s
- [150/341] at-spi2-core-0:2.56.6-1.fc42. 100% |   3.7 MiB/s | 382.9 KiB |  00m00s
- [151/341] xprop-0:1.2.8-3.fc42.x86_64   100% |   4.3 MiB/s |  35.0 KiB |  00m00s
- [152/341] cups-filesystem-1:2.4.14-2.fc 100% | 488.4 KiB/s |  12.7 KiB |  00m00s
- [153/341] cups-libs-1:2.4.14-2.fc42.x86 100% |   5.4 MiB/s | 261.3 KiB |  00m00s
- [154/341] avahi-libs-0:0.9~rc2-2.fc42.x 100% |   1.1 MiB/s |  69.1 KiB |  00m00s
- [155/341] adwaita-icon-theme-0:48.1-1.f 100% | 537.5 KiB/s | 398.8 KiB |  00m01s
- [156/341] shared-mime-info-0:2.3-7.fc42 100% |   6.2 MiB/s | 393.7 KiB |  00m00s
- [157/341] gdk-pixbuf2-modules-0:2.42.12 100% | 431.1 KiB/s |  28.0 KiB |  00m00s
- [158/341] avahi-glib-0:0.9~rc2-2.fc42.x 100% |   3.0 MiB/s |  15.3 KiB |  00m00s
- [159/341] libwayland-egl-0:1.24.0-1.fc4 100% | 125.0 KiB/s |  12.4 KiB |  00m00s
- [160/341] gdk-pixbuf2-0:2.42.12-12.fc42 100% |   1.6 MiB/s | 488.9 KiB |  00m00s
- [161/341] sysprof-capture-devel-0:48.1- 100% |   2.3 MiB/s |  56.0 KiB |  00m00s
- [162/341] libmount-devel-0:2.40.4-7.fc4 100% |   5.8 MiB/s |  23.9 KiB |  00m00s
- [163/341] libtinysparql-0:3.9.2-1.fc42. 100% |   1.6 MiB/s | 373.6 KiB |  00m00s
- [164/341] jbigkit-libs-0:2.1-31.fc42.x8 100% |   5.8 MiB/s |  53.3 KiB |  00m00s
- [165/341] liblerc-0:4.0.0-8.fc42.x86_64 100% |   7.6 MiB/s | 216.7 KiB |  00m00s
- [166/341] libtiff-0:4.7.0-8.fc42.x86_64 100% |   4.0 MiB/s | 221.2 KiB |  00m00s
- [167/341] libwebp-0:1.5.0-2.fc42.x86_64 100% |   8.0 MiB/s | 320.6 KiB |  00m00s
- [168/341] libblkid-devel-0:2.40.4-7.fc4 100% | 793.0 KiB/s |  23.0 KiB |  00m00s
- [169/341] libjpeg-turbo-0:3.1.2-1.fc42. 100% |   3.6 MiB/s | 236.9 KiB |  00m00s
- [170/341] xdg-desktop-portal-gtk-0:1.15 100% |   6.1 MiB/s | 143.8 KiB |  00m00s
- [171/341] mesa-va-drivers-0:25.1.9-1.fc 100% | 138.1 KiB/s |   7.6 KiB |  00m00s
- [172/341] exempi-0:2.6.4-7.fc42.x86_64  100% |   3.0 MiB/s | 583.5 KiB |  00m00s
- [173/341] libcue-0:2.3.0-11.fc42.x86_64 100% | 575.7 KiB/s |  35.1 KiB |  00m00s
- [174/341] libsoup3-0:3.6.5-6.fc42.x86_6 100% | 765.5 KiB/s | 391.2 KiB |  00m01s
- [175/341] localsearch-0:3.9.0-1.fc42.x8 100% |   3.0 MiB/s | 932.4 KiB |  00m00s
- [176/341] libgudev-0:238-7.fc42.x86_64  100% |   2.3 MiB/s |  34.9 KiB |  00m00s
- [177/341] libgsf-0:1.14.53-3.fc42.x86_6 100% |   6.9 MiB/s | 262.8 KiB |  00m00s
- [178/341] libgxps-0:0.3.2-10.fc42.x86_6 100% |   2.8 MiB/s |  77.0 KiB |  00m00s
- [179/341] libiptcdata-0:1.0.5-21.fc42.x 100% |   6.6 MiB/s |  60.5 KiB |  00m00s
- [180/341] totem-pl-parser-0:3.26.6-12.f 100% |   8.8 MiB/s | 143.6 KiB |  00m00s
- [181/341] libxslt-0:1.1.43-1.fc42.x86_6 100% |   8.4 MiB/s | 181.5 KiB |  00m00s
- [182/341] libosinfo-0:1.12.0-2.fc42.x86 100% |   4.8 MiB/s | 317.2 KiB |  00m00s
- [183/341] libexif-0:0.6.25-1.fc42.x86_6 100% |   3.7 MiB/s | 481.1 KiB |  00m00s
- [184/341] osinfo-db-tools-0:1.12.0-2.fc 100% |   5.5 MiB/s |  73.2 KiB |  00m00s
- [185/341] libcanberra-gtk3-0:0.30-37.fc 100% |   3.7 MiB/s |  30.6 KiB |  00m00s
- [186/341] osinfo-db-0:20250124-1.fc42.n 100% |   9.3 MiB/s | 476.1 KiB |  00m00s
- [187/341] uchardet-0:0.0.8-7.fc42.x86_6 100% |   4.9 MiB/s | 106.3 KiB |  00m00s
- [188/341] libtdb-0:1.4.13-2.fc42.x86_64 100% |   6.7 MiB/s |  54.8 KiB |  00m00s
- [189/341] libcanberra-0:0.30-37.fc42.x8 100% |   6.3 MiB/s |  84.1 KiB |  00m00s
- [190/341] libvorbis-1:1.3.7-12.fc42.x86 100% |   6.2 MiB/s | 189.2 KiB |  00m00s
- [191/341] libogg-2:1.3.5-11.fc42.x86_64 100% |   3.6 MiB/s |  33.1 KiB |  00m00s
- [192/341] libasyncns-0:0.8-30.fc42.x86_ 100% |   1.2 MiB/s |  30.2 KiB |  00m00s
- [193/341] sound-theme-freedesktop-0:0.8 100% |   5.8 MiB/s | 382.4 KiB |  00m00s
- [194/341] pulseaudio-libs-0:17.0-5.fc42 100% |   9.4 MiB/s | 701.1 KiB |  00m00s
- [195/341] gsm-0:1.0.22-8.fc42.x86_64    100% |   7.0 MiB/s |  35.8 KiB |  00m00s
- [196/341] libsndfile-0:1.2.2-8.fc42.x86 100% |   5.1 MiB/s | 221.5 KiB |  00m00s
- [197/341] flac-libs-0:1.4.3-6.fc42.x86_ 100% |   6.4 MiB/s | 274.3 KiB |  00m00s
- [198/341] dconf-0:0.40.0-15.fc42.x86_64 100% |   2.1 MiB/s | 109.5 KiB |  00m00s
- [199/341] opus-0:1.5.2-2.fc42.x86_64    100% |   2.9 MiB/s | 236.9 KiB |  00m00s
- [200/341] lame-libs-0:3.100-19.fc42.x86 100% |   2.9 MiB/s | 339.7 KiB |  00m00s
- [201/341] libdav1d-0:1.5.1-1.fc42.x86_6 100% |   5.1 MiB/s | 640.9 KiB |  00m00s
- [202/341] librsvg2-0:2.60.0-2.fc42.x86_ 100% |  10.1 MiB/s |   1.9 MiB |  00m00s
- [203/341] jxl-pixbuf-loader-1:0.11.1-4. 100% | 413.8 KiB/s |  19.9 KiB |  00m00s
- [204/341] rsvg-pixbuf-loader-0:2.60.0-2 100% | 800.6 KiB/s | 164.9 KiB |  00m00s
- [205/341] avif-pixbuf-loader-0:1.1.1-1. 100% |   4.0 MiB/s |  16.2 KiB |  00m00s
- [206/341] webp-pixbuf-loader-0:0.2.7-3. 100% |   3.9 MiB/s |  19.8 KiB |  00m00s
- [207/341] libavif-0:1.1.1-1.fc42.x86_64 100% |   7.0 MiB/s | 100.1 KiB |  00m00s
- [208/341] libyuv-0:0-0.56.20240704git96 100% |   7.6 MiB/s | 201.9 KiB |  00m00s
- [209/341] glib-networking-0:2.80.1-1.fc 100% |   6.8 MiB/s | 201.4 KiB |  00m00s
- [210/341] libproxy-0:0.5.8-2.fc42.x86_6 100% |   5.5 MiB/s |  45.5 KiB |  00m00s
- [211/341] xdg-desktop-portal-0:1.20.3-1 100% |   7.3 MiB/s | 505.3 KiB |  00m00s
- [212/341] fuse3-0:3.16.2-5.fc42.x86_64  100% |   5.6 MiB/s |  57.4 KiB |  00m00s
- [213/341] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   6.1 MiB/s |  94.2 KiB |  00m00s
- [214/341] geoclue2-0:2.7.2-2.fc42.x86_6 100% |   6.1 MiB/s | 144.1 KiB |  00m00s
- [215/341] fuse-common-0:3.16.2-5.fc42.x 100% |   2.1 MiB/s |   8.6 KiB |  00m00s
- [216/341] ModemManager-glib-0:1.22.0-5. 100% |   4.7 MiB/s | 304.6 KiB |  00m00s
- [217/341] svt-av1-libs-0:2.3.0-1.fc42.x 100% |   6.5 MiB/s |   2.0 MiB |  00m00s
- [218/341] cpuinfo-0:24.09.26-2.git1e83a 100% |   1.6 MiB/s |  43.8 KiB |  00m00s
- [219/341] gsettings-desktop-schemas-0:4 100% |   7.2 MiB/s | 784.0 KiB |  00m00s
- [220/341] giflib-0:5.2.2-6.fc42.x86_64  100% |   2.0 MiB/s |  52.2 KiB |  00m00s
- [221/341] libunwind-0:1.8.1-2.fc42.x86_ 100% |   5.4 MiB/s |  77.2 KiB |  00m00s
- [222/341] gstreamer1-plugins-base-0:1.2 100% |   7.4 MiB/s |   2.3 MiB |  00m00s
- [223/341] cdparanoia-libs-0:10.2-47.fc4 100% |   4.1 MiB/s |  54.0 KiB |  00m00s
- [224/341] graphene-0:1.10.6-10.fc42.x86 100% |   7.5 MiB/s |  61.3 KiB |  00m00s
- [225/341] tinysparql-0:3.9.2-1.fc42.x86 100% |   1.0 MiB/s |   1.0 MiB |  00m01s
- [226/341] libXv-0:1.0.13-2.fc42.x86_64  100% |   2.0 MiB/s |  18.6 KiB |  00m00s
- [227/341] libtheora-1:1.1.1-39.fc42.x86 100% |   6.2 MiB/s | 170.4 KiB |  00m00s
- [228/341] orc-0:0.4.41-1.fc42.x86_64    100% |   3.2 MiB/s | 220.5 KiB |  00m00s
- [229/341] iso-codes-0:4.17.0-2.fc42.noa 100% |   7.1 MiB/s |   3.6 MiB |  00m01s
- [230/341] gstreamer1-0:1.26.7-1.fc42.x8 100% |   1.6 MiB/s |   1.7 MiB |  00m01s
- [231/341] libavutil-free-0:7.1.2-1.fc42 100% |   1.1 MiB/s | 358.0 KiB |  00m00s
- [232/341] game-music-emu-0:0.6.3-17.fc4 100% |   3.1 MiB/s | 154.4 KiB |  00m00s
- [233/341] libbluray-0:1.3.4-9.fc42.x86_ 100% |   4.3 MiB/s | 174.2 KiB |  00m00s
- [234/341] libchromaprint-0:1.5.1-24.fc4 100% |   4.5 MiB/s |  41.8 KiB |  00m00s
- [235/341] libdvdnav-0:6.1.1-10.fc42.x86 100% |   4.2 MiB/s |  55.9 KiB |  00m00s
- [236/341] libdvdread-0:6.1.3-9.fc42.x86 100% |   3.5 MiB/s |  72.6 KiB |  00m00s
- [237/341] libmodplug-1:0.8.9.0-27.fc42. 100% |   5.4 MiB/s | 178.4 KiB |  00m00s
- [238/341] librabbitmq-0:0.15.0-2.fc42.x 100% |   5.4 MiB/s |  43.9 KiB |  00m00s
- [239/341] librist-0:0.2.7-9.fc42.x86_64 100% |   5.8 MiB/s |  76.7 KiB |  00m00s
- [240/341] srt-libs-0:1.5.4-2.fc42.x86_6 100% |   4.2 MiB/s | 389.6 KiB |  00m00s
- [241/341] libavcodec-free-0:7.1.2-1.fc4 100% |   5.1 MiB/s |   4.2 MiB |  00m01s
- [242/341] libavformat-free-0:7.1.2-1.fc 100% |   1.1 MiB/s |   1.1 MiB |  00m01s
- [243/341] aribb24-0:1.0.3^20160216git5e 100% |   1.9 MiB/s |  38.3 KiB |  00m00s
- [244/341] libswresample-free-0:7.1.2-1. 100% |   1.1 MiB/s |  67.9 KiB |  00m00s
- [245/341] zeromq-0:4.3.5-21.fc42.x86_64 100% |   4.0 MiB/s | 468.9 KiB |  00m00s
- [246/341] ilbc-0:3.0.4-13.fc42.x86_64   100% |   4.3 MiB/s |  56.9 KiB |  00m00s
- [247/341] fdk-aac-free-0:2.0.0-15.fc42. 100% |   7.1 MiB/s | 342.4 KiB |  00m00s
- [248/341] libaribcaption-0:1.1.1-2.fc42 100% |   5.0 MiB/s | 111.6 KiB |  00m00s
- [249/341] liblc3-0:1.1.3-1.fc42.x86_64  100% |   7.3 MiB/s | 105.2 KiB |  00m00s
- [250/341] libva-0:2.22.0-4.fc42.x86_64  100% |   5.0 MiB/s | 116.9 KiB |  00m00s
- [251/341] opencore-amr-0:0.1.6-8.fc42.x 100% |   7.7 MiB/s | 181.9 KiB |  00m00s
- [252/341] snappy-0:1.2.1-4.fc42.x86_64  100% |   4.3 MiB/s |  39.9 KiB |  00m00s
- [253/341] speex-0:1.2.0-19.fc42.x86_64  100% |   6.3 MiB/s |  70.8 KiB |  00m00s
- [254/341] vo-amrwbenc-0:0.1.3-22.fc42.x 100% |   7.4 MiB/s |  82.8 KiB |  00m00s
- [255/341] twolame-libs-0:0.4.0-6.fc42.x 100% |   4.5 MiB/s |  68.7 KiB |  00m00s
- [256/341] xvidcore-0:1.3.7-13.fc42.x86_ 100% |   6.4 MiB/s | 267.4 KiB |  00m00s
- [257/341] libvdpau-0:1.5-9.fc42.x86_64  100% |   4.1 MiB/s |  16.6 KiB |  00m00s
- [258/341] codec2-0:1.2.0-6.fc42.x86_64  100% |   3.3 MiB/s | 644.4 KiB |  00m00s
- [259/341] libudfread-0:1.1.2-11.fc42.x8 100% |   3.9 MiB/s |  35.5 KiB |  00m00s
- [260/341] cjson-0:1.7.18-2.fc42.x86_64  100% |   2.4 MiB/s |  32.2 KiB |  00m00s
- [261/341] zvbi-0:0.2.43-2.fc42.x86_64   100% |   5.4 MiB/s | 433.3 KiB |  00m00s
- [262/341] soxr-0:0.1.3-18.fc42.x86_64   100% |   3.7 MiB/s |  86.8 KiB |  00m00s
- [263/341] libsodium-0:1.0.20-4.fc42.x86 100% |   3.6 MiB/s | 175.6 KiB |  00m00s
- [264/341] openpgm-0:5.3.128-4.fc42.x86_ 100% |   3.7 MiB/s | 183.1 KiB |  00m00s
- [265/341] poppler-glib-0:25.02.0-3.fc42 100% |   3.4 MiB/s | 200.6 KiB |  00m00s
- [266/341] libgexiv2-0:0.14.6-1.fc42.x86 100% | 834.0 KiB/s | 100.9 KiB |  00m00s
- [267/341] poppler-0:25.02.0-3.fc42.x86_ 100% |   3.7 MiB/s |   1.3 MiB |  00m00s
- [268/341] upower-libs-0:1.90.10-1.fc42. 100% | 601.2 KiB/s |  59.5 KiB |  00m00s
- [269/341] poppler-data-0:0.4.11-9.fc42. 100% |   3.0 MiB/s |   2.0 MiB |  00m01s
- [270/341] mpg123-libs-0:1.32.10-1.fc42. 100% |   1.1 MiB/s | 355.5 KiB |  00m00s
- [271/341] mbedtls-0:3.6.5-1.fc42.x86_64 100% |   3.4 MiB/s | 512.6 KiB |  00m00s
- [272/341] alsa-lib-0:1.2.14-3.fc42.x86_ 100% |   1.1 MiB/s | 531.3 KiB |  00m00s
- [273/341] libvmaf-0:3.0.0-3.fc42.x86_64 100% |   3.1 MiB/s | 197.7 KiB |  00m00s
- [274/341] libaom-0:3.13.1-1.fc42.x86_64 100% |   3.5 MiB/s |   1.9 MiB |  00m01s
- [275/341] libnotify-0:0.8.7-1.fc42.x86_ 100% | 591.4 KiB/s |  53.8 KiB |  00m00s
- [276/341] pipewire-libs-0:1.4.9-1.fc42. 100% |   4.1 MiB/s |   2.4 MiB |  00m01s
- [277/341] rav1e-libs-0:0.7.1-8.fc42.x86 100% |   1.2 MiB/s |   1.0 MiB |  00m01s
- [278/341] libebur128-0:1.2.6-12.fc42.x8 100% | 729.6 KiB/s |  24.8 KiB |  00m00s
- [279/341] libldac-0:2.0.2.3-17.fc42.x86 100% |   2.2 MiB/s |  42.9 KiB |  00m00s
- [280/341] libsbc-0:2.0-6.fc42.x86_64    100% |   2.4 MiB/s |  49.3 KiB |  00m00s
- [281/341] fftw-libs-single-0:3.3.10-15. 100% |   3.6 MiB/s |   1.2 MiB |  00m00s
- [282/341] gobject-introspection-0:1.84. 100% |   1.6 MiB/s | 119.9 KiB |  00m00s
- [283/341] gpgmepp-0:1.24.3-1.fc42.x86_6 100% | 987.4 KiB/s | 143.2 KiB |  00m00s
- [284/341] lpcnetfreedv-0:0.5-8.fc42.x86 100% |   2.6 MiB/s |   7.3 MiB |  00m03s
- [285/341] webrtc-audio-processing-0:1.3 100% |   1.1 MiB/s | 537.4 KiB |  00m00s
- [286/341] nspr-0:4.37.0-4.fc42.x86_64   100% |   2.1 MiB/s | 137.7 KiB |  00m00s
- [287/341] gpgme-0:1.24.3-1.fc42.x86_64  100% |   1.6 MiB/s | 219.1 KiB |  00m00s
- [288/341] nss-softokn-0:3.117.0-1.fc42. 100% |   1.9 MiB/s | 430.0 KiB |  00m00s
- [289/341] nss-softokn-freebl-0:3.117.0- 100% |   1.3 MiB/s | 329.1 KiB |  00m00s
- [290/341] nss-sysinit-0:3.117.0-1.fc42. 100% | 460.8 KiB/s |  18.9 KiB |  00m00s
- [291/341] bluez-libs-0:5.84-2.fc42.x86_ 100% |   1.9 MiB/s |  83.6 KiB |  00m00s
- [292/341] nss-util-0:3.117.0-1.fc42.x86 100% |   1.5 MiB/s |  86.1 KiB |  00m00s
- [293/341] openjpeg-0:2.5.4-1.fc42.x86_6 100% |   1.3 MiB/s | 192.3 KiB |  00m00s
- [294/341] nss-0:3.117.0-1.fc42.x86_64   100% |   1.5 MiB/s | 715.5 KiB |  00m00s
- [295/341] libvpl-1:2.15.0-2.fc42.x86_64 100% | 745.9 KiB/s | 161.1 KiB |  00m00s
- [296/341] libsmbclient-2:4.22.6-1.fc42. 100% | 653.8 KiB/s |  77.1 KiB |  00m00s
- [297/341] libopenmpt-0:0.8.3-1.fc42.x86 100% |   2.6 MiB/s | 785.6 KiB |  00m00s
- [298/341] exiv2-libs-0:0.28.6-2.fc42.x8 100% |   2.2 MiB/s | 908.5 KiB |  00m00s
- [299/341] libtalloc-0:2.4.3-2.fc42.x86_ 100% |   1.6 MiB/s |  34.9 KiB |  00m00s
- [300/341] libtevent-0:0.16.2-2.fc42.x86 100% |   2.4 MiB/s |  51.4 KiB |  00m00s
- [301/341] samba-common-2:4.22.6-1.fc42. 100% |   2.1 MiB/s | 177.2 KiB |  00m00s
- [302/341] lmdb-libs-0:0.9.33-3.fc42.x86 100% |   2.4 MiB/s |  62.4 KiB |  00m00s
- [303/341] libldb-2:4.22.6-1.fc42.x86_64 100% |   1.6 MiB/s | 187.8 KiB |  00m00s
- [304/341] libwbclient-2:4.22.6-1.fc42.x 100% | 653.6 KiB/s |  45.8 KiB |  00m00s
- [305/341] highway-0:1.2.0-5.fc42.x86_64 100% |   2.8 MiB/s | 625.6 KiB |  00m00s
- [306/341] libjxl-1:0.11.1-4.fc42.x86_64 100% |   2.1 MiB/s |   1.1 MiB |  00m01s
- [307/341] libvpx-0:1.15.0-3.fc42.x86_64 100% |   3.5 MiB/s |   1.2 MiB |  00m00s
- [308/341] libvisual-1:0.4.2-1.fc42.x86_ 100% |   1.4 MiB/s | 169.0 KiB |  00m00s
- [309/341] openh264-0:2.5.1-1.fc42.x86_6 100% | 610.5 KiB/s | 423.1 KiB |  00m01s
- [310/341] inih-cpp-0:62-1.fc42.x86_64   100% | 406.0 KiB/s |  23.5 KiB |  00m00s
- [311/341] sdl12-compat-0:1.2.68-5.fc42. 100% | 138.5 KiB/s |  91.1 KiB |  00m01s
- [312/341] inih-0:62-1.fc42.x86_64       100% | 249.8 KiB/s |  18.2 KiB |  00m00s
- [313/341] samba-common-libs-2:4.22.6-1. 100% |   1.2 MiB/s | 106.6 KiB |  00m00s
- [314/341] OpenCL-ICD-Loader-0:3.0.6-2.2 100% | 522.4 KiB/s |  28.2 KiB |  00m00s
- [315/341] low-memory-monitor-0:2.1-12.f 100% | 434.7 KiB/s |  34.3 KiB |  00m00s
- [316/341] pipewire-0:1.4.9-1.fc42.x86_6 100% | 923.0 KiB/s | 134.8 KiB |  00m00s
- [317/341] glibc-gconv-extra-0:2.41-11.f 100% |   3.5 MiB/s |   1.6 MiB |  00m00s
- [318/341] rtkit-0:0.11-66.fc42.x86_64   100% | 586.6 KiB/s |  55.1 KiB |  00m00s
- [319/341] adwaita-sans-fonts-0:48.2-2.f 100% |   1.2 MiB/s | 764.0 KiB |  00m01s
- [320/341] upower-0:1.90.10-1.fc42.x86_6 100% | 879.6 KiB/s | 119.6 KiB |  00m00s
- [321/341] libimobiledevice-0:1.3.0^2024 100% |   1.0 MiB/s | 140.5 KiB |  00m00s
- [322/341] libplist-0:2.6.0-2.fc42.x86_6 100% |   1.2 MiB/s |  97.4 KiB |  00m00s
- [323/341] samba-client-libs-2:4.22.6-1. 100% |   1.7 MiB/s |   5.6 MiB |  00m03s
- [324/341] libimobiledevice-glue-0:1.3.1 100% | 166.0 KiB/s |  53.8 KiB |  00m00s
- [325/341] libusbmuxd-0:2.1.0-3.fc42.x86 100% |   1.7 MiB/s |  37.5 KiB |  00m00s
- [326/341] adwaita-mono-fonts-0:48.2-2.f 100% | 957.5 KiB/s |   1.4 MiB |  00m01s
- [327/341] intel-mediasdk-0:23.2.2-7.fc4 100% |   7.0 MiB/s |   2.7 MiB |  00m00s
- [328/341] logrotate-0:3.22.0-3.fc42.x86 100% |   4.1 MiB/s |  76.1 KiB |  00m00s
- [329/341] exiv2-0:0.28.6-2.fc42.x86_64  100% |   2.9 MiB/s |   2.0 MiB |  00m01s
- [330/341] wireplumber-0:0.5.12-1.fc42.x 100% | 510.6 KiB/s | 119.0 KiB |  00m00s
- [331/341] pipewire-alsa-0:1.4.9-1.fc42. 100% | 958.2 KiB/s |  60.4 KiB |  00m00s
- [332/341] wireplumber-libs-0:0.5.12-1.f 100% |   2.4 MiB/s | 421.3 KiB |  00m00s
- [333/341] pipewire-jack-audio-connectio 100% | 208.2 KiB/s |  12.3 KiB |  00m00s
- [334/341] pipewire-jack-audio-connectio 100% |   2.0 MiB/s | 145.1 KiB |  00m00s
- [335/341] pipewire-pulseaudio-0:1.4.9-1 100% |   1.9 MiB/s | 210.1 KiB |  00m00s
- [336/341] pipewire-plugin-libcamera-0:1 100% |   1.1 MiB/s |  75.3 KiB |  00m00s
- [337/341] libcamera-0:0.4.0-4.fc42.x86_ 100% |   5.6 MiB/s | 605.0 KiB |  00m00s
- [338/341] lttng-ust-0:2.13.8-4.fc42.x86 100% |   3.6 MiB/s | 331.4 KiB |  00m00s
- [339/341] usbmuxd-0:1.1.1^20240915git0b 100% |   5.5 MiB/s |  67.2 KiB |  00m00s
- [340/341] libcamera-ipa-0:0.4.0-4.fc42. 100% |   5.7 MiB/s | 147.0 KiB |  00m00s
- [341/341] intel-vpl-gpu-rt-0:25.3.4-1.f 100% |   2.7 MiB/s |   3.8 MiB |  00m01s
- --------------------------------------------------------------------------------
- [341/341] Total                         100% |   5.2 MiB/s | 299.8 MiB |  00m58s
- Running transaction
- [  1/343] Verify package files          100% | 328.0   B/s | 341.0   B |  00m01s
- [  2/343] Prepare transaction           100% |   1.1 KiB/s | 341.0   B |  00m00s
- [  3/343] Installing libXext-0:1.3.6-3. 100% |  89.1 MiB/s |  91.2 KiB |  00m00s
- [  4/343] Installing openblas-0:0.3.29- 100% | 110.8 MiB/s | 113.5 KiB |  00m00s
- [  5/343] Installing libpng-2:1.6.44-2. 100% | 118.6 MiB/s | 242.9 KiB |  00m00s
- [  6/343] Installing libgfortran-0:15.2 100% | 305.4 MiB/s |   3.4 MiB |  00m00s
- [  7/343] Installing avahi-libs-0:0.9~r 100% |  60.6 MiB/s | 186.2 KiB |  00m00s
- [  8/343] Installing libjpeg-turbo-0:3. 100% | 262.6 MiB/s | 806.6 KiB |  00m00s
- [  9/343] Installing nspr-0:4.37.0-4.fc 100% | 103.3 MiB/s | 317.3 KiB |  00m00s
- [ 10/343] Installing libogg-2:1.3.5-11. 100% |  45.8 MiB/s |  46.9 KiB |  00m00s
- [ 11/343] Installing libvorbis-1:1.3.7- 100% | 163.3 MiB/s | 835.9 KiB |  00m00s
- [ 12/343] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB |  00m00s
- [ 13/343] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [ 14/343] Installing libXrender-0:0.9.1 100% |  50.1 MiB/s |  51.3 KiB |  00m00s
- [ 15/343] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 16/343] Installing zlib-ng-compat-dev 100% | 106.0 MiB/s | 108.5 KiB |  00m00s
- [ 17/343] Installing libplist-0:2.6.0-2 100% |  13.8 MiB/s | 239.7 KiB |  00m00s
- [ 18/343] Installing libtalloc-0:2.4.3- 100% |  31.8 MiB/s |  65.2 KiB |  00m00s
- [ 19/343] Installing libtdb-0:1.4.13-2. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 20/343] Installing libglvnd-1:1.7.0-7 100% | 259.6 MiB/s | 531.6 KiB |  00m00s
- [ 21/343] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 22/343] Installing nss-util-0:3.117.0 100% | 100.5 MiB/s | 205.8 KiB |  00m00s
- [ 23/343] Installing libXi-0:1.8.2-2.fc 100% |  83.7 MiB/s |  85.7 KiB |  00m00s
- [ 24/343] Installing alsa-lib-0:1.2.14- 100% |  53.5 MiB/s |   1.4 MiB |  00m00s
- [ 25/343] Installing opus-0:1.5.2-2.fc4 100% | 139.5 MiB/s | 428.6 KiB |  00m00s
- [ 26/343] Installing libgudev-0:238-7.f 100% |  43.6 MiB/s |  89.3 KiB |  00m00s
- [ 27/343] Installing libsoup3-0:3.6.5-6 100% | 191.7 MiB/s |   1.2 MiB |  00m00s
- [ 28/343] Installing lcms2-0:2.16-5.fc4 100% | 143.0 MiB/s | 439.3 KiB |  00m00s
- [ 29/343] Installing libXfixes-0:6.0.1- 100% |  30.8 MiB/s |  31.6 KiB |  00m00s
- [ 30/343] Installing libtevent-0:0.16.2 100% |  25.0 MiB/s | 102.5 KiB |  00m00s
- [ 31/343] Installing libimobiledevice-g 100% |  60.7 MiB/s | 124.4 KiB |  00m00s
- [ 32/343] Installing libwayland-cursor- 100% |  37.6 MiB/s |  38.5 KiB |  00m00s
- [ 33/343] Installing avahi-glib-0:0.9~r 100% |  23.9 MiB/s |  24.4 KiB |  00m00s
- [ 34/343] Installing libtinysparql-0:3. 100% |  26.5 MiB/s |   1.3 MiB |  00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.22.6-1.fc42.noarch             
- >>> Finished sysusers scriptlet: samba-common-2:4.22.6-1.fc42.noarch            
- >>> Scriptlet output:                                                           
- >>> Creating group 'printadmin' with GID 994.                                   
- >>>                                                                             
- [ 35/343] Installing samba-common-2:4.2 100% |   7.4 MiB/s | 212.1 KiB |  00m00s
- [ 36/343] Installing libvpl-1:2.15.0-2. 100% | 104.6 MiB/s | 428.5 KiB |  00m00s
- [ 37/343] Installing libunwind-0:1.8.1- 100% |  64.3 MiB/s | 197.4 KiB |  00m00s
- [ 38/343] Installing gstreamer1-0:1.26. 100% | 131.3 MiB/s |   5.4 MiB |  00m00s
- [ 39/343] Installing libdav1d-0:1.5.1-1 100% | 211.7 MiB/s |   1.7 MiB |  00m00s
- [ 40/343] Installing libwebp-0:1.5.0-2. 100% | 154.9 MiB/s | 951.8 KiB |  00m00s
- [ 41/343] Installing hwdata-0:0.400-1.f 100% | 369.0 MiB/s |   9.6 MiB |  00m00s
- [ 42/343] Installing mesa-filesystem-0: 100% |   0.0   B/s |   4.3 KiB |  00m00s
- [ 43/343] Installing llvm19-filesystem- 100% |   1.0 MiB/s |   1.1 KiB |  00m00s
- [ 44/343] Installing llvm19-libs-0:19.1 100% | 330.8 MiB/s | 124.0 MiB |  00m00s
- [ 45/343] Installing llvm19-0:19.1.7-13 100% | 276.9 MiB/s |  74.8 MiB |  00m00s
- [ 46/343] Installing libglvnd-opengl-1: 100% | 146.1 MiB/s | 149.6 KiB |  00m00s
- [ 47/343] Installing libpng-devel-2:1.6 100% |  47.8 MiB/s | 881.7 KiB |  00m00s
- [ 48/343] Installing libtheora-1:1.1.1- 100% | 157.5 MiB/s | 483.7 KiB |  00m00s
- [ 49/343] Installing openjpeg-0:2.5.4-1 100% | 149.2 MiB/s | 458.2 KiB |  00m00s
- [ 50/343] Installing rav1e-libs-0:0.7.1 100% | 272.0 MiB/s |   3.0 MiB |  00m00s
- [ 51/343] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB |  00m00s
- [ 52/343] Installing liblc3-0:1.1.3-1.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [ 53/343] Installing fdk-aac-free-0:2.0 100% | 150.7 MiB/s | 617.3 KiB |  00m00s
- [ 54/343] Installing libdvdread-0:6.1.3 100% |  79.0 MiB/s | 161.8 KiB |  00m00s
- [ 55/343] Installing gsettings-desktop- 100% | 543.9 MiB/s |   5.4 MiB |  00m00s
- [ 56/343] Installing fuse3-libs-0:3.16. 100% | 138.0 MiB/s | 282.6 KiB |  00m00s
- [ 57/343] Installing lame-libs-0:3.100- 100% | 300.6 MiB/s |   1.2 MiB |  00m00s
- [ 58/343] Installing gsm-0:1.0.22-8.fc4 100% |  68.8 MiB/s |  70.4 KiB |  00m00s
- [ 59/343] Installing libwayland-egl-0:1 100% |   6.6 MiB/s |  13.6 KiB |  00m00s
- [ 60/343] Installing shared-mime-info-0 100% |  56.0 MiB/s |   2.6 MiB |  00m00s
- [ 61/343] Installing gdk-pixbuf2-0:2.42 100% | 104.9 MiB/s |   2.5 MiB |  00m00s
- [ 62/343] Installing fribidi-0:1.0.16-2 100% |  10.7 MiB/s | 196.8 KiB |  00m00s
- [ 63/343] Installing libwayland-server- 100% |  38.9 MiB/s |  79.7 KiB |  00m00s
- [ 64/343] Installing pixman-0:0.46.2-1. 100% | 231.6 MiB/s | 711.4 KiB |  00m00s
- [ 65/343] Installing libtextstyle-0:0.2 100% | 101.7 MiB/s | 208.3 KiB |  00m00s
- [ 66/343] Installing gettext-libs-0:0.2 100% | 202.8 MiB/s |   2.0 MiB |  00m00s
- [ 67/343] Installing vim-filesystem-2:9 100% | 235.9 KiB/s |   4.7 KiB |  00m00s
- [ 68/343] Installing graphite2-0:1.3.14 100% |   9.2 MiB/s | 197.9 KiB |  00m00s
- [ 69/343] Installing harfbuzz-0:10.4.0- 100% | 229.1 MiB/s |   2.7 MiB |  00m00s
- [ 70/343] Installing freetype-0:2.13.3- 100% |  42.0 MiB/s | 859.9 KiB |  00m00s
- [ 71/343] Installing xml-common-0:0.6.3 100% |  15.8 MiB/s |  81.1 KiB |  00m00s
- [ 72/343] Installing iso-codes-0:4.17.0 100% | 435.7 MiB/s |  20.5 MiB |  00m00s
- [ 73/343] Installing harfbuzz-icu-0:10. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 74/343] Installing graphite2-devel-0: 100% |  49.6 MiB/s |  50.8 KiB |  00m00s
- [ 75/343] Installing pixman-devel-0:0.4 100% |  55.5 MiB/s |  56.9 KiB |  00m00s
- [ 76/343] Installing gtk-update-icon-ca 100% |   3.9 MiB/s |  63.3 KiB |  00m00s
- [ 77/343] Installing libgsf-0:1.14.53-3 100% |  47.8 MiB/s | 979.8 KiB |  00m00s
- [ 78/343] Installing libnotify-0:0.8.7- 100% |   7.2 MiB/s | 126.0 KiB |  00m00s
- [ 79/343] Installing libdvdnav-0:6.1.1- 100% |  59.4 MiB/s | 121.7 KiB |  00m00s
- [ 80/343] Installing libopenmpt-0:0.8.3 100% | 225.9 MiB/s |   1.8 MiB |  00m00s
- [ 81/343] Installing mesa-libGLU-0:9.0. 100% | 177.0 MiB/s | 362.6 KiB |  00m00s
- [ 82/343] Installing llvm19-test-0:19.1 100% |  83.0 MiB/s |   2.1 MiB |  00m00s
- [ 83/343] Installing llvm19-googletest- 100% | 188.9 MiB/s |   2.5 MiB |  00m00s
- [ 84/343] Installing llvm19-static-0:19 100% | 388.7 MiB/s | 337.0 MiB |  00m01s
- [ 85/343] Installing libpciaccess-0:0.1 100% |  44.8 MiB/s |  45.9 KiB |  00m00s
- [ 86/343] Installing libdrm-0:2.4.128-3 100% |  56.3 MiB/s | 403.7 KiB |  00m00s
- [ 87/343] Installing osinfo-db-0:202501 100% |  44.5 MiB/s |   4.1 MiB |  00m00s
- [ 88/343] Installing libusbmuxd-0:2.1.0 100% |  25.0 MiB/s |  76.8 KiB |  00m00s
- [ 89/343] Installing libimobiledevice-0 100% | 149.6 MiB/s | 306.3 KiB |  00m00s
- [ 90/343] Installing libXcursor-0:1.2.3 100% |  28.9 MiB/s |  59.1 KiB |  00m00s
- [ 91/343] Installing libXdamage-0:1.1.6 100% |  44.1 MiB/s |  45.2 KiB |  00m00s
- [ 92/343] Installing osinfo-db-tools-0: 100% |  10.7 MiB/s | 197.2 KiB |  00m00s
- [ 93/343] Installing libXtst-0:1.2.5-2. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [ 94/343] Installing nss-softokn-freebl 100% | 118.7 MiB/s | 850.5 KiB |  00m00s
- [ 95/343] Installing nss-softokn-0:3.11 100% | 246.1 MiB/s |   2.0 MiB |  00m00s
- [ 96/343] Installing nss-0:3.117.0-1.fc 100% |  67.3 MiB/s |   1.9 MiB |  00m00s
- [ 97/343] Installing nss-sysinit-0:3.11 100% |   1.0 MiB/s |  19.2 KiB |  00m00s
- [ 98/343] Installing abattis-cantarell- 100% |  94.9 MiB/s | 194.4 KiB |  00m00s
- [ 99/343] Installing libssh-devel-0:0.1 100% |  88.2 MiB/s | 180.6 KiB |  00m00s
- [100/343] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [101/343] Installing libXrandr-0:1.5.4- 100% |  55.7 MiB/s |  57.0 KiB |  00m00s
- [102/343] Installing libgusb-0:0.4.9-3. 100% |  79.9 MiB/s | 163.7 KiB |  00m00s
- [103/343] Installing colord-libs-0:1.4. 100% | 166.7 MiB/s | 853.7 KiB |  00m00s
- [104/343] Installing flac-libs-0:1.4.3- 100% | 171.1 MiB/s | 700.8 KiB |  00m00s
- [105/343] Installing libsndfile-0:1.2.2 100% | 179.5 MiB/s | 551.6 KiB |  00m00s
- [106/343] Installing libyuv-0:0-0.56.20 100% | 223.1 MiB/s | 685.3 KiB |  00m00s
- [107/343] Installing openblas-openmp-0: 100% | 446.1 MiB/s |  43.7 MiB |  00m00s
- [108/343] Installing openblas-openmp64- 100% | 456.9 MiB/s |  43.9 MiB |  00m00s
- [109/343] Installing openblas-openmp64_ 100% | 461.7 MiB/s |  43.9 MiB |  00m00s
- [110/343] Installing openblas-serial-0: 100% | 451.5 MiB/s |  41.5 MiB |  00m00s
- [111/343] Installing openblas-serial64- 100% | 448.8 MiB/s |  41.7 MiB |  00m00s
- [112/343] Installing openblas-serial64_ 100% | 448.9 MiB/s |  41.7 MiB |  00m00s
- [113/343] Installing openblas-threads-0 100% | 445.6 MiB/s |  43.7 MiB |  00m00s
- [114/343] Installing openblas-threads64 100% | 456.3 MiB/s |  43.8 MiB |  00m00s
- [115/343] Installing openblas-threads64 100% | 466.1 MiB/s |  43.8 MiB |  00m00s
- [116/343] Installing aribb24-0:1.0.3^20 100% |  40.6 MiB/s |  83.2 KiB |  00m00s
- [117/343] Installing zvbi-0:0.2.43-2.fc 100% |  23.8 MiB/s |   1.2 MiB |  00m00s
- [118/343] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [119/343] Installing libXxf86vm-0:1.1.6 100% |  29.8 MiB/s |  30.5 KiB |  00m00s
- [120/343] Installing libXinerama-0:1.1. 100% |  19.6 MiB/s |  20.1 KiB |  00m00s
- [121/343] Installing libXv-0:1.0.13-2.f 100% |  30.5 MiB/s |  31.2 KiB |  00m00s
- [122/343] Installing libvdpau-0:1.5-9.f 100% |  10.9 MiB/s |  22.4 KiB |  00m00s
- [123/343] Installing lttng-ust-0:2.13.8 100% | 139.7 MiB/s |   1.1 MiB |  00m00s
- [124/343] Installing libcamera-0:0.4.0- 100% |  39.4 MiB/s |   1.9 MiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64                     
- >>> Finished sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64                    
- >>> Scriptlet output:                                                           
- >>> Creating group 'rtkit' with GID 172.                                        
- >>> Creating user 'rtkit' (RealtimeKit) with UID 172 and GID 172.               
- >>>                                                                             
- [125/343] Installing rtkit-0:0.11-66.fc 100% |   3.1 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-66.fc42.x86_64                        
- >>> Finished %post scriptlet: rtkit-0:0.11-66.fc42.x86_64                       
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>                                                                             
- [126/343] Installing OpenCL-ICD-Loader- 100% |  17.5 MiB/s |  71.8 KiB |  00m00s
- [127/343] Installing glibc-gconv-extra- 100% | 101.5 MiB/s |   7.3 MiB |  00m00s
- [128/343] Installing inih-0:62-1.fc42.x 100% |  23.1 MiB/s |  23.6 KiB |  00m00s
- [129/343] Installing inih-cpp-0:62-1.fc 100% |  35.9 MiB/s |  36.8 KiB |  00m00s
- [130/343] Installing exiv2-libs-0:0.28. 100% | 258.7 MiB/s |   2.8 MiB |  00m00s
- [131/343] Installing libgexiv2-0:0.14.6 100% |  91.6 MiB/s | 281.4 KiB |  00m00s
- [132/343] Installing openh264-0:2.5.1-1 100% | 219.2 MiB/s |   1.1 MiB |  00m00s
- [133/343] Installing libvpx-0:1.15.0-3. 100% | 271.3 MiB/s |   3.3 MiB |  00m00s
- [134/343] Installing highway-0:1.2.0-5. 100% | 334.9 MiB/s |   4.4 MiB |  00m00s
- [135/343] Installing libjxl-1:0.11.1-4. 100% | 254.4 MiB/s |   3.1 MiB |  00m00s
- [136/343] Installing lmdb-libs-0:0.9.33 100% |  52.2 MiB/s | 106.9 KiB |  00m00s
- [137/343] Installing libldb-2:4.22.6-1. 100% |  20.3 MiB/s | 456.5 KiB |  00m00s
- [138/343] Installing libwbclient-2:4.22 100% |  33.9 MiB/s |  69.3 KiB |  00m00s
- [139/343] Installing samba-common-libs- 100% |  63.9 MiB/s | 261.5 KiB |  00m00s
- [140/343] Installing samba-client-libs- 100% | 222.1 MiB/s |  19.5 MiB |  00m00s
- [141/343] Installing libsmbclient-2:4.2 100% |  80.8 MiB/s | 165.5 KiB |  00m00s
- [142/343] Installing bluez-libs-0:5.84- 100% |  97.4 MiB/s | 199.4 KiB |  00m00s
- [143/343] Installing gpgme-0:1.24.3-1.f 100% |  28.8 MiB/s | 590.4 KiB |  00m00s
- [144/343] Installing gpgmepp-0:1.24.3-1 100% |  42.0 MiB/s | 430.4 KiB |  00m00s
- [145/343] Installing gobject-introspect 100% |  96.9 MiB/s | 397.1 KiB |  00m00s
- [146/343] Installing upower-libs-0:1.90 100% |  84.0 MiB/s | 172.1 KiB |  00m00s
- [147/343] Installing webrtc-audio-proce 100% | 228.3 MiB/s |   1.4 MiB |  00m00s
- [148/343] Installing libsbc-0:2.0-6.fc4 100% |  92.3 MiB/s |  94.5 KiB |  00m00s
- [149/343] Installing libldac-0:2.0.2.3- 100% |  41.1 MiB/s |  84.2 KiB |  00m00s
- [150/343] Installing libebur128-0:1.2.6 100% |  39.8 MiB/s |  40.7 KiB |  00m00s
- [151/343] Installing fftw-libs-single-0 100% | 301.6 MiB/s |   3.6 MiB |  00m00s
- [152/343] Installing libvmaf-0:3.0.0-3. 100% | 269.7 MiB/s | 828.4 KiB |  00m00s
- [153/343] Installing libaom-0:3.13.1-1. 100% | 296.0 MiB/s |   5.0 MiB |  00m00s
- [154/343] Installing mbedtls-0:3.6.5-1. 100% | 221.4 MiB/s |   1.3 MiB |  00m00s
- [155/343] Installing poppler-data-0:0.4 100% | 221.3 MiB/s |  12.4 MiB |  00m00s
- [156/343] Installing lpcnetfreedv-0:0.5 100% | 380.0 MiB/s |  14.8 MiB |  00m00s
- [157/343] Installing codec2-0:1.2.0-6.f 100% | 228.2 MiB/s |   1.4 MiB |  00m00s
- [158/343] Installing soxr-0:0.1.3-18.fc 100% |  94.5 MiB/s | 193.6 KiB |  00m00s
- [159/343] Installing openpgm-0:5.3.128- 100% | 155.1 MiB/s | 317.7 KiB |  00m00s
- [160/343] Installing libsodium-0:1.0.20 100% | 127.0 MiB/s | 390.2 KiB |  00m00s
- [161/343] Installing zeromq-0:4.3.5-21. 100% |  44.1 MiB/s | 902.7 KiB |  00m00s
- [162/343] Installing cjson-0:1.7.18-2.f 100% |   1.3 MiB/s |  65.3 KiB |  00m00s
- [163/343] Installing librist-0:0.2.7-9. 100% |  50.4 MiB/s | 154.8 KiB |  00m00s
- [164/343] Installing libudfread-0:1.1.2 100% |  65.8 MiB/s |  67.3 KiB |  00m00s
- [165/343] Installing xvidcore-0:1.3.7-1 100% | 214.9 MiB/s | 880.1 KiB |  00m00s
- [166/343] Installing vo-amrwbenc-0:0.1. 100% |  75.9 MiB/s | 155.4 KiB |  00m00s
- [167/343] Installing twolame-libs-0:0.4 100% |  81.4 MiB/s | 166.6 KiB |  00m00s
- [168/343] Installing speex-0:1.2.0-19.f 100% |  63.7 MiB/s | 130.4 KiB |  00m00s
- [169/343] Installing snappy-0:1.2.1-4.f 100% |  71.2 MiB/s |  72.9 KiB |  00m00s
- [170/343] Installing opencore-amr-0:0.1 100% | 114.3 MiB/s | 351.2 KiB |  00m00s
- [171/343] Installing ilbc-0:3.0.4-13.fc 100% |  47.3 MiB/s |  96.9 KiB |  00m00s
- [172/343] Installing srt-libs-0:1.5.4-2 100% | 195.1 MiB/s | 998.9 KiB |  00m00s
- [173/343] Installing librabbitmq-0:0.15 100% |  44.3 MiB/s |  90.7 KiB |  00m00s
- [174/343] Installing libmodplug-1:0.8.9 100% | 116.2 MiB/s | 357.0 KiB |  00m00s
- [175/343] Installing game-music-emu-0:0 100% | 162.5 MiB/s | 332.8 KiB |  00m00s
- [176/343] Installing orc-0:0.4.41-1.fc4 100% |  35.6 MiB/s | 728.9 KiB |  00m00s
- [177/343] Installing graphene-0:1.10.6- 100% |  80.1 MiB/s | 164.1 KiB |  00m00s
- [178/343] Installing cdparanoia-libs-0: 100% |  58.1 MiB/s | 118.9 KiB |  00m00s
- [179/343] Installing giflib-0:5.2.2-6.f 100% | 111.1 MiB/s | 113.8 KiB |  00m00s
- [180/343] Installing cpuinfo-0:24.09.26 100% |   5.6 MiB/s | 109.7 KiB |  00m00s
- [181/343] Installing svt-av1-libs-0:2.3 100% | 244.5 MiB/s |   5.6 MiB |  00m00s
- [182/343] Installing libavif-0:1.1.1-1. 100% | 105.1 MiB/s | 215.2 KiB |  00m00s
- [183/343] Installing ModemManager-glib- 100% |  28.2 MiB/s |   1.4 MiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64                  
- >>> Finished sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64                 
- >>> Scriptlet output:                                                           
- >>> Creating group 'geoclue' with GID 993.                                      
- >>> Creating user 'geoclue' (User for geoclue) with UID 993 and GID 993.        
- >>>                                                                             
- [184/343] Installing geoclue2-0:2.7.2-2 100% |  12.2 MiB/s | 399.6 KiB |  00m00s
- [185/343] Installing fuse-common-0:3.16 100% |   0.0   B/s | 292.0   B |  00m00s
- [186/343] Installing fuse3-0:3.16.2-5.f 100% |   6.4 MiB/s | 132.0 KiB |  00m00s
- [187/343] Installing libproxy-0:0.5.8-2 100% |  51.0 MiB/s | 104.5 KiB |  00m00s
- [188/343] Installing libasyncns-0:0.8-3 100% |  59.3 MiB/s |  60.8 KiB |  00m00s
- [189/343] Installing pulseaudio-libs-0: 100% | 307.9 MiB/s |   3.4 MiB |  00m00s
- [190/343] Installing pipewire-libs-0:1. 100% | 169.8 MiB/s |   8.7 MiB |  00m00s
- [191/343] Installing wireplumber-libs-0 100% | 118.7 MiB/s |   1.3 MiB |  00m00s
- [192/343] Installing wireplumber-0:0.5. 100% |  16.6 MiB/s | 424.4 KiB |  00m00s
- [193/343] Installing pipewire-jack-audi 100% |   0.0   B/s | 312.0   B |  00m00s
- [194/343] Installing pipewire-jack-audi 100% |  27.1 MiB/s | 499.2 KiB |  00m00s
- [195/343] Installing sound-theme-freede 100% |  20.7 MiB/s | 467.2 KiB |  00m00s
- [196/343] Installing libcanberra-0:0.30 100% |   5.8 MiB/s | 291.3 KiB |  00m00s
- [197/343] Installing uchardet-0:0.0.8-7 100% |  15.1 MiB/s | 277.7 KiB |  00m00s
- [198/343] Installing totem-pl-parser-0: 100% |  63.8 MiB/s | 326.9 KiB |  00m00s
- [199/343] Installing libxslt-0:1.1.43-1 100% |  23.6 MiB/s | 459.2 KiB |  00m00s
- [200/343] Installing libosinfo-0:1.12.0 100% |  60.1 MiB/s |   1.2 MiB |  00m00s
- [201/343] Installing libiptcdata-0:1.0. 100% |  10.0 MiB/s | 174.9 KiB |  00m00s
- [202/343] Installing libexif-0:0.6.25-1 100% | 381.6 MiB/s |   2.7 MiB |  00m00s
- [203/343] Installing libcue-0:2.3.0-11. 100% |  89.2 MiB/s |  91.3 KiB |  00m00s
- [204/343] Installing exempi-0:2.6.4-7.f 100% |  63.5 MiB/s |   1.4 MiB |  00m00s
- [205/343] Installing libblkid-devel-0:2 100% |  44.9 MiB/s |  46.0 KiB |  00m00s
- [206/343] Installing liblerc-0:4.0.0-8. 100% | 207.6 MiB/s | 637.6 KiB |  00m00s
- [207/343] Installing jbigkit-libs-0:2.1 100% |  60.3 MiB/s | 123.4 KiB |  00m00s
- [208/343] Installing libtiff-0:4.7.0-8. 100% | 151.7 MiB/s | 621.3 KiB |  00m00s
- [209/343] Installing gdk-pixbuf2-module 100% |  55.3 MiB/s |  56.6 KiB |  00m00s
- [210/343] Installing sysprof-capture-de 100% | 135.2 MiB/s | 276.9 KiB |  00m00s
- [211/343] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [212/343] Installing cups-libs-1:2.4.14 100% | 151.4 MiB/s | 620.2 KiB |  00m00s
- [213/343] Installing xprop-0:1.2.8-3.fc 100% |   3.4 MiB/s |  56.1 KiB |  00m00s
- [214/343] Installing at-spi2-core-0:2.5 100% | 192.3 MiB/s |   1.5 MiB |  00m00s
- [215/343] Installing atk-0:2.56.6-1.fc4 100% | 122.1 MiB/s | 250.0 KiB |  00m00s
- [216/343] Installing at-spi2-atk-0:2.56 100% |  38.7 MiB/s | 277.7 KiB |  00m00s
- [217/343] Installing adwaita-icon-theme 100% |  22.3 MiB/s |   2.4 MiB |  00m00s
- [218/343] Installing adwaita-cursor-the 100% | 357.1 MiB/s |  11.4 MiB |  00m00s
- [219/343] Installing adwaita-icon-theme 100% |  26.5 MiB/s |   1.3 MiB |  00m00s
- [220/343] Installing libicu-devel-0:76. 100% | 123.8 MiB/s |   5.1 MiB |  00m00s
- [221/343] Installing python3-packaging- 100% |  92.5 MiB/s | 568.0 KiB |  00m00s
- [222/343] Installing xz-devel-1:5.8.1-2 100% |  85.5 MiB/s | 262.6 KiB |  00m00s
- [223/343] Installing libxml2-devel-0:2. 100% | 148.5 MiB/s |   3.4 MiB |  00m00s
- [224/343] Installing libdatrie-0:0.2.13 100% |  57.6 MiB/s |  58.9 KiB |  00m00s
- [225/343] Installing libthai-0:0.1.29-1 100% | 255.6 MiB/s | 785.2 KiB |  00m00s
- [226/343] Installing pcre2-utf32-0:10.4 100% | 196.3 MiB/s | 603.1 KiB |  00m00s
- [227/343] Installing pcre2-utf16-0:10.4 100% | 204.2 MiB/s | 627.2 KiB |  00m00s
- [228/343] Installing pcre2-devel-0:10.4 100% | 110.1 MiB/s |   2.1 MiB |  00m00s
- [229/343] Installing libepoxy-0:1.5.10- 100% | 270.5 MiB/s |   1.1 MiB |  00m00s
- [230/343] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [231/343] Installing libXcomposite-0:0. 100% |  44.9 MiB/s |  46.0 KiB |  00m00s
- [232/343] Installing hicolor-icon-theme 100% |   5.5 MiB/s | 179.5 KiB |  00m00s
- [233/343] Installing spirv-tools-libs-0 100% | 262.8 MiB/s |   5.8 MiB |  00m00s
- [234/343] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [235/343] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [236/343] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [237/343] Installing mesa-libgbm-0:25.1 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [238/343] Installing mesa-dri-drivers-0 100% | 301.1 MiB/s |  46.7 MiB |  00m00s
- [239/343] Installing mesa-libEGL-0:25.1 100% | 164.0 MiB/s | 335.9 KiB |  00m00s
- [240/343] Installing libglvnd-egl-1:1.7 100% |  34.3 MiB/s |  70.3 KiB |  00m00s
- [241/343] Installing libglvnd-gles-1:1. 100% | 104.8 MiB/s | 107.3 KiB |  00m00s
- [242/343] Installing libglvnd-glx-1:1.7 100% | 198.8 MiB/s | 610.6 KiB |  00m00s
- [243/343] Installing mesa-libGL-0:25.1. 100% | 150.0 MiB/s | 307.2 KiB |  00m00s
- [244/343] Installing libva-0:2.22.0-4.f 100% |  65.1 MiB/s | 333.4 KiB |  00m00s
- [245/343] Installing libavutil-free-0:7 100% | 188.3 MiB/s | 964.2 KiB |  00m00s
- [246/343] Installing libswresample-free 100% |  72.6 MiB/s | 148.7 KiB |  00m00s
- [247/343] Installing publicsuffix-list- 100% | 163.0 MiB/s | 333.8 KiB |  00m00s
- [248/343] Installing libpsl-devel-0:0.2 100% | 110.9 MiB/s | 113.6 KiB |  00m00s
- [249/343] Installing libverto-devel-0:0 100% |  25.7 MiB/s |  26.4 KiB |  00m00s
- [250/343] Installing libcom_err-devel-0 100% |   1.1 MiB/s |  18.3 KiB |  00m00s
- [251/343] Installing keyutils-libs-deve 100% |  53.9 MiB/s |  55.2 KiB |  00m00s
- [252/343] Installing libsepol-devel-0:3 100% |  31.3 MiB/s | 128.3 KiB |  00m00s
- [253/343] Installing libselinux-devel-0 100% |  52.6 MiB/s | 161.6 KiB |  00m00s
- [254/343] Installing libmount-devel-0:2 100% |  63.0 MiB/s |  64.5 KiB |  00m00s
- [255/343] Installing libnghttp2-devel-0 100% | 289.5 MiB/s | 296.5 KiB |  00m00s
- [256/343] Installing libidn2-devel-0:2. 100% | 153.0 MiB/s | 156.7 KiB |  00m00s
- [257/343] Installing brotli-0:1.1.0-6.f 100% |   2.0 MiB/s |  32.3 KiB |  00m00s
- [258/343] Installing brotli-devel-0:1.1 100% |  33.2 MiB/s |  68.0 KiB |  00m00s
- [259/343] Installing libkadm5-0:1.21.3- 100% | 105.4 MiB/s | 215.9 KiB |  00m00s
- [260/343] Installing krb5-devel-0:1.21. 100% |  31.7 MiB/s | 715.2 KiB |  00m00s
- [261/343] Installing libzstd-devel-0:1. 100% | 203.9 MiB/s | 208.8 KiB |  00m00s
- [262/343] Installing ncurses-c++-libs-0 100% |  50.4 MiB/s | 154.8 KiB |  00m00s
- [263/343] Installing ncurses-devel-0:6. 100% |  38.8 MiB/s |   1.0 MiB |  00m00s
- [264/343] Installing libedit-devel-0:3. 100% |  65.4 MiB/s |  67.0 KiB |  00m00s
- [265/343] Installing libglvnd-core-deve 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [266/343] Installing libglvnd-devel-1:1 100% | 265.1 MiB/s |   2.1 MiB |  00m00s
- [267/343] Installing mesa-libGLU-devel- 100% |  17.1 MiB/s |  17.5 KiB |  00m00s
- [268/343] Installing gettext-envsubst-0 100% |   4.9 MiB/s |  80.2 KiB |  00m00s
- [269/343] Installing gettext-runtime-0: 100% |  25.0 MiB/s | 461.6 KiB |  00m00s
- [270/343] Installing gettext-0:0.23.1-2 100% | 162.4 MiB/s |   5.2 MiB |  00m00s
- [271/343] Installing libuv-1:1.51.0-1.f 100% |  46.6 MiB/s | 573.0 KiB |  00m00s
- [272/343] Installing openssl-devel-1:3. 100% |  99.9 MiB/s |   5.2 MiB |  00m00s
- [273/343] Installing openblas-srpm-macr 100% |   0.0   B/s | 392.0   B |  00m00s
- [274/343] Installing libffi-devel-0:3.4 100% |  17.0 MiB/s |  34.8 KiB |  00m00s
- [275/343] Installing glib2-devel-0:2.84 100% | 203.9 MiB/s |  15.9 MiB |  00m00s
- [276/343] Installing libev-0:4.33-13.fc 100% |  54.1 MiB/s | 110.7 KiB |  00m00s
- [277/343] Installing gmp-c++-1:6.3.0-4. 100% |  27.8 MiB/s |  28.5 KiB |  00m00s
- [278/343] Installing rhash-0:1.4.5-2.fc 100% |  19.3 MiB/s | 356.4 KiB |  00m00s
- [279/343] Installing jsoncpp-0:1.9.6-1. 100% | 128.5 MiB/s | 263.1 KiB |  00m00s
- [280/343] Installing cmake-0:3.31.6-2.f 100% | 246.2 MiB/s |  34.2 MiB |  00m00s
- [281/343] Installing cmake-data-0:3.31. 100% |  35.6 MiB/s |   9.1 MiB |  00m00s
- [282/343] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [283/343] Installing google-noto-sans-v 100% | 231.9 MiB/s |   1.4 MiB |  00m00s
- [284/343] Installing default-fonts-core 100% |   5.9 MiB/s |  18.2 KiB |  00m00s
- [285/343] Installing fontconfig-0:2.16. 100% | 736.1 KiB/s | 783.9 KiB |  00m01s
- [286/343] Installing cairo-0:1.18.2-3.f 100% | 198.1 MiB/s |   1.8 MiB |  00m00s
- [287/343] Installing cairo-gobject-0:1. 100% |  35.1 MiB/s |  36.0 KiB |  00m00s
- [288/343] Installing harfbuzz-cairo-0:1 100% |  25.9 MiB/s |  53.0 KiB |  00m00s
- [289/343] Installing freetype-devel-0:2 100% | 258.9 MiB/s |   8.5 MiB |  00m00s
- [290/343] Installing fontconfig-devel-0 100% |  50.3 MiB/s | 154.4 KiB |  00m00s
- [291/343] Installing cairo-devel-0:1.18 100% | 458.2 MiB/s |   2.3 MiB |  00m00s
- [292/343] Installing harfbuzz-devel-0:1 100% | 185.4 MiB/s |   5.2 MiB |  00m00s
- [293/343] Installing libgxps-0:0.3.2-10 100% |  94.9 MiB/s | 194.3 KiB |  00m00s
- [294/343] Installing libXft-0:2.3.8-8.f 100% |  55.3 MiB/s | 169.9 KiB |  00m00s
- [295/343] Installing pango-0:1.56.4-2.f 100% |  36.5 MiB/s |   1.0 MiB |  00m00s
- [296/343] Installing gtk3-0:3.24.49-2.f 100% | 278.7 MiB/s |  23.1 MiB |  00m00s
- [297/343] Installing rsvg-pixbuf-loader 100% | 110.8 MiB/s | 340.5 KiB |  00m00s
- [298/343] Installing librsvg2-0:2.60.0- 100% | 262.8 MiB/s |   5.0 MiB |  00m00s
- [299/343] Installing libdecor-0:0.2.4-1 100% |  54.6 MiB/s | 167.8 KiB |  00m00s
- [300/343] Installing SDL3-0:3.2.24-1.fc 100% | 243.8 MiB/s |   2.7 MiB |  00m00s
- [301/343] Installing sdl2-compat-0:2.32 100% | 130.7 MiB/s | 401.4 KiB |  00m00s
- [302/343] Installing sdl12-compat-0:1.2 100% |  96.3 MiB/s | 197.2 KiB |  00m00s
- [303/343] Installing libvisual-1:0.4.2- 100% |  24.3 MiB/s | 497.1 KiB |  00m00s
- [304/343] Installing gstreamer1-plugins 100% | 184.1 MiB/s |   7.4 MiB |  00m00s
- [305/343] Installing xdg-desktop-portal 100% |  32.0 MiB/s |   1.9 MiB |  00m00s
- [306/343] Installing libbluray-0:1.3.4- 100% | 129.9 MiB/s | 399.2 KiB |  00m00s
- [307/343] Installing libaribcaption-0:1 100% | 122.0 MiB/s | 249.9 KiB |  00m00s
- [308/343] Installing libavcodec-free-0: 100% | 258.1 MiB/s |   9.8 MiB |  00m00s
- [309/343] Installing libchromaprint-0:1 100% |  32.3 MiB/s |  66.1 KiB |  00m00s
- [310/343] Installing libavformat-free-0 100% | 233.8 MiB/s |   2.6 MiB |  00m00s
- [311/343] Installing poppler-0:25.02.0- 100% | 265.3 MiB/s |   3.7 MiB |  00m00s
- [312/343] Installing poppler-glib-0:25. 100% | 149.7 MiB/s | 613.3 KiB |  00m00s
- [313/343] Installing localsearch-0:3.9. 100% |  57.8 MiB/s |   3.9 MiB |  00m00s
- [314/343] Installing xdg-desktop-portal 100% |  14.6 MiB/s | 477.2 KiB |  00m00s
- [315/343] Installing sdl2-compat-devel- 100% |  87.8 MiB/s |   2.7 MiB |  00m00s
- [316/343] Installing libcanberra-gtk3-0 100% |   4.5 MiB/s |  82.0 KiB |  00m00s
- [317/343] Installing gmp-devel-1:6.3.0- 100% | 172.9 MiB/s | 354.1 KiB |  00m00s
- [318/343] Installing libev-devel-0:4.33 100% | 128.1 MiB/s | 131.2 KiB |  00m00s
- [319/343] Installing openblas-devel-0:0 100% | 279.3 MiB/s |   1.7 MiB |  00m00s
- [320/343] Installing libcurl-devel-0:8. 100% |  46.9 MiB/s |   1.4 MiB |  00m00s
- [321/343] Installing llvm19-devel-0:19. 100% |  99.4 MiB/s |  26.0 MiB |  00m00s
- [322/343] Installing intel-vpl-gpu-rt-0 100% | 278.4 MiB/s |  11.7 MiB |  00m00s
- [323/343] Installing intel-mediasdk-0:2 100% | 284.6 MiB/s |  22.5 MiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64                  
- >>> Finished sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64                 
- >>> Scriptlet output:                                                           
- >>> Creating group 'pipewire' with GID 992.                                     
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 992 and GID 992. 
- >>>                                                                             
- [324/343] Installing pipewire-0:1.4.9-1 100% |   8.2 MiB/s | 437.6 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64                     
- >>> Finished %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64                    
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' 
- >>>                                                                             
- [325/343] Installing pipewire-alsa-0:1. 100% |  52.0 MiB/s | 159.6 KiB |  00m00s
- [326/343] Installing pipewire-pulseaudi 100% |   7.9 MiB/s | 444.2 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64          
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64         
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>                                                                             
- [327/343] Installing pipewire-plugin-li 100% |  71.9 MiB/s | 147.3 KiB |  00m00s
- [328/343] Installing glib-networking-0: 100% | 123.3 MiB/s | 757.8 KiB |  00m00s
- [329/343] Installing avif-pixbuf-loader 100% |  19.7 MiB/s |  20.2 KiB |  00m00s
- [330/343] Installing upower-0:1.90.10-1 100% |   4.9 MiB/s | 286.1 KiB |  00m00s
- >>> Running %post scriptlet: upower-0:1.90.10-1.fc42.x86_64                     
- >>> Finished %post scriptlet: upower-0:1.90.10-1.fc42.x86_64                    
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service' 
- >>>                                                                             
- [331/343] Installing jxl-pixbuf-loader- 100% |  14.7 MiB/s |  30.2 KiB |  00m00s
- [332/343] Installing exiv2-0:0.28.6-2.f 100% | 349.9 MiB/s |  12.2 MiB |  00m00s
- [333/343] Installing libcamera-ipa-0:0. 100% |  11.5 MiB/s | 551.9 KiB |  00m00s
- >>> Running sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_64
- >>> Finished sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_6
- >>> Scriptlet output:                                                           
- >>> Creating group 'usbmuxd' with GID 113.                                      
- >>> Creating user 'usbmuxd' (usbmuxd user) with UID 113 and GID 113.            
- >>>                                                                             
- [334/343] Installing usbmuxd-0:1.1.1^20 100% |   3.2 MiB/s | 151.5 KiB |  00m00s
- [335/343] Installing ninja-build-0:1.12 100% |  21.4 MiB/s | 459.5 KiB |  00m00s
- [336/343] Installing webp-pixbuf-loader 100% |  14.5 MiB/s |  29.8 KiB |  00m00s
- [337/343] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [338/343] Installing tinysparql-0:3.9.2 100% |  49.6 MiB/s |   2.5 MiB |  00m00s
- [339/343] Installing adwaita-mono-fonts 100% | 301.6 MiB/s |   5.4 MiB |  00m00s
- [340/343] Installing adwaita-sans-fonts 100% |  63.7 MiB/s |   1.7 MiB |  00m00s
- [341/343] Installing logrotate-0:3.22.0 100% |   3.0 MiB/s | 151.6 KiB |  00m00s
- >>> Running %post scriptlet: logrotate-0:3.22.0-3.fc42.x86_64                   
- >>> Finished %post scriptlet: logrotate-0:3.22.0-3.fc42.x86_64                  
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer' 
- >>>                                                                             
- [342/343] Installing low-memory-monitor 100% |   2.4 MiB/s |  67.7 KiB |  00m00s
- [343/343] Installing dconf-0:0.40.0-15. 100% | 212.8 KiB/s | 320.0 KiB |  00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64            
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64           
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service' 
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>                                                                             
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cairo-devel" "cmake" "gmp-devel" "libcurl-devel" "libev-devel" "libffi-devel" "llvm19-devel" "ninja-build" "openblas-devel" "openssl-devel" "SDL2-devel" "zlib-ng-compat-devel"
- cairo-devel-1.18.2-3.fc42.x86_64
- cmake-3.31.6-2.fc42.x86_64
- gmp-devel-6.3.0-4.fc42.x86_64
- libcurl-devel-8.11.1-6.fc42.x86_64
- libev-devel-4.33-13.fc42.x86_64
- libffi-devel-3.4.6-5.fc42.x86_64
- llvm19-devel-19.1.7-13.fc42.x86_64
- ninja-build-1.12.1-4.fc42.x86_64
- openblas-devel-0.3.29-1.fc42.x86_64
- openssl-devel-3.2.6-2.fc42.x86_64
- sdl2-compat-devel-2.32.56-1.fc42.x86_64
- zlib-ng-compat-devel-2.2.5-2.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigarray-overlap.0.2.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved binaryen-bin.119  (cached)
-> retrieved brr.0.0.8  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved caqti.2.2.4, caqti-lwt.2.2.4  (cached)
-> retrieved cmarkit.0.4.0  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved conf-libev.4-13  (cached)
-> retrieved conf-libssl.4  (cached)
-> retrieved conf-llvm-static.19  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-bash.1
-> retrieved crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-ninja.1
-> retrieved csv.2.4  (cached)
-> installed conf-c++.1.0
-> installed conf-cmake.1
-> installed conf-gmp.5
-> installed conf-libcurl.2
-> installed conf-libev.4-13
-> installed conf-pkg-config.4
-> installed conf-llvm-static.19
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed conf-libssl.4
-> installed conf-sdl2.1
-> installed conf-zlib.1
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved domainslib.0.5.2  (cached)
-> retrieved dream.1.0.0~alpha8, dream-httpaf.1.0.0~alpha4  (cached)
-> retrieved dream-pure.1.0.0~alpha2  (cached)
-> 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 duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved gen_js_api.1.1.6, ojs.1.1.6  (cached)
-> retrieved gluten.0.5.2, gluten-lwt.0.5.2, gluten-lwt-unix.0.5.2  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved graphql.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0  (cached)
-> retrieved h2.0.10.0, h2-lwt.0.10.0, h2-lwt-unix.0.10.0  (cached)
-> installed cmdliner.2.0.0
-> retrieved hmap.0.8.1  (cached)
-> retrieved hpack.0.13.0  (cached)
-> retrieved httpaf.0.7.1  (cached)
-> retrieved httpun.0.1.0, httpun-lwt.0.1.0, httpun-lwt-unix.0.1.0, httpun-types.0.1.0  (cached)
-> retrieved httpun-ws.0.2.0  (cached)
-> retrieved hugin.1.0.0~alpha2, kaun.1.0.0~alpha2, nx.1.0.0~alpha2, nx-datasets.1.0.0~alpha2, quill.1.0.0~alpha2, rune.1.0.0~alpha2, saga.1.0.0~alpha2, sowilo.1.0.0~alpha2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1  (cached)
-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-toplevel.6.2.0, wasm_of_ocaml-compiler.6.2.0  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved lambdasoup.1.1.1  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.2, lwt_ppx.5.9.2  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved lwt_ssl.1.2.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved markup.1.0.3  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.1.2.0, mirage-crypto-ec.1.2.0, mirage-crypto-pk.1.2.0, mirage-crypto-rng.1.2.0, mirage-crypto-rng-lwt.1.2.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved multipart_form.0.7.0, multipart_form-lwt.0.7.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_deriving_yojson.3.10.0  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved prettym.0.0.3  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved saturn.1.0.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved ssl.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tls.2.0.3  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved unstrctrd.0.4  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved vdom.0.3  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed dune.3.20.2
-> installed zarith.1.14
-> installed backoff.0.1.1
-> installed base64.3.5.2
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed csv.2.4
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed gen.1.1
-> installed gmap.0.3.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.1
-> installed magic-mime.1.3.1
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed mirage-clock.4.2.0
-> installed multicore-magic.2.3.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed pecu.0.7
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.14.0
-> installed result.1.5
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed yojson.3.0.0
-> installed ordering.3.20.2
-> installed topkg.1.1.1
-> installed ocplib-endian.1.2
-> installed digestif.1.3.0
-> installed ipaddr.5.6.1
-> installed saturn.1.0.0
-> installed lru.0.3.1
-> installed integers.0.7.0
-> installed domain-local-await.1.0.1
-> installed hmap.0.8.1
-> installed domainslib.0.5.2
-> installed rresult.0.7.0
-> installed dyn.3.20.2
-> installed binaryen-bin.119
-> installed dune-configurator.3.20.2
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed uutf.1.0.4
-> installed bigstringaf.0.10.0
-> installed ke.0.6
-> installed cstruct.6.2.0
-> installed faraday.0.8.2
-> installed crunch.4.0.0
-> installed asn1-combinators.0.3.2
-> installed angstrom.0.16.1
-> installed gluten.0.5.2
-> installed cmarkit.0.4.0
-> installed httpun-types.0.1.0
-> installed ssl.0.7.0
-> installed unstrctrd.0.4
-> installed markup.1.0.3
-> installed hpack.0.13.0
-> installed httpaf.0.7.1
-> installed mirage-crypto.1.2.0
-> installed cairo2.0.6.5
-> installed httpun.0.1.0
-> installed lambdasoup.1.1.1
-> installed kdf.1.0.0
-> installed stdune.3.20.2
-> installed lwt.5.9.2
-> installed uri.4.4.0
-> installed h2.0.10.0
-> installed httpun-ws.0.2.0
-> installed faraday-lwt.0.8.2
-> installed lwt_ssl.1.2.0
-> installed gluten-lwt.0.5.2
-> installed faraday-lwt-unix.0.8.2
-> installed h2-lwt.0.10.0
-> installed httpun-lwt.0.1.0
-> installed gluten-lwt-unix.0.5.2
-> installed h2-lwt-unix.0.10.0
-> installed httpun-lwt-unix.0.1.0
-> installed ctypes.0.23.0
-> installed dune-private-libs.3.20.2
-> installed menhir.20250912
-> installed ctypes-foreign.0.23.0
-> installed dune-site.3.20.2
-> installed graphql_parser.0.14.0
-> installed ppxlib.0.37.0
-> installed graphql.0.14.0
-> installed graphql-lwt.0.14.0
-> installed lwt_ppx.5.9.2
-> installed ppx_deriving.6.1.1
-> installed sedlex.3.7
-> installed dream-pure.1.0.0~alpha2
-> installed ppx_deriving_yojson.3.10.0
-> installed dream-httpaf.1.0.0~alpha4
-> installed uucp.17.0.0
-> installed js_of_ocaml-compiler.6.2.0
-> installed bigarray-overlap.0.2.1
-> installed ojs.1.1.6
-> installed prettym.0.0.3
-> installed logs.0.10.0
-> installed js_of_ocaml-toplevel.6.2.0
-> installed mirage-crypto-rng.1.2.0
-> installed gen_js_api.1.1.6
-> installed multipart_form.0.7.0
-> installed mirage-crypto-rng-lwt.1.2.0
-> installed mirage-crypto-pk.1.2.0
-> installed multipart_form-lwt.0.7.0
-> installed vdom.0.3
-> installed mirage-crypto-ec.1.2.0
-> installed ocurl.0.9.2
-> installed x509.1.0.6
-> installed brr.0.0.8
-> installed tls.2.0.3
-> installed caqti.2.2.4
-> installed caqti-lwt.2.2.4
-> installed js_of_ocaml.6.2.0
-> installed dream.1.0.0~alpha8
-> installed nx.1.0.0~alpha2
-> installed wasm_of_ocaml-compiler.6.2.0
-> installed nx-datasets.1.0.0~alpha2
-> installed hugin.1.0.0~alpha2
-> installed saga.1.0.0~alpha2
-> installed rune.1.0.0~alpha2
-> installed sowilo.1.0.0~alpha2
-> installed kaun.1.0.0~alpha2
-> installed quill.1.0.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 22:22.51 ---> saved as "32fa607f72fb34ee725120dd5d8cbb03bbfb67e7ff68b1f68830e8bee9f65a09"
Job succeeded
2025-11-10 22:23.12: Job succeeded