Organisations0install0install225587 (master)fedora-39-5.2_opam-2.1

fedora-39-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 19:38.53: New job: test 0install/0install https://github.com/0install/0install.git#refs/heads/master (225587eef889a3082e0cc53fa64500f56cca0028) (linux-x86_64:fedora-39-5.2_opam-2.1)
Base: ocaml/opam@sha256:420a553f04cc0fb58966ef15f063d3950aa90b7268e6e117a7ae385e83f7ed96
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/0install/0install.git" -b "master" && cd "0install" && git reset --hard 225587ee
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:420a553f04cc0fb58966ef15f063d3950aa90b7268e6e117a7ae385e83f7ed96
# fedora-39-5.2_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 b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b || git fetch origin master) && git reset -q --hard b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 0install.opam 0install-solver.opam 0install-gtk.opam ./
RUN opam pin add -yn 0install.dev './' && \
    opam pin add -yn 0install-solver.dev './' && \
    opam pin add -yn 0install-gtk.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 lablgtk3.3.1.5 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.2.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.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-06-17 19:38.53: Using cache hint "0install/0install-ocaml/opam@sha256:420a553f04cc0fb58966ef15f063d3950aa90b7268e6e117a7ae385e83f7ed96-fedora-39-5.2_opam-2.1-153023a2468fbd5e74c8e6ceed67e43c"
2024-06-17 19:38.53: Using OBuilder spec:
((from ocaml/opam@sha256:420a553f04cc0fb58966ef15f063d3950aa90b7268e6e117a7ae385e83f7ed96)
 (comment fedora-39-5.2_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 b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b || git fetch origin master) && git reset -q --hard b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn 0install.dev './' && \
             \nopam pin add -yn 0install-solver.dev './' && \
             \nopam pin add -yn 0install-gtk.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 lablgtk3.3.1.5 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.2.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 0install.dev 0install-solver.dev 0install-gtk.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-06-17 19:38.53: Waiting for resource in pool OCluster
2024-06-19 20:35.35: Waiting for worker…
2024-06-19 20:40.03: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 225587ee Remove bug reporter


(from ocaml/opam@sha256:420a553f04cc0fb58966ef15f063d3950aa90b7268e6e117a7ae385e83f7ed96)
2024-06-19 20:40.04 ---> using "1fb067e40a504376644340ea9061b90ca90281abe6945ffbcdd5f8481eb0bf1d" from cache


/: (comment fedora-39-5.2_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                              234 kB/s |  30 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64        9.9 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    229 kB/s |  28 kB     00:00    
Fedora 39 - x86_64 - Updates                    6.5 MB/s | 7.8 MB     00:01    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-19 20:40.04 ---> using "2e7d89bf82bb141f24856d9111b217f37bb27c8610c3559d31a9327d79008f86" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 20:40.04 ---> using "b959f86f46a11b8c746e712287520cf614a4eae890cbe2261cbc219727e687fa" 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-06-19 20:40.04 ---> using "8c253ec291d3fe2bc074ea97ba3c0efd6da2b898689c483d83f1a351d8c83f5f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-19 20:40.04 ---> using "86675b0ebf00725a35580f8b7e5ced1f428a20dc1801d711c1b95cdc94ffcf70" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 20:40.04 ---> using "908a116e1651f43cdbdbe53794662d7c8a6c4c6e42c637962738b55f744afe42" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b || git fetch origin master) && git reset -q --hard b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..59c0c54934  master     -> origin/master
b56d9b7b2d Merge pull request #26047 from garrigue/release-lablgtk3-3.1.5


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


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.2.0*  [upstream or system changes]
  - recompile ocaml-config          3       [uses ocaml-base-compiler]
  - recompile ocaml                 5.2.0   [uses ocaml-base-compiler]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 20:43.12 ---> saved as "f47c387b08614c24c276e851671ad29b32bcf02779cdd79e974a9ef32f28ab8e"


/src: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
            (dst ./))
2024-06-19 20:43.13 ---> saved as "dcc988735d36880380f8d40365c52dff4668490dd008992aafe105b45c3ed1b6"


/src: (run (network host)
           (shell  "opam pin add -yn 0install.dev './' && \
                  \nopam pin add -yn 0install-solver.dev './' && \
                  \nopam pin add -yn 0install-gtk.dev './'"))
[0install.dev] synchronised (file:///src)
0install is now pinned to file:///src (version dev)
[0install-solver.dev] synchronised (file:///src)
0install-solver is now pinned to file:///src (version dev)
[0install-gtk.dev] synchronised (file:///src)
0install-gtk is now pinned to file:///src (version dev)
2024-06-19 20:43.16 ---> saved as "b1045591e520bee64c0314de8f2d70e0960aca7e1cf90e6f413f4c9a3184c9c5"


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 lablgtk3.3.1.5 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.2.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 0install.dev 0install-solver.dev 0install-gtk.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              240 kB/s |  30 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    225 kB/s |  27 kB     00:00    
- Fedora 39 - x86_64 - Updates                    4.0 MB/s | 4.6 MB     00:01    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[0install.dev] synchronised (no changes)
[0install-gtk.dev] synchronised (no changes)
[0install-solver.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    cairo-devel glib2-devel gtk3-devel libcurl-devel


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


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild          0.14.3
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-pkg-config     3
  - install dune                3.16.0
  - install conf-libcurl        2
  - install topkg               1.0.7
  - install base-bytes          base
  - install conf-gtk3           18
  - install conf-glib-2         1
  - install conf-cairo          1
  - install yojson              2.2.1
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.17.0
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install menhirCST           20231231
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install camlp-streams       5.0.1
  - install xmlm                1.4.0
  - install react               1.2.2
  - install sha                 1.15.4
  - install ounit2              2.2.7
  - install ppxlib              0.32.1
  - install menhir              20231231
  - install dune-configurator   3.16.0
  - install ocplib-endian       1.2
  - install cairo2              0.6.4
  - install lwt                 5.7.0
  - install lablgtk3            3.1.5
  - install lwt_react           1.2.0
  - install lwt_ppx             2.1.0
  - install lwt_log             1.1.2
  - install lwt_glib            1.1.1
  - install ocurl               0.9.2
  - install obus                1.2.5
===== 39 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cairo2.0.6.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-libcurl.2
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cairo.1
-> installed conf-glib-2.1
-> installed conf-gtk3.18
-> retrieved lablgtk3.3.1.5  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt_glib.1.1.1  (cached)
-> retrieved lwt_log.1.1.2  (cached)
-> retrieved lwt_ppx.2.1.0  (cached)
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved obus.1.2.5  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved yojson.2.2.1  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed react.1.2.2
-> installed xmlm.1.4.0
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocplib-endian.1.2
-> installed yojson.2.2.1
-> installed sha.1.15.4
-> installed ounit2.2.2.7
-> installed dune-configurator.3.16.0
-> installed cairo2.0.6.4
-> installed lwt.5.7.0
-> installed lwt_log.1.1.2
-> installed lwt_react.1.2.0
-> installed lwt_glib.1.1.1
-> installed lablgtk3.3.1.5
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed lwt_ppx.2.1.0
-> installed obus.1.2.5
-> installed ocurl.0.9.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 20:45.38 ---> saved as "4215d49a4d8ecedde9f26a1900981cbd349e2796c20acf169b47f6ff40cca1dc"


/src: (copy (src .) (dst /src))
2024-06-19 20:45.38 ---> saved as "cecff7c8e604d5c0ff4eb4fe28d064cd0466fe8ed740f88f6e9d24d3c40ce355"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src/solver/tests && ./test.exe)
....
Ran: 4 tests in: 0.10 seconds.
OK
(cd _build/default/src/test_gtk && ./test.exe)
.
Ran: 1 tests in: 0.08 seconds.
OK


(cd _build/default/src/tests && ./test.exe)
.................................................................................................S.......................................................................................................................................................S..........S...........S.......................
Ran: 296 tests in: 2.69 seconds.
OK: Cases: 296 Skip: 4


2024-06-19 20:45.45 ---> saved as "21f02f9c0929b64176920d4c6c05e71400c2d7d66ae9354ac3658146b57e68ef"
Job succeeded
2024-06-19 20:45.46: Job succeeded