Organisationstalex5lablgtkc8c2c3 (lablgtk3)fedora-39-4.14_opam-2.1

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:29.25: New job: test talex5/lablgtk https://github.com/talex5/lablgtk.git#refs/heads/lablgtk3 (c8c2c3af5ec78ff49b2ad75eeea310883c4e5d56) (linux-x86_64:fedora-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/talex5/lablgtk.git" -b "lablgtk3" && cd "lablgtk" && git reset --hard c8c2c3af
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
# fedora-39-4.14_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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam ./
RUN opam pin add -yn lablgtk3.dev './' && \
    opam pin add -yn lablgtk3-sourceview3.dev './' && \
    opam pin add -yn lablgtk3-gtkspell3.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.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-05-10 09:29.25: Using cache hint "talex5/lablgtk-ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3-fedora-39-4.14_opam-2.1-a53927e2ca6cf68e7c0dd0fb24676a8e"
2024-05-10 09:29.25: Using OBuilder spec:
((from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
 (comment fedora-39-4.14_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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn lablgtk3.dev './' && \
             \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
             \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")
 (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 lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.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-05-10 09:29.25: Waiting for resource in pool OCluster
2024-05-11 01:07.33: Waiting for worker…
2024-05-11 01:10.53: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
HEAD is now at c8c2c3af Test dune fix


(from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
2024-05-11 01:10.53 ---> using "de5c85e07ee957c3bc1265b45c1243eb411cb9ddce0938b3d6424d1fb62b675a" from cache


/: (comment fedora-39-4.14_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                              354 kB/s |  25 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         17 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    323 kB/s |  23 kB     00:00    
Fedora 39 - x86_64 - Updates                     11 MB/s |  32 MB     00:02    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 01:10.53 ---> using "c83495299c31d099e69c8ae8d78b7d87dbcacc4a0da1d6de3ba106095978cc72" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 01:10.53 ---> using "9900d95d490eb7388fac05e6319c9fec3bfcd14a566dc9d93a3295f7196fec06" 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-05-11 01:10.53 ---> using "93df74f63cd2c4616683b082f460a7adde58962d579e2601f9bf4cc755893cf0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 01:10.53 ---> using "e051b4c4fe40af6432c57ad1c5b3847c92265813c1723580447b65ec069fe6e2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 01:10.53 ---> using "12f1339482168279e6b6ff9d29ff95d72a63bc254a0f4c7c402c007570a4d23b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-05-11 01:10.53 ---> using "78350c386d0fbf20d059b1bcaaedb7b51f80f003726e16bb03668496ad487060" from cache


/src: (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
            (dst ./))
2024-05-11 01:10.53 ---> saved as "4d4536b1fb232387e691d191599083089e82acaf84e17bd29c16fa4de6026ebd"


/src: (run (network host)
           (shell  "opam pin add -yn lablgtk3.dev './' && \
                  \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
                  \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
[lablgtk3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
The following additional pinnings are required by lablgtk3.dev:
  - dune.dev at git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40
Pin and install them? [Y/n] y
[dune.dev] synchronised (no changes)
dune is now pinned to git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40 (version dev)
lablgtk3 is now pinned to file:///src (version dev)
[lablgtk3-sourceview3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-sourceview3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-sourceview3 is now pinned to file:///src (version dev)
[lablgtk3-gtkspell3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-gtkspell3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-gtkspell3 is now pinned to file:///src (version dev)
2024-05-11 01:11.02 ---> saved as "2d372d93d1fbdc572406ab85ffc7bedc1afd3a32f1f3422ec066a1045caa07f3"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")


/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 lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                               75 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    335 kB/s |  23 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lablgtk3.dev] synchronised (no changes)
[lablgtk3-gtkspell3.dev] synchronised (no changes)
[lablgtk3-sourceview3.dev] synchronised (no changes)
[dune.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    cairo-devel gtk3-devel gtksourceview3-devel gtkspell3-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "cairo-devel" "gtk3-devel" "gtksourceview3-devel" "gtkspell3-devel"
- Last metadata expiration check: 0:00:26 ago on Sat May 11 01:11:04 2024.
- Dependencies resolved.
- =================================================================================================
-  Package                                   Arch    Version                         Repo      Size
- =================================================================================================
- Installing:
-  cairo-devel                               x86_64  1.18.0-1.fc39                   fedora   193 k
-  gtk3-devel                                x86_64  3.24.41-1.fc39                  updates  4.3 M
-  gtksourceview3-devel                      x86_64  3.24.11-10.fc39                 fedora   221 k
-  gtkspell3-devel                           x86_64  3.0.10-17.fc39                  fedora    34 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
-  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-atk-devel                         x86_64  2.50.2-1.fc39                   updates   10 k
-  at-spi2-core                              x86_64  2.50.2-1.fc39                   updates  371 k
-  at-spi2-core-devel                        x86_64  2.50.2-1.fc39                   updates  318 k
-  atk                                       x86_64  2.50.2-1.fc39                   updates   81 k
-  atk-devel                                 x86_64  2.50.2-1.fc39                   updates  437 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
-  cairo-gobject-devel                       x86_64  1.18.0-1.fc39                   fedora    11 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
-  cpio                                      x86_64  2.14-4.fc39                     fedora   279 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  36-2.fc39                       updates  176 k
-  dbus-common                               noarch  1:1.14.10-1.fc39                fedora    15 k
-  dbus-devel                                x86_64  1:1.14.10-1.fc39                fedora    40 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
-  dracut                                    x86_64  059-16.fc39                     updates  432 k
-  duktape                                   x86_64  2.7.0-5.fc39                    fedora   170 k
-  enchant2                                  x86_64  2.5.0-5.fc39                    fedora    62 k
-  enchant2-devel                            x86_64  2.5.0-5.fc39                    fedora    21 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
-  file                                      x86_64  5.44-5.fc39                     fedora    49 k
-  flac-libs                                 x86_64  1.4.3-2.fc39                    fedora   264 k
-  fontconfig                                x86_64  2.14.2-6.fc39                   updates  296 k
-  fontconfig-devel                          x86_64  2.14.2-6.fc39                   updates  164 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
-  fribidi-devel                             x86_64  1.0.13-2.fc39                   fedora    30 k
-  fuse-common                               x86_64  3.16.1-1.fc39                   fedora   8.3 k
-  fuse-libs                                 x86_64  2.9.9-17.fc39                   fedora    97 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-devel                         x86_64  2.42.10-5.fc39                  fedora   366 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
-  gettext                                   x86_64  0.22-2.fc39                     fedora   1.1 M
-  gettext-envsubst                          x86_64  0.22-2.fc39                     fedora    36 k
-  gettext-libs                              x86_64  0.22-2.fc39                     fedora   328 k
-  gettext-runtime                           x86_64  0.22-2.fc39                     fedora   120 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
-  grub2-common                              noarch  1:2.06-120.fc39                 updates  921 k
-  grub2-tools                               x86_64  1:2.06-120.fc39                 updates  1.8 M
-  grub2-tools-minimal                       x86_64  1:2.06-120.fc39                 updates  623 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.12-1.fc39                  updates  1.4 M
-  gstreamer1-plugins-base                   x86_64  1.22.12-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
-  gtksourceview3                            x86_64  3.24.11-10.fc39                 fedora   617 k
-  gtkspell3                                 x86_64  3.0.10-17.fc39                  fedora    65 k
-  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
-  hunspell                                  x86_64  1.7.2-5.fc39                    fedora   472 k
-  hunspell-en-GB                            noarch  0.20201207-7.fc39               fedora   226 k
-  hunspell-en-US                            noarch  0.20201207-7.fc39               fedora   181 k
-  hunspell-filesystem                       x86_64  1.7.2-5.fc39                    fedora   9.2 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
-  libXcomposite-devel                       x86_64  0.4.5-10.fc39                   fedora    16 k
-  libXcursor                                x86_64  1.2.1-4.fc39                    fedora    30 k
-  libXcursor-devel                          x86_64  1.2.1-4.fc39                    fedora    40 k
-  libXdamage                                x86_64  1.1.5-10.fc39                   fedora    22 k
-  libXdamage-devel                          x86_64  1.1.5-10.fc39                   fedora   9.3 k
-  libXext                                   x86_64  1.3.5-3.fc39                    fedora    39 k
-  libXext-devel                             x86_64  1.3.5-3.fc39                    fedora    85 k
-  libXfixes                                 x86_64  6.0.0-6.fc39                    fedora    19 k
-  libXfixes-devel                           x86_64  6.0.0-6.fc39                    fedora    12 k
-  libXft                                    x86_64  2.3.8-3.fc39                    fedora    72 k
-  libXft-devel                              x86_64  2.3.8-3.fc39                    fedora    50 k
-  libXi                                     x86_64  1.8.1-2.fc39                    fedora    40 k
-  libXi-devel                               x86_64  1.8.1-2.fc39                    fedora   116 k
-  libXinerama                               x86_64  1.1.5-3.fc39                    fedora    14 k
-  libXinerama-devel                         x86_64  1.1.5-3.fc39                    fedora    13 k
-  libXrandr                                 x86_64  1.5.4-1.fc39                    updates   27 k
-  libXrandr-devel                           x86_64  1.5.4-1.fc39                    updates   19 k
-  libXrender                                x86_64  0.9.11-3.fc39                   fedora    27 k
-  libXrender-devel                          x86_64  0.9.11-3.fc39                   fedora    19 k
-  libXtst                                   x86_64  1.2.4-3.fc39                    fedora    20 k
-  libXtst-devel                             x86_64  1.2.4-3.fc39                    fedora    16 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
-  libcloudproviders-devel                   x86_64  0.3.5-1.fc39                    updates   49 k
-  libcue                                    x86_64  2.2.1-13.fc39                   fedora    34 k
-  libdatrie                                 x86_64  0.2.13-7.fc39                   fedora    32 k
-  libdatrie-devel                           x86_64  0.2.13-7.fc39                   fedora   148 k
-  libdav1d                                  x86_64  1.2.1-2.fc39                    fedora   618 k
-  libdrm                                    x86_64  2.4.120-1.fc39                  updates  157 k
-  libepoxy                                  x86_64  1.5.10-4.fc39                   fedora   234 k
-  libepoxy-devel                            x86_64  1.5.10-4.fc39                   fedora   133 k
-  libexif                                   x86_64  0.6.24-5.fc39                   fedora   461 k
-  libffi-devel                              x86_64  3.4.4-4.fc39                    fedora    29 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
-  libjpeg-turbo-devel                       x86_64  2.1.4-3.fc39                    fedora    98 k
-  libjxl                                    x86_64  1:0.8.2-3.fc39                  fedora   1.2 M
-  libkcapi                                  x86_64  1.4.0-7.fc39                    fedora    45 k
-  libkcapi-hmaccalc                         x86_64  1.4.0-7.fc39                    fedora    24 k
-  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
-  libthai-devel                             x86_64  0.1.29-6.fc39                   fedora   139 k
-  libtheora                                 x86_64  1:1.1.1-34.fc39                 fedora   166 k
-  libtiff                                   x86_64  4.4.0-8.fc39                    fedora   202 k
-  libtiff-devel                             x86_64  4.4.0-8.fc39                    fedora   545 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
-  libxkbcommon-devel                        x86_64  1.6.0-1.fc39                    updates   66 k
-  libxml2-devel                             x86_64  2.10.4-3.fc39                   fedora   527 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-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
-  os-prober                                 x86_64  1.81-4.fc39                     fedora    50 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
-  pango-devel                               x86_64  1.51.0-1.fc39                   fedora   161 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
-  pixman-devel                              x86_64  0.42.2-2.fc39                   fedora    17 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
-  procps-ng                                 x86_64  4.0.3-5.fc39                    updates  372 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-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
-  tpm2-tss-fapi                             x86_64  4.0.1-6.fc39                    updates  319 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
-  wayland-devel                             x86_64  1.22.0-2.fc39                   fedora   148 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
-  xz-devel                                  x86_64  5.4.4-1.fc39                    fedora    66 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
-  grubby                                    x86_64  8.40-73.fc39                    updates   25 k
-  hunspell-en                               noarch  0.20201207-7.fc39               fedora   190 k
-  jxl-pixbuf-loader                         x86_64  1:0.8.2-3.fc39                  fedora    61 k
-  kpartx                                    x86_64  0.9.5-2.fc39                    fedora    48 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
-  memstrack                                 x86_64  0.2.5-2.fc39                    fedora    50 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
-  pigz                                      x86_64  2.8-2.fc39                      fedora    94 k
-  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
-  systemd-networkd                          x86_64  254.10-1.fc39                   updates  647 k
-  systemd-resolved                          x86_64  254.10-1.fc39                   updates  293 k
-  tpm2-tools                                x86_64  5.5-4.fc39                      fedora   796 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  302 Packages
- 
- Total download size: 154 M
- Installed size: 694 M
- Downloading Packages:
- (1/302): abattis-cantarell-vf-fonts-0.301-10.fc 3.0 MB/s | 121 kB     00:00    
- (2/302): ModemManager-glib-1.20.6-3.fc39.x86_64 5.8 MB/s | 326 kB     00:00    
- (3/302): adobe-source-code-pro-fonts-2.042.1.06  12 MB/s | 806 kB     00:00    
- (4/302): adwaita-cursor-theme-45.0-1.fc39.noarc  21 MB/s | 678 kB     00:00    
- (5/302): adwaita-icon-theme-45.0-1.fc39.noarch.  20 MB/s | 407 kB     00:00    
- (6/302): avahi-glib-0.8-24.fc39.x86_64.rpm      1.8 MB/s |  15 kB     00:00    
- (7/302): avahi-libs-0.8-24.fc39.x86_64.rpm      7.6 MB/s |  67 kB     00:00    
- (8/302): avif-pixbuf-loader-0.11.1-11.fc39.x86_ 2.0 MB/s |  16 kB     00:00    
- (9/302): brotli-1.1.0-1.fc39.x86_64.rpm         2.4 MB/s |  20 kB     00:00    
- (10/302): brotli-devel-1.1.0-1.fc39.x86_64.rpm  4.0 MB/s |  34 kB     00:00    
- (11/302): bzip2-devel-1.0.8-16.fc39.x86_64.rpm   20 MB/s | 214 kB     00:00    
- (12/302): cairo-devel-1.18.0-1.fc39.x86_64.rpm   18 MB/s | 193 kB     00:00    
- (13/302): cairo-gobject-1.18.0-1.fc39.x86_64.rp 2.2 MB/s |  19 kB     00:00    
- (14/302): cairo-1.18.0-1.fc39.x86_64.rpm         32 MB/s | 710 kB     00:00    
- (15/302): cairo-gobject-devel-1.18.0-1.fc39.x86 1.4 MB/s |  11 kB     00:00    
- (16/302): cdparanoia-libs-10.2-42.fc39.x86_64.r 6.4 MB/s |  54 kB     00:00    
- (17/302): cmake-filesystem-3.27.7-1.fc39.x86_64 2.3 MB/s |  19 kB     00:00    
- (18/302): colord-libs-1.4.6-6.fc39.x86_64.rpm    21 MB/s | 233 kB     00:00    
- (19/302): dbus-1.14.10-1.fc39.x86_64.rpm        1.0 MB/s | 8.1 kB     00:00    
- (20/302): cryptsetup-libs-2.6.1-3.fc39.x86_64.r  26 MB/s | 491 kB     00:00    
- (21/302): dbus-common-1.14.10-1.fc39.noarch.rpm 1.8 MB/s |  15 kB     00:00    
- (22/302): cpio-2.14-4.fc39.x86_64.rpm           9.8 MB/s | 279 kB     00:00    
- (23/302): dbus-devel-1.14.10-1.fc39.x86_64.rpm  4.7 MB/s |  40 kB     00:00    
- (24/302): dconf-0.40.0-9.fc39.x86_64.rpm         12 MB/s | 109 kB     00:00    
- (25/302): default-fonts-core-sans-4.0-9.fc39.no 3.9 MB/s |  32 kB     00:00    
- (26/302): duktape-2.7.0-5.fc39.x86_64.rpm        17 MB/s | 170 kB     00:00    
- (27/302): enchant2-2.5.0-5.fc39.x86_64.rpm      7.2 MB/s |  62 kB     00:00    
- (28/302): enchant2-devel-2.5.0-5.fc39.x86_64.rp 2.4 MB/s |  21 kB     00:00    
- (29/302): exempi-2.6.4-2.fc39.x86_64.rpm         27 MB/s | 578 kB     00:00    
- (30/302): fdk-aac-free-2.0.0-11.fc39.x86_64.rpm  27 MB/s | 336 kB     00:00    
- (31/302): file-5.44-5.fc39.x86_64.rpm           5.7 MB/s |  49 kB     00:00    
- (32/302): flac-libs-1.4.3-2.fc39.x86_64.rpm      23 MB/s | 264 kB     00:00    
- (33/302): freetype-2.13.1-2.fc39.x86_64.rpm      31 MB/s | 414 kB     00:00    
- (34/302): exiv2-libs-0.27.6-5.fc39.x86_64.rpm    11 MB/s | 782 kB     00:00    
- (35/302): fribidi-1.0.13-2.fc39.x86_64.rpm       10 MB/s |  91 kB     00:00    
- (36/302): fribidi-devel-1.0.13-2.fc39.x86_64.rp 3.6 MB/s |  30 kB     00:00    
- (37/302): freetype-devel-2.13.1-2.fc39.x86_64.r  33 MB/s | 950 kB     00:00    
- (38/302): fuse-common-3.16.1-1.fc39.x86_64.rpm  1.0 MB/s | 8.3 kB     00:00    
- (39/302): exiv2-0.27.6-5.fc39.x86_64.rpm        9.4 MB/s | 981 kB     00:00    
- (40/302): fuse-libs-2.9.9-17.fc39.x86_64.rpm     11 MB/s |  97 kB     00:00    
- (41/302): fuse3-3.16.1-1.fc39.x86_64.rpm        6.5 MB/s |  57 kB     00:00    
- (42/302): fuse3-libs-3.16.1-1.fc39.x86_64.rpm    10 MB/s |  94 kB     00:00    
- (43/302): gdk-pixbuf2-devel-2.42.10-5.fc39.x86_  25 MB/s | 366 kB     00:00    
- (44/302): gdk-pixbuf2-2.42.10-5.fc39.x86_64.rpm  25 MB/s | 484 kB     00:00    
- (45/302): gdk-pixbuf2-modules-2.42.10-5.fc39.x8 7.3 MB/s |  85 kB     00:00    
- (46/302): geoclue2-2.7.0-2.fc39.x86_64.rpm       14 MB/s | 138 kB     00:00    
- (47/302): gettext-envsubst-0.22-2.fc39.x86_64.r 3.7 MB/s |  36 kB     00:00    
- (48/302): gettext-libs-0.22-2.fc39.x86_64.rpm    27 MB/s | 328 kB     00:00    
- (49/302): gettext-runtime-0.22-2.fc39.x86_64.rp  10 MB/s | 120 kB     00:00    
- (50/302): gobject-introspection-1.78.1-1.fc39.x  22 MB/s | 261 kB     00:00    
- (51/302): gettext-0.22-2.fc39.x86_64.rpm         29 MB/s | 1.1 MB     00:00    
- (52/302): graphene-1.10.6-6.fc39.x86_64.rpm     4.0 MB/s |  61 kB     00:00    
- (53/302): graphite2-1.3.14-12.fc39.x86_64.rpm    10 MB/s |  95 kB     00:00    
- (54/302): graphite2-devel-1.3.14-12.fc39.x86_64 1.3 MB/s |  20 kB     00:00    
- (55/302): gsm-1.0.22-3.fc39.x86_64.rpm          2.2 MB/s |  35 kB     00:00    
- (56/302): gtksourceview3-devel-3.24.11-10.fc39.  20 MB/s | 221 kB     00:00    
- (57/302): gtksourceview3-3.24.11-10.fc39.x86_64  32 MB/s | 617 kB     00:00    
- (58/302): gtkspell3-3.0.10-17.fc39.x86_64.rpm   7.5 MB/s |  65 kB     00:00    
- (59/302): gtkspell3-devel-3.0.10-17.fc39.x86_64 4.2 MB/s |  34 kB     00:00    
- (60/302): harfbuzz-8.2.1-2.fc39.x86_64.rpm       33 MB/s | 975 kB     00:00    
- (61/302): gsettings-desktop-schemas-45.0-1.fc39 9.9 MB/s | 737 kB     00:00    
- (62/302): harfbuzz-devel-8.2.1-2.fc39.x86_64.rp  13 MB/s | 450 kB     00:00    
- (63/302): harfbuzz-icu-8.2.1-2.fc39.x86_64.rpm  2.1 MB/s |  17 kB     00:00    
- (64/302): hunspell-en-0.20201207-7.fc39.noarch.  15 MB/s | 190 kB     00:00    
- (65/302): hunspell-1.7.2-5.fc39.x86_64.rpm       27 MB/s | 472 kB     00:00    
- (66/302): hicolor-icon-theme-0.17-16.fc39.noarc 2.6 MB/s |  66 kB     00:00    
- (67/302): hunspell-en-GB-0.20201207-7.fc39.noar  21 MB/s | 226 kB     00:00    
- (68/302): hunspell-en-US-0.20201207-7.fc39.noar  18 MB/s | 181 kB     00:00    
- (69/302): hunspell-filesystem-1.7.2-5.fc39.x86_ 1.1 MB/s | 9.2 kB     00:00    
- (70/302): jbigkit-libs-2.1-26.fc39.x86_64.rpm   5.6 MB/s |  53 kB     00:00    
- (71/302): json-glib-1.8.0-1.fc39.x86_64.rpm      17 MB/s | 166 kB     00:00    
- (72/302): jxl-pixbuf-loader-0.8.2-3.fc39.x86_64 7.3 MB/s |  61 kB     00:00    
- (73/302): kbd-2.6.3-1.fc39.x86_64.rpm            15 MB/s | 428 kB     00:00    
- (74/302): kbd-legacy-2.6.3-1.fc39.noarch.rpm     13 MB/s | 574 kB     00:00    
- (75/302): kmod-30-6.fc39.x86_64.rpm             9.2 MB/s | 120 kB     00:00    
- (76/302): iso-codes-4.15.0-2.fc39.noarch.rpm     34 MB/s | 3.5 MB     00:00    
- (77/302): kbd-misc-2.6.3-1.fc39.noarch.rpm       23 MB/s | 1.6 MB     00:00    
- (78/302): kmod-libs-30-6.fc39.x86_64.rpm        1.7 MB/s |  67 kB     00:00    
- (79/302): kpartx-0.9.5-2.fc39.x86_64.rpm        3.2 MB/s |  48 kB     00:00    
- (80/302): lcms2-2.15-2.fc39.x86_64.rpm           15 MB/s | 177 kB     00:00    
- (81/302): lame-libs-3.100-15.fc39.x86_64.rpm     23 MB/s | 337 kB     00:00    
- (82/302): libXcomposite-0.4.5-10.fc39.x86_64.rp 1.7 MB/s |  23 kB     00:00    
- (83/302): libXcomposite-devel-0.4.5-10.fc39.x86 1.9 MB/s |  16 kB     00:00    
- (84/302): libXcursor-1.2.1-4.fc39.x86_64.rpm    3.6 MB/s |  30 kB     00:00    
- (85/302): libXcursor-devel-1.2.1-4.fc39.x86_64. 4.3 MB/s |  40 kB     00:00    
- (86/302): libXdamage-1.1.5-10.fc39.x86_64.rpm   2.6 MB/s |  22 kB     00:00    
- (87/302): libXdamage-devel-1.1.5-10.fc39.x86_64 1.2 MB/s | 9.3 kB     00:00    
- (88/302): libXext-1.3.5-3.fc39.x86_64.rpm       4.4 MB/s |  39 kB     00:00    
- (89/302): libXext-devel-1.3.5-3.fc39.x86_64.rpm 9.1 MB/s |  85 kB     00:00    
- (90/302): libXfixes-6.0.0-6.fc39.x86_64.rpm     2.3 MB/s |  19 kB     00:00    
- (91/302): libXfixes-devel-6.0.0-6.fc39.x86_64.r 1.5 MB/s |  12 kB     00:00    
- (92/302): libXft-2.3.8-3.fc39.x86_64.rpm        7.7 MB/s |  72 kB     00:00    
- (93/302): libXft-devel-2.3.8-3.fc39.x86_64.rpm  5.0 MB/s |  50 kB     00:00    
- (94/302): libXi-1.8.1-2.fc39.x86_64.rpm         4.3 MB/s |  40 kB     00:00    
- (95/302): libXi-devel-1.8.1-2.fc39.x86_64.rpm    12 MB/s | 116 kB     00:00    
- (96/302): libXinerama-1.1.5-3.fc39.x86_64.rpm   1.5 MB/s |  14 kB     00:00    
- (97/302): libXinerama-devel-1.1.5-3.fc39.x86_64 1.3 MB/s |  13 kB     00:00    
- (98/302): libXrender-0.9.11-3.fc39.x86_64.rpm   3.1 MB/s |  27 kB     00:00    
- (99/302): libXrender-devel-0.9.11-3.fc39.x86_64 2.1 MB/s |  19 kB     00:00    
- (100/302): libXtst-1.2.4-3.fc39.x86_64.rpm      2.1 MB/s |  20 kB     00:00    
- (101/302): libXtst-devel-1.2.4-3.fc39.x86_64.rp 1.9 MB/s |  16 kB     00:00    
- (102/302): libXv-1.0.11-19.fc39.x86_64.rpm      2.1 MB/s |  18 kB     00:00    
- (103/302): libXxf86vm-1.1.5-3.fc39.x86_64.rpm   1.9 MB/s |  18 kB     00:00    
- (104/302): libargon2-20190702-3.fc39.x86_64.rpm 3.2 MB/s |  28 kB     00:00    
- (105/302): libasyncns-0.8-25.fc39.x86_64.rpm    3.3 MB/s |  30 kB     00:00    
- (106/302): libavif-0.11.1-11.fc39.x86_64.rpm    8.2 MB/s |  84 kB     00:00    
- (107/302): libcanberra-0.30-32.fc39.x86_64.rpm  8.4 MB/s |  85 kB     00:00    
- (108/302): libbpf-1.1.0-4.fc39.x86_64.rpm        14 MB/s | 165 kB     00:00    
- (109/302): libcanberra-gtk3-0.30-32.fc39.x86_64 2.9 MB/s |  31 kB     00:00    
- (110/302): libcue-2.2.1-13.fc39.x86_64.rpm      4.0 MB/s |  34 kB     00:00    
- (111/302): libdatrie-0.2.13-7.fc39.x86_64.rpm   3.9 MB/s |  32 kB     00:00    
- (112/302): libdatrie-devel-0.2.13-7.fc39.x86_64  15 MB/s | 148 kB     00:00    
- (113/302): libepoxy-1.5.10-4.fc39.x86_64.rpm     16 MB/s | 234 kB     00:00    
- (114/302): libepoxy-devel-1.5.10-4.fc39.x86_64. 9.3 MB/s | 133 kB     00:00    
- (115/302): libdav1d-1.2.1-2.fc39.x86_64.rpm      30 MB/s | 618 kB     00:00    
- (116/302): libffi-devel-3.4.4-4.fc39.x86_64.rpm 3.5 MB/s |  29 kB     00:00    
- (117/302): libgexiv2-0.14.2-1.fc39.x86_64.rpm   3.9 MB/s |  98 kB     00:00    
- (118/302): libexif-0.6.24-5.fc39.x86_64.rpm      13 MB/s | 461 kB     00:00    
- (119/302): libglvnd-core-devel-1.7.0-1.fc39.x86 634 kB/s |  17 kB     00:00    
- (120/302): libglvnd-devel-1.7.0-1.fc39.x86_64.r 6.3 MB/s | 162 kB     00:00    
- (121/302): libglvnd-1.7.0-1.fc39.x86_64.rpm     2.2 MB/s | 133 kB     00:00    
- (122/302): libglvnd-glx-1.7.0-1.fc39.x86_64.rpm 5.4 MB/s | 142 kB     00:00    
- (123/302): libglvnd-egl-1.7.0-1.fc39.x86_64.rpm 814 kB/s |  36 kB     00:00    
- (124/302): libglvnd-gles-1.7.0-1.fc39.x86_64.rp 703 kB/s |  31 kB     00:00    
- (125/302): libglvnd-opengl-1.7.0-1.fc39.x86_64. 4.4 MB/s |  42 kB     00:00    
- (126/302): libgrss-0.7.0-17.fc39.x86_64.rpm     4.2 MB/s |  62 kB     00:00    
- (127/302): libgudev-238-2.fc39.x86_64.rpm       1.3 MB/s |  35 kB     00:00    
- (128/302): libgxps-0.3.2-6.fc39.x86_64.rpm      1.8 MB/s |  77 kB     00:00    
- (129/302): libimobiledevice-1.3.0^20230705git6f 4.9 MB/s | 138 kB     00:00    
- (130/302): libimobiledevice-glue-1.0.0-1.fc39.x 2.9 MB/s |  36 kB     00:00    
- (131/302): libjpeg-turbo-2.1.4-3.fc39.x86_64.rp 8.5 MB/s | 183 kB     00:00    
- (132/302): libiptcdata-1.0.5-15.fc39.x86_64.rpm 2.0 MB/s |  61 kB     00:00    
- (133/302): libicu-devel-73.2-2.fc39.x86_64.rpm   11 MB/s | 924 kB     00:00    
- (134/302): libjpeg-turbo-devel-2.1.4-3.fc39.x86 5.2 MB/s |  98 kB     00:00    
- (135/302): libkcapi-hmaccalc-1.4.0-7.fc39.x86_6 933 kB/s |  24 kB     00:00    
- (136/302): libjxl-0.8.2-3.fc39.x86_64.rpm        23 MB/s | 1.2 MB     00:00    
- (137/302): libldac-2.0.2.3-13.fc39.x86_64.rpm   2.5 MB/s |  41 kB     00:00    
- (138/302): libkcapi-1.4.0-7.fc39.x86_64.rpm     1.0 MB/s |  45 kB     00:00    
- (139/302): libogg-1.3.5-6.fc39.x86_64.rpm       1.8 MB/s |  33 kB     00:00    
- (140/302): libpciaccess-0.16-9.fc39.x86_64.rpm  1.0 MB/s |  26 kB     00:00    
- (141/302): liblerc-4.0.0-4.fc39.x86_64.rpm      5.8 MB/s | 201 kB     00:00    
- (142/302): libplist-2.3.0-1.fc39.x86_64.rpm     2.7 MB/s |  92 kB     00:00    
- (143/302): libsbc-2.0-3.fc39.x86_64.rpm         4.7 MB/s |  47 kB     00:00    
- (144/302): libpng-1.6.37-15.fc39.x86_64.rpm     2.4 MB/s | 119 kB     00:00    
- (145/302): libselinux-devel-3.5-5.fc39.x86_64.r 6.3 MB/s | 151 kB     00:00    
- (146/302): libsepol-devel-3.5-2.fc39.x86_64.rpm 2.1 MB/s |  49 kB     00:00    
- (147/302): libpng-devel-1.6.37-15.fc39.x86_64.r 4.0 MB/s | 291 kB     00:00    
- (148/302): libsndfile-1.1.0-9.fc39.x86_64.rpm   4.1 MB/s | 215 kB     00:00    
- (149/302): libsoup-2.74.3-3.fc39.x86_64.rpm     6.9 MB/s | 400 kB     00:00    
- (150/302): libthai-0.1.29-6.fc39.x86_64.rpm      20 MB/s | 213 kB     00:00    
- (151/302): libthai-devel-0.1.29-6.fc39.x86_64.r 6.3 MB/s | 139 kB     00:00    
- (152/302): libstemmer-2.2.0-7.fc39.x86_64.rpm   1.5 MB/s | 171 kB     00:00    
- (153/302): libtdb-1.4.9-1.fc39.x86_64.rpm       668 kB/s |  51 kB     00:00    
- (154/302): libtiff-4.4.0-8.fc39.x86_64.rpm      5.9 MB/s | 202 kB     00:00    
- (155/302): libtiff-devel-4.4.0-8.fc39.x86_64.rp  10 MB/s | 545 kB     00:00    
- (156/302): libtracker-sparql-3.6.0-1.fc39.x86_6  16 MB/s | 374 kB     00:00    
- (157/302): libunwind-1.7.0-0.2.rc2.fc39.x86_64. 2.9 MB/s |  70 kB     00:00    
- (158/302): libusbmuxd-2.0.2^20230620git8d30a55- 1.6 MB/s |  36 kB     00:00    
- (159/302): libtheora-1.1.1-34.fc39.x86_64.rpm   1.4 MB/s | 166 kB     00:00    
- (160/302): libvisual-0.4.1-2.fc39.x86_64.rpm    7.9 MB/s | 151 kB     00:00    
- (161/302): libvmaf-2.3.0-6.fc39.x86_64.rpm      9.3 MB/s | 180 kB     00:00    
- (162/302): libvorbis-1.3.7-8.fc39.x86_64.rpm     13 MB/s | 195 kB     00:00    
- (163/302): libwayland-egl-1.22.0-2.fc39.x86_64. 785 kB/s |  13 kB     00:00    
- (164/302): libwayland-cursor-1.22.0-2.fc39.x86_ 563 kB/s |  19 kB     00:00    
- (165/302): libwayland-client-1.22.0-2.fc39.x86_ 926 kB/s |  34 kB     00:00    
- (166/302): libwayland-server-1.22.0-2.fc39.x86_ 2.1 MB/s |  42 kB     00:00    
- (167/302): libxshmfence-1.3-13.fc39.x86_64.rpm  525 kB/s |  12 kB     00:00    
- (168/302): libwebp-1.3.2-2.fc39.x86_64.rpm      7.1 MB/s | 284 kB     00:00    
- (169/302): low-memory-monitor-2.1-8.fc39.x86_64 1.4 MB/s |  34 kB     00:00    
- (170/302): lm_sensors-libs-3.6.0-14.fc39.x86_64 1.3 MB/s |  41 kB     00:00    
- (171/302): libxml2-devel-2.10.4-3.fc39.x86_64.r 7.7 MB/s | 527 kB     00:00    
- (172/302): opus-1.3.1-13.fc39.x86_64.rpm        9.6 MB/s | 205 kB     00:00    
- (173/302): mpg123-libs-1.31.3-2.fc39.x86_64.rpm  12 MB/s | 340 kB     00:00    
- (174/302): memstrack-0.2.5-2.fc39.x86_64.rpm    1.6 MB/s |  50 kB     00:00    
- (175/302): orc-0.4.33-3.fc39.x86_64.rpm          13 MB/s | 202 kB     00:00    
- (176/302): os-prober-1.81-4.fc39.x86_64.rpm     2.4 MB/s |  50 kB     00:00    
- (177/302): pango-1.51.0-1.fc39.x86_64.rpm       7.9 MB/s | 343 kB     00:00    
- (178/302): pango-devel-1.51.0-1.fc39.x86_64.rpm 2.8 MB/s | 161 kB     00:00    
- (179/302): pcre2-devel-10.42-1.fc39.2.x86_64.rp 7.1 MB/s | 505 kB     00:00    
- (180/302): pcre2-utf16-10.42-1.fc39.2.x86_64.rp 3.8 MB/s | 212 kB     00:00    
- (181/302): pcre2-utf32-10.42-1.fc39.2.x86_64.rp 4.8 MB/s | 200 kB     00:00    
- (182/302): pigz-2.8-2.fc39.x86_64.rpm           3.4 MB/s |  94 kB     00:00    
- (183/302): pixman-0.42.2-2.fc39.x86_64.rpm      9.0 MB/s | 288 kB     00:00    
- (184/302): pixman-devel-0.42.2-2.fc39.x86_64.rp 838 kB/s |  17 kB     00:00    
- (185/302): polkit-pkla-compat-0.1-26.fc39.x86_6 2.5 MB/s |  44 kB     00:00    
- (186/302): poppler-glib-23.08.0-1.fc39.x86_64.r 9.4 MB/s | 185 kB     00:00    
- (187/302): poppler-23.08.0-1.fc39.x86_64.rpm     10 MB/s | 1.2 MB     00:00    
- (188/302): pulseaudio-libs-16.1-5.fc39.x86_64.r 6.9 MB/s | 694 kB     00:00    
- (189/302): qrencode-libs-4.1.1-5.fc39.x86_64.rp 6.9 MB/s |  61 kB     00:00    
- (190/302): shared-mime-info-2.2-4.fc39.x86_64.r  29 MB/s | 380 kB     00:00    
- (191/302): sound-theme-freedesktop-0.8-20.fc39.  29 MB/s | 383 kB     00:00    
- (192/302): python3-setuptools-67.7.2-7.fc39.noa  27 MB/s | 1.5 MB     00:00    
- (193/302): poppler-data-0.4.11-5.fc39.noarch.rp  11 MB/s | 2.0 MB     00:00    
- (194/302): totem-pl-parser-3.26.6-7.fc39.x86_64  11 MB/s | 145 kB     00:00    
- (195/302): tpm2-tools-5.5-4.fc39.x86_64.rpm      27 MB/s | 796 kB     00:00    
- (196/302): svt-av1-libs-1.4.1-3.fc39.x86_64.rpm  31 MB/s | 2.0 MB     00:00    
- (197/302): tracker-3.6.0-1.fc39.x86_64.rpm       15 MB/s | 586 kB     00:00    
- (198/302): uchardet-0.0.8-4.fc39.x86_64.rpm     7.7 MB/s | 108 kB     00:00    
- (199/302): upower-1.90.2-3.fc39.x86_64.rpm       13 MB/s | 133 kB     00:00    
- (200/302): upower-libs-1.90.2-3.fc39.x86_64.rpm 5.2 MB/s |  58 kB     00:00    
- (201/302): wayland-devel-1.22.0-2.fc39.x86_64.r  14 MB/s | 148 kB     00:00    
- (202/302): webrtc-audio-processing-0.3.1-11.fc3  25 MB/s | 307 kB     00:00    
- (203/302): xml-common-0.6.3-61.fc39.noarch.rpm  2.7 MB/s |  31 kB     00:00    
- (204/302): xprop-1.2.5-4.fc39.x86_64.rpm        3.0 MB/s |  35 kB     00:00    
- (205/302): xz-devel-5.4.4-1.fc39.x86_64.rpm     7.5 MB/s |  66 kB     00:00    
- (206/302): zlib-devel-1.2.13-4.fc39.x86_64.rpm  5.1 MB/s |  45 kB     00:00    
- (207/302): alsa-lib-1.2.11-2.fc39.x86_64.rpm     24 MB/s | 521 kB     00:00    
- (208/302): at-spi2-atk-2.50.2-1.fc39.x86_64.rpm 4.0 MB/s |  86 kB     00:00    
- (209/302): at-spi2-atk-devel-2.50.2-1.fc39.x86_ 1.2 MB/s |  10 kB     00:00    
- (210/302): NetworkManager-libnm-1.44.2-1.fc39.x  36 MB/s | 1.8 MB     00:00    
- (211/302): at-spi2-core-2.50.2-1.fc39.x86_64.rp  15 MB/s | 371 kB     00:00    
- (212/302): at-spi2-core-devel-2.50.2-1.fc39.x86  19 MB/s | 318 kB     00:00    
- (213/302): atk-2.50.2-1.fc39.x86_64.rpm         9.0 MB/s |  81 kB     00:00    
- (214/302): bluez-libs-5.75-1.fc39.x86_64.rpm    7.3 MB/s |  84 kB     00:00    
- (215/302): crypto-policies-scripts-20231204-1.g  12 MB/s | 117 kB     00:00    
- (216/302): atk-devel-2.50.2-1.fc39.x86_64.rpm    24 MB/s | 437 kB     00:00    
- (217/302): cups-libs-2.4.7-13.fc39.x86_64.rpm    23 MB/s | 267 kB     00:00    
- (218/302): dbus-broker-36-2.fc39.x86_64.rpm      16 MB/s | 176 kB     00:00    
- (219/302): device-mapper-1.02.197-1.fc39.x86_64  14 MB/s | 138 kB     00:00    
- (220/302): device-mapper-libs-1.02.197-1.fc39.x  16 MB/s | 176 kB     00:00    
- (221/302): dracut-059-16.fc39.x86_64.rpm         31 MB/s | 432 kB     00:00    
- (222/302): fontconfig-2.14.2-6.fc39.x86_64.rpm   22 MB/s | 296 kB     00:00    
- (223/302): fontconfig-devel-2.14.2-6.fc39.x86_6  16 MB/s | 164 kB     00:00    
- (224/302): giflib-5.2.2-1.fc39.x86_64.rpm       6.1 MB/s |  52 kB     00:00    
- (225/302): glib-networking-2.78.1-1.fc39.x86_64  18 MB/s | 195 kB     00:00    
- (226/302): google-noto-fonts-common-20240101-1. 1.5 MB/s |  17 kB     00:00    
- (227/302): glib2-devel-2.78.3-1.fc39.x86_64.rpm  27 MB/s | 596 kB     00:00    
- (228/302): google-noto-sans-vf-fonts-20240101-1  31 MB/s | 593 kB     00:00    
- (229/302): grub2-common-2.06-120.fc39.noarch.rp  22 MB/s | 921 kB     00:00    
- (230/302): grub2-tools-minimal-2.06-120.fc39.x8  18 MB/s | 623 kB     00:00    
- (231/302): grub2-tools-2.06-120.fc39.x86_64.rpm  38 MB/s | 1.8 MB     00:00    
- (232/302): grubby-8.40-73.fc39.x86_64.rpm       1.6 MB/s |  25 kB     00:00    
- (233/302): gtk-update-icon-cache-3.24.41-1.fc39 1.1 MB/s |  34 kB     00:00    
- (234/302): gstreamer1-1.22.12-1.fc39.x86_64.rpm  12 MB/s | 1.4 MB     00:00    
- (235/302): gstreamer1-plugins-base-1.22.12-1.fc  15 MB/s | 2.2 MB     00:00    
- (236/302): highway-1.1.0-1.fc39.x86_64.rpm       30 MB/s | 496 kB     00:00    
- (237/302): hwdata-0.381-1.fc39.noarch.rpm       6.7 MB/s | 1.6 MB     00:00    
- (238/302): gtk3-3.24.41-1.fc39.x86_64.rpm        14 MB/s | 5.6 MB     00:00    
- (239/302): gtk3-devel-3.24.41-1.fc39.x86_64.rpm  12 MB/s | 4.3 MB     00:00    
- (240/302): libXrandr-1.5.4-1.fc39.x86_64.rpm    397 kB/s |  27 kB     00:00    
- (241/302): libXrandr-devel-1.5.4-1.fc39.x86_64. 711 kB/s |  19 kB     00:00    
- (242/302): libcloudproviders-0.3.5-1.fc39.x86_6 2.4 MB/s |  46 kB     00:00    
- (243/302): libaom-3.8.2-1.fc39.x86_64.rpm        39 MB/s | 1.8 MB     00:00    
- (244/302): libcloudproviders-devel-0.3.5-1.fc39 1.6 MB/s |  49 kB     00:00    
- (245/302): libblkid-devel-2.39.4-1.fc39.x86_64. 323 kB/s |  18 kB     00:00    
- (246/302): libdrm-2.4.120-1.fc39.x86_64.rpm     9.1 MB/s | 157 kB     00:00    
- (247/302): libgusb-0.4.9-1.fc39.x86_64.rpm      2.9 MB/s |  65 kB     00:00    
- (248/302): liblc3-1.0.4-2.fc39.x86_64.rpm       2.7 MB/s |  80 kB     00:00    
- (249/302): libgsf-1.14.51-1.fc39.x86_64.rpm     5.7 MB/s | 297 kB     00:00    
- (250/302): libnotify-0.8.3-1.fc39.x86_64.rpm    5.9 MB/s |  51 kB     00:00    
- (251/302): libmount-devel-2.39.4-1.fc39.x86_64. 673 kB/s |  18 kB     00:00    
- (252/302): libosinfo-1.11.0-1.fc39.x86_64.rpm    25 MB/s | 314 kB     00:00    
- (253/302): libproxy-0.5.5-1.fc39.x86_64.rpm     4.0 MB/s |  48 kB     00:00    
- (254/302): libsoup3-3.4.4-1.fc39.x86_64.rpm      26 MB/s | 389 kB     00:00    
- (255/302): libusb1-1.0.27-1.fc39.x86_64.rpm     4.7 MB/s |  76 kB     00:00    
- (256/302): libxkbcommon-1.6.0-1.fc39.x86_64.rpm  13 MB/s | 142 kB     00:00    
- (257/302): libxkbcommon-devel-1.6.0-1.fc39.x86_ 6.0 MB/s |  66 kB     00:00    
- (258/302): libxslt-1.1.39-1.fc39.x86_64.rpm      17 MB/s | 187 kB     00:00    
- (259/302): librsvg2-2.57.1-1.fc39.x86_64.rpm     27 MB/s | 1.6 MB     00:00    
- (260/302): mesa-filesystem-23.3.6-1.fc39.x86_64 1.6 MB/s |  19 kB     00:00    
- (261/302): mesa-libEGL-23.3.6-1.fc39.x86_64.rpm  13 MB/s | 134 kB     00:00    
- (262/302): mesa-libGL-23.3.6-1.fc39.x86_64.rpm   16 MB/s | 176 kB     00:00    
- (263/302): mesa-libgbm-23.3.6-1.fc39.x86_64.rpm 4.6 MB/s |  46 kB     00:00    
- (264/302): mesa-libglapi-23.3.6-1.fc39.x86_64.r 1.6 MB/s |  53 kB     00:00    
- (265/302): mesa-va-drivers-23.3.6-1.fc39.x86_64  13 MB/s | 3.9 MB     00:00    
- (266/302): nspr-4.35.0-19.fc39.x86_64.rpm        12 MB/s | 137 kB     00:00    
- (267/302): nss-3.99.0-1.fc39.x86_64.rpm          20 MB/s | 702 kB     00:00    
- (268/302): nss-softokn-3.99.0-1.fc39.x86_64.rpm  16 MB/s | 419 kB     00:00    
- (269/302): nss-softokn-freebl-3.99.0-1.fc39.x86  17 MB/s | 381 kB     00:00    
- (270/302): nss-sysinit-3.99.0-1.fc39.x86_64.rpm 1.7 MB/s |  18 kB     00:00    
- (271/302): nss-util-3.99.0-1.fc39.x86_64.rpm    9.0 MB/s |  87 kB     00:00    
- (272/302): openjpeg2-2.5.2-1.fc39.x86_64.rpm     17 MB/s | 178 kB     00:00    
- (273/302): osinfo-db-20231215-1.fc39.noarch.rpm  21 MB/s | 445 kB     00:00    
- (274/302): osinfo-db-tools-1.11.0-1.fc39.x86_64 6.7 MB/s |  73 kB     00:00    
- (275/302): pipewire-1.0.5-1.fc39.x86_64.rpm      12 MB/s | 122 kB     00:00    
- (276/302): pipewire-alsa-1.0.5-1.fc39.x86_64.rp 1.4 MB/s |  63 kB     00:00    
- (277/302): pipewire-jack-audio-connection-kit-1 812 kB/s |  16 kB     00:00    
- (278/302): pipewire-jack-audio-connection-kit-l 3.2 MB/s | 144 kB     00:00    
- (279/302): mesa-dri-drivers-23.3.6-1.fc39.x86_6  30 MB/s |  25 MB     00:00    
- (280/302): pipewire-pulseaudio-1.0.5-1.fc39.x86 9.2 MB/s | 201 kB     00:00    
- (281/302): polkit-123-1.fc39.1.x86_64.rpm       5.6 MB/s | 153 kB     00:00    
- (282/302): pipewire-libs-1.0.5-1.fc39.x86_64.rp 6.8 MB/s | 1.9 MB     00:00    
- (283/302): llvm-libs-17.0.6-3.fc39.x86_64.rpm    25 MB/s |  27 MB     00:01    
- (284/302): polkit-libs-123-1.fc39.1.x86_64.rpm  321 kB/s |  64 kB     00:00    
- (285/302): procps-ng-4.0.3-5.fc39.x86_64.rpm    2.8 MB/s | 372 kB     00:00    
- (286/302): rsvg-pixbuf-loader-2.57.1-1.fc39.x86 1.7 MB/s |  16 kB     00:00    
- (287/302): rtkit-0.11-61.fc39.x86_64.rpm        5.3 MB/s |  55 kB     00:00    
- (288/302): rav1e-libs-0.7.1-1.fc39.x86_64.rpm    33 MB/s | 1.0 MB     00:00    
- (289/302): sysprof-capture-devel-45.1-1.fc39.x8 1.6 MB/s |  59 kB     00:00    
- (290/302): systemd-networkd-254.10-1.fc39.x86_6  23 MB/s | 647 kB     00:00    
- (291/302): systemd-pam-254.10-1.fc39.x86_64.rpm  26 MB/s | 360 kB     00:00    
- (292/302): systemd-resolved-254.10-1.fc39.x86_6  25 MB/s | 293 kB     00:00    
- (293/302): tpm2-tss-fapi-4.0.1-6.fc39.x86_64.rp  21 MB/s | 319 kB     00:00    
- (294/302): systemd-udev-254.10-1.fc39.x86_64.rp  36 MB/s | 2.1 MB     00:00    
- (295/302): webp-pixbuf-loader-0.2.7-1.fc39.x86_ 1.7 MB/s |  20 kB     00:00    
- (296/302): tracker-miners-3.6.2-1.fc39.x86_64.r  17 MB/s | 964 kB     00:00    
- (297/302): wireplumber-0.4.17-1.fc39.x86_64.rpm 7.7 MB/s |  99 kB     00:00    
- (298/302): wireplumber-libs-0.4.17-1.fc39.x86_6  19 MB/s | 346 kB     00:00    
- (299/302): xdg-desktop-portal-1.18.2-6.fc39.x86  23 MB/s | 483 kB     00:00    
- (300/302): xdg-desktop-portal-gtk-1.15.1-1.fc39  15 MB/s | 146 kB     00:00    
- (301/302): xkeyboard-config-2.40-1.fc39.noarch.  35 MB/s | 971 kB     00:00    
- (302/302): systemd-254.10-1.fc39.x86_64.rpm      17 MB/s | 4.7 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                            33 MB/s | 154 MB     00:04     
- 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/302 
-   Installing       : libpng-2:1.6.37-15.fc39.x86_64                       2/302 
-   Installing       : libXext-devel-1.3.5-3.fc39.x86_64                    3/302 
-   Installing       : libjpeg-turbo-2.1.4-3.fc39.x86_64                    4/302 
-   Installing       : nspr-4.35.0-19.fc39.x86_64                           5/302 
-   Installing       : zlib-devel-1.2.13-4.fc39.x86_64                      6/302 
-   Installing       : libXrender-0.9.11-3.fc39.x86_64                      7/302 
-   Installing       : libXrender-devel-0.9.11-3.fc39.x86_64                8/302 
-   Installing       : json-glib-1.8.0-1.fc39.x86_64                        9/302 
-   Installing       : libXi-1.8.1-2.fc39.x86_64                           10/302 
-   Installing       : libwayland-client-1.22.0-2.fc39.x86_64              11/302 
-   Installing       : libogg-2:1.3.5-6.fc39.x86_64                        12/302 
-   Installing       : libglvnd-1:1.7.0-1.fc39.x86_64                      13/302 
-   Installing       : libXfixes-6.0.0-6.fc39.x86_64                       14/302 
-   Installing       : libXfixes-devel-6.0.0-6.fc39.x86_64                 15/302 
-   Installing       : avahi-libs-0.8-24.fc39.x86_64                       16/302 
-   Installing       : libvorbis-1:1.3.7-8.fc39.x86_64                     17/302 
-   Installing       : libpng-devel-2:1.6.37-15.fc39.x86_64                18/302 
-   Installing       : nss-util-3.99.0-1.fc39.x86_64                       19/302 
-   Installing       : alsa-lib-1.2.11-2.fc39.x86_64                       20/302 
-   Installing       : libplist-2.3.0-1.fc39.x86_64                        21/302 
-   Installing       : libXi-devel-1.8.1-2.fc39.x86_64                     22/302 
-   Installing       : libwayland-cursor-1.22.0-2.fc39.x86_64              23/302 
-   Installing       : hwdata-0.381-1.fc39.noarch                          24/302 
-   Running scriptlet: xml-common-0.6.3-61.fc39.noarch                     25/302 
-   Installing       : xml-common-0.6.3-61.fc39.noarch                     25/302 
-   Installing       : shared-mime-info-2.2-4.fc39.x86_64                  26/302 
-   Running scriptlet: shared-mime-info-2.2-4.fc39.x86_64                  26/302 
-   Installing       : gdk-pixbuf2-2.42.10-5.fc39.x86_64                   27/302 
-   Installing       : opus-1.3.1-13.fc39.x86_64                           28/302 
-   Installing       : libxshmfence-1.3-13.fc39.x86_64                     29/302 
-   Installing       : libwayland-server-1.22.0-2.fc39.x86_64              30/302 
-   Installing       : libwayland-egl-1.22.0-2.fc39.x86_64                 31/302 
-   Installing       : libepoxy-1.5.10-4.fc39.x86_64                       32/302 
-   Installing       : lcms2-2.15-2.fc39.x86_64                            33/302 
-   Installing       : kmod-libs-30-6.fc39.x86_64                          34/302 
-   Installing       : kmod-30-6.fc39.x86_64                               35/302 
-   Installing       : hunspell-filesystem-1.7.2-5.fc39.x86_64             36/302 
-   Installing       : hunspell-en-GB-0.20201207-7.fc39.noarch             37/302 
-   Installing       : hunspell-en-0.20201207-7.fc39.noarch                38/302 
-   Installing       : hunspell-en-US-0.20201207-7.fc39.noarch             39/302
-  
-   Installing       : hunspell-1.7.2-5.fc39.x86_64                        40/302 
-   Installing       : fribidi-1.0.13-2.fc39.x86_64                        41/302 
-   Installing       : cmake-filesystem-3.27.7-1.fc39.x86_64               42/302 
-   Installing       : dbus-devel-1:1.14.10-1.fc39.x86_64                  43/302 
-   Installing       : fribidi-devel-1.0.13-2.fc39.x86_64                  44/302 
-   Installing       : enchant2-2.5.0-5.fc39.x86_64                        45/302 
-   Installing       : iso-codes-4.15.0-2.fc39.noarch                      46/302 
-   Installing       : libimobiledevice-glue-1.0.0-1.fc39.x86_64           47/302 
-   Installing       : libXcursor-1.2.1-4.fc39.x86_64                      48/302 
-   Installing       : libXdamage-1.1.5-10.fc39.x86_64                     49/302 
-   Installing       : libXtst-1.2.4-3.fc39.x86_64                         50/302 
-   Installing       : libXrandr-1.5.4-1.fc39.x86_64                       51/302 
-   Installing       : libXinerama-1.1.5-3.fc39.x86_64                     52/302 
-   Installing       : polkit-libs-123-1.fc39.1.x86_64                     53/302 
-   Installing       : mesa-filesystem-23.3.6-1.fc39.x86_64                54/302
-  
-   Installing       : llvm-libs-17.0.6-3.fc39.x86_64                      55/302 
-   Installing       : libusb1-1.0.27-1.fc39.x86_64                        56/302 
-   Installing       : libcloudproviders-0.3.5-1.fc39.x86_64               57/302 
-   Installing       : grub2-common-1:2.06-120.fc39.noarch                 58/302 
-   Installing       : pixman-0.42.2-2.fc39.x86_64                         59/302 
-   Installing       : pixman-devel-0.42.2-2.fc39.x86_64                   60/302 
-   Installing       : libwebp-1.3.2-2.fc39.x86_64                         61/302 
-   Installing       : libtdb-1.4.9-1.fc39.x86_64                          62/302 
-   Installing       : libgudev-238-2.fc39.x86_64                          63/302 
-   Installing       : libffi-devel-3.4.4-4.fc39.x86_64                    64/302 
-   Installing       : libdatrie-0.2.13-7.fc39.x86_64                      65/302 
-   Installing       : libthai-0.1.29-6.fc39.x86_64                        66/302 
-   Installing       : libXcomposite-0.4.5-10.fc39.x86_64                  67/302 
-   Installing       : graphite2-1.3.14-12.fc39.x86_64                     68/302 
-   Installing       : gettext-libs-0.22-2.fc39.x86_64                     69/302 
-   Installing       : fuse3-libs-3.16.1-1.fc39.x86_64                     70/302 
-   Installing       : duktape-2.7.0-5.fc39.x86_64                         71/302 
-   Installing       : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch     72/302 
-   Installing       : libproxy-0.5.5-1.fc39.x86_64                        73/302 
-   Installing       : graphite2-devel-1.3.14-12.fc39.x86_64               74/302 
-   Installing       : libXcomposite-devel-0.4.5-10.fc39.x86_64            75/302 
-   Installing       : libdatrie-devel-0.2.13-7.fc39.x86_64                76/302 
-   Installing       : libthai-devel-0.1.29-6.fc39.x86_64                  77/302 
-   Installing       : wayland-devel-1.22.0-2.fc39.x86_64                  78/302 
-   Installing       : webp-pixbuf-loader-0.2.7-1.fc39.x86_64              79/302 
-   Installing       : libcloudproviders-devel-0.3.5-1.fc39.x86_64         80/302 
-   Installing       : libgusb-0.4.9-1.fc39.x86_64                         81/302 
-   Installing       : colord-libs-1.4.6-6.fc39.x86_64                     82/302 
-   Installing       : libXinerama-devel-1.1.5-3.fc39.x86_64               83/302 
-   Installing       : libXrandr-devel-1.5.4-1.fc39.x86_64                 84/302 
-   Installing       : libXtst-devel-1.2.4-3.fc39.x86_64                   85/302 
-   Installing       : libXdamage-devel-1.1.5-10.fc39.x86_64               86/302 
-   Installing       : libXcursor-devel-1.2.1-4.fc39.x86_64                87/302 
-   Installing       : libusbmuxd-2.0.2^20230620git8d30a55-3.fc39.x86_6    88/302 
-   Installing       : libimobiledevice-1.3.0^20230705git6fc41f5-1.fc39    89/302 
-   Installing       : libjpeg-turbo-devel-2.1.4-3.fc39.x86_64             90/302 
-   Installing       : gtk-update-icon-cache-3.24.41-1.fc39.x86_64         91/302 
-   Installing       : libgsf-1.14.51-1.fc39.x86_64                        92/302 
-   Installing       : libnotify-0.8.3-1.fc39.x86_64                       93/302 
-   Installing       : libpciaccess-0.16-9.fc39.x86_64                     94/302 
-   Installing       : libdrm-2.4.120-1.fc39.x86_64                        95/302 
-   Installing       : mesa-va-drivers-23.3.6-1.fc39.x86_64                96/302 
-   Installing       : osinfo-db-20231215-1.fc39.noarch                    97/302 
-   Installing       : nss-softokn-freebl-3.99.0-1.fc39.x86_64             98/302 
-   Installing       : nss-softokn-3.99.0-1.fc39.x86_64                    99/302 
-   Installing       : avahi-glib-0.8-24.fc39.x86_64                      100/302 
-   Installing       : cups-libs-1:2.4.7-13.fc39.x86_64                   101/302 
-   Installing       : libglvnd-opengl-1:1.7.0-1.fc39.x86_64              102/302 
-   Installing       : flac-libs-1.4.3-2.fc39.x86_64                      103/302 
-   Installing       : libtheora-1:1.1.1-34.fc39.x86_64                   104/302 
-   Installing       : libXv-1.0.11-19.fc39.x86_64                        105/302 
-   Installing       : libXxf86vm-1.1.5-3.fc39.x86_64                     106/302 
-   Installing       : exiv2-libs-0.27.6-5.fc39.x86_64                    107/302 
-   Installing       : exiv2-0.27.6-5.fc39.x86_64                         108/302 
-   Installing       : libgexiv2-0.14.2-1.fc39.x86_64                     109/302 
-   Installing       : xkeyboard-config-2.40-1.fc39.noarch                110/302 
-   Installing       : libxkbcommon-1.6.0-1.fc39.x86_64                   111/302 
-   Installing       : tpm2-tss-fapi-4.0.1-6.fc39.x86_64                  112/302 
-   Installing       : tpm2-tools-5.5-4.fc39.x86_64                       113/302 
-   Installing       : sysprof-capture-devel-45.1-1.fc39.x86_64           114/302 
-   Installing       : rav1e-libs-0.7.1-1.fc39.x86_64                     115/302 
-   Installing       : procps-ng-4.0.3-5.fc39.x86_64                      116/302 
-   Installing       : openjpeg2-2.5.2-1.fc39.x86_64                      117/302 
-   Installing       : libxslt-1.1.39-1.fc39.x86_64                       118/302 
-   Installing       : liblc3-1.0.4-2.fc39.x86_64                         119/302 
-   Installing       : libblkid-devel-2.39.4-1.fc39.x86_64                120/302 
-   Installing       : highway-1.1.0-1.fc39.x86_64                        121/302 
-   Installing       : libjxl-1:0.8.2-3.fc39.x86_64                       122/302 
-   Installing       : jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64            123/302 
-   Installing       : google-noto-fonts-common-20240101-1.fc39.noarch    124/302 
-   Installing       : google-noto-sans-vf-fonts-20240101-1.fc39.noarch   125/302 
-   Installing       : default-fonts-core-sans-4.0-9.fc39.noarch          126/302 
-   Installing       : cairo-1.18.0-1.fc39.x86_64                         127/302 
-   Installing       : harfbuzz-8.2.1-2.fc39.x86_64                       128/302 
-   Installing       : freetype-2.13.1-2.fc39.x86_64                      129/302 
-   Installing       : fontconfig-2.14.2-6.fc39.x86_64                    130/302 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                    130/302
-  
-   Installing       : cairo-gobject-1.18.0-1.fc39.x86_64                 131/302 
-   Installing       : libXft-2.3.8-3.fc39.x86_64                         132/302 
-   Installing       : pango-1.51.0-1.fc39.x86_64                         133/302 
-   Installing       : librsvg2-2.57.1-1.fc39.x86_64                      134/302 
-   Installing       : rsvg-pixbuf-loader-2.57.1-1.fc39.x86_64            135/302 
-   Installing       : harfbuzz-icu-8.2.1-2.fc39.x86_64                   136/302 
-   Installing       : giflib-5.2.2-1.fc39.x86_64                         137/302 
-   Installing       : bluez-libs-5.75-1.fc39.x86_64                      138/302 
-   Installing       : NetworkManager-libnm-1:1.44.2-1.fc39.x86_64        139/302
-  
-   Installing       : xz-devel-5.4.4-1.fc39.x86_64                       140/302 
-   Installing       : libxml2-devel-2.10.4-3.fc39.x86_64                 141/302 
-   Installing       : libxkbcommon-devel-1.6.0-1.fc39.x86_64             142/302 
-   Installing       : xprop-1.2.5-4.fc39.x86_64                          143/302 
-   Installing       : webrtc-audio-processing-0.3.1-11.fc39.x86_64       144/302 
-   Installing       : uchardet-0.0.8-4.fc39.x86_64                       145/302 
-   Installing       : totem-pl-parser-3.26.6-7.fc39.x86_64               146/302 
-   Installing       : svt-av1-libs-1.4.1-3.fc39.x86_64                   147/302 
-   Installing       : sound-theme-freedesktop-0.8-20.fc39.noarch         148/302 
-   Running scriptlet: sound-theme-freedesktop-0.8-20.fc39.noarch         148/302 
-   Installing       : qrencode-libs-4.1.1-5.fc39.x86_64                  149/302 
-   Installing       : python3-setuptools-67.7.2-7.fc39.noarch            150/302 
-   Installing       : poppler-data-0.4.11-5.fc39.noarch                  151/302 
-   Installing       : pigz-2.8-2.fc39.x86_64                             152/302 
-   Installing       : pcre2-utf32-10.42-1.fc39.2.x86_64                  153/302 
-   Installing       : pcre2-utf16-10.42-1.fc39.2.x86_64                  154/302 
-   Installing       : pcre2-devel-10.42-1.fc39.2.x86_64                  155/302 
-   Installing       : orc-0.4.33-3.fc39.x86_64                           156/302 
-   Installing       : mpg123-libs-1.31.3-2.fc39.x86_64                   157/302 
-   Installing       : memstrack-0.2.5-2.fc39.x86_64                      158/302 
-   Installing       : low-memory-monitor-2.1-8.fc39.x86_64               159/302 
-   Running scriptlet: low-memory-monitor-2.1-8.fc39.x86_64               159/302 
-   Installing       : lm_sensors-libs-3.6.0-14.fc39.x86_64               160/302 
-   Installing       : mesa-libglapi-23.3.6-1.fc39.x86_64                 161/302
-  
-   Installing       : mesa-dri-drivers-23.3.6-1.fc39.x86_64              162/302 
-   Installing       : mesa-libgbm-23.3.6-1.fc39.x86_64                   163/302 
-   Installing       : mesa-libEGL-23.3.6-1.fc39.x86_64                   164/302 
-   Installing       : libglvnd-egl-1:1.7.0-1.fc39.x86_64                 165/302 
-   Installing       : libglvnd-gles-1:1.7.0-1.fc39.x86_64                166/302 
-   Installing       : libglvnd-glx-1:1.7.0-1.fc39.x86_64                 167/302 
-   Installing       : mesa-libGL-23.3.6-1.fc39.x86_64                    168/302 
-   Installing       : libvmaf-2.3.0-6.fc39.x86_64                        169/302 
-   Installing       : libaom-3.8.2-1.fc39.x86_64                         170/302 
-   Installing       : libvisual-1:0.4.1-2.fc39.x86_64                    171/302 
-   Installing       : libunwind-1.7.0-0.2.rc2.fc39.x86_64                172/302 
-   Installing       : gstreamer1-1.22.12-1.fc39.x86_64                   173/302 
-   Installing       : libstemmer-2.2.0-7.fc39.x86_64                     174/302 
-   Installing       : libsepol-devel-3.5-2.fc39.x86_64                   175/302 
-   Installing       : libselinux-devel-3.5-5.fc39.x86_64                 176/302 
-   Installing       : libmount-devel-2.39.4-1.fc39.x86_64                177/302 
-   Installing       : glib2-devel-2.78.3-1.fc39.x86_64                   178/302 
-   Installing       : enchant2-devel-2.5.0-5.fc39.x86_64                 179/302 
-   Installing       : libsbc-2.0-3.fc39.x86_64                           180/302 
-   Installing       : liblerc-4.0.0-4.fc39.x86_64                        181/302 
-   Installing       : libldac-2.0.2.3-13.fc39.x86_64                     182/302 
-   Installing       : libiptcdata-1.0.5-15.fc39.x86_64                   183/302 
-   Installing       : libicu-devel-73.2-2.fc39.x86_64                    184/302 
-   Installing       : libglvnd-core-devel-1:1.7.0-1.fc39.x86_64          185/302 
-   Installing       : libglvnd-devel-1:1.7.0-1.fc39.x86_64               186/302 
-   Installing       : libepoxy-devel-1.5.10-4.fc39.x86_64                187/302 
-   Installing       : libexif-0.6.24-5.fc39.x86_64                       188/302 
-   Installing       : libdav1d-1.2.1-2.fc39.x86_64                       189/302 
-   Installing       : libavif-0.11.1-11.fc39.x86_64                      190/302 
-   Installing       : avif-pixbuf-loader-0.11.1-11.fc39.x86_64           191/302 
-   Installing       : libcue-2.2.1-13.fc39.x86_64                        192/302 
-   Installing       : libbpf-2:1.1.0-4.fc39.x86_64                       193/302 
-   Installing       : libasyncns-0.8-25.fc39.x86_64                      194/302 
-   Installing       : libargon2-20190702-3.fc39.x86_64                   195/302 
-   Installing       : lame-libs-3.100-15.fc39.x86_64                     196/302 
-   Installing       : kbd-misc-2.6.3-1.fc39.noarch                       197/302 
-   Installing       : kbd-legacy-2.6.3-1.fc39.noarch                     198/302 
-   Installing       : kbd-2.6.3-1.fc39.x86_64                            199/302 
-   Installing       : jbigkit-libs-2.1-26.fc39.x86_64                    200/302 
-   Installing       : libtiff-4.4.0-8.fc39.x86_64                        201/302 
-   Installing       : gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64          202/302 
-   Installing       : libgxps-0.3.2-6.fc39.x86_64                        203/302 
-   Installing       : libtiff-devel-4.4.0-8.fc39.x86_64                  204/302 
-   Installing       : gdk-pixbuf2-devel-2.42.10-5.fc39.x86_64            205/302
-  
-   Installing       : hicolor-icon-theme-0.17-16.fc39.noarch             206/302 
-   Installing       : gsm-1.0.22-3.fc39.x86_64                           207/302 
-   Installing       : libsndfile-1.1.0-9.fc39.x86_64                     208/302 
-   Installing       : pulseaudio-libs-16.1-5.fc39.x86_64                 209/302 
-   Installing       : libcanberra-0.30-32.fc39.x86_64                    210/302 
-   Running scriptlet: libcanberra-0.30-32.fc39.x86_64                    210/302 
-   Installing       : graphene-1.10.6-6.fc39.x86_64                      211/302 
-   Installing       : gobject-introspection-1.78.1-1.fc39.x86_64         212/302 
-   Installing       : gettext-envsubst-0.22-2.fc39.x86_64                213/302 
-   Installing       : gettext-runtime-0.22-2.fc39.x86_64                 214/302 
-   Installing       : gettext-0.22-2.fc39.x86_64                         215/302 
-   Installing       : fuse-libs-2.9.9-17.fc39.x86_64                     216/302 
-   Installing       : fuse-common-3.16.1-1.fc39.x86_64                   217/302 
-   Installing       : fuse3-3.16.1-1.fc39.x86_64                         218/302 
-   Installing       : file-5.44-5.fc39.x86_64                            219/302 
-   Installing       : fdk-aac-free-2.0.0-11.fc39.x86_64                  220/302 
-   Installing       : exempi-2.6.4-2.fc39.x86_64                         221/302 
-   Installing       : dbus-common-1:1.14.10-1.fc39.noarch                222/302 
-   Running scriptlet: dbus-common-1:1.14.10-1.fc39.noarch                222/302 
-   Running scriptlet: dbus-broker-36-2.fc39.x86_64                       223/302 
-   Installing       : dbus-broker-36-2.fc39.x86_64                       223/302 
-   Running scriptlet: dbus-broker-36-2.fc39.x86_64                       223/302 
-   Installing       : dbus-1:1.14.10-1.fc39.x86_64                       224/302 
-   Installing       : device-mapper-libs-1.02.197-1.fc39.x86_64          225/302 
-   Installing       : cryptsetup-libs-2.6.1-3.fc39.x86_64                226/302 
-   Installing       : device-mapper-1.02.197-1.fc39.x86_64               227/302 
-   Installing       : systemd-networkd-254.10-1.fc39.x86_64              228/302 
-   Running scriptlet: systemd-networkd-254.10-1.fc39.x86_64              228/302 
-   Installing       : systemd-pam-254.10-1.fc39.x86_64                   229/302 
-   Installing       : systemd-resolved-254.10-1.fc39.x86_64              230/302 
-   Running scriptlet: systemd-resolved-254.10-1.fc39.x86_64              230/302 
-   Installing       : systemd-254.10-1.fc39.x86_64                       231/302 
-   Running scriptlet: systemd-254.10-1.fc39.x86_64                       231/302 
- 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.
- 
-   Installing       : at-spi2-core-2.50.2-1.fc39.x86_64                  232/302 
-   Installing       : atk-2.50.2-1.fc39.x86_64                           233/302 
-   Installing       : at-spi2-atk-2.50.2-1.fc39.x86_64                   234/302 
-   Installing       : atk-devel-2.50.2-1.fc39.x86_64                     235/302 
-   Running scriptlet: polkit-123-1.fc39.1.x86_64                         236/302 
-   Installing       : polkit-123-1.fc39.1.x86_64                         236/302 
-   Running scriptlet: polkit-123-1.fc39.1.x86_64                         236/302 
-   Installing       : polkit-pkla-compat-0.1-26.fc39.x86_64              237/302 
-   Installing       : grub2-tools-minimal-1:2.06-120.fc39.x86_64         238/302 
-   Running scriptlet: rtkit-0.11-61.fc39.x86_64                          239/302 
-   Installing       : rtkit-0.11-61.fc39.x86_64                          239/302 
-   Running scriptlet: rtkit-0.11-61.fc39.x86_64                          239/302 
- 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                       240/302 
-   Installing       : pipewire-1.0.5-1.fc39.x86_64                       240/302 
-   Running scriptlet: pipewire-1.0.5-1.fc39.x86_64                       240/302
-  
- 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                  241/302 
-   Installing       : wireplumber-0.4.17-1.fc39.x86_64                   242/302 
-   Installing       : wireplumber-libs-0.4.17-1.fc39.x86_64              243/302 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.5-1.   244/302 
-   Installing       : at-spi2-core-devel-2.50.2-1.fc39.x86_64            245/302 
-   Installing       : at-spi2-atk-devel-2.50.2-1.fc39.x86_64             246/302 
-   Installing       : libkcapi-1.4.0-7.fc39.x86_64                       247/302 
-   Installing       : libkcapi-hmaccalc-1.4.0-7.fc39.x86_64              248/302 
-   Installing       : kpartx-0.9.5-2.fc39.x86_64                         249/302 
-   Installing       : dconf-0.40.0-9.fc39.x86_64                         250/302 
-   Running scriptlet: dconf-0.40.0-9.fc39.x86_64                         250/302 
-   Installing       : cpio-2.14-4.fc39.x86_64                            251/302 
-   Installing       : grubby-8.40-73.fc39.x86_64                         252/302 
-   Running scriptlet: grubby-8.40-73.fc39.x86_64                         252/302 
-   Installing       : systemd-udev-254.10-1.fc39.x86_64                  253/302 
-   Running scriptlet: systemd-udev-254.10-1.fc39.x86_64                  253/302 
- 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       : os-prober-1.81-4.fc39.x86_64                       254/302 
-   Installing       : dracut-059-16.fc39.x86_64                          255/302 
-   Running scriptlet: grub2-tools-1:2.06-120.fc39.x86_64                 256/302
-  
-   Installing       : grub2-tools-1:2.06-120.fc39.x86_64                 256/302 
-   Running scriptlet: grub2-tools-1:2.06-120.fc39.x86_64                 256/302 
- Created symlink /etc/systemd/user/timers.target.wants/grub-boot-success.timer → /usr/lib/systemd/user/grub-boot-success.timer.
- 
-   Installing       : upower-libs-1.90.2-3.fc39.x86_64                   257/302 
-   Installing       : upower-1.90.2-3.fc39.x86_64                        258/302 
-   Running scriptlet: upower-1.90.2-3.fc39.x86_64                        258/302 
- Created symlik /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
- 
-   Installing       : crypto-policies-scripts-20231204-1.git1e3a2e4.fc   259/302 
-   Installing       : nss-sysinit-3.99.0-1.fc39.x86_64                   260/302 
-   Installing       : nss-3.99.0-1.fc39.x86_64                           261/302 
-   Running scriptlet: nss-3.99.0-1.fc39.x86_64                           261/302 
-   Installing       : poppler-23.08.0-1.fc39.x86_64                      262/302 
-   Installing       : poppler-glib-23.08.0-1.fc39.x86_64                 263/302 
-   Installing       : cdparanoia-libs-10.2-42.fc39.x86_64                264/302 
-   Installing       : gstreamer1-plugins-base-1.22.12-1.fc39.x86_64      265/302 
-   Installing       : bzip2-devel-1.0.8-16.fc39.x86_64                   266/302 
-   Installing       : brotli-1.1.0-1.fc39.x86_64                         267/302 
-   Installing       : brotli-devel-1.1.0-1.fc39.x86_64                   268/302 
-   Installing       : freetype-devel-2.13.1-2.fc39.x86_64                269/302 
-   Installing       : harfbuzz-devel-8.2.1-2.fc39.x86_64                 270/302 
-   Installing       : fontconfig-devel-2.14.2-6.fc39.x86_64              271/302 
-   Installing       : cairo-devel-1.18.0-1.fc39.x86_64                   272/302 
-   Installing       : cairo-gobject-devel-1.18.0-1.fc39.x86_64           273/302 
-   Installing       : libXft-devel-2.3.8-3.fc39.x86_64                   274/302 
-   Installing       : pango-devel-1.51.0-1.fc39.x86_64                   275/302 
-   Installing       : adwaita-cursor-theme-45.0-1.fc39.noarch            276/302 
-   Installing       : adwaita-icon-theme-45.0-1.fc39.noarch              277/302 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.   278/302 
-   Installing       : gsettings-desktop-schemas-45.0-1.fc39.x86_64       279/302 
-   Installing       : glib-networking-2.78.1-1.fc39.x86_64               280/302 
-   Installing       : libsoup3-3.4.4-1.fc39.x86_64                       281/302 
-   Installing       : osinfo-db-tools-1.11.0-1.fc39.x86_64               282/302 
-   Installing       : libosinfo-1.11.0-1.fc39.x86_64                     283/302 
-   Installing       : libsoup-2.74.3-3.fc39.x86_64                       284/302 
-   Installing       : libgrss-0.7.0-17.fc39.x86_64                       285/302 
-   Installing       : libtracker-sparql-3.6.0-1.fc39.x86_64              286/302 
-   Installing       : tracker-3.6.0-1.fc39.x86_64                        287/302 
-   Running scriptlet: tracker-3.6.0-1.fc39.x86_64                        287/302 
-   Installing       : tracker-miners-3.6.2-1.fc39.x86_64                 288/302 
-   Running scriptlet: tracker-miners-3.6.2-1.fc39.x86_64                 288/302 
-   Installing       : ModemManager-glib-1.20.6-3.fc39.x86_64             289/302 
-   Running scriptlet: geoclue2-2.7.0-2.fc39.x86_64                       290/302 
-   Installing       : geoclue2-2.7.0-2.fc39.x86_64                       290/302 
-   Running scriptlet: geoclue2-2.7.0-2.fc39.x86_64                       290/302
-  
-   Installing       : xdg-desktop-portal-1.18.2-6.fc39.x86_64            291/302 
-   Running scriptlet: xdg-desktop-portal-1.18.2-6.fc39.x86_64            291/302 
-   Installing       : libcanberra-gtk3-0.30-32.fc39.x86_64               292/302 
-   Installing       : gtk3-3.24.41-1.fc39.x86_64                         293/302 
-   Installing       : xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        294/302 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        294/302 
-   Installing       : gtk3-devel-3.24.41-1.fc39.x86_64                   295/302 
-   Installing       : gtksourceview3-3.24.11-10.fc39.x86_64              296/302 
-   Installing       : gtkspell3-3.0.10-17.fc39.x86_64                    297/302 
-   Installing       : gtkspell3-devel-3.0.10-17.fc39.x86_64              298/302 
-   Installing       : gtksourceview3-devel-3.24.11-10.fc39.x86_64        299/302 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.5-1.fc39.   300/302 
-   Installing       : pipewire-alsa-1.0.5-1.fc39.x86_64                  301/302 
-   Installing       : pipewire-pulseaudio-1.0.5-1.fc39.x86_64            302/302 
-   Running scriptlet: pipewire-pulseaudio-1.0.5-1.fc39.x86_64            302/302 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
- 
-   Running scriptlet: grub2-common-1:2.06-120.fc39.noarch                302/302 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                    302/302 
-   Running scriptlet: systemd-resolved-254.10-1.fc39.x86_64              302/302 
-   Running scriptlet: wireplumber-0.4.17-1.fc39.x86_64                   302/302 
- 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                         302/302 
-   Running scriptlet: crypto-policies-scripts-20231204-1.git1e3a2e4.fc   302/302 
-   Running scriptlet: nss-3.99.0-1.fc39.x86_64                           302/302
-  
-   Running scriptlet: pipewire-pulseaudio-1.0.5-1.fc39.x86_64            302/302 
- 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/302 
-   Verifying        : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch      2/302 
-   Verifying        : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.     3/302 
-   Verifying        : adwaita-cursor-theme-45.0-1.fc39.noarch              4/302 
-   Verifying        : adwaita-icon-theme-45.0-1.fc39.noarch                5/302 
-   Verifying        : avahi-glib-0.8-24.fc39.x86_64                        6/302 
-   Verifying        : avahi-libs-0.8-24.fc39.x86_64                        7/302 
-   Verifying        : avif-pixbuf-loader-0.11.1-11.fc39.x86_64             8/302 
-   Verifying        : brotli-1.1.0-1.fc39.x86_64                           9/302 
-   Verifying        : brotli-devel-1.1.0-1.fc39.x86_64                    10/302 
-   Verifying        : bzip2-devel-1.0.8-16.fc39.x86_64                    11/302 
-   Verifying        : cairo-1.18.0-1.fc39.x86_64                          12/302 
-   Verifying        : cairo-devel-1.18.0-1.fc39.x86_64                    13/302 
-   Verifying        : cairo-gobject-1.18.0-1.fc39.x86_64                  14/302 
-   Verifying        : cairo-gobject-devel-1.18.0-1.fc39.x86_64            15/302 
-   Verifying        : cdparanoia-libs-10.2-42.fc39.x86_64                 16/302 
-   Verifying        : cmake-filesystem-3.27.7-1.fc39.x86_64               17/302 
-   Verifying        : colord-libs-1.4.6-6.fc39.x86_64                     18/302 
-   Verifying        : cpio-2.14-4.fc39.x86_64                             19/302 
-   Verifying        : cryptsetup-libs-2.6.1-3.fc39.x86_64                 20/302 
-   Verifying        : dbus-1:1.14.10-1.fc39.x86_64                        21/302 
-   Verifying        : dbus-common-1:1.14.10-1.fc39.noarch                 22/302 
-   Verifying        : dbus-devel-1:1.14.10-1.fc39.x86_64                  23/302 
-   Verifying        : dconf-0.40.0-9.fc39.x86_64                          24/302 
-   Verifying        : default-fonts-core-sans-4.0-9.fc39.noarch           25/302 
-   Verifying        : duktape-2.7.0-5.fc39.x86_64                         26/302 
-   Verifying        : enchant2-2.5.0-5.fc39.x86_64                        27/302 
-   Verifying        : enchant2-devel-2.5.0-5.fc39.x86_64                  28/302 
-   Verifying        : exempi-2.6.4-2.fc39.x86_64                          29/302 
-   Verifying        : exiv2-0.27.6-5.fc39.x86_64                          30/302 
-   Verifying        : exiv2-libs-0.27.6-5.fc39.x86_64                     31/302 
-   Verifying        : fdk-aac-free-2.0.0-11.fc39.x86_64                   32/302 
-   Verifying        : file-5.44-5.fc39.x86_64                             33/302 
-   Verifying        : flac-libs-1.4.3-2.fc39.x86_64                       34/302 
-   Verifying        : freetype-2.13.1-2.fc39.x86_64                       35/302 
-   Verifying        : freetype-devel-2.13.1-2.fc39.x86_64                 36/302 
-   Verifying        : fribidi-1.0.13-2.fc39.x86_64                        37/302 
-   Verifying        : fribidi-devel-1.0.13-2.fc39.x86_64                  38/302 
-   Verifying        : fuse-common-3.16.1-1.fc39.x86_64                    39/302 
-   Verifying        : fuse-libs-2.9.9-17.fc39.x86_64                      40/302 
-   Verifying        : fuse3-3.16.1-1.fc39.x86_64                          41/302 
-   Verifying        : fuse3-libs-3.16.1-1.fc39.x86_64                     42/302 
-   Verifying        : gdk-pixbuf2-2.42.10-5.fc39.x86_64                   43/302 
-   Verifying        : gdk-pixbuf2-devel-2.42.10-5.fc39.x86_64             44/302 
-   Verifying        : gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64           45/302 
-   Verifying        : geoclue2-2.7.0-2.fc39.x86_64                        46/302 
-   Verifying        : gettext-0.22-2.fc39.x86_64                          47/302 
-   Verifying        : gettext-envsubst-0.22-2.fc39.x86_64                 48/302 
-   Verifying        : gettext-libs-0.22-2.fc39.x86_64                     49/302 
-   Verifying        : gettext-runtime-0.22-2.fc39.x86_64                  50/302 
-   Verifying        : gobject-introspection-1.78.1-1.fc39.x86_64          51/302 
-   Verifying        : graphene-1.10.6-6.fc39.x86_64                       52/302 
-   Verifying        : graphite2-1.3.14-12.fc39.x86_64                     53/302 
-   Verifying        : graphite2-devel-1.3.14-12.fc39.x86_64               54/302 
-   Verifying        : gsettings-desktop-schemas-45.0-1.fc39.x86_64        55/302 
-   Verifying        : gsm-1.0.22-3.fc39.x86_64                            56/302 
-   Verifying        : gtksourceview3-3.24.11-10.fc39.x86_64               57/302 
-   Verifying        : gtksourceview3-devel-3.24.11-10.fc39.x86_64         58/302 
-   Verifying        : gtkspell3-3.0.10-17.fc39.x86_64                     59/302 
-   Verifying        : gtkspell3-devel-3.0.10-17.fc39.x86_64               60/302 
-   Verifying        : harfbuzz-8.2.1-2.fc39.x86_64                        61/302 
-   Verifying        : harfbuzz-devel-8.2.1-2.fc39.x86_64                  62/302 
-   Verifying        : harfbuzz-icu-8.2.1-2.fc39.x86_64                    63/302 
-   Verifying        : hicolor-icon-theme-0.17-16.fc39.noarch              64/302 
-   Verifying        : hunspell-1.7.2-5.fc39.x86_64                        65/302 
-   Verifying        : hunspell-en-0.20201207-7.fc39.noarch                66/302 
-   Verifying        : hunspell-en-GB-0.20201207-7.fc39.noarch             67/302 
-   Verifying        : hunspell-en-US-0.20201207-7.fc39.noarch             68/302 
-   Verifying        : hunspell-filesystem-1.7.2-5.fc39.x86_64             69/302 
-   Verifying        : iso-codes-4.15.0-2.fc39.noarch                      70/302 
-   Verifying        : jbigkit-libs-2.1-26.fc39.x86_64                     71/302 
-   Verifying        : json-glib-1.8.0-1.fc39.x86_64                       72/302 
-   Verifying        : jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64             73/302 
-   Verifying        : kbd-2.6.3-1.fc39.x86_64                             74/302 
-   Verifying        : kbd-legacy-2.6.3-1.fc39.noarch                      75/302 
-   Verifying        : kbd-misc-2.6.3-1.fc39.noarch                        76/302 
-   Verifying        : kmod-30-6.fc39.x86_64                               77/302 
-   Verifying        : kmod-libs-30-6.fc39.x86_64                          78/302 
-   Verifying        : kpartx-0.9.5-2.fc39.x86_64                          79/302 
-   Verifying        : lame-libs-3.100-15.fc39.x86_64                      80/302 
-   Verifying        : lcms2-2.15-2.fc39.x86_64                            81/302 
-   Verifying        : libXcomposite-0.4.5-10.fc39.x86_64                  82/302 
-   Verifying        : libXcomposite-devel-0.4.5-10.fc39.x86_64            83/302 
-   Verifying        : libXcursor-1.2.1-4.fc39.x86_64                      84/302 
-   Verifying        : libXcursor-devel-1.2.1-4.fc39.x86_64                85/302 
-   Verifying        : libXdamage-1.1.5-10.fc39.x86_64                     86/302 
-   Verifying        : libXdamage-devel-1.1.5-10.fc39.x86_64               87/302 
-   Verifying        : libXext-1.3.5-3.fc39.x86_64                         88/302 
-   Verifying        : libXext-devel-1.3.5-3.fc39.x86_64                   89/302 
-   Verifying        : libXfixes-6.0.0-6.fc39.x86_64                       90/302 
-   Verifying        : libXfixes-devel-6.0.0-6.fc39.x86_64                 91/302 
-   Verifying        : libXft-2.3.8-3.fc39.x86_64                          92/302 
-   Verifying        : libXft-devel-2.3.8-3.fc39.x86_64                    93/302 
-   Verifying        : libXi-1.8.1-2.fc39.x86_64                           94/302 
-   Verifying        : libXi-devel-1.8.1-2.fc39.x86_64                     95/302 
-   Verifying        : libXinerama-1.1.5-3.fc39.x86_64                     96/302 
-   Verifying        : libXinerama-devel-1.1.5-3.fc39.x86_64               97/302 
-   Verifying        : libXrender-0.9.11-3.fc39.x86_64                     98/302 
-   Verifying        : libXrender-devel-0.9.11-3.fc39.x86_64               99/302 
-   Verifying        : libXtst-1.2.4-3.fc39.x86_64                        100/302 
-   Verifying        : libXtst-devel-1.2.4-3.fc39.x86_64                  101/302 
-   Verifying        : libXv-1.0.11-19.fc39.x86_64                        102/302 
-   Verifying        : libXxf86vm-1.1.5-3.fc39.x86_64                     103/302 
-   Verifying        : libargon2-20190702-3.fc39.x86_64                   104/302 
-   Verifying        : libasyncns-0.8-25.fc39.x86_64                      105/302 
-   Verifying        : libavif-0.11.1-11.fc39.x86_64                      106/302 
-   Verifying        : libbpf-2:1.1.0-4.fc39.x86_64                       107/302 
-   Verifying        : libcanberra-0.30-32.fc39.x86_64                    108/302 
-   Verifying        : libcanberra-gtk3-0.30-32.fc39.x86_64               109/302 
-   Verifying        : libcue-2.2.1-13.fc39.x86_64                        110/302 
-   Verifying        : libdatrie-0.2.13-7.fc39.x86_64                     111/302 
-   Verifying        : libdatrie-devel-0.2.13-7.fc39.x86_64               112/302 
-   Verifying        : libdav1d-1.2.1-2.fc39.x86_64                       113/302 
-   Verifying        : libepoxy-1.5.10-4.fc39.x86_64                      114/302 
-   Verifying        : libepoxy-devel-1.5.10-4.fc39.x86_64                115/302 
-   Verifying        : libexif-0.6.24-5.fc39.x86_64                       116/302 
-   Verifying        : libffi-devel-3.4.4-4.fc39.x86_64                   117/302 
-   Verifying        : libgexiv2-0.14.2-1.fc39.x86_64                     118/302 
-   Verifying        : libglvnd-1:1.7.0-1.fc39.x86_64                     119/302 
-   Verifying        : libglvnd-core-devel-1:1.7.0-1.fc39.x86_64          120/302 
-   Verifying        : libglvnd-devel-1:1.7.0-1.fc39.x86_64               121/302 
-   Verifying        : libglvnd-egl-1:1.7.0-1.fc39.x86_64                 122/302 
-   Verifying        : libglvnd-gles-1:1.7.0-1.fc39.x86_64                123/302 
-   Verifying        : libglvnd-glx-1:1.7.0-1.fc39.x86_64                 124/302 
-   Verifying        : libglvnd-opengl-1:1.7.0-1.fc39.x86_64              125/302 
-   Verifying        : libgrss-0.7.0-17.fc39.x86_64                       126/302 
-   Verifying        : libgudev-238-2.fc39.x86_64                         127/302 
-   Verifying        : libgxps-0.3.2-6.fc39.x86_64                        128/302 
-   Verifying        : libicu-devel-73.2-2.fc39.x86_64                    129/302 
-   Verifying        : libimobiledevice-1.3.0^20230705git6fc41f5-1.fc39   130/302 
-   Verifying        : libimobiledevice-glue-1.0.0-1.fc39.x86_64          131/302 
-   Verifying        : libiptcdata-1.0.5-15.fc39.x86_64                   132/302 
-   Verifying        : libjpeg-turbo-2.1.4-3.fc39.x86_64                  133/302 
-   Verifying        : libjpeg-turbo-devel-2.1.4-3.fc39.x86_64            134/302 
-   Verifying        : libjxl-1:0.8.2-3.fc39.x86_64                       135/302 
-   Verifying        : libkcapi-1.4.0-7.fc39.x86_64                       136/302 
-   Verifying        : libkcapi-hmaccalc-1.4.0-7.fc39.x86_64              137/302 
-   Verifying        : libldac-2.0.2.3-13.fc39.x86_64                     138/302 
-   Verifying        : liblerc-4.0.0-4.fc39.x86_64                        139/302 
-   Verifying        : libogg-2:1.3.5-6.fc39.x86_64                       140/302 
-   Verifying        : libpciaccess-0.16-9.fc39.x86_64                    141/302 
-   Verifying        : libplist-2.3.0-1.fc39.x86_64                       142/302 
-   Verifying        : libpng-2:1.6.37-15.fc39.x86_64                     143/302 
-   Verifying        : libpng-devel-2:1.6.37-15.fc39.x86_64               144/302 
-   Verifying        : libsbc-2.0-3.fc39.x86_64                           145/302 
-   Verifying        : libselinux-devel-3.5-5.fc39.x86_64                 146/302 
-   Verifying        : libsepol-devel-3.5-2.fc39.x86_64                   147/302 
-   Verifying        : libsndfile-1.1.0-9.fc39.x86_64                     148/302 
-   Verifying        : libsoup-2.74.3-3.fc39.x86_64                       149/302 
-   Verifying        : libstemmer-2.2.0-7.fc39.x86_64                     150/302 
-   Verifying        : libtdb-1.4.9-1.fc39.x86_64                         151/302 
-   Verifying        : libthai-0.1.29-6.fc39.x86_64                       152/302 
-   Verifying        : libthai-devel-0.1.29-6.fc39.x86_64                 153/302 
-   Verifying        : libtheora-1:1.1.1-34.fc39.x86_64                   154/302 
-   Verifying        : libtiff-4.4.0-8.fc39.x86_64                        155/302 
-   Verifying        : libtiff-devel-4.4.0-8.fc39.x86_64                  156/302 
-   Verifying        : libtracker-sparql-3.6.0-1.fc39.x86_64              157/302 
-   Verifying        : libunwind-1.7.0-0.2.rc2.fc39.x86_64                158/302 
-   Verifying        : libusbmuxd-2.0.2^20230620git8d30a55-3.fc39.x86_6   159/302 
-   Verifying        : libvisual-1:0.4.1-2.fc39.x86_64                    160/302 
-   Verifying        : libvmaf-2.3.0-6.fc39.x86_64                        161/302 
-   Verifying        : libvorbis-1:1.3.7-8.fc39.x86_64                    162/302 
-   Verifying        : libwayland-client-1.22.0-2.fc39.x86_64             163/302 
-   Verifying        : libwayland-cursor-1.22.0-2.fc39.x86_64             164/302 
-   Verifying        : libwayland-egl-1.22.0-2.fc39.x86_64                165/302 
-   Verifying        : libwayland-server-1.22.0-2.fc39.x86_64             166/302 
-   Verifying        : libwebp-1.3.2-2.fc39.x86_64                        167/302 
-   Verifying        : libxml2-devel-2.10.4-3.fc39.x86_64                 168/302 
-   Verifying        : libxshmfence-1.3-13.fc39.x86_64                    169/302 
-   Verifying        : lm_sensors-libs-3.6.0-14.fc39.x86_64               170/302 
-   Verifying        : low-memory-monitor-2.1-8.fc39.x86_64               171/302 
-   Verifying        : memstrack-0.2.5-2.fc39.x86_64                      172/302 
-   Verifying        : mpg123-libs-1.31.3-2.fc39.x86_64                   173/302 
-   Verifying        : opus-1.3.1-13.fc39.x86_64                          174/302 
-   Verifying        : orc-0.4.33-3.fc39.x86_64                           175/302 
-   Verifying        : os-prober-1.81-4.fc39.x86_64                       176/302 
-   Verifying        : pango-1.51.0-1.fc39.x86_64                         177/302 
-   Verifying        : pango-devel-1.51.0-1.fc39.x86_64                   178/302 
-   Verifying        : pcre2-devel-10.42-1.fc39.2.x86_64                  179/302 
-   Verifying        : pcre2-utf16-10.42-1.fc39.2.x86_64                  180/302 
-   Verifying        : pcre2-utf32-10.42-1.fc39.2.x86_64                  181/302 
-   Verifying        : pigz-2.8-2.fc39.x86_64                             182/302 
-   Verifying        : pixman-0.42.2-2.fc39.x86_64                        183/302 
-   Verifying        : pixman-devel-0.42.2-2.fc39.x86_64                  184/302 
-   Verifying        : polkit-pkla-compat-0.1-26.fc39.x86_64              185/302 
-   Verifying        : poppler-23.08.0-1.fc39.x86_64                      186/302 
-   Verifying        : poppler-data-0.4.11-5.fc39.noarch                  187/302 
-   Verifying        : poppler-glib-23.08.0-1.fc39.x86_64                 188/302 
-   Verifying        : pulseaudio-libs-16.1-5.fc39.x86_64                 189/302 
-   Verifying        : python3-setuptools-67.7.2-7.fc39.noarch            190/302 
-   Verifying        : qrencode-libs-4.1.1-5.fc39.x86_64                  191/302 
-   Verifying        : shared-mime-info-2.2-4.fc39.x86_64                 192/302 
-   Verifying        : sound-theme-freedesktop-0.8-20.fc39.noarch         193/302 
-   Verifying        : svt-av1-libs-1.4.1-3.fc39.x86_64                   194/302 
-   Verifying        : totem-pl-parser-3.26.6-7.fc39.x86_64               195/302 
-   Verifying        : tpm2-tools-5.5-4.fc39.x86_64                       196/302 
-   Verifying        : tracker-3.6.0-1.fc39.x86_64                        197/302 
-   Verifying        : uchardet-0.0.8-4.fc39.x86_64                       198/302 
-   Verifying        : upower-1.90.2-3.fc39.x86_64                        199/302 
-   Verifying        : upower-libs-1.90.2-3.fc39.x86_64                   200/302 
-   Verifying        : wayland-devel-1.22.0-2.fc39.x86_64                 201/302 
-   Verifying        : webrtc-audio-processing-0.3.1-11.fc39.x86_64       202/302 
-   Verifying        : xml-common-0.6.3-61.fc39.noarch                    203/302 
-   Verifying        : xprop-1.2.5-4.fc39.x86_64                          204/302 
-   Verifying        : xz-devel-5.4.4-1.fc39.x86_64                       205/302 
-   Verifying        : zlib-devel-1.2.13-4.fc39.x86_64                    206/302 
-   Verifying        : NetworkManager-libnm-1:1.44.2-1.fc39.x86_64        207/302 
-   Verifying        : alsa-lib-1.2.11-2.fc39.x86_64                      208/302 
-   Verifying        : at-spi2-atk-2.50.2-1.fc39.x86_64                   209/302 
-   Verifying        : at-spi2-atk-devel-2.50.2-1.fc39.x86_64             210/302 
-   Verifying        : at-spi2-core-2.50.2-1.fc39.x86_64                  211/302 
-   Verifying        : at-spi2-core-devel-2.50.2-1.fc39.x86_64            212/302 
-   Verifying        : atk-2.50.2-1.fc39.x86_64                           213/302 
-   Verifying        : atk-devel-2.50.2-1.fc39.x86_64                     214/302 
-   Verifying        : bluez-libs-5.75-1.fc39.x86_64                      215/302 
-   Verifying        : crypto-policies-scripts-20231204-1.git1e3a2e4.fc   216/302 
-   Verifying        : cups-libs-1:2.4.7-13.fc39.x86_64                   217/302 
-   Verifying        : dbus-broker-36-2.fc39.x86_64                       218/302 
-   Verifying        : device-mapper-1.02.197-1.fc39.x86_64               219/302 
-   Verifying        : device-mapper-libs-1.02.197-1.fc39.x86_64          220/302 
-   Verifying        : dracut-059-16.fc39.x86_64                          221/302 
-   Verifying        : fontconfig-2.14.2-6.fc39.x86_64                    222/302 
-   Verifying        : fontconfig-devel-2.14.2-6.fc39.x86_64              223/302 
-   Verifying        : giflib-5.2.2-1.fc39.x86_64                         224/302 
-   Verifying        : glib-networking-2.78.1-1.fc39.x86_64               225/302 
-   Verifying        : glib2-devel-2.78.3-1.fc39.x86_64                   226/302 
-   Verifying        : google-noto-fonts-common-20240101-1.fc39.noarch    227/302 
-   Verifying        : google-noto-sans-vf-fonts-20240101-1.fc39.noarch   228/302 
-   Verifying        : grub2-common-1:2.06-120.fc39.noarch                229/302 
-   Verifying        : grub2-tools-1:2.06-120.fc39.x86_64                 230/302 
-   Verifying        : grub2-tools-minimal-1:2.06-120.fc39.x86_64         231/302 
-   Verifying        : grubby-8.40-73.fc39.x86_64                         232/302 
-   Verifying        : gstreamer1-1.22.12-1.fc39.x86_64                   233/302 
-   Verifying        : gstreamer1-plugins-base-1.22.12-1.fc39.x86_64      234/302 
-   Verifying        : gtk-update-icon-cache-3.24.41-1.fc39.x86_64        235/302 
-   Verifying        : gtk3-3.24.41-1.fc39.x86_64                         236/302 
-   Verifying        : gtk3-devel-3.24.41-1.fc39.x86_64                   237/302 
-   Verifying        : highway-1.1.0-1.fc39.x86_64                        238/302 
-   Verifying        : hwdata-0.381-1.fc39.noarch                         239/302 
-   Verifying        : libXrandr-1.5.4-1.fc39.x86_64                      240/302 
-   Verifying        : libXrandr-devel-1.5.4-1.fc39.x86_64                241/302 
-   Verifying        : libaom-3.8.2-1.fc39.x86_64                         242/302 
-   Verifying        : libblkid-devel-2.39.4-1.fc39.x86_64                243/302 
-   Verifying        : libcloudproviders-0.3.5-1.fc39.x86_64              244/302 
-   Verifying        : libcloudproviders-devel-0.3.5-1.fc39.x86_64        245/302 
-   Verifying        : libdrm-2.4.120-1.fc39.x86_64                       246/302 
-   Verifying        : libgsf-1.14.51-1.fc39.x86_64                       247/302 
-   Verifying        : libgusb-0.4.9-1.fc39.x86_64                        248/302 
-   Verifying        : liblc3-1.0.4-2.fc39.x86_64                         249/302 
-   Verifying        : libmount-devel-2.39.4-1.fc39.x86_64                250/302 
-   Verifying        : libnotify-0.8.3-1.fc39.x86_64                      251/302 
-   Verifying        : libosinfo-1.11.0-1.fc39.x86_64                     252/302 
-   Verifying        : libproxy-0.5.5-1.fc39.x86_64                       253/302 
-   Verifying        : librsvg2-2.57.1-1.fc39.x86_64                      254/302 
-   Verifying        : libsoup3-3.4.4-1.fc39.x86_64                       255/302 
-   Verifying        : libusb1-1.0.27-1.fc39.x86_64                       256/302 
-   Verifying        : libxkbcommon-1.6.0-1.fc39.x86_64                   257/302 
-   Verifying        : libxkbcommon-devel-1.6.0-1.fc39.x86_64             258/302 
-   Verifying        : libxslt-1.1.39-1.fc39.x86_64                       259/302 
-   Verifying        : llvm-libs-17.0.6-3.fc39.x86_64                     260/302 
-   Verifying        : mesa-dri-drivers-23.3.6-1.fc39.x86_64              261/302 
-   Verifying        : mesa-filesystem-23.3.6-1.fc39.x86_64               262/302 
-   Verifying        : mesa-libEGL-23.3.6-1.fc39.x86_64                   263/302 
-   Verifying        : mesa-libGL-23.3.6-1.fc39.x86_64                    264/302 
-   Verifying        : mesa-libgbm-23.3.6-1.fc39.x86_64                   265/302 
-   Verifying        : mesa-libglapi-23.3.6-1.fc39.x86_64                 266/302 
-   Verifying        : mesa-va-drivers-23.3.6-1.fc39.x86_64               267/302 
-   Verifying        : nspr-4.35.0-19.fc39.x86_64                         268/302 
-   Verifying        : nss-3.99.0-1.fc39.x86_64                           269/302 
-   Verifying        : nss-softokn-3.99.0-1.fc39.x86_64                   270/302 
-   Verifying        : nss-softokn-freebl-3.99.0-1.fc39.x86_64            271/302 
-   Verifying        : nss-sysinit-3.99.0-1.fc39.x86_64                   272/302 
-   Verifying        : nss-util-3.99.0-1.fc39.x86_64                      273/302 
-   Verifying        : openjpeg2-2.5.2-1.fc39.x86_64                      274/302 
-   Verifying        : osinfo-db-20231215-1.fc39.noarch                   275/302 
-   Verifying        : osinfo-db-tools-1.11.0-1.fc39.x86_64               276/302 
-   Verifying        : pipewire-1.0.5-1.fc39.x86_64                       277/302 
-   Verifying        : pipewire-alsa-1.0.5-1.fc39.x86_64                  278/302 
-   Verifying        : pipewire-jack-audio-connection-kit-1.0.5-1.fc39.   279/302 
-   Verifying        : pipewire-jack-audio-connection-kit-libs-1.0.5-1.   280/302 
-   Verifying        : pipewire-libs-1.0.5-1.fc39.x86_64                  281/302 
-   Verifying        : pipewire-pulseaudio-1.0.5-1.fc39.x86_64            282/302 
-   Verifying        : polkit-123-1.fc39.1.x86_64                         283/302 
-   Verifying        : polkit-libs-123-1.fc39.1.x86_64                    284/302 
-   Verifying        : procps-ng-4.0.3-5.fc39.x86_64                      285/302 
-   Verifying        : rav1e-libs-0.7.1-1.fc39.x86_64                     286/302 
-   Verifying        : rsvg-pixbuf-loader-2.57.1-1.fc39.x86_64            287/302 
-   Verifying        : rtkit-0.11-61.fc39.x86_64                          288/302 
-   Verifying        : sysprof-capture-devel-45.1-1.fc39.x86_64           289/302 
-   Verifying        : systemd-254.10-1.fc39.x86_64                       290/302 
-   Verifying        : systemd-networkd-254.10-1.fc39.x86_64              291/302 
-   Verifying        : systemd-pam-254.10-1.fc39.x86_64                   292/302 
-   Verifying        : systemd-resolved-254.10-1.fc39.x86_64              293/302 
-   Verifying        : systemd-udev-254.10-1.fc39.x86_64                  294/302 
-   Verifying        : tpm2-tss-fapi-4.0.1-6.fc39.x86_64                  295/302 
-   Verifying        : tracker-miners-3.6.2-1.fc39.x86_64                 296/302 
-   Verifying        : webp-pixbuf-loader-0.2.7-1.fc39.x86_64             297/302 
-   Verifying        : wireplumber-0.4.17-1.fc39.x86_64                   298/302 
-   Verifying        : wireplumber-libs-0.4.17-1.fc39.x86_64              299/302 
-   Verifying        : xdg-desktop-portal-1.18.2-6.fc39.x86_64            300/302 
-   Verifying        : xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        301/302 
-   Verifying        : xkeyboard-config-2.40-1.fc39.noarch                302/302 
- 
- Installed:
-   ModemManager-glib-1.20.6-3.fc39.x86_64                                        
-   NetworkManager-libnm-1:1.44.2-1.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-atk-devel-2.50.2-1.fc39.x86_64                                        
-   at-spi2-core-2.50.2-1.fc39.x86_64                                             
-   at-spi2-core-devel-2.50.2-1.fc39.x86_64                                       
-   atk-2.50.2-1.fc39.x86_64                                                      
-   atk-devel-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-devel-1.18.0-1.fc39.x86_64                                              
-   cairo-gobject-1.18.0-1.fc39.x86_64                                            
-   cairo-gobject-devel-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                                               
-   cpio-2.14-4.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-36-2.fc39.x86_64                                                  
-   dbus-common-1:1.14.10-1.fc39.noarch                                           
-   dbus-devel-1:1.14.10-1.fc39.x86_64                                            
-   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                                     
-   dracut-059-16.fc39.x86_64                                                     
-   duktape-2.7.0-5.fc39.x86_64                                                   
-   enchant2-2.5.0-5.fc39.x86_64                                                  
-   enchant2-devel-2.5.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                                             
-   file-5.44-5.fc39.x86_64                                                       
-   flac-libs-1.4.3-2.fc39.x86_64                                                 
-   fontconfig-2.14.2-6.fc39.x86_64                                               
-   fontconfig-devel-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                                                  
-   fribidi-devel-1.0.13-2.fc39.x86_64                                            
-   fuse-common-3.16.1-1.fc39.x86_64                                              
-   fuse-libs-2.9.9-17.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-devel-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                                                  
-   gettext-0.22-2.fc39.x86_64                                                    
-   gettext-envsubst-0.22-2.fc39.x86_64                                           
-   gettext-libs-0.22-2.fc39.x86_64                                               
-   gettext-runtime-0.22-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                                         
-   grub2-common-1:2.06-120.fc39.noarch                                           
-   grub2-tools-1:2.06-120.fc39.x86_64                                            
-   grub2-tools-minimal-1:2.06-120.fc39.x86_64                                    
-   grubby-8.40-73.fc39.x86_64                                                    
-   gsettings-desktop-schemas-45.0-1.fc39.x86_64                                  
-   gsm-1.0.22-3.fc39.x86_64                                                      
-   gstreamer1-1.22.12-1.fc39.x86_64                                              
-   gstreamer1-plugins-base-1.22.12-1.fc39.x86_64                                 
-   gtk-update-icon-cache-3.24.41-1.fc39.x86_64                                   
-   gtk3-3.24.41-1.fc39.x86_64                                                    
-   gtk3-devel-3.24.41-1.fc39.x86_64                                              
-   gtksourceview3-3.24.11-10.fc39.x86_64                                         
-   gtksourceview3-devel-3.24.11-10.fc39.x86_64                                   
-   gtkspell3-3.0.10-17.fc39.x86_64                                               
-   gtkspell3-devel-3.0.10-17.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                                                   
-   hunspell-1.7.2-5.fc39.x86_64                                                  
-   hunspell-en-0.20201207-7.fc39.noarch                                          
-   hunspell-en-GB-0.20201207-7.fc39.noarch                                       
-   hunspell-en-US-0.20201207-7.fc39.noarch                                       
-   hunspell-filesystem-1.7.2-5.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                                                    
-   kpartx-0.9.5-2.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                                            
-   libXcomposite-devel-0.4.5-10.fc39.x86_64                                      
-   libXcursor-1.2.1-4.fc39.x86_64                                                
-   libXcursor-devel-1.2.1-4.fc39.x86_64                                          
-   libXdamage-1.1.5-10.fc39.x86_64                                               
-   libXdamage-devel-1.1.5-10.fc39.x86_64                                         
-   libXext-1.3.5-3.fc39.x86_64                                                   
-   libXext-devel-1.3.5-3.fc39.x86_64                                             
-   libXfixes-6.0.0-6.fc39.x86_64                                                 
-   libXfixes-devel-6.0.0-6.fc39.x86_64                                           
-   libXft-2.3.8-3.fc39.x86_64                                                    
-   libXft-devel-2.3.8-3.fc39.x86_64                                              
-   libXi-1.8.1-2.fc39.x86_64                                                     
-   libXi-devel-1.8.1-2.fc39.x86_64                                               
-   libXinerama-1.1.5-3.fc39.x86_64                                               
-   libXinerama-devel-1.1.5-3.fc39.x86_64                                         
-   libXrandr-1.5.4-1.fc39.x86_64                                                 
-   libXrandr-devel-1.5.4-1.fc39.x86_64                                           
-   libXrender-0.9.11-3.fc39.x86_64                                               
-   libXrender-devel-0.9.11-3.fc39.x86_64                                         
-   libXtst-1.2.4-3.fc39.x86_64                                                   
-   libXtst-devel-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                                         
-   libcloudproviders-devel-0.3.5-1.fc39.x86_64                                   
-   libcue-2.2.1-13.fc39.x86_64                                                   
-   libdatrie-0.2.13-7.fc39.x86_64                                                
-   libdatrie-devel-0.2.13-7.fc39.x86_64                                          
-   libdav1d-1.2.1-2.fc39.x86_64                                                  
-   libdrm-2.4.120-1.fc39.x86_64                                                  
-   libepoxy-1.5.10-4.fc39.x86_64                                                 
-   libepoxy-devel-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                                             
-   libjpeg-turbo-devel-2.1.4-3.fc39.x86_64                                       
-   libjxl-1:0.8.2-3.fc39.x86_64                                                  
-   libkcapi-1.4.0-7.fc39.x86_64                                                  
-   libkcapi-hmaccalc-1.4.0-7.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                                                  
-   libthai-devel-0.1.29-6.fc39.x86_64                                            
-   libtheora-1:1.1.1-34.fc39.x86_64                                              
-   libtiff-4.4.0-8.fc39.x86_64                                                   
-   libtiff-devel-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                                              
-   libxkbcommon-devel-1.6.0-1.fc39.x86_64                                        
-   libxml2-devel-2.10.4-3.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                                          
-   memstrack-0.2.5-2.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-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                                                      
-   os-prober-1.81-4.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                                                    
-   pango-devel-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                                             
-   pigz-2.8-2.fc39.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                                                   
-   pixman-devel-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                                            
-   procps-ng-4.0.3-5.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                                                     
-   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-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                                          
-   tpm2-tools-5.5-4.fc39.x86_64                                                  
-   tpm2-tss-fapi-4.0.1-6.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                                              
-   wayland-devel-1.22.0-2.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                                                     
-   xz-devel-5.4.4-1.fc39.x86_64                                                  
-   zlib-devel-1.2.13-4.fc39.x86_64                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cairo-devel" "gtk3-devel" "gtksourceview3-devel" "gtkspell3-devel"
- cairo-devel-1.18.0-1.fc39.x86_64
- gtk3-devel-3.24.41-1.fc39.x86_64
- gtksourceview3-devel-3.24.11-10.fc39.x86_64
- gtkspell3-devel-3.0.10-17.fc39.x86_64
2024-05-11 01:12.00 ---> saved as "23ab270e4a15350b6551115a4ac36f5e17097d291f819e5606262003de294a90"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install conf-pkg-config     3
  - install dune                dev*
  - install conf-gtksourceview3 0+2
  - install conf-gtk3           18
  - install conf-cairo          1
  - install csexp               1.5.2
  - install dune-configurator   3.15.2
  - install cairo2              0.6.4
===== 8 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cairo2.0.6.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> retrieved dune.dev  (no changes)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed dune.dev
[ERROR] The compilation of csexp.1.5.2 failed at "dune build -p csexp -j 39 @install".


#=== ERROR while compiling csexp.1.5.2 ========================================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path        ~/.opam/4.14/.opam-switch/build/csexp.1.5.2
# command     ~/.opam/4.14/bin/dune build -p csexp -j 39 @install
# exit-code   1
# env-file    ~/.opam/log/csexp-1-753b37.env
# output-file ~/.opam/log/csexp-1-753b37.out
### output ###
# File "dune-project", line 1, characters 11-14:
# 1 | (lang dune 3.4)
#                ^^^
# Error: Version 3.4 of the dune language is not supported.
# Supported versions of this extension in version 3.4 of the dune language:
# - 1.0 to 1.12
# - 2.0 to 2.9


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build csexp 1.5.2
+- 
+- The following changes have been performed (the rest was aborted)
| - install conf-cairo          1
| - install conf-gtk3           18
| - install conf-gtksourceview3 0+2
| - install conf-pkg-config     3
| - install dune                dev
+- 
# Run eval $(opam env) to update the current shell environment


The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20240511011201.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-11 01:12.41: Job failed: Failed: Build failed