Organisationssanettebogue6078fc ()fedora-43-5.4_opam-2.4

fedora-43-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-12-17 13:45.36: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (6078fc1ffbeca5b5ef528d4da17fc866beda77bd) (linux-x86_64:fedora-43-5.4_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 6078fc1f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2
# fedora-43-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-12-17 13:45.36: Using cache hint "sanette/bogue-ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2-fedora-43-5.4_opam-2.4-98a9d951f093a65158f774ee6e7ee402"
2025-12-17 13:45.36: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2)
(comment fedora-43-5.4_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-12-17 13:45.36: Waiting for resource in pool OCluster
2025-12-17 13:45.49: Waiting for worker…
2025-12-17 13:48.03: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 6078fc1 fix changelog


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2)
2025-12-17 13:50.45 ---> using "71487916328e2521e9b3eace51b2d612b3cb065793b43d1600de6f3b03cd399e" from cache


/: (comment fedora-43-5.4_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 - x86_64 - Updates           100% |  15.3 KiB/s |   8.9 KiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2025-12-17 13:50.45 ---> using "0b34afd4e3087d469b73a6367d196bb2e8240ba8587cb3dff0225a61fbc4d704" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-17 13:50.45 ---> using "eff381b6acde799f0cf8811a2a634ee7261dbbd7c8cae96db8222ad6061d16cf" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-17 13:50.45 ---> using "ff9b7e7ac43f46fd6d64d69d2af4f8e0b48e1f90e74bd79bbcb23578c636bc56" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-17 13:50.45 ---> using "aea334f2ed48189558aff4fecbb0b55f5fe5b8f24986c2f41c2ec959302edda2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-17 13:50.45 ---> using "6af9b970c82539fdadc7d48bb4527b0bf97300c418aa71af935e92440cbaf378" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..c199949faa  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-17 13:50.45 ---> using "469d00398a8880bf7acff0803569998c0caf2ae4fdb189f2bea28b7497ad7979" from cache


/src: (copy (src bogue.opam) (dst ./))
2025-12-17 13:50.46 ---> saved as "52ce76d3323fe45ad724dfb6d64e2308f22116d74817ca4583a9c3dd8624ca4b"


/src: (run (network host)
(shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2025-12-17 13:50.47 ---> saved as "fc50fa1980158112403ccc9a7fdf2c60428ef55e53a4b2ff35e5fd14ee2a89c3"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-17 13:50.48 ---> saved as "cbf380fca6892a4121b12ed52b3dac8a037e371916cf890614ca08e41c2ffc48"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
libffi-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel" "libffi-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                         Repository                            Size
- Upgrading:
-  glib2                                   x86_64 2.86.3-1.fc43                   updates                           14.8 MiB
-    replacing glib2                       x86_64 2.86.2-1.fc43                   updates                           14.8 MiB
-  libblkid                                x86_64 2.41.3-7.fc43                   updates                          262.4 KiB
-    replacing libblkid                    x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1 262.4 KiB
-  libfdisk                                x86_64 2.41.3-7.fc43                   updates                          380.4 KiB
-    replacing libfdisk                    x86_64 2.41.1-17.fc43                  fedora                           380.4 KiB
-  liblastlog2                             x86_64 2.41.3-7.fc43                   updates                           33.9 KiB
-    replacing liblastlog2                 x86_64 2.41.1-17.fc43                  fedora                            33.9 KiB
-  libmount                                x86_64 2.41.3-7.fc43                   updates                          372.7 KiB
-    replacing libmount                    x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1 372.7 KiB
-  libsmartcols                            x86_64 2.41.3-7.fc43                   updates                          180.5 KiB
-    replacing libsmartcols                x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1 180.5 KiB
-  libuuid                                 x86_64 2.41.3-7.fc43                   updates                           37.4 KiB
-    replacing libuuid                     x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1  37.4 KiB
-  util-linux                              x86_64 2.41.3-7.fc43                   updates                            3.5 MiB
-    replacing util-linux                  x86_64 2.41.1-17.fc43                  fedora                             3.5 MiB
-  util-linux-core                         x86_64 2.41.3-7.fc43                   updates                            1.5 MiB
-    replacing util-linux-core             x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1   1.5 MiB
- Installing:
-  SDL2_image-devel                        x86_64 2.8.8-2.fc43                    fedora                            78.5 KiB
-  SDL2_ttf-devel                          x86_64 2.24.0-1.fc43                   fedora                            95.2 KiB
-  libffi-devel                            x86_64 3.5.2-1.fc43                    updates                           33.9 KiB
-  sdl2-compat-devel                       x86_64 2.32.56-2.fc43                  fedora                             3.2 MiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.24.2-1.fc43                   fedora                             1.5 MiB
-  SDL2_image                              x86_64 2.8.8-2.fc43                    fedora                           209.7 KiB
-  SDL2_ttf                                x86_64 2.24.0-1.fc43                   fedora                            89.8 KiB
-  SDL3                                    x86_64 3.2.24-1.fc43                   updates                            2.7 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-4.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.2-1.fc43                   updates                          283.7 KiB
-  at-spi2-core                            x86_64 2.58.2-1.fc43                   updates                            1.5 MiB
-  atk                                     x86_64 2.58.2-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.85-1.fc43                     updates                          198.3 KiB
-  brotli                                  x86_64 1.2.0-1.fc43                    updates                           33.6 KiB
-  brotli-devel                            x86_64 1.2.0-1.fc43                    updates                           65.9 KiB
-  bzip2-devel                             x86_64 1.0.8-21.fc43                   fedora                           309.8 KiB
-  cairo                                   x86_64 1.18.4-2.fc43                   fedora                             1.8 MiB
-  cairo-devel                             x86_64 1.18.4-2.fc43                   fedora                             2.3 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
-  cmake-filesystem                        x86_64 3.31.10-3.fc43                  updates                            0.0   B
-  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
-  cryptsetup-libs                         x86_64 2.8.1-1.fc43                    fedora                             2.6 MiB
-  cups-filesystem                         noarch 1:2.4.16-4.fc43                 updates                            0.0   B
-  cups-libs                               x86_64 1:2.4.16-4.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-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
-  fontconfig                              x86_64 2.17.0-3.fc43                   fedora                           765.9 KiB
-  fontconfig-devel                        x86_64 2.17.0-3.fc43                   fedora                           123.6 KiB
-  fonts-filesystem                        noarch 1:2.0.5-23.fc43                 fedora                             0.0   B
-  freetype                                x86_64 2.13.3-3.fc43                   fedora                           850.2 KiB
-  freetype-devel                          x86_64 2.13.3-3.fc43                   fedora                             8.5 MiB
-  fribidi                                 x86_64 1.0.16-3.fc43                   fedora                           190.3 KiB
-  fuse-common                             x86_64 3.16.2-5.fc42                   fedora                            38.0   B
-  fuse3                                   x86_64 3.16.2-5.fc42                   fedora                           129.7 KiB
-  fuse3-libs                              x86_64 3.16.2-5.fc42                   fedora                           281.5 KiB
-  game-music-emu                          x86_64 0.6.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-8.fc43                    fedora                           112.1 KiB
-  glib2-devel                             x86_64 2.86.3-1.fc43                   updates                           15.7 MiB
-  glibc-gconv-extra                       x86_64 2.42-4.fc43                     fedora                             7.2 MiB
-  glycin-libs                             x86_64 2.0.4-1.fc43                    updates                            4.4 MiB
-  glycin-loaders                          x86_64 2.0.4-1.fc43                    updates                           13.1 MiB
-  gmock                                   x86_64 1.15.2-4.fc43                   fedora                           131.0 KiB
-  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
-  graphite2-devel                         x86_64 1.3.14-19.fc43                  fedora                            49.3 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.9-1.fc43                   updates                            5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.9-1.fc43                   updates                            7.3 MiB
-  gtest                                   x86_64 1.15.2-4.fc43                   fedora                           501.8 KiB
-  gtest-devel                             x86_64 1.15.2-4.fc43                   fedora                             1.0 MiB
-  gtk-update-icon-cache                   x86_64 3.24.51-2.fc43                  fedora                            62.2 KiB
-  gtk3                                    x86_64 3.24.51-2.fc43                  fedora                            22.4 MiB
-  harfbuzz                                x86_64 11.5.1-1.fc43                   fedora                             2.8 MiB
-  harfbuzz-cairo                          x86_64 11.5.1-1.fc43                   fedora                            48.1 KiB
-  harfbuzz-devel                          x86_64 11.5.1-1.fc43                   fedora                             5.3 MiB
-  harfbuzz-icu                            x86_64 11.5.1-1.fc43                   fedora                            15.4 KiB
-  hicolor-icon-theme                      noarch 0.18-2.fc43                     fedora                            72.4 KiB
-  highway                                 x86_64 1.3.0-1.fc43                    updates                            5.5 MiB
-  highway-devel                           x86_64 1.3.0-1.fc43                    updates                            4.3 MiB
-  hwdata                                  noarch 0.402-1.fc43                    updates                            9.7 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
-  kmod-libs                               x86_64 34.2-2.fc43                     fedora                           135.1 KiB
-  lame-libs                               x86_64 3.100-20.fc43                   fedora                             1.2 MiB
-  lcms2                                   x86_64 2.16-6.fc43                     fedora                           433.7 KiB
-  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
-  libXext-devel                           x86_64 1.3.6-4.fc43                    fedora                            98.9 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
-  libXrender-devel                        x86_64 0.9.12-3.fc43                   fedora                            50.1 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
-  libaom-devel                            x86_64 3.13.1-1.fc43                   fedora                           225.5 KiB
-  libaribcaption                          x86_64 1.1.1-3.fc43                    fedora                           244.5 KiB
-  libasyncns                              x86_64 0.8-31.fc43                     fedora                            55.5 KiB
-  libavcodec-free                         x86_64 7.1.2-3.fc43                    updates                            9.8 MiB
-  libavformat-free                        x86_64 7.1.2-3.fc43                    updates                            2.6 MiB
-  libavif                                 x86_64 1.3.0-2.fc43                    fedora                           258.0 KiB
-  libavif-devel                           x86_64 1.3.0-2.fc43                    fedora                            97.2 KiB
-  libavutil-free                          x86_64 7.1.2-3.fc43                    updates                          942.5 KiB
-  libblkid-devel                          x86_64 2.41.3-7.fc43                   updates                           44.9 KiB
-  libbluray                               x86_64 1.3.4-11.fc43                   updates                          393.7 KiB
-  libcamera                               x86_64 0.5.2-4.fc43                    fedora                             2.2 MiB
-  libcanberra                             x86_64 0.30-38.fc43                    fedora                           266.5 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.2-1.fc43                    updates                            1.7 MiB
-  libdav1d-devel                          x86_64 1.5.2-1.fc43                    updates                           41.9 KiB
-  libdecor                                x86_64 0.2.4-1.fc43                    updates                          165.2 KiB
-  libdrm                                  x86_64 2.4.128-3.fc43                  updates                          399.9 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-core-devel                     x86_64 1:1.7.0-8.fc43                  fedora                            40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-8.fc43                  fedora                             2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-8.fc43                  fedora                            64.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-8.fc43                  fedora                            97.9 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.54-1.fc43                  updates                          964.9 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
-  libicu-devel                            x86_64 77.1-1.fc43                     fedora                             5.0 MiB
-  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.2-1.fc43                    fedora                           804.9 KiB
-  libjpeg-turbo-devel                     x86_64 3.1.2-1.fc43                    fedora                           353.9 KiB
-  libjxl                                  x86_64 1:0.11.1-7.fc43                 updates                            4.1 MiB
-  libjxl-devel                            x86_64 1:0.11.1-7.fc43                 updates                            6.6 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.4-1.fc43                 updates                          450.8 KiB
-  liblerc                                 x86_64 4.0.0-9.fc43                    fedora                           624.1 KiB
-  liblerc-devel                           x86_64 4.0.0-9.fc43                    fedora                             4.3 MiB
-  libmodplug                              x86_64 1:0.8.9.0-28.fc43               fedora                           355.2 KiB
-  libmount-devel                          x86_64 2.41.3-7.fc43                   updates                           65.5 KiB
-  libnotify                               x86_64 0.8.7-1.fc43                    fedora                           123.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.4-1.fc43                    updates                            1.8 MiB
-  libosinfo                               x86_64 1.12.0-3.fc43                   fedora                             1.2 MiB
-  libpciaccess                            x86_64 0.16-16.fc43                    fedora                            44.5 KiB
-  libplist                                x86_64 2.6.0-5.fc43                    fedora                           237.0 KiB
-  libpng                                  x86_64 2:1.6.53-1.fc43                 updates                          241.7 KiB
-  libpng-devel                            x86_64 2:1.6.53-1.fc43                 updates                          886.7 KiB
-  libproxy                                x86_64 0.5.8-3.fc43                    fedora                           102.3 KiB
-  librabbitmq                             x86_64 0.15.0-3.fc43                   fedora                            89.6 KiB
-  librist                                 x86_64 0.2.7-10.fc43                   fedora                           157.2 KiB
-  librsvg2                                x86_64 2.61.0-3.fc43                   updates                            5.0 MiB
-  libsbc                                  x86_64 2.0-7.fc43                      fedora                            93.4 KiB
-  libselinux-devel                        x86_64 3.9-5.fc43                      fedora                           127.3 KiB
-  libsepol-devel                          x86_64 3.9-2.fc43                      fedora                           121.4 KiB
-  libsmbclient                            x86_64 2:4.23.4-1.fc43                 updates                          167.5 KiB
-  libsndfile                              x86_64 1.2.2-10.fc43                   fedora                           550.1 KiB
-  libsodium                               x86_64 1.0.20-6.fc43                   fedora                           389.0 KiB
-  libsoup3                                x86_64 3.6.5-8.fc43                    fedora                             1.1 MiB
-  libstemmer                              x86_64 3.0.1-8.fc43                    fedora                           661.5 KiB
-  libswresample-free                      x86_64 7.1.2-3.fc43                    updates                          147.4 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
-  libtiff-devel                           x86_64 4.7.1-1.fc43                    updates                          805.2 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
-  libunwind                               x86_64 1.8.1-3.fc43                    fedora                           194.1 KiB
-  libusbmuxd                              x86_64 2.1.0-4.fc43                    fedora                            75.2 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
-  libvmaf-devel                           x86_64 3.0.0-4.fc43                    fedora                            29.3 KiB
-  libvorbis                               x86_64 1:1.3.7-13.fc43                 fedora                           833.4 KiB
-  libvpl                                  x86_64 1:2.15.0-3.fc43                 fedora                           426.5 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.4-1.fc43                 updates                           68.7 KiB
-  libwebp                                 x86_64 1.6.0-2.fc43                    fedora                           956.6 KiB
-  libwebp-devel                           x86_64 1.6.0-2.fc43                    fedora                           121.7 KiB
-  libxkbcommon                            x86_64 1.11.0-1.fc43                   fedora                           408.2 KiB
-  libxml2-devel                           x86_64 2.12.10-5.fc43                  fedora                             3.4 MiB
-  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
-  libzstd-devel                           x86_64 1.5.7-2.fc43                    fedora                           208.0 KiB
-  lm_sensors-libs                         x86_64 3.6.0-23.fc43                   fedora                            85.8 KiB
-  lmdb-libs                               x86_64 0.9.33-4.fc43                   fedora                           105.4 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
-  lzo-devel                               x86_64 2.10-15.fc43                    fedora                           212.2 KiB
-  lzo-minilzo                             x86_64 2.10-15.fc43                    fedora                            36.7 KiB
-  mbedtls                                 x86_64 3.6.5-1.fc43                    updates                            1.3 MiB
-  mesa-dri-drivers                        x86_64 25.2.7-3.fc43                   updates                           47.9 MiB
-  mesa-filesystem                         x86_64 25.2.7-3.fc43                   updates                            3.6 KiB
-  mesa-libEGL                             x86_64 25.2.7-3.fc43                   updates                          306.4 KiB
-  mesa-libGL                              x86_64 25.2.7-3.fc43                   updates                          286.0 KiB
-  mesa-libGLU                             x86_64 9.0.3-7.fc43                    fedora                           361.8 KiB
-  mesa-libGLU-devel                       x86_64 9.0.3-7.fc43                    fedora                            17.0 KiB
-  mesa-libgbm                             x86_64 25.2.7-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.18.0-1.fc43                   updates                           39.6 KiB
-  nspr                                    x86_64 4.37.0-7.fc43                   updates                          315.5 KiB
-  nss                                     x86_64 3.118.1-2.fc43                  updates                            1.9 MiB
-  nss-softokn                             x86_64 3.118.1-2.fc43                  updates                            2.0 MiB
-  nss-softokn-freebl                      x86_64 3.118.1-2.fc43                  updates                          990.8 KiB
-  nss-sysinit                             x86_64 3.118.1-2.fc43                  updates                           18.1 KiB
-  nss-util                                x86_64 3.118.1-2.fc43                  updates                          204.8 KiB
-  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 20250124-2.fc43                 fedora                             3.9 MiB
-  osinfo-db-tools                         x86_64 1.12.0-4.fc43                   fedora                           190.9 KiB
-  pango                                   x86_64 1.57.0-1.fc43                   fedora                             1.0 MiB
-  pcre2-devel                             x86_64 10.47-1.fc43                    updates                            2.1 MiB
-  pcre2-utf16                             x86_64 10.47-1.fc43                    updates                          639.2 KiB
-  pcre2-utf32                             x86_64 10.47-1.fc43                    updates                          611.1 KiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.9-1.fc43                    updates                          496.6 KiB
-  pipewire-libs                           x86_64 1.4.9-1.fc43                    updates                            8.6 MiB
-  pixman                                  x86_64 0.46.2-2.fc43                   fedora                           710.3 KiB
-  pixman-devel                            x86_64 0.46.2-2.fc43                   fedora                            56.1 KiB
-  polkit                                  x86_64 126-6.fc43                      fedora                           459.9 KiB
-  polkit-libs                             x86_64 126-6.fc43                      fedora                           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-7.fc43                     fedora                             3.4 MiB
-  python3-packaging                       noarch 25.0-7.fc43                     fedora                           607.4 KiB
-  rav1e-devel                             x86_64 0.7.1-8.fc43                    fedora                            46.6 KiB
-  rav1e-libs                              x86_64 0.7.1-8.fc43                    fedora                             3.0 MiB
-  rtkit                                   x86_64 0.11-69.fc43                    fedora                           138.1 KiB
-  samba-client-libs                       x86_64 2:4.23.4-1.fc43                 updates                           19.7 MiB
-  samba-common                            noarch 2:4.23.4-1.fc43                 updates                          202.9 KiB
-  samba-common-libs                       x86_64 2:4.23.4-1.fc43                 updates                          268.6 KiB
-  sdl2-compat                             x86_64 2.32.56-2.fc43                  fedora                           399.6 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
-  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 2025.4-1.fc43                   updates                            5.8 MiB
-  srt-libs                                x86_64 1.5.4-4.fc43                    fedora                           993.8 KiB
-  svt-av1-devel                           x86_64 3.1.2-1.fc43                    fedora                            69.2 KiB
-  svt-av1-libs                            x86_64 3.1.2-1.fc43                    fedora                             5.6 MiB
-  sysprof-capture-devel                   x86_64 49.0-1.fc43                     fedora                           803.7 KiB
-  systemd                                 x86_64 258.2-1.fc43                    updates                           12.7 MiB
-  systemd-pam                             x86_64 258.2-1.fc43                    updates                            1.2 MiB
-  systemd-shared                          x86_64 258.2-1.fc43                    updates                            4.9 MiB
-  systemd-udev                            x86_64 258.2-1.fc43                    updates                           12.6 MiB
-  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.0-1.fc43                   updates                          178.8 KiB
-  vo-amrwbenc                             x86_64 0.1.3-23.fc43                   fedora                           153.9 KiB
-  webrtc-audio-processing                 x86_64 1.3-9.fc43                      fedora                             1.4 MiB
-  wireplumber                             x86_64 0.5.12-1.fc43                   updates                          408.6 KiB
-  wireplumber-libs                        x86_64 0.5.12-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
-  xz-devel                                x86_64 1:5.8.1-4.fc43                  updates                          258.8 KiB
-  zeromq                                  x86_64 4.3.5-22.fc43                   fedora                           894.1 KiB
-  zlib-ng-compat-devel                    x86_64 2.3.2-1.fc43                    updates                          107.0 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
-  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.3.4-1.fc43                   fedora                            11.7 MiB
-  libbpf                                  x86_64 2:1.6.1-3.fc43                  fedora                           422.8 KiB
-  libcamera-ipa                           x86_64 0.5.2-4.fc43                    fedora                           682.7 KiB
-  libcanberra-gtk3                        x86_64 0.30-38.fc43                    fedora                            70.7 KiB
-  localsearch                             x86_64 3.10.2-1.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.2.7-3.fc43                   updates                          115.0   B
-  pipewire                                x86_64 1.4.9-1.fc43                    updates                          430.9 KiB
-  pipewire-alsa                           x86_64 1.4.9-1.fc43                    updates                          158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.9-1.fc43                    updates                           30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.9-1.fc43                    updates                          146.5 KiB
-  pipewire-pulseaudio                     x86_64 1.4.9-1.fc43                    updates                          436.1 KiB
-  polkit-pkla-compat                      x86_64 0.1-31.fc43                     fedora                            89.5 KiB
-  qrencode-libs                           x86_64 4.1.1-11.fc43                   fedora                           164.8 KiB
-  svt-av1-devel-docs                      noarch 3.1.2-1.fc43                    fedora                             8.4 MiB
-  systemd-networkd                        x86_64 258.2-1.fc43                    updates                            2.3 MiB
-  systemd-resolved                        x86_64 258.2-1.fc43                    updates                          733.0 KiB
-  tinysparql                              x86_64 3.10.1-5.fc43                   updates                            2.5 MiB
-  upower                                  x86_64 1.91.0-1.fc43                   updates                          303.7 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:       337 packages
-  Upgrading:          9 packages
-  Replacing:          9 packages
- 
- Total size of inbound packages is 167 MiB. Need to download 167 MiB.
- After this operation, 582 MiB extra will be used (install 603 MiB, remove 21 MiB).
- [  1/346] SDL2_image-devel-0:2.8.8-2.fc 100% | 413.9 KiB/s |  19.0 KiB |  00m00s
- [  2/346] sdl2-compat-0:2.32.56-2.fc43. 100% |   2.3 MiB/s | 135.0 KiB |  00m00s
- [  3/346] sdl2-compat-devel-0:2.32.56-2 100% |   7.6 MiB/s | 505.7 KiB |  00m00s
- [  4/346] SDL2_image-0:2.8.8-2.fc43.x86 100% |   3.8 MiB/s | 108.7 KiB |  00m00s
- [  5/346] libwebp-0:1.6.0-2.fc43.x86_64 100% |  12.7 MiB/s | 324.2 KiB |  00m00s
- [  6/346] libavif-0:1.3.0-2.fc43.x86_64 100% |   3.2 MiB/s | 120.7 KiB |  00m00s
- [  7/346] libyuv-0:0-0.57.20240704git96 100% |   7.6 MiB/s | 202.1 KiB |  00m00s
- [  8/346] rav1e-libs-0:0.7.1-8.fc43.x86 100% |  15.2 MiB/s |   1.0 MiB |  00m00s
- [  9/346] libvmaf-0:3.0.0-4.fc43.x86_64 100% |   7.1 MiB/s | 196.6 KiB |  00m00s
- [ 10/346] libjpeg-turbo-0:3.1.2-1.fc43. 100% |   8.6 MiB/s | 236.8 KiB |  00m00s
- [ 11/346] SDL2_ttf-devel-0:2.24.0-1.fc4 100% |   3.0 MiB/s |  21.3 KiB |  00m00s
- [ 12/346] SDL2_ttf-0:2.24.0-1.fc43.x86_ 100% |   6.2 MiB/s |  44.1 KiB |  00m00s
- [ 13/346] freetype-0:2.13.3-3.fc43.x86_ 100% |   6.9 MiB/s | 412.1 KiB |  00m00s
- [ 14/346] libaom-0:3.13.1-1.fc43.x86_64 100% |   7.6 MiB/s |   1.9 MiB |  00m00s
- [ 15/346] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   9.1 MiB/s |   2.0 MiB |  00m00s
- [ 16/346] graphite2-0:1.3.14-19.fc43.x8 100% |   5.8 MiB/s |  95.6 KiB |  00m00s
- [ 17/346] cmake-filesystem-0:3.31.10-3. 100% | 173.4 KiB/s |  13.9 KiB |  00m00s
- [ 18/346] libglvnd-devel-1:1.7.0-8.fc43 100% |   8.3 MiB/s | 162.2 KiB |  00m00s
- [ 19/346] libffi-devel-0:3.5.2-1.fc43.x 100% | 288.1 KiB/s |  29.7 KiB |  00m00s
- [ 20/346] libglvnd-core-devel-1:1.7.0-8 100% |   2.4 MiB/s |  17.3 KiB |  00m00s
- [ 21/346] libglvnd-1:1.7.0-8.fc43.x86_6 100% |   8.6 MiB/s | 114.0 KiB |  00m00s
- [ 22/346] libglvnd-egl-1:1.7.0-8.fc43.x 100% |   5.0 MiB/s |  36.0 KiB |  00m00s
- [ 23/346] libglvnd-gles-1:1.7.0-8.fc43. 100% |   4.6 MiB/s |  28.5 KiB |  00m00s
- [ 24/346] libglvnd-opengl-1:1.7.0-8.fc4 100% |   6.0 MiB/s |  37.0 KiB |  00m00s
- [ 25/346] libXext-0:1.3.6-4.fc43.x86_64 100% |   5.4 MiB/s |  39.1 KiB |  00m00s
- [ 26/346] libglvnd-glx-1:1.7.0-8.fc43.x 100% |   6.8 MiB/s | 132.1 KiB |  00m00s
- [ 27/346] harfbuzz-0:11.5.1-1.fc43.x86_ 100% |   5.9 MiB/s |   1.1 MiB |  00m00s
- [ 28/346] mesa-libGLU-devel-0:9.0.3-7.f 100% |   1.9 MiB/s |  11.9 KiB |  00m00s
- [ 29/346] mesa-libGLU-0:9.0.3-7.fc43.x8 100% |   8.5 MiB/s | 166.0 KiB |  00m00s
- [ 30/346] SDL3-0:3.2.24-1.fc43.x86_64   100% |   5.7 MiB/s |   1.0 MiB |  00m00s
- [ 31/346] mesa-libGL-0:25.2.7-3.fc43.x8 100% | 746.9 KiB/s | 130.0 KiB |  00m00s
- [ 32/346] libXxf86vm-0:1.1.6-3.fc43.x86 100% |   2.9 MiB/s |  17.7 KiB |  00m00s
- [ 33/346] libxshmfence-0:1.3.2-7.fc43.x 100% |   2.2 MiB/s |  13.3 KiB |  00m00s
- [ 34/346] lm_sensors-libs-0:3.6.0-23.fc 100% |   5.7 MiB/s |  40.6 KiB |  00m00s
- [ 35/346] mesa-dri-drivers-0:25.2.7-3.f 100% |   5.2 MiB/s |  12.7 MiB |  00m02s
- [ 36/346] mesa-filesystem-0:25.2.7-3.fc 100% |   9.5 KiB/s |  21.6 KiB |  00m02s
- [ 37/346] mesa-libgbm-0:25.2.7-3.fc43.x 100% |  12.2 KiB/s |  27.6 KiB |  00m02s
- [ 38/346] libwayland-client-0:1.24.0-1. 100% |   2.7 MiB/s |  33.6 KiB |  00m00s
- [ 39/346] mesa-libEGL-0:25.2.7-3.fc43.x 100% |   1.7 MiB/s | 131.8 KiB |  00m00s
- [ 40/346] freetype-devel-0:2.13.3-3.fc4 100% |  10.5 MiB/s |   1.0 MiB |  00m00s
- [ 41/346] libdav1d-0:1.5.2-1.fc43.x86_6 100% |   2.8 MiB/s | 637.4 KiB |  00m00s
- [ 42/346] harfbuzz-devel-0:11.5.1-1.fc4 100% |   8.7 MiB/s | 456.1 KiB |  00m00s
- [ 43/346] harfbuzz-cairo-0:11.5.1-1.fc4 100% |   4.9 MiB/s |  30.2 KiB |  00m00s
- [ 44/346] harfbuzz-icu-0:11.5.1-1.fc43. 100% |   2.6 MiB/s |  15.8 KiB |  00m00s
- [ 45/346] libpng-2:1.6.53-1.fc43.x86_64 100% | 534.0 KiB/s | 123.9 KiB |  00m00s
- [ 46/346] libXrender-0:0.9.12-3.fc43.x8 100% |   2.0 MiB/s |  26.9 KiB |  00m00s
- [ 47/346] fontconfig-0:2.17.0-3.fc43.x8 100% |   8.3 MiB/s | 272.2 KiB |  00m00s
- [ 48/346] lzo-0:2.10-15.fc43.x86_64     100% |   5.2 MiB/s |  69.4 KiB |  00m00s
- [ 49/346] default-fonts-core-sans-0:4.2 100% |   4.2 MiB/s |  29.9 KiB |  00m00s
- [ 50/346] fonts-filesystem-1:2.0.5-23.f 100% |   1.2 MiB/s |   8.7 KiB |  00m00s
- [ 51/346] xml-common-0:0.6.3-67.fc43.no 100% |   4.3 MiB/s |  31.0 KiB |  00m00s
- [ 52/346] pixman-0:0.46.2-2.fc43.x86_64 100% |   7.5 MiB/s | 292.5 KiB |  00m00s
- [ 53/346] abattis-cantarell-vf-fonts-0: 100% |   6.2 MiB/s | 120.1 KiB |  00m00s
- [ 54/346] cairo-0:1.18.4-2.fc43.x86_64  100% |   6.9 MiB/s | 729.3 KiB |  00m00s
- [ 55/346] shared-mime-info-0:2.4-2.fc43 100% |   7.2 MiB/s | 399.7 KiB |  00m00s
- [ 56/346] libjxl-devel-1:0.11.1-7.fc43. 100% |   3.9 MiB/s |   1.2 MiB |  00m00s
- [ 57/346] libjxl-1:0.11.1-7.fc43.x86_64 100% |   2.1 MiB/s |   1.2 MiB |  00m01s
- [ 58/346] jbigkit-libs-0:2.1-32.fc43.x8 100% |   2.9 MiB/s |  53.2 KiB |  00m00s
- [ 59/346] liblerc-0:4.0.0-9.fc43.x86_64 100% |   7.0 MiB/s | 215.1 KiB |  00m00s
- [ 60/346] libavif-devel-0:1.3.0-2.fc43. 100% |   4.9 MiB/s |  35.4 KiB |  00m00s
- [ 61/346] libwebp-devel-0:1.6.0-2.fc43. 100% |   5.5 MiB/s |  39.5 KiB |  00m00s
- [ 62/346] libtiff-devel-0:4.7.1-1.fc43. 100% | 476.4 KiB/s | 276.8 KiB |  00m01s
- [ 63/346] libpciaccess-0:0.16-16.fc43.x 100% |   4.3 MiB/s |  26.2 KiB |  00m00s
- [ 64/346] libtiff-0:4.7.1-1.fc43.x86_64 100% | 609.4 KiB/s | 222.4 KiB |  00m00s
- [ 65/346] zlib-ng-compat-devel-0:2.3.2- 100% |   1.0 MiB/s |  38.0 KiB |  00m00s
- [ 66/346] libjpeg-turbo-devel-0:3.1.2-1 100% |   7.3 MiB/s |  97.5 KiB |  00m00s
- [ 67/346] libdrm-0:2.4.128-3.fc43.x86_6 100% |   1.7 MiB/s | 162.0 KiB |  00m00s
- [ 68/346] libzstd-devel-0:1.5.7-2.fc43. 100% |   2.9 MiB/s |  52.9 KiB |  00m00s
- [ 69/346] spirv-tools-libs-0:2025.4-1.f 100% |   4.1 MiB/s |   1.6 MiB |  00m00s
- [ 70/346] brotli-devel-0:1.2.0-1.fc43.x 100% | 116.5 KiB/s |  34.4 KiB |  00m00s
- [ 71/346] brotli-0:1.2.0-1.fc43.x86_64  100% | 915.6 KiB/s |  23.8 KiB |  00m00s
- [ 72/346] liblerc-devel-0:4.0.0-9.fc43. 100% |   8.6 MiB/s |   3.2 MiB |  00m00s
- [ 73/346] gtest-devel-0:1.15.2-4.fc43.x 100% |   9.2 MiB/s | 255.6 KiB |  00m00s
- [ 74/346] gtest-0:1.15.2-4.fc43.x86_64  100% |   7.3 MiB/s | 186.0 KiB |  00m00s
- [ 75/346] highway-devel-0:1.3.0-1.fc43. 100% |   2.7 MiB/s | 475.5 KiB |  00m00s
- [ 76/346] highway-0:1.3.0-1.fc43.x86_64 100% |   2.1 MiB/s | 694.5 KiB |  00m00s
- [ 77/346] libdecor-0:0.2.4-1.fc43.x86_6 100% | 238.3 KiB/s |  57.9 KiB |  00m00s
- [ 78/346] libwayland-cursor-0:1.24.0-1. 100% |   1.5 MiB/s |  18.9 KiB |  00m00s
- [ 79/346] adwaita-icon-theme-0:49.0-1.f 100% |   6.3 MiB/s | 403.9 KiB |  00m00s
- [ 80/346] pango-0:1.57.0-1.fc43.x86_64  100% |   4.5 MiB/s | 353.4 KiB |  00m00s
- [ 81/346] cairo-gobject-0:1.18.4-2.fc43 100% |   2.4 MiB/s |  16.9 KiB |  00m00s
- [ 82/346] fribidi-0:1.0.16-3.fc43.x86_6 100% |   3.1 MiB/s |  53.3 KiB |  00m00s
- [ 83/346] gtk-update-icon-cache-0:3.24. 100% |   2.7 MiB/s |  33.8 KiB |  00m00s
- [ 84/346] colord-libs-0:1.4.8-2.fc43.x8 100% |   6.3 MiB/s | 230.5 KiB |  00m00s
- [ 85/346] libXcomposite-0:0.4.6-6.fc43. 100% |   3.9 MiB/s |  24.2 KiB |  00m00s
- [ 86/346] libXcursor-0:1.2.3-3.fc43.x86 100% |   5.1 MiB/s |  31.2 KiB |  00m00s
- [ 87/346] hicolor-icon-theme-0:0.18-2.f 100% |   3.4 MiB/s |  65.9 KiB |  00m00s
- [ 88/346] libXdamage-0:1.1.6-6.fc43.x86 100% |   3.8 MiB/s |  23.3 KiB |  00m00s
- [ 89/346] libXfixes-0:6.0.1-6.fc43.x86_ 100% |   3.1 MiB/s |  19.1 KiB |  00m00s
- [ 90/346] libXi-0:1.8.2-3.fc43.x86_64   100% |   6.6 MiB/s |  40.3 KiB |  00m00s
- [ 91/346] libXinerama-0:1.1.5-9.fc43.x8 100% |   2.3 MiB/s |  14.2 KiB |  00m00s
- [ 92/346] libXrandr-0:1.5.4-6.fc43.x86_ 100% |   4.5 MiB/s |  27.6 KiB |  00m00s
- [ 93/346] libcloudproviders-0:0.3.6-2.f 100% |   3.8 MiB/s |  46.9 KiB |  00m00s
- [ 94/346] libwayland-egl-0:1.24.0-1.fc4 100% |   2.0 MiB/s |  12.4 KiB |  00m00s
- [ 95/346] libepoxy-0:1.5.10-11.fc43.x86 100% |   7.0 MiB/s | 229.5 KiB |  00m00s
- [ 96/346] libXft-0:2.3.8-9.fc43.x86_64  100% |   5.4 MiB/s |  72.2 KiB |  00m00s
- [ 97/346] libxkbcommon-0:1.11.0-1.fc43. 100% |   4.2 MiB/s | 174.3 KiB |  00m00s
- [ 98/346] libthai-0:0.1.29-11.fc43.x86_ 100% |   6.6 MiB/s | 210.3 KiB |  00m00s
- [ 99/346] adwaita-cursor-theme-0:49.0-1 100% |   5.3 MiB/s | 380.1 KiB |  00m00s
- [100/346] lcms2-0:2.16-6.fc43.x86_64    100% |   5.6 MiB/s | 182.8 KiB |  00m00s
- [101/346] libgusb-0:0.4.9-4.fc43.x86_64 100% |   4.8 MiB/s |  64.5 KiB |  00m00s
- [102/346] libdatrie-0:0.2.13-12.fc43.x8 100% |   4.5 MiB/s |  32.0 KiB |  00m00s
- [103/346] gtk3-0:3.24.51-2.fc43.x86_64  100% |  10.3 MiB/s |   5.9 MiB |  00m01s
- [104/346] adwaita-icon-theme-legacy-0:4 100% |   8.1 MiB/s |   2.5 MiB |  00m00s
- [105/346] hwdata-0:0.402-1.fc43.noarch  100% |   2.2 MiB/s |   1.7 MiB |  00m01s
- [106/346] libaom-devel-0:3.13.1-1.fc43. 100% |   3.1 MiB/s |  56.9 KiB |  00m00s
- [107/346] libvmaf-devel-0:3.0.0-4.fc43. 100% |   2.6 MiB/s |  16.2 KiB |  00m00s
- [108/346] rav1e-devel-0:0.7.1-8.fc43.x8 100% |   2.7 MiB/s |  16.5 KiB |  00m00s
- [109/346] svt-av1-devel-0:3.1.2-1.fc43. 100% |   4.4 MiB/s |  27.2 KiB |  00m00s
- [110/346] libdav1d-devel-0:1.5.2-1.fc43 100% |  32.6 KiB/s |  19.3 KiB |  00m01s
- [111/346] python3-packaging-0:25.0-7.fc 100% |   8.3 MiB/s | 161.5 KiB |  00m00s
- [112/346] cairo-devel-0:1.18.4-2.fc43.x 100% |   9.4 MiB/s | 191.8 KiB |  00m00s
- [113/346] json-glib-0:1.10.8-4.fc43.x86 100% | 224.2 KiB/s | 172.7 KiB |  00m01s
- [114/346] graphite2-devel-0:1.3.14-19.f 100% |   3.4 MiB/s |  20.6 KiB |  00m00s
- [115/346] libicu-devel-0:77.1-1.fc43.x8 100% |   9.3 MiB/s | 794.4 KiB |  00m00s
- [116/346] glib2-devel-0:2.86.3-1.fc43.x 100% |   2.5 MiB/s |   1.5 MiB |  00m01s
- [117/346] at-spi2-atk-0:2.58.2-1.fc43.x 100% | 157.7 KiB/s |  87.7 KiB |  00m01s
- [118/346] dbus-1:1.16.0-4.fc43.x86_64   100% |   1.2 MiB/s |   7.5 KiB |  00m00s
- [119/346] libXtst-0:1.2.5-3.fc43.x86_64 100% |   3.3 MiB/s |  20.5 KiB |  00m00s
- [120/346] xprop-0:1.2.8-4.fc43.x86_64   100% |   5.7 MiB/s |  34.8 KiB |  00m00s
- [121/346] at-spi2-core-0:2.58.2-1.fc43. 100% | 636.4 KiB/s | 390.1 KiB |  00m01s
- [122/346] atk-0:2.58.2-1.fc43.x86_64    100% | 489.0 KiB/s |  80.7 KiB |  00m00s
- [123/346] cups-filesystem-1:2.4.16-4.fc 100% | 482.2 KiB/s |  13.0 KiB |  00m00s
- [124/346] avahi-libs-0:0.9~rc2-6.fc43.x 100% |   5.6 MiB/s |  69.0 KiB |  00m00s
- [125/346] cups-libs-1:2.4.16-4.fc43.x86 100% |   1.3 MiB/s | 261.6 KiB |  00m00s
- [126/346] avahi-glib-0:0.9~rc2-6.fc43.x 100% |   2.5 MiB/s |  15.2 KiB |  00m00s
- [127/346] libsoup3-0:3.6.5-8.fc43.x86_6 100% |   9.1 MiB/s | 391.4 KiB |  00m00s
- [128/346] libstemmer-0:3.0.1-8.fc43.x86 100% |   5.1 MiB/s | 155.3 KiB |  00m00s
- [129/346] gmock-0:1.15.2-4.fc43.x86_64  100% |   4.6 MiB/s |  61.1 KiB |  00m00s
- [130/346] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |   2.2 MiB/s | 484.9 KiB |  00m00s
- [131/346] bzip2-devel-0:1.0.8-21.fc43.x 100% |   6.5 MiB/s | 213.4 KiB |  00m00s
- [132/346] libtinysparql-0:3.10.1-5.fc43 100% |   1.2 MiB/s | 347.1 KiB |  00m00s
- [133/346] google-noto-fonts-common-0:20 100% | 541.0 KiB/s |  17.3 KiB |  00m00s
- [134/346] fontconfig-devel-0:2.17.0-3.f 100% |   6.6 MiB/s | 169.5 KiB |  00m00s
- [135/346] libXext-devel-0:1.3.6-4.fc43. 100% |   6.4 MiB/s |  85.2 KiB |  00m00s
- [136/346] libXrender-devel-0:0.9.12-3.f 100% |   2.6 MiB/s |  19.0 KiB |  00m00s
- [137/346] lzo-devel-0:2.10-15.fc43.x86_ 100% |   5.4 MiB/s |  39.0 KiB |  00m00s
- [138/346] lzo-minilzo-0:2.10-15.fc43.x8 100% |   3.9 MiB/s |  24.0 KiB |  00m00s
- [139/346] pixman-devel-0:0.46.2-2.fc43. 100% |   2.9 MiB/s |  18.0 KiB |  00m00s
- [140/346] libpng-devel-2:1.6.53-1.fc43. 100% |   1.1 MiB/s | 293.7 KiB |  00m00s
- [141/346] google-noto-sans-vf-fonts-0:2 100% |   1.7 MiB/s | 614.5 KiB |  00m00s
- [142/346] libmount-devel-0:2.41.3-7.fc4 100% | 123.6 KiB/s |  24.6 KiB |  00m00s
- [143/346] pcre2-devel-0:10.47-1.fc43.x8 100% |   1.4 MiB/s | 550.9 KiB |  00m00s
- [144/346] libselinux-devel-0:3.9-5.fc43 100% |   4.8 MiB/s | 152.1 KiB |  00m00s
- [145/346] libsepol-devel-0:3.9-2.fc43.x 100% |   6.7 MiB/s |  48.4 KiB |  00m00s
- [146/346] pcre2-utf16-0:10.47-1.fc43.x8 100% | 842.9 KiB/s | 246.1 KiB |  00m00s
- [147/346] sysprof-capture-devel-0:49.0- 100% |   7.0 MiB/s | 171.1 KiB |  00m00s
- [148/346] pcre2-utf32-0:10.47-1.fc43.x8 100% | 701.6 KiB/s | 232.9 KiB |  00m00s
- [149/346] libheif-0:1.20.2-6.fc43.x86_6 100% |   8.8 MiB/s | 578.1 KiB |  00m00s
- [150/346] libopenjph-0:0.22.0-2.fc43.x8 100% |   8.4 MiB/s | 154.4 KiB |  00m00s
- [151/346] openjpeg-0:2.5.4-1.fc43.x86_6 100% |   9.9 MiB/s | 192.2 KiB |  00m00s
- [152/346] glycin-libs-0:2.0.4-1.fc43.x8 100% |   3.1 MiB/s |   1.6 MiB |  00m01s
- [153/346] glycin-loaders-0:2.0.4-1.fc43 100% |   2.4 MiB/s |   2.8 MiB |  00m01s
- [154/346] libxml2-devel-0:2.12.10-5.fc4 100% |   8.7 MiB/s | 524.0 KiB |  00m00s
- [155/346] openh264-0:2.6.0-2.fc43.x86_6 100% | 556.4 KiB/s | 422.8 KiB |  00m01s
- [156/346] xkeyboard-config-0:2.46-1.fc4 100% | 769.6 KiB/s | 993.6 KiB |  00m01s
- [157/346] libblkid-devel-0:2.41.3-7.fc4 100% | 103.5 KiB/s |  23.4 KiB |  00m00s
- [158/346] xdg-desktop-portal-gtk-0:1.15 100% |   7.8 MiB/s | 144.0 KiB |  00m00s
- [159/346] xdg-desktop-portal-0:1.20.3-2 100% |  11.3 MiB/s | 507.6 KiB |  00m00s
- [160/346] fuse3-0:3.16.2-5.fc42.x86_64  100% |   8.0 MiB/s |  57.4 KiB |  00m00s
- [161/346] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   3.8 MiB/s |  94.2 KiB |  00m00s
- [162/346] libgudev-0:238-8.fc43.x86_64  100% |   5.6 MiB/s |  34.6 KiB |  00m00s
- [163/346] fuse-common-0:3.16.2-5.fc42.x 100% |   1.4 MiB/s |   8.6 KiB |  00m00s
- [164/346] librsvg2-0:2.61.0-3.fc43.x86_ 100% |   2.7 MiB/s |   1.9 MiB |  00m01s
- [165/346] xz-devel-1:5.8.1-4.fc43.x86_6 100% | 125.6 KiB/s |  66.7 KiB |  00m01s
- [166/346] mesa-va-drivers-0:25.2.7-3.fc 100% |  50.1 KiB/s |  20.3 KiB |  00m00s
- [167/346] libcanberra-gtk3-0:0.30-38.fc 100% |   2.5 MiB/s |  30.1 KiB |  00m00s
- [168/346] libcanberra-0:0.30-38.fc43.x8 100% |   3.9 MiB/s |  83.7 KiB |  00m00s
- [169/346] libtdb-0:1.4.14-3.fc43.x86_64 100% |   2.6 MiB/s |  55.1 KiB |  00m00s
- [170/346] libvorbis-1:1.3.7-13.fc43.x86 100% |   7.4 MiB/s | 188.4 KiB |  00m00s
- [171/346] libasyncns-0:0.8-31.fc43.x86_ 100% |   4.9 MiB/s |  30.0 KiB |  00m00s
- [172/346] pulseaudio-libs-0:17.0-7.fc43 100% |  11.9 MiB/s | 694.1 KiB |  00m00s
- [173/346] sound-theme-freedesktop-0:0.8 100% |   6.5 MiB/s | 382.3 KiB |  00m00s
- [174/346] libsndfile-0:1.2.2-10.fc43.x8 100% |   6.0 MiB/s | 220.8 KiB |  00m00s
- [175/346] gsm-0:1.0.23-1.fc43.x86_64    100% |   5.9 MiB/s |  36.0 KiB |  00m00s
- [176/346] opus-0:1.5.2-3.fc43.x86_64    100% |   8.9 MiB/s | 237.1 KiB |  00m00s
- [177/346] mpg123-libs-0:1.32.10-2.fc43. 100% |   6.2 MiB/s | 355.6 KiB |  00m00s
- [178/346] lame-libs-0:3.100-20.fc43.x86 100% |   5.8 MiB/s | 338.9 KiB |  00m00s
- [179/346] giflib-0:5.2.2-8.fc43.x86_64  100% |   7.3 MiB/s |  52.3 KiB |  00m00s
- [180/346] libcue-0:2.3.0-12.fc43.x86_64 100% |   4.9 MiB/s |  35.0 KiB |  00m00s
- [181/346] libexif-0:0.6.25-2.fc43.x86_6 100% |   8.8 MiB/s | 475.6 KiB |  00m00s
- [182/346] exempi-0:2.6.4-8.fc43.x86_64  100% |   7.9 MiB/s | 581.3 KiB |  00m00s
- [183/346] libgexiv2-0:0.14.6-2.fc43.x86 100% |   7.6 MiB/s | 101.2 KiB |  00m00s
- [184/346] libgxps-0:0.3.2-11.fc43.x86_6 100% |   6.2 MiB/s |  76.4 KiB |  00m00s
- [185/346] libiptcdata-0:1.0.5-23.fc43.x 100% |   8.4 MiB/s |  60.6 KiB |  00m00s
- [186/346] totem-pl-parser-0:3.26.6-13.f 100% |   7.8 MiB/s | 143.1 KiB |  00m00s
- [187/346] libosinfo-0:1.12.0-3.fc43.x86 100% |   8.3 MiB/s | 316.3 KiB |  00m00s
- [188/346] libxslt-0:1.1.43-5.fc43.x86_6 100% |   7.5 MiB/s | 184.4 KiB |  00m00s
- [189/346] exiv2-libs-0:0.28.6-2.fc43.x8 100% |  11.0 MiB/s | 908.4 KiB |  00m00s
- [190/346] osinfo-db-0:20250124-2.fc43.n 100% |   9.7 MiB/s | 475.5 KiB |  00m00s
- [191/346] uchardet-0:0.0.8-8.fc43.x86_6 100% |   5.8 MiB/s | 106.0 KiB |  00m00s
- [192/346] inih-cpp-0:62-1.fc43.x86_64   100% |   3.8 MiB/s |  23.6 KiB |  00m00s
- [193/346] inih-0:62-1.fc43.x86_64       100% |   3.0 MiB/s |  18.2 KiB |  00m00s
- [194/346] osinfo-db-tools-0:1.12.0-4.fc 100% |   1.9 MiB/s |  74.5 KiB |  00m00s
- [195/346] dconf-0:0.49.0-1.fc43.x86_64  100% |   6.0 MiB/s | 110.2 KiB |  00m00s
- [196/346] localsearch-0:3.10.2-1.fc43.x 100% |   2.9 MiB/s | 867.1 KiB |  00m00s
- [197/346] glib-networking-0:2.80.1-3.fc 100% |   6.3 MiB/s | 200.8 KiB |  00m00s
- [198/346] libproxy-0:0.5.8-3.fc43.x86_6 100% |   7.3 MiB/s |  44.9 KiB |  00m00s
- [199/346] duktape-0:2.7.0-10.fc43.x86_6 100% |   6.9 MiB/s | 168.7 KiB |  00m00s
- [200/346] tinysparql-0:3.10.1-5.fc43.x8 100% |   3.0 MiB/s |   1.0 MiB |  00m00s
- [201/346] gsettings-desktop-schemas-0:4 100% |   1.7 MiB/s | 822.9 KiB |  00m00s
- [202/346] svt-av1-devel-docs-0:3.1.2-1. 100% |  11.1 MiB/s |   6.8 MiB |  00m01s
- [203/346] geoclue2-0:2.8.0-1.fc43.x86_6 100% | 549.6 KiB/s | 144.5 KiB |  00m00s
- [204/346] ModemManager-glib-0:1.24.2-1. 100% |   5.9 MiB/s | 334.9 KiB |  00m00s
- [205/346] libunwind-0:1.8.1-3.fc43.x86_ 100% |   6.2 MiB/s |  76.5 KiB |  00m00s
- [206/346] libnotify-0:0.8.7-1.fc43.x86_ 100% | 718.9 KiB/s |  53.9 KiB |  00m00s
- [207/346] cdparanoia-libs-0:10.2-48.fc4 100% |   7.5 MiB/s |  53.9 KiB |  00m00s
- [208/346] graphene-0:1.10.8-2.fc43.x86_ 100% |   5.0 MiB/s |  61.3 KiB |  00m00s
- [209/346] iso-codes-0:4.18.0-2.fc43.noa 100% |   9.3 MiB/s |   3.7 MiB |  00m00s
- [210/346] libXv-0:1.0.13-3.fc43.x86_64  100% |   3.0 MiB/s |  18.6 KiB |  00m00s
- [211/346] libtheora-1:1.1.1-40.fc43.x86 100% |   7.2 MiB/s | 170.3 KiB |  00m00s
- [212/346] libvisual-1:0.4.2-3.fc43.x86_ 100% |   7.5 MiB/s | 153.2 KiB |  00m00s
- [213/346] orc-0:0.4.41-2.fc43.x86_64    100% |   8.3 MiB/s | 221.5 KiB |  00m00s
- [214/346] gstreamer1-0:1.26.9-1.fc43.x8 100% |   2.8 MiB/s |   1.7 MiB |  00m01s
- [215/346] fdk-aac-free-0:2.0.0-16.fc43. 100% |   8.3 MiB/s | 341.1 KiB |  00m00s
- [216/346] fftw-libs-single-0:3.3.10-16. 100% |   8.1 MiB/s |   1.2 MiB |  00m00s
- [217/346] libebur128-0:1.2.6-14.fc43.x8 100% |   3.5 MiB/s |  24.9 KiB |  00m00s
- [218/346] liblc3-0:1.1.3-5.fc43.x86_64  100% |   7.3 MiB/s | 105.1 KiB |  00m00s
- [219/346] libldac-0:2.0.2.3-18.fc43.x86 100% |   5.9 MiB/s |  42.5 KiB |  00m00s
- [220/346] libsbc-0:2.0-7.fc43.x86_64    100% |   8.0 MiB/s |  49.0 KiB |  00m00s
- [221/346] webrtc-audio-processing-0:1.3 100% |   8.4 MiB/s | 533.9 KiB |  00m00s
- [222/346] gstreamer1-plugins-base-0:1.2 100% |   1.9 MiB/s |   2.3 MiB |  00m01s
- [223/346] pipewire-libs-0:1.4.9-1.fc43. 100% |   2.0 MiB/s |   2.4 MiB |  00m01s
- [224/346] libogg-2:1.3.6-2.fc43.x86_64  100% |  36.4 KiB/s |  33.5 KiB |  00m01s
- [225/346] flac-libs-0:1.5.0-5.fc43.x86_ 100% | 350.8 KiB/s | 217.1 KiB |  00m01s
- [226/346] alsa-lib-0:1.2.15-4.fc43.x86_ 100% |   3.1 MiB/s | 540.7 KiB |  00m00s
- [227/346] bluez-libs-0:5.85-1.fc43.x86_ 100% | 489.3 KiB/s |  83.2 KiB |  00m00s
- [228/346] libavformat-free-0:7.1.2-3.fc 100% |   3.2 MiB/s |   1.1 MiB |  00m00s
- [229/346] game-music-emu-0:0.6.4-2.fc43 100% |   4.3 MiB/s | 166.1 KiB |  00m00s
- [230/346] libdvdnav-0:6.1.1-11.fc43.x86 100% |   4.2 MiB/s |  55.5 KiB |  00m00s
- [231/346] libdvdread-0:6.1.3-10.fc43.x8 100% |   3.5 MiB/s |  72.1 KiB |  00m00s
- [232/346] libmodplug-1:0.8.9.0-28.fc43. 100% |   6.7 MiB/s | 177.9 KiB |  00m00s
- [233/346] librabbitmq-0:0.15.0-3.fc43.x 100% |   6.1 MiB/s |  43.4 KiB |  00m00s
- [234/346] librist-0:0.2.7-10.fc43.x86_6 100% |   5.8 MiB/s |  77.0 KiB |  00m00s
- [235/346] srt-libs-0:1.5.4-4.fc43.x86_6 100% |   8.1 MiB/s | 388.9 KiB |  00m00s
- [236/346] zeromq-0:4.3.5-22.fc43.x86_64 100% |   9.5 MiB/s | 468.2 KiB |  00m00s
- [237/346] libavcodec-free-0:7.1.2-3.fc4 100% |   4.2 MiB/s |   4.2 MiB |  00m01s
- [238/346] aribb24-0:1.0.3^20160216git5e 100% |   3.2 MiB/s |  39.8 KiB |  00m00s
- [239/346] libavutil-free-0:7.1.2-3.fc43 100% | 338.9 KiB/s | 351.7 KiB |  00m01s
- [240/346] ilbc-0:3.0.4-17.fc43.x86_64   100% |   2.9 MiB/s |  56.9 KiB |  00m00s
- [241/346] libswresample-free-0:7.1.2-3. 100% | 114.5 KiB/s |  68.5 KiB |  00m01s
- [242/346] libaribcaption-0:1.1.1-3.fc43 100% |   5.7 MiB/s | 111.1 KiB |  00m00s
- [243/346] codec2-0:1.2.0-7.fc43.x86_64  100% |   8.6 MiB/s | 642.9 KiB |  00m00s
- [244/346] libvpl-1:2.15.0-3.fc43.x86_64 100% |   5.2 MiB/s | 161.1 KiB |  00m00s
- [245/346] libva-0:2.22.0-6.fc43.x86_64  100% |   2.8 MiB/s | 115.9 KiB |  00m00s
- [246/346] snappy-0:1.2.2-2.fc43.x86_64  100% |   6.4 MiB/s |  39.6 KiB |  00m00s
- [247/346] speex-0:1.2.0-20.fc43.x86_64  100% |   9.8 MiB/s |  70.2 KiB |  00m00s
- [248/346] opencore-amr-0:0.1.6-9.fc43.x 100% |   5.6 MiB/s | 182.1 KiB |  00m00s
- [249/346] vo-amrwbenc-0:0.1.3-23.fc43.x 100% |   6.2 MiB/s |  82.8 KiB |  00m00s
- [250/346] twolame-libs-0:0.4.0-8.fc43.x 100% |   1.5 MiB/s |  68.6 KiB |  00m00s
- [251/346] xevd-libs-0:0.5.0-5.fc43.x86_ 100% |   6.5 MiB/s | 165.2 KiB |  00m00s
- [252/346] xeve-libs-0:0.5.1-5.fc43.x86_ 100% |  14.2 MiB/s | 276.4 KiB |  00m00s
- [253/346] xvidcore-0:1.3.7-14.fc43.x86_ 100% |   7.2 MiB/s | 266.6 KiB |  00m00s
- [254/346] libvpx-0:1.15.0-4.fc43.x86_64 100% |   8.7 MiB/s |   1.2 MiB |  00m00s
- [255/346] libvdpau-0:1.5-10.fc43.x86_64 100% |   2.3 MiB/s |  16.5 KiB |  00m00s
- [256/346] cjson-0:1.7.18-3.fc43.x86_64  100% |   4.5 MiB/s |  31.9 KiB |  00m00s
- [257/346] zvbi-0:0.2.44-2.fc43.x86_64   100% |   9.8 MiB/s | 433.6 KiB |  00m00s
- [258/346] libsodium-0:1.0.20-6.fc43.x86 100% |   6.9 MiB/s | 175.7 KiB |  00m00s
- [259/346] soxr-0:0.1.3-20.fc43.x86_64   100% |   7.1 MiB/s |  86.8 KiB |  00m00s
- [260/346] openpgm-0:5.3.128-5.fc43.x86_ 100% |   5.9 MiB/s | 181.5 KiB |  00m00s
- [261/346] libgsf-0:1.14.54-1.fc43.x86_6 100% |   2.6 MiB/s | 260.6 KiB |  00m00s
- [262/346] poppler-glib-0:25.07.0-3.fc43 100% |   1.6 MiB/s | 207.4 KiB |  00m00s
- [263/346] gpgmepp-0:1.24.3-6.fc43.x86_6 100% |   7.3 MiB/s | 142.9 KiB |  00m00s
- [264/346] poppler-data-0:0.4.11-10.fc43 100% |   9.2 MiB/s |   2.0 MiB |  00m00s
- [265/346] gpgme-0:1.24.3-6.fc43.x86_64  100% |  10.7 MiB/s | 218.5 KiB |  00m00s
- [266/346] poppler-0:25.07.0-3.fc43.x86_ 100% |   3.0 MiB/s |   1.3 MiB |  00m00s
- [267/346] upower-libs-0:1.91.0-1.fc43.x 100% | 372.4 KiB/s |  60.0 KiB |  00m00s
- [268/346] gobject-introspection-0:1.84. 100% |   6.2 MiB/s | 120.3 KiB |  00m00s
- [269/346] libudfread-0:1.1.2-12.fc43.x8 100% |   5.8 MiB/s |  35.4 KiB |  00m00s
- [270/346] lpcnetfreedv-0:0.5-9.fc43.x86 100% |  11.8 MiB/s |   7.3 MiB |  00m01s
- [271/346] libchromaprint-0:1.6.0-1.fc43 100% | 646.2 KiB/s |  42.6 KiB |  00m00s
- [272/346] libbluray-0:1.3.4-11.fc43.x86 100% |   1.7 MiB/s | 173.0 KiB |  00m00s
- [273/346] libopenmpt-0:0.8.4-1.fc43.x86 100% |   2.3 MiB/s | 785.6 KiB |  00m00s
- [274/346] libsmbclient-2:4.23.4-1.fc43. 100% | 218.6 KiB/s |  80.0 KiB |  00m00s
- [275/346] libwbclient-2:4.23.4-1.fc43.x 100% |   1.0 MiB/s |  47.8 KiB |  00m00s
- [276/346] libldb-2:4.23.4-1.fc43.x86_64 100% | 471.0 KiB/s | 189.8 KiB |  00m00s
- [277/346] samba-client-libs-2:4.23.4-1. 100% |   3.6 MiB/s |   5.6 MiB |  00m02s
- [278/346] samba-common-libs-2:4.23.4-1. 100% |  73.5 KiB/s | 111.8 KiB |  00m02s
- [279/346] libtalloc-0:2.4.3-4.fc43.x86_ 100% |   2.8 MiB/s |  34.8 KiB |  00m00s
- [280/346] lmdb-libs-0:0.9.33-4.fc43.x86 100% |   5.0 MiB/s |  61.5 KiB |  00m00s
- [281/346] samba-common-2:4.23.4-1.fc43. 100% | 112.9 KiB/s | 179.0 KiB |  00m02s
- [282/346] libtevent-0:0.17.1-3.fc43.x86 100% |   2.8 MiB/s |  51.6 KiB |  00m00s
- [283/346] ngtcp2-crypto-gnutls-0:1.18.0 100% | 990.3 KiB/s |  23.8 KiB |  00m00s
- [284/346] glibc-gconv-extra-0:2.42-4.fc 100% |   9.2 MiB/s |   1.6 MiB |  00m00s
- [285/346] dbus-broker-0:37-2.fc43.x86_6 100% |   8.9 MiB/s | 173.8 KiB |  00m00s
- [286/346] mbedtls-0:3.6.5-1.fc43.x86_64 100% |   2.6 MiB/s | 512.4 KiB |  00m00s
- [287/346] systemd-0:258.2-1.fc43.x86_64 100% |   2.8 MiB/s |   4.2 MiB |  00m01s
- [288/346] dbus-common-1:1.16.0-4.fc43.n 100% |   1.2 MiB/s |  14.2 KiB |  00m00s
- [289/346] systemd-pam-0:258.2-1.fc43.x8 100% | 294.4 KiB/s | 419.8 KiB |  00m01s
- [290/346] systemd-shared-0:258.2-1.fc43 100% |   1.0 MiB/s |   1.8 MiB |  00m02s
- [291/346] nspr-0:4.37.0-7.fc43.x86_64   100% | 255.8 KiB/s | 137.9 KiB |  00m01s
- [292/346] nss-0:3.118.1-2.fc43.x86_64   100% |   1.1 MiB/s | 716.8 KiB |  00m01s
- [293/346] nss-softokn-0:3.118.1-2.fc43. 100% |   1.6 MiB/s | 430.9 KiB |  00m00s
- [294/346] nss-util-0:3.118.1-2.fc43.x86 100% | 346.7 KiB/s |  86.3 KiB |  00m00s
- [295/346] low-memory-monitor-0:2.1-13.f 100% |   2.8 MiB/s |  34.2 KiB |  00m00s
- [296/346] nss-sysinit-0:3.118.1-2.fc43. 100% | 797.6 KiB/s |  19.1 KiB |  00m00s
- [297/346] rtkit-0:0.11-69.fc43.x86_64   100% |   4.9 MiB/s |  54.9 KiB |  00m00s
- [298/346] polkit-0:126-6.fc43.x86_64    100% |   6.5 MiB/s | 160.3 KiB |  00m00s
- [299/346] polkit-libs-0:126-6.fc43.x86_ 100% |   5.5 MiB/s |  67.4 KiB |  00m00s
- [300/346] nss-softokn-freebl-0:3.118.1- 100% |   2.4 MiB/s | 372.3 KiB |  00m00s
- [301/346] pipewire-0:1.4.9-1.fc43.x86_6 100% |   1.0 MiB/s | 135.2 KiB |  00m00s
- [302/346] adwaita-mono-fonts-0:49.0-2.f 100% |   9.8 MiB/s |   1.4 MiB |  00m00s
- [303/346] adwaita-sans-fonts-0:49.0-2.f 100% |  10.2 MiB/s | 764.3 KiB |  00m00s
- [304/346] exiv2-0:0.28.6-2.fc43.x86_64  100% |   6.7 MiB/s |   2.0 MiB |  00m00s
- [305/346] upower-0:1.91.0-1.fc43.x86_64 100% |   2.5 MiB/s | 128.9 KiB |  00m00s
- [306/346] intel-mediasdk-0:23.2.2-8.fc4 100% |   9.4 MiB/s |   2.7 MiB |  00m00s
- [307/346] libimobiledevice-0:1.3.0^2024 100% |   7.2 MiB/s | 140.8 KiB |  00m00s
- [308/346] libplist-0:2.6.0-5.fc43.x86_6 100% |   7.3 MiB/s |  96.8 KiB |  00m00s
- [309/346] intel-vpl-gpu-rt-0:25.3.4-1.f 100% |  11.0 MiB/s |   3.8 MiB |  00m00s
- [310/346] kbd-0:2.8.0-3.fc43.x86_64     100% |   8.4 MiB/s | 386.1 KiB |  00m00s
- [311/346] kmod-0:34.2-2.fc43.x86_64     100% |   6.8 MiB/s | 132.7 KiB |  00m00s
- [312/346] cryptsetup-libs-0:2.8.1-1.fc4 100% |   5.9 MiB/s | 575.3 KiB |  00m00s
- [313/346] kmod-libs-0:34.2-2.fc43.x86_6 100% |   5.5 MiB/s |  68.1 KiB |  00m00s
- [314/346] libimobiledevice-glue-0:1.3.1 100% |   4.4 MiB/s |  54.0 KiB |  00m00s
- [315/346] libusbmuxd-0:2.1.0-4.fc43.x86 100% |   6.1 MiB/s |  37.4 KiB |  00m00s
- [316/346] device-mapper-libs-0:1.02.208 100% |   6.3 MiB/s | 179.9 KiB |  00m00s
- [317/346] kbd-legacy-0:2.8.0-3.fc43.noa 100% |   9.1 MiB/s | 578.3 KiB |  00m00s
- [318/346] device-mapper-0:1.02.208-2.fc 100% |   7.5 MiB/s | 138.7 KiB |  00m00s
- [319/346] logrotate-0:3.22.0-4.fc43.x86 100% |   6.2 MiB/s |  75.8 KiB |  00m00s
- [320/346] libbpf-2:1.6.1-3.fc43.x86_64  100% |   7.2 MiB/s | 191.0 KiB |  00m00s
- [321/346] qrencode-libs-0:4.1.1-11.fc43 100% |   5.1 MiB/s |  62.3 KiB |  00m00s
- [322/346] kbd-misc-0:2.8.0-3.fc43.noarc 100% |   8.5 MiB/s |   1.6 MiB |  00m00s
- [323/346] systemd-udev-0:258.2-1.fc43.x 100% |   2.4 MiB/s |   2.6 MiB |  00m01s
- [324/346] systemd-networkd-0:258.2-1.fc 100% | 743.8 KiB/s | 774.3 KiB |  00m01s
- [325/346] systemd-resolved-0:258.2-1.fc 100% | 288.5 KiB/s | 319.1 KiB |  00m01s
- [326/346] wireplumber-0:0.5.12-1.fc43.x 100% | 221.5 KiB/s | 118.9 KiB |  00m01s
- [327/346] pipewire-alsa-0:1.4.9-1.fc43. 100% | 750.7 KiB/s |  60.8 KiB |  00m00s
- [328/346] wireplumber-libs-0:0.5.12-1.f 100% |   1.1 MiB/s | 421.5 KiB |  00m00s
- [329/346] pipewire-jack-audio-connectio 100% |  73.6 KiB/s |  12.7 KiB |  00m00s
- [330/346] pipewire-jack-audio-connectio 100% | 578.8 KiB/s | 145.3 KiB |  00m00s
- [331/346] pipewire-pulseaudio-0:1.4.9-1 100% |   1.3 MiB/s | 210.6 KiB |  00m00s
- [332/346] pipewire-plugin-libcamera-0:1 100% | 463.5 KiB/s |  75.6 KiB |  00m00s
- [333/346] polkit-pkla-compat-0:0.1-31.f 100% |   2.5 MiB/s |  43.9 KiB |  00m00s
- [334/346] usbmuxd-0:1.1.1^20240915git0b 100% |   5.4 MiB/s |  66.9 KiB |  00m00s
- [335/346] libcamera-0:0.5.2-4.fc43.x86_ 100% |   6.8 MiB/s | 682.0 KiB |  00m00s
- [336/346] libcamera-ipa-0:0.5.2-4.fc43. 100% |   9.7 MiB/s | 179.0 KiB |  00m00s
- [337/346] lttng-ust-0:2.14.0-4.fc43.x86 100% |   6.5 MiB/s | 366.3 KiB |  00m00s
- [338/346] glib2-0:2.86.3-1.fc43.x86_64  100% |   3.1 MiB/s |   3.1 MiB |  00m01s
- [339/346] libblkid-0:2.41.3-7.fc43.x86_ 100% | 121.9 KiB/s | 123.2 KiB |  00m01s
- [340/346] libmount-0:2.41.3-7.fc43.x86_ 100% | 160.1 KiB/s | 162.7 KiB |  00m01s
- [341/346] libuuid-0:2.41.3-7.fc43.x86_6 100% | 627.7 KiB/s |  26.4 KiB |  00m00s
- [342/346] util-linux-core-0:2.41.3-7.fc 100% |   2.9 MiB/s | 551.0 KiB |  00m00s
- [343/346] util-linux-0:2.41.3-7.fc43.x8 100% |   2.7 MiB/s |   1.2 MiB |  00m00s
- [344/346] libsmartcols-0:2.41.3-7.fc43. 100% | 193.3 KiB/s |  84.1 KiB |  00m00s
- [345/346] liblastlog2-0:2.41.3-7.fc43.x 100% | 933.7 KiB/s |  23.3 KiB |  00m00s
- [346/346] libfdisk-0:2.41.3-7.fc43.x86_ 100% | 524.1 KiB/s | 161.9 KiB |  00m00s
- --------------------------------------------------------------------------------
- [346/346] Total                         100% |   7.2 MiB/s | 166.8 MiB |  00m23s
- Running transaction
- [  1/357] Verify package files          100% | 539.0   B/s | 346.0   B |  00m01s
- [  2/357] Prepare transaction           100% |   2.0 KiB/s | 355.0   B |  00m00s
- [  3/357] Installing libXext-0:1.3.6-4. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  4/357] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [  5/357] Installing libpng-2:1.6.53-1. 100% | 118.6 MiB/s | 243.0 KiB |  00m00s
- [  6/357] Installing avahi-libs-0:0.9~r 100% |  85.0 MiB/s | 174.0 KiB |  00m00s
- [  7/357] Installing libjpeg-turbo-0:3. 100% | 262.6 MiB/s | 806.6 KiB |  00m00s
- [  8/357] Installing zlib-ng-compat-dev 100% | 106.0 MiB/s | 108.6 KiB |  00m00s
- [  9/357] Upgrading libuuid-0:2.41.3-7. 100% |  37.6 MiB/s |  38.5 KiB |  00m00s
- [ 10/357] Upgrading libblkid-0:2.41.3-7 100% |  85.8 MiB/s | 263.5 KiB |  00m00s
- [ 11/357] Upgrading libmount-0:2.41.3-7 100% | 121.7 MiB/s | 373.8 KiB |  00m00s
- [ 12/357] Upgrading glib2-0:2.86.3-1.fc 100% | 303.2 MiB/s |  14.9 MiB |  00m00s
- [ 13/357] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB |  00m00s
- [ 14/357] Installing nspr-0:4.37.0-7.fc 100% | 103.2 MiB/s | 317.2 KiB |  00m00s
- [ 15/357] Installing libogg-2:1.3.6-2.f 100% |  46.0 MiB/s |  47.1 KiB |  00m00s
- [ 16/357] Installing libvorbis-1:1.3.7- 100% | 204.1 MiB/s | 835.9 KiB |  00m00s
- [ 17/357] Installing libXrender-0:0.9.1 100% |  46.2 MiB/s |  47.3 KiB |  00m00s
- [ 18/357] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [ 19/357] Installing libwebp-0:1.6.0-2. 100% | 187.6 MiB/s | 960.7 KiB |  00m00s
- [ 20/357] Installing libplist-0:2.6.0-5 100% |  15.6 MiB/s | 239.8 KiB |  00m00s
- [ 21/357] Installing libtalloc-0:2.4.3- 100% |  63.6 MiB/s |  65.2 KiB |  00m00s
- [ 22/357] Installing libtdb-0:1.4.14-3. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 23/357] Installing lcms2-0:2.16-6.fc4 100% | 141.7 MiB/s | 435.3 KiB |  00m00s
- [ 24/357] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 25/357] Installing libdav1d-0:1.5.2-1 100% | 282.2 MiB/s |   1.7 MiB |  00m00s
- [ 26/357] Installing libglvnd-1:1.7.0-8 100% | 257.6 MiB/s | 527.5 KiB |  00m00s
- [ 27/357] Installing nss-util-0:3.118.1 100% | 100.5 MiB/s | 205.8 KiB |  00m00s
- [ 28/357] Installing libsoup3-0:3.6.5-8 100% | 230.1 MiB/s |   1.2 MiB |  00m00s
- [ 29/357] Installing libgudev-0:238-8.f 100% |  41.7 MiB/s |  85.3 KiB |  00m00s
- [ 30/357] Installing systemd-shared-0:2 100% | 291.1 MiB/s |   4.9 MiB |  00m00s
- [ 31/357] Installing libXi-0:1.8.2-3.fc 100% |  79.8 MiB/s |  81.7 KiB |  00m00s
- [ 32/357] Installing alsa-lib-0:1.2.15- 100% |  56.4 MiB/s |   1.5 MiB |  00m00s
- [ 33/357] Installing opus-0:1.5.2-3.fc4 100% | 139.5 MiB/s | 428.7 KiB |  00m00s
- [ 34/357] Installing libXfixes-0:6.0.1- 100% |  26.9 MiB/s |  27.6 KiB |  00m00s
- [ 35/357] Installing svt-av1-libs-0:3.1 100% | 293.1 MiB/s |   5.6 MiB |  00m00s
- [ 36/357] Installing rav1e-libs-0:0.7.1 100% | 272.0 MiB/s |   3.0 MiB |  00m00s
- [ 37/357] Installing libtevent-0:0.17.1 100% |  50.1 MiB/s | 102.6 KiB |  00m00s
- [ 38/357] Installing libimobiledevice-g 100% |  58.8 MiB/s | 120.4 KiB |  00m00s
- [ 39/357] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 40/357] Installing avahi-glib-0:0.9~r 100% |  20.0 MiB/s |  20.4 KiB |  00m00s
- [ 41/357] Installing polkit-libs-0:126- 100% |  98.4 MiB/s | 201.5 KiB |  00m00s
- [ 42/357] Upgrading libfdisk-0:2.41.3-7 100% | 124.2 MiB/s | 381.6 KiB |  00m00s
- [ 43/357] Installing libvpl-1:2.15.0-3. 100% | 139.5 MiB/s | 428.5 KiB |  00m00s
- [ 44/357] Installing libunwind-0:1.8.1- 100% |  64.3 MiB/s | 197.4 KiB |  00m00s
- [ 45/357] Installing gstreamer1-0:1.26. 100% | 149.9 MiB/s |   5.4 MiB |  00m00s
- [ 46/357] Installing openjpeg-0:2.5.4-1 100% | 149.2 MiB/s | 458.2 KiB |  00m00s
- [ 47/357] Installing hwdata-0:0.402-1.f 100% | 405.3 MiB/s |   9.7 MiB |  00m00s
- [ 48/357] Installing mesa-filesystem-0: 100% |   4.2 MiB/s |   4.3 KiB |  00m00s
- [ 49/357] Installing libglvnd-opengl-1: 100% | 142.2 MiB/s | 145.6 KiB |  00m00s
- [ 50/357] Installing libwebp-devel-0:1. 100% |  40.8 MiB/s | 125.4 KiB |  00m00s
- [ 51/357] Installing libtheora-1:1.1.1- 100% | 117.1 MiB/s | 479.7 KiB |  00m00s
- [ 52/357] Installing shared-mime-info-0 100% |  68.1 MiB/s |   2.6 MiB |  00m00s
- [ 53/357] Installing gsettings-desktop- 100% | 522.0 MiB/s |   5.7 MiB |  00m00s
- [ 54/357] Installing libpng-devel-2:1.6 100% |  51.2 MiB/s | 890.6 KiB |  00m00s
- [ 55/357] Installing libyuv-0:0-0.57.20 100% | 221.8 MiB/s | 681.3 KiB |  00m00s
- [ 56/357] Upgrading libsmartcols-0:2.41 100% |  88.7 MiB/s | 181.6 KiB |  00m00s
- [ 57/357] Upgrading util-linux-core-0:2 100% |  52.9 MiB/s |   1.5 MiB |  00m00s
- [ 58/357] Installing libdvdread-0:6.1.3 100% |  77.1 MiB/s | 157.8 KiB |  00m00s
- [ 59/357] Installing liblc3-0:1.1.3-5.f 100% | 167.8 MiB/s | 171.8 KiB |  00m00s
- [ 60/357] Installing fdk-aac-free-0:2.0 100% | 199.7 MiB/s | 613.3 KiB |  00m00s
- [ 61/357] Installing duktape-0:2.7.0-10 100% | 201.1 MiB/s | 617.8 KiB |  00m00s
- [ 62/357] Installing mpg123-libs-0:1.32 100% | 199.4 MiB/s | 816.6 KiB |  00m00s
- [ 63/357] Installing lame-libs-0:3.100- 100% | 399.5 MiB/s |   1.2 MiB |  00m00s
- [ 64/357] Installing gsm-0:1.0.23-1.fc4 100% |  65.3 MiB/s |  66.9 KiB |  00m00s
- [ 65/357] Installing fuse3-libs-0:3.16. 100% | 138.0 MiB/s | 282.6 KiB |  00m00s
- [ 66/357] Installing openh264-0:2.6.0-2 100% | 219.2 MiB/s |   1.1 MiB |  00m00s
- [ 67/357] Installing libwayland-egl-0:1 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 68/357] Installing fribidi-0:1.0.16-3 100% |  12.6 MiB/s | 192.8 KiB |  00m00s
- [ 69/357] Installing gtest-0:1.15.2-4.f 100% | 163.8 MiB/s | 503.2 KiB |  00m00s
- [ 70/357] Installing highway-0:1.3.0-1. 100% | 395.3 MiB/s |   5.5 MiB |  00m00s
- [ 71/357] Installing libjxl-1:0.11.1-7. 100% | 316.2 MiB/s |   4.1 MiB |  00m00s
- [ 72/357] Installing liblerc-0:4.0.0-9. 100% |  43.6 MiB/s | 625.6 KiB |  00m00s
- [ 73/357] Installing xml-common-0:0.6.3 100% |  39.6 MiB/s |  81.1 KiB |  00m00s
- [ 74/357] Installing pixman-0:0.46.2-2. 100% | 231.6 MiB/s | 711.4 KiB |  00m00s
- [ 75/357] Installing lzo-0:2.10-15.fc43 100% |  88.1 MiB/s | 180.5 KiB |  00m00s
- [ 76/357] Installing graphite2-0:1.3.14 100% |  11.1 MiB/s | 193.9 KiB |  00m00s
- [ 77/357] Installing freetype-0:2.13.3- 100% | 166.4 MiB/s | 851.9 KiB |  00m00s
- [ 78/357] Installing harfbuzz-0:11.5.1- 100% | 257.1 MiB/s |   2.8 MiB |  00m00s
- [ 79/357] Installing libvmaf-0:3.0.0-4. 100% | 202.2 MiB/s | 828.4 KiB |  00m00s
- [ 80/357] Installing libaom-0:3.13.1-1. 100% | 296.0 MiB/s |   5.0 MiB |  00m00s
- [ 81/357] Installing libavif-0:1.3.0-2. 100% |  84.3 MiB/s | 259.1 KiB |  00m00s
- [ 82/357] Installing libvmaf-devel-0:3. 100% |  15.1 MiB/s |  30.9 KiB |  00m00s
- [ 83/357] Installing libaom-devel-0:3.1 100% | 111.4 MiB/s | 228.2 KiB |  00m00s
- [ 84/357] Installing harfbuzz-icu-0:11. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 85/357] Installing graphite2-devel-0: 100% |  49.6 MiB/s |  50.8 KiB |  00m00s
- [ 86/357] Installing pixman-devel-0:0.4 100% |  18.5 MiB/s |  56.9 KiB |  00m00s
- [ 87/357] Installing iso-codes-0:4.18.0 100% | 460.3 MiB/s |  21.6 MiB |  00m00s
- [ 88/357] Installing liblerc-devel-0:4. 100% | 714.5 MiB/s |   4.3 MiB |  00m00s
- [ 89/357] Installing gmock-0:1.15.2-4.f 100% |  64.7 MiB/s | 132.4 KiB |  00m00s
- [ 90/357] Installing gtest-devel-0:1.15 100% | 176.1 MiB/s |   1.1 MiB |  00m00s
- [ 91/357] Installing highway-devel-0:1. 100% | 239.3 MiB/s |   4.3 MiB |  00m00s
- [ 92/357] Installing libopenmpt-0:0.8.4 100% | 258.2 MiB/s |   1.8 MiB |  00m00s
- [ 93/357] Installing libproxy-0:0.5.8-3 100% |  51.0 MiB/s | 104.5 KiB |  00m00s
- [ 94/357] Installing libdvdnav-0:6.1.1- 100% |  57.5 MiB/s | 117.8 KiB |  00m00s
- [ 95/357] Installing mesa-libGLU-0:9.0. 100% | 177.1 MiB/s | 362.6 KiB |  00m00s
- [ 96/357] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [ 97/357] Installing libdrm-0:2.4.128-3 100% |  65.7 MiB/s | 403.7 KiB |  00m00s
- [ 98/357] Installing osinfo-db-0:202501 100% |  46.5 MiB/s |   4.1 MiB |  00m00s
- [ 99/357] Installing libusbmuxd-0:2.1.0 100% |  75.0 MiB/s |  76.8 KiB |  00m00s
- [100/357] Installing libimobiledevice-0 100% | 149.6 MiB/s | 306.3 KiB |  00m00s
- [101/357] Installing rav1e-devel-0:0.7. 100% |  46.2 MiB/s |  47.3 KiB |  00m00s
- [102/357] Installing svt-av1-devel-0:3. 100% |  69.1 MiB/s |  70.8 KiB |  00m00s
- [103/357] Installing libXcursor-0:1.2.3 100% |  53.8 MiB/s |  55.1 KiB |  00m00s
- [104/357] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [105/357] Installing libXtst-0:1.2.5-3. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [106/357] Installing osinfo-db-tools-0: 100% |  12.0 MiB/s | 197.2 KiB |  00m00s
- [107/357] Installing nss-softokn-freebl 100% | 193.9 MiB/s | 993.0 KiB |  00m00s
- [108/357] Installing nss-softokn-0:3.11 100% | 246.1 MiB/s |   2.0 MiB |  00m00s
- [109/357] Installing nss-sysinit-0:3.11 100% |   1.2 MiB/s |  19.2 KiB |  00m00s
- [110/357] Installing nss-0:3.118.1-2.fc 100% |  94.4 MiB/s |   1.9 MiB |  00m00s
- [111/357] Installing libdav1d-devel-0:1 100% |  42.2 MiB/s |  43.2 KiB |  00m00s
- [112/357] Installing libavif-devel-0:1. 100% |  96.3 MiB/s |  98.6 KiB |  00m00s
- [113/357] Installing abattis-cantarell- 100% |  94.9 MiB/s | 194.4 KiB |  00m00s
- [114/357] Installing libXrandr-0:1.5.4- 100% |  51.8 MiB/s |  53.0 KiB |  00m00s
- [115/357] Installing libXreder-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [116/357] Installing flac-libs-0:1.5.0- 100% | 150.0 MiB/s | 614.2 KiB |  00m00s
- [117/357] Installing libsndfile-0:1.2.2 100% | 179.6 MiB/s | 551.6 KiB |  00m00s
- [118/357] Installing libgusb-0:0.4.9-4. 100% |  79.9 MiB/s | 163.7 KiB |  00m00s
- [119/357] Installing colord-libs-0:1.4. 100% | 162.8 MiB/s | 833.8 KiB |  00m00s
- [120/357] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [121/357] Installing ModemManager-glib- 100% | 302.2 MiB/s |   1.5 MiB |  00m00s
- [122/357] Installing graphene-0:1.10.8- 100% |  78.2 MiB/s | 160.1 KiB |  00m00s
- [123/357] Installing gobject-introspect 100% |  96.9 MiB/s | 397.1 KiB |  00m00s
- [124/357] Installing upower-libs-0:1.91 100% |  87.9 MiB/s | 180.1 KiB |  00m00s
- [125/357] Installing libblkid-devel-0:2 100% |  45.0 MiB/s |  46.0 KiB |  00m00s
- [126/357] Installing libjpeg-turbo-deve 100% | 174.1 MiB/s | 356.5 KiB |  00m00s
- [127/357] Installing aribb24-0:1.0.3^20 100% |  41.3 MiB/s |  84.5 KiB |  00m00s
- [128/357] Installing zvbi-0:0.2.44-2.fc 100% |  36.0 MiB/s |   1.2 MiB |  00m00s
- [129/357] Installing libXxf86vm-0:1.1.6 100% |  25.9 MiB/s |  26.5 KiB |  00m00s
- [130/357] Installing libXinerama-0:1.1. 100% |  15.7 MiB/s |  16.1 KiB |  00m00s
- [131/357] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [132/357] Installing libXv-0:1.0.13-3.f 100% |  26.6 MiB/s |  27.2 KiB |  00m00s
- [133/357] Installing libvdpau-0:1.5-10. 100% |  10.9 MiB/s |  22.4 KiB |  00m00s
- [134/357] Upgrading liblastlog2-0:2.41. 100% |   2.5 MiB/s |  36.0 KiB |  00m00s
- [135/357] Upgrading util-linux-0:2.41.3 100% |  52.6 MiB/s |   3.6 MiB |  00m00s
- [136/357] Installing lttng-ust-0:2.14.0 100% | 164.5 MiB/s |   1.3 MiB |  00m00s
- [137/357] Installing libcamera-0:0.5.2- 100% | 277.0 MiB/s |   2.2 MiB |  00m00s
- [138/357] Installing libbpf-2:1.6.1-3.f 100% | 103.4 MiB/s | 423.7 KiB |  00m00s
- [139/357] Installing kbd-misc-0:2.8.0-3 100% |  53.2 MiB/s |   2.6 MiB |  00m00s
- [140/357] Installing kbd-legacy-0:2.8.0 100% |  26.4 MiB/s | 621.4 KiB |  00m00s
- [141/357] Installing kbd-0:2.8.0-3.fc43 100% |  63.4 MiB/s |   1.5 MiB |  00m00s
- [142/357] Installing kmod-libs-0:34.2-2 100% |  66.5 MiB/s | 136.2 KiB |  00m00s
- [143/357] Installing kmod-0:34.2-2.fc43 100% |   7.7 MiB/s | 253.1 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/357] Installing dbus-common-1:1.16 100% | 542.0 KiB/s |  13.6 KiB |  00m00s
- [145/357] Installing dbus-broker-0:37-2 100% |  10.3 MiB/s | 389.8 KiB |  00m00s
- [146/357] Installing dbus-1:1.16.0-4.fc 100% |   3.9 KiB/s | 124.0   B |  00m00s
- >>> Running sysusers scriptlet: systemd-0:258.2-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.2-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-journal' with GID 190.
- >>>
- >>> Running sysusers scriptlet: systemd-0:258.2-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.2-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/357] Installing systemd-0:258.2-1. 100% |  39.0 MiB/s |  12.8 MiB |  00m00s
- [148/357] Installing systemd-pam-0:258. 100% |  35.1 MiB/s |   1.2 MiB |  00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.23.4-1.fc43.noarch
- >>> Finished sysusers scriptlet: samba-common-2:4.23.4-1.fc43.noarch
- >>> Scriptlet output:
- >>> Creating group 'printadmin' with GID 996.
- >>>
- [149/357] Installing samba-common-2:4.2 100% |   5.4 MiB/s | 206.4 KiB |  00m00s
- >>> Running sysusers scriptlet: polkit-0:126-6.fc43.x86_64
- >>> Finished sysusers scriptlet: polkit-0:126-6.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'polkitd' with GID 114.
- >>> Creating user 'polkitd' (User for polkitd) with UID 114 and GID 114.
- >>>
- [150/357] Installing polkit-0:126-6.fc4 100% |   8.1 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/357] Installing rtkit-0:0.11-69.fc 100% |   3.5 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/357] Installing device-mapper-0:1. 100% |  20.1 MiB/s | 350.2 KiB |  00m00s
- [153/357] Installing device-mapper-libs 100% | 136.5 MiB/s | 419.4 KiB |  00m00s
- [154/357] Installing cryptsetup-libs-0: 100% |  60.1 MiB/s |   2.6 MiB |  00m00s
- >>> Running sysusers scriptlet: systemd-udev-0:258.2-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.2-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.2-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.2-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-timesync' with GID 993.
- >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 993
- >>>
- [155/357] Installing systemd-udev-0:258 100% |  25.5 MiB/s |  12.7 MiB |  00m01s
- >>> Running %post scriptlet: systemd-udev-0:258.2-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-udev-0:258.2-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Failed to preset unit: Unit system-systemdx2dcryptsetup.slice does not exist
- >>>
- [156/357] Installing mbedtls-0:3.6.5-1. 100% | 221.4 MiB/s |   1.3 MiB |  00m00s
- [157/357] Installing ngtcp2-crypto-gnut 100% |  19.8 MiB/s |  40.5 KiB |  00m00s
- [158/357] Installing glibc-gconv-extra- 100% | 112.5 MiB/s |   7.3 MiB |  00m00s
- [159/357] Installing lmdb-libs-0:0.9.33 100% |  52.2 MiB/s | 106.8 KiB |  00m00s
- [160/357] Installing samba-common-libs- 100% |  66.2 MiB/s | 271.1 KiB |  00m00s
- [161/357] Installing libldb-2:4.23.4-1. 100% |  74.3 MiB/s | 456.5 KiB |  00m00s
- [162/357] Installing samba-client-libs- 100% | 223.9 MiB/s |  19.7 MiB |  00m00s
- [163/357] Installing libwbclient-2:4.23 100% |  33.9 MiB/s |  69.4 KiB |  00m00s
- [164/357] Installing libsmbclient-2:4.2 100% |  82.2 MiB/s | 168.3 KiB |  00m00s
- [165/357] Installing libudfread-0:1.1.2 100% |  65.8 MiB/s |  67.3 KiB |  00m00s
- [166/357] Installing gpgme-0:1.24.3-6.f 100% |  33.9 MiB/s | 590.4 KiB |  00m00s
- [167/357] Installing gpgmepp-0:1.24.3-6 100% | 140.1 MiB/s | 430.4 KiB |  00m00s
- [168/357] Installing poppler-data-0:0.4 100% | 233.8 MiB/s |  12.4 MiB |  00m00s
- [169/357] Installing lpcnetfreedv-0:0.5 100% | 463.2 MiB/s |  14.8 MiB |  00m00s
- [170/357] Installing codec2-0:1.2.0-7.f 100% | 273.1 MiB/s |   1.4 MiB |  00m00s
- [171/357] Installing soxr-0:0.1.3-20.fc 100% |  94.5 MiB/s | 193.6 KiB |  00m00s
- [172/357] Installing openpgm-0:5.3.128- 100% | 153.2 MiB/s | 313.7 KiB |  00m00s
- [173/357] Installing libsodium-0:1.0.20 100% | 190.5 MiB/s | 390.2 KiB |  00m00s
- [174/357] Installing zeromq-0:4.3.5-22. 100% |  49.2 MiB/s | 906.6 KiB |  00m00s
- [175/357] Installing cjson-0:1.7.18-3.f 100% |   1.7 MiB/s |  65.3 KiB |  00m00s
- [176/357] Installing librist-0:0.2.7-10 100% |  77.5 MiB/s | 158.8 KiB |  00m00s
- [177/357] Installing xvidcore-0:1.3.7-1 100% | 214.9 MiB/s | 880.0 KiB |  00m00s
- [178/357] Installing xeve-libs-0:0.5.1- 100% | 218.2 MiB/s | 893.7 KiB |  00m00s
- [179/357] Installing xevd-libs-0:0.5.0- 100% | 180.2 MiB/s | 369.0 KiB |  00m00s
- [180/357] Installing vo-amrwbenc-0:0.1. 100% | 151.8 MiB/s | 155.4 KiB |  00m00s
- [181/357] Installing twolame-libs-0:0.4 100% | 162.7 MiB/s | 166.6 KiB |  00m00s
- [182/357] Installing speex-0:1.2.0-20.f 100% | 127.4 MiB/s | 130.4 KiB |  00m00s
- [183/357] Installing snappy-0:1.2.2-2.f 100% |  71.8 MiB/s |  73.5 KiB |  00m00s
- [184/357] Installing opencore-amr-0:0.1 100% | 115.6 MiB/s | 355.1 KiB |  00m00s
- [185/357] Installing libvpx-0:1.15.0-4. 100% | 271.3 MiB/s |   3.3 MiB |  00m00s
- [186/357] Installing ilbc-0:3.0.4-17.fc 100% |  45.4 MiB/s |  92.9 KiB |  00m00s
- [187/357] Installing srt-libs-0:1.5.4-4 100% | 194.3 MiB/s | 994.9 KiB |  00m00s
- [188/357] Installing librabbitmq-0:0.15 100% |  88.6 MiB/s |  90.7 KiB |  00m00s
- [189/357] Installing libmodplug-1:0.8.9 100% | 116.2 MiB/s | 357.0 KiB |  00m00s
- [190/357] Installing game-music-emu-0:0 100% | 172.5 MiB/s | 353.2 KiB |  00m00s
- [191/357] Installing bluez-libs-0:5.85- 100% |  97.4 MiB/s | 199.4 KiB |  00m00s
- [192/357] Installing webrtc-audio-proce 100% | 227.7 MiB/s |   1.4 MiB |  00m00s
- [193/357] Installing libsbc-0:2.0-7.fc4 100% |  92.3 MiB/s |  94.5 KiB |  00m00s
- [194/357] Installing libldac-0:2.0.2.3- 100% |  37.2 MiB/s |  76.2 KiB |  00m00s
- [195/357] Installing libebur128-0:1.2.6 100% |  39.8 MiB/s |  40.7 KiB |  00m00s
- [196/357] Installing fftw-libs-single-0 100% | 300.0 MiB/s |   3.6 MiB |  00m00s
- [197/357] Installing orc-0:0.4.41-2.fc4 100% |  41.9 MiB/s | 728.9 KiB |  00m00s
- [198/357] Installing libvisual-1:0.4.2- 100% | 222.2 MiB/s | 455.1 KiB |  00m00s
- [199/357] Installing cdparanoia-libs-0: 100% |  56.1 MiB/s | 115.0 KiB |  00m00s
- [200/357] Installing inih-0:62-1.fc43.x 100% |  23.1 MiB/s |  23.6 KiB |  00m00s
- [201/357] Installing inih-cpp-0:62-1.fc 100% |  35.9 MiB/s |  36.8 KiB |  00m00s
- [202/357] Installing exiv2-libs-0:0.28. 100% | 316.1 MiB/s |   2.8 MiB |  00m00s
- [203/357] Installing libgexiv2-0:0.14.6 100% | 137.4 MiB/s | 281.4 KiB |  00m00s
- [204/357] Installing uchardet-0:0.0.8-8 100% |  16.9 MiB/s | 277.7 KiB |  00m00s
- [205/357] Installing totem-pl-parser-0: 100% |  79.9 MiB/s | 327.1 KiB |  00m00s
- [206/357] Installing libxslt-0:1.1.43-5 100% |  28.3 MiB/s | 463.2 KiB |  00m00s
- [207/357] Installing libosinfo-0:1.12.0 100% |  66.8 MiB/s |   1.2 MiB |  00m00s
- [208/357] Installing libiptcdata-0:1.0. 100% |  10.9 MiB/s | 167.0 KiB |  00m00s
- [209/357] Installing libexif-0:0.6.25-2 100% | 445.2 MiB/s |   2.7 MiB |  00m00s
- [210/357] Installing libcue-0:2.3.0-12. 100% |  85.3 MiB/s |  87.3 KiB |  00m00s
- [211/357] Installing giflib-0:5.2.2-8.f 100% | 111.1 MiB/s | 113.8 KiB |  00m00s
- [212/357] Installing exempi-0:2.6.4-8.f 100% |  77.6 MiB/s |   1.4 MiB |  00m00s
- [213/357] Installing libasyncns-0:0.8-3 100% |  55.4 MiB/s |  56.8 KiB |  00m00s
- [214/357] Installing pulseaudio-libs-0: 100% | 375.5 MiB/s |   3.4 MiB |  00m00s
- [215/357] Installing pipewire-libs-0:1. 100% | 188.3 MiB/s |   8.7 MiB |  00m00s
- [216/357] Installing wireplumber-libs-0 100% | 130.7 MiB/s |   1.3 MiB |  00m00s
- [217/357] Installing wireplumber-0:0.5. 100% |  18.0 MiB/s | 424.4 KiB |  00m00s
- [218/357] Installing pipewire-jack-audi 100% |  30.5 MiB/s | 499.2 KiB |  00m00s
- [219/357] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0   B |  00m00s
- [220/357] Installing sound-theme-freede 100% |  28.5 MiB/s | 467.2 KiB |  00m00s
- [221/357] Installing libcanberra-0:0.30 100% |   5.9 MiB/s | 271.4 KiB |  00m00s
- [222/357] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [223/357] Installing fuse3-0:3.16.2-5.f 100% |   8.1 MiB/s | 132.0 KiB |  00m00s
- [224/357] Installing xz-devel-1:5.8.1-4 100% |  85.5 MiB/s | 262.6 KiB |  00m00s
- [225/357] Installing libxml2-devel-0:2. 100% | 148.5 MiB/s |   3.4 MiB |  00m00s
- [226/357] Installing xkeyboard-config-0 100% | 278.6 MiB/s |  10.3 MiB |  00m00s
- [227/357] Installing libxkbcommon-0:1.1 100% | 133.4 MiB/s | 409.9 KiB |  00m00s
- [228/357] Installing libopenjph-0:0.22. 100% | 152.1 MiB/s | 467.3 KiB |  00m00s
- [229/357] Installing libheif-0:1.20.2-6 100% | 258.9 MiB/s |   1.6 MiB |  00m00s
- [230/357] Installing sysprof-capture-de 100% | 196.9 MiB/s | 806.5 KiB |  00m00s
- [231/357] Installing libsepol-devel-0:3 100% |  31.5 MiB/s | 128.9 KiB |  00m00s
- [232/357] Installing pcre2-utf32-0:10.4 100% | 298.8 MiB/s | 611.9 KiB |  00m00s
- [233/357] Installing pcre2-utf16-0:10.4 100% | 208.3 MiB/s | 640.0 KiB |  00m00s
- [234/357] Installing pcre2-devel-0:10.4 100% | 117.7 MiB/s |   2.1 MiB |  00m00s
- [235/357] Installing libselinux-devel-0 100% |  52.8 MiB/s | 162.1 KiB |  00m00s
- [236/357] Installing libmount-devel-0:2 100% |  65.0 MiB/s |  66.5 KiB |  00m00s
- [237/357] Installing lzo-minilzo-0:2.10 100% |  37.1 MiB/s |  37.9 KiB |  00m00s
- [238/357] Installing lzo-devel-0:2.10-1 100% | 105.1 MiB/s | 215.3 KiB |  00m00s
- [239/357] Installing google-noto-fonts- 100% |   0.0   B/s |  18.5 KiB |  00m00s
- [240/357] Installing google-noto-sans-v 100% | 231.9 MiB/s |   1.4 MiB |  00m00s
- [241/357] Installing default-fonts-core 100% |   5.9 MiB/s |  18.2 KiB |  00m00s
- [242/357] Installing fontconfig-0:2.17. 100% | 743.7 KiB/s | 785.3 KiB |  00m01s
- [243/357] Installing cairo-0:1.18.4-2.f 100% | 177.2 MiB/s |   1.8 MiB |  00m00s
- [244/357] Installing cairo-gobject-0:1. 100% |  31.2 MiB/s |  32.0 KiB |  00m00s
- [245/357] Installing harfbuzz-cairo-0:1 100% |  47.8 MiB/s |  49.0 KiB |  00m00s
- [246/357] Installing libXft-0:2.3.8-9.f 100% |  81.0 MiB/s | 165.9 KiB |  00m00s
- [247/357] Installing libaribcaption-0:1 100% |  80.1 MiB/s | 245.9 KiB |  00m00s
- [248/357] Installing libbluray-0:1.3.4- 100% | 128.6 MiB/s | 395.2 KiB |  00m00s
- [249/357] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [250/357] Installing libstemmer-0:3.0.1 100% | 215.8 MiB/s | 662.9 KiB |  00m00s
- [251/357] Installing libtinysparql-0:3. 100% | 194.9 MiB/s | 997.9 KiB |  00m00s
- [252/357] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [253/357] Installing cups-libs-1:2.4.16 100% | 151.4 MiB/s | 620.2 KiB |  00m00s
- [254/357] Installing xprop-0:1.2.8-4.fc 100% |   3.4 MiB/s |  56.0 KiB |  00m00s
- [255/357] Installing at-spi2-core-0:2.5 100% | 194.8 MiB/s |   1.6 MiB |  00m00s
- [256/357] Installing atk-0:2.58.2-1.fc4 100% | 122.1 MiB/s | 250.0 KiB |  00m00s
- [257/357] Installing at-spi2-atk-0:2.58 100% |  93.0 MiB/s | 285.7 KiB |  00m00s
- [258/357] Installing libicu-devel-0:77. 100% | 127.1 MiB/s |   5.1 MiB |  00m00s
- [259/357] Installing python3-packaging- 100% |  86.5 MiB/s | 619.9 KiB |  00m00s
- [260/357] Installing libdatrie-0:0.2.13 100% |  53.7 MiB/s |  54.9 KiB |  00m00s
- [261/357] Installing libthai-0:0.1.29-1 100% | 255.6 MiB/s | 785.2 KiB |  00m00s
- [262/357] Installing pango-0:1.57.0-1.f 100% |  49.6 MiB/s |   1.0 MiB |  00m00s
- [263/357] Installing glycin-loaders-0:2 100% | 365.1 MiB/s |  13.1 MiB |  00m00s
- [264/357] Installing glycin-libs-0:2.0. 100% | 315.7 MiB/s |   4.4 MiB |  00m00s
- [265/357] Installing gdk-pixbuf2-0:2.44 100% | 120.2 MiB/s |   2.5 MiB |  00m00s
- [266/357] Installing librsvg2-0:2.61.0- 100% | 296.9 MiB/s |   5.0 MiB |  00m00s
- [267/357] Installing gtk-update-icon-ca 100% |   4.4 MiB/s |  63.3 KiB |  00m00s
- [268/357] Installing libnotify-0:0.8.7- 100% |   2.9 MiB/s | 126.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.
- >>>
- [269/357] Installing geoclue2-0:2.8.0-1 100% |  12.4 MiB/s | 405.6 KiB |  00m00s
- [270/357] Installing libgsf-0:1.14.54-1 100% |  41.4 MiB/s | 975.2 KiB |  00m00s
- [271/357] Installing adwaita-icon-theme 100% |  21.0 MiB/s |   2.4 MiB |  00m00s
- [272/357] Installing adwaita-cursor-the 100% | 423.3 MiB/s |  11.4 MiB |  00m00s
- [273/357] Installing adwaita-icon-theme 100% |  26.3 MiB/s |   1.3 MiB |  00m00s
- [274/357] Installing libepoxy-0:1.5.10- 100% | 269.6 MiB/s |   1.1 MiB |  00m00s
- [275/357] Installing libXcomposite-0:0. 100% |  41.0 MiB/s |  42.0 KiB |  00m00s
- [276/357] Installing hicolor-icon-theme 100% |   5.7 MiB/s | 179.7 KiB |  00m00s
- [277/357] Installing gtk3-0:3.24.51-2.f 100% | 302.8 MiB/s |  22.4 MiB |  00m00s
- [278/357] Installing libdecor-0:0.2.4-1 100% |  54.6 MiB/s | 167.8 KiB |  00m00s
- [279/357] Installing SDL3-0:3.2.24-1.fc 100% | 268.2 MiB/s |   2.7 MiB |  00m00s
- [280/357] Installing sdl2-compat-0:2.32 100% | 196.0 MiB/s | 401.3 KiB |  00m00s
- [281/357] Installing SDL2_ttf-0:2.24.0- 100% |  89.2 MiB/s |  91.4 KiB |  00m00s
- [282/357] Installing brotli-0:1.2.0-1.f 100% |   2.4 MiB/s |  34.4 KiB |  00m00s
- [283/357] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [284/357] Installing libjxl-devel-1:0.1 100% | 328.2 MiB/s |   6.6 MiB |  00m00s
- [285/357] Installing libzstd-devel-0:1. 100% | 203.9 MiB/s | 208.8 KiB |  00m00s
- [286/357] Installing spirv-tools-libs-0 100% | 304.6 MiB/s |   5.8 MiB |  00m00s
- [287/357] Installing jbigkit-libs-0:2.1 100% |  56.4 MiB/s | 115.4 KiB |  00m00s
- [288/357] Installing libtiff-0:4.7.1-1. 100% | 153.0 MiB/s | 626.6 KiB |  00m00s
- [289/357] Installing SDL2_image-0:2.8.8 100% |  13.8 MiB/s | 211.6 KiB |  00m00s
- [290/357] Installing libtiff-devel-0:4. 100% | 398.4 MiB/s | 816.0 KiB |  00m00s
- [291/357] Installing libgxps-0:0.3.2-11 100% |  92.9 MiB/s | 190.3 KiB |  00m00s
- [292/357] Installing poppler-0:25.07.0- 100% | 317.8 MiB/s |   3.8 MiB |  00m00s
- [293/357] Installing poppler-glib-0:25. 100% | 206.7 MiB/s | 634.9 KiB |  00m00s
- [294/357] Installing lm_sensors-libs-0: 100% |  84.9 MiB/s |  86.9 KiB |  00m00s
- [295/357] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [296/357] Installing mesa-dri-drivers-0 100% | 365.8 MiB/s |  47.9 MiB |  00m00s
- [297/357] Installing mesa-libgbm-0:25.2 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [298/357] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [299/357] Installing mesa-libEGL-0:25.2 100% | 150.1 MiB/s | 307.4 KiB |  00m00s
- [300/357] Installing libglvnd-gles-1:1. 100% |  97.0 MiB/s |  99.3 KiB |  00m00s
- [301/357] Installing libglvnd-glx-1:1.7 100% | 196.2 MiB/s | 602.6 KiB |  00m00s
- [302/357] Installing mesa-libGL-0:25.2. 100% | 140.1 MiB/s | 287.0 KiB |  00m00s
- [303/357] Installing libva-0:2.22.0-6.f 100% | 108.5 MiB/s | 333.4 KiB |  00m00s
- [304/357] Installing libavutil-free-0:7 100% | 230.4 MiB/s | 943.8 KiB |  00m00s
- [305/357] Installing gstreamer1-plugins 100% | 217.0 MiB/s |   7.4 MiB |  00m00s
- [306/357] Installing xdg-desktop-portal 100% |  38.6 MiB/s |   1.9 MiB |  00m00s
- [307/357] Installing libswresample-free 100% |  72.6 MiB/s | 148.7 KiB |  00m00s
- [308/357] Installing libavcodec-free-0: 100% | 280.7 MiB/s |   9.8 MiB |  00m00s
- [309/357] Installing libchromaprint-0:1 100% |  69.2 MiB/s |  70.8 KiB |  00m00s
- [310/357] Installing libavformat-free-0 100% | 257.2 MiB/s |   2.6 MiB |  00m00s
- [311/357] Installing libglvnd-core-deve 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [312/357] Installing libglvnd-devel-1:1 100% | 302.9 MiB/s |   2.1 MiB |  00m00s
- [313/357] Installing mesa-libGLU-devel- 100% |  17.1 MiB/s |  17.5 KiB |  00m00s
- [314/357] Installing sdl2-compat-devel- 100% | 112.3 MiB/s |   3.3 MiB |  00m00s
- [315/357] Installing libffi-devel-0:3.5 100% |  17.4 MiB/s |  35.6 KiB |  00m00s
- [316/357] Installing glib2-devel-0:2.86 100% | 216.2 MiB/s |  15.8 MiB |  00m00s
- [317/357] Installing fontconfig-devel-0 100% |  51.9 MiB/s | 159.4 KiB |  00m00s
- [318/357] Installing cairo-devel-0:1.18 100% | 458.2 MiB/s |   2.3 MiB |  00m00s
- [319/357] Installing harfbuzz-devel-0:1 100% | 213.4 MiB/s |   5.3 MiB |  00m00s
- [320/357] Installing freetype-devel-0:2 100% | 294.6 MiB/s |   8.5 MiB |  00m00s
- [321/357] Installing SDL2_ttf-devel-0:2 100% |  47.2 MiB/s |  96.7 KiB |  00m00s
- [322/357] Installing SDL2_image-devel-0 100% |  39.2 MiB/s |  80.2 KiB |  00m00s
- [323/357] Installing localsearch-0:3.10 100% |  54.6 MiB/s |   3.4 MiB |  00m00s
- [324/357] Installing xdg-desktop-portal 100% |  18.8 MiB/s | 481.2 KiB |  00m00s
- [325/357] Installing intel-mediasdk-0:2 100% | 407.9 MiB/s |  22.4 MiB |  00m00s
- [326/357] Installing intel-vpl-gpu-rt-0 100% | 316.1 MiB/s |  11.7 MiB |  00m00s
- [327/357] Installing libcanberra-gtk3-0 100% |   4.2 MiB/s |  73.9 KiB |  00m00s
- [328/357] Installing tinysparql-0:3.10. 100% |  41.1 MiB/s |   2.6 MiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.9-1.fc43.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.9-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 991.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 991 and GID 991.
- >>>
- [329/357] Installing pipewire-0:1.4.9-1 100% |   8.4 MiB/s | 437.6 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.9-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.9-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [330/357] Installing pipewire-alsa-0:1. 100% |  52.0 MiB/s | 159.6 KiB |  00m00s
- [331/357] Installing pipewire-pulseaudi 100% |   9.2 MiB/s | 444.0 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [332/357] Installing pipewire-plugin-li 100% |  71.9 MiB/s | 147.3 KiB |  00m00s
- [333/357] Installing exiv2-0:0.28.6-2.f 100% | 349.9 MiB/s |  12.2 MiB |  00m00s
- [334/357] Installing upower-0:1.91.0-1. 100% |   4.1 MiB/s | 309.1 KiB |  00m00s
- >>> Running %post scriptlet: upower-0:1.91.0-1.fc43.x86_64
- >>> Finished %post scriptlet: upower-0:1.91.0-1.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.
- >>>
- [335/357] Installing usbmuxd-0:1.1.1^20 100% |   3.1 MiB/s | 151.5 KiB |  00m00s
- [336/357] Installing polkit-pkla-compat 100% |   2.2 MiB/s |  94.0 KiB |  00m00s
- [337/357] Installing logrotate-0:3.22.0 100% |   2.2 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.2-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-networkd-0:258.2-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-network' with GID 192.
- >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
- >>>
- [338/357] Installing systemd-networkd-0 100% |  31.0 MiB/s |   2.3 MiB |  00m00s
- >>> Running %post scriptlet: systemd-networkd-0:258.2-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-networkd-0:258.2-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-network-ge
- >>>
- >>> Running sysusers scriptlet: systemd-resolved-0:258.2-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-resolved-0:258.2-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.
- >>>
- [339/357] Installing systemd-resolved-0 100% |  13.9 MiB/s | 737.5 KiB |  00m00s
- >>> Running %post scriptlet: systemd-resolved-0:258.2-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-resolved-0:258.2-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
- >>>
- [340/357] Installing dconf-0:0.49.0-1.f 100% |   6.5 MiB/s | 312.1 KiB |  00m00s
- [341/357] Installing libcamera-ipa-0:0. 100% |  96.0 MiB/s | 688.4 KiB |  00m00s
- [342/357] Installing glib-networking-0: 100% | 123.4 MiB/s | 757.9 KiB |  00m00s
- [343/357] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [344/357] Installing adwaita-mono-fonts 100% | 275.9 MiB/s |   5.5 MiB |  00m00s
- [345/357] Installing adwaita-sans-fonts 100% | 214.9 MiB/s |   1.7 MiB |  00m00s
- [346/357] Installing low-memory-monitor 100% |   2.6 MiB/s |  67.7 KiB |  00m00s
- [347/357] Installing qrencode-libs-0:4. 100% |  54.2 MiB/s | 166.6 KiB |  00m00s
- [348/357] Installing svt-av1-devel-docs 100% | 234.6 MiB/s |   8.4 MiB |  00m00s
- [349/357] Removing util-linux-0:2.41.1- 100% |  10.9 KiB/s | 467.0   B |  00m00s
- [350/357] Removing util-linux-core-0:2. 100% |  12.5 KiB/s | 153.0   B |  00m00s
- [351/357] Removing libfdisk-0:2.41.1-17 100% | 666.0   B/s |   6.0   B |  00m00s
- [352/357] Removing glib2-0:2.86.2-1.fc4 100% |  13.1 KiB/s | 175.0   B |  00m00s
- [353/357] Removing libmount-0:2.41.1-17 100% |   5.9 KiB/s |   6.0   B |  00m00s
- [354/357] Removing libblkid-0:2.41.1-17 100% |   5.9 KiB/s |   6.0   B |  00m00s
- [355/357] Removing libuuid-0:2.41.1-17. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [356/357] Removing libsmartcols-0:2.41. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [357/357] Removing liblastlog2-0:2.41.1 100% |   9.0   B/s |  13.0   B |  00m01s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.12-1.fc43.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.12-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" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- libffi-devel-3.5.2-1.fc43.x86_64
- sdl2-compat-devel-2.32.56-2.fc43.x86_64
- SDL2_image-devel-2.8.8-2.fc43.x86_64
- SDL2_ttf-devel-2.24.0-1.fc43.x86_64
2025-12-17 13:51.30 ---> saved as "4377f1eacfcb6f1eb9cf9720a7da69fefcdcda06b879bf1a18cb897577f2b710"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 19 packages
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install conf-sdl2-image   1
- install conf-sdl2-ttf     1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install integers          0.7.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install stdlib-shims      0.3.0
- install topkg             1.1.1
- install tsdl              1.2.0
- install tsdl-image        0.6
- install tsdl-ttf          0.6
- install xdg               3.20.2


The following system packages will first need to be installed:
SDL2-devel


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


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


[1/2/3/4] 1


+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package "sdl2-compat-devel-2.32.56-2.fc43.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "SDL2-devel"
- sdl2-compat-devel-2.32.56-2.fc43.x86_64


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tsdl.1.2.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.20.2
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-17 13:52.12 ---> saved as "14054ca8669ddcdc4f72e48b0ec811f093559b73e4e714157dd621c54cb425c7"


/src: (copy (src .) (dst /src))
2025-12-17 13:52.13 ---> saved as "548747f563c4391c02455022d77db9fa03b139d876c140c7c124da5f56ea7f8b"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/examples && ./examples.exe 00)
[0][0] :	 Warning: User variable 'DEBUG_CODE' not found in config.
[0][0] :	 Warning: Using DEBUG_CODE=1023
[0][0] :	 Warning: User variable 'LOG_TO_FILE' not found in config.
[0][0] :	 Warning: Using LOG_TO_FILE=false
[0][0] :	 I/O: Executable=examples.exe
[0][0] :	 I/O: Invoking opam
[17][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[17][0] :	 Warning: User variable 'DIR' not found in config.
[17][0] :	 Warning: Using DIR=
[20][0] :	 Warning: User variable 'THEME' not found in config.
[20][0] :	 Warning: Using THEME=default
[20][0] :	 I/O: No theme specified, using default=default.
[20][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250815]
[20][0] :	 I/O: Reading BACKGROUND=color:white
[20][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[20][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[20][0] :	 Warning: Using THEME=default
Loading Bogue 20250815 with config dir /src/_build/install/default/share/bogue/themes/default
[20][0] :	 Warning: Using BACKGROUND=color:white
[20][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[20][0] :	 Warning: Using BG_COLOR=aliceblue
[20][0] :	 Warning: User variable 'BOX_BG_COLOR' not found in config.
[20][0] :	 Warning: Using BOX_BG_COLOR=lightsteelblue
[20][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[20][0] :	 Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[20][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[20][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[20][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[20][0] :	 Warning: Using CHECK_OFF=fa:square-o
[20][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[20][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[20][0] :	 Warning: User variable 'DISABLED_FG' not found in config.
[20][0] :	 Warning: Using DISABLED_FG=gray
[20][0] :	 Warning: User variable 'DISABLED_BG' not found in config.
[20][0] :	 Warning: Using DISABLED_BG=lightgray
[20][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[20][0] :	 Warning: Using FAINT_COLOR=gainsboro
[20][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[20][0] :	 Warning: Using TEXT_COLOR=black
[20][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[20][0] :	 Warning: Using SEL_BG_COLOR=slategray
[20][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[20][0] :	 Warning: Using SEL_FG_COLOR=white
[20][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[20][0] :	 Warning: Using LABEL_COLOR=black
[20][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[20][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[20][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[20][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[20][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[20][0] :	 Warning: Using LABEL_FONT_SIZE=14
[20][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[20][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[20][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[20][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[20][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[20][0] :	 Warning: Using TEXT_FONT_SIZE=14
[20][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[20][0] :	 Warning: Using SMALL_FONT_SIZE=10
[20][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[20][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[20][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[20][0] :	 Warning: Using ROOM_MARGIN=10
[20][0] :	 Warning: User variable 'FA_DIR' not found in config.
[20][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[20][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[20][0] :	 Warning: Using INT_SCALE=false
[20][0] :	 Warning: User variable 'SCALE' not found in config.
[20][0] :	 Warning: Using SCALE=0
[20][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[20][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[20][0] :	 Warning: User variable 'NO_VSYNC' not found in config.
[20][0] :	 Warning: Using NO_VSYNC=false
[20][0] :	 Warning: User variable 'NATURAL_SCROLLING' not found in config.
[20][0] :	 Warning: Using NATURAL_SCROLLING=auto
[22][0] :	 Warning: User variable 'USE_FSWATCH' not found in config.
[22][0] :	 Warning: Using USE_FSWATCH=true
[25][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[25][0] :	 Custom: Detected os type: [Linux]
[30][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[31][0] :	 Warning: SDL initialized
[31][0] :	 Event: SDL Events initialized
[31][0] :	 Event: Register new event type:user (Ox8000)
[31][0] :	 Event: Register new event type:stop (Ox8001)
[31][0] :	 Event: Register new event type:stopped (Ox8002)
[31][0] :	 Event: Register new event type:mouse_enter (Ox8003)
[31][0] :	 Event: Register new event type:mouse_leave (Ox8004)
[31][0] :	 Event: Register new event type:redraw (Ox8005)
[31][0] :	 Event: Register new event type:mouse_at_rest (Ox8006)
[31][0] :	 Event: Register new event type:startup (Ox8007)
[31][0] :	 Event: Register new event type:var_changed (Ox8008)
[31][0] :	 Event: Register new event type:update (Ox8009)
[31][0] :	 Event: Register new event type:sync_action (Ox800a)
[31][0] :	 Event: Register new event type:keyboard_focus (Ox800b)
[31][0] :	 Event: Register new event type:mouse_focus (Ox800c)
[31][0] :	 Event: Register new event type:remove_focus (Ox800d)
[31][0] :	 Event: Register new event type:destroy_window (Ox800e)
[31][0] :	 Event: Register new event type:add_window (Ox800f)
[31][0] :	 Event: Register new event type:not_used (Ox8010)
[31][0] :	 Board: Layout #1 (dummy) created.
[35][0] :	 I/O: Fswatch program not found; using Unix_stat for file monitoring.
[35][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[40][0] :	 Graphics: SDL Video initialized
[40][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[40][0] :	 Graphics: DPI from system: 96
[40][0] :	 Graphics; Warning: Using SCALE=1.000000
[40][0] :	 Graphics: SDL Image initialized
[40][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[41][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[41][0] :	 Board: Adding timeout 1
[41][0] :	 Board: Layout #2 (windows_house) created.
[41][0] :	 Board: ==> Running board!
[41][0] :	 Graphics; Warning: Could not get refresh rate information for any monitor
[41][0] :	 Graphics: Desired FPS=60
[51][0] :	 Board: Has focus: NO
[51][0] :	 Board: Adding timeout 2
[51][0] :	 Graphics: FPS:100 (round_trip=0)


[1051][0] :	 Board: Executing timeout 1
Hello world
[1051][0] :	 Memory: All zombies have been killed! Congratulations!
[1051][0] :	 Board: Board exiting
[1051][0] :	 Board: Quitting...
[1051][0] :	 Graphics: Quitting SDL Image
[1051][0] :	 Graphics: Quitting SDL Video
[1051][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1051][0] :	 Memory: Freeing surface (123,128)
[1051][0] :	 Event: Quitting SDL Events
[1051][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.32.56
2025-12-17 13:52.17 ---> saved as "03cb4c0d5cc259343b209dbf481564c8a1bfae10b5cdf069b360ccdcc9f27dc3"
Job succeeded
2025-12-17 13:52.17: Job succeeded