Organisationssanettebogue-cairo6135ed (main)fedora-38-4.14_opam-2.1

fedora-38-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:28.33: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:fedora-38-4.14_opam-2.1)
Base: ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8
# 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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 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.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 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.16.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y bogue-cairo.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-06-17 13:28.33: Using cache hint "sanette/bogue-cairo-ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8-fedora-38-4.14_opam-2.1-735b12b424aaab2e5fc791559338ef3a"
2024-06-17 13:28.33: Using OBuilder spec:
((from ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8)
 (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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue-cairo.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue-cairo.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 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.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 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.16.0")
 (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-cairo.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-06-17 13:28.33: Waiting for resource in pool OCluster
2024-06-19 16:08.54: Waiting for worker…
2024-06-19 16:12.51: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 6135ed8 version 0.1.0


(from ocaml/opam@sha256:96d20501faa1d691b178c9ae5acd351edc4d7ff7d9de7873ad7055fb6208f6f8)
2024-06-19 16:12.51 ---> using "d7a2bd18765fd6e41b4aa91a73c5bb56acf2a8804008db15bf704f7c9d92626b" from cache


/: (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                               59 kB/s | 6.0 kB     00:00    
Fedora 38 openh264 (From Cisco) - x86_64        8.2 kB/s | 989  B     00:00    
Fedora Modular 38 - x86_64                       58 kB/s | 5.9 kB     00:00    
Fedora 38 - x86_64 - Updates                     61 kB/s | 5.9 kB     00:00    
Fedora Modular 38 - x86_64 - Updates             60 kB/s | 5.8 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-19 16:12.51 ---> using "1e0aeb1151990a607fecfeb71c2a176b7ca9d86ec3183110b82a3b52056282c3" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 16:12.51 ---> using "e086811d6126203dbb8ba773243964ae98b8b1cb1f640971fa6f502c07a83e04" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-19 16:12.51 ---> using "5f0529c0b02f94bab02083cb54bb3e610aaea131f5cd5e8d75e0ac6af064ca53" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-19 16:12.51 ---> using "d06a1e15b0457c263b105b15f657598af91bdf8a329fcdb1e06820a3a1b7628e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 16:12.51 ---> using "0c64dce2379a43afcbbdfcb03019ea9869801ada3418b120d3b97250dac373c5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..5d6f1cf035  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


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


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


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


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 16:12.51 ---> using "6d8c9e743064f494db275bdc958c517b80f8f21130fa14c1b85f58cf2b97c354" from cache


/src: (copy (src bogue-cairo.opam) (dst ./))
2024-06-19 16:12.52 ---> saved as "25b2e06a28d79783506968cf5816067e156db0cdd898fd44e3764b4eccb307e1"


/src: (run (network host)
           (shell "opam pin add -yn bogue-cairo.dev './'"))
Package bogue-cairo does not exist, create as a NEW package? [Y/n] y
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2024-06-19 16:12.53 ---> saved as "704b18f411e4a48c99731e5413f6db3a57fbe09c5ae66041e99bac386ac1bcb6"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 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.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 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.16.0")


/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-cairo.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 38 - x86_64                               44 kB/s | 6.0 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                       55 kB/s | 5.9 kB     00:00    
- Fedora 38 - x86_64 - Updates                     62 kB/s | 5.9 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates             61 kB/s | 5.8 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    cairo-devel 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" "cairo-devel" "libffi-devel"
- Last metadata expiration check: 0:00:11 ago on Wed Jun 19 16:12:55 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
-  cairo-devel                               x86_64  1.17.8-4.fc38              updates  188 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
-  fontconfig-devel                          x86_64  2.14.2-2.fc38              updates  163 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                                   x86_64  0.21.1-2.fc38              fedora   1.0 M
-  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.382-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
-  libXext-devel                             x86_64  1.3.5-2.fc38               fedora    85 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
-  libXrender-devel                          x86_64  0.9.11-2.fc38              fedora    19 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
-  libxml2-devel                             x86_64  2.10.4-1.fc38              updates  531 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
-  pixman-devel                              x86_64  0.42.2-1.fc38              fedora    17 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
-  tpm2-tss-fapi                             x86_64  4.0.2-1.fc38               updates  320 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
-  xz-devel                                  x86_64  5.4.1-1.fc38               fedora    65 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.1-1.fc38               updates  791 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  256 Packages
- 
- Total download size: 129 M
- Installed size: 551 M
- Downloading Packages:
- (1/256): SDL2_ttf-devel-2.20.2-1.fc38.x86_64.rp 105 kB/s |  21 kB     00:00    
- (2/256): SDL2_ttf-2.20.2-1.fc38.x86_64.rpm      169 kB/s |  42 kB     00:00    
- (3/256): abattis-cantarell-fonts-0.301-9.fc38.n 761 kB/s | 270 kB     00:00    
- (4/256): adwaita-cursor-theme-44.0-1.fc38.noarc 2.4 MB/s | 633 kB     00:00    
- (5/256): brotli-devel-1.0.9-11.fc38.x86_64.rpm  629 kB/s |  31 kB     00:00    
- (6/256): adwaita-icon-theme-44.0-1.fc38.noarch. 4.0 MB/s | 1.1 MB     00:00    
- (7/256): brotli-1.0.9-11.fc38.x86_64.rpm        1.8 MB/s | 316 kB     00:00    
- (8/256): bzip2-devel-1.0.8-13.fc38.x86_64.rpm   3.2 MB/s | 214 kB     00:00    
- (9/256): cdparanoia-libs-10.2-41.fc38.x86_64.rp 964 kB/s |  54 kB     00:00    
- (10/256): cpio-2.13-14.fc38.x86_64.rpm          3.5 MB/s | 276 kB     00:00    
- (11/256): crypto-policies-scripts-20230301-1.gi 2.1 MB/s | 116 kB     00:00    
- (12/256): dbus-broker-33-1.fc38.x86_64.rpm      2.0 MB/s | 173 kB     00:00    
- (13/256): dconf-0.40.0-8.fc38.x86_64.rpm        1.5 MB/s | 107 kB     00:00    
- (14/256): cryptsetup-libs-2.6.1-1.fc38.x86_64.r 3.1 MB/s | 492 kB     00:00    
- (15/256): duktape-2.7.0-2.fc38.x86_64.rpm       2.3 MB/s | 170 kB     00:00    
- (16/256): exempi-2.6.3-2.fc38.x86_64.rpm        5.6 MB/s | 576 kB     00:00    
- (17/256): fdk-aac-free-2.0.0-10.fc38.x86_64.rpm 4.8 MB/s | 336 kB     00:00    
- (18/256): exiv2-libs-0.27.6-4.fc38.x86_64.rpm   4.7 MB/s | 782 kB     00:00    
- (19/256): file-5.44-3.fc38.x86_64.rpm           894 kB/s |  49 kB     00:00    
- (20/256): exiv2-0.27.6-4.fc38.x86_64.rpm        3.4 MB/s | 980 kB     00:00    
- (21/256): freetype-2.13.0-2.fc38.x86_64.rpm     3.5 MB/s | 414 kB     00:00    
- (22/256): freetype-devel-2.13.0-2.fc38.x86_64.r 6.8 MB/s | 945 kB     00:00    
- (23/256): fribidi-1.0.12-3.fc38.x86_64.rpm      1.6 MB/s |  89 kB     00:00    
- (24/256): fuse-libs-2.9.9-16.fc38.x86_64.rpm    1.9 MB/s |  97 kB     00:00    
- (25/256): gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm 5.6 MB/s | 485 kB     00:00    
- (26/256): gdk-pixbuf2-modules-2.42.10-2.fc38.x8 791 kB/s |  85 kB     00:00    
- (27/256): gettext-envsubst-0.21.1-2.fc38.x86_64 533 kB/s |  36 kB     00:00    
- (28/256): gettext-runtime-0.21.1-2.fc38.x86_64. 2.0 MB/s | 117 kB     00:00    
- (29/256): gettext-0.21.1-2.fc38.x86_64.rpm      5.4 MB/s | 1.0 MB     00:00    
- (30/256): gettext-libs-0.21.1-2.fc38.x86_64.rpm 2.1 MB/s | 320 kB     00:00    
- (31/256): graphene-1.10.6-5.fc38.x86_64.rpm     278 kB/s |  62 kB     00:00    
- (32/256): graphite2-devel-1.3.14-11.fc38.x86_64  66 kB/s |  20 kB     00:00    
- (33/256): graphite2-1.3.14-11.fc38.x86_64.rpm   228 kB/s |  95 kB     00:00    
- (34/256): gsettings-desktop-schemas-44.0-1.fc38 3.4 MB/s | 733 kB     00:00    
- (35/256): gsm-1.0.22-2.fc38.x86_64.rpm          183 kB/s |  35 kB     00:00    
- (36/256): harfbuzz-icu-7.1.0-1.fc38.x86_64.rpm  286 kB/s |  16 kB     00:00    
- (37/256): harfbuzz-devel-7.1.0-1.fc38.x86_64.rp 2.6 MB/s | 445 kB     00:00    
- (38/256): hicolor-icon-theme-0.17-15.fc38.noarc 580 kB/s |  66 kB     00:00    
- (39/256): harfbuzz-7.1.0-1.fc38.x86_64.rpm      2.7 MB/s | 889 kB     00:00    
- (40/256): jbigkit-libs-2.1-25.fc38.x86_64.rpm   886 kB/s |  53 kB     00:00    
- (41/256): json-glib-1.6.6-4.fc38.x86_64.rpm     1.2 MB/s | 162 kB     00:00    
- (42/256): kbd-2.5.1-5.fc38.x86_64.rpm           859 kB/s | 428 kB     00:00    
- (43/256): kbd-legacy-2.5.1-5.fc38.noarch.rpm    764 kB/s | 550 kB     00:00    
- (44/256): kmod-30-4.fc38.x86_64.rpm             658 kB/s | 120 kB     00:00    
- (45/256): kmod-libs-30-4.fc38.x86_64.rpm        496 kB/s |  68 kB     00:00    
- (46/256): kpartx-0.9.4-2.fc38.x86_64.rpm        369 kB/s |  49 kB     00:00    
- (47/256): lame-libs-3.100-14.fc38.x86_64.rpm    795 kB/s | 337 kB     00:00    
- (48/256): lcms2-2.15-1.fc38.x86_64.rpm          778 kB/s | 178 kB     00:00    
- (49/256): libXcomposite-0.4.5-9.fc38.x86_64.rpm 420 kB/s |  23 kB     00:00    
- (50/256): libXcursor-1.2.1-3.fc38.x86_64.rpm    505 kB/s |  30 kB     00:00    
- (51/256): libXdamage-1.1.5-9.fc38.x86_64.rpm    312 kB/s |  22 kB     00:00    
- (52/256): libXext-1.3.5-2.fc38.x86_64.rpm       464 kB/s |  39 kB     00:00    
- (53/256): libXext-devel-1.3.5-2.fc38.x86_64.rpm 589 kB/s |  85 kB     00:00    
- (54/256): libXfixes-6.0.0-5.fc38.x86_64.rpm     268 kB/s |  19 kB     00:00    
- (55/256): libXinerama-1.1.5-2.fc38.x86_64.rpm   219 kB/s |  14 kB     00:00    
- (56/256): libXrandr-1.5.2-10.fc38.x86_64.rpm    320 kB/s |  27 kB     00:00    
- (57/256): libXrender-0.9.11-2.fc38.x86_64.rpm   447 kB/s |  27 kB     00:00    
- (58/256): iso-codes-4.13.0-1.fc38.noarch.rpm    1.2 MB/s | 3.5 MB     00:02    
- (59/256): libXrender-devel-0.9.11-2.fc38.x86_64 107 kB/s |  19 kB     00:00    
- (60/256): libXtst-1.2.4-2.fc38.x86_64.rpm       189 kB/s |  20 kB     00:00    
- (61/256): libXv-1.0.11-18.fc38.x86_64.rpm       309 kB/s |  18 kB     00:00    
- (62/256): libXxf86vm-1.1.5-2.fc38.x86_64.rpm    304 kB/s |  18 kB     00:00    
- (63/256): libargon2-20190702-2.fc38.x86_64.rpm  434 kB/s |  28 kB     00:00    
- (64/256): libasyncns-0.8-24.fc38.x86_64.rpm     411 kB/s |  30 kB     00:00    
- (65/256): libcanberra-0.30-31.fc38.x86_64.rpm   523 kB/s |  85 kB     00:00    
- (66/256): libblkid-devel-2.38.1-4.fc38.x86_64.r  93 kB/s |  16 kB     00:00    
- (67/256): libcanberra-gtk3-0.30-31.fc38.x86_64. 568 kB/s |  31 kB     00:00    
- (68/256): libdatrie-0.2.13-5.fc38.x86_64.rpm    591 kB/s |  32 kB     00:00    
- (69/256): libepoxy-1.5.10-3.fc38.x86_64.rpm     777 kB/s | 237 kB     00:00    
- (70/256): libffi-devel-3.4.4-2.fc38.x86_64.rpm  493 kB/s |  29 kB     00:00    
- (71/256): libglvnd-1.6.0-2.fc38.x86_64.rpm      670 kB/s | 134 kB     00:00    
- (72/256): libexif-0.6.24-4.fc38.x86_64.rpm      707 kB/s | 461 kB     00:00    
- (73/256): libglvnd-core-devel-1.6.0-2.fc38.x86_ 101 kB/s |  18 kB     00:00    
- (74/256): libglvnd-egl-1.6.0-2.fc38.x86_64.rpm  552 kB/s |  36 kB     00:00    
- (75/256): libglvnd-gles-1.6.0-2.fc38.x86_64.rpm 446 kB/s |  32 kB     00:00    
- (76/256): libglvnd-devel-1.6.0-2.fc38.x86_64.rp 491 kB/s | 163 kB     00:00    
- (77/256): libglvnd-glx-1.6.0-2.fc38.x86_64.rpm  799 kB/s | 142 kB     00:00    
- (78/256): libglvnd-opengl-1.6.0-2.fc38.x86_64.r 407 kB/s |  43 kB     00:00    
- (79/256): libgrss-0.7.0-16.fc38.x86_64.rpm      581 kB/s |  62 kB     00:00    
- (80/256): libgudev-237-4.fc38.x86_64.rpm        153 kB/s |  35 kB     00:00    
- (81/256): libgxps-0.3.2-5.fc38.x86_64.rpm       364 kB/s |  77 kB     00:00    
- (82/256): libiptcdata-1.0.5-13.fc38.x86_64.rpm  328 kB/s |  61 kB     00:00    
- (83/256): kbd-misc-2.5.1-5.fc38.noarch.rpm      395 kB/s | 1.6 MB     00:04    
- (84/256): libkcapi-1.4.0-5.fc38.x86_64.rpm      287 kB/s |  46 kB     00:00    
- (85/256): libjpeg-turbo-2.1.4-2.fc38.x86_64.rpm 817 kB/s | 183 kB     00:00    
- (86/256): libkcapi-hmaccalc-1.4.0-5.fc38.x86_64 460 kB/s |  24 kB     00:00    
- (87/256): libldac-2.0.2.3-12.fc38.x86_64.rpm    637 kB/s |  41 kB     00:00    
- (88/256): libmount-devel-2.38.1-4.fc38.x86_64.r 320 kB/s |  18 kB     00:00    
- (89/256): libogg-1.3.5-5.fc38.x86_64.rpm        585 kB/s |  33 kB     00:00    
- (90/256): libpciaccess-0.16-8.fc38.x86_64.rpm   335 kB/s |  26 kB     00:00    
- (91/256): liblerc-4.0.0-3.fc38.x86_64.rpm       530 kB/s | 202 kB     00:00    
- (92/256): libpng-1.6.37-14.fc38.x86_64.rpm      643 kB/s | 120 kB     00:00    
- (93/256): libproxy-0.4.18-6.fc38.x86_64.rpm     462 kB/s |  71 kB     00:00    
- (94/256): libproxy-duktape-0.4.18-6.fc38.x86_64 230 kB/s |  17 kB     00:00    
- (95/256): libsbc-2.0-2.fc38.x86_64.rpm          462 kB/s |  47 kB     00:00    
- (96/256): libpng-devel-1.6.37-14.fc38.x86_64.rp 710 kB/s | 291 kB     00:00    
- (97/256): libicu-devel-72.1-2.fc38.x86_64.rpm   718 kB/s | 918 kB     00:01    
- (98/256): libsepol-devel-3.5-1.fc38.x86_64.rpm  378 kB/s |  49 kB     00:00    
- (99/256): libselinux-devel-3.5-1.fc38.x86_64.rp 705 kB/s | 151 kB     00:00    
- (100/256): libsndfile-1.1.0-6.fc38.x86_64.rpm   628 kB/s | 214 kB     00:00    
- (101/256): libstemmer-2.2.0-5.fc38.x86_64.rpm   658 kB/s | 168 kB     00:00    
- (102/256): libtdb-1.4.8-1.fc38.x86_64.rpm       440 kB/s |  51 kB     00:00    
- (103/256): libsoup-2.74.3-2.fc38.x86_64.rpm     746 kB/s | 402 kB     00:00    
- (104/256): libthai-0.1.29-4.fc38.x86_64.rpm     688 kB/s | 213 kB     00:00    
- (105/256): libtheora-1.1.1-33.fc38.x86_64.rpm   573 kB/s | 166 kB     00:00    
- (106/256): libunwind-1.6.2-7.fc38.x86_64.rpm    552 kB/s |  68 kB     00:00    
- (107/256): libvisual-0.4.1-1.fc38.x86_64.rpm    633 kB/s | 151 kB     00:00    
- (108/256): libxkbcommon-1.5.0-2.fc38.x86_64.rpm 594 kB/s | 140 kB     00:00    
- (109/256): libxshmfence-1.3-12.fc38.x86_64.rpm  112 kB/s |  12 kB     00:00    
- (110/256): libvorbis-1.3.7-7.fc38.x86_64.rpm    549 kB/s | 195 kB     00:00    
- (111/256): lm_sensors-libs-3.6.0-13.fc38.x86_64 425 kB/s |  41 kB     00:00    
- (112/256): low-memory-monitor-2.1-7.fc38.x86_64 354 kB/s |  34 kB     00:00    
- (113/256): memstrack-0.2.5-1.fc38.x86_64.rpm    309 kB/s |  50 kB     00:00    
- (114/256): opus-1.3.1-12.fc38.x86_64.rpm        536 kB/s | 206 kB     00:00    
- (115/256): mpg123-libs-1.31.3-1.fc38.x86_64.rpm 642 kB/s | 340 kB     00:00    
- (116/256): os-prober-1.81-3.fc38.x86_64.rpm     616 kB/s |  50 kB     00:00    
- (117/256): orc-0.4.33-2.fc38.x86_64.rpm         527 kB/s | 202 kB     00:00    
- (118/256): pcre2-utf16-10.42-1.fc38.1.x86_64.rp 579 kB/s | 214 kB     00:00    
- (119/256): pango-1.50.14-1.fc38.x86_64.rpm      743 kB/s | 342 kB     00:00    
- (120/256): pigz-2.7-3.fc38.x86_64.rpm           644 kB/s |  83 kB     00:00    
- (121/256): pcre2-utf32-10.42-1.fc38.1.x86_64.rp 762 kB/s | 201 kB     00:00    
- (122/256): pcre2-devel-10.42-1.fc38.1.x86_64.rp 774 kB/s | 506 kB     00:00    
- (123/256): pixman-devel-0.42.2-1.fc38.x86_64.rp 297 kB/s |  17 kB     00:00    
- (124/256): polkit-pkla-compat-0.1-23.fc38.x86_6 673 kB/s |  44 kB     00:00    
- (125/256): pixman-0.42.2-1.fc38.x86_64.rpm      992 kB/s | 285 kB     00:00    
- (126/256): qrencode-libs-4.1.1-4.fc38.x86_64.rp 847 kB/s |  61 kB     00:00    
- (127/256): rtkit-0.11-58.fc38.x86_64.rpm        751 kB/s |  55 kB     00:00    
- (128/256): pulseaudio-libs-16.1-4.fc38.x86_64.r 1.1 MB/s | 694 kB     00:00    
- (129/256): shared-mime-info-2.2-3.fc38.x86_64.r 1.1 MB/s | 381 kB     00:00    
- (130/256): sysprof-capture-devel-3.48.0-1.fc38. 894 kB/s |  58 kB     00:00    
- (131/256): totem-pl-parser-3.26.6-6.fc38.x86_64 1.0 MB/s | 144 kB     00:00    
- (132/256): sound-theme-freedesktop-0.8-19.fc38. 1.2 MB/s | 383 kB     00:00    
- (133/256): uchardet-0.0.8-2.fc38.x86_64.rpm     905 kB/s | 108 kB     00:00    
- (134/256): upower-0.99.20-3.fc38.x86_64.rpm     574 kB/s | 139 kB     00:00    
- (135/256): webrtc-audio-processing-0.3.1-10.fc3 845 kB/s | 307 kB     00:00    
- (136/256): xdg-desktop-portal-gtk-1.14.1-2.fc38 550 kB/s | 146 kB     00:00    
- (137/256): xdg-desktop-portal-1.16.0-3.fc38.x86 678 kB/s | 435 kB     00:00    
- (138/256): xml-common-0.6.3-60.fc38.noarch.rpm  322 kB/s |  31 kB     00:00    
- (139/256): poppler-data-0.4.11-4.fc38.noarch.rp 1.0 MB/s | 2.0 MB     00:01    
- (140/256): xprop-1.2.5-3.fc38.x86_64.rpm        429 kB/s |  35 kB     00:00    
- (141/256): xz-devel-5.4.1-1.fc38.x86_64.rpm     663 kB/s |  65 kB     00:00    
- (142/256): zlib-devel-1.2.13-3.fc38.x86_64.rpm  507 kB/s |  45 kB     00:00    
- (143/256): ModemManager-glib-1.20.6-1.fc38.x86_ 910 kB/s | 323 kB     00:00    
- (144/256): xkeyboard-config-2.38-1.fc38.noarch. 965 kB/s | 963 kB     00:00    
- (145/256): SDL2-devel-2.28.5-1.fc38.x86_64.rpm  820 kB/s | 395 kB     00:00    
- (146/256): SDL2-2.28.5-1.fc38.x86_64.rpm        907 kB/s | 693 kB     00:00    
- (147/256): SDL2_image-devel-2.8.2-1.fc38.x86_64 261 kB/s |  18 kB     00:00    
- (148/256): SDL2_image-2.8.2-1.fc38.x86_64.rpm   499 kB/s | 108 kB     00:00    
- (149/256): alsa-lib-1.2.11-2.fc38.x86_64.rpm    1.3 MB/s | 520 kB     00:00    
- (150/256): at-spi2-atk-2.48.4-1.fc38.x86_64.rpm 868 kB/s |  85 kB     00:00    
- (151/256): adobe-source-code-pro-fonts-2.042.1. 1.3 MB/s | 806 kB     00:00    
- (152/256): atk-2.48.4-1.fc38.x86_64.rpm         724 kB/s |  80 kB     00:00    
- (153/256): avahi-glib-0.8-22.fc38.x86_64.rpm    256 kB/s |  15 kB     00:00    
- (154/256): avahi-libs-0.8-22.fc38.x86_64.rpm    890 kB/s |  66 kB     00:00    
- (155/256): at-spi2-core-2.48.4-1.fc38.x86_64.rp 1.2 MB/s | 371 kB     00:00    
- (156/256): bluez-libs-5.75-1.fc38.x86_64.rpm    1.0 MB/s |  84 kB     00:00    
- (157/256): NetworkManager-libnm-1.42.8-1.fc38.x 839 kB/s | 1.8 MB     00:02    
- (158/256): cairo-devel-1.17.8-4.fc38.x86_64.rpm 987 kB/s | 188 kB     00:00    
- (159/256): cairo-gobject-1.17.8-4.fc38.x86_64.r 268 kB/s |  18 kB     00:00    
- (160/256): cmake-filesystem-3.27.7-1.fc38.x86_6 306 kB/s |  19 kB     00:00    
- (161/256): cairo-1.17.8-4.fc38.x86_64.rpm       1.4 MB/s | 704 kB     00:00    
- (162/256): colord-libs-1.4.6-4.fc38.x86_64.rpm  901 kB/s | 232 kB     00:00    
- (163/256): cups-libs-2.4.7-13.fc38.x86_64.rpm   1.3 MB/s | 268 kB     00:00    
- (164/256): dbus-1.14.10-1.fc38.x86_64.rpm       136 kB/s | 8.0 kB     00:00    
- (165/256): dbus-common-1.14.10-1.fc38.noarch.rp 234 kB/s |  15 kB     00:00    
- (166/256): device-mapper-1.02.197-1.fc38.x86_64 962 kB/s | 137 kB     00:00    
- (167/256): device-mapper-libs-1.02.197-1.fc38.x 1.1 MB/s | 175 kB     00:00    
- (168/256): flac-libs-1.4.3-1.fc38.x86_64.rpm    1.1 MB/s | 263 kB     00:00    
- (169/256): fontconfig-2.14.2-2.fc38.x86_64.rpm  1.2 MB/s | 295 kB     00:00    
- (170/256): fuse-common-3.14.1-1.fc38.x86_64.rpm  77 kB/s | 6.9 kB     00:00    
- (171/256): fontconfig-devel-2.14.2-2.fc38.x86_6 843 kB/s | 163 kB     00:00    
- (172/256): fuse3-3.14.1-1.fc38.x86_64.rpm       548 kB/s |  55 kB     00:00    
- (173/256): dracut-059-5.fc38.x86_64.rpm         761 kB/s | 427 kB     00:00    
- (174/256): fuse3-libs-3.14.1-1.fc38.x86_64.rpm  845 kB/s |  93 kB     00:00    
- (175/256): giflib-5.2.2-1.fc38.x86_64.rpm       571 kB/s |  52 kB     00:00    
- (176/256): geoclue2-2.7.0-1.fc38.x86_64.rpm     964 kB/s | 156 kB     00:00    
- (177/256): glib-networking-2.76.1-1.fc38.x86_64 1.2 MB/s | 195 kB     00:00    
- (178/256): google-noto-fonts-common-20230201-2. 276 kB/s |  16 kB     00:00    
- (179/256): gobject-introspection-1.76.1-1.fc38. 1.7 MB/s | 262 kB     00:00    
- (180/256): glib2-devel-2.76.6-1.fc38.x86_64.rpm 1.0 MB/s | 586 kB     00:00    
- (181/256): google-noto-sans-vf-fonts-20230201-2 1.5 MB/s | 579 kB     00:00    
- (182/256): grub2-common-2.06-118.fc38.noarch.rp 2.1 MB/s | 919 kB     00:00    
- (183/256): grubby-8.40-70.fc38.x86_64.rpm       478 kB/s |  26 kB     00:00    
- (184/256): grub2-tools-minimal-2.06-118.fc38.x8 1.9 MB/s | 624 kB     00:00    
- (185/256): gstreamer1-1.22.11-1.fc38.x86_64.rpm 3.1 MB/s | 1.4 MB     00:00    
- (186/256): gtk-update-icon-cache-3.24.41-1.fc38 575 kB/s |  34 kB     00:00    
- (187/256): grub2-tools-2.06-118.fc38.x86_64.rpm 1.6 MB/s | 1.8 MB     00:01    
- (188/256): gstreamer1-plugins-base-1.22.11-1.fc 2.2 MB/s | 2.2 MB     00:01    
- (189/256): langpacks-core-font-en-3.0-32.fc38.n 187 kB/s | 9.6 kB     00:00    
- (190/256): libXft-2.3.8-2.fc38.x86_64.rpm       703 kB/s |  72 kB     00:00    
- (191/256): libXi-1.8.1-1.fc38.x86_64.rpm        629 kB/s |  40 kB     00:00    
- (192/256): libcloudproviders-0.3.5-1.fc38.x86_6 392 kB/s |  46 kB     00:00    
- (193/256): libcue-2.2.1-13.fc38.x86_64.rpm      507 kB/s |  34 kB     00:00    
- (194/256): libdecor-0.2.2-1.fc38.x86_64.rpm     466 kB/s |  59 kB     00:00    
- (195/256): hwdata-0.382-1.fc38.noarch.rpm       1.8 MB/s | 1.6 MB     00:00    
- (196/256): libdrm-2.4.120-1.fc38.x86_64.rpm     718 kB/s | 157 kB     00:00    
- (197/256): libgexiv2-0.14.2-1.fc38.x86_64.rpm   919 kB/s |  98 kB     00:00    
- (198/256): gtk3-3.24.41-1.fc38.x86_64.rpm       3.6 MB/s | 5.6 MB     00:01    
- (199/256): libgusb-0.4.8-1.fc38.x86_64.rpm      686 kB/s |  65 kB     00:00    
- (200/256): libnotify-0.8.3-1.fc38.x86_64.rpm    877 kB/s |  51 kB     00:00    
- (201/256): liblc3-1.0.4-2.fc38.x86_64.rpm       543 kB/s |  80 kB     00:00    
- (202/256): libgsf-1.14.51-1.fc38.x86_64.rpm     877 kB/s | 297 kB     00:00    
- (203/256): libsoup3-3.4.4-1.fc38.x86_64.rpm     2.3 MB/s | 389 kB     00:00    
- (204/256): libosinfo-1.11.0-1.fc38.x86_64.rpm   1.2 MB/s | 315 kB     00:00    
- (205/256): libtiff-4.4.0-8.fc38.x86_64.rpm      849 kB/s | 201 kB     00:00    
- (206/256): libtiff-devel-4.4.0-8.fc38.x86_64.rp 2.6 MB/s | 545 kB     00:00    
- (207/256): libwayland-client-1.22.0-1.fc38.x86_ 455 kB/s |  34 kB     00:00    
- (208/256): libusb1-1.0.27-1.fc38.x86_64.rpm     671 kB/s |  76 kB     00:00    
- (209/256): libtracker-sparql-3.5.3-2.fc38.x86_6 1.4 MB/s | 385 kB     00:00    
- (210/256): libwayland-egl-1.22.0-1.fc38.x86_64. 205 kB/s |  13 kB     00:00    
- (211/256): libwayland-cursor-1.22.0-1.fc38.x86_ 263 kB/s |  19 kB     00:00    
- (212/256): libwayland-server-1.22.0-1.fc38.x86_ 531 kB/s |  42 kB     00:00    
- (213/256): libwebp-devel-1.3.2-2.fc38.x86_64.rp 199 kB/s |  38 kB     00:00    
- (214/256): libxslt-1.1.39-1.fc38.x86_64.rpm     1.5 MB/s | 187 kB     00:00    
- (215/256): libwebp-1.3.2-2.fc38.x86_64.rpm      868 kB/s | 284 kB     00:00    
- (216/256): libxml2-devel-2.10.4-1.fc38.x86_64.r 1.1 MB/s | 531 kB     00:00    
- (217/256): mesa-filesystem-23.1.9-1.fc38.x86_64 305 kB/s |  17 kB     00:00    
- (218/256): mesa-libEGL-23.1.9-1.fc38.x86_64.rpm 1.2 MB/s | 131 kB     00:00    
- (219/256): mesa-libEGL-devel-23.1.9-1.fc38.x86_ 168 kB/s |  20 kB     00:00    
- (220/256): mesa-libGL-23.1.9-1.fc38.x86_64.rpm  1.4 MB/s | 173 kB     00:00    
- (221/256): mesa-libgbm-23.1.9-1.fc38.x86_64.rpm 748 kB/s |  44 kB     00:00    
- (222/256): mesa-libglapi-23.1.9-1.fc38.x86_64.r 693 kB/s |  53 kB     00:00    
- (223/256): mesa-va-drivers-23.1.9-1.fc38.x86_64 2.0 MB/s | 3.4 MB     00:01    
- (224/256): nspr-4.35.0-17.fc38.x86_64.rpm       1.3 MB/s | 137 kB     00:00    
- (225/256): nss-3.99.0-1.fc38.x86_64.rpm         2.1 MB/s | 703 kB     00:00    
- (226/256): nss-softokn-3.99.0-1.fc38.x86_64.rpm 2.0 MB/s | 419 kB     00:00    
- (227/256): nss-softokn-freebl-3.99.0-1.fc38.x86 1.9 MB/s | 381 kB     00:00    
- (228/256): nss-sysinit-3.99.0-1.fc38.x86_64.rpm 352 kB/s |  18 kB     00:00    
- (229/256): nss-util-3.99.0-1.fc38.x86_64.rpm    1.1 MB/s |  87 kB     00:00    
- (230/256): openjpeg2-2.5.2-1.fc38.x86_64.rpm    1.3 MB/s | 178 kB     00:00    
- (231/256): osinfo-db-20231215-1.fc38.noarch.rpm 1.9 MB/s | 444 kB     00:00    
- (232/256): osinfo-db-tools-1.11.0-1.fc38.x86_64 1.1 MB/s |  73 kB     00:00    
- (233/256): pipewire-1.0.3-1.fc38.x86_64.rpm     1.6 MB/s | 115 kB     00:00    
- (234/256): pipewire-alsa-1.0.3-1.fc38.x86_64.rp 985 kB/s |  64 kB     00:00    
- (235/256): pipewire-jack-audio-connection-kit-1 262 kB/s |  16 kB     00:00    
- (236/256): pipewire-jack-audio-connection-kit-l 1.3 MB/s | 140 kB     00:00    
- (237/256): pipewire-libs-1.0.3-1.fc38.x86_64.rp 2.5 MB/s | 1.9 MB     00:00    
- (238/256): pipewire-pulseaudio-1.0.3-1.fc38.x86 1.4 MB/s | 198 kB     00:00    
- (239/256): polkit-122-3.fc38.1.x86_64.rpm       1.3 MB/s | 150 kB     00:00    
- (240/256): polkit-libs-122-3.fc38.1.x86_64.rpm  1.1 MB/s |  63 kB     00:00    
- (241/256): poppler-23.02.0-3.fc38.x86_64.rpm    2.2 MB/s | 1.2 MB     00:00    
- (242/256): poppler-glib-23.02.0-3.fc38.x86_64.r 1.0 MB/s | 175 kB     00:00    
- (243/256): procps-ng-3.3.17-11.fc38.x86_64.rpm  2.1 MB/s | 338 kB     00:00    
- (244/256): llvm-libs-16.0.6-3.fc38.x86_64.rpm   4.1 MB/s |  27 MB     00:06    
- (245/256): systemd-networkd-253.17-1.fc38.x86_6 3.0 MB/s | 631 kB     00:00    
- (246/256): systemd-pam-253.17-1.fc38.x86_64.rpm 2.7 MB/s | 337 kB     00:00    
- (247/256): systemd-resolved-253.17-1.fc38.x86_6 2.6 MB/s | 287 kB     00:00    
- (248/256): systemd-udev-253.17-1.fc38.x86_64.rp 4.4 MB/s | 2.1 MB     00:00    
- (249/256): tpm2-tools-5.5.1-1.fc38.x86_64.rpm   3.8 MB/s | 791 kB     00:00    
- (250/256): tpm2-tss-fapi-4.0.2-1.fc38.x86_64.rp 2.4 MB/s | 320 kB     00:00    
- (251/256): systemd-253.17-1.fc38.x86_64.rpm     2.6 MB/s | 4.5 MB     00:01    
- (252/256): tracker-3.5.3-2.fc38.x86_64.rpm      1.8 MB/s | 584 kB     00:00    
- (253/256): mesa-dri-drivers-23.1.9-1.fc38.x86_6 2.3 MB/s |  19 MB     00:08    
- (254/256): tracker-miners-3.5.4-1.fc38.x86_64.r 2.2 MB/s | 958 kB     00:00    
- (255/256): wireplumber-0.4.17-1.fc38.x86_64.rpm 406 kB/s |  99 kB     00:00    
- (256/256): wireplumber-libs-0.4.17-1.fc38.x86_6 1.5 MB/s | 347 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           4.6 MB/s | 129 MB     00:27     
- 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/256 
-   Installing       : libpng-2:1.6.37-14.fc38.x86_64                       2/256 
-   Installing       : nspr-4.35.0-17.fc38.x86_64                           3/256 
-   Installing       : libjpeg-turbo-2.1.4-2.fc38.x86_64                    4/256 
-   Installing       : libXrender-0.9.11-2.fc38.x86_64                      5/256 
-   Installing       : json-glib-1.6.6-4.fc38.x86_64                        6/256 
-   Installing       : libwayland-client-1.22.0-1.fc38.x86_64               7/256 
-   Installing       : avahi-libs-0.8-22.fc38.x86_64                        8/256 
-   Installing       : zlib-devel-1.2.13-3.fc38.x86_64                      9/256 
-   Installing       : libogg-2:1.3.5-5.fc38.x86_64                        10/256 
-   Installing       : libglvnd-1:1.6.0-2.fc38.x86_64                      11/256 
-   Installing       : libvorbis-1:1.3.7-7.fc38.x86_64                     12/256 
-   Installing       : nss-util-3.99.0-1.fc38.x86_64                       13/256 
-   Installing       : libXi-1.8.1-1.fc38.x86_64                           14/256 
-   Installing       : cmake-filesystem-3.27.7-1.fc38.x86_64               15/256 
-   Installing       : alsa-lib-1.2.11-2.fc38.x86_64                       16/256 
-   Installing       : libXfixes-6.0.0-5.fc38.x86_64                       17/256 
-   Installing       : libwayland-cursor-1.22.0-1.fc38.x86_64              18/256 
-   Installing       : libwebp-1.3.2-2.fc38.x86_64                         19/256 
-   Installing       : hwdata-0.382-1.fc38.noarch                          20/256 
-   Installing       : opus-1.3.1-12.fc38.x86_64                           21/256 
-   Installing       : libxshmfence-1.3-12.fc38.x86_64                     22/256 
-   Installing       : lcms2-2.15-1.fc38.x86_64                            23/256 
-   Installing       : kmod-libs-30-4.fc38.x86_64                          24/256 
-   Installing       : kmod-30-4.fc38.x86_64                               25/256 
-   Installing       : libpng-devel-2:1.6.37-14.fc38.x86_64                26/256 
-   Installing       : polkit-libs-122-3.fc38.1.x86_64                     27/256 
-   Installing       : mesa-filesystem-23.1.9-1.fc38.x86_64                28/256
-  
-   Installing       : llvm-libs-16.0.6-3.fc38.x86_64                      29/256 
-   Installing       : libwayland-server-1.22.0-1.fc38.x86_64              30/256 
-   Installing       : libwayland-egl-1.22.0-1.fc38.x86_64                 31/256 
-   Installing       : libusb1-1.0.27-1.fc38.x86_64                        32/256 
-   Installing       : grub2-common-1:2.06-118.fc38.noarch                 33/256 
-   Installing       : fuse3-libs-3.14.1-1.fc38.x86_64                     34/256 
-   Running scriptlet: xml-common-0.6.3-60.fc38.noarch                     35/256 
-   Installing       : xml-common-0.6.3-60.fc38.noarch                     35/256 
-   Installing       : pixman-0.42.2-1.fc38.x86_64                         36/256 
-   Installing       : libtdb-1.4.8-1.fc38.x86_64                          37/256 
-   Installing       : libproxy-0.4.18-6.fc38.x86_64                       38/256 
-   Installing       : libgudev-237-4.fc38.x86_64                          39/256 
-   Installing       : graphite2-1.3.14-11.fc38.x86_64                     40/256 
-   Installing       : gettext-libs-0.21.1-2.fc38.x86_64                   41/256 
-   Installing       : fribidi-1.0.12-3.fc38.x86_64                        42/256 
-   Installing       : duktape-2.7.0-2.fc38.x86_64                         43/256 
-   Installing       : libproxy-duktape-0.4.18-6.fc38.x86_64               44/256 
-   Installing       : graphite2-devel-1.3.14-11.fc38.x86_64               45/256 
-   Installing       : pixman-devel-0.42.2-1.fc38.x86_64                   46/256 
-   Installing       : iso-codes-4.13.0-1.fc38.noarch                      47/256 
-   Installing       : libgusb-0.4.8-1.fc38.x86_64                         48/256 
-   Installing       : colord-libs-1.4.6-4.fc38.x86_64                     49/256 
-   Installing       : libpciaccess-0.16-8.fc38.x86_64                     50/256 
-   Installing       : libdrm-2.4.120-1.fc38.x86_64                        51/256 
-   Installing       : mesa-va-drivers-23.1.9-1.fc38.x86_64                52/256 
-   Installing       : osinfo-db-20231215-1.fc38.noarch                    53/256 
-   Installing       : libwebp-devel-1.3.2-2.fc38.x86_64                   54/256 
-   Installing       : libXcursor-1.2.1-3.fc38.x86_64                      55/256 
-   Installing       : libXdamage-1.1.5-9.fc38.x86_64                      56/256 
-   Installing       : libXtst-1.2.4-2.fc38.x86_64                         57/256 
-   Installing       : nss-softokn-freebl-3.99.0-1.fc38.x86_64             58/256 
-   Installing       : nss-softokn-3.99.0-1.fc38.x86_64                    59/256 
-   Installing       : libglvnd-opengl-1:1.6.0-2.fc38.x86_64               60/256 
-   Installing       : libtheora-1:1.1.1-33.fc38.x86_64                    61/256 
-   Installing       : flac-libs-1.4.3-1.fc38.x86_64                       62/256 
-   Installing       : avahi-glib-0.8-22.fc38.x86_64                       63/256 
-   Installing       : cups-libs-1:2.4.7-13.fc38.x86_64                    64/256 
-   Installing       : libXrandr-1.5.2-10.fc38.x86_64                      65/256 
-   Installing       : libXrender-devel-0.9.11-2.fc38.x86_64               66/256 
-   Installing       : libXext-devel-1.3.5-2.fc38.x86_64                   67/256 
-   Installing       : libXinerama-1.1.5-2.fc38.x86_64                     68/256 
-   Installing       : libXv-1.0.11-18.fc38.x86_64                         69/256 
-   Installing       : libXxf86vm-1.1.5-2.fc38.x86_64                      70/256 
-   Installing       : exiv2-libs-0.27.6-4.fc38.x86_64                     71/256 
-   Installing       : exiv2-0.27.6-4.fc38.x86_64                          72/256 
-   Installing       : libgexiv2-0.14.2-1.fc38.x86_64                      73/256 
-   Installing       : tpm2-tss-fapi-4.0.2-1.fc38.x86_64                   74/256 
-   Installing       : tpm2-tools-5.5.1-1.fc38.x86_64                      75/256 
-   Installing       : procps-ng-3.3.17-11.fc38.x86_64                     76/256 
-   Installing       : openjpeg2-2.5.2-1.fc38.x86_64                       77/256 
-   Installing       : libxslt-1.1.39-1.fc38.x86_64                        78/256 
-   Installing       : liblc3-1.0.4-2.fc38.x86_64                          79/256 
-   Installing       : libcue-2.2.1-13.fc38.x86_64                         80/256 
-   Installing       : libcloudproviders-0.3.5-1.fc38.x86_64               81/256 
-   Installing       : google-noto-fonts-common-20230201-2.fc38.noarch     82/256 
-   Installing       : google-noto-sans-vf-fonts-20230201-2.fc38.noarch    83/256 
-   Installing       : langpacks-core-font-en-3.0-32.fc38.noarch           84/256 
-   Installing       : cairo-1.17.8-4.fc38.x86_64                          85/256 
-   Installing       : harfbuzz-7.1.0-1.fc38.x86_64                        86/256 
-   Installing       : freetype-2.13.0-2.fc38.x86_64                       87/256 
-   Installing       : fontconfig-2.14.2-2.fc38.x86_64                     88/256 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                     88/256
-  
-   Installing       : cairo-gobject-1.17.8-4.fc38.x86_64                  89/256 
-   Installing       : libXft-2.3.8-2.fc38.x86_64                          90/256 
-   Installing       : harfbuzz-icu-7.1.0-1.fc38.x86_64                    91/256 
-   Installing       : gobject-introspection-1.76.1-1.fc38.x86_64          92/256 
-   Installing       : giflib-5.2.2-1.fc38.x86_64                          93/256 
-   Installing       : fuse-common-3.14.1-1.fc38.x86_64                    94/256 
-   Installing       : fuse3-3.14.1-1.fc38.x86_64                          95/256 
-   Installing       : dbus-common-1:1.14.10-1.fc38.noarch                 96/256 
-   Running scriptlet: dbus-common-1:1.14.10-1.fc38.noarch                 96/256 
-   Running scriptlet: dbus-broker-33-1.fc38.x86_64                        97/256 
-   Installing       : dbus-broker-33-1.fc38.x86_64                        97/256 
-   Running scriptlet: dbus-broker-33-1.fc38.x86_64                        97/256 
-   Installing       : dbus-1:1.14.10-1.fc38.x86_64                        98/256 
-   Installing       : dconf-0.40.0-8.fc38.x86_64                          99/256 
-   Running scriptlet: dconf-0.40.0-8.fc38.x86_64                          99/256 
-   Installing       : bluez-libs-5.75-1.fc38.x86_64                      100/256 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.   101/256 
-   Installing       : NetworkManager-libnm-1:1.42.8-1.fc38.x86_64        102/256 
-   Installing       : ModemManager-glib-1.20.6-1.fc38.x86_64             103/256 
-   Installing       : xz-devel-5.4.1-1.fc38.x86_64                       104/256 
-   Installing       : libxml2-devel-2.10.4-1.fc38.x86_64                 105/256 
-   Installing       : xprop-1.2.5-3.fc38.x86_64                          106/256 
-   Installing       : at-spi2-core-2.48.4-1.fc38.x86_64                  107/256 
-   Installing       : atk-2.48.4-1.fc38.x86_64                           108/256 
-   Installing       : at-spi2-atk-2.48.4-1.fc38.x86_64                   109/256 
-   Installing       : xkeyboard-config-2.38-1.fc38.noarch                110/256 
-   Installing       : libxkbcommon-1.5.0-2.fc38.x86_64                   111/256 
-   Installing       : webrtc-audio-processing-0.3.1-10.fc38.x86_64       112/256 
-   Installing       : uchardet-0.0.8-2.fc38.x86_64                       113/256 
-   Installing       : totem-pl-parser-3.26.6-6.fc38.x86_64               114/256 
-   Installing       : sysprof-capture-devel-3.48.0-1.fc38.x86_64         115/256 
-   Installing       : sound-theme-freedesktop-0.8-19.fc38.noarch         116/256 
-   Running scriptlet: sound-theme-freedesktop-0.8-19.fc38.noarch         116/256 
-   Installing       : shared-mime-info-2.2-3.fc38.x86_64                 117/256 
-   Running scriptlet: shared-mime-info-2.2-3.fc38.x86_64                 117/256 
-   Installing       : gdk-pixbuf2-2.42.10-2.fc38.x86_64                  118/256 
-   Installing       : gtk-update-icon-cache-3.24.41-1.fc38.x86_64        119/256 
-   Installing       : libgsf-1.14.51-1.fc38.x86_64                       120/256 
-   Installing       : libnotify-0.8.3-1.fc38.x86_64                      121/256 
-   Installing       : qrencode-libs-4.1.1-4.fc38.x86_64                  122/256
-  
-   Installing       : poppler-data-0.4.11-4.fc38.noarch                  123/256 
-   Installing       : pigz-2.7-3.fc38.x86_64                             124/256 
-   Installing       : pcre2-utf32-10.42-1.fc38.1.x86_64                  125/256 
-   Installing       : pcre2-utf16-10.42-1.fc38.1.x86_64                  126/256 
-   Installing       : pcre2-devel-10.42-1.fc38.1.x86_64                  127/256 
-   Installing       : orc-0.4.33-2.fc38.x86_64                           128/256 
-   Installing       : mpg123-libs-1.31.3-1.fc38.x86_64                   129/256 
-   Installing       : memstrack-0.2.5-1.fc38.x86_64                      130/256 
-   Installing       : low-memory-monitor-2.1-7.fc38.x86_64               131/256 
-   Running scriptlet: low-memory-monitor-2.1-7.fc38.x86_64               131/256 
-   Installing       : lm_sensors-libs-3.6.0-13.fc38.x86_64               132/256 
-   Installing       : mesa-libgbm-23.1.9-1.fc38.x86_64                   133/256 
-   Installing       : mesa-libglapi-23.1.9-1.fc38.x86_64                 134/256 
-   Installing       : mesa-dri-drivers-23.1.9-1.fc38.x86_64              135/256 
-   Installing       : mesa-libEGL-23.1.9-1.fc38.x86_64                   136/256 
-   Installing       : libglvnd-egl-1:1.6.0-2.fc38.x86_64                 137/256 
-   Installing       : libglvnd-gles-1:1.6.0-2.fc38.x86_64                138/256 
-   Installing       : libglvnd-glx-1:1.6.0-2.fc38.x86_64                 139/256 
-   Installing       : mesa-libGL-23.1.9-1.fc38.x86_64                    140/256 
-   Installing       : libvisual-1:0.4.1-1.fc38.x86_64                    141/256 
-   Installing       : libunwind-1.6.2-7.fc38.x86_64                      142/256 
-   Installing       : gstreamer1-1.22.11-1.fc38.x86_64                   143/256 
-   Installing       : libstemmer-2.2.0-5.fc38.x86_64                     144/256 
-   Installing       : libsepol-devel-3.5-1.fc38.x86_64                   145/256 
-   Installing       : libselinux-devel-3.5-1.fc38.x86_64                 146/256 
-   Installing       : libsbc-2.0-2.fc38.x86_64                           147/256 
-   Installing       : liblerc-4.0.0-3.fc38.x86_64                        148/256 
-   Installing       : libldac-2.0.2.3-12.fc38.x86_64                     149/256 
-   Installing       : libiptcdata-1.0.5-13.fc38.x86_64                   150/256 
-   Installing       : libicu-devel-72.1-2.fc38.x86_64                    151/256 
-   Installing       : libglvnd-core-devel-1:1.6.0-2.fc38.x86_64          152/256 
-   Installing       : libglvnd-devel-1:1.6.0-2.fc38.x86_64               153/256 
-   Installing       : mesa-libEGL-devel-23.1.9-1.fc38.x86_64             154/256 
-   Installing       : libffi-devel-3.4.4-2.fc38.x86_64                   155/256 
-   Installing       : libexif-0.6.24-4.fc38.x86_64                       156/256 
-   Installing       : libepoxy-1.5.10-3.fc38.x86_64                      157/256 
-   Installing       : libdatrie-0.2.13-5.fc38.x86_64                     158/256 
-   Installing       : libthai-0.1.29-4.fc38.x86_64                       159/256 
-   Installing       : pango-1.50.14-1.fc38.x86_64                        160/256 
-   Installing       : libblkid-devel-2.38.1-4.fc38.x86_64                161/256 
-   Installing       : libmount-devel-2.38.1-4.fc38.x86_64                162/256 
-   Installing       : glib2-devel-2.76.6-1.fc38.x86_64                   163/256 
-   Installing       : libasyncns-0.8-24.fc38.x86_64                      164/256 
-   Installing       : libargon2-20190702-2.fc38.x86_64                   165/256 
-   Installing       : device-mapper-libs-1.02.197-1.fc38.x86_64          166/256 
-   Installing       : cryptsetup-libs-2.6.1-1.fc38.x86_64                167/256 
-   Installing       : device-mapper-1.02.197-1.fc38.x86_64               168/256 
-   Installing       : systemd-networkd-253.17-1.fc38.x86_64              169/256 
-   Running scriptlet: systemd-networkd-253.17-1.fc38.x86_64              169/256 
-   Installing       : systemd-pam-253.17-1.fc38.x86_64                   170/256 
-   Installing       : systemd-resolved-253.17-1.fc38.x86_64              171/256 
-   Running scriptlet: systemd-resolved-253.17-1.fc38.x86_64              171/256 
-   Installing       : systemd-253.17-1.fc38.x86_64                       172/256 
-   Running scriptlet: systemd-253.17-1.fc38.x86_64                       172/256
-  
- 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                         173/256 
-   Installing       : polkit-122-3.fc38.1.x86_64                         173/256 
-   Running scriptlet: polkit-122-3.fc38.1.x86_64                         173/256 
-   Installing       : polkit-pkla-compat-0.1-23.fc38.x86_64              174/256 
-   Running scriptlet: rtkit-0.11-58.fc38.x86_64                          175/256 
-   Installing       : rtkit-0.11-58.fc38.x86_64                          175/256 
-   Running scriptlet: rtkit-0.11-58.fc38.x86_64                          175/256 
- 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                       176/256 
-   Installing       : libkcapi-hmaccalc-1.4.0-5.fc38.x86_64              177/256 
-   Installing       : kpartx-0.9.4-2.fc38.x86_64                         178/256 
-   Installing       : libXcomposite-0.4.5-9.fc38.x86_64                  179/256 
-   Installing       : lame-libs-3.100-14.fc38.x86_64                     180/256 
-   Installing       : kbd-misc-2.5.1-5.fc38.noarch                       181/256 
-   Installing       : kbd-legacy-2.5.1-5.fc38.noarch                     182/256 
-   Installing       : kbd-2.5.1-5.fc38.x86_64                            183/256 
-   Installing       : systemd-udev-253.17-1.fc38.x86_64                  184/256 
-   Running scriptlet: systemd-udev-253.17-1.fc38.x86_64                  184/256
-  
- 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                       185/256 
-   Running scriptlet: upower-0.99.20-3.fc38.x86_64                       185/256 
- 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                    186/256 
-   Installing       : libtiff-4.4.0-8.fc38.x86_64                        187/256 
-   Installing       : gdk-pixbuf2-modules-2.42.10-2.fc38.x86_64          188/256 
-   Installing       : libgxps-0.3.2-5.fc38.x86_64                        189/256 
-   Installing       : libtiff-devel-4.4.0-8.fc38.x86_64                  190/256 
-   Installing       : hicolor-icon-theme-0.17-15.fc38.noarch             191/256 
-   Installing       : gsm-1.0.22-2.fc38.x86_64                           192/256 
-   Installing       : libsndfile-1.1.0-6.fc38.x86_64                     193/256 
-   Installing       : pulseaudio-libs-16.1-4.fc38.x86_64                 194/256 
-   Installing       : libcanberra-0.30-31.fc38.x86_64                    195/256 
-   Running scriptlet: libcanberra-0.30-31.fc38.x86_64                    195/256 
-   Installing       : graphene-1.10.6-5.fc38.x86_64                      196/256 
-   Installing       : gettext-envsubst-0.21.1-2.fc38.x86_64              197/256 
-   Installing       : gettext-runtime-0.21.1-2.fc38.x86_64               198/256 
-   Installing       : gettext-0.21.1-2.fc38.x86_64                       199/256 
-   Installing       : fuse-libs-2.9.9-16.fc38.x86_64                     200/256 
-   Installing       : grub2-tools-minimal-1:2.06-118.fc38.x86_64         201/256 
-   Installing       : os-prober-1.81-3.fc38.x86_64                       202/256 
-   Installing       : file-5.44-3.fc38.x86_64                            203/256 
-   Installing       : fdk-aac-free-2.0.0-10.fc38.x86_64                  204/256 
-   Installing       : pipewire-libs-1.0.3-1.fc38.x86_64                  205/256 
-   Running scriptlet: pipewire-1.0.3-1.fc38.x86_64                       206/256 
-   Installing       : pipewire-1.0.3-1.fc38.x86_64                       206/256 
-   Running scriptlet: pipewire-1.0.3-1.fc38.x86_64                       206/256 
- 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              207/256 
-   Installing       : wireplumber-0.4.17-1.fc38.x86_64                   208/256 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.3-1.   209/256 
-   Installing       : exempi-2.6.3-2.fc38.x86_64                         210/256 
-   Installing       : cpio-2.13-14.fc38.x86_64                           211/256 
-   Installing       : dracut-059-5.fc38.x86_64                           212/256 
-   Running scriptlet: grub2-tools-1:2.06-118.fc38.x86_64                 213/256 
-   Installing       : grub2-tools-1:2.06-118.fc38.x86_64                 213/256 
-   Running scriptlet: grub2-tools-1:2.06-118.fc38.x86_64                 213/256 
- 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                         214/256 
-   Running scriptlet: grubby-8.40-70.fc38.x86_64                         214/256 
-   Installing       : crypto-policies-scripts-20230301-1.gita12f7b2.fc   215/256 
-   Installing       : nss-sysinit-3.99.0-1.fc38.x86_64                   216/256 
-   Installing       : nss-3.99.0-1.fc38.x86_64                           217/256 
-   Running scriptlet: nss-3.99.0-1.fc38.x86_64                           217/256 
-   Installing       : poppler-23.02.0-3.fc38.x86_64                      218/256 
-   Installing       : poppler-glib-23.02.0-3.fc38.x86_64                 219/256 
-   Installing       : cdparanoia-libs-10.2-41.fc38.x86_64                220/256 
-   Installing       : gstreamer1-plugins-base-1.22.11-1.fc38.x86_64      221/256 
-   Installing       : bzip2-devel-1.0.8-13.fc38.x86_64                   222/256 
-   Installing       : brotli-1.0.9-11.fc38.x86_64                        223/256 
-   Installing       : brotli-devel-1.0.9-11.fc38.x86_64                  224/256 
-   Installing       : harfbuzz-devel-7.1.0-1.fc38.x86_64                 225/256 
-   Installing       : freetype-devel-2.13.0-2.fc38.x86_64                226/256 
-   Installing       : fontconfig-devel-2.14.2-2.fc38.x86_64              227/256 
-   Installing       : adwaita-cursor-theme-44.0-1.fc38.noarch            228/256
-  
-   Installing       : adwaita-icon-theme-44.0-1.fc38.noarch              229/256 
-   Installing       : abattis-cantarell-fonts-0.301-9.fc38.noarch        230/256 
-   Installing       : gsettings-desktop-schemas-44.0-1.fc38.x86_64       231/256 
-   Installing       : glib-networking-2.76.1-1.fc38.x86_64               232/256 
-   Installing       : libsoup3-3.4.4-1.fc38.x86_64                       233/256 
-   Running scriptlet: geoclue2-2.7.0-1.fc38.x86_64                       234/256 
-   Installing       : geoclue2-2.7.0-1.fc38.x86_64                       234/256 
-   Running scriptlet: geoclue2-2.7.0-1.fc38.x86_64                       234/256 
-   Installing       : xdg-desktop-portal-1.16.0-3.fc38.x86_64            235/256 
-   Running scriptlet: xdg-desktop-portal-1.16.0-3.fc38.x86_64            235/256 
-   Installing       : osinfo-db-tools-1.11.0-1.fc38.x86_64               236/256 
-   Installing       : libosinfo-1.11.0-1.fc38.x86_64                     237/256 
-   Installing       : libsoup-2.74.3-2.fc38.x86_64                       238/256 
-   Installing       : libgrss-0.7.0-16.fc38.x86_64                       239/256 
-   Installing       : libtracker-sparql-3.5.3-2.fc38.x86_64              240/256 
-   Installing       : tracker-3.5.3-2.fc38.x86_64                        241/256 
-   Running scriptlet: tracker-3.5.3-2.fc38.x86_64                        241/256 
-   Installing       : tracker-miners-3.5.4-1.fc38.x86_64                 242/256 
-   Running scriptlet: tracker-miners-3.5.4-1.fc38.x86_64                 242/256 
-   Installing       : libcanberra-gtk3-0.30-31.fc38.x86_64               243/256 
-   Installing       : xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64        244/256 
-   Running scriptlet: xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64        244/256 
-   Installing       : gtk3-3.24.41-1.fc38.x86_64                         245/256 
-   Installing       : libdecor-0.2.2-1.fc38.x86_64                       246/256 
-   Installing       : SDL2-2.28.5-1.fc38.x86_64                          247/256 
-   Installing       : SDL2-devel-2.28.5-1.fc38.x86_64                    248/256 
-   Installing       : SDL2_ttf-2.20.2-1.fc38.x86_64                      249/256 
-   Installing       : SDL2_image-2.8.2-1.fc38.x86_64                     250/256 
-   Installing       : SDL2_image-devel-2.8.2-1.fc38.x86_64               251/256 
-   Installing       : SDL2_ttf-devel-2.20.2-1.fc38.x86_64                252/256 
-   Installing       : cairo-devel-1.17.8-4.fc38.x86_64                   253/256 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.3-1.fc38.   254/256 
-   Installing       : pipewire-alsa-1.0.3-1.fc38.x86_64                  255/256 
-   Installing       : pipewire-pulseaudio-1.0.3-1.fc38.x86_64            256/256 
-   Running scriptlet: pipewire-pulseaudio-1.0.3-1.fc38.x86_64            256/256 
- 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                256/256 
-   Running scriptlet: fontconfig-2.14.2-2.fc38.x86_64                    256/256 
-   Running scriptlet: dconf-0.40.0-8.fc38.x86_64                         256/256 
-   Running scriptlet: systemd-resolved-253.17-1.fc38.x86_64              256/256 
-   Running scriptlet: wireplumber-0.4.17-1.fc38.x86_64                   256/256 
- 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   256/256 
-   Running scriptlet: nss-3.99.0-1.fc38.x86_64                           256/256
-  
-   Running scriptlet: pipewire-pulseaudio-1.0.3-1.fc38.x86_64            256/256 
- 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/256 
-   Verifying        : SDL2_ttf-devel-2.20.2-1.fc38.x86_64                  2/256 
-   Verifying        : abattis-cantarell-fonts-0.301-9.fc38.noarch          3/256 
-   Verifying        : adwaita-cursor-theme-44.0-1.fc38.noarch              4/256 
-   Verifying        : adwaita-icon-theme-44.0-1.fc38.noarch                5/256 
-   Verifying        : brotli-1.0.9-11.fc38.x86_64                          6/256 
-   Verifying        : brotli-devel-1.0.9-11.fc38.x86_64                    7/256 
-   Verifying        : bzip2-devel-1.0.8-13.fc38.x86_64                     8/256 
-   Verifying        : cdparanoia-libs-10.2-41.fc38.x86_64                  9/256 
-   Verifying        : cpio-2.13-14.fc38.x86_64                            10/256 
-   Verifying        : crypto-policies-scripts-20230301-1.gita12f7b2.fc    11/256 
-   Verifying        : cryptsetup-libs-2.6.1-1.fc38.x86_64                 12/256 
-   Verifying        : dbus-broker-33-1.fc38.x86_64                        13/256 
-   Verifying        : dconf-0.40.0-8.fc38.x86_64                          14/256 
-   Verifying        : duktape-2.7.0-2.fc38.x86_64                         15/256 
-   Verifying        : exempi-2.6.3-2.fc38.x86_64                          16/256 
-   Verifying        : exiv2-0.27.6-4.fc38.x86_64                          17/256 
-   Verifying        : exiv2-libs-0.27.6-4.fc38.x86_64                     18/256 
-   Verifying        : fdk-aac-free-2.0.0-10.fc38.x86_64                   19/256 
-   Verifying        : file-5.44-3.fc38.x86_64                             20/256 
-   Verifying        : freetype-2.13.0-2.fc38.x86_64                       21/256 
-   Verifying        : freetype-devel-2.13.0-2.fc38.x86_64                 22/256 
-   Verifying        : fribidi-1.0.12-3.fc38.x86_64                        23/256 
-   Verifying        : fuse-libs-2.9.9-16.fc38.x86_64                      24/256 
-   Verifying        : gdk-pixbuf2-2.42.10-2.fc38.x86_64                   25/256 
-   Verifying        : gdk-pixbuf2-modules-2.42.10-2.fc38.x86_64           26/256 
-   Verifying        : gettext-0.21.1-2.fc38.x86_64                        27/256 
-   Verifying        : gettext-envsubst-0.21.1-2.fc38.x86_64               28/256 
-   Verifying        : gettext-libs-0.21.1-2.fc38.x86_64                   29/256 
-   Verifying        : gettext-runtime-0.21.1-2.fc38.x86_64                30/256 
-   Verifying        : graphene-1.10.6-5.fc38.x86_64                       31/256 
-   Verifying        : graphite2-1.3.14-11.fc38.x86_64                     32/256 
-   Verifying        : graphite2-devel-1.3.14-11.fc38.x86_64               33/256 
-   Verifying        : gsettings-desktop-schemas-44.0-1.fc38.x86_64        34/256 
-   Verifying        : gsm-1.0.22-2.fc38.x86_64                            35/256 
-   Verifying        : harfbuzz-7.1.0-1.fc38.x86_64                        36/256 
-   Verifying        : harfbuzz-devel-7.1.0-1.fc38.x86_64                  37/256 
-   Verifying        : harfbuzz-icu-7.1.0-1.fc38.x86_64                    38/256 
-   Verifying        : hicolor-icon-theme-0.17-15.fc38.noarch              39/256 
-   Verifying        : iso-codes-4.13.0-1.fc38.noarch                      40/256 
-   Verifying        : jbigkit-libs-2.1-25.fc38.x86_64                     41/256 
-   Verifying        : json-glib-1.6.6-4.fc38.x86_64                       42/256 
-   Verifying        : kbd-2.5.1-5.fc38.x86_64                             43/256 
-   Verifying        : kbd-legacy-2.5.1-5.fc38.noarch                      44/256 
-   Verifying        : kbd-misc-2.5.1-5.fc38.noarch                        45/256 
-   Verifying        : kmod-30-4.fc38.x86_64                               46/256 
-   Verifying        : kmod-libs-30-4.fc38.x86_64                          47/256 
-   Verifying        : kpartx-0.9.4-2.fc38.x86_64                          48/256 
-   Verifying        : lame-libs-3.100-14.fc38.x86_64                      49/256 
-   Verifying        : lcms2-2.15-1.fc38.x86_64                            50/256 
-   Verifying        : libXcomposite-0.4.5-9.fc38.x86_64                   51/256 
-   Verifying        : libXcursor-1.2.1-3.fc38.x86_64                      52/256 
-   Verifying        : libXdamage-1.1.5-9.fc38.x86_64                      53/256 
-   Verifying        : libXext-1.3.5-2.fc38.x86_64                         54/256 
-   Verifying        : libXext-devel-1.3.5-2.fc38.x86_64                   55/256 
-   Verifying        : libXfixes-6.0.0-5.fc38.x86_64                       56/256 
-   Verifying        : libXinerama-1.1.5-2.fc38.x86_64                     57/256 
-   Verifying        : libXrandr-1.5.2-10.fc38.x86_64                      58/256 
-   Verifying        : libXrender-0.9.11-2.fc38.x86_64                     59/256 
-   Verifying        : libXrender-devel-0.9.11-2.fc38.x86_64               60/256 
-   Verifying        : libXtst-1.2.4-2.fc38.x86_64                         61/256 
-   Verifying        : libXv-1.0.11-18.fc38.x86_64                         62/256 
-   Verifying        : libXxf86vm-1.1.5-2.fc38.x86_64                      63/256 
-   Verifying        : libargon2-20190702-2.fc38.x86_64                    64/256 
-   Verifying        : libasyncns-0.8-24.fc38.x86_64                       65/256 
-   Verifying        : libblkid-devel-2.38.1-4.fc38.x86_64                 66/256 
-   Verifying        : libcanberra-0.30-31.fc38.x86_64                     67/256 
-   Verifying        : libcanberra-gtk3-0.30-31.fc38.x86_64                68/256 
-   Verifying        : libdatrie-0.2.13-5.fc38.x86_64                      69/256 
-   Verifying        : libepoxy-1.5.10-3.fc38.x86_64                       70/256 
-   Verifying        : libexif-0.6.24-4.fc38.x86_64                        71/256 
-   Verifying        : libffi-devel-3.4.4-2.fc38.x86_64                    72/256 
-   Verifying        : libglvnd-1:1.6.0-2.fc38.x86_64                      73/256 
-   Verifying        : libglvnd-core-devel-1:1.6.0-2.fc38.x86_64           74/256 
-   Verifying        : libglvnd-devel-1:1.6.0-2.fc38.x86_64                75/256 
-   Verifying        : libglvnd-egl-1:1.6.0-2.fc38.x86_64                  76/256 
-   Verifying        : libglvnd-gles-1:1.6.0-2.fc38.x86_64                 77/256 
-   Verifying        : libglvnd-glx-1:1.6.0-2.fc38.x86_64                  78/256 
-   Verifying        : libglvnd-opengl-1:1.6.0-2.fc38.x86_64               79/256 
-   Verifying        : libgrss-0.7.0-16.fc38.x86_64                        80/256 
-   Verifying        : libgudev-237-4.fc38.x86_64                          81/256 
-   Verifying        : libgxps-0.3.2-5.fc38.x86_64                         82/256 
-   Verifying        : libicu-devel-72.1-2.fc38.x86_64                     83/256 
-   Verifying        : libiptcdata-1.0.5-13.fc38.x86_64                    84/256 
-   Verifying        : libjpeg-turbo-2.1.4-2.fc38.x86_64                   85/256 
-   Veriying        : libkcapi-1.4.0-5.fc38.x86_64                        86/256 
-   Verifying        : libkcapi-hmaccalc-1.4.0-5.fc38.x86_64               87/256 
-   Verifying        : libldac-2.0.2.3-12.fc38.x86_64                      88/256 
-   Verifying        : liblerc-4.0.0-3.fc38.x86_64                         89/256 
-   Verifying        : libmount-devel-2.38.1-4.fc38.x86_64                 90/256 
-   Verifying        : libogg-2:1.3.5-5.fc38.x86_64                        91/256 
-   Verifying        : libpciaccess-0.16-8.fc38.x86_64                     92/256 
-   Verifying        : libpng-2:1.6.37-14.fc38.x86_64                      93/256 
-   Verifying        : libpng-devel-2:1.6.37-14.fc38.x86_64                94/256 
-   Verifying        : libproxy-0.4.18-6.fc38.x86_64                       95/256 
-   Verifying        : libproxy-duktape-0.4.18-6.fc38.x86_64               96/256 
-   Verifying        : libsbc-2.0-2.fc38.x86_64                            97/256 
-   Verifying        : libselinux-devel-3.5-1.fc38.x86_64                  98/256 
-   Verifying        : libsepol-devel-3.5-1.fc38.x86_64                    99/256 
-   Verifying        : libsndfile-1.1.0-6.fc38.x86_64                     100/256 
-   Verifying        : libsoup-2.74.3-2.fc38.x86_64                       101/256 
-   Verifying        : libstemmer-2.2.0-5.fc38.x86_64                     102/256 
-   Verifying        : libtdb-1.4.8-1.fc38.x86_64                         103/256 
-   Verifying        : libthai-0.1.29-4.fc38.x86_64                       104/256 
-   Verifying        : libtheora-1:1.1.1-33.fc38.x86_64                   105/256 
-   Verifying        : libunwind-1.6.2-7.fc38.x86_64                      106/256 
-   Verifying        : libvisual-1:0.4.1-1.fc38.x86_64                    107/256 
-   Verifying        : libvorbis-1:1.3.7-7.fc38.x86_64                    108/256 
-   Verifying        : libxkbcommon-1.5.0-2.fc38.x86_64                   109/256 
-   Verifying        : libxshmfence-1.3-12.fc38.x86_64                    110/256 
-   Verifying        : lm_sensors-libs-3.6.0-13.fc38.x86_64               111/256 
-   Verifying        : low-memory-monitor-2.1-7.fc38.x86_64               112/256 
-   Verifying        : memstrack-0.2.5-1.fc38.x86_64                      113/256 
-   Verifying        : mpg123-libs-1.31.3-1.fc38.x86_64                   114/256 
-   Verifying        : opus-1.3.1-12.fc38.x86_64                          115/256 
-   Verifying        : orc-0.4.33-2.fc38.x86_64                           116/256 
-   Verifying        : os-prober-1.81-3.fc38.x86_64                       117/256 
-   Verifying        : pango-1.50.14-1.fc38.x86_64                        118/256 
-   Verifying        : pcre2-devel-10.42-1.fc38.1.x86_64                  119/256 
-   Verifying        : pcre2-utf16-10.42-1.fc38.1.x86_64                  120/256 
-   Verifying        : pcre2-utf32-10.42-1.fc38.1.x86_64                  121/256 
-   Verifying        : pigz-2.7-3.fc38.x86_64                             122/256 
-   Verifying        : pixman-0.42.2-1.fc38.x86_64                        123/256 
-   Verifying        : pixman-devel-0.42.2-1.fc38.x86_64                  124/256 
-   Verifying        : polkit-pkla-compat-0.1-23.fc38.x86_64              125/256 
-   Verifying        : poppler-data-0.4.11-4.fc38.noarch                  126/256 
-   Verifying        : pulseaudio-libs-16.1-4.fc38.x86_64                 127/256 
-   Verifying        : qrencode-libs-4.1.1-4.fc38.x86_64                  128/256 
-   Verifying        : rtkit-0.11-58.fc38.x86_64                          129/256 
-   Verifying        : shared-mime-info-2.2-3.fc38.x86_64                 130/256 
-   Verifying        : sound-theme-freedesktop-0.8-19.fc38.noarch         131/256 
-   Verifying        : sysprof-capture-devel-3.48.0-1.fc38.x86_64         132/256 
-   Verifying        : totem-pl-parser-3.26.6-6.fc38.x86_64               133/256 
-   Verifying        : uchardet-0.0.8-2.fc38.x86_64                       134/256 
-   Verifying        : upower-0.99.20-3.fc38.x86_64                       135/256 
-   Verifying        : webrtc-audio-processing-0.3.1-10.fc38.x86_64       136/256 
-   Verifying        : xdg-desktop-portal-1.16.0-3.fc38.x86_64            137/256 
-   Verifying        : xdg-desktop-portal-gtk-1.14.1-2.fc38.x86_64        138/256 
-   Verifying        : xkeyboard-config-2.38-1.fc38.noarch                139/256 
-   Verifying        : xml-common-0.6.3-60.fc38.noarch                    140/256 
-   Verifying        : xprop-1.2.5-3.fc38.x86_64                          141/256 
-   Verifying        : xz-devel-5.4.1-1.fc38.x86_64                       142/256 
-   Verifying        : zlib-devel-1.2.13-3.fc38.x86_64                    143/256 
-   Verifying        : ModemManager-glib-1.20.6-1.fc38.x86_64             144/256 
-   Verifying        : NetworkManager-libnm-1:1.42.8-1.fc38.x86_64        145/256 
-   Verifying        : SDL2-2.28.5-1.fc38.x86_64                          146/256 
-   Verifying        : SDL2-devel-2.28.5-1.fc38.x86_64                    147/256 
-   Verifying        : SDL2_image-2.8.2-1.fc38.x86_64                     148/256 
-   Verifying        : SDL2_image-devel-2.8.2-1.fc38.x86_64               149/256 
-   Verifying        : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.   150/256 
-   Verifying        : alsa-lib-1.2.11-2.fc38.x86_64                      151/256 
-   Verifying        : at-spi2-atk-2.48.4-1.fc38.x86_64                   152/256 
-   Verifying        : at-spi2-core-2.48.4-1.fc38.x86_64                  153/256 
-   Verifying        : atk-2.48.4-1.fc38.x86_64                           154/256 
-   Verifying        : avahi-glib-0.8-22.fc38.x86_64                      155/256 
-   Verifying        : avahi-libs-0.8-22.fc38.x86_64                      156/256 
-   Verifying        : bluez-libs-5.75-1.fc38.x86_64                      157/256 
-   Verifying        : cairo-1.17.8-4.fc38.x86_64                         158/256 
-   Verifying        : cairo-devel-1.17.8-4.fc38.x86_64                   159/256 
-   Verifying        : cairo-gobject-1.17.8-4.fc38.x86_64                 160/256 
-   Verifying        : cmake-filesystem-3.27.7-1.fc38.x86_64              161/256 
-   Verifying        : colord-libs-1.4.6-4.fc38.x86_64                    162/256 
-   Verifying        : cups-libs-1:2.4.7-13.fc38.x86_64                   163/256 
-   Verifying        : dbus-1:1.14.10-1.fc38.x86_64                       164/256 
-   Verifying        : dbus-common-1:1.14.10-1.fc38.noarch                165/256 
-   Verifying        : device-mapper-1.02.197-1.fc38.x86_64               166/256 
-   Verifying        : device-mapper-libs-1.02.197-1.fc38.x86_64          167/256 
-   Verifying        : dracut-059-5.fc38.x86_64                           168/256 
-   Verifying        : flac-libs-1.4.3-1.fc38.x86_64                      169/256 
-   Verifying        : fontconfig-2.14.2-2.fc38.x86_64                    170/256 
-   Verifying        : fontconfig-devel-2.14.2-2.fc38.x86_64              171/256 
-   Verifying        : fuse-common-3.14.1-1.fc38.x86_64                   172/256 
-   Verifying        : fuse3-3.14.1-1.fc38.x86_64                         173/256 
-   Verifying        : fuse3-libs-3.14.1-1.fc38.x86_64                    174/256 
-   Verifying        : geoclue2-2.7.0-1.fc38.x86_64                       175/256 
-   Verifying        : giflib-5.2.2-1.fc38.x86_64                         176/256 
-   Verifying        : glib-networking-2.76.1-1.fc38.x86_64               177/256 
-   Verifying        : glib2-devel-2.76.6-1.fc38.x86_64                   178/256 
-   Verifying        : gobject-introspection-1.76.1-1.fc38.x86_64         179/256 
-   Verifying        : google-noto-fonts-common-20230201-2.fc38.noarch    180/256 
-   Verifying        : google-noto-sans-vf-fonts-20230201-2.fc38.noarch   181/256 
-   Verifying        : grub2-common-1:2.06-118.fc38.noarch                182/256 
-   Verifying        : grub2-tools-1:2.06-118.fc38.x86_64                 183/256 
-   Verifying        : grub2-tools-minimal-1:2.06-118.fc38.x86_64         184/256 
-   Verifying        : grubby-8.40-70.fc38.x86_64                         185/256 
-   Verifying        : gstreamer1-1.22.11-1.fc38.x86_64                   186/256 
-   Verifying        : gstreamer1-plugins-base-1.22.11-1.fc38.x86_64      187/256 
-   Verifying        : gtk-update-icon-cache-3.24.41-1.fc38.x86_64        188/256 
-   Verifying        : gtk3-3.24.41-1.fc38.x86_64                         189/256 
-   Verifying        : hwdata-0.382-1.fc38.noarch                         190/256 
-   Verifying        : langpacks-core-font-en-3.0-32.fc38.noarch          191/256 
-   Verifying        : libXft-2.3.8-2.fc38.x86_64                         192/256 
-   Verifying        : libXi-1.8.1-1.fc38.x86_64                          193/256 
-   Verifying        : libcloudproviders-0.3.5-1.fc38.x86_64              194/256 
-   Verifying        : libcue-2.2.1-13.fc38.x86_64                        195/256 
-   Verifying        : libdecor-0.2.2-1.fc38.x86_64                       196/256 
-   Verifying        : libdrm-2.4.120-1.fc38.x86_64                       197/256 
-   Verifying        : libgexiv2-0.14.2-1.fc38.x86_64                     198/256 
-   Verifying        : libgsf-1.14.51-1.fc38.x86_64                       199/256 
-   Verifying        : libgusb-0.4.8-1.fc38.x86_64                        200/256 
-   Verifying        : liblc3-1.0.4-2.fc38.x86_64                         201/256 
-   Verifying        : libnotify-0.8.3-1.fc38.x86_64                      202/256 
-   Verifying        : libosinfo-1.11.0-1.fc38.x86_64                     203/256 
-   Verifying        : libsoup3-3.4.4-1.fc38.x86_64                       204/256 
-   Verifying        : libtiff-4.4.0-8.fc38.x86_64                        205/256 
-   Verifying        : libtiff-devel-4.4.0-8.fc38.x86_64                  206/256 
-   Verifying        : libtracker-sparql-3.5.3-2.fc38.x86_64              207/256 
-   Verifying        : libusb1-1.0.27-1.fc38.x86_64                       208/256 
-   Verifying        : libwayland-client-1.22.0-1.fc38.x86_64             209/256 
-   Verifying        : libwayland-cursor-1.22.0-1.fc38.x86_64             210/256 
-   Verifying        : libwayland-egl-1.22.0-1.fc38.x86_64                211/256 
-   Verifying        : libwayland-server-1.22.0-1.fc38.x86_64             212/256 
-   Verifying        : libwebp-1.3.2-2.fc38.x86_64                        213/256 
-   Verifying        : libwebp-devel-1.3.2-2.fc38.x86_64                  214/256 
-   Verifying        : libxml2-devel-2.10.4-1.fc38.x86_64                 215/256 
-   Verifying        : libxslt-1.1.39-1.fc38.x86_64                       216/256 
-   Verifying        : llvm-libs-16.0.6-3.fc38.x86_64                     217/256 
-   Verifying        : mesa-dri-drivers-23.1.9-1.fc38.x86_64              218/256 
-   Verifying        : mesa-filesystem-23.1.9-1.fc38.x86_64               219/256 
-   Verifying        : mesa-libEGL-23.1.9-1.fc38.x86_64                   220/256 
-   Verifying        : mesa-libEGL-devel-23.1.9-1.fc38.x86_64             221/256 
-   Verifying        : mesa-libGL-23.1.9-1.fc38.x86_64                    222/256 
-   Verifying        : mesa-libgbm-23.1.9-1.fc38.x86_64                   223/256 
-   Verifying        : mesa-libglapi-23.1.9-1.fc38.x86_64                 224/256 
-   Verifying        : mesa-va-drivers-23.1.9-1.fc38.x86_64               225/256 
-   Verifying        : nspr-4.35.0-17.fc38.x86_64                         226/256 
-   Verifying        : nss-3.99.0-1.fc38.x86_64                           227/256 
-   Verifying        : nss-softokn-3.99.0-1.fc38.x86_64                   228/256 
-   Verifying        : nss-softokn-freebl-3.99.0-1.fc38.x86_64            229/256 
-   Verifying        : nss-sysinit-3.99.0-1.fc38.x86_64                   230/256 
-   Verifying        : nss-util-3.99.0-1.fc38.x86_64                      231/256 
-   Verifying        : openjpeg2-2.5.2-1.fc38.x86_64                      232/256 
-   Verifying        : osinfo-db-20231215-1.fc38.noarch                   233/256 
-   Verifying        : osinfo-db-tools-1.11.0-1.fc38.x86_64               234/256 
-   Verifying        : pipewire-1.0.3-1.fc38.x86_64                       235/256 
-   Verifying        : pipewire-alsa-1.0.3-1.fc38.x86_64                  236/256 
-   Verifying        : pipewire-jack-audio-connection-kit-1.0.3-1.fc38.   237/256 
-   Verifying        : pipewire-jack-audio-connection-kit-libs-1.0.3-1.   238/256 
-   Verifying        : pipewire-libs-1.0.3-1.fc38.x86_64                  239/256 
-   Verifying        : pipewire-pulseaudio-1.0.3-1.fc38.x86_64            240/256 
-   Verifying        : polkit-122-3.fc38.1.x86_64                         241/256 
-   Verifying        : polkit-libs-122-3.fc38.1.x86_64                    242/256 
-   Verifying        : poppler-23.02.0-3.fc38.x86_64                      243/256 
-   Verifying        : poppler-glib-23.02.0-3.fc38.x86_64                 244/256 
-   Verifying        : procps-ng-3.3.17-11.fc38.x86_64                    245/256 
-   Verifying        : systemd-253.17-1.fc38.x86_64                       246/256 
-   Verifying        : systemd-networkd-253.17-1.fc38.x86_64              247/256 
-   Verifying        : systemd-pam-253.17-1.fc38.x86_64                   248/256 
-   Verifying        : systemd-resolved-253.17-1.fc38.x86_64              249/256 
-   Verifying        : systemd-udev-253.17-1.fc38.x86_64                  250/256 
-   Verifying        : tpm2-tools-5.5.1-1.fc38.x86_64                     251/256 
-   Verifying        : tpm2-tss-fapi-4.0.2-1.fc38.x86_64                  252/256 
-   Verifying        : tracker-3.5.3-2.fc38.x86_64                        253/256 
-   Verifying        : tracker-miners-3.5.4-1.fc38.x86_64                 254/256 
-   Verifying        : wireplumber-0.4.17-1.fc38.x86_64                   255/256 
-   Verifying        : wireplumber-libs-0.4.17-1.fc38.x86_64              256/256 
- 
- 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-devel-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                                               
-   fontconfig-devel-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-0.21.1-2.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.382-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                                                   
-   libXext-devel-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                                               
-   libXrender-devel-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                                              
-   libxml2-devel-2.10.4-1.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                                                   
-   pixman-devel-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.1-1.fc38.x86_64                                                
-   tpm2-tss-fapi-4.0.2-1.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                                                     
-   xz-devel-5.4.1-1.fc38.x86_64                                                  
-   zlib-devel-1.2.13-3.fc38.x86_64                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cairo-devel" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- cairo-devel-1.17.8-4.fc38.x86_64
- 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-06-19 16:13.48 ---> saved as "d9fd5c985e11358b5f214336ee9d3dba31cf825484c352ce2ecc9e3118f0de38"


/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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 dune              3.16.0
  - install ocamlfind         1.9.6
  - install conf-sdl2-ttf     1
  - install conf-sdl2-image   1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install conf-cairo        1
  - install xdg               3.16.0
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install topkg             1.0.7
  - install ctypes-foreign    0.18.0
  - install integers          0.7.0
  - install dune-configurator 3.16.0
  - install ctypes            0.20.2
  - install cairo2            0.6.4
  - install tsdl              0.9.8
  - install tsdl-ttf          0.6
  - install tsdl-image        0.6
  - install bogue             20240225
===== 23 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bogue.20240225  (cached)
-> retrieved cairo2.0.6.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-cairo.1
-> 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 integers.0.7.0  (cached)
-> 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.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved xdg.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.16.0
-> 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.16.0
-> installed dune-configurator.3.16.0
-> installed cairo2.0.6.4
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
-> installed bogue.20240225
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 16:14.51 ---> saved as "48c87ff83e2dad71e4ac52178dd179a6f0d57ceb62c84c21cac171a57efe4350"


/src: (copy (src .) (dst /src))
2024-06-19 16:14.52 ---> saved as "00e20288f4a95f021868fba4732e1203c98d92f6c19161f5d9ef30e3f32023a5"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-19 16:14.53 ---> saved as "812559c6613813e1a00d6bc3d7745631889a01723f936a5b4795dc0766b48a1d"
Job succeeded
2024-06-19 16:14.53: Job succeeded