Organisationssanettebogue359677 ()fedora-40-4.14_opam-2.3

fedora-40-4.14_opam-2.3

Logs

Show full logs
2025-02-09 10:25.10: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (359677a1b3da35d90170cfd6faf8fa4e0d674c1d) (linux-x86_64:fedora-40-4.14_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 359677a1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac
# fedora-40-4.14_opam-2.3
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.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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

2025-02-09 10:25.10: Using cache hint "sanette/bogue-ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac-fedora-40-4.14_opam-2.3-be4bb6ab4cd34ea4528ded664fd2ac70"
2025-02-09 10:25.10: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac)
 (comment fedora-40-4.14_opam-2.3)
 (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.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.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.3 --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"))
)

2025-02-09 10:25.10: Waiting for resource in pool OCluster
2025-02-09 10:25.11: Waiting for worker…
2025-02-09 10:31.35: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
HEAD is now at 359677a update doc

(from ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac)
Unable to find image 'ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac' locally
docker.io/ocaml/opam@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac: Pulling from ocaml/opam
af9a085077b7: Pulling fs layer
af9a085077b7: Verifying Checksum
af9a085077b7: Download complete
af9a085077b7: Pull complete
Digest: sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac
Status: Downloaded newer image for ocaml/opam@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac
2025-02-09 10:34.39 ---> saved as "35da20261e43d9584f30330bb77d8b2078d176ace2eb39cec3461c285b95218b"

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

/: (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                              301 kB/s |  27 kB     00:00    
Fedora 40 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                     98 kB/s | 6.5 kB     00:00    
Fedora 40 - x86_64 - Updates                    4.1 MB/s | 6.4 MB     00:01    
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-02-09 10:34.49 ---> saved as "29661f973ca3b05a2e144702713358b94b0a2692a5e297c22278d1db3689ed48"

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-09 10:34.49 ---> saved as "883af1a1ce5d5870c01df08eac67ae5316d6b41a278722fecd339091456706f6"

/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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-09 10:36.03 ---> saved as "349f67f4c39d6c32eb39c6e7ba7a6d056985694e47206fa4a04524a8b827e0f9"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-02-09 10:36.04 ---> saved as "e3e445f1a34ed3332599bcce6ec2453232f9a07d86cc88ba19c0ff83341d647f"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-02-09 10:36.04 ---> saved as "68b550501eb0b9f7df4ad5a7b6e10fcd92a04f465d842b0cc7335fa9ba5240c9"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3e681a81f6..d87296a7b6  master     -> origin/master
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8

<><> 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.
# To update the current shell environment, run: eval $(opam env)
2025-02-09 10:37.18 ---> saved as "301abc5be5acd058e3c1b3d10c29b6fba2041ed8f2cee099436c304142673c1e"

/src: (copy (src bogue.opam) (dst ./))
2025-02-09 10:37.18 ---> saved as "132e0f43da31a16c8847e5a77681616c4c48cd26ba60be0adfd83ab70702e82f"

/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)
2025-02-09 10:37.18 ---> saved as "0552ae2124ec870406365facc7e2c6b27c8e2fbe231fb850025eab7e61ef4f83"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-09 10:37.19 ---> saved as "413b856cfcd9551f0380f9c4c24b503f45733f65fd33337ce0aca1d7cdc59869"

/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.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.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.3 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              297 kB/s |  27 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                     98 kB/s | 6.5 kB     00:00    
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 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:14 ago on Sun Feb  9 10:37:20 2025.
- Dependencies resolved.
- ===================================================================================================
-  Package                                     Arch    Version                         Repo      Size
- ===================================================================================================
- Installing:
-  SDL2-devel                                  x86_64  2.30.11-1.fc40                  updates  396 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
- Installing dependencies:
-  ModemManager-glib                           x86_64  1.22.0-3.fc40                   fedora   322 k
-  NetworkManager-libnm                        x86_64  1:1.46.6-1.fc40                 updates  1.8 M
-  SDL2                                        x86_64  2.30.11-1.fc40                  updates  700 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.2-2.fc40                     updates  516 k
-  adwaita-icon-theme                          noarch  46.2-2.fc40                     updates  407 k
-  adwaita-icon-theme-legacy                   noarch  46.2-1.fc40                     updates  2.5 M
-  alsa-lib                                    x86_64  1.2.13-3.fc40                   updates  517 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.79-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-devel                                 x86_64  1.18.0-3.fc40                   fedora   193 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.30.5-1.fc40                   updates   17 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  20241011-1.git5930b9a.fc40      updates  124 k
-  cryptsetup-libs                             x86_64  2.7.5-1.fc40                    updates  532 k
-  cups-filesystem                             noarch  1:2.4.11-9.fc40                 updates   14 k
-  cups-libs                                   x86_64  1:2.4.11-9.fc40                 updates  262 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.199-1.fc40                 updates  136 k
-  device-mapper-libs                          x86_64  1.02.199-1.fc40                 updates  176 k
-  dracut                                      x86_64  102-2.fc40                      updates  466 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-6.fc40                   updates  270 k
-  fontconfig-devel                            x86_64  2.15.0-6.fc40                   updates  165 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.14-2.fc40                   updates   92 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                                     x86_64  0.22.5-4.fc40                   updates  1.1 M
-  gettext-envsubst                            x86_64  0.22.5-4.fc40                   updates   38 k
-  gettext-libs                                x86_64  0.22.5-4.fc40                   updates  666 k
-  gettext-runtime                             x86_64  0.22.5-4.fc40                   updates  121 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.3-1.fc40                   updates  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-123.fc40                 updates  919 k
-  grub2-tools                                 x86_64  1:2.06-123.fc40                 updates  1.8 M
-  grub2-tools-minimal                         x86_64  1:2.06-123.fc40                 updates  615 k
-  gsettings-desktop-schemas                   x86_64  46.1-1.fc40                     updates  755 k
-  gsm                                         x86_64  1.0.22-6.fc40                   fedora    36 k
-  gstreamer1                                  x86_64  1.24.11-1.fc40                  updates  1.6 M
-  gstreamer1-plugins-base                     x86_64  1.24.11-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.43-1.fc40                  updates   34 k
-  gtk3                                        x86_64  3.24.43-1.fc40                  updates  5.6 M
-  harfbuzz                                    x86_64  8.5.0-1.fc40                    updates  1.0 M
-  harfbuzz-devel                              x86_64  8.5.0-1.fc40                    updates  446 k
-  harfbuzz-icu                                x86_64  8.5.0-1.fc40                    updates   16 k
-  hicolor-icon-theme                          noarch  0.17-18.fc40                    fedora    66 k
-  highway                                     x86_64  1.2.0-2.fc40                    updates  652 k
-  highway-devel                               x86_64  1.2.0-2.fc40                    updates  423 k
-  hwdata                                      noarch  0.391-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
-  libXext-devel                               x86_64  1.3.6-1.fc40                    fedora    86 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.2-1.fc40                    updates   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
-  libXrender-devel                            x86_64  0.9.11-6.fc40                   fedora    19 k
-  libXtst                                     x86_64  1.2.5-1.fc40                    updates   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.9.0-1.fc40                    updates  1.8 M
-  libasyncns                                  x86_64  0.8-28.fc40                     fedora    30 k
-  libavif                                     x86_64  1.0.4-3.fc40                    updates   91 k
-  libavif-devel                               x86_64  1.0.4-3.fc40                    updates   29 k
-  libblkid-devel                              x86_64  2.40.2-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.5.1-1.fc40                    updates  635 k
-  libdecor                                    x86_64  0.2.2-3.fc40                    fedora    57 k
-  libdrm                                      x86_64  2.4.123-1.fc40                  updates  159 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.3-1.fc40                   updates  103 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.53-2.fc40                  updates  261 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.4-1.fc40                  updates  1.2 M
-  libjxl-devel                                x86_64  1:0.8.4-1.fc40                  updates   57 k
-  libkcapi                                    x86_64  1.5.0-4.fc40                    updates   46 k
-  libkcapi-hasher                             x86_64  1.5.0-4.fc40                    updates   26 k
-  libkcapi-hmaccalc                           x86_64  1.5.0-4.fc40                    updates  9.1 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.2-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-7.fc40                   updates  1.5 M
-  libsbc                                      x86_64  2.0-4.fc40                      fedora    48 k
-  libselinux-devel                            x86_64  3.7-5.fc40                      updates  151 k
-  libsepol-devel                              x86_64  3.7-2.fc40                      updates   48 k
-  libsndfile                                  x86_64  1.2.2-4.fc40                    updates  213 k
-  libsoup                                     x86_64  2.74.3-6.fc40                   fedora   397 k
-  libsoup3                                    x86_64  3.4.5-1.fc40                    updates  385 k
-  libstemmer                                  x86_64  2.2.0-10.fc40                   fedora   139 k
-  libtdb                                      x86_64  1.4.10-1.fc40                   fedora    51 k
-  libtextstyle                                x86_64  0.22.5-4.fc40                   updates   88 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-5.fc40.1                  updates  339 k
-  libtiff-devel                               x86_64  4.6.0-5.fc40.1                  updates  258 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-6.fc40                   updates   76 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.23.0-2.fc40                   updates   33 k
-  libwayland-cursor                           x86_64  1.23.0-2.fc40                   updates   19 k
-  libwayland-egl                              x86_64  1.23.0-2.fc40                   updates   13 k
-  libwayland-server                           x86_64  1.23.0-2.fc40                   updates   41 k
-  libwebp                                     x86_64  1.5.0-1.fc40                    updates  297 k
-  libwebp-devel                               x86_64  1.5.0-1.fc40                    updates   40 k
-  libxkbcommon                                x86_64  1.6.0-2.fc40                    fedora   142 k
-  libxml2-devel                               x86_64  2.12.9-1.fc40                   updates  524 k
-  libxshmfence                                x86_64  1.3.2-5.fc40                    updates   13 k
-  libxslt                                     x86_64  1.1.42-1.fc40                   updates  189 k
-  libzstd-devel                               x86_64  1.5.6-1.fc40                    updates   52 k
-  lm_sensors-libs                             x86_64  3.6.0-18.fc40                   fedora    40 k
-  mesa-filesystem                             x86_64  24.1.7-1.fc40                   updates   21 k
-  mesa-libEGL                                 x86_64  24.1.7-1.fc40                   updates  140 k
-  mesa-libEGL-devel                           x86_64  24.1.7-1.fc40                   updates   24 k
-  mesa-libGL                                  x86_64  24.1.7-1.fc40                   updates  176 k
-  mesa-libgbm                                 x86_64  24.1.7-1.fc40                   updates   48 k
-  mesa-libglapi                               x86_64  24.1.7-1.fc40                   updates   51 k
-  mpg123-libs                                 x86_64  1.32.9-1.fc40                   updates  345 k
-  nspr                                        x86_64  4.36.0-2.fc40                   updates  137 k
-  nss                                         x86_64  3.107.0-1.fc40                  updates  711 k
-  nss-softokn                                 x86_64  3.107.0-1.fc40                  updates  414 k
-  nss-softokn-freebl                          x86_64  3.107.0-1.fc40                  updates  332 k
-  nss-sysinit                                 x86_64  3.107.0-1.fc40                  updates   19 k
-  nss-util                                    x86_64  3.107.0-1.fc40                  updates   89 k
-  openjpeg2                                   x86_64  2.5.3-1.fc40                    updates  189 k
-  opus                                        x86_64  1.5.1-1.fc40                    fedora   230 k
-  orc                                         x86_64  0.4.39-1.fc40                   updates  223 k
-  os-prober                                   x86_64  1.81-6.fc40                     fedora    51 k
-  osinfo-db                                   noarch  20250124-1.fc40                 updates  476 k
-  osinfo-db-tools                             x86_64  1.11.0-5.fc40                   fedora    74 k
-  pango                                       x86_64  1.54.0-1.fc40                   updates  347 k
-  pcre2-devel                                 x86_64  10.44-1.fc40                    updates  521 k
-  pcre2-utf16                                 x86_64  10.44-1.fc40                    updates  223 k
-  pcre2-utf32                                 x86_64  10.44-1.fc40                    updates  210 k
-  pipewire-jack-audio-connection-kit-libs     x86_64  1.0.9-1.fc40                    updates  133 k
-  pipewire-libs                               x86_64  1.0.9-1.fc40                    updates  1.8 M
-  pixman                                      x86_64  0.43.4-1.fc40                   updates  293 k
-  pixman-devel                                x86_64  0.43.4-1.fc40                   updates   17 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-8.fc40                     updates  693 k
-  python3-packaging                           noarch  23.2-4.fc40                     fedora   125 k
-  rav1e-libs                                  x86_64  0.7.1-4.fc40                    updates  1.0 M
-  rtkit                                       x86_64  0.11-63.fc40                    fedora    55 k
-  shared-mime-info                            x86_64  2.3-5.fc40                      updates  390 k
-  sound-theme-freedesktop                     noarch  0.8-21.fc40                     fedora   383 k
-  svt-av1-libs                                x86_64  2.1.0-4.fc40                    updates  2.1 M
-  sysprof-capture-devel                       x86_64  46.0-1.fc40                     fedora    54 k
-  systemd                                     x86_64  255.16-1.fc40                   updates  5.3 M
-  systemd-pam                                 x86_64  255.16-1.fc40                   updates  382 k
-  systemd-udev                                x86_64  255.16-1.fc40                   updates  2.3 M
-  totem-pl-parser                             x86_64  3.26.6-9.fc40                   fedora   144 k
-  tpm2-tss-fapi                               x86_64  4.1.3-1.fc40                    updates  331 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.7-1.fc40                   updates   58 k
-  webrtc-audio-processing                     x86_64  1.3-1.fc40                      fedora   518 k
-  wireplumber                                 x86_64  0.5.7-1.fc40                    updates  110 k
-  wireplumber-libs                            x86_64  0.5.7-1.fc40                    updates  386 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
-  xz-devel                                    x86_64  1:5.4.6-3.fc40                  fedora    67 k
-  zlib-ng-compat-devel                        x86_64  2.1.7-2.fc40                    updates   38 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-3.fc40                    updates   17 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.4-1.fc40                  updates   60 k
-  kpartx                                      x86_64  0.9.7-7.fc40                    fedora    49 k
-  libbpf                                      x86_64  2:1.2.3-1.fc40                  updates  165 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.1.7-1.fc40                   updates   26 M
-  mesa-va-drivers                             x86_64  24.1.7-1.fc40                   updates  4.0 M
-  pigz                                        x86_64  2.8-4.fc40                      fedora    95 k
-  pipewire                                    x86_64  1.0.9-1.fc40                    updates  122 k
-  pipewire-alsa                               x86_64  1.0.9-1.fc40                    updates   56 k
-  pipewire-jack-audio-connection-kit          x86_64  1.0.9-1.fc40                    updates   14 k
-  pipewire-pulseaudio                         x86_64  1.0.9-1.fc40                    updates  197 k
-  qrencode-libs                               x86_64  4.1.1-7.fc40                    fedora    61 k
-  rsvg-pixbuf-loader                          x86_64  2.57.1-7.fc40                   updates   16 k
-  systemd-networkd                            x86_64  255.16-1.fc40                   updates  673 k
-  systemd-resolved                            x86_64  255.16-1.fc40                   updates  294 k
-  tpm2-tools                                  x86_64  5.7-1.fc40                      updates  810 k
-  tracker-miners                              x86_64  3.7.4-2.fc40                    updates  997 k
-  upower                                      x86_64  1.90.7-1.fc40                   updates  141 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  289 Packages
- 
- Total download size: 126 M
- Installed size: 523 M
- Downloading Packages:
- (1/289): SDL2_image-devel-2.8.2-4.fc40.x86_64.r 193 kB/s |  18 kB     00:00    
- (2/289): SDL2_image-2.8.2-4.fc40.x86_64.rpm     756 kB/s | 110 kB     00:00    
- (3/289): SDL2_ttf-2.22.0-2.fc40.x86_64.rpm      528 kB/s |  43 kB     00:00    
- (4/289): SDL2_ttf-devel-2.22.0-2.fc40.x86_64.rp 445 kB/s |  21 kB     00:00    
- (5/289): ModemManager-glib-1.22.0-3.fc40.x86_64 1.6 MB/s | 322 kB     00:00    
- (6/289): at-spi2-atk-2.52.0-1.fc40.x86_64.rpm   1.0 MB/s |  86 kB     00:00    
- (7/289): abattis-cantarell-vf-fonts-0.301-12.fc 1.1 MB/s | 120 kB     00:00    
- (8/289): atk-2.52.0-1.fc40.x86_64.rpm           2.0 MB/s |  80 kB     00:00    
- (9/289): adobe-source-code-pro-fonts-2.042.1.06 4.4 MB/s | 806 kB     00:00    
- (10/289): avahi-glib-0.8-26.fc40.x86_64.rpm     296 kB/s |  15 kB     00:00    
- (11/289): at-spi2-core-2.52.0-1.fc40.x86_64.rpm 3.6 MB/s | 373 kB     00:00    
- (12/289): avahi-libs-0.8-26.fc40.x86_64.rpm     1.5 MB/s |  67 kB     00:00    
- (13/289): brotli-1.1.0-3.fc40.x86_64.rpm        225 kB/s |  20 kB     00:00    
- (14/289): bzip2-devel-1.0.8-18.fc40.x86_64.rpm  3.8 MB/s | 214 kB     00:00    
- (15/289): brotli-devel-1.1.0-3.fc40.x86_64.rpm  332 kB/s |  34 kB     00:00    
- (16/289): cairo-devel-1.18.0-3.fc40.x86_64.rpm  2.5 MB/s | 193 kB     00:00    
- (17/289): cairo-1.18.0-3.fc40.x86_64.rpm        5.4 MB/s | 709 kB     00:00    
- (18/289): cairo-gobject-1.18.0-3.fc40.x86_64.rp 143 kB/s |  17 kB     00:00    
- (19/289): cdparanoia-libs-10.2-44.fc40.x86_64.r 854 kB/s |  54 kB     00:00    
- (20/289): colord-libs-1.4.7-3.fc40.x86_64.rpm   4.7 MB/s | 234 kB     00:00    
- (21/289): dbus-common-1.14.10-3.fc40.noarch.rpm 276 kB/s |  15 kB     00:00    
- (22/289): cpio-2.15-1.fc40.x86_64.rpm           2.8 MB/s | 292 kB     00:00    
- (23/289): dbus-1.14.10-3.fc40.x86_64.rpm         79 kB/s | 8.0 kB     00:00    
- (24/289): dconf-0.40.0-12.fc40.x86_64.rpm       2.3 MB/s | 109 kB     00:00    
- (25/289): duktape-2.7.0-7.fc40.x86_64.rpm       3.7 MB/s | 170 kB     00:00    
- (26/289): exiv2-0.27.6-7.fc40.x86_64.rpm        9.2 MB/s | 979 kB     00:00    
- (27/289): exempi-2.6.4-5.fc40.x86_64.rpm        4.1 MB/s | 581 kB     00:00    
- (28/289): exiv2-libs-0.27.6-7.fc40.x86_64.rpm   7.1 MB/s | 755 kB     00:00    
- (29/289): flac-libs-1.4.3-4.fc40.x86_64.rpm     3.5 MB/s | 262 kB     00:00    
- (30/289): file-5.45-4.fc40.x86_64.rpm           548 kB/s |  49 kB     00:00    
- (31/289): fdk-aac-free-2.0.0-13.fc40.x86_64.rpm 3.1 MB/s | 337 kB     00:00    
- (32/289): fonts-filesystem-2.0.5-14.fc40.noarch 178 kB/s | 8.2 kB     00:00    
- (33/289): freetype-2.13.2-5.fc40.x86_64.rpm     7.7 MB/s | 410 kB     00:00    
- (34/289): fuse-libs-2.9.9-21.fc40.x86_64.rpm    2.1 MB/s |  96 kB     00:00    
- (35/289): freetype-devel-2.13.2-5.fc40.x86_64.r 9.4 MB/s | 951 kB     00:00    
- (36/289): fuse3-3.16.2-3.fc40.x86_64.rpm        1.7 MB/s |  58 kB     00:00    
- (37/289): fuse-common-3.16.2-3.fc40.x86_64.rpm   85 kB/s | 8.7 kB     00:00    
- (38/289): fuse3-libs-3.16.2-3.fc40.x86_64.rpm   2.2 MB/s |  93 kB     00:00    
- (39/289): gdk-pixbuf2-modules-2.42.10-8.fc40.x8 1.0 MB/s |  86 kB     00:00    
- (40/289): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm 4.3 MB/s | 485 kB     00:00    
- (41/289): geoclue2-2.7.0-5.fc40.x86_64.rpm      768 kB/s | 157 kB     00:00    
- (42/289): giflib-5.2.2-1.fc40.x86_64.rpm        326 kB/s |  52 kB     00:00    
- (43/289): glib-networking-2.80.0-1.fc40.x86_64. 1.2 MB/s | 200 kB     00:00    
- (44/289): gmock-1.14.0-4.fc40.x86_64.rpm        1.1 MB/s |  60 kB     00:00    
- (45/289): google-noto-fonts-common-20240301-2.f 572 kB/s |  17 kB     00:00    
- (46/289): google-noto-sans-vf-fonts-20240301-2. 9.2 MB/s | 593 kB     00:00    
- (47/289): gpgmepp-1.23.2-3.fc40.x86_64.rpm      1.4 MB/s | 139 kB     00:00    
- (48/289): gpgme-1.23.2-3.fc40.x86_64.rpm        1.9 MB/s | 211 kB     00:00    
- (49/289): graphene-1.10.6-8.fc40.x86_64.rpm     916 kB/s |  61 kB     00:00    
- (50/289): graphite2-1.3.14-15.fc40.x86_64.rpm   1.7 MB/s |  95 kB     00:00    
- (51/289): graphite2-devel-1.3.14-15.fc40.x86_64 500 kB/s |  21 kB     00:00    
- (52/289): grubby-8.40-75.fc40.x86_64.rpm        458 kB/s |  26 kB     00:00    
- (53/289): gsm-1.0.22-6.fc40.x86_64.rpm          349 kB/s |  36 kB     00:00    
- (54/289): gtest-devel-1.14.0-4.fc40.x86_64.rpm  2.8 MB/s | 255 kB     00:00    
- (55/289): gtest-1.14.0-4.fc40.x86_64.rpm        1.5 MB/s | 180 kB     00:00    
- (56/289): jbigkit-libs-2.1-29.fc40.x86_64.rpm   663 kB/s |  53 kB     00:00    
- (57/289): hicolor-icon-theme-0.17-18.fc40.noarc 477 kB/s |  66 kB     00:00    
- (58/289): json-glib-1.8.0-3.fc40.x86_64.rpm     3.5 MB/s | 167 kB     00:00    
- (59/289): iso-codes-4.16.0-3.fc40.noarch.rpm     16 MB/s | 3.5 MB     00:00    
- (60/289): kbd-2.6.4-3.fc40.x86_64.rpm           2.0 MB/s | 415 kB     00:00    
- (61/289): kbd-misc-2.6.4-3.fc40.noarch.rpm       15 MB/s | 1.7 MB     00:00    
- (62/289): kbd-legacy-2.6.4-3.fc40.noarch.rpm    2.7 MB/s | 574 kB     00:00    
- (63/289): kpartx-0.9.7-7.fc40.x86_64.rpm        1.3 MB/s |  49 kB     00:00    
- (64/289): kmod-libs-31-5.fc40.x86_64.rpm        1.5 MB/s |  68 kB     00:00    
- (65/289): kmod-31-5.fc40.x86_64.rpm             2.1 MB/s | 122 kB     00:00    
- (66/289): lcms2-2.16-3.fc40.x86_64.rpm          2.8 MB/s | 180 kB     00:00    
- (67/289): libXcomposite-0.4.6-3.fc40.x86_64.rpm 252 kB/s |  24 kB     00:00    
- (68/289): libXcursor-1.2.1-7.fc40.x86_64.rpm    700 kB/s |  30 kB     00:00    
- (69/289): lame-libs-3.100-17.fc40.x86_64.rpm    2.9 MB/s | 336 kB     00:00    
- (70/289): libXdamage-1.1.6-3.fc40.x86_64.rpm    321 kB/s |  23 kB     00:00    
- (71/289): libXext-1.3.6-1.fc40.x86_64.rpm       419 kB/s |  39 kB     00:00    
- (72/289): libXext-devel-1.3.6-1.fc40.x86_64.rpm 826 kB/s |  86 kB     00:00    
- (73/289): libXfixes-6.0.1-3.fc40.x86_64.rpm     382 kB/s |  19 kB     00:00    
- (74/289): libXft-2.3.8-6.fc40.x86_64.rpm        1.4 MB/s |  72 kB     00:00    
- (75/289): libXrandr-1.5.4-3.fc40.x86_64.rpm     895 kB/s |  28 kB     00:00    
- (76/289): libXinerama-1.1.5-6.fc40.x86_64.rpm   333 kB/s |  14 kB     00:00    
- (77/289): libXrender-0.9.11-6.fc40.x86_64.rpm   567 kB/s |  27 kB     00:00    
- (78/289): libXrender-devel-0.9.11-6.fc40.x86_64 281 kB/s |  19 kB     00:00    
- (79/289): libXv-1.0.12-3.fc40.x86_64.rpm        245 kB/s |  18 kB     00:00    
- (80/289): libXxf86vm-1.1.5-6.fc40.x86_64.rpm    341 kB/s |  18 kB     00:00    
- (81/289): libasyncns-0.8-28.fc40.x86_64.rpm     442 kB/s |  30 kB     00:00    
- (82/289): libcanberra-gtk3-0.30-35.fc40.x86_64. 622 kB/s |  31 kB     00:00    
- (83/289): libcanberra-0.30-35.fc40.x86_64.rpm   1.1 MB/s |  85 kB     00:00    
- (84/289): libcloudproviders-0.3.5-3.fc40.x86_64 757 kB/s |  46 kB     00:00    
- (85/289): libcue-2.3.0-3.fc40.x86_64.rpm        480 kB/s |  35 kB     00:00    
- (86/289): libdatrie-0.2.13-9.fc40.x86_64.rpm    405 kB/s |  32 kB     00:00    
- (87/289): libdecor-0.2.2-3.fc40.x86_64.rpm      958 kB/s |  57 kB     00:00    
- (88/289): libepoxy-1.5.10-6.fc40.x86_64.rpm     4.9 MB/s | 222 kB     00:00    
- (89/289): libexif-0.6.24-7.fc40.x86_64.rpm      8.1 MB/s | 456 kB     00:00    
- (90/289): libglvnd-1.7.0-4.fc40.x86_64.rpm      2.3 MB/s | 115 kB     00:00    
- (91/289): libffi-devel-3.4.4-7.fc40.x86_64.rpm  485 kB/s |  28 kB     00:00    
- (92/289): libglvnd-core-devel-1.7.0-4.fc40.x86_ 555 kB/s |  17 kB     00:00    
- (93/289): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm  993 kB/s |  35 kB     00:00    
- (94/289): libglvnd-devel-1.7.0-4.fc40.x86_64.rp 3.6 MB/s | 163 kB     00:00    
- (95/289): libglvnd-gles-1.7.0-4.fc40.x86_64.rpm 647 kB/s |  29 kB     00:00    
- (96/289): libgrss-0.7.0-19.fc40.x86_64.rpm      1.8 MB/s |  62 kB     00:00    
- (97/289): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm  2.5 MB/s | 132 kB     00:00    
- (98/289): libglvnd-opengl-1.7.0-4.fc40.x86_64.r 705 kB/s |  38 kB     00:00    
- (99/289): libgxps-0.3.2-8.fc40.x86_64.rpm       1.9 MB/s |  76 kB     00:00    
- (100/289): libgudev-238-5.fc40.x86_64.rpm       732 kB/s |  35 kB     00:00    
- (101/289): libicu-devel-74.2-1.fc40.x86_64.rpm   14 MB/s | 930 kB     00:00    
- (102/289): libimobiledevice-1.3.0^20230705git6f 4.0 MB/s | 138 kB     00:00    
- (103/289): libimobiledevice-glue-1.0.0-3.fc40.x 1.1 MB/s |  36 kB     00:00    
- (104/289): libiptcdata-1.0.5-17.fc40.x86_64.rpm 1.9 MB/s |  60 kB     00:00    
- (105/289): libjpeg-turbo-3.0.2-1.fc40.x86_64.rp 6.3 MB/s | 227 kB     00:00    
- (106/289): libjpeg-turbo-devel-3.0.2-1.fc40.x86 1.6 MB/s |  97 kB     00:00    
- (107/289): libldac-2.0.2.3-15.fc40.x86_64.rpm   1.3 MB/s |  41 kB     00:00    
- (108/289): liblerc-4.0.0-6.fc40.x86_64.rpm      6.3 MB/s | 210 kB     00:00    
- (109/289): libnotify-0.8.3-3.fc40.x86_64.rpm    927 kB/s |  51 kB     00:00    
- (110/289): libogg-1.3.5-8.fc40.x86_64.rpm       416 kB/s |  33 kB     00:00    
- (111/289): libosinfo-1.11.0-5.fc40.x86_64.rpm   2.7 MB/s | 316 kB     00:00    
- (112/289): libpciaccess-0.16-12.fc40.x86_64.rpm 396 kB/s |  26 kB     00:00    
- (113/289): libplist-2.3.0-4.fc40.x86_64.rpm     1.3 MB/s |  93 kB     00:00    
- (114/289): libpng-devel-1.6.40-3.fc40.x86_64.rp 6.0 MB/s | 291 kB     00:00    
- (115/289): libpng-1.6.40-3.fc40.x86_64.rpm      2.1 MB/s | 120 kB     00:00    
- (116/289): libsbc-2.0-4.fc40.x86_64.rpm         408 kB/s |  48 kB     00:00    
- (117/289): libsoup-2.74.3-6.fc40.x86_64.rpm     3.2 MB/s | 397 kB     00:00    
- (118/289): libstemmer-2.2.0-10.fc40.x86_64.rpm  1.2 MB/s | 139 kB     00:00    
- (119/289): libthai-0.1.29-8.fc40.x86_64.rpm     4.4 MB/s | 214 kB     00:00    
- (120/289): libunwind-1.8.0-3.fc40.x86_64.rpm    559 kB/s |  73 kB     00:00    
- (121/289): libtdb-1.4.10-1.fc40.x86_64.rpm      248 kB/s |  51 kB     00:00    
- (122/289): libtheora-1.1.1-36.fc40.x86_64.rpm   866 kB/s | 166 kB     00:00    
- (123/289): libvisual-0.4.1-4.fc40.x86_64.rpm    2.7 MB/s | 151 kB     00:00    
- (124/289): libusbmuxd-2.0.2^20230620git8d30a55- 641 kB/s |  36 kB     00:00    
- (125/289): libvmaf-2.3.0-7.fc40.x86_64.rpm      2.8 MB/s | 180 kB     00:00    
- (126/289): libvorbis-1.3.7-10.fc40.x86_64.rpm   4.3 MB/s | 187 kB     00:00    
- (127/289): libxkbcommon-1.6.0-2.fc40.x86_64.rpm 2.7 MB/s | 142 kB     00:00    
- (128/289): lm_sensors-libs-3.6.0-18.fc40.x86_64 830 kB/s |  40 kB     00:00    
- (129/289): low-memory-monitor-2.1-10.fc40.x86_6 568 kB/s |  34 kB     00:00    
- (130/289): opus-1.5.1-1.fc40.x86_64.rpm         3.1 MB/s | 230 kB     00:00    
- (131/289): os-prober-1.81-6.fc40.x86_64.rpm     964 kB/s |  51 kB     00:00    
- (132/289): memstrack-0.2.5-4.fc40.x86_64.rpm    406 kB/s |  49 kB     00:00    
- (133/289): osinfo-db-tools-1.11.0-5.fc40.x86_64 853 kB/s |  74 kB     00:00    
- (134/289): pigz-2.8-4.fc40.x86_64.rpm           1.2 MB/s |  95 kB     00:00    
- (135/289): polkit-124-2.fc40.x86_64.rpm         1.2 MB/s | 157 kB     00:00    
- (136/289): polkit-libs-124-2.fc40.x86_64.rpm    723 kB/s |  67 kB     00:00    
- (137/289): polkit-pkla-compat-0.1-28.fc40.x86_6 455 kB/s |  44 kB     00:00    
- (138/289): poppler-data-0.4.11-7.fc40.noarch.rp  19 MB/s | 2.0 MB     00:00    
- (139/289): poppler-24.02.0-2.fc40.x86_64.rpm    8.3 MB/s | 1.2 MB     00:00    
- (140/289): poppler-glib-24.02.0-2.fc40.x86_64.r 1.7 MB/s | 190 kB     00:00    
- (141/289): procps-ng-4.0.4-3.fc40.x86_64.rpm    4.9 MB/s | 367 kB     00:00    
- (142/289): python3-packaging-23.2-4.fc40.noarch 2.0 MB/s | 125 kB     00:00    
- (143/289): qrencode-libs-4.1.1-7.fc40.x86_64.rp 490 kB/s |  61 kB     00:00    
- (144/289): rtkit-0.11-63.fc40.x86_64.rpm        499 kB/s |  55 kB     00:00    
- (145/289): sound-theme-freedesktop-0.8-21.fc40. 3.2 MB/s | 383 kB     00:00    
- (146/289): sysprof-capture-devel-46.0-1.fc40.x8 1.0 MB/s |  54 kB     00:00    
- (147/289): usbmuxd-1.1.1^20230720git61b99ab-2.f 1.0 MB/s |  66 kB     00:00    
- (148/289): totem-pl-parser-3.26.6-9.fc40.x86_64 1.8 MB/s | 144 kB     00:00    
- (149/289): uchardet-0.0.8-5.fc40.x86_64.rpm     1.2 MB/s | 106 kB     00:00    
- (150/289): xdg-desktop-portal-gtk-1.15.1-5.fc40 4.6 MB/s | 143 kB     00:00    
- (151/289): webrtc-audio-processing-1.3-1.fc40.x 5.8 MB/s | 518 kB     00:00    
- (152/289): webp-pixbuf-loader-0.2.7-1.fc40.x86_ 203 kB/s |  20 kB     00:00    
- (153/289): xkeyboard-config-2.41-1.fc40.noarch.  13 MB/s | 976 kB     00:00    
- (154/289): xml-common-0.6.3-63.fc40.noarch.rpm  920 kB/s |  31 kB     00:00    
- (155/289): xprop-1.2.7-1.fc40.x86_64.rpm        885 kB/s |  35 kB     00:00    
- (156/289): xz-devel-5.4.6-3.fc40.x86_64.rpm     1.3 MB/s |  67 kB     00:00    
- (157/289): SDL2-devel-2.30.11-1.fc40.x86_64.rpm 1.4 MB/s | 396 kB     00:00    
- (158/289): SDL2-2.30.11-1.fc40.x86_64.rpm       1.9 MB/s | 700 kB     00:00    
- (159/289): adwaita-cursor-theme-46.2-2.fc40.noa 3.0 MB/s | 516 kB     00:00    
- (160/289): adwaita-icon-theme-46.2-2.fc40.noarc 2.3 MB/s | 407 kB     00:00    
- (161/289): NetworkManager-libnm-1.46.6-1.fc40.x 2.6 MB/s | 1.8 MB     00:00    
- (162/289): avif-pixbuf-loader-1.0.4-3.fc40.x86_ 454 kB/s |  17 kB     00:00    
- (163/289): alsa-lib-1.2.13-3.fc40.x86_64.rpm    2.5 MB/s | 517 kB     00:00    
- (164/289): cmake-filesystem-3.30.5-1.fc40.x86_6 487 kB/s |  17 kB     00:00    
- (165/289): bluez-libs-5.79-1.fc40.x86_64.rpm    1.4 MB/s |  83 kB     00:00    
- (166/289): crypto-policies-scripts-20241011-1.g 1.7 MB/s | 124 kB     00:00    
- (167/289): cups-filesystem-2.4.11-9.fc40.noarch 373 kB/s |  14 kB     00:00    
- (168/289): cups-libs-2.4.11-9.fc40.x86_64.rpm   2.1 MB/s | 262 kB     00:00    
- (169/289): cryptsetup-libs-2.7.5-1.fc40.x86_64. 2.4 MB/s | 532 kB     00:00    
- (170/289): default-fonts-core-sans-4.0-13.fc40. 799 kB/s |  31 kB     00:00    
- (171/289): dbus-broker-36-2.fc40.x86_64.rpm     2.3 MB/s | 171 kB     00:00    
- (172/289): device-mapper-1.02.199-1.fc40.x86_64 1.7 MB/s | 136 kB     00:00    
- (173/289): device-mapper-libs-1.02.199-1.fc40.x 1.9 MB/s | 176 kB     00:00    
- (174/289): fontconfig-2.15.0-6.fc40.x86_64.rpm  2.2 MB/s | 270 kB     00:00    
- (175/289): dracut-102-2.fc40.x86_64.rpm         2.3 MB/s | 466 kB     00:00    
- (176/289): fribidi-1.0.14-2.fc40.x86_64.rpm     1.3 MB/s |  92 kB     00:00    
- (177/289): fontconfig-devel-2.15.0-6.fc40.x86_6 1.4 MB/s | 165 kB     00:00    
- (178/289): gettext-envsubst-0.22.5-4.fc40.x86_6 772 kB/s |  38 kB     00:00    
- (179/289): adwaita-icon-theme-legacy-46.2-1.fc4 2.3 MB/s | 2.5 MB     00:01    
- (180/289): gettext-runtime-0.22.5-4.fc40.x86_64 1.5 MB/s | 121 kB     00:00    
- (181/289): gettext-libs-0.22.5-4.fc40.x86_64.rp 2.2 MB/s | 666 kB     00:00    
- (182/289): gobject-introspection-1.80.1-1.fc40. 1.4 MB/s | 111 kB     00:00    
- (183/289): gettext-0.22.5-4.fc40.x86_64.rpm     2.0 MB/s | 1.1 MB     00:00    
- (184/289): grub2-common-2.06-123.fc40.noarch.rp 1.9 MB/s | 919 kB     00:00    
- (185/289): glib2-devel-2.80.3-1.fc40.x86_64.rpm 1.9 MB/s | 1.5 MB     00:00    
- (186/289): grub2-tools-minimal-2.06-123.fc40.x8 1.7 MB/s | 615 kB     00:00    
- (187/289): gsettings-desktop-schemas-46.1-1.fc4 1.9 MB/s | 755 kB     00:00    
- (188/289): grub2-tools-2.06-123.fc40.x86_64.rpm 1.9 MB/s | 1.8 MB     00:00    
- (189/289): gtk-update-icon-cache-3.24.43-1.fc40 739 kB/s |  34 kB     00:00    
- (190/289): gstreamer1-1.24.11-1.fc40.x86_64.rpm 2.1 MB/s | 1.6 MB     00:00    
- (191/289): gstreamer1-plugins-base-1.24.11-1.fc 2.0 MB/s | 2.2 MB     00:01    
- (192/289): harfbuzz-8.5.0-1.fc40.x86_64.rpm     1.9 MB/s | 1.0 MB     00:00    
- (193/289): harfbuzz-icu-8.5.0-1.fc40.x86_64.rpm 426 kB/s |  16 kB     00:00    
- (194/289): harfbuzz-devel-8.5.0-1.fc40.x86_64.r 1.8 MB/s | 446 kB     00:00    
- (195/289): highway-1.2.0-2.fc40.x86_64.rpm      1.7 MB/s | 652 kB     00:00    
- (196/289): highway-devel-1.2.0-2.fc40.x86_64.rp 1.9 MB/s | 423 kB     00:00    
- (197/289): jxl-pixbuf-loader-0.8.4-1.fc40.x86_6 1.1 MB/s |  60 kB     00:00    
- (198/289): libXi-1.8.2-1.fc40.x86_64.rpm        870 kB/s |  40 kB     00:00    
- (199/289): libXtst-1.2.5-1.fc40.x86_64.rpm      544 kB/s |  20 kB     00:00    
- (200/289): hwdata-0.391-1.fc40.noarch.rpm       2.1 MB/s | 1.6 MB     00:00    
- (201/289): libavif-1.0.4-3.fc40.x86_64.rpm      1.3 MB/s |  91 kB     00:00    
- (202/289): libavif-devel-1.0.4-3.fc40.x86_64.rp 498 kB/s |  29 kB     00:00    
- (203/289): libblkid-devel-2.40.2-1.fc40.x86_64. 665 kB/s |  26 kB     00:00    
- (204/289): libbpf-1.2.3-1.fc40.x86_64.rpm       1.5 MB/s | 165 kB     00:00    
- (205/289): libaom-3.9.0-1.fc40.x86_64.rpm       2.0 MB/s | 1.8 MB     00:00    
- (206/289): libdrm-2.4.123-1.fc40.x86_64.rpm     1.6 MB/s | 159 kB     00:00    
- (207/289): gtk3-3.24.43-1.fc40.x86_64.rpm       2.1 MB/s | 5.6 MB     00:02    
- (208/289): libgexiv2-0.14.3-1.fc40.x86_64.rpm   1.4 MB/s | 103 kB     00:00    
- (209/289): libgusb-0.4.9-1.fc40.x86_64.rpm      1.1 MB/s |  65 kB     00:00    
- (210/289): libgsf-1.14.53-2.fc40.x86_64.rpm     1.8 MB/s | 261 kB     00:00    
- (211/289): libdav1d-1.5.1-1.fc40.x86_64.rpm     1.9 MB/s | 635 kB     00:00    
- (212/289): libjxl-devel-0.8.4-1.fc40.x86_64.rpm 1.1 MB/s |  57 kB     00:00    
- (213/289): libkcapi-1.5.0-4.fc40.x86_64.rpm     939 kB/s |  46 kB     00:00    
- (214/289): libkcapi-hasher-1.5.0-4.fc40.x86_64. 659 kB/s |  26 kB     00:00    
- (215/289): libkcapi-hmaccalc-1.5.0-4.fc40.x86_6 255 kB/s | 9.1 kB     00:00    
- (216/289): libmount-devel-2.40.2-1.fc40.x86_64. 638 kB/s |  27 kB     00:00    
- (217/289): liblc3-1.1.1-1.fc40.x86_64.rpm       1.4 MB/s | 102 kB     00:00    
- (218/289): libproxy-0.5.5-1.fc40.x86_64.rpm     978 kB/s |  48 kB     00:00    
- (219/289): libselinux-devel-3.7-5.fc40.x86_64.r 1.6 MB/s | 151 kB     00:00    
- (220/289): libsepol-devel-3.7-2.fc40.x86_64.rpm 933 kB/s |  48 kB     00:00    
- (221/289): libsndfile-1.2.2-4.fc40.x86_64.rpm   1.0 MB/s | 213 kB     00:00    
- (222/289): libjxl-0.8.4-1.fc40.x86_64.rpm       2.0 MB/s | 1.2 MB     00:00    
- (223/289): libtextstyle-0.22.5-4.fc40.x86_64.rp 1.1 MB/s |  88 kB     00:00    
- (224/289): libsoup3-3.4.5-1.fc40.x86_64.rpm     1.5 MB/s | 385 kB     00:00    
- (225/289): libtiff-4.6.0-5.fc40.1.x86_64.rpm    1.5 MB/s | 339 kB     00:00    
- (226/289): libtiff-devel-4.6.0-5.fc40.1.x86_64. 1.5 MB/s | 258 kB     00:00    
- (227/289): librsvg2-2.57.1-7.fc40.x86_64.rpm    1.9 MB/s | 1.5 MB     00:00    
- (228/289): libwayland-client-1.23.0-2.fc40.x86_ 773 kB/s |  33 kB     00:00    
- (229/289): libusb1-1.0.27-6.fc40.x86_64.rpm     1.1 MB/s |  76 kB     00:00    
- (230/289): libwayland-cursor-1.23.0-2.fc40.x86_ 475 kB/s |  19 kB     00:00    
- (231/289): libwayland-egl-1.23.0-2.fc40.x86_64. 347 kB/s |  13 kB     00:00    
- (232/289): libwayland-server-1.23.0-2.fc40.x86_ 846 kB/s |  41 kB     00:00    
- (233/289): libtracker-sparql-3.7.3-1.fc40.x86_6 1.5 MB/s | 371 kB     00:00    
- (234/289): libwebp-devel-1.5.0-1.fc40.x86_64.rp 825 kB/s |  40 kB     00:00    
- (235/289): libxshmfence-1.3.2-5.fc40.x86_64.rpm 367 kB/s |  13 kB     00:00    
- (236/289): libwebp-1.5.0-1.fc40.x86_64.rpm      1.7 MB/s | 297 kB     00:00    
- (237/289): libzstd-devel-1.5.6-1.fc40.x86_64.rp 928 kB/s |  52 kB     00:00    
- (238/289): libxslt-1.1.42-1.fc40.x86_64.rpm     1.4 MB/s | 189 kB     00:00    
- (239/289): mesa-filesystem-24.1.7-1.fc40.x86_64 537 kB/s |  21 kB     00:00    
- (240/289): libxml2-devel-2.12.9-1.fc40.x86_64.r 1.7 MB/s | 524 kB     00:00    
- (241/289): mesa-libEGL-24.1.7-1.fc40.x86_64.rpm 1.4 MB/s | 140 kB     00:00    
- (242/289): mesa-libEGL-devel-24.1.7-1.fc40.x86_ 511 kB/s |  24 kB     00:00    
- (243/289): mesa-libgbm-24.1.7-1.fc40.x86_64.rpm 913 kB/s |  48 kB     00:00    
- (244/289): mesa-libglapi-24.1.7-1.fc40.x86_64.r 897 kB/s |  51 kB     00:00    
- (245/289): mesa-libGL-24.1.7-1.fc40.x86_64.rpm  1.5 MB/s | 176 kB     00:00    
- (246/289): mpg123-libs-1.32.9-1.fc40.x86_64.rpm 1.9 MB/s | 345 kB     00:00    
- (247/289): nspr-4.36.0-2.fc40.x86_64.rpm        1.4 MB/s | 137 kB     00:00    
- (248/289): nss-3.107.0-1.fc40.x86_64.rpm        2.1 MB/s | 711 kB     00:00    
- (249/289): nss-softokn-3.107.0-1.fc40.x86_64.rp 2.0 MB/s | 414 kB     00:00    
- (250/289): nss-softokn-freebl-3.107.0-1.fc40.x8 1.9 MB/s | 332 kB     00:00    
- (251/289): nss-sysinit-3.107.0-1.fc40.x86_64.rp 474 kB/s |  19 kB     00:00    
- (252/289): nss-util-3.107.0-1.fc40.x86_64.rpm   1.1 MB/s |  89 kB     00:00    
- (253/289): openjpeg2-2.5.3-1.fc40.x86_64.rpm    1.6 MB/s | 189 kB     00:00    
- (254/289): orc-0.4.39-1.fc40.x86_64.rpm         1.6 MB/s | 223 kB     00:00    
- (255/289): osinfo-db-20250124-1.fc40.noarch.rpm 1.9 MB/s | 476 kB     00:00    
- (256/289): pango-1.54.0-1.fc40.x86_64.rpm       1.8 MB/s | 347 kB     00:00    
- (257/289): mesa-va-drivers-24.1.7-1.fc40.x86_64 2.1 MB/s | 4.0 MB     00:01    
- (258/289): pcre2-utf16-10.44-1.fc40.x86_64.rpm  1.7 MB/s | 223 kB     00:00    
- (259/289): pcre2-devel-10.44-1.fc40.x86_64.rpm  1.9 MB/s | 521 kB     00:00    
- (260/289): pcre2-utf32-10.44-1.fc40.x86_64.rpm  1.8 MB/s | 210 kB     00:00    
- (261/289): pipewire-1.0.9-1.fc40.x86_64.rpm     1.5 MB/s | 122 kB     00:00    
- (262/289): pipewire-alsa-1.0.9-1.fc40.x86_64.rp 1.1 MB/s |  56 kB     00:00    
- (263/289): pipewire-jack-audio-connection-kit-1 388 kB/s |  14 kB     00:00    
- (264/289): pipewire-jack-audio-connection-kit-l 1.6 MB/s | 133 kB     00:00    
- (265/289): pipewire-pulseaudio-1.0.9-1.fc40.x86 1.5 MB/s | 197 kB     00:00    
- (266/289): pixman-0.43.4-1.fc40.x86_64.rpm      1.8 MB/s | 293 kB     00:00    
- (267/289): pixman-devel-0.43.4-1.fc40.x86_64.rp 290 kB/s |  17 kB     00:00    
- (268/289): pulseaudio-libs-16.1-8.fc40.x86_64.r 1.8 MB/s | 693 kB     00:00    
- (269/289): pipewire-libs-1.0.9-1.fc40.x86_64.rp 1.9 MB/s | 1.8 MB     00:00    
- (270/289): rsvg-pixbuf-loader-2.57.1-7.fc40.x86 413 kB/s |  16 kB     00:00    
- (271/289): shared-mime-info-2.3-5.fc40.x86_64.r 1.7 MB/s | 390 kB     00:00    
- (272/289): rav1e-libs-0.7.1-4.fc40.x86_64.rpm   1.7 MB/s | 1.0 MB     00:00    
- (273/289): svt-av1-libs-2.1.0-4.fc40.x86_64.rpm 1.7 MB/s | 2.1 MB     00:01    
- (274/289): systemd-networkd-255.16-1.fc40.x86_6 1.7 MB/s | 673 kB     00:00    
- (275/289): systemd-pam-255.16-1.fc40.x86_64.rpm 1.7 MB/s | 382 kB     00:00    
- (276/289): systemd-resolved-255.16-1.fc40.x86_6 1.5 MB/s | 294 kB     00:00    
- (277/289): systemd-255.16-1.fc40.x86_64.rpm     1.7 MB/s | 5.3 MB     00:03    
- (278/289): systemd-udev-255.16-1.fc40.x86_64.rp 1.5 MB/s | 2.3 MB     00:01    
- (279/289): tpm2-tss-fapi-4.1.3-1.fc40.x86_64.rp 1.3 MB/s | 331 kB     00:00    
- (280/289): tpm2-tools-5.7-1.fc40.x86_64.rpm     1.3 MB/s | 810 kB     00:00    
- (281/289): tracker-3.7.3-1.fc40.x86_64.rpm      1.5 MB/s | 635 kB     00:00    
- (282/289): upower-1.90.7-1.fc40.x86_64.rpm      1.1 MB/s | 141 kB     00:00    
- (283/289): upower-libs-1.90.7-1.fc40.x86_64.rpm 871 kB/s |  58 kB     00:00    
- (284/289): tracker-miners-3.7.4-2.fc40.x86_64.r 1.5 MB/s | 997 kB     00:00    
- (285/289): wireplumber-0.5.7-1.fc40.x86_64.rpm  1.1 MB/s | 110 kB     00:00    
- (286/289): wireplumber-libs-0.5.7-1.fc40.x86_64 1.3 MB/s | 386 kB     00:00    
- (287/289): xdg-desktop-portal-1.18.4-1.fc40.x86 1.5 MB/s | 474 kB     00:00    
- (288/289): zlib-ng-compat-devel-2.1.7-2.fc40.x8 721 kB/s |  38 kB     00:00    
- (289/289): mesa-dri-drivers-24.1.7-1.fc40.x86_6 1.7 MB/s |  26 MB     00:15    
- --------------------------------------------------------------------------------
- Total                                           4.8 MB/s | 126 MB     00:26     
- 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/289 
-   Installing       : libpng-2:1.6.40-3.fc40.x86_64                        2/289 
-   Installing       : cmake-filesystem-3.30.5-1.fc40.x86_64                3/289 
-   Installing       : libjpeg-turbo-3.0.2-1.fc40.x86_64                    4/289 
-   Installing       : avahi-libs-0.8-26.fc40.x86_64                        5/289 
-   Installing       : zlib-ng-compat-devel-2.1.7-2.fc40.x86_64             6/289 
-   Installing       : nspr-4.36.0-2.fc40.x86_64                            7/289 
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                      8/289 
-   Installing       : json-glib-1.8.0-3.fc40.x86_64                        9/289 
-   Installing       : libwebp-1.5.0-1.fc40.x86_64                         10/289 
-   Installing       : libwayland-client-1.23.0-2.fc40.x86_64              11/289 
-   Installing       : libplist-2.3.0-4.fc40.x86_64                        12/289 
-   Installing       : libogg-2:1.3.5-8.fc40.x86_64                        13/289 
-   Installing       : libglvnd-1:1.7.0-4.fc40.x86_64                      14/289 
-   Installing       : libvorbis-1:1.3.7-10.fc40.x86_64                    15/289 
-   Installing       : nss-util-3.107.0-1.fc40.x86_64                      16/289 
-   Installing       : libXi-1.8.2-1.fc40.x86_64                           17/289
-  
-   Installing       : alsa-lib-1.2.13-3.fc40.x86_64                       18/289 
-   Installing       : libXfixes-6.0.1-3.fc40.x86_64                       19/289 
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch             20/289 
-   Installing       : libimobiledevice-glue-1.0.0-3.fc40.x86_64           21/289 
-   Installing       : libwayland-cursor-1.23.0-2.fc40.x86_64              22/289 
-   Installing       : avahi-glib-0.8-26.fc40.x86_64                       23/289 
-   Installing       : libxshmfence-1.3.2-5.fc40.x86_64                    24/289 
-   Installing       : libusb1-1.0.27-6.fc40.x86_64                        25/289 
-   Installing       : hwdata-0.391-1.fc40.noarch                          26/289 
-   Installing       : polkit-libs-124-2.fc40.x86_64                       27/289 
-   Installing       : opus-1.5.1-1.fc40.x86_64                            28/289 
-   Installing       : lcms2-2.16-3.fc40.x86_64                            29/289 
-   Installing       : kmod-libs-31-5.fc40.x86_64                          30/289 
-   Installing       : kmod-31-5.fc40.x86_64                               31/289 
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch     32/289 
-   Installing       : libwebp-devel-1.5.0-1.fc40.x86_64                   33/289 
-   Installing       : libpng-devel-2:1.6.40-3.fc40.x86_64                 34/289 
-   Installing       : shared-mime-info-2.3-5.fc40.x86_64                  35/289 
-   Running scriptlet: shared-mime-info-2.3-5.fc40.x86_64                  35/289 
-   Installing       : gdk-pixbuf2-2.42.10-8.fc40.x86_64                   36/289 
-   Installing       : pixman-0.43.4-1.fc40.x86_64                         37/289 
-   Installing       : mesa-filesystem-24.1.7-1.fc40.x86_64                38/289 
-   Installing       : libwayland-server-1.23.0-2.fc40.x86_64              39/289 
-   Installing       : libwayland-egl-1.23.0-2.fc40.x86_64                 40/289 
-   Installing       : libtextstyle-0.22.5-4.fc40.x86_64                   41/289 
-   Installing       : gettext-libs-0.22.5-4.fc40.x86_64                   42/289 
-   Installing       : highway-1.2.0-2.fc40.x86_64                         43/289 
-   Installing       : libjxl-1:0.8.4-1.fc40.x86_64                        44/289 
-   Installing       : jxl-pixbuf-loader-1:0.8.4-1.fc40.x86_64             45/289 
-   Installing       : grub2-common-1:2.06-123.fc40.noarch                 46/289 
-   Installing       : fribidi-1.0.14-2.fc40.x86_64                        47/289 
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                     48/289 
-   Installing       : xml-common-0.6.3-63.fc40.noarch                     48/289 
-   Installing       : libtdb-1.4.10-1.fc40.x86_64                         49/289 
-   Installing       : libgudev-238-5.fc40.x86_64                          50/289 
-   Installing       : gtest-1.14.0-4.fc40.x86_64                          51/289 
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                     52/289 
-   Installing       : fuse3-libs-3.16.2-3.fc40.x86_64                     53/289 
-   Installing       : duktape-2.7.0-7.fc40.x86_64                         54/289 
-   Installing       : libproxy-0.5.5-1.fc40.x86_64                        55/289 
-   Installing       : graphite2-devel-1.3.14-15.fc40.x86_64               56/289 
-   Installing       : gmock-1.14.0-4.fc40.x86_64                          57/289 
-   Installing       : gtest-devel-1.14.0-4.fc40.x86_64                    58/289 
-   Installing       : highway-devel-1.2.0-2.fc40.x86_64                   59/289 
-   Installing       : iso-codes-4.16.0-3.fc40.noarch                      60/289 
-   Installing       : pixman-devel-0.43.4-1.fc40.x86_64                   61/289 
-   Installing       : libnotify-0.8.3-3.fc40.x86_64                       62/289 
-   Installing       : webp-pixbuf-loader-0.2.7-1.fc40.x86_64              63/289 
-   Installing       : gtk-update-icon-cache-3.24.43-1.fc40.x86_64         64/289 
-   Installing       : libgsf-1.14.53-2.fc40.x86_64                        65/289 
-   Installing       : libpciaccess-0.16-12.fc40.x86_64                    66/289 
-   Installing       : libdrm-2.4.123-1.fc40.x86_64                        67/289 
-   Installing       : mesa-va-drivers-24.1.7-1.fc40.x86_64                68/289 
-   Installing       : osinfo-db-20250124-1.fc40.noarch                    69/289 
-   Installing       : libgusb-0.4.9-1.fc40.x86_64                         70/289 
-   Installing       : colord-libs-1.4.7-3.fc40.x86_64                     71/289 
-   Installing       : libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_6    72/289 
-   Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      73/289 
-   Installing       : usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      73/289 
-   Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      73/289 
-   Installing       : libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40    74/289 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-4.    75/289
-  
-   Installing       : gsettings-desktop-schemas-46.1-1.fc40.x86_64        76/289 
-   Installing       : glib-networking-2.80.0-1.fc40.x86_64                77/289 
-   Installing       : libsoup3-3.4.5-1.fc40.x86_64                        78/289 
-   Installing       : osinfo-db-tools-1.11.0-5.fc40.x86_64                79/289 
-   Installing       : libsoup-2.74.3-6.fc40.x86_64                        80/289 
-   Installing       : libgrss-0.7.0-19.fc40.x86_64                        81/289 
-   Installing       : libXcursor-1.2.1-7.fc40.x86_64                      82/289 
-   Installing       : libXdamage-1.1.6-3.fc40.x86_64                      83/289 
-   Installing       : libXtst-1.2.5-1.fc40.x86_64                         84/289 
-   Installing       : nss-softokn-freebl-3.107.0-1.fc40.x86_64            85/289 
-   Installing       : nss-softokn-3.107.0-1.fc40.x86_64                   86/289 
-   Installing       : libglvnd-opengl-1:1.7.0-4.fc40.x86_64               87/289 
-   Installing       : flac-libs-1.4.3-4.fc40.x86_64                       88/289 
-   Installing       : libtheora-1:1.1.1-36.fc40.x86_64                    89/289 
-   Installing       : libXrandr-1.5.4-3.fc40.x86_64                       90/289 
-   Installing       : libXrender-devel-0.9.11-6.fc40.x86_64               91/289 
-   Installing       : libjpeg-turbo-devel-3.0.2-1.fc40.x86_64             92/289 
-   Installing       : libXext-devel-1.3.6-1.fc40.x86_64                   93/289 
-   Installing       : libXinerama-1.1.5-6.fc40.x86_64                     94/289 
-   Installing       : libXv-1.0.12-3.fc40.x86_64                          95/289 
-   Installing       : libXxf86vm-1.1.5-6.fc40.x86_64                      96/289 
-   Installing       : exiv2-libs-0.27.6-7.fc40.x86_64                     97/289 
-   Installing       : exiv2-0.27.6-7.fc40.x86_64                          98/289 
-   Installing       : libgexiv2-0.14.3-1.fc40.x86_64                      99/289 
-   Installing       : tpm2-tss-fapi-4.1.3-1.fc40.x86_64                  100/289 
-   Installing       : tpm2-tools-5.7-1.fc40.x86_64                       101/289 
-   Installing       : svt-av1-libs-2.1.0-4.fc40.x86_64                   102/289 
-   Installing       : rav1e-libs-0.7.1-4.fc40.x86_64                     103/289 
-   Installing       : pcre2-utf32-10.44-1.fc40.x86_64                    104/289 
-   Installing       : pcre2-utf16-10.44-1.fc40.x86_64                    105/289 
-   Installing       : pcre2-devel-10.44-1.fc40.x86_64                    106/289 
-   Installing       : orc-0.4.39-1.fc40.x86_64                           107/289 
-   Installing       : openjpeg2-2.5.3-1.fc40.x86_64                      108/289 
-   Installing       : mpg123-libs-1.32.9-1.fc40.x86_64                   109/289 
-   Installing       : libzstd-devel-1.5.6-1.fc40.x86_64                  110/289 
-   Installing       : libxslt-1.1.42-1.fc40.x86_64                       111/289 
-   Installing       : libosinfo-1.11.0-5.fc40.x86_64                     112/289 
-   Installing       : libsepol-devel-3.7-2.fc40.x86_64                   113/289 
-   Installing       : libselinux-devel-3.7-5.fc40.x86_64                 114/289 
-   Installing       : liblc3-1.1.1-1.fc40.x86_64                         115/289 
-   Installing       : libdav1d-1.5.1-1.fc40.x86_64                       116/289 
-   Installing       : libbpf-2:1.2.3-1.fc40.x86_64                       117/289 
-   Installing       : libblkid-devel-2.40.2-1.fc40.x86_64                118/289 
-   Installing       : libmount-devel-2.40.2-1.fc40.x86_64                119/289 
-   Installing       : gobject-introspection-1.80.1-1.fc40.x86_64         120/289 
-   Installing       : gettext-envsubst-0.22.5-4.fc40.x86_64              121/289 
-   Installing       : gettext-runtime-0.22.5-4.fc40.x86_64               122/289 
-   Installing       : gettext-0.22.5-4.fc40.x86_64                       123/289 
-   Installing       : bluez-libs-5.79-1.fc40.x86_64                      124/289 
-   Installing       : adwaita-icon-theme-legacy-46.2-1.fc40.noarch       125/289 
-   Installing       : adwaita-cursor-theme-46.2-2.fc40.noarch            126/289 
-   Installing       : adwaita-icon-theme-46.2-2.fc40.noarch              127/289 
-   Installing       : NetworkManager-libnm-1:1.46.6-1.fc40.x86_64        128/289 
-   Installing       : xz-devel-1:5.4.6-3.fc40.x86_64                     129/289 
-   Installing       : libxml2-devel-2.12.9-1.fc40.x86_64                 130/289 
-   Installing       : xprop-1.2.7-1.fc40.x86_64                          131/289 
-   Installing       : xkeyboard-config-2.41-1.fc40.noarch                132/289 
-   Installing       : libxkbcommon-1.6.0-2.fc40.x86_64                   133/289 
-   Installing       : webrtc-audio-processing-1.3-1.fc40.x86_64          134/289 
-   Installing       : uchardet-0.0.8-5.fc40.x86_64                       135/289 
-   Installing       : totem-pl-parser-3.26.6-9.fc40.x86_64               136/289 
-   Installing       : sysprof-capture-devel-46.0-1.fc40.x86_64           137/289 
-   Installing       : sound-theme-freedesktop-0.8-21.fc40.noarch         138/289 
-   Running scriptlet: sound-theme-freedesktop-0.8-21.fc40.noarch         138/289 
-   Installing       : qrencode-libs-4.1.1-7.fc40.x86_64                  139/289 
-   Installing       : python3-packaging-23.2-4.fc40.noarch               140/289 
-   Installing       : procps-ng-4.0.4-3.fc40.x86_64                      141/289 
-   Installing       : poppler-data-0.4.11-7.fc40.noarch                  142/289 
-   Installing       : pigz-2.8-4.fc40.x86_64                             143/289 
-   Installing       : memstrack-0.2.5-4.fc40.x86_64                      144/289 
-   Installing       : low-memory-monitor-2.1-10.fc40.x86_64              145/289 
-   Running scriptlet: low-memory-monitor-2.1-10.fc40.x86_64              145/289 
-   Installing       : lm_sensors-libs-3.6.0-18.fc40.x86_64               146/289 
-   Installing       : mesa-libglapi-24.1.7-1.fc40.x86_64                 147/289
-  
-   Installing       : mesa-dri-drivers-24.1.7-1.fc40.x86_64              148/289 
-   Installing       : mesa-libgbm-24.1.7-1.fc40.x86_64                   149/289 
-   Installing       : mesa-libEGL-24.1.7-1.fc40.x86_64                   150/289 
-   Installing       : libglvnd-egl-1:1.7.0-4.fc40.x86_64                 151/289 
-   Installing       : libglvnd-gles-1:1.7.0-4.fc40.x86_64                152/289 
-   Installing       : libglvnd-glx-1:1.7.0-4.fc40.x86_64                 153/289 
-   Installing       : mesa-libGL-24.1.7-1.fc40.x86_64                    154/289 
-   Installing       : libvmaf-2.3.0-7.fc40.x86_64                        155/289 
-   Installing       : libaom-3.9.0-1.fc40.x86_64                         156/289 
-   Installing       : libavif-1.0.4-3.fc40.x86_64                        157/289 
-   Installing       : avif-pixbuf-loader-1.0.4-3.fc40.x86_64             158/289 
-   Installing       : libavif-devel-1.0.4-3.fc40.x86_64                  159/289 
-   Installing       : libvisual-1:0.4.1-4.fc40.x86_64                    160/289 
-   Installing       : libunwind-1.8.0-3.fc40.x86_64                      161/289 
-   Installing       : gstreamer1-1.24.11-1.fc40.x86_64                   162/289 
-   Installing       : libstemmer-2.2.0-10.fc40.x86_64                    163/289 
-   Installing       : libsbc-2.0-4.fc40.x86_64                           164/289 
-   Installing       : liblerc-4.0.0-6.fc40.x86_64                        165/289 
-   Installing       : libldac-2.0.2.3-15.fc40.x86_64                     166/289 
-   Installing       : libiptcdata-1.0.5-17.fc40.x86_64                   167/289 
-   Installing       : libicu-devel-74.2-1.fc40.x86_64                    168/289 
-   Installing       : libglvnd-core-devel-1:1.7.0-4.fc40.x86_64          169/289 
-   Installing       : libglvnd-devel-1:1.7.0-4.fc40.x86_64               170/289 
-   Installing       : mesa-libEGL-devel-24.1.7-1.fc40.x86_64             171/289 
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                   172/289 
-   Installing       : glib2-devel-2.80.3-1.fc40.x86_64                   173/289 
-   Installing       : libexif-0.6.24-7.fc40.x86_64                       174/289
-  
-   Installing       : libepoxy-1.5.10-6.fc40.x86_64                      175/289 
-   Installing       : libdatrie-0.2.13-9.fc40.x86_64                     176/289 
-   Installing       : libthai-0.1.29-8.fc40.x86_64                       177/289 
-   Installing       : libcue-2.3.0-3.fc40.x86_64                         178/289 
-   Installing       : libcloudproviders-0.3.5-3.fc40.x86_64              179/289 
-   Installing       : libasyncns-0.8-28.fc40.x86_64                      180/289 
-   Installing       : libXcomposite-0.4.6-3.fc40.x86_64                  181/289 
-   Installing       : lame-libs-3.100-17.fc40.x86_64                     182/289 
-   Installing       : kbd-misc-2.6.4-3.fc40.noarch                       183/289 
-   Installing       : kbd-legacy-2.6.4-3.fc40.noarch                     184/289 
-   Installing       : kbd-2.6.4-3.fc40.x86_64                            185/289 
-   Installing       : jbigkit-libs-2.1-29.fc40.x86_64                    186/289 
-   Installing       : libtiff-4.6.0-5.fc40.1.x86_64                      187/289 
-   Installing       : libtiff-devel-4.6.0-5.fc40.1.x86_64                188/289 
-   Installing       : hicolor-icon-theme-0.17-18.fc40.noarch             189/289 
-   Installing       : gsm-1.0.22-6.fc40.x86_64                           190/289 
-   Installing       : libsndfile-1.2.2-4.fc40.x86_64                     191/289 
-   Installing       : pulseaudio-libs-16.1-8.fc40.x86_64                 192/289 
-   Installing       : libcanberra-0.30-35.fc40.x86_64                    193/289 
-   Running scriptlet: libcanberra-0.30-35.fc40.x86_64                    193/289 
-   Installing       : graphene-1.10.6-8.fc40.x86_64                      194/289 
-   Installing       : gpgme-1.23.2-3.fc40.x86_64                         195/289 
-   Installing       : gpgmepp-1.23.2-3.fc40.x86_64                       196/289 
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch    197/289 
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch   198/289 
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch         199/289 
-   Installing       : cairo-1.18.0-3.fc40.x86_64                         200/289 
-   Installing       : harfbuzz-8.5.0-1.fc40.x86_64                       201/289 
-   Installing       : freetype-2.13.2-5.fc40.x86_64                      202/289 
-   Installing       : fontconfig-2.15.0-6.fc40.x86_64                    203/289 
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                    203/289
-  
-   Installing       : cairo-gobject-1.18.0-3.fc40.x86_64                 204/289 
-   Installing       : libXft-2.3.8-6.fc40.x86_64                         205/289 
-   Installing       : pango-1.54.0-1.fc40.x86_64                         206/289 
-   Installing       : librsvg2-2.57.1-7.fc40.x86_64                      207/289 
-   Installing       : rsvg-pixbuf-loader-2.57.1-7.fc40.x86_64            208/289 
-   Installing       : gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64          209/289 
-   Installing       : libgxps-0.3.2-8.fc40.x86_64                        210/289 
-   Installing       : harfbuzz-icu-8.5.0-1.fc40.x86_64                   211/289 
-   Installing       : giflib-5.2.2-1.fc40.x86_64                         212/289 
-   Installing       : fuse-libs-2.9.9-21.fc40.x86_64                     213/289 
-   Installing       : fuse-common-3.16.2-3.fc40.x86_64                   214/289 
-   Installing       : fuse3-3.16.2-3.fc40.x86_64                         215/289 
-   Installing       : file-5.45-4.fc40.x86_64                            216/289 
-   Installing       : fdk-aac-free-2.0.0-13.fc40.x86_64                  217/289 
-   Installing       : exempi-2.6.4-5.fc40.x86_64                         218/289 
-   Installing       : dbus-common-1:1.14.10-3.fc40.noarch                219/289 
-   Running scriptlet: dbus-common-1:1.14.10-3.fc40.noarch                219/289 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       220/289 
-   Installing       : dbus-broker-36-2.fc40.x86_64                       220/289 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       220/289 
-   Installing       : dbus-1:1.14.10-3.fc40.x86_64                       221/289 
-   Installing       : at-spi2-core-2.52.0-1.fc40.x86_64                  222/289 
-   Installing       : atk-2.52.0-1.fc40.x86_64                           223/289 
-   Installing       : at-spi2-atk-2.52.0-1.fc40.x86_64                   224/289 
-   Installing       : dconf-0.40.0-12.fc40.x86_64                        225/289 
-   Running scriptlet: dconf-0.40.0-12.fc40.x86_64                        225/289 
-   Installing       : cpio-2.15-1.fc40.x86_64                            226/289 
-   Installing       : libkcapi-1.5.0-4.fc40.x86_64                       227/289 
-   Installing       : libkcapi-hasher-1.5.0-4.fc40.x86_64                228/289 
-   Installing       : libkcapi-hmaccalc-1.5.0-4.fc40.x86_64              229/289 
-   Installing       : kpartx-0.9.7-7.fc40.x86_64                         230/289 
-   Installing       : grub2-tools-minimal-1:2.06-123.fc40.x86_64         231/289 
-   Installing       : device-mapper-1.02.199-1.fc40.x86_64               232/289 
-   Installing       : device-mapper-libs-1.02.199-1.fc40.x86_64          233/289 
-   Installing       : cryptsetup-libs-2.7.5-1.fc40.x86_64                234/289 
-   Installing       : systemd-pam-255.16-1.fc40.x86_64                   235/289 
-   Installing       : systemd-resolved-255.16-1.fc40.x86_64              236/289 
-   Running scriptlet: systemd-resolved-255.16-1.fc40.x86_64              236/289 
-   Installing       : systemd-networkd-255.16-1.fc40.x86_64              237/289 
-   Running scriptlet: systemd-networkd-255.16-1.fc40.x86_64              237/289 
-   Installing       : systemd-255.16-1.fc40.x86_64                       238/289 
-   Running scriptlet: systemd-255.16-1.fc40.x86_64                       238/289
-  
- Creating group 'input' with GID 104.
- Creating group 'kvm' with GID 36.
- Creating group 'render' with GID 105.
- Creating group 'sgx' with GID 106.
- Creating group 'systemd-journal' with GID 190.
- Creating group 'systemd-network' with GID 192.
- Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
- Creating group 'systemd-oom' with GID 998.
- Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
- Creating group 'systemd-resolve' with GID 193.
- Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- 
-   Installing       : os-prober-1.81-6.fc40.x86_64                       239/289 
-   Installing       : grubby-8.40-75.fc40.x86_64                         240/289 
-   Running scriptlet: grubby-8.40-75.fc40.x86_64                         240/289 
-   Installing       : systemd-udev-255.16-1.fc40.x86_64                  241/289 
-   Running scriptlet: systemd-udev-255.16-1.fc40.x86_64                  241/289 
- 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       : dracut-102-2.fc40.x86_64                           242/289 
-   Running scriptlet: grub2-tools-1:2.06-123.fc40.x86_64                 243/289 
-   Installing       : grub2-tools-1:2.06-123.fc40.x86_64                 243/289 
-   Running scriptlet: grub2-tools-1:2.06-123.fc40.x86_64                 243/289 
- Created symlink /etc/systemd/user/timers.target.wants/grub-boot-success.timer → /usr/lib/systemd/user/grub-boot-success.timer.
- 
-   Running scriptlet: polkit-124-2.fc40.x86_64                           244/289
-  
-   Installing       : polkit-124-2.fc40.x86_64                           244/289 
-   Running scriptlet: polkit-124-2.fc40.x86_64                           244/289 
-   Installing       : polkit-pkla-compat-0.1-28.fc40.x86_64              245/289 
-   Running scriptlet: rtkit-0.11-63.fc40.x86_64                          246/289 
-   Installing       : rtkit-0.11-63.fc40.x86_64                          246/289 
-   Running scriptlet: rtkit-0.11-63.fc40.x86_64                          246/289 
- Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
- 
-   Running scriptlet: pipewire-1.0.9-1.fc40.x86_64                       247/289 
-   Installing       : pipewire-1.0.9-1.fc40.x86_64                       247/289 
-   Running scriptlet: pipewire-1.0.9-1.fc40.x86_64                       247/289 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
- 
-   Installing       : pipewire-libs-1.0.9-1.fc40.x86_64                  248/289 
-   Installing       : wireplumber-0.5.7-1.fc40.x86_64                    249/289 
-   Installing       : wireplumber-libs-0.5.7-1.fc40.x86_64               250/289 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.9-1.   251/289 
-   Installing       : upower-libs-1.90.7-1.fc40.x86_64                   252/289 
-   Installing       : upower-1.90.7-1.fc40.x86_64                        253/289 
-   Running scriptlet: upower-1.90.7-1.fc40.x86_64                        253/289 
- Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
- 
-   Installing       : crypto-policies-scripts-20241011-1.git5930b9a.fc   254/289 
-   Installing       : nss-sysinit-3.107.0-1.fc40.x86_64                  255/289 
-   Installing       : nss-3.107.0-1.fc40.x86_64                          256/289 
-   Running scriptlet: nss-3.107.0-1.fc40.x86_64                          256/289 
-   Installing       : poppler-24.02.0-2.fc40.x86_64                      257/289 
-   Installing       : poppler-glib-24.02.0-2.fc40.x86_64                 258/289 
-   Installing       : cups-filesystem-1:2.4.11-9.fc40.noarch             259/289 
-   Installing       : cups-libs-1:2.4.11-9.fc40.x86_64                   260/289 
-   Installing       : cdparanoia-libs-10.2-44.fc40.x86_64                261/289 
-   Installing       : gstreamer1-plugins-base-1.24.11-1.fc40.x86_64      262/289 
-   Installing       : tracker-3.7.3-1.fc40.x86_64                        263/289 
-   Running scriptlet: tracker-3.7.3-1.fc40.x86_64                        263/289 
-   Installing       : libtracker-sparql-3.7.3-1.fc40.x86_64              264/289 
-   Installing       : tracker-miners-3.7.4-2.fc40.x86_64                 265/289 
-   Running scriptlet: tracker-miners-3.7.4-2.fc40.x86_64                 265/289 
-   Installing       : bzip2-devel-1.0.8-18.fc40.x86_64                   266/289 
-   Installing       : brotli-1.1.0-3.fc40.x86_64                         267/289 
-   Installing       : brotli-devel-1.1.0-3.fc40.x86_64                   268/289 
-   Installing       : freetype-devel-2.13.2-5.fc40.x86_64                269/289 
-   Installing       : fontconfig-devel-2.15.0-6.fc40.x86_64              270/289 
-   Installing       : cairo-devel-1.18.0-3.fc40.x86_64                   271/289 
-   Installing       : harfbuzz-devel-8.5.0-1.fc40.x86_64                 272/289 
-   Installing       : libjxl-devel-1:0.8.4-1.fc40.x86_64                 273/289 
-   Installing       : ModemManager-glib-1.22.0-3.fc40.x86_64             274/289 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       275/289 
-   Installing       : geoclue2-2.7.0-5.fc40.x86_64                       275/289 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       275/289 
-   Installing       : xdg-desktop-portal-1.18.4-1.fc40.x86_64            276/289 
-   Running scriptlet: xdg-desktop-portal-1.18.4-1.fc40.x86_64            276/289 
-   Installing       : libcanberra-gtk3-0.30-35.fc40.x86_64               277/289 
-   Installing       : gtk3-3.24.43-1.fc40.x86_64                         278/289 
-   Installing       : xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        279/289 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        279/289 
-   Installing       : libdecor-0.2.2-3.fc40.x86_64                       280/289 
-   Installing       : SDL2-2.30.11-1.fc40.x86_64                         281/289 
-   Installing       : SDL2-devel-2.30.11-1.fc40.x86_64                   282/289 
-   Installing       : SDL2_image-2.8.2-4.fc40.x86_64                     283/289 
-   Installing       : SDL2_ttf-2.22.0-2.fc40.x86_64                      284/289 
-   Installing       : SDL2_ttf-devel-2.22.0-2.fc40.x86_64                285/289 
-   Installing       : SDL2_image-devel-2.8.2-4.fc40.x86_64               286/289 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.9-1.fc40.   287/289 
-   Installing       : pipewire-alsa-1.0.9-1.fc40.x86_64                  288/289 
-   Installing       : pipewire-pulseaudio-1.0.9-1.fc40.x86_64            289/289 
-   Running scriptlet: pipewire-pulseaudio-1.0.9-1.fc40.x86_64            289/289 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
- 
-   Running scriptlet: grub2-common-1:2.06-123.fc40.noarch                289/289
-  
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                    289/289 
-   Running scriptlet: dconf-0.40.0-12.fc40.x86_64                        289/289 
-   Running scriptlet: systemd-resolved-255.16-1.fc40.x86_64              289/289 
-   Running scriptlet: wireplumber-0.5.7-1.fc40.x86_64                    289/289 
- 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: crypto-policies-scripts-20241011-1.git5930b9a.fc   289/289 
-   Running scriptlet: nss-3.107.0-1.fc40.x86_64                          289/289 
-   Running scriptlet: pipewire-pulseaudio-1.0.9-1.fc40.x86_64            289/289
-  
- 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.
- 
- 
- Installed:
-   ModemManager-glib-1.22.0-3.fc40.x86_64                                        
-   NetworkManager-libnm-1:1.46.6-1.fc40.x86_64                                   
-   SDL2-2.30.11-1.fc40.x86_64                                                    
-   SDL2-devel-2.30.11-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.2-2.fc40.noarch                                       
-   adwaita-icon-theme-46.2-2.fc40.noarch                                         
-   adwaita-icon-theme-legacy-46.2-1.fc40.noarch                                  
-   alsa-lib-1.2.13-3.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-3.fc40.x86_64                                        
-   bluez-libs-5.79-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-devel-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.30.5-1.fc40.x86_64                                         
-   colord-libs-1.4.7-3.fc40.x86_64                                               
-   cpio-2.15-1.fc40.x86_64                                                       
-   crypto-policies-scripts-20241011-1.git5930b9a.fc40.noarch                     
-   cryptsetup-libs-2.7.5-1.fc40.x86_64                                           
-   cups-filesystem-1:2.4.11-9.fc40.noarch                                        
-   cups-libs-1:2.4.11-9.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.199-1.fc40.x86_64                                          
-   device-mapper-libs-1.02.199-1.fc40.x86_64                                     
-   dracut-102-2.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-6.fc40.x86_64                                               
-   fontconfig-devel-2.15.0-6.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.14-2.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-0.22.5-4.fc40.x86_64                                                  
-   gettext-envsubst-0.22.5-4.fc40.x86_64                                         
-   gettext-libs-0.22.5-4.fc40.x86_64                                             
-   gettext-runtime-0.22.5-4.fc40.x86_64                                          
-   giflib-5.2.2-1.fc40.x86_64                                                    
-   glib-networking-2.80.0-1.fc40.x86_64                                          
-   glib2-devel-2.80.3-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-123.fc40.noarch                                           
-   grub2-tools-1:2.06-123.fc40.x86_64                                            
-   grub2-tools-minimal-1:2.06-123.fc40.x86_64                                    
-   grubby-8.40-75.fc40.x86_64                                                    
-   gsettings-desktop-schemas-46.1-1.fc40.x86_64                                  
-   gsm-1.0.22-6.fc40.x86_64                                                      
-   gstreamer1-1.24.11-1.fc40.x86_64                                              
-   gstreamer1-plugins-base-1.24.11-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.43-1.fc40.x86_64                                   
-   gtk3-3.24.43-1.fc40.x86_64                                                    
-   harfbuzz-8.5.0-1.fc40.x86_64                                                  
-   harfbuzz-devel-8.5.0-1.fc40.x86_64                                            
-   harfbuzz-icu-8.5.0-1.fc40.x86_64                                              
-   hicolor-icon-theme-0.17-18.fc40.noarch                                        
-   highway-1.2.0-2.fc40.x86_64                                                   
-   highway-devel-1.2.0-2.fc40.x86_64                                             
-   hwdata-0.391-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.4-1.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                                                   
-   libXext-devel-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.2-1.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                                               
-   libXrender-devel-0.9.11-6.fc40.x86_64                                         
-   libXtst-1.2.5-1.fc40.x86_64                                                   
-   libXv-1.0.12-3.fc40.x86_64                                                    
-   libXxf86vm-1.1.5-6.fc40.x86_64                                                
-   libaom-3.9.0-1.fc40.x86_64                                                    
-   libasyncns-0.8-28.fc40.x86_64                                                 
-   libavif-1.0.4-3.fc40.x86_64                                                   
-   libavif-devel-1.0.4-3.fc40.x86_64                                             
-   libblkid-devel-2.40.2-1.fc40.x86_64                                           
-   libbpf-2:1.2.3-1.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.5.1-1.fc40.x86_64                                                  
-   libdecor-0.2.2-3.fc40.x86_64                                                  
-   libdrm-2.4.123-1.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.3-1.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.53-2.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.4-1.fc40.x86_64                                                  
-   libjxl-devel-1:0.8.4-1.fc40.x86_64                                            
-   libkcapi-1.5.0-4.fc40.x86_64                                                  
-   libkcapi-hasher-1.5.0-4.fc40.x86_64                                           
-   libkcapi-hmaccalc-1.5.0-4.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.2-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-7.fc40.x86_64                                                 
-   libsbc-2.0-4.fc40.x86_64                                                      
-   libselinux-devel-3.7-5.fc40.x86_64                                            
-   libsepol-devel-3.7-2.fc40.x86_64                                              
-   libsndfile-1.2.2-4.fc40.x86_64                                                
-   libsoup-2.74.3-6.fc40.x86_64                                                  
-   libsoup3-3.4.5-1.fc40.x86_64                                                  
-   libstemmer-2.2.0-10.fc40.x86_64                                               
-   libtdb-1.4.10-1.fc40.x86_64                                                   
-   libtextstyle-0.22.5-4.fc40.x86_64                                             
-   libthai-0.1.29-8.fc40.x86_64                                                  
-   libtheora-1:1.1.1-36.fc40.x86_64                                              
-   libtiff-4.6.0-5.fc40.1.x86_64                                                 
-   libtiff-devel-4.6.0-5.fc40.1.x86_64                                           
-   libtracker-sparql-3.7.3-1.fc40.x86_64                                         
-   libunwind-1.8.0-3.fc40.x86_64                                                 
-   libusb1-1.0.27-6.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.23.0-2.fc40.x86_64                                        
-   libwayland-cursor-1.23.0-2.fc40.x86_64                                        
-   libwayland-egl-1.23.0-2.fc40.x86_64                                           
-   libwayland-server-1.23.0-2.fc40.x86_64                                        
-   libwebp-1.5.0-1.fc40.x86_64                                                   
-   libwebp-devel-1.5.0-1.fc40.x86_64                                             
-   libxkbcommon-1.6.0-2.fc40.x86_64                                              
-   libxml2-devel-2.12.9-1.fc40.x86_64                                            
-   libxshmfence-1.3.2-5.fc40.x86_64                                              
-   libxslt-1.1.42-1.fc40.x86_64                                                  
-   libzstd-devel-1.5.6-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.1.7-1.fc40.x86_64                                         
-   mesa-filesystem-24.1.7-1.fc40.x86_64                                          
-   mesa-libEGL-24.1.7-1.fc40.x86_64                                              
-   mesa-libEGL-devel-24.1.7-1.fc40.x86_64                                        
-   mesa-libGL-24.1.7-1.fc40.x86_64                                               
-   mesa-libgbm-24.1.7-1.fc40.x86_64                                              
-   mesa-libglapi-24.1.7-1.fc40.x86_64                                            
-   mesa-va-drivers-24.1.7-1.fc40.x86_64                                          
-   mpg123-libs-1.32.9-1.fc40.x86_64                                              
-   nspr-4.36.0-2.fc40.x86_64                                                     
-   nss-3.107.0-1.fc40.x86_64                                                     
-   nss-softokn-3.107.0-1.fc40.x86_64                                             
-   nss-softokn-freebl-3.107.0-1.fc40.x86_64                                      
-   nss-sysinit-3.107.0-1.fc40.x86_64                                             
-   nss-util-3.107.0-1.fc40.x86_64                                                
-   openjpeg2-2.5.3-1.fc40.x86_64                                                 
-   opus-1.5.1-1.fc40.x86_64                                                      
-   orc-0.4.39-1.fc40.x86_64                                                      
-   os-prober-1.81-6.fc40.x86_64                                                  
-   osinfo-db-20250124-1.fc40.noarch                                              
-   osinfo-db-tools-1.11.0-5.fc40.x86_64                                          
-   pango-1.54.0-1.fc40.x86_64                                                    
-   pcre2-devel-10.44-1.fc40.x86_64                                               
-   pcre2-utf16-10.44-1.fc40.x86_64                                               
-   pcre2-utf32-10.44-1.fc40.x86_64                                               
-   pigz-2.8-4.fc40.x86_64                                                        
-   pipewire-1.0.9-1.fc40.x86_64                                                  
-   pipewire-alsa-1.0.9-1.fc40.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.0.9-1.fc40.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.0.9-1.fc40.x86_64                   
-   pipewire-libs-1.0.9-1.fc40.x86_64                                             
-   pipewire-pulseaudio-1.0.9-1.fc40.x86_64                                       
-   pixman-0.43.4-1.fc40.x86_64                                                   
-   pixman-devel-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-8.fc40.x86_64                                            
-   python3-packaging-23.2-4.fc40.noarch                                          
-   qrencode-libs-4.1.1-7.fc40.x86_64                                             
-   rav1e-libs-0.7.1-4.fc40.x86_64                                                
-   rsvg-pixbuf-loader-2.57.1-7.fc40.x86_64                                       
-   rtkit-0.11-63.fc40.x86_64                                                     
-   shared-mime-info-2.3-5.fc40.x86_64                                            
-   sound-theme-freedesktop-0.8-21.fc40.noarch                                    
-   svt-av1-libs-2.1.0-4.fc40.x86_64                                              
-   sysprof-capture-devel-46.0-1.fc40.x86_64                                      
-   systemd-255.16-1.fc40.x86_64                                                  
-   systemd-networkd-255.16-1.fc40.x86_64                                         
-   systemd-pam-255.16-1.fc40.x86_64                                              
-   systemd-resolved-255.16-1.fc40.x86_64                                         
-   systemd-udev-255.16-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.1.3-1.fc40.x86_64                                             
-   tracker-3.7.3-1.fc40.x86_64                                                   
-   tracker-miners-3.7.4-2.fc40.x86_64                                            
-   uchardet-0.0.8-5.fc40.x86_64                                                  
-   upower-1.90.7-1.fc40.x86_64                                                   
-   upower-libs-1.90.7-1.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.7-1.fc40.x86_64                                               
-   wireplumber-libs-0.5.7-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                                                     
-   xz-devel-1:5.4.6-3.fc40.x86_64                                                
-   zlib-ng-compat-devel-2.1.7-2.fc40.x86_64                                      
- 
- Complete!
+ /usr/bin/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.11-1.fc40.x86_64
- SDL2_image-devel-2.8.2-4.fc40.x86_64
- SDL2_ttf-devel-2.22.0-2.fc40.x86_64
2025-02-09 10:38.21 ---> saved as "5baf8f0db489c77543c2c1fcf515c8f724dced70b2303c6a021a2e9c25c3d885"

/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 20 packages
  - install bigarray-compat   1.1.0
  - install conf-libffi       2.0.0
  - install conf-pkg-config   4
  - install conf-sdl2         1
  - install conf-sdl2-image   1
  - install conf-sdl2-ttf     1
  - install csexp             1.5.2
  - install ctypes            0.23.0
  - install ctypes-foreign    0.23.0
  - install dune              3.17.2
  - install dune-configurator 3.17.2
  - install integers          0.7.0
  - install ocamlbuild        0.15.0
  - install ocamlfind         1.9.8
  - install stdlib-shims      0.3.0
  - install topkg             1.0.7
  - install tsdl              1.1.0
  - install tsdl-image        0.6
  - install tsdl-ttf          0.6
  - install xdg               3.17.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.1.1.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2, xdg.3.17.2  (cached)
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.7
-> installed dune.3.17.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.17.2
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed tsdl.1.1.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-09 10:39.34 ---> saved as "704084c6367aa15ffab1028ffd722448297c99fd880fa79ccbc6c19586f5f087"

/src: (copy (src .) (dst /src))
2025-02-09 10:39.35 ---> saved as "f20fe298962cec14e2a99531ba54a0a41dd88fb9fdff3943471e4c9bb2987327"

/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 'DEBUG_CODE' not found in config.
[0][0] :	 Warning: Using DEBUG_CODE=1023
[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
[22][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[22][0] :	 Warning: User variable 'DIR' not found in config.
[22][0] :	 Warning: Using DIR=
[25][0] :	 Warning: User variable 'THEME' not found in config.
[25][0] :	 Warning: Using THEME=default
[25][0] :	 I/O: No theme specified, using default=default
[26][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250207]
[26][0] :	 I/O: Reading BACKGROUND=color:white
[26][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[26][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[26][0] :	 Warning: Using THEME=default
Loading Bogue 20250207 with config dir /src/_build/install/default/share/bogue/themes/default
[26][0] :	 Warning: Using BACKGROUND=color:white
[26][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[26][0] :	 Warning: Using BG_COLOR=lightsteelblue
[26][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[26][0] :	 Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[26][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[26][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[26][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[26][0] :	 Warning: Using CHECK_OFF=fa:square-o
[26][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[26][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[26][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[26][0] :	 Warning: Using FAINT_COLOR=gainsboro
[26][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[26][0] :	 Warning: Using TEXT_COLOR=black
[26][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[26][0] :	 Warning: Using SEL_BG_COLOR=slategray
[26][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[26][0] :	 Warning: Using SEL_FG_COLOR=white
[26][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[26][0] :	 Warning: Using LABEL_COLOR=black
[26][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[26][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[26][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[26][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[26][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[26][0] :	 Warning: Using LABEL_FONT_SIZE=14
[26][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[26][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[26][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[26][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[26][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[26][0] :	 Warning: Using TEXT_FONT_SIZE=14
[26][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[26][0] :	 Warning: Using SMALL_FONT_SIZE=10
[26][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[26][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[26][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[26][0] :	 Warning: Using ROOM_MARGIN=10
[26][0] :	 Warning: User variable 'FA_DIR' not found in config.
[26][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[26][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[26][0] :	 Warning: Using INT_SCALE=false
[26][0] :	 Warning: User variable 'SCALE' not found in config.
[26][0] :	 Warning: Using SCALE=0
[26][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[26][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[26][0] :	 Warning: User variable 'NO_VSYNC' not found in config.
[26][0] :	 Warning: Using NO_VSYNC=false
[26][0] :	 Warning: User variable 'NATURAL_SCROLLING' not found in config.
[26][0] :	 Warning: Using NATURAL_SCROLLING=auto
[31][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[31][0] :	 Custom: Detected os type: [Linux]
[36][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[38][0] :	 Warning: SDL initialized
[38][0] :	 Event: SDL Events initialized
[38][0] :	 Event: Register new event type:user (Ox8000)
[38][0] :	 Event: Register new event type:stop (Ox8001)
[38][0] :	 Event: Register new event type:stopped (Ox8002)
[38][0] :	 Event: Register new event type:mouse_enter (Ox8003)
[38][0] :	 Event: Register new event type:mouse_leave (Ox8004)
[38][0] :	 Event: Register new event type:redraw (Ox8005)
[38][0] :	 Event: Register new event type:mouse_at_rest (Ox8006)
[38][0] :	 Event: Register new event type:startup (Ox8007)
[38][0] :	 Event: Register new event type:var_changed (Ox8008)
[38][0] :	 Event: Register new event type:update (Ox8009)
[38][0] :	 Event: Register new event type:sync_action (Ox800a)
[38][0] :	 Event: Register new event type:keyboard_focus (Ox800b)
[38][0] :	 Event: Register new event type:mouse_focus (Ox800c)
[38][0] :	 Event: Register new event type:remove_focus (Ox800d)
[38][0] :	 Event: Register new event type:destroy_window (Ox800e)
[38][0] :	 Event: Register new event type:add_window (Ox800f)
[38][0] :	 Event: Register new event type:not_used (Ox8010)
[38][0] :	 Board: Layout #1 (dummy) created.
[42][0] :	 I/O: Fswatch program not found; using Unix_stat for file monitoring.
[42][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[45][0] :	 Graphics: SDL Video initialized
[45][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[46][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[52][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[52][0] :	 Graphics: DPI from system: 110
[52][0] :	 Graphics; Warning: Using SCALE=1.000000
[52][0] :	 Graphics: SDL Image initialized
[52][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[52][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[52][0] :	 Board: Adding timeout 1
[52][0] :	 Board: Layout #2 (windows_house) created.
[52][0] :	 Board: ==> Running board!
[52][0] :	 Graphics; Warning: Could not get refresh rate information for any monitor
[52][0] :	 Graphics: Desired FPS=60
[62][0] :	 Board: Has focus: NO
[62][0] :	 Board: Adding timeout 2
[62][0] :	 Graphics: FPS:100 (round_trip=0)

[1062][0] :	 Board: Executing timeout 1
Hello world
[1062][0] :	 Memory: All zombies have been killed! Congratulations!
[1062][0] :	 Board: Quitting...
[1062][0] :	 Graphics: Quitting SDL Image
[1062][0] :	 Graphics: Quitting SDL Video
[1062][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1062][0] :	 Memory: Freeing surface (123,128)
[1062][0] :	 Event: Quitting SDL Events
[1062][0] :	 Graphics: Exit SDL...
[1062][0] :	 Graphics: Done.
INFO: Using SDL 2.30.11
/bin/sh: line 1: xdpyinfo: command not found
2025-02-09 10:39.41 ---> saved as "6c15597c735fbf8820da5a67720fea08ef676710717d302758dfa10947fff1ed"
Job succeeded
2025-02-09 10:39.41: Job succeeded