Organisationssanettebogueb307b7 ()fedora-39-4.14_opam-2.2

fedora-39-4.14_opam-2.2

Link Copied
Code Copied

Logs

2024-09-18 15:13.53: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (b307b736609e19ba6fee688cfed761ce9425a2e1) (linux-x86_64:fedora-39-4.14_opam-2.2)
Base: ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard b307b736
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e
# fedora-39-4.14_opam-2.2
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.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.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.15.0 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.2 --depext-only -y bogue.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-09-18 15:13.53: Using cache hint "sanette/bogue-ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e-fedora-39-4.14_opam-2.2-dcdd48cb077e6f5365ad23711a187ee4"
2024-09-18 15:13.53: Using OBuilder spec:
((from ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e)
 (comment fedora-39-4.14_opam-2.2)
 (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.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.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.15.0 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.2 --depext-only -y bogue.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-09-18 15:13.53: Waiting for resource in pool OCluster
2024-09-18 15:56.11: Waiting for worker…
2024-09-18 16:03.00: Got resource from pool OCluster
Building on doris.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/bogue.git-610f1e1e85172752554da4aff87c7c6fb55285ea/.git/
HEAD is now at b307b73 remove audio un/lock


(from ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e)
Unable to find image 'ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e' locally
docker.io/ocaml/opam@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e: Pulling from ocaml/opam
efedfb3fe869: Pulling fs layer
efedfb3fe869: Verifying Checksum
efedfb3fe869: Download complete
efedfb3fe869: Pull complete
Digest: sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e
Status: Downloaded newer image for ocaml/opam@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e
2024-09-18 16:03.02 ---> using "39e5ddc8fc616b8b4893dbc0062d91989319c294efe60e75830cba3f336be183" from cache


/: (comment fedora-39-4.14_opam-2.2)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64                               74 kB/s |  29 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64        9.6 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    195 kB/s |  25 kB     00:00    
Fedora 39 - x86_64 - Updates                    4.8 MB/s | 8.4 MB     00:01    
Package findutils-1:4.9.0-6.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-09-18 16:03.02 ---> using "899ad86fb03d0933c8fe5c57a4478c21ed3f822ce9f935a5d4d24f8f20878e19" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-18 16:03.02 ---> using "d3553587ce888158864badd7738b6991d0b226af08a789c18ed598b1f136022d" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 31 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=31 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-18 16:03.02 ---> using "d40ec543ec1860e6f151eaea1e98cd4fcc2fb6cb5465908b83f29575116f7ded" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-121-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-09-18 16:03.02 ---> using "8b4548afcfaa39afc61a6920b7eefcebd8abcf30cee27a99f958e74225563b81" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-18 16:03.02 ---> using "f1d07aa64b4d22c1c6279690d2d9d4ea2586cdbd81ee4cfdbd730b84085623d4" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks


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


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


/src: (copy (src bogue.opam) (dst ./))
2024-09-18 16:03.02 ---> saved as "c53088aa7990567534c714575d860878a2a553711344db080d2ef53d876d0fd8"


/src: (run (network host)
           (shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2024-09-18 16:03.03 ---> saved as "4d0dc30ad42e3d3ff5872b918d95c4cdd698492c02da16b33a4b94be8ccaf53a"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.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.15.0 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.2 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              226 kB/s |  29 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64        9.6 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    151 kB/s |  20 kB     00:00    
- Fedora 39 - x86_64 - Updates                    5.0 MB/s | 5.6 MB     00:01    
- Metadata cache created.


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package 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:
    libffi-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel" "libffi-devel"
- Last metadata expiration check: 0:00:23 ago on Wed Sep 18 16:03:05 2024.
- Dependencies resolved.
- =================================================================================================
-  Package                                   Arch    Version                         Repo      Size
- =================================================================================================
- Installing:
-  SDL2-devel                                x86_64  2.28.5-1.fc39                   updates  395 k
-  SDL2_image-devel                          x86_64  2.8.2-1.fc39                    updates   18 k
-  SDL2_ttf-devel                            x86_64  2.20.2-2.fc39                   fedora    21 k
-  libffi-devel                              x86_64  3.4.4-4.fc39                    fedora    29 k
- Installing dependencies:
-  ModemManager-glib                         x86_64  1.20.6-3.fc39                   fedora   326 k
-  NetworkManager-libnm                      x86_64  1:1.44.2-1.fc39                 updates  1.8 M
-  SDL2                                      x86_64  2.28.5-1.fc39                   updates  692 k
-  SDL2_image                                x86_64  2.8.2-1.fc39                    updates  108 k
-  SDL2_ttf                                  x86_64  2.20.2-2.fc39                   fedora    43 k
-  abattis-cantarell-vf-fonts                noarch  0.301-10.fc39                   fedora   121 k
-  adwaita-cursor-theme                      noarch  45.0-1.fc39                     fedora   678 k
-  adwaita-icon-theme                        noarch  45.0-1.fc39                     fedora   407 k
-  alsa-lib                                  x86_64  1.2.12-1.fc39                   updates  521 k
-  at-spi2-atk                               x86_64  2.50.2-1.fc39                   updates   86 k
-  at-spi2-core                              x86_64  2.50.2-1.fc39                   updates  371 k
-  atk                                       x86_64  2.50.2-1.fc39                   updates   81 k
-  avahi-glib                                x86_64  0.8-24.fc39                     fedora    15 k
-  avahi-libs                                x86_64  0.8-24.fc39                     fedora    67 k
-  bluez-libs                                x86_64  5.77-1.fc39                     updates   85 k
-  brotli                                    x86_64  1.1.0-1.fc39                    fedora    20 k
-  brotli-devel                              x86_64  1.1.0-1.fc39                    fedora    34 k
-  bzip2-devel                               x86_64  1.0.8-16.fc39                   fedora   214 k
-  cairo                                     x86_64  1.18.0-1.fc39                   fedora   710 k
-  cairo-gobject                             x86_64  1.18.0-1.fc39                   fedora    19 k
-  cdparanoia-libs                           x86_64  10.2-42.fc39                    fedora    54 k
-  cmake-filesystem                          x86_64  3.27.7-1.fc39                   fedora    19 k
-  colord-libs                               x86_64  1.4.6-6.fc39                    fedora   233 k
-  cpio                                      x86_64  2.14-4.fc39                     fedora   279 k
-  crypto-policies-scripts                   noarch  20231204-1.git1e3a2e4.fc39      updates  117 k
-  cryptsetup-libs                           x86_64  2.6.1-3.fc39                    fedora   491 k
-  cups-libs                                 x86_64  1:2.4.10-6.fc39                 updates  269 k
-  dbus                                      x86_64  1:1.14.10-1.fc39                fedora   8.1 k
-  dbus-broker                               x86_64  36-2.fc39                       updates  176 k
-  dbus-common                               noarch  1:1.14.10-1.fc39                fedora    15 k
-  default-fonts-core-sans                   noarch  4.0-9.fc39                      fedora    32 k
-  device-mapper                             x86_64  1.02.197-1.fc39                 updates  138 k
-  device-mapper-libs                        x86_64  1.02.197-1.fc39                 updates  176 k
-  dracut                                    x86_64  059-16.fc39                     updates  432 k
-  duktape                                   x86_64  2.7.0-5.fc39                    fedora   170 k
-  exempi                                    x86_64  2.6.4-2.fc39                    fedora   578 k
-  exiv2-libs                                x86_64  0.27.6-5.fc39                   fedora   782 k
-  fdk-aac-free                              x86_64  2.0.0-11.fc39                   fedora   336 k
-  file                                      x86_64  5.44-5.fc39                     fedora    49 k
-  flac-libs                                 x86_64  1.4.3-2.fc39                    fedora   264 k
-  fontconfig                                x86_64  2.14.2-6.fc39                   updates  296 k
-  freetype                                  x86_64  2.13.1-2.fc39                   fedora   414 k
-  freetype-devel                            x86_64  2.13.1-2.fc39                   fedora   950 k
-  fribidi                                   x86_64  1.0.13-2.fc39                   fedora    91 k
-  fuse-common                               x86_64  3.16.1-1.fc39                   fedora   8.3 k
-  fuse-libs                                 x86_64  2.9.9-17.fc39                   fedora    97 k
-  fuse3                                     x86_64  3.16.1-1.fc39                   fedora    57 k
-  fuse3-libs                                x86_64  3.16.1-1.fc39                   fedora    94 k
-  gdk-pixbuf2                               x86_64  2.42.10-5.fc39                  fedora   484 k
-  gdk-pixbuf2-modules                       x86_64  2.42.10-5.fc39                  fedora    85 k
-  geoclue2                                  x86_64  2.7.0-2.fc39                    fedora   138 k
-  gettext-envsubst                          x86_64  0.22-2.fc39                     fedora    36 k
-  gettext-libs                              x86_64  0.22-2.fc39                     fedora   328 k
-  gettext-runtime                           x86_64  0.22-2.fc39                     fedora   120 k
-  giflib                                    x86_64  5.2.2-1.fc39                    updates   52 k
-  glib2-devel                               x86_64  2.78.6-1.fc39                   updates  594 k
-  gobject-introspection                     x86_64  1.78.1-1.fc39                   fedora   261 k
-  google-noto-fonts-common                  noarch  20240101-1.fc39                 updates   17 k
-  google-noto-sans-vf-fonts                 noarch  20240101-1.fc39                 updates  593 k
-  graphene                                  x86_64  1.10.6-6.fc39                   fedora    61 k
-  graphite2                                 x86_64  1.3.14-12.fc39                  fedora    95 k
-  graphite2-devel                           x86_64  1.3.14-12.fc39                  fedora    20 k
-  grub2-common                              noarch  1:2.06-121.fc39                 updates  919 k
-  grub2-tools                               x86_64  1:2.06-121.fc39                 updates  1.8 M
-  grub2-tools-minimal                       x86_64  1:2.06-121.fc39                 updates  623 k
-  gsettings-desktop-schemas                 x86_64  45.0-1.fc39                     fedora   737 k
-  gsm                                       x86_64  1.0.22-3.fc39                   fedora    35 k
-  gstreamer1                                x86_64  1.22.12-1.fc39                  updates  1.4 M
-  gstreamer1-plugins-base                   x86_64  1.22.12-1.fc39                  updates  2.2 M
-  gtk-update-icon-cache                     x86_64  3.24.43-1.fc39                  updates   34 k
-  gtk3                                      x86_64  3.24.43-1.fc39                  updates  5.6 M
-  harfbuzz                                  x86_64  8.2.1-2.fc39                    fedora   975 k
-  harfbuzz-devel                            x86_64  8.2.1-2.fc39                    fedora   450 k
-  harfbuzz-icu                              x86_64  8.2.1-2.fc39                    fedora    17 k
-  hicolor-icon-theme                        noarch  0.17-16.fc39                    fedora    66 k
-  highway                                   x86_64  1.1.0-1.fc39                    updates  496 k
-  hwdata                                    noarch  0.385-1.fc39                    updates  1.6 M
-  iso-codes                                 noarch  4.15.0-2.fc39                   fedora   3.5 M
-  jbigkit-libs                              x86_64  2.1-26.fc39                     fedora    53 k
-  json-glib                                 x86_64  1.8.0-1.fc39                    fedora   166 k
-  kbd                                       x86_64  2.6.3-1.fc39                    fedora   428 k
-  kbd-legacy                                noarch  2.6.3-1.fc39                    fedora   574 k
-  kbd-misc                                  noarch  2.6.3-1.fc39                    fedora   1.6 M
-  kmod                                      x86_64  30-6.fc39                       fedora   120 k
-  kmod-libs                                 x86_64  30-6.fc39                       fedora    67 k
-  lame-libs                                 x86_64  3.100-15.fc39                   fedora   337 k
-  lcms2                                     x86_64  2.15-2.fc39                     fedora   177 k
-  libXcomposite                             x86_64  0.4.5-10.fc39                   fedora    23 k
-  libXcursor                                x86_64  1.2.1-4.fc39                    fedora    30 k
-  libXdamage                                x86_64  1.1.5-10.fc39                   fedora    22 k
-  libXext                                   x86_64  1.3.5-3.fc39                    fedora    39 k
-  libXfixes                                 x86_64  6.0.0-6.fc39                    fedora    19 k
-  libXft                                    x86_64  2.3.8-3.fc39                    fedora    72 k
-  libXi                                     x86_64  1.8.1-2.fc39                    fedora    40 k
-  libXinerama                               x86_64  1.1.5-3.fc39                    fedora    14 k
-  libXrandr                                 x86_64  1.5.4-1.fc39                    updates   27 k
-  libXrender                                x86_64  0.9.11-3.fc39                   fedora    27 k
-  libXtst                                   x86_64  1.2.4-3.fc39                    fedora    20 k
-  libXv                                     x86_64  1.0.11-19.fc39                  fedora    18 k
-  libXxf86vm                                x86_64  1.1.5-3.fc39                    fedora    18 k
-  libaom                                    x86_64  3.9.0-1.fc39                    updates  1.8 M
-  libargon2                                 x86_64  20190702-3.fc39                 fedora    28 k
-  libasyncns                                x86_64  0.8-25.fc39                     fedora    30 k
-  libavif                                   x86_64  0.11.1-11.fc39                  fedora    84 k
-  libblkid-devel                            x86_64  2.39.4-1.fc39                   updates   18 k
-  libcanberra                               x86_64  0.30-32.fc39                    fedora    85 k
-  libcloudproviders                         x86_64  0.3.5-1.fc39                    updates   46 k
-  libcue                                    x86_64  2.2.1-13.fc39                   fedora    34 k
-  libdatrie                                 x86_64  0.2.13-7.fc39                   fedora    32 k
-  libdav1d                                  x86_64  1.2.1-2.fc39                    fedora   618 k
-  libdecor                                  x86_64  0.2.2-1.fc39                    updates   59 k
-  libdrm                                    x86_64  2.4.121-1.fc39                  updates  157 k
-  libepoxy                                  x86_64  1.5.10-4.fc39                   fedora   234 k
-  libexif                                   x86_64  0.6.24-5.fc39                   fedora   461 k
-  libgexiv2                                 x86_64  0.14.2-1.fc39                   fedora    98 k
-  libglvnd                                  x86_64  1:1.7.0-1.fc39                  fedora   133 k
-  libglvnd-core-devel                       x86_64  1:1.7.0-1.fc39                  fedora    17 k
-  libglvnd-devel                            x86_64  1:1.7.0-1.fc39                  fedora   162 k
-  libglvnd-egl                              x86_64  1:1.7.0-1.fc39                  fedora    36 k
-  libglvnd-gles                             x86_64  1:1.7.0-1.fc39                  fedora    31 k
-  libglvnd-glx                              x86_64  1:1.7.0-1.fc39                  fedora   142 k
-  libglvnd-opengl                           x86_64  1:1.7.0-1.fc39                  fedora    42 k
-  libgrss                                   x86_64  0.7.0-17.fc39                   fedora    62 k
-  libgsf                                    x86_64  1.14.51-1.fc39                  updates  297 k
-  libgudev                                  x86_64  238-2.fc39                      fedora    35 k
-  libgusb                                   x86_64  0.4.9-1.fc39                    updates   65 k
-  libgxps                                   x86_64  0.3.2-6.fc39                    fedora    77 k
-  libicu-devel                              x86_64  73.2-2.fc39                     fedora   924 k
-  libimobiledevice                          x86_64  1.3.0^20230705git6fc41f5-1.fc39 fedora   138 k
-  libimobiledevice-glue                     x86_64  1.0.0-1.fc39                    fedora    36 k
-  libiptcdata                               x86_64  1.0.5-15.fc39                   fedora    61 k
-  libjpeg-turbo                             x86_64  2.1.4-3.fc39                    fedora   183 k
-  libjxl                                    x86_64  1:0.8.3-1.fc39                  updates  1.2 M
-  libkcapi                                  x86_64  1.5.0-4.fc39                    updates   46 k
-  libkcapi-hasher                           x86_64  1.5.0-4.fc39                    updates   26 k
-  libkcapi-hmaccalc                         x86_64  1.5.0-4.fc39                    updates  9.1 k
-  liblc3                                    x86_64  1.0.4-2.fc39                    updates   80 k
-  libldac                                   x86_64  2.0.2.3-13.fc39                 fedora    41 k
-  liblerc                                   x86_64  4.0.0-4.fc39                    fedora   201 k
-  libmount-devel                            x86_64  2.39.4-1.fc39                   updates   18 k
-  libnotify                                 x86_64  0.8.3-1.fc39                    updates   51 k
-  libogg                                    x86_64  2:1.3.5-6.fc39                  fedora    33 k
-  libosinfo                                 x86_64  1.11.0-1.fc39                   updates  314 k
-  libpciaccess                              x86_64  0.16-9.fc39                     fedora    26 k
-  libplist                                  x86_64  2.3.0-1.fc39                    fedora    92 k
-  libpng                                    x86_64  2:1.6.37-15.fc39                fedora   119 k
-  libpng-devel                              x86_64  2:1.6.37-15.fc39                fedora   291 k
-  libproxy                                  x86_64  0.5.5-1.fc39                    updates   48 k
-  librsvg2                                  x86_64  2.57.1-2.fc39                   updates  1.6 M
-  libsbc                                    x86_64  2.0-3.fc39                      fedora    47 k
-  libselinux-devel                          x86_64  3.5-5.fc39                      fedora   151 k
-  libsepol-devel                            x86_64  3.5-2.fc39                      fedora    49 k
-  libsndfile                                x86_64  1.1.0-9.fc39                    fedora   215 k
-  libsoup                                   x86_64  2.74.3-3.fc39                   fedora   400 k
-  libsoup3                                  x86_64  3.4.4-1.fc39                    updates  389 k
-  libstemmer                                x86_64  2.2.0-7.fc39                    fedora   171 k
-  libtdb                                    x86_64  1.4.9-1.fc39                    fedora    51 k
-  libthai                                   x86_64  0.1.29-6.fc39                   fedora   213 k
-  libtheora                                 x86_64  1:1.1.1-34.fc39                 fedora   166 k
-  libtiff                                   x86_64  4.4.0-8.fc39                    fedora   202 k
-  libtiff-devel                             x86_64  4.4.0-8.fc39                    fedora   545 k
-  libtracker-sparql                         x86_64  3.6.0-1.fc39                    fedora   374 k
-  libunwind                                 x86_64  1.7.0-0.2.rc2.fc39              fedora    70 k
-  libusb1                                   x86_64  1.0.27-2.fc39                   updates   76 k
-  libusbmuxd                                x86_64  2.0.2^20230620git8d30a55-3.fc39 fedora    36 k
-  libvisual                                 x86_64  1:0.4.1-2.fc39                  fedora   151 k
-  libvmaf                                   x86_64  2.3.0-6.fc39                    fedora   180 k
-  libvorbis                                 x86_64  1:1.3.7-8.fc39                  fedora   195 k
-  libwayland-client                         x86_64  1.22.0-2.fc39                   fedora    34 k
-  libwayland-cursor                         x86_64  1.22.0-2.fc39                   fedora    19 k
-  libwayland-egl                            x86_64  1.22.0-2.fc39                   fedora    13 k
-  libwayland-server                         x86_64  1.22.0-2.fc39                   fedora    42 k
-  libwebp                                   x86_64  1.3.2-2.fc39                    fedora   284 k
-  libwebp-devel                             x86_64  1.3.2-2.fc39                    fedora    38 k
-  libxkbcommon                              x86_64  1.6.0-1.fc39                    updates  142 k
-  libxshmfence                              x86_64  1.3-13.fc39                     fedora    12 k
-  libxslt                                   x86_64  1.1.42-1.fc39                   updates  187 k
-  llvm-libs                                 x86_64  17.0.6-4.fc39                   updates   27 M
-  lm_sensors-libs                           x86_64  3.6.0-14.fc39                   fedora    41 k
-  mesa-filesystem                           x86_64  23.3.6-1.fc39                   updates   19 k
-  mesa-libEGL                               x86_64  23.3.6-1.fc39                   updates  134 k
-  mesa-libEGL-devel                         x86_64  23.3.6-1.fc39                   updates   22 k
-  mesa-libGL                                x86_64  23.3.6-1.fc39                   updates  176 k
-  mesa-libgbm                               x86_64  23.3.6-1.fc39                   updates   46 k
-  mesa-libglapi                             x86_64  23.3.6-1.fc39                   updates   53 k
-  mpg123-libs                               x86_64  1.31.3-2.fc39                   fedora   340 k
-  nspr                                      x86_64  4.35.0-22.fc39                  updates  136 k
-  nss                                       x86_64  3.103.0-1.fc39                  updates  708 k
-  nss-softokn                               x86_64  3.103.0-1.fc39                  updates  419 k
-  nss-softokn-freebl                        x86_64  3.103.0-1.fc39                  updates  300 k
-  nss-sysinit                               x86_64  3.103.0-1.fc39                  updates   18 k
-  nss-util                                  x86_64  3.103.0-1.fc39                  updates   88 k
-  openjpeg2                                 x86_64  2.5.2-1.fc39                    updates  178 k
-  opus                                      x86_64  1.3.1-13.fc39                   fedora   205 k
-  orc                                       x86_64  0.4.33-3.fc39                   fedora   202 k
-  os-prober                                 x86_64  1.81-4.fc39                     fedora    50 k
-  osinfo-db                                 noarch  20240701-1.fc39                 updates  453 k
-  osinfo-db-tools                           x86_64  1.11.0-1.fc39                   updates   73 k
-  pango                                     x86_64  1.51.0-1.fc39                   fedora   343 k
-  pcre2-devel                               x86_64  10.42-1.fc39.2                  fedora   505 k
-  pcre2-utf16                               x86_64  10.42-1.fc39.2                  fedora   212 k
-  pcre2-utf32                               x86_64  10.42-1.fc39.2                  fedora   200 k
-  pipewire-jack-audio-connection-kit-libs   x86_64  1.0.7-1.fc39                    updates  144 k
-  pipewire-libs                             x86_64  1.0.7-1.fc39                    updates  1.9 M
-  pixman                                    x86_64  0.42.2-2.fc39                   fedora   288 k
-  polkit                                    x86_64  123-1.fc39.1                    updates  153 k
-  polkit-libs                               x86_64  123-1.fc39.1                    updates   64 k
-  polkit-pkla-compat                        x86_64  0.1-26.fc39                     fedora    44 k
-  poppler                                   x86_64  23.08.0-1.fc39                  fedora   1.2 M
-  poppler-data                              noarch  0.4.11-5.fc39                   fedora   2.0 M
-  poppler-glib                              x86_64  23.08.0-1.fc39                  fedora   185 k
-  procps-ng                                 x86_64  4.0.3-5.fc39                    updates  372 k
-  pulseaudio-libs                           x86_64  16.1-5.fc39                     fedora   694 k
-  python3-setuptools                        noarch  67.7.2-8.fc39                   updates  1.5 M
-  rav1e-libs                                x86_64  0.7.1-2.fc39                    updates  1.0 M
-  rtkit                                     x86_64  0.11-61.fc39                    updates   55 k
-  shared-mime-info                          x86_64  2.2-4.fc39                      fedora   380 k
-  sound-theme-freedesktop                   noarch  0.8-20.fc39                     fedora   383 k
-  svt-av1-libs                              x86_64  1.4.1-3.fc39                    fedora   2.0 M
-  sysprof-capture-devel                     x86_64  45.1-1.fc39                     updates   59 k
-  systemd                                   x86_64  254.16-1.fc39                   updates  4.7 M
-  systemd-pam                               x86_64  254.16-1.fc39                   updates  357 k
-  systemd-udev                              x86_64  254.16-1.fc39                   updates  2.1 M
-  totem-pl-parser                           x86_64  3.26.6-7.fc39                   fedora   145 k
-  tpm2-tss-fapi                             x86_64  4.0.2-1.fc39                    updates  320 k
-  tracker                                   x86_64  3.6.0-1.fc39                    fedora   586 k
-  uchardet                                  x86_64  0.0.8-4.fc39                    fedora   108 k
-  upower-libs                               x86_64  1.90.4-1.fc39                   updates   56 k
-  webrtc-audio-processing                   x86_64  0.3.1-11.fc39                   fedora   307 k
-  wireplumber                               x86_64  0.4.17-1.fc39                   updates   99 k
-  wireplumber-libs                          x86_64  0.4.17-1.fc39                   updates  346 k
-  xdg-desktop-portal                        x86_64  1.18.2-6.fc39                   updates  483 k
-  xkeyboard-config                          noarch  2.40-1.fc39                     updates  971 k
-  xml-common                                noarch  0.6.3-61.fc39                   fedora    31 k
-  xprop                                     x86_64  1.2.5-4.fc39                    fedora    35 k
-  zlib-devel                                x86_64  1.2.13-4.fc39                   fedora    45 k
- Installing weak dependencies:
-  adobe-source-code-pro-fonts               noarch  2.042.1.062.1.026-2.fc39        fedora   806 k
-  avif-pixbuf-loader                        x86_64  0.11.1-11.fc39                  fedora    16 k
-  dconf                                     x86_64  0.40.0-9.fc39                   fedora   109 k
-  exiv2                                     x86_64  0.27.6-5.fc39                   fedora   981 k
-  glib-networking                           x86_64  2.78.1-1.fc39                   updates  195 k
-  grubby                                    x86_64  8.40-73.fc39                    updates   25 k
-  jxl-pixbuf-loader                         x86_64  1:0.8.3-1.fc39                  updates   60 k
-  kpartx                                    x86_64  0.9.5-2.fc39                    fedora    48 k
-  libbpf                                    x86_64  2:1.1.0-4.fc39                  fedora   165 k
-  libcanberra-gtk3                          x86_64  0.30-32.fc39                    fedora    31 k
-  low-memory-monitor                        x86_64  2.1-8.fc39                      fedora    34 k
-  memstrack                                 x86_64  0.2.5-2.fc39                    fedora    50 k
-  mesa-dri-drivers                          x86_64  23.3.6-1.fc39                   updates   25 M
-  mesa-va-drivers                           x86_64  23.3.6-1.fc39                   updates  3.9 M
-  pigz                                      x86_64  2.8-2.fc39                      fedora    94 k
-  pipewire                                  x86_64  1.0.7-1.fc39                    updates  122 k
-  pipewire-alsa                             x86_64  1.0.7-1.fc39                    updates   63 k
-  pipewire-jack-audio-connection-kit        x86_64  1.0.7-1.fc39                    updates   16 k
-  pipewire-pulseaudio                       x86_64  1.0.7-1.fc39                    updates  200 k
-  qrencode-libs                             x86_64  4.1.1-5.fc39                    fedora    61 k
-  rsvg-pixbuf-loader                        x86_64  2.57.1-2.fc39                   updates   16 k
-  systemd-networkd                          x86_64  254.16-1.fc39                   updates  643 k
-  systemd-resolved                          x86_64  254.16-1.fc39                   updates  288 k
-  tpm2-tools                                x86_64  5.5.1-1.fc39                    updates  791 k
-  tracker-miners                            x86_64  3.6.2-1.fc39                    updates  964 k
-  upower                                    x86_64  1.90.4-1.fc39                   updates  132 k
-  webp-pixbuf-loader                        x86_64  0.2.7-1.fc39                    updates   20 k
-  xdg-desktop-portal-gtk                    x86_64  1.15.1-1.fc39                   updates  146 k
- 
- Transaction Summary
- =================================================================================================
- Install  268 Packages
- 
- Total download size: 144 M
- Installed size: 627 M
- Downloading Packages:
- (1/268): SDL2_ttf-devel-2.20.2-2.fc39.x86_64.rp 264 kB/s |  21 kB     00:00    
- (2/268): SDL2_ttf-2.20.2-2.fc39.x86_64.rpm      456 kB/s |  43 kB     00:00    
- (3/268): abattis-cantarell-vf-fonts-0.301-10.fc 1.5 MB/s | 121 kB     00:00    
- (4/268): adobe-source-code-pro-fonts-2.042.1.06 5.6 MB/s | 806 kB     00:00    
- (5/268): ModemManager-glib-1.20.6-3.fc39.x86_64 1.3 MB/s | 326 kB     00:00    
- (6/268): adwaita-cursor-theme-45.0-1.fc39.noarc 6.4 MB/s | 678 kB     00:00    
- (7/268): avahi-libs-0.8-24.fc39.x86_64.rpm      2.5 MB/s |  67 kB     00:00    
- (8/268): adwaita-icon-theme-45.0-1.fc39.noarch. 6.7 MB/s | 407 kB     00:00    
- (9/268): avahi-glib-0.8-24.fc39.x86_64.rpm      363 kB/s |  15 kB     00:00    
- (10/268): avif-pixbuf-loader-0.11.1-11.fc39.x86 1.0 MB/s |  16 kB     00:00    
- (11/268): brotli-devel-1.1.0-1.fc39.x86_64.rpm  586 kB/s |  34 kB     00:00    
- (12/268): brotli-1.1.0-1.fc39.x86_64.rpm        273 kB/s |  20 kB     00:00    
- (13/268): bzip2-devel-1.0.8-16.fc39.x86_64.rpm  3.4 MB/s | 214 kB     00:00    
- (14/268): cairo-gobject-1.18.0-1.fc39.x86_64.rp 686 kB/s |  19 kB     00:00    
- (15/268): cdparanoia-libs-10.2-42.fc39.x86_64.r 1.5 MB/s |  54 kB     00:00    
- (16/268): cmake-filesystem-3.27.7-1.fc39.x86_64 419 kB/s |  19 kB     00:00    
- (17/268): colord-libs-1.4.6-6.fc39.x86_64.rpm   2.3 MB/s | 233 kB     00:00    
- (18/268): cpio-2.14-4.fc39.x86_64.rpm           4.3 MB/s | 279 kB     00:00    
- (19/268): cairo-1.18.0-1.fc39.x86_64.rpm        4.2 MB/s | 710 kB     00:00    
- (20/268): dbus-1.14.10-1.fc39.x86_64.rpm        169 kB/s | 8.1 kB     00:00    
- (21/268): dbus-common-1.14.10-1.fc39.noarch.rpm 319 kB/s |  15 kB     00:00    
- (22/268): cryptsetup-libs-2.6.1-3.fc39.x86_64.r 7.5 MB/s | 491 kB     00:00    
- (23/268): dconf-0.40.0-9.fc39.x86_64.rpm        3.5 MB/s | 109 kB     00:00    
- (24/268): duktape-2.7.0-5.fc39.x86_64.rpm       5.1 MB/s | 170 kB     00:00    
- (25/268): default-fonts-core-sans-4.0-9.fc39.no 754 kB/s |  32 kB     00:00    
- (26/268): exempi-2.6.4-2.fc39.x86_64.rpm        7.0 MB/s | 578 kB     00:00    
- (27/268): exiv2-0.27.6-5.fc39.x86_64.rpm        6.7 MB/s | 981 kB     00:00    
- (28/268): fdk-aac-free-2.0.0-11.fc39.x86_64.rpm 3.7 MB/s | 336 kB     00:00    
- (29/268): file-5.44-5.fc39.x86_64.rpm           1.2 MB/s |  49 kB     00:00    
- (30/268): flac-libs-1.4.3-2.fc39.x86_64.rpm     6.2 MB/s | 264 kB     00:00    
- (31/268): exiv2-libs-0.27.6-5.fc39.x86_64.rpm   3.4 MB/s | 782 kB     00:00    
- (32/268): freetype-2.13.1-2.fc39.x86_64.rpm     7.0 MB/s | 414 kB     00:00    
- (33/268): fuse-common-3.16.1-1.fc39.x86_64.rpm  383 kB/s | 8.3 kB     00:00    
- (34/268): fribidi-1.0.13-2.fc39.x86_64.rpm      1.5 MB/s |  91 kB     00:00    
- (35/268): fuse-libs-2.9.9-17.fc39.x86_64.rpm    2.7 MB/s |  97 kB     00:00    
- (36/268): fuse3-libs-3.16.1-1.fc39.x86_64.rpm   3.2 MB/s |  94 kB     00:00    
- (37/268): freetype-devel-2.13.1-2.fc39.x86_64.r 6.8 MB/s | 950 kB     00:00    
- (38/268): fuse3-3.16.1-1.fc39.x86_64.rpm        1.2 MB/s |  57 kB     00:00    
- (39/268): gdk-pixbuf2-modules-2.42.10-5.fc39.x8 1.5 MB/s |  85 kB     00:00    
- (40/268): gdk-pixbuf2-2.42.10-5.fc39.x86_64.rpm 3.6 MB/s | 484 kB     00:00    
- (41/268): gettext-envsubst-0.22-2.fc39.x86_64.r 522 kB/s |  36 kB     00:00    
- (42/268): gettext-runtime-0.22-2.fc39.x86_64.rp 1.6 MB/s | 120 kB     00:00    
- (43/268): gettext-libs-0.22-2.fc39.x86_64.rpm   4.1 MB/s | 328 kB     00:00    
- (44/268): graphene-1.10.6-6.fc39.x86_64.rpm     2.0 MB/s |  61 kB     00:00    
- (45/268): gobject-introspection-1.78.1-1.fc39.x 6.1 MB/s | 261 kB     00:00    
- (46/268): graphite2-1.3.14-12.fc39.x86_64.rpm   4.0 MB/s |  95 kB     00:00    
- (47/268): geoclue2-2.7.0-2.fc39.x86_64.rpm      553 kB/s | 138 kB     00:00    
- (48/268): graphite2-devel-1.3.14-12.fc39.x86_64 615 kB/s |  20 kB     00:00    
- (49/268): gsm-1.0.22-3.fc39.x86_64.rpm          666 kB/s |  35 kB     00:00    
- (50/268): gsettings-desktop-schemas-45.0-1.fc39 7.7 MB/s | 737 kB     00:00    
- (51/268): harfbuzz-icu-8.2.1-2.fc39.x86_64.rpm  366 kB/s |  17 kB     00:00    
- (52/268): hicolor-icon-theme-0.17-16.fc39.noarc 2.6 MB/s |  66 kB     00:00    
- (53/268): harfbuzz-devel-8.2.1-2.fc39.x86_64.rp 3.8 MB/s | 450 kB     00:00    
- (54/268): harfbuzz-8.2.1-2.fc39.x86_64.rpm      5.4 MB/s | 975 kB     00:00    
- (55/268): jbigkit-libs-2.1-26.fc39.x86_64.rpm   917 kB/s |  53 kB     00:00    
- (56/268): json-glib-1.8.0-1.fc39.x86_64.rpm     2.5 MB/s | 166 kB     00:00    
- (57/268): kbd-legacy-2.6.3-1.fc39.noarch.rpm    4.2 MB/s | 574 kB     00:00    
- (58/268): kbd-2.6.3-1.fc39.x86_64.rpm           2.2 MB/s | 428 kB     00:00    
- (59/268): kmod-30-6.fc39.x86_64.rpm             1.6 MB/s | 120 kB     00:00    
- (60/268): kmod-libs-30-6.fc39.x86_64.rpm        1.2 MB/s |  67 kB     00:00    
- (61/268): kpartx-0.9.5-2.fc39.x86_64.rpm        1.1 MB/s |  48 kB     00:00    
- (62/268): kbd-misc-2.6.3-1.fc39.noarch.rpm      7.2 MB/s | 1.6 MB     00:00    
- (63/268): lcms2-2.15-2.fc39.x86_64.rpm          3.7 MB/s | 177 kB     00:00    
- (64/268): iso-codes-4.15.0-2.fc39.noarch.rpm    6.7 MB/s | 3.5 MB     00:00    
- (65/268): libXcomposite-0.4.5-10.fc39.x86_64.rp 1.0 MB/s |  23 kB     00:00    
- (66/268): libXdamage-1.1.5-10.fc39.x86_64.rpm   1.2 MB/s |  22 kB     00:00    
- (67/268): libXcursor-1.2.1-4.fc39.x86_64.rpm    1.5 MB/s |  30 kB     00:00    
- (68/268): libXfixes-6.0.0-6.fc39.x86_64.rpm     1.0 MB/s |  19 kB     00:00    
- (69/268): libXext-1.3.5-3.fc39.x86_64.rpm       1.8 MB/s |  39 kB     00:00    
- (70/268): libXi-1.8.1-2.fc39.x86_64.rpm         1.6 MB/s |  40 kB     00:00    
- (71/268): libXft-2.3.8-3.fc39.x86_64.rpm        2.6 MB/s |  72 kB     00:00    
- (72/268): lame-libs-3.100-15.fc39.x86_64.rpm    2.0 MB/s | 337 kB     00:00    
- (73/268): libXinerama-1.1.5-3.fc39.x86_64.rpm   809 kB/s |  14 kB     00:00    
- (74/268): libXrender-0.9.11-3.fc39.x86_64.rpm   1.4 MB/s |  27 kB     00:00    
- (75/268): libXv-1.0.11-19.fc39.x86_64.rpm       930 kB/s |  18 kB     00:00    
- (76/268): libXxf86vm-1.1.5-3.fc39.x86_64.rpm    893 kB/s |  18 kB     00:00    
- (77/268): libXtst-1.2.4-3.fc39.x86_64.rpm       504 kB/s |  20 kB     00:00    
- (78/268): libargon2-20190702-3.fc39.x86_64.rpm  1.5 MB/s |  28 kB     00:00    
- (79/268): libasyncns-0.8-25.fc39.x86_64.rpm     1.6 MB/s |  30 kB     00:00    
- (80/268): libcanberra-0.30-32.fc39.x86_64.rpm   2.3 MB/s |  85 kB     00:00    
- (81/268): libbpf-1.1.0-4.fc39.x86_64.rpm        4.0 MB/s | 165 kB     00:00    
- (82/268): libavif-0.11.1-11.fc39.x86_64.rpm     1.5 MB/s |  84 kB     00:00    
- (83/268): libcanberra-gtk3-0.30-32.fc39.x86_64. 1.6 MB/s |  31 kB     00:00    
- (84/268): libdatrie-0.2.13-7.fc39.x86_64.rpm    1.6 MB/s |  32 kB     00:00    
- (85/268): libcue-2.2.1-13.fc39.x86_64.rpm       635 kB/s |  34 kB     00:00    
- (86/268): libepoxy-1.5.10-4.fc39.x86_64.rpm     4.4 MB/s | 234 kB     00:00    
- (87/268): libffi-devel-3.4.4-4.fc39.x86_64.rpm  902 kB/s |  29 kB     00:00    
- (88/268): libdav1d-1.2.1-2.fc39.x86_64.rpm      6.7 MB/s | 618 kB     00:00    
- (89/268): libgexiv2-0.14.2-1.fc39.x86_64.rpm    3.0 MB/s |  98 kB     00:00    
- (90/268): libglvnd-1.7.0-1.fc39.x86_64.rpm      3.6 MB/s | 133 kB     00:00    
- (91/268): libglvnd-core-devel-1.7.0-1.fc39.x86_ 631 kB/s |  17 kB     00:00    
- (92/268): libglvnd-egl-1.7.0-1.fc39.x86_64.rpm  1.3 MB/s |  36 kB     00:00    
- (93/268): libglvnd-devel-1.7.0-1.fc39.x86_64.rp 3.1 MB/s | 162 kB     00:00    
- (94/268): libglvnd-gles-1.7.0-1.fc39.x86_64.rpm 863 kB/s |  31 kB     00:00    
- (95/268): libglvnd-glx-1.7.0-1.fc39.x86_64.rpm  3.9 MB/s | 142 kB     00:00    
- (96/268): libexif-0.6.24-5.fc39.x86_64.rpm      2.4 MB/s | 461 kB     00:00    
- (97/268): libgrss-0.7.0-17.fc39.x86_64.rpm      2.5 MB/s |  62 kB     00:00    
- (98/268): libglvnd-opengl-1.7.0-1.fc39.x86_64.r 1.6 MB/s |  42 kB     00:00    
- (99/268): libgxps-0.3.2-6.fc39.x86_64.rpm       2.9 MB/s |  77 kB     00:00    
- (100/268): libgudev-238-2.fc39.x86_64.rpm       706 kB/s |  35 kB     00:00    
- (101/268): libimobiledevice-1.3.0^20230705git6f 3.1 MB/s | 138 kB     00:00    
- (102/268): libimobiledevice-glue-1.0.0-1.fc39.x 686 kB/s |  36 kB     00:00    
- (103/268): libiptcdata-1.0.5-15.fc39.x86_64.rpm 2.2 MB/s |  61 kB     00:00    
- (104/268): libldac-2.0.2.3-13.fc39.x86_64.rpm   1.9 MB/s |  41 kB     00:00    
- (105/268): libicu-devel-73.2-2.fc39.x86_64.rpm  6.5 MB/s | 924 kB     00:00    
- (106/268): liblerc-4.0.0-4.fc39.x86_64.rpm      4.7 MB/s | 201 kB     00:00    
- (107/268): libogg-1.3.5-6.fc39.x86_64.rpm       1.6 MB/s |  33 kB     00:00    
- (108/268): libpciaccess-0.16-9.fc39.x86_64.rpm  1.4 MB/s |  26 kB     00:00    
- (109/268): libjpeg-turbo-2.1.4-3.fc39.x86_64.rp 1.8 MB/s | 183 kB     00:00    
- (110/268): libplist-2.3.0-1.fc39.x86_64.rpm     3.5 MB/s |  92 kB     00:00    
- (111/268): libsbc-2.0-3.fc39.x86_64.rpm         1.7 MB/s |  47 kB     00:00    
- (112/268): libpng-1.6.37-15.fc39.x86_64.rpm     2.6 MB/s | 119 kB     00:00    
- (113/268): libsepol-devel-3.5-2.fc39.x86_64.rpm 1.2 MB/s |  49 kB     00:00    
- (114/268): libselinux-devel-3.5-5.fc39.x86_64.r 2.8 MB/s | 151 kB     00:00    
- (115/268): libpng-devel-1.6.37-15.fc39.x86_64.r 2.6 MB/s | 291 kB     00:00    
- (116/268): libsndfile-1.1.0-9.fc39.x86_64.rpm   4.9 MB/s | 215 kB     00:00    
- (117/268): libtdb-1.4.9-1.fc39.x86_64.rpm       2.3 MB/s |  51 kB     00:00    
- (118/268): libsoup-2.74.3-3.fc39.x86_64.rpm     5.7 MB/s | 400 kB     00:00    
- (119/268): libthai-0.1.29-6.fc39.x86_64.rpm     5.1 MB/s | 213 kB     00:00    
- (120/268): libtheora-1.1.1-34.fc39.x86_64.rpm   4.1 MB/s | 166 kB     00:00    
- (121/268): libstemmer-2.2.0-7.fc39.x86_64.rpm   1.7 MB/s | 171 kB     00:00    
- (122/268): libtiff-4.4.0-8.fc39.x86_64.rpm      5.3 MB/s | 202 kB     00:00    
- (123/268): libunwind-1.7.0-0.2.rc2.fc39.x86_64. 1.6 MB/s |  70 kB     00:00    
- (124/268): libusbmuxd-2.0.2^20230620git8d30a55- 1.3 MB/s |  36 kB     00:00    
- (125/268): libtiff-devel-4.4.0-8.fc39.x86_64.rp 5.3 MB/s | 545 kB     00:00    
- (126/268): libvisual-0.4.1-2.fc39.x86_64.rpm    3.9 MB/s | 151 kB     00:00    
- (127/268): libvmaf-2.3.0-6.fc39.x86_64.rpm      4.2 MB/s | 180 kB     00:00    
- (128/268): libwayland-client-1.22.0-2.fc39.x86_ 1.2 MB/s |  34 kB     00:00    
- (129/268): libvorbis-1.3.7-8.fc39.x86_64.rpm    5.0 MB/s | 195 kB     00:00    
- (130/268): libwayland-cursor-1.22.0-2.fc39.x86_ 1.1 MB/s |  19 kB     00:00    
- (131/268): libwayland-egl-1.22.0-2.fc39.x86_64. 796 kB/s |  13 kB     00:00    
- (132/268): libtracker-sparql-3.6.0-1.fc39.x86_6 2.0 MB/s | 374 kB     00:00    
- (133/268): libwayland-server-1.22.0-2.fc39.x86_ 1.8 MB/s |  42 kB     00:00    
- (134/268): libwebp-1.3.2-2.fc39.x86_64.rpm      5.7 MB/s | 284 kB     00:00    
- (135/268): libxshmfence-1.3-13.fc39.x86_64.rpm  368 kB/s |  12 kB     00:00    
- (136/268): libwebp-devel-1.3.2-2.fc39.x86_64.rp 619 kB/s |  38 kB     00:00    
- (137/268): low-memory-monitor-2.1-8.fc39.x86_64 1.3 MB/s |  34 kB     00:00    
- (138/268): lm_sensors-libs-3.6.0-14.fc39.x86_64 1.3 MB/s |  41 kB     00:00    
- (139/268): memstrack-0.2.5-2.fc39.x86_64.rpm    814 kB/s |  50 kB     00:00    
- (140/268): mpg123-libs-1.31.3-2.fc39.x86_64.rpm 4.7 MB/s | 340 kB     00:00    
- (141/268): opus-1.3.1-13.fc39.x86_64.rpm        2.4 MB/s | 205 kB     00:00    
- (142/268): os-prober-1.81-4.fc39.x86_64.rpm     1.8 MB/s |  50 kB     00:00    
- (143/268): pango-1.51.0-1.fc39.x86_64.rpm       3.8 MB/s | 343 kB     00:00    
- (144/268): orc-0.4.33-3.fc39.x86_64.rpm         1.6 MB/s | 202 kB     00:00    
- (145/268): pcre2-devel-10.42-1.fc39.2.x86_64.rp 3.7 MB/s | 505 kB     00:00    
- (146/268): pcre2-utf16-10.42-1.fc39.2.x86_64.rp 3.3 MB/s | 212 kB     00:00    
- (147/268): pigz-2.8-2.fc39.x86_64.rpm           2.9 MB/s |  94 kB     00:00    
- (148/268): polkit-pkla-compat-0.1-26.fc39.x86_6 2.2 MB/s |  44 kB     00:00    
- (149/268): pixman-0.42.2-2.fc39.x86_64.rpm      5.7 MB/s | 288 kB     00:00    
- (150/268): pcre2-utf32-10.42-1.fc39.2.x86_64.rp 1.8 MB/s | 200 kB     00:00    
- (151/268): poppler-glib-23.08.0-1.fc39.x86_64.r 4.5 MB/s | 185 kB     00:00    
- (152/268): pulseaudio-libs-16.1-5.fc39.x86_64.r 4.5 MB/s | 694 kB     00:00    
- (153/268): poppler-23.08.0-1.fc39.x86_64.rpm    5.2 MB/s | 1.2 MB     00:00    
- (154/268): qrencode-libs-4.1.1-5.fc39.x86_64.rp 1.3 MB/s |  61 kB     00:00    
- (155/268): sound-theme-freedesktop-0.8-20.fc39. 6.8 MB/s | 383 kB     00:00    
- (156/268): shared-mime-info-2.2-4.fc39.x86_64.r 4.8 MB/s | 380 kB     00:00    
- (157/268): totem-pl-parser-3.26.6-7.fc39.x86_64 1.4 MB/s | 145 kB     00:00    
- (158/268): tracker-3.6.0-1.fc39.x86_64.rpm      4.1 MB/s | 586 kB     00:00    
- (159/268): svt-av1-libs-1.4.1-3.fc39.x86_64.rpm 7.0 MB/s | 2.0 MB     00:00    
- (160/268): uchardet-0.0.8-4.fc39.x86_64.rpm     2.5 MB/s | 108 kB     00:00    
- (161/268): xml-common-0.6.3-61.fc39.noarch.rpm  1.0 MB/s |  31 kB     00:00    
- (162/268): webrtc-audio-processing-0.3.1-11.fc3 5.6 MB/s | 307 kB     00:00    
- (163/268): xprop-1.2.5-4.fc39.x86_64.rpm        1.9 MB/s |  35 kB     00:00    
- (164/268): zlib-devel-1.2.13-4.fc39.x86_64.rpm  1.0 MB/s |  45 kB     00:00    
- (165/268): poppler-data-0.4.11-5.fc39.noarch.rp 2.8 MB/s | 2.0 MB     00:00    
- (166/268): NetworkManager-libnm-1.44.2-1.fc39.x  11 MB/s | 1.8 MB     00:00    
- (167/268): SDL2-2.28.5-1.fc39.x86_64.rpm        5.4 MB/s | 692 kB     00:00    
- (168/268): SDL2_image-2.8.2-1.fc39.x86_64.rpm   6.8 MB/s | 108 kB     00:00    
- (169/268): SDL2_image-devel-2.8.2-1.fc39.x86_64 1.2 MB/s |  18 kB     00:00    
- (170/268): at-spi2-atk-2.50.2-1.fc39.x86_64.rpm 4.2 MB/s |  86 kB     00:00    
- (171/268): SDL2-devel-2.28.5-1.fc39.x86_64.rpm  3.0 MB/s | 395 kB     00:00    
- (172/268): atk-2.50.2-1.fc39.x86_64.rpm         5.1 MB/s |  81 kB     00:00    
- (173/268): alsa-lib-1.2.12-1.fc39.x86_64.rpm    8.1 MB/s | 521 kB     00:00    
- (174/268): bluez-libs-5.77-1.fc39.x86_64.rpm    5.3 MB/s |  85 kB     00:00    
- (175/268): at-spi2-core-2.50.2-1.fc39.x86_64.rp 7.8 MB/s | 371 kB     00:00    
- (176/268): crypto-policies-scripts-20231204-1.g 7.6 MB/s | 117 kB     00:00    
- (177/268): dbus-broker-36-2.fc39.x86_64.rpm     9.4 MB/s | 176 kB     00:00    
- (178/268): device-mapper-1.02.197-1.fc39.x86_64 8.8 MB/s | 138 kB     00:00    
- (179/268): cups-libs-2.4.10-6.fc39.x86_64.rpm   7.4 MB/s | 269 kB     00:00    
- (180/268): device-mapper-libs-1.02.197-1.fc39.x  10 MB/s | 176 kB     00:00    
- (181/268): giflib-5.2.2-1.fc39.x86_64.rpm       3.3 MB/s |  52 kB     00:00    
- (182/268): fontconfig-2.14.2-6.fc39.x86_64.rpm   13 MB/s | 296 kB     00:00    
- (183/268): glib-networking-2.78.1-1.fc39.x86_64  11 MB/s | 195 kB     00:00    
- (184/268): dracut-059-16.fc39.x86_64.rpm        8.5 MB/s | 432 kB     00:00    
- (185/268): google-noto-fonts-common-20240101-1. 1.2 MB/s |  17 kB     00:00    
- (186/268): glib2-devel-2.78.6-1.fc39.x86_64.rpm  20 MB/s | 594 kB     00:00    
- (187/268): grub2-common-2.06-121.fc39.noarch.rp  18 MB/s | 919 kB     00:00    
- (188/268): google-noto-sans-vf-fonts-20240101-1 9.7 MB/s | 593 kB     00:00    
- (189/268): grubby-8.40-73.fc39.x86_64.rpm       1.3 MB/s |  25 kB     00:00    
- (190/268): grub2-tools-2.06-121.fc39.x86_64.rpm  16 MB/s | 1.8 MB     00:00    
- (191/268): gstreamer1-1.22.12-1.fc39.x86_64.rpm  30 MB/s | 1.4 MB     00:00    
- (192/268): grub2-tools-minimal-2.06-121.fc39.x8 8.3 MB/s | 623 kB     00:00    
- (193/268): gtk-update-icon-cache-3.24.43-1.fc39 599 kB/s |  34 kB     00:00    
- (194/268): highway-1.1.0-1.fc39.x86_64.rpm      8.8 MB/s | 496 kB     00:00    
- (195/268): hwdata-0.385-1.fc39.noarch.rpm        32 MB/s | 1.6 MB     00:00    
- (196/268): gstreamer1-plugins-base-1.22.12-1.fc  12 MB/s | 2.2 MB     00:00    
- (197/268): gtk3-3.24.43-1.fc39.x86_64.rpm        31 MB/s | 5.6 MB     00:00    
- (198/268): jxl-pixbuf-loader-0.8.3-1.fc39.x86_6 2.4 MB/s |  60 kB     00:00    
- (199/268): libXrandr-1.5.4-1.fc39.x86_64.rpm    1.9 MB/s |  27 kB     00:00    
- (200/268): libblkid-devel-2.39.4-1.fc39.x86_64. 586 kB/s |  18 kB     00:00    
- (201/268): libcloudproviders-0.3.5-1.fc39.x86_6 2.7 MB/s |  46 kB     00:00    
- (202/268): libdecor-0.2.2-1.fc39.x86_64.rpm     3.9 MB/s |  59 kB     00:00    
- (203/268): libgsf-1.14.51-1.fc39.x86_64.rpm      14 MB/s | 297 kB     00:00    
- (204/268): libaom-3.9.0-1.fc39.x86_64.rpm        25 MB/s | 1.8 MB     00:00    
- (205/268): libdrm-2.4.121-1.fc39.x86_64.rpm     3.7 MB/s | 157 kB     00:00    
- (206/268): libgusb-0.4.9-1.fc39.x86_64.rpm      4.0 MB/s |  65 kB     00:00    
- (207/268): libjxl-0.8.3-1.fc39.x86_64.rpm        27 MB/s | 1.2 MB     00:00    
- (208/268): libkcapi-hasher-1.5.0-4.fc39.x86_64. 570 kB/s |  26 kB     00:00    
- (209/268): libkcapi-hmaccalc-1.5.0-4.fc39.x86_6 669 kB/s | 9.1 kB     00:00    
- (210/268): libkcapi-1.5.0-4.fc39.x86_64.rpm     716 kB/s |  46 kB     00:00    
- (211/268): libmount-devel-2.39.4-1.fc39.x86_64. 1.2 MB/s |  18 kB     00:00    
- (212/268): libosinfo-1.11.0-1.fc39.x86_64.rpm    17 MB/s | 314 kB     00:00    
- (213/268): libproxy-0.5.5-1.fc39.x86_64.rpm     3.3 MB/s |  48 kB     00:00    
- (214/268): librsvg2-2.57.1-2.fc39.x86_64.rpm     42 MB/s | 1.6 MB     00:00    
- (215/268): libnotify-0.8.3-1.fc39.x86_64.rpm    570 kB/s |  51 kB     00:00    
- (216/268): libsoup3-3.4.4-1.fc39.x86_64.rpm      19 MB/s | 389 kB     00:00    
- (217/268): libxkbcommon-1.6.0-1.fc39.x86_64.rpm 9.0 MB/s | 142 kB     00:00    
- (218/268): libxslt-1.1.42-1.fc39.x86_64.rpm      11 MB/s | 187 kB     00:00    
- (219/268): libusb1-1.0.27-2.fc39.x86_64.rpm     934 kB/s |  76 kB     00:00    
- (220/268): liblc3-1.0.4-2.fc39.x86_64.rpm       256 kB/s |  80 kB     00:00    
- (221/268): mesa-filesystem-23.3.6-1.fc39.x86_64 382 kB/s |  19 kB     00:00    
- (222/268): llvm-libs-17.0.6-4.fc39.x86_64.rpm    64 MB/s |  27 MB     00:00    
- (223/268): mesa-libEGL-23.3.6-1.fc39.x86_64.rpm 664 kB/s | 134 kB     00:00    
- (224/268): mesa-libGL-23.3.6-1.fc39.x86_64.rpm  8.7 MB/s | 176 kB     00:00    
- (225/268): mesa-libEGL-devel-23.3.6-1.fc39.x86_ 637 kB/s |  22 kB     00:00    
- (226/268): mesa-libgbm-23.3.6-1.fc39.x86_64.rpm 3.1 MB/s |  46 kB     00:00    
- (227/268): mesa-va-drivers-23.3.6-1.fc39.x86_64  40 MB/s | 3.9 MB     00:00    
- (228/268): nspr-4.35.0-22.fc39.x86_64.rpm       8.3 MB/s | 136 kB     00:00    
- (229/268): mesa-libglapi-23.3.6-1.fc39.x86_64.r 460 kB/s |  53 kB     00:00    
- (230/268): nss-softokn-3.103.0-1.fc39.x86_64.rp 8.8 MB/s | 419 kB     00:00    
- (231/268): nss-softokn-freebl-3.103.0-1.fc39.x8  16 MB/s | 300 kB     00:00    
- (232/268): nss-sysinit-3.103.0-1.fc39.x86_64.rp 1.3 MB/s |  18 kB     00:00    
- (233/268): nss-util-3.103.0-1.fc39.x86_64.rpm   5.5 MB/s |  88 kB     00:00    
- (234/268): openjpeg2-2.5.2-1.fc39.x86_64.rpm    9.5 MB/s | 178 kB     00:00    
- (235/268): osinfo-db-20240701-1.fc39.noarch.rpm  11 MB/s | 453 kB     00:00    
- (236/268): nss-3.103.0-1.fc39.x86_64.rpm        3.2 MB/s | 708 kB     00:00    
- (237/268): pipewire-1.0.7-1.fc39.x86_64.rpm     3.1 MB/s | 122 kB     00:00    
- (238/268): osinfo-db-tools-1.11.0-1.fc39.x86_64 609 kB/s |  73 kB     00:00    
- (239/268): pipewire-alsa-1.0.7-1.fc39.x86_64.rp 2.9 MB/s |  63 kB     00:00    
- (240/268): pipewire-jack-audio-connection-kit-1 528 kB/s |  16 kB     00:00    
- (241/268): pipewire-jack-audio-connection-kit-l 4.3 MB/s | 144 kB     00:00    
- (242/268): pipewire-pulseaudio-1.0.7-1.fc39.x86 4.5 MB/s | 200 kB     00:00    
- (243/268): polkit-123-1.fc39.1.x86_64.rpm       2.8 MB/s | 153 kB     00:00    
- (244/268): polkit-libs-123-1.fc39.1.x86_64.rpm  1.6 MB/s |  64 kB     00:00    
- (245/268): mesa-dri-drivers-23.3.6-1.fc39.x86_6  22 MB/s |  25 MB     00:01    
- (246/268): procps-ng-4.0.3-5.fc39.x86_64.rpm    2.6 MB/s | 372 kB     00:00    
- (247/268): rav1e-libs-0.7.1-2.fc39.x86_64.rpm    19 MB/s | 1.0 MB     00:00    
- (248/268): rsvg-pixbuf-loader-2.57.1-2.fc39.x86 1.1 MB/s |  16 kB     00:00    
- (249/268): rtkit-0.11-61.fc39.x86_64.rpm        3.1 MB/s |  55 kB     00:00    
- (250/268): sysprof-capture-devel-45.1-1.fc39.x8 3.9 MB/s |  59 kB     00:00    
- (251/268): python3-setuptools-67.7.2-8.fc39.noa 9.4 MB/s | 1.5 MB     00:00    
- (252/268): systemd-254.16-1.fc39.x86_64.rpm      45 MB/s | 4.7 MB     00:00    
- (253/268): systemd-networkd-254.16-1.fc39.x86_6  10 MB/s | 643 kB     00:00    
- (254/268): systemd-pam-254.16-1.fc39.x86_64.rpm  19 MB/s | 357 kB     00:00    
- (255/268): systemd-resolved-254.16-1.fc39.x86_6 5.4 MB/s | 288 kB     00:00    
- (256/268): systemd-udev-254.16-1.fc39.x86_64.rp  38 MB/s | 2.1 MB     00:00    
- (257/268): tpm2-tss-fapi-4.0.2-1.fc39.x86_64.rp 7.6 MB/s | 320 kB     00:00    
- (258/268): pipewire-libs-1.0.7-1.fc39.x86_64.rp 3.1 MB/s | 1.9 MB     00:00    
- (259/268): tracker-miners-3.6.2-1.fc39.x86_64.r  22 MB/s | 964 kB     00:00    
- (260/268): tpm2-tools-5.5.1-1.fc39.x86_64.rpm   8.1 MB/s | 791 kB     00:00    
- (261/268): upower-1.90.4-1.fc39.x86_64.rpm      3.8 MB/s | 132 kB     00:00    
- (262/268): upower-libs-1.90.4-1.fc39.x86_64.rpm 3.1 MB/s |  56 kB     00:00    
- (263/268): webp-pixbuf-loader-0.2.7-1.fc39.x86_ 1.2 MB/s |  20 kB     00:00    
- (264/268): wireplumber-0.4.17-1.fc39.x86_64.rpm 6.1 MB/s |  99 kB     00:00    
- (265/268): xdg-desktop-portal-gtk-1.15.1-1.fc39 6.7 MB/s | 146 kB     00:00    
- (266/268): wireplumber-libs-0.4.17-1.fc39.x86_6 9.2 MB/s | 346 kB     00:00    
- (267/268): xdg-desktop-portal-1.18.2-6.fc39.x86 7.0 MB/s | 483 kB     00:00    
- (268/268): xkeyboard-config-2.40-1.fc39.noarch.  19 MB/s | 971 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            21 MB/s | 144 MB     00:06     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libXext-1.3.5-3.fc39.x86_64                          1/268 
-   Installing       : libpng-2:1.6.37-15.fc39.x86_64                       2/268 
-   Installing       : nspr-4.35.0-22.fc39.x86_64                           3/268 
-   Installing       : libjpeg-turbo-2.1.4-3.fc39.x86_64                    4/268 
-   Installing       : json-glib-1.8.0-1.fc39.x86_64                        5/268 
-   Installing       : libwayland-client-1.22.0-2.fc39.x86_64               6/268 
-   Installing       : libogg-2:1.3.5-6.fc39.x86_64                         7/268 
-   Installing       : libglvnd-1:1.7.0-1.fc39.x86_64                       8/268 
-   Installing       : libXrender-0.9.11-3.fc39.x86_64                      9/268 
-   Installing       : avahi-libs-0.8-24.fc39.x86_64                       10/268 
-   Installing       : libvorbis-1:1.3.7-8.fc39.x86_64                     11/268 
-   Installing       : nss-util-3.103.0-1.fc39.x86_64                      12/268 
-   Installing       : libXi-1.8.1-2.fc39.x86_64                           13/268 
-   Installing       : alsa-lib-1.2.12-1.fc39.x86_64                       14/268 
-   Installing       : libwebp-1.3.2-2.fc39.x86_64                         15/268 
-   Installing       : libplist-2.3.0-1.fc39.x86_64                        16/268 
-   Installing       : libXfixes-6.0.0-6.fc39.x86_64                       17/268 
-   Installing       : libwayland-cursor-1.22.0-2.fc39.x86_64              18/268 
-   Installing       : hwdata-0.385-1.fc39.noarch                          19/268 
-   Installing       : zlib-devel-1.2.13-4.fc39.x86_64                     20/268 
-   Installing       : opus-1.3.1-13.fc39.x86_64                           21/268 
-   Installing       : libxshmfence-1.3-13.fc39.x86_64                     22/268 
-   Installing       : lcms2-2.15-2.fc39.x86_64                            23/268 
-   Installing       : kmod-libs-30-6.fc39.x86_64                          24/268 
-   Installing       : kmod-30-6.fc39.x86_64                               25/268 
-   Installing       : cmake-filesystem-3.27.7-1.fc39.x86_64               26/268 
-   Installing       : libimobiledevice-glue-1.0.0-1.fc39.x86_64           27/268 
-   Installing       : polkit-libs-123-1.fc39.1.x86_64                     28/268 
-   Installing       : mesa-filesystem-23.3.6-1.fc39.x86_64                29/268 
-   Installing       : llvm-libs-17.0.6-4.fc39.x86_64                      30/268 
-   Installing       : libusb1-1.0.27-2.fc39.x86_64                        31/268 
-   Installing       : grub2-common-1:2.06-121.fc39.noarch                 32/268 
-   Running scriptlet: xml-common-0.6.3-61.fc39.noarch                     33/268 
-   Installing       : xml-common-0.6.3-61.fc39.noarch                     33/268 
-   Installing       : shared-mime-info-2.2-4.fc39.x86_64                  34/268 
-   Running scriptlet: shared-mime-info-2.2-4.fc39.x86_64                  34/268 
-   Installing       : gdk-pixbuf2-2.42.10-5.fc39.x86_64                   35/268 
-   Installing       : libwayland-server-1.22.0-2.fc39.x86_64              36/268 
-   Installing       : libwayland-egl-1.22.0-2.fc39.x86_64                 37/268 
-   Installing       : libtdb-1.4.9-1.fc39.x86_64                          38/268 
-   Installing       : libgudev-238-2.fc39.x86_64                          39/268 
-   Installing       : graphite2-1.3.14-12.fc39.x86_64                     40/268 
-   Installing       : fuse3-libs-3.16.1-1.fc39.x86_64                     41/268 
-   Installing       : fribidi-1.0.13-2.fc39.x86_64                        42/268 
-   Installing       : duktape-2.7.0-5.fc39.x86_64                         43/268 
-   Installing       : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch     44/268 
-   Installing       : libproxy-0.5.5-1.fc39.x86_64                        45/268 
-   Installing       : graphite2-devel-1.3.14-12.fc39.x86_64               46/268 
-   Installing       : gtk-update-icon-cache-3.24.43-1.fc39.x86_64         47/268 
-   Installing       : libgsf-1.14.51-1.fc39.x86_64                        48/268 
-   Installing       : libnotify-0.8.3-1.fc39.x86_64                       49/268 
-   Installing       : webp-pixbuf-loader-0.2.7-1.fc39.x86_64              50/268
-  
-   Installing       : iso-codes-4.15.0-2.fc39.noarch                      51/268 
-   Installing       : libgusb-0.4.9-1.fc39.x86_64                         52/268 
-   Installing       : colord-libs-1.4.6-6.fc39.x86_64                     53/268 
-   Installing       : libusbmuxd-2.0.2^20230620git8d30a55-3.fc39.x86_6    54/268 
-   Installing       : libimobiledevice-1.3.0^20230705git6fc41f5-1.fc39    55/268 
-   Installing       : libwebp-devel-1.3.2-2.fc39.x86_64                   56/268 
-   Installing       : libpng-devel-2:1.6.37-15.fc39.x86_64                57/268 
-   Installing       : libpciaccess-0.16-9.fc39.x86_64                     58/268 
-   Installing       : libdrm-2.4.121-1.fc39.x86_64                        59/268 
-   Installing       : mesa-va-drivers-23.3.6-1.fc39.x86_64                60/268 
-   Installing       : osinfo-db-20240701-1.fc39.noarch                    61/268 
-   Installing       : libXcursor-1.2.1-4.fc39.x86_64                      62/268 
-   Installing       : libXdamage-1.1.5-10.fc39.x86_64                     63/268 
-   Installing       : libXtst-1.2.4-3.fc39.x86_64                         64/268 
-   Installing       : nss-softokn-freebl-3.103.0-1.fc39.x86_64            65/268 
-   Installing       : nss-softokn-3.103.0-1.fc39.x86_64                   66/268 
-   Installing       : avahi-glib-0.8-24.fc39.x86_64                       67/268 
-   Installing       : cups-libs-1:2.4.10-6.fc39.x86_64                    68/268 
-   Installing       : libXrandr-1.5.4-1.fc39.x86_64                       69/268 
-   Installing       : libglvnd-opengl-1:1.7.0-1.fc39.x86_64               70/268 
-   Installing       : flac-libs-1.4.3-2.fc39.x86_64                       71/268 
-   Installing       : libtheora-1:1.1.1-34.fc39.x86_64                    72/268 
-   Installing       : libXinerama-1.1.5-3.fc39.x86_64                     73/268 
-   Installing       : libXv-1.0.11-19.fc39.x86_64                         74/268 
-   Installing       : libXxf86vm-1.1.5-3.fc39.x86_64                      75/268 
-   Installing       : exiv2-libs-0.27.6-5.fc39.x86_64                     76/268 
-   Installing       : exiv2-0.27.6-5.fc39.x86_64                          77/268 
-   Installing       : libgexiv2-0.14.2-1.fc39.x86_64                      78/268 
-   Installing       : xkeyboard-config-2.40-1.fc39.noarch                 79/268 
-   Installing       : libxkbcommon-1.6.0-1.fc39.x86_64                    80/268 
-   Installing       : tpm2-tss-fapi-4.0.2-1.fc39.x86_64                   81/268 
-   Installing       : tpm2-tools-5.5.1-1.fc39.x86_64                      82/268 
-   Installing       : sysprof-capture-devel-45.1-1.fc39.x86_64            83/268 
-   Installing       : rav1e-libs-0.7.1-2.fc39.x86_64                      84/268 
-   Installing       : python3-setuptools-67.7.2-8.fc39.noarch             85/268 
-   Installing       : procps-ng-4.0.3-5.fc39.x86_64                       86/268 
-   Installing       : openjpeg2-2.5.2-1.fc39.x86_64                       87/268 
-   Installing       : libxslt-1.1.42-1.fc39.x86_64                        88/268 
-   Installing       : liblc3-1.0.4-2.fc39.x86_64                          89/268 
-   Installing       : libcloudproviders-0.3.5-1.fc39.x86_64               90/268 
-   Installing       : libblkid-devel-2.39.4-1.fc39.x86_64                 91/268 
-   Installing       : highway-1.1.0-1.fc39.x86_64                         92/268 
-   Installing       : libjxl-1:0.8.3-1.fc39.x86_64                        93/268 
-   Installing       : jxl-pixbuf-loader-1:0.8.3-1.fc39.x86_64             94/268 
-   Installing       : google-noto-fonts-common-20240101-1.fc39.noarch     95/268 
-   Installing       : google-noto-sans-vf-fonts-20240101-1.fc39.noarch    96/268 
-   Installing       : default-fonts-core-sans-4.0-9.fc39.noarch           97/268 
-   Installing       : giflib-5.2.2-1.fc39.x86_64                          98/268 
-   Installing       : bluez-libs-5.77-1.fc39.x86_64                       99/268 
-   Installing       : NetworkManager-libnm-1:1.44.2-1.fc39.x86_64        100/268 
-   Installing       : xprop-1.2.5-4.fc39.x86_64                          101/268 
-   Installing       : webrtc-audio-processing-0.3.1-11.fc39.x86_64       102/268 
-   Installing       : uchardet-0.0.8-4.fc39.x86_64                       103/268 
-   Installing       : totem-pl-parser-3.26.6-7.fc39.x86_64               104/268 
-   Installing       : svt-av1-libs-1.4.1-3.fc39.x86_64                   105/268 
-   Installing       : sound-theme-freedesktop-0.8-20.fc39.noarch         106/268 
-   Running scriptlet: sound-theme-freedesktop-0.8-20.fc39.noarch         106/268 
-   Installing       : qrencode-libs-4.1.1-5.fc39.x86_64                  107/268 
-   Installing       : poppler-data-0.4.11-5.fc39.noarch                  108/268 
-   Installing       : pixman-0.42.2-2.fc39.x86_64                        109/268 
-   Installing       : cairo-1.18.0-1.fc39.x86_64                         110/268 
-   Installing       : harfbuzz-8.2.1-2.fc39.x86_64                       111/268 
-   Installing       : freetype-2.13.1-2.fc39.x86_64                      112/268 
-   Installing       : fontconfig-2.14.2-6.fc39.x86_64                    113/268 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                    113/268
-  
-   Installing       : cairo-gobject-1.18.0-1.fc39.x86_64                 114/268 
-   Installing       : libXft-2.3.8-3.fc39.x86_64                         115/268 
-   Installing       : harfbuzz-icu-8.2.1-2.fc39.x86_64                   116/268 
-   Installing       : pigz-2.8-2.fc39.x86_64                             117/268 
-   Installing       : pcre2-utf32-10.42-1.fc39.2.x86_64                  118/268 
-   Installing       : pcre2-utf16-10.42-1.fc39.2.x86_64                  119/268 
-   Installing       : pcre2-devel-10.42-1.fc39.2.x86_64                  120/268 
-   Installing       : orc-0.4.33-3.fc39.x86_64                           121/268 
-   Installing       : mpg123-libs-1.31.3-2.fc39.x86_64                   122/268 
-   Installing       : memstrack-0.2.5-2.fc39.x86_64                      123/268 
-   Installing       : low-memory-monitor-2.1-8.fc39.x86_64               124/268 
-   Running scriptlet: low-memory-monitor-2.1-8.fc39.x86_64               124/268 
-   Installing       : lm_sensors-libs-3.6.0-14.fc39.x86_64               125/268 
-   Installing       : mesa-libglapi-23.3.6-1.fc39.x86_64                 126/268
-  
-   Installing       : mesa-dri-drivers-23.3.6-1.fc39.x86_64              127/268 
-   Installing       : mesa-libgbm-23.3.6-1.fc39.x86_64                   128/268 
-   Installing       : mesa-libEGL-23.3.6-1.fc39.x86_64                   129/268 
-   Installing       : libglvnd-egl-1:1.7.0-1.fc39.x86_64                 130/268 
-   Installing       : libglvnd-gles-1:1.7.0-1.fc39.x86_64                131/268 
-   Installing       : libglvnd-glx-1:1.7.0-1.fc39.x86_64                 132/268 
-   Installing       : mesa-libGL-23.3.6-1.fc39.x86_64                    133/268 
-   Installing       : libvmaf-2.3.0-6.fc39.x86_64                        134/268 
-   Installing       : libaom-3.9.0-1.fc39.x86_64                         135/268 
-   Installing       : libvisual-1:0.4.1-2.fc39.x86_64                    136/268 
-   Installing       : libunwind-1.7.0-0.2.rc2.fc39.x86_64                137/268 
-   Installing       : gstreamer1-1.22.12-1.fc39.x86_64                   138/268 
-   Installing       : libstemmer-2.2.0-7.fc39.x86_64                     139/268 
-   Installing       : libsepol-devel-3.5-2.fc39.x86_64                   140/268 
-   Installing       : libselinux-devel-3.5-5.fc39.x86_64                 141/268 
-   Installing       : libmount-devel-2.39.4-1.fc39.x86_64                142/268 
-   Installing       : libsbc-2.0-3.fc39.x86_64                           143/268 
-   Installing       : liblerc-4.0.0-4.fc39.x86_64                        144/268 
-   Installing       : libldac-2.0.2.3-13.fc39.x86_64                     145/268 
-   Installing       : libiptcdata-1.0.5-15.fc39.x86_64                   146/268 
-   Installing       : libicu-devel-73.2-2.fc39.x86_64                    147/268 
-   Installing       : libglvnd-core-devel-1:1.7.0-1.fc39.x86_64          148/268 
-   Installing       : libglvnd-devel-1:1.7.0-1.fc39.x86_64               149/268 
-   Installing       : mesa-libEGL-devel-23.3.6-1.fc39.x86_64             150/268 
-   Installing       : libffi-devel-3.4.4-4.fc39.x86_64                   151/268 
-   Installing       : glib2-devel-2.78.6-1.fc39.x86_64                   152/268 
-   Installing       : libexif-0.6.24-5.fc39.x86_64                       153/268 
-   Installing       : libepoxy-1.5.10-4.fc39.x86_64                      154/268 
-   Installing       : libdav1d-1.2.1-2.fc39.x86_64                       155/268 
-   Installing       : libavif-0.11.1-11.fc39.x86_64                      156/268 
-   Installing       : avif-pixbuf-loader-0.11.1-11.fc39.x86_64           157/268 
-   Installing       : libdatrie-0.2.13-7.fc39.x86_64                     158/268 
-   Installing       : libthai-0.1.29-6.fc39.x86_64                       159/268 
-   Installing       : pango-1.51.0-1.fc39.x86_64                         160/268 
-   Installing       : librsvg2-2.57.1-2.fc39.x86_64                      161/268 
-   Installing       : rsvg-pixbuf-loader-2.57.1-2.fc39.x86_64            162/268 
-   Installing       : libcue-2.2.1-13.fc39.x86_64                        163/268 
-   Installing       : libbpf-2:1.1.0-4.fc39.x86_64                       164/268 
-   Installing       : libasyncns-0.8-25.fc39.x86_64                      165/268 
-   Installing       : libargon2-20190702-3.fc39.x86_64                   166/268 
-   Installing       : libXcomposite-0.4.5-10.fc39.x86_64                 167/268 
-   Installing       : lame-libs-3.100-15.fc39.x86_64                     168/268 
-   Installing       : kbd-misc-2.6.3-1.fc39.noarch                       169/268 
-   Installing       : kbd-legacy-2.6.3-1.fc39.noarch                     170/268 
-   Installing       : kbd-2.6.3-1.fc39.x86_64                            171/268 
-   Installing       : jbigkit-libs-2.1-26.fc39.x86_64                    172/268 
-   Installing       : libtiff-4.4.0-8.fc39.x86_64                        173/268 
-   Installing       : gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64          174/268 
-   Installing       : libgxps-0.3.2-6.fc39.x86_64                        175/268 
-   Installing       : libtiff-devel-4.4.0-8.fc39.x86_64                  176/268 
-   Installing       : hicolor-icon-theme-0.17-16.fc39.noarch             177/268 
-   Installing       : gsm-1.0.22-3.fc39.x86_64                           178/268 
-   Installing       : libsndfile-1.1.0-9.fc39.x86_64                     179/268 
-   Installing       : pulseaudio-libs-16.1-5.fc39.x86_64                 180/268 
-   Installing       : libcanberra-0.30-32.fc39.x86_64                    181/268 
-   Running scriptlet: libcanberra-0.30-32.fc39.x86_64                    181/268 
-   Installing       : graphene-1.10.6-6.fc39.x86_64                      182/268 
-   Installing       : gobject-introspection-1.78.1-1.fc39.x86_64         183/268 
-   Installing       : gettext-libs-0.22-2.fc39.x86_64                    184/268 
-   Installing       : gettext-envsubst-0.22-2.fc39.x86_64                185/268 
-   Installing       : gettext-runtime-0.22-2.fc39.x86_64                 186/268 
-   Installing       : fuse-libs-2.9.9-17.fc39.x86_64                     187/268 
-   Installing       : fuse-common-3.16.1-1.fc39.x86_64                   188/268 
-   Installing       : fuse3-3.16.1-1.fc39.x86_64                         189/268 
-   Installing       : file-5.44-5.fc39.x86_64                            190/268 
-   Installing       : fdk-aac-free-2.0.0-11.fc39.x86_64                  191/268 
-   Installing       : exempi-2.6.4-2.fc39.x86_64                         192/268 
-   Installing       : dbus-common-1:1.14.10-1.fc39.noarch                193/268 
-   Running scriptlet: dbus-common-1:1.14.10-1.fc39.noarch                193/268 
-   Running scriptlet: dbus-broker-36-2.fc39.x86_64                       194/268 
-   Installing       : dbus-broker-36-2.fc39.x86_64                       194/268 
-   Running scriptlet: dbus-broker-36-2.fc39.x86_64                       194/268 
-   Installing       : dbus-1:1.14.10-1.fc39.x86_64                       195/268 
-   Installing       : device-mapper-libs-1.02.197-1.fc39.x86_64          196/268 
-   Installing       : cryptsetup-libs-2.6.1-3.fc39.x86_64                197/268 
-   Installing       : device-mapper-1.02.197-1.fc39.x86_64               198/268 
-   Installing       : systemd-networkd-254.16-1.fc39.x86_64              199/268 
-   Running scriptlet: systemd-networkd-254.16-1.fc39.x86_64              199/268 
-   Installing       : systemd-pam-254.16-1.fc39.x86_64                   200/268 
-   Installing       : systemd-resolved-254.16-1.fc39.x86_64              201/268 
-   Running scriptlet: systemd-resolved-254.16-1.fc39.x86_64              201/268
-  
-   Installing       : systemd-254.16-1.fc39.x86_64                       202/268 
-   Running scriptlet: systemd-254.16-1.fc39.x86_64                       202/268 
- 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-123-1.fc39.1.x86_64                         203/268 
-   Installing       : polkit-123-1.fc39.1.x86_64                         203/268 
-   Running scriptlet: polkit-123-1.fc39.1.x86_64                         203/268 
-   Installing       : polkit-pkla-compat-0.1-26.fc39.x86_64              204/268 
-   Installing       : grub2-tools-minimal-1:2.06-121.fc39.x86_64         205/268 
-   Installing       : at-spi2-core-2.50.2-1.fc39.x86_64                  206/268 
-   Installing       : atk-2.50.2-1.fc39.x86_64                           207/268 
-   Installing       : at-spi2-atk-2.50.2-1.fc39.x86_64                   208/268 
-   Running scriptlet: rtkit-0.11-61.fc39.x86_64                          209/268 
-   Installing       : rtkit-0.11-61.fc39.x86_64                          209/268 
-   Running scriptlet: rtkit-0.11-61.fc39.x86_64                          209/268 
- Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
- 
-   Running scriptlet: pipewire-1.0.7-1.fc39.x86_64                       210/268 
-   Installing       : pipewire-1.0.7-1.fc39.x86_64                       210/268 
-   Running scriptlet: pipewire-1.0.7-1.fc39.x86_64                       210/268 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
- 
-   Installing       : pipewire-libs-1.0.7-1.fc39.x86_64                  211/268 
-   Installing       : wireplumber-0.4.17-1.fc39.x86_64                   212/268 
-   Installing       : wireplumber-libs-0.4.17-1.fc39.x86_64              213/268 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.7-1.   214/268 
-   Installing       : libkcapi-1.5.0-4.fc39.x86_64                       215/268 
-   Installing       : libkcapi-hasher-1.5.0-4.fc39.x86_64                216/268 
-   Installing       : libkcapi-hmaccalc-1.5.0-4.fc39.x86_64              217/268 
-   Installing       : kpartx-0.9.5-2.fc39.x86_64                         218/268 
-   Installing       : dconf-0.40.0-9.fc39.x86_64                         219/268 
-   Running scriptlet: dconf-0.40.0-9.fc39.x86_64                         219/268 
-   Installing       : cpio-2.14-4.fc39.x86_64                            220/268 
-   Installing       : grubby-8.40-73.fc39.x86_64                         221/268 
-   Running scriptlet: grubby-8.40-73.fc39.x86_64                         221/268 
-   Installing       : systemd-udev-254.16-1.fc39.x86_64                  222/268 
-   Running scriptlet: systemd-udev-254.16-1.fc39.x86_64                  222/268
-  
- Created symlink /etc/systemd/system/dbus-org.freedesktop.home1.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-homed.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/systemd-homed.service.wants/systemd-homed-activate.service → /usr/lib/systemd/system/systemd-homed-activate.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target → /usr/lib/systemd/system/remote-cryptsetup.target.
- 
-   Installing       : os-prober-1.81-4.fc39.x86_64                       223/268 
-   Installing       : dracut-059-16.fc39.x86_64                          224/268 
-   Running scriptlet: grub2-tools-1:2.06-121.fc39.x86_64                 225/268 
-   Installing       : grub2-tools-1:2.06-121.fc39.x86_64                 225/268 
-   Running scriptlet: grub2-tools-1:2.06-121.fc39.x86_64                 225/268 
- Created symlink /etc/systemd/user/timers.target.wants/grub-boot-success.timer → /usr/lib/systemd/user/grub-boot-success.timer.
- 
-   Installing       : upower-libs-1.90.4-1.fc39.x86_64                   226/268 
-   Installing       : upower-1.90.4-1.fc39.x86_64                        227/268 
-   Running scriptlet: upower-1.90.4-1.fc39.x86_64                        227/268 
- Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
- 
-   Installing       : crypto-policies-scripts-20231204-1.git1e3a2e4.fc   228/268 
-   Installing       : nss-sysinit-3.103.0-1.fc39.x86_64                  229/268 
-   Installing       : nss-3.103.0-1.fc39.x86_64                          230/268 
-   Running scriptlet: nss-3.103.0-1.fc39.x86_64                          230/268 
-   Installing       : poppler-23.08.0-1.fc39.x86_64                      231/268 
-   Installing       : poppler-glib-23.08.0-1.fc39.x86_64                 232/268 
-   Installing       : cdparanoia-libs-10.2-42.fc39.x86_64                233/268 
-   Installing       : gstreamer1-plugins-base-1.22.12-1.fc39.x86_64      234/268 
-   Installing       : bzip2-devel-1.0.8-16.fc39.x86_64                   235/268 
-   Installing       : brotli-1.1.0-1.fc39.x86_64                         236/268 
-   Installing       : brotli-devel-1.1.0-1.fc39.x86_64                   237/268 
-   Installing       : freetype-devel-2.13.1-2.fc39.x86_64                238/268 
-   Installing       : harfbuzz-devel-8.2.1-2.fc39.x86_64                 239/268 
-   Installing       : adwaita-cursor-theme-45.0-1.fc39.noarch            240/268 
-   Installing       : adwaita-icon-theme-45.0-1.fc39.noarch              241/268 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.   242/268 
-   Installing       : gsettings-desktop-schemas-45.0-1.fc39.x86_64       243/268 
-   Installing       : glib-networking-2.78.1-1.fc39.x86_64               244/268 
-   Installing       : libsoup3-3.4.4-1.fc39.x86_64                       245/268
-  
-   Installing       : osinfo-db-tools-1.11.0-1.fc39.x86_64               246/268 
-   Installing       : libosinfo-1.11.0-1.fc39.x86_64                     247/268 
-   Installing       : libsoup-2.74.3-3.fc39.x86_64                       248/268 
-   Installing       : libgrss-0.7.0-17.fc39.x86_64                       249/268 
-   Installing       : libtracker-sparql-3.6.0-1.fc39.x86_64              250/268 
-   Installing       : tracker-3.6.0-1.fc39.x86_64                        251/268 
-   Running scriptlet: tracker-3.6.0-1.fc39.x86_64                        251/268 
-   Installing       : tracker-miners-3.6.2-1.fc39.x86_64                 252/268 
-   Running scriptlet: tracker-miners-3.6.2-1.fc39.x86_64                 252/268 
-   Installing       : ModemManager-glib-1.20.6-3.fc39.x86_64             253/268 
-   Running scriptlet: geoclue2-2.7.0-2.fc39.x86_64                       254/268 
-   Installing       : geoclue2-2.7.0-2.fc39.x86_64                       254/268 
-   Running scriptlet: geoclue2-2.7.0-2.fc39.x86_64                       254/268 
-   Installing       : xdg-desktop-portal-1.18.2-6.fc39.x86_64            255/268 
-   Running scriptlet: xdg-desktop-portal-1.18.2-6.fc39.x86_64            255/268 
-   Installing       : libcanberra-gtk3-0.30-32.fc39.x86_64               256/268 
-   Installing       : gtk3-3.24.43-1.fc39.x86_64                         257/268 
-   Installing       : xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        258/268 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        258/268 
-   Installing       : libdecor-0.2.2-1.fc39.x86_64                       259/268 
-   Installing       : SDL2-2.28.5-1.fc39.x86_64                          260/268 
-   Installing       : SDL2-devel-2.28.5-1.fc39.x86_64                    261/268 
-   Installing       : SDL2_ttf-2.20.2-2.fc39.x86_64                      262/268 
-   Installing       : SDL2_image-2.8.2-1.fc39.x86_64                     263/268 
-   Installing       : SDL2_image-devel-2.8.2-1.fc39.x86_64               264/268 
-   Installing       : SDL2_ttf-devel-2.20.2-2.fc39.x86_64                265/268 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.7-1.fc39.   266/268 
-   Installing       : pipewire-alsa-1.0.7-1.fc39.x86_64                  267/268 
-   Installing       : pipewire-pulseaudio-1.0.7-1.fc39.x86_64            268/268 
-   Running scriptlet: pipewire-pulseaudio-1.0.7-1.fc39.x86_64            268/268 
- 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-121.fc39.noarch                268/268 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                    268/268 
-   Running scriptlet: systemd-resolved-254.16-1.fc39.x86_64              268/268 
-   Running scriptlet: wireplumber-0.4.17-1.fc39.x86_64                   268/268 
- Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service.
- Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
- 
-   Running scriptlet: dconf-0.40.0-9.fc39.x86_64                         268/268 
-   Running scriptlet: crypto-policies-scripts-20231204-1.git1e3a2e4.fc   268/268 
-   Running scriptlet: nss-3.103.0-1.fc39.x86_64                          268/268
-  
-   Running scriptlet: pipewire-pulseaudio-1.0.7-1.fc39.x86_64            268/268 
- Creating group 'systemd-coredump' with GID 995.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 995 and GID 995.
- Creating group 'systemd-timesync' with GID 994.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 994 and GID 994.
- 
-   Verifying        : ModemManager-glib-1.20.6-3.fc39.x86_64               1/268 
-   Verifying        : SDL2_ttf-2.20.2-2.fc39.x86_64                        2/268 
-   Verifying        : SDL2_ttf-devel-2.20.2-2.fc39.x86_64                  3/268 
-   Verifying        : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch      4/268 
-   Verifying        : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.     5/268 
-   Verifying        : adwaita-cursor-theme-45.0-1.fc39.noarch              6/268 
-   Verifying        : adwaita-icon-theme-45.0-1.fc39.noarch                7/268 
-   Verifying        : avahi-glib-0.8-24.fc39.x86_64                        8/268 
-   Verifying        : avahi-libs-0.8-24.fc39.x86_64                        9/268 
-   Verifying        : avif-pixbuf-loader-0.11.1-11.fc39.x86_64            10/268 
-   Verifying        : brotli-1.1.0-1.fc39.x86_64                          11/268 
-   Verifying        : brotli-devel-1.1.0-1.fc39.x86_64                    12/268 
-   Verifying        : bzip2-devel-1.0.8-16.fc39.x86_64                    13/268 
-   Verifying        : cairo-1.18.0-1.fc39.x86_64                          14/268 
-   Verifying        : cairo-gobject-1.18.0-1.fc39.x86_64                  15/268 
-   Verifying        : cdparanoia-libs-10.2-42.fc39.x86_64                 16/268 
-   Verifying        : cmake-filesystem-3.27.7-1.fc39.x86_64               17/268 
-   Verifying        : colord-libs-1.4.6-6.fc39.x86_64                     18/268 
-   Verifying        : cpio-2.14-4.fc39.x86_64                             19/268 
-   Verifying        : cryptsetup-libs-2.6.1-3.fc39.x86_64                 20/268 
-   Verifying        : dbus-1:1.14.10-1.fc39.x86_64                        21/268 
-   Verifying        : dbus-common-1:1.14.10-1.fc39.noarch                 22/268 
-   Verifying        : dconf-0.40.0-9.fc39.x86_64                          23/268 
-   Verifying        : default-fonts-core-sans-4.0-9.fc39.noarch           24/268 
-   Verifying        : duktape-2.7.0-5.fc39.x86_64                         25/268 
-   Verifying        : exempi-2.6.4-2.fc39.x86_64                          26/268 
-   Verifying        : exiv2-0.27.6-5.fc39.x86_64                          27/268 
-   Verifying        : exiv2-libs-0.27.6-5.fc39.x86_64                     28/268 
-   Verifying        : fdk-aac-free-2.0.0-11.fc39.x86_64                   29/268 
-   Verifying        : file-5.44-5.fc39.x86_64                             30/268 
-   Verifying        : flac-libs-1.4.3-2.fc39.x86_64                       31/268 
-   Verifying        : freetype-2.13.1-2.fc39.x86_64                       32/268 
-   Verifying        : freetype-devel-2.13.1-2.fc39.x86_64                 33/268 
-   Verifying        : fribidi-1.0.13-2.fc39.x86_64                        34/268 
-   Verifying        : fuse-common-3.16.1-1.fc39.x86_64                    35/268 
-   Verifying        : fuse-libs-2.9.9-17.fc39.x86_64                      36/268 
-   Verifying        : use3-3.16.1-1.fc39.x86_64                          37/268 
-   Verifying        : fuse3-libs-3.16.1-1.fc39.x86_64                     38/268 
-   Verifying        : gdk-pixbuf2-2.42.10-5.fc39.x86_64                   39/268 
-   Verifying        : gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64           40/268 
-   Verifying        : geoclue2-2.7.0-2.fc39.x86_64                        41/268 
-   Verifying        : gettext-envsubst-0.22-2.fc39.x86_64                 42/268 
-   Verifying        : gettext-libs-0.22-2.fc39.x86_64                     43/268 
-   Verifying        : gettext-runtime-0.22-2.fc39.x86_64                  44/268 
-   Verifying        : gobject-introspection-1.78.1-1.fc39.x86_64          45/268 
-   Verifying        : graphene-1.10.6-6.fc39.x86_64                       46/268 
-   Verifying        : graphite2-1.3.14-12.fc39.x86_64                     47/268 
-   Verifying        : graphite2-devel-1.3.14-12.fc39.x86_64               48/268 
-   Verifying        : gsettings-desktop-schemas-45.0-1.fc39.x86_64        49/268 
-   Verifying        : gsm-1.0.22-3.fc39.x86_64                            50/268 
-   Verifying        : harfbuzz-8.2.1-2.fc39.x86_64                        51/268 
-   Verifying        : harfbuzz-devel-8.2.1-2.fc39.x86_64                  52/268 
-   Verifying        : harfbuzz-icu-8.2.1-2.fc39.x86_64                    53/268 
-   Verifying        : hicolor-icon-theme-0.17-16.fc39.noarch              54/268 
-   Verifying        : iso-codes-4.15.0-2.fc39.noarch                      55/268 
-   Verifying        : jbigkit-libs-2.1-26.fc39.x86_64                     56/268 
-   Verifying        : json-glib-1.8.0-1.fc39.x86_64                       57/268 
-   Verifying        : kbd-2.6.3-1.fc39.x86_64                             58/268 
-   Verifying        : kbd-legacy-2.6.3-1.fc39.noarch                      59/268 
-   Verifying        : kbd-misc-2.6.3-1.fc39.noarch                        60/268 
-   Verifying        : kmod-30-6.fc39.x86_64                               61/268 
-   Verifying        : kmod-libs-30-6.fc39.x86_64                          62/268 
-   Verifying        : kpartx-0.9.5-2.fc39.x86_64                          63/268 
-   Verifying        : lame-libs-3.100-15.fc39.x86_64                      64/268 
-   Verifying        : lcms2-2.15-2.fc39.x86_64                            65/268 
-   Verifying        : libXcomposite-0.4.5-10.fc39.x86_64                  66/268 
-   Verifying        : libXcursor-1.2.1-4.fc39.x86_64                      67/268 
-   Verifying        : libXdamage-1.1.5-10.fc39.x86_64                     68/268 
-   Verifying        : libXext-1.3.5-3.fc39.x86_64                         69/268 
-   Verifying        : libXfixes-6.0.0-6.fc39.x86_64                       70/268 
-   Verifying        : libXft-2.3.8-3.fc39.x86_64                          71/268 
-   Verifying        : libXi-1.8.1-2.fc39.x86_64                           72/268 
-   Verifying        : libXinerama-1.1.5-3.fc39.x86_64                     73/268 
-   Verifying        : libXrender-0.9.11-3.fc39.x86_64                     74/268 
-   Verifying        : libXtst-1.2.4-3.fc39.x86_64                         75/268 
-   Verifying        : libXv-1.0.11-19.fc39.x86_64                         76/268 
-   Verifying        : libXxf86vm-1.1.5-3.fc39.x86_64                      77/268 
-   Verifying        : libargon2-20190702-3.fc39.x86_64                    78/268 
-   Verifying        : libasyncns-0.8-25.fc39.x86_64                       79/268 
-   Verifying        : libavif-0.11.1-11.fc39.x86_64                       80/268 
-   Verifying        : libbpf-2:1.1.0-4.fc39.x86_64                        81/268 
-   Verifying        : libcanberra-0.30-32.fc39.x86_64                     82/268 
-   Verifying        : libcanberra-gtk3-0.30-32.fc39.x86_64                83/268 
-   Verifying        : libcue-2.2.1-13.fc39.x86_64                         84/268 
-   Verifying        : libdatrie-0.2.13-7.fc39.x86_64                      85/268 
-   Verifying        : libdav1d-1.2.1-2.fc39.x86_64                        86/268 
-   Verifying        : libepoxy-1.5.10-4.fc39.x86_64                       87/268 
-   Verifying        : libexif-0.6.24-5.fc39.x86_64                        88/268 
-   Verifying        : libffi-devel-3.4.4-4.fc39.x86_64                    89/268 
-   Verifying        : libgexiv2-0.14.2-1.fc39.x86_64                      90/268 
-   Verifying        : libglvnd-1:1.7.0-1.fc39.x86_64                      91/268 
-   Verifying        : libglvnd-core-devel-1:1.7.0-1.fc39.x86_64           92/268 
-   Verifying        : libglvnd-devel-1:1.7.0-1.fc39.x86_64                93/268 
-   Verifying        : libglvnd-egl-1:1.7.0-1.fc39.x86_64                  94/268 
-   Verifying        : libglvnd-gles-1:1.7.0-1.fc39.x86_64                 95/268 
-   Verifying        : libglvnd-glx-1:1.7.0-1.fc39.x86_64                  96/268 
-   Verifying        : libglvnd-opengl-1:1.7.0-1.fc39.x86_64               97/268 
-   Verifying        : libgrss-0.7.0-17.fc39.x86_64                        98/268 
-   Verifying        : libgudev-238-2.fc39.x86_64                          99/268 
-   Verifying        : libgxps-0.3.2-6.fc39.x86_64                        100/268 
-   Verifying        : libicu-devel-73.2-2.fc39.x86_64                    101/268 
-   Verifying        : libimobiledevice-1.3.0^20230705git6fc41f5-1.fc39   102/268 
-   Verifying        : libimobiledevice-glue-1.0.0-1.fc39.x86_64          103/268 
-   Verifying        : libiptcdata-1.0.5-15.fc39.x86_64                   104/268 
-   Verifying        : libjpeg-turbo-2.1.4-3.fc39.x86_64                  105/268 
-   Verifying        : libldac-2.0.2.3-13.fc39.x86_64                     106/268 
-   Verifying        : liblerc-4.0.0-4.fc39.x86_64                        107/268 
-   Verifying        : libogg-2:1.3.5-6.fc39.x86_64                       108/268 
-   Verifying        : libpciaccess-0.16-9.fc39.x86_64                    109/268 
-   Verifying        : libplist-2.3.0-1.fc39.x86_64                       110/268 
-   Verifying        : libpng-2:1.6.37-15.fc39.x86_64                     111/268 
-   Verifying        : libpng-devel-2:1.6.37-15.fc39.x86_64               112/268 
-   Verifying        : libsbc-2.0-3.fc39.x86_64                           113/268 
-   Verifying        : libselinux-devel-3.5-5.fc39.x86_64                 114/268 
-   Verifying        : libsepol-devel-3.5-2.fc39.x86_64                   115/268 
-   Verifying        : libsndfile-1.1.0-9.fc39.x86_64                     116/268 
-   Verifying        : libsoup-2.74.3-3.fc39.x86_64                       117/268 
-   Verifying        : libstemmer-2.2.0-7.fc39.x86_64                     118/268 
-   Verifying        : libtdb-1.4.9-1.fc39.x86_64                         119/268 
-   Verifying        : libthai-0.1.29-6.fc39.x86_64                       120/268 
-   Verifying        : libtheora-1:1.1.1-34.fc39.x86_64                   121/268 
-   Verifying        : libtiff-4.4.0-8.fc39.x86_64                        122/268 
-   Verifying        : libtiff-devel-4.4.0-8.fc39.x86_64                  123/268 
-   Verifying        : libtracker-sparql-3.6.0-1.fc39.x86_64              124/268 
-   Verifying        : libunwind-1.7.0-0.2.rc2.fc39.x86_64                125/268 
-   Verifying        : libusbmuxd-2.0.2^20230620git8d30a55-3.fc39.x86_6   126/268 
-   Verifying        : libvisual-1:0.4.1-2.fc39.x86_64                    127/268 
-   Verifying        : libvmaf-2.3.0-6.fc39.x86_64                        128/268 
-   Verifying        : libvorbis-1:1.3.7-8.fc39.x86_64                    129/268 
-   Verifying        : libwayland-client-1.22.0-2.fc39.x86_64             130/268 
-   Verifying        : libwayland-cursor-1.22.0-2.fc39.x86_64             131/268 
-   Verifying        : libwayland-egl-1.22.0-2.fc39.x86_64                132/268 
-   Verifying        : libwayland-server-1.22.0-2.fc39.x86_64             133/268 
-   Verifying        : libwebp-1.3.2-2.fc39.x86_64                        134/268 
-   Verifying        : libwebp-devel-1.3.2-2.fc39.x86_64                  135/268 
-   Verifying        : libxshmfence-1.3-13.fc39.x86_64                    136/268 
-   Verifying        : lm_sensors-libs-3.6.0-14.fc39.x86_64               137/268 
-   Verifying        : low-memory-monitor-2.1-8.fc39.x86_64               138/268 
-   Verifying        : memstrack-0.2.5-2.fc39.x86_64                      139/268 
-   Verifying        : mpg123-libs-1.31.3-2.fc39.x86_64                   140/268 
-   Verifying        : opus-1.3.1-13.fc39.x86_64                          141/268 
-   Verifying        : orc-0.4.33-3.fc39.x86_64                           142/268 
-   Verifying        : os-prober-1.81-4.fc39.x86_64                       143/268 
-   Verifying        : pango-1.51.0-1.fc39.x86_64                         144/268 
-   Verifying        : pcre2-devel-10.42-1.fc39.2.x86_64                  145/268 
-   Verifying        : pcre2-utf16-10.42-1.fc39.2.x86_64                  146/268 
-   Verifying        : pcre2-utf32-10.42-1.fc39.2.x86_64                  147/268 
-   Verifying        : pigz-2.8-2.fc39.x86_64                             148/268 
-   Verifying        : pixman-0.42.2-2.fc39.x86_64                        149/268 
-   Verifying        : polkit-pkla-compat-0.1-26.fc39.x86_64              150/268 
-   Verifying        : poppler-23.08.0-1.fc39.x86_64                      151/268 
-   Verifying        : poppler-data-0.4.11-5.fc39.noarch                  152/268 
-   Verifying        : poppler-glib-23.08.0-1.fc39.x86_64                 153/268 
-   Verifying        : pulseaudio-libs-16.1-5.fc39.x86_64                 154/268 
-   Verifying        : qrencode-libs-4.1.1-5.fc39.x86_64                  155/268 
-   Verifying        : shared-mime-info-2.2-4.fc39.x86_64                 156/268 
-   Verifying        : sound-theme-freedesktop-0.8-20.fc39.noarch         157/268 
-   Verifying        : svt-av1-libs-1.4.1-3.fc39.x86_64                   158/268 
-   Verifying        : totem-pl-parser-3.26.6-7.fc39.x86_64               159/268 
-   Verifying        : tracker-3.6.0-1.fc39.x86_64                        160/268 
-   Verifying        : uchardet-0.0.8-4.fc39.x86_64                       161/268 
-   Verifying        : webrtc-audio-processing-0.3.1-11.fc39.x86_64       162/268 
-   Verifying        : xml-common-0.6.3-61.fc39.noarch                    163/268 
-   Verifying        : xprop-1.2.5-4.fc39.x86_64                          164/268 
-   Verifying        : zlib-devel-1.2.13-4.fc39.x86_64                    165/268 
-   Verifying        : NetworkManager-libnm-1:1.44.2-1.fc39.x86_64        166/268 
-   Verifying        : SDL2-2.28.5-1.fc39.x86_64                          167/268 
-   Verifying        : SDL2-devel-2.28.5-1.fc39.x86_64                    168/268 
-   Verifying        : SDL2_image-2.8.2-1.fc39.x86_64                     169/268 
-   Verifying        : SDL2_image-devel-2.8.2-1.fc39.x86_64               170/268 
-   Verifying        : alsa-lib-1.2.12-1.fc39.x86_64                      171/268 
-   Verifying        : at-spi2-atk-2.50.2-1.fc39.x86_64                   172/268 
-   Verifying        : at-spi2-core-2.50.2-1.fc39.x86_64                  173/268 
-   Verifying        : atk-2.50.2-1.fc39.x86_64                           174/268 
-   Verifying        : bluez-libs-5.77-1.fc39.x86_64                      175/268 
-   Verifying        : crypto-policies-scripts-20231204-1.git1e3a2e4.fc   176/268 
-   Verifying        : cups-libs-1:2.4.10-6.fc39.x86_64                   177/268 
-   Verifying        : dbus-broker-36-2.fc39.x86_64                       178/268 
-   Verifying        : device-mapper-1.02.197-1.fc39.x86_64               179/268 
-   Verifying        : device-mapper-libs-1.02.197-1.fc39.x86_64          180/268 
-   Verifying        : dracut-059-16.fc39.x86_64                          181/268 
-   Verifying        : fontconfig-2.14.2-6.fc39.x86_64                    182/268 
-   Verifying        : giflib-5.2.2-1.fc39.x86_64                         183/268 
-   Verifying        : glib-networking-2.78.1-1.fc39.x86_64               184/268 
-   Verifying        : glib2-devel-2.78.6-1.fc39.x86_64                   185/268 
-   Verifying        : google-noto-fonts-common-20240101-1.fc39.noarch    186/268 
-   Verifying        : google-noto-sans-vf-fonts-20240101-1.fc39.noarch   187/268 
-   Verifying        : grub2-common-1:2.06-121.fc39.noarch                188/268 
-   Verifying        : grub2-tools-1:2.06-121.fc39.x86_64                 189/268 
-   Verifying        : grub2-tools-minimal-1:2.06-121.fc39.x86_64         190/268 
-   Verifying        : grubby-8.40-73.fc39.x86_64                         191/268 
-   Verifying        : gstreamer1-1.22.12-1.fc39.x86_64                   192/268 
-   Verifying        : gstreamer1-plugins-base-1.22.12-1.fc39.x86_64      193/268 
-   Verifying        : gtk-update-icon-cache-3.24.43-1.fc39.x86_64        194/268 
-   Verifying        : gtk3-3.24.43-1.fc39.x86_64                         195/268 
-   Verifying        : highway-1.1.0-1.fc39.x86_64                        196/268 
-   Verifying        : hwdata-0.385-1.fc39.noarch                         197/268 
-   Verifying        : jxl-pixbuf-loader-1:0.8.3-1.fc39.x86_64            198/268 
-   Verifying        : libXrandr-1.5.4-1.fc39.x86_64                      199/268 
-   Verifying        : libaom-3.9.0-1.fc39.x86_64                         200/268 
-   Verifying        : libblkid-devel-2.39.4-1.fc39.x86_64                201/268 
-   Verifying        : libcloudproviders-0.3.5-1.fc39.x86_64              202/268 
-   Verifying        : libdecor-0.2.2-1.fc39.x86_64                       203/268 
-   Verifying        : libdrm-2.4.121-1.fc39.x86_64                       204/268 
-   Verifying        : libgsf-1.14.51-1.fc39.x86_64                       205/268 
-   Verifying        : libgusb-0.4.9-1.fc39.x86_64                        206/268 
-   Verifying        : libjxl-1:0.8.3-1.fc39.x86_64                       207/268 
-   Verifying        : libkcapi-1.5.0-4.fc39.x86_64                       208/268 
-   Verifying        : libkcapi-hasher-1.5.0-4.fc39.x86_64                209/268 
-   Verifying        : libkcapi-hmaccalc-1.5.0-4.fc39.x86_64              210/268 
-   Verifying        : liblc3-1.0.4-2.fc39.x86_64                         211/268 
-   Verifying        : libmount-devel-2.39.4-1.fc39.x86_64                212/268 
-   Verifying        : libnotify-0.8.3-1.fc39.x86_64                      213/268 
-   Verifying        : libosinfo-1.11.0-1.fc39.x86_64                     214/268 
-   Verifying        : libproxy-0.5.5-1.fc39.x86_64                       215/268 
-   Verifying        : librsvg2-2.57.1-2.fc39.x86_64                      216/268 
-   Verifying        : libsoup3-3.4.4-1.fc39.x86_64                       217/268 
-   Verifying        : libusb1-1.0.27-2.fc39.x86_64                       218/268 
-   Verifying        : libxkbcommon-1.6.0-1.fc39.x86_64                   219/268 
-   Verifying        : libxslt-1.1.42-1.fc39.x86_64                       220/268 
-   Verifying        : llvm-libs-17.0.6-4.fc39.x86_64                     221/268 
-   Verifying        : mesa-dri-drivers-23.3.6-1.fc39.x86_64              222/268 
-   Verifying        : mesa-filesystem-23.3.6-1.fc39.x86_64               223/268 
-   Verifying        : mesa-libEGL-23.3.6-1.fc39.x86_64                   224/268 
-   Verifying        : mesa-libEGL-devel-23.3.6-1.fc39.x86_64             225/268 
-   Verifying        : mesa-libGL-23.3.6-1.fc39.x86_64                    226/268 
-   Verifying        : mesa-libgbm-23.3.6-1.fc39.x86_64                   227/268 
-   Verifying        : mesa-libglapi-23.3.6-1.fc39.x86_64                 228/268 
-   Verifying        : mesa-va-drivers-23.3.6-1.fc39.x86_64               229/268 
-   Verifying        : nspr-4.35.0-22.fc39.x86_64                         230/268 
-   Verifying        : nss-3.103.0-1.fc39.x86_64                          231/268 
-   Verifying        : nss-softokn-3.103.0-1.fc39.x86_64                  232/268 
-   Verifying        : nss-softokn-freebl-3.103.0-1.fc39.x86_64           233/268 
-   Verifying        : nss-sysinit-3.103.0-1.fc39.x86_64                  234/268 
-   Verifying        : nss-util-3.103.0-1.fc39.x86_64                     235/268 
-   Verifying        : openjpeg2-2.5.2-1.fc39.x86_64                      236/268 
-   Verifying        : osinfo-db-20240701-1.fc39.noarch                   237/268 
-   Verifying        : osinfo-db-tools-1.11.0-1.fc39.x86_64               238/268 
-   Verifying        : pipewire-1.0.7-1.fc39.x86_64                       239/268 
-   Verifying        : pipewire-alsa-1.0.7-1.fc39.x86_64                  240/268 
-   Verifying        : pipewire-jack-audio-connection-kit-1.0.7-1.fc39.   241/268 
-   Verifying        : pipewire-jack-audio-connection-kit-libs-1.0.7-1.   242/268 
-   Verifying        : pipewire-libs-1.0.7-1.fc39.x86_64                  243/268 
-   Verifying        : pipewire-pulseaudio-1.0.7-1.fc39.x86_64            244/268 
-   Verifying        : polkit-123-1.fc39.1.x86_64                         245/268 
-   Verifying        : polkit-libs-123-1.fc39.1.x86_64                    246/268 
-   Verifying        : procps-ng-4.0.3-5.fc39.x86_64                      247/268 
-   Verifying        : python3-setuptools-67.7.2-8.fc39.noarch            248/268 
-   Verifying        : rav1e-libs-0.7.1-2.fc39.x86_64                     249/268 
-   Verifying        : rsvg-pixbuf-loader-2.57.1-2.fc39.x86_64            250/268 
-   Verifying        : rtkit-0.11-61.fc39.x86_64                          251/268 
-   Verifying        : sysprof-capture-devel-45.1-1.fc39.x86_64           252/268 
-   Verifying        : systemd-254.16-1.fc39.x86_64                       253/268 
-   Verifying        : systemd-networkd-254.16-1.fc39.x86_64              254/268 
-   Verifying        : systemd-pam-254.16-1.fc39.x86_64                   255/268 
-   Verifying        : systemd-resolved-254.16-1.fc39.x86_64              256/268 
-   Verifying        : systemd-udev-254.16-1.fc39.x86_64                  257/268 
-   Verifying        : tpm2-tools-5.5.1-1.fc39.x86_64                     258/268 
-   Verifying        : tpm2-tss-fapi-4.0.2-1.fc39.x86_64                  259/268 
-   Verifying        : tracker-miners-3.6.2-1.fc39.x86_64                 260/268 
-   Verifying        : upower-1.90.4-1.fc39.x86_64                        261/268 
-   Verifying        : upower-libs-1.90.4-1.fc39.x86_64                   262/268 
-   Verifying        : webp-pixbuf-loader-0.2.7-1.fc39.x86_64             263/268 
-   Verifying        : wireplumber-0.4.17-1.fc39.x86_64                   264/268 
-   Verifying        : wireplumber-libs-0.4.17-1.fc39.x86_64              265/268 
-   Verifying        : xdg-desktop-portal-1.18.2-6.fc39.x86_64            266/268 
-   Verifying        : xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        267/268 
-   Verifying        : xkeyboard-config-2.40-1.fc39.noarch                268/268 
- 
- Installed:
-   ModemManager-glib-1.20.6-3.fc39.x86_64                                        
-   NetworkManager-libnm-1:1.44.2-1.fc39.x86_64                                   
-   SDL2-2.28.5-1.fc39.x86_64                                                     
-   SDL2-devel-2.28.5-1.fc39.x86_64                                               
-   SDL2_image-2.8.2-1.fc39.x86_64                                                
-   SDL2_image-devel-2.8.2-1.fc39.x86_64                                          
-   SDL2_ttf-2.20.2-2.fc39.x86_64                                                 
-   SDL2_ttf-devel-2.20.2-2.fc39.x86_64                                           
-   abattis-cantarell-vf-fonts-0.301-10.fc39.noarch                               
-   adobe-source-code-pro-fonts-2.042.1.062.1.026-2.fc39.noarch                   
-   adwaita-cursor-theme-45.0-1.fc39.noarch                                       
-   adwaita-icon-theme-45.0-1.fc39.noarch                                         
-   alsa-lib-1.2.12-1.fc39.x86_64                                                 
-   at-spi2-atk-2.50.2-1.fc39.x86_64                                              
-   at-spi2-core-2.50.2-1.fc39.x86_64                                             
-   atk-2.50.2-1.fc39.x86_64                                                      
-   avahi-glib-0.8-24.fc39.x86_64                                                 
-   avahi-libs-0.8-24.fc39.x86_64                                                 
-   avif-pixbuf-loader-0.11.1-11.fc39.x86_64                                      
-   bluez-libs-5.77-1.fc39.x86_64                                                 
-   brotli-1.1.0-1.fc39.x86_64                                                    
-   brotli-devel-1.1.0-1.fc39.x86_64                                              
-   bzip2-devel-1.0.8-16.fc39.x86_64                                              
-   cairo-1.18.0-1.fc39.x86_64                                                    
-   cairo-gobject-1.18.0-1.fc39.x86_64                                            
-   cdparanoia-libs-10.2-42.fc39.x86_64                                           
-   cmake-filesystem-3.27.7-1.fc39.x86_64                                         
-   colord-libs-1.4.6-6.fc39.x86_64                                               
-   cpio-2.14-4.fc39.x86_64                                                       
-   crypto-policies-scripts-20231204-1.git1e3a2e4.fc39.noarch                     
-   cryptsetup-libs-2.6.1-3.fc39.x86_64                                           
-   cups-libs-1:2.4.10-6.fc39.x86_64                                              
-   dbus-1:1.14.10-1.fc39.x86_64                                                  
-   dbus-broker-36-2.fc39.x86_64                                                  
-   dbus-common-1:1.14.10-1.fc39.noarch                                           
-   dconf-0.40.0-9.fc39.x86_64                                                    
-   default-fonts-core-sans-4.0-9.fc39.noarch                                     
-   device-mapper-1.02.197-1.fc39.x86_64                                          
-   device-mapper-libs-1.02.197-1.fc39.x86_64                                     
-   dracut-059-16.fc39.x86_64                                                     
-   duktape-2.7.0-5.fc39.x86_64                                                   
-   exempi-2.6.4-2.fc39.x86_64                                                    
-   exiv2-0.27.6-5.fc39.x86_64                                                    
-   exiv2-libs-0.27.6-5.fc39.x86_64                                               
-   fdk-aac-free-2.0.0-11.fc39.x86_64                                             
-   file-5.44-5.fc39.x86_64                                                       
-   flac-libs-1.4.3-2.fc39.x86_64                                                 
-   fontconfig-2.14.2-6.fc39.x86_64                                               
-   freetype-2.13.1-2.fc39.x86_64                                                 
-   freetype-devel-2.13.1-2.fc39.x86_64                                           
-   fribidi-1.0.13-2.fc39.x86_64                                                  
-   fuse-common-3.16.1-1.fc39.x86_64                                              
-   fuse-libs-2.9.9-17.fc39.x86_64                                                
-   fuse3-3.16.1-1.fc39.x86_64                                                    
-   fuse3-libs-3.16.1-1.fc39.x86_64                                               
-   gdk-pixbuf2-2.42.10-5.fc39.x86_64                                             
-   gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64                                     
-   geoclue2-2.7.0-2.fc39.x86_64                                                  
-   gettext-envsubst-0.22-2.fc39.x86_64                                           
-   gettext-libs-0.22-2.fc39.x86_64                                               
-   gettext-runtime-0.22-2.fc39.x86_64                                            
-   giflib-5.2.2-1.fc39.x86_64                                                    
-   glib-networking-2.78.1-1.fc39.x86_64                                          
-   glib2-devel-2.78.6-1.fc39.x86_64                                              
-   gobject-introspection-1.78.1-1.fc39.x86_64                                    
-   google-noto-fonts-common-20240101-1.fc39.noarch                               
-   google-noto-sans-vf-fonts-20240101-1.fc39.noarch                              
-   graphene-1.10.6-6.fc39.x86_64                                                 
-   graphite2-1.3.14-12.fc39.x86_64                                               
-   graphite2-devel-1.3.14-12.fc39.x86_64                                         
-   grub2-common-1:2.06-121.fc39.noarch                                           
-   grub2-tools-1:2.06-121.fc39.x86_64                                            
-   grub2-tools-minimal-1:2.06-121.fc39.x86_64                                    
-   grubby-8.40-73.fc39.x86_64                                                    
-   gsettings-desktop-schemas-45.0-1.fc39.x86_64                                  
-   gsm-1.0.22-3.fc39.x86_64                                                      
-   gstreamer1-1.22.12-1.fc39.x86_64                                              
-   gstreamer1-plugins-base-1.22.12-1.fc39.x86_64                                 
-   gtk-update-icon-cache-3.24.43-1.fc39.x86_64                                   
-   gtk3-3.24.43-1.fc39.x86_64                                                    
-   harfbuzz-8.2.1-2.fc39.x86_64                                                  
-   harfbuzz-devel-8.2.1-2.fc39.x86_64                                            
-   harfbuzz-icu-8.2.1-2.fc39.x86_64                                              
-   hicolor-icon-theme-0.17-16.fc39.noarch                                        
-   highway-1.1.0-1.fc39.x86_64                                                   
-   hwdata-0.385-1.fc39.noarch                                                    
-   iso-codes-4.15.0-2.fc39.noarch                                                
-   jbigkit-libs-2.1-26.fc39.x86_64                                               
-   json-glib-1.8.0-1.fc39.x86_64                                                 
-   jxl-pixbuf-loader-1:0.8.3-1.fc39.x86_64                                       
-   kbd-2.6.3-1.fc39.x86_64                                                       
-   kbd-legacy-2.6.3-1.fc39.noarch                                                
-   kbd-misc-2.6.3-1.fc39.noarch                                                  
-   kmod-30-6.fc39.x86_64                                                         
-   kmod-libs-30-6.fc39.x86_64                                                    
-   kpartx-0.9.5-2.fc39.x86_64                                                    
-   lame-libs-3.100-15.fc39.x86_64                                                
-   lcms2-2.15-2.fc39.x86_64                                                      
-   libXcomposite-0.4.5-10.fc39.x86_64                                            
-   libXcursor-1.2.1-4.fc39.x86_64                                                
-   libXdamage-1.1.5-10.fc39.x86_64                                               
-   libXext-1.3.5-3.fc39.x86_64                                                   
-   libXfixes-6.0.0-6.fc39.x86_64                                                 
-   libXft-2.3.8-3.fc39.x86_64                                                    
-   libXi-1.8.1-2.fc39.x86_64                                                     
-   libXinerama-1.1.5-3.fc39.x86_64                                               
-   libXrandr-1.5.4-1.fc39.x86_64                                                 
-   libXrender-0.9.11-3.fc39.x86_64                                               
-   libXtst-1.2.4-3.fc39.x86_64                                                   
-   libXv-1.0.11-19.fc39.x86_64                                                   
-   libXxf86vm-1.1.5-3.fc39.x86_64                                                
-   libaom-3.9.0-1.fc39.x86_64                                                    
-   libargon2-20190702-3.fc39.x86_64                                              
-   libasyncns-0.8-25.fc39.x86_64                                                 
-   libavif-0.11.1-11.fc39.x86_64                                                 
-   libblkid-devel-2.39.4-1.fc39.x86_64                                           
-   libbpf-2:1.1.0-4.fc39.x86_64                                                  
-   libcanberra-0.30-32.fc39.x86_64                                               
-   libcanberra-gtk3-0.30-32.fc39.x86_64                                          
-   libcloudproviders-0.3.5-1.fc39.x86_64                                         
-   libcue-2.2.1-13.fc39.x86_64                                                   
-   libdatrie-0.2.13-7.fc39.x86_64                                                
-   libdav1d-1.2.1-2.fc39.x86_64                                                  
-   libdecor-0.2.2-1.fc39.x86_64                                                  
-   libdrm-2.4.121-1.fc39.x86_64                                                  
-   libepoxy-1.5.10-4.fc39.x86_64                                                 
-   libexif-0.6.24-5.fc39.x86_64                                                  
-   libffi-devel-3.4.4-4.fc39.x86_64                                              
-   libgexiv2-0.14.2-1.fc39.x86_64                                                
-   libglvnd-1:1.7.0-1.fc39.x86_64                                                
-   libglvnd-core-devel-1:1.7.0-1.fc39.x86_64                                     
-   libglvnd-devel-1:1.7.0-1.fc39.x86_64                                          
-   libglvnd-egl-1:1.7.0-1.fc39.x86_64                                            
-   libglvnd-gles-1:1.7.0-1.fc39.x86_64                                           
-   libglvnd-glx-1:1.7.0-1.fc39.x86_64                                            
-   libglvnd-opengl-1:1.7.0-1.fc39.x86_64                                         
-   libgrss-0.7.0-17.fc39.x86_64                                                  
-   libgsf-1.14.51-1.fc39.x86_64                                                  
-   libgudev-238-2.fc39.x86_64                                                    
-   libgusb-0.4.9-1.fc39.x86_64                                                   
-   libgxps-0.3.2-6.fc39.x86_64                                                   
-   libicu-devel-73.2-2.fc39.x86_64                                               
-   libimobiledevice-1.3.0^20230705git6fc41f5-1.fc39.x86_64                       
-   libimobiledevice-glue-1.0.0-1.fc39.x86_64                                     
-   libiptcdata-1.0.5-15.fc39.x86_64                                              
-   libjpeg-turbo-2.1.4-3.fc39.x86_64                                             
-   libjxl-1:0.8.3-1.fc39.x86_64                                                  
-   libkcapi-1.5.0-4.fc39.x86_64                                                  
-   libkcapi-hasher-1.5.0-4.fc39.x86_64                                           
-   libkcapi-hmaccalc-1.5.0-4.fc39.x86_64                                         
-   liblc3-1.0.4-2.fc39.x86_64                                                    
-   libldac-2.0.2.3-13.fc39.x86_64                                                
-   liblerc-4.0.0-4.fc39.x86_64                                                   
-   libmount-devel-2.39.4-1.fc39.x86_64                                           
-   libnotify-0.8.3-1.fc39.x86_64                                                 
-   libogg-2:1.3.5-6.fc39.x86_64                                                  
-   libosinfo-1.11.0-1.fc39.x86_64                                                
-   libpciaccess-0.16-9.fc39.x86_64                                               
-   libplist-2.3.0-1.fc39.x86_64                                                  
-   libpng-2:1.6.37-15.fc39.x86_64                                                
-   libpng-devel-2:1.6.37-15.fc39.x86_64                                          
-   libproxy-0.5.5-1.fc39.x86_64                                                  
-   librsvg2-2.57.1-2.fc39.x86_64                                                 
-   libsbc-2.0-3.fc39.x86_64                                                      
-   libselinux-devel-3.5-5.fc39.x86_64                                            
-   libsepol-devel-3.5-2.fc39.x86_64                                              
-   libsndfile-1.1.0-9.fc39.x86_64                                                
-   libsoup-2.74.3-3.fc39.x86_64                                                  
-   libsoup3-3.4.4-1.fc39.x86_64                                                  
-   libstemmer-2.2.0-7.fc39.x86_64                                                
-   libtdb-1.4.9-1.fc39.x86_64                                                    
-   libthai-0.1.29-6.fc39.x86_64                                                  
-   libtheora-1:1.1.1-34.fc39.x86_64                                              
-   libtiff-4.4.0-8.fc39.x86_64                                                   
-   libtiff-devel-4.4.0-8.fc39.x86_64                                             
-   libtracker-sparql-3.6.0-1.fc39.x86_64                                         
-   libunwind-1.7.0-0.2.rc2.fc39.x86_64                                           
-   libusb1-1.0.27-2.fc39.x86_64                                                  
-   libusbmuxd-2.0.2^20230620git8d30a55-3.fc39.x86_64                             
-   libvisual-1:0.4.1-2.fc39.x86_64                                               
-   libvmaf-2.3.0-6.fc39.x86_64                                                   
-   libvorbis-1:1.3.7-8.fc39.x86_64                                               
-   libwayland-client-1.22.0-2.fc39.x86_64                                        
-   libwayland-cursor-1.22.0-2.fc39.x86_64                                        
-   libwayland-egl-1.22.0-2.fc39.x86_64                                           
-   libwayland-server-1.22.0-2.fc39.x86_64                                        
-   libwebp-1.3.2-2.fc39.x86_64                                                   
-   libwebp-devel-1.3.2-2.fc39.x86_64                                             
-   libxkbcommon-1.6.0-1.fc39.x86_64                                              
-   libxshmfence-1.3-13.fc39.x86_64                                               
-   libxslt-1.1.42-1.fc39.x86_64                                                  
-   llvm-libs-17.0.6-4.fc39.x86_64                                                
-   lm_sensors-libs-3.6.0-14.fc39.x86_64                                          
-   low-memory-monitor-2.1-8.fc39.x86_64                                          
-   memstrack-0.2.5-2.fc39.x86_64                                                 
-   mesa-dri-drivers-23.3.6-1.fc39.x86_64                                         
-   mesa-filesystem-23.3.6-1.fc39.x86_64                                          
-   mesa-libEGL-23.3.6-1.fc39.x86_64                                              
-   mesa-libEGL-devel-23.3.6-1.fc39.x86_64                                        
-   mesa-libGL-23.3.6-1.fc39.x86_64                                               
-   mesa-libgbm-23.3.6-1.fc39.x86_64                                              
-   mesa-libglapi-23.3.6-1.fc39.x86_64                                            
-   mesa-va-drivers-23.3.6-1.fc39.x86_64                                          
-   mpg123-libs-1.31.3-2.fc39.x86_64                                              
-   nspr-4.35.0-22.fc39.x86_64                                                    
-   nss-3.103.0-1.fc39.x86_64                                                     
-   nss-softokn-3.103.0-1.fc39.x86_64                                             
-   nss-softokn-freebl-3.103.0-1.fc39.x86_64                                      
-   nss-sysinit-3.103.0-1.fc39.x86_64                                             
-   nss-util-3.103.0-1.fc39.x86_64                                                
-   openjpeg2-2.5.2-1.fc39.x86_64                                                 
-   opus-1.3.1-13.fc39.x86_64                                                     
-   orc-0.4.33-3.fc39.x86_64                                                      
-   os-prober-1.81-4.fc39.x86_64                                                  
-   osinfo-db-20240701-1.fc39.noarch                                              
-   osinfo-db-tools-1.11.0-1.fc39.x86_64                                          
-   pango-1.51.0-1.fc39.x86_64                                                    
-   pcre2-devel-10.42-1.fc39.2.x86_64                                             
-   pcre2-utf16-10.42-1.fc39.2.x86_64                                             
-   pcre2-utf32-10.42-1.fc39.2.x86_64                                             
-   pigz-2.8-2.fc39.x86_64                                                        
-   pipewire-1.0.7-1.fc39.x86_64                                                  
-   pipewire-alsa-1.0.7-1.fc39.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.0.7-1.fc39.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.0.7-1.fc39.x86_64                   
-   pipewire-libs-1.0.7-1.fc39.x86_64                                             
-   pipewire-pulseaudio-1.0.7-1.fc39.x86_64                                       
-   pixman-0.42.2-2.fc39.x86_64                                                   
-   polkit-123-1.fc39.1.x86_64                                                    
-   polkit-libs-123-1.fc39.1.x86_64                                               
-   polkit-pkla-compat-0.1-26.fc39.x86_64                                         
-   poppler-23.08.0-1.fc39.x86_64                                                 
-   poppler-data-0.4.11-5.fc39.noarch                                             
-   poppler-glib-23.08.0-1.fc39.x86_64                                            
-   procps-ng-4.0.3-5.fc39.x86_64                                                 
-   pulseaudio-libs-16.1-5.fc39.x86_64                                            
-   python3-setuptools-67.7.2-8.fc39.noarch                                       
-   qrencode-libs-4.1.1-5.fc39.x86_64                                             
-   rav1e-libs-0.7.1-2.fc39.x86_64                                                
-   rsvg-pixbuf-loader-2.57.1-2.fc39.x86_64                                       
-   rtkit-0.11-61.fc39.x86_64                                                     
-   shared-mime-info-2.2-4.fc39.x86_64                                            
-   sound-theme-freedesktop-0.8-20.fc39.noarch                                    
-   svt-av1-libs-1.4.1-3.fc39.x86_64                                              
-   sysprof-capture-devel-45.1-1.fc39.x86_64                                      
-   systemd-254.16-1.fc39.x86_64                                                  
-   systemd-networkd-254.16-1.fc39.x86_64                                         
-   systemd-pam-254.16-1.fc39.x86_64                                              
-   systemd-resolved-254.16-1.fc39.x86_64                                         
-   systemd-udev-254.16-1.fc39.x86_64                                             
-   totem-pl-parser-3.26.6-7.fc39.x86_64                                          
-   tpm2-tools-5.5.1-1.fc39.x86_64                                                
-   tpm2-tss-fapi-4.0.2-1.fc39.x86_64                                             
-   tracker-3.6.0-1.fc39.x86_64                                                   
-   tracker-miners-3.6.2-1.fc39.x86_64                                            
-   uchardet-0.0.8-4.fc39.x86_64                                                  
-   upower-1.90.4-1.fc39.x86_64                                                   
-   upower-libs-1.90.4-1.fc39.x86_64                                              
-   webp-pixbuf-loader-0.2.7-1.fc39.x86_64                                        
-   webrtc-audio-processing-0.3.1-11.fc39.x86_64                                  
-   wireplumber-0.4.17-1.fc39.x86_64                                              
-   wireplumber-libs-0.4.17-1.fc39.x86_64                                         
-   xdg-desktop-portal-1.18.2-6.fc39.x86_64                                       
-   xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64                                   
-   xkeyboard-config-2.40-1.fc39.noarch                                           
-   xml-common-0.6.3-61.fc39.noarch                                               
-   xprop-1.2.5-4.fc39.x86_64                                                     
-   zlib-devel-1.2.13-4.fc39.x86_64                                               
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- libffi-devel-3.4.4-4.fc39.x86_64
- SDL2-devel-2.28.5-1.fc39.x86_64
- SDL2_image-devel-2.8.2-1.fc39.x86_64
- SDL2_ttf-devel-2.20.2-2.fc39.x86_64
2024-09-18 16:03.49 ---> saved as "69cdb0753aff1bc5f6de1bf767890bd659f787140f1d2e926af7551dc0b4b82d"


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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-pkg-config.3
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.0.9.8  (https://erratique.ch/software/tsdl/releases/tsdl-0.9.8.tbz)
-> retrieved dune.3.16.0, dune-configurator.3.16.0, xdg.3.16.0  (cached)
-> installed ocamlbuild.0.15.0
-> retrieved tsdl-image.0.6  (https://github.com/sanette/tsdl-image/archive/0.6.tar.gz)
-> retrieved tsdl-ttf.0.6  (https://github.com/sanette/tsdl-ttf/archive/0.6.tar.gz)
-> installed ocamlfind.1.9.6
-> 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 ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-18 16:04.43 ---> saved as "a1392677096abfea3ba95dc3e2656280121395e7b707475d1ad9f75702f92fa1"


/src: (copy (src .) (dst /src))
2024-09-18 16:04.43 ---> saved as "a538b712a5a28e4835d95124e7589779c67d771161528c383c0f151e9fd47cbc"


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


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