Organisationssanettebogue-cairo6135ed (main)fedora-42-5.4_opam-2.4

fedora-42-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-10-18 16:34.25: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:fedora-42-5.4_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f
# fedora-42-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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.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 bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 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.23.0 ctypes-foreign.0.23.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.0 tsdl.1.1.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-cairo.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-10-18 16:34.25: Using cache hint "sanette/bogue-cairo-ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f-fedora-42-5.4_opam-2.4-d9531d5fda75e6389e933e19bb20f2f9"
2025-10-18 16:34.25: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f)
(comment fedora-42-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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue-cairo.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue-cairo.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 bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 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.23.0 ctypes-foreign.0.23.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.0 tsdl.1.1.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-cairo.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-10-18 16:34.25: Waiting for resource in pool OCluster
2025-10-18 16:58.36: Waiting for worker…
2025-10-18 17:00.16: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 6135ed8 version 0.1.0


(from ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f' locally
docker.io/ocaml/opam@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f: Pulling from ocaml/opam
23d67b40c167: Pulling fs layer
69510a91bfc8: Pulling fs layer
360b948ef8f7: Pulling fs layer
b0b7d6fd83cf: Pulling fs layer
39a6e4eba3c0: Pulling fs layer
a71731946f34: Pulling fs layer
39a6e4eba3c0: Waiting
b0b7d6fd83cf: Waiting
a71731946f34: Waiting
69510a91bfc8: Verifying Checksum
69510a91bfc8: Download complete
b0b7d6fd83cf: Download complete
39a6e4eba3c0: Verifying Checksum
39a6e4eba3c0: Download complete
a71731946f34: Verifying Checksum
a71731946f34: Download complete
360b948ef8f7: Verifying Checksum
360b948ef8f7: Download complete
23d67b40c167: Verifying Checksum
23d67b40c167: Download complete
23d67b40c167: Pull complete
69510a91bfc8: Pull complete
360b948ef8f7: Pull complete
b0b7d6fd83cf: Pull complete
39a6e4eba3c0: Pull complete
a71731946f34: Pull complete
Digest: sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f
Status: Downloaded newer image for ocaml/opam@sha256:5d13b29f948738fd07b3ff626fe4931a21664d7bf5d5febc791ef21437b7071f
2025-10-18 17:00.18 ---> using "aae9cfea062639794bebda74c20f122cbfe2b260a1ae6b51750064798a04d0df" from cache


/: (comment fedora-42-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 42 - x86_64 - Updates           100% |  16.4 KiB/s |  17.1 KiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2025-10-18 17:00.18 ---> using "02dd4d9c19ab680581c8d7cbc01b94987ce9649016e07d72dadf4d94a001d7ef" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-18 17:00.18 ---> using "d446a92d02f58e29a07180b9f0cf0b9dff9d7a858fb4418ff090e91d252c3682" 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.


Continue? [Y/n] y
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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-18 17:00.18 ---> using "5adbe08912fbd8109b2c9feb2eafe695e692d6649b33f7f39e3ab9488d96d021" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-84-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-18 17:00.18 ---> using "a3cd804eb52feb269ae3092f6be9254aa521c472788d6d15698015b7a67d5fd3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-18 17:00.18 ---> using "c23a7344128e0b629217f5fffed5949275c120d29d7decaef0428d60db190ca3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u"))
c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release


<><> 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-10-18 17:00.18 ---> using "4d37387f749b80748fc63ad7a3c893ba1d3809b768b9d457c972ff04b2edb54f" from cache


/src: (copy (src bogue-cairo.opam) (dst ./))
2025-10-18 17:00.19 ---> saved as "2d840e4cc685311bf7237648aac22250d2baa666db98623c8fd2d503bd283d60"


/src: (run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
[NOTE] Package bogue-cairo does not exist in opam repositories registered in the current switch.
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2025-10-18 17:00.21 ---> saved as "6fd9d4715e896371a241f576d78d2e71de0ae22e26faedd23e7ea7cc5c135479"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 17:00.22 ---> saved as "205a03330a4fe007a5acfeef14461f853c4c2b155ddbb97aacd50de5dc7d3157"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 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.23.0 ctypes-foreign.0.23.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.0 tsdl.1.1.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-cairo.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.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:
cairo-devel 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" "cairo-devel" "libffi-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                         Repository                 Size
- Installing:
-  SDL2_image-devel                        x86_64 2.8.8-1.fc42                    fedora                 78.5 KiB
-  SDL2_ttf-devel                          x86_64 2.22.0-4.fc42                   fedora                 94.3 KiB
-  cairo-devel                             x86_64 1.18.2-3.fc42                   fedora                  2.3 MiB
-  libffi-devel                            x86_64 3.4.6-5.fc42                    fedora                 33.1 KiB
-  sdl2-compat-devel                       x86_64 2.32.56-1.fc42                  updates                 2.7 MiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.22.0-5.fc42                   fedora                  1.4 MiB
-  OpenCL-ICD-Loader                       x86_64 3.0.6-2.20241023git5907ac1.fc42 fedora                 70.7 KiB
-  SDL2_image                              x86_64 2.8.8-1.fc42                    fedora                209.7 KiB
-  SDL2_ttf                                x86_64 2.22.0-4.fc42                   fedora                 88.0 KiB
-  SDL3                                    x86_64 3.2.16-1.fc42                   updates                 2.7 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-14.fc42                   fedora                192.7 KiB
-  adwaita-cursor-theme                    noarch 48.1-1.fc42                     updates                11.4 MiB
-  adwaita-icon-theme                      noarch 48.1-1.fc42                     updates                 1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-3.fc42                     fedora                  2.1 MiB
-  alsa-lib                                x86_64 1.2.14-3.fc42                   updates                 1.4 MiB
-  aribb24                                 x86_64 1.0.3^20160216git5e9be27-2.fc42 fedora                 81.8 KiB
-  at-spi2-atk                             x86_64 2.56.5-1.fc42                   updates               275.6 KiB
-  at-spi2-core                            x86_64 2.56.5-1.fc42                   updates                 1.5 MiB
-  atk                                     x86_64 2.56.5-1.fc42                   updates               248.6 KiB
-  avahi-glib                              x86_64 0.9~rc2-2.fc42                  fedora                 23.6 KiB
-  avahi-libs                              x86_64 0.9~rc2-2.fc42                  fedora                183.6 KiB
-  bluez-libs                              x86_64 5.84-2.fc42                     updates               198.3 KiB
-  brotli                                  x86_64 1.1.0-6.fc42                    fedora                 31.6 KiB
-  brotli-devel                            x86_64 1.1.0-6.fc42                    fedora                 65.6 KiB
-  bzip2-devel                             x86_64 1.0.8-20.fc42                   fedora                309.8 KiB
-  cairo                                   x86_64 1.18.2-3.fc42                   fedora                  1.8 MiB
-  cairo-gobject                           x86_64 1.18.2-3.fc42                   fedora                 35.1 KiB
-  cdparanoia-libs                         x86_64 10.2-47.fc42                    fedora                117.5 KiB
-  cjson                                   x86_64 1.7.18-2.fc42                   fedora                 63.9 KiB
-  cmake-filesystem                        x86_64 3.31.6-2.fc42                   fedora                  0.0   B
-  codec2                                  x86_64 1.2.0-6.fc42                    fedora                  1.4 MiB
-  colord-libs                             x86_64 1.4.7-6.fc42                    fedora                850.7 KiB
-  cpuinfo                                 x86_64 24.09.26-2.git1e83a2f.fc42.1    updates               107.0 KiB
-  cups-filesystem                         noarch 1:2.4.14-2.fc42                 updates                 0.0   B
-  cups-libs                               x86_64 1:2.4.14-2.fc42                 updates               618.7 KiB
-  default-fonts-core-sans                 noarch 4.2-4.fc42                      fedora                 11.9 KiB
-  exempi                                  x86_64 2.6.4-7.fc42                    fedora                  1.4 MiB
-  exiv2-libs                              x86_64 0.28.6-2.fc42                   updates                 2.8 MiB
-  fdk-aac-free                            x86_64 2.0.0-15.fc42                   fedora                615.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-15.fc42                  fedora                  3.6 MiB
-  flac-libs                               x86_64 1.4.3-6.fc42                    fedora                698.1 KiB
-  fontconfig                              x86_64 2.16.0-2.fc42                   fedora                764.7 KiB
-  fontconfig-devel                        x86_64 2.16.0-2.fc42                   fedora                119.3 KiB
-  fonts-filesystem                        noarch 1:2.0.5-22.fc42                 updates                 0.0   B
-  freetype                                x86_64 2.13.3-2.fc42                   fedora                858.2 KiB
-  freetype-devel                          x86_64 2.13.3-2.fc42                   fedora                  8.5 MiB
-  fribidi                                 x86_64 1.0.16-2.fc42                   fedora                194.3 KiB
-  fuse-common                             x86_64 3.16.2-5.fc42                   fedora                 38.0   B
-  fuse3                                   x86_64 3.16.2-5.fc42                   fedora                129.7 KiB
-  fuse3-libs                              x86_64 3.16.2-5.fc42                   fedora                281.5 KiB
-  game-music-emu                          x86_64 0.6.3-17.fc42                   fedora                331.4 KiB
-  gdk-pixbuf2                             x86_64 2.42.12-12.fc42                 updates                 2.5 MiB
-  gdk-pixbuf2-modules                     x86_64 2.42.12-12.fc42                 updates                55.4 KiB
-  geoclue2                                x86_64 2.7.2-2.fc42                    fedora                395.7 KiB
-  gettext                                 x86_64 0.23.1-2.fc42                   fedora                  5.2 MiB
-  gettext-envsubst                        x86_64 0.23.1-2.fc42                   fedora                 78.8 KiB
-  gettext-libs                            x86_64 0.23.1-2.fc42                   fedora                  2.0 MiB
-  gettext-runtime                         x86_64 0.23.1-2.fc42                   fedora                452.2 KiB
-  giflib                                  x86_64 5.2.2-6.fc42                    updates               112.1 KiB
-  glib2-devel                             x86_64 2.84.4-1.fc42                   updates                15.8 MiB
-  glibc-gconv-extra                       x86_64 2.41-11.fc42                    updates                 7.2 MiB
-  gmock                                   x86_64 1.15.2-3.fc42                   fedora                131.0 KiB
-  gobject-introspection                   x86_64 1.84.0-1.fc42                   fedora                392.8 KiB
-  google-noto-fonts-common                noarch 20250301-1.fc42                 fedora                 17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20250301-1.fc42                 fedora                  1.4 MiB
-  gpgme                                   x86_64 1.24.3-1.fc42                   updates               587.9 KiB
-  gpgmepp                                 x86_64 1.24.3-1.fc42                   updates               429.2 KiB
-  graphene                                x86_64 1.10.6-10.fc42                  fedora                162.4 KiB
-  graphite2                               x86_64 1.3.14-18.fc42                  fedora                195.8 KiB
-  graphite2-devel                         x86_64 1.3.14-18.fc42                  fedora                 49.3 KiB
-  gsettings-desktop-schemas               x86_64 48.0-1.fc42                     fedora                  5.4 MiB
-  gsm                                     x86_64 1.0.22-8.fc42                   fedora                 68.8 KiB
-  gstreamer1                              x86_64 1.26.7-1.fc42                   updates                 5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.7-1.fc42                   updates                 7.3 MiB
-  gtest                                   x86_64 1.15.2-3.fc42                   fedora                501.7 KiB
-  gtest-devel                             x86_64 1.15.2-3.fc42                   fedora                  1.0 MiB
-  gtk-update-icon-cache                   x86_64 3.24.49-2.fc42                  fedora                 62.2 KiB
-  gtk3                                    x86_64 3.24.49-2.fc42                  fedora                 23.1 MiB
-  harfbuzz                                x86_64 10.4.0-1.fc42                   fedora                  2.7 MiB
-  harfbuzz-cairo                          x86_64 10.4.0-1.fc42                   fedora                 52.1 KiB
-  harfbuzz-devel                          x86_64 10.4.0-1.fc42                   fedora                  5.1 MiB
-  harfbuzz-icu                            x86_64 10.4.0-1.fc42                   fedora                 15.4 KiB
-  hicolor-icon-theme                      noarch 0.17-20.fc42                    fedora                 72.2 KiB
-  highway                                 x86_64 1.2.0-5.fc42                    fedora                  4.4 MiB
-  highway-devel                           x86_64 1.2.0-5.fc42                    fedora                  3.7 MiB
-  hwdata                                  noarch 0.400-1.fc42                    updates                 9.6 MiB
-  ilbc                                    x86_64 3.0.4-13.fc42                   fedora                 95.4 KiB
-  inih                                    x86_64 62-1.fc42                       updates                22.4 KiB
-  inih-cpp                                x86_64 62-1.fc42                       updates                36.1 KiB
-  iso-codes                               noarch 4.17.0-2.fc42                   fedora                 20.3 MiB
-  jbigkit-libs                            x86_64 2.1-31.fc42                     fedora                121.4 KiB
-  json-glib                               x86_64 1.10.8-1.fc42                   updates               592.3 KiB
-  lame-libs                               x86_64 3.100-19.fc42                   fedora                  1.2 MiB
-  lcms2                                   x86_64 2.16-5.fc42                     fedora                437.7 KiB
-  libXcomposite                           x86_64 0.4.6-5.fc42                    fedora                 44.4 KiB
-  libXcursor                              x86_64 1.2.3-2.fc42                    fedora                 57.4 KiB
-  libXdamage                              x86_64 1.1.6-5.fc42                    fedora                 43.6 KiB
-  libXext                                 x86_64 1.3.6-3.fc42                    fedora                 90.0 KiB
-  libXext-devel                           x86_64 1.3.6-3.fc42                    fedora                 98.9 KiB
-  libXfixes                               x86_64 6.0.1-5.fc42                    fedora                 30.2 KiB
-  libXft                                  x86_64 2.3.8-8.fc42                    fedora                168.4 KiB
-  libXi                                   x86_64 1.8.2-2.fc42                    fedora                 84.6 KiB
-  libXinerama                             x86_64 1.1.5-8.fc42                    fedora                 19.0 KiB
-  libXrandr                               x86_64 1.5.4-5.fc42                    fedora                 55.8 KiB
-  libXrender                              x86_64 0.9.12-2.fc42                   fedora                 50.0 KiB
-  libXrender-devel                        x86_64 0.9.12-2.fc42                   fedora                 50.1 KiB
-  libXtst                                 x86_64 1.2.5-2.fc42                    fedora                 33.5 KiB
-  libXv                                   x86_64 1.0.13-2.fc42                   fedora                 30.0 KiB
-  libXxf86vm                              x86_64 1.1.6-2.fc42                    fedora                 29.2 KiB
-  libaom                                  x86_64 3.13.1-1.fc42                   updates                 5.0 MiB
-  libaom-devel                            x86_64 3.13.1-1.fc42                   updates               225.5 KiB
-  libaribcaption                          x86_64 1.1.1-2.fc42                    fedora                248.5 KiB
-  libasyncns                              x86_64 0.8-30.fc42                     fedora                 59.5 KiB
-  libavcodec-free                         x86_64 7.1.2-1.fc42                    updates                 9.8 MiB
-  libavformat-free                        x86_64 7.1.2-1.fc42                    updates                 2.6 MiB
-  libavif                                 x86_64 1.1.1-1.fc42                    fedora                213.9 KiB
-  libavif-devel                           x86_64 1.1.1-1.fc42                    fedora                 90.5 KiB
-  libavutil-free                          x86_64 7.1.2-1.fc42                    updates               962.9 KiB
-  libblkid-devel                          x86_64 2.40.4-7.fc42                   fedora                 44.9 KiB
-  libbluray                               x86_64 1.3.4-9.fc42                    fedora                397.6 KiB
-  libcamera                               x86_64 0.4.0-4.fc42                    fedora                  1.9 MiB
-  libcanberra                             x86_64 0.30-37.fc42                    fedora                286.4 KiB
-  libchromaprint                          x86_64 1.5.1-24.fc42                   fedora                 64.5 KiB
-  libcloudproviders                       x86_64 0.3.6-1.fc42                    fedora                124.3 KiB
-  libcue                                  x86_64 2.3.0-11.fc42                   fedora                 89.8 KiB
-  libdatrie                               x86_64 0.2.13-11.fc42                  fedora                 57.8 KiB
-  libdav1d                                x86_64 1.5.1-1.fc42                    fedora                  1.7 MiB
-  libdav1d-devel                          x86_64 1.5.1-1.fc42                    fedora                 41.9 KiB
-  libdecor                                x86_64 0.2.3-5.fc42                    updates               165.2 KiB
-  libdrm                                  x86_64 2.4.126-1.fc42                  updates               399.9 KiB
-  libdvdnav                               x86_64 6.1.1-10.fc42                   fedora                120.1 KiB
-  libdvdread                              x86_64 6.1.3-9.fc42                    fedora                160.1 KiB
-  libebur128                              x86_64 1.2.6-12.fc42                   fedora                 39.3 KiB
-  libepoxy                                x86_64 1.5.10-9.fc42                   fedora                  1.1 MiB
-  libexif                                 x86_64 0.6.25-1.fc42                   fedora                  2.7 MiB
-  libgexiv2                               x86_64 0.14.6-1.fc42                   updates               279.2 KiB
-  libglvnd                                x86_64 1:1.7.0-7.fc42                  fedora                530.2 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-7.fc42                  fedora                 40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-7.fc42                  fedora                  2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-7.fc42                  fedora                 68.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-7.fc42                  fedora                105.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-7.fc42                  fedora                609.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-7.fc42                  fedora                148.8 KiB
-  libgsf                                  x86_64 1.14.53-3.fc42                  fedora                969.5 KiB
-  libgudev                                x86_64 238-7.fc42                      fedora                 87.8 KiB
-  libgusb                                 x86_64 0.4.9-3.fc42                    fedora                162.0 KiB
-  libgxps                                 x86_64 0.3.2-10.fc42                   fedora                192.1 KiB
-  libicu-devel                            x86_64 76.1-4.fc42                     fedora                  5.0 MiB
-  libimobiledevice                        x86_64 1.3.0^20240916gited9703d-5.fc42 fedora                304.7 KiB
-  libimobiledevice-glue                   x86_64 1.3.1-2.fc42                    fedora                122.8 KiB
-  libiptcdata                             x86_64 1.0.5-21.fc42                   fedora                171.9 KiB
-  libjpeg-turbo                           x86_64 3.1.2-1.fc42                    updates               804.9 KiB
-  libjpeg-turbo-devel                     x86_64 3.1.2-1.fc42                    updates               353.9 KiB
-  libjxl                                  x86_64 1:0.11.1-4.fc42                 updates                 3.1 MiB
-  libjxl-devel                            x86_64 1:0.11.1-4.fc42                 updates               765.8 KiB
-  liblc3                                  x86_64 1.1.3-1.fc42                    fedora                170.8 KiB
-  libldac                                 x86_64 2.0.2.3-17.fc42                 fedora                 82.2 KiB
-  libldb                                  x86_64 2:4.22.4-1.fc42                 updates               450.8 KiB
-  liblerc                                 x86_64 4.0.0-8.fc42                    fedora                636.1 KiB
-  liblerc-devel                           x86_64 4.0.0-8.fc42                    fedora                  4.3 MiB
-  libmodplug                              x86_64 1:0.8.9.0-27.fc42               fedora                355.2 KiB
-  libmount-devel                          x86_64 2.40.4-7.fc42                   fedora                 63.5 KiB
-  libnotify                               x86_64 0.8.7-1.fc42                    updates               123.6 KiB
-  libogg                                  x86_64 2:1.3.5-11.fc42                 fedora                 45.3 KiB
-  libopenmpt                              x86_64 0.8.3-1.fc42                    updates                 1.8 MiB
-  libosinfo                               x86_64 1.12.0-2.fc42                   fedora                  1.2 MiB
-  libpciaccess                            x86_64 0.16-15.fc42                    fedora                 44.5 KiB
-  libplist                                x86_64 2.6.0-2.fc42                    fedora                237.0 KiB
-  libpng                                  x86_64 2:1.6.44-2.fc42                 fedora                241.7 KiB
-  libpng-devel                            x86_64 2:1.6.44-2.fc42                 fedora                877.7 KiB
-  libproxy                                x86_64 0.5.8-2.fc42                    fedora                102.3 KiB
-  librabbitmq                             x86_64 0.15.0-2.fc42                   fedora                 89.6 KiB
-  librist                                 x86_64 0.2.7-9.fc42                    fedora                153.3 KiB
-  librsvg2                                x86_64 2.60.0-2.fc42                   updates                 5.0 MiB
-  libsbc                                  x86_64 2.0-6.fc42                      fedora                 93.4 KiB
-  libselinux-devel                        x86_64 3.8-3.fc42                      updates               126.8 KiB
-  libsepol-devel                          x86_64 3.8-1.fc42                      fedora                120.8 KiB
-  libsmbclient                            x86_64 2:4.22.4-1.fc42                 updates               164.8 KiB
-  libsndfile                              x86_64 1.2.2-8.fc42                    fedora                550.0 KiB
-  libsodium                               x86_64 1.0.20-4.fc42                   fedora                389.1 KiB
-  libsoup3                                x86_64 3.6.5-6.fc42                    updates                 1.1 MiB
-  libswresample-free                      x86_64 7.1.2-1.fc42                    updates               147.4 KiB
-  libtalloc                               x86_64 2.4.3-2.fc42                    fedora                 64.1 KiB
-  libtdb                                  x86_64 1.4.13-2.fc42                   fedora                100.5 KiB
-  libtevent                               x86_64 0.16.2-2.fc42                   fedora                101.4 KiB
-  libtextstyle                            x86_64 0.23.1-2.fc42                   fedora                207.5 KiB
-  libthai                                 x86_64 0.1.29-10.fc42                  fedora                783.4 KiB
-  libtheora                               x86_64 1:1.1.1-39.fc42                 fedora                481.3 KiB
-  libtiff                                 x86_64 4.7.0-8.fc42                    updates               619.1 KiB
-  libtiff-devel                           x86_64 4.7.0-8.fc42                    updates               761.9 KiB
-  libtinysparql                           x86_64 3.9.2-1.fc42                    updates                 1.3 MiB
-  libudfread                              x86_64 1.1.2-11.fc42                   fedora                 65.9 KiB
-  libunwind                               x86_64 1.8.1-2.fc42                    fedora                194.1 KiB
-  libusbmuxd                              x86_64 2.1.0-3.fc42                    fedora                 75.2 KiB
-  libva                                   x86_64 2.22.0-4.fc42                   fedora                329.4 KiB
-  libvdpau                                x86_64 1.5-9.fc42                      fedora                 20.7 KiB
-  libvisual                               x86_64 1:0.4.2-1.fc42                  updates               494.1 KiB
-  libvmaf                                 x86_64 3.0.0-3.fc42                    fedora                827.0 KiB
-  libvmaf-devel                           x86_64 3.0.0-3.fc42                    fedora                 29.3 KiB
-  libvorbis                               x86_64 1:1.3.7-12.fc42                 fedora                833.4 KiB
-  libvpl                                  x86_64 1:2.15.0-2.fc42                 updates               426.5 KiB
-  libvpx                                  x86_64 1.15.0-3.fc42                   updates                 3.3 MiB
-  libwayland-client                       x86_64 1.24.0-1.fc42                   updates                62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc42                   updates                37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc42                   updates                12.4 KiB
-  libwayland-server                       x86_64 1.24.0-1.fc42                   updates                78.5 KiB
-  libwbclient                             x86_64 2:4.22.4-1.fc42                 updates                68.6 KiB
-  libwebp                                 x86_64 1.5.0-2.fc42                    fedora                947.6 KiB
-  libwebp-devel                           x86_64 1.5.0-2.fc42                    fedora                121.2 KiB
-  libxml2-devel                           x86_64 2.12.10-1.fc42                  fedora                  3.4 MiB
-  libxshmfence                            x86_64 1.3.2-6.fc42                    fedora                 12.4 KiB
-  libxslt                                 x86_64 1.1.43-1.fc42                   fedora                456.1 KiB
-  libyuv                                  x86_64 0-0.56.20240704git96bbdb5.fc42  fedora                683.6 KiB
-  libzstd-devel                           x86_64 1.5.7-1.fc42                    fedora                208.0 KiB
-  lm_sensors-libs                         x86_64 3.6.0-22.fc42                   fedora                 85.8 KiB
-  lmdb-libs                               x86_64 0.9.33-3.fc42                   fedora                105.4 KiB
-  lpcnetfreedv                            x86_64 0.5-8.fc42                      fedora                 14.8 MiB
-  lttng-ust                               x86_64 2.13.8-4.fc42                   fedora                  1.1 MiB
-  mbedtls                                 x86_64 3.6.4-1.fc42                    updates                 1.3 MiB
-  mesa-dri-drivers                        x86_64 25.1.9-1.fc42                   updates                46.7 MiB
-  mesa-filesystem                         x86_64 25.1.9-1.fc42                   updates                 3.6 KiB
-  mesa-libEGL                             x86_64 25.1.9-1.fc42                   updates               334.9 KiB
-  mesa-libGL                              x86_64 25.1.9-1.fc42                   updates               306.2 KiB
-  mesa-libGLU                             x86_64 9.0.3-6.fc42                    fedora                361.7 KiB
-  mesa-libGLU-devel                       x86_64 9.0.3-6.fc42                    fedora                 17.0 KiB
-  mesa-libgbm                             x86_64 25.1.9-1.fc42                   updates                19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-1.fc42                  updates               814.0 KiB
-  nspr                                    x86_64 4.37.0-3.fc42                   updates               315.5 KiB
-  nss                                     x86_64 3.116.0-1.fc42                  updates                 1.9 MiB
-  nss-softokn                             x86_64 3.116.0-1.fc42                  updates                 1.9 MiB
-  nss-softokn-freebl                      x86_64 3.116.0-1.fc42                  updates               848.3 KiB
-  nss-sysinit                             x86_64 3.116.0-1.fc42                  updates                18.1 KiB
-  nss-util                                x86_64 3.116.0-1.fc42                  updates               200.8 KiB
-  opencore-amr                            x86_64 0.1.6-8.fc42                    fedora                348.7 KiB
-  openh264                                x86_64 2.5.1-1.fc42                    fedora-cisco-openh264   1.1 MiB
-  openjpeg                                x86_64 2.5.4-1.fc42                    updates               456.3 KiB
-  openpgm                                 x86_64 5.3.128-4.fc42                  fedora                316.3 KiB
-  opus                                    x86_64 1.5.2-2.fc42                    fedora                427.5 KiB
-  orc                                     x86_64 0.4.41-1.fc42                   fedora                726.3 KiB
-  osinfo-db                               noarch 20250124-1.fc42                 fedora                  3.9 MiB
-  osinfo-db-tools                         x86_64 1.12.0-2.fc42                   fedora                190.9 KiB
-  pango                                   x86_64 1.56.4-2.fc42                   updates                 1.0 MiB
-  pcre2-devel                             x86_64 10.45-1.fc42                    fedora                  2.1 MiB
-  pcre2-utf16                             x86_64 10.45-1.fc42                    fedora                626.3 KiB
-  pcre2-utf32                             x86_64 10.45-1.fc42                    fedora                598.2 KiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.9-1.fc42                    updates               496.6 KiB
-  pipewire-libs                           x86_64 1.4.9-1.fc42                    updates                 8.6 MiB
-  pixman                                  x86_64 0.46.2-1.fc42                   updates               710.3 KiB
-  pixman-devel                            x86_64 0.46.2-1.fc42                   updates                56.1 KiB
-  poppler                                 x86_64 25.02.0-3.fc42                  updates                 3.7 MiB
-  poppler-data                            noarch 0.4.11-9.fc42                   fedora                 12.3 MiB
-  poppler-glib                            x86_64 25.02.0-3.fc42                  updates               612.3 KiB
-  pulseaudio-libs                         x86_64 17.0-5.fc42                     fedora                  3.4 MiB
-  python3-packaging                       noarch 24.2-3.fc42                     fedora                555.7 KiB
-  rav1e-devel                             x86_64 0.7.1-8.fc42                    updates                46.6 KiB
-  rav1e-libs                              x86_64 0.7.1-8.fc42                    updates                 3.0 MiB
-  rtkit                                   x86_64 0.11-66.fc42                    fedora                138.1 KiB
-  samba-client-libs                       x86_64 2:4.22.4-1.fc42                 updates                19.5 MiB
-  samba-common                            noarch 2:4.22.4-1.fc42                 updates               204.5 KiB
-  samba-common-libs                       x86_64 2:4.22.4-1.fc42                 updates               259.4 KiB
-  sdl12-compat                            x86_64 1.2.68-5.fc42                   fedora                195.5 KiB
-  sdl2-compat                             x86_64 2.32.56-1.fc42                  updates               399.7 KiB
-  shared-mime-info                        x86_64 2.3-7.fc42                      fedora                  5.2 MiB
-  snappy                                  x86_64 1.2.1-4.fc42                    fedora                 71.3 KiB
-  sound-theme-freedesktop                 noarch 0.8-23.fc42                     fedora                460.4 KiB
-  soxr                                    x86_64 0.1.3-18.fc42                   fedora                191.5 KiB
-  speex                                   x86_64 1.2.0-19.fc42                   fedora                128.5 KiB
-  spirv-tools-libs                        x86_64 2025.2-2.fc42                   updates                 5.8 MiB
-  srt-libs                                x86_64 1.5.4-2.fc42                    fedora                997.8 KiB
-  svt-av1-devel                           x86_64 2.3.0-1.fc42                    fedora                 71.4 KiB
-  svt-av1-libs                            x86_64 2.3.0-1.fc42                    fedora                  5.6 MiB
-  sysprof-capture-devel                   x86_64 48.1-1.fc42                     updates               274.0 KiB
-  totem-pl-parser                         x86_64 3.26.6-12.fc42                  fedora                308.3 KiB
-  twolame-libs                            x86_64 0.4.0-6.fc42                    fedora                165.5 KiB
-  uchardet                                x86_64 0.0.8-7.fc42                    fedora                275.6 KiB
-  upower-libs                             x86_64 1.90.10-1.fc42                  updates               170.8 KiB
-  vo-amrwbenc                             x86_64 0.1.3-22.fc42                   fedora                153.9 KiB
-  webrtc-audio-processing                 x86_64 1.3-5.fc42                      fedora                  1.4 MiB
-  wireplumber                             x86_64 0.5.12-1.fc42                   updates               408.6 KiB
-  wireplumber-libs                        x86_64 0.5.12-1.fc42                   updates                 1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-1.fc42                   updates                 1.8 MiB
-  xml-common                              noarch 0.6.3-66.fc42                   fedora                 78.4 KiB
-  xprop                                   x86_64 1.2.8-3.fc42                    fedora                 54.7 KiB
-  xvidcore                                x86_64 1.3.7-13.fc42                   fedora                878.4 KiB
-  xz-devel                                x86_64 1:5.8.1-2.fc42                  updates               258.8 KiB
-  zeromq                                  x86_64 4.3.5-21.fc42                   fedora                890.1 KiB
-  zlib-ng-compat-devel                    x86_64 2.2.5-2.fc42                    updates               107.0 KiB
-  zvbi                                    x86_64 0.2.43-2.fc42                   fedora                  1.2 MiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 48.2-2.fc42                     fedora                  5.4 MiB
-  adwaita-sans-fonts                      noarch 48.2-2.fc42                     fedora                  1.7 MiB
-  avif-pixbuf-loader                      x86_64 1.1.1-1.fc42                    fedora                 19.5 KiB
-  dconf                                   x86_64 0.40.0-15.fc42                  fedora                315.4 KiB
-  exiv2                                   x86_64 0.28.6-2.fc42                   updates                12.2 MiB
-  glib-networking                         x86_64 2.80.1-1.fc42                   fedora                742.9 KiB
-  intel-mediasdk                          x86_64 23.2.2-7.fc42                   fedora                 22.5 MiB
-  intel-vpl-gpu-rt                        x86_64 25.3.4-1.fc42                   updates                11.7 MiB
-  jxl-pixbuf-loader                       x86_64 1:0.11.1-4.fc42                 updates                29.2 KiB
-  libcamera-ipa                           x86_64 0.4.0-4.fc42                    fedora                548.2 KiB
-  libcanberra-gtk3                        x86_64 0.30-37.fc42                    fedora                 78.7 KiB
-  localsearch                             x86_64 3.9.0-1.fc42                    fedora                  3.8 MiB
-  logrotate                               x86_64 3.22.0-3.fc42                   fedora                148.9 KiB
-  low-memory-monitor                      x86_64 2.1-12.fc42                     fedora                 66.0 KiB
-  mesa-va-drivers                         x86_64 25.1.9-1.fc42                   updates               115.0   B
-  pipewire                                x86_64 1.4.9-1.fc42                    updates               430.9 KiB
-  pipewire-alsa                           x86_64 1.4.9-1.fc42                    updates               158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.9-1.fc42                    updates                30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.9-1.fc42                    updates               146.6 KiB
-  pipewire-pulseaudio                     x86_64 1.4.9-1.fc42                    updates               436.1 KiB
-  rsvg-pixbuf-loader                      x86_64 2.60.0-2.fc42                   updates               339.4 KiB
-  svt-av1-devel-docs                      noarch 2.3.0-1.fc42                    fedora                  8.4 MiB
-  tinysparql                              x86_64 3.9.2-1.fc42                    updates                 2.5 MiB
-  upower                                  x86_64 1.90.10-1.fc42                  updates               280.9 KiB
-  usbmuxd                                 x86_64 1.1.1^20240915git0b1b233-4.fc42 fedora                149.1 KiB
-  webp-pixbuf-loader                      x86_64 0.2.7-3.fc42                    fedora                 28.6 KiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-1.fc42                   fedora                469.2 KiB
- 
- Transaction Summary:
-  Installing:       315 packages
- 
- Total size of inbound packages is 140 MiB. Need to download 140 MiB.
- After this operation, 500 MiB extra will be used (install 500 MiB, remove 0 B).
- [  1/315] cmake-filesystem-0:3.31.6-2.f 100% | 137.4 KiB/s |  17.6 KiB |  00m00s
- [  2/315] sdl2-compat-devel-0:2.32.56-1 100% | 379.0 KiB/s | 395.7 KiB |  00m01s
- [  3/315] SDL2_image-devel-0:2.8.8-1.fc 100% | 318.4 KiB/s |  19.1 KiB |  00m00s
- [  4/315] SDL3-0:3.2.16-1.fc42.x86_64   100% | 826.5 KiB/s |   1.0 MiB |  00m01s
- [  5/315] SDL2_image-0:2.8.8-1.fc42.x86 100% | 286.1 KiB/s | 108.7 KiB |  00m00s
- [  6/315] sdl2-compat-0:2.32.56-1.fc42. 100% |  87.7 KiB/s | 134.9 KiB |  00m02s
- [  7/315] libavif-0:1.1.1-1.fc42.x86_64 100% | 402.1 KiB/s | 100.1 KiB |  00m00s
- [  8/315] libwebp-0:1.5.0-2.fc42.x86_64 100% | 689.5 KiB/s | 320.6 KiB |  00m00s
- [  9/315] libyuv-0:0-0.56.20240704git96 100% | 515.0 KiB/s | 201.9 KiB |  00m00s
- [ 10/315] SDL2_ttf-devel-0:2.22.0-4.fc4 100% |  79.0 KiB/s |  21.6 KiB |  00m00s
- [ 11/315] SDL2_ttf-0:2.22.0-4.fc42.x86_ 100% | 677.7 KiB/s |  42.0 KiB |  00m00s
- [ 12/315] libdav1d-0:1.5.1-1.fc42.x86_6 100% | 648.6 KiB/s | 640.9 KiB |  00m01s
- [ 13/315] freetype-0:2.13.3-2.fc42.x86_ 100% | 788.3 KiB/s | 415.5 KiB |  00m01s
- [ 14/315] libpng-2:1.6.44-2.fc42.x86_64 100% |   1.3 MiB/s | 123.9 KiB |  00m00s
- [ 15/315] graphite2-0:1.3.14-18.fc42.x8 100% |   1.4 MiB/s |  95.8 KiB |  00m00s
- [ 16/315] cairo-devel-0:1.18.2-3.fc42.x 100% |   1.9 MiB/s | 192.1 KiB |  00m00s
- [ 17/315] harfbuzz-0:10.4.0-1.fc42.x86_ 100% |   1.3 MiB/s |   1.1 MiB |  00m01s
- [ 18/315] svt-av1-libs-0:2.3.0-1.fc42.x 100% |   1.4 MiB/s |   2.0 MiB |  00m01s
- [ 19/315] cairo-0:1.18.2-3.fc42.x86_64  100% |   2.3 MiB/s | 731.8 KiB |  00m00s
- [ 20/315] libXext-0:1.3.6-3.fc42.x86_64 100% |   1.0 MiB/s |  39.3 KiB |  00m00s
- [ 21/315] libXrender-0:0.9.12-2.fc42.x8 100% |   1.2 MiB/s |  26.9 KiB |  00m00s
- [ 22/315] default-fonts-core-sans-0:4.2 100% |   1.3 MiB/s |  31.3 KiB |  00m00s
- [ 23/315] xml-common-0:0.6.3-66.fc42.no 100% |   1.2 MiB/s |  31.2 KiB |  00m00s
- [ 24/315] fontconfig-0:2.16.0-2.fc42.x8 100% |   1.2 MiB/s | 272.0 KiB |  00m00s
- [ 25/315] google-noto-fonts-common-0:20 100% | 813.0 KiB/s |  17.1 KiB |  00m00s
- [ 26/315] abattis-cantarell-vf-fonts-0: 100% |   1.1 MiB/s | 120.3 KiB |  00m00s
- [ 27/315] libffi-devel-0:3.4.6-5.fc42.x 100% | 799.5 KiB/s |  28.8 KiB |  00m00s
- [ 28/315] cpuinfo-0:24.09.26-2.git1e83a 100% |   1.2 MiB/s |  43.8 KiB |  00m00s
- [ 29/315] google-noto-sans-vf-fonts-0:2 100% |   2.5 MiB/s | 614.5 KiB |  00m00s
- [ 30/315] libjpeg-turbo-0:3.1.2-1.fc42. 100% |   1.2 MiB/s | 236.9 KiB |  00m00s
- [ 31/315] libvmaf-0:3.0.0-3.fc42.x86_64 100% |   2.1 MiB/s | 197.7 KiB |  00m00s
- [ 32/315] fonts-filesystem-1:2.0.5-22.f 100% | 171.1 KiB/s |   8.7 KiB |  00m00s
- [ 33/315] pixman-devel-0:0.46.2-1.fc42. 100% | 898.2 KiB/s |  18.0 KiB |  00m00s
- [ 34/315] zlib-ng-compat-devel-0:2.2.5- 100% |   1.7 MiB/s |  38.3 KiB |  00m00s
- [ 35/315] fontconfig-devel-0:2.16.0-2.f 100% |   1.5 MiB/s | 167.3 KiB |  00m00s
- [ 36/315] gettext-0:0.23.1-2.fc42.x86_6 100% |   2.1 MiB/s |   1.1 MiB |  00m01s
- [ 37/315] rav1e-libs-0:0.7.1-8.fc42.x86 100% |   1.0 MiB/s |   1.0 MiB |  00m01s
- [ 38/315] gettext-libs-0:0.23.1-2.fc42. 100% |   2.3 MiB/s | 760.4 KiB |  00m00s
- [ 39/315] libtextstyle-0:0.23.1-2.fc42. 100% |   2.6 MiB/s |  92.1 KiB |  00m00s
- [ 40/315] gettext-envsubst-0:0.23.1-2.f 100% |   2.5 MiB/s |  37.7 KiB |  00m00s
- [ 41/315] libaom-0:3.13.1-1.fc42.x86_64 100% |   1.4 MiB/s |   1.9 MiB |  00m01s
- [ 42/315] gettext-runtime-0:0.23.1-2.fc 100% |   1.0 MiB/s | 116.1 KiB |  00m00s
- [ 43/315] libXrender-devel-0:0.9.12-2.f 100% | 546.1 KiB/s |  19.1 KiB |  00m00s
- [ 44/315] libXext-devel-0:1.3.6-3.fc42. 100% |   1.2 MiB/s |  85.3 KiB |  00m00s
- [ 45/315] libpng-devel-2:1.6.44-2.fc42. 100% | 693.3 KiB/s | 291.9 KiB |  00m00s
- [ 46/315] freetype-devel-0:2.13.3-2.fc4 100% |   1.3 MiB/s |   1.0 MiB |  00m01s
- [ 47/315] harfbuzz-cairo-0:10.4.0-1.fc4 100% |   1.1 MiB/s |  30.1 KiB |  00m00s
- [ 48/315] harfbuzz-icu-0:10.4.0-1.fc42. 100% |   1.2 MiB/s |  15.4 KiB |  00m00s
- [ 49/315] harfbuzz-devel-0:10.4.0-1.fc4 100% |   1.1 MiB/s | 453.7 KiB |  00m00s
- [ 50/315] libjxl-devel-1:0.11.1-4.fc42. 100% |   1.6 MiB/s | 197.5 KiB |  00m00s
- [ 51/315] pixman-0:0.46.2-1.fc42.x86_64 100% | 283.1 KiB/s | 292.7 KiB |  00m01s
- [ 52/315] highway-0:1.2.0-5.fc42.x86_64 100% |   2.1 MiB/s | 625.6 KiB |  00m00s
- [ 53/315] libtiff-devel-0:4.7.0-8.fc42. 100% |   1.2 MiB/s | 268.5 KiB |  00m00s
- [ 54/315] shared-mime-info-0:2.3-7.fc42 100% |   1.1 MiB/s | 393.7 KiB |  00m00s
- [ 55/315] jbigkit-libs-0:2.1-31.fc42.x8 100% |   1.2 MiB/s |  53.3 KiB |  00m00s
- [ 56/315] libtiff-0:4.7.0-8.fc42.x86_64 100% |   1.1 MiB/s | 221.2 KiB |  00m00s
- [ 57/315] liblerc-0:4.0.0-8.fc42.x86_64 100% |   1.7 MiB/s | 216.7 KiB |  00m00s
- [ 58/315] libavif-devel-0:1.1.1-1.fc42. 100% | 786.4 KiB/s |  33.8 KiB |  00m00s
- [ 59/315] libwebp-devel-0:1.5.0-2.fc42. 100% |   1.0 MiB/s |  39.7 KiB |  00m00s
- [ 60/315] libjxl-1:0.11.1-4.fc42.x86_64 100% |   1.3 MiB/s |   1.1 MiB |  00m01s
- [ 61/315] libglvnd-core-devel-1:1.7.0-7 100% | 120.7 KiB/s |  17.4 KiB |  00m00s
- [ 62/315] libglvnd-devel-1:1.7.0-7.fc42 100% | 688.7 KiB/s | 161.8 KiB |  00m00s
- [ 63/315] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 725.9 KiB/s |  36.3 KiB |  00m00s
- [ 64/315] libglvnd-gles-1:1.7.0-7.fc42. 100% | 461.1 KiB/s |  28.6 KiB |  00m00s
- [ 65/315] libglvnd-opengl-1:1.7.0-7.fc4 100% | 439.5 KiB/s |  37.4 KiB |  00m00s
- [ 66/315] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 299.5 KiB/s | 114.4 KiB |  00m00s
- [ 67/315] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 554.5 KiB/s | 133.1 KiB |  00m00s
- [ 68/315] mesa-libGLU-devel-0:9.0.3-6.f 100% |  42.5 KiB/s |  12.1 KiB |  00m00s
- [ 69/315] libjpeg-turbo-devel-0:3.1.2-1 100% | 553.7 KiB/s |  97.5 KiB |  00m00s
- [ 70/315] mesa-libGLU-0:9.0.3-6.fc42.x8 100% | 558.8 KiB/s | 167.1 KiB |  00m00s
- [ 71/315] libzstd-devel-0:1.5.7-1.fc42. 100% |   1.5 MiB/s |  53.1 KiB |  00m00s
- [ 72/315] brotli-devel-0:1.1.0-6.fc42.x 100% | 997.9 KiB/s |  33.9 KiB |  00m00s
- [ 73/315] brotli-0:1.1.0-6.fc42.x86_64  100% | 949.9 KiB/s |  19.9 KiB |  00m00s
- [ 74/315] mesa-libGL-0:25.1.9-1.fc42.x8 100% |   1.3 MiB/s | 121.8 KiB |  00m00s
- [ 75/315] highway-devel-0:1.2.0-5.fc42. 100% |   1.0 MiB/s | 422.7 KiB |  00m00s
- [ 76/315] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 992.0 KiB/s |  17.9 KiB |  00m00s
- [ 77/315] mesa-filesystem-0:25.1.9-1.fc 100% | 518.3 KiB/s |   8.8 KiB |  00m00s
- [ 78/315] libxshmfence-0:1.3.2-6.fc42.x 100% | 491.9 KiB/s |  13.3 KiB |  00m00s
- [ 79/315] lm_sensors-libs-0:3.6.0-22.fc 100% | 879.2 KiB/s |  40.4 KiB |  00m00s
- [ 80/315] mesa-libgbm-0:25.1.9-1.fc42.x 100% | 823.7 KiB/s |  14.8 KiB |  00m00s
- [ 81/315] mesa-libEGL-0:25.1.9-1.fc42.x 100% |   1.9 MiB/s | 126.9 KiB |  00m00s
- [ 82/315] libaom-devel-0:3.13.1-1.fc42. 100% | 544.9 KiB/s |  56.7 KiB |  00m00s
- [ 83/315] libvmaf-devel-0:3.0.0-3.fc42. 100% | 584.3 KiB/s |  16.4 KiB |  00m00s
- [ 84/315] rav1e-devel-0:0.7.1-8.fc42.x8 100% | 457.1 KiB/s |  16.5 KiB |  00m00s
- [ 85/315] libdav1d-devel-0:1.5.1-1.fc42 100% | 397.4 KiB/s |  19.5 KiB |  00m00s
- [ 86/315] svt-av1-devel-0:2.3.0-1.fc42. 100% |  91.9 KiB/s |  27.5 KiB |  00m00s
- [ 87/315] gtest-devel-0:1.15.2-3.fc42.x 100% | 419.1 KiB/s | 255.7 KiB |  00m01s
- [ 88/315] gtest-0:1.15.2-3.fc42.x86_64  100% |   1.5 MiB/s | 186.4 KiB |  00m00s
- [ 89/315] glib2-devel-0:2.84.4-1.fc42.x 100% |   2.6 MiB/s |   1.5 MiB |  00m01s
- [ 90/315] python3-packaging-0:24.2-3.fc 100% |   1.9 MiB/s | 154.0 KiB |  00m00s
- [ 91/315] graphite2-devel-0:1.3.14-18.f 100% | 562.6 KiB/s |  20.8 KiB |  00m00s
- [ 92/315] liblerc-devel-0:4.0.0-8.fc42. 100% |   1.1 MiB/s |   3.2 MiB |  00m03s
- [ 93/315] gmock-0:1.15.2-3.fc42.x86_64  100% | 608.1 KiB/s |  61.4 KiB |  00m00s
- [ 94/315] libicu-devel-0:76.1-4.fc42.x8 100% |   1.6 MiB/s | 793.5 KiB |  00m00s
- [ 95/315] bzip2-devel-0:1.0.8-20.fc42.x 100% | 989.4 KiB/s | 213.7 KiB |  00m00s
- [ 96/315] libdrm-0:2.4.126-1.fc42.x86_6 100% | 791.8 KiB/s | 161.5 KiB |  00m00s
- [ 97/315] libpciaccess-0:0.16-15.fc42.x 100% | 751.0 KiB/s |  26.3 KiB |  00m00s
- [ 98/315] libwayland-client-0:1.24.0-1. 100% | 934.7 KiB/s |  33.6 KiB |  00m00s
- [ 99/315] libwayland-server-0:1.24.0-1. 100% |   1.8 MiB/s |  41.5 KiB |  00m00s
- [100/315] libxml2-devel-0:2.12.10-1.fc4 100% |   1.3 MiB/s | 523.7 KiB |  00m00s
- [101/315] libdecor-0:0.2.3-5.fc42.x86_6 100% |   1.3 MiB/s |  58.0 KiB |  00m00s
- [102/315] libwayland-cursor-0:1.24.0-1. 100% |   1.4 MiB/s |  18.9 KiB |  00m00s
- [103/315] spirv-tools-libs-0:2025.2-2.f 100% |   1.7 MiB/s |   1.5 MiB |  00m01s
- [104/315] cairo-gobject-0:1.18.2-3.fc42 100% | 468.2 KiB/s |  17.3 KiB |  00m00s
- [105/315] colord-libs-0:1.4.7-6.fc42.x8 100% |   1.0 MiB/s | 231.1 KiB |  00m00s
- [106/315] fribidi-0:1.0.16-2.fc42.x86_6 100% | 569.8 KiB/s |  53.6 KiB |  00m00s
- [107/315] gtk-update-icon-cache-0:3.24. 100% | 272.3 KiB/s |  33.8 KiB |  00m00s
- [108/315] hicolor-icon-theme-0:0.17-20. 100% | 479.4 KiB/s |  65.7 KiB |  00m00s
- [109/315] libXcomposite-0:0.4.6-5.fc42. 100% | 362.8 KiB/s |  24.3 KiB |  00m00s
- [110/315] libXcursor-0:1.2.3-2.fc42.x86 100% | 729.2 KiB/s |  31.4 KiB |  00m00s
- [111/315] libXdamage-0:1.1.6-5.fc42.x86 100% | 390.1 KiB/s |  23.4 KiB |  00m00s
- [112/315] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 617.0 KiB/s |  19.1 KiB |  00m00s
- [113/315] libXi-0:1.8.2-2.fc42.x86_64   100% | 143.3 KiB/s |  40.5 KiB |  00m00s
- [114/315] libXinerama-0:1.1.5-8.fc42.x8 100% | 264.0 KiB/s |  14.3 KiB |  00m00s
- [115/315] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 347.2 KiB/s |  27.8 KiB |  00m00s
- [116/315] libcloudproviders-0:0.3.6-1.f 100% | 414.1 KiB/s |  46.8 KiB |  00m00s
- [117/315] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 488.2 KiB/s | 229.9 KiB |  00m00s
- [118/315] lcms2-0:2.16-5.fc42.x86_64    100% | 508.6 KiB/s | 184.1 KiB |  00m00s
- [119/315] libgusb-0:0.4.9-3.fc42.x86_64 100% | 424.3 KiB/s |  65.3 KiB |  00m00s
- [120/315] pango-0:1.56.4-2.fc42.x86_64  100% | 372.4 KiB/s | 351.2 KiB |  00m01s
- [121/315] libXft-0:2.3.8-8.fc42.x86_64  100% | 208.8 KiB/s |  72.9 KiB |  00m00s
- [122/315] libthai-0:0.1.29-10.fc42.x86_ 100% | 400.6 KiB/s | 211.5 KiB |  00m01s
- [123/315] libdatrie-0:0.2.13-11.fc42.x8 100% | 809.0 KiB/s |  32.4 KiB |  00m00s
- [124/315] libselinux-devel-0:3.8-3.fc42 100% | 442.7 KiB/s | 151.4 KiB |  00m00s
- [125/315] libsepol-devel-0:3.8-1.fc42.x 100% | 177.3 KiB/s |  48.4 KiB |  00m00s
- [126/315] sysprof-capture-devel-0:48.1- 100% | 299.6 KiB/s |  56.0 KiB |  00m00s
- [127/315] libmount-devel-0:2.40.4-7.fc4 100% | 498.2 KiB/s |  23.9 KiB |  00m00s
- [128/315] pcre2-devel-0:10.45-1.fc42.x8 100% | 809.8 KiB/s | 543.4 KiB |  00m01s
- [129/315] pcre2-utf16-0:10.45-1.fc42.x8 100% | 967.6 KiB/s | 241.9 KiB |  00m00s
- [130/315] pcre2-utf32-0:10.45-1.fc42.x8 100% | 735.5 KiB/s | 228.7 KiB |  00m00s
- [131/315] gtk3-0:3.24.49-2.fc42.x86_64  100% | 816.4 KiB/s |   5.8 MiB |  00m07s
- [132/315] xz-devel-1:5.8.1-2.fc42.x86_6 100% | 443.5 KiB/s |  67.0 KiB |  00m00s
- [133/315] libblkid-devel-0:2.40.4-7.fc4 100% | 319.4 KiB/s |  23.0 KiB |  00m00s
- [134/315] json-glib-0:1.10.8-1.fc42.x86 100% | 821.1 KiB/s | 172.4 KiB |  00m00s
- [135/315] adwaita-icon-theme-0:48.1-1.f 100% | 713.4 KiB/s | 398.8 KiB |  00m01s
- [136/315] adwaita-cursor-theme-0:48.1-1 100% |   1.1 MiB/s | 379.5 KiB |  00m00s
- [137/315] hwdata-0:0.400-1.fc42.noarch  100% | 991.1 KiB/s |   1.7 MiB |  00m02s
- [138/315] at-spi2-atk-0:2.56.5-1.fc42.x 100% | 536.0 KiB/s |  86.3 KiB |  00m00s
- [139/315] mesa-dri-drivers-0:25.1.9-1.f 100% | 997.0 KiB/s |  12.5 MiB |  00m13s
- [140/315] at-spi2-core-0:2.56.5-1.fc42. 100% |   1.0 MiB/s | 382.9 KiB |  00m00s
- [141/315] atk-0:2.56.5-1.fc42.x86_64    100% | 816.6 KiB/s |  80.0 KiB |  00m00s
- [142/315] libXtst-0:1.2.5-2.fc42.x86_64 100% | 573.6 KiB/s |  20.7 KiB |  00m00s
- [143/315] xprop-0:1.2.8-3.fc42.x86_64   100% | 686.2 KiB/s |  35.0 KiB |  00m00s
- [144/315] cups-filesystem-1:2.4.14-2.fc 100% | 470.3 KiB/s |  12.7 KiB |  00m00s
- [145/315] avahi-libs-0:0.9~rc2-2.fc42.x 100% |   1.2 MiB/s |  69.1 KiB |  00m00s
- [146/315] cups-libs-1:2.4.14-2.fc42.x86 100% |   1.4 MiB/s | 261.3 KiB |  00m00s
- [147/315] gdk-pixbuf2-modules-0:2.42.12 100% |   1.1 MiB/s |  28.0 KiB |  00m00s
- [148/315] gdk-pixbuf2-0:2.42.12-12.fc42 100% |   1.8 MiB/s | 488.9 KiB |  00m00s
- [149/315] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 694.5 KiB/s |  15.3 KiB |  00m00s
- [150/315] libtinysparql-0:3.9.2-1.fc42. 100% |   1.5 MiB/s | 373.6 KiB |  00m00s
- [151/315] libwayland-egl-0:1.24.0-1.fc4 100% | 386.7 KiB/s |  12.4 KiB |  00m00s
- [152/315] xdg-desktop-portal-gtk-0:1.15 100% |   1.7 MiB/s | 143.8 KiB |  00m00s
- [153/315] jxl-pixbuf-loader-1:0.11.1-4. 100% | 902.7 KiB/s |  19.9 KiB |  00m00s
- [154/315] mesa-va-drivers-0:25.1.9-1.fc 100% | 361.8 KiB/s |   7.6 KiB |  00m00s
- [155/315] libsoup3-0:3.6.5-6.fc42.x86_6 100% |   1.7 MiB/s | 391.2 KiB |  00m00s
- [156/315] adwaita-icon-theme-legacy-0:4 100% |   1.2 MiB/s |   2.5 MiB |  00m02s
- [157/315] localsearch-0:3.9.0-1.fc42.x8 100% |   1.4 MiB/s | 932.4 KiB |  00m01s
- [158/315] exempi-0:2.6.4-7.fc42.x86_64  100% |   1.7 MiB/s | 583.5 KiB |  00m00s
- [159/315] libcue-0:2.3.0-11.fc42.x86_64 100% |   1.6 MiB/s |  35.1 KiB |  00m00s
- [160/315] libgsf-0:1.14.53-3.fc42.x86_6 100% |   1.6 MiB/s | 262.8 KiB |  00m00s
- [161/315] libgudev-0:238-7.fc42.x86_64  100% | 969.9 KiB/s |  34.9 KiB |  00m00s
- [162/315] libgxps-0:0.3.2-10.fc42.x86_6 100% |   1.1 MiB/s |  77.0 KiB |  00m00s
- [163/315] libexif-0:0.6.25-1.fc42.x86_6 100% |   1.4 MiB/s | 481.1 KiB |  00m00s
- [164/315] libiptcdata-0:1.0.5-21.fc42.x 100% | 930.0 KiB/s |  60.5 KiB |  00m00s
- [165/315] totem-pl-parser-0:3.26.6-12.f 100% |   1.3 MiB/s | 143.6 KiB |  00m00s
- [166/315] libosinfo-0:1.12.0-2.fc42.x86 100% |   1.5 MiB/s | 317.2 KiB |  00m00s
- [167/315] libxslt-0:1.1.43-1.fc42.x86_6 100% |   1.6 MiB/s | 181.5 KiB |  00m00s
- [168/315] osinfo-db-tools-0:1.12.0-2.fc 100% | 614.9 KiB/s |  73.2 KiB |  00m00s
- [169/315] osinfo-db-0:20250124-1.fc42.n 100% |   1.9 MiB/s | 476.1 KiB |  00m00s
- [170/315] uchardet-0:0.0.8-7.fc42.x86_6 100% |   1.0 MiB/s | 106.3 KiB |  00m00s
- [171/315] libcanberra-gtk3-0:0.30-37.fc 100% | 849.1 KiB/s |  30.6 KiB |  00m00s
- [172/315] libtdb-0:1.4.13-2.fc42.x86_64 100% |   2.1 MiB/s |  54.8 KiB |  00m00s
- [173/315] libcanberra-0:0.30-37.fc42.x8 100% |   1.6 MiB/s |  84.1 KiB |  00m00s
- [174/315] libvorbis-1:1.3.7-12.fc42.x86 100% |   1.6 MiB/s | 189.2 KiB |  00m00s
- [175/315] sound-theme-freedesktop-0:0.8 100% |   1.3 MiB/s | 382.4 KiB |  00m00s
- [176/315] libogg-2:1.3.5-11.fc42.x86_64 100% | 770.8 KiB/s |  33.1 KiB |  00m00s
- [177/315] libasyncns-0:0.8-30.fc42.x86_ 100% | 629.2 KiB/s |  30.2 KiB |  00m00s
- [178/315] libsndfile-0:1.2.2-8.fc42.x86 100% |   1.3 MiB/s | 221.5 KiB |  00m00s
- [179/315] pulseaudio-libs-0:17.0-5.fc42 100% |   1.0 MiB/s | 701.1 KiB |  00m01s
- [180/315] gsm-0:1.0.22-8.fc42.x86_64    100% | 511.3 KiB/s |  35.8 KiB |  00m00s
- [181/315] flac-libs-0:1.4.3-6.fc42.x86_ 100% |   1.1 MiB/s | 274.3 KiB |  00m00s
- [182/315] opus-0:1.5.2-2.fc42.x86_64    100% |   1.7 MiB/s | 236.9 KiB |  00m00s
- [183/315] dconf-0:0.40.0-15.fc42.x86_64 100% |   1.0 MiB/s | 109.5 KiB |  00m00s
- [184/315] lame-libs-0:3.100-19.fc42.x86 100% | 761.7 KiB/s | 339.7 KiB |  00m00s
- [185/315] rsvg-pixbuf-loader-0:2.60.0-2 100% |   1.0 MiB/s | 164.9 KiB |  00m00s
- [186/315] webp-pixbuf-loader-0:0.2.7-3. 100% | 707.0 KiB/s |  19.8 KiB |  00m00s
- [187/315] avif-pixbuf-loader-0:1.1.1-1. 100% | 771.3 KiB/s |  16.2 KiB |  00m00s
- [188/315] tinysparql-0:3.9.2-1.fc42.x86 100% |   1.6 MiB/s |   1.0 MiB |  00m01s
- [189/315] glib-networking-0:2.80.1-1.fc 100% |   1.2 MiB/s | 201.4 KiB |  00m00s
- [190/315] libproxy-0:0.5.8-2.fc42.x86_6 100% |   1.4 MiB/s |  45.5 KiB |  00m00s
- [191/315] xdg-desktop-portal-0:1.20.3-1 100% |   1.8 MiB/s | 505.3 KiB |  00m00s
- [192/315] fuse3-0:3.16.2-5.fc42.x86_64  100% | 652.7 KiB/s |  57.4 KiB |  00m00s
- [193/315] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   1.2 MiB/s |  94.2 KiB |  00m00s
- [194/315] geoclue2-0:2.7.2-2.fc42.x86_6 100% |   1.1 MiB/s | 144.1 KiB |  00m00s
- [195/315] fuse-common-0:3.16.2-5.fc42.x 100% | 200.0 KiB/s |   8.6 KiB |  00m00s
- [196/315] ModemManager-glib-0:1.22.0-5. 100% |   1.3 MiB/s | 304.6 KiB |  00m00s
- [197/315] gsettings-desktop-schemas-0:4 100% |   2.3 MiB/s | 784.0 KiB |  00m00s
- [198/315] giflib-0:5.2.2-6.fc42.x86_64  100% |   1.5 MiB/s |  52.2 KiB |  00m00s
- [199/315] librsvg2-0:2.60.0-2.fc42.x86_ 100% | 831.9 KiB/s |   1.9 MiB |  00m02s
- [200/315] libunwind-0:1.8.1-2.fc42.x86_ 100% | 941.1 KiB/s |  77.2 KiB |  00m00s
- [201/315] svt-av1-devel-docs-0:2.3.0-1. 100% |   1.2 MiB/s |   6.8 MiB |  00m06s
- [202/315] cdparanoia-libs-0:10.2-47.fc4 100% | 982.0 KiB/s |  54.0 KiB |  00m00s
- [203/315] graphene-0:1.10.6-10.fc42.x86 100% |   1.0 MiB/s |  61.3 KiB |  00m00s
- [204/315] gstreamer1-0:1.26.7-1.fc42.x8 100% |   2.1 MiB/s |   1.7 MiB |  00m01s
- [205/315] libXv-0:1.0.13-2.fc42.x86_64  100% | 744.8 KiB/s |  18.6 KiB |  00m00s
- [206/315] libtheora-1:1.1.1-39.fc42.x86 100% |   1.3 MiB/s | 170.4 KiB |  00m00s
- [207/315] orc-0:0.4.41-1.fc42.x86_64    100% |   1.5 MiB/s | 220.5 KiB |  00m00s
- [208/315] libavformat-free-0:7.1.2-1.fc 100% |   1.0 MiB/s |   1.1 MiB |  00m01s
- [209/315] gstreamer1-plugins-base-0:1.2 100% | 868.7 KiB/s |   2.3 MiB |  00m03s
- [210/315] libavutil-free-0:7.1.2-1.fc42 100% | 559.4 KiB/s | 358.0 KiB |  00m01s
- [211/315] iso-codes-0:4.17.0-2.fc42.noa 100% |   1.3 MiB/s |   3.6 MiB |  00m03s
- [212/315] game-music-emu-0:0.6.3-17.fc4 100% | 547.5 KiB/s | 154.4 KiB |  00m00s
- [213/315] libbluray-0:1.3.4-9.fc42.x86_ 100% | 741.1 KiB/s | 174.2 KiB |  00m00s
- [214/315] libchromaprint-0:1.5.1-24.fc4 100% |   1.4 MiB/s |  41.8 KiB |  00m00s
- [215/315] libdvdnav-0:6.1.1-10.fc42.x86 100% |   1.4 MiB/s |  55.9 KiB |  00m00s
- [216/315] libdvdread-0:6.1.3-9.fc42.x86 100% | 844.3 KiB/s |  72.6 KiB |  00m00s
- [217/315] librabbitmq-0:0.15.0-2.fc42.x 100% | 516.8 KiB/s |  43.9 KiB |  00m00s
- [218/315] libmodplug-1:0.8.9.0-27.fc42. 100% | 782.6 KiB/s | 178.4 KiB |  00m00s
- [219/315] librist-0:0.2.7-9.fc42.x86_64 100% | 946.6 KiB/s |  76.7 KiB |  00m00s
- [220/315] zeromq-0:4.3.5-21.fc42.x86_64 100% |   1.7 MiB/s | 468.9 KiB |  00m00s
- [221/315] libswresample-free-0:7.1.2-1. 100% |   5.1 MiB/s |  67.9 KiB |  00m00s
- [222/315] aribb24-0:1.0.3^20160216git5e 100% |   4.2 MiB/s |  38.3 KiB |  00m00s
- [223/315] codec2-0:1.2.0-6.fc42.x86_64  100% |   5.9 MiB/s | 644.4 KiB |  00m00s
- [224/315] srt-libs-0:1.5.4-2.fc42.x86_6 100% | 964.3 KiB/s | 389.6 KiB |  00m00s
- [225/315] ilbc-0:3.0.4-13.fc42.x86_64   100% | 964.9 KiB/s |  56.9 KiB |  00m00s
- [226/315] libaribcaption-0:1.1.1-2.fc42 100% |   2.9 MiB/s | 111.6 KiB |  00m00s
- [227/315] fdk-aac-free-0:2.0.0-15.fc42. 100% |   3.2 MiB/s | 342.4 KiB |  00m00s
- [228/315] libva-0:2.22.0-4.fc42.x86_64  100% |   4.4 MiB/s | 116.9 KiB |  00m00s
- [229/315] liblc3-0:1.1.3-1.fc42.x86_64  100% |   2.4 MiB/s | 105.2 KiB |  00m00s
- [230/315] snappy-0:1.2.1-4.fc42.x86_64  100% |   2.0 MiB/s |  39.9 KiB |  00m00s
- [231/315] opencore-amr-0:0.1.6-8.fc42.x 100% |   4.9 MiB/s | 181.9 KiB |  00m00s
- [232/315] twolame-libs-0:0.4.0-6.fc42.x 100% |   3.9 MiB/s |  68.7 KiB |  00m00s
- [233/315] speex-0:1.2.0-19.fc42.x86_64  100% |   1.9 MiB/s |  70.8 KiB |  00m00s
- [234/315] vo-amrwbenc-0:0.1.3-22.fc42.x 100% | 608.9 KiB/s |  82.8 KiB |  00m00s
- [235/315] xvidcore-0:1.3.7-13.fc42.x86_ 100% |   1.0 MiB/s | 267.4 KiB |  00m00s
- [236/315] libvdpau-0:1.5-9.fc42.x86_64  100% | 723.0 KiB/s |  16.6 KiB |  00m00s
- [237/315] libudfread-0:1.1.2-11.fc42.x8 100% | 427.6 KiB/s |  35.5 KiB |  00m00s
- [238/315] cjson-0:1.7.18-2.fc42.x86_64  100% | 585.9 KiB/s |  32.2 KiB |  00m00s
- [239/315] zvbi-0:0.2.43-2.fc42.x86_64   100% |   1.1 MiB/s | 433.3 KiB |  00m00s
- [240/315] openpgm-0:5.3.128-4.fc42.x86_ 100% |   1.1 MiB/s | 183.1 KiB |  00m00s
- [241/315] libsodium-0:1.0.20-4.fc42.x86 100% | 675.4 KiB/s | 175.6 KiB |  00m00s
- [242/315] soxr-0:0.1.3-18.fc42.x86_64   100% |   1.3 MiB/s |  86.8 KiB |  00m00s
- [243/315] libgexiv2-0:0.14.6-1.fc42.x86 100% |   1.2 MiB/s | 100.9 KiB |  00m00s
- [244/315] poppler-glib-0:25.02.0-3.fc42 100% |   1.2 MiB/s | 200.6 KiB |  00m00s
- [245/315] poppler-0:25.02.0-3.fc42.x86_ 100% |   3.3 MiB/s |   1.3 MiB |  00m00s
- [246/315] libavcodec-free-0:7.1.2-1.fc4 100% |   1.0 MiB/s |   4.2 MiB |  00m04s
- [247/315] upower-libs-0:1.90.10-1.fc42. 100% |   1.4 MiB/s |  59.5 KiB |  00m00s
- [248/315] mpg123-libs-0:1.32.10-1.fc42. 100% |   1.7 MiB/s | 355.5 KiB |  00m00s
- [249/315] poppler-data-0:0.4.11-9.fc42. 100% |   3.3 MiB/s |   2.0 MiB |  00m01s
- [250/315] alsa-lib-0:1.2.14-3.fc42.x86_ 100% |   2.9 MiB/s | 531.3 KiB |  00m00s
- [251/315] libnotify-0:0.8.7-1.fc42.x86_ 100% |   2.5 MiB/s |  53.8 KiB |  00m00s
- [252/315] mbedtls-0:3.6.4-1.fc42.x86_64 100% |   1.7 MiB/s | 510.9 KiB |  00m00s
- [253/315] fftw-libs-single-0:3.3.10-15. 100% |   2.0 MiB/s |   1.2 MiB |  00m01s
- [254/315] libebur128-0:1.2.6-12.fc42.x8 100% |   1.6 MiB/s |  24.8 KiB |  00m00s
- [255/315] libldac-0:2.0.2.3-17.fc42.x86 100% |   1.3 MiB/s |  42.9 KiB |  00m00s
- [256/315] libsbc-0:2.0-6.fc42.x86_64    100% |   1.4 MiB/s |  49.3 KiB |  00m00s
- [257/315] pipewire-libs-0:1.4.9-1.fc42. 100% |   2.7 MiB/s |   2.4 MiB |  00m01s
- [258/315] gobject-introspection-0:1.84. 100% |   2.4 MiB/s | 119.9 KiB |  00m00s
- [259/315] webrtc-audio-processing-0:1.3 100% |   2.3 MiB/s | 537.4 KiB |  00m00s
- [260/315] gpgmepp-0:1.24.3-1.fc42.x86_6 100% |   2.6 MiB/s | 143.2 KiB |  00m00s
- [261/315] nspr-0:4.37.0-3.fc42.x86_64   100% |   2.6 MiB/s | 137.6 KiB |  00m00s
- [262/315] gpgme-0:1.24.3-1.fc42.x86_64  100% |   2.2 MiB/s | 219.1 KiB |  00m00s
- [263/315] nss-softokn-0:3.116.0-1.fc42. 100% |   2.4 MiB/s | 425.7 KiB |  00m00s
- [264/315] nss-0:3.116.0-1.fc42.x86_64   100% |   2.8 MiB/s | 712.9 KiB |  00m00s
- [265/315] nss-sysinit-0:3.116.0-1.fc42. 100% |   1.2 MiB/s |  18.9 KiB |  00m00s
- [266/315] nss-softokn-freebl-0:3.116.0- 100% |   2.3 MiB/s | 329.0 KiB |  00m00s
- [267/315] openjpeg-0:2.5.4-1.fc42.x86_6 100% |   2.3 MiB/s | 192.3 KiB |  00m00s
- [268/315] bluez-libs-0:5.84-2.fc42.x86_ 100% |   1.9 MiB/s |  83.6 KiB |  00m00s
- [269/315] nss-util-0:3.116.0-1.fc42.x86 100% |   2.3 MiB/s |  85.7 KiB |  00m00s
- [270/315] libvpl-1:2.15.0-2.fc42.x86_64 100% |   2.8 MiB/s | 161.1 KiB |  00m00s
- [271/315] lpcnetfreedv-0:0.5-8.fc42.x86 100% |   2.3 MiB/s |   7.3 MiB |  00m03s
- [272/315] libsmbclient-2:4.22.4-1.fc42. 100% |   2.1 MiB/s |  77.7 KiB |  00m00s
- [273/315] exiv2-libs-0:0.28.6-2.fc42.x8 100% |   2.1 MiB/s | 908.5 KiB |  00m00s
- [274/315] libopenmpt-0:0.8.3-1.fc42.x86 100% |   2.1 MiB/s | 785.6 KiB |  00m00s
- [275/315] libldb-2:4.22.4-1.fc42.x86_64 100% |   1.8 MiB/s | 188.4 KiB |  00m00s
- [276/315] samba-common-2:4.22.4-1.fc42. 100% |   1.3 MiB/s | 177.0 KiB |  00m00s
- [277/315] samba-common-libs-2:4.22.4-1. 100% | 990.9 KiB/s | 107.0 KiB |  00m00s
- [278/315] libtalloc-0:2.4.3-2.fc42.x86_ 100% |   2.8 MiB/s |  34.9 KiB |  00m00s
- [279/315] lmdb-libs-0:0.9.33-3.fc42.x86 100% |   2.9 MiB/s |  62.4 KiB |  00m00s
- [280/315] libtevent-0:0.16.2-2.fc42.x86 100% |   1.7 MiB/s |  51.4 KiB |  00m00s
- [281/315] libwbclient-2:4.22.4-1.fc42.x 100% |   3.5 MiB/s |  46.3 KiB |  00m00s
- [282/315] libvpx-0:1.15.0-3.fc42.x86_64 100% |   2.5 MiB/s |   1.2 MiB |  00m00s
- [283/315] openh264-0:2.5.1-1.fc42.x86_6 100% | 742.2 KiB/s | 423.1 KiB |  00m01s
- [284/315] libvisual-1:0.4.2-1.fc42.x86_ 100% |   1.5 MiB/s | 169.0 KiB |  00m00s
- [285/315] inih-cpp-0:62-1.fc42.x86_64   100% | 264.6 KiB/s |  23.5 KiB |  00m00s
- [286/315] inih-0:62-1.fc42.x86_64       100% | 792.8 KiB/s |  18.2 KiB |  00m00s
- [287/315] sdl12-compat-0:1.2.68-5.fc42. 100% | 785.5 KiB/s |  91.1 KiB |  00m00s
- [288/315] OpenCL-ICD-Loader-0:3.0.6-2.2 100% |   1.6 MiB/s |  28.2 KiB |  00m00s
- [289/315] low-memory-monitor-0:2.1-12.f 100% |   1.3 MiB/s |  34.3 KiB |  00m00s
- [290/315] pipewire-0:1.4.9-1.fc42.x86_6 100% |   1.2 MiB/s | 134.8 KiB |  00m00s
- [291/315] rtkit-0:0.11-66.fc42.x86_64   100% |   1.9 MiB/s |  55.1 KiB |  00m00s
- [292/315] adwaita-mono-fonts-0:48.2-2.f 100% |   3.1 MiB/s |   1.4 MiB |  00m00s
- [293/315] glibc-gconv-extra-0:2.41-11.f 100% |   2.4 MiB/s |   1.6 MiB |  00m01s
- [294/315] upower-0:1.90.10-1.fc42.x86_6 100% |   1.7 MiB/s | 119.6 KiB |  00m00s
- [295/315] libimobiledevice-0:1.3.0^2024 100% |   1.9 MiB/s | 140.5 KiB |  00m00s
- [296/315] adwaita-sans-fonts-0:48.2-2.f 100% |   3.2 MiB/s | 764.0 KiB |  00m00s
- [297/315] libplist-0:2.6.0-2.fc42.x86_6 100% |   1.5 MiB/s |  97.4 KiB |  00m00s
- [298/315] libusbmuxd-0:2.1.0-3.fc42.x86 100% |   1.8 MiB/s |  37.5 KiB |  00m00s
- [299/315] libimobiledevice-glue-0:1.3.1 100% | 647.8 KiB/s |  53.8 KiB |  00m00s
- [300/315] samba-client-libs-2:4.22.4-1. 100% |   2.3 MiB/s |   5.6 MiB |  00m02s
- [301/315] exiv2-0:0.28.6-2.fc42.x86_64  100% |   2.5 MiB/s |   2.0 MiB |  00m01s
- [302/315] logrotate-0:3.22.0-3.fc42.x86 100% |   1.8 MiB/s |  76.1 KiB |  00m00s
- [303/315] wireplumber-0:0.5.12-1.fc42.x 100% |   2.6 MiB/s | 119.0 KiB |  00m00s
- [304/315] wireplumber-libs-0:0.5.12-1.f 100% |   2.6 MiB/s | 421.3 KiB |  00m00s
- [305/315] pipewire-alsa-0:1.4.9-1.fc42. 100% |   1.2 MiB/s |  60.4 KiB |  00m00s
- [306/315] pipewire-jack-audio-connectio 100% | 585.1 KiB/s |  12.3 KiB |  00m00s
- [307/315] pipewire-jack-audio-connectio 100% |   1.3 MiB/s | 145.1 KiB |  00m00s
- [308/315] pipewire-pulseaudio-0:1.4.9-1 100% |   1.6 MiB/s | 210.1 KiB |  00m00s
- [309/315] pipewire-plugin-libcamera-0:1 100% |   1.7 MiB/s |  75.3 KiB |  00m00s
- [310/315] intel-vpl-gpu-rt-0:25.3.4-1.f 100% |   2.4 MiB/s |   3.8 MiB |  00m02s
- [311/315] intel-mediasdk-0:23.2.2-7.fc4 100% |   2.5 MiB/s |   2.7 MiB |  00m01s
- [312/315] libcamera-0:0.4.0-4.fc42.x86_ 100% |   1.8 MiB/s | 605.0 KiB |  00m00s
- [313/315] usbmuxd-0:1.1.1^20240915git0b 100% |   1.4 MiB/s |  67.2 KiB |  00m00s
- [314/315] lttng-ust-0:2.13.8-4.fc42.x86 100% |   1.8 MiB/s | 331.4 KiB |  00m00s
- [315/315] libcamera-ipa-0:0.4.0-4.fc42. 100% |   2.1 MiB/s | 147.0 KiB |  00m00s
- --------------------------------------------------------------------------------
- [315/315] Total                         100% |   3.6 MiB/s | 140.0 MiB |  00m39s
- Running transaction
- [  1/317] Verify package files          100% | 147.0   B/s | 315.0   B |  00m02s
- [  2/317] Prepare transaction           100% | 746.0   B/s | 315.0   B |  00m00s
- [  3/317] Installing libXext-0:1.3.6-3. 100% |  22.3 MiB/s |  91.2 KiB |  00m00s
- [  4/317] Installing libpng-2:1.6.44-2. 100% |  33.9 MiB/s | 242.9 KiB |  00m00s
- [  5/317] Installing cmake-filesystem-0 100% |   1.1 MiB/s |   7.6 KiB |  00m00s
- [  6/317] Installing avahi-libs-0:0.9~r 100% |  30.3 MiB/s | 186.2 KiB |  00m00s
- [  7/317] Installing libjpeg-turbo-0:3. 100% |  78.8 MiB/s | 806.6 KiB |  00m00s
- [  8/317] Installing zlib-ng-compat-dev 100% |  26.5 MiB/s | 108.5 KiB |  00m00s
- [  9/317] Installing nspr-0:4.37.0-3.fc 100% |  38.7 MiB/s | 317.2 KiB |  00m00s
- [ 10/317] Installing libogg-2:1.3.5-11. 100% |  15.3 MiB/s |  46.9 KiB |  00m00s
- [ 11/317] Installing libvorbis-1:1.3.7- 100% |  62.8 MiB/s | 835.9 KiB |  00m00s
- [ 12/317] Installing json-glib-0:1.10.8 100% |  65.6 MiB/s | 604.4 KiB |  00m00s
- [ 13/317] Installing libwayland-client- 100% |  20.6 MiB/s |  63.2 KiB |  00m00s
- [ 14/317] Installing libXrender-0:0.9.1 100% |  16.7 MiB/s |  51.3 KiB |  00m00s
- [ 15/317] Installing libplist-0:2.6.0-2 100% |   5.7 MiB/s | 239.7 KiB |  00m00s
- [ 16/317] Installing libtalloc-0:2.4.3- 100% |  15.9 MiB/s |  65.2 KiB |  00m00s
- [ 17/317] Installing libtdb-0:1.4.13-2. 100% |  24.8 MiB/s | 101.6 KiB |  00m00s
- [ 18/317] Installing libglvnd-1:1.7.0-7 100% |  64.9 MiB/s | 531.6 KiB |  00m00s
- [ 19/317] Installing fonts-filesystem-1 100% | 384.8 KiB/s | 788.0   B |  00m00s
- [ 20/317] Installing libwebp-0:1.5.0-2. 100% |  58.1 MiB/s | 951.8 KiB |  00m00s
- [ 21/317] Installing nss-util-0:3.116.0 100% |  32.8 MiB/s | 201.8 KiB |  00m00s
- [ 22/317] Installing libXi-0:1.8.2-2.fc 100% |  20.9 MiB/s |  85.7 KiB |  00m00s
- [ 23/317] Installing alsa-lib-0:1.2.14- 100% |  22.9 MiB/s |   1.4 MiB |  00m00s
- [ 24/317] Installing opus-0:1.5.2-2.fc4 100% |  52.3 MiB/s | 428.6 KiB |  00m00s
- [ 25/317] Installing libgudev-0:238-7.f 100% |  17.4 MiB/s |  89.3 KiB |  00m00s
- [ 26/317] Installing libsoup3-0:3.6.5-6 100% |  71.9 MiB/s |   1.2 MiB |  00m00s
- [ 27/317] Installing lcms2-0:2.16-5.fc4 100% |  47.7 MiB/s | 439.3 KiB |  00m00s
- [ 28/317] Installing libXfixes-0:6.0.1- 100% |  10.3 MiB/s |  31.6 KiB |  00m00s
- [ 29/317] Installing libdav1d-0:1.5.1-1 100% |  73.6 MiB/s |   1.7 MiB |  00m00s
- [ 30/317] Installing libtevent-0:0.16.2 100% |  20.0 MiB/s | 102.5 KiB |  00m00s
- [ 31/317] Installing libimobiledevice-g 100% |  24.3 MiB/s | 124.4 KiB |  00m00s
- [ 32/317] Installing libwayland-cursor- 100% |   9.4 MiB/s |  38.5 KiB |  00m00s
- [ 33/317] Installing avahi-glib-0:0.9~r 100% |   8.0 MiB/s |  24.4 KiB |  00m00s
- [ 34/317] Installing libtinysparql-0:3. 100% |  14.2 MiB/s |   1.3 MiB |  00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.22.4-1.fc42.noarch
- >>> Finished sysusers scriptlet: samba-common-2:4.22.4-1.fc42.noarch
- >>> Scriptlet output:
- >>> Creating group 'printadmin' with GID 994.
- >>>
- [ 35/317] Installing samba-common-2:4.2 100% |   6.0 MiB/s | 208.0 KiB |  00m00s
- [ 36/317] Installing libvpl-1:2.15.0-2. 100% |  41.8 MiB/s | 428.5 KiB |  00m00s
- [ 37/317] Installing libunwind-0:1.8.1- 100% |  24.1 MiB/s | 197.4 KiB |  00m00s
- [ 38/317] Installing gstreamer1-0:1.26. 100% |  52.3 MiB/s |   5.4 MiB |  00m00s
- [ 39/317] Installing hwdata-0:0.400-1.f 100% |  86.4 MiB/s |   9.6 MiB |  00m00s
- [ 40/317] Installing mesa-filesystem-0: 100% |   2.1 MiB/s |   4.3 KiB |  00m00s
- [ 41/317] Installing rav1e-libs-0:0.7.1 100% |  73.0 MiB/s |   3.0 MiB |  00m00s
- [ 42/317] Installing libwebp-devel-0:1. 100% |  20.3 MiB/s | 124.9 KiB |  00m00s
- [ 43/317] Installing libglvnd-opengl-1: 100% |  36.5 MiB/s | 149.6 KiB |  00m00s
- [ 44/317] Installing libtheora-1:1.1.1- 100% |  52.5 MiB/s | 483.7 KiB |  00m00s
- [ 45/317] Installing libpng-devel-2:1.6 100% |  20.5 MiB/s | 881.7 KiB |  00m00s
- [ 46/317] Installing openjpeg-0:2.5.4-1 100% |  49.7 MiB/s | 458.2 KiB |  00m00s
- [ 47/317] Installing mpg123-libs-0:1.32 100% |  57.0 MiB/s | 816.6 KiB |  00m00s
- [ 48/317] Installing liblc3-0:1.1.3-1.f 100% |  33.6 MiB/s | 171.8 KiB |  00m00s
- [ 49/317] Installing fdk-aac-free-0:2.0 100% |  54.8 MiB/s | 617.3 KiB |  00m00s
- [ 50/317] Installing libdvdread-0:6.1.3 100% |  26.3 MiB/s | 161.8 KiB |  00m00s
- [ 51/317] Installing gsettings-desktop- 100% | 209.2 MiB/s |   5.4 MiB |  00m00s
- [ 52/317] Installing fuse3-libs-0:3.16. 100% |  46.0 MiB/s | 282.6 KiB |  00m00s
- [ 53/317] Installing lame-libs-0:3.100- 100% | 109.3 MiB/s |   1.2 MiB |  00m00s
- [ 54/317] Installing gsm-0:1.0.22-8.fc4 100% |  22.9 MiB/s |  70.4 KiB |  00m00s
- [ 55/317] Installing libwayland-egl-0:1 100% |   4.4 MiB/s |  13.6 KiB |  00m00s
- [ 56/317] Installing fribidi-0:1.0.16-2 100% |   5.1 MiB/s | 196.8 KiB |  00m00s
- [ 57/317] Installing libwayland-server- 100% |  19.5 MiB/s |  79.7 KiB |  00m00s
- [ 58/317] Installing gtest-0:1.15.2-3.f 100% |  54.6 MiB/s | 503.2 KiB |  00m00s
- [ 59/317] Installing liblerc-0:4.0.0-8. 100% |  44.5 MiB/s | 637.6 KiB |  00m00s
- [ 60/317] Installing shared-mime-info-0 100% |  21.7 MiB/s |   2.6 MiB |  00m00s
- [ 61/317] Installing gdk-pixbuf2-0:2.42 100% |  46.6 MiB/s |   2.5 MiB |  00m00s
- [ 62/317] Installing highway-0:1.2.0-5. 100% |  71.4 MiB/s |   4.4 MiB |  00m00s
- [ 63/317] Installing libjxl-1:0.11.1-4. 100% |  71.0 MiB/s |   3.1 MiB |  00m00s
- [ 64/317] Installing pixman-0:0.46.2-1. 100% |  63.2 MiB/s | 711.4 KiB |  00m00s
- [ 65/317] Installing libtextstyle-0:0.2 100% |  33.9 MiB/s | 208.3 KiB |  00m00s
- [ 66/317] Installing gettext-libs-0:0.2 100% |  72.4 MiB/s |   2.0 MiB |  00m00s
- [ 67/317] Installing libvmaf-0:3.0.0-3. 100% |  73.5 MiB/s | 828.4 KiB |  00m00s
- [ 68/317] Installing libaom-0:3.13.1-1. 100% |  54.1 MiB/s |   5.0 MiB |  00m00s
- [ 69/317] Installing xml-common-0:0.6.3 100% |   9.9 MiB/s |  81.1 KiB |  00m00s
- [ 70/317] Installing graphite2-0:1.3.14 100% |   4.2 MiB/s | 197.9 KiB |  00m00s
- [ 71/317] Installing harfbuzz-0:10.4.0- 100% |  61.1 MiB/s |   2.7 MiB |  00m00s
- [ 72/317] Installing freetype-0:2.13.3- 100% |  52.5 MiB/s | 859.9 KiB |  00m00s
- [ 73/317] Installing harfbuzz-icu-0:10. 100% |   5.3 MiB/s |  16.3 KiB |  00m00s
- [ 74/317] Installing graphite2-devel-0: 100% |   5.5 MiB/s |  50.8 KiB |  00m00s
- [ 75/317] Installing iso-codes-0:4.17.0 100% | 154.0 MiB/s |  20.5 MiB |  00m00s
- [ 76/317] Installing libvmaf-devel-0:3. 100% |   7.6 MiB/s |  30.9 KiB |  00m00s
- [ 77/317] Installing libaom-devel-0:3.1 100% |  37.1 MiB/s | 228.2 KiB |  00m00s
- [ 78/317] Installing pixman-devel-0:0.4 100% |  18.5 MiB/s |  56.9 KiB |  00m00s
- [ 79/317] Installing gtk-update-icon-ca 100% |   1.7 MiB/s |  63.3 KiB |  00m00s
- [ 80/317] Installing libgsf-0:1.14.53-3 100% |  20.8 MiB/s | 979.8 KiB |  00m00s
- [ 81/317] Installing libnotify-0:0.8.7- 100% |   3.1 MiB/s | 126.0 KiB |  00m00s
- [ 82/317] Installing liblerc-devel-0:4. 100% | 225.6 MiB/s |   4.3 MiB |  00m00s
- [ 83/317] Installing gmock-0:1.15.2-3.f 100% |  21.6 MiB/s | 132.4 KiB |  00m00s
- [ 84/317] Installing gtest-devel-0:1.15 100% |  66.1 MiB/s |   1.1 MiB |  00m00s
- [ 85/317] Installing highway-devel-0:1. 100% |  70.5 MiB/s |   3.7 MiB |  00m00s
- [ 86/317] Installing libdvdnav-0:6.1.1- 100% |  29.7 MiB/s | 121.7 KiB |  00m00s
- [ 87/317] Installing libopenmpt-0:0.8.3 100% |  64.6 MiB/s |   1.8 MiB |  00m00s
- [ 88/317] Installing mesa-libGLU-0:9.0. 100% |  50.6 MiB/s | 362.6 KiB |  00m00s
- [ 89/317] Installing rav1e-devel-0:0.7. 100% |  15.4 MiB/s |  47.3 KiB |  00m00s
- [ 90/317] Installing libpciaccess-0:0.1 100% |  11.2 MiB/s |  45.9 KiB |  00m00s
- [ 91/317] Installing libdrm-0:2.4.126-1 100% |  23.2 MiB/s | 403.7 KiB |  00m00s
- [ 92/317] Installing osinfo-db-0:202501 100% |  23.9 MiB/s |   4.1 MiB |  00m00s
- [ 93/317] Installing libusbmuxd-0:2.1.0 100% |  15.0 MiB/s |  76.8 KiB |  00m00s
- [ 94/317] Installing libimobiledevice-0 100% |  42.7 MiB/s | 306.3 KiB |  00m00s
- [ 95/317] Installing libdav1d-devel-0:1 100% |  14.1 MiB/s |  43.2 KiB |  00m00s
- [ 96/317] Installing libXcursor-0:1.2.3 100% |  14.4 MiB/s |  59.1 KiB |  00m00s
- [ 97/317] Installing libXdamage-0:1.1.6 100% |  14.7 MiB/s |  45.2 KiB |  00m00s
- [ 98/317] Installing osinfo-db-tools-0: 100% |   4.8 MiB/s | 197.2 KiB |  00m00s
- [ 99/317] Installing libXtst-0:1.2.5-2. 100% |  11.3 MiB/s |  34.6 KiB |  00m00s
- [100/317] Installing nss-softokn-freebl 100% |  55.4 MiB/s | 850.5 KiB |  00m00s
- [101/317] Installing nss-softokn-0:3.11 100% |  74.6 MiB/s |   1.9 MiB |  00m00s
- [102/317] Installing nss-0:3.116.0-1.fc 100% |  36.2 MiB/s |   1.9 MiB |  00m00s
- [103/317] Installing nss-sysinit-0:3.11 100% | 479.8 KiB/s |  19.2 KiB |  00m00s
- [104/317] Installing abattis-cantarell- 100% |  38.0 MiB/s | 194.4 KiB |  00m00s
- [105/317] Installing libXrender-devel-0 100% |  16.6 MiB/s |  51.0 KiB |  00m00s
- [106/317] Installing libXrandr-0:1.5.4- 100% |  13.9 MiB/s |  57.0 KiB |  00m00s
- [107/317] Installing libgusb-0:0.4.9-3. 100% |  32.0 MiB/s | 163.7 KiB |  00m00s
- [108/317] Installing colord-libs-0:1.4. 100% |  59.6 MiB/s | 853.7 KiB |  00m00s
- [109/317] Installing flac-libs-0:1.4.3- 100% |  52.6 MiB/s | 700.8 KiB |  00m00s
- [110/317] Installing libsndfile-0:1.2.2 100% |  53.9 MiB/s | 551.6 KiB |  00m00s
- [111/317] Installing libyuv-0:0-0.56.20 100% |  60.8 MiB/s | 685.3 KiB |  00m00s
- [112/317] Installing libjpeg-turbo-deve 100% |  58.0 MiB/s | 356.5 KiB |  00m00s
- [113/317] Installing aribb24-0:1.0.3^20 100% |  16.3 MiB/s |  83.2 KiB |  00m00s
- [114/317] Installing zvbi-0:0.2.43-2.fc 100% |  10.3 MiB/s |   1.2 MiB |  00m00s
- [115/317] Installing libXext-devel-0:1. 100% |   9.8 MiB/s | 110.9 KiB |  00m00s
- [116/317] Installing libXxf86vm-0:1.1.6 100% |   9.9 MiB/s |  30.5 KiB |  00m00s
- [117/317] Installing libXinerama-0:1.1. 100% |   9.8 MiB/s |  20.1 KiB |  00m00s
- [118/317] Installing libXv-0:1.0.13-2.f 100% |  10.2 MiB/s |  31.2 KiB |  00m00s
- [119/317] Installing libvdpau-0:1.5-9.f 100% |   5.5 MiB/s |  22.4 KiB |  00m00s
- [120/317] Installing lttng-ust-0:2.13.8 100% |  53.2 MiB/s |   1.1 MiB |  00m00s
- [121/317] Installing libcamera-0:0.4.0- 100% |  17.4 MiB/s |   1.9 MiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'rtkit' with GID 172.
- >>> Creating user 'rtkit' (RealtimeKit) with UID 172 and GID 172.
- >>>
- [122/317] Installing rtkit-0:0.11-66.fc 100% |   1.1 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished %post scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>
- [123/317] Installing OpenCL-ICD-Loader- 100% |   4.4 MiB/s |  71.8 KiB |  00m00s
- [124/317] Installing glibc-gconv-extra- 100% |  46.6 MiB/s |   7.3 MiB |  00m00s
- [125/317] Installing inih-0:62-1.fc42.x 100% |   7.7 MiB/s |  23.6 KiB |  00m00s
- [126/317] Installing inih-cpp-0:62-1.fc 100% |   5.1 MiB/s |  36.8 KiB |  00m00s
- [127/317] Installing exiv2-libs-0:0.28. 100% |  63.2 MiB/s |   2.8 MiB |  00m00s
- [128/317] Installing libgexiv2-0:0.14.6 100% |  39.3 MiB/s | 281.4 KiB |  00m00s
- [129/317] Installing openh264-0:2.5.1-1 100% |  52.2 MiB/s |   1.1 MiB |  00m00s
- [130/317] Installing libvpx-0:1.15.0-3. 100% |  66.4 MiB/s |   3.3 MiB |  00m00s
- [131/317] Installing lmdb-libs-0:0.9.33 100% |  13.0 MiB/s | 106.9 KiB |  00m00s
- [132/317] Installing libldb-2:4.22.4-1. 100% |  24.8 MiB/s | 456.5 KiB |  00m00s
- [133/317] Installing samba-common-libs- 100% |   7.1 MiB/s | 261.4 KiB |  00m00s
- [134/317] Installing libwbclient-2:4.22 100% |   7.5 MiB/s |  69.5 KiB |  00m00s
- [135/317] Installing samba-client-libs- 100% |  69.3 MiB/s |  19.5 MiB |  00m00s
- [136/317] Installing libsmbclient-2:4.2 100% |  27.0 MiB/s | 165.7 KiB |  00m00s
- [137/317] Installing bluez-libs-0:5.84- 100% |  39.0 MiB/s | 199.4 KiB |  00m00s
- [138/317] Installing gpgme-0:1.24.3-1.f 100% |  12.8 MiB/s | 590.4 KiB |  00m00s
- [139/317] Installing gpgmepp-0:1.24.3-1 100% |  46.7 MiB/s | 430.4 KiB |  00m00s
- [140/317] Installing gobject-introspect 100% |  38.8 MiB/s | 397.1 KiB |  00m00s
- [141/317] Installing upower-libs-0:1.90 100% |  33.6 MiB/s | 172.1 KiB |  00m00s
- [142/317] Installing webrtc-audio-proce 100% |  57.1 MiB/s |   1.4 MiB |  00m00s
- [143/317] Installing libsbc-0:2.0-6.fc4 100% |  23.1 MiB/s |  94.5 KiB |  00m00s
- [144/317] Installing libldac-0:2.0.2.3- 100% |  20.6 MiB/s |  84.2 KiB |  00m00s
- [145/317] Installing libebur128-0:1.2.6 100% |  13.3 MiB/s |  40.7 KiB |  00m00s
- [146/317] Installing fftw-libs-single-0 100% |  62.4 MiB/s |   3.6 MiB |  00m00s
- [147/317] Installing mbedtls-0:3.6.4-1. 100% |  66.1 MiB/s |   1.3 MiB |  00m00s
- [148/317] Installing poppler-data-0:0.4 100% |  73.8 MiB/s |  12.4 MiB |  00m00s
- [149/317] Installing lpcnetfreedv-0:0.5 100% | 113.1 MiB/s |  14.8 MiB |  00m00s
- [150/317] Installing codec2-0:1.2.0-6.f 100% |  76.1 MiB/s |   1.4 MiB |  00m00s
- [151/317] Installing soxr-0:0.1.3-18.fc 100% |  31.5 MiB/s | 193.6 KiB |  00m00s
- [152/317] Installing openpgm-0:5.3.128- 100% |  44.3 MiB/s | 317.7 KiB |  00m00s
- [153/317] Installing libsodium-0:1.0.20 100% |  47.6 MiB/s | 390.2 KiB |  00m00s
- [154/317] Installing zeromq-0:4.3.5-21. 100% |  18.8 MiB/s | 902.7 KiB |  00m00s
- [155/317] Installing cjson-0:1.7.18-2.f 100% | 906.7 KiB/s |  65.3 KiB |  00m00s
- [156/317] Installing librist-0:0.2.7-9. 100% |  25.2 MiB/s | 154.8 KiB |  00m00s
- [157/317] Installing libudfread-0:1.1.2 100% |  16.4 MiB/s |  67.3 KiB |  00m00s
- [158/317] Installing xvidcore-0:1.3.7-1 100% |  71.6 MiB/s | 880.1 KiB |  00m00s
- [159/317] Installing vo-amrwbenc-0:0.1. 100% |  37.9 MiB/s | 155.4 KiB |  00m00s
- [160/317] Installing twolame-libs-0:0.4 100% |  32.5 MiB/s | 166.6 KiB |  00m00s
- [161/317] Installing speex-0:1.2.0-19.f 100% |  31.8 MiB/s | 130.4 KiB |  00m00s
- [162/317] Installing snappy-0:1.2.1-4.f 100% |  17.8 MiB/s |  72.9 KiB |  00m00s
- [163/317] Installing opencore-amr-0:0.1 100% |  49.0 MiB/s | 351.2 KiB |  00m00s
- [164/317] Installing ilbc-0:3.0.4-13.fc 100% |  18.9 MiB/s |  96.9 KiB |  00m00s
- [165/317] Installing srt-libs-0:1.5.4-2 100% |  61.0 MiB/s | 998.9 KiB |  00m00s
- [166/317] Installing librabbitmq-0:0.15 100% |  22.1 MiB/s |  90.7 KiB |  00m00s
- [167/317] Installing libmodplug-1:0.8.9 100% |  43.6 MiB/s | 357.0 KiB |  00m00s
- [168/317] Installing game-music-emu-0:0 100% |  46.4 MiB/s | 332.8 KiB |  00m00s
- [169/317] Installing orc-0:0.4.41-1.fc4 100% |  15.5 MiB/s | 728.9 KiB |  00m00s
- [170/317] Installing graphene-0:1.10.6- 100% |  32.1 MiB/s | 164.1 KiB |  00m00s
- [171/317] Installing cdparanoia-libs-0: 100% |  29.0 MiB/s | 118.9 KiB |  00m00s
- [172/317] Installing giflib-0:5.2.2-6.f 100% |  37.0 MiB/s | 113.8 KiB |  00m00s
- [173/317] Installing ModemManager-glib- 100% |  14.2 MiB/s |   1.4 MiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 993.
- >>> Creating user 'geoclue' (User for geoclue) with UID 993 and GID 993.
- >>>
- [174/317] Installing geoclue2-0:2.7.2-2 100% |   5.3 MiB/s | 399.6 KiB |  00m00s
- [175/317] Installing fuse-common-0:3.16 100% |  57.0 KiB/s | 292.0   B |  00m00s
- [176/317] Installing fuse3-0:3.16.2-5.f 100% |   3.1 MiB/s | 132.0 KiB |  00m00s
- [177/317] Installing libproxy-0:0.5.8-2 100% |  20.4 MiB/s | 104.5 KiB |  00m00s
- [178/317] Installing libasyncns-0:0.8-3 100% |  14.8 MiB/s |  60.8 KiB |  00m00s
- [179/317] Installing pulseaudio-libs-0: 100% | 121.0 MiB/s |   3.4 MiB |  00m00s
- [180/317] Installing pipewire-libs-0:1. 100% |  63.7 MiB/s |   8.7 MiB |  00m00s
- [181/317] Installing wireplumber-libs-0 100% |  46.6 MiB/s |   1.3 MiB |  00m00s
- [182/317] Installing wireplumber-0:0.5. 100% |   8.0 MiB/s | 424.4 KiB |  00m00s
- [183/317] Installing pipewire-jack-audi 100% | 152.3 KiB/s | 312.0   B |  00m00s
- [184/317] Installing pipewire-jack-audi 100% |  11.6 MiB/s | 499.2 KiB |  00m00s
- [185/317] Installing sound-theme-freede 100% |  12.0 MiB/s | 467.2 KiB |  00m00s
- [186/317] Installing libcanberra-0:0.30 100% |   2.5 MiB/s | 291.3 KiB |  00m00s
- [187/317] Installing uchardet-0:0.0.8-7 100% |   5.7 MiB/s | 277.7 KiB |  00m00s
- [188/317] Installing totem-pl-parser-0: 100% |  31.9 MiB/s | 326.9 KiB |  00m00s
- [189/317] Installing libxslt-0:1.1.43-1 100% |  10.7 MiB/s | 459.2 KiB |  00m00s
- [190/317] Installing libosinfo-0:1.12.0 100% |  28.0 MiB/s |   1.2 MiB |  00m00s
- [191/317] Installing libiptcdata-0:1.0. 100% |   4.6 MiB/s | 174.9 KiB |  00m00s
- [192/317] Installing libexif-0:0.6.25-1 100% | 167.0 MiB/s |   2.7 MiB |  00m00s
- [193/317] Installing libcue-0:2.3.0-11. 100% |  22.3 MiB/s |  91.3 KiB |  00m00s
- [194/317] Installing exempi-0:2.6.4-7.f 100% |  25.4 MiB/s |   1.4 MiB |  00m00s
- [195/317] Installing cups-filesystem-1: 100% | 593.8 KiB/s |   1.8 KiB |  00m00s
- [196/317] Installing cups-libs-1:2.4.14 100% |  55.1 MiB/s | 620.2 KiB |  00m00s
- [197/317] Installing xprop-0:1.2.8-3.fc 100% |   1.5 MiB/s |  56.1 KiB |  00m00s
- [198/317] Installing at-spi2-core-0:2.5 100% |  85.5 MiB/s |   1.5 MiB |  00m00s
- [199/317] Installing atk-0:2.56.5-1.fc4 100% |  40.7 MiB/s | 250.0 KiB |  00m00s
- [200/317] Installing at-spi2-atk-0:2.56 100% |  15.1 MiB/s | 277.7 KiB |  00m00s
- [201/317] Installing adwaita-icon-theme 100% |  10.7 MiB/s |   2.4 MiB |  00m00s
- [202/317] Installing adwaita-cursor-the 100% | 112.0 MiB/s |  11.4 MiB |  00m00s
- [203/317] Installing adwaita-icon-theme 100% |  13.7 MiB/s |   1.3 MiB |  00m00s
- [204/317] Installing libblkid-devel-0:2 100% |  15.0 MiB/s |  46.0 KiB |  00m00s
- [205/317] Installing xz-devel-1:5.8.1-2 100% |  32.1 MiB/s | 262.6 KiB |  00m00s
- [206/317] Installing libxml2-devel-0:2. 100% |  65.7 MiB/s |   3.4 MiB |  00m00s
- [207/317] Installing pcre2-utf32-0:10.4 100% |  58.5 MiB/s | 599.1 KiB|  00m00s
- [208/317] Installing pcre2-utf16-0:10.4 100% |  55.7 MiB/s | 627.1 KiB |  00m00s
- [209/317] Installing pcre2-devel-0:10.4 100% |  46.5 MiB/s |   2.1 MiB |  00m00s
- [210/317] Installing sysprof-capture-de 100% |  38.6 MiB/s | 276.9 KiB |  00m00s
- [211/317] Installing libsepol-devel-0:3 100% |  11.4 MiB/s | 128.3 KiB |  00m00s
- [212/317] Installing libselinux-devel-0 100% |  19.7 MiB/s | 161.6 KiB |  00m00s
- [213/317] Installing libmount-devel-0:2 100% |  21.0 MiB/s |  64.5 KiB |  00m00s
- [214/317] Installing libdatrie-0:0.2.13 100% |  19.2 MiB/s |  58.9 KiB |  00m00s
- [215/317] Installing libthai-0:0.1.29-1 100% |  69.7 MiB/s | 785.2 KiB |  00m00s
- [216/317] Installing libepoxy-0:1.5.10- 100% |  83.2 MiB/s |   1.1 MiB |  00m00s
- [217/317] Installing libcloudproviders- 100% |  24.7 MiB/s | 126.2 KiB |  00m00s
- [218/317] Installing libXcomposite-0:0. 100% |  11.2 MiB/s |  46.0 KiB |  00m00s
- [219/317] Installing hicolor-icon-theme 100% |   3.4 MiB/s | 179.5 KiB |  00m00s
- [220/317] Installing spirv-tools-libs-0 100% |  80.3 MiB/s |   5.8 MiB |  00m00s
- [221/317] Installing bzip2-devel-0:1.0. 100% |  60.7 MiB/s | 310.7 KiB |  00m00s
- [222/317] Installing libicu-devel-0:76. 100% |  44.1 MiB/s |   5.1 MiB |  00m00s
- [223/317] Installing python3-packaging- 100% |  37.0 MiB/s | 568.0 KiB |  00m00s
- [224/317] Installing lm_sensors-libs-0: 100% |  21.2 MiB/s |  86.9 KiB |  00m00s
- [225/317] Installing libxshmfence-0:1.3 100% |   4.4 MiB/s |  13.6 KiB |  00m00s
- [226/317] Installing mesa-libgbm-0:25.1 100% |   5.0 MiB/s |  20.5 KiB |  00m00s
- [227/317] Installing mesa-dri-drivers-0 100% |  78.8 MiB/s |  46.7 MiB |  00m01s
- [228/317] Installing mesa-libEGL-0:25.1 100% |  46.9 MiB/s | 335.9 KiB |  00m00s
- [229/317] Installing libglvnd-egl-1:1.7 100% |  17.2 MiB/s |  70.3 KiB |  00m00s
- [230/317] Installing libglvnd-gles-1:1. 100% |  21.0 MiB/s | 107.3 KiB |  00m00s
- [231/317] Installing libglvnd-glx-1:1.7 100% |  59.6 MiB/s | 610.6 KiB |  00m00s
- [232/317] Installing mesa-libGL-0:25.1. 100% |  42.9 MiB/s | 307.2 KiB |  00m00s
- [233/317] Installing libva-0:2.22.0-4.f 100% |  36.2 MiB/s | 333.4 KiB |  00m00s
- [234/317] Installing libavutil-free-0:7 100% |  62.8 MiB/s | 964.2 KiB |  00m00s
- [235/317] Installing libswresample-free 100% |  29.0 MiB/s | 148.7 KiB |  00m00s
- [236/317] Installing brotli-0:1.1.0-6.f 100% | 897.1 KiB/s |  32.3 KiB |  00m00s
- [237/317] Installing brotli-devel-0:1.1 100% |  16.6 MiB/s |  68.0 KiB |  00m00s
- [238/317] Installing libjxl-devel-1:0.1 100% |  53.7 MiB/s | 770.5 KiB |  00m00s
- [239/317] Installing libzstd-devel-0:1. 100% |  51.0 MiB/s | 208.8 KiB |  00m00s
- [240/317] Installing libglvnd-core-deve 100% |  13.4 MiB/s |  41.1 KiB |  00m00s
- [241/317] Installing libglvnd-devel-1:1 100% |  84.8 MiB/s |   2.1 MiB |  00m00s
- [242/317] Installing mesa-libGLU-devel- 100% |   8.6 MiB/s |  17.5 KiB |  00m00s
- [243/317] Installing jbigkit-libs-0:2.1 100% |  24.1 MiB/s | 123.4 KiB |  00m00s
- [244/317] Installing libtiff-0:4.7.0-8. 100% |  50.6 MiB/s | 621.3 KiB |  00m00s
- [245/317] Installing libtiff-devel-0:4. 100% | 107.8 MiB/s | 772.7 KiB |  00m00s
- [246/317] Installing gdk-pixbuf2-module 100% |  13.8 MiB/s |  56.6 KiB |  00m00s
- [247/317] Installing gettext-envsubst-0 100% |   2.1 MiB/s |  80.2 KiB |  00m00s
- [248/317] Installing gettext-runtime-0: 100% |   9.8 MiB/s | 461.6 KiB |  00m00s
- [249/317] Installing gettext-0:0.23.1-2 100% |  73.2 MiB/s |   5.2 MiB |  00m00s
- [250/317] Installing cpuinfo-0:24.09.26 100% |   2.7 MiB/s | 109.7 KiB |  00m00s
- [251/317] Installing svt-av1-libs-0:2.3 100% |  76.0 MiB/s |   5.6 MiB |  00m00s
- [252/317] Installing libavif-0:1.1.1-1. 100% |  35.0 MiB/s | 215.2 KiB |  00m00s
- [253/317] Installing svt-av1-devel-0:2. 100% |  23.7 MiB/s |  73.0 KiB |  00m00s
- [254/317] Installing libavif-devel-0:1. 100% |  22.5 MiB/s |  92.0 KiB |  00m00s
- [255/317] Installing libffi-devel-0:3.4 100% |   6.8 MiB/s |  34.8 KiB |  00m00s
- [256/317] Installing glib2-devel-0:2.84 100% |  71.0 MiB/s |  15.9 MiB |  00m00s
- [257/317] Installing google-noto-fonts- 100% |   9.0 MiB/s |  18.5 KiB |  00m00s
- [258/317] Installing google-noto-sans-v 100% |  69.6 MiB/s |   1.4 MiB |  00m00s
- [259/317] Installing default-fonts-core 100% |   2.2 MiB/s |  18.2 KiB |  00m00s
- [260/317] Installing fontconfig-0:2.16. 100% | 681.7 KiB/s | 783.9 KiB |  00m01s
- [261/317] Installing cairo-0:1.18.2-3.f 100% |  57.5 MiB/s |   1.8 MiB |  00m00s
- [262/317] Installing cairo-gobject-0:1. 100% |  11.7 MiB/s |  36.0 KiB |  00m00s
- [263/317] Installing harfbuzz-cairo-0:1 100% |  10.3 MiB/s |  53.0 KiB |  00m00s
- [264/317] Installing freetype-devel-0:2 100% | 112.4 MiB/s |   8.5 MiB |  00m00s
- [265/317] Installing fontconfig-devel-0 100% |  21.5 MiB/s | 154.4 KiB |  00m00s
- [266/317] Installing cairo-devel-0:1.18 100% | 176.2 MiB/s |   2.3 MiB |  00m00s
- [267/317] Installing harfbuzz-devel-0:1 100% |  78.6 MiB/s |   5.2 MiB |  00m00s
- [268/317] Installing libgxps-0:0.3.2-10 100% |  31.6 MiB/s | 194.3 KiB |  00m00s
- [269/317] Installing libXft-0:2.3.8-8.f 100% |  33.2 MiB/s | 169.9 KiB |  00m00s
- [270/317] Installing pango-0:1.56.4-2.f 100% |  19.0 MiB/s |   1.0 MiB |  00m00s
- [271/317] Installing gtk3-0:3.24.49-2.f 100% |  90.0 MiB/s |  23.1 MiB |  00m00s
- [272/317] Installing rsvg-pixbuf-loader 100% |  47.5 MiB/s | 340.5 KiB |  00m00s
- [273/317] Installing librsvg2-0:2.60.0- 100% |  65.7 MiB/s |   5.0 MiB |  00m00s
- [274/317] Installing libdecor-0:0.2.3-5 100% |  27.3 MiB/s | 167.8 KiB |  00m00s
- [275/317] Installing SDL3-0:3.2.16-1.fc 100% |  72.4 MiB/s |   2.7 MiB |  00m00s
- [276/317] Installing sdl2-compat-0:2.32 100% |  43.6 MiB/s | 401.4 KiB |  00m00s
- [277/317] Installing sdl2-compat-devel- 100% |  37.8 MiB/s |   2.7 MiB |  00m00s
- [278/317] Installing SDL2_image-0:2.8.8 100% |   5.3 MiB/s | 211.6 KiB |  00m00s
- [279/317] Installing SDL2_ttf-0:2.22.0- 100% |  21.9 MiB/s |  89.6 KiB |  00m00s
- [280/317] Installing sdl12-compat-0:1.2 100% |  38.5 MiB/s | 197.2 KiB |  00m00s
- [281/317] Installing libvisual-1:0.4.2- 100% |  11.3 MiB/s | 497.1 KiB |  00m00s
- [282/317] Installing gstreamer1-plugins 100% |  63.5 MiB/s |   7.4 MiB |  00m00s
- [283/317] Installing xdg-desktop-portal 100% |  16.4 MiB/s |   1.9 MiB |  00m00s
- [284/317] Installing libbluray-0:1.3.4- 100% |  30.0 MiB/s | 399.2 KiB |  00m00s
- [285/317] Installing libaribcaption-0:1 100% |  34.9 MiB/s | 249.9 KiB |  00m00s
- [286/317] Installing libavcodec-free-0: 100% |  68.1 MiB/s |   9.8 MiB |  00m00s
- [287/317] Installing libchromaprint-0:1 100% |  12.9 MiB/s |  66.1 KiB |  00m00s
- [288/317] Installing libavformat-free-0 100% |  66.0 MiB/s |   2.6 MiB |  00m00s
- [289/317] Installing poppler-0:25.02.0- 100% |  75.8 MiB/s |   3.7 MiB |  00m00s
- [290/317] Installing poppler-glib-0:25. 100% |  46.1 MiB/s | 613.3 KiB |  00m00s
- [291/317] Installing localsearch-0:3.9. 100% |  28.9 MiB/s |   3.9 MiB |  00m00s
- [292/317] Installing xdg-desktop-portal 100% |  10.4 MiB/s | 477.2 KiB |  00m00s
- [293/317] Installing SDL2_ttf-devel-0:2 100% |  23.4 MiB/s |  95.8 KiB |  00m00s
- [294/317] Installing SDL2_image-devel-0 100% |  11.2 MiB/s |  80.2 KiB |  00m00s
- [295/317] Installing libcanberra-gtk3-0 100% |   1.9 MiB/s |  82.0 KiB |  00m00s
- [296/317] Installing avif-pixbuf-loader 100% |   6.6 MiB/s |  20.2 KiB |  00m00s
- [297/317] Installing intel-vpl-gpu-rt-0 100% |  75.0 MiB/s |  11.7 MiB |  00m00s
- [298/317] Installing intel-mediasdk-0:2 100% |  84.8 MiB/s |  22.5 MiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 992.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 992 and GID 992.
- >>>
- [299/317] Installing pipewire-0:1.4.9-1 100% |   3.2 MiB/s | 437.6 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [300/317] Installing pipewire-alsa-0:1. 100% |  15.6 MiB/s | 159.6 KiB |  00m00s
- [301/317] Installing pipewire-pulseaudi 100% |   3.5 MiB/s | 444.2 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [302/317] Installing pipewire-plugin-li 100% |  16.0 MiB/s | 147.3 KiB |  00m00s
- [303/317] Installing glib-networking-0: 100% |  52.9 MiB/s | 757.8 KiB |  00m00s
- [304/317] Installing upower-0:1.90.10-1 100% |   2.9 MiB/s | 286.1 KiB |  00m00s
- >>> Running %post scriptlet: upower-0:1.90.10-1.fc42.x86_64
- >>> Finished %post scriptlet: upower-0:1.90.10-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service'
- >>>
- [305/317] Installing exiv2-0:0.28.6-2.f 100% | 125.0 MiB/s |  12.2 MiB |  00m00s
- [306/317] Installing libcamera-ipa-0:0. 100% |   5.6 MiB/s | 551.9 KiB |  00m00s
- >>> Running sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_64
- >>> Finished sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_6
- >>> Scriptlet output:
- >>> Creating group 'usbmuxd' with GID 113.
- >>> Creating user 'usbmuxd' (usbmuxd user) with UID 113 and GID 113.
- >>>
- [307/317] Installing usbmuxd-0:1.1.1^20 100% |   1.5 MiB/s | 151.5 KiB |  00m00s
- [308/317] Installing jxl-pixbuf-loader- 100% |   7.4 MiB/s |  30.2 KiB |  00m00s
- [309/317] Installing webp-pixbuf-loader 100% |   7.3 MiB/s |  29.8 KiB |  00m00s
- [310/317] Installing mesa-va-drivers-0: 100% | 320.3 KiB/s | 984.0   B |  00m00s
- [311/317] Installing tinysparql-0:3.9.2 100% |  22.0 MiB/s |   2.5 MiB |  00m00s
- [312/317] Installing adwaita-mono-fonts 100% |  79.8 MiB/s |   5.4 MiB |  00m00s
- [313/317] Installing adwaita-sans-fonts 100% |  31.8 MiB/s |   1.7 MiB |  00m00s
- [314/317] Installing logrotate-0:3.22.0 100% |   1.4 MiB/s | 151.6 KiB |  00m00s
- >>> Running %post scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Finished %post scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer'
- >>>
- [315/317] Installing low-memory-monitor 100% | 940.9 KiB/s |  67.7 KiB |  00m00s
- [316/317] Installing dconf-0:0.40.0-15. 100% |   2.2 MiB/s | 320.0 KiB |  00m00s
- [317/317] Installing svt-av1-devel-docs 100% |   2.7 MiB/s |   8.4 MiB |  00m03s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cairo-devel" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- cairo-devel-1.18.2-3.fc42.x86_64
- libffi-devel-3.4.6-5.fc42.x86_64
- sdl2-compat-devel-2.32.56-1.fc42.x86_64
- SDL2_image-devel-2.8.8-1.fc42.x86_64
- SDL2_ttf-devel-2.22.0-4.fc42.x86_64
2025-10-18 17:01.48 ---> saved as "92fbf2cb9f3d26141974b68918f1b4187036beb91345220b468f3e434b73133c"


/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 23 packages
- install bigarray-compat   1.1.0
- install bogue             20250815
- install cairo2            0.6.5
- install conf-cairo        1
- 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.23.0
- install ctypes-foreign    0.23.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.0
- install tsdl              1.1.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-1.fc42.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "SDL2-devel"
- sdl2-compat-devel-2.32.56-1.fc42.x86_64


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bogue.20250815  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tsdl.1.1.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed dune.3.20.2
-> installed bigarray-compat.1.1.0
-> 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 cairo2.0.6.5
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed tsdl.1.1.0
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
-> installed bogue.20250815
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 17:04.40 ---> saved as "4e59c0a629643cecfbe86858795eb26fcdff526c61a0ddafb5ff18f3652c72e4"


/src: (copy (src .) (dst /src))
2025-10-18 17:04.40 ---> saved as "21b6102188673d6a37e092dbe71936c485377b893019304677aed282499f9f43"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-18 17:04.41 ---> saved as "9a0935187918f0fdec81e309a46e7505df005996e1b956c7a67dd53ae7dd7744"
Job succeeded
2025-10-18 17:04.42: Job succeeded