Organisationssanettetsdl-ttfedb9b9 (master)fedora-39-5.1_opam-2.1

fedora-39-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 09:18.46: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (edb9b925c0ddf4dd00fb90ef67c7132b7ee351f6) (linux-x86_64:fedora-39-5.1_opam-2.1)
Base: ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard edb9b925
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd
# fedora-39-5.1_opam-2.1
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.1 /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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y tsdl-ttf.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


2024-04-30 09:18.46: Using cache hint "sanette/tsdl-ttf-ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd-fedora-39-5.1_opam-2.1-ee9ac1b8f2c4b5487cb12cd94f9d202c"
2024-04-30 09:18.46: Using OBuilder spec:
((from ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd)
 (comment fedora-39-5.1_opam-2.1)
 (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.1 /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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tsdl-ttf.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn tsdl-ttf.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0")
 (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.1 --depext-only -y tsdl-ttf.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"))
)


2024-04-30 09:18.46: Waiting for resource in pool OCluster
2024-04-30 22:17.07: Waiting for worker…
2024-04-30 22:20.30: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at edb9b92 version 0.6


(from ocaml/opam@sha256:6caeb0499d3c93daca4d80f8ceeeecdd91e39a8eea5f11dc284ec5620e0995cd)
2024-04-30 22:20.30 ---> using "bc015d92fec2753c0129b53f1331635ff2a1fc47e22eaf22e84a5aa0f33e5da0" from cache


/: (comment fedora-39-5.1_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64 - Updates                    265 kB/s |  24 kB     00:00    
Fedora 39 - x86_64 - Updates                    3.2 MB/s | 5.1 MB     00:01    
Last metadata expiration check: 0:00:13 ago on Tue Apr 30 21:48:43 2024.
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-30 22:20.30 ---> using "7f4a4ef2e2bf8444bfb7fcb638605b115fb196af605d420fe20edf01f57a383c" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 22:20.30 ---> using "164fd62c572d344e48fa001356966dcceb61dee12a4163cc143ef106888a6a3d" from cache


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


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


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-30 22:20.30 ---> using "aceab762f34cc2302b11f8af49124b824b6debc1bdb5d737aced2b50c56ea170" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 22:20.30 ---> using "f69c099a0d3c7dbd5039bb945321edf174c4239341afab2f555dac66ccf556cb" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 22:20.30 ---> using "9fdeedeacecb96a4ec3126fc13deccf0ff57509510bd11abd7d2c3acc66cba64" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..bafea8d973  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-04-30 22:20.30 ---> using "de56ddf464f142409c1e019975a5156f760e4d55381439c566ec05742cae55e4" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2024-04-30 22:20.31 ---> saved as "76e58eb77f6d849cc706e5399859871bde47f2f398e900a802e5bceb3c888d30"


/src: (run (network host)
           (shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2024-04-30 22:20.32 ---> saved as "f3d130c41dc17637705889fa649977ab73180ad5c8b058be7e065ff77d7781bc"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0")


/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.1 --depext-only -y tsdl-ttf.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              230 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         11 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    237 kB/s |  24 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.dev] synchronised (no changes)


[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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_ttf-devel" "libffi-devel"
- Last metadata expiration check: 0:00:21 ago on Tue Apr 30 22:20:34 2024.
- Dependencies resolved.
- =================================================================================================
-  Package                                   Arch    Version                         Repo      Size
- =================================================================================================
- Installing:
-  SDL2-devel                                x86_64  2.28.5-1.fc39                   updates  395 k
-  SDL2_ttf-devel                            x86_64  2.20.2-2.fc39                   fedora    21 k
-  libffi-devel                              x86_64  3.4.4-4.fc39                    fedora    29 k
- Installing dependencies:
-  ModemManager-glib                         x86_64  1.20.6-3.fc39                   fedora   326 k
-  NetworkManager-libnm                      x86_64  1:1.44.2-1.fc39                 updates  1.8 M
-  SDL2                                      x86_64  2.28.5-1.fc39                   updates  692 k
-  SDL2_ttf                                  x86_64  2.20.2-2.fc39                   fedora    43 k
-  abattis-cantarell-vf-fonts                noarch  0.301-10.fc39                   fedora   121 k
-  adwaita-cursor-theme                      noarch  45.0-1.fc39                     fedora   678 k
-  adwaita-icon-theme                        noarch  45.0-1.fc39                     fedora   407 k
-  alsa-lib                                  x86_64  1.2.11-2.fc39                   updates  521 k
-  at-spi2-atk                               x86_64  2.50.2-1.fc39                   updates   86 k
-  at-spi2-core                              x86_64  2.50.2-1.fc39                   updates  371 k
-  atk                                       x86_64  2.50.2-1.fc39                   updates   81 k
-  avahi-glib                                x86_64  0.8-24.fc39                     fedora    15 k
-  avahi-libs                                x86_64  0.8-24.fc39                     fedora    67 k
-  bluez-libs                                x86_64  5.75-1.fc39                     updates   84 k
-  brotli                                    x86_64  1.1.0-1.fc39                    fedora    20 k
-  brotli-devel                              x86_64  1.1.0-1.fc39                    fedora    34 k
-  bzip2-devel                               x86_64  1.0.8-16.fc39                   fedora   214 k
-  cairo                                     x86_64  1.18.0-1.fc39                   fedora   710 k
-  cairo-gobject                             x86_64  1.18.0-1.fc39                   fedora    19 k
-  cdparanoia-libs                           x86_64  10.2-42.fc39                    fedora    54 k
-  cmake-filesystem                          x86_64  3.27.7-1.fc39                   fedora    19 k
-  colord-libs                               x86_64  1.4.6-6.fc39                    fedora   233 k
-  crypto-policies-scripts                   noarch  20231204-1.git1e3a2e4.fc39      updates  117 k
-  cryptsetup-libs                           x86_64  2.6.1-3.fc39                    fedora   491 k
-  cups-libs                                 x86_64  1:2.4.7-13.fc39                 updates  267 k
-  dbus                                      x86_64  1:1.14.10-1.fc39                fedora   8.1 k
-  dbus-broker                               x86_64  35-2.fc39                       updates  176 k
-  dbus-common                               noarch  1:1.14.10-1.fc39                fedora    15 k
-  default-fonts-core-sans                   noarch  4.0-9.fc39                      fedora    32 k
-  device-mapper                             x86_64  1.02.197-1.fc39                 updates  138 k
-  device-mapper-libs                        x86_64  1.02.197-1.fc39                 updates  176 k
-  duktape                                   x86_64  2.7.0-5.fc39                    fedora   170 k
-  exempi                                    x86_64  2.6.4-2.fc39                    fedora   578 k
-  exiv2-libs                                x86_64  0.27.6-5.fc39                   fedora   782 k
-  fdk-aac-free                              x86_64  2.0.0-11.fc39                   fedora   336 k
-  flac-libs                                 x86_64  1.4.3-2.fc39                    fedora   264 k
-  fontconfig                                x86_64  2.14.2-6.fc39                   updates  296 k
-  freetype                                  x86_64  2.13.1-2.fc39                   fedora   414 k
-  freetype-devel                            x86_64  2.13.1-2.fc39                   fedora   950 k
-  fribidi                                   x86_64  1.0.13-2.fc39                   fedora    91 k
-  fuse-common                               x86_64  3.16.1-1.fc39                   fedora   8.3 k
-  fuse3                                     x86_64  3.16.1-1.fc39                   fedora    57 k
-  fuse3-libs                                x86_64  3.16.1-1.fc39                   fedora    94 k
-  gdk-pixbuf2                               x86_64  2.42.10-5.fc39                  fedora   484 k
-  gdk-pixbuf2-modules                       x86_64  2.42.10-5.fc39                  fedora    85 k
-  geoclue2                                  x86_64  2.7.0-2.fc39                    fedora   138 k
-  giflib                                    x86_64  5.2.2-1.fc39                    updates   52 k
-  glib2-devel                               x86_64  2.78.3-1.fc39                   updates  596 k
-  gobject-introspection                     x86_64  1.78.1-1.fc39                   fedora   261 k
-  google-noto-fonts-common                  noarch  20240101-1.fc39                 updates   17 k
-  google-noto-sans-vf-fonts                 noarch  20240101-1.fc39                 updates  593 k
-  graphene                                  x86_64  1.10.6-6.fc39                   fedora    61 k
-  graphite2                                 x86_64  1.3.14-12.fc39                  fedora    95 k
-  graphite2-devel                           x86_64  1.3.14-12.fc39                  fedora    20 k
-  gsettings-desktop-schemas                 x86_64  45.0-1.fc39                     fedora   737 k
-  gsm                                       x86_64  1.0.22-3.fc39                   fedora    35 k
-  gstreamer1                                x86_64  1.22.11-1.fc39                  updates  1.4 M
-  gstreamer1-plugins-base                   x86_64  1.22.11-1.fc39                  updates  2.2 M
-  gtk-update-icon-cache                     x86_64  3.24.41-1.fc39                  updates   34 k
-  gtk3                                      x86_64  3.24.41-1.fc39                  updates  5.6 M
-  harfbuzz                                  x86_64  8.2.1-2.fc39                    fedora   975 k
-  harfbuzz-devel                            x86_64  8.2.1-2.fc39                    fedora   450 k
-  harfbuzz-icu                              x86_64  8.2.1-2.fc39                    fedora    17 k
-  hicolor-icon-theme                        noarch  0.17-16.fc39                    fedora    66 k
-  highway                                   x86_64  1.1.0-1.fc39                    updates  496 k
-  hwdata                                    noarch  0.381-1.fc39                    updates  1.6 M
-  iso-codes                                 noarch  4.15.0-2.fc39                   fedora   3.5 M
-  jbigkit-libs                              x86_64  2.1-26.fc39                     fedora    53 k
-  json-glib                                 x86_64  1.8.0-1.fc39                    fedora   166 k
-  kbd                                       x86_64  2.6.3-1.fc39                    fedora   428 k
-  kbd-legacy                                noarch  2.6.3-1.fc39                    fedora   574 k
-  kbd-misc                                  noarch  2.6.3-1.fc39                    fedora   1.6 M
-  kmod                                      x86_64  30-6.fc39                       fedora   120 k
-  kmod-libs                                 x86_64  30-6.fc39                       fedora    67 k
-  lame-libs                                 x86_64  3.100-15.fc39                   fedora   337 k
-  lcms2                                     x86_64  2.15-2.fc39                     fedora   177 k
-  libXcomposite                             x86_64  0.4.5-10.fc39                   fedora    23 k
-  libXcursor                                x86_64  1.2.1-4.fc39                    fedora    30 k
-  libXdamage                                x86_64  1.1.5-10.fc39                   fedora    22 k
-  libXext                                   x86_64  1.3.5-3.fc39                    fedora    39 k
-  libXfixes                                 x86_64  6.0.0-6.fc39                    fedora    19 k
-  libXft                                    x86_64  2.3.8-3.fc39                    fedora    72 k
-  libXi                                     x86_64  1.8.1-2.fc39                    fedora    40 k
-  libXinerama                               x86_64  1.1.5-3.fc39                    fedora    14 k
-  libXrandr                                 x86_64  1.5.4-1.fc39                    updates   27 k
-  libXrender                                x86_64  0.9.11-3.fc39                   fedora    27 k
-  libXtst                                   x86_64  1.2.4-3.fc39                    fedora    20 k
-  libXv                                     x86_64  1.0.11-19.fc39                  fedora    18 k
-  libXxf86vm                                x86_64  1.1.5-3.fc39                    fedora    18 k
-  libaom                                    x86_64  3.8.2-1.fc39                    updates  1.8 M
-  libargon2                                 x86_64  20190702-3.fc39                 fedora    28 k
-  libasyncns                                x86_64  0.8-25.fc39                     fedora    30 k
-  libavif                                   x86_64  0.11.1-11.fc39                  fedora    84 k
-  libblkid-devel                            x86_64  2.39.4-1.fc39                   updates   18 k
-  libcanberra                               x86_64  0.30-32.fc39                    fedora    85 k
-  libcloudproviders                         x86_64  0.3.5-1.fc39                    updates   46 k
-  libcue                                    x86_64  2.2.1-13.fc39                   fedora    34 k
-  libdatrie                                 x86_64  0.2.13-7.fc39                   fedora    32 k
-  libdav1d                                  x86_64  1.2.1-2.fc39                    fedora   618 k
-  libdecor                                  x86_64  0.2.2-1.fc39                    updates   59 k
-  libdrm                                    x86_64  2.4.120-1.fc39                  updates  157 k
-  libepoxy                                  x86_64  1.5.10-4.fc39                   fedora   234 k
-  libexif                                   x86_64  0.6.24-5.fc39                   fedora   461 k
-  libgexiv2                                 x86_64  0.14.2-1.fc39                   fedora    98 k
-  libglvnd                                  x86_64  1:1.7.0-1.fc39                  fedora   133 k
-  libglvnd-core-devel                       x86_64  1:1.7.0-1.fc39                  fedora    17 k
-  libglvnd-devel                            x86_64  1:1.7.0-1.fc39                  fedora   162 k
-  libglvnd-egl                              x86_64  1:1.7.0-1.fc39                  fedora    36 k
-  libglvnd-gles                             x86_64  1:1.7.0-1.fc39                  fedora    31 k
-  libglvnd-glx                              x86_64  1:1.7.0-1.fc39                  fedora   142 k
-  libglvnd-opengl                           x86_64  1:1.7.0-1.fc39                  fedora    42 k
-  libgrss                                   x86_64  0.7.0-17.fc39                   fedora    62 k
-  libgsf                                    x86_64  1.14.51-1.fc39                  updates  297 k
-  libgudev                                  x86_64  238-2.fc39                      fedora    35 k
-  libgusb                                   x86_64  0.4.9-1.fc39                    updates   65 k
-  libgxps                                   x86_64  0.3.2-6.fc39                    fedora    77 k
-  libicu-devel                              x86_64  73.2-2.fc39                     fedora   924 k
-  libimobiledevice                          x86_64  1.3.0^20230705git6fc41f5-1.fc39 fedora   138 k
-  libimobiledevice-glue                     x86_64  1.0.0-1.fc39                    fedora    36 k
-  libiptcdata                               x86_64  1.0.5-15.fc39                   fedora    61 k
-  libjpeg-turbo                             x86_64  2.1.4-3.fc39                    fedora   183 k
-  libjxl                                    x86_64  1:0.8.2-3.fc39                  fedora   1.2 M
-  liblc3                                    x86_64  1.0.4-2.fc39                    updates   80 k
-  libldac                                   x86_64  2.0.2.3-13.fc39                 fedora    41 k
-  liblerc                                   x86_64  4.0.0-4.fc39                    fedora   201 k
-  libmount-devel                            x86_64  2.39.4-1.fc39                   updates   18 k
-  libnotify                                 x86_64  0.8.3-1.fc39                    updates   51 k
-  libogg                                    x86_64  2:1.3.5-6.fc39                  fedora    33 k
-  libosinfo                                 x86_64  1.11.0-1.fc39                   updates  314 k
-  libpciaccess                              x86_64  0.16-9.fc39                     fedora    26 k
-  libplist                                  x86_64  2.3.0-1.fc39                    fedora    92 k
-  libpng                                    x86_64  2:1.6.37-15.fc39                fedora   119 k
-  libpng-devel                              x86_64  2:1.6.37-15.fc39                fedora   291 k
-  libproxy                                  x86_64  0.5.5-1.fc39                    updates   48 k
-  librsvg2                                  x86_64  2.57.1-1.fc39                   updates  1.6 M
-  libsbc                                    x86_64  2.0-3.fc39                      fedora    47 k
-  libselinux-devel                          x86_64  3.5-5.fc39                      fedora   151 k
-  libsepol-devel                            x86_64  3.5-2.fc39                      fedora    49 k
-  libsndfile                                x86_64  1.1.0-9.fc39                    fedora   215 k
-  libsoup                                   x86_64  2.74.3-3.fc39                   fedora   400 k
-  libsoup3                                  x86_64  3.4.4-1.fc39                    updates  389 k
-  libstemmer                                x86_64  2.2.0-7.fc39                    fedora   171 k
-  libtdb                                    x86_64  1.4.9-1.fc39                    fedora    51 k
-  libthai                                   x86_64  0.1.29-6.fc39                   fedora   213 k
-  libtheora                                 x86_64  1:1.1.1-34.fc39                 fedora   166 k
-  libtiff                                   x86_64  4.4.0-8.fc39                    fedora   202 k
-  libtracker-sparql                         x86_64  3.6.0-1.fc39                    fedora   374 k
-  libunwind                                 x86_64  1.7.0-0.2.rc2.fc39              fedora    70 k
-  libusb1                                   x86_64  1.0.27-1.fc39                   updates   76 k
-  libusbmuxd                                x86_64  2.0.2^20230620git8d30a55-3.fc39 fedora    36 k
-  libvisual                                 x86_64  1:0.4.1-2.fc39                  fedora   151 k
-  libvmaf                                   x86_64  2.3.0-6.fc39                    fedora   180 k
-  libvorbis                                 x86_64  1:1.3.7-8.fc39                  fedora   195 k
-  libwayland-client                         x86_64  1.22.0-2.fc39                   fedora    34 k
-  libwayland-cursor                         x86_64  1.22.0-2.fc39                   fedora    19 k
-  libwayland-egl                            x86_64  1.22.0-2.fc39                   fedora    13 k
-  libwayland-server                         x86_64  1.22.0-2.fc39                   fedora    42 k
-  libwebp                                   x86_64  1.3.2-2.fc39                    fedora   284 k
-  libxkbcommon                              x86_64  1.6.0-1.fc39                    updates  142 k
-  libxshmfence                              x86_64  1.3-13.fc39                     fedora    12 k
-  libxslt                                   x86_64  1.1.39-1.fc39                   updates  187 k
-  llvm-libs                                 x86_64  17.0.6-3.fc39                   updates   27 M
-  lm_sensors-libs                           x86_64  3.6.0-14.fc39                   fedora    41 k
-  mesa-filesystem                           x86_64  23.3.6-1.fc39                   updates   19 k
-  mesa-libEGL                               x86_64  23.3.6-1.fc39                   updates  134 k
-  mesa-libEGL-devel                         x86_64  23.3.6-1.fc39                   updates   22 k
-  mesa-libGL                                x86_64  23.3.6-1.fc39                   updates  176 k
-  mesa-libgbm                               x86_64  23.3.6-1.fc39                   updates   46 k
-  mesa-libglapi                             x86_64  23.3.6-1.fc39                   updates   53 k
-  mpg123-libs                               x86_64  1.31.3-2.fc39                   fedora   340 k
-  nspr                                      x86_64  4.35.0-19.fc39                  updates  137 k
-  nss                                       x86_64  3.99.0-1.fc39                   updates  702 k
-  nss-softokn                               x86_64  3.99.0-1.fc39                   updates  419 k
-  nss-softokn-freebl                        x86_64  3.99.0-1.fc39                   updates  381 k
-  nss-sysinit                               x86_64  3.99.0-1.fc39                   updates   18 k
-  nss-util                                  x86_64  3.99.0-1.fc39                   updates   87 k
-  openjpeg2                                 x86_64  2.5.2-1.fc39                    updates  178 k
-  opus                                      x86_64  1.3.1-13.fc39                   fedora   205 k
-  orc                                       x86_64  0.4.33-3.fc39                   fedora   202 k
-  osinfo-db                                 noarch  20231215-1.fc39                 updates  445 k
-  osinfo-db-tools                           x86_64  1.11.0-1.fc39                   updates   73 k
-  pango                                     x86_64  1.51.0-1.fc39                   fedora   343 k
-  pcre2-devel                               x86_64  10.42-1.fc39.2                  fedora   505 k
-  pcre2-utf16                               x86_64  10.42-1.fc39.2                  fedora   212 k
-  pcre2-utf32                               x86_64  10.42-1.fc39.2                  fedora   200 k
-  pipewire-jack-audio-connection-kit-libs   x86_64  1.0.5-1.fc39                    updates  144 k
-  pipewire-libs                             x86_64  1.0.5-1.fc39                    updates  1.9 M
-  pixman                                    x86_64  0.42.2-2.fc39                   fedora   288 k
-  polkit                                    x86_64  123-1.fc39.1                    updates  153 k
-  polkit-libs                               x86_64  123-1.fc39.1                    updates   64 k
-  polkit-pkla-compat                        x86_64  0.1-26.fc39                     fedora    44 k
-  poppler                                   x86_64  23.08.0-1.fc39                  fedora   1.2 M
-  poppler-data                              noarch  0.4.11-5.fc39                   fedora   2.0 M
-  poppler-glib                              x86_64  23.08.0-1.fc39                  fedora   185 k
-  pulseaudio-libs                           x86_64  16.1-5.fc39                     fedora   694 k
-  python3-setuptools                        noarch  67.7.2-7.fc39                   fedora   1.5 M
-  rav1e-libs                                x86_64  0.7.1-1.fc39                    updates  1.0 M
-  rtkit                                     x86_64  0.11-61.fc39                    updates   55 k
-  shared-mime-info                          x86_64  2.2-4.fc39                      fedora   380 k
-  sound-theme-freedesktop                   noarch  0.8-20.fc39                     fedora   383 k
-  svt-av1-libs                              x86_64  1.4.1-3.fc39                    fedora   2.0 M
-  sysprof-capture-devel                     x86_64  45.1-1.fc39                     updates   59 k
-  systemd                                   x86_64  254.10-1.fc39                   updates  4.7 M
-  systemd-boot-unsigned                     x86_64  254.10-1.fc39                   updates   96 k
-  systemd-pam                               x86_64  254.10-1.fc39                   updates  360 k
-  systemd-udev                              x86_64  254.10-1.fc39                   updates  2.1 M
-  totem-pl-parser                           x86_64  3.26.6-7.fc39                   fedora   145 k
-  tracker                                   x86_64  3.6.0-1.fc39                    fedora   586 k
-  uchardet                                  x86_64  0.0.8-4.fc39                    fedora   108 k
-  upower-libs                               x86_64  1.90.2-3.fc39                   fedora    58 k
-  webrtc-audio-processing                   x86_64  0.3.1-11.fc39                   fedora   307 k
-  wireplumber                               x86_64  0.4.17-1.fc39                   updates   99 k
-  wireplumber-libs                          x86_64  0.4.17-1.fc39                   updates  346 k
-  xdg-desktop-portal                        x86_64  1.18.2-6.fc39                   updates  483 k
-  xkeyboard-config                          noarch  2.40-1.fc39                     updates  971 k
-  xml-common                                noarch  0.6.3-61.fc39                   fedora    31 k
-  xprop                                     x86_64  1.2.5-4.fc39                    fedora    35 k
-  zlib-devel                                x86_64  1.2.13-4.fc39                   fedora    45 k
- Installing weak dependencies:
-  adobe-source-code-pro-fonts               noarch  2.042.1.062.1.026-2.fc39        fedora   806 k
-  avif-pixbuf-loader                        x86_64  0.11.1-11.fc39                  fedora    16 k
-  dconf                                     x86_64  0.40.0-9.fc39                   fedora   109 k
-  exiv2                                     x86_64  0.27.6-5.fc39                   fedora   981 k
-  glib-networking                           x86_64  2.78.1-1.fc39                   updates  195 k
-  jxl-pixbuf-loader                         x86_64  1:0.8.2-3.fc39                  fedora    61 k
-  libbpf                                    x86_64  2:1.1.0-4.fc39                  fedora   165 k
-  libcanberra-gtk3                          x86_64  0.30-32.fc39                    fedora    31 k
-  low-memory-monitor                        x86_64  2.1-8.fc39                      fedora    34 k
-  mesa-dri-drivers                          x86_64  23.3.6-1.fc39                   updates   25 M
-  mesa-va-drivers                           x86_64  23.3.6-1.fc39                   updates  3.9 M
-  pipewire                                  x86_64  1.0.5-1.fc39                    updates  122 k
-  pipewire-alsa                             x86_64  1.0.5-1.fc39                    updates   63 k
-  pipewire-jack-audio-connection-kit        x86_64  1.0.5-1.fc39                    updates   16 k
-  pipewire-pulseaudio                       x86_64  1.0.5-1.fc39                    updates  201 k
-  qrencode-libs                             x86_64  4.1.1-5.fc39                    fedora    61 k
-  rsvg-pixbuf-loader                        x86_64  2.57.1-1.fc39                   updates   16 k
-  sdubby                                    noarch  1.0-5.fc39                      updates   18 k
-  systemd-networkd                          x86_64  254.10-1.fc39                   updates  647 k
-  systemd-resolved                          x86_64  254.10-1.fc39                   updates  293 k
-  tracker-miners                            x86_64  3.6.2-1.fc39                    updates  964 k
-  upower                                    x86_64  1.90.2-3.fc39                   fedora   133 k
-  webp-pixbuf-loader                        x86_64  0.2.7-1.fc39                    updates   20 k
-  xdg-desktop-portal-gtk                    x86_64  1.15.1-1.fc39                   updates  146 k
- 
- Transaction Summary
- =================================================================================================
- Install  245 Packages
- 
- Total download size: 138 M
- Installed size: 600 M
- Downloading Packages:
- (1/245): SDL2_ttf-2.20.2-2.fc39.x86_64.rpm      419 kB/s |  43 kB     00:00    
- (2/245): SDL2_ttf-devel-2.20.2-2.fc39.x86_64.rp 208 kB/s |  21 kB     00:00    
- (3/245): ModemManager-glib-1.20.6-3.fc39.x86_64 2.2 MB/s | 326 kB     00:00    
- (4/245): abattis-cantarell-vf-fonts-0.301-10.fc 2.6 MB/s | 121 kB     00:00    
- (5/245): adwaita-icon-theme-45.0-1.fc39.noarch.  10 MB/s | 407 kB     00:00    
- (6/245): adobe-source-code-pro-fonts-2.042.1.06 8.5 MB/s | 806 kB     00:00    
- (7/245): adwaita-cursor-theme-45.0-1.fc39.noarc  11 MB/s | 678 kB     00:00    
- (8/245): avahi-glib-0.8-24.fc39.x86_64.rpm      406 kB/s |  15 kB     00:00    
- (9/245): avif-pixbuf-loader-0.11.1-11.fc39.x86_ 304 kB/s |  16 kB     00:00    
- (10/245): avahi-libs-0.8-24.fc39.x86_64.rpm     966 kB/s |  67 kB     00:00    
- (11/245): brotli-1.1.0-1.fc39.x86_64.rpm        385 kB/s |  20 kB     00:00    
- (12/245): brotli-devel-1.1.0-1.fc39.x86_64.rpm  1.7 MB/s |  34 kB     00:00    
- (13/245): bzip2-devel-1.0.8-16.fc39.x86_64.rpm  3.2 MB/s | 214 kB     00:00    
- (14/245): cairo-1.18.0-1.fc39.x86_64.rpm        5.4 MB/s | 710 kB     00:00    
- (15/245): cairo-gobject-1.18.0-1.fc39.x86_64.rp 138 kB/s |  19 kB     00:00    
- (16/245): cdparanoia-libs-10.2-42.fc39.x86_64.r 594 kB/s |  54 kB     00:00    
- (17/245): cmake-filesystem-3.27.7-1.fc39.x86_64 654 kB/s |  19 kB     00:00    
- (18/245): colord-libs-1.4.6-6.fc39.x86_64.rpm   5.1 MB/s | 233 kB     00:00    
- (19/245): dbus-1.14.10-1.fc39.x86_64.rpm        239 kB/s | 8.1 kB     00:00    
- (20/245): cryptsetup-libs-2.6.1-3.fc39.x86_64.r 8.7 MB/s | 491 kB     00:00    
- (21/245): dconf-0.40.0-9.fc39.x86_64.rpm        2.7 MB/s | 109 kB     00:00    
- (22/245): default-fonts-core-sans-4.0-9.fc39.no 780 kB/s |  32 kB     00:00    
- (23/245): dbus-common-1.14.10-1.fc39.noarch.rpm 192 kB/s |  15 kB     00:00    
- (24/245): duktape-2.7.0-5.fc39.x86_64.rpm       3.3 MB/s | 170 kB     00:00    
- (25/245): exiv2-libs-0.27.6-5.fc39.x86_64.rpm    11 MB/s | 782 kB     00:00    
- (26/245): exempi-2.6.4-2.fc39.x86_64.rpm        5.0 MB/s | 578 kB     00:00    
- (27/245): exiv2-0.27.6-5.fc39.x86_64.rpm        8.8 MB/s | 981 kB     00:00    
- (28/245): fdk-aac-free-2.0.0-11.fc39.x86_64.rpm 5.8 MB/s | 336 kB     00:00    
- (29/245): flac-libs-1.4.3-2.fc39.x86_64.rpm     3.5 MB/s | 264 kB     00:00    
- (30/245): freetype-2.13.1-2.fc39.x86_64.rpm     5.8 MB/s | 414 kB     00:00    
- (31/245): fribidi-1.0.13-2.fc39.x86_64.rpm      1.9 MB/s |  91 kB     00:00    
- (32/245): fuse-common-3.16.1-1.fc39.x86_64.rpm  192 kB/s | 8.3 kB     00:00    
- (33/245): fuse3-3.16.1-1.fc39.x86_64.rpm        1.7 MB/s |  57 kB     00:00    
- (34/245): fuse3-libs-3.16.1-1.fc39.x86_64.rpm   3.3 MB/s |  94 kB     00:00    
- (35/245): freetype-devel-2.13.1-2.fc39.x86_64.r 7.0 MB/s | 950 kB     00:00    
- (36/245): gdk-pixbuf2-2.42.10-5.fc39.x86_64.rpm  11 MB/s | 484 kB     00:00    
- (37/245): gdk-pixbuf2-modules-2.42.10-5.fc39.x8 1.9 MB/s |  85 kB     00:00    
- (38/245): geoclue2-2.7.0-2.fc39.x86_64.rpm      2.7 MB/s | 138 kB     00:00    
- (39/245): graphite2-1.3.14-12.fc39.x86_64.rpm   2.8 MB/s |  95 kB     00:00    
- (40/245): gobject-introspection-1.78.1-1.fc39.x 3.5 MB/s | 261 kB     00:00    
- (41/245): graphene-1.10.6-6.fc39.x86_64.rpm     854 kB/s |  61 kB     00:00    
- (42/245): graphite2-devel-1.3.14-12.fc39.x86_64 504 kB/s |  20 kB     00:00    
- (43/245): gsm-1.0.22-3.fc39.x86_64.rpm          815 kB/s |  35 kB     00:00    
- (44/245): gsettings-desktop-schemas-45.0-1.fc39  11 MB/s | 737 kB     00:00    
- (45/245): harfbuzz-8.2.1-2.fc39.x86_64.rpm       13 MB/s | 975 kB     00:00    
- (46/245): harfbuzz-icu-8.2.1-2.fc39.x86_64.rpm  240 kB/s |  17 kB     00:00    
- (47/245): hicolor-icon-theme-0.17-16.fc39.noarc 2.6 MB/s |  66 kB     00:00    
- (48/245): harfbuzz-devel-8.2.1-2.fc39.x86_64.rp 4.4 MB/s | 450 kB     00:00    
- (49/245): jbigkit-libs-2.1-26.fc39.x86_64.rpm   1.1 MB/s |  53 kB     00:00    
- (50/245): json-glib-1.8.0-1.fc39.x86_64.rpm     3.6 MB/s | 166 kB     00:00    
- (51/245): jxl-pixbuf-loader-0.8.2-3.fc39.x86_64 2.1 MB/s |  61 kB     00:00    
- (52/245): kbd-2.6.3-1.fc39.x86_64.rpm           5.7 MB/s | 428 kB     00:00    
- (53/245): kbd-legacy-2.6.3-1.fc39.noarch.rpm    8.1 MB/s | 574 kB     00:00    
- (54/245): kmod-30-6.fc39.x86_64.rpm             4.6 MB/s | 120 kB     00:00    
- (55/245): kmod-libs-30-6.fc39.x86_64.rpm        2.3 MB/s |  67 kB     00:00    
- (56/245): kbd-misc-2.6.3-1.fc39.noarch.rpm       18 MB/s | 1.6 MB     00:00    
- (57/245): iso-codes-4.15.0-2.fc39.noarch.rpm     13 MB/s | 3.5 MB     00:00    
- (58/245): lame-libs-3.100-15.fc39.x86_64.rpm    5.9 MB/s | 337 kB     00:00    
- (59/245): lcms2-2.15-2.fc39.x86_64.rpm          2.5 MB/s | 177 kB     00:00    
- (60/245): libXcursor-1.2.1-4.fc39.x86_64.rpm    767 kB/s |  30 kB     00:00    
- (61/245): libXdamage-1.1.5-10.fc39.x86_64.rpm   1.4 MB/s |  22 kB     00:00    
- (62/245): libXcomposite-0.4.5-10.fc39.x86_64.rp 421 kB/s |  23 kB     00:00    
- (63/245): libXft-2.3.8-3.fc39.x86_64.rpm        7.9 MB/s |  72 kB     00:00    
- (64/245): libXext-1.3.5-3.fc39.x86_64.rpm       1.6 MB/s |  39 kB     00:00    
- (65/245): libXfixes-6.0.0-6.fc39.x86_64.rpm     985 kB/s |  19 kB     00:00    
- (66/245): libXi-1.8.1-2.fc39.x86_64.rpm         2.8 MB/s |  40 kB     00:00    
- (67/245): libXinerama-1.1.5-3.fc39.x86_64.rpm   1.0 MB/s |  14 kB     00:00    
- (68/245): libXrender-0.9.11-3.fc39.x86_64.rpm   912 kB/s |  27 kB     00:00    
- (69/245): libXtst-1.2.4-3.fc39.x86_64.rpm       1.0 MB/s |  20 kB     00:00    
- (70/245): libXv-1.0.11-19.fc39.x86_64.rpm       933 kB/s |  18 kB     00:00    
- (71/245): libXxf86vm-1.1.5-3.fc39.x86_64.rpm    1.3 MB/s |  18 kB     00:00    
- (72/245): libargon2-20190702-3.fc39.x86_64.rpm  1.9 MB/s |  28 kB     00:00    
- (73/245): libavif-0.11.1-11.fc39.x86_64.rpm     6.9 MB/s |  84 kB     00:00    
- (74/245): libbpf-1.1.0-4.fc39.x86_64.rpm         14 MB/s | 165 kB     00:00    
- (75/245): libasyncns-0.8-25.fc39.x86_64.rpm     1.0 MB/s |  30 kB     00:00    
- (76/245): libcanberra-gtk3-0.30-32.fc39.x86_64. 1.2 MB/s |  31 kB     00:00    
- (77/245): libcue-2.2.1-13.fc39.x86_64.rpm       1.1 MB/s |  34 kB     00:00    
- (78/245): libcanberra-0.30-32.fc39.x86_64.rpm   2.5 MB/s |  85 kB     00:00    
- (79/245): libepoxy-1.5.10-4.fc39.x86_64.rpm     4.8 MB/s | 234 kB     00:00    
- (80/245): libdatrie-0.2.13-7.fc39.x86_64.rpm    589 kB/s |  32 kB     00:00    
- (81/245): libdav1d-1.2.1-2.fc39.x86_64.rpm      8.4 MB/s | 618 kB     00:00    
- (82/245): libexif-0.6.24-5.fc39.x86_64.rpm      7.4 MB/s | 461 kB     00:00    
- (83/245): libffi-devel-3.4.4-4.fc39.x86_64.rpm  410 kB/s |  29 kB     00:00    
- (84/245): libgexiv2-0.14.2-1.fc39.x86_64.rpm    1.6 MB/s |  98 kB     00:00    
- (85/245): libglvnd-1.7.0-1.fc39.x86_64.rpm      4.5 MB/s | 133 kB     00:00    
- (86/245): libglvnd-core-devel-1.7.0-1.fc39.x86_ 847 kB/s |  17 kB     00:00    
- (87/245): libglvnd-egl-1.7.0-1.fc39.x86_64.rpm  2.0 MB/s |  36 kB     00:00    
- (88/245): libglvnd-devel-1.7.0-1.fc39.x86_64.rp 5.5 MB/s | 162 kB     00:00    
- (89/245): libglvnd-gles-1.7.0-1.fc39.x86_64.rpm 1.4 MB/s |  31 kB     00:00    
- (90/245): libglvnd-opengl-1.7.0-1.fc39.x86_64.r 4.7 MB/s |  42 kB     00:00    
- (91/245): libglvnd-glx-1.7.0-1.fc39.x86_64.rpm  6.7 MB/s | 142 kB     00:00    
- (92/245): libgrss-0.7.0-17.fc39.x86_64.rpm      2.1 MB/s |  62 kB     00:00    
- (93/245): libgxps-0.3.2-6.fc39.x86_64.rpm       4.6 MB/s |  77 kB     00:00    
- (94/245): libgudev-238-2.fc39.x86_64.rpm        1.3 MB/s |  35 kB     00:00    
- (95/245): libimobiledevice-1.3.0^20230705git6fc 5.1 MB/s | 138 kB     00:00    
- (96/245): libimobiledevice-glue-1.0.0-1.fc39.x8 1.5 MB/s |  36 kB     00:00    
- (97/245): libiptcdata-1.0.5-15.fc39.x86_64.rpm  4.5 MB/s |  61 kB     00:00    
- (98/245): libjpeg-turbo-2.1.4-3.fc39.x86_64.rpm 6.6 MB/s | 183 kB     00:00    
- (99/245): libicu-devel-73.2-2.fc39.x86_64.rpm    11 MB/s | 924 kB     00:00    
- (100/245): libjxl-0.8.2-3.fc39.x86_64.rpm        15 MB/s | 1.2 MB     00:00    
- (101/245): libldac-2.0.2.3-13.fc39.x86_64.rpm   609 kB/s |  41 kB     00:00    
- (102/245): liblerc-4.0.0-4.fc39.x86_64.rpm      3.6 MB/s | 201 kB     00:00    
- (103/245): libogg-1.3.5-6.fc39.x86_64.rpm       1.8 MB/s |  33 kB     00:00    
- (104/245): libpciaccess-0.16-9.fc39.x86_64.rpm  1.1 MB/s |  26 kB     00:00    
- (105/245): libplist-2.3.0-1.fc39.x86_64.rpm     3.5 MB/s |  92 kB     00:00    
- (106/245): libpng-1.6.37-15.fc39.x86_64.rpm     3.5 MB/s | 119 kB     00:00    
- (107/245): libsbc-2.0-3.fc39.x86_64.rpm         1.2 MB/s |  47 kB     00:00    
- (108/245): libpng-devel-1.6.37-15.fc39.x86_64.r 3.8 MB/s | 291 kB     00:00    
- (109/245): libsepol-devel-3.5-2.fc39.x86_64.rpm 1.1 MB/s |  49 kB     00:00    
- (110/245): libselinux-devel-3.5-5.fc39.x86_64.r 2.1 MB/s | 151 kB     00:00    
- (111/245): libsndfile-1.1.0-9.fc39.x86_64.rpm   6.3 MB/s | 215 kB     00:00    
- (112/245): libstemmer-2.2.0-7.fc39.x86_64.rpm   5.8 MB/s | 171 kB     00:00    
- (113/245): libtdb-1.4.9-1.fc39.x86_64.rpm       2.4 MB/s |  51 kB     00:00    
- (114/245): libsoup-2.74.3-3.fc39.x86_64.rpm     6.7 MB/s | 400 kB     00:00    
- (115/245): libthai-0.1.29-6.fc39.x86_64.rpm     7.1 MB/s | 213 kB     00:00    
- (116/245): libtheora-1.1.1-34.fc39.x86_64.rpm   5.0 MB/s | 166 kB     00:00    
- (117/245): libtiff-4.4.0-8.fc39.x86_64.rpm      9.4 MB/s | 202 kB     00:00    
- (118/245): libunwind-1.7.0-0.2.rc2.fc39.x86_64. 2.2 MB/s |  70 kB     00:00    
- (119/245): libtracker-sparql-3.6.0-1.fc39.x86_6 9.0 MB/s | 374 kB     00:00    
- (120/245): libvisual-0.4.1-2.fc39.x86_64.rpm    5.3 MB/s | 151 kB     00:00    
- (121/245): libvmaf-2.3.0-6.fc39.x86_64.rpm      5.9 MB/s | 180 kB     00:00    
- (122/245): libusbmuxd-2.0.2^20230620git8d30a55- 641 kB/s |  36 kB     00:00    
- (123/245): libwayland-cursor-1.22.0-2.fc39.x86_ 748 kB/s |  19 kB     00:00    
- (124/245): libwayland-client-1.22.0-2.fc39.x86_ 768 kB/s |  34 kB     00:00    
- (125/245): libvorbis-1.3.7-8.fc39.x86_64.rpm    3.3 MB/s | 195 kB     00:00    
- (126/245): libwayland-egl-1.22.0-2.fc39.x86_64. 364 kB/s |  13 kB     00:00    
- (127/245): libwayland-server-1.22.0-2.fc39.x86_ 957 kB/s |  42 kB     00:00    
- (128/245): libxshmfence-1.3-13.fc39.x86_64.rpm  248 kB/s |  12 kB     00:00    
- (129/245): libwebp-1.3.2-2.fc39.x86_64.rpm      4.0 MB/s | 284 kB     00:00    
- (130/245): lm_sensors-libs-3.6.0-14.fc39.x86_64 1.1 MB/s |  41 kB     00:00    
- (131/245): low-memory-monitor-2.1-8.fc39.x86_64 782 kB/s |  34 kB     00:00    
- (132/245): mpg123-libs-1.31.3-2.fc39.x86_64.rpm 4.7 MB/s | 340 kB     00:00    
- (133/245): opus-1.3.1-13.fc39.x86_64.rpm        2.1 MB/s | 205 kB     00:00    
- (134/245): orc-0.4.33-3.fc39.x86_64.rpm         2.1 MB/s | 202 kB     00:00    
- (135/245): pango-1.51.0-1.fc39.x86_64.rpm       3.4 MB/s | 343 kB     00:00    
- (136/245): pcre2-devel-10.42-1.fc39.2.x86_64.rp 4.3 MB/s | 505 kB     00:00    
- (137/245): pcre2-utf16-10.42-1.fc39.2.x86_64.rp 1.7 MB/s | 212 kB     00:00    
- (138/245): pcre2-utf32-10.42-1.fc39.2.x86_64.rp 1.8 MB/s | 200 kB     00:00    
- (139/245): pixman-0.42.2-2.fc39.x86_64.rpm      2.8 MB/s | 288 kB     00:00    
- (140/245): polkit-pkla-compat-0.1-26.fc39.x86_6 422 kB/s |  44 kB     00:00    
- (141/245): poppler-glib-23.08.0-1.fc39.x86_64.r 2.7 MB/s | 185 kB     00:00    
- (142/245): poppler-data-0.4.11-5.fc39.noarch.rp  11 MB/s | 2.0 MB     00:00    
- (143/245): poppler-23.08.0-1.fc39.x86_64.rpm    5.2 MB/s | 1.2 MB     00:00    
- (144/245): pulseaudio-libs-16.1-5.fc39.x86_64.r 6.4 MB/s | 694 kB     00:00    
- (145/245): python3-setuptools-67.7.2-7.fc39.noa  17 MB/s | 1.5 MB     00:00    
- (146/245): qrencode-libs-4.1.1-5.fc39.x86_64.rp 678 kB/s |  61 kB     00:00    
- (147/245): shared-mime-info-2.2-4.fc39.x86_64.r 4.6 MB/s | 380 kB     00:00    
- (148/245): sound-theme-freedesktop-0.8-20.fc39. 5.7 MB/s | 383 kB     00:00    
- (149/245): totem-pl-parser-3.26.6-7.fc39.x86_64 2.5 MB/s | 145 kB     00:00    
- (150/245): tracker-3.6.0-1.fc39.x86_64.rpm       11 MB/s | 586 kB     00:00    
- (151/245): uchardet-0.0.8-4.fc39.x86_64.rpm     1.3 MB/s | 108 kB     00:00    
- (152/245): upower-1.90.2-3.fc39.x86_64.rpm      2.2 MB/s | 133 kB     00:00    
- (153/245): upower-libs-1.90.2-3.fc39.x86_64.rpm 1.7 MB/s |  58 kB     00:00    
- (154/245): svt-av1-libs-1.4.1-3.fc39.x86_64.rpm 9.4 MB/s | 2.0 MB     00:00    
- (155/245): xml-common-0.6.3-61.fc39.noarch.rpm  745 kB/s |  31 kB     00:00    
- (156/245): webrtc-audio-processing-0.3.1-11.fc3 4.2 MB/s | 307 kB     00:00    
- (157/245): xprop-1.2.5-4.fc39.x86_64.rpm        1.0 MB/s |  35 kB     00:00    
- (158/245): zlib-devel-1.2.13-4.fc39.x86_64.rpm  1.3 MB/s |  45 kB     00:00    
- (159/245): SDL2-devel-2.28.5-1.fc39.x86_64.rpm  4.3 MB/s | 395 kB     00:00    
- (160/245): SDL2-2.28.5-1.fc39.x86_64.rpm        6.9 MB/s | 692 kB     00:00    
- (161/245): NetworkManager-libnm-1.44.2-1.fc39.x  13 MB/s | 1.8 MB     00:00    
- (162/245): alsa-lib-1.2.11-2.fc39.x86_64.rpm     13 MB/s | 521 kB     00:00    
- (163/245): at-spi2-atk-2.50.2-1.fc39.x86_64.rpm 2.1 MB/s |  86 kB     00:00    
- (164/245): atk-2.50.2-1.fc39.x86_64.rpm         4.0 MB/s |  81 kB     00:00    
- (165/245): at-spi2-core-2.50.2-1.fc39.x86_64.rp  12 MB/s | 371 kB     00:00    
- (166/245): cups-libs-2.4.7-13.fc39.x86_64.rpm    24 MB/s | 267 kB     00:00    
- (167/245): bluez-libs-5.75-1.fc39.x86_64.rpm    2.2 MB/s |  84 kB     00:00    
- (168/245): crypto-policies-scripts-20231204-1.g 2.1 MB/s | 117 kB     00:00    
- (169/245): dbus-broker-35-2.fc39.x86_64.rpm     4.3 MB/s | 176 kB     00:00    
- (170/245): device-mapper-1.02.197-1.fc39.x86_64 3.0 MB/s | 138 kB     00:00    
- (171/245): device-mapper-libs-1.02.197-1.fc39.x 7.9 MB/s | 176 kB     00:00    
- (172/245): fontconfig-2.14.2-6.fc39.x86_64.rpm  8.8 MB/s | 296 kB     00:00    
- (173/245): giflib-5.2.2-1.fc39.x86_64.rpm       823 kB/s |  52 kB     00:00    
- (174/245): glib-networking-2.78.1-1.fc39.x86_64 1.3 MB/s | 195 kB     00:00    
- (175/245): google-noto-fonts-common-20240101-1.  95 kB/s |  17 kB     00:00    
- (176/245): glib2-devel-2.78.3-1.fc39.x86_64.rpm 2.6 MB/s | 596 kB     00:00    
- (177/245): google-noto-sans-vf-fonts-20240101-1 3.9 MB/s | 593 kB     00:00    
- (178/245): gtk-update-icon-cache-3.24.41-1.fc39 1.2 MB/s |  34 kB     00:00    
- (179/245): gstreamer1-plugins-base-1.22.11-1.fc  17 MB/s | 2.2 MB     00:00    
- (180/245): gstreamer1-1.22.11-1.fc39.x86_64.rpm 9.5 MB/s | 1.4 MB     00:00    
- (181/245): highway-1.1.0-1.fc39.x86_64.rpm      5.7 MB/s | 496 kB     00:00    
- (182/245): libXrandr-1.5.4-1.fc39.x86_64.rpm    565 kB/s |  27 kB     00:00    
- (183/245): hwdata-0.381-1.fc39.noarch.rpm       8.7 MB/s | 1.6 MB     00:00    
- (184/245): libaom-3.8.2-1.fc39.x86_64.rpm        23 MB/s | 1.8 MB     00:00    
- (185/245): gtk3-3.24.41-1.fc39.x86_64.rpm        19 MB/s | 5.6 MB     00:00    
- (186/245): libblkid-devel-2.39.4-1.fc39.x86_64. 299 kB/s |  18 kB     00:00    
- (187/245): libcloudproviders-0.3.5-1.fc39.x86_6 1.1 MB/s |  46 kB     00:00    
- (188/245): libdecor-0.2.2-1.fc39.x86_64.rpm     1.7 MB/s |  59 kB     00:00    
- (189/245): libdrm-2.4.120-1.fc39.x86_64.rpm     3.0 MB/s | 157 kB     00:00    
- (190/245): libgusb-0.4.9-1.fc39.x86_64.rpm      1.8 MB/s |  65 kB     00:00    
- (191/245): liblc3-1.0.4-2.fc39.x86_64.rpm       2.9 MB/s |  80 kB     00:00    
- (192/245): libgsf-1.14.51-1.fc39.x86_64.rpm     3.4 MB/s | 297 kB     00:00    
- (193/245): libmount-devel-2.39.4-1.fc39.x86_64. 841 kB/s |  18 kB     00:00    
- (194/245): libproxy-0.5.5-1.fc39.x86_64.rpm     2.0 MB/s |  48 kB     00:00    
- (195/245): libnotify-0.8.3-1.fc39.x86_64.rpm    1.4 MB/s |  51 kB     00:00    
- (196/245): libosinfo-1.11.0-1.fc39.x86_64.rpm   5.9 MB/s | 314 kB     00:00    
- (197/245): libsoup3-3.4.4-1.fc39.x86_64.rpm     9.9 MB/s | 389 kB     00:00    
- (198/245): librsvg2-2.57.1-1.fc39.x86_64.rpm     23 MB/s | 1.6 MB     00:00    
- (199/245): libusb1-1.0.27-1.fc39.x86_64.rpm     1.6 MB/s |  76 kB     00:00    
- (200/245): libxkbcommon-1.6.0-1.fc39.x86_64.rpm 4.3 MB/s | 142 kB     00:00    
- (201/245): libxslt-1.1.39-1.fc39.x86_64.rpm     9.2 MB/s | 187 kB     00:00    
- (202/245): mesa-filesystem-23.3.6-1.fc39.x86_64 465 kB/s |  19 kB     00:00    
- (203/245): mesa-libEGL-23.3.6-1.fc39.x86_64.rpm 2.8 MB/s | 134 kB     00:00    
- (204/245): mesa-libEGL-devel-23.3.6-1.fc39.x86_ 1.2 MB/s |  22 kB     00:00    
- (205/245): mesa-libGL-23.3.6-1.fc39.x86_64.rpm   10 MB/s | 176 kB     00:00    
- (206/245): mesa-libgbm-23.3.6-1.fc39.x86_64.rpm 2.0 MB/s |  46 kB     00:00    
- (207/245): mesa-libglapi-23.3.6-1.fc39.x86_64.r 2.6 MB/s |  53 kB     00:00    
- (208/245): mesa-va-drivers-23.3.6-1.fc39.x86_64  23 MB/s | 3.9 MB     00:00    
- (209/245): nspr-4.35.0-19.fc39.x86_64.rpm        11 MB/s | 137 kB     00:00    
- (210/245): nss-3.99.0-1.fc39.x86_64.rpm          25 MB/s | 702 kB     00:00    
- (211/245): nss-softokn-3.99.0-1.fc39.x86_64.rpm  15 MB/s | 419 kB     00:00    
- (212/245): nss-softokn-freebl-3.99.0-1.fc39.x86  11 MB/s | 381 kB     00:00    
- (213/245): nss-sysinit-3.99.0-1.fc39.x86_64.rpm 864 kB/s |  18 kB     00:00    
- (214/245): nss-util-3.99.0-1.fc39.x86_64.rpm    8.9 MB/s |  87 kB     00:00    
- (215/245): openjpeg2-2.5.2-1.fc39.x86_64.rpm    2.5 MB/s | 178 kB     00:00    
- (216/245): osinfo-db-20231215-1.fc39.noarch.rpm 7.4 MB/s | 445 kB     00:00    
- (217/245): osinfo-db-tools-1.11.0-1.fc39.x86_64 1.8 MB/s |  73 kB     00:00    
- (218/245): pipewire-1.0.5-1.fc39.x86_64.rpm     2.6 MB/s | 122 kB     00:00    
- (219/245): pipewire-alsa-1.0.5-1.fc39.x86_64.rp 1.7 MB/s |  63 kB     00:00    
- (220/245): pipewire-jack-audio-connection-kit-1 556 kB/s |  16 kB     00:00    
- (221/245): pipewire-jack-audio-connection-kit-l 4.7 MB/s | 144 kB     00:00    
- (222/245): pipewire-libs-1.0.5-1.fc39.x86_64.rp  25 MB/s | 1.9 MB     00:00    
- (223/245): pipewire-pulseaudio-1.0.5-1.fc39.x86 8.2 MB/s | 201 kB     00:00    
- (224/245): polkit-123-1.fc39.1.x86_64.rpm       2.6 MB/s | 153 kB     00:00    
- (225/245): polkit-libs-123-1.fc39.1.x86_64.rpm  1.8 MB/s |  64 kB     00:00    
- (226/245): rav1e-libs-0.7.1-1.fc39.x86_64.rpm   8.9 MB/s | 1.0 MB     00:00    
- (227/245): rsvg-pixbuf-loader-2.57.1-1.fc39.x86 386 kB/s |  16 kB     00:00    
- (228/245): llvm-libs-17.0.6-3.fc39.x86_64.rpm    21 MB/s |  27 MB     00:01    
- (229/245): rtkit-0.11-61.fc39.x86_64.rpm        356 kB/s |  55 kB     00:00    
- (230/245): sdubby-1.0-5.fc39.noarch.rpm         572 kB/s |  18 kB     00:00    
- (231/245): sysprof-capture-devel-45.1-1.fc39.x8 1.5 MB/s |  59 kB     00:00    
- (232/245): systemd-boot-unsigned-254.10-1.fc39. 3.4 MB/s |  96 kB     00:00    
- (233/245): systemd-networkd-254.10-1.fc39.x86_6 7.9 MB/s | 647 kB     00:00    
- (234/245): systemd-pam-254.10-1.fc39.x86_64.rpm 9.9 MB/s | 360 kB     00:00    
- (235/245): systemd-254.10-1.fc39.x86_64.rpm      20 MB/s | 4.7 MB     00:00    
- (236/245): systemd-resolved-254.10-1.fc39.x86_6 3.2 MB/s | 293 kB     00:00    
- (237/245): tracker-miners-3.6.2-1.fc39.x86_64.r  13 MB/s | 964 kB     00:00    
- (238/245): webp-pixbuf-loader-0.2.7-1.fc39.x86_ 437 kB/s |  20 kB     00:00    
- (239/245): wireplumber-0.4.17-1.fc39.x86_64.rpm 3.3 MB/s |  99 kB     00:00    
- (240/245): systemd-udev-254.10-1.fc39.x86_64.rp  12 MB/s | 2.1 MB     00:00    
- (241/245): mesa-dri-drivers-23.3.6-1.fc39.x86_6  13 MB/s |  25 MB     00:01    
- (242/245): wireplumber-libs-0.4.17-1.fc39.x86_6 1.9 MB/s | 346 kB     00:00    
- (243/245): xdg-desktop-portal-1.18.2-6.fc39.x86 3.0 MB/s | 483 kB     00:00    
- (244/245): xdg-desktop-portal-gtk-1.15.1-1.fc39 5.7 MB/s | 146 kB     00:00    
- (245/245): xkeyboard-config-2.40-1.fc39.noarch. 9.4 MB/s | 971 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            20 MB/s | 138 MB     00:06     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libXext-1.3.5-3.fc39.x86_64                          1/245 
-   Installing       : libpng-2:1.6.37-15.fc39.x86_64                       2/245 
-   Installing       : nspr-4.35.0-19.fc39.x86_64                           3/245 
-   Installing       : libjpeg-turbo-2.1.4-3.fc39.x86_64                    4/245 
-   Installing       : json-glib-1.8.0-1.fc39.x86_64                        5/245 
-   Installing       : libwayland-client-1.22.0-2.fc39.x86_64               6/245 
-   Installing       : libogg-2:1.3.5-6.fc39.x86_64                         7/245 
-   Installing       : libglvnd-1:1.7.0-1.fc39.x86_64                       8/245 
-   Installing       : libXrender-0.9.11-3.fc39.x86_64                      9/245 
-   Installing       : avahi-libs-0.8-24.fc39.x86_64                       10/245 
-   Installing       : libvorbis-1:1.3.7-8.fc39.x86_64                     11/245 
-   Installing       : nss-util-3.99.0-1.fc39.x86_64                       12/245 
-   Installing       : libXi-1.8.1-2.fc39.x86_64                           13/245 
-   Installing       : alsa-lib-1.2.11-2.fc39.x86_64                       14/245 
-   Installing       : libplist-2.3.0-1.fc39.x86_64                        15/245 
-   Installing       : libXfixes-6.0.0-6.fc39.x86_64                       16/245 
-   Installing       : libwayland-cursor-1.22.0-2.fc39.x86_64              17/245 
-   Installing       : hwdata-0.381-1.fc39.noarch                          18/245 
-   Installing       : zlib-devel-1.2.13-4.fc39.x86_64                     19/245 
-   Installing       : opus-1.3.1-13.fc39.x86_64                           20/245 
-   Installing       : libxshmfence-1.3-13.fc39.x86_64                     21/245 
-   Installing       : lcms2-2.15-2.fc39.x86_64                            22/245 
-   Installing       : libimobiledevice-glue-1.0.0-1.fc39.x86_64           23/245 
-   Installing       : polkit-libs-123-1.fc39.1.x86_64                     24/245 
-   Installing       : mesa-filesystem-23.3.6-1.fc39.x86_64                25/245
-  
-   Installing       : llvm-libs-17.0.6-3.fc39.x86_64                      26/245 
-   Installing       : libusb1-1.0.27-1.fc39.x86_64                        27/245 
-   Running scriptlet: xml-common-0.6.3-61.fc39.noarch                     28/245 
-   Installing       : xml-common-0.6.3-61.fc39.noarch                     28/245 
-   Installing       : shared-mime-info-2.2-4.fc39.x86_64                  29/245 
-   Running scriptlet: shared-mime-info-2.2-4.fc39.x86_64                  29/245 
-   Installing       : gdk-pixbuf2-2.42.10-5.fc39.x86_64                   30/245 
-   Installing       : libwebp-1.3.2-2.fc39.x86_64                         31/245 
-   Installing       : libwayland-server-1.22.0-2.fc39.x86_64              32/245 
-   Installing       : libwayland-egl-1.22.0-2.fc39.x86_64                 33/245 
-   Installing       : libtdb-1.4.9-1.fc39.x86_64                          34/245 
-   Installing       : libgudev-238-2.fc39.x86_64                          35/245 
-   Installing       : kmod-libs-30-6.fc39.x86_64                          36/245 
-   Installing       : graphite2-1.3.14-12.fc39.x86_64                     37/245 
-   Installing       : fuse3-libs-3.16.1-1.fc39.x86_64                     38/245 
-   Installing       : fribidi-1.0.13-2.fc39.x86_64                        39/245 
-   Installing       : duktape-2.7.0-5.fc39.x86_64                         40/245 
-   Installing       : cmake-filesystem-3.27.7-1.fc39.x86_64               41/245 
-   Installing       : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch     42/245 
-   Installing       : libproxy-0.5.5-1.fc39.x86_64                        43/245 
-   Installing       : graphite2-devel-1.3.14-12.fc39.x86_64               44/245 
-   Installing       : webp-pixbuf-loader-0.2.7-1.fc39.x86_64              45/245 
-   Installing       : gtk-update-icon-cache-3.24.41-1.fc39.x86_64         46/245 
-   Installing       : libgsf-1.14.51-1.fc39.x86_64                        47/245 
-   Installing       : libnotify-0.8.3-1.fc39.x86_64                       48/245 
-   Installing       : iso-codes-4.15.0-2.fc39.noarch                      49/245 
-   Installing       : libgusb-0.4.9-1.fc39.x86_64                         50/245 
-   Installing       : colord-libs-1.4.6-6.fc39.x86_64                     51/245 
-   Installing       : libusbmuxd-2.0.2^20230620git8d30a55-3.fc39.x86_6    52/245 
-   Installing       : libimobiledevice-1.3.0^20230705git6fc41f5-1.fc39    53/245 
-   Installing       : libpng-devel-2:1.6.37-15.fc39.x86_64                54/245 
-   Installing       : libpciaccess-0.16-9.fc39.x86_64                     55/245 
-   Installing       : libdrm-2.4.120-1.fc39.x86_64                        56/245
-  
-   Installing       : mesa-va-drivers-23.3.6-1.fc39.x86_64                57/245 
-   Installing       : osinfo-db-20231215-1.fc39.noarch                    58/245 
-   Installing       : libXcursor-1.2.1-4.fc39.x86_64                      59/245 
-   Installing       : libXdamage-1.1.5-10.fc39.x86_64                     60/245 
-   Installing       : libXtst-1.2.4-3.fc39.x86_64                         61/245 
-   Installing       : nss-softokn-freebl-3.99.0-1.fc39.x86_64             62/245 
-   Installing       : nss-softokn-3.99.0-1.fc39.x86_64                    63/245 
-   Installing       : avahi-glib-0.8-24.fc39.x86_64                       64/245 
-   Installing       : cups-libs-1:2.4.7-13.fc39.x86_64                    65/245 
-   Installing       : libXrandr-1.5.4-1.fc39.x86_64                       66/245 
-   Installing       : libglvnd-opengl-1:1.7.0-1.fc39.x86_64               67/245 
-   Installing       : flac-libs-1.4.3-2.fc39.x86_64                       68/245 
-   Installing       : libtheora-1:1.1.1-34.fc39.x86_64                    69/245 
-   Installing       : libXinerama-1.1.5-3.fc39.x86_64                     70/245 
-   Installing       : libXv-1.0.11-19.fc39.x86_64                         71/245 
-   Installing       : libXxf86vm-1.1.5-3.fc39.x86_64                      72/245 
-   Installing       : exiv2-libs-0.27.6-5.fc39.x86_64                     73/245 
-   Installing       : exiv2-0.27.6-5.fc39.x86_64                          74/245 
-   Installing       : libgexiv2-0.14.2-1.fc39.x86_64                      75/245 
-   Installing       : xkeyboard-config-2.40-1.fc39.noarch                 76/245 
-   Installing       : libxkbcommon-1.6.0-1.fc39.x86_64                    77/245 
-   Installing       : systemd-boot-unsigned-254.10-1.fc39.x86_64          78/245 
-   Installing       : sdubby-1.0-5.fc39.noarch                            79/245 
-   Running scriptlet: sdubby-1.0-5.fc39.noarch                            79/245 
-   Installing       : crypto-policies-scripts-20231204-1.git1e3a2e4.fc    80/245 
-   Installing       : nss-sysinit-3.99.0-1.fc39.x86_64                    81/245 
-   Installing       : nss-3.99.0-1.fc39.x86_64                            82/245 
-   Running scriptlet: nss-3.99.0-1.fc39.x86_64                            82/245 
-   Installing       : sysprof-capture-devel-45.1-1.fc39.x86_64            83/245 
-   Installing       : rav1e-libs-0.7.1-1.fc39.x86_64                      84/245 
-   Installing       : openjpeg2-2.5.2-1.fc39.x86_64                       85/245 
-   Installing       : libxslt-1.1.39-1.fc39.x86_64                        86/245 
-   Installing       : liblc3-1.0.4-2.fc39.x86_64                          87/245 
-   Installing       : libcloudproviders-0.3.5-1.fc39.x86_64               88/245 
-   Installing       : libblkid-devel-2.39.4-1.fc39.x86_64                 89/245 
-   Installing       : highway-1.1.0-1.fc39.x86_64                         90/245 
-   Installing       : libjxl-1:0.8.2-3.fc39.x86_64                        91/245 
-   Installing       : jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64             92/245 
-   Installing       : google-noto-fonts-common-20240101-1.fc39.noarch     93/245 
-   Installing       : google-noto-sans-vf-fonts-20240101-1.fc39.noarch    94/245 
-   Installing       : default-fonts-core-sans-4.0-9.fc39.noarch           95/245 
-   Installing       : giflib-5.2.2-1.fc39.x86_64                          96/245 
-   Installing       : bluez-libs-5.75-1.fc39.x86_64                       97/245 
-   Installing       : NetworkManager-libnm-1:1.44.2-1.fc39.x86_64         98/245 
-   Installing       : xprop-1.2.5-4.fc39.x86_64                           99/245 
-   Installing       : webrtc-audio-processing-0.3.1-11.fc39.x86_64       100/245 
-   Installing       : uchardet-0.0.8-4.fc39.x86_64                       101/245 
-   Installing       : totem-pl-parser-3.26.6-7.fc39.x86_64               102/245 
-   Installing       : svt-av1-libs-1.4.1-3.fc39.x86_64                   103/245 
-   Installing       : sound-theme-freedesktop-0.8-20.fc39.noarch         104/245 
-   Running scriptlet: sound-theme-freedesktop-0.8-20.fc39.noarch         104/245 
-   Installing       : qrencode-libs-4.1.1-5.fc39.x86_64                  105/245 
-   Installing       : python3-setuptools-67.7.2-7.fc39.noarch            106/245
-  
-   Installing       : poppler-data-0.4.11-5.fc39.noarch                  107/245 
-   Installing       : pixman-0.42.2-2.fc39.x86_64                        108/245 
-   Installing       : cairo-1.18.0-1.fc39.x86_64                         109/245 
-   Installing       : harfbuzz-8.2.1-2.fc39.x86_64                       110/245 
-   Installing       : freetype-2.13.1-2.fc39.x86_64                      111/245 
-   Installing       : fontconfig-2.14.2-6.fc39.x86_64                    112/245 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                    112/245
-  
-   Installing       : cairo-gobject-1.18.0-1.fc39.x86_64                 113/245 
-   Installing       : libXft-2.3.8-3.fc39.x86_64                         114/245 
-   Installing       : harfbuzz-icu-8.2.1-2.fc39.x86_64                   115/245 
-   Installing       : pcre2-utf32-10.42-1.fc39.2.x86_64                  116/245 
-   Installing       : pcre2-utf16-10.42-1.fc39.2.x86_64                  117/245 
-   Installing       : pcre2-devel-10.42-1.fc39.2.x86_64                  118/245 
-   Installing       : orc-0.4.33-3.fc39.x86_64                           119/245 
-   Installing       : mpg123-libs-1.31.3-2.fc39.x86_64                   120/245 
-   Installing       : low-memory-monitor-2.1-8.fc39.x86_64               121/245 
-   Running scriptlet: low-memory-monitor-2.1-8.fc39.x86_64               121/245 
-   Installing       : lm_sensors-libs-3.6.0-14.fc39.x86_64               122/245 
-   Installing       : mesa-libglapi-23.3.6-1.fc39.x86_64                 123/245
-  
-   Installing       : mesa-dri-drivers-23.3.6-1.fc39.x86_64              124/245 
-   Installing       : mesa-libgbm-23.3.6-1.fc39.x86_64                   125/245 
-   Installing       : mesa-libEGL-23.3.6-1.fc39.x86_64                   126/245 
-   Installing       : libglvnd-egl-1:1.7.0-1.fc39.x86_64                 127/245 
-   Installing       : libglvnd-gles-1:1.7.0-1.fc39.x86_64                128/245 
-   Installing       : libglvnd-glx-1:1.7.0-1.fc39.x86_64                 129/245 
-   Installing       : mesa-libGL-23.3.6-1.fc39.x86_64                    130/245 
-   Installing       : libvmaf-2.3.0-6.fc39.x86_64                        131/245 
-   Installing       : libaom-3.8.2-1.fc39.x86_64                         132/245 
-   Installing       : libvisual-1:0.4.1-2.fc39.x86_64                    133/245 
-   Installing       : libunwind-1.7.0-0.2.rc2.fc39.x86_64                134/245 
-   Installing       : gstreamer1-1.22.11-1.fc39.x86_64                   135/245 
-   Installing       : libstemmer-2.2.0-7.fc39.x86_64                     136/245 
-   Installing       : libsepol-devel-3.5-2.fc39.x86_64                   137/245 
-   Installing       : libselinux-devel-3.5-5.fc39.x86_64                 138/245 
-   Installing       : libmount-devel-2.39.4-1.fc39.x86_64                139/245 
-   Installing       : libsbc-2.0-3.fc39.x86_64                           140/245 
-   Installing       : liblerc-4.0.0-4.fc39.x86_64                        141/245 
-   Installing       : libldac-2.0.2.3-13.fc39.x86_64                     142/245 
-   Installing       : libiptcdata-1.0.5-15.fc39.x86_64                   143/245 
-   Installing       : libicu-devel-73.2-2.fc39.x86_64                    144/245 
-   Installing       : libglvnd-core-devel-1:1.7.0-1.fc39.x86_64          145/245 
-   Installing       : libglvnd-devel-1:1.7.0-1.fc39.x86_64               146/245 
-   Installing       : mesa-libEGL-devel-23.3.6-1.fc39.x86_64             147/245 
-   Installing       : libffi-devel-3.4.4-4.fc39.x86_64                   148/245 
-   Installing       : glib2-devel-2.78.3-1.fc39.x86_64                   149/245 
-   Installing       : libexif-0.6.24-5.fc39.x86_64                       150/245 
-   Installing       : libepoxy-1.5.10-4.fc39.x86_64                      151/245 
-   Installing       : libdav1d-1.2.1-2.fc39.x86_64                       152/245 
-   Installing       : libavif-0.11.1-11.fc39.x86_64                      153/245 
-   Installing       : avif-pixbuf-loader-0.11.1-11.fc39.x86_64           154/245 
-   Installing       : libdatrie-0.2.13-7.fc39.x86_64                     155/245 
-   Installing       : libthai-0.1.29-6.fc39.x86_64                       156/245 
-   Installing       : pango-1.51.0-1.fc39.x86_64                         157/245 
-   Installing       : librsvg2-2.57.1-1.fc39.x86_64                      158/245 
-   Installing       : rsvg-pixbuf-loader-2.57.1-1.fc39.x86_64            159/245 
-   Installing       : libcue-2.2.1-13.fc39.x86_64                        160/245 
-   Installing       : libbpf-2:1.1.0-4.fc39.x86_64                       161/245 
-   Installing       : libasyncns-0.8-25.fc39.x86_64                      162/245 
-   Installing       : libargon2-20190702-3.fc39.x86_64                   163/245 
-   Installing       : libXcomposite-0.4.5-10.fc39.x86_64                 164/245 
-   Installing       : lame-libs-3.100-15.fc39.x86_64                     165/245 
-   Installing       : kmod-30-6.fc39.x86_64                              166/245 
-   Installing       : kbd-misc-2.6.3-1.fc39.noarch                       167/245 
-   Installing       : kbd-legacy-2.6.3-1.fc39.noarch                     168/245 
-   Installing       : kbd-2.6.3-1.fc39.x86_64                            169/245 
-   Installing       : jbigkit-libs-2.1-26.fc39.x86_64                    170/245 
-   Installing       : libtiff-4.4.0-8.fc39.x86_64                        171/245 
-   Installing       : gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64          172/245 
-   Installing       : libgxps-0.3.2-6.fc39.x86_64                        173/245 
-   Installing       : poppler-23.08.0-1.fc39.x86_64                      174/245 
-   Installing       : poppler-glib-23.08.0-1.fc39.x86_64                 175/245
-  
-   Installing       : hicolor-icon-theme-0.17-16.fc39.noarch             176/245 
-   Installing       : gsm-1.0.22-3.fc39.x86_64                           177/245 
-   Installing       : libsndfile-1.1.0-9.fc39.x86_64                     178/245 
-   Installing       : pulseaudio-libs-16.1-5.fc39.x86_64                 179/245 
-   Installing       : libcanberra-0.30-32.fc39.x86_64                    180/245 
-   Running scriptlet: libcanberra-0.30-32.fc39.x86_64                    180/245 
-   Installing       : graphene-1.10.6-6.fc39.x86_64                      181/245 
-   Installing       : gobject-introspection-1.78.1-1.fc39.x86_64         182/245 
-   Installing       : fuse-common-3.16.1-1.fc39.x86_64                   183/245 
-   Installing       : fuse3-3.16.1-1.fc39.x86_64                         184/245 
-   Installing       : fdk-aac-free-2.0.0-11.fc39.x86_64                  185/245 
-   Installing       : exempi-2.6.4-2.fc39.x86_64                         186/245 
-   Installing       : dbus-common-1:1.14.10-1.fc39.noarch                187/245 
-   Running scriptlet: dbus-common-1:1.14.10-1.fc39.noarch                187/245 
-   Running scriptlet: dbus-broker-35-2.fc39.x86_64                       188/245 
-   Installing       : dbus-broker-35-2.fc39.x86_64                       188/245 
-   Running scriptlet: dbus-broker-35-2.fc39.x86_64                       188/245 
-   Installing       : dbus-1:1.14.10-1.fc39.x86_64                       189/245 
-   Installing       : device-mapper-libs-1.02.197-1.fc39.x86_64          190/245 
-   Installing       : cryptsetup-libs-2.6.1-3.fc39.x86_64                191/245 
-   Installing       : device-mapper-1.02.197-1.fc39.x86_64               192/245 
-   Installing       : systemd-networkd-254.10-1.fc39.x86_64              193/245 
-   Running scriptlet: systemd-networkd-254.10-1.fc39.x86_64              193/245 
-   Installing       : systemd-pam-254.10-1.fc39.x86_64                   194/245 
-   Installing       : systemd-resolved-254.10-1.fc39.x86_64              195/245 
-   Running scriptlet: systemd-resolved-254.10-1.fc39.x86_64              195/245 
-   Installing       : systemd-254.10-1.fc39.x86_64                       196/245 
-   Running scriptlet: systemd-254.10-1.fc39.x86_64                       196/245 
- Creating group 'input' with GID 104.
- Creating group 'kvm' with GID 36.
- Creating group 'render' with GID 105.
- Creating group 'sgx' with GID 106.
- Creating group 'systemd-journal' with GID 190.
- Creating group 'systemd-network' with GID 192.
- Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
- Creating group 'systemd-oom' with GID 998.
- Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
- Creating group 'systemd-resolve' with GID 193.
- Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- 
-   Running scriptlet: polkit-123-1.fc39.1.x86_64                         197/245 
-   Installing       : polkit-123-1.fc39.1.x86_64                         197/245 
-   Running scriptlet: polkit-123-1.fc39.1.x86_64                         197/245 
-   Installing       : polkit-pkla-compat-0.1-26.fc39.x86_64              198/245 
-   Installing       : at-spi2-core-2.50.2-1.fc39.x86_64                  199/245 
-   Installing       : atk-2.50.2-1.fc39.x86_64                           200/245 
-   Installing       : at-spi2-atk-2.50.2-1.fc39.x86_64                   201/245 
-   Running scriptlet: rtkit-0.11-61.fc39.x86_64                          202/245 
-   Installing       : rtkit-0.11-61.fc39.x86_64                          202/245 
-   Running scriptlet: rtkit-0.11-61.fc39.x86_64                          202/245 
- Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
- 
-   Running scriptlet: pipewire-1.0.5-1.fc39.x86_64                       203/245 
-   Installing       : pipewire-1.0.5-1.fc39.x86_64                       203/245 
-   Running scriptlet: pipewire-1.0.5-1.fc39.x86_64                       203/245 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
- 
-   Installing       : pipewire-libs-1.0.5-1.fc39.x86_64                  204/245 
-   Installing       : wireplumber-0.4.17-1.fc39.x86_64                   205/245 
-   Installing       : wireplumber-libs-0.4.17-1.fc39.x86_64              206/245 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.5-1.   207/245 
-   Installing       : systemd-udev-254.10-1.fc39.x86_64                  208/245 
-   Running scriptlet: systemd-udev-254.10-1.fc39.x86_64                  208/245 
- Created symlink /etc/systemd/system/dbus-org.freedesktop.home1.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-homed.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/systemd-homed.service.wants/systemd-homed-activate.service → /usr/lib/systemd/system/systemd-homed-activate.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target → /usr/lib/systemd/system/remote-cryptsetup.target.
- 
-   Installing       : upower-libs-1.90.2-3.fc39.x86_64                   209/245 
-   Installing       : upower-1.90.2-3.fc39.x86_64                        210/245 
-   Running scriptlet: upower-1.90.2-3.fc39.x86_64                        210/245 
- Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
- 
-   Installing       : dconf-0.40.0-9.fc39.x86_64                         211/245 
-   Running scriptlet: dconf-0.40.0-9.fc39.x86_64                         211/245 
-   Installing       : cdparanoia-libs-10.2-42.fc39.x86_64                212/245 
-   Installing       : gstreamer1-plugins-base-1.22.11-1.fc39.x86_64      213/245 
-   Installing       : bzip2-devel-1.0.8-16.fc39.x86_64                   214/245 
-   Installing       : brotli-1.1.0-1.fc39.x86_64                         215/245 
-   Installing       : brotli-devel-1.1.0-1.fc39.x86_64                   216/245 
-   Installing       : freetype-devel-2.13.1-2.fc39.x86_64                217/245
-  
-   Installing       : harfbuzz-devel-8.2.1-2.fc39.x86_64                 218/245 
-   Installing       : adwaita-cursor-theme-45.0-1.fc39.noarch            219/245 
-   Installing       : adwaita-icon-theme-45.0-1.fc39.noarch              220/245 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.   221/245 
-   Installing       : gsettings-desktop-schemas-45.0-1.fc39.x86_64       222/245 
-   Installing       : glib-networking-2.78.1-1.fc39.x86_64               223/245 
-   Installing       : libsoup3-3.4.4-1.fc39.x86_64                       224/245 
-   Installing       : osinfo-db-tools-1.11.0-1.fc39.x86_64               225/245 
-   Installing       : libosinfo-1.11.0-1.fc39.x86_64                     226/245 
-   Installing       : libsoup-2.74.3-3.fc39.x86_64                       227/245 
-   Installing       : libgrss-0.7.0-17.fc39.x86_64                       228/245 
-   Installing       : libtracker-sparql-3.6.0-1.fc39.x86_64              229/245 
-   Installing       : tracker-3.6.0-1.fc39.x86_64                        230/245 
-   Running scriptlet: tracker-3.6.0-1.fc39.x86_64                        230/245 
-   Installing       : tracker-miners-3.6.2-1.fc39.x86_64                 231/245 
-   Running scriptlet: tracker-miners-3.6.2-1.fc39.x86_64                 231/245 
-   Installing       : ModemManager-glib-1.20.6-3.fc39.x86_64             232/245 
-   Running scriptlet: geoclue2-2.7.0-2.fc39.x86_64                       233/245 
-   Installing       : geoclue2-2.7.0-2.fc39.x86_64                       233/245 
-   Running scriptlet: geoclue2-2.7.0-2.fc39.x86_64                       233/245 
-   Installing       : xdg-desktop-portal-1.18.2-6.fc39.x86_64            234/245 
-   Running scriptlet: xdg-desktop-portal-1.18.2-6.fc39.x86_64            234/245 
-   Installing       : libcanberra-gtk3-0.30-32.fc39.x86_64               235/245 
-   Installing       : gtk3-3.24.41-1.fc39.x86_64                         236/245 
-   Installing       : xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        237/245 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        237/245 
-   Installing       : libdecor-0.2.2-1.fc39.x86_64                       238/245 
-   Installing       : SDL2-2.28.5-1.fc39.x86_64                          239/245 
-   Installing       : SDL2_ttf-2.20.2-2.fc39.x86_64                      240/245 
-   Installing       : SDL2-devel-2.28.5-1.fc39.x86_64                    241/245 
-   Installing       : SDL2_ttf-devel-2.20.2-2.fc39.x86_64                242/245 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.5-1.fc39.   243/245 
-   Installing       : pipewire-alsa-1.0.5-1.fc39.x86_64                  244/245 
-   Installing       : pipewire-pulseaudio-1.0.5-1.fc39.x86_64            245/245 
-   Running scriptlet: pipewire-pulseaudio-1.0.5-1.fc39.x86_64            245/245
-  
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
- 
-   Running scriptlet: crypto-policies-scripts-20231204-1.git1e3a2e4.fc   245/245 
-   Running scriptlet: nss-3.99.0-1.fc39.x86_64                           245/245 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                    245/245 
-   Running scriptlet: systemd-resolved-254.10-1.fc39.x86_64              245/245 
-   Running scriptlet: wireplumber-0.4.17-1.fc39.x86_64                   245/245 
- Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service.
- Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
- 
-   Running scriptlet: dconf-0.40.0-9.fc39.x86_64                         245/245 
-   Running scriptlet: pipewire-pulseaudio-1.0.5-1.fc39.x86_64            245/245
-  
- Creating group 'systemd-coredump' with GID 995.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 995 and GID 995.
- Creating group 'systemd-timesync' with GID 994.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 994 and GID 994.
- 
-   Verifying        : ModemManager-glib-1.20.6-3.fc39.x86_64               1/245 
-   Verifying        : SDL2_ttf-2.20.2-2.fc39.x86_64                        2/245 
-   Verifying        : SDL2_ttf-devel-2.20.2-2.fc39.x86_64                  3/245 
-   Verifying        : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch      4/245 
-   Verifying        : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.     5/245 
-   Verifying        : adwaita-cursor-theme-45.0-1.fc39.noarch              6/245 
-   Verifying        : adwaita-icon-theme-45.0-1.fc39.noarch                7/245 
-   Verifying        : avahi-glib-0.8-24.fc39.x86_64                        8/245 
-   Verifying        : avahi-libs-0.8-24.fc39.x86_64                        9/245 
-   Verifying        : avif-pixbuf-loader-0.11.1-11.fc39.x86_64            10/245 
-   Verifying        : brotli-1.1.0-1.fc39.x86_64                          11/245 
-   Verifying        : brotli-devel-1.1.0-1.fc39.x86_64                    12/245 
-   Verifying        : bzip2-devel-1.0.8-16.fc39.x86_64                    13/245 
-   Verifying        : cairo-1.18.0-1.fc39.x86_64                          14/245 
-   Verifying        : cairo-gobject-1.18.0-1.fc39.x86_64                  15/245 
-   Verifying        : cdparanoia-libs-10.2-42.fc39.x86_64                 16/245 
-   Verifying        : cmake-filesystem-3.27.7-1.fc39.x86_64               17/245 
-   Verifying        : colord-libs-1.4.6-6.fc39.x86_64                     18/245 
-   Verifying        : cryptsetup-libs-2.6.1-3.fc39.x86_64                 19/245 
-   Verifying        : dbus-1:1.14.10-1.fc39.x86_64                        20/245 
-   Verifying        : dbus-common-1:1.14.10-1.fc39.noarch                 21/245 
-   Verifying        : dconf-0.40.0-9.fc39.x86_64                          22/245 
-   Verifying        : default-fonts-core-sans-4.0-9.fc39.noarch           23/245 
-   Verifying        : duktape-2.7.0-5.fc39.x86_64                         24/245 
-   Verifying        : exempi-2.6.4-2.fc39.x86_64                          25/245 
-   Verifying        : exiv2-0.27.6-5.fc39.x86_64                          26/245 
-   Verifying        : exiv2-libs-0.27.6-5.fc39.x86_64                     27/245 
-   Verifying        : fdk-aac-free-2.0.0-11.fc39.x86_64                   28/245 
-   Verifying        : flac-libs-1.4.3-2.fc39.x86_64                       29/245 
-   Verifying        : freetype-2.13.1-2.fc39.x86_64                       30/245 
-   Verifying        : freetype-devel-2.13.1-2.fc39.x86_64                 31/245 
-   Verifying        : fribidi-1.0.13-2.fc39.x86_64                        32/245 
-   Verifying        : fuse-common-3.16.1-1.fc39.x86_64                    33/245 
-   Verifying        : fuse3-3.16.1-1.fc39.x86_64                          34/245 
-   Verifying        : fuse3-libs-3.16.1-1.fc39.x86_64                     35/245 
-   Verifying        : gdk-pixbuf2-2.42.10-5.fc39.x86_64                   36/245 
-   Verifying        : gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64           37/245 
-   Verifying        : geoclue2-2.7.0-2.fc39.x86_64                        38/245 
-   Verifying        : gobject-introspection-1.78.1-1.fc39.x86_64          39/245 
-   Verifying        : graphene-1.10.6-6.fc39.x86_64                       40/245 
-   Verifying        : graphite2-1.3.14-12.fc39.x86_64                     41/245 
-   Verifying        : graphite2-devel-1.3.14-12.fc39.x86_64               42/245 
-   Verifying        : gsettings-desktop-schemas-45.0-1.fc39.x86_64        43/245 
-   Verifying        : gsm-1.0.22-3.fc39.x86_64                            44/245 
-   Verifying        : harfbuzz-8.2.1-2.fc39.x86_64                        45/245 
-   Verifying        : harfbuzz-devel-8.2.1-2.fc39.x86_64                  46/245 
-   Verifying        : harfbuzz-icu-8.2.1-2.fc39.x86_64                    47/245 
-   Verifying        : hicolor-icon-theme-0.17-16.fc39.noarch              48/245 
-   Verifying        : iso-codes-4.15.0-2.fc39.noarch                      49/245 
-   Verifying        : jbigkit-libs-2.1-26.fc39.x86_64                     50/245 
-   Verifying        : json-glib-1.8.0-1.fc39.x86_64                       51/245 
-   Verifying        : jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64             52/245 
-   Verifying        : kbd-2.6.3-1.fc39.x86_64                             53/245 
-   Verifying        : kbd-legacy-2.6.3-1.fc39.noarch                      54/245 
-   Verifying        : kbd-misc-2.6.3-1.fc39.noarch                        55/245 
-   Verifying        : kmod-30-6.fc39.x86_64                               56/245 
-   Verifying        : kmod-libs-30-6.fc39.x86_64                          57/245 
-   Verifying        : lame-libs-3.100-15.fc39.x86_64                      58/245 
-   Verifying        : lcms2-2.15-2.fc39.x86_64                            59/245 
-   Verifying        : libXcomposite-0.4.5-10.fc39.x86_64                  60/245 
-   Verifying        : libXcursor-1.2.1-4.fc39.x86_64                      61/245 
-   Verifying        : libXdamage-1.1.5-10.fc39.x86_64                     62/245 
-   Verifying        : libXext-1.3.5-3.fc39.x86_64                         63/245 
-   Verifying        : libXfixes-6.0.0-6.fc39.x86_64                       64/245 
-   Verifying        : libXft-2.3.8-3.fc39.x86_64                          65/245 
-   Verifying        : libXi-1.8.1-2.fc39.x86_64                           66/245 
-   Verifying        : libXinerama-1.1.5-3.fc39.x86_64                     67/245 
-   Verifying        : libXrender-0.9.11-3.fc39.x86_64                     68/245 
-   Verifying        : libXtst-1.2.4-3.fc39.x86_64                         69/245 
-   Verifying        : libXv-1.0.11-19.fc39.x86_64                         70/245 
-   Verifying        : libXxf86vm-1.1.5-3.fc39.x86_64                      71/245 
-   Verifying        : libargon2-20190702-3.fc39.x86_64                    72/245 
-   Verifying        : libasyncns-0.8-25.fc39.x86_64                       73/245 
-   Verifying        : libavif-0.11.1-11.fc39.x86_64                       74/245 
-   Verifying        : libbpf-2:1.1.0-4.fc39.x86_64                        75/245 
-   Verifying        : libcanberra-0.30-32.fc39.x86_64                     76/245 
-   Verifying        : libcanberra-gtk3-0.30-32.fc39.x86_64                77/245 
-   Verifying        : libcue-2.2.1-13.fc39.x86_64                         78/245 
-   Verifying        : libdatrie-0.2.13-7.fc39.x86_64                      79/245 
-   Verifying        : libdav1d-1.2.1-2.fc39.x86_64                        80/245 
-   Verifying        : libepoxy-1.5.10-4.fc39.x86_64                       81/245 
-   Verifying        : libexif-0.6.24-5.fc39.x86_64                        82/245 
-   Verifying        : libffi-devel-3.4.4-4.fc39.x86_64                    83/245 
-   Verifying        : libgexiv2-0.14.2-1.fc39.x86_64                      84/245 
-   Verifying        : libglvnd-1:1.7.0-1.fc39.x86_64                      85/245 
-   Verifying        : libglvnd-core-devel-1:1.7.0-1.fc39.x86_64           86/245 
-   Verifying        : libglvnd-devel-1:1.7.0-1.fc39.x86_64                87/245 
-   Verifying        : libglvnd-egl-1:1.7.0-1.fc39.x86_64                  88/245 
-   Verifying        : libglvnd-gles-1:1.7.0-1.fc39.x86_64                 89/245 
-   Verifying        : libglvnd-glx-1:1.7.0-1.fc39.x86_64                  90/245 
-   Verifying        : libglvnd-opengl-1:1.7.0-1.fc39.x86_64               91/245 
-   Verifying        : libgrss-0.7.0-17.fc39.x86_64                        92/245 
-   Verifying        : libgudev-238-2.fc39.x86_64                          93/245 
-   Verifying        : libgxps-0.3.2-6.fc39.x86_64                         94/245 
-   Verifying        : libicu-devel-73.2-2.fc39.x86_64                     95/245 
-   Verifying        : libimobiledevice-1.3.0^20230705git6fc41f5-1.fc39    96/245 
-   Verifying        : libimobiledevice-glue-1.0.0-1.fc39.x86_64           97/245 
-   Verifying        : libiptcdata-1.0.5-15.fc39.x86_64                    98/245 
-   Verifying        : libjpeg-turbo-2.1.4-3.fc39.x86_64                   99/245 
-   Verifying        : libjxl-1:0.8.2-3.fc39.x86_64                       100/245 
-   Verifying        : libldac-2.0.2.3-13.fc39.x86_64                     101/245 
-   Verifying        : liblerc-4.0.0-4.fc39.x86_64                        102/245 
-   Verifying        : libogg-2:1.3.5-6.fc39.x86_64                       103/245 
-   Verifying        : libpciaccess-0.16-9.fc39.x86_64                    104/245 
-   Verifying        : libplist-2.3.0-1.fc39.x86_64                       105/245 
-   Verifying        : libpng-2:1.6.37-15.fc39.x86_64                     106/245 
-   Verifying        : libpng-devel-2:1.6.37-15.fc39.x86_64               107/245 
-   Verifying        : libsbc-2.0-3.fc39.x86_64                           108/245 
-   Verifying        : libselinux-devel-3.5-5.fc39.x86_64                 109/245 
-   Verifying        : libsepol-devel-3.5-2.fc39.x86_64                   110/245 
-   Verifying        : libsndfile-1.1.0-9.fc39.x86_64                     111/245 
-   Verifying        : libsoup-2.74.3-3.fc39.x86_64                       112/245 
-   Verifying        : libstemmer-2.2.0-7.fc39.x86_64                     113/245 
-   Verifying        : libtdb-1.4.9-1.fc39.x86_64                         114/245 
-   Verifying        : libthai-0.1.29-6.fc39.x86_64                       115/245 
-   Verifying        : libtheora-1:1.1.1-34.fc39.x86_64                   116/245 
-   Verifying        : libtiff-4.4.0-8.fc39.x86_64                        117/245 
-   Verifying        : libtracker-sparql-3.6.0-1.fc39.x86_64              118/245 
-   Verifying        : libunwind-1.7.0-0.2.rc2.fc39.x86_64                119/245 
-   Verifying        : libusbmuxd-2.0.2^20230620git8d30a55-3.fc39.x86_6   120/245 
-   Verifying        : libvisual-1:0.4.1-2.fc39.x86_64                    121/245 
-   Verifying        : libvmaf-2.3.0-6.fc39.x86_64                        122/245 
-   Verifying        : libvorbis-1:1.3.7-8.fc39.x86_64                    123/245 
-   Verifying        : libwayland-client-1.22.0-2.fc39.x86_64             124/245 
-   Verifying        : libwayland-cursor-1.22.0-2.fc39.x86_64             125/245 
-   Verifying        : libwayland-egl-1.22.0-2.fc39.x86_64                126/245 
-   Verifying        : libwayland-server-1.22.0-2.fc39.x86_64             127/245 
-   Verifying        : libwebp-1.3.2-2.fc39.x86_64                        128/245 
-   Verifying        : libxshmfence-1.3-13.fc39.x86_64                    129/245 
-   Verifying        : lm_sensors-libs-3.6.0-14.fc39.x86_64               130/245 
-   Verifying        : low-memory-monitor-2.1-8.fc39.x86_64               131/245 
-   Verifying        : mpg123-libs-1.31.3-2.fc39.x86_64                   132/245 
-   Verifying        : opus-1.3.1-13.fc39.x86_64                          133/245 
-   Verifying        : orc-0.4.33-3.fc39.x86_64                           134/245 
-   Verifying        : pango-1.51.0-1.fc39.x86_64                        135/245 
-   Verifying        : pcre2-devel-10.42-1.fc39.2.x86_64                  136/245 
-   Verifying        : pcre2-utf16-10.42-1.fc39.2.x86_64                  137/245 
-   Verifying        : pcre2-utf32-10.42-1.fc39.2.x86_64                  138/245 
-   Verifying        : pixman-0.42.2-2.fc39.x86_64                        139/245 
-   Verifying        : polkit-pkla-compat-0.1-26.fc39.x86_64              140/245 
-   Verifying        : poppler-23.08.0-1.fc39.x86_64                      141/245 
-   Verifying        : poppler-data-0.4.11-5.fc39.noarch                  142/245 
-   Verifying        : poppler-glib-23.08.0-1.fc39.x86_64                 143/245 
-   Verifying        : pulseaudio-libs-16.1-5.fc39.x86_64                 144/245 
-   Verifying        : python3-setuptools-67.7.2-7.fc39.noarch            145/245 
-   Verifying        : qrencode-libs-4.1.1-5.fc39.x86_64                  146/245 
-   Verifying        : shared-mime-info-2.2-4.fc39.x86_64                 147/245 
-   Verifying        : sound-theme-freedesktop-0.8-20.fc39.noarch         148/245 
-   Verifying        : svt-av1-libs-1.4.1-3.fc39.x86_64                   149/245 
-   Verifying        : totem-pl-parser-3.26.6-7.fc39.x86_64               150/245 
-   Verifying        : tracker-3.6.0-1.fc39.x86_64                        151/245 
-   Verifying        : uchardet-0.0.8-4.fc39.x86_64                       152/245 
-   Verifying        : upower-1.90.2-3.fc39.x86_64                        153/245 
-   Verifying        : upower-libs-1.90.2-3.fc39.x86_64                   154/245 
-   Verifying        : webrtc-audio-processing-0.3.1-11.fc39.x86_64       155/245 
-   Verifying        : xml-common-0.6.3-61.fc39.noarch                    156/245 
-   Verifying        : xprop-1.2.5-4.fc39.x86_64                          157/245 
-   Verifying        : zlib-devel-1.2.13-4.fc39.x86_64                    158/245 
-   Verifying        : NetworkManager-libnm-1:1.44.2-1.fc39.x86_64        159/245 
-   Verifying        : SDL2-2.28.5-1.fc39.x86_64                          160/245 
-   Verifying        : SDL2-devel-2.28.5-1.fc39.x86_64                    161/245 
-   Verifying        : alsa-lib-1.2.11-2.fc39.x86_64                      162/245 
-   Verifying        : at-spi2-atk-2.50.2-1.fc39.x86_64                   163/245 
-   Verifying        : at-spi2-core-2.50.2-1.fc39.x86_64                  164/245 
-   Verifying        : atk-2.50.2-1.fc39.x86_64                           165/245 
-   Verifying        : bluez-libs-5.75-1.fc39.x86_64                      166/245 
-   Verifying        : crypto-policies-scripts-20231204-1.git1e3a2e4.fc   167/245 
-   Verifying        : cups-libs-1:2.4.7-13.fc39.x86_64                   168/245 
-   Verifying        : dbus-broker-35-2.fc39.x86_64                       169/245 
-   Verifying        : device-mapper-1.02.197-1.fc39.x86_64               170/245 
-   Verifying        : device-mapper-libs-1.02.197-1.fc39.x86_64          171/245 
-   Verifying        : fontconfig-2.14.2-6.fc39.x86_64                    172/245 
-   Verifying        : giflib-5.2.2-1.fc39.x86_64                         173/245 
-   Verifying        : glib-networking-2.78.1-1.fc39.x86_64               174/245 
-   Verifying        : glib2-devel-2.78.3-1.fc39.x86_64                   175/245 
-   Verifying        : google-noto-fonts-common-20240101-1.fc39.noarch    176/245 
-   Verifying        : google-noto-sans-vf-fonts-20240101-1.fc39.noarch   177/245 
-   Verifying        : gstreamer1-1.22.11-1.fc39.x86_64                   178/245 
-   Verifying        : gstreamer1-plugins-base-1.22.11-1.fc39.x86_64      179/245 
-   Verifying        : gtk-update-icon-cache-3.24.41-1.fc39.x86_64        180/245 
-   Verifying        : gtk3-3.24.41-1.fc39.x86_64                         181/245 
-   Verifying        : highway-1.1.0-1.fc39.x86_64                        182/245 
-   Verifying        : hwdata-0.381-1.fc39.noarch                         183/245 
-   Verifying        : libXrandr-1.5.4-1.fc39.x86_64                      184/245 
-   Verifying        : libaom-3.8.2-1.fc39.x86_64                         185/245 
-   Verifying        : libblkid-devel-2.39.4-1.fc39.x86_64                186/245 
-   Verifying        : libcloudproviders-0.3.5-1.fc39.x86_64              187/245 
-   Verifying        : libdecor-0.2.2-1.fc39.x86_64                       188/245 
-   Verifying        : libdrm-2.4.120-1.fc39.x86_64                       189/245 
-   Verifying        : libgsf-1.14.51-1.fc39.x86_64                       190/245 
-   Verifying        : libgusb-0.4.9-1.fc39.x86_64                        191/245 
-   Verifying        : liblc3-1.0.4-2.fc39.x86_64                         192/245 
-   Verifying        : libmount-devel-2.39.4-1.fc39.x86_64                193/245 
-   Verifying        : libnotify-0.8.3-1.fc39.x86_64                      194/245 
-   Verifying        : libosinfo-1.11.0-1.fc39.x86_64                     195/245 
-   Verifying        : libproxy-0.5.5-1.fc39.x86_64                       196/245 
-   Verifying        : librsvg2-2.57.1-1.fc39.x86_64                      197/245 
-   Verifying        : libsoup3-3.4.4-1.fc39.x86_64                       198/245 
-   Verifying        : libusb1-1.0.27-1.fc39.x86_64                       199/245 
-   Verifying        : libxkbcommon-1.6.0-1.fc39.x86_64                   200/245 
-   Verifying        : libxslt-1.1.39-1.fc39.x86_64                       201/245 
-   Verifying        : llvm-libs-17.0.6-3.fc39.x86_64                     202/245 
-   Verifying        : mesa-dri-drivers-23.3.6-1.fc39.x86_64              203/245 
-   Verifying        : mesa-filesystem-23.3.6-1.fc39.x86_64               204/245 
-   Verifying        : mesa-libEGL-23.3.6-1.fc39.x86_64                   205/245 
-   Verifying        : mesa-libEGL-devel-23.3.6-1.fc39.x86_64             206/245 
-   Verifying        : mesa-libGL-23.3.6-1.fc39.x86_64                    207/245 
-   Verifying        : mesa-libgbm-23.3.6-1.fc39.x86_64                   208/245 
-   Verifying        : mesa-libglapi-23.3.6-1.fc39.x86_64                 209/245 
-   Verifying        : mesa-va-drivers-23.3.6-1.fc39.x86_64               210/245 
-   Verifying        : nspr-4.35.0-19.fc39.x86_64                         211/245 
-   Verifying        : nss-3.99.0-1.fc39.x86_64                           212/245 
-   Verifying        : nss-softokn-3.99.0-1.fc39.x86_64                   213/245 
-   Verifying        : nss-softokn-freebl-3.99.0-1.fc39.x86_64            214/245 
-   Verifying        : nss-sysinit-3.99.0-1.fc39.x86_64                   215/245 
-   Verifying        : nss-util-3.99.0-1.fc39.x86_64                      216/245 
-   Verifying        : openjpeg2-2.5.2-1.fc39.x86_64                      217/245 
-   Verifying        : osinfo-db-20231215-1.fc39.noarch                   218/245 
-   Verifying        : osinfo-db-tools-1.11.0-1.fc39.x86_64               219/245 
-   Verifying        : pipewire-1.0.5-1.fc39.x86_64                       220/245 
-   Verifying        : pipewire-alsa-1.0.5-1.fc39.x86_64                  221/245 
-   Verifying        : pipewire-jack-audio-connection-kit-1.0.5-1.fc39.   222/245 
-   Verifying        : pipewire-jack-audio-connection-kit-libs-1.0.5-1.   223/245 
-   Verifying        : pipewire-libs-1.0.5-1.fc39.x86_64                  224/245 
-   Verifying        : pipewire-pulseaudio-1.0.5-1.fc39.x86_64            225/245 
-   Verifying        : polkit-123-1.fc39.1.x86_64                         226/245 
-   Verifying        : polkit-libs-123-1.fc39.1.x86_64                    227/245 
-   Verifying        : rav1e-libs-0.7.1-1.fc39.x86_64                     228/245 
-   Verifying        : rsvg-pixbuf-loader-2.57.1-1.fc39.x86_64            229/245 
-   Verifying        : rtkit-0.11-61.fc39.x86_64                          230/245 
-   Verifying        : sdubby-1.0-5.fc39.noarch                           231/245 
-   Verifying        : sysprof-capture-devel-45.1-1.fc39.x86_64           232/245 
-   Verifying        : systemd-254.10-1.fc39.x86_64                       233/245 
-   Verifying        : systemd-boot-unsigned-254.10-1.fc39.x86_64         234/245 
-   Verifying        : systemd-networkd-254.10-1.fc39.x86_64              235/245 
-   Verifying        : systemd-pam-254.10-1.fc39.x86_64                   236/245 
-   Verifying        : systemd-resolved-254.10-1.fc39.x86_64              237/245 
-   Verifying        : systemd-udev-254.10-1.fc39.x86_64                  238/245 
-   Verifying        : tracker-miners-3.6.2-1.fc39.x86_64                 239/245 
-   Verifying        : webp-pixbuf-loader-0.2.7-1.fc39.x86_64             240/245 
-   Verifying        : wireplumber-0.4.17-1.fc39.x86_64                   241/245 
-   Verifying        : wireplumber-libs-0.4.17-1.fc39.x86_64              242/245 
-   Verifying        : xdg-desktop-portal-1.18.2-6.fc39.x86_64            243/245 
-   Verifying        : xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        244/245 
-   Verifying        : xkeyboard-config-2.40-1.fc39.noarch                245/245 
- 
- Installed:
-   ModemManager-glib-1.20.6-3.fc39.x86_64                                        
-   NetworkManager-libnm-1:1.44.2-1.fc39.x86_64                                   
-   SDL2-2.28.5-1.fc39.x86_64                                                     
-   SDL2-devel-2.28.5-1.fc39.x86_64                                               
-   SDL2_ttf-2.20.2-2.fc39.x86_64                                                 
-   SDL2_ttf-devel-2.20.2-2.fc39.x86_64                                           
-   abattis-cantarell-vf-fonts-0.301-10.fc39.noarch                               
-   adobe-source-code-pro-fonts-2.042.1.062.1.026-2.fc39.noarch                   
-   adwaita-cursor-theme-45.0-1.fc39.noarch                                       
-   adwaita-icon-theme-45.0-1.fc39.noarch                                         
-   alsa-lib-1.2.11-2.fc39.x86_64                                                 
-   at-spi2-atk-2.50.2-1.fc39.x86_64                                              
-   at-spi2-core-2.50.2-1.fc39.x86_64                                             
-   atk-2.50.2-1.fc39.x86_64                                                      
-   avahi-glib-0.8-24.fc39.x86_64                                                 
-   avahi-libs-0.8-24.fc39.x86_64                                                 
-   avif-pixbuf-loader-0.11.1-11.fc39.x86_64                                      
-   bluez-libs-5.75-1.fc39.x86_64                                                 
-   brotli-1.1.0-1.fc39.x86_64                                                    
-   brotli-devel-1.1.0-1.fc39.x86_64                                              
-   bzip2-devel-1.0.8-16.fc39.x86_64                                              
-   cairo-1.18.0-1.fc39.x86_64                                                    
-   cairo-gobject-1.18.0-1.fc39.x86_64                                            
-   cdparanoia-libs-10.2-42.fc39.x86_64                                           
-   cmake-filesystem-3.27.7-1.fc39.x86_64                                         
-   colord-libs-1.4.6-6.fc39.x86_64                                               
-   crypto-policies-scripts-20231204-1.git1e3a2e4.fc39.noarch                     
-   cryptsetup-libs-2.6.1-3.fc39.x86_64                                           
-   cups-libs-1:2.4.7-13.fc39.x86_64                                              
-   dbus-1:1.14.10-1.fc39.x86_64                                                  
-   dbus-broker-35-2.fc39.x86_64                                                  
-   dbus-common-1:1.14.10-1.fc39.noarch                                           
-   dconf-0.40.0-9.fc39.x86_64                                                    
-   default-fonts-core-sans-4.0-9.fc39.noarch                                     
-   device-mapper-1.02.197-1.fc39.x86_64                                          
-   device-mapper-libs-1.02.197-1.fc39.x86_64                                     
-   duktape-2.7.0-5.fc39.x86_64                                                   
-   exempi-2.6.4-2.fc39.x86_64                                                    
-   exiv2-0.27.6-5.fc39.x86_64                                                    
-   exiv2-libs-0.27.6-5.fc39.x86_64                                               
-   fdk-aac-free-2.0.0-11.fc39.x86_64                                             
-   flac-libs-1.4.3-2.fc39.x86_64                                                 
-   fontconfig-2.14.2-6.fc39.x86_64                                               
-   freetype-2.13.1-2.fc39.x86_64                                                 
-   freetype-devel-2.13.1-2.fc39.x86_64                                           
-   fribidi-1.0.13-2.fc39.x86_64                                                  
-   fuse-common-3.16.1-1.fc39.x86_64                                              
-   fuse3-3.16.1-1.fc39.x86_64                                                    
-   fuse3-libs-3.16.1-1.fc39.x86_64                                               
-   gdk-pixbuf2-2.42.10-5.fc39.x86_64                                             
-   gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64                                     
-   geoclue2-2.7.0-2.fc39.x86_64                                                  
-   giflib-5.2.2-1.fc39.x86_64                                                    
-   glib-networking-2.78.1-1.fc39.x86_64                                          
-   glib2-devel-2.78.3-1.fc39.x86_64                                              
-   gobject-introspection-1.78.1-1.fc39.x86_64                                    
-   google-noto-fonts-common-20240101-1.fc39.noarch                               
-   google-noto-sans-vf-fonts-20240101-1.fc39.noarch                              
-   graphene-1.10.6-6.fc39.x86_64                                                 
-   graphite2-1.3.14-12.fc39.x86_64                                               
-   graphite2-devel-1.3.14-12.fc39.x86_64                                         
-   gsettings-desktop-schemas-45.0-1.fc39.x86_64                                  
-   gsm-1.0.22-3.fc39.x86_64                                                      
-   gstreamer1-1.22.11-1.fc39.x86_64                                              
-   gstreamer1-plugins-base-1.22.11-1.fc39.x86_64                                 
-   gtk-update-icon-cache-3.24.41-1.fc39.x86_64                                   
-   gtk3-3.24.41-1.fc39.x86_64                                                    
-   harfbuzz-8.2.1-2.fc39.x86_64                                                  
-   harfbuzz-devel-8.2.1-2.fc39.x86_64                                            
-   harfbuzz-icu-8.2.1-2.fc39.x86_64                                              
-   hicolor-icon-theme-0.17-16.fc39.noarch                                        
-   highway-1.1.0-1.fc39.x86_64                                                   
-   hwdata-0.381-1.fc39.noarch                                                    
-   iso-codes-4.15.0-2.fc39.noarch                                                
-   jbigkit-libs-2.1-26.fc39.x86_64                                               
-   json-glib-1.8.0-1.fc39.x86_64                                                 
-   jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64                                       
-   kbd-2.6.3-1.fc39.x86_64                                                       
-   kbd-legacy-2.6.3-1.fc39.noarch                                                
-   kbd-misc-2.6.3-1.fc39.noarch                                                  
-   kmod-30-6.fc39.x86_64                                                         
-   kmod-libs-30-6.fc39.x86_64                                                    
-   lame-libs-3.100-15.fc39.x86_64                                                
-   lcms2-2.15-2.fc39.x86_64                                                      
-   libXcomposite-0.4.5-10.fc39.x86_64                                            
-   libXcursor-1.2.1-4.fc39.x86_64                                                
-   libXdamage-1.1.5-10.fc39.x86_64                                               
-   libXext-1.3.5-3.fc39.x86_64                                                   
-   libXfixes-6.0.0-6.fc39.x86_64                                                 
-   libXft-2.3.8-3.fc39.x86_64                                                    
-   libXi-1.8.1-2.fc39.x86_64                                                     
-   libXinerama-1.1.5-3.fc39.x86_64                                               
-   libXrandr-1.5.4-1.fc39.x86_64                                                 
-   libXrender-0.9.11-3.fc39.x86_64                                               
-   libXtst-1.2.4-3.fc39.x86_64                                                   
-   libXv-1.0.11-19.fc39.x86_64                                                   
-   libXxf86vm-1.1.5-3.fc39.x86_64                                                
-   libaom-3.8.2-1.fc39.x86_64                                                    
-   libargon2-20190702-3.fc39.x86_64                                              
-   libasyncns-0.8-25.fc39.x86_64                                                 
-   libavif-0.11.1-11.fc39.x86_64                                                 
-   libblkid-devel-2.39.4-1.fc39.x86_64                                           
-   libbpf-2:1.1.0-4.fc39.x86_64                                                  
-   libcanberra-0.30-32.fc39.x86_64                                               
-   libcanberra-gtk3-0.30-32.fc39.x86_64                                          
-   libcloudproviders-0.3.5-1.fc39.x86_64                                         
-   libcue-2.2.1-13.fc39.x86_64                                                   
-   libdatrie-0.2.13-7.fc39.x86_64                                                
-   libdav1d-1.2.1-2.fc39.x86_64                                                  
-   libdecor-0.2.2-1.fc39.x86_64                                                  
-   libdrm-2.4.120-1.fc39.x86_64                                                  
-   libepoxy-1.5.10-4.fc39.x86_64                                                 
-   libexif-0.6.24-5.fc39.x86_64                                                  
-   libffi-devel-3.4.4-4.fc39.x86_64                                              
-   libgexiv2-0.14.2-1.fc39.x86_64                                                
-   libglvnd-1:1.7.0-1.fc39.x86_64                                                
-   libglvnd-core-devel-1:1.7.0-1.fc39.x86_64                                     
-   libglvnd-devel-1:1.7.0-1.fc39.x86_64                                          
-   libglvnd-egl-1:1.7.0-1.fc39.x86_64                                            
-   libglvnd-gles-1:1.7.0-1.fc39.x86_64                                           
-   libglvnd-glx-1:1.7.0-1.fc39.x86_64                                            
-   libglvnd-opengl-1:1.7.0-1.fc39.x86_64                                         
-   libgrss-0.7.0-17.fc39.x86_64                                                  
-   libgsf-1.14.51-1.fc39.x86_64                                                  
-   libgudev-238-2.fc39.x86_64                                                    
-   libgusb-0.4.9-1.fc39.x86_64                                                   
-   libgxps-0.3.2-6.fc39.x86_64                                                   
-   libicu-devel-73.2-2.fc39.x86_64                                               
-   libimobiledevice-1.3.0^20230705git6fc41f5-1.fc39.x86_64                       
-   libimobiledevice-glue-1.0.0-1.fc39.x86_64                                     
-   libiptcdata-1.0.5-15.fc39.x86_64                                              
-   libjpeg-turbo-2.1.4-3.fc39.x86_64                                             
-   libjxl-1:0.8.2-3.fc39.x86_64                                                  
-   liblc3-1.0.4-2.fc39.x86_64                                                    
-   libldac-2.0.2.3-13.fc39.x86_64                                                
-   liblerc-4.0.0-4.fc39.x86_64                                                   
-   libmount-devel-2.39.4-1.fc39.x86_64                                           
-   libnotify-0.8.3-1.fc39.x86_64                                                 
-   libogg-2:1.3.5-6.fc39.x86_64                                                  
-   libosinfo-1.11.0-1.fc39.x86_64                                                
-   libpciaccess-0.16-9.fc39.x86_64                                               
-   libplist-2.3.0-1.fc39.x86_64                                                  
-   libpng-2:1.6.37-15.fc39.x86_64                                                
-   libpng-devel-2:1.6.37-15.fc39.x86_64                                          
-   libproxy-0.5.5-1.fc39.x86_64                                                  
-   librsvg2-2.57.1-1.fc39.x86_64                                                 
-   libsbc-2.0-3.fc39.x86_64                                                      
-   libselinux-devel-3.5-5.fc39.x86_64                                            
-   libsepol-devel-3.5-2.fc39.x86_64                                              
-   libsndfile-1.1.0-9.fc39.x86_64                                                
-   libsoup-2.74.3-3.fc39.x86_64                                                  
-   libsoup3-3.4.4-1.fc39.x86_64                                                  
-   libstemmer-2.2.0-7.fc39.x86_64                                                
-   libtdb-1.4.9-1.fc39.x86_64                                                    
-   libthai-0.1.29-6.fc39.x86_64                                                  
-   libtheora-1:1.1.1-34.fc39.x86_64                                              
-   libtiff-4.4.0-8.fc39.x86_64                                                   
-   libtracker-sparql-3.6.0-1.fc39.x86_64                                         
-   libunwind-1.7.0-0.2.rc2.fc39.x86_64                                           
-   libusb1-1.0.27-1.fc39.x86_64                                                  
-   libusbmuxd-2.0.2^20230620git8d30a55-3.fc39.x86_64                             
-   libvisual-1:0.4.1-2.fc39.x86_64                                               
-   libvmaf-2.3.0-6.fc39.x86_64                                                   
-   libvorbis-1:1.3.7-8.fc39.x86_64                                               
-   libwayland-client-1.22.0-2.fc39.x86_64                                        
-   libwayland-cursor-1.22.0-2.fc39.x86_64                                        
-   libwayland-egl-1.22.0-2.fc39.x86_64                                           
-   libwayland-server-1.22.0-2.fc39.x86_64                                        
-   libwebp-1.3.2-2.fc39.x86_64                                                   
-   libxkbcommon-1.6.0-1.fc39.x86_64                                              
-   libxshmfence-1.3-13.fc39.x86_64                                               
-   libxslt-1.1.39-1.fc39.x86_64                                                  
-   llvm-libs-17.0.6-3.fc39.x86_64                                                
-   lm_sensors-libs-3.6.0-14.fc39.x86_64                                          
-   low-memory-monitor-2.1-8.fc39.x86_64                                          
-   mesa-dri-drivers-23.3.6-1.fc39.x86_64                                         
-   mesa-filesystem-23.3.6-1.fc39.x86_64                                          
-   mesa-libEGL-23.3.6-1.fc39.x86_64                                              
-   mesa-libEGL-devel-23.3.6-1.fc39.x86_64                                        
-   mesa-libGL-23.3.6-1.fc39.x86_64                                               
-   mesa-libgbm-23.3.6-1.fc39.x86_64                                              
-   mesa-libglapi-23.3.6-1.fc39.x86_64                                            
-   mesa-va-drivers-23.3.6-1.fc39.x86_64                                          
-   mpg123-libs-1.31.3-2.fc39.x86_64                                              
-   nspr-4.35.0-19.fc39.x86_64                                                    
-   nss-3.99.0-1.fc39.x86_64                                                      
-   nss-softokn-3.99.0-1.fc39.x86_64                                              
-   nss-softokn-freebl-3.99.0-1.fc39.x86_64                                       
-   nss-sysinit-3.99.0-1.fc39.x86_64                                              
-   nss-util-3.99.0-1.fc39.x86_64                                                 
-   openjpeg2-2.5.2-1.fc39.x86_64                                                 
-   opus-1.3.1-13.fc39.x86_64                                                     
-   orc-0.4.33-3.fc39.x86_64                                                      
-   osinfo-db-20231215-1.fc39.noarch                                              
-   osinfo-db-tools-1.11.0-1.fc39.x86_64                                          
-   pango-1.51.0-1.fc39.x86_64                                                    
-   pcre2-devel-10.42-1.fc39.2.x86_64                                             
-   pcre2-utf16-10.42-1.fc39.2.x86_64                                             
-   pcre2-utf32-10.42-1.fc39.2.x86_64                                             
-   pipewire-1.0.5-1.fc39.x86_64                                                  
-   pipewire-alsa-1.0.5-1.fc39.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.0.5-1.fc39.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.0.5-1.fc39.x86_64                   
-   pipewire-libs-1.0.5-1.fc39.x86_64                                             
-   pipewire-pulseaudio-1.0.5-1.fc39.x86_64                                       
-   pixman-0.42.2-2.fc39.x86_64                                                   
-   polkit-123-1.fc39.1.x86_64                                                    
-   polkit-libs-123-1.fc39.1.x86_64                                               
-   polkit-pkla-compat-0.1-26.fc39.x86_64                                         
-   poppler-23.08.0-1.fc39.x86_64                                                 
-   poppler-data-0.4.11-5.fc39.noarch                                             
-   poppler-glib-23.08.0-1.fc39.x86_64                                            
-   pulseaudio-libs-16.1-5.fc39.x86_64                                            
-   python3-setuptools-67.7.2-7.fc39.noarch                                       
-   qrencode-libs-4.1.1-5.fc39.x86_64                                             
-   rav1e-libs-0.7.1-1.fc39.x86_64                                                
-   rsvg-pixbuf-loader-2.57.1-1.fc39.x86_64                                       
-   rtkit-0.11-61.fc39.x86_64                                                     
-   sdubby-1.0-5.fc39.noarch                                                      
-   shared-mime-info-2.2-4.fc39.x86_64                                            
-   sound-theme-freedesktop-0.8-20.fc39.noarch                                    
-   svt-av1-libs-1.4.1-3.fc39.x86_64                                              
-   sysprof-capture-devel-45.1-1.fc39.x86_64                                      
-   systemd-254.10-1.fc39.x86_64                                                  
-   systemd-boot-unsigned-254.10-1.fc39.x86_64                                    
-   systemd-networkd-254.10-1.fc39.x86_64                                         
-   systemd-pam-254.10-1.fc39.x86_64                                              
-   systemd-resolved-254.10-1.fc39.x86_64                                         
-   systemd-udev-254.10-1.fc39.x86_64                                             
-   totem-pl-parser-3.26.6-7.fc39.x86_64                                          
-   tracker-3.6.0-1.fc39.x86_64                                                   
-   tracker-miners-3.6.2-1.fc39.x86_64                                            
-   uchardet-0.0.8-4.fc39.x86_64                                                  
-   upower-1.90.2-3.fc39.x86_64                                                   
-   upower-libs-1.90.2-3.fc39.x86_64                                              
-   webp-pixbuf-loader-0.2.7-1.fc39.x86_64                                        
-   webrtc-audio-processing-0.3.1-11.fc39.x86_64                                  
-   wireplumber-0.4.17-1.fc39.x86_64                                              
-   wireplumber-libs-0.4.17-1.fc39.x86_64                                         
-   xdg-desktop-portal-1.18.2-6.fc39.x86_64                                       
-   xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64                                   
-   xkeyboard-config-2.40-1.fc39.noarch                                           
-   xml-common-0.6.3-61.fc39.noarch                                               
-   xprop-1.2.5-4.fc39.x86_64                                                     
-   zlib-devel-1.2.13-4.fc39.x86_64                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_ttf-devel"
- libffi-devel-3.4.4-4.fc39.x86_64
- SDL2-devel-2.28.5-1.fc39.x86_64
- SDL2_ttf-devel-2.20.2-2.fc39.x86_64
2024-04-30 22:21.27 ---> saved as "3abe515a9b1fdbfc527a3cf428b0bc6e9f5178740b745cf3147b72ad28dc2c0f"


/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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-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 dune              3.15.2
  - install ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install conf-sdl2-ttf     1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install topkg             1.0.7
  - install integers          0.7.0
  - install dune-configurator 3.15.2
  - install ctypes            0.22.0
  - install ctypes-foreign    0.22.0
  - install tsdl              1.0.0
===== 16 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> installed conf-pkg-config.3
-> retrieved ctypes-foreign.0.22.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-ttf.1
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.1.0.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed integers.0.7.0
-> installed dune-configurator.3.15.2
-> installed ctypes.0.22.0
-> installed ctypes-foreign.0.22.0
-> installed tsdl.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 22:22.43 ---> saved as "d7ea1a91ec2af7a752206ce5322e19e58531376fa8036ddfa6a77fcfd3a1a2ba"


/src: (copy (src .) (dst /src))
2024-04-30 22:22.43 ---> saved as "b12808968559b784bf99ad24bb91ae88b525090c6b8ccc447ca63ba37f558a2f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./show_string.exe)
Dummy video driver
2024-04-30 22:22.44 ---> saved as "0e5bd303e488c3464081c5e4510f53651498f709ad7ff4548342e8a7546dde1e"
Job succeeded
2024-04-30 22:22.45: Job succeeded