(not at the head of any monitored branch or PR)
2026-04-10 14:44.28: New job: build ffmpeg-avcodec.1.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (d2c2fde7ed0f03ab1c97ec11eae2846e1c000577)
                              on fedora-43-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29703/head" && git reset --hard d2c2fde7
git fetch origin master
git merge --no-edit 812fb968341c1eec82e23a29dcf794db8f990936
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:732f1dae0a8340463f85c49c60d6da4fbab3981cfd5a58c2ec35626bde2f67b2
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 ffmpeg-avcodec.1.3.0 1.3.0
RUN opam reinstall ffmpeg-avcodec.1.3.0; \
    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-43\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ffmpeg-avcodec.1.3.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2026-04-10 14:44.28: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:732f1dae0a8340463f85c49c60d6da4fbab3981cfd5a58c2ec35626bde2f67b2-ffmpeg-avcodec.1.3.0-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.28: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:732f1dae0a8340463f85c49c60d6da4fbab3981cfd5a58c2ec35626bde2f67b2)
 (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 ffmpeg-avcodec.1.3.0 1.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ffmpeg-avcodec.1.3.0;\
             \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-43\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ffmpeg-avcodec.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-10 14:44.28: Waiting for resource in pool OCluster
2026-04-10 14:51.33: Waiting for worker…
2026-04-10 14:54.27: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 812fb96834 Merge pull request #29689 from voodoos/release-merlin-v5.7.0-504
Updating 812fb96834..d2c2fde7ed
Fast-forward
 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam            | 51 ++++++++++++++++++++++
 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam  | 50 +++++++++++++++++++++
 .../ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam     | 50 +++++++++++++++++++++
 .../ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam     | 50 +++++++++++++++++++++
 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam    | 51 ++++++++++++++++++++++
 .../ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam | 51 ++++++++++++++++++++++
 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam  | 50 +++++++++++++++++++++
 packages/ffmpeg/ffmpeg.1.3.0/opam                  | 44 +++++++++++++++++++
 .../liquidsoap-core/liquidsoap-core.2.2.0/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.1/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.2/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.3/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.4-1/opam   |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.5/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.3.0/opam     |  2 +-
 packages/liquidsoap/liquidsoap.2.4.0/opam          |  2 +-
 packages/liquidsoap/liquidsoap.2.4.2/opam          |  2 +-
 17 files changed, 406 insertions(+), 9 deletions(-)
 create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam
 create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam
 create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam
 create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam
 create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam
 create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam
 create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam
 create mode 100644 packages/ffmpeg/ffmpeg.1.3.0/opam

(from ocaml/opam:fedora-43-ocaml-4.14@sha256:732f1dae0a8340463f85c49c60d6da4fbab3981cfd5a58c2ec35626bde2f67b2)
2026-04-10 14:54.30 ---> using "433bdef93ecd61271d58096f9042efe506f8d360468447a9de408c7b8deb6af1" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-10 14:54.30 ---> using "8cba2b3741718892fdf62de0c5f341a3b84380a9b07da2227990d957f51e95b3" 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 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-10 14:54.30 ---> using "7abe7f2a4956c631289d0082fcf510179930c3592ed85a5ff6dce51408ab4333" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=43
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-04-10 14:54.30 ---> using "ebf2a26c84afead0f7c39ec020473947d23519f92b475b0ef2fc4b6462185c78" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-10 14:54.30 ---> using "26eb534827fe80a5d8368e2e2f8b44d9bfee97780d0bb7dbb8d8fa9100db3e06" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:54.36 ---> saved as "418730cde1002593dc6d3ecdf0f1df6d2029c47c68608f94460909e79e546d2e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 14:54.56 ---> saved as "195d74d7686ee8caf15a896502976319dfdc33510972a59c280923e1676d6f52"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 openh264 (From Cisco) - x86_ 100% |   2.4 KiB/s | 986.0   B |  00m00s
-  Fedora 43 - x86_64 - Updates           100% |  58.0 KiB/s |  16.3 KiB |  00m00s
-  Fedora 43 - x86_64                     100% | 111.8 KiB/s |  21.2 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-10 14:55.05 ---> saved as "cd279478ff6a1ce60f720a183f4fbf868826bc80b242920a535fd08105a2ee48"

/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-avcodec.1.3.0 1.3.0"))
ffmpeg-avcodec is now pinned to version 1.3.0
2026-04-10 14:55.06 ---> saved as "3b14ca4461d02ee46481fb58e85f2622340990957c6d850df8d6db7b0bba9495"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ffmpeg-avcodec.1.3.0;\
                        \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-43\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ffmpeg-avcodec.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ffmpeg-avcodec.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
  - install conf-ffmpeg       1              [required by ffmpeg-avcodec]
  - install conf-pkg-config   4              [required by ffmpeg-avcodec]
  - install csexp             1.5.2          [required by dune-configurator]
  - install dune              3.22.1         [required by ffmpeg-avcodec]
  - install dune-configurator 3.22.1         [required by ffmpeg-avcodec]
  - install ffmpeg-avcodec    1.3.0 (pinned)
  - install ffmpeg-avutil     1.3.0          [required by ffmpeg-avcodec]

The following system packages will first need to be installed:
    ffmpeg-free-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" "ffmpeg-free-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                         Repository                 Size
- Upgrading:
-  ngtcp2                                  x86_64 1.21.0-1.fc43                   updates               318.3 KiB
-    replacing ngtcp2                      x86_64 1.19.0-1.fc43                   updates               314.2 KiB
-  ngtcp2-crypto-ossl                      x86_64 1.21.0-1.fc43                   updates                51.7 KiB
-    replacing ngtcp2-crypto-ossl          x86_64 1.19.0-1.fc43                   updates                51.7 KiB
-  systemd-libs                            x86_64 258.7-1.fc43                    updates                 2.3 MiB
-    replacing systemd-libs                x86_64 258.5-2.fc43                    updates                 2.3 MiB
- Installing:
-  ffmpeg-free-devel                       x86_64 7.1.2-4.fc43                    updates               547.8 KiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.24.2-1.fc43                   fedora                  1.5 MiB
-  SDL3                                    x86_64 3.4.0-3.fc43                    updates                 3.0 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-15.fc43                   fedora                192.7 KiB
-  adwaita-cursor-theme                    noarch 49.0-1.fc43                     fedora                 11.4 MiB
-  adwaita-icon-theme                      noarch 49.0-1.fc43                     fedora                  1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-4.fc43                     fedora                  2.1 MiB
-  alsa-lib                                x86_64 1.2.15.3-1.fc43                 updates                 1.5 MiB
-  aribb24                                 x86_64 1.0.3^20160216git5e9be27-3.fc43 fedora                 83.1 KiB
-  at-spi2-atk                             x86_64 2.58.4-1.fc43                   updates               283.7 KiB
-  at-spi2-core                            x86_64 2.58.4-1.fc43                   updates                 1.5 MiB
-  atk                                     x86_64 2.58.4-1.fc43                   updates               248.6 KiB
-  avahi-glib                              x86_64 0.9~rc2-6.fc43                  fedora                 19.6 KiB
-  avahi-libs                              x86_64 0.9~rc2-6.fc43                  fedora                171.6 KiB
-  bluez-libs                              x86_64 5.86-4.fc43                     updates               198.3 KiB
-  cairo                                   x86_64 1.18.4-2.fc43                   fedora                  1.8 MiB
-  cairo-gobject                           x86_64 1.18.4-2.fc43                   fedora                 31.1 KiB
-  cdparanoia-libs                         x86_64 10.2-48.fc43                    fedora                113.5 KiB
-  cjson                                   x86_64 1.7.18-3.fc43                   fedora                 63.9 KiB
-  codec2                                  x86_64 1.2.0-7.fc43                    fedora                  1.4 MiB
-  colord-libs                             x86_64 1.4.8-2.fc43                    fedora                830.7 KiB
-  cups-filesystem                         noarch 1:2.4.16-7.fc43                 updates                 0.0   B
-  cups-libs                               x86_64 1:2.4.16-7.fc43                 updates               618.7 KiB
-  dbus                                    x86_64 1:1.16.0-4.fc43                 fedora                  0.0   B
-  dbus-broker                             x86_64 37-2.fc43                       fedora                387.2 KiB
-  dbus-common                             noarch 1:1.16.0-4.fc43                 fedora                 11.2 KiB
-  default-fonts-core-sans                 noarch 4.2-5.fc43                      fedora                 11.9 KiB
-  device-mapper                           x86_64 1.02.208-2.fc43                 fedora                346.6 KiB
-  device-mapper-libs                      x86_64 1.02.208-2.fc43                 fedora                418.2 KiB
-  duktape                                 x86_64 2.7.0-10.fc43                   fedora                615.8 KiB
-  exempi                                  x86_64 2.6.4-8.fc43                    fedora                  1.4 MiB
-  exiv2-libs                              x86_64 0.28.6-2.fc43                   fedora                  2.8 MiB
-  fdk-aac-free                            x86_64 2.0.0-16.fc43                   fedora                611.8 KiB
-  fftw-libs-double                        x86_64 3.3.10-16.fc43                  fedora                  3.4 MiB
-  fftw-libs-single                        x86_64 3.3.10-16.fc43                  fedora                  3.6 MiB
-  flac-libs                               x86_64 1.5.0-5.fc43                    updates               611.5 KiB
-  flite                                   x86_64 2.2-12.fc43                     fedora                 21.5 MiB
-  fontconfig                              x86_64 2.17.0-3.fc43                   fedora                765.9 KiB
-  fonts-filesystem                        noarch 1:2.0.5-23.fc43                 fedora                  0.0   B
-  freeglut                                x86_64 3.8.0-1.fc43                    updates               481.4 KiB
-  freetype                                x86_64 2.13.3-3.fc43                   fedora                850.2 KiB
-  fribidi                                 x86_64 1.0.16-3.fc43                   fedora                190.3 KiB
-  fuse-common                             x86_64 3.16.2-6.fc43                   updates                38.0   B
-  fuse3                                   x86_64 3.16.2-6.fc43                   updates               121.7 KiB
-  fuse3-libs                              x86_64 3.16.2-6.fc43                   updates               277.5 KiB
-  game-music-emu                          x86_64 0.6.4-2.fc43                    fedora                351.8 KiB
-  gdk-pixbuf2                             x86_64 2.44.4-1.fc43                   updates                 2.5 MiB
-  geoclue2                                x86_64 2.8.0-1.fc43                    updates               401.7 KiB
-  giflib                                  x86_64 5.2.2-9.fc43                    updates               116.1 KiB
-  glibc-gconv-extra                       x86_64 2.42-10.fc43                    updates                 7.2 MiB
-  glycin-libs                             x86_64 2.0.8-1.fc43                    updates                 4.2 MiB
-  glycin-loaders                          x86_64 2.0.8-1.fc43                    updates                12.7 MiB
-  gobject-introspection                   x86_64 1.84.0-3.fc43                   fedora                392.8 KiB
-  google-noto-fonts-common                noarch 20251101-2.fc43                 updates                17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20251101-2.fc43                 updates                 1.4 MiB
-  gpgme                                   x86_64 1.24.3-6.fc43                   fedora                587.9 KiB
-  gpgmepp                                 x86_64 1.24.3-6.fc43                   fedora                429.2 KiB
-  graphene                                x86_64 1.10.8-2.fc43                   fedora                158.4 KiB
-  graphite2                               x86_64 1.3.14-19.fc43                  fedora                191.8 KiB
-  gsettings-desktop-schemas               x86_64 49.1-3.fc43                     updates                 5.7 MiB
-  gsm                                     x86_64 1.0.23-1.fc43                   fedora                 65.3 KiB
-  gstreamer1                              x86_64 1.26.11-1.fc43                  updates                 5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.11-1.fc43                  updates                 7.4 MiB
-  gtk-update-icon-cache                   x86_64 3.24.52-1.fc43                  updates                62.2 KiB
-  gtk3                                    x86_64 3.24.52-1.fc43                  updates                22.5 MiB
-  harfbuzz                                x86_64 11.5.1-2.fc43                   updates                 2.8 MiB
-  hicolor-icon-theme                      noarch 0.18-2.fc43                     fedora                 72.4 KiB
-  highway                                 x86_64 1.3.0-1.fc43                    updates                 5.5 MiB
-  hwdata                                  noarch 0.406-1.fc43                    updates                 9.9 MiB
-  ilbc                                    x86_64 3.0.4-17.fc43                   fedora                 91.4 KiB
-  inih                                    x86_64 62-1.fc43                       fedora                 22.4 KiB
-  inih-cpp                                x86_64 62-1.fc43                       fedora                 36.1 KiB
-  iso-codes                               noarch 4.18.0-2.fc43                   fedora                 21.5 MiB
-  jbigkit-libs                            x86_64 2.1-32.fc43                     fedora                113.5 KiB
-  json-glib                               x86_64 1.10.8-4.fc43                   updates               592.3 KiB
-  kbd                                     x86_64 2.8.0-3.fc43                    fedora                  1.4 MiB
-  kbd-legacy                              noarch 2.8.0-3.fc43                    fedora                571.4 KiB
-  kbd-misc                                noarch 2.8.0-3.fc43                    fedora                  2.5 MiB
-  kmod                                    x86_64 34.2-2.fc43                     fedora                247.2 KiB
-  lame-libs                               x86_64 3.100-20.fc43                   fedora                  1.2 MiB
-  lcms2                                   x86_64 2.16-6.fc43                     fedora                433.7 KiB
-  leptonica                               x86_64 1.87.0-1.fc43                   updates                 3.0 MiB
-  libXcomposite                           x86_64 0.4.6-6.fc43                    fedora                 40.5 KiB
-  libXcursor                              x86_64 1.2.3-3.fc43                    fedora                 53.4 KiB
-  libXdamage                              x86_64 1.1.6-6.fc43                    fedora                 39.6 KiB
-  libXext                                 x86_64 1.3.6-4.fc43                    fedora                 90.0 KiB
-  libXfixes                               x86_64 6.0.1-6.fc43                    fedora                 26.2 KiB
-  libXft                                  x86_64 2.3.8-9.fc43                    fedora                164.4 KiB
-  libXi                                   x86_64 1.8.2-3.fc43                    fedora                 80.6 KiB
-  libXinerama                             x86_64 1.1.5-9.fc43                    fedora                 15.0 KiB
-  libXrandr                               x86_64 1.5.4-6.fc43                    fedora                 51.8 KiB
-  libXrender                              x86_64 0.9.12-3.fc43                   fedora                 46.0 KiB
-  libXtst                                 x86_64 1.2.5-3.fc43                    fedora                 33.5 KiB
-  libXv                                   x86_64 1.0.13-3.fc43                   fedora                 26.0 KiB
-  libXxf86vm                              x86_64 1.1.6-3.fc43                    fedora                 25.3 KiB
-  libaom                                  x86_64 3.13.1-1.fc43                   fedora                  5.0 MiB
-  libaribcaption                          x86_64 1.1.1-3.fc43                    fedora                244.5 KiB
-  libass                                  x86_64 0.17.3-4.fc43                   fedora                286.2 KiB
-  libasyncns                              x86_64 0.8-31.fc43                     fedora                 55.5 KiB
-  libavc1394                              x86_64 0.5.4-26.fc43                   fedora                131.4 KiB
-  libavcodec-free                         x86_64 7.1.2-4.fc43                    updates                 9.8 MiB
-  libavcodec-free-devel                   x86_64 7.1.2-4.fc43                    updates               253.7 KiB
-  libavdevice-free                        x86_64 7.1.2-4.fc43                    updates               195.0 KiB
-  libavdevice-free-devel                  x86_64 7.1.2-4.fc43                    updates                18.2 KiB
-  libavfilter-free                        x86_64 7.1.2-4.fc43                    updates                 4.0 MiB
-  libavfilter-free-devel                  x86_64 7.1.2-4.fc43                    updates                70.5 KiB
-  libavformat-free                        x86_64 7.1.2-4.fc43                    updates                 2.6 MiB
-  libavformat-free-devel                  x86_64 7.1.2-4.fc43                    updates               152.3 KiB
-  libavutil-free                          x86_64 7.1.2-4.fc43                    updates               942.5 KiB
-  libavutil-free-devel                    x86_64 7.1.2-4.fc43                    updates               692.7 KiB
-  libbluray                               x86_64 1.3.4-11.fc43                   updates               393.7 KiB
-  libbs2b                                 x86_64 3.1.0-36.fc43                   fedora                 64.0 KiB
-  libcaca                                 x86_64 0.99-0.80.beta20.fc43           fedora                866.0 KiB
-  libcamera                               x86_64 0.5.2-5.fc43                    updates                 2.2 MiB
-  libcanberra                             x86_64 0.30-38.fc43                    fedora                266.5 KiB
-  libcdio                                 x86_64 2.1.0-15.fc43                   fedora                583.5 KiB
-  libcdio-paranoia                        x86_64 10.2+2.0.2-5.fc43               fedora                178.8 KiB
-  libchromaprint                          x86_64 1.6.0-1.fc43                    updates                69.2 KiB
-  libcloudproviders                       x86_64 0.3.6-2.fc43                    fedora                124.3 KiB
-  libcue                                  x86_64 2.3.0-12.fc43                   fedora                 85.8 KiB
-  libdatrie                               x86_64 0.2.13-12.fc43                  fedora                 53.8 KiB
-  libdav1d                                x86_64 1.5.3-1.fc43                    updates                 1.7 MiB
-  libdc1394                               x86_64 2.2.7-8.fc43                    fedora                350.9 KiB
-  libdecor                                x86_64 0.2.5-1.fc43                    updates               165.2 KiB
-  libdisplay-info                         x86_64 0.2.0-4.fc43                    fedora                215.9 KiB
-  libdovi                                 x86_64 3.3.2-1.fc43                    fedora                605.4 KiB
-  libdrm                                  x86_64 2.4.131-1.fc43                  updates               404.7 KiB
-  libdvdnav                               x86_64 6.1.1-11.fc43                   fedora                116.1 KiB
-  libdvdread                              x86_64 6.1.3-10.fc43                   fedora                156.1 KiB
-  libebur128                              x86_64 1.2.6-14.fc43                   fedora                 39.3 KiB
-  libepoxy                                x86_64 1.5.10-11.fc43                  fedora                  1.1 MiB
-  libexif                                 x86_64 0.6.25-2.fc43                   fedora                  2.7 MiB
-  libgexiv2                               x86_64 0.14.6-2.fc43                   fedora                279.2 KiB
-  libglvnd                                x86_64 1:1.7.0-8.fc43                  fedora                526.1 KiB
-  libglvnd-egl                            x86_64 1:1.7.0-8.fc43                  fedora                 64.7 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-8.fc43                  fedora                601.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-8.fc43                  fedora                144.8 KiB
-  libgsf                                  x86_64 1.14.56-1.fc43                  updates               981.1 KiB
-  libgudev                                x86_64 238-8.fc43                      fedora                 83.8 KiB
-  libgusb                                 x86_64 0.4.9-4.fc43                    fedora                162.0 KiB
-  libgxps                                 x86_64 0.3.2-11.fc43                   fedora                188.1 KiB
-  libheif                                 x86_64 1.20.2-6.fc43                   fedora                  1.6 MiB
-  libiec61883                             x86_64 1.2.0-38.fc43                   fedora                 86.0 KiB
-  libimobiledevice                        x86_64 1.3.0^20240916gited9703d-6.fc43 fedora                304.7 KiB
-  libimobiledevice-glue                   x86_64 1.3.1-3.fc43                    fedora                118.8 KiB
-  libiptcdata                             x86_64 1.0.5-23.fc43                   fedora                163.9 KiB
-  libjpeg-turbo                           x86_64 3.1.3-1.fc43                    updates               806.3 KiB
-  libjxl                                  x86_64 1:0.11.1-7.fc43                 updates                 4.1 MiB
-  liblc3                                  x86_64 1.1.3-5.fc43                    fedora                170.8 KiB
-  libldac                                 x86_64 2.0.2.3-18.fc43                 fedora                 74.2 KiB
-  libldb                                  x86_64 2:4.23.5-2.fc43                 updates               450.8 KiB
-  liblerc                                 x86_64 4.0.0-9.fc43                    fedora                624.1 KiB
-  libmodplug                              x86_64 1:0.8.9.0-28.fc43               fedora                355.2 KiB
-  libmysofa                               x86_64 1.3.3-3.fc43                    fedora                 74.8 KiB
-  libnotify                               x86_64 0.8.8-1.fc43                    updates               126.6 KiB
-  libogg                                  x86_64 2:1.3.6-2.fc43                  updates                45.6 KiB
-  libopenjph                              x86_64 0.22.0-2.fc43                   fedora                466.2 KiB
-  libopenmpt                              x86_64 0.8.6-1.fc43                    updates                 1.8 MiB
-  libosinfo                               x86_64 1.12.0-4.fc43                   updates                 1.2 MiB
-  libpciaccess                            x86_64 0.16-16.fc43                    fedora                 44.5 KiB
-  libplacebo                              x86_64 7.351.0-3.fc43                  fedora                  1.1 MiB
-  libplist                                x86_64 2.6.0-5.fc43                    fedora                237.0 KiB
-  libpng                                  x86_64 2:1.6.55-1.fc43                 updates               241.7 KiB
-  libpostproc-free                        x86_64 7.1.2-4.fc43                    updates                85.6 KiB
-  libpostproc-free-devel                  x86_64 7.1.2-4.fc43                    updates                 5.8 KiB
-  libproxy                                x86_64 0.5.12-1.fc43                   updates               102.3 KiB
-  librabbitmq                             x86_64 0.15.0-3.fc43                   fedora                 89.6 KiB
-  libraw1394                              x86_64 2.1.2-24.fc43                   fedora                158.8 KiB
-  librist                                 x86_64 0.2.7-10.fc43                   fedora                157.2 KiB
-  librsvg2                                x86_64 2.61.0-5.fc43                   updates                 5.1 MiB
-  libsamplerate                           x86_64 0.2.2-11.fc43                   fedora                  1.4 MiB
-  libsbc                                  x86_64 2.0-7.fc43                      fedora                 93.4 KiB
-  libshaderc                              x86_64 2026.1-1.fc43                   updates                 3.8 MiB
-  libsmbclient                            x86_64 2:4.23.5-2.fc43                 updates               167.5 KiB
-  libsndfile                              x86_64 1.2.2-10.fc43                   fedora                550.1 KiB
-  libsodium                               x86_64 1.0.21-2.fc43                   updates               449.4 KiB
-  libsoup3                                x86_64 3.6.6-2.fc43                    updates                 1.7 MiB
-  libstemmer                              x86_64 3.0.1-8.fc43                    fedora                661.5 KiB
-  libswresample-free                      x86_64 7.1.2-4.fc43                    updates               147.3 KiB
-  libswresample-free-devel                x86_64 7.1.2-4.fc43                    updates                26.4 KiB
-  libswscale-free                         x86_64 7.1.2-4.fc43                    updates               619.4 KiB
-  libswscale-free-devel                   x86_64 7.1.2-4.fc43                    updates                21.0 KiB
-  libtalloc                               x86_64 2.4.3-4.fc43                    fedora                 64.1 KiB
-  libtdb                                  x86_64 1.4.14-3.fc43                   fedora                100.5 KiB
-  libtevent                               x86_64 0.17.1-3.fc43                   fedora                101.5 KiB
-  libthai                                 x86_64 0.1.29-11.fc43                  fedora                783.4 KiB
-  libtheora                               x86_64 1:1.1.1-40.fc43                 fedora                477.3 KiB
-  libtiff                                 x86_64 4.7.1-1.fc43                    updates               624.4 KiB
-  libtinysparql                           x86_64 3.10.1-5.fc43                   updates               995.0 KiB
-  libudfread                              x86_64 1.1.2-12.fc43                   fedora                 65.9 KiB
-  libunibreak                             x86_64 6.1-4.fc43                      fedora                139.2 KiB
-  libunwind                               x86_64 1.8.1-3.fc43                    fedora                194.1 KiB
-  libusbmuxd                              x86_64 2.1.0-4.fc43                    fedora                 75.2 KiB
-  libv4l                                  x86_64 1.32.0-1.fc43                   updates               361.3 KiB
-  libva                                   x86_64 2.22.0-6.fc43                   fedora                329.4 KiB
-  libvdpau                                x86_64 1.5-10.fc43                     fedora                 20.7 KiB
-  libvisual                               x86_64 1:0.4.2-3.fc43                  fedora                452.7 KiB
-  libvmaf                                 x86_64 3.0.0-4.fc43                    fedora                827.0 KiB
-  libvorbis                               x86_64 1:1.3.7-13.fc43                 fedora                833.4 KiB
-  libvpl                                  x86_64 1:2.16.0-1.fc43                 updates               427.2 KiB
-  libvpx                                  x86_64 1.15.0-4.fc43                   fedora                  3.3 MiB
-  libwayland-client                       x86_64 1.24.0-1.fc43                   fedora                 62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc43                   fedora                 37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc43                   fedora                 12.4 KiB
-  libwbclient                             x86_64 2:4.23.5-2.fc43                 updates                68.7 KiB
-  libwebp                                 x86_64 1.6.0-2.fc43                    fedora                956.6 KiB
-  libxkbcommon                            x86_64 1.11.0-1.fc43                   fedora                408.2 KiB
-  libxshmfence                            x86_64 1.3.2-7.fc43                    fedora                 12.4 KiB
-  libxslt                                 x86_64 1.1.43-5.fc43                   fedora                460.1 KiB
-  libyuv                                  x86_64 0-0.57.20240704git96bbdb5.fc43  fedora                679.7 KiB
-  lilv-libs                               x86_64 0.26.4-1.fc43                   updates               125.5 KiB
-  lm_sensors-libs                         x86_64 3.6.0-23.fc43                   fedora                 85.8 KiB
-  lmdb-libs                               x86_64 0.9.34-1.fc43                   updates               106.0 KiB
-  lpcnetfreedv                            x86_64 0.5-9.fc43                      fedora                 14.8 MiB
-  lttng-ust                               x86_64 2.14.0-4.fc43                   fedora                  1.3 MiB
-  lzo                                     x86_64 2.10-15.fc43                    fedora                178.9 KiB
-  mbedtls                                 x86_64 3.6.6-1.fc43                    updates                 1.3 MiB
-  mesa-dri-drivers                        x86_64 25.3.6-3.fc43                   updates                48.8 MiB
-  mesa-filesystem                         x86_64 25.3.6-3.fc43                   updates                 3.6 KiB
-  mesa-libEGL                             x86_64 25.3.6-3.fc43                   updates               310.4 KiB
-  mesa-libGL                              x86_64 25.3.6-3.fc43                   updates               286.0 KiB
-  mesa-libGLU                             x86_64 9.0.3-7.fc43                    fedora                361.8 KiB
-  mesa-libgbm                             x86_64 25.3.6-3.fc43                   updates                19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-2.fc43                  fedora                814.0 KiB
-  ngtcp2-crypto-gnutls                    x86_64 1.21.0-1.fc43                   updates                39.6 KiB
-  nspr                                    x86_64 4.38.2-4.fc43                   updates               315.5 KiB
-  nss                                     x86_64 3.121.0-1.fc43                  updates                 1.9 MiB
-  nss-softokn                             x86_64 3.121.0-1.fc43                  updates                 2.0 MiB
-  nss-softokn-freebl                      x86_64 3.121.0-1.fc43                  updates               991.0 KiB
-  nss-sysinit                             x86_64 3.121.0-1.fc43                  updates                18.1 KiB
-  nss-util                                x86_64 3.121.0-1.fc43                  updates               204.8 KiB
-  openal-soft                             x86_64 1.24.2-4.fc43                   fedora                  1.6 MiB
-  opencore-amr                            x86_64 0.1.6-9.fc43                    fedora                352.7 KiB
-  openh264                                x86_64 2.6.0-2.fc43                    fedora-cisco-openh264   1.1 MiB
-  openjpeg                                x86_64 2.5.4-1.fc43                    fedora                456.3 KiB
-  openpgm                                 x86_64 5.3.128-5.fc43                  fedora                312.3 KiB
-  opus                                    x86_64 1.5.2-3.fc43                    fedora                427.6 KiB
-  orc                                     x86_64 0.4.41-2.fc43                   fedora                726.3 KiB
-  osinfo-db                               noarch 20251212-1.fc43                 updates                 4.2 MiB
-  osinfo-db-tools                         x86_64 1.12.0-4.fc43                   fedora                190.9 KiB
-  pango                                   x86_64 1.57.1-1.fc43                   updates                 1.0 MiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.11-1.fc43                   updates                30.0   B
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.11-1.fc43                   updates               496.6 KiB
-  pipewire-libs                           x86_64 1.4.11-1.fc43                   updates                 8.6 MiB
-  pixman                                  x86_64 0.46.2-2.fc43                   fedora                710.3 KiB
-  polkit                                  x86_64 126-6.fc43.2                    updates               460.0 KiB
-  polkit-libs                             x86_64 126-6.fc43.2                    updates               199.8 KiB
-  poppler                                 x86_64 25.07.0-3.fc43                  updates                 3.8 MiB
-  poppler-data                            noarch 0.4.11-10.fc43                  fedora                 12.3 MiB
-  poppler-glib                            x86_64 25.07.0-3.fc43                  updates               633.9 KiB
-  pulseaudio-libs                         x86_64 17.0-9.fc43                     updates                 3.4 MiB
-  qrencode-libs                           x86_64 4.1.1-11.fc43                   fedora                164.8 KiB
-  rav1e-libs                              x86_64 0.8.1-2.fc43                    updates                 3.1 MiB
-  rtkit                                   x86_64 0.11-69.fc43                    fedora                138.1 KiB
-  rubberband-libs                         x86_64 4.0.0-4.fc43                    fedora                459.1 KiB
-  samba-client-libs                       x86_64 2:4.23.5-2.fc43                 updates                19.7 MiB
-  samba-common                            noarch 2:4.23.5-2.fc43                 updates               204.4 KiB
-  samba-common-libs                       x86_64 2:4.23.5-2.fc43                 updates               268.6 KiB
-  sdl2-compat                             x86_64 2.32.64-1.fc43                  updates               408.4 KiB
-  serd                                    x86_64 0.32.8-1.fc43                   updates               136.2 KiB
-  shared-mime-info                        x86_64 2.4-2.fc43                      fedora                  5.2 MiB
-  snappy                                  x86_64 1.2.2-2.fc43                    fedora                 71.8 KiB
-  sord                                    x86_64 0.16.22-1.fc43                  updates                81.6 KiB
-  sound-theme-freedesktop                 noarch 0.8-24.fc43                     fedora                460.4 KiB
-  soxr                                    x86_64 0.1.3-20.fc43                   fedora                191.5 KiB
-  speex                                   x86_64 1.2.0-20.fc43                   fedora                128.5 KiB
-  spirv-tools-libs                        x86_64 2026.1-2.fc43                   updates                 5.9 MiB
-  sratom                                  x86_64 0.6.22-1.fc43                   updates                44.7 KiB
-  srt-libs                                x86_64 1.5.4-4.fc43                    fedora                993.8 KiB
-  svt-av1-libs                            x86_64 3.1.2-1.fc43                    fedora                  5.6 MiB
-  systemd                                 x86_64 258.7-1.fc43                    updates                12.7 MiB
-  systemd-pam                             x86_64 258.7-1.fc43                    updates                 1.2 MiB
-  systemd-shared                          x86_64 258.7-1.fc43                    updates                 5.0 MiB
-  tesseract-common                        noarch 5.5.2-1.fc43                    updates                14.7 KiB
-  tesseract-langpack-eng                  noarch 4.1.0-11.fc43                   fedora                  3.9 MiB
-  tesseract-libs                          x86_64 5.5.2-1.fc43                    updates                 3.2 MiB
-  tesseract-tessdata-doc                  noarch 4.1.0-11.fc43                   fedora                 15.0 KiB
-  totem-pl-parser                         x86_64 3.26.6-13.fc43                  fedora                308.5 KiB
-  twolame-libs                            x86_64 0.4.0-8.fc43                    fedora                165.5 KiB
-  uchardet                                x86_64 0.0.8-8.fc43                    fedora                275.6 KiB
-  upower-libs                             x86_64 1.91.2-2.fc43                   updates               178.8 KiB
-  vid.stab                                x86_64 1.1.1-7.fc43                    updates                92.2 KiB
-  vo-amrwbenc                             x86_64 0.1.3-23.fc43                   fedora                153.9 KiB
-  vulkan-loader                           x86_64 1.4.341.0-1.fc43                updates               569.6 KiB
-  webrtc-audio-processing                 x86_64 1.3-9.fc43                      fedora                  1.4 MiB
-  wireplumber                             x86_64 0.5.14-1.fc43                   updates               427.5 KiB
-  wireplumber-libs                        x86_64 0.5.14-1.fc43                   updates                 1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-2.fc43                   fedora                  1.8 MiB
-  xevd-libs                               x86_64 0.5.0-5.fc43                    fedora                367.9 KiB
-  xeve-libs                               x86_64 0.5.1-5.fc43                    fedora                892.5 KiB
-  xkeyboard-config                        noarch 2.46-1.fc43                     updates                10.2 MiB
-  xml-common                              noarch 0.6.3-67.fc43                   fedora                 78.4 KiB
-  xprop                                   x86_64 1.2.8-4.fc43                    fedora                 54.7 KiB
-  xvidcore                                x86_64 1.3.7-14.fc43                   fedora                878.4 KiB
-  zeromq                                  x86_64 4.3.5-22.fc43                   fedora                894.1 KiB
-  zimg                                    x86_64 3.0.6-2.fc43                    fedora                570.9 KiB
-  zix                                     x86_64 0.8.0-2.fc43                    updates                58.8 KiB
-  zvbi                                    x86_64 0.2.44-2.fc43                   fedora                  1.2 MiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 49.0-2.fc43                     fedora                  5.5 MiB
-  adwaita-sans-fonts                      noarch 49.0-2.fc43                     fedora                  1.7 MiB
-  cryptsetup-libs                         x86_64 2.8.4-1.fc43                    updates                 2.6 MiB
-  dconf                                   x86_64 0.49.0-1.fc43                   fedora                307.5 KiB
-  exiv2                                   x86_64 0.28.6-2.fc43                   fedora                 12.2 MiB
-  glib-networking                         x86_64 2.80.1-3.fc43                   fedora                742.9 KiB
-  intel-mediasdk                          x86_64 23.2.2-8.fc43                   fedora                 22.4 MiB
-  intel-vpl-gpu-rt                        x86_64 25.4.5-1.fc43                   updates                11.7 MiB
-  kmod-libs                               x86_64 34.2-2.fc43                     fedora                135.1 KiB
-  libbpf                                  x86_64 2:1.6.1-3.fc43                  fedora                422.8 KiB
-  libcamera-ipa                           x86_64 0.5.2-5.fc43                    updates               682.7 KiB
-  libcanberra-gtk3                        x86_64 0.30-38.fc43                    fedora                 70.7 KiB
-  localsearch                             x86_64 3.10.2-2.fc43                   updates                 3.4 MiB
-  logrotate                               x86_64 3.22.0-4.fc43                   fedora                148.9 KiB
-  low-memory-monitor                      x86_64 2.1-13.fc43                     fedora                 66.0 KiB
-  mesa-va-drivers                         x86_64 25.3.6-3.fc43                   updates               115.0   B
-  mesa-vulkan-drivers                     x86_64 25.3.6-3.fc43                   updates               152.8 MiB
-  pipewire                                x86_64 1.4.11-1.fc43                   updates               433.2 KiB
-  pipewire-alsa                           x86_64 1.4.11-1.fc43                   updates               158.0 KiB
-  pipewire-plugin-libcamera               x86_64 1.4.11-1.fc43                   updates               146.5 KiB
-  pipewire-pulseaudio                     x86_64 1.4.11-1.fc43                   updates               436.2 KiB
-  polkit-pkla-compat                      x86_64 0.1-31.fc43                     fedora                 89.5 KiB
-  systemd-networkd                        x86_64 258.7-1.fc43                    updates                 2.3 MiB
-  systemd-resolved                        x86_64 258.7-1.fc43                    updates               733.0 KiB
-  systemd-udev                            x86_64 258.7-1.fc43                    updates                12.8 MiB
-  tinysparql                              x86_64 3.10.1-5.fc43                   updates                 2.5 MiB
-  upower                                  x86_64 1.91.2-2.fc43                   updates               306.9 KiB
-  usbmuxd                                 x86_64 1.1.1^20240915git0b1b233-6.fc43 fedora                149.1 KiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-2.fc43                   fedora                473.3 KiB
- 
- Transaction Summary:
-  Installing:       327 packages
-  Upgrading:          3 packages
-  Replacing:          3 packages
- 
- Total size of inbound packages is 193 MiB. Need to download 193 MiB.
- After this operation, 712 MiB extra will be used (install 715 MiB, remove 3 MiB).
- [  1/330] libavcodec-free-devel-0:7.1.2 100% | 266.8 KiB/s |  77.1 KiB |  00m00s
- [  2/330] ffmpeg-free-devel-0:7.1.2-4.f 100% | 277.7 KiB/s | 149.7 KiB |  00m01s
- [  3/330] libswresample-free-0:7.1.2-4. 100% |   6.7 MiB/s |  68.3 KiB |  00m00s
- [  4/330] aribb24-0:1.0.3^20160216git5e 100% |   4.9 MiB/s |  39.8 KiB |  00m00s
- [  5/330] libavutil-free-0:7.1.2-4.fc43 100% |   1.2 MiB/s | 351.5 KiB |  00m00s
- [  6/330] cairo-0:1.18.4-2.fc43.x86_64  100% |  12.3 MiB/s | 729.3 KiB |  00m00s
- [  7/330] codec2-0:1.2.0-7.fc43.x86_64  100% |  10.8 MiB/s | 642.9 KiB |  00m00s
- [  8/330] fdk-aac-free-0:2.0.0-16.fc43. 100% |  11.1 MiB/s | 341.1 KiB |  00m00s
- [  9/330] gsm-0:1.0.23-1.fc43.x86_64    100% |   3.2 MiB/s |  36.0 KiB |  00m00s
- [ 10/330] ilbc-0:3.0.4-17.fc43.x86_64   100% |   5.6 MiB/s |  56.9 KiB |  00m00s
- [ 11/330] lcms2-0:2.16-6.fc43.x86_64    100% |   8.1 MiB/s | 182.8 KiB |  00m00s
- [ 12/330] lame-libs-0:3.100-20.fc43.x86 100% |   7.2 MiB/s | 338.9 KiB |  00m00s
- [ 13/330] libaribcaption-0:1.1.1-3.fc43 100% |   5.2 MiB/s | 111.1 KiB |  00m00s
- [ 14/330] liblc3-0:1.1.3-5.fc43.x86_64  100% |   6.8 MiB/s | 105.1 KiB |  00m00s
- [ 15/330] libtheora-1:1.1.1-40.fc43.x86 100% |   5.9 MiB/s | 170.3 KiB |  00m00s
- [ 16/330] libva-0:2.22.0-6.fc43.x86_64  100% |   2.1 MiB/s | 115.9 KiB |  00m00s
- [ 17/330] libvorbis-1:1.3.7-13.fc43.x86 100% |   4.4 MiB/s | 188.4 KiB |  00m00s
- [ 18/330] libaom-0:3.13.1-1.fc43.x86_64 100% |   5.2 MiB/s |   1.9 MiB |  00m00s
- [ 19/330] libwebp-0:1.6.0-2.fc43.x86_64 100% |   6.1 MiB/s | 324.2 KiB |  00m00s
- [ 20/330] opencore-amr-0:0.1.6-9.fc43.x 100% |   4.4 MiB/s | 182.1 KiB |  00m00s
- [ 21/330] openjpeg-0:2.5.4-1.fc43.x86_6 100% |   5.7 MiB/s | 192.2 KiB |  00m00s
- [ 22/330] opus-0:1.5.2-3.fc43.x86_64    100% |   4.8 MiB/s | 237.1 KiB |  00m00s
- [ 23/330] libavcodec-free-0:7.1.2-4.fc4 100% |   3.4 MiB/s |   4.2 MiB |  00m01s
- [ 24/330] snappy-0:1.2.2-2.fc43.x86_64  100% |   1.5 MiB/s |  39.6 KiB |  00m00s
- [ 25/330] speex-0:1.2.0-20.fc43.x86_64  100% |   4.0 MiB/s |  70.2 KiB |  00m00s
- [ 26/330] twolame-libs-0:0.4.0-8.fc43.x 100% |   3.2 MiB/s |  68.6 KiB |  00m00s
- [ 27/330] vo-amrwbenc-0:0.1.3-23.fc43.x 100% | 900.1 KiB/s |  82.8 KiB |  00m00s
- [ 28/330] xevd-libs-0:0.5.0-5.fc43.x86_ 100% |   5.8 MiB/s | 165.2 KiB |  00m00s
- [ 29/330] xeve-libs-0:0.5.1-5.fc43.x86_ 100% |   4.7 MiB/s | 276.4 KiB |  00m00s
- [ 30/330] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   4.2 MiB/s |   2.0 MiB |  00m00s
- [ 31/330] zvbi-0:0.2.44-2.fc43.x86_64   100% |   2.4 MiB/s | 433.6 KiB |  00m00s
- [ 32/330] libvdpau-0:1.5-10.fc43.x86_64 100% |   1.1 MiB/s |  16.5 KiB |  00m00s
- [ 33/330] soxr-0:0.1.3-20.fc43.x86_64   100% |   3.3 MiB/s |  86.8 KiB |  00m00s
- [ 34/330] fontconfig-0:2.17.0-3.fc43.x8 100% |   3.8 MiB/s | 272.2 KiB |  00m00s
- [ 35/330] freetype-0:2.13.3-3.fc43.x86_ 100% |   5.9 MiB/s | 412.1 KiB |  00m00s
- [ 36/330] libXext-0:1.3.6-4.fc43.x86_64 100% |   3.2 MiB/s |  39.1 KiB |  00m00s
- [ 37/330] libXrender-0:0.9.12-3.fc43.x8 100% |   2.6 MiB/s |  26.9 KiB |  00m00s
- [ 38/330] lzo-0:2.10-15.fc43.x86_64     100% |   5.2 MiB/s |  69.4 KiB |  00m00s
- [ 39/330] xvidcore-0:1.3.7-14.fc43.x86_ 100% | 365.7 KiB/s | 266.6 KiB |  00m01s
- [ 40/330] libvpx-0:1.15.0-4.fc43.x86_64 100% | 794.6 KiB/s |   1.2 MiB |  00m02s
- [ 41/330] pixman-0:0.46.2-2.fc43.x86_64 100% |   1.1 MiB/s | 292.5 KiB |  00m00s
- [ 42/330] libXfixes-0:6.0.1-6.fc43.x86_ 100% |   1.3 MiB/s |  19.1 KiB |  00m00s
- [ 43/330] libvmaf-0:3.0.0-4.fc43.x86_64 100% |   3.1 MiB/s | 196.6 KiB |  00m00s
- [ 44/330] libwayland-client-0:1.24.0-1. 100% |   4.7 MiB/s |  33.6 KiB |  00m00s
- [ 45/330] default-fonts-core-sans-0:4.2 100% |   4.2 MiB/s |  29.9 KiB |  00m00s
- [ 46/330] fonts-filesystem-1:2.0.5-23.f 100% |   1.1 MiB/s |   8.7 KiB |  00m00s
- [ 47/330] xml-common-0:0.6.3-67.fc43.no 100% |   3.4 MiB/s |  31.0 KiB |  00m00s
- [ 48/330] libglvnd-glx-1:1.7.0-8.fc43.x 100% |   1.4 MiB/s | 132.1 KiB |  00m00s
- [ 49/330] libglvnd-1:1.7.0-8.fc43.x86_6 100% |   5.1 MiB/s | 114.0 KiB |  00m00s
- [ 50/330] libavdevice-free-devel-0:7.1. 100% |   2.4 MiB/s |  20.0 KiB |  00m00s
- [ 51/330] abattis-cantarell-vf-fonts-0: 100% |   4.7 MiB/s | 120.1 KiB |  00m00s
- [ 52/330] libavdevice-free-0:7.1.2-4.fc 100% |   3.5 MiB/s |  82.1 KiB |  00m00s
- [ 53/330] libavformat-free-0:7.1.2-4.fc 100% |   2.6 MiB/s |   1.1 MiB |  00m00s
- [ 54/330] libXv-0:1.0.13-3.fc43.x86_64  100% |   2.0 MiB/s |  18.6 KiB |  00m00s
- [ 55/330] libavc1394-0:0.5.4-26.fc43.x8 100% |   2.3 MiB/s |  55.0 KiB |  00m00s
- [ 56/330] libavfilter-free-0:7.1.2-4.fc 100% |   1.5 MiB/s |   1.5 MiB |  00m01s
- [ 57/330] libcdio-paranoia-0:10.2+2.0.2 100% |   3.2 MiB/s |  87.1 KiB |  00m00s
- [ 58/330] libdc1394-0:2.2.7-8.fc43.x86_ 100% |   4.5 MiB/s | 132.8 KiB |  00m00s
- [ 59/330] libiec61883-0:1.2.0-38.fc43.x 100% |   2.7 MiB/s |  41.1 KiB |  00m00s
- [ 60/330] lpcnetfreedv-0:0.5-9.fc43.x86 100% |   4.6 MiB/s |   7.3 MiB |  00m02s
- [ 61/330] libraw1394-0:2.1.2-24.fc43.x8 100% | 264.7 KiB/s |  64.1 KiB |  00m00s
- [ 62/330] libcaca-0:0.99-0.80.beta20.fc 100% | 256.4 KiB/s | 224.1 KiB |  00m01s
- [ 63/330] libpostproc-free-0:7.1.2-4.fc 100% | 250.2 KiB/s |  49.5 KiB |  00m00s
- [ 64/330] openal-soft-0:1.24.2-4.fc43.x 100% |   2.0 MiB/s | 651.3 KiB |  00m00s
- [ 65/330] fribidi-0:1.0.16-3.fc43.x86_6 100% |   4.3 MiB/s |  53.3 KiB |  00m00s
- [ 66/330] libass-0:0.17.3-4.fc43.x86_64 100% |   4.4 MiB/s | 130.1 KiB |  00m00s
- [ 67/330] libbs2b-0:3.1.0-36.fc43.x86_6 100% |   3.2 MiB/s |  29.1 KiB |  00m00s
- [ 68/330] libswscale-free-0:7.1.2-4.fc4 100% | 525.9 KiB/s | 205.1 KiB |  00m00s
- [ 69/330] libplacebo-0:7.351.0-3.fc43.x 100% |   5.7 MiB/s | 435.0 KiB |  00m00s
- [ 70/330] qrencode-libs-0:4.1.1-11.fc43 100% |   5.5 MiB/s |  62.3 KiB |  00m00s
- [ 71/330] rubberband-libs-0:4.0.0-4.fc4 100% |   7.6 MiB/s | 170.5 KiB |  00m00s
- [ 72/330] libmysofa-0:1.3.3-3.fc43.x86_ 100% | 192.2 KiB/s |  44.0 KiB |  00m00s
- [ 73/330] zimg-0:3.0.6-2.fc43.x86_64    100% |   6.0 MiB/s | 221.5 KiB |  00m00s
- [ 74/330] game-music-emu-0:0.6.4-2.fc43 100% |   4.9 MiB/s | 166.1 KiB |  00m00s
- [ 75/330] zeromq-0:4.3.5-22.fc43.x86_64 100% |   5.4 MiB/s | 468.2 KiB |  00m00s
- [ 76/330] libdvdnav-0:6.1.1-11.fc43.x86 100% |   3.4 MiB/s |  55.5 KiB |  00m00s
- [ 77/330] libdvdread-0:6.1.3-10.fc43.x8 100% |   2.3 MiB/s |  72.1 KiB |  00m00s
- [ 78/330] librabbitmq-0:0.15.0-3.fc43.x 100% |   3.9 MiB/s |  43.4 KiB |  00m00s
- [ 79/330] libmodplug-1:0.8.9.0-28.fc43. 100% |   3.0 MiB/s | 177.9 KiB |  00m00s
- [ 80/330] librist-0:0.2.7-10.fc43.x86_6 100% | 802.4 KiB/s |  77.0 KiB |  00m00s
- [ 81/330] srt-libs-0:1.5.4-4.fc43.x86_6 100% |   2.1 MiB/s | 388.9 KiB |  00m00s
- [ 82/330] mesa-libGLU-0:9.0.3-7.fc43.x8 100% |   1.1 MiB/s | 166.0 KiB |  00m00s
- [ 83/330] libcdio-0:2.1.0-15.fc43.x86_6 100% |   4.1 MiB/s | 248.4 KiB |  00m00s
- [ 84/330] libsndfile-0:1.2.2-10.fc43.x8 100% |   5.0 MiB/s | 220.8 KiB |  00m00s
- [ 85/330] libdovi-0:3.3.2-1.fc43.x86_64 100% |   5.5 MiB/s | 268.8 KiB |  00m00s
- [ 86/330] libunwind-0:1.8.1-3.fc43.x86_ 100% |   3.2 MiB/s |  76.5 KiB |  00m00s
- [ 87/330] libunibreak-0:6.1-4.fc43.x86_ 100% | 144.2 KiB/s |  33.9 KiB |  00m00s
- [ 88/330] libsamplerate-0:0.2.2-11.fc43 100% |   3.4 MiB/s |   1.3 MiB |  00m00s
- [ 89/330] openpgm-0:5.3.128-5.fc43.x86_ 100% |   7.4 MiB/s | 181.5 KiB |  00m00s
- [ 90/330] fftw-libs-double-0:3.3.10-16. 100% |   2.3 MiB/s |   1.1 MiB |  00m01s
- [ 91/330] cjson-0:1.7.18-3.fc43.x86_64  100% |   2.1 MiB/s |  31.9 KiB |  00m00s
- [ 92/330] libglvnd-opengl-1:1.7.0-8.fc4 100% |   3.0 MiB/s |  37.0 KiB |  00m00s
- [ 93/330] libavfilter-free-devel-0:7.1. 100% |   2.2 MiB/s |  31.5 KiB |  00m00s
- [ 94/330] libavformat-free-devel-0:7.1. 100% |   4.5 MiB/s |  50.4 KiB |  00m00s
- [ 95/330] mpg123-libs-0:1.32.10-2.fc43. 100% |   3.7 MiB/s | 355.6 KiB |  00m00s
- [ 96/330] libavutil-free-devel-0:7.1.2- 100% |   2.1 MiB/s | 170.7 KiB |  00m00s
- [ 97/330] libswresample-free-devel-0:7. 100% |   2.0 MiB/s |  22.2 KiB |  00m00s
- [ 98/330] libswscale-free-devel-0:7.1.2 100% |   1.7 MiB/s |  20.7 KiB |  00m00s
- [ 99/330] libpng-2:1.6.55-1.fc43.x86_64 100% |   4.0 MiB/s | 123.9 KiB |  00m00s
- [100/330] libsodium-0:1.0.21-2.fc43.x86 100% |   4.4 MiB/s | 198.2 KiB |  00m00s
- [101/330] libogg-2:1.3.6-2.fc43.x86_64  100% |   3.3 MiB/s |  33.5 KiB |  00m00s
- [102/330] libdrm-0:2.4.131-1.fc43.x86_6 100% |   5.0 MiB/s | 162.9 KiB |  00m00s
- [103/330] libpciaccess-0:0.16-16.fc43.x 100% |   2.3 MiB/s |  26.2 KiB |  00m00s
- [104/330] mesa-filesystem-0:25.3.6-3.fc 100% | 958.7 KiB/s |  10.5 KiB |  00m00s
- [105/330] libpostproc-free-devel-0:7.1. 100% |  50.6 KiB/s |  15.1 KiB |  00m00s
- [106/330] mesa-libGL-0:25.3.6-3.fc43.x8 100% |  78.8 KiB/s | 119.0 KiB |  00m02s
- [107/330] libXxf86vm-0:1.1.6-3.fc43.x86 100% |  92.9 KiB/s |  17.7 KiB |  00m00s
- [108/330] mesa-libgbm-0:25.3.6-3.fc43.x 100% |   1.3 MiB/s |  16.5 KiB |  00m00s
- [109/330] libxshmfence-0:1.3.2-7.fc43.x 100% |  59.6 KiB/s |  13.3 KiB |  00m00s
- [110/330] lm_sensors-libs-0:3.6.0-23.fc 100% |   2.5 MiB/s |  40.6 KiB |  00m00s
- [111/330] flac-libs-0:1.5.0-5.fc43.x86_ 100% |   1.8 MiB/s | 217.1 KiB |  00m00s
- [112/330] mbedtls-0:3.6.6-1.fc43.x86_64 100% |   8.1 MiB/s | 515.4 KiB |  00m00s
- [113/330] flite-0:2.2-12.fc43.x86_64    100% |   3.2 MiB/s |  12.5 MiB |  00m04s
- [114/330] vulkan-loader-0:1.4.341.0-1.f 100% |   6.6 MiB/s | 161.6 KiB |  00m00s
- [115/330] libshaderc-0:2026.1-1.fc43.x8 100% |   1.8 MiB/s |   1.2 MiB |  00m01s
- [116/330] freeglut-0:3.8.0-1.fc43.x86_6 100% |   2.6 MiB/s | 152.1 KiB |  00m00s
- [117/330] libXi-0:1.8.2-3.fc43.x86_64   100% |   2.2 MiB/s |  40.3 KiB |  00m00s
- [118/330] hwdata-0:0.406-1.fc43.noarch  100% |   2.3 MiB/s |   1.7 MiB |  00m01s
- [119/330] mesa-dri-drivers-0:25.3.6-3.f 100% |   4.1 MiB/s |  12.8 MiB |  00m03s
- [120/330] graphite2-0:1.3.14-19.fc43.x8 100% | 360.8 KiB/s |  95.6 KiB |  00m00s
- [121/330] libasyncns-0:0.8-31.fc43.x86_ 100% | 124.1 KiB/s |  30.0 KiB |  00m00s
- [122/330] google-noto-sans-vf-fonts-0:2 100% |   1.3 MiB/s | 614.5 KiB |  00m00s
- [123/330] harfbuzz-0:11.5.1-2.fc43.x86_ 100% | 874.7 KiB/s |   1.1 MiB |  00m01s
- [124/330] google-noto-fonts-common-0:20 100% |  74.0 KiB/s |  17.3 KiB |  00m00s
- [125/330] libvpl-1:2.16.0-1.fc43.x86_64 100% |   2.8 MiB/s | 161.2 KiB |  00m00s
- [126/330] libbluray-0:1.3.4-11.fc43.x86 100% |   3.9 MiB/s | 173.0 KiB |  00m00s
- [127/330] pulseaudio-libs-0:17.0-9.fc43 100% | 612.7 KiB/s | 694.2 KiB |  00m01s
- [128/330] libchromaprint-0:1.6.0-1.fc43 100% |   3.5 MiB/s |  42.6 KiB |  00m00s
- [129/330] spirv-tools-libs-0:2026.1-2.f 100% |   4.9 MiB/s |   1.7 MiB |  00m00s
- [130/330] libsmbclient-2:4.23.5-2.fc43. 100% | 625.0 KiB/s |  80.0 KiB |  00m00s
- [131/330] libudfread-0:1.1.2-12.fc43.x8 100% | 133.4 KiB/s |  35.4 KiB |  00m00s
- [132/330] samba-common-2:4.23.5-2.fc43. 100% |   1.8 MiB/s | 179.3 KiB |  00m00s
- [133/330] libopenmpt-0:0.8.6-1.fc43.x86 100% |   2.0 MiB/s | 785.6 KiB |  00m00s
- [134/330] samba-common-libs-2:4.23.5-2. 100% | 433.0 KiB/s | 111.7 KiB |  00m00s
- [135/330] libtalloc-0:2.4.3-4.fc43.x86_ 100% | 151.3 KiB/s |  34.8 KiB |  00m00s
- [136/330] libtevent-0:0.17.1-3.fc43.x86 100% |   2.7 MiB/s |  51.6 KiB |  00m00s
- [137/330] ngtcp2-crypto-gnutls-0:1.21.0 100% |   2.0 MiB/s |  24.2 KiB |  00m00s
- [138/330] libtdb-0:1.4.14-3.fc43.x86_64 100% |   3.8 MiB/s |  55.1 KiB |  00m00s
- [139/330] avahi-libs-0:0.9~rc2-6.fc43.x 100% |   1.3 MiB/s |  69.0 KiB |  00m00s
- [140/330] libldb-2:4.23.5-2.fc43.x86_64 100% |   3.1 MiB/s | 189.4 KiB |  00m00s
- [141/330] lilv-libs-0:0.26.4-1.fc43.x86 100% |   5.1 MiB/s |  56.9 KiB |  00m00s
- [142/330] libwbclient-2:4.23.5-2.fc43.x 100% |  54.1 KiB/s |  47.9 KiB |  00m01s
- [143/330] tesseract-common-0:5.5.2-1.fc 100% |   2.2 MiB/s |  24.6 KiB |  00m00s
- [144/330] tesseract-libs-0:5.5.2-1.fc43 100% |   1.0 MiB/s |   1.3 MiB |  00m01s
- [145/330] tesseract-tessdata-doc-0:4.1. 100% | 453.5 KiB/s |  13.2 KiB |  00m00s
- [146/330] tesseract-langpack-eng-0:4.1. 100% |   3.0 MiB/s |   1.7 MiB |  00m01s
- [147/330] vid.stab-0:1.1.1-7.fc43.x86_6 100% | 297.3 KiB/s |  50.2 KiB |  00m00s
- [148/330] libv4l-0:1.32.0-1.fc43.x86_64 100% | 686.4 KiB/s | 136.6 KiB |  00m00s
- [149/330] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |   1.2 MiB/s | 541.4 KiB |  00m00s
- [150/330] samba-client-libs-2:4.23.5-2. 100% |   2.1 MiB/s |   5.6 MiB |  00m03s
- [151/330] sdl2-compat-0:2.32.64-1.fc43. 100% | 282.2 KiB/s | 136.9 KiB |  00m00s
- [152/330] libdav1d-0:1.5.3-1.fc43.x86_6 100% |   5.2 MiB/s | 637.4 KiB |  00m00s
- [153/330] SDL3-0:3.4.0-3.fc43.x86_64    100% |   2.3 MiB/s |   1.1 MiB |  00m00s
- [154/330] shared-mime-info-0:2.4-2.fc43 100% |   1.1 MiB/s | 399.7 KiB |  00m00s
- [155/330] cairo-gobject-0:1.18.4-2.fc43 100% |   1.8 MiB/s |  16.9 KiB |  00m00s
- [156/330] rav1e-libs-0:0.8.1-2.fc43.x86 100% |   3.6 MiB/s |   1.1 MiB |  00m00s
- [157/330] librsvg2-0:2.61.0-5.fc43.x86_ 100% |   2.4 MiB/s |   1.9 MiB |  00m01s
- [158/330] openh264-0:2.6.0-2.fc43.x86_6 100% |   1.3 MiB/s | 422.8 KiB |  00m00s
- [159/330] libwayland-cursor-0:1.24.0-1. 100% |   1.4 MiB/s |  18.9 KiB |  00m00s
- [160/330] libjxl-1:0.11.1-7.fc43.x86_64 100% |   1.1 MiB/s |   1.2 MiB |  00m01s
- [161/330] libdecor-0:0.2.5-1.fc43.x86_6 100% | 123.4 KiB/s |  57.9 KiB |  00m00s
- [162/330] glibc-gconv-extra-0:2.42-10.f 100% |   3.0 MiB/s |   1.6 MiB |  00m01s
- [163/330] sord-0:0.16.22-1.fc43.x86_64  100% |   3.7 MiB/s |  37.5 KiB |  00m00s
- [164/330] serd-0:0.32.8-1.fc43.x86_64   100% | 281.7 KiB/s |  65.6 KiB |  00m00s
- [165/330] sratom-0:0.6.22-1.fc43.x86_64 100% |   2.7 MiB/s |  25.1 KiB |  00m00s
- [166/330] libjpeg-turbo-0:3.1.3-1.fc43. 100% |   5.6 MiB/s | 236.8 KiB |  00m00s
- [167/330] leptonica-0:1.87.0-1.fc43.x86 100% |   1.4 MiB/s |   1.2 MiB |  00m01s
- [168/330] zix-0:0.8.0-2.fc43.x86_64     100% | 144.0 KiB/s |  34.0 KiB |  00m00s
- [169/330] pango-0:1.57.1-1.fc43.x86_64  100% |   5.1 MiB/s | 358.0 KiB |  00m00s
- [170/330] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |   1.5 MiB/s | 484.9 KiB |  00m00s
- [171/330] libdatrie-0:0.2.13-12.fc43.x8 100% |   3.5 MiB/s |  32.0 KiB |  00m00s
- [172/330] lmdb-libs-0:0.9.34-1.fc43.x86 100% |   6.0 MiB/s |  61.7 KiB |  00m00s
- [173/330] libthai-0:0.1.29-11.fc43.x86_ 100% |   2.0 MiB/s | 210.3 KiB |  00m00s
- [174/330] highway-0:1.3.0-1.fc43.x86_64 100% |   5.8 MiB/s | 694.5 KiB |  00m00s
- [175/330] adwaita-icon-theme-0:49.0-1.f 100% |   4.9 MiB/s | 403.9 KiB |  00m00s
- [176/330] colord-libs-0:1.4.8-2.fc43.x8 100% |   1.9 MiB/s | 230.5 KiB |  00m00s
- [177/330] hicolor-icon-theme-0:0.18-2.f 100% |   6.4 MiB/s |  65.9 KiB |  00m00s
- [178/330] libXcomposite-0:0.4.6-6.fc43. 100% |   2.4 MiB/s |  24.2 KiB |  00m00s
- [179/330] libXcursor-0:1.2.3-3.fc43.x86 100% |   2.8 MiB/s |  31.2 KiB |  00m00s
- [180/330] libXft-0:2.3.8-9.fc43.x86_64  100% |  99.9 KiB/s |  72.2 KiB |  00m01s
- [181/330] libXinerama-0:1.1.5-9.fc43.x8 100% |   1.2 MiB/s |  14.2 KiB |  00m00s
- [182/330] libXdamage-0:1.1.6-6.fc43.x86 100% | 101.1 KiB/s |  23.3 KiB |  00m00s
- [183/330] libXrandr-0:1.5.4-6.fc43.x86_ 100% |   2.4 MiB/s |  27.6 KiB |  00m00s
- [184/330] libcloudproviders-0:0.3.6-2.f 100% |   3.8 MiB/s |  46.9 KiB |  00m00s
- [185/330] libwayland-egl-0:1.24.0-1.fc4 100% |   1.2 MiB/s |  12.4 KiB |  00m00s
- [186/330] libepoxy-0:1.5.10-11.fc43.x86 100% |   4.9 MiB/s | 229.5 KiB |  00m00s
- [187/330] libxkbcommon-0:1.11.0-1.fc43. 100% |   2.4 MiB/s | 174.3 KiB |  00m00s
- [188/330] adwaita-cursor-theme-0:49.0-1 100% |   1.2 MiB/s | 380.1 KiB |  00m00s
- [189/330] gtk3-0:3.24.52-1.fc43.x86_64  100% |   5.9 MiB/s |   6.0 MiB |  00m01s
- [190/330] libgusb-0:0.4.9-4.fc43.x86_64 100% | 806.5 KiB/s |  64.5 KiB |  00m00s
- [191/330] giflib-0:5.2.2-9.fc43.x86_64  100% | 606.8 KiB/s |  52.2 KiB |  00m00s
- [192/330] libtiff-0:4.7.1-1.fc43.x86_64 100% | 780.5 KiB/s | 222.4 KiB |  00m00s
- [193/330] liblerc-0:4.0.0-9.fc43.x86_64 100% |   4.7 MiB/s | 215.1 KiB |  00m00s
- [194/330] jbigkit-libs-0:2.1-32.fc43.x8 100% | 215.3 KiB/s |  53.2 KiB |  00m00s
- [195/330] at-spi2-atk-0:2.58.4-1.fc43.x 100% | 281.1 KiB/s |  88.0 KiB |  00m00s
- [196/330] atk-0:2.58.4-1.fc43.x86_64    100% |   4.4 MiB/s |  80.2 KiB |  00m00s
- [197/330] dbus-1:1.16.0-4.fc43.x86_64   100% | 575.2 KiB/s |   7.5 KiB |  00m00s
- [198/330] at-spi2-core-0:2.58.4-1.fc43. 100% | 944.8 KiB/s | 391.2 KiB |  00m00s
- [199/330] xprop-0:1.2.8-4.fc43.x86_64   100% |   3.1 MiB/s |  34.8 KiB |  00m00s
- [200/330] adwaita-icon-theme-legacy-0:4 100% |   2.1 MiB/s |   2.5 MiB |  00m01s
- [201/330] cups-filesystem-1:2.4.16-7.fc 100% |   1.2 MiB/s |  12.3 KiB |  00m00s
- [202/330] gtk-update-icon-cache-0:3.24. 100% |   1.8 MiB/s |  33.6 KiB |  00m00s
- [203/330] libXtst-0:1.2.5-3.fc43.x86_64 100% |  90.8 KiB/s |  20.5 KiB |  00m00s
- [204/330] avahi-glib-0:0.9~rc2-6.fc43.x 100% |   1.3 MiB/s |  15.2 KiB |  00m00s
- [205/330] libtinysparql-0:3.10.1-5.fc43 100% |   5.6 MiB/s | 347.1 KiB |  00m00s
- [206/330] libstemmer-0:3.0.1-8.fc43.x86 100% | 597.1 KiB/s | 155.3 KiB |  00m00s
- [207/330] cups-libs-1:2.4.16-7.fc43.x86 100% | 452.0 KiB/s | 260.8 KiB |  00m01s
- [208/330] libheif-0:1.20.2-6.fc43.x86_6 100% |   1.8 MiB/s | 578.1 KiB |  00m00s
- [209/330] libopenjph-0:0.22.0-2.fc43.x8 100% | 582.5 KiB/s | 154.4 KiB |  00m00s
- [210/330] glycin-libs-0:2.0.8-1.fc43.x8 100% |   1.2 MiB/s |   1.5 MiB |  00m01s
- [211/330] glycin-loaders-0:2.0.8-1.fc43 100% |   2.5 MiB/s |   2.8 MiB |  00m01s
- [212/330] libsoup3-0:3.6.6-2.fc43.x86_6 100% |   4.7 MiB/s | 451.5 KiB |  00m00s
- [213/330] pipewire-jack-audio-connectio 100% |   2.1 MiB/s | 144.9 KiB |  00m00s
- [214/330] pipewire-jack-audio-connectio 100% |   1.3 MiB/s |  10.9 KiB |  00m00s
- [215/330] json-glib-0:1.10.8-4.fc43.x86 100% | 447.3 KiB/s | 172.7 KiB |  00m00s
- [216/330] fftw-libs-single-0:3.3.10-16. 100% |   9.6 MiB/s |   1.2 MiB |  00m00s
- [217/330] libebur128-0:1.2.6-14.fc43.x8 100% |   2.7 MiB/s |  24.9 KiB |  00m00s
- [218/330] libldac-0:2.0.2.3-18.fc43.x86 100% | 190.8 KiB/s |  42.5 KiB |  00m00s
- [219/330] libsbc-0:2.0-7.fc43.x86_64    100% |   4.0 MiB/s |  49.0 KiB |  00m00s
- [220/330] webrtc-audio-processing-0:1.3 100% |  13.4 MiB/s | 533.9 KiB |  00m00s
- [221/330] pipewire-libs-0:1.4.11-1.fc43 100% |   4.0 MiB/s |   2.4 MiB |  00m01s
- [222/330] bluez-libs-0:5.86-4.fc43.x86_ 100% |   1.1 MiB/s |  82.9 KiB |  00m00s
- [223/330] xkeyboard-config-0:2.46-1.fc4 100% | 764.9 KiB/s | 993.6 KiB |  00m01s
- [224/330] dbus-broker-0:37-2.fc43.x86_6 100% | 522.0 KiB/s | 173.8 KiB |  00m00s
- [225/330] systemd-pam-0:258.7-1.fc43.x8 100% |   1.7 MiB/s | 424.3 KiB |  00m00s
- [226/330] dbus-common-1:1.16.0-4.fc43.n 100% |   1.3 MiB/s |  14.2 KiB |  00m00s
- [227/330] systemd-shared-0:258.7-1.fc43 100% |   7.5 MiB/s |   1.8 MiB |  00m00s
- [228/330] xdg-desktop-portal-gtk-0:1.15 100% | 594.9 KiB/s | 144.0 KiB |  00m00s
- [229/330] xdg-desktop-portal-0:1.20.3-2 100% |   5.4 MiB/s | 507.6 KiB |  00m00s
- [230/330] mesa-va-drivers-0:25.3.6-3.fc 100% |   1.0 MiB/s |   9.2 KiB |  00m00s
- [231/330] systemd-0:258.7-1.fc43.x86_64 100% |   4.0 MiB/s |   4.2 MiB |  00m01s
- [232/330] libgudev-0:238-8.fc43.x86_64  100% |  50.3 KiB/s |  34.6 KiB |  00m01s
- [233/330] libdisplay-info-0:0.2.0-4.fc4 100% | 219.6 KiB/s |  85.4 KiB |  00m00s
- [234/330] intel-mediasdk-0:23.2.2-8.fc4 100% |   2.6 MiB/s |   2.7 MiB |  00m01s
- [235/330] logrotate-0:3.22.0-4.fc43.x86 100% | 318.6 KiB/s |  75.8 KiB |  00m00s
- [236/330] intel-vpl-gpu-rt-0:25.4.5-1.f 100% |   2.5 MiB/s |   3.8 MiB |  00m02s
- [237/330] localsearch-0:3.10.2-2.fc43.x 100% |   1.5 MiB/s | 867.2 KiB |  00m01s
- [238/330] exempi-0:2.6.4-8.fc43.x86_64  100% |   1.4 MiB/s | 581.3 KiB |  00m00s
- [239/330] libcue-0:2.3.0-12.fc43.x86_64 100% | 233.3 KiB/s |  35.0 KiB |  00m00s
- [240/330] libgexiv2-0:0.14.6-2.fc43.x86 100% |   1.7 MiB/s | 101.2 KiB |  00m00s
- [241/330] libgxps-0:0.3.2-11.fc43.x86_6 100% |   3.6 MiB/s |  76.4 KiB |  00m00s
- [242/330] libiptcdata-0:1.0.5-23.fc43.x 100% | 680.4 KiB/s |  60.6 KiB |  00m00s
- [243/330] libexif-0:0.6.25-2.fc43.x86_6 100% | 936.1 KiB/s | 475.6 KiB |  00m01s
- [244/330] totem-pl-parser-0:3.26.6-13.f 100% | 552.4 KiB/s | 143.1 KiB |  00m00s
- [245/330] uchardet-0:0.0.8-8.fc43.x86_6 100% | 946.8 KiB/s | 106.0 KiB |  00m00s
- [246/330] inih-cpp-0:62-1.fc43.x86_64   100% | 101.5 KiB/s |  23.6 KiB |  00m00s
- [247/330] inih-0:62-1.fc43.x86_64       100% | 960.3 KiB/s |  18.2 KiB |  00m00s
- [248/330] libcanberra-gtk3-0:0.30-38.fc 100% | 264.3 KiB/s |  30.1 KiB |  00m00s
- [249/330] libcanberra-0:0.30-38.fc43.x8 100% | 272.5 KiB/s |  83.7 KiB |  00m00s
- [250/330] sound-theme-freedesktop-0:0.8 100% |   2.8 MiB/s | 382.3 KiB |  00m00s
- [251/330] exiv2-libs-0:0.28.6-2.fc43.x8 100% | 853.7 KiB/s | 908.4 KiB |  00m01s
- [252/330] dconf-0:0.49.0-1.fc43.x86_64  100% |   1.0 MiB/s | 110.2 KiB |  00m00s
- [253/330] tinysparql-0:3.10.1-5.fc43.x8 100% |   3.1 MiB/s |   1.0 MiB |  00m00s
- [254/330] glib-networking-0:2.80.1-3.fc 100% | 651.8 KiB/s | 200.8 KiB |  00m00s
- [255/330] pipewire-0:1.4.11-1.fc43.x86_ 100% |   4.4 MiB/s | 133.9 KiB |  00m00s
- [256/330] rtkit-0:0.11-69.fc43.x86_64   100% | 176.1 KiB/s |  54.9 KiB |  00m00s
- [257/330] libbpf-2:1.6.1-3.fc43.x86_64  100% | 519.1 KiB/s | 191.0 KiB |  00m00s
- [258/330] device-mapper-libs-0:1.02.208 100% |   3.7 MiB/s | 179.9 KiB |  00m00s
- [259/330] cryptsetup-libs-0:2.8.4-1.fc4 100% |   2.5 MiB/s | 574.2 KiB |  00m00s
- [260/330] kmod-libs-0:34.2-2.fc43.x86_6 100% |   6.6 MiB/s |  68.1 KiB |  00m00s
- [261/330] device-mapper-0:1.02.208-2.fc 100% |   1.0 MiB/s | 138.7 KiB |  00m00s
- [262/330] systemd-networkd-0:258.7-1.fc 100% |   4.9 MiB/s | 775.5 KiB |  00m00s
- [263/330] systemd-resolved-0:258.7-1.fc 100% |   1.0 MiB/s | 319.7 KiB |  00m00s
- [264/330] fuse3-0:3.16.2-6.fc43.x86_64  100% |   3.9 MiB/s |  55.7 KiB |  00m00s
- [265/330] gsettings-desktop-schemas-0:4 100% |   2.8 MiB/s | 822.9 KiB |  00m00s
- [266/330] fuse3-libs-0:3.16.2-6.fc43.x8 100% | 289.4 KiB/s |  93.2 KiB |  00m00s
- [267/330] geoclue2-0:2.8.0-1.fc43.x86_6 100% | 444.7 KiB/s | 144.5 KiB |  00m00s
- [268/330] ModemManager-glib-0:1.24.2-1. 100% |   1.9 MiB/s | 334.9 KiB |  00m00s
- [269/330] gstreamer1-0:1.26.11-1.fc43.x 100% |   2.9 MiB/s |   1.7 MiB |  00m01s
- [270/330] cdparanoia-libs-0:10.2-48.fc4 100% |   1.2 MiB/s |  53.9 KiB |  00m00s
- [271/330] graphene-0:1.10.8-2.fc43.x86_ 100% |   2.7 MiB/s |  61.3 KiB |  00m00s
- [272/330] gstreamer1-plugins-base-0:1.2 100% |   1.4 MiB/s |   2.3 MiB |  00m02s
- [273/330] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 318.8 KiB/s |  36.0 KiB |  00m00s
- [274/330] iso-codes-0:4.18.0-2.fc43.noa 100% |   2.9 MiB/s |   3.7 MiB |  00m01s
- [275/330] mesa-vulkan-drivers-0:25.3.6- 100% |   3.1 MiB/s |  24.8 MiB |  00m08s
- [276/330] libvisual-1:0.4.2-3.fc43.x86_ 100% | 433.9 KiB/s | 153.2 KiB |  00m00s
- [277/330] orc-0:0.4.41-2.fc43.x86_64    100% | 845.6 KiB/s | 221.5 KiB |  00m00s
- [278/330] polkit-0:126-6.fc43.2.x86_64  100% |   4.9 MiB/s | 160.1 KiB |  00m00s
- [279/330] polkit-libs-0:126-6.fc43.2.x8 100% |   5.9 MiB/s |  66.9 KiB |  00m00s
- [280/330] mesa-libEGL-0:25.3.6-3.fc43.x 100% |   2.7 MiB/s | 120.7 KiB |  00m00s
- [281/330] duktape-0:2.7.0-10.fc43.x86_6 100% |   2.8 MiB/s | 168.7 KiB |  00m00s
- [282/330] libosinfo-0:1.12.0-4.fc43.x86 100% |   1.2 MiB/s | 316.0 KiB |  00m00s
- [283/330] gobject-introspection-0:1.84. 100% | 918.3 KiB/s | 120.3 KiB |  00m00s
- [284/330] libxslt-0:1.1.43-5.fc43.x86_6 100% |   1.5 MiB/s | 184.4 KiB |  00m00s
- [285/330] osinfo-db-tools-0:1.12.0-4.fc 100% |   1.9 MiB/s |  74.5 KiB |  00m00s
- [286/330] poppler-glib-0:25.07.0-3.fc43 100% |   1.5 MiB/s | 207.4 KiB |  00m00s
- [287/330] libproxy-0:0.5.12-1.fc43.x86_ 100% |  49.3 KiB/s |  45.2 KiB |  00m01s
- [288/330] gpgmepp-0:1.24.3-6.fc43.x86_6 100% |   4.8 MiB/s | 142.9 KiB |  00m00s
- [289/330] poppler-data-0:0.4.11-10.fc43 100% |   5.1 MiB/s |   2.0 MiB |  00m00s
- [290/330] libgsf-0:1.14.56-1.fc43.x86_6 100% | 198.4 KiB/s | 264.1 KiB |  00m01s
- [291/330] upower-libs-0:1.91.2-2.fc43.x 100% |   2.3 MiB/s |  59.9 KiB |  00m00s
- [292/330] osinfo-db-0:20251212-1.fc43.n 100% |   4.0 MiB/s | 490.9 KiB |  00m00s
- [293/330] libnotify-0:0.8.8-1.fc43.x86_ 100% |   2.2 MiB/s |  55.9 KiB |  00m00s
- [294/330] fuse-common-0:3.16.2-6.fc43.x 100% | 607.5 KiB/s |   7.3 KiB |  00m00s
- [295/330] gpgme-0:1.24.3-6.fc43.x86_64  100% | 589.0 KiB/s | 218.5 KiB |  00m00s
- [296/330] poppler-0:25.07.0-3.fc43.x86_ 100% |   1.3 MiB/s |   1.3 MiB |  00m01s
- [297/330] nss-softokn-0:3.121.0-1.fc43. 100% |   2.9 MiB/s | 430.9 KiB |  00m00s
- [298/330] nspr-0:4.38.2-4.fc43.x86_64   100% | 261.4 KiB/s | 137.7 KiB |  00m01s
- [299/330] nss-0:3.121.0-1.fc43.x86_64   100% |   1.7 MiB/s | 716.8 KiB |  00m00s
- [300/330] nss-util-0:3.121.0-1.fc43.x86 100% | 797.3 KiB/s |  86.1 KiB |  00m00s
- [301/330] nss-softokn-freebl-0:3.121.0- 100% |   1.0 MiB/s | 372.0 KiB |  00m00s
- [302/330] wireplumber-0:0.5.14-1.fc43.x 100% |   3.5 MiB/s | 122.9 KiB |  00m00s
- [303/330] nss-sysinit-0:3.121.0-1.fc43. 100% |  81.4 KiB/s |  18.9 KiB |  00m00s
- [304/330] wireplumber-libs-0:0.5.14-1.f 100% |   3.5 MiB/s | 431.5 KiB |  00m00s
- [305/330] pipewire-alsa-0:1.4.11-1.fc43 100% | 305.7 KiB/s |  59.0 KiB |  00m00s
- [306/330] low-memory-monitor-0:2.1-13.f 100% | 275.6 KiB/s |  34.2 KiB |  00m00s
- [307/330] pipewire-plugin-libcamera-0:1 100% |   2.7 MiB/s |  73.8 KiB |  00m00s
- [308/330] pipewire-pulseaudio-0:1.4.11- 100% | 457.9 KiB/s | 209.7 KiB |  00m00s
- [309/330] kbd-0:2.8.0-3.fc43.x86_64     100% |   5.2 MiB/s | 386.1 KiB |  00m00s
- [310/330] exiv2-0:0.28.6-2.fc43.x86_64  100% |   5.5 MiB/s |   2.0 MiB |  00m00s
- [311/330] kmod-0:34.2-2.fc43.x86_64     100% | 535.0 KiB/s | 132.7 KiB |  00m00s
- [312/330] kbd-legacy-0:2.8.0-3.fc43.noa 100% |   1.4 MiB/s | 578.3 KiB |  00m00s
- [313/330] kbd-misc-0:2.8.0-3.fc43.noarc 100% |   4.2 MiB/s |   1.6 MiB |  00m00s
- [314/330] systemd-udev-0:258.7-1.fc43.x 100% |   2.4 MiB/s |   2.6 MiB |  00m01s
- [315/330] adwaita-sans-fonts-0:49.0-2.f 100% |   3.1 MiB/s | 764.3 KiB |  00m00s
- [316/330] upower-0:1.91.2-2.fc43.x86_64 100% |   3.8 MiB/s | 131.2 KiB |  00m00s
- [317/330] adwaita-mono-fonts-0:49.0-2.f 100% |   2.7 MiB/s |   1.4 MiB |  00m01s
- [318/330] polkit-pkla-compat-0:0.1-31.f 100% | 154.6 KiB/s |  43.9 KiB |  00m00s
- [319/330] libimobiledevice-0:1.3.0^2024 100% | 527.3 KiB/s | 140.8 KiB |  00m00s
- [320/330] libusbmuxd-0:2.1.0-4.fc43.x86 100% | 204.3 KiB/s |  37.4 KiB |  00m00s
- [321/330] libimobiledevice-glue-0:1.3.1 100% | 147.1 KiB/s |  54.0 KiB |  00m00s
- [322/330] libplist-0:2.6.0-5.fc43.x86_6 100% | 134.3 KiB/s |  96.8 KiB |  00m01s
- [323/330] libcamera-0:0.5.2-5.fc43.x86_ 100% |   2.2 MiB/s | 682.2 KiB |  00m00s
- [324/330] usbmuxd-0:1.1.1^20240915git0b 100% |   5.0 MiB/s |  66.9 KiB |  00m00s
- [325/330] lttng-ust-0:2.14.0-4.fc43.x86 100% |   4.8 MiB/s | 366.3 KiB |  00m00s
- [326/330] libyuv-0:0-0.57.20240704git96 100% | 711.7 KiB/s | 202.1 KiB |  00m00s
- [327/330] libcamera-ipa-0:0.5.2-5.fc43. 100% |   1.4 MiB/s | 179.1 KiB |  00m00s
- [328/330] ngtcp2-0:1.21.0-1.fc43.x86_64 100% | 447.8 KiB/s | 148.2 KiB |  00m00s
- [329/330] ngtcp2-crypto-ossl-0:1.21.0-1 100% |  81.7 KiB/s |  27.0 KiB |  00m00s
- [330/330] systemd-libs-0:258.7-1.fc43.x 100% |   2.5 MiB/s | 827.9 KiB |  00m00s
- --------------------------------------------------------------------------------
- [330/330] Total                         100% |   5.8 MiB/s | 193.0 MiB |  00m33s
- Running transaction
- [  1/335] Verify package files          100% | 133.0   B/s | 330.0   B |  00m02s
- [  2/335] Prepare transaction           100% |   1.2 KiB/s | 333.0   B |  00m00s
- [  3/335] Upgrading systemd-libs-0:258. 100% | 101.6 MiB/s |   2.3 MiB |  00m00s
- [  4/335] Installing libXext-0:1.3.6-4. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  5/335] Installing libjpeg-turbo-0:3. 100% | 112.7 MiB/s | 808.0 KiB |  00m00s
- [  6/335] Installing libpng-2:1.6.55-1. 100% |  59.3 MiB/s | 243.0 KiB |  00m00s
- [  7/335] Installing avahi-libs-0:0.9~r 100% |  42.5 MiB/s | 174.0 KiB |  00m00s
- [  8/335] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [  9/335] Installing lcms2-0:2.16-6.fc4 100% |  85.0 MiB/s | 435.3 KiB |  00m00s
- [ 10/335] Installing nspr-0:4.38.2-4.fc 100% |  62.0 MiB/s | 317.3 KiB |  00m00s
- [ 11/335] Installing json-glib-0:1.10.8 100% |  84.3 MiB/s | 604.4 KiB |  00m00s
- [ 12/335] Installing libogg-2:1.3.6-2.f 100% |  23.0 MiB/s |  47.1 KiB |  00m00s
- [ 13/335] Installing libvorbis-1:1.3.7- 100% | 102.0 MiB/s | 835.9 KiB |  00m00s
- [ 14/335] Installing libXi-0:1.8.2-3.fc 100% |  39.9 MiB/s |  81.7 KiB |  00m00s
- [ 15/335] Installing libplist-0:2.6.0-5 100% |   8.4 MiB/s | 239.8 KiB |  00m00s
- [ 16/335] Installing alsa-lib-0:1.2.15. 100% |  34.9 MiB/s |   1.5 MiB |  00m00s
- [ 17/335] Installing libtdb-0:1.4.14-3. 100% |  33.1 MiB/s | 101.6 KiB |  00m00s
- [ 18/335] Installing libtalloc-0:2.4.3- 100% |  31.8 MiB/s |  65.2 KiB |  00m00s
- [ 19/335] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 20/335] Installing libXrender-0:0.9.1 100% |  23.1 MiB/s |  47.3 KiB |  00m00s
- [ 21/335] Installing libwebp-0:1.6.0-2. 100% |  93.8 MiB/s | 960.7 KiB |  00m00s
- [ 22/335] Installing nss-util-0:3.121.0 100% |  50.2 MiB/s | 205.8 KiB |  00m00s
- [ 23/335] Installing libgudev-0:238-8.f 100% |  27.8 MiB/s |  85.3 KiB |  00m00s
- [ 24/335] Installing systemd-shared-0:2 100% | 112.7 MiB/s |   5.0 MiB |  00m00s
- [ 25/335] Installing libsoup3-0:3.6.6-2 100% | 137.0 MiB/s |   1.8 MiB |  00m00s
- [ 26/335] Installing libvpl-1:2.16.0-1. 100% |  69.9 MiB/s | 429.2 KiB |  00m00s
- [ 27/335] Installing mesa-filesystem-0: 100% |   4.2 MiB/s |   4.3 KiB |  00m00s
- [ 28/335] Installing libunwind-0:1.8.1- 100% |  38.6 MiB/s | 197.4 KiB |  00m00s
- [ 29/335] Installing gstreamer1-0:1.26. 100% |  94.4 MiB/s |   5.4 MiB |  00m00s
- [ 30/335] Installing fribidi-0:1.0.16-3 100% |   8.6 MiB/s | 192.8 KiB |  00m00s
- [ 31/335] Installing libraw1394-0:2.1.2 100% |   7.2 MiB/s | 162.2 KiB |  00m00s
- [ 32/335] Installing libXfixes-0:6.0.1- 100% |  26.9 MiB/s |  27.6 KiB |  00m00s
- [ 33/335] Installing opus-0:1.5.2-3.fc4 100% | 104.7 MiB/s | 428.7 KiB |  00m00s
- [ 34/335] Installing libtevent-0:0.17.1 100% |  50.1 MiB/s | 102.6 KiB |  00m00s
- [ 35/335] Installing libimobiledevice-g 100% |  58.8 MiB/s | 120.4 KiB |  00m00s
- [ 36/335] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 37/335] Installing avahi-glib-0:0.9~r 100% |  20.0 MiB/s |  20.4 KiB |  00m00s
- [ 38/335] Installing polkit-libs-0:126- 100% |  65.6 MiB/s | 201.6 KiB |  00m00s
- [ 39/335] Upgrading ngtcp2-0:1.21.0-1.f 100% |  78.1 MiB/s | 319.8 KiB |  00m00s
- [ 40/335] Installing serd-0:0.32.8-1.fc 100% |   6.1 MiB/s | 138.4 KiB |  00m00s
- [ 41/335] Installing libdav1d-0:1.5.3-1 100% | 130.2 MiB/s |   1.7 MiB |  00m00s
- [ 42/335] Installing spirv-tools-libs-0 100% | 148.8 MiB/s |   6.0 MiB |  00m00s
- [ 43/335] Installing hwdata-0:0.406-1.f 100% | 167.3 MiB/s |   9.9 MiB |  00m00s
- [ 44/335] Installing libglvnd-1:1.7.0-8 100% | 128.8 MiB/s | 527.5 KiB |  00m00s
- [ 45/335] Installing openjpeg-0:2.5.4-1 100% |  89.5 MiB/s | 458.2 KiB |  00m00s
- [ 46/335] Installing libglvnd-opengl-1: 100% |  71.1 MiB/s | 145.6 KiB |  00m00s
- [ 47/335] Installing libshaderc-0:2026. 100% | 141.2 MiB/s |   3.8 MiB |  00m00s
- [ 48/335] Installing libtheora-1:1.1.1- 100% |  93.7 MiB/s | 479.7 KiB |  00m00s
- [ 49/335] Installing libXv-0:1.0.13-3.f 100% |  13.3 MiB/s |  27.2 KiB |  00m00s
- [ 50/335] Installing gobject-introspect 100% |  55.4 MiB/s | 397.1 KiB |  00m00s
- [ 51/335] Installing upower-libs-0:1.91 100% |  44.0 MiB/s | 180.1 KiB |  00m00s
- [ 52/335] Installing duktape-0:2.7.0-10 100% | 100.5 MiB/s | 617.8 KiB |  00m00s
- [ 53/335] Installing fuse3-libs-0:3.16. 100% |  68.0 MiB/s | 278.6 KiB |  00m00s
- [ 54/335] Installing gsettings-desktop- 100% | 319.0 MiB/s |   5.7 MiB |  00m00s
- [ 55/335] Installing giflib-0:5.2.2-9.f 100% |  38.3 MiB/s | 117.8 KiB |  00m00s
- [ 56/335] Installing libwayland-egl-0:1 100% |   6.6 MiB/s |  13.6 KiB |  00m00s
- [ 57/335] Installing zix-0:0.8.0-2.fc43 100% |  29.4 MiB/s |  60.1 KiB |  00m00s
- [ 58/335] Installing sord-0:0.16.22-1.f 100% |   3.2 MiB/s |  84.0 KiB |  00m00s
- [ 59/335] Installing openh264-0:2.6.0-2 100% |  78.3 MiB/s |   1.1 MiB |  00m00s
- [ 60/335] Installing rav1e-libs-0:0.8.1 100% | 118.6 MiB/s |   3.1 MiB |  00m00s
- [ 61/335] Installing shared-mime-info-0 100% |  28.1 MiB/s |   2.6 MiB |  00m00s
- [ 62/335] Installing vulkan-loader-0:1. 100% |  39.9 MiB/s | 572.3 KiB |  00m00s
- [ 63/335] Installing libxshmfence-0:1.3 100% |   3.3 MiB/s |  13.6 KiB |  00m00s
- [ 64/335] Installing mpg123-libs-0:1.32 100% |  49.8 MiB/s | 816.6 KiB |  00m00s
- [ 65/335] Installing libdvdread-0:6.1.3 100% |   5.5 MiB/s | 157.8 KiB |  00m00s
- [ 66/335] Installing xml-common-0:0.6.3 100% |  15.8 MiB/s |  81.1 KiB |  00m00s
- [ 67/335] Installing libvmaf-0:3.0.0-4. 100% |  67.4 MiB/s | 828.4 KiB |  00m00s
- [ 68/335] Installing libaom-0:3.13.1-1. 100% |  96.8 MiB/s |   5.0 MiB |  00m00s
- [ 69/335] Installing svt-av1-libs-0:3.1 100% | 139.2 MiB/s |   5.6 MiB |  00m00s
- [ 70/335] Installing liblc3-0:1.1.3-5.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [ 71/335] Installing lame-libs-0:3.100- 100% | 239.7 MiB/s |   1.2 MiB |  00m00s
- [ 72/335] Installing gsm-0:1.0.23-1.fc4 100% |  32.7 MiB/s |  66.9 KiB |  00m00s
- [ 73/335] Installing fdk-aac-free-0:2.0 100% |  66.6 MiB/s | 613.3 KiB |  00m00s
- [ 74/335] Installing iso-codes-0:4.18.0 100% | 273.8 MiB/s |  21.6 MiB |  00m00s
- [ 75/335] Installing libdvdnav-0:6.1.1- 100% |  57.5 MiB/s | 117.8 KiB |  00m00s
- [ 76/335] Installing libopenmpt-0:0.8.6 100% | 120.5 MiB/s |   1.8 MiB |  00m00s
- [ 77/335] Installing sratom-0:0.6.22-1. 100% |  22.5 MiB/s |  46.0 KiB |  00m00s
- [ 78/335] Installing lilv-libs-0:0.26.4 100% |  62.1 MiB/s | 127.2 KiB |  00m00s
- [ 79/335] Installing libproxy-0:0.5.12- 100% |  34.0 MiB/s | 104.6 KiB |  00m00s
- [ 80/335] Installing mesa-libGLU-0:9.0. 100% |  88.5 MiB/s | 362.6 KiB |  00m00s
- [ 81/335] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [ 82/335] Installing libdrm-0:2.4.131-1 100% |  39.9 MiB/s | 408.5 KiB |  00m00s
- [ 83/335] Installing osinfo-db-0:202512 100% |  42.3 MiB/s |   4.4 MiB |  00m00s
- [ 84/335] Installing ngtcp2-crypto-gnut 100% |  39.5 MiB/s |  40.5 KiB |  00m00s
- [ 85/335] Installing libusbmuxd-0:2.1.0 100% |  25.0 MiB/s |  76.8 KiB |  00m00s
- [ 86/335] Installing libimobiledevice-0 100% |  74.8 MiB/s | 306.3 KiB |  00m00s
- [ 87/335] Installing libXcursor-0:1.2.3 100% |  26.9 MiB/s |  55.1 KiB |  00m00s
- [ 88/335] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [ 89/335] Installing libavc1394-0:0.5.4 100% |   5.5 MiB/s | 135.7 KiB |  00m00s
- [ 90/335] Installing libdc1394-0:2.2.7- 100% |  86.1 MiB/s | 352.8 KiB |  00m00s
- [ 91/335] Installing libiec61883-0:1.2. 100% |  42.7 MiB/s |  87.5 KiB |  00m00s
- [ 92/335] Installing osinfo-db-tools-0: 100% |   8.4 MiB/s | 197.2 KiB |  00m00s
- [ 93/335] Installing nss-softokn-freebl 100% | 107.8 MiB/s | 993.0 KiB |  00m00s
- [ 94/335] Installing nss-softokn-0:3.12 100% | 140.6 MiB/s |   2.0 MiB |  00m00s
- [ 95/335] Installing nss-sysinit-0:3.12 100% | 871.8 KiB/s |  19.2 KiB |  00m00s
- [ 96/335] Installing nss-0:3.121.0-1.fc 100% |  67.6 MiB/s |   1.9 MiB |  00m00s
- [ 97/335] Installing libXrandr-0:1.5.4- 100% |  25.9 MiB/s |  53.0 KiB |  00m00s
- [ 98/335] Installing abattis-cantarell- 100% |  63.3 MiB/s | 194.4 KiB |  00m00s
- [ 99/335] Installing libXtst-0:1.2.5-3. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [100/335] Installing flac-libs-0:1.5.0- 100% | 100.0 MiB/s | 614.2 KiB |  00m00s
- [101/335] Installing libsndfile-0:1.2.2 100% | 107.7 MiB/s | 551.6 KiB |  00m00s
- [102/335] Installing libbs2b-0:3.1.0-36 100% |   2.7 MiB/s |  66.4 KiB |  00m00s
- [103/335] Installing libgusb-0:0.4.9-4. 100% |  53.3 MiB/s | 163.7 KiB |  00m00s
- [104/335] Installing colord-libs-0:1.4. 100% | 101.8 MiB/s | 833.8 KiB |  00m00s
- [105/335] Installing aribb24-0:1.0.3^20 100% |  41.3 MiB/s |  84.5 KiB |  00m00s
- [106/335] Installing zvbi-0:0.2.44-2.fc 100% |  27.0 MiB/s |   1.2 MiB |  00m00s
- [107/335] Installing libv4l-0:1.32.0-1. 100% |  51.1 MiB/s | 366.0 KiB |  00m00s
- [108/335] Installing libyuv-0:0-0.57.20 100% | 110.9 MiB/s | 681.3 KiB |  00m00s
- [109/335] Installing libvdpau-0:1.5-10. 100% |  10.9 MiB/s |  22.4 KiB |  00m00s
- [110/335] Installing libXxf86vm-0:1.1.6 100% |  25.9 MiB/s |  26.5 KiB |  00m00s
- [111/335] Installing libXinerama-0:1.1. 100% |  15.7 MiB/s |  16.1 KiB |  00m00s
- [112/335] Installing lttng-ust-0:2.14.0 100% | 109.7 MiB/s |   1.3 MiB |  00m00s
- [113/335] Installing libcamera-0:0.5.2- 100% | 116.6 MiB/s |   2.2 MiB |  00m00s
- [114/335] Installing kbd-misc-0:2.8.0-3 100% |  42.8 MiB/s |   2.6 MiB |  00m00s
- [115/335] Installing kbd-legacy-0:2.8.0 100% |  23.3 MiB/s | 621.4 KiB |  00m00s
- [116/335] Installing kbd-0:2.8.0-3.fc43 100% |  42.9 MiB/s |   1.5 MiB |  00m00s
- [117/335] Installing kmod-0:34.2-2.fc43 100% |  10.3 MiB/s | 253.1 KiB |  00m00s
- [118/335] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [119/335] Installing fuse3-0:3.16.2-6.f 100% |   5.8 MiB/s | 124.1 KiB |  00m00s
- [120/335] Installing gpgme-0:1.24.3-6.f 100% |  24.0 MiB/s | 590.4 KiB |  00m00s
- [121/335] Installing gpgmepp-0:1.24.3-6 100% |  84.1 MiB/s | 430.4 KiB |  00m00s
- [122/335] Installing poppler-data-0:0.4 100% | 130.4 MiB/s |  12.4 MiB |  00m00s
- [123/335] Installing libxslt-0:1.1.43-5 100% |  18.1 MiB/s | 463.2 KiB |  00m00s
- [124/335] Installing libosinfo-0:1.12.0 100% |  46.3 MiB/s |   1.2 MiB |  00m00s
- [125/335] Installing orc-0:0.4.41-2.fc4 100% |  27.4 MiB/s | 728.9 KiB |  00m00s
- [126/335] Installing libvisual-1:0.4.2- 100% | 111.1 MiB/s | 455.1 KiB |  00m00s
- [127/335] Installing graphene-0:1.10.8- 100% |  52.1 MiB/s | 160.1 KiB |  00m00s
- [128/335] Installing cdparanoia-libs-0: 100% |  56.1 MiB/s | 115.0 KiB |  00m00s
- [129/335] Installing ModemManager-glib- 100% | 151.1 MiB/s |   1.5 MiB |  00m00s
- [130/335] Installing kmod-libs-0:34.2-2 100% |  66.5 MiB/s | 136.2 KiB |  00m00s
- [131/335] Installing libbpf-2:1.6.1-3.f 100% |  82.7 MiB/s | 423.7 KiB |  00m00s
- [132/335] Installing sound-theme-freede 100% |  22.8 MiB/s | 467.2 KiB |  00m00s
- [133/335] Installing inih-0:62-1.fc43.x 100% |  11.5 MiB/s |  23.6 KiB |  00m00s
- [134/335] Installing inih-cpp-0:62-1.fc 100% |  18.0 MiB/s |  36.8 KiB |  00m00s
- [135/335] Installing exiv2-libs-0:0.28. 100% | 135.5 MiB/s |   2.8 MiB |  00m00s
- [136/335] Installing libgexiv2-0:0.14.6 100% |  68.7 MiB/s | 281.4 KiB |  00m00s
- [137/335] Installing uchardet-0:0.0.8-8 100% |  10.4 MiB/s | 277.7 KiB |  00m00s
- [138/335] Installing totem-pl-parser-0: 100% |  45.6 MiB/s | 327.1 KiB |  00m00s
- [139/335] Installing libiptcdata-0:1.0. 100% |   7.1 MiB/s | 167.0 KiB |  00m00s
- [140/335] Installing libexif-0:0.6.25-2 100% | 267.1 MiB/s |   2.7 MiB |  00m00s
- [141/335] Installing libcue-0:2.3.0-12. 100% |  42.6 MiB/s |  87.3 KiB |  00m00s
- [142/335] Installing exempi-0:2.6.4-8.f 100% |  42.3 MiB/s |   1.4 MiB |  00m00s
- [143/335] Installing libdisplay-info-0: 100% |   7.6 MiB/s | 217.3 KiB |  00m00s
- >>> Running sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch              
- >>> Finished sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch             
- >>> Scriptlet output:                                                           
- >>> Creating group 'dbus' with GID 81.                                          
- >>> Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.           
- >>>                                                                             
- [144/335] Installing dbus-common-1:1.16 100% | 437.1 KiB/s |  13.6 KiB |  00m00s
- [145/335] Installing dbus-broker-0:37-2 100% |   9.8 MiB/s | 389.8 KiB |  00m00s
- [146/335] Installing dbus-1:1.16.0-4.fc 100% |   3.5 KiB/s | 124.0   B |  00m00s
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64                   
- >>> Finished sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64                  
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-journal' with GID 190.                              
- >>>                                                                             
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64                   
- >>> Finished sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64                  
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-oom' with GID 997.                                  
- >>> Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 997 and 
- >>>                                                                             
- [147/335] Installing systemd-0:258.7-1. 100% |  29.3 MiB/s |  12.9 MiB |  00m00s
- [148/335] Installing systemd-pam-0:258. 100% |  32.4 MiB/s |   1.2 MiB |  00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.23.5-2.fc43.noarch             
- >>> Finished sysusers scriptlet: samba-common-2:4.23.5-2.fc43.noarch            
- >>> Scriptlet output:                                                           
- >>> Creating group 'printadmin' with GID 996.                                   
- >>>                                                                             
- [149/335] Installing samba-common-2:4.2 100% |   5.5 MiB/s | 207.9 KiB |  00m00s
- >>> Running sysusers scriptlet: polkit-0:126-6.fc43.2.x86_64                    
- >>> Finished sysusers scriptlet: polkit-0:126-6.fc43.2.x86_64                   
- >>> Scriptlet output:                                                           
- >>> Creating group 'polkitd' with GID 114.                                      
- >>> Creating user 'polkitd' (User for polkitd) with UID 114 and GID 114.        
- >>>                                                                             
- [150/335] Installing polkit-0:126-6.fc4 100% |   5.3 MiB/s | 470.0 KiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64                     
- >>> Finished sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64                    
- >>> Scriptlet output:                                                           
- >>> Creating group 'rtkit' with GID 995.                                        
- >>> Creating user 'rtkit' (RealtimeKit) with UID 995 and GID 995.               
- >>>                                                                             
- [151/335] Installing rtkit-0:0.11-69.fc 100% |   2.8 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-69.fc43.x86_64                        
- >>> Finished %post scriptlet: rtkit-0:0.11-69.fc43.x86_64                       
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>                                                                             
- [152/335] Installing device-mapper-0:1. 100% |  14.2 MiB/s | 350.2 KiB |  00m00s
- [153/335] Installing device-mapper-libs 100% |  81.9 MiB/s | 419.4 KiB |  00m00s
- [154/335] Installing cryptsetup-libs-0: 100% |  50.1 MiB/s |   2.7 MiB |  00m00s
- >>> Running sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64              
- >>> Finished sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64             
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-coredump' with GID 994.                             
- >>> Creating user 'systemd-coredump' (systemd Core Dumper) with UID 994 and GID 
- >>>                                                                             
- >>> Running sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64              
- >>> Finished sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64             
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-timesync' with GID 993.                             
- >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 993
- >>>                                                                             
- [155/335] Installing systemd-udev-0:258 100% |  14.7 MiB/s |  12.9 MiB |  00m01s
- >>> Running %post scriptlet: systemd-udev-0:258.7-1.fc43.x86_64                 
- >>> Finished %post scriptlet: systemd-udev-0:258.7-1.fc43.x86_64                
- >>> Scriptlet output:                                                           
- >>> Failed to preset unit: Unit system-systemdx2dcryptsetup.slice does not exist
- >>>                                                                             
- [156/335] Installing bluez-libs-0:5.86- 100% |  48.7 MiB/s | 199.4 KiB |  00m00s
- [157/335] Installing webrtc-audio-proce 100% | 105.1 MiB/s |   1.4 MiB |  00m00s
- [158/335] Installing libsbc-0:2.0-7.fc4 100% |  46.2 MiB/s |  94.5 KiB |  00m00s
- [159/335] Installing libldac-0:2.0.2.3- 100% |  24.8 MiB/s |  76.2 KiB |  00m00s
- [160/335] Installing libebur128-0:1.2.6 100% |  19.9 MiB/s |  40.7 KiB |  00m00s
- [161/335] Installing fftw-libs-single-0 100% | 133.3 MiB/s |   3.6 MiB |  00m00s
- [162/335] Installing xkeyboard-config-0 100% | 180.8 MiB/s |  10.3 MiB |  00m00s
- [163/335] Installing libxkbcommon-0:1.1 100% |  80.1 MiB/s | 409.9 KiB |  00m00s
- [164/335] Installing libopenjph-0:0.22. 100% | 114.1 MiB/s | 467.3 KiB |  00m00s
- [165/335] Installing libheif-0:1.20.2-6 100% | 119.5 MiB/s |   1.6 MiB |  00m00s
- [166/335] Installing libstemmer-0:3.0.1 100% | 129.5 MiB/s | 662.9 KiB |  00m00s
- [167/335] Installing libtinysparql-0:3. 100% | 108.3 MiB/s | 997.9 KiB |  00m00s
- [168/335] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [169/335] Installing cups-libs-1:2.4.16 100% | 101.0 MiB/s | 620.2 KiB |  00m00s
- [170/335] Installing xprop-0:1.2.8-4.fc 100% |   2.3 MiB/s |  56.0 KiB |  00m00s
- [171/335] Installing at-spi2-core-0:2.5 100% | 142.5 MiB/s |   1.6 MiB |  00m00s
- [172/335] Installing atk-0:2.58.4-1.fc4 100% |  81.4 MiB/s | 250.0 KiB |  00m00s
- [173/335] Installing at-spi2-atk-0:2.58 100% |  69.8 MiB/s | 285.7 KiB |  00m00s
- [174/335] Installing liblerc-0:4.0.0-9. 100% | 122.2 MiB/s | 625.6 KiB |  00m00s
- [175/335] Installing jbigkit-libs-0:2.1 100% |  56.4 MiB/s | 115.4 KiB |  00m00s
- [176/335] Installing libtiff-0:4.7.1-1. 100% | 102.0 MiB/s | 626.6 KiB |  00m00s
- [177/335] Installing leptonica-0:1.87.0 100% | 106.8 MiB/s |   3.0 MiB |  00m00s
- [178/335] Installing adwaita-icon-theme 100% |  18.6 MiB/s |   2.4 MiB |  00m00s
- [179/335] Installing adwaita-cursor-the 100% | 170.6 MiB/s |  11.4 MiB |  00m00s
- [180/335] Installing adwaita-icon-theme 100% |  21.6 MiB/s |   1.3 MiB |  00m00s
- [181/335] Installing libepoxy-0:1.5.10- 100% | 119.8 MiB/s |   1.1 MiB |  00m00s
- [182/335] Installing libcloudproviders- 100% |  41.1 MiB/s | 126.2 KiB |  00m00s
- [183/335] Installing libXcomposite-0:0. 100% |  20.5 MiB/s |  42.0 KiB |  00m00s
- [184/335] Installing hicolor-icon-theme 100% |   6.1 MiB/s | 179.7 KiB |  00m00s
- [185/335] Installing highway-0:1.3.0-1. 100% | 173.0 MiB/s |   5.5 MiB |  00m00s
- [186/335] Installing libjxl-1:0.11.1-7. 100% | 137.0 MiB/s |   4.1 MiB |  00m00s
- [187/335] Installing lmdb-libs-0:0.9.34 100% |  35.0 MiB/s | 107.4 KiB |  00m00s
- [188/335] Installing libldb-2:4.23.5-2. 100% |  55.7 MiB/s | 456.1 KiB |  00m00s
- [189/335] Installing libdatrie-0:0.2.13 100% |  26.8 MiB/s |  54.9 KiB |  00m00s
- [190/335] Installing libthai-0:0.1.29-1 100% |  76.7 MiB/s | 785.2 KiB |  00m00s
- [191/335] Installing glibc-gconv-extra- 100% |  80.3 MiB/s |   7.3 MiB |  00m00s
- [192/335] Installing samba-client-libs- 100% | 117.3 MiB/s |  19.7 MiB |  00m00s
- [193/335] Installing libwbclient-2:4.23 100% |  22.6 MiB/s |  69.5 KiB |  00m00s
- [194/335] Installing samba-common-libs- 100% |  52.9 MiB/s | 270.9 KiB |  00m00s
- [195/335] Installing libsmbclient-2:4.2 100% |  54.8 MiB/s | 168.2 KiB |  00m00s
- [196/335] Installing vid.stab-0:1.1.1-7 100% |  45.6 MiB/s |  93.4 KiB |  00m00s
- [197/335] Installing tesseract-tessdata 100% |  15.3 MiB/s |  15.7 KiB |  00m00s
- [198/335] Installing tesseract-common-0 100% |   5.1 MiB/s |  20.9 KiB |  00m00s
- [199/335] Installing tesseract-langpack 100% | 126.5 MiB/s |   3.9 MiB |  00m00s
- [200/335] Installing tesseract-libs-0:5 100% | 130.0 MiB/s |   3.2 MiB |  00m00s
- [201/335] Installing libudfread-0:1.1.2 100% |  32.9 MiB/s |  67.3 KiB |  00m00s
- [202/335] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [203/335] Installing google-noto-sans-v 100% | 126.5 MiB/s |   1.4 MiB |  00m00s
- [204/335] Installing default-fonts-core 100% |   4.4 MiB/s |  18.2 KiB |  00m00s
- [205/335] Installing libasyncns-0:0.8-3 100% |  27.7 MiB/s |  56.8 KiB |  00m00s
- [206/335] Installing pulseaudio-libs-0: 100% | 198.8 MiB/s |   3.4 MiB |  00m00s
- [207/335] Installing pipewire-libs-0:1. 100% | 112.8 MiB/s |   8.7 MiB |  00m00s
- [208/335] Installing pipewire-jack-audi 100% |  19.5 MiB/s | 499.3 KiB |  00m00s
- [209/335] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0   B |  00m00s
- [210/335] Installing wireplumber-libs-0 100% |  90.4 MiB/s |   1.4 MiB |  00m00s
- [211/335] Installing wireplumber-0:0.5. 100% |  14.0 MiB/s | 444.2 KiB |  00m00s
- [212/335] Installing flite-0:2.2-12.fc4 100% | 131.1 MiB/s |  21.5 MiB |  00m00s
- [213/335] Installing libcanberra-0:0.30 100% |   5.0 MiB/s | 271.4 KiB |  00m00s
- [214/335] Installing graphite2-0:1.3.14 100% |   7.9 MiB/s | 193.9 KiB |  00m00s
- [215/335] Installing freetype-0:2.13.3- 100% | 104.0 MiB/s | 851.9 KiB |  00m00s
- [216/335] Installing harfbuzz-0:11.5.1- 100% | 128.5 MiB/s |   2.8 MiB |  00m00s
- [217/335] Installing fontconfig-0:2.17. 100% | 732.6 KiB/s | 785.3 KiB |  00m01s
- [218/335] Installing libaribcaption-0:1 100% |  48.0 MiB/s | 245.9 KiB |  00m00s
- [219/335] Installing libbluray-0:1.3.4- 100% |  77.2 MiB/s | 395.2 KiB |  00m00s
- [220/335] Installing libXft-0:2.3.8-9.f 100% |  54.0 MiB/s | 165.9 KiB |  00m00s
- [221/335] Installing poppler-0:25.07.0- 100% | 112.2 MiB/s |   3.8 MiB |  00m00s
- [222/335] Installing mbedtls-0:3.6.6-1. 100% | 111.9 MiB/s |   1.3 MiB |  00m00s
- [223/335] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [224/335] Installing mesa-libgbm-0:25.3 100% |  10.0 MiB/s |  20.5 KiB |  00m00s
- [225/335] Installing mesa-dri-drivers-0 100% | 133.7 MiB/s |  48.8 MiB |  00m00s
- [226/335] Installing mesa-libGL-0:25.3. 100% |  93.4 MiB/s | 286.9 KiB |  00m00s
- [227/335] Installing libglvnd-glx-1:1.7 100% | 117.7 MiB/s | 602.6 KiB |  00m00s
- [228/335] Installing libva-0:2.22.0-6.f 100% |  65.1 MiB/s | 333.4 KiB |  00m00s
- [229/335] Installing libavutil-free-0:7 100% | 115.2 MiB/s | 943.8 KiB |  00m00s
- [230/335] Installing libavutil-free-dev 100% |  62.9 MiB/s | 708.0 KiB |  00m00s
- [231/335] Installing libpostproc-free-0 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [232/335] Installing libpostproc-free-d 100% |   6.7 MiB/s |   6.8 KiB |  00m00s
- [233/335] Installing libswscale-free-0: 100% | 121.2 MiB/s | 620.7 KiB |  00m00s
- [234/335] Installing libswscale-free-de 100% |  21.6 MiB/s |  22.2 KiB |  00m00s
- [235/335] Installing libchromaprint-0:1 100% |  34.6 MiB/s |  70.8 KiB |  00m00s
- [236/335] Installing freeglut-0:3.8.0-1 100% | 117.9 MiB/s | 483.1 KiB |  00m00s
- [237/335] Installing libcaca-0:0.99-0.8 100% | 121.0 MiB/s | 867.7 KiB |  00m00s
- [238/335] Installing mesa-libEGL-0:25.3 100% | 101.3 MiB/s | 311.3 KiB |  00m00s
- [239/335] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [240/335] Installing libsodium-0:1.0.21 100% | 110.0 MiB/s | 450.5 KiB |  00m00s
- [241/335] Installing cjson-0:1.7.18-3.f 100% |   1.3 MiB/s |  65.3 KiB |  00m00s
- [242/335] Installing librist-0:0.2.7-10 100% |  51.7 MiB/s | 158.8 KiB |  00m00s
- [243/335] Installing openpgm-0:5.3.128- 100% |  76.6 MiB/s | 313.7 KiB |  00m00s
- [244/335] Installing zeromq-0:4.3.5-22. 100% |  26.0 MiB/s | 906.6 KiB |  00m00s
- [245/335] Installing libsamplerate-0:0. 100% | 143.5 MiB/s |   1.4 MiB |  00m00s
- [246/335] Installing fftw-libs-double-0 100% | 154.9 MiB/s |   3.4 MiB |  00m00s
- [247/335] Installing rubberband-libs-0: 100% |  89.9 MiB/s | 460.2 KiB |  00m00s
- [248/335] Installing libdovi-0:3.3.2-1. 100% | 118.6 MiB/s | 607.1 KiB |  00m00s
- [249/335] Installing libplacebo-0:7.351 100% | 127.7 MiB/s |   1.1 MiB |  00m00s
- [250/335] Installing libunibreak-0:6.1- 100% |  68.8 MiB/s | 140.8 KiB |  00m00s
- [251/335] Installing libass-0:0.17.3-4. 100% |  93.6 MiB/s | 287.5 KiB |  00m00s
- [252/335] Installing libcdio-0:2.1.0-15 100% |  21.4 MiB/s | 591.8 KiB |  00m00s
- [253/335] Installing libcdio-paranoia-0 100% |   8.1 MiB/s | 182.0 KiB |  00m00s
- [254/335] Installing srt-libs-0:1.5.4-4 100% | 121.5 MiB/s | 994.9 KiB |  00m00s
- [255/335] Installing librabbitmq-0:0.15 100% |  44.3 MiB/s |  90.7 KiB |  00m00s
- [256/335] Installing libmodplug-1:0.8.9 100% |  87.2 MiB/s | 357.0 KiB |  00m00s
- [257/335] Installing game-music-emu-0:0 100% |  86.2 MiB/s | 353.2 KiB |  00m00s
- [258/335] Installing zimg-0:3.0.6-2.fc4 100% | 111.8 MiB/s | 572.4 KiB |  00m00s
- [259/335] Installing qrencode-libs-0:4. 100% |  81.4 MiB/s | 166.6 KiB |  00m00s
- [260/335] Installing libmysofa-0:1.3.3- 100% |  37.2 MiB/s |  76.2 KiB |  00m00s
- [261/335] Installing openal-soft-0:1.24 100% |  38.6 MiB/s |   1.6 MiB |  00m00s
- [262/335] Installing lpcnetfreedv-0:0.5 100% | 192.5 MiB/s |  14.8 MiB |  00m00s
- [263/335] Installing codec2-0:1.2.0-7.f 100% | 136.5 MiB/s |   1.4 MiB |  00m00s
- [264/335] Installing pixman-0:0.46.2-2. 100% | 139.0 MiB/s | 711.4 KiB |  00m00s
- [265/335] Installing lzo-0:2.10-15.fc43 100% |  58.8 MiB/s | 180.5 KiB |  00m00s
- [266/335] Installing cairo-0:1.18.4-2.f 100% | 136.3 MiB/s |   1.8 MiB |  00m00s
- [267/335] Installing pango-0:1.57.1-1.f 100% |  34.6 MiB/s |   1.0 MiB |  00m00s
- [268/335] Installing cairo-gobject-0:1. 100% |  31.2 MiB/s |  32.0 KiB |  00m00s
- [269/335] Installing glycin-loaders-0:2 100% | 172.1 MiB/s |  12.7 MiB |  00m00s
- [270/335] Installing glycin-libs-0:2.0. 100% | 146.2 MiB/s |   4.2 MiB |  00m00s
- [271/335] Installing gdk-pixbuf2-0:2.44 100% |  87.1 MiB/s |   2.5 MiB |  00m00s
- [272/335] Installing librsvg2-0:2.61.0- 100% | 140.8 MiB/s |   5.1 MiB |  00m00s
- [273/335] Installing gstreamer1-plugins 100% | 123.2 MiB/s |   7.4 MiB |  00m00s
- [274/335] Installing gtk-update-icon-ca 100% |   2.9 MiB/s |  63.3 KiB |  00m00s
- [275/335] Installing gtk3-0:3.24.52-1.f 100% | 170.7 MiB/s |  22.5 MiB |  00m00s
- [276/335] Installing libdecor-0:0.2.5-1 100% |  54.6 MiB/s | 167.8 KiB |  00m00s
- [277/335] Installing SDL3-0:3.4.0-3.fc4 100% | 143.6 MiB/s |   3.0 MiB |  00m00s
- [278/335] Installing sdl2-compat-0:2.32 100% | 100.1 MiB/s | 410.1 KiB |  00m00s
- [279/335] Installing libgsf-0:1.14.56-1 100% |  37.2 MiB/s | 991.5 KiB |  00m00s
- [280/335] Installing libnotify-0:0.8.8- 100% |   2.2 MiB/s | 129.0 KiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64                  
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64                 
- >>> Scriptlet output:                                                           
- >>> Creating group 'geoclue' with GID 992.                                      
- >>> Creating user 'geoclue' (n/a) with UID 992 and GID 992.                     
- >>>                                                                             
- [281/335] Installing geoclue2-0:2.8.0-1 100% |  12.0 MiB/s | 405.6 KiB |  00m00s
- [282/335] Installing xdg-desktop-portal 100% |  28.5 MiB/s |   1.9 MiB |  00m00s
- [283/335] Installing libgxps-0:0.3.2-11 100% |  46.5 MiB/s | 190.3 KiB |  00m00s
- [284/335] Installing poppler-glib-0:25. 100% | 103.3 MiB/s | 634.9 KiB |  00m00s
- [285/335] Installing soxr-0:0.1.3-20.fc 100% |  63.0 MiB/s | 193.6 KiB |  00m00s
- [286/335] Installing libswresample-free 100% |  72.6 MiB/s | 148.7 KiB |  00m00s
- [287/335] Installing libswresample-free 100% |  27.0 MiB/s |  27.6 KiB |  00m00s
- [288/335] Installing xvidcore-0:1.3.7-1 100% | 143.2 MiB/s | 880.0 KiB |  00m00s
- [289/335] Installing xeve-libs-0:0.5.1- 100% | 124.7 MiB/s | 893.7 KiB |  00m00s
- [290/335] Installing xevd-libs-0:0.5.0- 100% |  90.1 MiB/s | 369.0 KiB |  00m00s
- [291/335] Installing vo-amrwbenc-0:0.1. 100% |  75.9 MiB/s | 155.4 KiB |  00m00s
- [292/335] Installing twolame-libs-0:0.4 100% |  81.3 MiB/s | 166.6 KiB |  00m00s
- [293/335] Installing speex-0:1.2.0-20.f 100% |  63.7 MiB/s | 130.4 KiB |  00m00s
- [294/335] Installing snappy-0:1.2.2-2.f 100% |  35.9 MiB/s |  73.5 KiB |  00m00s
- [295/335] Installing opencore-amr-0:0.1 100% | 115.6 MiB/s | 355.1 KiB |  00m00s
- [296/335] Installing libvpx-0:1.15.0-4. 100% | 135.7 MiB/s |   3.3 MiB |  00m00s
- [297/335] Installing ilbc-0:3.0.4-17.fc 100% |  45.4 MiB/s |  92.9 KiB |  00m00s
- [298/335] Installing libavcodec-free-0: 100% | 134.6 MiB/s |   9.8 MiB |  00m00s
- [299/335] Installing libavcodec-free-de 100% |  63.0 MiB/s | 258.0 KiB |  00m00s
- [300/335] Installing libavformat-free-0 100% | 128.6 MiB/s |   2.6 MiB |  00m00s
- [301/335] Installing libavformat-free-d 100% |  75.0 MiB/s | 153.7 KiB |  00m00s
- [302/335] Installing libavfilter-free-0 100% | 141.2 MiB/s |   4.0 MiB |  00m00s
- [303/335] Installing libavfilter-free-d 100% |  35.1 MiB/s |  71.9 KiB |  00m00s
- [304/335] Installing libavdevice-free-0 100% |  63.9 MiB/s | 196.3 KiB |  00m00s
- [305/335] Installing libavdevice-free-d 100% |  18.9 MiB/s |  19.4 KiB |  00m00s
- [306/335] Installing ffmpeg-free-devel- 100% | 135.7 MiB/s | 555.7 KiB |  00m00s
- [307/335] Installing localsearch-0:3.10 100% |  45.2 MiB/s |   3.4 MiB |  00m00s
- [308/335] Installing xdg-desktop-portal 100% |  13.4 MiB/s | 481.2 KiB |  00m00s
- [309/335] Installing libcanberra-gtk3-0 100% |   2.9 MiB/s |  73.9 KiB |  00m00s
- [310/335] Installing intel-vpl-gpu-rt-0 100% | 134.5 MiB/s |  11.7 MiB |  00m00s
- [311/335] Installing intel-mediasdk-0:2 100% | 160.3 MiB/s |  22.4 MiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64                 
- >>> Finished sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64                
- >>> Scriptlet output:                                                           
- >>> Creating group 'pipewire' with GID 991.                                     
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 991 and GID 991. 
- >>>                                                                             
- [312/335] Installing pipewire-0:1.4.11- 100% |   7.2 MiB/s | 439.9 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.11-1.fc43.x86_64                    
- >>> Finished %post scriptlet: pipewire-0:1.4.11-1.fc43.x86_64                   
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' 
- >>>                                                                             
- [313/335] Installing pipewire-alsa-0:1. 100% |  39.0 MiB/s | 159.6 KiB |  00m00s
- [314/335] Installing pipewire-pulseaudi 100% |   7.1 MiB/s | 444.2 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc43.x86_64         
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc43.x86_64        
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>                                                                             
- [315/335] Installing pipewire-plugin-li 100% |  36.0 MiB/s | 147.4 KiB |  00m00s
- [316/335] Installing tinysparql-0:3.10. 100% |  42.5 MiB/s |   2.6 MiB |  00m00s
- [317/335] Installing upower-0:1.91.2-2. 100% |   3.9 MiB/s | 312.5 KiB |  00m00s
- >>> Running %post scriptlet: upower-0:1.91.2-2.fc43.x86_64                      
- >>> Finished %post scriptlet: upower-0:1.91.2-2.fc43.x86_64                     
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service' 
- >>>                                                                             
- >>> Running sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-6.fc43.x86_64
- >>> Finished sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-6.fc43.x86_6
- >>> Scriptlet output:                                                           
- >>> Creating group 'usbmuxd' with GID 113.                                      
- >>> Creating user 'usbmuxd' (usbmuxd user) with UID 113 and GID 113.            
- >>>                                                                             
- [318/335] Installing usbmuxd-0:1.1.1^20 100% |   2.8 MiB/s | 151.5 KiB |  00m00s
- [319/335] Installing polkit-pkla-compat 100% |   2.6 MiB/s |  94.0 KiB |  00m00s
- [320/335] Installing logrotate-0:3.22.0 100% |   1.9 MiB/s | 151.6 KiB |  00m00s
- >>> Running %post scriptlet: logrotate-0:3.22.0-4.fc43.x86_64                   
- >>> Finished %post scriptlet: logrotate-0:3.22.0-4.fc43.x86_64                  
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer' 
- >>>                                                                             
- >>> Running sysusers scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64          
- >>> Finished sysusers scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64         
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-network' with GID 192.                              
- >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
- >>>                                                                             
- [321/335] Installing systemd-networkd-0 100% |  21.6 MiB/s |   2.3 MiB |  00m00s
- >>> Running %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64             
- >>> Finished %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64            
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-network-ge
- >>>                                                                             
- >>> Running sysusers scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64          
- >>> Finished sysusers scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64         
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-resolve' with GID 193.                              
- >>> Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- >>>                                                                             
- [322/335] Installing systemd-resolved-0 100% |  11.6 MiB/s | 737.4 KiB |  00m00s
- >>> Running %post scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64             
- >>> Finished %post scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64            
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.resolve1.service' 
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-resolved.s
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-v
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-m
- >>>                                                                             
- [323/335] Installing dconf-0:0.49.0-1.f 100% |   6.2 MiB/s | 312.1 KiB |  00m00s
- [324/335] Installing mesa-vulkan-driver 100% | 182.7 MiB/s | 152.8 MiB |  00m01s
- [325/335] Installing exiv2-0:0.28.6-2.f 100% | 255.1 MiB/s |  12.2 MiB |  00m00s
- [326/335] Installing libcamera-ipa-0:0. 100% |  74.7 MiB/s | 688.4 KiB |  00m00s
- [327/335] Installing glib-networking-0: 100% | 105.7 MiB/s | 757.9 KiB |  00m00s
- [328/335] Upgrading ngtcp2-crypto-ossl- 100% |  51.3 MiB/s |  52.6 KiB |  00m00s
- [329/335] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [330/335] Installing adwaita-mono-fonts 100% | 153.3 MiB/s |   5.5 MiB |  00m00s
- [331/335] Installing adwaita-sans-fonts 100% | 122.8 MiB/s |   1.7 MiB |  00m00s
- [332/335] Installing low-memory-monitor 100% |   2.4 MiB/s |  67.7 KiB |  00m00s
- [333/335] Removing ngtcp2-crypto-ossl-0 100% |   2.4 KiB/s |   5.0   B |  00m00s
- [334/335] Removing ngtcp2-0:1.19.0-1.fc 100% |   9.8 KiB/s |  10.0   B |  00m00s
- [335/335] Removing systemd-libs-0:258.5 100% |  12.0   B/s |  22.0   B |  00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.14-1.fc43.x86_64            
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.14-1.fc43.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" "ffmpeg-free-devel"
- ffmpeg-free-devel-7.1.2-4.fc43.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-ffmpeg.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved ffmpeg-avcodec.1.3.0, ffmpeg-avutil.1.3.0  (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.1
-> installed ffmpeg-avutil.1.3.0
-> installed ffmpeg-avcodec.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 14:56.45 ---> saved as "6f57b424d5ddc78fa016963f9959614836cd8f49e842f98c0158cea7b7ee56b8"
Job succeeded
2026-04-10 14:56.51: Job succeeded