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

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

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


To reproduce locally:


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


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


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


2024-06-17 13:28.33: Waiting for resource in pool OCluster
2024-06-19 16:08.52: Waiting for worker…
2024-06-19 16:12.51: Got resource from pool OCluster
Building on x86-bm-c18.sw.ocaml.org
All commits already cached
HEAD is now at 6135ed8 version 0.1.0


(from ocaml/opam@sha256:e8ae1296da35f446c91b13eba7f875bf760cc9b5703f464559e784515b2d9d4d)
2024-06-19 16:12.52 ---> using "8be36eb9fa5be1c0db7100501b6b3334f28c20287953793be6661072a4a65611" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64                              316 kB/s |  30 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    335 kB/s |  27 kB     00:00    
Fedora 39 - x86_64 - Updates                    3.1 MB/s |  11 MB     00:03    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-19 16:12.52 ---> using "c42d71c4bfc0b341206e1bf2b37d4fce65972aa11b31622ff94ccc2a8008641b" from cache


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


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


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


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


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


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


/src: (workdir /src)


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


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


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


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


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


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


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


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


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


/src: (env CI true)


/src: (env OCAMLCI true)


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


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


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


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel" "cairo-devel" "libffi-devel"
- Last metadata expiration check: 0:00:20 ago on Wed Jun 19 16:12:55 2024.
- Dependencies resolved.
- ================================================================================
-  Package                     Arch   Version                       Repo     Size
- ================================================================================
- Installing:
-  SDL2-devel                  x86_64 2.28.5-1.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
-  cairo-devel                 x86_64 1.18.0-1.fc39                 fedora  193 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.11-2.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.76-1.fc39                   updates  84 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
-  crypto-policies-scripts     noarch 20231204-1.git1e3a2e4.fc39    updates 117 k
-  cups-libs                   x86_64 1:2.4.8-3.fc39                updates 267 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
-  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
-  flac-libs                   x86_64 1.4.3-2.fc39                  fedora  264 k
-  fontconfig                  x86_64 2.14.2-6.fc39                 updates 296 k
-  fontconfig-devel            x86_64 2.14.2-6.fc39                 updates 164 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
-  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                     x86_64 0.22-2.fc39                   fedora  1.1 M
-  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
-  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.41-1.fc39                updates  34 k
-  gtk3                        x86_64 3.24.41-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.383-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
-  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
-  libXext-devel               x86_64 1.3.5-3.fc39                  fedora   85 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
-  libXrender-devel            x86_64 0.9.11-3.fc39                 fedora   19 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
-  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.120-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
-  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.2-3.fc39                fedora  1.2 M
-  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
-  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
-  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
-  libxml2-devel               x86_64 2.10.4-3.fc39                 fedora  527 k
-  libxshmfence                x86_64 1.3-13.fc39                   fedora   12 k
-  libxslt                     x86_64 1.1.39-1.fc39                 updates 187 k
-  llvm-libs                   x86_64 17.0.6-3.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-19.fc39                updates 137 k
-  nss                         x86_64 3.99.0-1.fc39                 updates 702 k
-  nss-softokn                 x86_64 3.99.0-1.fc39                 updates 419 k
-  nss-softokn-freebl          x86_64 3.99.0-1.fc39                 updates 381 k
-  nss-sysinit                 x86_64 3.99.0-1.fc39                 updates  18 k
-  nss-util                    x86_64 3.99.0-1.fc39                 updates  87 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
-  osinfo-db                   noarch 20240523-1.fc39               updates 451 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-libs               x86_64 1.0.7-1.fc39                  updates 1.9 M
-  pixman                      x86_64 0.42.2-2.fc39                 fedora  288 k
-  pixman-devel                x86_64 0.42.2-2.fc39                 fedora   17 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
-  pulseaudio-libs             x86_64 16.1-5.fc39                   fedora  694 k
-  python3-setuptools          noarch 67.7.2-7.fc39                 fedora  1.5 M
-  rav1e-libs                  x86_64 0.7.1-2.fc39                  updates 1.0 M
-  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-boot-unsigned       x86_64 254.13-1.fc39                 updates  94 k
-  totem-pl-parser             x86_64 3.26.6-7.fc39                 fedora  145 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.2-3.fc39                 fedora   58 k
-  webrtc-audio-processing     x86_64 0.3.1-11.fc39                 fedora  307 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
-  xz-devel                    x86_64 5.4.4-1.fc39                  fedora   66 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
-  jxl-pixbuf-loader           x86_64 1:0.8.2-3.fc39                fedora   61 k
-  libcanberra-gtk3            x86_64 0.30-32.fc39                  fedora   31 k
-  low-memory-monitor          x86_64 2.1-8.fc39                    fedora   34 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
-  rsvg-pixbuf-loader          x86_64 2.57.1-2.fc39                 updates  16 k
-  sdubby                      noarch 1.0-4.fc39                    fedora   18 k
-  tracker-miners              x86_64 3.6.2-1.fc39                  updates 964 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  228 Packages
- 
- Total download size: 127 M
- Installed size: 572 M
- Downloading Packages:
- (1/228): SDL2_ttf-devel-2.20.2-2.fc39.x86_64.rp 263 kB/s |  21 kB     00:00    
- (2/228): SDL2_ttf-2.20.2-2.fc39.x86_64.rpm      517 kB/s |  43 kB     00:00    
- (3/228): abattis-cantarell-vf-fonts-0.301-10.fc  22 MB/s | 121 kB     00:00    
- (4/228): ModemManager-glib-1.20.6-3.fc39.x86_64 3.5 MB/s | 326 kB     00:00    
- (5/228): adwaita-cursor-theme-45.0-1.fc39.noarc  39 MB/s | 678 kB     00:00    
- (6/228): adobe-source-code-pro-fonts-2.042.1.06  24 MB/s | 806 kB     00:00    
- (7/228): adwaita-icon-theme-45.0-1.fc39.noarch.  17 MB/s | 407 kB     00:00    
- (8/228): avahi-glib-0.8-24.fc39.x86_64.rpm      1.4 MB/s |  15 kB     00:00    
- (9/228): avahi-libs-0.8-24.fc39.x86_64.rpm       23 MB/s |  67 kB     00:00    
- (10/228): avif-pixbuf-loader-0.11.1-11.fc39.x86 5.1 MB/s |  16 kB     00:00    
- (11/228): brotli-1.1.0-1.fc39.x86_64.rpm        4.7 MB/s |  20 kB     00:00    
- (12/228): brotli-devel-1.1.0-1.fc39.x86_64.rpm   13 MB/s |  34 kB     00:00    
- (13/228): bzip2-devel-1.0.8-16.fc39.x86_64.rpm   37 MB/s | 214 kB     00:00    
- (14/228): cairo-1.18.0-1.fc39.x86_64.rpm         26 MB/s | 710 kB     00:00    
- (15/228): cairo-devel-1.18.0-1.fc39.x86_64.rpm  7.0 MB/s | 193 kB     00:00    
- (16/228): cairo-gobject-1.18.0-1.fc39.x86_64.rp 777 kB/s |  19 kB     00:00    
- (17/228): cdparanoia-libs-10.2-42.fc39.x86_64.r  13 MB/s |  54 kB     00:00    
- (18/228): cmake-filesystem-3.27.7-1.fc39.x86_64 7.8 MB/s |  19 kB     00:00    
- (19/228): colord-libs-1.4.6-6.fc39.x86_64.rpm    41 MB/s | 233 kB     00:00    
- (20/228): dbus-1.14.10-1.fc39.x86_64.rpm        1.7 MB/s | 8.1 kB     00:00    
- (21/228): dbus-common-1.14.10-1.fc39.noarch.rpm 4.2 MB/s |  15 kB     00:00    
- (22/228): default-fonts-core-sans-4.0-9.fc39.no  12 MB/s |  32 kB     00:00    
- (23/228): dconf-0.40.0-9.fc39.x86_64.rpm         20 MB/s | 109 kB     00:00    
- (24/228): duktape-2.7.0-5.fc39.x86_64.rpm        26 MB/s | 170 kB     00:00    
- (25/228): exempi-2.6.4-2.fc39.x86_64.rpm         42 MB/s | 578 kB     00:00    
- (26/228): exiv2-libs-0.27.6-5.fc39.x86_64.rpm    41 MB/s | 782 kB     00:00    
- (27/228): exiv2-0.27.6-5.fc39.x86_64.rpm         33 MB/s | 981 kB     00:00    
- (28/228): fdk-aac-free-2.0.0-11.fc39.x86_64.rpm  16 MB/s | 336 kB     00:00    
- (29/228): flac-libs-1.4.3-2.fc39.x86_64.rpm      19 MB/s | 264 kB     00:00    
- (30/228): freetype-2.13.1-2.fc39.x86_64.rpm      35 MB/s | 414 kB     00:00    
- (31/228): freetype-devel-2.13.1-2.fc39.x86_64.r  44 MB/s | 950 kB     00:00    
- (32/228): fribidi-1.0.13-2.fc39.x86_64.rpm      4.8 MB/s |  91 kB     00:00    
- (33/228): fuse-common-3.16.1-1.fc39.x86_64.rpm  891 kB/s | 8.3 kB     00:00    
- (34/228): fuse3-3.16.1-1.fc39.x86_64.rpm         25 MB/s |  57 kB     00:00    
- (35/228): fuse3-libs-3.16.1-1.fc39.x86_64.rpm    20 MB/s |  94 kB     00:00    
- (36/228): gdk-pixbuf2-2.42.10-5.fc39.x86_64.rpm  48 MB/s | 484 kB     00:00    
- (37/228): gdk-pixbuf2-modules-2.42.10-5.fc39.x8 8.3 MB/s |  85 kB     00:00    
- (38/228): geoclue2-2.7.0-2.fc39.x86_64.rpm       16 MB/s | 138 kB     00:00    
- (39/228): gettext-0.22-2.fc39.x86_64.rpm         41 MB/s | 1.1 MB     00:00    
- (40/228): gettext-envsubst-0.22-2.fc39.x86_64.r 1.6 MB/s |  36 kB     00:00    
- (41/228): gettext-libs-0.22-2.fc39.x86_64.rpm    13 MB/s | 328 kB     00:00    
- (42/228): gettext-runtime-0.22-2.fc39.x86_64.rp  29 MB/s | 120 kB     00:00    
- (43/228): gobject-introspection-1.78.1-1.fc39.x  31 MB/s | 261 kB     00:00    
- (44/228): graphene-1.10.6-6.fc39.x86_64.rpm     6.8 MB/s |  61 kB     00:00    
- (45/228): graphite2-1.3.14-12.fc39.x86_64.rpm    17 MB/s |  95 kB     00:00    
- (46/228): graphite2-devel-1.3.14-12.fc39.x86_64 5.9 MB/s |  20 kB     00:00    
- (47/228): gsettings-desktop-schemas-45.0-1.fc39  27 MB/s | 737 kB     00:00    
- (48/228): gsm-1.0.22-3.fc39.x86_64.rpm          1.4 MB/s |  35 kB     00:00    
- (49/228): harfbuzz-icu-8.2.1-2.fc39.x86_64.rpm  6.4 MB/s |  17 kB     00:00    
- (50/228): harfbuzz-devel-8.2.1-2.fc39.x86_64.rp  48 MB/s | 450 kB     00:00    
- (51/228): hicolor-icon-theme-0.17-16.fc39.noarc  11 MB/s |  66 kB     00:00    
- (52/228): jbigkit-libs-2.1-26.fc39.x86_64.rpm   4.2 MB/s |  53 kB     00:00    
- (53/228): iso-codes-4.15.0-2.fc39.noarch.rpm     55 MB/s | 3.5 MB     00:00    
- (54/228): json-glib-1.8.0-1.fc39.x86_64.rpm     3.3 MB/s | 166 kB     00:00    
- (55/228): jxl-pixbuf-loader-0.8.2-3.fc39.x86_64  20 MB/s |  61 kB     00:00    
- (56/228): lame-libs-3.100-15.fc39.x86_64.rpm     43 MB/s | 337 kB     00:00    
- (57/228): lcms2-2.15-2.fc39.x86_64.rpm           29 MB/s | 177 kB     00:00    
- (58/228): libXcomposite-0.4.5-10.fc39.x86_64.rp 8.1 MB/s |  23 kB     00:00    
- (59/228): libXcursor-1.2.1-4.fc39.x86_64.rpm    5.7 MB/s |  30 kB     00:00    
- (60/228): libXext-1.3.5-3.fc39.x86_64.rpm        18 MB/s |  39 kB     00:00    
- (61/228): libXdamage-1.1.5-10.fc39.x86_64.rpm   2.1 MB/s |  22 kB     00:00    
- (62/228): libXext-devel-1.3.5-3.fc39.x86_64.rpm  26 MB/s |  85 kB     00:00    
- (63/228): libXfixes-6.0.0-6.fc39.x86_64.rpm      10 MB/s |  19 kB     00:00    
- (64/228): libXi-1.8.1-2.fc39.x86_64.rpm          19 MB/s |  40 kB     00:00    
- (65/228): libXinerama-1.1.5-3.fc39.x86_64.rpm   8.7 MB/s |  14 kB     00:00    
- (66/228): libXrender-0.9.11-3.fc39.x86_64.rpm    15 MB/s |  27 kB     00:00    
- (67/228): libXrender-devel-0.9.11-3.fc39.x86_64  11 MB/s |  19 kB     00:00    
- (68/228): libXtst-1.2.4-3.fc39.x86_64.rpm        11 MB/s |  20 kB     00:00    
- (69/228): libXft-2.3.8-3.fc39.x86_64.rpm        4.7 MB/s |  72 kB     00:00    
- (70/228): libXv-1.0.11-19.fc39.x86_64.rpm       9.4 MB/s |  18 kB     00:00    
- (71/228): libXxf86vm-1.1.5-3.fc39.x86_64.rpm     10 MB/s |  18 kB     00:00    
- (72/228): libavif-0.11.1-11.fc39.x86_64.rpm      30 MB/s |  84 kB     00:00    
- (73/228): libasyncns-0.8-25.fc39.x86_64.rpm     3.7 MB/s |  30 kB     00:00    
- (74/228): libcanberra-0.30-32.fc39.x86_64.rpm    21 MB/s |  85 kB     00:00    
- (75/228): libcanberra-gtk3-0.30-32.fc39.x86_64.  17 MB/s |  31 kB     00:00    
- (76/228): libdatrie-0.2.13-7.fc39.x86_64.rpm     17 MB/s |  32 kB     00:00    
- (77/228): libdav1d-1.2.1-2.fc39.x86_64.rpm       47 MB/s | 618 kB     00:00    
- (78/228): libcue-2.2.1-13.fc39.x86_64.rpm       1.7 MB/s |  34 kB     00:00    
- (79/228): libepoxy-1.5.10-4.fc39.x86_64.rpm      44 MB/s | 234 kB     00:00    
- (80/228): libffi-devel-3.4.4-4.fc39.x86_64.rpm   15 MB/s |  29 kB     00:00    
- (81/228): libgexiv2-0.14.2-1.fc39.x86_64.rpm     31 MB/s |  98 kB     00:00    
- (82/228): libglvnd-1.7.0-1.fc39.x86_64.rpm       17 MB/s | 133 kB     00:00    
- (83/228): libglvnd-core-devel-1.7.0-1.fc39.x86_ 6.2 MB/s |  17 kB     00:00    
- (84/228): libglvnd-devel-1.7.0-1.fc39.x86_64.rp  34 MB/s | 162 kB     00:00    
- (85/228): libglvnd-egl-1.7.0-1.fc39.x86_64.rpm   18 MB/s |  36 kB     00:00    
- (86/228): libglvnd-gles-1.7.0-1.fc39.x86_64.rpm  13 MB/s |  31 kB     00:00    
- (87/228): harfbuzz-8.2.1-2.fc39.x86_64.rpm      4.5 MB/s | 975 kB     00:00    
- (88/228): libglvnd-glx-1.7.0-1.fc39.x86_64.rpm   11 MB/s | 142 kB     00:00    
- (89/228): libglvnd-opengl-1.7.0-1.fc39.x86_64.r  15 MB/s |  42 kB     00:00    
- (90/228): libgudev-238-2.fc39.x86_64.rpm        4.9 MB/s |  35 kB     00:00    
- (91/228): libexif-0.6.24-5.fc39.x86_64.rpm      7.2 MB/s | 461 kB     00:00    
- (92/228): libgrss-0.7.0-17.fc39.x86_64.rpm      3.7 MB/s |  62 kB     00:00    
- (93/228): libgxps-0.3.2-6.fc39.x86_64.rpm       7.5 MB/s |  77 kB     00:00    
- (94/228): libiptcdata-1.0.5-15.fc39.x86_64.rpm  6.5 MB/s |  61 kB     00:00    
- (95/228): libjpeg-turbo-2.1.4-3.fc39.x86_64.rpm  13 MB/s | 183 kB     00:00    
- (96/228): libldac-2.0.2.3-13.fc39.x86_64.rpm     10 MB/s |  41 kB     00:00    
- (97/228): liblerc-4.0.0-4.fc39.x86_64.rpm        16 MB/s | 201 kB     00:00    
- (98/228): libogg-1.3.5-6.fc39.x86_64.rpm        3.4 MB/s |  33 kB     00:00    
- (99/228): libpciaccess-0.16-9.fc39.x86_64.rpm   2.0 MB/s |  26 kB     00:00    
- (100/228): libpng-1.6.37-15.fc39.x86_64.rpm      10 MB/s | 119 kB     00:00    
- (101/228): libicu-devel-73.2-2.fc39.x86_64.rpm   10 MB/s | 924 kB     00:00    
- (102/228): libsbc-2.0-3.fc39.x86_64.rpm          14 MB/s |  47 kB     00:00    
- (103/228): libselinux-devel-3.5-5.fc39.x86_64.r  18 MB/s | 151 kB     00:00    
- (104/228): libpng-devel-1.6.37-15.fc39.x86_64.r 8.4 MB/s | 291 kB     00:00    
- (105/228): libsepol-devel-3.5-2.fc39.x86_64.rpm  10 MB/s |  49 kB     00:00    
- (106/228): libsndfile-1.1.0-9.fc39.x86_64.rpm    13 MB/s | 215 kB     00:00    
- (107/228): libstemmer-2.2.0-7.fc39.x86_64.rpm    19 MB/s | 171 kB     00:00    
- (108/228): libsoup-2.74.3-3.fc39.x86_64.rpm      13 MB/s | 400 kB     00:00    
- (109/228): libtdb-1.4.9-1.fc39.x86_64.rpm       7.5 MB/s |  51 kB     00:00    
- (110/228): libjxl-0.8.2-3.fc39.x86_64.rpm       8.1 MB/s | 1.2 MB     00:00    
- (111/228): libthai-0.1.29-6.fc39.x86_64.rpm     7.6 MB/s | 213 kB     00:00    
- (112/228): libtheora-1.1.1-34.fc39.x86_64.rpm   5.9 MB/s | 166 kB     00:00    
- (113/228): libtiff-4.4.0-8.fc39.x86_64.rpm       16 MB/s | 202 kB     00:00    
- (114/228): libunwind-1.7.0-0.2.rc2.fc39.x86_64.  16 MB/s |  70 kB     00:00    
- (115/228): libvisual-0.4.1-2.fc39.x86_64.rpm     21 MB/s | 151 kB     00:00    
- (116/228): libtracker-sparql-3.6.0-1.fc39.x86_6  19 MB/s | 374 kB     00:00    
- (117/228): libvmaf-2.3.0-6.fc39.x86_64.rpm       16 MB/s | 180 kB     00:00    
- (118/228): libtiff-devel-4.4.0-8.fc39.x86_64.rp  16 MB/s | 545 kB     00:00    
- (119/228): libvorbis-1.3.7-8.fc39.x86_64.rpm     13 MB/s | 195 kB     00:00    
- (120/228): libwayland-client-1.22.0-2.fc39.x86_ 3.6 MB/s |  34 kB     00:00    
- (121/228): libwayland-cursor-1.22.0-2.fc39.x86_ 4.4 MB/s |  19 kB     00:00    
- (122/228): libwayland-egl-1.22.0-2.fc39.x86_64. 7.5 MB/s |  13 kB     00:00    
- (123/228): libwayland-server-1.22.0-2.fc39.x86_  12 MB/s |  42 kB     00:00    
- (124/228): libwebp-devel-1.3.2-2.fc39.x86_64.rp 8.2 MB/s |  38 kB     00:00    
- (125/228): libxshmfence-1.3-13.fc39.x86_64.rpm  7.3 MB/s |  12 kB     00:00    
- (126/228): lm_sensors-libs-3.6.0-14.fc39.x86_64  13 MB/s |  41 kB     00:00    
- (127/228): libwebp-1.3.2-2.fc39.x86_64.rpm       17 MB/s | 284 kB     00:00    
- (128/228): low-memory-monitor-2.1-8.fc39.x86_64 5.6 MB/s |  34 kB     00:00    
- (129/228): libxml2-devel-2.10.4-3.fc39.x86_64.r  19 MB/s | 527 kB     00:00    
- (130/228): opus-1.3.1-13.fc39.x86_64.rpm         14 MB/s | 205 kB     00:00    
- (131/228): mpg123-libs-1.31.3-2.fc39.x86_64.rpm  16 MB/s | 340 kB     00:00    
- (132/228): orc-0.4.33-3.fc39.x86_64.rpm          16 MB/s | 202 kB     00:00    
- (133/228): pango-1.51.0-1.fc39.x86_64.rpm        17 MB/s | 343 kB     00:00    
- (134/228): pcre2-utf16-10.42-1.fc39.2.x86_64.rp  13 MB/s | 212 kB     00:00    
- (135/228): pcre2-devel-10.42-1.fc39.2.x86_64.rp  14 MB/s | 505 kB     00:00    
- (136/228): pcre2-utf32-10.42-1.fc39.2.x86_64.rp 8.5 MB/s | 200 kB     00:00    
- (137/228): pixman-devel-0.42.2-2.fc39.x86_64.rp 5.5 MB/s |  17 kB     00:00    
- (138/228): pixman-0.42.2-2.fc39.x86_64.rpm       11 MB/s | 288 kB     00:00    
- (139/228): poppler-glib-23.08.0-1.fc39.x86_64.r  12 MB/s | 185 kB     00:00    
- (140/228): poppler-23.08.0-1.fc39.x86_64.rpm     17 MB/s | 1.2 MB     00:00    
- (141/228): pulseaudio-libs-16.1-5.fc39.x86_64.r  13 MB/s | 694 kB     00:00    
- (142/228): sdubby-1.0-4.fc39.noarch.rpm         6.1 MB/s |  18 kB     00:00    
- (143/228): shared-mime-info-2.2-4.fc39.x86_64.r  18 MB/s | 380 kB     00:00    
- (144/228): poppler-data-0.4.11-5.fc39.noarch.rp  16 MB/s | 2.0 MB     00:00    
- (145/228): sound-theme-freedesktop-0.8-20.fc39.  11 MB/s | 383 kB     00:00    
- (146/228): totem-pl-parser-3.26.6-7.fc39.x86_64  17 MB/s | 145 kB     00:00    
- (147/228): python3-setuptools-67.7.2-7.fc39.noa  16 MB/s | 1.5 MB     00:00    
- (148/228): uchardet-0.0.8-4.fc39.x86_64.rpm      22 MB/s | 108 kB     00:00    
- (149/228): upower-libs-1.90.2-3.fc39.x86_64.rpm 6.3 MB/s |  58 kB     00:00    
- (150/228): tracker-3.6.0-1.fc39.x86_64.rpm       13 MB/s | 586 kB     00:00    
- (151/228): xml-common-0.6.3-61.fc39.noarch.rpm  4.2 MB/s |  31 kB     00:00    
- (152/228): webrtc-audio-processing-0.3.1-11.fc3  14 MB/s | 307 kB     00:00    
- (153/228): xprop-1.2.5-4.fc39.x86_64.rpm        5.7 MB/s |  35 kB     00:00    
- (154/228): xz-devel-5.4.4-1.fc39.x86_64.rpm      15 MB/s |  66 kB     00:00    
- (155/228): zlib-devel-1.2.13-4.fc39.x86_64.rpm   13 MB/s |  45 kB     00:00    
- (156/228): svt-av1-libs-1.4.1-3.fc39.x86_64.rpm  17 MB/s | 2.0 MB     00:00    
- (157/228): SDL2-devel-2.28.5-1.fc39.x86_64.rpm  2.6 MB/s | 395 kB     00:00    
- (158/228): SDL2-2.28.5-1.fc39.x86_64.rpm        3.6 MB/s | 692 kB     00:00    
- (159/228): SDL2_image-2.8.2-1.fc39.x86_64.rpm   3.8 MB/s | 108 kB     00:00    
- (160/228): NetworkManager-libnm-1.44.2-1.fc39.x 7.9 MB/s | 1.8 MB     00:00    
- (161/228): SDL2_image-devel-2.8.2-1.fc39.x86_64 361 kB/s |  18 kB     00:00    
- (162/228): alsa-lib-1.2.11-2.fc39.x86_64.rpm     14 MB/s | 521 kB     00:00    
- (163/228): at-spi2-atk-2.50.2-1.fc39.x86_64.rpm 2.1 MB/s |  86 kB     00:00    
- (164/228): atk-2.50.2-1.fc39.x86_64.rpm         2.1 MB/s |  81 kB     00:00    
- (165/228): at-spi2-core-2.50.2-1.fc39.x86_64.rp 7.3 MB/s | 371 kB     00:00    
- (166/228): bluez-libs-5.76-1.fc39.x86_64.rpm    4.1 MB/s |  84 kB     00:00    
- (167/228): crypto-policies-scripts-20231204-1.g 5.4 MB/s | 117 kB     00:00    
- (168/228): cups-libs-2.4.8-3.fc39.x86_64.rpm     11 MB/s | 267 kB     00:00    
- (169/228): dbus-broker-36-2.fc39.x86_64.rpm     5.2 MB/s | 176 kB     00:00    
- (170/228): fontconfig-2.14.2-6.fc39.x86_64.rpm   12 MB/s | 296 kB     00:00    
- (171/228): giflib-5.2.2-1.fc39.x86_64.rpm       2.3 MB/s |  52 kB     00:00    
- (172/228): fontconfig-devel-2.14.2-6.fc39.x86_6 4.4 MB/s | 164 kB     00:00    
- (173/228): glib-networking-2.78.1-1.fc39.x86_64 5.8 MB/s | 195 kB     00:00    
- (174/228): google-noto-fonts-common-20240101-1. 899 kB/s |  17 kB     00:00    
- (175/228): glib2-devel-2.78.6-1.fc39.x86_64.rpm  10 MB/s | 594 kB     00:00    
- (176/228): google-noto-sans-vf-fonts-20240101-1  13 MB/s | 593 kB     00:00    
- (177/228): gstreamer1-1.22.12-1.fc39.x86_64.rpm  15 MB/s | 1.4 MB     00:00    
- (178/228): gtk-update-icon-cache-3.24.41-1.fc39 436 kB/s |  34 kB     00:00    
- (179/228): highway-1.1.0-1.fc39.x86_64.rpm      9.9 MB/s | 496 kB     00:00    
- (180/228): gstreamer1-plugins-base-1.22.12-1.fc  11 MB/s | 2.2 MB     00:00    
- (181/228): libXrandr-1.5.4-1.fc39.x86_64.rpm    1.2 MB/s |  27 kB     00:00    
- (182/228): hwdata-0.383-1.fc39.noarch.rpm        13 MB/s | 1.6 MB     00:00    
- (183/228): libblkid-devel-2.39.4-1.fc39.x86_64. 496 kB/s |  18 kB     00:00    
- (184/228): gtk3-3.24.41-1.fc39.x86_64.rpm        18 MB/s | 5.6 MB     00:00    
- (185/228): libaom-3.9.0-1.fc39.x86_64.rpm        12 MB/s | 1.8 MB     00:00    
- (186/228): libcloudproviders-0.3.5-1.fc39.x86_6 553 kB/s |  46 kB     00:00    
- (187/228): libdecor-0.2.2-1.fc39.x86_64.rpm     986 kB/s |  59 kB     00:00    
- (188/228): libdrm-2.4.120-1.fc39.x86_64.rpm     3.3 MB/s | 157 kB     00:00    
- (189/228): libgsf-1.14.51-1.fc39.x86_64.rpm     3.8 MB/s | 297 kB     00:00    
- (190/228): libmount-devel-2.39.4-1.fc39.x86_64. 524 kB/s |  18 kB     00:00    
- (191/228): libgusb-0.4.9-1.fc39.x86_64.rpm      940 kB/s |  65 kB     00:00    
- (192/228): libnotify-0.8.3-1.fc39.x86_64.rpm    1.1 MB/s |  51 kB     00:00    
- (193/228): liblc3-1.0.4-2.fc39.x86_64.rpm       711 kB/s |  80 kB     00:00    
- (194/228): libosinfo-1.11.0-1.fc39.x86_64.rpm   3.9 MB/s | 314 kB     00:00    
- (195/228): libproxy-0.5.5-1.fc39.x86_64.rpm     1.3 MB/s |  48 kB     00:00    
- (196/228): librsvg2-2.57.1-2.fc39.x86_64.rpm     16 MB/s | 1.6 MB     00:00    
- (197/228): libsoup3-3.4.4-1.fc39.x86_64.rpm     5.6 MB/s | 389 kB     00:00    
- (198/228): libusb1-1.0.27-2.fc39.x86_64.rpm     1.1 MB/s |  76 kB     00:00    
- (199/228): libxkbcommon-1.6.0-1.fc39.x86_64.rpm 8.2 MB/s | 142 kB     00:00    
- (200/228): libxslt-1.1.39-1.fc39.x86_64.rpm     5.8 MB/s | 187 kB     00:00    
- (201/228): mesa-filesystem-23.3.6-1.fc39.x86_64 878 kB/s |  19 kB     00:00    
- (202/228): mesa-libEGL-23.3.6-1.fc39.x86_64.rpm 7.2 MB/s | 134 kB     00:00    
- (203/228): mesa-libEGL-devel-23.3.6-1.fc39.x86_ 836 kB/s |  22 kB     00:00    
- (204/228): mesa-libGL-23.3.6-1.fc39.x86_64.rpm  8.7 MB/s | 176 kB     00:00    
- (205/228): mesa-libgbm-23.3.6-1.fc39.x86_64.rpm 2.5 MB/s |  46 kB     00:00    
- (206/228): mesa-libglapi-23.3.6-1.fc39.x86_64.r 2.7 MB/s |  53 kB     00:00    
- (207/228): mesa-va-drivers-23.3.6-1.fc39.x86_64  17 MB/s | 3.9 MB     00:00    
- (208/228): nspr-4.35.0-19.fc39.x86_64.rpm       3.5 MB/s | 137 kB     00:00    
- (209/228): nss-3.99.0-1.fc39.x86_64.rpm         6.9 MB/s | 702 kB     00:00    
- (210/228): nss-softokn-3.99.0-1.fc39.x86_64.rpm 6.5 MB/s | 419 kB     00:00    
- (211/228): nss-softokn-freebl-3.99.0-1.fc39.x86 6.1 MB/s | 381 kB     00:00    
- (212/228): nss-sysinit-3.99.0-1.fc39.x86_64.rpm 845 kB/s |  18 kB     00:00    
- (213/228): nss-util-3.99.0-1.fc39.x86_64.rpm    3.8 MB/s |  87 kB     00:00    
- (214/228): openjpeg2-2.5.2-1.fc39.x86_64.rpm    7.4 MB/s | 178 kB     00:00    
- (215/228): mesa-dri-drivers-23.3.6-1.fc39.x86_6  28 MB/s |  25 MB     00:00    
- (216/228): osinfo-db-20240523-1.fc39.noarch.rpm 2.3 MB/s | 451 kB     00:00    
- (217/228): osinfo-db-tools-1.11.0-1.fc39.x86_64 1.8 MB/s |  73 kB     00:00    
- (218/228): rav1e-libs-0.7.1-2.fc39.x86_64.rpm    16 MB/s | 1.0 MB     00:00    
- (219/228): rsvg-pixbuf-loader-2.57.1-2.fc39.x86 769 kB/s |  16 kB     00:00    
- (220/228): sysprof-capture-devel-45.1-1.fc39.x8 1.6 MB/s |  59 kB     00:00    
- (221/228): systemd-boot-unsigned-254.13-1.fc39. 4.2 MB/s |  94 kB     00:00    
- (222/228): pipewire-libs-1.0.7-1.fc39.x86_64.rp 6.5 MB/s | 1.9 MB     00:00    
- (223/228): tracker-miners-3.6.2-1.fc39.x86_64.r 7.7 MB/s | 964 kB     00:00    
- (224/228): webp-pixbuf-loader-0.2.7-1.fc39.x86_ 881 kB/s |  20 kB     00:00    
- (225/228): xdg-desktop-portal-1.18.2-6.fc39.x86 8.6 MB/s | 483 kB     00:00    
- (226/228): xdg-desktop-portal-gtk-1.15.1-1.fc39 1.7 MB/s | 146 kB     00:00    
- (227/228): xkeyboard-config-2.40-1.fc39.noarch.  12 MB/s | 971 kB     00:00    
- (228/228): llvm-libs-17.0.6-3.fc39.x86_64.rpm   8.5 MB/s |  27 MB     00:03    
- --------------------------------------------------------------------------------
- Total                                            23 MB/s | 127 MB     00:05     
- 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/228 
-   Installing       : libpng-2:1.6.37-15.fc39.x86_64                       2/228 
-   Installing       : nspr-4.35.0-19.fc39.x86_64                           3/228 
-   Installing       : libjpeg-turbo-2.1.4-3.fc39.x86_64                    4/228 
-   Installing       : libXrender-0.9.11-3.fc39.x86_64                      5/228 
-   Installing       : json-glib-1.8.0-1.fc39.x86_64                        6/228 
-   Installing       : zlib-devel-1.2.13-4.fc39.x86_64                      7/228 
-   Installing       : libwayland-client-1.22.0-2.fc39.x86_64               8/228 
-   Installing       : libogg-2:1.3.5-6.fc39.x86_64                         9/228 
-   Installing       : libglvnd-1:1.7.0-1.fc39.x86_64                      10/228 
-   Installing       : libvorbis-1:1.3.7-8.fc39.x86_64                     11/228 
-   Installing       : nss-util-3.99.0-1.fc39.x86_64                       12/228 
-   Installing       : libXi-1.8.1-2.fc39.x86_64                           13/228 
-   Installing       : libwebp-1.3.2-2.fc39.x86_64                         14/228 
-   Installing       : libXfixes-6.0.0-6.fc39.x86_64                       15/228 
-   Installing       : cmake-filesystem-3.27.7-1.fc39.x86_64               16/228 
-   Installing       : avahi-libs-0.8-24.fc39.x86_64                       17/228 
-   Installing       : libwayland-cursor-1.22.0-2.fc39.x86_64              18/228 
-   Installing       : hwdata-0.383-1.fc39.noarch                          19/228 
-   Installing       : alsa-lib-1.2.11-2.fc39.x86_64                       20/228 
-   Installing       : opus-1.3.1-13.fc39.x86_64                           21/228 
-   Installing       : libxshmfence-1.3-13.fc39.x86_64                     22/228 
-   Installing       : lcms2-2.15-2.fc39.x86_64                            23/228 
-   Installing       : libpng-devel-2:1.6.37-15.fc39.x86_64                24/228 
-   Installing       : mesa-filesystem-23.3.6-1.fc39.x86_64                25/228
-  
-   Installing       : llvm-libs-17.0.6-3.fc39.x86_64                      26/228 
-   Installing       : libusb1-1.0.27-2.fc39.x86_64                        27/228 
-   Running scriptlet: xml-common-0.6.3-61.fc39.noarch                     28/228 
-   Installing       : xml-common-0.6.3-61.fc39.noarch                     28/228 
-   Installing       : shared-mime-info-2.2-4.fc39.x86_64                  29/228 
-   Running scriptlet: shared-mime-info-2.2-4.fc39.x86_64                  29/228 
-   Installing       : gdk-pixbuf2-2.42.10-5.fc39.x86_64                   30/228 
-   Installing       : pixman-0.42.2-2.fc39.x86_64                         31/228 
-   Installing       : libwayland-server-1.22.0-2.fc39.x86_64              32/228 
-   Installing       : libwayland-egl-1.22.0-2.fc39.x86_64                 33/228 
-   Installing       : libtdb-1.4.9-1.fc39.x86_64                          34/228 
-   Installing       : graphite2-1.3.14-12.fc39.x86_64                     35/228 
-   Installing       : gettext-libs-0.22-2.fc39.x86_64                     36/228 
-   Installing       : fuse3-libs-3.16.1-1.fc39.x86_64                     37/228 
-   Installing       : fribidi-1.0.13-2.fc39.x86_64                        38/228 
-   Installing       : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch     39/228 
-   Installing       : graphite2-devel-1.3.14-12.fc39.x86_64               40/228 
-   Installing       : pixman-devel-0.42.2-2.fc39.x86_64                   41/228 
-   Installing       : gtk-update-icon-cache-3.24.41-1.fc39.x86_64         42/228 
-   Installing       : libgsf-1.14.51-1.fc39.x86_64                        43/228 
-   Installing       : libnotify-0.8.3-1.fc39.x86_64                       44/228 
-   Installing       : webp-pixbuf-loader-0.2.7-1.fc39.x86_64              45/228 
-   Installing       : iso-codes-4.15.0-2.fc39.noarch                      46/228 
-   Installing       : libgusb-0.4.9-1.fc39.x86_64                         47/228 
-   Installing       : colord-libs-1.4.6-6.fc39.x86_64                     48/228 
-   Installing       : libpciaccess-0.16-9.fc39.x86_64                     49/228 
-   Installing       : libdrm-2.4.120-1.fc39.x86_64                        50/228 
-   Installing       : mesa-va-drivers-23.3.6-1.fc39.x86_64                51/228 
-   Installing       : osinfo-db-20240523-1.fc39.noarch                    52/228 
-   Installing       : avahi-glib-0.8-24.fc39.x86_64                       53/228 
-   Installing       : cups-libs-1:2.4.8-3.fc39.x86_64                     54/228 
-   Installing       : libwebp-devel-1.3.2-2.fc39.x86_64                   55/228 
-   Installing       : libXcursor-1.2.1-4.fc39.x86_64                      56/228 
-   Installing       : libXdamage-1.1.5-10.fc39.x86_64                     57/228 
-   Installing       : libXtst-1.2.4-3.fc39.x86_64                         58/228 
-   Installing       : nss-softokn-freebl-3.99.0-1.fc39.x86_64             59/228 
-   Installing       : nss-softokn-3.99.0-1.fc39.x86_64                    60/228 
-   Installing       : libglvnd-opengl-1:1.7.0-1.fc39.x86_64               61/228 
-   Installing       : flac-libs-1.4.3-2.fc39.x86_64                       62/228 
-   Installing       : libtheora-1:1.1.1-34.fc39.x86_64                    63/228 
-   Installing       : libXrender-devel-0.9.11-3.fc39.x86_64               64/228 
-   Installing       : libXrandr-1.5.4-1.fc39.x86_64                       65/228 
-   Installing       : libXext-devel-1.3.5-3.fc39.x86_64                   66/228 
-   Installing       : libXinerama-1.1.5-3.fc39.x86_64                     67/228 
-   Installing       : libXv-1.0.11-19.fc39.x86_64                         68/228 
-   Installing       : libXxf86vm-1.1.5-3.fc39.x86_64                      69/228 
-   Installing       : exiv2-libs-0.27.6-5.fc39.x86_64                     70/228 
-   Installing       : exiv2-0.27.6-5.fc39.x86_64                          71/228 
-   Installing       : libgexiv2-0.14.2-1.fc39.x86_64                      72/228 
-   Installing       : xkeyboard-config-2.40-1.fc39.noarch                 73/228 
-   Installing       : libxkbcommon-1.6.0-1.fc39.x86_64                    74/228 
-   Installing       : systemd-boot-unsigned-254.13-1.fc39.x86_64          75/228 
-   Installing       : sdubby-1.0-4.fc39.noarch                            76/228 
-   Running scriptlet: sdubby-1.0-4.fc39.noarch                            76/228 
-   Installing       : crypto-policies-scripts-20231204-1.git1e3a2e4.fc    77/228 
-   Installing       : nss-sysinit-3.99.0-1.fc39.x86_64                    78/228 
-   Installing       : nss-3.99.0-1.fc39.x86_64                            79/228 
-   Running scriptlet: nss-3.99.0-1.fc39.x86_64                            79/228 
-   Installing       : sysprof-capture-devel-45.1-1.fc39.x86_64            80/228
-  
-   Installing       : rav1e-libs-0.7.1-2.fc39.x86_64                      81/228 
-   Installing       : openjpeg2-2.5.2-1.fc39.x86_64                       82/228 
-   Installing       : libxslt-1.1.39-1.fc39.x86_64                        83/228 
-   Installing       : liblc3-1.0.4-2.fc39.x86_64                          84/228 
-   Installing       : libcloudproviders-0.3.5-1.fc39.x86_64               85/228 
-   Installing       : libblkid-devel-2.39.4-1.fc39.x86_64                 86/228 
-   Installing       : highway-1.1.0-1.fc39.x86_64                         87/228 
-   Installing       : libjxl-1:0.8.2-3.fc39.x86_64                        88/228 
-   Installing       : jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64             89/228 
-   Installing       : google-noto-fonts-common-20240101-1.fc39.noarch     90/228 
-   Installing       : google-noto-sans-vf-fonts-20240101-1.fc39.noarch    91/228 
-   Installing       : default-fonts-core-sans-4.0-9.fc39.noarch           92/228 
-   Installing       : cairo-1.18.0-1.fc39.x86_64                          93/228 
-   Installing       : harfbuzz-8.2.1-2.fc39.x86_64                        94/228 
-   Installing       : freetype-2.13.1-2.fc39.x86_64                       95/228 
-   Installing       : fontconfig-2.14.2-6.fc39.x86_64                     96/228 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                     96/228
-  
-   Installing       : cairo-gobject-1.18.0-1.fc39.x86_64                  97/228 
-   Installing       : libXft-2.3.8-3.fc39.x86_64                          98/228 
-   Installing       : harfbuzz-icu-8.2.1-2.fc39.x86_64                    99/228 
-   Installing       : giflib-5.2.2-1.fc39.x86_64                         100/228 
-   Installing       : bluez-libs-5.76-1.fc39.x86_64                      101/228 
-   Installing       : NetworkManager-libnm-1:1.44.2-1.fc39.x86_64        102/228 
-   Installing       : xz-devel-5.4.4-1.fc39.x86_64                       103/228 
-   Installing       : libxml2-devel-2.10.4-3.fc39.x86_64                 104/228 
-   Installing       : xprop-1.2.5-4.fc39.x86_64                          105/228 
-   Installing       : webrtc-audio-processing-0.3.1-11.fc39.x86_64       106/228 
-   Installing       : uchardet-0.0.8-4.fc39.x86_64                       107/228 
-   Installing       : totem-pl-parser-3.26.6-7.fc39.x86_64               108/228 
-   Installing       : svt-av1-libs-1.4.1-3.fc39.x86_64                   109/228 
-   Installing       : sound-theme-freedesktop-0.8-20.fc39.noarch         110/228 
-   Running scriptlet: sound-theme-freedesktop-0.8-20.fc39.noarch         110/228 
-   Installing       : python3-setuptools-67.7.2-7.fc39.noarch            111/228 
-   Installing       : poppler-data-0.4.11-5.fc39.noarch                  112/228 
-   Installing       : pcre2-utf32-10.42-1.fc39.2.x86_64                  113/228 
-   Installing       : pcre2-utf16-10.42-1.fc39.2.x86_64                  114/228 
-   Installing       : pcre2-devel-10.42-1.fc39.2.x86_64                  115/228 
-   Installing       : orc-0.4.33-3.fc39.x86_64                           116/228 
-   Installing       : mpg123-libs-1.31.3-2.fc39.x86_64                   117/228 
-   Installing       : low-memory-monitor-2.1-8.fc39.x86_64               118/228 
-   Running scriptlet: low-memory-monitor-2.1-8.fc39.x86_64               118/228 
-   Installing       : lm_sensors-libs-3.6.0-14.fc39.x86_64               119/228 
-   Installing       : mesa-libglapi-23.3.6-1.fc39.x86_64                 120/228
-  
-   Installing       : mesa-dri-drivers-23.3.6-1.fc39.x86_64              121/228 
-   Installing       : mesa-libgbm-23.3.6-1.fc39.x86_64                   122/228 
-   Installing       : mesa-libEGL-23.3.6-1.fc39.x86_64                   123/228 
-   Installing       : libglvnd-egl-1:1.7.0-1.fc39.x86_64                 124/228 
-   Installing       : libglvnd-gles-1:1.7.0-1.fc39.x86_64                125/228 
-   Installing       : libglvnd-glx-1:1.7.0-1.fc39.x86_64                 126/228 
-   Installing       : mesa-libGL-23.3.6-1.fc39.x86_64                    127/228 
-   Installing       : libvmaf-2.3.0-6.fc39.x86_64                        128/228 
-   Installing       : libaom-3.9.0-1.fc39.x86_64                         129/228 
-   Installing       : libvisual-1:0.4.1-2.fc39.x86_64                    130/228 
-   Installing       : libunwind-1.7.0-0.2.rc2.fc39.x86_64                131/228 
-   Installing       : gstreamer1-1.22.12-1.fc39.x86_64                   132/228 
-   Installing       : libstemmer-2.2.0-7.fc39.x86_64                     133/228 
-   Installing       : libsepol-devel-3.5-2.fc39.x86_64                   134/228 
-   Installing       : libselinux-devel-3.5-5.fc39.x86_64                 135/228 
-   Installing       : libmount-devel-2.39.4-1.fc39.x86_64                136/228 
-   Installing       : libsbc-2.0-3.fc39.x86_64                           137/228 
-   Installing       : liblerc-4.0.0-4.fc39.x86_64                        138/228 
-   Installing       : libldac-2.0.2.3-13.fc39.x86_64                     139/228 
-   Installing       : libiptcdata-1.0.5-15.fc39.x86_64                   140/228 
-   Installing       : libicu-devel-73.2-2.fc39.x86_64                    141/228 
-   Installing       : libgudev-238-2.fc39.x86_64                         142/228 
-   Installing       : libglvnd-core-devel-1:1.7.0-1.fc39.x86_64          143/228
-  
-   Installing       : libglvnd-devel-1:1.7.0-1.fc39.x86_64               144/228 
-   Installing       : mesa-libEGL-devel-23.3.6-1.fc39.x86_64             145/228 
-   Installing       : libffi-devel-3.4.4-4.fc39.x86_64                   146/228 
-   Installing       : glib2-devel-2.78.6-1.fc39.x86_64                   147/228 
-   Installing       : libexif-0.6.24-5.fc39.x86_64                       148/228 
-   Installing       : libepoxy-1.5.10-4.fc39.x86_64                      149/228 
-   Installing       : libdav1d-1.2.1-2.fc39.x86_64                       150/228 
-   Installing       : libavif-0.11.1-11.fc39.x86_64                      151/228 
-   Installing       : avif-pixbuf-loader-0.11.1-11.fc39.x86_64           152/228 
-   Installing       : libdatrie-0.2.13-7.fc39.x86_64                     153/228 
-   Installing       : libthai-0.1.29-6.fc39.x86_64                       154/228 
-   Installing       : pango-1.51.0-1.fc39.x86_64                         155/228 
-   Installing       : librsvg2-2.57.1-2.fc39.x86_64                      156/228 
-   Installing       : rsvg-pixbuf-loader-2.57.1-2.fc39.x86_64            157/228 
-   Installing       : libcue-2.2.1-13.fc39.x86_64                        158/228 
-   Installing       : libasyncns-0.8-25.fc39.x86_64                      159/228 
-   Installing       : libXcomposite-0.4.5-10.fc39.x86_64                 160/228 
-   Installing       : lame-libs-3.100-15.fc39.x86_64                     161/228 
-   Installing       : jbigkit-libs-2.1-26.fc39.x86_64                    162/228 
-   Installing       : libtiff-4.4.0-8.fc39.x86_64                        163/228 
-   Installing       : gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64          164/228 
-   Installing       : libgxps-0.3.2-6.fc39.x86_64                        165/228 
-   Installing       : libtiff-devel-4.4.0-8.fc39.x86_64                  166/228 
-   Installing       : poppler-23.08.0-1.fc39.x86_64                      167/228 
-   Installing       : poppler-glib-23.08.0-1.fc39.x86_64                 168/228 
-   Installing       : hicolor-icon-theme-0.17-16.fc39.noarch             169/228 
-   Installing       : gsm-1.0.22-3.fc39.x86_64                           170/228 
-   Installing       : libsndfile-1.1.0-9.fc39.x86_64                     171/228 
-   Installing       : pulseaudio-libs-16.1-5.fc39.x86_64                 172/228 
-   Installing       : libcanberra-0.30-32.fc39.x86_64                    173/228 
-   Running scriptlet: libcanberra-0.30-32.fc39.x86_64                    173/228 
-   Installing       : graphene-1.10.6-6.fc39.x86_64                      174/228 
-   Installing       : gobject-introspection-1.78.1-1.fc39.x86_64         175/228 
-   Installing       : upower-libs-1.90.2-3.fc39.x86_64                   176/228 
-   Installing       : gettext-envsubst-0.22-2.fc39.x86_64                177/228 
-   Installing       : gettext-runtime-0.22-2.fc39.x86_64                 178/228 
-   Installing       : gettext-0.22-2.fc39.x86_64                         179/228 
-   Installing       : fuse-common-3.16.1-1.fc39.x86_64                   180/228 
-   Installing       : fuse3-3.16.1-1.fc39.x86_64                         181/228 
-   Installing       : fdk-aac-free-2.0.0-11.fc39.x86_64                  182/228 
-   Installing       : pipewire-libs-1.0.7-1.fc39.x86_64                  183/228 
-   Installing       : exempi-2.6.4-2.fc39.x86_64                         184/228 
-   Installing       : duktape-2.7.0-5.fc39.x86_64                        185/228 
-   Installing       : libproxy-0.5.5-1.fc39.x86_64                       186/228 
-   Installing       : dbus-common-1:1.14.10-1.fc39.noarch                187/228 
-   Running scriptlet: dbus-common-1:1.14.10-1.fc39.noarch                187/228 
-   Running scriptlet: dbus-broker-36-2.fc39.x86_64                       188/228 
-   Installing       : dbus-broker-36-2.fc39.x86_64                       188/228 
-   Running scriptlet: dbus-broker-36-2.fc39.x86_64                       188/228 
-   Installing       : dbus-1:1.14.10-1.fc39.x86_64                       189/228 
-   Installing       : at-spi2-core-2.50.2-1.fc39.x86_64                  190/228 
-   Installing       : atk-2.50.2-1.fc39.x86_64                           191/228 
-   Installing       : at-spi2-atk-2.50.2-1.fc39.x86_64                   192/228 
-   Installing       : dconf-0.40.0-9.fc39.x86_64                         193/228 
-   Running scriptlet: dconf-0.40.0-9.fc39.x86_64                         193/228 
-   Installing       : cdparanoia-libs-10.2-42.fc39.x86_64                194/228 
-   Installing       : gstreamer1-plugins-base-1.22.12-1.fc39.x86_64      195/228 
-   Installing       : bzip2-devel-1.0.8-16.fc39.x86_64                   196/228 
-   Installing       : brotli-1.1.0-1.fc39.x86_64                         197/228 
-   Installing       : brotli-devel-1.1.0-1.fc39.x86_64                   198/228
-  
-   Installing       : freetype-devel-2.13.1-2.fc39.x86_64                199/228 
-   Installing       : harfbuzz-devel-8.2.1-2.fc39.x86_64                 200/228 
-   Installing       : fontconfig-devel-2.14.2-6.fc39.x86_64              201/228 
-   Installing       : adwaita-cursor-theme-45.0-1.fc39.noarch            202/228 
-   Installing       : adwaita-icon-theme-45.0-1.fc39.noarch              203/228 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.   204/228 
-   Installing       : gsettings-desktop-schemas-45.0-1.fc39.x86_64       205/228 
-   Installing       : glib-networking-2.78.1-1.fc39.x86_64               206/228 
-   Installing       : libsoup3-3.4.4-1.fc39.x86_64                       207/228 
-   Installing       : osinfo-db-tools-1.11.0-1.fc39.x86_64               208/228 
-   Installing       : libosinfo-1.11.0-1.fc39.x86_64                     209/228 
-   Installing       : libsoup-2.74.3-3.fc39.x86_64                       210/228 
-   Installing       : libgrss-0.7.0-17.fc39.x86_64                       211/228 
-   Installing       : libtracker-sparql-3.6.0-1.fc39.x86_64              212/228 
-   Installing       : tracker-3.6.0-1.fc39.x86_64                        213/228 
-   Running scriptlet: tracker-3.6.0-1.fc39.x86_64                        213/228 
-   Installing       : tracker-miners-3.6.2-1.fc39.x86_64                 214/228 
-   Running scriptlet: tracker-miners-3.6.2-1.fc39.x86_64                 214/228 
-   Installing       : ModemManager-glib-1.20.6-3.fc39.x86_64             215/228 
-   Running scriptlet: geoclue2-2.7.0-2.fc39.x86_64                       216/228 
-   Installing       : geoclue2-2.7.0-2.fc39.x86_64                       216/228 
-   Running scriptlet: geoclue2-2.7.0-2.fc39.x86_64                       216/228 
-   Installing       : xdg-desktop-portal-1.18.2-6.fc39.x86_64            217/228 
-   Running scriptlet: xdg-desktop-portal-1.18.2-6.fc39.x86_64            217/228 
-   Installing       : libcanberra-gtk3-0.30-32.fc39.x86_64               218/228 
-   Installing       : gtk3-3.24.41-1.fc39.x86_64                         219/228 
-   Installing       : xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        220/228 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        220/228 
-   Installing       : libdecor-0.2.2-1.fc39.x86_64                       221/228 
-   Installing       : SDL2-2.28.5-1.fc39.x86_64                          222/228 
-   Installing       : SDL2-devel-2.28.5-1.fc39.x86_64                    223/228 
-   Installing       : SDL2_ttf-2.20.2-2.fc39.x86_64                      224/228 
-   Installing       : SDL2_image-2.8.2-1.fc39.x86_64                     225/228 
-   Installing       : SDL2_image-devel-2.8.2-1.fc39.x86_64               226/228 
-   Installing       : SDL2_ttf-devel-2.20.2-2.fc39.x86_64                227/228 
-   Installing       : cairo-devel-1.18.0-1.fc39.x86_64                   228/228 
-   Running scriptlet: crypto-policies-scripts-20231204-1.git1e3a2e4.fc   228/228
-  
-   Running scriptlet: nss-3.99.0-1.fc39.x86_64                           228/228 
-   Running scriptlet: fontconfig-2.14.2-6.fc39.x86_64                    228/228 
-   Running scriptlet: dconf-0.40.0-9.fc39.x86_64                         228/228 
-   Running scriptlet: cairo-devel-1.18.0-1.fc39.x86_64                   228/228
-  
-   Verifying        : ModemManager-glib-1.20.6-3.fc39.x86_64               1/228 
-   Verifying        : SDL2_ttf-2.20.2-2.fc39.x86_64                        2/228 
-   Verifying        : SDL2_ttf-devel-2.20.2-2.fc39.x86_64                  3/228 
-   Verifying        : abattis-cantarell-vf-fonts-0.301-10.fc39.noarch      4/228 
-   Verifying        : adobe-source-code-pro-fonts-2.042.1.062.1.026-2.     5/228 
-   Verifying        : adwaita-cursor-theme-45.0-1.fc39.noarch              6/228 
-   Verifying        : adwaita-icon-theme-45.0-1.fc39.noarch                7/228 
-   Verifying        : avahi-glib-0.8-24.fc39.x86_64                        8/228 
-   Verifying        : avahi-libs-0.8-24.fc39.x86_64                        9/228 
-   Verifying        : avif-pixbuf-loader-0.11.1-11.fc39.x86_64            10/228 
-   Verifying        : brotli-1.1.0-1.fc39.x86_64                          11/228 
-   Verifying        : brotli-devel-1.1.0-1.fc39.x86_64                    12/228 
-   Verifying        : bzip2-devel-1.0.8-16.fc39.x86_64                    13/228 
-   Verifying        : cairo-1.18.0-1.fc39.x86_64                          14/228 
-   Verifying        : cairo-devel-1.18.0-1.fc39.x86_64                    15/228 
-   Verifying        : cairo-gobject-1.18.0-1.fc39.x86_64                  16/228 
-   Verifying        : cdparanoia-libs-10.2-42.fc39.x86_64                 17/228 
-   Verifying        : cmake-filesystem-3.27.7-1.fc39.x86_64               18/228 
-   Verifying        : colord-libs-1.4.6-6.fc39.x86_64                     19/228 
-   Verifying        : dbus-1:1.14.10-1.fc39.x86_64                        20/228 
-   Verifying        : dbus-common-1:1.14.10-1.fc39.noarch                 21/228 
-   Verifying        : dconf-0.40.0-9.fc39.x86_64                          22/228 
-   Verifying        : default-fonts-core-sans-4.0-9.fc39.noarch           23/228 
-   Verifying        : duktape-2.7.0-5.fc39.x86_64                         24/228 
-   Verifying        : exempi-2.6.4-2.fc39.x86_64                          25/228 
-   Verifying        : exiv2-0.27.6-5.fc39.x86_64                          26/228 
-   Verifying        : exiv2-libs-0.27.6-5.fc39.x86_64                     27/228 
-   Verifying        : fdk-aac-free-2.0.0-11.fc39.x86_64                   28/228 
-   Verifying        : flac-libs-1.4.3-2.fc39.x86_64                       29/228 
-   Verifying        : freetype-2.13.1-2.fc39.x86_64                       30/228 
-   Verifying        : freetype-devel-2.13.1-2.fc39.x86_64                 31/228 
-   Verifying        : fribidi-1.0.13-2.fc39.x86_64                        32/228 
-   Verifying        : fuse-common-3.16.1-1.fc39.x86_64                    33/228 
-   Verifying        : fuse3-3.16.1-1.fc39.x86_64                          34/228 
-   Verifying        : fuse3-libs-3.16.1-1.fc39.x86_64                     35/228 
-   Verifying        : gdk-pixbuf2-2.42.10-5.fc39.x86_64                   36/228 
-   Verifying        : gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64           37/228 
-   Verifying        : geoclue2-2.7.0-2.fc39.x86_64                        38/228 
-   Verifying        : gettext-0.22-2.fc39.x86_64                          39/228 
-   Verifying        : gettext-envsubst-0.22-2.fc39.x86_64                 40/228 
-   Verifying        : gettext-libs-0.22-2.fc39.x86_64                     41/228 
-   Verifying        : gettext-runtime-0.22-2.fc39.x86_64                  42/228 
-   Verifying        : gobject-introspection-1.78.1-1.fc39.x86_64          43/228 
-   Verifying        : graphene-1.10.6-6.fc39.x86_64                       44/228 
-   Verifying        : graphite2-1.3.14-12.fc39.x86_64                     45/228 
-   Verifying        : graphite2-devel-1.3.14-12.fc39.x86_64               46/228 
-   Verifying        : gsettings-desktop-schemas-45.0-1.fc39.x86_64        47/228 
-   Verifying        : gsm-1.0.22-3.fc39.x86_64                            48/228 
-   Verifying        : harfbuzz-8.2.1-2.fc39.x86_64                        49/228 
-   Verifying        : harfbuzz-devel-8.2.1-2.fc39.x86_64                  50/228 
-   Verifying        : harfbuzz-icu-8.2.1-2.fc39.x86_64                    51/228 
-   Verifying        : hicolor-icon-theme-0.17-16.fc39.noarch              52/228 
-   Verifying        : iso-codes-4.15.0-2.fc39.noarch                      53/228 
-   Verifying        : jbigkit-libs-2.1-26.fc39.x86_64                     54/228 
-   Verifying        : json-glib-1.8.0-1.fc39.x86_64                       55/228 
-   Verifying        : jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64             56/228 
-   Verifying        : lame-libs-3.100-15.fc39.x86_64                      57/228 
-   Verifying        : lcms2-2.15-2.fc39.x86_64                            58/228 
-   Verifying        : libXcomposite-0.4.5-10.fc39.x86_64                  59/228 
-   Verifying        : libXcursor-1.2.1-4.fc39.x86_64                      60/228 
-   Verifying        : libXdamage-1.1.5-10.fc39.x86_64                     61/228 
-   Verifying        : libXext-1.3.5-3.fc39.x86_64                         62/228 
-   Verifying        : libXext-devel-1.3.5-3.fc39.x86_64                   63/228 
-   Verifying        : libXfixes-6.0.0-6.fc39.x86_64                       64/228 
-   Verifying        : libXft-2.3.8-3.fc39.x86_64                          65/228 
-   Verifying        : libXi-1.8.1-2.fc39.x86_64                           66/228 
-   Verifying        : libXinerama-1.1.5-3.fc39.x86_64                     67/228 
-   Verifying        : libXrender-0.9.11-3.fc39.x86_64                     68/228 
-   Verifying        : libXrender-devel-0.9.11-3.fc39.x86_64               69/228 
-   Verifying        : libXtst-1.2.4-3.fc39.x86_64                         70/228 
-   Verifying        : libXv-1.0.11-19.fc39.x86_64                         71/228 
-   Verifying        : libXxf86vm-1.1.5-3.fc39.x86_64                      72/228 
-   Verifying        : libasyncns-0.8-25.fc39.x86_64                       73/228 
-   Verifying        : libavif-0.11.1-11.fc39.x86_64                       74/228 
-   Verifying        : libcanberra-0.30-32.fc39.x86_64                     75/228 
-   Verifying        : libcanberra-gtk3-0.30-32.fc39.x86_64                76/228 
-   Verifying        : libcue-2.2.1-13.fc39.x86_64                         77/228 
-   Verifying        : libdatrie-0.2.13-7.fc39.x86_64                      78/228 
-   Verifying        : libdav1d-1.2.1-2.fc39.x86_64                        79/228 
-   Verifying        : libepoxy-1.5.10-4.fc39.x86_64                       80/228 
-   Verifying        : libexif-0.6.24-5.fc39.x86_64                        81/228 
-   Verifying        : libffi-devel-3.4.4-4.fc39.x86_64                    82/228 
-   Verifying        : libgexiv2-0.14.2-1.fc39.x86_64                      83/228 
-   Verifying        : libglvnd-1:1.7.0-1.fc39.x86_64                      84/228 
-   Verifying        : libglvnd-core-devel-1:1.7.0-1.fc39.x86_64           85/228 
-   Verifying        : libglvnd-devel-1:1.7.0-1.fc39.x86_64                86/228 
-   Verifying        : libglvnd-egl-1:1.7.0-1.fc39.x86_64                  87/228 
-   Verifying        : libglvnd-gles-1:1.7.0-1.fc39.x86_64                 88/228 
-   Verifying        : libglvnd-glx-1:1.7.0-1.fc39.x86_64                  89/228 
-   Verifying        : libglvnd-opengl-1:1.7.0-1.fc39.x86_64               90/228 
-   Verifying        : libgrss-0.7.0-17.fc39.x86_64                        91/228 
-   Verifying        : libgudev-238-2.fc39.x86_64                          92/228 
-   Verifying        : libgxps-0.3.2-6.fc39.x86_64                         93/228 
-   Verifying        : libicu-devel-73.2-2.fc39.x86_64                     94/228 
-   Verifying        : libiptcdata-1.0.5-15.fc39.x86_64                    95/228 
-   Verifying        : libjpeg-turbo-2.1.4-3.fc39.x86_64                   96/228 
-   Verifying        : libjxl-1:0.8.2-3.fc39.x86_64                        97/228 
-   Verifying        : libldac-2.0.2.3-13.fc39.x86_64                      98/228 
-   Verifying        : liblerc-4.0.0-4.fc39.x86_64                         99/228 
-   Verifying        : libogg-2:1.3.5-6.fc39.x86_64                       100/228 
-   Verifying        : libpciaccess-0.16-9.fc39.x86_64                    101/228 
-   Verifying        : libpng-2:1.6.37-15.fc39.x86_64                     102/228 
-   Verifying        : libpng-devel-2:1.6.37-15.fc39.x86_64               103/228 
-   Verifying        : libsbc-2.0-3.fc39.x86_64                           104/228 
-   Verifying        : libselinux-devel-3.5-5.fc39.x86_64                 105/228 
-   Verifying        : libsepol-devel-3.5-2.fc39.x86_64                   106/228 
-   Verifying        : libsndfile-1.1.0-9.fc39.x86_64                     107/228 
-   Verifying        : libsoup-2.74.3-3.fc39.x86_64                       108/228 
-   Verifying        : libstemmer-2.2.0-7.fc39.x86_64                     109/228 
-   Verifying        : libtdb-1.4.9-1.fc39.x86_64                         110/228 
-   Verifying        : libthai-0.1.29-6.fc39.x86_64                       111/228 
-   Verifying        : libtheora-1:1.1.1-34.fc39.x86_64                   112/228 
-   Verifying        : libtiff-4.4.0-8.fc39.x86_64                        113/228 
-   Verifying        : libtiff-devel-4.4.0-8.fc39.x86_64                  114/228 
-   Verifying        : libtracker-sparql-3.6.0-1.fc39.x86_64              115/228 
-   Verifying        : libunwind-1.7.0-0.2.rc2.fc39.x86_64                116/228 
-   Verifying        : libvisual-1:0.4.1-2.fc39.x86_64                    117/228 
-   Verifying        : libvmaf-2.3.0-6.fc39.x86_64                        118/228 
-   Verifying        : libvorbis-1:1.3.7-8.fc39.x86_64                    119/228 
-   Verifying        : libwayland-client-1.22.0-2.fc39.x86_64             120/228 
-   Verifying        : libwayland-cursor-1.22.0-2.fc39.x86_64             121/228 
-   Verifying        : libwayland-egl-1.22.0-2.fc39.x86_64                122/228 
-   Verifying        : libwayland-server-1.22.0-2.fc39.x86_64             123/228 
-   Verifying        : libwebp-1.3.2-2.fc39.x86_64                        124/228 
-   Verifying        : libwebp-devel-1.3.2-2.fc39.x86_64                  125/228 
-   Verifying        : libxml2-devel-2.10.4-3.fc39.x86_64                 126/228 
-   Verifying        : libxshmfence-1.3-13.fc39.x86_64                    127/228 
-   Verifying        : lm_sensors-libs-3.6.0-14.fc39.x86_64               128/228 
-   Verifying        : low-memory-monitor-2.1-8.fc39.x86_64               129/228 
-   Verifying        : mpg123-libs-1.31.3-2.fc39.x86_64                   130/228 
-   Verifying        : opus-1.3.1-13.fc39.x86_64                          131/228 
-   Verifying        : orc-0.4.33-3.fc39.x86_64                           132/228 
-   Verifying        : pango-1.51.0-1.fc39.x86_64                         133/228 
-   Verifying        : pcre2-devel-10.42-1.fc39.2.x86_64                  134/228 
-   Verifying        : pcre2-utf16-10.42-1.fc39.2.x86_64                  135/228 
-   Verifying        : pcre2-utf32-10.42-1.fc39.2.x86_64                  136/228 
-   Verifying        : pixman-0.42.2-2.fc39.x86_64                        137/228 
-   Verifying        : pixman-devel-0.42.2-2.fc39.x86_64                  138/228 
-   Verifying        : poppler-23.08.0-1.fc39.x86_64                      139/228 
-   Verifying        : poppler-data-0.4.11-5.fc39.noarch                  140/228 
-   Verifying        : poppler-glib-23.08.0-1.fc39.x86_64                 141/228 
-   Verifying        : pulseaudio-libs-16.1-5.fc39.x86_64                 142/228 
-   Verifying        : python3-setuptools-67.7.2-7.fc39.noarch            143/228 
-   Verifying        : sdubby-1.0-4.fc39.noarch                           144/228 
-   Verifying        : shared-mime-info-2.2-4.fc39.x86_64                 145/228 
-   Verifying        : sound-theme-freedesktop-0.8-20.fc39.noarch         146/228 
-   Verifying        : svt-av1-libs-1.4.1-3.fc39.x86_64                   147/228 
-   Verifying        : totem-pl-parser-3.26.6-7.fc39.x86_64               148/228 
-   Verifying        : tracker-3.6.0-1.fc39.x86_64                        149/228 
-   Verifying        : uchardet-0.0.8-4.fc39.x86_64                       150/228 
-   Verifying        : upower-libs-1.90.2-3.fc39.x86_64                   151/228 
-   Verifying        : webrtc-audio-processing-0.3.1-11.fc39.x86_64       152/228 
-   Verifying        : xml-common-0.6.3-61.fc39.noarch                    153/228 
-   Verifying        : xprop-1.2.5-4.fc39.x86_64                          154/228 
-   Verifying        : xz-devel-5.4.4-1.fc39.x86_64                       155/228 
-   Verifying        : zlib-devel-1.2.13-4.fc39.x86_64                    156/228 
-   Verifying        : NetworkManager-libnm-1:1.44.2-1.fc39.x86_64        157/228 
-   Verifying        : SDL2-2.28.5-1.fc39.x86_64                          158/228 
-   Verifying        : SDL2-devel-2.28.5-1.fc39.x86_64                    159/228 
-   Verifying        : SDL2_image-2.8.2-1.fc39.x86_64                     160/228 
-   Verifying        : SDL2_image-devel-2.8.2-1.fc39.x86_64               161/228 
-   Verifying        : alsa-lib-1.2.11-2.fc39.x86_64                      162/228 
-   Verifying        : at-spi2-atk-2.50.2-1.fc39.x86_64                   163/228 
-   Verifying        : at-spi2-core-2.50.2-1.fc39.x86_64                  164/228 
-   Verifying        : atk-2.50.2-1.fc39.x86_64                           165/228 
-   Verifying        : bluez-libs-5.76-1.fc39.x86_64                      166/228 
-   Verifying        : crypto-policies-scripts-20231204-1.git1e3a2e4.fc   167/228 
-   Verifying        : cups-libs-1:2.4.8-3.fc39.x86_64                    168/228 
-   Verifying        : dbus-broker-36-2.fc39.x86_64                       169/228 
-   Verifying        : fontconfig-2.14.2-6.fc39.x86_64                    170/228 
-   Verifying        : fontconfig-devel-2.14.2-6.fc39.x86_64              171/228 
-   Verifying        : giflib-5.2.2-1.fc39.x86_64                         172/228 
-   Verifying        : glib-networking-2.78.1-1.fc39.x86_64               173/228 
-   Verifying        : glib2-devel-2.78.6-1.fc39.x86_64                   174/228 
-   Verifying        : google-noto-fonts-common-20240101-1.fc39.noarch    175/228 
-   Verifying        : google-noto-sans-vf-fonts-20240101-1.fc39.noarch   176/228 
-   Verifying        : gstreamer1-1.22.12-1.fc39.x86_64                   177/228 
-   Verifying        : gstreamer1-plugins-base-1.22.12-1.fc39.x86_64      178/228 
-   Verifying        : gtk-update-icon-cache-3.24.41-1.fc39.x86_64        179/228 
-   Verifying        : gtk3-3.24.41-1.fc39.x86_64                         180/228 
-   Verifying        : highway-1.1.0-1.fc39.x86_64                        181/228 
-   Verifying        : hwdata-0.383-1.fc39.noarch                         182/228 
-   Verifying        : libXrandr-1.5.4-1.fc39.x86_64                      183/228 
-   Verifying        : libaom-3.9.0-1.fc39.x86_64                         184/228 
-   Verifying        : libblkid-devel-2.39.4-1.fc39.x86_64                185/228 
-   Verifying        : libcloudproviders-0.3.5-1.fc39.x86_64              186/228 
-   Verifying        : libdecor-0.2.2-1.fc39.x86_64                       187/228 
-   Verifying        : libdrm-2.4.120-1.fc39.x86_64                       188/228 
-   Verifying        : libgsf-1.14.51-1.fc39.x86_64                       189/228 
-   Verifying        : libgusb-0.4.9-1.fc39.x86_64                        190/228 
-   Verifying        : liblc3-1.0.4-2.fc39.x86_64                         191/228 
-   Verifying        : libmount-devel-2.39.4-1.fc39.x86_64                192/228 
-   Verifying        : libnotify-0.8.3-1.fc39.x86_64                      193/228 
-   Verifying        : libosinfo-1.11.0-1.fc39.x86_64                     194/228 
-   Verifying        : libproxy-0.5.5-1.fc39.x86_64                       195/228 
-   Verifying        : librsvg2-2.57.1-2.fc39.x86_64                      196/228 
-   Verifying        : libsoup3-3.4.4-1.fc39.x86_64                       197/228 
-   Verifying        : libusb1-1.0.27-2.fc39.x86_64                       198/228 
-   Verifying        : libxkbcommon-1.6.0-1.fc39.x86_64                   199/228 
-   Verifying        : libxslt-1.1.39-1.fc39.x86_64                       200/228 
-   Verifying        : llvm-libs-17.0.6-3.fc39.x86_64                     201/228 
-   Verifying        : mesa-dri-drivers-23.3.6-1.fc39.x86_64              202/228 
-   Verifying        : mesa-filesystem-23.3.6-1.fc39.x86_64               203/228 
-   Verifying        : mesa-libEGL-23.3.6-1.fc39.x86_64                   204/228 
-   Verifying        : mesa-libEGL-devel-23.3.6-1.fc39.x86_64             205/228 
-   Verifying        : mesa-libGL-23.3.6-1.fc39.x86_64                    206/228 
-   Verifying        : mesa-libgbm-23.3.6-1.fc39.x86_64                   207/228 
-   Verifying        : mesa-libglapi-23.3.6-1.fc39.x86_64                 208/228 
-   Verifying        : mesa-va-drivers-23.3.6-1.fc39.x86_64               209/228 
-   Verifying        : nspr-4.35.0-19.fc39.x86_64                         210/228 
-   Verifying        : nss-3.99.0-1.fc39.x86_64                           211/228 
-   Verifying        : nss-softokn-3.99.0-1.fc39.x86_64                   212/228 
-   Verifying        : nss-softokn-freebl-3.99.0-1.fc39.x86_64            213/228 
-   Verifying        : nss-sysinit-3.99.0-1.fc39.x86_64                   214/228 
-   Verifying        : nss-util-3.99.0-1.fc39.x86_64                      215/228 
-   Verifying        : openjpeg2-2.5.2-1.fc39.x86_64                      216/228 
-   Verifying        : osinfo-db-20240523-1.fc39.noarch                   217/228 
-   Verifying        : osinfo-db-tools-1.11.0-1.fc39.x86_64               218/228 
-   Verifying        : pipewire-libs-1.0.7-1.fc39.x86_64                  219/228 
-   Verifying        : rav1e-libs-0.7.1-2.fc39.x86_64                     220/228 
-   Verifying        : rsvg-pixbuf-loader-2.57.1-2.fc39.x86_64            221/228 
-   Verifying        : sysprof-capture-devel-45.1-1.fc39.x86_64           222/228 
-   Verifying        : systemd-boot-unsigned-254.13-1.fc39.x86_64         223/228 
-   Verifying        : tracker-miners-3.6.2-1.fc39.x86_64                 224/228 
-   Verifying        : webp-pixbuf-loader-0.2.7-1.fc39.x86_64             225/228 
-   Verifying        : xdg-desktop-portal-1.18.2-6.fc39.x86_64            226/228 
-   Verifying        : xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64        227/228 
-   Verifying        : xkeyboard-config-2.40-1.fc39.noarch                228/228 
- 
- 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.11-2.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.76-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-devel-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                                               
-   crypto-policies-scripts-20231204-1.git1e3a2e4.fc39.noarch                     
-   cups-libs-1:2.4.8-3.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                                     
-   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                                             
-   flac-libs-1.4.3-2.fc39.x86_64                                                 
-   fontconfig-2.14.2-6.fc39.x86_64                                               
-   fontconfig-devel-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                                              
-   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-0.22-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                                         
-   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.41-1.fc39.x86_64                                   
-   gtk3-3.24.41-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.383-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.2-3.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                                                   
-   libXext-devel-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                                               
-   libXrender-devel-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                                                    
-   libasyncns-0.8-25.fc39.x86_64                                                 
-   libavif-0.11.1-11.fc39.x86_64                                                 
-   libblkid-devel-2.39.4-1.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.120-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                                               
-   libiptcdata-1.0.5-15.fc39.x86_64                                              
-   libjpeg-turbo-2.1.4-3.fc39.x86_64                                             
-   libjxl-1:0.8.2-3.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                                               
-   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                                                  
-   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                                              
-   libxml2-devel-2.10.4-3.fc39.x86_64                                            
-   libxshmfence-1.3-13.fc39.x86_64                                               
-   libxslt-1.1.39-1.fc39.x86_64                                                  
-   llvm-libs-17.0.6-3.fc39.x86_64                                                
-   lm_sensors-libs-3.6.0-14.fc39.x86_64                                          
-   low-memory-monitor-2.1-8.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-19.fc39.x86_64                                                    
-   nss-3.99.0-1.fc39.x86_64                                                      
-   nss-softokn-3.99.0-1.fc39.x86_64                                              
-   nss-softokn-freebl-3.99.0-1.fc39.x86_64                                       
-   nss-sysinit-3.99.0-1.fc39.x86_64                                              
-   nss-util-3.99.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                                                      
-   osinfo-db-20240523-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                                             
-   pipewire-libs-1.0.7-1.fc39.x86_64                                             
-   pixman-0.42.2-2.fc39.x86_64                                                   
-   pixman-devel-0.42.2-2.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                                            
-   pulseaudio-libs-16.1-5.fc39.x86_64                                            
-   python3-setuptools-67.7.2-7.fc39.noarch                                       
-   rav1e-libs-0.7.1-2.fc39.x86_64                                                
-   rsvg-pixbuf-loader-2.57.1-2.fc39.x86_64                                       
-   sdubby-1.0-4.fc39.noarch                                                      
-   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-boot-unsigned-254.13-1.fc39.x86_64                                    
-   totem-pl-parser-3.26.6-7.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-libs-1.90.2-3.fc39.x86_64                                              
-   webp-pixbuf-loader-0.2.7-1.fc39.x86_64                                        
-   webrtc-audio-processing-0.3.1-11.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                                                     
-   xz-devel-5.4.4-1.fc39.x86_64                                                  
-   zlib-devel-1.2.13-4.fc39.x86_64                                               
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "cairo-devel" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- cairo-devel-1.18.0-1.fc39.x86_64
- 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-06-19 16:13.44 ---> saved as "591c754ea314c35f59df7c9e6dc8cb6719a5361d1dddfd89f367e362fe383a18"


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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bogue.20240225  (cached)
-> retrieved cairo2.0.6.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.0.9.8  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved xdg.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.16.0
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.16.0
-> installed dune-configurator.3.16.0
-> installed cairo2.0.6.4
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
-> installed bogue.20240225
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 16:15.45 ---> saved as "c0bbe184444bc96f08a5b26b26853409e7710325e07b609d682b880c22f763c2"


/src: (copy (src .) (dst /src))
2024-06-19 16:15.46 ---> saved as "b423e793ee68a919dcd890af058abd0218838f6e8fab02c64e000104b7e932c9"


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