Organisationssanettebogueb307b7 (master)fedora-38-4.14_opam-2.1

fedora-38-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:49.13: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (b307b736609e19ba6fee688cfed761ce9425a2e1) (linux-x86_64:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
Opam project build


To reproduce locally:


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


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


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


2024-05-10 15:49.13: Waiting for resource in pool OCluster
2024-05-11 02:39.06: Waiting for worker…
2024-05-11 02:41.16: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at b307b73 remove audio un/lock


(from ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101)
Unable to find image 'ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101' locally
docker.io/ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101: Pulling from ocaml/opam
985d77c9ca25: Pulling fs layer
985d77c9ca25: Verifying Checksum
985d77c9ca25: Download complete
985d77c9ca25: Pull complete
Digest: sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
Status: Downloaded newer image for ocaml/opam@sha256:af80e7e7fbfba8b61627fd767c033b0281835ab451c56b3772aa6d21d6760101
2024-05-11 02:43.31 ---> saved as "c8fcc6f6743854d61e83ec532243b7842802baad10ad200a5e4b9d06496f1a39"


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 38 - x86_64 - Updates                    221 kB/s |  24 kB     00:00    
Fedora 38 - x86_64 - Updates                    3.2 MB/s | 7.5 MB     00:02    
Fedora Modular 38 - x86_64 - Updates            226 kB/s |  24 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 02:43.55 ---> saved as "8beba12bb3916922dac18a983f8c02a7d9f23caa8afb5bc5a19fd1048fe329d5"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 02:43.55 ---> saved as "5d300b83cf96ca53af026add7e9a34129e5ac42651d1a10dc71d685d8c3e3d45"


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 02:45.10 ---> saved as "c79e7ee7ff7f997a7ac1b5544316ab15ff19e6a9b213c801c392cfe13fe04112"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 02:45.10 ---> saved as "b544ab9d5c56fefcbaccb2287e4d3bf51f5345daffd3e33e36112d5d6149d003"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:45.10 ---> saved as "ae835d1bf1a8feef001fcfff27f264df5f90171bf80aeb2de080852e08058f09"


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


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


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


/src: (copy (src bogue.opam) (dst ./))
2024-05-11 02:46.15 ---> saved as "f1e96b5498b9d63f96441060ef3b41102fbe6e48ae6f775c43126f63587d8b83"


/src: (run (network host)
           (shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2024-05-11 02:46.16 ---> saved as "3af7cbe829ae721c1d6580f7cf5a92a3e1caee421ca2e63d82dc9691477022f5"


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


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 38 - x86_64                              250 kB/s |  26 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64         11 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      251 kB/s |  25 kB     00:00    
- Fedora 38 - x86_64 - Updates                    231 kB/s |  24 kB     00:00    
- Fedora 38 - x86_64 - Updates                    2.2 MB/s | 1.8 MB     00:00    
- Fedora Modular 38 - x86_64 - Updates            187 kB/s |  24 kB     00:00    
- Metadata cache created.


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


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


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel" "libffi-devel"
- Last metadata expiration check: 0:00:16 ago on Sat May 11 02:46:20 2024.
- Dependencies resolved.
- ============================================================================================
-  Package                                   Arch    Version                    Repo      Size
- ============================================================================================
- Installing:
-  SDL2-devel                                x86_64  2.28.5-1.fc38              updates  395 k
-  SDL2_image-devel                          x86_64  2.8.2-1.fc38               updates   18 k
-  SDL2_ttf-devel                            x86_64  2.20.2-1.fc38              fedora    21 k
-  libffi-devel                              x86_64  3.4.4-2.fc38               fedora    29 k
- Installing dependencies:
-  ModemManager-glib                         x86_64  1.20.6-1.fc38              updates  323 k
-  NetworkManager-libnm                      x86_64  1:1.42.8-1.fc38            updates  1.8 M
-  SDL2                                      x86_64  2.28.5-1.fc38              updates  693 k
-  SDL2_image                                x86_64  2.8.2-1.fc38               updates  108 k
-  SDL2_ttf                                  x86_64  2.20.2-1.fc38              fedora    42 k
-  adwaita-cursor-theme                      noarch  44.0-1.fc38                fedora   633 k
-  adwaita-icon-theme                        noarch  44.0-1.fc38                fedora   1.1 M
-  alsa-lib                                  x86_64  1.2.11-2.fc38              updates  520 k
-  at-spi2-atk                               x86_64  2.48.4-1.fc38              updates   85 k
-  at-spi2-core                              x86_64  2.48.4-1.fc38              updates  371 k
-  atk                                       x86_64  2.48.4-1.fc38              updates   80 k
-  avahi-glib                                x86_64  0.8-22.fc38                updates   15 k
-  avahi-libs                                x86_64  0.8-22.fc38                updates   66 k
-  bluez-libs                                x86_64  5.75-1.fc38                updates   84 k
-  brotli                                    x86_64  1.0.9-11.fc38              fedora   316 k
-  brotli-devel                              x86_64  1.0.9-11.fc38              fedora    31 k
-  bzip2-devel                               x86_64  1.0.8-13.fc38              fedora   214 k
-  cairo                                     x86_64  1.17.8-4.fc38              updates  704 k
-  cairo-gobject                             x86_64  1.17.8-4.fc38              updates   18 k
-  cdparanoia-libs                           x86_64  10.2-41.fc38               fedora    54 k
-  cmake-filesystem                          x86_64  3.27.7-1.fc38              updates   19 k
-  colord-libs                               x86_64  1.4.6-4.fc38               updates  232 k
-  cpio                                      x86_64  2.13-14.fc38               fedora   276 k
-  crypto-policies-scripts                   noarch  20230301-1.gita12f7b2.fc38 fedora   116 k
-  cryptsetup-libs                           x86_64  2.6.1-1.fc38               fedora   492 k
-  cups-libs                                 x86_64  1:2.4.7-13.fc38            updates  268 k
-  dbus                                      x86_64  1:1.14.10-1.fc38           updates  8.0 k
-  dbus-broker                               x86_64  33-1.fc38                  fedora   173 k
-  dbus-common                               noarch  1:1.14.10-1.fc38           updates   15 k
-  device-mapper                             x86_64  1.02.197-1.fc38            updates  137 k
-  device-mapper-libs                        x86_64  1.02.197-1.fc38            updates  175 k
-  dracut                                    x86_64  059-5.fc38                 updates  427 k
-  duktape                                   x86_64  2.7.0-2.fc38               fedora   170 k
-  exempi                                    x86_64  2.6.3-2.fc38               fedora   576 k
-  exiv2-libs                                x86_64  0.27.6-4.fc38              fedora   782 k
-  fdk-aac-free                              x86_64  2.0.0-10.fc38              fedora   336 k
-  file                                      x86_64  5.44-3.fc38                fedora    49 k
-  flac-libs                                 x86_64  1.4.3-1.fc38               updates  263 k
-  fontconfig                                x86_64  2.14.2-2.fc38              updates  295 k
-  freetype                                  x86_64  2.13.0-2.fc38              fedora   414 k
-  freetype-devel                            x86_64  2.13.0-2.fc38              fedora   945 k
-  fribidi                                   x86_64  1.0.12-3.fc38              fedora    89 k
-  fuse-common                               x86_64  3.14.1-1.fc38              updates  6.9 k
-  fuse-libs                                 x86_64  2.9.9-16.fc38              fedora    97 k
-  fuse3                                     x86_64  3.14.1-1.fc38              updates   55 k
-  fuse3-libs                                x86_64  3.14.1-1.fc38              updates   93 k
-  gdk-pixbuf2                               x86_64  2.42.10-2.fc38             fedora   485 k
-  gdk-pixbuf2-modules                       x86_64  2.42.10-2.fc38             fedora    85 k
-  geoclue2                                  x86_64  2.7.0-1.fc38               updates  156 k
-  gettext-envsubst                          x86_64  0.21.1-2.fc38              fedora    36 k
-  gettext-libs                              x86_64  0.21.1-2.fc38              fedora   320 k
-  gettext-runtime                           x86_64  0.21.1-2.fc38              fedora   117 k
-  giflib                                    x86_64  5.2.2-1.fc38               updates   52 k
-  glib2-devel                               x86_64  2.76.6-1.fc38              updates  586 k
-  gobject-introspection                     x86_64  1.76.1-1.fc38              updates  262 k
-  google-noto-fonts-common                  noarch  20230201-2.fc38            updates   16 k
-  google-noto-sans-vf-fonts                 noarch  20230201-2.fc38            updates  579 k
-  graphene                                  x86_64  1.10.6-5.fc38              fedora    62 k
-  graphite2                                 x86_64  1.3.14-11.fc38             fedora    95 k
-  graphite2-devel                           x86_64  1.3.14-11.fc38             fedora    20 k
-  grub2-common                              noarch  1:2.06-118.fc38            updates  919 k
-  grub2-tools                               x86_64  1:2.06-118.fc38            updates  1.8 M
-  grub2-tools-minimal                       x86_64  1:2.06-118.fc38            updates  624 k
-  gsettings-desktop-schemas                 x86_64  44.0-1.fc38                fedora   733 k
-  gsm                                       x86_64  1.0.22-2.fc38              fedora    35 k
-  gstreamer1                                x86_64  1.22.11-1.fc38             updates  1.4 M
-  gstreamer1-plugins-base                   x86_64  1.22.11-1.fc38             updates  2.2 M
-  gtk-update-icon-cache                     x86_64  3.24.41-1.fc38             updates   34 k
-  gtk3                                      x86_64  3.24.41-1.fc38             updates  5.6 M
-  harfbuzz                                  x86_64  7.1.0-1.fc38               fedora   889 k
-  harfbuzz-devel                            x86_64  7.1.0-1.fc38               fedora   445 k
-  harfbuzz-icu                              x86_64  7.1.0-1.fc38               fedora    16 k
-  hicolor-icon-theme                        noarch  0.17-15.fc38               fedora    66 k
-  hwdata                                    noarch  0.381-1.fc38               updates  1.6 M
-  iso-codes                                 noarch  4.13.0-1.fc38              fedora   3.5 M
-  jbigkit-libs                              x86_64  2.1-25.fc38                fedora    53 k
-  json-glib                                 x86_64  1.6.6-4.fc38               fedora   162 k
-  kbd                                       x86_64  2.5.1-5.fc38               fedora   428 k
-  kbd-legacy                                noarch  2.5.1-5.fc38               fedora   550 k
-  kbd-misc                                  noarch  2.5.1-5.fc38               fedora   1.6 M
-  kmod                                      x86_64  30-4.fc38                  fedora   120 k
-  kmod-libs                                 x86_64  30-4.fc38                  fedora    68 k
-  lame-libs                                 x86_64  3.100-14.fc38              fedora   337 k
-  langpacks-core-font-en                    noarch  3.0-32.fc38                updates  9.6 k
-  lcms2                                     x86_64  2.15-1.fc38                fedora   178 k
-  libXcomposite                             x86_64  0.4.5-9.fc38               fedora    23 k
-  libXcursor                                x86_64  1.2.1-3.fc38               fedora    30 k
-  libXdamage                                x86_64  1.1.5-9.fc38               fedora    22 k
-  libXext                                   x86_64  1.3.5-2.fc38               fedora    39 k
-  libXfixes                                 x86_64  6.0.0-5.fc38               fedora    19 k
-  libXft                                    x86_64  2.3.8-2.fc38               updates   72 k
-  libXi                                     x86_64  1.8.1-1.fc38               updates   40 k
-  libXinerama                               x86_64  1.1.5-2.fc38               fedora    14 k
-  libXrandr                                 x86_64  1.5.2-10.fc38              fedora    27 k
-  libXrender                                x86_64  0.9.11-2.fc38              fedora    27 k
-  libXtst                                   x86_64  1.2.4-2.fc38               fedora    20 k
-  libXv                                     x86_64  1.0.11-18.fc38             fedora    18 k
-  libXxf86vm                                x86_64  1.1.5-2.fc38               fedora    18 k
-  libargon2                                 x86_64  20190702-2.fc38            fedora    28 k
-  libasyncns                                x86_64  0.8-24.fc38                fedora    30 k
-  libblkid-devel                            x86_64  2.38.1-4.fc38              fedora    16 k
-  libcanberra                               x86_64  0.30-31.fc38               fedora    85 k
-  libcloudproviders                         x86_64  0.3.5-1.fc38               updates   46 k
-  libcue                                    x86_64  2.2.1-13.fc38              updates   34 k
-  libdatrie                                 x86_64  0.2.13-5.fc38              fedora    32 k
-  libdecor                                  x86_64  0.2.2-1.fc38               updates   59 k
-  libdrm                                    x86_64  2.4.120-1.fc38             updates  157 k
-  libepoxy                                  x86_64  1.5.10-3.fc38              fedora   237 k
-  libexif                                   x86_64  0.6.24-4.fc38              fedora   461 k
-  libgexiv2                                 x86_64  0.14.2-1.fc38              updates   98 k
-  libglvnd                                  x86_64  1:1.6.0-2.fc38             fedora   134 k
-  libglvnd-core-devel                       x86_64  1:1.6.0-2.fc38             fedora    18 k
-  libglvnd-devel                            x86_64  1:1.6.0-2.fc38             fedora   163 k
-  libglvnd-egl                              x86_64  1:1.6.0-2.fc38             fedora    36 k
-  libglvnd-gles                             x86_64  1:1.6.0-2.fc38             fedora    32 k
-  libglvnd-glx                              x86_64  1:1.6.0-2.fc38             fedora   142 k
-  libglvnd-opengl                           x86_64  1:1.6.0-2.fc38             fedora    43 k
-  libgrss                                   x86_64  0.7.0-16.fc38              fedora    62 k
-  libgsf                                    x86_64  1.14.51-1.fc38             updates  297 k
-  libgudev                                  x86_64  237-4.fc38                 fedora    35 k
-  libgusb                                   x86_64  0.4.8-1.fc38               updates   65 k
-  libgxps                                   x86_64  0.3.2-5.fc38               fedora    77 k
-  libicu-devel                              x86_64  72.1-2.fc38                fedora   918 k
-  libiptcdata                               x86_64  1.0.5-13.fc38              fedora    61 k
-  libjpeg-turbo                             x86_64  2.1.4-2.fc38               fedora   183 k
-  libkcapi                                  x86_64  1.4.0-5.fc38               fedora    46 k
-  libkcapi-hmaccalc                         x86_64  1.4.0-5.fc38               fedora    24 k
-  liblc3                                    x86_64  1.0.4-2.fc38               updates   80 k
-  libldac                                   x86_64  2.0.2.3-12.fc38            fedora    41 k
-  liblerc                                   x86_64  4.0.0-3.fc38               fedora   202 k
-  libmount-devel                            x86_64  2.38.1-4.fc38              fedora    18 k
-  libnotify                                 x86_64  0.8.3-1.fc38               updates   51 k
-  libogg                                    x86_64  2:1.3.5-5.fc38             fedora    33 k
-  libosinfo                                 x86_64  1.11.0-1.fc38              updates  315 k
-  libpciaccess                              x86_64  0.16-8.fc38                fedora    26 k
-  libpng                                    x86_64  2:1.6.37-14.fc38           fedora   120 k
-  libpng-devel                              x86_64  2:1.6.37-14.fc38           fedora   291 k
-  libproxy                                  x86_64  0.4.18-6.fc38              fedora    71 k
-  libsbc                                    x86_64  2.0-2.fc38                 fedora    47 k
-  libselinux-devel                          x86_64  3.5-1.fc38                 fedora   151 k
-  libsepol-devel                            x86_64  3.5-1.fc38                 fedora    49 k
-  libsndfile                                x86_64  1.1.0-6.fc38               fedora   214 k
-  libsoup                                   x86_64  2.74.3-2.fc38              fedora   402 k
-  libsoup3                                  x86_64  3.4.4-1.fc38               updates  389 k
-  libstemmer                                x86_64  2.2.0-5.fc38               fedora   168 k
-  libtdb                                    x86_64  1.4.8-1.fc38               fedora    51 k
-  libthai                                   x86_64  0.1.29-4.fc38              fedora   213 k
-  libtheora                                 x86_64  1:1.1.1-33.fc38            fedora   166 k
-  libtiff                                   x86_64  4.4.0-8.fc38               updates  201 k
-  libtiff-devel                             x86_64  4.4.0-8.fc38               updates  545 k
-  libtracker-sparql                         x86_64  3.5.3-2.fc38               updates  385 k
-  libunwind                                 x86_64  1.6.2-7.fc38               fedora    68 k
-  libusb1                                   x86_64  1.0.27-1.fc38              updates   76 k
-  libvisual                                 x86_64  1:0.4.1-1.fc38             fedora   151 k
-  libvorbis                                 x86_64  1:1.3.7-7.fc38             fedora   195 k
-  libwayland-client                         x86_64  1.22.0-1.fc38              updates   34 k
-  libwayland-cursor                         x86_64  1.22.0-1.fc38              updates   19 k
-  libwayland-egl                            x86_64  1.22.0-1.fc38              updates   13 k
-  libwayland-server                         x86_64  1.22.0-1.fc38              updates   42 k
-  libwebp                                   x86_64  1.3.2-2.fc38               updates  284 k
-  libwebp-devel                             x86_64  1.3.2-2.fc38               updates   38 k
-  libxkbcommon                              x86_64  1.5.0-2.fc38               fedora   140 k
-  libxshmfence                              x86_64  1.3-12.fc38                fedora    12 k
-  libxslt                                   x86_64  1.1.39-1.fc38              updates  187 k
-  llvm-libs                                 x86_64  16.0.6-3.fc38              updates   27 M
-  lm_sensors-libs                           x86_64  3.6.0-13.fc38              fedora    41 k
-  low-memory-monitor                        x86_64  2.1-7.fc38                 fedora    34 k
-  mesa-filesystem                           x86_64  23.1.9-1.fc38              updates   17 k
-  mesa-libEGL                               x86_64  23.1.9-1.fc38              updates  131 k
-  mesa-libEGL-devel                         x86_64  23.1.9-1.fc38              updates   20 k
-  mesa-libGL                                x86_64  23.1.9-1.fc38              updates  173 k
-  mesa-libgbm                               x86_64  23.1.9-1.fc38              updates   44 k
-  mesa-libglapi                             x86_64  23.1.9-1.fc38              updates   53 k
-  mpg123-libs                               x86_64  1.31.3-1.fc38              fedora   340 k
-  nspr                                      x86_64  4.35.0-17.fc38             updates  137 k
-  nss                                       x86_64  3.99.0-1.fc38              updates  703 k
-  nss-softokn                               x86_64  3.99.0-1.fc38              updates  419 k
-  nss-softokn-freebl                        x86_64  3.99.0-1.fc38              updates  381 k
-  nss-sysinit                               x86_64  3.99.0-1.fc38              updates   18 k
-  nss-util                                  x86_64  3.99.0-1.fc38              updates   87 k
-  openjpeg2                                 x86_64  2.5.2-1.fc38               updates  178 k
-  opus                                      x86_64  1.3.1-12.fc38              fedora   206 k
-  orc                                       x86_64  0.4.33-2.fc38              fedora   202 k
-  os-prober                                 x86_64  1.81-3.fc38                fedora    50 k
-  osinfo-db                                 noarch  20231215-1.fc38            updates  444 k
-  osinfo-db-tools                           x86_64  1.11.0-1.fc38              updates   73 k
-  pango                                     x86_64  1.50.14-1.fc38             fedora   342 k
-  pcre2-devel                               x86_64  10.42-1.fc38.1             fedora   506 k
-  pcre2-utf16                               x86_64  10.42-1.fc38.1             fedora   214 k
-  pcre2-utf32                               x86_64  10.42-1.fc38.1             fedora   201 k
-  pipewire-jack-audio-connection-kit-libs   x86_64  1.0.3-1.fc38               updates  140 k
-  pipewire-libs                             x86_64  1.0.3-1.fc38               updates  1.9 M
-  pixman                                    x86_64  0.42.2-1.fc38              fedora   285 k
-  polkit                                    x86_64  122-3.fc38.1               updates  150 k
-  polkit-libs                               x86_64  122-3.fc38.1               updates   63 k
-  polkit-pkla-compat                        x86_64  0.1-23.fc38                fedora    44 k
-  poppler                                   x86_64  23.02.0-3.fc38             updates  1.2 M
-  poppler-data                              noarch  0.4.11-4.fc38              fedora   2.0 M
-  poppler-glib                              x86_64  23.02.0-3.fc38             updates  175 k
-  procps-ng                                 x86_64  3.3.17-11.fc38             updates  338 k
-  pulseaudio-libs                           x86_64  16.1-4.fc38                fedora   694 k
-  rtkit                                     x86_64  0.11-58.fc38               fedora    55 k
-  shared-mime-info                          x86_64  2.2-3.fc38                 fedora   381 k
-  sound-theme-freedesktop                   noarch  0.8-19.fc38                fedora   383 k
-  sysprof-capture-devel                     x86_64  3.48.0-1.fc38              fedora    58 k
-  systemd                                   x86_64  253.17-1.fc38              updates  4.5 M
-  systemd-pam                               x86_64  253.17-1.fc38              updates  337 k
-  systemd-udev                              x86_64  253.17-1.fc38              updates  2.1 M
-  totem-pl-parser                           x86_64  3.26.6-6.fc38              fedora   144 k
-  tracker                                   x86_64  3.5.3-2.fc38               updates  584 k
-  uchardet                                  x86_64  0.0.8-2.fc38               fedora   108 k
-  upower                                    x86_64  0.99.20-3.fc38             fedora   139 k
-  webrtc-audio-processing                   x86_64  0.3.1-10.fc38              fedora   307 k
-  wireplumber                               x86_64  0.4.17-1.fc38              updates   99 k
-  wireplumber-libs                          x86_64  0.4.17-1.fc38              updates  347 k
-  xdg-desktop-portal                        x86_64  1.16.0-3.fc38              fedora   435 k
-  xkeyboard-config                          noarch  2.38-1.fc38                fedora   963 k
-  xml-common                                noarch  0.6.3-60.fc38              fedora    31 k
-  xprop                                     x86_64  1.2.5-3.fc38               fedora    35 k
-  zlib-devel                                x86_64  1.2.13-3.fc38              fedora    45 k
- Installing weak dependencies:
-  abattis-cantarell-fonts                   noarch  0.301-9.fc38               fedora   270 k
-  adobe-source-code-pro-fonts               noarch  2.042.1.062.1.026-2.fc38   updates  806 k
-  dconf                                     x86_64  0.40.0-8.fc38              fedora   107 k
-  exiv2                                     x86_64  0.27.6-4.fc38              fedora   980 k
-  glib-networking                           x86_64  2.76.1-1.fc38              updates  195 k
-  grubby                                    x86_64  8.40-70.fc38               updates   26 k
-  kpartx                                    x86_64  0.9.4-2.fc38               fedora    49 k
-  libcanberra-gtk3                          x86_64  0.30-31.fc38               fedora    31 k
-  libproxy-duktape                          x86_64  0.4.18-6.fc38              fedora    17 k
-  memstrack                                 x86_64  0.2.5-1.fc38               fedora    50 k
-  mesa-dri-drivers                          x86_64  23.1.9-1.fc38              updates   19 M
-  mesa-va-drivers                           x86_64  23.1.9-1.fc38              updates  3.4 M
-  pigz                                      x86_64  2.7-3.fc38                 fedora    83 k
-  pipewire                                  x86_64  1.0.3-1.fc38               updates  115 k
-  pipewire-alsa                             x86_64  1.0.3-1.fc38               updates   64 k
-  pipewire-jack-audio-connection-kit        x86_64  1.0.3-1.fc38               updates   16 k
-  pipewire-pulseaudio                       x86_64  1.0.3-1.fc38               updates  198 k
-  qrencode-libs                             x86_64  4.1.1-4.fc38               fedora    61 k
-  systemd-networkd                          x86_64  253.17-1.fc38              updates  631 k
-  systemd-resolved                          x86_64  253.17-1.fc38              updates  287 k
-  tpm2-tools                                x86_64  5.5-3.fc38                 updates  795 k
-  tracker-miners                            x86_64  3.5.4-1.fc38               updates  958 k
-  xdg-desktop-portal-gtk                    x86_64  1.14.1-2.fc38              fedora   146 k
- 
- Transaction Summary
- ============================================================================================
- Install  247 Packages
- 
- Total download size: 126 M
- Installed size: 539 M
- Downloading Packages:
- (1/247): SDL2_ttf-devel-2.20.2-1.fc38.x86_64.rp 876 kB/s |  21 kB     00:00    
- (2/247): SDL2_ttf-2.20.2-1.fc38.x86_64.rpm      1.3 MB/s |  42 kB     00:00    
- (3/247): abattis-cantarell-fonts-0.301-9.fc38.n 5.5 MB/s | 270 kB     00:00    
- (4/247): adwaita-cursor-theme-44.0-1.fc38.noarc  15 MB/s | 633 kB     00:00    
- (5/247): brotli-1.0.9-11.fc38.x86_64.rpm         16 MB/s | 316 kB     00:00    
- (6/247): adwaita-icon-theme-44.0-1.fc38.noarch.  23 MB/s | 1.1 MB     00:00    
- (7/247): brotli-devel-1.0.9-11.fc38.x86_64.rpm  2.3 MB/s |  31 kB     00:00    
- (8/247): bzip2-devel-1.0.8-13.fc38.x86_64.rpm    17 MB/s | 214 kB     00:00    
- (9/247): cdparanoia-libs-10.2-41.fc38.x86_64.rp 6.3 MB/s |  54 kB     00:00    
- (10/247): cpio-2.13-14.fc38.x86_64.rpm           24 MB/s | 276 kB     00:00    
- (11/247): crypto-policies-scripts-20230301-1.gi 9.1 MB/s | 116 kB     00:00    
- (12/247): cryptsetup-libs-2.6.1-1.fc38.x86_64.r  34 MB/s | 492 kB     00:00    
- (13/247): dbus-broker-33-1.fc38.x86_64.rpm       15 MB/s | 173 kB     00:00    
- (14/247): dconf-0.40.0-8.fc38.x86_64.rpm        9.7 MB/s | 107 kB     00:00    
- (15/247): duktape-2.7.0-2.fc38.x86_64.rpm        17 MB/s | 170 kB     00:00    
- (16/247): exempi-2.6.3-2.fc38.x86_64.rpm         32 MB/s | 576 kB     00:00    
- (17/247): exiv2-0.27.6-4.fc38.x86_64.rpm         30 MB/s | 980 kB     00:00    
- (18/247): exiv2-libs-0.27.6-4.fc38.x86_64.rpm    28 MB/s | 782 kB     00:00    
- (19/247): fdk-aac-free-2.0.0-10.fc38.x86_64.rpm  17 MB/s | 336 kB     00:00    
- (20/247): file-5.44-3.fc38.x86_64.rpm           5.9 MB/s |  49 kB     00:00    
- (21/247): freetype-2.13.0-2.fc38.x86_64.rpm      28 MB/s | 414 kB     00:00    
- (22/247): fribidi-1.0.12-3.fc38.x86_64.rpm      5.2 MB/s |  89 kB     00:00    
- (23/247): freetype-devel-2.13.0-2.fc38.x86_64.r  38 MB/s | 945 kB     00:00    
- (24/247): fuse-libs-2.9.9-16.fc38.x86_64.rpm    9.5 MB/s |  97 kB     00:00    
- (25/247): gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm  34 MB/s | 485 kB     00:00    
- (26/247): gdk-pixbuf2-modules-2.42.10-2.fc38.x8 7.9 MB/s |  85 kB     00:00    
- (27/247): gettext-envsubst-0.21.1-2.fc38.x86_64 3.6 MB/s |  36 kB     00:00    
- (28/247): gettext-libs-0.21.1-2.fc38.x86_64.rpm  26 MB/s | 320 kB     00:00    
- (29/247): gettext-runtime-0.21.1-2.fc38.x86_64. 9.4 MB/s | 117 kB     00:00    
- (30/247): graphene-1.10.6-5.fc38.x86_64.rpm     4.8 MB/s |  62 kB     00:00    
- (31/247): graphite2-1.3.14-11.fc38.x86_64.rpm    11 MB/s |  95 kB     00:00    
- (32/247): graphite2-devel-1.3.14-11.fc38.x86_64 2.4 MB/s |  20 kB     00:00    
- (33/247): gsettings-desktop-schemas-44.0-1.fc38  42 MB/s | 733 kB     00:00    
- (34/247): gsm-1.0.22-2.fc38.x86_64.rpm          3.2 MB/s |  35 kB     00:00    
- (35/247): harfbuzz-7.1.0-1.fc38.x86_64.rpm       46 MB/s | 889 kB     00:00    
- (36/247): harfbuzz-devel-7.1.0-1.fc38.x86_64.rp  32 MB/s | 445 kB     00:00    
- (37/247): harfbuzz-icu-7.1.0-1.fc38.x86_64.rpm  1.2 MB/s |  16 kB     00:00    
- (38/247): hicolor-icon-theme-0.17-15.fc38.noarc 7.6 MB/s |  66 kB     00:00    
- (39/247): jbigkit-libs-2.1-25.fc38.x86_64.rpm   5.5 MB/s |  53 kB     00:00    
- (40/247): json-glib-1.6.6-4.fc38.x86_64.rpm      14 MB/s | 162 kB     00:00    
- (41/247): kbd-2.5.1-5.fc38.x86_64.rpm            30 MB/s | 428 kB     00:00    
- (42/247): kbd-legacy-2.5.1-5.fc38.noarch.rpm     29 MB/s | 550 kB     00:00    
- (43/247): kmod-30-4.fc38.x86_64.rpm             7.3 MB/s | 120 kB     00:00    
- (44/247): kbd-misc-2.5.1-5.fc38.noarch.rpm       38 MB/s | 1.6 MB     00:00    
- (45/247): iso-codes-4.13.0-1.fc38.noarch.rpm     40 MB/s | 3.5 MB     00:00    
- (46/247): kmod-libs-30-4.fc38.x86_64.rpm        1.9 MB/s |  68 kB     00:00    
- (47/247): kpartx-0.9.4-2.fc38.x86_64.rpm        2.5 MB/s |  49 kB     00:00    
- (48/247): lcms2-2.15-1.fc38.x86_64.rpm           13 MB/s | 178 kB     00:00    
- (49/247): lame-libs-3.100-14.fc38.x86_64.rpm     21 MB/s | 337 kB     00:00    
- (50/247): libXcomposite-0.4.5-9.fc38.x86_64.rpm 1.6 MB/s |  23 kB     00:00    
- (51/247): libXcursor-1.2.1-3.fc38.x86_64.rpm    3.7 MB/s |  30 kB     00:00    
- (52/247): libXdamage-1.1.5-9.fc38.x86_64.rpm    2.7 MB/s |  22 kB     00:00    
- (53/247): libXext-1.3.5-2.fc38.x86_64.rpm       4.4 MB/s |  39 kB     00:00    
- (54/247): libXfixes-6.0.0-5.fc38.x86_64.rpm     2.3 MB/s |  19 kB     00:00    
- (55/247): libXinerama-1.1.5-2.fc38.x86_64.rpm   1.8 MB/s |  14 kB     00:00    
- (56/247): libXrandr-1.5.2-10.fc38.x86_64.rpm    3.4 MB/s |  27 kB     00:00    
- (57/247): libXrender-0.9.11-2.fc38.x86_64.rpm   3.3 MB/s |  27 kB     00:00    
- (58/247): libXtst-1.2.4-2.fc38.x86_64.rpm       2.6 MB/s |  20 kB     00:00    
- (59/247): libXv-1.0.11-18.fc38.x86_64.rpm       2.3 MB/s |  18 kB     00:00    
- (60/247): libXxf86vm-1.1.5-2.fc38.x86_64.rpm    2.2 MB/s |  18 kB     00:00    
- (61/247): libargon2-20190702-2.fc38.x86_64.rpm  3.5 MB/s |  28 kB     00:00    
- (62/247): libasyncns-0.8-24.fc38.x86_64.rpm     3.6 MB/s |  30 kB     00:00    
- (63/247): libblkid-devel-2.38.1-4.fc38.x86_64.r 2.0 MB/s |  16 kB     00:00    
- (64/247): libcanberra-0.30-31.fc38.x86_64.rpm   9.6 MB/s |  85 kB     00:00    
- (65/247): libcanberra-gtk3-0.30-31.fc38.x86_64. 3.6 MB/s |  31 kB     00:00    
- (66/247): libdatrie-0.2.13-5.fc38.x86_64.rpm    3.9 MB/s |  32 kB     00:00    
- (67/247): libepoxy-1.5.10-3.fc38.x86_64.rpm      22 MB/s | 237 kB     00:00    
- (68/247): libexif-0.6.24-4.fc38.x86_64.rpm       30 MB/s | 461 kB     00:00    
- (69/247): libffi-devel-3.4.4-2.fc38.x86_64.rpm  2.7 MB/s |  29 kB     00:00    
- (70/247): libglvnd-1.6.0-2.fc38.x86_64.rpm       14 MB/s | 134 kB     00:00    
- (71/247): libglvnd-core-devel-1.6.0-2.fc38.x86_ 2.2 MB/s |  18 kB     00:00    
- (72/247): libglvnd-devel-1.6.0-2.fc38.x86_64.rp  16 MB/s | 163 kB     00:00    
- (73/247): libglvnd-egl-1.6.0-2.fc38.x86_64.rpm  4.4 MB/s |  36 kB     00:00    
- (74/247): libglvnd-gles-1.6.0-2.fc38.x86_64.rpm 3.9 MB/s |  32 kB     00:00    
- (75/247): libglvnd-glx-1.6.0-2.fc38.x86_64.rpm   15 MB/s | 142 kB     00:00    
- (76/247): libglvnd-opengl-1.6.0-2.fc38.x86_64.r 5.2 MB/s |  43 kB     00:00    
- (77/247): libgrss-0.7.0-16.fc38.x86_64.rpm      7.2 MB/s |  62 kB     00:00    
- (78/247): libgudev-237-4.fc38.x86_64.rpm        4.1 MB/s |  35 kB     00:00    
- (79/247): libgxps-0.3.2-5.fc38.x86_64.rpm       8.8 MB/s |  77 kB     00:00    
- (80/247): libiptcdata-1.0.5-13.fc38.x86_64.rpm  4.6 MB/s |  61 kB     00:00    
- (81/247): libjpeg-turbo-2.1.4-2.fc38.x86_64.rpm  13 MB/s | 183 kB     00:00    
- (82/247): libicu-devel-72.1-2.fc38.x86_64.rpm    39 MB/s | 918 kB     00:00    
- (83/247): libkcapi-1.4.0-5.fc38.x86_64.rpm      5.4 MB/s |  46 kB     00:00    
- (84/247): libkcapi-hmaccalc-1.4.0-5.fc38.x86_64 2.9 MB/s |  24 kB     00:00    
- (85/247): libldac-2.0.2.3-12.fc38.x86_64.rpm    4.8 MB/s |  41 kB     00:00    
- (86/247): liblerc-4.0.0-3.fc38.x86_64.rpm        19 MB/s | 202 kB     00:00    
- (87/247): libmount-devel-2.38.1-4.fc38.x86_64.r 1.8 MB/s |  18 kB     00:00    
- (88/247): libogg-1.3.5-5.fc38.x86_64.rpm        4.0 MB/s |  33 kB     00:00    
- (89/247): libpciaccess-0.16-8.fc38.x86_64.rpm   3.2 MB/s |  26 kB     00:00    
- (90/247): libpng-1.6.37-14.fc38.x86_64.rpm       13 MB/s | 120 kB     00:00    
- (91/247): libpng-devel-1.6.37-14.fc38.x86_64.rp  24 MB/s | 291 kB     00:00    
- (92/247): libproxy-0.4.18-6.fc38.x86_64.rpm     8.1 MB/s |  71 kB     00:00    
- (93/247): libproxy-duktape-0.4.18-6.fc38.x86_64 2.1 MB/s |  17 kB     00:00    
- (94/247): libsbc-2.0-2.fc38.x86_64.rpm          5.7 MB/s |  47 kB     00:00    
- (95/247): libselinux-devel-3.5-1.fc38.x86_64.rp  15 MB/s | 151 kB     00:00    
- (96/247): libsepol-devel-3.5-1.fc38.x86_64.rpm  5.0 MB/s |  49 kB     00:00    
- (97/247): libsndfile-1.1.0-6.fc38.x86_64.rpm     20 MB/s | 214 kB     00:00    
- (98/247): libsoup-2.74.3-2.fc38.x86_64.rpm       30 MB/s | 402 kB     00:00    
- (99/247): libstemmer-2.2.0-5.fc38.x86_64.rpm     12 MB/s | 168 kB     00:00    
- (100/247): libtdb-1.4.8-1.fc38.x86_64.rpm       6.1 MB/s |  51 kB     00:00    
- (101/247): libthai-0.1.29-4.fc38.x86_64.rpm      20 MB/s | 213 kB     00:00    
- (102/247): libtheora-1.1.1-33.fc38.x86_64.rpm    15 MB/s | 166 kB     00:00    
- (103/247): libunwind-1.6.2-7.fc38.x86_64.rpm    6.8 MB/s |  68 kB     00:00    
- (104/247): libvisual-0.4.1-1.fc38.x86_64.rpm     15 MB/s | 151 kB     00:00    
- (105/247): libvorbis-1.3.7-7.fc38.x86_64.rpm     18 MB/s | 195 kB     00:00    
- (106/247): libxkbcommon-1.5.0-2.fc38.x86_64.rpm  13 MB/s | 140 kB     00:00    
- (107/247): libxshmfence-1.3-12.fc38.x86_64.rpm  1.4 MB/s |  12 kB     00:00    
- (108/247): lm_sensors-libs-3.6.0-13.fc38.x86_64 5.0 MB/s |  41 kB     00:00    
- (109/247): low-memory-monitor-2.1-7.fc38.x86_64 4.2 MB/s |  34 kB     00:00    
- (110/247): memstrack-0.2.5-1.fc38.x86_64.rpm    5.9 MB/s |  50 kB     00:00    
- (111/247): mpg123-libs-1.31.3-1.fc38.x86_64.rpm  28 MB/s | 340 kB     00:00    
- (112/247): opus-1.3.1-12.fc38.x86_64.rpm         16 MB/s | 206 kB     00:00    
- (113/247): orc-0.4.33-2.fc38.x86_64.rpm          19 MB/s | 202 kB     00:00    
- (114/247): os-prober-1.81-3.fc38.x86_64.rpm     5.9 MB/s |  50 kB     00:00    
- (115/247): pango-1.50.14-1.fc38.x86_64.rpm       28 MB/s | 342 kB     00:00    
- (116/247): pcre2-devel-10.42-1.fc38.1.x86_64.rp  35 MB/s | 506 kB     00:00    
- (117/247): pcre2-utf16-10.42-1.fc38.1.x86_64.rp  18 MB/s | 214 kB     00:00    
- (118/247): pcre2-utf32-10.42-1.fc38.1.x86_64.rp  19 MB/s | 201 kB     00:00    
- (119/247): pigz-2.7-3.fc38.x86_64.rpm           9.4 MB/s |  83 kB     00:00    
- (120/247): pixman-0.42.2-1.fc38.x86_64.rpm       25 MB/s | 285 kB     00:00    
- (121/247): polkit-pkla-compat-0.1-23.fc38.x86_6 5.2 MB/s |  44 kB     00:00    
- (122/247): pulseaudio-libs-16.1-4.fc38.x86_64.r  33 MB/s | 694 kB     00:00    
- (123/247): qrencode-libs-4.1.1-4.fc38.x86_64.rp 2.9 MB/s |  61 kB     00:00    
- (124/247): poppler-data-0.4.11-4.fc38.noarch.rp  46 MB/s | 2.0 MB     00:00    
- (125/247): rtkit-0.11-58.fc38.x86_64.rpm        2.6 MB/s |  55 kB     00:00    
- (126/247): shared-mime-info-2.2-3.fc38.x86_64.r  17 MB/s | 381 kB     00:00    
- (127/247): sound-theme-freedesktop-0.8-19.fc38.  30 MB/s | 383 kB     00:00    
- (128/247): sysprof-capture-devel-3.48.0-1.fc38. 5.1 MB/s |  58 kB     00:00    
- (129/247): totem-pl-parser-3.26.6-6.fc38.x86_64  12 MB/s | 144 kB     00:00    
- (130/247): uchardet-0.0.8-2.fc38.x86_64.rpm      12 MB/s | 108 kB     00:00    
- (131/247): upower-0.99.20-3.fc38.x86_64.rpm      15 MB/s | 139 kB     00:00    
- (132/247): webrtc-audio-processing-0.3.1-10.fc3  24 MB/s | 307 kB     00:00    
- (133/247): xdg-desktop-portal-1.16.0-3.fc38.x86  32 MB/s | 435 kB     00:00    
- (134/247): xdg-desktop-portal-gtk-1.14.1-2.fc38  11 MB/s | 146 kB     00:00    
- (135/247): xml-common-0.6.3-60.fc38.noarch.rpm  3.1 MB/s |  31 kB     00:00    
- (136/247): xprop-1.2.5-3.fc38.x86_64.rpm        3.4 MB/s |  35 kB     00:00    
- (137/247): xkeyboard-config-2.38-1.fc38.noarch.  37 MB/s | 963 kB     00:00    
- (138/247): zlib-devel-1.2.13-3.fc38.x86_64.rpm  5.4 MB/s |  45 kB     00:00    
- (139/247): ModemManager-glib-1.20.6-1.fc38.x86_  27 MB/s | 323 kB     00:00    
- (140/247): SDL2-2.28.5-1.fc38.x86_64.rpm         32 MB/s | 693 kB     00:00    
- (141/247): SDL2-devel-2.28.5-1.fc38.x86_64.rpm   20 MB/s | 395 kB     00:00    
- (142/247): SDL2_image-2.8.2-1.fc38.x86_64.rpm    11 MB/s | 108 kB     00:00    
- (143/247): SDL2_image-devel-2.8.2-1.fc38.x86_64 2.0 MB/s |  18 kB     00:00    
- (144/247): NetworkManager-libnm-1.42.8-1.fc38.x  38 MB/s | 1.8 MB     00:00    
- (145/247): adobe-source-code-pro-fonts-2.042.1.  43 MB/s | 806 kB     00:00    
- (146/247): alsa-lib-1.2.11-2.fc38.x86_64.rpm     25 MB/s | 520 kB     00:00    
- (147/247): at-spi2-atk-2.48.4-1.fc38.x86_64.rpm 9.5 MB/s |  85 kB     00:00    
- (148/247): at-spi2-core-2.48.4-1.fc38.x86_64.rp  29 MB/s | 371 kB     00:00    
- (149/247): atk-2.48.4-1.fc38.x86_64.rpm         7.4 MB/s |  80 kB     00:00    
- (150/247): avahi-glib-0.8-22.fc38.x86_64.rpm    1.5 MB/s |  15 kB     00:00    
- (151/247): avahi-libs-0.8-22.fc38.x86_64.rpm    7.7 MB/s |  66 kB     00:00    
- (152/247): bluez-libs-5.75-1.fc38.x86_64.rpm    9.6 MB/s |  84 kB     00:00    
- (153/247): cairo-gobject-1.17.8-4.fc38.x86_64.r 2.3 MB/s |  18 kB     00:00    
- (154/247): cairo-1.17.8-4.fc38.x86_64.rpm        35 MB/s | 704 kB     00:00    
- (155/247): cmake-filesystem-3.27.7-1.fc38.x86_6 1.7 MB/s |  19 kB     00:00    
- (156/247): colord-libs-1.4.6-4.fc38.x86_64.rpm   21 MB/s | 232 kB     00:00    
- (157/247): dbus-1.14.10-1.fc38.x86_64.rpm       801 kB/s | 8.0 kB     00:00    
- (158/247): cups-libs-2.4.7-13.fc38.x86_64.rpm    22 MB/s | 268 kB     00:00    
- (159/247): dbus-common-1.14.10-1.fc38.noarch.rp 1.8 MB/s |  15 kB     00:00    
- (160/247): device-mapper-1.02.197-1.fc38.x86_64  14 MB/s | 137 kB     00:00    
- (161/247): device-mapper-libs-1.02.197-1.fc38.x  17 MB/s | 175 kB     00:00    
- (162/247): dracut-059-5.fc38.x86_64.rpm          32 MB/s | 427 kB     00:00    
- (163/247): flac-libs-1.4.3-1.fc38.x86_64.rpm     23 MB/s | 263 kB     00:00    
- (164/247): fontconfig-2.14.2-2.fc38.x86_64.rpm   25 MB/s | 295 kB     00:00    
- (165/247): fuse-common-3.14.1-1.fc38.x86_64.rpm 894 kB/s | 6.9 kB     00:00    
- (166/247): fuse3-3.14.1-1.fc38.x86_64.rpm       6.5 MB/s |  55 kB     00:00    
- (167/247): fuse3-libs-3.14.1-1.fc38.x86_64.rpm   10 MB/s |  93 kB     00:00    
- (168/247): geoclue2-2.7.0-1.fc38.x86_64.rpm      16 MB/s | 156 kB     00:00    
- (169/247): giflib-5.2.2-1.fc38.x86_64.rpm       6.2 MB/s |  52 kB     00:00    
- (170/247): glib-networking-2.76.1-1.fc38.x86_64  19 MB/s | 195 kB     00:00    
- (171/247): glib2-devel-2.76.6-1.fc38.x86_64.rpm  38 MB/s | 586 kB     00:00    
- (172/247): gobject-introspection-1.76.1-1.fc38.  17 MB/s | 262 kB     00:00    
- (173/247): google-noto-fonts-common-20230201-2. 1.6 MB/s |  16 kB     00:00    
- (174/247): google-noto-sans-vf-fonts-20230201-2  37 MB/s | 579 kB     00:00    
- (175/247): grub2-common-2.06-118.fc38.noarch.rp  31 MB/s | 919 kB     00:00    
- (176/247): grub2-tools-minimal-2.06-118.fc38.x8  29 MB/s | 624 kB     00:00    
- (177/247): grubby-8.40-70.fc38.x86_64.rpm       2.3 MB/s |  26 kB     00:00    
- (178/247): grub2-tools-2.06-118.fc38.x86_64.rpm  29 MB/s | 1.8 MB     00:00    
- (179/247): gstreamer1-1.22.11-1.fc38.x86_64.rpm  34 MB/s | 1.4 MB     00:00    
- (180/247): gtk-update-icon-cache-3.24.41-1.fc38 2.2 MB/s |  34 kB     00:00    
- (181/247): gstreamer1-plugins-base-1.22.11-1.fc  39 MB/s | 2.2 MB     00:00    
- (182/247): langpacks-core-font-en-3.0-32.fc38.n 560 kB/s | 9.6 kB     00:00    
- (183/247): hwdata-0.381-1.fc38.noarch.rpm        28 MB/s | 1.6 MB     00:00    
- (184/247): libXft-2.3.8-2.fc38.x86_64.rpm       3.1 MB/s |  72 kB     00:00    
- (185/247): libXi-1.8.1-1.fc38.x86_64.rpm        2.8 MB/s |  40 kB     00:00    
- (186/247): libcloudproviders-0.3.5-1.fc38.x86_6 3.0 MB/s |  46 kB     00:00    
- (187/247): gtk3-3.24.41-1.fc38.x86_64.rpm        51 MB/s | 5.6 MB     00:00    
- (188/247): libcue-2.2.1-13.fc38.x86_64.rpm      963 kB/s |  34 kB     00:00    
- (189/247): libdecor-0.2.2-1.fc38.x86_64.rpm     1.7 MB/s |  59 kB     00:00    
- (190/247): libdrm-2.4.120-1.fc38.x86_64.rpm      16 MB/s | 157 kB     00:00    
- (191/247): libgexiv2-0.14.2-1.fc38.x86_64.rpm   9.8 MB/s |  98 kB     00:00    
- (192/247): libgsf-1.14.51-1.fc38.x86_64.rpm      23 MB/s | 297 kB     00:00    
- (193/247): libgusb-0.4.8-1.fc38.x86_64.rpm      7.4 MB/s |  65 kB     00:00    
- (194/247): liblc3-1.0.4-2.fc38.x86_64.rpm       8.6 MB/s |  80 kB     00:00    
- (195/247): libnotify-0.8.3-1.fc38.x86_64.rpm    6.1 MB/s |  51 kB     00:00    
- (196/247): libosinfo-1.11.0-1.fc38.x86_64.rpm    26 MB/s | 315 kB     00:00    
- (197/247): libsoup3-3.4.4-1.fc38.x86_64.rpm      27 MB/s | 389 kB     00:00    
- (198/247): libtiff-4.4.0-8.fc38.x86_64.rpm       14 MB/s | 201 kB     00:00    
- (199/247): libtiff-devel-4.4.0-8.fc38.x86_64.rp  36 MB/s | 545 kB     00:00    
- (200/247): libtracker-sparql-3.5.3-2.fc38.x86_6  27 MB/s | 385 kB     00:00    
- (201/247): libusb1-1.0.27-1.fc38.x86_64.rpm     5.4 MB/s |  76 kB     00:00    
- (202/247): libwayland-client-1.22.0-1.fc38.x86_ 4.1 MB/s |  34 kB     00:00    
- (203/247): libwayland-cursor-1.22.0-1.fc38.x86_ 2.4 MB/s |  19 kB     00:00    
- (204/247): libwayland-egl-1.22.0-1.fc38.x86_64. 1.6 MB/s |  13 kB     00:00    
- (205/247): libwayland-server-1.22.0-1.fc38.x86_ 5.0 MB/s |  42 kB     00:00    
- (206/247): libwebp-1.3.2-2.fc38.x86_64.rpm       25 MB/s | 284 kB     00:00    
- (207/247): libwebp-devel-1.3.2-2.fc38.x86_64.rp 3.3 MB/s |  38 kB     00:00    
- (208/247): libxslt-1.1.39-1.fc38.x86_64.rpm      18 MB/s | 187 kB     00:00    
- (209/247): mesa-filesystem-23.1.9-1.fc38.x86_64 1.0 MB/s |  17 kB     00:00    
- (210/247): mesa-libEGL-23.1.9-1.fc38.x86_64.rpm 7.2 MB/s | 131 kB     00:00    
- (211/247): mesa-libEGL-devel-23.1.9-1.fc38.x86_ 1.2 MB/s |  20 kB     00:00    
- (212/247): mesa-libGL-23.1.9-1.fc38.x86_64.rpm  8.7 MB/s | 173 kB     00:00    
- (213/247): mesa-libgbm-23.1.9-1.fc38.x86_64.rpm 2.6 MB/s |  44 kB     00:00    
- (214/247): mesa-libglapi-23.1.9-1.fc38.x86_64.r 3.4 MB/s |  53 kB     00:00    
- (215/247): mesa-va-drivers-23.1.9-1.fc38.x86_64  31 MB/s | 3.4 MB     00:00    
- (216/247): nspr-4.35.0-17.fc38.x86_64.rpm       5.8 MB/s | 137 kB     00:00    
- (217/247): nss-3.99.0-1.fc38.x86_64.rpm          21 MB/s | 703 kB     00:00    
- (218/247): nss-softokn-3.99.0-1.fc38.x86_64.rpm  15 MB/s | 419 kB     00:00    
- (219/247): nss-softokn-freebl-3.99.0-1.fc38.x86  14 MB/s | 381 kB     00:00    
- (220/247): nss-sysinit-3.99.0-1.fc38.x86_64.rpm 720 kB/s |  18 kB     00:00    
- (221/247): nss-util-3.99.0-1.fc38.x86_64.rpm    3.2 MB/s |  87 kB     00:00    
- (222/247): openjpeg2-2.5.2-1.fc38.x86_64.rpm    6.2 MB/s | 178 kB     00:00    
- (223/247): llvm-libs-16.0.6-3.fc38.x86_64.rpm    49 MB/s |  27 MB     00:00    
- (224/247): osinfo-db-20231215-1.fc38.noarch.rpm 3.4 MB/s | 444 kB     00:00    
- (225/247): osinfo-db-tools-1.11.0-1.fc38.x86_64 6.9 MB/s |  73 kB     00:00    
- (226/247): pipewire-1.0.3-1.fc38.x86_64.rpm      12 MB/s | 115 kB     00:00    
- (227/247): pipewire-alsa-1.0.3-1.fc38.x86_64.rp 7.3 MB/s |  64 kB     00:00    
- (228/247): pipewire-jack-audio-connection-kit-1 1.9 MB/s |  16 kB     00:00    
- (229/247): pipewire-jack-audio-connection-kit-l  14 MB/s | 140 kB     00:00    
- (230/247): pipewire-libs-1.0.3-1.fc38.x86_64.rp  50 MB/s | 1.9 MB     00:00    
- (231/247): pipewire-pulseaudio-1.0.3-1.fc38.x86 6.3 MB/s | 198 kB     00:00    
- (232/247): polkit-122-3.fc38.1.x86_64.rpm        12 MB/s | 150 kB     00:00    
- (233/247): polkit-libs-122-3.fc38.1.x86_64.rpm  5.0 MB/s |  63 kB     00:00    
- (234/247): poppler-glib-23.02.0-3.fc38.x86_64.r  10 MB/s | 175 kB     00:00    
- (235/247): poppler-23.02.0-3.fc38.x86_64.rpm     41 MB/s | 1.2 MB     00:00    
- (236/247): procps-ng-3.3.17-11.fc38.x86_64.rpm   24 MB/s | 338 kB     00:00    
- (237/247): systemd-networkd-253.17-1.fc38.x86_6  25 MB/s | 631 kB     00:00    
- (238/247): systemd-pam-253.17-1.fc38.x86_64.rpm  20 MB/s | 337 kB     00:00    
- (239/247): systemd-resolved-253.17-1.fc38.x86_6  16 MB/s | 287 kB     00:00    
- (240/247): systemd-253.17-1.fc38.x86_64.rpm      38 MB/s | 4.5 MB     00:00    
- (241/247): systemd-udev-253.17-1.fc38.x86_64.rp  32 MB/s | 2.1 MB     00:00    
- (242/247): tpm2-tools-5.5-3.fc38.x86_64.rpm      37 MB/s | 795 kB     00:00    
- (243/247): tracker-3.5.3-2.fc38.x86_64.rpm       30 MB/s | 584 kB     00:00    
- (244/247): wireplumber-0.4.17-1.fc38.x86_64.rpm 6.5 MB/s |  99 kB     00:00    
- (245/247): tracker-miners-3.5.4-1.fc38.x86_64.r  32 MB/s | 958 kB     00:00    
- (246/247): mesa-dri-drivers-23.1.9-1.fc38.x86_6  21 MB/s |  19 MB     00:00    
- (247/247): wireplumber-libs-0.4.17-1.fc38.x86_6 3.8 MB/s | 347 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            57 MB/s | 126 MB     00:02     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libXext-1.3.5-2.fc38.x86_64                          1/247 
-   Installing       : libpng-2:1.6.37-14.fc38.x86_64                       2/247 
-   Installing       : nspr-4.35.0-17.fc38.x86_64                           3/247 
-   Installing       : libjpeg-turbo-2.1.4-2.fc38.x86_64                    4/247 
-   Installing       : json-glib-1.6.6-4.fc38.x86_64                        5/247 
-   Installing       : libwayland-client-1.22.0-1.fc38.x86_64               6/247 
-   Installing       : avahi-libs-0.8-22.fc38.x86_64                        7/247 
-   Installing       : libogg-2:1.3.5-5.fc38.x86_64                         8/247 
-   Installing       : libglvnd-1:1.6.0-2.fc38.x86_64                       9/247 
-   Installing       : libXrender-0.9.11-2.fc38.x86_64                     10/247 
-   Installing       : libvorbis-1:1.3.7-7.fc38.x86_64                     11/247 
-   Installing       : nss-util-3.99.0-1.fc38.x86_64                       12/247 
-   Installing       : libXi-1.8.1-1.fc38.x86_64                           13/247 
-   Installing       : alsa-lib-1.2.11-2.fc38.x86_64                       14/247 
-   Installing       : libXfixes-6.0.0-5.fc38.x86_64                       15/247 
-   Installing       : libwayland-cursor-1.22.0-1.fc38.x86_64              16/247 
-   Installing       : libwebp-1.3.2-2.fc38.x86_64                         17/247 
-   Installing       : hwdata-0.381-1.fc38.noarch                          18/247 
-   Installing       : cmake-filesystem-3.27.7-1.fc38.x86_64               19/247 
-   Installing       : zlib-devel-1.2.13-3.fc38.x86_64                     20/247 
-   Installing       : opus-1.3.1-12.fc38.x86_64                           21/247 
-   Installing       : libxshmfence-1.3-12.fc38.x86_64                     22/247 
-   Installing       : lcms2-2.15-1.fc38.x86_64                            23/247 
-   Installing       : kmod-libs-30-4.fc38.x86_64                          24/247 
-   Installing       : kmod-30-4.fc38.x86_64                               25/247 
-   Installing       : polkit-libs-122-3.fc38.1.x86_64                     26/247 
-   Installing       : mesa-filesystem-23.1.9-1.fc38.x86_64                27/247
-  
-   Installing       : llvm-libs-16.0.6-3.fc38.x86_64                      28/247 
-   Installing       : libwayland-server-1.22.0-1.fc38.x86_64              29/247 
-   Installing       : libwayland-egl-1.22.0-1.fc38.x86_64                 30/247 
-   Installing       : libusb1-1.0.27-1.fc38.x86_64                        31/247 
-   Installing       : grub2-common-1:2.06-118.fc38.noarch                 32/247 
-   Installing       : fuse3-libs-3.14.1-1.fc38.x86_64                     33/247 
-   Running scriptlet: xml-common-0.6.3-60.fc38.noarch                     34/247 
-   Installing       : xml-common-0.6.3-60.fc38.noarch                     34/247 
-   Installing       : libtdb-1.4.8-1.fc38.x86_64                          35/247 
-   Installing       : libproxy-0.4.18-6.fc38.x86_64                       36/247 
-   Installing       : libgudev-237-4.fc38.x86_64                          37/247 
-   Installing       : graphite2-1.3.14-11.fc38.x86_64                     38/247 
-   Installing       : fribidi-1.0.12-3.fc38.x86_64                        39/247 
-   Installing       : duktape-2.7.0-2.fc38.x86_64                         40/247 
-   Installing       : libproxy-duktape-0.4.18-6.fc38.x86_64               41/247 
-   Installing       : graphite2-devel-1.3.14-11.fc38.x86_64               42/247 
-   Installing       : iso-codes-4.13.0-1.fc38.noarch                      43/247 
-   Installing       : libgusb-0.4.8-1.fc38.x86_64                         44/247 
-   Installing       : colord-libs-1.4.6-4.fc38.x86_64                     45/247 
-   Installing       : libpng-devel-2:1.6.37-14.fc38.x86_64                46/247 
-   Installing       : libwebp-devel-1.3.2-2.fc38.x86_64                   47/247 
-   Installing       : libpciaccess-0.16-8.fc38.x86_64                     48/247 
-   Installing       : libdrm-2.4.120-1.fc38.x86_64                        49/247 
-   Installing       : mesa-va-drivers-23.1.9-1.fc38.x86_64                50/247 
-   Installing       : osinfo-db-20231215-1.fc38.noarch                    51/247 
-   Installing       : libXcursor-1.2.1-3.fc38.x86_64                      52/247 
-   Installing       : libXdamage-1.1.5-9.fc38.x86_64                      53/247 
-   Installing       : libXtst-1.2.4-2.fc38.x86_64                         54/247 
-   Installing       : nss-softokn-freebl-3.99.0-1.fc38.x86_64             55/247
-  
-   Installing       : nss-softokn-3.99.0-1.fc38.x86_64                    56/247 
-   Installing       : libXrandr-1.5.2-10.fc38.x86_64                      57/247 
-   Installing       : libglvnd-opengl-1:1.6.0-2.fc38.x86_64               58/247 
-   Installing       : libtheora-1:1.1.1-33.fc38.x86_64                    59/247 
-   Installing       : flac-libs-1.4.3-1.fc38.x86_64                       60/247 
-   Installing       : avahi-glib-0.8-22.fc38.x86_64                       61/247 
-   Installing       : cups-libs-1:2.4.7-13.fc38.x86_64                    62/247 
-   Installing       : libXinerama-1.1.5-2.fc38.x86_64                     63/247 
-   Installing       : libXv-1.0.11-18.fc38.x86_64                         64/247 
-   Installing       : libXxf86vm-1.1.5-2.fc38.x86_64                      65/247 
-   Installing       : exiv2-libs-0.27.6-4.fc38.x86_64                     66/247 
-   Installing       : exiv2-0.27.6-4.fc38.x86_64                          67/247 
-   Installing       : libgexiv2-0.14.2-1.fc38.x86_64                      68/247 
-   Installing       : tpm2-tools-5.5-3.fc38.x86_64                        69/247 
-   Installing       : procps-ng-3.3.17-11.fc38.x86_64                     70/247 
-   Installing       : openjpeg2-2.5.2-1.fc38.x86_64                       71/247 
-   Installing       : libxslt-1.1.39-1.fc38.x86_64                        72/247 
-   Installing       : liblc3-1.0.4-2.fc38.x86_64                          73/247 
-   Installing       : libcue-2.2.1-13.fc38.x86_64                         74/247 
-   Installing       : libcloudproviders-0.3.5-1.fc38.x86_64               75/247 
-   Installing       : google-noto-fonts-common-20230201-2.fc38.noarch     76/247 
-   Installing       : google-noto-sans-vf-fonts-20230201-2.fc38.noarch    77/247 
-   Installing       : langpacks-core-font-en-3.0-32.fc38.noarch           78/247 
-   Installing       : gobject-introspection-1.76.1-1.fc38.x86_64          79/247 
-   Installing       : giflib-5.2.2-1.fc38.x86_64                          80/247 
-   Installing       : fuse-common-3.14.1-1.fc38.x86_64                    81/247 
-   Installing       : fuse3-3.14.1-1.fc38.x86_64                          82/247 
-   Installing       : dbus-common-1:1.14.10-1.fc38.noarch                 83/247 
-   Running scriptlet: dbus-common-1:1.14.10-1.fc38.noarch                 83/247 
-   Running scriptlet: dbus-broker-33-1.fc38.x86_64                        84/247 
-   Installing       : dbus-broker-33-1.fc38.x86_64                        84/247 
-   Running scriptlet: dbus-broker-33-1.fc38.x86_64                        84/247 
-   Installing       : dbus-1:1.14.10-1.fc38.x86_64                        85/247 
-   Installing       : dconf-0.40.0-8.fc38.x86_64                          86/247 
-   Running scriptlet: dconf-0.40.0-8.fc38.x86_64                          86/247 
-   Installing       : bluez-libs-5.75-1.fc38.x86_64                       87/247 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.    88/247 
-   Installing       : NetworkManager-libnm-1:1.42.8-1.fc38.x86_64         89/247 
-   Installing       : ModemManager-glib-1.20.6-1.fc38.x86_64              90/247 
-   Installing       : xprop-1.2.5-3.fc38.x86_64                           91/247 
-   Installing       : at-spi2-core-2.48.4-1.fc38.x86_64                   92/247 
-   Installing       : atk-2.48.4-1.fc38.x86_64                            93/247 
-   Installing       : at-spi2-atk-2.48.4-1.fc38.x86_64                    94/247 
-   Installing       : xkeyboard-config-2.38-1.fc38.noarch                 95/247 
-   Installing       : libxkbcommon-1.5.0-2.fc38.x86_64                    96/247 
-   Installing       : webrtc-audio-processing-0.3.1-10.fc38.x86_64        97/247 
-   Installing       : uchardet-0.0.8-2.fc38.x86_64                        98/247 
-   Installing       : totem-pl-parser-3.26.6-6.fc38.x86_64                99/247 
-   Installing       : sysprof-capture-devel-3.48.0-1.fc38.x86_64         100/247 
-   Installing       : sound-theme-freedesktop-0.8-19.fc38.noarch         101/247 
-   Running scriptlet: sound-theme-freedesktop-0.8-19.fc38.noarch         101/247 
-   Installing       : shared-mime-info-2.2-3.fc38.x86_64                 102/247 
-   Running scriptlet: shared-mime-info-2.2-3.fc38.x86_64                 102/247 
-   Installing       : gdk-pixbuf2-2.42.10-2.fc38.x86_64                  103/247 
-   Installing       : gtk-update-icon-cache-3.24.41-1.fc38.x86_64        104/247 
-   Installing       : libgsf-1.14.51-1.fc38.x86_64                       105/247 
-   Installing       : libnotify-0.8.3-1.fc38.x86_64                      106/247 
-   Installing       : qrencode-libs-4.1.1-4.fc38.x86_64                  107/247 
-   Installing       : poppler-data-0.4.11-4.fc38.noarch                  108/247 
-   Installing       : pixman-0.42.2-1.fc38.x86_64                        109/247 
-   Installing       : cairo-1.17.8-4.fc38.x86_64                         110/247 
-   Installing       : harfbuzz-7.1.0-1.fc38.x86_64                       111/247 
-   Installing       : freetype-2.13.0-2.fc38.x86_64                      112/247 
-   Installing       : fontconfig-2.14.2-2.fc38.x86_64                    113/247 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                    113/247
-  
-   Installing       : cairo-gobject-1.17.8-4.fc38.x86_64                 114/247 
-   Installing       : libXft-2.3.8-2.fc38.x86_64                         115/247 
-   Installing       : harfbuzz-icu-7.1.0-1.fc38.x86_64                   116/247 
-   Installing       : pigz-2.7-3.fc38.x86_64                             117/247 
-   Installing       : pcre2-utf32-10.42-1.fc38.1.x86_64                  118/247 
-   Installing       : pcre2-utf16-10.42-1.fc38.1.x86_64                  119/247 
-   Installing       : pcre2-devel-10.42-1.fc38.1.x86_64                  120/247 
-   Installing       : orc-0.4.33-2.fc38.x86_64                           121/247 
-   Installing       : mpg123-libs-1.31.3-1.fc38.x86_64                   122/247 
-   Installing       : memstrack-0.2.5-1.fc38.x86_64                      123/247 
-   Installing       : low-memory-monitor-2.1-7.fc38.x86_64               124/247 
-   Running scriptlet: low-memory-monitor-2.1-7.fc38.x86_64               124/247 
-   Installing       : lm_sensors-libs-3.6.0-13.fc38.x86_64               125/247 
-   Installing       : mesa-libgbm-23.1.9-1.fc38.x86_64                   126/247 
-   Installing       : mesa-libglapi-23.1.9-1.fc38.x86_64                 127/247
-  
-   Installing       : mesa-dri-drivers-23.1.9-1.fc38.x86_64              128/247 
-   Installing       : mesa-libEGL-23.1.9-1.fc38.x86_64                   129/247 
-   Installing       : libglvnd-egl-1:1.6.0-2.fc38.x86_64                 130/247 
-   Installing       : libglvnd-gles-1:1.6.0-2.fc38.x86_64                131/247 
-   Installing       : libglvnd-glx-1:1.6.0-2.fc38.x86_64                 132/247 
-   Installing       : mesa-libGL-23.1.9-1.fc38.x86_64                    133/247 
-   Installing       : libvisual-1:0.4.1-1.fc38.x86_64                    134/247 
-   Installing       : libunwind-1.6.2-7.fc38.x86_64                      135/247 
-   Installing       : gstreamer1-1.22.11-1.fc38.x86_64                   136/247 
-   Installing       : libstemmer-2.2.0-5.fc38.x86_64                     137/247 
-   Installing       : libsepol-devel-3.5-1.fc38.x86_64                   138/247 
-   Installing       : libselinux-devel-3.5-1.fc38.x86_64                 139/247 
-   Installing       : libsbc-2.0-2.fc38.x86_64                           140/247 
-   Installing       : liblerc-4.0.0-3.fc38.x86_64                        141/247 
-   Installing       : libldac-2.0.2.3-12.fc38.x86_64                     142/247 
-   Installing       : libiptcdata-1.0.5-13.fc38.x86_64                   143/247 
-   Installing       : libicu-devel-72.1-2.fc38.x86_64                    144/247 
-   Installing       : libglvnd-core-devel-1:1.6.0-2.fc38.x86_64          145/247 
-   Installing       : libglvnd-devel-1:1.6.0-2.fc38.x86_64               146/247 
-   Installing       : mesa-libEGL-devel-23.1.9-1.fc38.x86_64             147/247 
-   Installing       : libffi-devel-3.4.4-2.fc38.x86_64                   148/247 
-   Installing       : libexif-0.6.24-4.fc38.x86_64                       149/247 
-   Installing       : libepoxy-1.5.10-3.fc38.x86_64                      150/247 
-   Installing       : libdatrie-0.2.13-5.fc38.x86_64                     151/247 
-   Installing       : libthai-0.1.29-4.fc38.x86_64                       152/247 
-   Installing       : pango-1.50.14-1.fc38.x86_64                        153/247 
-   Installing       : libblkid-devel-2.38.1-4.fc38.x86_64                154/247 
-   Installing       : libmount-devel-2.38.1-4.fc38.x86_64                155/247 
-   Installing       : glib2-devel-2.76.6-1.fc38.x86_64                   156/247 
-   Installing       : libasyncns-0.8-24.fc38.x86_64                      157/247 
-   Installing       : libargon2-20190702-2.fc38.x86_64                   158/247 
-   Installing       : device-mapper-libs-1.02.197-1.fc38.x86_64          159/247 
-   Installing       : cryptsetup-libs-2.6.1-1.fc38.x86_64                160/247 
-   Installing       : device-mapper-1.02.197-1.fc38.x86_64               161/247 
-   Installing       : systemd-networkd-253.17-1.fc38.x86_64              162/247
-  
-   Running scriptlet: systemd-networkd-253.17-1.fc38.x86_64              162/247 
-   Installing       : systemd-pam-253.17-1.fc38.x86_64                   163/247 
-   Installing       : systemd-resolved-253.17-1.fc38.x86_64              164/247 
-   Running scriptlet: systemd-resolved-253.17-1.fc38.x86_64              164/247 
-   Installing       : systemd-253.17-1.fc38.x86_64                       165/247 
-   Running scriptlet: systemd-253.17-1.fc38.x86_64                       165/247 
- Creating group 'input' with GID 104.
- Creating group 'kvm' with GID 36.
- Creating group 'render' with GID 105.
- Creating group 'sgx' with GID 106.
- Creating group 'systemd-journal' with GID 190.
- Creating group 'systemd-network' with GID 192.
- Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
- Creating group 'systemd-oom' with GID 998.
- Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
- Creating group 'systemd-resolve' with GID 193.
- Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- 
-   Running scriptlet: polkit-122-3.fc38.1.x86_64                         166/247 
-   Installing       : polkit-122-3.fc38.1.x86_64                         166/247 
-   Running scriptlet: polkit-122-3.fc38.1.x86_64                         166/247 
-   Installing       : polkit-pkla-compat-0.1-23.fc38.x86_64              167/247 
-   Running scriptlet: rtkit-0.11-58.fc38.x86_64                          168/247 
-   Installing       : rtkit-0.11-58.fc38.x86_64                          168/247 
-   Running scriptlet: rtkit-0.11-58.fc38.x86_64                          168/247 
- Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
- 
-   Installing       : libkcapi-1.4.0-5.fc38.x86_64                       169/247 
-   Installing       : libkcapi-hmaccalc-1.4.0-5.fc38.x86_64              170/247 
-   Installing       : kpartx-0.9.4-2.fc38.x86_64                         171/247 
-   Installing       : libXcomposite-0.4.5-9.fc38.x86_64                  172/247 
-   Installing       : lame-libs-3.100-14.fc38.x86_64                     173/247 
-   Installing       : kbd-misc-2.5.1-5.fc38.noarch                       174/247 
-   Installing       : kbd-legacy-2.5.1-5.fc38.noarch                     175/247 
-   Installing       : kbd-2.5.1-5.fc38.x86_64                            176/247 
-   Installing       : systemd-udev-253.17-1.fc38.x86_64                  177/247 
-   Running scriptlet: systemd-udev-253.17-1.fc38.x86_64                  177/247
-  
- Created symlink /etc/systemd/system/dbus-org.freedesktop.home1.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-homed.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/systemd-homed.service.wants/systemd-homed-activate.service → /usr/lib/systemd/system/systemd-homed-activate.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target → /usr/lib/systemd/system/remote-cryptsetup.target.
- 
-   Installing       : upower-0.99.20-3.fc38.x86_64                       178/247 
-   Running scriptlet: upower-0.99.20-3.fc38.x86_64                       178/247 
- Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
- 
-   Installing       : jbigkit-libs-2.1-25.fc38.x86_64                    179/247 
-   Installing       : libtiff-4.4.0-8.fc38.x86_64                        180/247 
-   Installing       : gdk-pixbuf2-modules-2.42.10-2.fc38.x86_64          181/247 
-   Installing       : libgxps-0.3.2-5.fc38.x86_64                        182/247 
-   Installing       : libtiff-devel-4.4.0-8.fc38.x86_64                  183/247 
-   Installing       : hicolor-icon-theme-0.17-15.fc38.noarch             184/247 
-   Installing       : gsm-1.0.22-2.fc38.x86_64                           185/247 
-   Installing       : libsndfile-1.1.0-6.fc38.x86_64                     186/247 
-   Installing       : pulseaudio-libs-16.1-4.fc38.x86_64                 187/247 
-   Installing       : libcanberra-0.30-31.fc38.x86_64                    188/247 
-   Running scriptlet: libcanberra-0.30-31.fc38.x86_64                    188/247 
-   Installing       : graphene-1.10.6-5.fc38.x86_64                      189/247 
-   Installing       : gettext-libs-0.21.1-2.fc38.x86_64                  190/247 
-   Installing       : gettext-envsubst-0.21.1-2.fc38.x86_64              191/247 
-   Installing       : gettext-runtime-0.21.1-2.fc38.x86_64               192/247 
-   Installing       : fuse-libs-2.9.9-16.fc38.x86_64                     193/247 
-   Installing       : grub2-tools-minimal-1:2.06-118.fc38.x86_64         194/247 
-   Installing       : os-prober-1.81-3.fc38.x86_64                       195/247 
-   Installing       : file-5.44-3.fc38.x86_64                            196/247 
-   Installing       : fdk-aac-free-2.0.0-10.fc38.x86_64                  197/247 
-   Installing       : pipewire-libs-1.0.3-1.fc38.x86_64                  198/247 
-   Running scriptlet: pipewire-1.0.3-1.fc38.x86_64                       199/247 
-   Installing       : pipewire-1.0.3-1.fc38.x86_64                       199/247 
-   Running scriptlet: pipewire-1.0.3-1.fc38.x86_64                       199/247 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
- 
-   Installing       : wireplumber-libs-0.4.17-1.fc38.x86_64              200/247 
-   Installing       : wireplumber-0.4.17-1.fc38.x86_64                   201/247 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.3-1.   202/247 
-   Installing       : exempi-2.6.3-2.fc38.x86_64                         203/247 
-   Installing       : cpio-2.13-14.fc38.x86_64                           204/247
-  
-   Installing       : dracut-059-5.fc38.x86_64                           205/247 
-   Running scriptlet: grub2-tools-1:2.06-118.fc38.x86_64                 206/247 
-   Installing       : grub2-tools-1:2.06-118.fc38.x86_64                 206/247 
-   Running scriptlet: grub2-tools-1:2.06-118.fc38.x86_64                 206/247 
- Created symlink /etc/systemd/user/timers.target.wants/grub-boot-success.timer → /usr/lib/systemd/user/grub-boot-success.timer.
- 
-   Installing       : grubby-8.40-70.fc38.x86_64                         207/247 
-   Running scriptlet: grubby-8.40-70.fc38.x86_64                         207/247 
-   Installing       : crypto-policies-scripts-20230301-1.gita12f7b2.fc   208/247 
-   Installing       : nss-sysinit-3.99.0-1.fc38.x86_64                   209/247 
-   Installing       : nss-3.99.0-1.fc38.x86_64                           210/247 
-   Running scriptlet: nss-3.99.0-1.fc38.x86_64                           210/247 
-   Installing       : poppler-23.02.0-3.fc38.x86_64                      211/247 
-   Installing       : poppler-glib-23.02.0-3.fc38.x86_64                 212/247 
-   Installing       : cdparanoia-libs-10.2-41.fc38.x86_64                213/247 
-   Installing       : gstreamer1-plugins-base-1.22.11-1.fc38.x86_64      214/247 
-   Installing       : bzip2-devel-1.0.8-13.fc38.x86_64                   215/247 
-   Installing       : brotli-1.0.9-11.fc38.x86_64                        216/247 
-   Installing       : brotli-devel-1.0.9-11.fc38.x86_64                  217/247 
-   Installing       : harfbuzz-devel-7.1.0-1.fc38.x86_64                 218/247 
-   Installing       : freetype-devel-2.13.0-2.fc38.x86_64                219/247 
-   Installing       : adwaita-cursor-theme-44.0-1.fc38.noarch            220/247 
-   Installing       : adwaita-icon-theme-44.0-1.fc38.noarch              221/247 
-   Installing       : abattis-cantarell-fonts-0.301-9.fc38.noarch        222/247 
-   Installing       : gsettings-desktop-schemas-44.0-1.fc38.x86_64       223/247 
-   Installing       : glib-networking-2.76.1-1.fc38.x86_64               224/247 
-   Installing       : libsoup3-3.4.4-1.fc38.x86_64                       225/247 
-   Running scriptlet: geoclue2-2.7.0-1.fc38.x86_64                       226/247 
-   Installing       : geoclue2-2.7.0-1.fc38.x86_64                       226/247 
-   Running scriptlet: geoclue2-2.7.0-1.fc38.x86_64                       226/247 
-   Installing       : xdg-desktop-portal-1.16.0-3.fc38.x86_64            227/247 
-   Running scriptlet: xdg-desktop-portal-1.16.0-3.fc38.x86_64            227/247 
-   Installing       : osinfo-db-tools-1.11.0-1.fc38.x86_64               228/247 
-   Installing       : libosinfo-1.11.0-1.fc38.x86_64                     229/247 
-   Installing       : libsoup-2.74.3-2.fc38.x86_64                       230/247 
-   Installing       : libgrss-0.7.0-16.fc38.x86_64                       231/247 
-   Installing       : libtracker-sparql-3.5.3-2.fc38.x86_64              232/247 
-   Installing       : tracker-3.5.3-2.fc38.x86_64                        233/247 
-   Running scriptlet: tracker-3.5.3-2.fc38.x86_64                        233/247
-  
-   Installing       : tracker-miners-3.5.4-1.fc38.x86_64                 234/247 
-   Running scriptlet: tracker-miners-3.5.4-1.fc38.x86_64                 234/247 
-   Installing       : libcanberra-gtk3-0.30-31.fc38.x86_64               235/247 
-   Installing       : xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64        236/247 
-   Running scriptlet: xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64        236/247 
-   Installing       : gtk3-3.24.41-1.fc38.x86_64                         237/247 
-   Installing       : libdecor-0.2.2-1.fc38.x86_64                       238/247 
-   Installing       : SDL2-2.28.5-1.fc38.x86_64                          239/247 
-   Installing       : SDL2-devel-2.28.5-1.fc38.x86_64                    240/247 
-   Installing       : SDL2_ttf-2.20.2-1.fc38.x86_64                      241/247 
-   Installing       : SDL2_image-2.8.2-1.fc38.x86_64                     242/247 
-   Installing       : SDL2_image-devel-2.8.2-1.fc38.x86_64               243/247 
-   Installing       : SDL2_ttf-devel-2.20.2-1.fc38.x86_64                244/247 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.3-1.fc38.   245/247 
-   Installing       : pipewire-alsa-1.0.3-1.fc38.x86_64                  246/247 
-   Installing       : pipewire-pulseaudio-1.0.3-1.fc38.x86_64            247/247 
-   Running scriptlet: pipewire-pulseaudio-1.0.3-1.fc38.x86_64            247/247 
- 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-118.fc38.noarch                247/247 
-   Running scriptlet: dconf-0.40.0-8.fc38.x86_64                         247/247 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                    247/247 
-   Running scriptlet: systemd-resolved-253.17-1.fc38.x86_64              247/247 
-   Running scriptlet: wireplumber-0.4.17-1.fc38.x86_64                   247/247 
- 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-20230301-1.gita12f7b2.fc   247/247 
-   Running scriptlet: nss-3.99.0-1.fc38.x86_64                           247/247 
-   Running scriptlet: pipewire-pulseaudio-1.0.3-1.fc38.x86_64            247/247
-  
- Creating group 'systemd-coredump' with GID 994.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 994 and GID 994.
- Creating group 'systemd-timesync' with GID 993.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 993 and GID 993.
- 
-   Verifying        : SDL2_ttf-2.20.2-1.fc38.x86_64                        1/247 
-   Verifying        : SDL2_ttf-devel-2.20.2-1.fc38.x86_64                  2/247 
-   Verifying        : abattis-cantarell-fonts-0.301-9.fc38.noarch          3/247 
-   Verifying        : adwaita-cursor-theme-44.0-1.fc38.noarch              4/247 
-   Verifying        : adwaita-icon-theme-44.0-1.fc38.noarch                5/247 
-   Verifying        : brotli-1.0.9-11.fc38.x86_64                          6/247 
-   Verifying        : brotli-devel-1.0.9-11.fc38.x86_64                    7/247 
-   Verifying        : bzip2-devel-1.0.8-13.fc38.x86_64                     8/247 
-   Verifying        : cdparanoia-libs-10.2-41.fc38.x86_64                  9/247 
-   Verifying        : cpio-2.13-14.fc38.x86_64                            10/247 
-   Verifying        : crypto-policies-scripts-20230301-1.gita12f7b2.fc    11/247 
-   Verifying        : cryptsetup-libs-2.6.1-1.fc38.x86_64                 12/247 
-   Verifying        : dbus-broker-33-1.fc38.x86_64                        13/247 
-   Verifying        : dconf-0.40.0-8.fc38.x86_64                          14/247 
-   Verifying        : duktape-2.7.0-2.fc38.x86_64                         15/247 
-   Verifying        : exempi-2.6.3-2.fc38.x86_64                          16/247 
-   Verifying        : exiv2-0.27.6-4.fc38.x86_64                          17/247 
-   Verifying        : exiv2-libs-0.27.6-4.fc38.x86_64                     18/247 
-   Verifying        : fdk-aac-free-2.0.0-10.fc38.x86_64                   19/247 
-   Verifying        : file-5.44-3.fc38.x86_64                             20/247 
-   Verifying        : freetype-2.13.0-2.fc38.x86_64                       21/247 
-   Verifying        : freetype-devel-2.13.0-2.fc38.x86_64                 22/247 
-   Verifying        : fribidi-1.0.12-3.fc38.x86_64                        23/247 
-   Verifying        : fuse-libs-2.9.9-16.fc38.x86_64                      24/247 
-   Verifying        : gdk-pixbuf2-2.42.10-2.fc38.x86_64                   25/247 
-   Verifying        : gdk-pixbuf2-modules-2.42.10-2.fc38.x86_64           26/247 
-   Verifying        : gettext-envsubst-0.21.1-2.fc38.x86_64               27/247 
-   Verifying        : gettext-libs-0.21.1-2.fc38.x86_64                   28/247 
-   Verifying        : gettext-runtime-0.21.1-2.fc38.x86_64                29/247 
-   Verifying        : graphene-1.10.6-5.fc38.x86_64                       30/247 
-   Verifying        : graphite2-1.3.14-11.fc38.x86_64                     31/247 
-   Verifying        : graphite2-devel-1.3.14-11.fc38.x86_64               32/247 
-   Verifying        : gsettings-desktop-schemas-44.0-1.fc38.x86_64        33/247 
-   Verifying        : gsm-1.0.22-2.fc38.x86_64                            34/247 
-   Verifying        : harfbuzz-7.1.0-1.fc38.x86_64                        35/247 
-   Verifying        : harfbuzz-devel-7.1.0-1.fc38.x86_64                  36/247 
-   Verifying        : harfbuzz-icu-7.1.0-1.fc38.x86_64                    37/247 
-   Verifying        : hicolor-icon-theme-0.17-15.fc38.noarch              38/247 
-   Verifying        : iso-codes-4.13.0-1.fc38.noarch                      39/247 
-   Verifying        : jbigkit-libs-2.1-25.fc38.x86_64                     40/247 
-   Verifying        : json-glib-1.6.6-4.fc38.x86_64                       41/247 
-   Verifying        : kbd-2.5.1-5.fc38.x86_64                             42/247 
-   Verifying        : kbd-legacy-2.5.1-5.fc38.noarch                      43/247 
-   Verifying        : kbd-misc-2.5.1-5.fc38.noarch                        44/247 
-   Verifying        : kmod-30-4.fc38.x86_64                               45/247 
-   Verifying        : kmod-libs-30-4.fc38.x86_64                          46/247 
-   Verifying        : kpartx-0.9.4-2.fc38.x86_64                          47/247 
-   Verifying        : lame-libs-3.100-14.fc38.x86_64                      48/247 
-   Verifying        : lcms2-2.15-1.fc38.x86_64                            49/247 
-   Verifying        : libXcomposite-0.4.5-9.fc38.x86_64                   50/247 
-   Verifying        : libXcursor-1.2.1-3.fc38.x86_64                      51/247 
-   Verifying        : libXdamage-1.1.5-9.fc38.x86_64                      52/247 
-   Verifying        : libXext-1.3.5-2.fc38.x86_64                         53/247 
-   Verifying        : libXfixes-6.0.0-5.fc38.x86_64                       54/247 
-   Verifying        : libXinerama-1.1.5-2.fc38.x86_64                     55/247 
-   Verifying        : libXrandr-1.5.2-10.fc38.x86_64                      56/247 
-   Verifying        : libXrender-0.9.11-2.fc38.x86_64                     57/247 
-   Verifying        : libXtst-1.2.4-2.fc38.x86_64                         58/247 
-   Verifying        : libXv-1.0.11-18.fc38.x86_64                         59/247 
-   Verifying        : libXxf86vm-1.1.5-2.fc38.x86_64                      60/247 
-   Verifying        : libargon2-20190702-2.fc38.x86_64                    61/247 
-   Verifying        : libasyncns-0.8-24.fc38.x86_64                       62/247 
-   Verifying        : libblkid-devel-2.38.1-4.fc38.x86_64                 63/247 
-   Verifying        : libcanberra-0.30-31.fc38.x86_64                     64/247 
-   Verifying        : libcanberra-gtk3-0.30-31.fc38.x86_64                65/247 
-   Verifying        : libdatrie-0.2.13-5.fc38.x86_64                      66/247 
-   Verifying        : libepoxy-1.5.10-3.fc38.x86_64                       67/247 
-   Verifying        : libexif-0.6.24-4.fc38.x86_64                        68/247 
-   Verifying        : libffi-devel-3.4.4-2.fc38.x86_64                    69/247 
-   Verifying        : libglvnd-1:1.6.0-2.fc38.x86_64                      70/247 
-   Verifying        : libglvnd-core-devel-1:1.6.0-2.fc38.x86_64           71/247 
-   Verifying        : libglvnd-devel-1:1.6.0-2.fc38.x86_64                72/247 
-   Verifying        : libglvnd-egl-1:1.6.0-2.fc38.x86_64                  73/247 
-   Verifying        : libglvnd-gles-1:1.6.0-2.fc38.x86_64                 74/247 
-   Verifying        : libglvnd-glx-1:1.6.0-2.fc38.x86_64                  75/247 
-   Verifying        : libglvnd-opengl-1:1.6.0-2.fc38.x86_64               76/247 
-   Verifying        : libgrss-0.7.0-16.fc38.x86_64                        77/247 
-   Verifying        : libgudev-237-4.fc38.x86_64                          78/247 
-   Verifying        : libgxps-0.3.2-5.fc38.x86_64                         79/247 
-   Verifying        : libicu-devel-72.1-2.fc38.x86_64                     80/247 
-   Verifying        : libiptcdata-1.0.5-13.fc38.x86_64                    81/247 
-   Verifying        : libjpeg-turbo-2.1.4-2.fc38.x86_64                   82/247 
-   Verifying        : libkcapi-1.4.0-5.fc38.x86_64                        83/247 
-   Verifying        : libkcapi-hmaccalc-1.4.0-5.fc38.x86_64               84/247 
-   Verifying        : libldac-2.0.2.3-12.fc38.x86_64                      85/247 
-   Verifying        : liblerc-4.0.0-3.fc38.x86_64                         86/247 
-   Verifying        : libmount-devel-2.38.1-4.fc38.x86_64                 87/247 
-   Verifying        : libogg-2:1.3.5-5.fc38.x86_64                        88/247 
-   Verifying        : libpciaccess-0.16-8.fc38.x86_64                     89/247 
-   Verifying        : libpng-2:1.6.37-14.fc38.x86_64                      90/247 
-   Verifying        : libpng-devel-2:1.6.37-14.fc38.x86_64                91/247 
-   Verifying        : libproxy-0.4.18-6.fc38.x86_64                       92/247 
-   Verifying        : libproxy-duktape-0.4.18-6.fc38.x86_64               93/247 
-   Verifying        : libsbc-2.0-2.fc38.x86_64                            94/247 
-   Verifying        : libselinux-devel-3.5-1.fc38.x86_64                  95/247 
-   Verifying        : libsepol-devel-3.5-1.fc38.x86_64                    96/247 
-   Verifying        : libsndfile-1.1.0-6.fc38.x86_64                      97/247 
-   Verifying        : libsoup-2.74.3-2.fc38.x86_64                        98/247 
-   Verifying        : libstemmer-2.2.0-5.fc38.x86_64                      99/247 
-   Verifying        : libtdb-1.4.8-1.fc38.x86_64                         100/247 
-   Verifying        : libthai-0.1.29-4.fc38.x86_64                       101/247 
-   Verifying        : libtheora-1:1.1.1-33.fc38.x86_64                   102/247 
-   Verifying        : libunwind-1.6.2-7.fc38.x86_64                      103/247 
-   Verifying        : libvisual-1:0.4.1-1.fc38.x86_64                    104/247 
-   Verifying        : libvorbis-1:1.3.7-7.fc38.x86_64                    105/247 
-   Verifying        : libxkbcommon-1.5.0-2.fc38.x86_64                   106/247 
-   Verifying        : libxshmfence-1.3-12.fc38.x86_64                    107/247 
-   Verifying        : lm_sensors-libs-3.6.0-13.fc38.x86_64               108/247 
-   Verifying        : low-memory-monitor-2.1-7.fc38.x86_64               109/247 
-   Verifying        : memstrack-0.2.5-1.fc38.x86_64                      110/247 
-   Verifying        : mpg123-libs-1.31.3-1.fc38.x86_64                   111/247 
-   Verifying        : opus-1.3.1-12.fc38.x86_64                          112/247 
-   Verifying        : orc-0.4.33-2.fc38.x86_64                           113/247 
-   Verifying        : os-prober-1.81-3.fc38.x86_64                       114/247 
-   Verifying        : pango-1.50.14-1.fc38.x86_64                        115/247 
-   Verifying        : pcre2-devel-10.42-1.fc38.1.x86_64                  116/247 
-   Verifying        : pcre2-utf16-10.42-1.fc38.1.x86_64                  117/247 
-   Verifying        : pcre2-utf32-10.42-1.fc38.1.x86_64                  118/247 
-   Verifying        : pigz-2.7-3.fc38.x86_64                             119/247 
-   Verifying        : pixman-0.42.2-1.fc38.x86_64                        120/247 
-   Verifying        : polkit-pkla-compat-0.1-23.fc38.x86_64              121/247 
-   Verifying        : poppler-data-0.4.11-4.fc38.noarch                  122/247 
-   Verifying        : pulseaudio-libs-16.1-4.fc38.x86_64                 123/247 
-   Verifying        : qrencode-libs-4.1.1-4.fc38.x86_64                  124/247 
-   Verifying        : rtkit-0.11-58.fc38.x86_64                          125/247 
-   Verifying        : shared-mime-info-2.2-3.fc38.x86_64                 126/247 
-   Verifying        : sound-theme-freedesktop-0.8-19.fc38.noarch         127/247 
-   Verifying        : sysprof-capture-devel-3.48.0-1.fc38.x86_64         128/247 
-   Verifying        : totem-pl-parser-3.26.6-6.fc38.x86_64               129/247 
-   Verifying        : uchardet-0.0.8-2.fc38.x86_64                      130/247 
-   Verifying        : upower-0.99.20-3.fc38.x86_64                       131/247 
-   Verifying        : webrtc-audio-processing-0.3.1-10.fc38.x86_64       132/247 
-   Verifying        : xdg-desktop-portal-1.16.0-3.fc38.x86_64            133/247 
-   Verifying        : xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64        134/247 
-   Verifying        : xkeyboard-config-2.38-1.fc38.noarch                135/247 
-   Verifying        : xml-common-0.6.3-60.fc38.noarch                    136/247 
-   Verifying        : xprop-1.2.5-3.fc38.x86_64                          137/247 
-   Verifying        : zlib-devel-1.2.13-3.fc38.x86_64                    138/247 
-   Verifying        : ModemManager-glib-1.20.6-1.fc38.x86_64             139/247 
-   Verifying        : NetworkManager-libnm-1:1.42.8-1.fc38.x86_64        140/247 
-   Verifying        : SDL2-2.28.5-1.fc38.x86_64                          141/247 
-   Verifying        : SDL2-devel-2.28.5-1.fc38.x86_64                    142/247 
-   Verifying        : SDL2_image-2.8.2-1.fc38.x86_64                     143/247 
-   Verifying        : SDL2_image-devel-2.8.2-1.fc38.x86_64               144/247 
-   Verifying        : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.   145/247 
-   Verifying        : alsa-lib-1.2.11-2.fc38.x86_64                      146/247 
-   Verifying        : at-spi2-atk-2.48.4-1.fc38.x86_64                   147/247 
-   Verifying        : at-spi2-core-2.48.4-1.fc38.x86_64                  148/247 
-   Verifying        : atk-2.48.4-1.fc38.x86_64                           149/247 
-   Verifying        : avahi-glib-0.8-22.fc38.x86_64                      150/247 
-   Verifying        : avahi-libs-0.8-22.fc38.x86_64                      151/247 
-   Verifying        : bluez-libs-5.75-1.fc38.x86_64                      152/247 
-   Verifying        : cairo-1.17.8-4.fc38.x86_64                         153/247 
-   Verifying        : cairo-gobject-1.17.8-4.fc38.x86_64                 154/247 
-   Verifying        : cmake-filesystem-3.27.7-1.fc38.x86_64              155/247 
-   Verifying        : colord-libs-1.4.6-4.fc38.x86_64                    156/247 
-   Verifying        : cups-libs-1:2.4.7-13.fc38.x86_64                   157/247 
-   Verifying        : dbus-1:1.14.10-1.fc38.x86_64                       158/247 
-   Verifying        : dbus-common-1:1.14.10-1.fc38.noarch                159/247 
-   Verifying        : device-mapper-1.02.197-1.fc38.x86_64               160/247 
-   Verifying        : device-mapper-libs-1.02.197-1.fc38.x86_64          161/247 
-   Verifying        : dracut-059-5.fc38.x86_64                           162/247 
-   Verifying        : flac-libs-1.4.3-1.fc38.x86_64                      163/247 
-   Verifying        : fontconfig-2.14.2-2.fc38.x86_64                    164/247 
-   Verifying        : fuse-common-3.14.1-1.fc38.x86_64                   165/247 
-   Verifying        : fuse3-3.14.1-1.fc38.x86_64                         166/247 
-   Verifying        : fuse3-libs-3.14.1-1.fc38.x86_64                    167/247 
-   Verifying        : geoclue2-2.7.0-1.fc38.x86_64                       168/247 
-   Verifying        : giflib-5.2.2-1.fc38.x86_64                         169/247 
-   Verifying        : glib-networking-2.76.1-1.fc38.x86_64               170/247 
-   Verifying        : glib2-devel-2.76.6-1.fc38.x86_64                   171/247 
-   Verifying        : gobject-introspection-1.76.1-1.fc38.x86_64         172/247 
-   Verifying        : google-noto-fonts-common-20230201-2.fc38.noarch    173/247 
-   Verifying        : google-noto-sans-vf-fonts-20230201-2.fc38.noarch   174/247 
-   Verifying        : grub2-common-1:2.06-118.fc38.noarch                175/247 
-   Verifying        : grub2-tools-1:2.06-118.fc38.x86_64                 176/247 
-   Verifying        : grub2-tools-minimal-1:2.06-118.fc38.x86_64         177/247 
-   Verifying        : grubby-8.40-70.fc38.x86_64                         178/247 
-   Verifying        : gstreamer1-1.22.11-1.fc38.x86_64                   179/247 
-   Verifying        : gstreamer1-plugins-base-1.22.11-1.fc38.x86_64      180/247 
-   Verifying        : gtk-update-icon-cache-3.24.41-1.fc38.x86_64        181/247 
-   Verifying        : gtk3-3.24.41-1.fc38.x86_64                         182/247 
-   Verifying        : hwdata-0.381-1.fc38.noarch                         183/247 
-   Verifying        : langpacks-core-font-en-3.0-32.fc38.noarch          184/247 
-   Verifying        : libXft-2.3.8-2.fc38.x86_64                         185/247 
-   Verifying        : libXi-1.8.1-1.fc38.x86_64                          186/247 
-   Verifying        : libcloudproviders-0.3.5-1.fc38.x86_64              187/247 
-   Verifying        : libcue-2.2.1-13.fc38.x86_64                        188/247 
-   Verifying        : libdecor-0.2.2-1.fc38.x86_64                       189/247 
-   Verifying        : libdrm-2.4.120-1.fc38.x86_64                       190/247 
-   Verifying        : libgexiv2-0.14.2-1.fc38.x86_64                     191/247 
-   Verifying        : libgsf-1.14.51-1.fc38.x86_64                       192/247 
-   Verifying        : libgusb-0.4.8-1.fc38.x86_64                        193/247 
-   Verifying        : liblc3-1.0.4-2.fc38.x86_64                         194/247 
-   Verifying        : libnotify-0.8.3-1.fc38.x86_64                      195/247 
-   Verifying        : libosinfo-1.11.0-1.fc38.x86_64                     196/247 
-   Verifying        : libsoup3-3.4.4-1.fc38.x86_64                       197/247 
-   Verifying        : libtiff-4.4.0-8.fc38.x86_64                        198/247 
-   Verifying        : libtiff-devel-4.4.0-8.fc38.x86_64                  199/247 
-   Verifying        : libtracker-sparql-3.5.3-2.fc38.x86_64              200/247 
-   Verifying        : libusb1-1.0.27-1.fc38.x86_64                       201/247 
-   Verifying        : libwayland-client-1.22.0-1.fc38.x86_64             202/247 
-   Verifying        : libwayland-cursor-1.22.0-1.fc38.x86_64             203/247 
-   Verifying        : libwayland-egl-1.22.0-1.fc38.x86_64                204/247 
-   Verifying        : libwayland-server-1.22.0-1.fc38.x86_64             205/247 
-   Verifying        : libwebp-1.3.2-2.fc38.x86_64                        206/247 
-   Verifying        : libwebp-devel-1.3.2-2.fc38.x86_64                  207/247 
-   Verifying        : libxslt-1.1.39-1.fc38.x86_64                       208/247 
-   Verifying        : llvm-libs-16.0.6-3.fc38.x86_64                     209/247 
-   Verifying        : mesa-dri-drivers-23.1.9-1.fc38.x86_64              210/247 
-   Verifying        : mesa-filesystem-23.1.9-1.fc38.x86_64               211/247 
-   Verifying        : mesa-libEGL-23.1.9-1.fc38.x86_64                   212/247 
-   Verifying        : mesa-libEGL-devel-23.1.9-1.fc38.x86_64             213/247 
-   Verifying        : mesa-libGL-23.1.9-1.fc38.x86_64                    214/247 
-   Verifying        : mesa-libgbm-23.1.9-1.fc38.x86_64                   215/247 
-   Verifying        : mesa-libglapi-23.1.9-1.fc38.x86_64                 216/247 
-   Verifying        : mesa-va-drivers-23.1.9-1.fc38.x86_64               217/247 
-   Verifying        : nspr-4.35.0-17.fc38.x86_64                         218/247 
-   Verifying        : nss-3.99.0-1.fc38.x86_64                           219/247 
-   Verifying        : nss-softokn-3.99.0-1.fc38.x86_64                   220/247 
-   Verifying        : nss-softokn-freebl-3.99.0-1.fc38.x86_64            221/247 
-   Verifying        : nss-sysinit-3.99.0-1.fc38.x86_64                   222/247 
-   Verifying        : nss-util-3.99.0-1.fc38.x86_64                      223/247 
-   Verifying        : openjpeg2-2.5.2-1.fc38.x86_64                      224/247 
-   Verifying        : osinfo-db-20231215-1.fc38.noarch                   225/247 
-   Verifying        : osinfo-db-tools-1.11.0-1.fc38.x86_64               226/247 
-   Verifying        : pipewire-1.0.3-1.fc38.x86_64                       227/247 
-   Verifying        : pipewire-alsa-1.0.3-1.fc38.x86_64                  228/247 
-   Verifying        : pipewire-jack-audio-connection-kit-1.0.3-1.fc38.   229/247 
-   Verifying        : pipewire-jack-audio-connection-kit-libs-1.0.3-1.   230/247 
-   Verifying        : pipewire-libs-1.0.3-1.fc38.x86_64                  231/247 
-   Verifying        : pipewire-pulseaudio-1.0.3-1.fc38.x86_64            232/247 
-   Verifying        : polkit-122-3.fc38.1.x86_64                         233/247 
-   Verifying        : polkit-libs-122-3.fc38.1.x86_64                    234/247 
-   Verifying        : poppler-23.02.0-3.fc38.x86_64                      235/247 
-   Verifying        : poppler-glib-23.02.0-3.fc38.x86_64                 236/247 
-   Verifying        : procps-ng-3.3.17-11.fc38.x86_64                    237/247 
-   Verifying        : systemd-253.17-1.fc38.x86_64                       238/247 
-   Verifying        : systemd-networkd-253.17-1.fc38.x86_64              239/247 
-   Verifying        : systemd-pam-253.17-1.fc38.x86_64                   240/247 
-   Verifying        : systemd-resolved-253.17-1.fc38.x86_64              241/247 
-   Verifying        : systemd-udev-253.17-1.fc38.x86_64                  242/247 
-   Verifying        : tpm2-tools-5.5-3.fc38.x86_64                       243/247 
-   Verifying        : tracker-3.5.3-2.fc38.x86_64                        244/247 
-   Verifying        : tracker-miners-3.5.4-1.fc38.x86_64                 245/247 
-   Verifying        : wireplumber-0.4.17-1.fc38.x86_64                   246/247 
-   Verifying        : wireplumber-libs-0.4.17-1.fc38.x86_64              247/247 
- 
- Installed:
-   ModemManager-glib-1.20.6-1.fc38.x86_64                                        
-   NetworkManager-libnm-1:1.42.8-1.fc38.x86_64                                   
-   SDL2-2.28.5-1.fc38.x86_64                                                     
-   SDL2-devel-2.28.5-1.fc38.x86_64                                               
-   SDL2_image-2.8.2-1.fc38.x86_64                                                
-   SDL2_image-devel-2.8.2-1.fc38.x86_64                                          
-   SDL2_ttf-2.20.2-1.fc38.x86_64                                                 
-   SDL2_ttf-devel-2.20.2-1.fc38.x86_64                                           
-   abattis-cantarell-fonts-0.301-9.fc38.noarch                                   
-   adobe-source-code-pro-fonts-2.042.1.062.1.026-2.fc38.noarch                   
-   adwaita-cursor-theme-44.0-1.fc38.noarch                                       
-   adwaita-icon-theme-44.0-1.fc38.noarch                                         
-   alsa-lib-1.2.11-2.fc38.x86_64                                                 
-   at-spi2-atk-2.48.4-1.fc38.x86_64                                              
-   at-spi2-core-2.48.4-1.fc38.x86_64                                             
-   atk-2.48.4-1.fc38.x86_64                                                      
-   avahi-glib-0.8-22.fc38.x86_64                                                 
-   avahi-libs-0.8-22.fc38.x86_64                                                 
-   bluez-libs-5.75-1.fc38.x86_64                                                 
-   brotli-1.0.9-11.fc38.x86_64                                                   
-   brotli-devel-1.0.9-11.fc38.x86_64                                             
-   bzip2-devel-1.0.8-13.fc38.x86_64                                              
-   cairo-1.17.8-4.fc38.x86_64                                                    
-   cairo-gobject-1.17.8-4.fc38.x86_64                                            
-   cdparanoia-libs-10.2-41.fc38.x86_64                                           
-   cmake-filesystem-3.27.7-1.fc38.x86_64                                         
-   colord-libs-1.4.6-4.fc38.x86_64                                               
-   cpio-2.13-14.fc38.x86_64                                                      
-   crypto-policies-scripts-20230301-1.gita12f7b2.fc38.noarch                     
-   cryptsetup-libs-2.6.1-1.fc38.x86_64                                           
-   cups-libs-1:2.4.7-13.fc38.x86_64                                              
-   dbus-1:1.14.10-1.fc38.x86_64                                                  
-   dbus-broker-33-1.fc38.x86_64                                                  
-   dbus-common-1:1.14.10-1.fc38.noarch                                           
-   dconf-0.40.0-8.fc38.x86_64                                                    
-   device-mapper-1.02.197-1.fc38.x86_64                                          
-   device-mapper-libs-1.02.197-1.fc38.x86_64                                     
-   dracut-059-5.fc38.x86_64                                                      
-   duktape-2.7.0-2.fc38.x86_64                                                   
-   exempi-2.6.3-2.fc38.x86_64                                                    
-   exiv2-0.27.6-4.fc38.x86_64                                                    
-   exiv2-libs-0.27.6-4.fc38.x86_64                                               
-   fdk-aac-free-2.0.0-10.fc38.x86_64                                             
-   file-5.44-3.fc38.x86_64                                                       
-   flac-libs-1.4.3-1.fc38.x86_64                                                 
-   fontconfig-2.14.2-2.fc38.x86_64                                               
-   freetype-2.13.0-2.fc38.x86_64                                                 
-   freetype-devel-2.13.0-2.fc38.x86_64                                           
-   fribidi-1.0.12-3.fc38.x86_64                                                  
-   fuse-common-3.14.1-1.fc38.x86_64                                              
-   fuse-libs-2.9.9-16.fc38.x86_64                                                
-   fuse3-3.14.1-1.fc38.x86_64                                                    
-   fuse3-libs-3.14.1-1.fc38.x86_64                                               
-   gdk-pixbuf2-2.42.10-2.fc38.x86_64                                             
-   gdk-pixbuf2-modules-2.42.10-2.fc38.x86_64                                     
-   geoclue2-2.7.0-1.fc38.x86_64                                                  
-   gettext-envsubst-0.21.1-2.fc38.x86_64                                         
-   gettext-libs-0.21.1-2.fc38.x86_64                                             
-   gettext-runtime-0.21.1-2.fc38.x86_64                                          
-   giflib-5.2.2-1.fc38.x86_64                                                    
-   glib-networking-2.76.1-1.fc38.x86_64                                          
-   glib2-devel-2.76.6-1.fc38.x86_64                                              
-   gobject-introspection-1.76.1-1.fc38.x86_64                                    
-   google-noto-fonts-common-20230201-2.fc38.noarch                               
-   google-noto-sans-vf-fonts-20230201-2.fc38.noarch                              
-   graphene-1.10.6-5.fc38.x86_64                                                 
-   graphite2-1.3.14-11.fc38.x86_64                                               
-   graphite2-devel-1.3.14-11.fc38.x86_64                                         
-   grub2-common-1:2.06-118.fc38.noarch                                           
-   grub2-tools-1:2.06-118.fc38.x86_64                                            
-   grub2-tools-minimal-1:2.06-118.fc38.x86_64                                    
-   grubby-8.40-70.fc38.x86_64                                                    
-   gsettings-desktop-schemas-44.0-1.fc38.x86_64                                  
-   gsm-1.0.22-2.fc38.x86_64                                                      
-   gstreamer1-1.22.11-1.fc38.x86_64                                              
-   gstreamer1-plugins-base-1.22.11-1.fc38.x86_64                                 
-   gtk-update-icon-cache-3.24.41-1.fc38.x86_64                                   
-   gtk3-3.24.41-1.fc38.x86_64                                                    
-   harfbuzz-7.1.0-1.fc38.x86_64                                                  
-   harfbuzz-devel-7.1.0-1.fc38.x86_64                                            
-   harfbuzz-icu-7.1.0-1.fc38.x86_64                                              
-   hicolor-icon-theme-0.17-15.fc38.noarch                                        
-   hwdata-0.381-1.fc38.noarch                                                    
-   iso-codes-4.13.0-1.fc38.noarch                                                
-   jbigkit-libs-2.1-25.fc38.x86_64                                               
-   json-glib-1.6.6-4.fc38.x86_64                                                 
-   kbd-2.5.1-5.fc38.x86_64                                                       
-   kbd-legacy-2.5.1-5.fc38.noarch                                                
-   kbd-misc-2.5.1-5.fc38.noarch                                                  
-   kmod-30-4.fc38.x86_64                                                         
-   kmod-libs-30-4.fc38.x86_64                                                    
-   kpartx-0.9.4-2.fc38.x86_64                                                    
-   lame-libs-3.100-14.fc38.x86_64                                                
-   langpacks-core-font-en-3.0-32.fc38.noarch                                     
-   lcms2-2.15-1.fc38.x86_64                                                      
-   libXcomposite-0.4.5-9.fc38.x86_64                                             
-   libXcursor-1.2.1-3.fc38.x86_64                                                
-   libXdamage-1.1.5-9.fc38.x86_64                                                
-   libXext-1.3.5-2.fc38.x86_64                                                   
-   libXfixes-6.0.0-5.fc38.x86_64                                                 
-   libXft-2.3.8-2.fc38.x86_64                                                    
-   libXi-1.8.1-1.fc38.x86_64                                                     
-   libXinerama-1.1.5-2.fc38.x86_64                                               
-   libXrandr-1.5.2-10.fc38.x86_64                                                
-   libXrender-0.9.11-2.fc38.x86_64                                               
-   libXtst-1.2.4-2.fc38.x86_64                                                   
-   libXv-1.0.11-18.fc38.x86_64                                                   
-   libXxf86vm-1.1.5-2.fc38.x86_64                                                
-   libargon2-20190702-2.fc38.x86_64                                              
-   libasyncns-0.8-24.fc38.x86_64                                                 
-   libblkid-devel-2.38.1-4.fc38.x86_64                                           
-   libcanberra-0.30-31.fc38.x86_64                                               
-   libcanberra-gtk3-0.30-31.fc38.x86_64                                          
-   libcloudproviders-0.3.5-1.fc38.x86_64                                         
-   libcue-2.2.1-13.fc38.x86_64                                                   
-   libdatrie-0.2.13-5.fc38.x86_64                                                
-   libdecor-0.2.2-1.fc38.x86_64                                                  
-   libdrm-2.4.120-1.fc38.x86_64                                                  
-   libepoxy-1.5.10-3.fc38.x86_64                                                 
-   libexif-0.6.24-4.fc38.x86_64                                                  
-   libffi-devel-3.4.4-2.fc38.x86_64                                              
-   libgexiv2-0.14.2-1.fc38.x86_64                                                
-   libglvnd-1:1.6.0-2.fc38.x86_64                                                
-   libglvnd-core-devel-1:1.6.0-2.fc38.x86_64                                     
-   libglvnd-devel-1:1.6.0-2.fc38.x86_64                                          
-   libglvnd-egl-1:1.6.0-2.fc38.x86_64                                            
-   libglvnd-gles-1:1.6.0-2.fc38.x86_64                                           
-   libglvnd-glx-1:1.6.0-2.fc38.x86_64                                            
-   libglvnd-opengl-1:1.6.0-2.fc38.x86_64                                         
-   libgrss-0.7.0-16.fc38.x86_64                                                  
-   libgsf-1.14.51-1.fc38.x86_64                                                  
-   libgudev-237-4.fc38.x86_64                                                    
-   libgusb-0.4.8-1.fc38.x86_64                                                   
-   libgxps-0.3.2-5.fc38.x86_64                                                   
-   libicu-devel-72.1-2.fc38.x86_64                                               
-   libiptcdata-1.0.5-13.fc38.x86_64                                              
-   libjpeg-turbo-2.1.4-2.fc38.x86_64                                             
-   libkcapi-1.4.0-5.fc38.x86_64                                                  
-   libkcapi-hmaccalc-1.4.0-5.fc38.x86_64                                         
-   liblc3-1.0.4-2.fc38.x86_64                                                    
-   libldac-2.0.2.3-12.fc38.x86_64                                                
-   liblerc-4.0.0-3.fc38.x86_64                                                   
-   libmount-devel-2.38.1-4.fc38.x86_64                                           
-   libnotify-0.8.3-1.fc38.x86_64                                                 
-   libogg-2:1.3.5-5.fc38.x86_64                                                  
-   libosinfo-1.11.0-1.fc38.x86_64                                                
-   libpciaccess-0.16-8.fc38.x86_64                                               
-   libpng-2:1.6.37-14.fc38.x86_64                                                
-   libpng-devel-2:1.6.37-14.fc38.x86_64                                          
-   libproxy-0.4.18-6.fc38.x86_64                                                 
-   libproxy-duktape-0.4.18-6.fc38.x86_64                                         
-   libsbc-2.0-2.fc38.x86_64                                                      
-   libselinux-devel-3.5-1.fc38.x86_64                                            
-   libsepol-devel-3.5-1.fc38.x86_64                                              
-   libsndfile-1.1.0-6.fc38.x86_64                                                
-   libsoup-2.74.3-2.fc38.x86_64                                                  
-   libsoup3-3.4.4-1.fc38.x86_64                                                  
-   libstemmer-2.2.0-5.fc38.x86_64                                                
-   libtdb-1.4.8-1.fc38.x86_64                                                    
-   libthai-0.1.29-4.fc38.x86_64                                                  
-   libtheora-1:1.1.1-33.fc38.x86_64                                              
-   libtiff-4.4.0-8.fc38.x86_64                                                   
-   libtiff-devel-4.4.0-8.fc38.x86_64                                             
-   libtracker-sparql-3.5.3-2.fc38.x86_64                                         
-   libunwind-1.6.2-7.fc38.x86_64                                                 
-   libusb1-1.0.27-1.fc38.x86_64                                                  
-   libvisual-1:0.4.1-1.fc38.x86_64                                               
-   libvorbis-1:1.3.7-7.fc38.x86_64                                               
-   libwayland-client-1.22.0-1.fc38.x86_64                                        
-   libwayland-cursor-1.22.0-1.fc38.x86_64                                        
-   libwayland-egl-1.22.0-1.fc38.x86_64                                           
-   libwayland-server-1.22.0-1.fc38.x86_64                                        
-   libwebp-1.3.2-2.fc38.x86_64                                                   
-   libwebp-devel-1.3.2-2.fc38.x86_64                                             
-   libxkbcommon-1.5.0-2.fc38.x86_64                                              
-   libxshmfence-1.3-12.fc38.x86_64                                               
-   libxslt-1.1.39-1.fc38.x86_64                                                  
-   llvm-libs-16.0.6-3.fc38.x86_64                                                
-   lm_sensors-libs-3.6.0-13.fc38.x86_64                                          
-   low-memory-monitor-2.1-7.fc38.x86_64                                          
-   memstrack-0.2.5-1.fc38.x86_64                                                 
-   mesa-dri-drivers-23.1.9-1.fc38.x86_64                                         
-   mesa-filesystem-23.1.9-1.fc38.x86_64                                          
-   mesa-libEGL-23.1.9-1.fc38.x86_64                                              
-   mesa-libEGL-devel-23.1.9-1.fc38.x86_64                                        
-   mesa-libGL-23.1.9-1.fc38.x86_64                                               
-   mesa-libgbm-23.1.9-1.fc38.x86_64                                              
-   mesa-libglapi-23.1.9-1.fc38.x86_64                                            
-   mesa-va-drivers-23.1.9-1.fc38.x86_64                                          
-   mpg123-libs-1.31.3-1.fc38.x86_64                                              
-   nspr-4.35.0-17.fc38.x86_64                                                    
-   nss-3.99.0-1.fc38.x86_64                                                      
-   nss-softokn-3.99.0-1.fc38.x86_64                                              
-   nss-softokn-freebl-3.99.0-1.fc38.x86_64                                       
-   nss-sysinit-3.99.0-1.fc38.x86_64                                              
-   nss-util-3.99.0-1.fc38.x86_64                                                 
-   openjpeg2-2.5.2-1.fc38.x86_64                                                 
-   opus-1.3.1-12.fc38.x86_64                                                     
-   orc-0.4.33-2.fc38.x86_64                                                      
-   os-prober-1.81-3.fc38.x86_64                                                  
-   osinfo-db-20231215-1.fc38.noarch                                              
-   osinfo-db-tools-1.11.0-1.fc38.x86_64                                          
-   pango-1.50.14-1.fc38.x86_64                                                   
-   pcre2-devel-10.42-1.fc38.1.x86_64                                             
-   pcre2-utf16-10.42-1.fc38.1.x86_64                                             
-   pcre2-utf32-10.42-1.fc38.1.x86_64                                             
-   pigz-2.7-3.fc38.x86_64                                                        
-   pipewire-1.0.3-1.fc38.x86_64                                                  
-   pipewire-alsa-1.0.3-1.fc38.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.0.3-1.fc38.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.0.3-1.fc38.x86_64                   
-   pipewire-libs-1.0.3-1.fc38.x86_64                                             
-   pipewire-pulseaudio-1.0.3-1.fc38.x86_64                                       
-   pixman-0.42.2-1.fc38.x86_64                                                   
-   polkit-122-3.fc38.1.x86_64                                                    
-   polkit-libs-122-3.fc38.1.x86_64                                               
-   polkit-pkla-compat-0.1-23.fc38.x86_64                                         
-   poppler-23.02.0-3.fc38.x86_64                                                 
-   poppler-data-0.4.11-4.fc38.noarch                                             
-   poppler-glib-23.02.0-3.fc38.x86_64                                            
-   procps-ng-3.3.17-11.fc38.x86_64                                               
-   pulseaudio-libs-16.1-4.fc38.x86_64                                            
-   qrencode-libs-4.1.1-4.fc38.x86_64                                             
-   rtkit-0.11-58.fc38.x86_64                                                     
-   shared-mime-info-2.2-3.fc38.x86_64                                            
-   sound-theme-freedesktop-0.8-19.fc38.noarch                                    
-   sysprof-capture-devel-3.48.0-1.fc38.x86_64                                    
-   systemd-253.17-1.fc38.x86_64                                                  
-   systemd-networkd-253.17-1.fc38.x86_64                                         
-   systemd-pam-253.17-1.fc38.x86_64                                              
-   systemd-resolved-253.17-1.fc38.x86_64                                         
-   systemd-udev-253.17-1.fc38.x86_64                                             
-   totem-pl-parser-3.26.6-6.fc38.x86_64                                          
-   tpm2-tools-5.5-3.fc38.x86_64                                                  
-   tracker-3.5.3-2.fc38.x86_64                                                   
-   tracker-miners-3.5.4-1.fc38.x86_64                                            
-   uchardet-0.0.8-2.fc38.x86_64                                                  
-   upower-0.99.20-3.fc38.x86_64                                                  
-   webrtc-audio-processing-0.3.1-10.fc38.x86_64                                  
-   wireplumber-0.4.17-1.fc38.x86_64                                              
-   wireplumber-libs-0.4.17-1.fc38.x86_64                                         
-   xdg-desktop-portal-1.16.0-3.fc38.x86_64                                       
-   xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64                                   
-   xkeyboard-config-2.38-1.fc38.noarch                                           
-   xml-common-0.6.3-60.fc38.noarch                                               
-   xprop-1.2.5-3.fc38.x86_64                                                     
-   zlib-devel-1.2.13-3.fc38.x86_64                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- libffi-devel-3.4.4-2.fc38.x86_64
- SDL2-devel-2.28.5-1.fc38.x86_64
- SDL2_image-devel-2.8.2-1.fc38.x86_64
- SDL2_ttf-devel-2.20.2-1.fc38.x86_64
2024-05-11 02:46.58 ---> saved as "7c616cbe986c894fca09ceb82ec6d99dd08c843b0c7a25869e056eef03a3ca59"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install ocamlfind         1.9.6
  - install dune              3.15.2
  - install conf-sdl2-ttf     1
  - install conf-sdl2-image   1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install topkg             1.0.7
  - install xdg               3.15.2
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install ctypes-foreign    0.18.0
  - install integers          0.7.0
  - install dune-configurator 3.15.2
  - install ctypes            0.20.2
  - install tsdl              0.9.8
  - install tsdl-ttf          0.6
  - install tsdl-image        0.6
===== 20 to install =====


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


/src: (copy (src .) (dst /src))
2024-05-11 02:48.56 ---> saved as "3cde3af8edab70ed3b853cb53b29f5846409142bb9a366f1103f36b9294c178f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/examples && ./examples.exe 00)
[0][0] :	 Warning: User variable 'LOG_TO_FILE' not found in config.
[0][0] :	 Warning: Using LOG_TO_FILE=false
[0][0] :	 I/O: Executable=examples.exe
[0][0] :	 I/O: Invoking opam
[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 [20240229]
[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 20240229 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=steelblue
[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
[29][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[33][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[35][0] :	 Warning: SDL initialized
[35][0] :	 Event: SDL Events initialized
[35][0] :	 Event: Register new event type:user (32768)
[35][0] :	 Event: Register new event type:stop (32769)
[35][0] :	 Event: Register new event type:stopped (32770)
[35][0] :	 Event: Register new event type:mouse_enter (32771)
[35][0] :	 Event: Register new event type:mouse_leave (32772)
[35][0] :	 Event: Register new event type:redraw (32773)
[35][0] :	 Event: Register new event type:mouse_at_rest (32774)
[35][0] :	 Event: Register new event type:startup (32775)
[35][0] :	 Event: Register new event type:var_changed (32776)
[35][0] :	 Event: Register new event type:update (32777)
[35][0] :	 Event: Register new event type:sync_action (32778)
[35][0] :	 Event: Register new event type:keyboard_focus (32779)
[35][0] :	 Event: Register new event type:mouse_focus (32780)
[35][0] :	 Event: Register new event type:remove_layout (32781)
[35][0] :	 Event: Register new event type:destroy_window (32782)
[35][0] :	 Event: Register new event type:not_used (32783)
[35][0] :	 Board: Layout #1 (dummy) created.
[35][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[48][0] :	 Graphics: SDL Video initialized
[48][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[49][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[53][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[53][0] :	 Graphics: DPI from system: 110
[53][0] :	 Graphics; Warning: Using SCALE=1.000000
[53][0] :	 Graphics: SDL Image initialized
[53][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[54][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[54][0] :	 Board: Adding timeout 1
[54][0] :	 Board: Layout #2 (windows_house) created.
[54][0] :	 Board: ==> Running board!
[64][0] :	 Board: Has focus: NO
[64][0] :	 Board: Adding timeout 2
[64][0] :	 Graphics: FPS:100 (round_trip=0)


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