Organisationssanettebogue5d6347 (power_saving)fedora-40-4.14_opam-2.1

fedora-40-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 08:57.49: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/power_saving (5d63478045b543377bd562fc716bcd2dd92bcda6) (linux-x86_64:fedora-40-4.14_opam-2.1)
Base: ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "power_saving" && cd "bogue" && git reset --hard 5d634780
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
# fedora-40-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y bogue.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-05-10 08:57.49: Using cache hint "sanette/bogue-ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9-fedora-40-4.14_opam-2.1-91a5b528f443c63a2ae76f6955591ec3"
2024-05-10 08:57.49: Using OBuilder spec:
((from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
 (comment fedora-40-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y bogue.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 08:57.49: Waiting for resource in pool OCluster
2024-05-10 12:54.04: Waiting for worker…
2024-05-10 12:56.03: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 5d63478 correct changelog


(from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
Unable to find image 'ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9' locally
docker.io/ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9: Pulling from ocaml/opam
e1a2d828ab86: Pulling fs layer
e1a2d828ab86: Verifying Checksum
e1a2d828ab86: Download complete
e1a2d828ab86: Pull complete
Digest: sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
Status: Downloaded newer image for ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
2024-05-10 13:06.59 ---> using "734939365ca49b277f590ce41c8d4d56e6ac1e187e29aa8fe4ddd810266ec9cf" from cache


/: (comment fedora-40-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64                               32 kB/s |  24 kB     00:00    
Fedora 40 - x86_64                              798 kB/s | 994 kB     00:01    
Fedora 40 openh264 (From Cisco) - x86_64        6.7 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                     40 kB/s |  21 kB     00:00    
Fedora 40 - x86_64 - Updates                    4.8 MB/s | 5.2 MB     00:01    
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-10 13:06.59 ---> using "27f125f8f9874760f522cedb21a2c5b03620375c8731fb3f496d760cdd2cb364" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-10 13:06.59 ---> using "31dee9b2c2b3c177fa91b119394c49844294d7b96dbd38a1ef8f05dde637abb5" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-10 13:06.59 ---> using "769cb91d456d94573e687dc675037a6ace197e06d0f2fcaf82817c641e39f479" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 13:06.59 ---> using "5f1ee7a0295c519a4c376aaa91c28f8b0989c0c4b230f8d83ebda3575617f0c8" from cache


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


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


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


/src: (copy (src bogue.opam) (dst ./))
2024-05-10 13:07.00 ---> saved as "de48b4d90840c088cc9e7f97d68256c0d37ae9c9687fc13f5b2903e05612e100"


/src: (run (network host)
           (shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2024-05-10 13:07.02 ---> saved as "5c07ebddd8c4bc357e6ade4e54584e78bca17a489a0a5d0a14baca818804ad3b"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              111 kB/s |  24 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64        8.4 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                     77 kB/s |  21 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel" "libffi-devel"
- Last metadata expiration check: 0:00:12 ago on Fri May 10 13:07:03 2024.
- Dependencies resolved.
- =================================================================================================
-  Package                                   Arch    Version                         Repo      Size
- =================================================================================================
- Installing:
-  SDL2-devel                                x86_64  2.30.1-1.fc40                   fedora   397 k
-  SDL2_image-devel                          x86_64  2.8.2-4.fc40                    fedora    18 k
-  SDL2_ttf-devel                            x86_64  2.22.0-2.fc40                   fedora    21 k
-  libffi-devel                              x86_64  3.4.4-7.fc40                    fedora    28 k
- Upgrading:
-  libblkid                                  x86_64  2.40.1-1.fc40                   updates  124 k
-  libfdisk                                  x86_64  2.40.1-1.fc40                   updates  159 k
-  libmount                                  x86_64  2.40.1-1.fc40                   updates  155 k
-  libsmartcols                              x86_64  2.40.1-1.fc40                   updates   83 k
-  libuuid                                   x86_64  2.40.1-1.fc40                   updates   28 k
-  util-linux                                x86_64  2.40.1-1.fc40                   updates  1.2 M
-  util-linux-core                           x86_64  2.40.1-1.fc40                   updates  537 k
- Installing dependencies:
-  ModemManager-glib                         x86_64  1.22.0-3.fc40                   fedora   322 k
-  NetworkManager-libnm                      x86_64  1:1.46.0-2.fc40                 fedora   1.8 M
-  SDL2                                      x86_64  2.30.1-1.fc40                   fedora   699 k
-  SDL2_image                                x86_64  2.8.2-4.fc40                    fedora   110 k
-  SDL2_ttf                                  x86_64  2.22.0-2.fc40                   fedora    43 k
-  abattis-cantarell-vf-fonts                noarch  0.301-12.fc40                   fedora   120 k
-  adwaita-cursor-theme                      noarch  46.0-1.fc40                     fedora   520 k
-  adwaita-icon-theme                        noarch  46.0-1.fc40                     fedora   407 k
-  alsa-lib                                  x86_64  1.2.11-2.fc40                   fedora   514 k
-  at-spi2-atk                               x86_64  2.52.0-1.fc40                   fedora    86 k
-  at-spi2-core                              x86_64  2.52.0-1.fc40                   fedora   373 k
-  atk                                       x86_64  2.52.0-1.fc40                   fedora    80 k
-  avahi-glib                                x86_64  0.8-26.fc40                     fedora    15 k
-  avahi-libs                                x86_64  0.8-26.fc40                     fedora    67 k
-  bluez-libs                                x86_64  5.75-1.fc40                     updates   83 k
-  brotli                                    x86_64  1.1.0-3.fc40                    fedora    20 k
-  brotli-devel                              x86_64  1.1.0-3.fc40                    fedora    34 k
-  bzip2-devel                               x86_64  1.0.8-18.fc40                   fedora   214 k
-  cairo                                     x86_64  1.18.0-3.fc40                   fedora   709 k
-  cairo-gobject                             x86_64  1.18.0-3.fc40                   fedora    17 k
-  cdparanoia-libs                           x86_64  10.2-44.fc40                    fedora    54 k
-  cmake-filesystem                          x86_64  3.28.2-1.fc40                   fedora    18 k
-  colord-libs                               x86_64  1.4.7-3.fc40                    fedora   234 k
-  cpio                                      x86_64  2.15-1.fc40                     fedora   292 k
-  crypto-policies-scripts                   noarch  20240201-2.git9f501f3.fc40      fedora   117 k
-  cryptsetup-libs                           x86_64  2.7.2-1.fc40                    updates  527 k
-  cups-libs                                 x86_64  1:2.4.7-13.fc40                 updates  259 k
-  dbus                                      x86_64  1:1.14.10-3.fc40                fedora   8.0 k
-  dbus-broker                               x86_64  36-2.fc40                       updates  171 k
-  dbus-common                               noarch  1:1.14.10-3.fc40                fedora    15 k
-  default-fonts-core-sans                   noarch  4.0-13.fc40                     updates   31 k
-  device-mapper                             x86_64  1.02.197-1.fc40                 fedora   137 k
-  device-mapper-libs                        x86_64  1.02.197-1.fc40                 fedora   176 k
-  dracut                                    x86_64  060-1.fc40                      updates  444 k
-  duktape                                   x86_64  2.7.0-7.fc40                    fedora   170 k
-  exempi                                    x86_64  2.6.4-5.fc40                    fedora   581 k
-  exiv2-libs                                x86_64  0.27.6-7.fc40                   fedora   755 k
-  fdk-aac-free                              x86_64  2.0.0-13.fc40                   fedora   337 k
-  file                                      x86_64  5.45-4.fc40                     fedora    49 k
-  flac-libs                                 x86_64  1.4.3-4.fc40                    fedora   262 k
-  fontconfig                                x86_64  2.15.0-4.fc40                   fedora   269 k
-  fonts-filesystem                          noarch  1:2.0.5-14.fc40                 fedora   8.2 k
-  freetype                                  x86_64  2.13.2-5.fc40                   fedora   410 k
-  freetype-devel                            x86_64  2.13.2-5.fc40                   fedora   951 k
-  fribidi                                   x86_64  1.0.13-4.fc40                   fedora    91 k
-  fuse-common                               x86_64  3.16.2-3.fc40                   fedora   8.7 k
-  fuse-libs                                 x86_64  2.9.9-21.fc40                   fedora    96 k
-  fuse3                                     x86_64  3.16.2-3.fc40                   fedora    58 k
-  fuse3-libs                                x86_64  3.16.2-3.fc40                   fedora    93 k
-  gdk-pixbuf2                               x86_64  2.42.10-8.fc40                  fedora   485 k
-  gdk-pixbuf2-modules                       x86_64  2.42.10-8.fc40                  fedora    86 k
-  geoclue2                                  x86_64  2.7.0-5.fc40                    fedora   157 k
-  gettext-envsubst                          x86_64  0.22.5-2.fc40                   fedora    38 k
-  gettext-libs                              x86_64  0.22.5-2.fc40                   fedora   664 k
-  gettext-runtime                           x86_64  0.22.5-2.fc40                   fedora   123 k
-  giflib                                    x86_64  5.2.2-1.fc40                    fedora    52 k
-  glib-networking                           x86_64  2.80.0-1.fc40                   fedora   200 k
-  glib2-devel                               x86_64  2.80.0-1.fc40                   fedora   1.5 M
-  gmock                                     x86_64  1.14.0-4.fc40                   fedora    60 k
-  gobject-introspection                     x86_64  1.80.1-1.fc40                   updates  111 k
-  google-noto-fonts-common                  noarch  20240301-2.fc40                 fedora    17 k
-  google-noto-sans-vf-fonts                 noarch  20240301-2.fc40                 fedora   593 k
-  gpgme                                     x86_64  1.23.2-3.fc40                   fedora   211 k
-  gpgmepp                                   x86_64  1.23.2-3.fc40                   fedora   139 k
-  graphene                                  x86_64  1.10.6-8.fc40                   fedora    61 k
-  graphite2                                 x86_64  1.3.14-15.fc40                  fedora    95 k
-  graphite2-devel                           x86_64  1.3.14-15.fc40                  fedora    21 k
-  grub2-common                              noarch  1:2.06-121.fc40                 updates  921 k
-  grub2-tools                               x86_64  1:2.06-121.fc40                 updates  1.8 M
-  grub2-tools-minimal                       x86_64  1:2.06-121.fc40                 updates  617 k
-  gsettings-desktop-schemas                 x86_64  46.0-1.fc40                     fedora   764 k
-  gsm                                       x86_64  1.0.22-6.fc40                   fedora    36 k
-  gstreamer1                                x86_64  1.22.12-1.fc40                  updates  1.4 M
-  gstreamer1-plugins-base                   x86_64  1.22.12-1.fc40                  updates  2.2 M
-  gtest                                     x86_64  1.14.0-4.fc40                   fedora   180 k
-  gtest-devel                               x86_64  1.14.0-4.fc40                   fedora   255 k
-  gtk-update-icon-cache                     x86_64  3.24.41-1.fc40                  fedora    34 k
-  gtk3                                      x86_64  3.24.41-1.fc40                  fedora   5.6 M
-  harfbuzz                                  x86_64  8.3.0-5.fc40                    fedora   1.0 M
-  harfbuzz-devel                            x86_64  8.3.0-5.fc40                    fedora   451 k
-  harfbuzz-icu                              x86_64  8.3.0-5.fc40                    fedora    16 k
-  hicolor-icon-theme                        noarch  0.17-18.fc40                    fedora    66 k
-  highway                                   x86_64  1.1.0-1.fc40                    fedora   492 k
-  highway-devel                             x86_64  1.1.0-1.fc40                    fedora   388 k
-  hwdata                                    noarch  0.382-1.fc40                    updates  1.6 M
-  iso-codes                                 noarch  4.16.0-3.fc40                   fedora   3.5 M
-  jbigkit-libs                              x86_64  2.1-29.fc40                     fedora    53 k
-  json-glib                                 x86_64  1.8.0-3.fc40                    fedora   167 k
-  kbd                                       x86_64  2.6.4-3.fc40                    fedora   415 k
-  kbd-legacy                                noarch  2.6.4-3.fc40                    fedora   574 k
-  kbd-misc                                  noarch  2.6.4-3.fc40                    fedora   1.7 M
-  kmod                                      x86_64  31-5.fc40                       fedora   122 k
-  kmod-libs                                 x86_64  31-5.fc40                       fedora    68 k
-  lame-libs                                 x86_64  3.100-17.fc40                   fedora   336 k
-  lcms2                                     x86_64  2.16-3.fc40                     fedora   180 k
-  libXcomposite                             x86_64  0.4.6-3.fc40                    fedora    24 k
-  libXcursor                                x86_64  1.2.1-7.fc40                    fedora    30 k
-  libXdamage                                x86_64  1.1.6-3.fc40                    fedora    23 k
-  libXext                                   x86_64  1.3.6-1.fc40                    fedora    39 k
-  libXfixes                                 x86_64  6.0.1-3.fc40                    fedora    19 k
-  libXft                                    x86_64  2.3.8-6.fc40                    fedora    72 k
-  libXi                                     x86_64  1.8.1-5.fc40                    fedora    40 k
-  libXinerama                               x86_64  1.1.5-6.fc40                    fedora    14 k
-  libXrandr                                 x86_64  1.5.4-3.fc40                    fedora    28 k
-  libXrender                                x86_64  0.9.11-6.fc40                   fedora    27 k
-  libXtst                                   x86_64  1.2.4-6.fc40                    fedora    20 k
-  libXv                                     x86_64  1.0.12-3.fc40                   fedora    18 k
-  libXxf86vm                                x86_64  1.1.5-6.fc40                    fedora    18 k
-  libaom                                    x86_64  3.8.2-1.fc40                    fedora   1.8 M
-  libasyncns                                x86_64  0.8-28.fc40                     fedora    30 k
-  libavif                                   x86_64  1.0.4-1.fc40                    fedora    91 k
-  libavif-devel                             x86_64  1.0.4-1.fc40                    fedora    29 k
-  libblkid-devel                            x86_64  2.40.1-1.fc40                   updates   26 k
-  libcanberra                               x86_64  0.30-35.fc40                    fedora    85 k
-  libcloudproviders                         x86_64  0.3.5-3.fc40                    fedora    46 k
-  libcue                                    x86_64  2.3.0-3.fc40                    fedora    35 k
-  libdatrie                                 x86_64  0.2.13-9.fc40                   fedora    32 k
-  libdav1d                                  x86_64  1.4.0-1.fc40                    fedora   620 k
-  libdecor                                  x86_64  0.2.2-3.fc40                    fedora    57 k
-  libdrm                                    x86_64  2.4.120-3.fc40                  fedora   158 k
-  libepoxy                                  x86_64  1.5.10-6.fc40                   fedora   222 k
-  libexif                                   x86_64  0.6.24-7.fc40                   fedora   456 k
-  libgexiv2                                 x86_64  0.14.2-3.fc40                   fedora   104 k
-  libglvnd                                  x86_64  1:1.7.0-4.fc40                  fedora   115 k
-  libglvnd-core-devel                       x86_64  1:1.7.0-4.fc40                  fedora    17 k
-  libglvnd-devel                            x86_64  1:1.7.0-4.fc40                  fedora   163 k
-  libglvnd-egl                              x86_64  1:1.7.0-4.fc40                  fedora    35 k
-  libglvnd-gles                             x86_64  1:1.7.0-4.fc40                  fedora    29 k
-  libglvnd-glx                              x86_64  1:1.7.0-4.fc40                  fedora   132 k
-  libglvnd-opengl                           x86_64  1:1.7.0-4.fc40                  fedora    38 k
-  libgrss                                   x86_64  0.7.0-19.fc40                   fedora    62 k
-  libgsf                                    x86_64  1.14.51-4.fc40                  fedora   295 k
-  libgudev                                  x86_64  238-5.fc40                      fedora    35 k
-  libgusb                                   x86_64  0.4.9-1.fc40                    updates   65 k
-  libgxps                                   x86_64  0.3.2-8.fc40                    fedora    76 k
-  libicu-devel                              x86_64  74.2-1.fc40                     fedora   930 k
-  libimobiledevice                          x86_64  1.3.0^20230705git6fc41f5-4.fc40 fedora   138 k
-  libimobiledevice-glue                     x86_64  1.0.0-3.fc40                    fedora    36 k
-  libiptcdata                               x86_64  1.0.5-17.fc40                   fedora    60 k
-  libjpeg-turbo                             x86_64  3.0.2-1.fc40                    fedora   227 k
-  libjpeg-turbo-devel                       x86_64  3.0.2-1.fc40                    fedora    97 k
-  libjxl                                    x86_64  1:0.8.2-6.fc40                  fedora   1.2 M
-  libjxl-devel                              x86_64  1:0.8.2-6.fc40                  fedora    59 k
-  libkcapi                                  x86_64  1.4.0-10.fc40                   fedora    46 k
-  libkcapi-hmaccalc                         x86_64  1.4.0-10.fc40                   fedora    24 k
-  liblc3                                    x86_64  1.1.1-1.fc40                    updates  102 k
-  libldac                                   x86_64  2.0.2.3-15.fc40                 fedora    41 k
-  liblerc                                   x86_64  4.0.0-6.fc40                    fedora   210 k
-  libmount-devel                            x86_64  2.40.1-1.fc40                   updates   27 k
-  libnotify                                 x86_64  0.8.3-3.fc40                    fedora    51 k
-  libogg                                    x86_64  2:1.3.5-8.fc40                  fedora    33 k
-  libosinfo                                 x86_64  1.11.0-5.fc40                   fedora   316 k
-  libpciaccess                              x86_64  0.16-12.fc40                    fedora    26 k
-  libplist                                  x86_64  2.3.0-4.fc40                    fedora    93 k
-  libpng                                    x86_64  2:1.6.40-3.fc40                 fedora   120 k
-  libpng-devel                              x86_64  2:1.6.40-3.fc40                 fedora   291 k
-  libproxy                                  x86_64  0.5.5-1.fc40                    updates   48 k
-  librsvg2                                  x86_64  2.57.1-4.fc40                   fedora   1.5 M
-  libsbc                                    x86_64  2.0-4.fc40                      fedora    48 k
-  libselinux-devel                          x86_64  3.6-4.fc40                      fedora   151 k
-  libsepol-devel                            x86_64  3.6-3.fc40                      fedora    49 k
-  libsndfile                                x86_64  1.2.2-2.fc40                    fedora   212 k
-  libsoup                                   x86_64  2.74.3-6.fc40                   fedora   397 k
-  libsoup3                                  x86_64  3.4.4-3.fc40                    fedora   387 k
-  libstemmer                                x86_64  2.2.0-10.fc40                   fedora   139 k
-  libtdb                                    x86_64  1.4.10-1.fc40                   fedora    51 k
-  libthai                                   x86_64  0.1.29-8.fc40                   fedora   214 k
-  libtheora                                 x86_64  1:1.1.1-36.fc40                 fedora   166 k
-  libtiff                                   x86_64  4.6.0-2.fc40                    fedora   332 k
-  libtiff-devel                             x86_64  4.6.0-2.fc40                    fedora   259 k
-  libtracker-sparql                         x86_64  3.7.3-1.fc40                    updates  371 k
-  libunwind                                 x86_64  1.8.0-3.fc40                    fedora    73 k
-  libusb1                                   x86_64  1.0.27-1.fc40                   fedora    75 k
-  libusbmuxd                                x86_64  2.0.2^20230620git8d30a55-5.fc40 fedora    36 k
-  libvisual                                 x86_64  1:0.4.1-4.fc40                  fedora   151 k
-  libvmaf                                   x86_64  2.3.0-7.fc40                    fedora   180 k
-  libvorbis                                 x86_64  1:1.3.7-10.fc40                 fedora   187 k
-  libwayland-client                         x86_64  1.22.0-3.fc40                   fedora    32 k
-  libwayland-cursor                         x86_64  1.22.0-3.fc40                   fedora    19 k
-  libwayland-egl                            x86_64  1.22.0-3.fc40                   fedora    12 k
-  libwayland-server                         x86_64  1.22.0-3.fc40                   fedora    40 k
-  libwebp                                   x86_64  1.3.2-5.fc40                    fedora   286 k
-  libwebp-devel                             x86_64  1.3.2-5.fc40                    fedora    39 k
-  libxkbcommon                              x86_64  1.6.0-2.fc40                    fedora   142 k
-  libxshmfence                              x86_64  1.3.2-3.fc40                    fedora    12 k
-  libxslt                                   x86_64  1.1.39-3.fc40                   fedora   189 k
-  libzstd-devel                             x86_64  1.5.6-1.fc40                    updates   52 k
-  llvm-libs                                 x86_64  18.1.1-1.fc40                   fedora    28 M
-  lm_sensors-libs                           x86_64  3.6.0-18.fc40                   fedora    40 k
-  mesa-filesystem                           x86_64  24.0.6-2.fc40                   updates   20 k
-  mesa-libEGL                               x86_64  24.0.6-2.fc40                   updates  132 k
-  mesa-libEGL-devel                         x86_64  24.0.6-2.fc40                   updates   23 k
-  mesa-libGL                                x86_64  24.0.6-2.fc40                   updates  175 k
-  mesa-libgbm                               x86_64  24.0.6-2.fc40                   updates   47 k
-  mesa-libglapi                             x86_64  24.0.6-2.fc40                   updates   50 k
-  mpg123-libs                               x86_64  1.31.3-4.fc40                   fedora   341 k
-  nspr                                      x86_64  4.35.0-22.fc40                  updates  137 k
-  nss                                       x86_64  3.99.0-1.fc40                   updates  704 k
-  nss-softokn                               x86_64  3.99.0-1.fc40                   updates  409 k
-  nss-softokn-freebl                        x86_64  3.99.0-1.fc40                   updates  386 k
-  nss-sysinit                               x86_64  3.99.0-1.fc40                   updates   19 k
-  nss-util                                  x86_64  3.99.0-1.fc40                   updates   88 k
-  openjpeg2                                 x86_64  2.5.2-1.fc40                    fedora   186 k
-  opus                                      x86_64  1.5.1-1.fc40                    fedora   230 k
-  orc                                       x86_64  0.4.38-2.fc40                   fedora   225 k
-  os-prober                                 x86_64  1.81-6.fc40                     fedora    51 k
-  osinfo-db                                 noarch  20231215-3.fc40                 fedora   445 k
-  osinfo-db-tools                           x86_64  1.11.0-5.fc40                   fedora    74 k
-  pango                                     x86_64  1.52.2-1.fc40                   updates  347 k
-  pcre2-devel                               x86_64  10.42-2.fc40.2                  fedora   505 k
-  pcre2-utf16                               x86_64  10.42-2.fc40.2                  fedora   216 k
-  pcre2-utf32                               x86_64  10.42-2.fc40.2                  fedora   203 k
-  pipewire-jack-audio-connection-kit-libs   x86_64  1.0.5-2.fc40                    updates  134 k
-  pipewire-libs                             x86_64  1.0.5-2.fc40                    updates  1.8 M
-  pixman                                    x86_64  0.43.4-1.fc40                   updates  293 k
-  polkit                                    x86_64  124-2.fc40                      fedora   157 k
-  polkit-libs                               x86_64  124-2.fc40                      fedora    67 k
-  polkit-pkla-compat                        x86_64  0.1-28.fc40                     fedora    44 k
-  poppler                                   x86_64  24.02.0-2.fc40                  fedora   1.2 M
-  poppler-data                              noarch  0.4.11-7.fc40                   fedora   2.0 M
-  poppler-glib                              x86_64  24.02.0-2.fc40                  fedora   190 k
-  procps-ng                                 x86_64  4.0.4-3.fc40                    fedora   367 k
-  pulseaudio-libs                           x86_64  16.1-7.fc40                     fedora   695 k
-  python3-packaging                         noarch  23.2-4.fc40                     fedora   125 k
-  rav1e-libs                                x86_64  0.7.1-1.fc40                    fedora   1.0 M
-  rtkit                                     x86_64  0.11-63.fc40                    fedora    55 k
-  shared-mime-info                          x86_64  2.3-4.fc40                      fedora   390 k
-  sound-theme-freedesktop                   noarch  0.8-21.fc40                     fedora   383 k
-  svt-av1-libs                              x86_64  1.4.1-5.fc40                    fedora   2.0 M
-  sysprof-capture-devel                     x86_64  46.0-1.fc40                     fedora    54 k
-  systemd                                   x86_64  255.4-1.fc40                    fedora   4.9 M
-  systemd-pam                               x86_64  255.4-1.fc40                    fedora   387 k
-  systemd-udev                              x86_64  255.4-1.fc40                    fedora   2.3 M
-  totem-pl-parser                           x86_64  3.26.6-9.fc40                   fedora   144 k
-  tpm2-tss-fapi                             x86_64  4.0.1-7.fc40                    fedora   317 k
-  tracker                                   x86_64  3.7.3-1.fc40                    updates  635 k
-  uchardet                                  x86_64  0.0.8-5.fc40                    fedora   106 k
-  upower-libs                               x86_64  1.90.2-4.fc40                   fedora    57 k
-  webrtc-audio-processing                   x86_64  1.3-1.fc40                      fedora   518 k
-  wireplumber                               x86_64  0.5.2-1.fc40                    updates  111 k
-  wireplumber-libs                          x86_64  0.5.2-1.fc40                    updates  389 k
-  xdg-desktop-portal                        x86_64  1.18.4-1.fc40                   updates  474 k
-  xkeyboard-config                          noarch  2.41-1.fc40                     fedora   976 k
-  xml-common                                noarch  0.6.3-63.fc40                   fedora    31 k
-  xprop                                     x86_64  1.2.7-1.fc40                    fedora    35 k
-  zlib-ng-compat-devel                      x86_64  2.1.6-2.fc40                    fedora    36 k
- Installing weak dependencies:
-  adobe-source-code-pro-fonts               noarch  2.042.1.062.1.026-4.fc40        fedora   806 k
-  avif-pixbuf-loader                        x86_64  1.0.4-1.fc40                    fedora    16 k
-  dconf                                     x86_64  0.40.0-12.fc40                  fedora   109 k
-  exiv2                                     x86_64  0.27.6-7.fc40                   fedora   979 k
-  grubby                                    x86_64  8.40-75.fc40                    fedora    26 k
-  jxl-pixbuf-loader                         x86_64  1:0.8.2-6.fc40                  fedora    61 k
-  kpartx                                    x86_64  0.9.7-7.fc40                    fedora    49 k
-  libbpf                                    x86_64  2:1.2.0-3.fc40                  fedora   166 k
-  libcanberra-gtk3                          x86_64  0.30-35.fc40                    fedora    31 k
-  low-memory-monitor                        x86_64  2.1-10.fc40                     fedora    34 k
-  memstrack                                 x86_64  0.2.5-4.fc40                    fedora    49 k
-  mesa-dri-drivers                          x86_64  24.0.6-2.fc40                   updates   25 M
-  mesa-va-drivers                           x86_64  24.0.6-2.fc40                   updates  4.0 M
-  pigz                                      x86_64  2.8-4.fc40                      fedora    95 k
-  pipewire                                  x86_64  1.0.5-2.fc40                    updates  123 k
-  pipewire-alsa                             x86_64  1.0.5-2.fc40                    updates   57 k
-  pipewire-jack-audio-connection-kit        x86_64  1.0.5-2.fc40                    updates   16 k
-  pipewire-pulseaudio                       x86_64  1.0.5-2.fc40                    updates  199 k
-  qrencode-libs                             x86_64  4.1.1-7.fc40                    fedora    61 k
-  rsvg-pixbuf-loader                        x86_64  2.57.1-4.fc40                   fedora    16 k
-  systemd-networkd                          x86_64  255.4-1.fc40                    fedora   675 k
-  systemd-resolved                          x86_64  255.4-1.fc40                    fedora   299 k
-  tpm2-tools                                x86_64  5.7-1.fc40                      updates  810 k
-  tracker-miners                            x86_64  3.7.3-1.fc40                    updates  993 k
-  upower                                    x86_64  1.90.2-4.fc40                   fedora   132 k
-  usbmuxd                                   x86_64  1.1.1^20230720git61b99ab-2.fc40 fedora    66 k
-  webp-pixbuf-loader                        x86_64  0.2.7-1.fc40                    fedora    20 k
-  xdg-desktop-portal-gtk                    x86_64  1.15.1-5.fc40                   fedora   143 k
- 
- Transaction Summary
- =================================================================================================
- Install  278 Packages
- Upgrade    7 Packages
- 
- Total download size: 150 M
- Downloading Packages:
- (1/285): ModemManager-glib-1.22.0-3.fc40.x86_64 3.1 MB/s | 322 kB     00:00    
- (2/285): SDL2-2.30.1-1.fc40.x86_64.rpm          5.6 MB/s | 699 kB     00:00    
- (3/285): SDL2-devel-2.30.1-1.fc40.x86_64.rpm     13 MB/s | 397 kB     00:00    
- (4/285): SDL2_image-2.8.2-4.fc40.x86_64.rpm     2.0 MB/s | 110 kB     00:00    
- (5/285): SDL2_ttf-2.22.0-2.fc40.x86_64.rpm      4.1 MB/s |  43 kB     00:00    
- (6/285): SDL2_ttf-devel-2.22.0-2.fc40.x86_64.rp 2.4 MB/s |  21 kB     00:00    
- (7/285): abattis-cantarell-vf-fonts-0.301-12.fc 3.0 MB/s | 120 kB     00:00    
- (8/285): adobe-source-code-pro-fonts-2.042.1.06 9.4 MB/s | 806 kB     00:00    
- (9/285): NetworkManager-libnm-1.46.0-2.fc40.x86 5.2 MB/s | 1.8 MB     00:00    
- (10/285): SDL2_image-devel-2.8.2-4.fc40.x86_64.  82 kB/s |  18 kB     00:00    
- (11/285): adwaita-cursor-theme-46.0-1.fc40.noar 7.4 MB/s | 520 kB     00:00    
- (12/285): alsa-lib-1.2.11-2.fc40.x86_64.rpm      12 MB/s | 514 kB     00:00    
- (13/285): at-spi2-atk-2.52.0-1.fc40.x86_64.rpm  2.6 MB/s |  86 kB     00:00    
- (14/285): at-spi2-core-2.52.0-1.fc40.x86_64.rpm 9.0 MB/s | 373 kB     00:00    
- (15/285): atk-2.52.0-1.fc40.x86_64.rpm          4.8 MB/s |  80 kB     00:00    
- (16/285): avahi-glib-0.8-26.fc40.x86_64.rpm     1.8 MB/s |  15 kB     00:00    
- (17/285): adwaita-icon-theme-46.0-1.fc40.noarch 3.8 MB/s | 407 kB     00:00    
- (18/285): avif-pixbuf-loader-1.0.4-1.fc40.x86_6 1.7 MB/s |  16 kB     00:00    
- (19/285): avahi-libs-0.8-26.fc40.x86_64.rpm     4.0 MB/s |  67 kB     00:00    
- (20/285): brotli-1.1.0-3.fc40.x86_64.rpm        2.4 MB/s |  20 kB     00:00    
- (21/285): brotli-devel-1.1.0-3.fc40.x86_64.rpm  3.7 MB/s |  34 kB     00:00    
- (22/285): cairo-gobject-1.18.0-3.fc40.x86_64.rp 1.9 MB/s |  17 kB     00:00    
- (23/285): cdparanoia-libs-10.2-44.fc40.x86_64.r 3.2 MB/s |  54 kB     00:00    
- (24/285): bzip2-devel-1.0.8-18.fc40.x86_64.rpm  6.2 MB/s | 214 kB     00:00    
- (25/285): cmake-filesystem-3.28.2-1.fc40.x86_64 2.0 MB/s |  18 kB     00:00    
- (26/285): colord-libs-1.4.7-3.fc40.x86_64.rpm   5.6 MB/s | 234 kB     00:00    
- (27/285): cpio-2.15-1.fc40.x86_64.rpm           5.9 MB/s | 292 kB     00:00    
- (28/285): dbus-1.14.10-3.fc40.x86_64.rpm        844 kB/s | 8.0 kB     00:00    
- (29/285): cairo-1.18.0-3.fc40.x86_64.rpm        7.0 MB/s | 709 kB     00:00    
- (30/285): dbus-common-1.14.10-3.fc40.noarch.rpm 1.7 MB/s |  15 kB     00:00    
- (31/285): crypto-policies-scripts-20240201-2.gi 2.8 MB/s | 117 kB     00:00    
- (32/285): dconf-0.40.0-12.fc40.x86_64.rpm       4.4 MB/s | 109 kB     00:00    
- (33/285): device-mapper-1.02.197-1.fc40.x86_64. 5.4 MB/s | 137 kB     00:00    
- (34/285): device-mapper-libs-1.02.197-1.fc40.x8 4.4 MB/s | 176 kB     00:00    
- (35/285): duktape-2.7.0-7.fc40.x86_64.rpm       5.2 MB/s | 170 kB     00:00    
- (36/285): exempi-2.6.4-5.fc40.x86_64.rpm        7.1 MB/s | 581 kB     00:00    
- (37/285): fdk-aac-free-2.0.0-13.fc40.x86_64.rpm 6.9 MB/s | 337 kB     00:00    
- (38/285): exiv2-libs-0.27.6-7.fc40.x86_64.rpm   6.7 MB/s | 755 kB     00:00    
- (39/285): file-5.45-4.fc40.x86_64.rpm           5.0 MB/s |  49 kB     00:00    
- (40/285): flac-libs-1.4.3-4.fc40.x86_64.rpm     6.5 MB/s | 262 kB     00:00    
- (41/285): fonts-filesystem-2.0.5-14.fc40.noarch 820 kB/s | 8.2 kB     00:00    
- (42/285): fontconfig-2.15.0-4.fc40.x86_64.rpm   6.0 MB/s | 269 kB     00:00    
- (43/285): exiv2-0.27.6-7.fc40.x86_64.rpm        5.7 MB/s | 979 kB     00:00    
- (44/285): fribidi-1.0.13-4.fc40.x86_64.rpm      4.7 MB/s |  91 kB     00:00    
- (45/285): fuse-common-3.16.2-3.fc40.x86_64.rpm  1.0 MB/s | 8.7 kB     00:00    
- (46/285): fuse-libs-2.9.9-21.fc40.x86_64.rpm    5.7 MB/s |  96 kB     00:00    
- (47/285): freetype-2.13.2-5.fc40.x86_64.rpm     7.7 MB/s | 410 kB     00:00    
- (48/285): fuse3-3.16.2-3.fc40.x86_64.rpm        3.5 MB/s |  58 kB     00:00    
- (49/285): fuse3-libs-3.16.2-3.fc40.x86_64.rpm   5.5 MB/s |  93 kB     00:00    
- (50/285): gdk-pixbuf2-modules-2.42.10-8.fc40.x8 3.5 MB/s |  86 kB     00:00    
- (51/285): freetype-devel-2.13.2-5.fc40.x86_64.r 7.9 MB/s | 951 kB     00:00    
- (52/285): geoclue2-2.7.0-5.fc40.x86_64.rpm      4.7 MB/s | 157 kB     00:00    
- (53/285): gettext-envsubst-0.22.5-2.fc40.x86_64 4.2 MB/s |  38 kB     00:00    
- (54/285): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm 7.0 MB/s | 485 kB     00:00    
- (55/285): gettext-runtime-0.22.5-2.fc40.x86_64. 4.9 MB/s | 123 kB     00:00    
- (56/285): glib-networking-2.80.0-1.fc40.x86_64. 5.8 MB/s | 200 kB     00:00    
- (57/285): gettext-libs-0.22.5-2.fc40.x86_64.rpm 6.1 MB/s | 664 kB     00:00    
- (58/285): gmock-1.14.0-4.fc40.x86_64.rpm        3.5 MB/s |  60 kB     00:00    
- (59/285): google-noto-fonts-common-20240301-2.f 1.9 MB/s |  17 kB     00:00    
- (60/285): google-noto-sans-vf-fonts-20240301-2. 6.0 MB/s | 593 kB     00:00    
- (61/285): gpgme-1.23.2-3.fc40.x86_64.rpm        6.5 MB/s | 211 kB     00:00    
- (62/285): giflib-5.2.2-1.fc40.x86_64.rpm        197 kB/s |  52 kB     00:00    
- (63/285): glib2-devel-2.80.0-1.fc40.x86_64.rpm  7.0 MB/s | 1.5 MB     00:00    
- (64/285): gpgmepp-1.23.2-3.fc40.x86_64.rpm      5.5 MB/s | 139 kB     00:00    
- (65/285): graphite2-1.3.14-15.fc40.x86_64.rpm   5.6 MB/s |  95 kB     00:00    
- (66/285): graphite2-devel-1.3.14-15.fc40.x86_64 2.2 MB/s |  21 kB     00:00    
- (67/285): graphene-1.10.6-8.fc40.x86_64.rpm     2.4 MB/s |  61 kB     00:00    
- (68/285): grubby-8.40-75.fc40.x86_64.rpm        3.0 MB/s |  26 kB     00:00    
- (69/285): gsm-1.0.22-6.fc40.x86_64.rpm          3.6 MB/s |  36 kB     00:00    
- (70/285): gtest-1.14.0-4.fc40.x86_64.rpm        6.9 MB/s | 180 kB     00:00    
- (71/285): gtk-update-icon-cache-3.24.41-1.fc40. 3.7 MB/s |  34 kB     00:00    
- (72/285): gtest-devel-1.14.0-4.fc40.x86_64.rpm  5.1 MB/s | 255 kB     00:00    
- (73/285): gsettings-desktop-schemas-46.0-1.fc40 8.1 MB/s | 764 kB     00:00    
- (74/285): harfbuzz-devel-8.3.0-5.fc40.x86_64.rp 3.9 MB/s | 451 kB     00:00    
- (75/285): harfbuzz-icu-8.3.0-5.fc40.x86_64.rpm  1.8 MB/s |  16 kB     00:00    
- (76/285): hicolor-icon-theme-0.17-18.fc40.noarc 2.7 MB/s |  66 kB     00:00    
- (77/285): highway-1.1.0-1.fc40.x86_64.rpm       3.6 MB/s | 492 kB     00:00    
- (78/285): harfbuzz-8.3.0-5.fc40.x86_64.rpm      3.0 MB/s | 1.0 MB     00:00    
- (79/285): highway-devel-1.1.0-1.fc40.x86_64.rpm 4.8 MB/s | 388 kB     00:00    
- (80/285): jbigkit-libs-2.1-29.fc40.x86_64.rpm   3.3 MB/s |  53 kB     00:00    
- (81/285): json-glib-1.8.0-3.fc40.x86_64.rpm     4.7 MB/s | 167 kB     00:00    
- (82/285): jxl-pixbuf-loader-0.8.2-6.fc40.x86_64 3.5 MB/s |  61 kB     00:00    
- (83/285): kbd-2.6.4-3.fc40.x86_64.rpm           4.5 MB/s | 415 kB     00:00    
- (84/285): kbd-legacy-2.6.4-3.fc40.noarch.rpm    1.9 MB/s | 574 kB     00:00    
- (85/285): iso-codes-4.16.0-3.fc40.noarch.rpm    3.8 MB/s | 3.5 MB     00:00    
- (86/285): kmod-31-5.fc40.x86_64.rpm             3.5 MB/s | 122 kB     00:00    
- (87/285): kmod-libs-31-5.fc40.x86_64.rpm        3.8 MB/s |  68 kB     00:00    
- (88/285): kpartx-0.9.7-7.fc40.x86_64.rpm        2.9 MB/s |  49 kB     00:00    
- (89/285): kbd-misc-2.6.4-3.fc40.noarch.rpm      3.1 MB/s | 1.7 MB     00:00    
- (90/285): lame-libs-3.100-17.fc40.x86_64.rpm    3.5 MB/s | 336 kB     00:00    
- (91/285): lcms2-2.16-3.fc40.x86_64.rpm          2.5 MB/s | 180 kB     00:00    
- (92/285): libXcomposite-0.4.6-3.fc40.x86_64.rpm 2.7 MB/s |  24 kB     00:00    
- (93/285): libXdamage-1.1.6-3.fc40.x86_64.rpm    2.6 MB/s |  23 kB     00:00    
- (94/285): libXcursor-1.2.1-7.fc40.x86_64.rpm    1.9 MB/s |  30 kB     00:00    
- (95/285): libXfixes-6.0.1-3.fc40.x86_64.rpm     2.3 MB/s |  19 kB     00:00    
- (96/285): libXft-2.3.8-6.fc40.x86_64.rpm        2.9 MB/s |  72 kB     00:00    
- (97/285): libXext-1.3.6-1.fc40.x86_64.rpm       1.0 MB/s |  39 kB     00:00    
- (98/285): libXinerama-1.1.5-6.fc40.x86_64.rpm   1.7 MB/s |  14 kB     00:00    
- (99/285): libXi-1.8.1-5.fc40.x86_64.rpm         2.5 MB/s |  40 kB     00:00    
- (100/285): libXrender-0.9.11-6.fc40.x86_64.rpm  3.1 MB/s |  27 kB     00:00    
- (101/285): gtk3-3.24.41-1.fc40.x86_64.rpm       3.6 MB/s | 5.6 MB     00:01    
- (102/285): libXtst-1.2.4-6.fc40.x86_64.rpm      968 kB/s |  20 kB     00:00    
- (103/285): libXv-1.0.12-3.fc40.x86_64.rpm       1.2 MB/s |  18 kB     00:00    
- (104/285): libXrandr-1.5.4-3.fc40.x86_64.rpm    628 kB/s |  28 kB     00:00    
- (105/285): libasyncns-0.8-28.fc40.x86_64.rpm    1.6 MB/s |  30 kB     00:00    
- (106/285): libXxf86vm-1.1.5-6.fc40.x86_64.rpm   645 kB/s |  18 kB     00:00    
- (107/285): libavif-devel-1.0.4-1.fc40.x86_64.rp 1.2 MB/s |  29 kB     00:00    
- (108/285): libavif-1.0.4-1.fc40.x86_64.rpm      1.9 MB/s |  91 kB     00:00    
- (109/285): libcanberra-0.30-35.fc40.x86_64.rpm  2.0 MB/s |  85 kB     00:00    
- (110/285): libcanberra-gtk3-0.30-35.fc40.x86_64 1.8 MB/s |  31 kB     00:00    
- (111/285): libbpf-1.2.0-3.fc40.x86_64.rpm       1.8 MB/s | 166 kB     00:00    
- (112/285): libcue-2.3.0-3.fc40.x86_64.rpm       2.0 MB/s |  35 kB     00:00    
- (113/285): libcloudproviders-0.3.5-3.fc40.x86_6 1.9 MB/s |  46 kB     00:00    
- (114/285): libdatrie-0.2.13-9.fc40.x86_64.rpm   1.9 MB/s |  32 kB     00:00    
- (115/285): libdecor-0.2.2-3.fc40.x86_64.rpm     2.1 MB/s |  57 kB     00:00    
- (116/285): libdrm-2.4.120-3.fc40.x86_64.rpm     2.5 MB/s | 158 kB     00:00    
- (117/285): libepoxy-1.5.10-6.fc40.x86_64.rpm    3.4 MB/s | 222 kB     00:00    
- (118/285): libdav1d-1.4.0-1.fc40.x86_64.rpm     3.4 MB/s | 620 kB     00:00    
- (119/285): libffi-devel-3.4.4-7.fc40.x86_64.rpm 3.0 MB/s |  28 kB     00:00    
- (120/285): libgexiv2-0.14.2-3.fc40.x86_64.rpm   4.1 MB/s | 104 kB     00:00    
- (121/285): libglvnd-1.7.0-4.fc40.x86_64.rpm     4.6 MB/s | 115 kB     00:00    
- (122/285): libglvnd-core-devel-1.7.0-4.fc40.x86 2.1 MB/s |  17 kB     00:00    
- (123/285): libexif-0.6.24-7.fc40.x86_64.rpm     4.3 MB/s | 456 kB     00:00    
- (124/285): libglvnd-devel-1.7.0-4.fc40.x86_64.r 4.9 MB/s | 163 kB     00:00    
- (125/285): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm 3.9 MB/s |  35 kB     00:00    
- (126/285): libglvnd-gles-1.7.0-4.fc40.x86_64.rp 3.3 MB/s |  29 kB     00:00    
- (127/285): libglvnd-opengl-1.7.0-4.fc40.x86_64. 4.3 MB/s |  38 kB     00:00    
- (128/285): libaom-3.8.2-1.fc40.x86_64.rpm       4.0 MB/s | 1.8 MB     00:00    
- (129/285): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm 4.1 MB/s | 132 kB     00:00    
- (130/285): libgrss-0.7.0-19.fc40.x86_64.rpm     3.6 MB/s |  62 kB     00:00    
- (131/285): libgudev-238-5.fc40.x86_64.rpm       3.8 MB/s |  35 kB     00:00    
- (132/285): libgxps-0.3.2-8.fc40.x86_64.rpm      4.3 MB/s |  76 kB     00:00    
- (133/285): libgsf-1.14.51-4.fc40.x86_64.rpm     5.8 MB/s | 295 kB     00:00    
- (134/285): libimobiledevice-1.3.0^20230705git6f 5.2 MB/s | 138 kB     00:00    
- (135/285): libimobiledevice-glue-1.0.0-3.fc40.x 4.2 MB/s |  36 kB     00:00    
- (136/285): libiptcdata-1.0.5-17.fc40.x86_64.rpm 3.7 MB/s |  60 kB     00:00    
- (137/285): libjpeg-turbo-devel-3.0.2-1.fc40.x86 5.2 MB/s |  97 kB     00:00    
- (138/285): libjpeg-turbo-3.0.2-1.fc40.x86_64.rp 6.6 MB/s | 227 kB     00:00    
- (139/285): libjxl-devel-0.8.2-6.fc40.x86_64.rpm 5.9 MB/s |  59 kB     00:00    
- (140/285): libkcapi-1.4.0-10.fc40.x86_64.rpm    4.7 MB/s |  46 kB     00:00    
- (141/285): libkcapi-hmaccalc-1.4.0-10.fc40.x86_ 2.8 MB/s |  24 kB     00:00    
- (142/285): libldac-2.0.2.3-15.fc40.x86_64.rpm   4.5 MB/s |  41 kB     00:00    
- (143/285): libicu-devel-74.2-1.fc40.x86_64.rpm  5.9 MB/s | 930 kB     00:00    
- (144/285): liblerc-4.0.0-6.fc40.x86_64.rpm      3.8 MB/s | 210 kB     00:00    
- (145/285): libnotify-0.8.3-3.fc40.x86_64.rpm    3.0 MB/s |  51 kB     00:00    
- (146/285): libogg-1.3.5-8.fc40.x86_64.rpm       725 kB/s |  33 kB     00:00    
- (147/285): libpciaccess-0.16-12.fc40.x86_64.rpm 3.0 MB/s |  26 kB     00:00    
- (148/285): libplist-2.3.0-4.fc40.x86_64.rpm     3.8 MB/s |  93 kB     00:00    
- (149/285): libosinfo-1.11.0-5.fc40.x86_64.rpm   3.3 MB/s | 316 kB     00:00    
- (150/285): libpng-1.6.40-3.fc40.x86_64.rpm      3.3 MB/s | 120 kB     00:00    
- (151/285): libjxl-0.8.2-6.fc40.x86_64.rpm       5.4 MB/s | 1.2 MB     00:00    
- (152/285): libpng-devel-1.6.40-3.fc40.x86_64.rp 2.6 MB/s | 291 kB     00:00    
- (153/285): libselinux-devel-3.6-4.fc40.x86_64.r 3.1 MB/s | 151 kB     00:00    
- (154/285): libsepol-devel-3.6-3.fc40.x86_64.rpm 3.0 MB/s |  49 kB     00:00    
- (155/285): libsndfile-1.2.2-2.fc40.x86_64.rpm   3.7 MB/s | 212 kB     00:00    
- (156/285): libsbc-2.0-4.fc40.x86_64.rpm         203 kB/s |  48 kB     00:00    
- (157/285): libsoup-2.74.3-6.fc40.x86_64.rpm     4.6 MB/s | 397 kB     00:00    
- (158/285): librsvg2-2.57.1-4.fc40.x86_64.rpm    4.9 MB/s | 1.5 MB     00:00    
- (159/285): libtdb-1.4.10-1.fc40.x86_64.rpm      5.0 MB/s |  51 kB     00:00    
- (160/285): libstemmer-2.2.0-10.fc40.x86_64.rpm  3.9 MB/s | 139 kB     00:00    
- (161/285): libsoup3-3.4.4-3.fc40.x86_64.rpm     3.7 MB/s | 387 kB     00:00    
- (162/285): libthai-0.1.29-8.fc40.x86_64.rpm     6.2 MB/s | 214 kB     00:00    
- (163/285): libtheora-1.1.1-36.fc40.x86_64.rpm   4.7 MB/s | 166 kB     00:00    
- (164/285): libunwind-1.8.0-3.fc40.x86_64.rpm    4.2 MB/s |  73 kB     00:00    
- (165/285): libtiff-devel-4.6.0-2.fc40.x86_64.rp 6.2 MB/s | 259 kB     00:00    
- (166/285): libusbmuxd-2.0.2^20230620git8d30a55- 4.1 MB/s |  36 kB     00:00    
- (167/285): libusb1-1.0.27-1.fc40.x86_64.rpm     4.3 MB/s |  75 kB     00:00    
- (168/285): libtiff-4.6.0-2.fc40.x86_64.rpm      4.6 MB/s | 332 kB     00:00    
- (169/285): libvisual-0.4.1-4.fc40.x86_64.rpm    6.0 MB/s | 151 kB     00:00    
- (170/285): libwayland-client-1.22.0-3.fc40.x86_ 3.6 MB/s |  32 kB     00:00    
- (171/285): libvmaf-2.3.0-7.fc40.x86_64.rpm      5.1 MB/s | 180 kB     00:00    
- (172/285): libwayland-cursor-1.22.0-3.fc40.x86_ 2.1 MB/s |  19 kB     00:00    
- (173/285): libwayland-egl-1.22.0-3.fc40.x86_64. 1.3 MB/s |  12 kB     00:00    
- (174/285): libwayland-server-1.22.0-3.fc40.x86_ 4.2 MB/s |  40 kB     00:00    
- (175/285): libvorbis-1.3.7-10.fc40.x86_64.rpm   4.4 MB/s | 187 kB     00:00    
- (176/285): libwebp-devel-1.3.2-5.fc40.x86_64.rp 4.1 MB/s |  39 kB     00:00    
- (177/285): libwebp-1.3.2-5.fc40.x86_64.rpm      3.1 MB/s | 286 kB     00:00    
- (178/285): libxkbcommon-1.6.0-2.fc40.x86_64.rpm 1.7 MB/s | 142 kB     00:00    
- (179/285): libxslt-1.1.39-3.fc40.x86_64.rpm     2.9 MB/s | 189 kB     00:00    
- (180/285): lm_sensors-libs-3.6.0-18.fc40.x86_64 2.4 MB/s |  40 kB     00:00    
- (181/285): low-memory-monitor-2.1-10.fc40.x86_6 2.1 MB/s |  34 kB     00:00    
- (182/285): memstrack-0.2.5-4.fc40.x86_64.rpm    3.0 MB/s |  49 kB     00:00    
- (183/285): libxshmfence-1.3.2-3.fc40.x86_64.rpm  53 kB/s |  12 kB     00:00    
- (184/285): openjpeg2-2.5.2-1.fc40.x86_64.rpm    5.6 MB/s | 186 kB     00:00    
- (185/285): mpg123-libs-1.31.3-4.fc40.x86_64.rpm 4.0 MB/s | 341 kB     00:00    
- (186/285): opus-1.5.1-1.fc40.x86_64.rpm         6.2 MB/s | 230 kB     00:00    
- (187/285): os-prober-1.81-6.fc40.x86_64.rpm     5.2 MB/s |  51 kB     00:00    
- (188/285): orc-0.4.38-2.fc40.x86_64.rpm         4.4 MB/s | 225 kB     00:00    
- (189/285): osinfo-db-tools-1.11.0-5.fc40.x86_64 4.3 MB/s |  74 kB     00:00    
- (190/285): osinfo-db-20231215-3.fc40.noarch.rpm 6.1 MB/s | 445 kB     00:00    
- (191/285): pcre2-utf16-10.42-2.fc40.2.x86_64.rp 5.2 MB/s | 216 kB     00:00    
- (192/285): pcre2-utf32-10.42-2.fc40.2.x86_64.rp 4.9 MB/s | 203 kB     00:00    
- (193/285): pcre2-devel-10.42-2.fc40.2.x86_64.rp 4.1 MB/s | 505 kB     00:00    
- (194/285): pigz-2.8-4.fc40.x86_64.rpm           5.3 MB/s |  95 kB     00:00    
- (195/285): polkit-libs-124-2.fc40.x86_64.rpm    4.1 MB/s |  67 kB     00:00    
- (196/285): polkit-pkla-compat-0.1-28.fc40.x86_6 4.7 MB/s |  44 kB     00:00    
- (197/285): polkit-124-2.fc40.x86_64.rpm         3.7 MB/s | 157 kB     00:00    
- (198/285): poppler-24.02.0-2.fc40.x86_64.rpm    4.6 MB/s | 1.2 MB     00:00    
- (199/285): poppler-glib-24.02.0-2.fc40.x86_64.r 5.5 MB/s | 190 kB     00:00    
- (200/285): procps-ng-4.0.4-3.fc40.x86_64.rpm    6.1 MB/s | 367 kB     00:00    
- (201/285): pulseaudio-libs-16.1-7.fc40.x86_64.r 4.9 MB/s | 695 kB     00:00    
- (202/285): python3-packaging-23.2-4.fc40.noarch 4.1 MB/s | 125 kB     00:00    
- (203/285): qrencode-libs-4.1.1-7.fc40.x86_64.rp 3.7 MB/s |  61 kB     00:00    
- (204/285): poppler-data-0.4.11-7.fc40.noarch.rp 3.6 MB/s | 2.0 MB     00:00    
- (205/285): rsvg-pixbuf-loader-2.57.1-4.fc40.x86 1.8 MB/s |  16 kB     00:00    
- (206/285): rtkit-0.11-63.fc40.x86_64.rpm        3.2 MB/s |  55 kB     00:00    
- (207/285): shared-mime-info-2.3-4.fc40.x86_64.r 2.6 MB/s | 390 kB     00:00    
- (208/285): rav1e-libs-0.7.1-1.fc40.x86_64.rpm   4.1 MB/s | 1.0 MB     00:00    
- (209/285): sound-theme-freedesktop-0.8-21.fc40. 2.7 MB/s | 383 kB     00:00    
- (210/285): sysprof-capture-devel-46.0-1.fc40.x8 3.2 MB/s |  54 kB     00:00    
- (211/285): svt-av1-libs-1.4.1-5.fc40.x86_64.rpm 4.1 MB/s | 2.0 MB     00:00    
- (212/285): systemd-networkd-255.4-1.fc40.x86_64 2.3 MB/s | 675 kB     00:00    
- (213/285): systemd-pam-255.4-1.fc40.x86_64.rpm  3.2 MB/s | 387 kB     00:00    
- (214/285): systemd-resolved-255.4-1.fc40.x86_64 2.2 MB/s | 299 kB     00:00    
- (215/285): systemd-udev-255.4-1.fc40.x86_64.rpm 4.5 MB/s | 2.3 MB     00:00    
- (216/285): totem-pl-parser-3.26.6-9.fc40.x86_64 1.7 MB/s | 144 kB     00:00    
- (217/285): systemd-255.4-1.fc40.x86_64.rpm      2.9 MB/s | 4.9 MB     00:01    
- (218/285): uchardet-0.0.8-5.fc40.x86_64.rpm     3.1 MB/s | 106 kB     00:00    
- (219/285): tpm2-tss-fapi-4.0.1-7.fc40.x86_64.rp 1.5 MB/s | 317 kB     00:00    
- (220/285): upower-libs-1.90.2-4.fc40.x86_64.rpm 2.3 MB/s |  57 kB     00:00    
- (221/285): upower-1.90.2-4.fc40.x86_64.rpm      3.2 MB/s | 132 kB     00:00    
- (222/285): webp-pixbuf-loader-0.2.7-1.fc40.x86_ 1.9 MB/s |  20 kB     00:00    
- (223/285): usbmuxd-1.1.1^20230720git61b99ab-2.f 2.4 MB/s |  66 kB     00:00    
- (224/285): xdg-desktop-portal-gtk-1.15.1-5.fc40 3.5 MB/s | 143 kB     00:00    
- (225/285): webrtc-audio-processing-1.3-1.fc40.x 4.2 MB/s | 518 kB     00:00    
- (226/285): xml-common-0.6.3-63.fc40.noarch.rpm  3.2 MB/s |  31 kB     00:00    
- (227/285): xprop-1.2.7-1.fc40.x86_64.rpm        3.7 MB/s |  35 kB     00:00    
- (228/285): zlib-ng-compat-devel-2.1.6-2.fc40.x8 3.7 MB/s |  36 kB     00:00    
- (229/285): bluez-libs-5.75-1.fc40.x86_64.rpm    4.5 MB/s |  83 kB     00:00    
- (230/285): xkeyboard-config-2.41-1.fc40.noarch. 5.0 MB/s | 976 kB     00:00    
- (231/285): cryptsetup-libs-2.7.2-1.fc40.x86_64. 5.3 MB/s | 527 kB     00:00    
- (232/285): cups-libs-2.4.7-13.fc40.x86_64.rpm   5.3 MB/s | 259 kB     00:00    
- (233/285): default-fonts-core-sans-4.0-13.fc40. 3.3 MB/s |  31 kB     00:00    
- (234/285): dbus-broker-36-2.fc40.x86_64.rpm     5.1 MB/s | 171 kB     00:00    
- (235/285): gobject-introspection-1.80.1-1.fc40. 4.4 MB/s | 111 kB     00:00    
- (236/285): dracut-060-1.fc40.x86_64.rpm         4.4 MB/s | 444 kB     00:00    
- (237/285): grub2-common-2.06-121.fc40.noarch.rp 2.6 MB/s | 921 kB     00:00    
- (238/285): grub2-tools-minimal-2.06-121.fc40.x8 8.0 MB/s | 617 kB     00:00    
- (239/285): grub2-tools-2.06-121.fc40.x86_64.rpm 4.7 MB/s | 1.8 MB     00:00    
- (240/285): gstreamer1-1.22.12-1.fc40.x86_64.rpm 6.1 MB/s | 1.4 MB     00:00    
- (241/285): gstreamer1-plugins-base-1.22.12-1.fc 5.0 MB/s | 2.2 MB     00:00    
- (242/285): libblkid-devel-2.40.1-1.fc40.x86_64. 2.8 MB/s |  26 kB     00:00    
- (243/285): libgusb-0.4.9-1.fc40.x86_64.rpm      3.9 MB/s |  65 kB     00:00    
- (244/285): liblc3-1.1.1-1.fc40.x86_64.rpm       4.0 MB/s | 102 kB     00:00    
- (245/285): libmount-devel-2.40.1-1.fc40.x86_64. 3.1 MB/s |  27 kB     00:00    
- (246/285): libproxy-0.5.5-1.fc40.x86_64.rpm     2.9 MB/s |  48 kB     00:00    
- (247/285): libtracker-sparql-3.7.3-1.fc40.x86_6 5.5 MB/s | 371 kB     00:00    
- (248/285): libzstd-devel-1.5.6-1.fc40.x86_64.rp 2.8 MB/s |  52 kB     00:00    
- (249/285): hwdata-0.382-1.fc40.noarch.rpm       2.1 MB/s | 1.6 MB     00:00    
- (250/285): mesa-filesystem-24.0.6-2.fc40.x86_64 2.1 MB/s |  20 kB     00:00    
- (251/285): mesa-libEGL-24.0.6-2.fc40.x86_64.rpm 530 kB/s | 132 kB     00:00    
- (252/285): mesa-libEGL-devel-24.0.6-2.fc40.x86_ 2.7 MB/s |  23 kB     00:00    
- (253/285): mesa-libGL-24.0.6-2.fc40.x86_64.rpm  5.2 MB/s | 175 kB     00:00    
- (254/285): mesa-libgbm-24.0.6-2.fc40.x86_64.rpm 4.1 MB/s |  47 kB     00:00    
- (255/285): llvm-libs-18.1.1-1.fc40.x86_64.rpm   5.4 MB/s |  28 MB     00:05    
- (256/285): mesa-libglapi-24.0.6-2.fc40.x86_64.r 215 kB/s |  50 kB     00:00    
- (257/285): nspr-4.35.0-22.fc40.x86_64.rpm       3.2 MB/s | 137 kB     00:00    
- (258/285): nss-3.99.0-1.fc40.x86_64.rpm         4.4 MB/s | 704 kB     00:00    
- (259/285): nss-softokn-3.99.0-1.fc40.x86_64.rpm 6.0 MB/s | 409 kB     00:00    
- (260/285): nss-softokn-freebl-3.99.0-1.fc40.x86 6.4 MB/s | 386 kB     00:00    
- (261/285): nss-sysinit-3.99.0-1.fc40.x86_64.rpm 2.2 MB/s |  19 kB     00:00    
- (262/285): nss-util-3.99.0-1.fc40.x86_64.rpm    4.8 MB/s |  88 kB     00:00    
- (263/285): mesa-va-drivers-24.0.6-2.fc40.x86_64 7.2 MB/s | 4.0 MB     00:00    
- (264/285): pipewire-1.0.5-2.fc40.x86_64.rpm     4.0 MB/s | 123 kB     00:00    
- (265/285): pango-1.52.2-1.fc40.x86_64.rpm       5.9 MB/s | 347 kB     00:00    
- (266/285): pipewire-jack-audio-connection-kit-1 1.6 MB/s |  16 kB     00:00    
- (267/285): pipewire-alsa-1.0.5-2.fc40.x86_64.rp 2.6 MB/s |  57 kB     00:00    
- (268/285): pipewire-jack-audio-connection-kit-l 4.8 MB/s | 134 kB     00:00    
- (269/285): pipewire-pulseaudio-1.0.5-2.fc40.x86 7.3 MB/s | 199 kB     00:00    
- (270/285): pixman-0.43.4-1.fc40.x86_64.rpm      6.9 MB/s | 293 kB     00:00    
- (271/285): tpm2-tools-5.7-1.fc40.x86_64.rpm     8.6 MB/s | 810 kB     00:00    
- (272/285): pipewire-libs-1.0.5-2.fc40.x86_64.rp 7.5 MB/s | 1.8 MB     00:00    
- (273/285): tracker-3.7.3-1.fc40.x86_64.rpm      6.8 MB/s | 635 kB     00:00    
- (274/285): wireplumber-0.5.2-1.fc40.x86_64.rpm  5.6 MB/s | 111 kB     00:00    
- (275/285): wireplumber-libs-0.5.2-1.fc40.x86_64 4.5 MB/s | 389 kB     00:00    
- (276/285): xdg-desktop-portal-1.18.4-1.fc40.x86 4.7 MB/s | 474 kB     00:00    
- (277/285): tracker-miners-3.7.3-1.fc40.x86_64.r 4.1 MB/s | 993 kB     00:00    
- (278/285): libblkid-2.40.1-1.fc40.x86_64.rpm    4.7 MB/s | 124 kB     00:00    
- (279/285): libfdisk-2.40.1-1.fc40.x86_64.rpm    3.7 MB/s | 159 kB     00:00    
- (280/285): libmount-2.40.1-1.fc40.x86_64.rpm    5.9 MB/s | 155 kB     00:00    
- (281/285): libuuid-2.40.1-1.fc40.x86_64.rpm     3.1 MB/s |  28 kB     00:00    
- (282/285): libsmartcols-2.40.1-1.fc40.x86_64.rp 3.3 MB/s |  83 kB     00:00    
- (283/285): util-linux-core-2.40.1-1.fc40.x86_64 4.7 MB/s | 537 kB     00:00    
- (284/285): util-linux-2.40.1-1.fc40.x86_64.rpm  6.9 MB/s | 1.2 MB     00:00    
- (285/285): mesa-dri-drivers-24.0.6-2.fc40.x86_6 9.4 MB/s |  25 MB     00:02    
- --------------------------------------------------------------------------------
- Total                                           8.9 MB/s | 150 MB     00:16     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libXext-1.3.6-1.fc40.x86_64                          1/292 
-   Installing       : libpng-2:1.6.40-3.fc40.x86_64                        2/292 
-   Upgrading        : libuuid-2.40.1-1.fc40.x86_64                         3/292 
-   Upgrading        : libblkid-2.40.1-1.fc40.x86_64                        4/292 
-   Installing       : libjpeg-turbo-3.0.2-1.fc40.x86_64                    5/292 
-   Installing       : cmake-filesystem-3.28.2-1.fc40.x86_64                6/292 
-   Installing       : avahi-libs-0.8-26.fc40.x86_64                        7/292 
-   Installing       : nspr-4.35.0-22.fc40.x86_64                           8/292 
-   Installing       : json-glib-1.8.0-3.fc40.x86_64                        9/292 
-   Installing       : libwebp-1.3.2-5.fc40.x86_64                         10/292 
-   Installing       : libwayland-client-1.22.0-3.fc40.x86_64              11/292 
-   Installing       : libplist-2.3.0-4.fc40.x86_64                        12/292 
-   Installing       : libogg-2:1.3.5-8.fc40.x86_64                        13/292 
-   Installing       : libglvnd-1:1.7.0-4.fc40.x86_64                      14/292 
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                     15/292 
-   Installing       : libvorbis-1:1.3.7-10.fc40.x86_64                    16/292 
-   Installing       : nss-util-3.99.0-1.fc40.x86_64                       17/292 
-   Upgrading        : libmount-2.40.1-1.fc40.x86_64                       18/292 
-   Installing       : libXi-1.8.1-5.fc40.x86_64                           19/292 
-   Installing       : zlib-ng-compat-devel-2.1.6-2.fc40.x86_64            20/292 
-   Installing       : libXfixes-6.0.1-3.fc40.x86_64                       21/292 
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch             22/292 
-   Installing       : alsa-lib-1.2.11-2.fc40.x86_64                       23/292 
-   Installing       : libimobiledevice-glue-1.0.0-3.fc40.x86_64           24/292 
-   Installing       : libwayland-cursor-1.22.0-3.fc40.x86_64              25/292 
-   Installing       : avahi-glib-0.8-26.fc40.x86_64                       26/292 
-   Upgrading        : libfdisk-2.40.1-1.fc40.x86_64                       27/292 
-   Installing       : hwdata-0.382-1.fc40.noarch                          28/292 
-   Installing       : opus-1.5.1-1.fc40.x86_64                            29/292 
-   Installing       : libxshmfence-1.3.2-3.fc40.x86_64                    30/292 
-   Installing       : libusb1-1.0.27-1.fc40.x86_64                        31/292 
-   Installing       : lcms2-2.16-3.fc40.x86_64                            32/292 
-   Installing       : kmod-libs-31-5.fc40.x86_64                          33/292 
-   Installing       : kmod-31-5.fc40.x86_64                               34/292 
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch     35/292 
-   Installing       : libwebp-devel-1.3.2-5.fc40.x86_64                   36/292 
-   Upgrading        : libsmartcols-2.40.1-1.fc40.x86_64                   37/292 
-   Upgrading        : util-linux-core-2.40.1-1.fc40.x86_64                38/292 
-   Installing       : mesa-filesystem-24.0.6-2.fc40.x86_64                39/292 
-   Installing       : grub2-common-1:2.06-121.fc40.noarch                 40/292 
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                     41/292 
-   Installing       : xml-common-0.6.3-63.fc40.noarch                     41/292 
-   Installing       : shared-mime-info-2.3-4.fc40.x86_64                  42/292 
-   Running scriptlet: shared-mime-info-2.3-4.fc40.x86_64                  42/292 
-   Installing       : gdk-pixbuf2-2.42.10-8.fc40.x86_64                   43/292 
-   Installing       : polkit-libs-124-2.fc40.x86_64                       44/292
-  
-   Installing       : llvm-libs-18.1.1-1.fc40.x86_64                      45/292 
-   Installing       : libwayland-server-1.22.0-3.fc40.x86_64              46/292 
-   Installing       : libwayland-egl-1.22.0-3.fc40.x86_64                 47/292 
-   Installing       : libtdb-1.4.10-1.fc40.x86_64                         48/292 
-   Installing       : libgudev-238-5.fc40.x86_64                          49/292 
-   Installing       : highway-1.1.0-1.fc40.x86_64                         50/292 
-   Installing       : libjxl-1:0.8.2-6.fc40.x86_64                        51/292 
-   Installing       : jxl-pixbuf-loader-1:0.8.2-6.fc40.x86_64             52/292 
-   Installing       : gtest-1.14.0-4.fc40.x86_64                          53/292 
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                     54/292 
-   Installing       : fuse3-libs-3.16.2-3.fc40.x86_64                     55/292 
-   Installing       : fribidi-1.0.13-4.fc40.x86_64                        56/292 
-   Installing       : duktape-2.7.0-7.fc40.x86_64                         57/292 
-   Installing       : libproxy-0.5.5-1.fc40.x86_64                        58/292 
-   Installing       : graphite2-devel-1.3.14-15.fc40.x86_64               59/292 
-   Installing       : gmock-1.14.0-4.fc40.x86_64                          60/292 
-   Installing       : gtest-devel-1.14.0-4.fc40.x86_64                    61/292 
-   Installing       : highway-devel-1.1.0-1.fc40.x86_64                   62/292 
-   Installing       : gtk-update-icon-cache-3.24.41-1.fc40.x86_64         63/292 
-   Installing       : libgsf-1.14.51-4.fc40.x86_64                        64/292 
-   Installing       : libnotify-0.8.3-3.fc40.x86_64                       65/292 
-   Installing       : webp-pixbuf-loader-0.2.7-1.fc40.x86_64              66/292 
-   Installing       : iso-codes-4.16.0-3.fc40.noarch                      67/292 
-   Installing       : libgusb-0.4.9-1.fc40.x86_64                         68/292 
-   Installing       : colord-libs-1.4.7-3.fc40.x86_64                     69/292 
-   Installing       : libpciaccess-0.16-12.fc40.x86_64                    70/292 
-   Installing       : libdrm-2.4.120-3.fc40.x86_64                        71/292 
-   Installing       : mesa-va-drivers-24.0.6-2.fc40.x86_64                72/292 
-   Installing       : osinfo-db-20231215-3.fc40.noarch                    73/292 
-   Installing       : libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_6    74/292 
-   Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      75/292 
-   Installing       : usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      75/292 
-   Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      75/292 
-   Installing       : libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40    76/292 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-4.    77/292 
-   Installing       : gsettings-desktop-schemas-46.0-1.fc40.x86_64        78/292 
-   Installing       : glib-networking-2.80.0-1.fc40.x86_64                79/292 
-   Installing       : libsoup3-3.4.4-3.fc40.x86_64                        80/292 
-   Installing       : osinfo-db-tools-1.11.0-5.fc40.x86_64                81/292 
-   Installing       : libsoup-2.74.3-6.fc40.x86_64                        82/292 
-   Installing       : libgrss-0.7.0-19.fc40.x86_64                        83/292 
-   Installing       : libXcursor-1.2.1-7.fc40.x86_64                      84/292 
-   Installing       : libXdamage-1.1.6-3.fc40.x86_64                      85/292 
-   Installing       : libpng-devel-2:1.6.40-3.fc40.x86_64                 86/292 
-   Installing       : libXtst-1.2.4-6.fc40.x86_64                         87/292 
-   Installing       : nss-softokn-freebl-3.99.0-1.fc40.x86_64             88/292 
-   Installing       : nss-softokn-3.99.0-1.fc40.x86_64                    89/292 
-   Installing       : libXrandr-1.5.4-3.fc40.x86_64                       90/292 
-   Installing       : libglvnd-opengl-1:1.7.0-4.fc40.x86_64               91/292 
-   Installing       : flac-libs-1.4.3-4.fc40.x86_64                       92/292 
-   Installing       : libtheora-1:1.1.1-36.fc40.x86_64                    93/292 
-   Installing       : cups-libs-1:2.4.7-13.fc40.x86_64                    94/292 
-   Installing       : libjpeg-turbo-devel-3.0.2-1.fc40.x86_64             95/292 
-   Installing       : libblkid-devel-2.40.1-1.fc40.x86_64                 96/292 
-   Installing       : tpm2-tss-fapi-4.0.1-7.fc40.x86_64                   97/292 
-   Installing       : tpm2-tools-5.7-1.fc40.x86_64                        98/292 
-   Installing       : libXinerama-1.1.5-6.fc40.x86_64                     99/292 
-   Installing       : libXv-1.0.12-3.fc40.x86_64                         100/292 
-   Installing       : libXxf86vm-1.1.5-6.fc40.x86_64                     101/292 
-   Installing       : exiv2-libs-0.27.6-7.fc40.x86_64                    102/292 
-   Installing       : exiv2-0.27.6-7.fc40.x86_64                         103/292 
-   Installing       : libgexiv2-0.14.2-3.fc40.x86_64                     104/292 
-   Installing       : pixman-0.43.4-1.fc40.x86_64                        105/292 
-   Installing       : libzstd-devel-1.5.6-1.fc40.x86_64                  106/292 
-   Installing       : liblc3-1.1.1-1.fc40.x86_64                         107/292 
-   Installing       : gobject-introspection-1.80.1-1.fc40.x86_64         108/292 
-   Installing       : bluez-libs-5.75-1.fc40.x86_64                      109/292 
-   Installing       : xprop-1.2.7-1.fc40.x86_64                          110/292 
-   Installing       : xkeyboard-config-2.41-1.fc40.noarch                111/292 
-   Installing       : libxkbcommon-1.6.0-2.fc40.x86_64                   112/292 
-   Installing       : webrtc-audio-processing-1.3-1.fc40.x86_64          113/292 
-   Installing       : uchardet-0.0.8-5.fc40.x86_64                       114/292 
-   Installing       : totem-pl-parser-3.26.6-9.fc40.x86_64               115/292 
-   Installing       : sysprof-capture-devel-46.0-1.fc40.x86_64           116/292 
-   Installing       : svt-av1-libs-1.4.1-5.fc40.x86_64                   117/292 
-   Installing       : sound-theme-freedesktop-0.8-21.fc40.noarch         118/292 
-   Running scriptlet: sound-theme-freedesktop-0.8-21.fc40.noarch         118/292 
-   Installing       : rav1e-libs-0.7.1-1.fc40.x86_64                     119/292 
-   Installing       : qrencode-libs-4.1.1-7.fc40.x86_64                  120/292 
-   Installing       : python3-packaging-23.2-4.fc40.noarch               121/292 
-   Installing       : procps-ng-4.0.4-3.fc40.x86_64                      122/292 
-   Installing       : poppler-data-0.4.11-7.fc40.noarch                  123/292 
-   Installing       : pigz-2.8-4.fc40.x86_64                             124/292 
-   Installing       : pcre2-utf32-10.42-2.fc40.2.x86_64                  125/292 
-   Installing       : pcre2-utf16-10.42-2.fc40.2.x86_64                  126/292 
-   Installing       : pcre2-devel-10.42-2.fc40.2.x86_64                  127/292 
-   Installing       : orc-0.4.38-2.fc40.x86_64                           128/292 
-   Installing       : openjpeg2-2.5.2-1.fc40.x86_64                      129/292 
-   Installing       : mpg123-libs-1.31.3-4.fc40.x86_64                   130/292 
-   Installing       : memstrack-0.2.5-4.fc40.x86_64                      131/292 
-   Installing       : low-memory-monitor-2.1-10.fc40.x86_64              132/292 
-   Running scriptlet: low-memory-monitor-2.1-10.fc40.x86_64              132/292 
-   Installing       : lm_sensors-libs-3.6.0-18.fc40.x86_64               133/292 
-   Installing       : mesa-libglapi-24.0.6-2.fc40.x86_64                 134/292
-  
-   Installing       : mesa-dri-drivers-24.0.6-2.fc40.x86_64              135/292 
-   Installing       : mesa-libgbm-24.0.6-2.fc40.x86_64                   136/292 
-   Installing       : libglvnd-egl-1:1.7.0-4.fc40.x86_64                 137/292 
-   Installing       : mesa-libEGL-24.0.6-2.fc40.x86_64                   138/292 
-   Installing       : libglvnd-gles-1:1.7.0-4.fc40.x86_64                139/292 
-   Installing       : libglvnd-glx-1:1.7.0-4.fc40.x86_64                 140/292 
-   Installing       : mesa-libGL-24.0.6-2.fc40.x86_64                    141/292 
-   Installing       : libxslt-1.1.39-3.fc40.x86_64                       142/292 
-   Installing       : libosinfo-1.11.0-5.fc40.x86_64                     143/292 
-   Installing       : libvmaf-2.3.0-7.fc40.x86_64                        144/292 
-   Installing       : libaom-3.8.2-1.fc40.x86_64                         145/292 
-   Installing       : libvisual-1:0.4.1-4.fc40.x86_64                    146/292 
-   Installing       : libunwind-1.8.0-3.fc40.x86_64                      147/292 
-   Installing       : gstreamer1-1.22.12-1.fc40.x86_64                   148/292 
-   Installing       : libstemmer-2.2.0-10.fc40.x86_64                    149/292 
-   Installing       : libsepol-devel-3.6-3.fc40.x86_64                   150/292 
-   Installing       : libselinux-devel-3.6-4.fc40.x86_64                 151/292 
-   Installing       : libmount-devel-2.40.1-1.fc40.x86_64                152/292 
-   Installing       : libsbc-2.0-4.fc40.x86_64                           153/292 
-   Installing       : liblerc-4.0.0-6.fc40.x86_64                        154/292 
-   Installing       : libldac-2.0.2.3-15.fc40.x86_64                     155/292 
-   Installing       : libiptcdata-1.0.5-17.fc40.x86_64                   156/292 
-   Installing       : libicu-devel-74.2-1.fc40.x86_64                    157/292 
-   Installing       : libglvnd-core-devel-1:1.7.0-4.fc40.x86_64          158/292 
-   Installing       : libglvnd-devel-1:1.7.0-4.fc40.x86_64               159/292 
-   Installing       : mesa-libEGL-devel-24.0.6-2.fc40.x86_64             160/292 
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                   161/292 
-   Installing       : glib2-devel-2.80.0-1.fc40.x86_64                   162/292 
-   Installing       : libexif-0.6.24-7.fc40.x86_64                       163/292 
-   Installing       : libepoxy-1.5.10-6.fc40.x86_64                      164/292 
-   Installing       : libdav1d-1.4.0-1.fc40.x86_64                       165/292 
-   Installing       : libavif-1.0.4-1.fc40.x86_64                        166/292 
-   Installing       : avif-pixbuf-loader-1.0.4-1.fc40.x86_64             167/292 
-   Installing       : libavif-devel-1.0.4-1.fc40.x86_64                  168/292 
-   Installing       : libdatrie-0.2.13-9.fc40.x86_64                     169/292 
-   Installing       : libthai-0.1.29-8.fc40.x86_64                       170/292 
-   Installing       : libcue-2.3.0-3.fc40.x86_64                         171/292 
-   Installing       : libcloudproviders-0.3.5-3.fc40.x86_64              172/292 
-   Installing       : libbpf-2:1.2.0-3.fc40.x86_64                       173/292 
-   Installing       : libasyncns-0.8-28.fc40.x86_64                      174/292 
-   Installing       : libXcomposite-0.4.6-3.fc40.x86_64                  175/292 
-   Installing       : lame-libs-3.100-17.fc40.x86_64                     176/292 
-   Installing       : kbd-misc-2.6.4-3.fc40.noarch                       177/292 
-   Installing       : kbd-legacy-2.6.4-3.fc40.noarch                     178/292 
-   Installing       : kbd-2.6.4-3.fc40.x86_64                            179/292 
-   Installing       : jbigkit-libs-2.1-29.fc40.x86_64                    180/292 
-   Installing       : libtiff-4.6.0-2.fc40.x86_64                        181/292 
-   Installing       : libtiff-devel-4.6.0-2.fc40.x86_64                  182/292 
-   Installing       : hicolor-icon-theme-0.17-18.fc40.noarch             183/292 
-   Installing       : gsm-1.0.22-6.fc40.x86_64                           184/292 
-   Installing       : libsndfile-1.2.2-2.fc40.x86_64                     185/292 
-   Installing       : pulseaudio-libs-16.1-7.fc40.x86_64                 186/292 
-   Installing       : libcanberra-0.30-35.fc40.x86_64                    187/292 
-   Running scriptlet: libcanberra-0.30-35.fc40.x86_64                    187/292 
-   Installing       : graphene-1.10.6-8.fc40.x86_64                      188/292 
-   Installing       : gpgme-1.23.2-3.fc40.x86_64                         189/292 
-   Installing       : gpgmepp-1.23.2-3.fc40.x86_64                       190/292 
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch    191/292 
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch   192/292 
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch         193/292 
-   Installing       : cairo-1.18.0-3.fc40.x86_64                         194/292 
-   Installing       : harfbuzz-8.3.0-5.fc40.x86_64                       195/292 
-   Installing       : freetype-2.13.2-5.fc40.x86_64                      196/292 
-   Installing       : fontconfig-2.15.0-4.fc40.x86_64                    197/292 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                    197/292
-  
-   Installing       : cairo-gobject-1.18.0-3.fc40.x86_64                 198/292 
-   Installing       : libXft-2.3.8-6.fc40.x86_64                         199/292 
-   Installing       : pango-1.52.2-1.fc40.x86_64                         200/292 
-   Installing       : librsvg2-2.57.1-4.fc40.x86_64                      201/292 
-   Installing       : rsvg-pixbuf-loader-2.57.1-4.fc40.x86_64            202/292 
-   Installing       : gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64          203/292 
-   Installing       : libgxps-0.3.2-8.fc40.x86_64                        204/292 
-   Installing       : harfbuzz-icu-8.3.0-5.fc40.x86_64                   205/292 
-   Installing       : giflib-5.2.2-1.fc40.x86_64                         206/292 
-   Installing       : gettext-libs-0.22.5-2.fc40.x86_64                  207/292 
-   Installing       : gettext-envsubst-0.22.5-2.fc40.x86_64              208/292 
-   Installing       : gettext-runtime-0.22.5-2.fc40.x86_64               209/292 
-   Installing       : fuse-libs-2.9.9-21.fc40.x86_64                     210/292 
-   Installing       : fuse-common-3.16.2-3.fc40.x86_64                   211/292 
-   Installing       : fuse3-3.16.2-3.fc40.x86_64                         212/292 
-   Installing       : file-5.45-4.fc40.x86_64                            213/292 
-   Installing       : fdk-aac-free-2.0.0-13.fc40.x86_64                  214/292 
-   Installing       : exempi-2.6.4-5.fc40.x86_64                         215/292 
-   Installing       : dbus-common-1:1.14.10-3.fc40.noarch                216/292 
-   Running scriptlet: dbus-common-1:1.14.10-3.fc40.noarch                216/292 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       217/292 
-   Installing       : dbus-broker-36-2.fc40.x86_64                       217/292 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       217/292 
-   Installing       : dbus-1:1.14.10-3.fc40.x86_64                       218/292 
-   Installing       : cryptsetup-libs-2.7.2-1.fc40.x86_64                219/292 
-   Installing       : device-mapper-libs-1.02.197-1.fc40.x86_64          220/292 
-   Installing       : device-mapper-1.02.197-1.fc40.x86_64               221/292 
-   Installing       : systemd-networkd-255.4-1.fc40.x86_64               222/292 
-   Running scriptlet: systemd-networkd-255.4-1.fc40.x86_64               222/292
-  
-   Installing       : systemd-pam-255.4-1.fc40.x86_64                    223/292 
-   Installing       : systemd-resolved-255.4-1.fc40.x86_64               224/292 
-   Running scriptlet: systemd-resolved-255.4-1.fc40.x86_64               224/292 
-   Upgrading        : util-linux-2.40.1-1.fc40.x86_64                    225/292 
-   Running scriptlet: util-linux-2.40.1-1.fc40.x86_64                    225/292 
-   Installing       : systemd-255.4-1.fc40.x86_64                        226/292 
-   Running scriptlet: systemd-255.4-1.fc40.x86_64                        226/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.
- 
-   Running scriptlet: polkit-124-2.fc40.x86_64                           227/292 
-   Installing       : polkit-124-2.fc40.x86_64                           227/292 
-   Running scriptlet: polkit-124-2.fc40.x86_64                           227/292 
-   Installing       : polkit-pkla-compat-0.1-28.fc40.x86_64              228/292 
-   Installing       : grub2-tools-minimal-1:2.06-121.fc40.x86_64         229/292 
-   Installing       : at-spi2-core-2.52.0-1.fc40.x86_64                  230/292 
-   Installing       : atk-2.52.0-1.fc40.x86_64                           231/292 
-   Installing       : at-spi2-atk-2.52.0-1.fc40.x86_64                   232/292 
-   Running scriptlet: rtkit-0.11-63.fc40.x86_64                          233/292 
-   Installing       : rtkit-0.11-63.fc40.x86_64                          233/292 
-   Running scriptlet: rtkit-0.11-63.fc40.x86_64                          233/292 
- Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
- 
-   Running scriptlet: pipewire-1.0.5-2.fc40.x86_64                       234/292 
-   Installing       : pipewire-1.0.5-2.fc40.x86_64                       234/292 
-   Running scriptlet: pipewire-1.0.5-2.fc40.x86_64                       234/292 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
- 
-   Installing       : pipewire-libs-1.0.5-2.fc40.x86_64                  235/292 
-   Installing       : wireplumber-0.5.2-1.fc40.x86_64                    236/292 
-   Installing       : wireplumber-libs-0.5.2-1.fc40.x86_64               237/292 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.5-2.   238/292 
-   Installing       : libkcapi-1.4.0-10.fc40.x86_64                      239/292 
-   Installing       : libkcapi-hmaccalc-1.4.0-10.fc40.x86_64             240/292 
-   Installing       : kpartx-0.9.7-7.fc40.x86_64                         241/292 
-   Installing       : dconf-0.40.0-12.fc40.x86_64                        242/292 
-   Running scriptlet: dconf-0.40.0-12.fc40.x86_64                        242/292 
-   Installing       : cpio-2.15-1.fc40.x86_64                            243/292 
-   Installing       : grubby-8.40-75.fc40.x86_64                         244/292 
-   Running scriptlet: grubby-8.40-75.fc40.x86_64                         244/292 
-   Installing       : systemd-udev-255.4-1.fc40.x86_64                   245/292 
-   Running scriptlet: systemd-udev-255.4-1.fc40.x86_64                   245/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/dbus-org.freedesktop.oom1.service → /usr/lib/systemd/system/systemd-oomd.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-oomd.service → /usr/lib/systemd/system/systemd-oomd.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-6.fc40.x86_64                       246/292 
-   Installing       : dracut-060-1.fc40.x86_64                           247/292 
-   Running scriptlet: grub2-tools-1:2.06-121.fc40.x86_64                 248/292 
-   Installing       : grub2-tools-1:2.06-121.fc40.x86_64                 248/292 
-   Running scriptlet: grub2-tools-1:2.06-121.fc40.x86_64                 248/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-4.fc40.x86_64                   249/292 
-   Installing       : upower-1.90.2-4.fc40.x86_64                        250/292 
-   Running scriptlet: upower-1.90.2-4.fc40.x86_64                        250/292 
- Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
- 
-   Installing       : crypto-policies-scripts-20240201-2.git9f501f3.fc   251/292 
-   Installing       : nss-sysinit-3.99.0-1.fc40.x86_64                   252/292 
-   Installing       : nss-3.99.0-1.fc40.x86_64                           253/292 
-   Running scriptlet: nss-3.99.0-1.fc40.x86_64                           253/292 
-   Installing       : poppler-24.02.0-2.fc40.x86_64                      254/292 
-   Installing       : poppler-glib-24.02.0-2.fc40.x86_64                 255/292 
-   Installing       : cdparanoia-libs-10.2-44.fc40.x86_64                256/292 
-   Installing       : gstreamer1-plugins-base-1.22.12-1.fc40.x86_64      257/292 
-   Installing       : bzip2-devel-1.0.8-18.fc40.x86_64                   258/292 
-   Installing       : brotli-1.1.0-3.fc40.x86_64                         259/292 
-   Installing       : brotli-devel-1.1.0-3.fc40.x86_64                   260/292 
-   Installing       : freetype-devel-2.13.2-5.fc40.x86_64                261/292 
-   Installing       : harfbuzz-devel-8.3.0-5.fc40.x86_64                 262/292 
-   Installing       : libjxl-devel-1:0.8.2-6.fc40.x86_64                 263/292 
-   Installing       : adwaita-cursor-theme-46.0-1.fc40.noarch            264/292 
-   Installing       : adwaita-icon-theme-46.0-1.fc40.noarch              265/292 
-   Installing       : NetworkManager-libnm-1:1.46.0-2.fc40.x86_64        266/292 
-   Installing       : libtracker-sparql-3.7.3-1.fc40.x86_64              267/292 
-   Installing       : tracker-3.7.3-1.fc40.x86_64                        268/292 
-   Running scriptlet: tracker-3.7.3-1.fc40.x86_64                        268/292 
-   Installing       : tracker-miners-3.7.3-1.fc40.x86_64                 269/292 
-   Running scriptlet: tracker-miners-3.7.3-1.fc40.x86_64                 269/292 
- Failed to preset unit, unit tracker-extract-3.service does not exist.
- 
-   Installing       : ModemManager-glib-1.22.0-3.fc40.x86_64             270/292 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       271/292 
-   Installing       : geoclue2-2.7.0-5.fc40.x86_64                       271/292 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       271/292 
-   Installing       : xdg-desktop-portal-1.18.4-1.fc40.x86_64            272/292 
-   Running scriptlet: xdg-desktop-portal-1.18.4-1.fc40.x86_64            272/292 
-   Installing       : libcanberra-gtk3-0.30-35.fc40.x86_64               273/292 
-   Installing       : gtk3-3.24.41-1.fc40.x86_64                         274/292 
-   Installing       : xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        275/292 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        275/292 
-   Installing       : libdecor-0.2.2-3.fc40.x86_64                       276/292 
-   Installing       : SDL2-2.30.1-1.fc40.x86_64                          277/292 
-   Installing       : SDL2-devel-2.30.1-1.fc40.x86_64                    278/292 
-   Installing       : SDL2_image-2.8.2-4.fc40.x86_64                     279/292 
-   Installing       : SDL2_ttf-2.22.0-2.fc40.x86_64                      280/292 
-   Installing       : SDL2_ttf-devel-2.22.0-2.fc40.x86_64                281/292 
-   Installing       : SDL2_image-devel-2.8.2-4.fc40.x86_64               282/292 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.5-2.fc40.   283/292 
-   Installing       : pipewire-alsa-1.0.5-2.fc40.x86_64                  284/292 
-   Installing       : pipewire-pulseaudio-1.0.5-2.fc40.x86_64            285/292 
-   Running scriptlet: pipewire-pulseaudio-1.0.5-2.fc40.x86_64            285/292
-  
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
- 
-   Running scriptlet: util-linux-2.40-13.fc40.x86_64                     286/292 
-   Cleanup          : util-linux-2.40-13.fc40.x86_64                     286/292 
-   Running scriptlet: util-linux-2.40-13.fc40.x86_64                     286/292 
-   Cleanup          : util-linux-core-2.40-13.c40.x86_64                287/292 
-   Cleanup          : libmount-2.40-13.fc40.x86_64                       288/292 
-   Cleanup          : libfdisk-2.40-13.fc40.x86_64                       289/292 
-   Cleanup          : libblkid-2.40-13.fc40.x86_64                       290/292 
-   Cleanup          : libuuid-2.40-13.fc40.x86_64                        291/292 
-   Cleanup          : libsmartcols-2.40-13.fc40.x86_64                   292/292 
-   Running scriptlet: grub2-common-1:2.06-121.fc40.noarch                292/292 
-   Running scriptlet: fontconfig-2.15.0-4.fc40.x86_64                    292/292 
-   Running scriptlet: systemd-resolved-255.4-1.fc40.x86_64               292/292 
-   Running scriptlet: wireplumber-0.5.2-1.fc40.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-12.fc40.x86_64                        292/292 
-   Running scriptlet: crypto-policies-scripts-20240201-2.git9f501f3.fc   292/292 
-   Running scriptlet: nss-3.99.0-1.fc40.x86_64                           292/292 
-   Running scriptlet: libsmartcols-2.40-13.fc40.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.
- 
- 
- Upgraded:
-   libblkid-2.40.1-1.fc40.x86_64            libfdisk-2.40.1-1.fc40.x86_64        
-   libmount-2.40.1-1.fc40.x86_64            libsmartcols-2.40.1-1.fc40.x86_64    
-   libuuid-2.40.1-1.fc40.x86_64             util-linux-2.40.1-1.fc40.x86_64      
-   util-linux-core-2.40.1-1.fc40.x86_64    
- Installed:
-   ModemManager-glib-1.22.0-3.fc40.x86_64                                        
-   NetworkManager-libnm-1:1.46.0-2.fc40.x86_64                                   
-   SDL2-2.30.1-1.fc40.x86_64                                                     
-   SDL2-devel-2.30.1-1.fc40.x86_64                                               
-   SDL2_image-2.8.2-4.fc40.x86_64                                                
-   SDL2_image-devel-2.8.2-4.fc40.x86_64                                          
-   SDL2_ttf-2.22.0-2.fc40.x86_64                                                 
-   SDL2_ttf-devel-2.22.0-2.fc40.x86_64                                           
-   abattis-cantarell-vf-fonts-0.301-12.fc40.noarch                               
-   adobe-source-code-pro-fonts-2.042.1.062.1.026-4.fc40.noarch                   
-   adwaita-cursor-theme-46.0-1.fc40.noarch                                       
-   adwaita-icon-theme-46.0-1.fc40.noarch                                         
-   alsa-lib-1.2.11-2.fc40.x86_64                                                 
-   at-spi2-atk-2.52.0-1.fc40.x86_64                                              
-   at-spi2-core-2.52.0-1.fc40.x86_64                                             
-   atk-2.52.0-1.fc40.x86_64                                                      
-   avahi-glib-0.8-26.fc40.x86_64                                                 
-   avahi-libs-0.8-26.fc40.x86_64                                                 
-   avif-pixbuf-loader-1.0.4-1.fc40.x86_64                                        
-   bluez-libs-5.75-1.fc40.x86_64                                                 
-   brotli-1.1.0-3.fc40.x86_64                                                    
-   brotli-devel-1.1.0-3.fc40.x86_64                                              
-   bzip2-devel-1.0.8-18.fc40.x86_64                                              
-   cairo-1.18.0-3.fc40.x86_64                                                    
-   cairo-gobject-1.18.0-3.fc40.x86_64                                            
-   cdparanoia-libs-10.2-44.fc40.x86_64                                           
-   cmake-filesystem-3.28.2-1.fc40.x86_64                                         
-   colord-libs-1.4.7-3.fc40.x86_64                                               
-   cpio-2.15-1.fc40.x86_64                                                       
-   crypto-policies-scripts-20240201-2.git9f501f3.fc40.noarch                     
-   cryptsetup-libs-2.7.2-1.fc40.x86_64                                           
-   cups-libs-1:2.4.7-13.fc40.x86_64                                              
-   dbus-1:1.14.10-3.fc40.x86_64                                                  
-   dbus-broker-36-2.fc40.x86_64                                                  
-   dbus-common-1:1.14.10-3.fc40.noarch                                           
-   dconf-0.40.0-12.fc40.x86_64                                                   
-   default-fonts-core-sans-4.0-13.fc40.noarch                                    
-   device-mapper-1.02.197-1.fc40.x86_64                                          
-   device-mapper-libs-1.02.197-1.fc40.x86_64                                     
-   dracut-060-1.fc40.x86_64                                                      
-   duktape-2.7.0-7.fc40.x86_64                                                   
-   exempi-2.6.4-5.fc40.x86_64                                                    
-   exiv2-0.27.6-7.fc40.x86_64                                                    
-   exiv2-libs-0.27.6-7.fc40.x86_64                                               
-   fdk-aac-free-2.0.0-13.fc40.x86_64                                             
-   file-5.45-4.fc40.x86_64                                                       
-   flac-libs-1.4.3-4.fc40.x86_64                                                 
-   fontconfig-2.15.0-4.fc40.x86_64                                               
-   fonts-filesystem-1:2.0.5-14.fc40.noarch                                       
-   freetype-2.13.2-5.fc40.x86_64                                                 
-   freetype-devel-2.13.2-5.fc40.x86_64                                           
-   fribidi-1.0.13-4.fc40.x86_64                                                  
-   fuse-common-3.16.2-3.fc40.x86_64                                              
-   fuse-libs-2.9.9-21.fc40.x86_64                                                
-   fuse3-3.16.2-3.fc40.x86_64                                                    
-   fuse3-libs-3.16.2-3.fc40.x86_64                                               
-   gdk-pixbuf2-2.42.10-8.fc40.x86_64                                             
-   gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64                                     
-   geoclue2-2.7.0-5.fc40.x86_64                                                  
-   gettext-envsubst-0.22.5-2.fc40.x86_64                                         
-   gettext-libs-0.22.5-2.fc40.x86_64                                             
-   gettext-runtime-0.22.5-2.fc40.x86_64                                          
-   giflib-5.2.2-1.fc40.x86_64                                                    
-   glib-networking-2.80.0-1.fc40.x86_64                                          
-   glib2-devel-2.80.0-1.fc40.x86_64                                              
-   gmock-1.14.0-4.fc40.x86_64                                                    
-   gobject-introspection-1.80.1-1.fc40.x86_64                                    
-   google-noto-fonts-common-20240301-2.fc40.noarch                               
-   google-noto-sans-vf-fonts-20240301-2.fc40.noarch                              
-   gpgme-1.23.2-3.fc40.x86_64                                                    
-   gpgmepp-1.23.2-3.fc40.x86_64                                                  
-   graphene-1.10.6-8.fc40.x86_64                                                 
-   graphite2-1.3.14-15.fc40.x86_64                                               
-   graphite2-devel-1.3.14-15.fc40.x86_64                                         
-   grub2-common-1:2.06-121.fc40.noarch                                           
-   grub2-tools-1:2.06-121.fc40.x86_64                                            
-   grub2-tools-minimal-1:2.06-121.fc40.x86_64                                    
-   grubby-8.40-75.fc40.x86_64                                                    
-   gsettings-desktop-schemas-46.0-1.fc40.x86_64                                  
-   gsm-1.0.22-6.fc40.x86_64                                                      
-   gstreamer1-1.22.12-1.fc40.x86_64                                              
-   gstreamer1-plugins-base-1.22.12-1.fc40.x86_64                                 
-   gtest-1.14.0-4.fc40.x86_64                                                    
-   gtest-devel-1.14.0-4.fc40.x86_64                                              
-   gtk-update-icon-cache-3.24.41-1.fc40.x86_64                                   
-   gtk3-3.24.41-1.fc40.x86_64                                                    
-   harfbuzz-8.3.0-5.fc40.x86_64                                                  
-   harfbuzz-devel-8.3.0-5.fc40.x86_64                                            
-   harfbuzz-icu-8.3.0-5.fc40.x86_64                                              
-   hicolor-icon-theme-0.17-18.fc40.noarch                                        
-   highway-1.1.0-1.fc40.x86_64                                                   
-   highway-devel-1.1.0-1.fc40.x86_64                                             
-   hwdata-0.382-1.fc40.noarch                                                    
-   iso-codes-4.16.0-3.fc40.noarch                                                
-   jbigkit-libs-2.1-29.fc40.x86_64                                               
-   json-glib-1.8.0-3.fc40.x86_64                                                 
-   jxl-pixbuf-loader-1:0.8.2-6.fc40.x86_64                                       
-   kbd-2.6.4-3.fc40.x86_64                                                       
-   kbd-legacy-2.6.4-3.fc40.noarch                                                
-   kbd-misc-2.6.4-3.fc40.noarch                                                  
-   kmod-31-5.fc40.x86_64                                                         
-   kmod-libs-31-5.fc40.x86_64                                                    
-   kpartx-0.9.7-7.fc40.x86_64                                                    
-   lame-libs-3.100-17.fc40.x86_64                                                
-   lcms2-2.16-3.fc40.x86_64                                                      
-   libXcomposite-0.4.6-3.fc40.x86_64                                             
-   libXcursor-1.2.1-7.fc40.x86_64                                                
-   libXdamage-1.1.6-3.fc40.x86_64                                                
-   libXext-1.3.6-1.fc40.x86_64                                                   
-   libXfixes-6.0.1-3.fc40.x86_64                                                 
-   libXft-2.3.8-6.fc40.x86_64                                                    
-   libXi-1.8.1-5.fc40.x86_64                                                     
-   libXinerama-1.1.5-6.fc40.x86_64                                               
-   libXrandr-1.5.4-3.fc40.x86_64                                                 
-   libXrender-0.9.11-6.fc40.x86_64                                               
-   libXtst-1.2.4-6.fc40.x86_64                                                   
-   libXv-1.0.12-3.fc40.x86_64                                                    
-   libXxf86vm-1.1.5-6.fc40.x86_64                                                
-   libaom-3.8.2-1.fc40.x86_64                                                    
-   libasyncns-0.8-28.fc40.x86_64                                                 
-   libavif-1.0.4-1.fc40.x86_64                                                   
-   libavif-devel-1.0.4-1.fc40.x86_64                                             
-   libblkid-devel-2.40.1-1.fc40.x86_64                                           
-   libbpf-2:1.2.0-3.fc40.x86_64                                                  
-   libcanberra-0.30-35.fc40.x86_64                                               
-   libcanberra-gtk3-0.30-35.fc40.x86_64                                          
-   libcloudproviders-0.3.5-3.fc40.x86_64                                         
-   libcue-2.3.0-3.fc40.x86_64                                                    
-   libdatrie-0.2.13-9.fc40.x86_64                                                
-   libdav1d-1.4.0-1.fc40.x86_64                                                  
-   libdecor-0.2.2-3.fc40.x86_64                                                  
-   libdrm-2.4.120-3.fc40.x86_64                                                  
-   libepoxy-1.5.10-6.fc40.x86_64                                                 
-   libexif-0.6.24-7.fc40.x86_64                                                  
-   libffi-devel-3.4.4-7.fc40.x86_64                                              
-   libgexiv2-0.14.2-3.fc40.x86_64                                                
-   libglvnd-1:1.7.0-4.fc40.x86_64                                                
-   libglvnd-core-devel-1:1.7.0-4.fc40.x86_64                                     
-   libglvnd-devel-1:1.7.0-4.fc40.x86_64                                          
-   libglvnd-egl-1:1.7.0-4.fc40.x86_64                                            
-   libglvnd-gles-1:1.7.0-4.fc40.x86_64                                           
-   libglvnd-glx-1:1.7.0-4.fc40.x86_64                                            
-   libglvnd-opengl-1:1.7.0-4.fc40.x86_64                                         
-   libgrss-0.7.0-19.fc40.x86_64                                                  
-   libgsf-1.14.51-4.fc40.x86_64                                                  
-   libgudev-238-5.fc40.x86_64                                                    
-   libgusb-0.4.9-1.fc40.x86_64                                                   
-   libgxps-0.3.2-8.fc40.x86_64                                                   
-   libicu-devel-74.2-1.fc40.x86_64                                               
-   libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40.x86_64                       
-   libimobiledevice-glue-1.0.0-3.fc40.x86_64                                     
-   libiptcdata-1.0.5-17.fc40.x86_64                                              
-   libjpeg-turbo-3.0.2-1.fc40.x86_64                                             
-   libjpeg-turbo-devel-3.0.2-1.fc40.x86_64                                       
-   libjxl-1:0.8.2-6.fc40.x86_64                                                  
-   libjxl-devel-1:0.8.2-6.fc40.x86_64                                            
-   libkcapi-1.4.0-10.fc40.x86_64                                                 
-   libkcapi-hmaccalc-1.4.0-10.fc40.x86_64                                        
-   liblc3-1.1.1-1.fc40.x86_64                                                    
-   libldac-2.0.2.3-15.fc40.x86_64                                                
-   liblerc-4.0.0-6.fc40.x86_64                                                   
-   libmount-devel-2.40.1-1.fc40.x86_64                                           
-   libnotify-0.8.3-3.fc40.x86_64                                                 
-   libogg-2:1.3.5-8.fc40.x86_64                                                  
-   libosinfo-1.11.0-5.fc40.x86_64                                                
-   libpciaccess-0.16-12.fc40.x86_64                                              
-   libplist-2.3.0-4.fc40.x86_64                                                  
-   libpng-2:1.6.40-3.fc40.x86_64                                                 
-   libpng-devel-2:1.6.40-3.fc40.x86_64                                           
-   libproxy-0.5.5-1.fc40.x86_64                                                  
-   librsvg2-2.57.1-4.fc40.x86_64                                                 
-   libsbc-2.0-4.fc40.x86_64                                                      
-   libselinux-devel-3.6-4.fc40.x86_64                                            
-   libsepol-devel-3.6-3.fc40.x86_64                                              
-   libsndfile-1.2.2-2.fc40.x86_64                                                
-   libsoup-2.74.3-6.fc40.x86_64                                                  
-   libsoup3-3.4.4-3.fc40.x86_64                                                  
-   libstemmer-2.2.0-10.fc40.x86_64                                               
-   libtdb-1.4.10-1.fc40.x86_64                                                   
-   libthai-0.1.29-8.fc40.x86_64                                                  
-   libtheora-1:1.1.1-36.fc40.x86_64                                              
-   libtiff-4.6.0-2.fc40.x86_64                                                   
-   libtiff-devel-4.6.0-2.fc40.x86_64                                             
-   libtracker-sparql-3.7.3-1.fc40.x86_64                                         
-   libunwind-1.8.0-3.fc40.x86_64                                                 
-   libusb1-1.0.27-1.fc40.x86_64                                                  
-   libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_64                             
-   libvisual-1:0.4.1-4.fc40.x86_64                                               
-   libvmaf-2.3.0-7.fc40.x86_64                                                   
-   libvorbis-1:1.3.7-10.fc40.x86_64                                              
-   libwayland-client-1.22.0-3.fc40.x86_64                                        
-   libwayland-cursor-1.22.0-3.fc40.x86_64                                        
-   libwayland-egl-1.22.0-3.fc40.x86_64                                           
-   libwayland-server-1.22.0-3.fc40.x86_64                                        
-   libwebp-1.3.2-5.fc40.x86_64                                                   
-   libwebp-devel-1.3.2-5.fc40.x86_64                                             
-   libxkbcommon-1.6.0-2.fc40.x86_64                                              
-   libxshmfence-1.3.2-3.fc40.x86_64                                              
-   libxslt-1.1.39-3.fc40.x86_64                                                  
-   libzstd-devel-1.5.6-1.fc40.x86_64                                             
-   llvm-libs-18.1.1-1.fc40.x86_64                                                
-   lm_sensors-libs-3.6.0-18.fc40.x86_64                                          
-   low-memory-monitor-2.1-10.fc40.x86_64                                         
-   memstrack-0.2.5-4.fc40.x86_64                                                 
-   mesa-dri-drivers-24.0.6-2.fc40.x86_64                                         
-   mesa-filesystem-24.0.6-2.fc40.x86_64                                          
-   mesa-libEGL-24.0.6-2.fc40.x86_64                                              
-   mesa-libEGL-devel-24.0.6-2.fc40.x86_64                                        
-   mesa-libGL-24.0.6-2.fc40.x86_64                                               
-   mesa-libgbm-24.0.6-2.fc40.x86_64                                              
-   mesa-libglapi-24.0.6-2.fc40.x86_64                                            
-   mesa-va-drivers-24.0.6-2.fc40.x86_64                                          
-   mpg123-libs-1.31.3-4.fc40.x86_64                                              
-   nspr-4.35.0-22.fc40.x86_64                                                    
-   nss-3.99.0-1.fc40.x86_64                                                      
-   nss-softokn-3.99.0-1.fc40.x86_64                                              
-   nss-softokn-freebl-3.99.0-1.fc40.x86_64                                       
-   nss-sysinit-3.99.0-1.fc40.x86_64                                              
-   nss-util-3.99.0-1.fc40.x86_64                                                 
-   openjpeg2-2.5.2-1.fc40.x86_64                                                 
-   opus-1.5.1-1.fc40.x86_64                                                      
-   orc-0.4.38-2.fc40.x86_64                                                      
-   os-prober-1.81-6.fc40.x86_64                                                  
-   osinfo-db-20231215-3.fc40.noarch                                              
-   osinfo-db-tools-1.11.0-5.fc40.x86_64                                          
-   pango-1.52.2-1.fc40.x86_64                                                    
-   pcre2-devel-10.42-2.fc40.2.x86_64                                             
-   pcre2-utf16-10.42-2.fc40.2.x86_64                                             
-   pcre2-utf32-10.42-2.fc40.2.x86_64                                             
-   pigz-2.8-4.fc40.x86_64                                                        
-   pipewire-1.0.5-2.fc40.x86_64                                                  
-   pipewire-alsa-1.0.5-2.fc40.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.0.5-2.fc40.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.0.5-2.fc40.x86_64                   
-   pipewire-libs-1.0.5-2.fc40.x86_64                                             
-   pipewire-pulseaudio-1.0.5-2.fc40.x86_64                                       
-   pixman-0.43.4-1.fc40.x86_64                                                   
-   polkit-124-2.fc40.x86_64                                                      
-   polkit-libs-124-2.fc40.x86_64                                                 
-   polkit-pkla-compat-0.1-28.fc40.x86_64                                         
-   poppler-24.02.0-2.fc40.x86_64                                                 
-   poppler-data-0.4.11-7.fc40.noarch                                             
-   poppler-glib-24.02.0-2.fc40.x86_64                                            
-   procps-ng-4.0.4-3.fc40.x86_64                                                 
-   pulseaudio-libs-16.1-7.fc40.x86_64                                            
-   python3-packaging-23.2-4.fc40.noarch                                          
-   qrencode-libs-4.1.1-7.fc40.x86_64                                             
-   rav1e-libs-0.7.1-1.fc40.x86_64                                                
-   rsvg-pixbuf-loader-2.57.1-4.fc40.x86_64                                       
-   rtkit-0.11-63.fc40.x86_64                                                     
-   shared-mime-info-2.3-4.fc40.x86_64                                            
-   sound-theme-freedesktop-0.8-21.fc40.noarch                                    
-   svt-av1-libs-1.4.1-5.fc40.x86_64                                              
-   sysprof-capture-devel-46.0-1.fc40.x86_64                                      
-   systemd-255.4-1.fc40.x86_64                                                   
-   systemd-networkd-255.4-1.fc40.x86_64                                          
-   systemd-pam-255.4-1.fc40.x86_64                                               
-   systemd-resolved-255.4-1.fc40.x86_64                                          
-   systemd-udev-255.4-1.fc40.x86_64                                              
-   totem-pl-parser-3.26.6-9.fc40.x86_64                                          
-   tpm2-tools-5.7-1.fc40.x86_64                                                  
-   tpm2-tss-fapi-4.0.1-7.fc40.x86_64                                             
-   tracker-3.7.3-1.fc40.x86_64                                                   
-   tracker-miners-3.7.3-1.fc40.x86_64                                            
-   uchardet-0.0.8-5.fc40.x86_64                                                  
-   upower-1.90.2-4.fc40.x86_64                                                   
-   upower-libs-1.90.2-4.fc40.x86_64                                              
-   usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64                                
-   webp-pixbuf-loader-0.2.7-1.fc40.x86_64                                        
-   webrtc-audio-processing-1.3-1.fc40.x86_64                                     
-   wireplumber-0.5.2-1.fc40.x86_64                                               
-   wireplumber-libs-0.5.2-1.fc40.x86_64                                          
-   xdg-desktop-portal-1.18.4-1.fc40.x86_64                                       
-   xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64                                   
-   xkeyboard-config-2.41-1.fc40.noarch                                           
-   xml-common-0.6.3-63.fc40.noarch                                               
-   xprop-1.2.7-1.fc40.x86_64                                                     
-   zlib-ng-compat-devel-2.1.6-2.fc40.x86_64                                      
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- libffi-devel-3.4.4-7.fc40.x86_64
- SDL2-devel-2.30.1-1.fc40.x86_64
- SDL2_image-devel-2.8.2-4.fc40.x86_64
- SDL2_ttf-devel-2.22.0-2.fc40.x86_64
2024-05-10 13:07.46 ---> saved as "9e81168d434688325cf9a2e7d5d195f6306315dffcc5dd579b939ca33cf39300"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install ocamlfind         1.9.6
  - install dune              3.15.2
  - install conf-sdl2-ttf     1
  - install conf-sdl2-image   1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install topkg             1.0.7
  - install xdg               3.15.2
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install ctypes-foreign    0.18.0
  - install integers          0.7.0
  - install dune-configurator 3.15.2
  - install ctypes            0.20.2
  - install tsdl              0.9.8
  - install tsdl-ttf          0.6
  - install tsdl-image        0.6
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-pkg-config.3
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.0.9.8  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved xdg.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.15.2
-> installed dune-configurator.3.15.2
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-10 13:08.36 ---> saved as "3be7d5a2899280da78e8b6a5854d82f034b03be28ecc505678b936e8ba842b6c"


/src: (copy (src .) (dst /src))
2024-05-10 13:08.37 ---> saved as "af00d75553e9b5f8ab97d1e0e33e05e4d8724d15ad0a6fc61b36335401b902af"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/examples && ./examples.exe 00)
[0][0] :	 Warning: User variable 'LOG_TO_FILE' not found in config.
[0][0] :	 Warning: Using LOG_TO_FILE=false
[0][0] :	 I/O: Executable=examples.exe
[0][0] :	 I/O: Invoking opam
[17][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[17][0] :	 Warning: User variable 'DIR' not found in config.
[17][0] :	 Warning: Using DIR=
[20][0] :	 Warning: User variable 'THEME' not found in config.
[20][0] :	 Warning: Using THEME=default
[20][0] :	 I/O: No theme specified, using default=default
[21][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20240224]
[21][0] :	 I/O: Reading BACKGROUND=color:white
[21][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[21][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[21][0] :	 Warning: Using THEME=default
Loading Bogue 20240224 with config dir /src/_build/install/default/share/bogue/themes/default
[21][0] :	 Warning: Using BACKGROUND=color:white
[21][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[21][0] :	 Warning: Using BG_COLOR=lightsteelblue
[21][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[21][0] :	 Warning: Using BUTTON_COLOR_OFF=steelblue
[21][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[21][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[21][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[21][0] :	 Warning: Using CHECK_OFF=fa:square-o
[21][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[21][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[21][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[21][0] :	 Warning: Using FAINT_COLOR=gainsboro
[21][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[21][0] :	 Warning: Using TEXT_COLOR=black
[21][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[21][0] :	 Warning: Using SEL_BG_COLOR=slategray
[21][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[21][0] :	 Warning: Using SEL_FG_COLOR=white
[21][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[21][0] :	 Warning: Using LABEL_COLOR=black
[21][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[21][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[21][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[21][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[21][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[21][0] :	 Warning: Using LABEL_FONT_SIZE=14
[21][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[21][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[21][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[21][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[21][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[21][0] :	 Warning: Using TEXT_FONT_SIZE=14
[21][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[21][0] :	 Warning: Using SMALL_FONT_SIZE=10
[21][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[21][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[21][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[21][0] :	 Warning: Using ROOM_MARGIN=10
[21][0] :	 Warning: User variable 'FA_DIR' not found in config.
[21][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[21][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[21][0] :	 Warning: Using INT_SCALE=false
[21][0] :	 Warning: User variable 'SCALE' not found in config.
[21][0] :	 Warning: Using SCALE=0
[21][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[21][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[23][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[26][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[28][0] :	 Warning: SDL initialized
[28][0] :	 Event: SDL Events initialized
[28][0] :	 Event: Register new event type:user (32768)
[28][0] :	 Event: Register new event type:stop (32769)
[28][0] :	 Event: Register new event type:stopped (32770)
[28][0] :	 Event: Register new event type:mouse_enter (32771)
[28][0] :	 Event: Register new event type:mouse_leave (32772)
[28][0] :	 Event: Register new event type:redraw (32773)
[28][0] :	 Event: Register new event type:mouse_at_rest (32774)
[28][0] :	 Event: Register new event type:startup (32775)
[28][0] :	 Event: Register new event type:var_changed (32776)
[28][0] :	 Event: Register new event type:update (32777)
[28][0] :	 Event: Register new event type:sync_action (32778)
[28][0] :	 Event: Register new event type:keyboard_focus (32779)
[28][0] :	 Event: Register new event type:mouse_focus (32780)
[28][0] :	 Event: Register new event type:remove_layout (32781)
[28][0] :	 Event: Register new event type:destroy_window (32782)
[28][0] :	 Event: Register new event type:not_used (32783)
[28][0] :	 Board: Layout #1 (dummy) created.
[28][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[31][0] :	 Graphics: SDL Video initialized
[31][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[32][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[36][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[36][0] :	 Graphics: DPI from system: 110
[36][0] :	 Graphics; Warning: Using SCALE=1.000000
[36][0] :	 Graphics: SDL Image initialized
[36][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[36][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[36][0] :	 Board: Adding timeout 1
[36][0] :	 Board: Layout #2 (windows_house) created.
[36][0] :	 Board: ==> Running board!
[46][0] :	 Board: Has focus: NO
[46][0] :	 Board: Adding timeout 2
[46][0] :	 Graphics: FPS:100 (round_trip=0)


[1046][0] :	 Board: Executing timeout 1
Hello world
[1046][0] :	 Memory: All zombies have been killed! Congratulations!
[1046][0] :	 Board: Quitting...
[1046][0] :	 Graphics: Quitting SDL Image
[1046][0] :	 Graphics: Quitting SDL Video
[1046][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1046][0] :	 Memory: Freeing surface (123,128)
[1046][0] :	 Event: Quitting SDL Events
[1046][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
which: no rsvg-convert in (/src/_build/install/default/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
which: no rsvg in (/src/_build/install/default/bin:/home/opam/.opam/4.14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
INFO: Using SDL 2.30.1
/bin/sh: line 1: xdpyinfo: command not found
2024-05-10 13:08.40 ---> saved as "b36b256a74d8c9d8ffea74b6ef9f6a123db5187bdb4b6fff4e68a51c0e27c5a2"
Job succeeded
2024-05-10 13:08.40: Job succeeded