Organisationssanettebogueb307b7 ()fedora-40-4.14_opam-2.2

fedora-40-4.14_opam-2.2

Link Copied
Code Copied

Logs

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


To reproduce locally:


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


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


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


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


(from ocaml/opam:fedora-40-ocaml-4.14@sha256:7a559fbce3a98093c0094707c7eec2d9d32c1dbf3fec97d107ee0221607570f2)
Unable to find image 'ocaml/opam:fedora-40-ocaml-4.14@sha256:7a559fbce3a98093c0094707c7eec2d9d32c1dbf3fec97d107ee0221607570f2' locally
docker.io/ocaml/opam@sha256:7a559fbce3a98093c0094707c7eec2d9d32c1dbf3fec97d107ee0221607570f2: Pulling from ocaml/opam
713ced3240da: Pulling fs layer
713ced3240da: Verifying Checksum
713ced3240da: Download complete
713ced3240da: Pull complete
Digest: sha256:7a559fbce3a98093c0094707c7eec2d9d32c1dbf3fec97d107ee0221607570f2
Status: Downloaded newer image for ocaml/opam@sha256:7a559fbce3a98093c0094707c7eec2d9d32c1dbf3fec97d107ee0221607570f2
2024-09-18 15:56.13 ---> using "d935b78b3b3d1b9175556810bedcd612a82afc930885b14f52a4ce87dfe76c2d" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64                              321 kB/s |  28 kB     00:00    
Fedora 40 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                    295 kB/s |  25 kB     00:00    
Fedora 40 - x86_64 - Updates                    2.2 MB/s | 5.1 MB     00:02    
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-09-18 15:56.13 ---> using "b95dac668c44721e374419201a9bd94f72da55184895174c6c06fd9a8d08cc60" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-18 15:56.13 ---> using "18d966f9d7a48212549a29d80cabca0c2ad8ff0c9cf80df3c4bc95ce0a8036a6" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-18 15:56.13 ---> using "b511d78c82857fc94cf916a0e91483566fbaa3ae9d3b6eacde46cf485be8912d" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-18 15:56.13 ---> using "2c702272e1dedf073d86e5921443fe8509d1dae712d6127840e3496ff9662007" from cache


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


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


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


/src: (copy (src bogue.opam) (dst ./))
2024-09-18 15:56.13 ---> saved as "b85f5245d167e55b0730ca739181a90d66cd53e2cc28b2f0ffc1e604dbd5fe7e"


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


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


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              349 kB/s |  28 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         16 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    309 kB/s |  25 kB     00:00    
- Metadata cache created.


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


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


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


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


+ /usr/bin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel" "libffi-devel"
- Last metadata expiration check: 0:00:14 ago on Wed Sep 18 15:56:15 2024.
- Dependencies resolved.
- ================================================================================
-  Package                     Arch   Version                       Repo     Size
- ================================================================================
- Installing:
-  SDL2-devel                  x86_64 2.30.3-1.fc40                 updates 396 k
-  SDL2_image-devel            x86_64 2.8.2-4.fc40                  fedora   18 k
-  SDL2_ttf-devel              x86_64 2.22.0-2.fc40                 fedora   21 k
-  libffi-devel                x86_64 3.4.4-7.fc40                  fedora   28 k
- Upgrading:
-  zlib-ng-compat              x86_64 2.1.7-2.fc40                  updates  78 k
- Installing dependencies:
-  ModemManager-glib           x86_64 1.22.0-3.fc40                 fedora  322 k
-  NetworkManager-libnm        x86_64 1:1.46.2-1.fc40               updates 1.8 M
-  SDL2                        x86_64 2.30.3-1.fc40                 updates 699 k
-  SDL2_image                  x86_64 2.8.2-4.fc40                  fedora  110 k
-  SDL2_ttf                    x86_64 2.22.0-2.fc40                 fedora   43 k
-  abattis-cantarell-vf-fonts  noarch 0.301-12.fc40                 fedora  120 k
-  adwaita-cursor-theme        noarch 46.2-2.fc40                   updates 516 k
-  adwaita-icon-theme          noarch 46.2-2.fc40                   updates 407 k
-  adwaita-icon-theme-legacy   noarch 46.2-1.fc40                   updates 2.5 M
-  alsa-lib                    x86_64 1.2.12-1.fc40                 updates 514 k
-  at-spi2-atk                 x86_64 2.52.0-1.fc40                 fedora   86 k
-  at-spi2-core                x86_64 2.52.0-1.fc40                 fedora  373 k
-  atk                         x86_64 2.52.0-1.fc40                 fedora   80 k
-  avahi-glib                  x86_64 0.8-26.fc40                   fedora   15 k
-  avahi-libs                  x86_64 0.8-26.fc40                   fedora   67 k
-  bluez-libs                  x86_64 5.78-1.fc40                   updates  83 k
-  brotli                      x86_64 1.1.0-3.fc40                  fedora   20 k
-  brotli-devel                x86_64 1.1.0-3.fc40                  fedora   34 k
-  bzip2-devel                 x86_64 1.0.8-18.fc40                 fedora  214 k
-  cairo                       x86_64 1.18.0-3.fc40                 fedora  709 k
-  cairo-devel                 x86_64 1.18.0-3.fc40                 fedora  193 k
-  cairo-gobject               x86_64 1.18.0-3.fc40                 fedora   17 k
-  cdparanoia-libs             x86_64 10.2-44.fc40                  fedora   54 k
-  cmake-filesystem            x86_64 3.28.2-1.fc40                 fedora   18 k
-  colord-libs                 x86_64 1.4.7-3.fc40                  fedora  234 k
-  crypto-policies-scripts     noarch 20240725-1.git28d3e2d.fc40    updates 119 k
-  cups-libs                   x86_64 1:2.4.10-6.fc40               updates 260 k
-  dbus                        x86_64 1:1.14.10-3.fc40              fedora  8.0 k
-  dbus-broker                 x86_64 36-2.fc40                     updates 171 k
-  dbus-common                 noarch 1:1.14.10-3.fc40              fedora   15 k
-  default-fonts-core-sans     noarch 4.0-13.fc40                   updates  31 k
-  duktape                     x86_64 2.7.0-7.fc40                  fedora  170 k
-  exempi                      x86_64 2.6.4-5.fc40                  fedora  581 k
-  exiv2-libs                  x86_64 0.27.6-7.fc40                 fedora  755 k
-  fdk-aac-free                x86_64 2.0.0-13.fc40                 fedora  337 k
-  flac-libs                   x86_64 1.4.3-4.fc40                  fedora  262 k
-  fontconfig                  x86_64 2.15.0-6.fc40                 updates 270 k
-  fontconfig-devel            x86_64 2.15.0-6.fc40                 updates 165 k
-  fonts-filesystem            noarch 1:2.0.5-14.fc40               fedora  8.2 k
-  freetype                    x86_64 2.13.2-5.fc40                 fedora  410 k
-  freetype-devel              x86_64 2.13.2-5.fc40                 fedora  951 k
-  fribidi                     x86_64 1.0.14-2.fc40                 updates  92 k
-  fuse-common                 x86_64 3.16.2-3.fc40                 fedora  8.7 k
-  fuse3                       x86_64 3.16.2-3.fc40                 fedora   58 k
-  fuse3-libs                  x86_64 3.16.2-3.fc40                 fedora   93 k
-  gdk-pixbuf2                 x86_64 2.42.10-8.fc40                fedora  485 k
-  gdk-pixbuf2-modules         x86_64 2.42.10-8.fc40                fedora   86 k
-  geoclue2                    x86_64 2.7.0-5.fc40                  fedora  157 k
-  gettext                     x86_64 0.22.5-4.fc40                 updates 1.1 M
-  gettext-envsubst            x86_64 0.22.5-4.fc40                 updates  38 k
-  gettext-libs                x86_64 0.22.5-4.fc40                 updates 666 k
-  gettext-runtime             x86_64 0.22.5-4.fc40                 updates 121 k
-  giflib                      x86_64 5.2.2-1.fc40                  fedora   52 k
-  glib-networking             x86_64 2.80.0-1.fc40                 fedora  200 k
-  glib2-devel                 x86_64 2.80.3-1.fc40                 updates 1.5 M
-  gmock                       x86_64 1.14.0-4.fc40                 fedora   60 k
-  gobject-introspection       x86_64 1.80.1-1.fc40                 updates 111 k
-  google-noto-fonts-common    noarch 20240301-2.fc40               fedora   17 k
-  google-noto-sans-vf-fonts   noarch 20240301-2.fc40               fedora  593 k
-  gpgme                       x86_64 1.23.2-3.fc40                 fedora  211 k
-  gpgmepp                     x86_64 1.23.2-3.fc40                 fedora  139 k
-  graphene                    x86_64 1.10.6-8.fc40                 fedora   61 k
-  graphite2                   x86_64 1.3.14-15.fc40                fedora   95 k
-  graphite2-devel             x86_64 1.3.14-15.fc40                fedora   21 k
-  gsettings-desktop-schemas   x86_64 46.1-1.fc40                   updates 755 k
-  gsm                         x86_64 1.0.22-6.fc40                 fedora   36 k
-  gstreamer1                  x86_64 1.24.7-1.fc40                 updates 1.6 M
-  gstreamer1-plugins-base     x86_64 1.24.7-1.fc40                 updates 2.2 M
-  gtest                       x86_64 1.14.0-4.fc40                 fedora  180 k
-  gtest-devel                 x86_64 1.14.0-4.fc40                 fedora  255 k
-  gtk-update-icon-cache       x86_64 3.24.43-1.fc40                updates  34 k
-  gtk3                        x86_64 3.24.43-1.fc40                updates 5.6 M
-  harfbuzz                    x86_64 8.5.0-1.fc40                  updates 1.0 M
-  harfbuzz-devel              x86_64 8.5.0-1.fc40                  updates 446 k
-  harfbuzz-icu                x86_64 8.5.0-1.fc40                  updates  16 k
-  hicolor-icon-theme          noarch 0.17-18.fc40                  fedora   66 k
-  highway                     x86_64 1.2.0-2.fc40                  updates 652 k
-  highway-devel               x86_64 1.2.0-2.fc40                  updates 423 k
-  hwdata                      noarch 0.387-1.fc40                  updates 1.6 M
-  iso-codes                   noarch 4.16.0-3.fc40                 fedora  3.5 M
-  jbigkit-libs                x86_64 2.1-29.fc40                   fedora   53 k
-  json-glib                   x86_64 1.8.0-3.fc40                  fedora  167 k
-  lame-libs                   x86_64 3.100-17.fc40                 fedora  336 k
-  lcms2                       x86_64 2.16-3.fc40                   fedora  180 k
-  libXcomposite               x86_64 0.4.6-3.fc40                  fedora   24 k
-  libXcursor                  x86_64 1.2.1-7.fc40                  fedora   30 k
-  libXdamage                  x86_64 1.1.6-3.fc40                  fedora   23 k
-  libXext                     x86_64 1.3.6-1.fc40                  fedora   39 k
-  libXext-devel               x86_64 1.3.6-1.fc40                  fedora   86 k
-  libXfixes                   x86_64 6.0.1-3.fc40                  fedora   19 k
-  libXft                      x86_64 2.3.8-6.fc40                  fedora   72 k
-  libXi                       x86_64 1.8.2-1.fc40                  updates  40 k
-  libXinerama                 x86_64 1.1.5-6.fc40                  fedora   14 k
-  libXrandr                   x86_64 1.5.4-3.fc40                  fedora   28 k
-  libXrender                  x86_64 0.9.11-6.fc40                 fedora   27 k
-  libXrender-devel            x86_64 0.9.11-6.fc40                 fedora   19 k
-  libXtst                     x86_64 1.2.5-1.fc40                  updates  20 k
-  libXv                       x86_64 1.0.12-3.fc40                 fedora   18 k
-  libXxf86vm                  x86_64 1.1.5-6.fc40                  fedora   18 k
-  libaom                      x86_64 3.9.0-1.fc40                  updates 1.8 M
-  libasyncns                  x86_64 0.8-28.fc40                   fedora   30 k
-  libavif                     x86_64 1.0.4-3.fc40                  updates  91 k
-  libavif-devel               x86_64 1.0.4-3.fc40                  updates  29 k
-  libblkid-devel              x86_64 2.40.1-1.fc40                 updates  26 k
-  libcanberra                 x86_64 0.30-35.fc40                  fedora   85 k
-  libcloudproviders           x86_64 0.3.5-3.fc40                  fedora   46 k
-  libcue                      x86_64 2.3.0-3.fc40                  fedora   35 k
-  libdatrie                   x86_64 0.2.13-9.fc40                 fedora   32 k
-  libdav1d                    x86_64 1.4.3-1.fc40                  updates 626 k
-  libdecor                    x86_64 0.2.2-3.fc40                  fedora   57 k
-  libdrm                      x86_64 2.4.123-1.fc40                updates 159 k
-  libepoxy                    x86_64 1.5.10-6.fc40                 fedora  222 k
-  libexif                     x86_64 0.6.24-7.fc40                 fedora  456 k
-  libgexiv2                   x86_64 0.14.3-1.fc40                 updates 103 k
-  libglvnd                    x86_64 1:1.7.0-4.fc40                fedora  115 k
-  libglvnd-core-devel         x86_64 1:1.7.0-4.fc40                fedora   17 k
-  libglvnd-devel              x86_64 1:1.7.0-4.fc40                fedora  163 k
-  libglvnd-egl                x86_64 1:1.7.0-4.fc40                fedora   35 k
-  libglvnd-gles               x86_64 1:1.7.0-4.fc40                fedora   29 k
-  libglvnd-glx                x86_64 1:1.7.0-4.fc40                fedora  132 k
-  libglvnd-opengl             x86_64 1:1.7.0-4.fc40                fedora   38 k
-  libgrss                     x86_64 0.7.0-19.fc40                 fedora   62 k
-  libgsf                      x86_64 1.14.51-4.fc40                fedora  295 k
-  libgudev                    x86_64 238-5.fc40                    fedora   35 k
-  libgusb                     x86_64 0.4.9-1.fc40                  updates  65 k
-  libgxps                     x86_64 0.3.2-8.fc40                  fedora   76 k
-  libicu-devel                x86_64 74.2-1.fc40                   fedora  930 k
-  libiptcdata                 x86_64 1.0.5-17.fc40                 fedora   60 k
-  libjpeg-turbo               x86_64 3.0.2-1.fc40                  fedora  227 k
-  libjpeg-turbo-devel         x86_64 3.0.2-1.fc40                  fedora   97 k
-  libjxl                      x86_64 1:0.8.3-1.fc40                updates 1.2 M
-  libjxl-devel                x86_64 1:0.8.3-1.fc40                updates  58 k
-  liblc3                      x86_64 1.1.1-1.fc40                  updates 102 k
-  libldac                     x86_64 2.0.2.3-15.fc40               fedora   41 k
-  liblerc                     x86_64 4.0.0-6.fc40                  fedora  210 k
-  libmount-devel              x86_64 2.40.1-1.fc40                 updates  27 k
-  libnotify                   x86_64 0.8.3-3.fc40                  fedora   51 k
-  libogg                      x86_64 2:1.3.5-8.fc40                fedora   33 k
-  libosinfo                   x86_64 1.11.0-5.fc40                 fedora  316 k
-  libpciaccess                x86_64 0.16-12.fc40                  fedora   26 k
-  libpng                      x86_64 2:1.6.40-3.fc40               fedora  120 k
-  libpng-devel                x86_64 2:1.6.40-3.fc40               fedora  291 k
-  libproxy                    x86_64 0.5.5-1.fc40                  updates  48 k
-  librsvg2                    x86_64 2.57.1-6.fc40                 updates 1.5 M
-  libsbc                      x86_64 2.0-4.fc40                    fedora   48 k
-  libselinux-devel            x86_64 3.6-4.fc40                    fedora  151 k
-  libsepol-devel              x86_64 3.6-3.fc40                    fedora   49 k
-  libsndfile                  x86_64 1.2.2-2.fc40                  fedora  212 k
-  libsoup                     x86_64 2.74.3-6.fc40                 fedora  397 k
-  libsoup3                    x86_64 3.4.4-3.fc40                  fedora  387 k
-  libstemmer                  x86_64 2.2.0-10.fc40                 fedora  139 k
-  libtdb                      x86_64 1.4.10-1.fc40                 fedora   51 k
-  libtextstyle                x86_64 0.22.5-4.fc40                 updates  88 k
-  libthai                     x86_64 0.1.29-8.fc40                 fedora  214 k
-  libtheora                   x86_64 1:1.1.1-36.fc40               fedora  166 k
-  libtiff                     x86_64 4.6.0-2.fc40                  fedora  332 k
-  libtiff-devel               x86_64 4.6.0-2.fc40                  fedora  259 k
-  libtracker-sparql           x86_64 3.7.3-1.fc40                  updates 371 k
-  libunwind                   x86_64 1.8.0-3.fc40                  fedora   73 k
-  libusb1                     x86_64 1.0.27-2.fc40                 updates  75 k
-  libvisual                   x86_64 1:0.4.1-4.fc40                fedora  151 k
-  libvmaf                     x86_64 2.3.0-7.fc40                  fedora  180 k
-  libvorbis                   x86_64 1:1.3.7-10.fc40               fedora  187 k
-  libwayland-client           x86_64 1.23.0-2.fc40                 updates  33 k
-  libwayland-cursor           x86_64 1.23.0-2.fc40                 updates  19 k
-  libwayland-egl              x86_64 1.23.0-2.fc40                 updates  13 k
-  libwayland-server           x86_64 1.23.0-2.fc40                 updates  41 k
-  libwebp                     x86_64 1.3.2-5.fc40                  fedora  286 k
-  libwebp-devel               x86_64 1.3.2-5.fc40                  fedora   39 k
-  libxkbcommon                x86_64 1.6.0-2.fc40                  fedora  142 k
-  libxml2-devel               x86_64 2.12.8-1.fc40                 updates 524 k
-  libxshmfence                x86_64 1.3.2-3.fc40                  fedora   12 k
-  libxslt                     x86_64 1.1.42-1.fc40                 updates 189 k
-  libzstd-devel               x86_64 1.5.6-1.fc40                  updates  52 k
-  llvm-libs                   x86_64 18.1.8-1.fc40                 updates  28 M
-  lm_sensors-libs             x86_64 3.6.0-18.fc40                 fedora   40 k
-  mesa-filesystem             x86_64 24.1.7-1.fc40                 updates  21 k
-  mesa-libEGL                 x86_64 24.1.7-1.fc40                 updates 140 k
-  mesa-libEGL-devel           x86_64 24.1.7-1.fc40                 updates  24 k
-  mesa-libGL                  x86_64 24.1.7-1.fc40                 updates 176 k
-  mesa-libgbm                 x86_64 24.1.7-1.fc40                 updates  48 k
-  mesa-libglapi               x86_64 24.1.7-1.fc40                 updates  51 k
-  mpg123-libs                 x86_64 1.31.3-4.fc40                 fedora  341 k
-  nspr                        x86_64 4.35.0-28.fc40                updates 137 k
-  nss                         x86_64 3.103.0-1.fc40                updates 710 k
-  nss-softokn                 x86_64 3.103.0-1.fc40                updates 412 k
-  nss-softokn-freebl          x86_64 3.103.0-1.fc40                updates 309 k
-  nss-sysinit                 x86_64 3.103.0-1.fc40                updates  19 k
-  nss-util                    x86_64 3.103.0-1.fc40                updates  89 k
-  openjpeg2                   x86_64 2.5.2-1.fc40                  fedora  186 k
-  opus                        x86_64 1.5.1-1.fc40                  fedora  230 k
-  orc                         x86_64 0.4.39-1.fc40                 updates 223 k
-  osinfo-db                   noarch 20240701-1.fc40               updates 453 k
-  osinfo-db-tools             x86_64 1.11.0-5.fc40                 fedora   74 k
-  pango                       x86_64 1.54.0-1.fc40                 updates 347 k
-  pcre2-devel                 x86_64 10.44-1.fc40                  updates 521 k
-  pcre2-utf16                 x86_64 10.44-1.fc40                  updates 223 k
-  pcre2-utf32                 x86_64 10.44-1.fc40                  updates 210 k
-  pipewire-libs               x86_64 1.0.7-2.fc40                  updates 1.8 M
-  pixman                      x86_64 0.43.4-1.fc40                 updates 293 k
-  pixman-devel                x86_64 0.43.4-1.fc40                 updates  17 k
-  poppler                     x86_64 24.02.0-2.fc40                fedora  1.2 M
-  poppler-data                noarch 0.4.11-7.fc40                 fedora  2.0 M
-  poppler-glib                x86_64 24.02.0-2.fc40                fedora  190 k
-  pulseaudio-libs             x86_64 16.1-7.fc40                   fedora  695 k
-  python3-packaging           noarch 23.2-4.fc40                   fedora  125 k
-  rav1e-libs                  x86_64 0.7.1-2.fc40                  updates 1.0 M
-  shared-mime-info            x86_64 2.3-5.fc40                    updates 390 k
-  sound-theme-freedesktop     noarch 0.8-21.fc40                   fedora  383 k
-  svt-av1-libs                x86_64 2.1.0-1.fc40                  updates 2.0 M
-  sysprof-capture-devel       x86_64 46.0-1.fc40                   fedora   54 k
-  totem-pl-parser             x86_64 3.26.6-9.fc40                 fedora  144 k
-  tracker                     x86_64 3.7.3-1.fc40                  updates 635 k
-  uchardet                    x86_64 0.0.8-5.fc40                  fedora  106 k
-  upower-libs                 x86_64 1.90.4-2.fc40                 updates  56 k
-  webrtc-audio-processing     x86_64 1.3-1.fc40                    fedora  518 k
-  xdg-desktop-portal          x86_64 1.18.4-1.fc40                 updates 474 k
-  xkeyboard-config            noarch 2.41-1.fc40                   fedora  976 k
-  xml-common                  noarch 0.6.3-63.fc40                 fedora   31 k
-  xprop                       x86_64 1.2.7-1.fc40                  fedora   35 k
-  xz-devel                    x86_64 1:5.4.6-3.fc40                fedora   67 k
-  zlib-ng-compat-devel        x86_64 2.1.7-2.fc40                  updates  38 k
- Installing weak dependencies:
-  adobe-source-code-pro-fonts noarch 2.042.1.062.1.026-4.fc40      fedora  806 k
-  avif-pixbuf-loader          x86_64 1.0.4-3.fc40                  updates  17 k
-  dconf                       x86_64 0.40.0-12.fc40                fedora  109 k
-  exiv2                       x86_64 0.27.6-7.fc40                 fedora  979 k
-  jxl-pixbuf-loader           x86_64 1:0.8.3-1.fc40                updates  61 k
-  libcanberra-gtk3            x86_64 0.30-35.fc40                  fedora   31 k
-  low-memory-monitor          x86_64 2.1-10.fc40                   fedora   34 k
-  mesa-dri-drivers            x86_64 24.1.7-1.fc40                 updates  26 M
-  mesa-va-drivers             x86_64 24.1.7-1.fc40                 updates 4.0 M
-  rsvg-pixbuf-loader          x86_64 2.57.1-6.fc40                 updates  16 k
-  tracker-miners              x86_64 3.7.3-1.fc40                  updates 993 k
-  webp-pixbuf-loader          x86_64 0.2.7-1.fc40                  fedora   20 k
-  xdg-desktop-portal-gtk      x86_64 1.15.1-5.fc40                 fedora  143 k
- 
- Transaction Summary
- ================================================================================
- Install  239 Packages
- Upgrade    1 Package
- 
- Total download size: 134 M
- Downloading Packages:
- (1/240): SDL2_image-devel-2.8.2-4.fc40.x86_64.r 327 kB/s |  18 kB     00:00    
- (2/240): SDL2_image-2.8.2-4.fc40.x86_64.rpm     1.2 MB/s | 110 kB     00:00    
- (3/240): SDL2_ttf-2.22.0-2.fc40.x86_64.rpm      1.2 MB/s |  43 kB     00:00    
- (4/240): ModemManager-glib-1.22.0-3.fc40.x86_64 2.8 MB/s | 322 kB     00:00    
- (5/240): abattis-cantarell-vf-fonts-0.301-12.fc 3.2 MB/s | 120 kB     00:00    
- (6/240): SDL2_ttf-devel-2.22.0-2.fc40.x86_64.rp 488 kB/s |  21 kB     00:00    
- (7/240): at-spi2-atk-2.52.0-1.fc40.x86_64.rpm   3.9 MB/s |  86 kB     00:00    
- (8/240): adobe-source-code-pro-fonts-2.042.1.06  13 MB/s | 806 kB     00:00    
- (9/240): atk-2.52.0-1.fc40.x86_64.rpm           4.1 MB/s |  80 kB     00:00    
- (10/240): avahi-glib-0.8-26.fc40.x86_64.rpm     806 kB/s |  15 kB     00:00    
- (11/240): at-spi2-core-2.52.0-1.fc40.x86_64.rpm 6.6 MB/s | 373 kB     00:00    
- (12/240): avahi-libs-0.8-26.fc40.x86_64.rpm     3.3 MB/s |  67 kB     00:00    
- (13/240): brotli-1.1.0-3.fc40.x86_64.rpm        1.0 MB/s |  20 kB     00:00    
- (14/240): brotli-devel-1.1.0-3.fc40.x86_64.rpm  1.8 MB/s |  34 kB     00:00    
- (15/240): cairo-1.18.0-3.fc40.x86_64.rpm         25 MB/s | 709 kB     00:00    
- (16/240): bzip2-devel-1.0.8-18.fc40.x86_64.rpm  4.6 MB/s | 214 kB     00:00    
- (17/240): cairo-devel-1.18.0-3.fc40.x86_64.rpm  6.5 MB/s | 193 kB     00:00    
- (18/240): cairo-gobject-1.18.0-3.fc40.x86_64.rp 933 kB/s |  17 kB     00:00    
- (19/240): cdparanoia-libs-10.2-44.fc40.x86_64.r 2.8 MB/s |  54 kB     00:00    
- (20/240): cmake-filesystem-3.28.2-1.fc40.x86_64 952 kB/s |  18 kB     00:00    
- (21/240): colord-libs-1.4.7-3.fc40.x86_64.rpm    11 MB/s | 234 kB     00:00    
- (22/240): dbus-1.14.10-3.fc40.x86_64.rpm        396 kB/s | 8.0 kB     00:00    
- (23/240): dbus-common-1.14.10-3.fc40.noarch.rpm 753 kB/s |  15 kB     00:00    
- (24/240): dconf-0.40.0-12.fc40.x86_64.rpm       5.3 MB/s | 109 kB     00:00    
- (25/240): duktape-2.7.0-7.fc40.x86_64.rpm       7.7 MB/s | 170 kB     00:00    
- (26/240): exempi-2.6.4-5.fc40.x86_64.rpm         13 MB/s | 581 kB     00:00    
- (27/240): exiv2-0.27.6-7.fc40.x86_64.rpm         30 MB/s | 979 kB     00:00    
- (28/240): fdk-aac-free-2.0.0-13.fc40.x86_64.rpm  15 MB/s | 337 kB     00:00    
- (29/240): exiv2-libs-0.27.6-7.fc40.x86_64.rpm    14 MB/s | 755 kB     00:00    
- (30/240): flac-libs-1.4.3-4.fc40.x86_64.rpm      10 MB/s | 262 kB     00:00    
- (31/240): fonts-filesystem-2.0.5-14.fc40.noarch 435 kB/s | 8.2 kB     00:00    
- (32/240): freetype-2.13.2-5.fc40.x86_64.rpm      17 MB/s | 410 kB     00:00    
- (33/240): fuse-common-3.16.2-3.fc40.x86_64.rpm  472 kB/s | 8.7 kB     00:00    
- (34/240): fuse3-3.16.2-3.fc40.x86_64.rpm        3.0 MB/s |  58 kB     00:00    
- (35/240): fuse3-libs-3.16.2-3.fc40.x86_64.rpm   4.4 MB/s |  93 kB     00:00    
- (36/240): freetype-devel-2.13.2-5.fc40.x86_64.r  15 MB/s | 951 kB     00:00    
- (37/240): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm  19 MB/s | 485 kB     00:00    
- (38/240): gdk-pixbuf2-modules-2.42.10-8.fc40.x8 4.3 MB/s |  86 kB     00:00    
- (39/240): geoclue2-2.7.0-5.fc40.x86_64.rpm      7.6 MB/s | 157 kB     00:00    
- (40/240): giflib-5.2.2-1.fc40.x86_64.rpm        2.7 MB/s |  52 kB     00:00    
- (41/240): glib-networking-2.80.0-1.fc40.x86_64. 9.4 MB/s | 200 kB     00:00    
- (42/240): gmock-1.14.0-4.fc40.x86_64.rpm        3.1 MB/s |  60 kB     00:00    
- (43/240): google-noto-fonts-common-20240301-2.f 933 kB/s |  17 kB     00:00    
- (44/240): google-noto-sans-vf-fonts-20240301-2.  22 MB/s | 593 kB     00:00    
- (45/240): gpgme-1.23.2-3.fc40.x86_64.rpm        9.9 MB/s | 211 kB     00:00    
- (46/240): gpgmepp-1.23.2-3.fc40.x86_64.rpm      6.3 MB/s | 139 kB     00:00    
- (47/240): graphene-1.10.6-8.fc40.x86_64.rpm     3.1 MB/s |  61 kB     00:00    
- (48/240): graphite2-1.3.14-15.fc40.x86_64.rpm   4.8 MB/s |  95 kB     00:00    
- (49/240): gsm-1.0.22-6.fc40.x86_64.rpm          1.9 MB/s |  36 kB     00:00    
- (50/240): gtest-1.14.0-4.fc40.x86_64.rpm        8.6 MB/s | 180 kB     00:00    
- (51/240): graphite2-devel-1.3.14-15.fc40.x86_64 459 kB/s |  21 kB     00:00    
- (52/240): gtest-devel-1.14.0-4.fc40.x86_64.rpm   12 MB/s | 255 kB     00:00    
- (53/240): hicolor-icon-theme-0.17-18.fc40.noarc 3.4 MB/s |  66 kB     00:00    
- (54/240): jbigkit-libs-2.1-29.fc40.x86_64.rpm   2.2 MB/s |  53 kB     00:00    
- (55/240): json-glib-1.8.0-3.fc40.x86_64.rpm     8.0 MB/s | 167 kB     00:00    
- (56/240): lame-libs-3.100-17.fc40.x86_64.rpm     14 MB/s | 336 kB     00:00    
- (57/240): lcms2-2.16-3.fc40.x86_64.rpm          8.6 MB/s | 180 kB     00:00    
- (58/240): libXcomposite-0.4.6-3.fc40.x86_64.rpm 1.3 MB/s |  24 kB     00:00    
- (59/240): iso-codes-4.16.0-3.fc40.noarch.rpm     40 MB/s | 3.5 MB     00:00    
- (60/240): libXcursor-1.2.1-7.fc40.x86_64.rpm    888 kB/s |  30 kB     00:00    
- (61/240): libXdamage-1.1.6-3.fc40.x86_64.rpm    1.2 MB/s |  23 kB     00:00    
- (62/240): libXext-1.3.6-1.fc40.x86_64.rpm       2.0 MB/s |  39 kB     00:00    
- (63/240): libXfixes-6.0.1-3.fc40.x86_64.rpm     1.0 MB/s |  19 kB     00:00    
- (64/240): libXft-2.3.8-6.fc40.x86_64.rpm        3.7 MB/s |  72 kB     00:00    
- (65/240): libXinerama-1.1.5-6.fc40.x86_64.rpm   748 kB/s |  14 kB     00:00    
- (66/240): libXext-devel-1.3.6-1.fc40.x86_64.rpm 1.6 MB/s |  86 kB     00:00    
- (67/240): libXrandr-1.5.4-3.fc40.x86_64.rpm     1.5 MB/s |  28 kB     00:00    
- (68/240): libXrender-0.9.11-6.fc40.x86_64.rpm   1.4 MB/s |  27 kB     00:00    
- (69/240): libXv-1.0.12-3.fc40.x86_64.rpm        1.0 MB/s |  18 kB     00:00    
- (70/240): libXxf86vm-1.1.5-6.fc40.x86_64.rpm    959 kB/s |  18 kB     00:00    
- (71/240): libXrender-devel-0.9.11-6.fc40.x86_64 590 kB/s |  19 kB     00:00    
- (72/240): libasyncns-0.8-28.fc40.x86_64.rpm     1.6 MB/s |  30 kB     00:00    
- (73/240): libcanberra-0.30-35.fc40.x86_64.rpm   4.3 MB/s |  85 kB     00:00    
- (74/240): libcanberra-gtk3-0.30-35.fc40.x86_64. 1.6 MB/s |  31 kB     00:00    
- (75/240): libcloudproviders-0.3.5-3.fc40.x86_64 2.4 MB/s |  46 kB     00:00    
- (76/240): libcue-2.3.0-3.fc40.x86_64.rpm        1.8 MB/s |  35 kB     00:00    
- (77/240): libdatrie-0.2.13-9.fc40.x86_64.rpm    1.7 MB/s |  32 kB     00:00    
- (78/240): libdecor-0.2.2-3.fc40.x86_64.rpm      3.0 MB/s |  57 kB     00:00    
- (79/240): libepoxy-1.5.10-6.fc40.x86_64.rpm      10 MB/s | 222 kB     00:00    
- (80/240): libexif-0.6.24-7.fc40.x86_64.rpm       19 MB/s | 456 kB     00:00    
- (81/240): libffi-devel-3.4.4-7.fc40.x86_64.rpm  1.5 MB/s |  28 kB     00:00    
- (82/240): libglvnd-1.7.0-4.fc40.x86_64.rpm      5.7 MB/s | 115 kB     00:00    
- (83/240): libglvnd-core-devel-1.7.0-4.fc40.x86_ 948 kB/s |  17 kB     00:00    
- (84/240): libglvnd-devel-1.7.0-4.fc40.x86_64.rp 7.9 MB/s | 163 kB     00:00    
- (85/240): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm  1.9 MB/s |  35 kB     00:00    
- (86/240): libglvnd-gles-1.7.0-4.fc40.x86_64.rpm 1.5 MB/s |  29 kB     00:00    
- (87/240): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm  6.5 MB/s | 132 kB     00:00    
- (88/240): libglvnd-opengl-1.7.0-4.fc40.x86_64.r 2.0 MB/s |  38 kB     00:00    
- (89/240): libgrss-0.7.0-19.fc40.x86_64.rpm      3.2 MB/s |  62 kB     00:00    
- (90/240): libgsf-1.14.51-4.fc40.x86_64.rpm       13 MB/s | 295 kB     00:00    
- (91/240): libgudev-238-5.fc40.x86_64.rpm        1.5 MB/s |  35 kB     00:00    
- (92/240): libgxps-0.3.2-8.fc40.x86_64.rpm       3.9 MB/s |  76 kB     00:00    
- (93/240): libiptcdata-1.0.5-17.fc40.x86_64.rpm  3.1 MB/s |  60 kB     00:00    
- (94/240): libjpeg-turbo-3.0.2-1.fc40.x86_64.rpm  11 MB/s | 227 kB     00:00    
- (95/240): libjpeg-turbo-devel-3.0.2-1.fc40.x86_ 4.9 MB/s |  97 kB     00:00    
- (96/240): libldac-2.0.2.3-15.fc40.x86_64.rpm    2.2 MB/s |  41 kB     00:00    
- (97/240): liblerc-4.0.0-6.fc40.x86_64.rpm       9.9 MB/s | 210 kB     00:00    
- (98/240): libnotify-0.8.3-3.fc40.x86_64.rpm     2.7 MB/s |  51 kB     00:00    
- (99/240): libogg-1.3.5-8.fc40.x86_64.rpm        1.7 MB/s |  33 kB     00:00    
- (100/240): libosinfo-1.11.0-5.fc40.x86_64.rpm    14 MB/s | 316 kB     00:00    
- (101/240): libpciaccess-0.16-12.fc40.x86_64.rpm 1.3 MB/s |  26 kB     00:00    
- (102/240): libpng-1.6.40-3.fc40.x86_64.rpm      5.7 MB/s | 120 kB     00:00    
- (103/240): libicu-devel-74.2-1.fc40.x86_64.rpm  6.7 MB/s | 930 kB     00:00    
- (104/240): libsbc-2.0-4.fc40.x86_64.rpm         1.8 MB/s |  48 kB     00:00    
- (105/240): libpng-devel-1.6.40-3.fc40.x86_64.rp 6.1 MB/s | 291 kB     00:00    
- (106/240): libsndfile-1.2.2-2.fc40.x86_64.rpm   9.3 MB/s | 212 kB     00:00    
- (107/240): libselinux-devel-3.6-4.fc40.x86_64.r 2.9 MB/s | 151 kB     00:00    
- (108/240): libsepol-devel-3.6-3.fc40.x86_64.rpm 935 kB/s |  49 kB     00:00    
- (109/240): libsoup-2.74.3-6.fc40.x86_64.rpm      14 MB/s | 397 kB     00:00    
- (110/240): libsoup3-3.4.4-3.fc40.x86_64.rpm      14 MB/s | 387 kB     00:00    
- (111/240): libstemmer-2.2.0-10.fc40.x86_64.rpm  5.0 MB/s | 139 kB     00:00    
- (112/240): libtdb-1.4.10-1.fc40.x86_64.rpm      2.2 MB/s |  51 kB     00:00    
- (113/240): libthai-0.1.29-8.fc40.x86_64.rpm     9.2 MB/s | 214 kB     00:00    
- (114/240): libtheora-1.1.1-36.fc40.x86_64.rpm   7.1 MB/s | 166 kB     00:00    
- (115/240): libtiff-4.6.0-2.fc40.x86_64.rpm       12 MB/s | 332 kB     00:00    
- (116/240): libtiff-devel-4.6.0-2.fc40.x86_64.rp  11 MB/s | 259 kB     00:00    
- (117/240): libunwind-1.8.0-3.fc40.x86_64.rpm    3.2 MB/s |  73 kB     00:00    
- (118/240): libvisual-0.4.1-4.fc40.x86_64.rpm    6.9 MB/s | 151 kB     00:00    
- (119/240): libvmaf-2.3.0-7.fc40.x86_64.rpm      8.0 MB/s | 180 kB     00:00    
- (120/240): libvorbis-1.3.7-10.fc40.x86_64.rpm   7.7 MB/s | 187 kB     00:00    
- (121/240): libwebp-1.3.2-5.fc40.x86_64.rpm       11 MB/s | 286 kB     00:00    
- (122/240): libwebp-devel-1.3.2-5.fc40.x86_64.rp 2.0 MB/s |  39 kB     00:00    
- (123/240): libxkbcommon-1.6.0-2.fc40.x86_64.rpm 6.5 MB/s | 142 kB     00:00    
- (124/240): libxshmfence-1.3.2-3.fc40.x86_64.rpm 639 kB/s |  12 kB     00:00    
- (125/240): lm_sensors-libs-3.6.0-18.fc40.x86_64 2.0 MB/s |  40 kB     00:00    
- (126/240): low-memory-monitor-2.1-10.fc40.x86_6 1.8 MB/s |  34 kB     00:00    
- (127/240): mpg123-libs-1.31.3-4.fc40.x86_64.rpm  13 MB/s | 341 kB     00:00    
- (128/240): openjpeg2-2.5.2-1.fc40.x86_64.rpm    8.3 MB/s | 186 kB     00:00    
- (129/240): opus-1.5.1-1.fc40.x86_64.rpm          10 MB/s | 230 kB     00:00    
- (130/240): osinfo-db-tools-1.11.0-5.fc40.x86_64 3.7 MB/s |  74 kB     00:00    
- (131/240): poppler-glib-24.02.0-2.fc40.x86_64.r 5.7 MB/s | 190 kB     00:00    
- (132/240): poppler-24.02.0-2.fc40.x86_64.rpm     21 MB/s | 1.2 MB     00:00    
- (133/240): poppler-data-0.4.11-7.fc40.noarch.rp  27 MB/s | 2.0 MB     00:00    
- (134/240): python3-packaging-23.2-4.fc40.noarch 4.9 MB/s | 125 kB     00:00    
- (135/240): pulseaudio-libs-16.1-7.fc40.x86_64.r  14 MB/s | 695 kB     00:00    
- (136/240): sound-theme-freedesktop-0.8-21.fc40.  15 MB/s | 383 kB     00:00    
- (137/240): totem-pl-parser-3.26.6-9.fc40.x86_64 7.0 MB/s | 144 kB     00:00    
- (138/240): uchardet-0.0.8-5.fc40.x86_64.rpm     5.3 MB/s | 106 kB     00:00    
- (139/240): sysprof-capture-devel-46.0-1.fc40.x8 1.1 MB/s |  54 kB     00:00    
- (140/240): webp-pixbuf-loader-0.2.7-1.fc40.x86_ 1.1 MB/s |  20 kB     00:00    
- (141/240): webrtc-audio-processing-1.3-1.fc40.x  20 MB/s | 518 kB     00:00    
- (142/240): xdg-desktop-portal-gtk-1.15.1-5.fc40 6.2 MB/s | 143 kB     00:00    
- (143/240): xkeyboard-config-2.41-1.fc40.noarch.  30 MB/s | 976 kB     00:00    
- (144/240): xml-common-0.6.3-63.fc40.noarch.rpm  1.6 MB/s |  31 kB     00:00    
- (145/240): xprop-1.2.7-1.fc40.x86_64.rpm        1.8 MB/s |  35 kB     00:00    
- (146/240): SDL2-2.30.3-1.fc40.x86_64.rpm         19 MB/s | 699 kB     00:00    
- (147/240): xz-devel-5.4.6-3.fc40.x86_64.rpm     1.4 MB/s |  67 kB     00:00    
- (148/240): NetworkManager-libnm-1.46.2-1.fc40.x  37 MB/s | 1.8 MB     00:00    
- (149/240): SDL2-devel-2.30.3-1.fc40.x86_64.rpm   17 MB/s | 396 kB     00:00    
- (150/240): adwaita-cursor-theme-46.2-2.fc40.noa  18 MB/s | 516 kB     00:00    
- (151/240): adwaita-icon-theme-46.2-2.fc40.noarc  17 MB/s | 407 kB     00:00    
- (152/240): alsa-lib-1.2.12-1.fc40.x86_64.rpm     16 MB/s | 514 kB     00:00    
- (153/240): avif-pixbuf-loader-1.0.4-3.fc40.x86_ 625 kB/s |  17 kB     00:00    
- (154/240): adwaita-icon-theme-legacy-46.2-1.fc4  44 MB/s | 2.5 MB     00:00    
- (155/240): bluez-libs-5.78-1.fc40.x86_64.rpm    3.8 MB/s |  83 kB     00:00    
- (156/240): crypto-policies-scripts-20240725-1.g 5.5 MB/s | 119 kB     00:00    
- (157/240): cups-libs-2.4.10-6.fc40.x86_64.rpm    12 MB/s | 260 kB     00:00    
- (158/240): dbus-broker-36-2.fc40.x86_64.rpm     7.7 MB/s | 171 kB     00:00    
- (159/240): default-fonts-core-sans-4.0-13.fc40. 1.4 MB/s |  31 kB     00:00    
- (160/240): fontconfig-2.15.0-6.fc40.x86_64.rpm   12 MB/s | 270 kB     00:00    
- (161/240): fribidi-1.0.14-2.fc40.x86_64.rpm     4.2 MB/s |  92 kB     00:00    
- (162/240): fontconfig-devel-2.15.0-6.fc40.x86_6 5.2 MB/s | 165 kB     00:00    
- (163/240): gettext-envsubst-0.22.5-4.fc40.x86_6 1.4 MB/s |  38 kB     00:00    
- (164/240): gettext-0.22.5-4.fc40.x86_64.rpm      33 MB/s | 1.1 MB     00:00    
- (165/240): gettext-libs-0.22.5-4.fc40.x86_64.rp  24 MB/s | 666 kB     00:00    
- (166/240): gettext-runtime-0.22.5-4.fc40.x86_64 6.0 MB/s | 121 kB     00:00    
- (167/240): gobject-introspection-1.80.1-1.fc40. 5.5 MB/s | 111 kB     00:00    
- (168/240): gsettings-desktop-schemas-46.1-1.fc4  27 MB/s | 755 kB     00:00    
- (169/240): gstreamer1-1.24.7-1.fc40.x86_64.rpm   33 MB/s | 1.6 MB     00:00    
- (170/240): glib2-devel-2.80.3-1.fc40.x86_64.rpm  17 MB/s | 1.5 MB     00:00    
- (171/240): gtk-update-icon-cache-3.24.43-1.fc40 1.4 MB/s |  34 kB     00:00    
- (172/240): gstreamer1-plugins-base-1.24.7-1.fc4  34 MB/s | 2.2 MB     00:00    
- (173/240): harfbuzz-8.5.0-1.fc40.x86_64.rpm      29 MB/s | 1.0 MB     00:00    
- (174/240): harfbuzz-devel-8.5.0-1.fc40.x86_64.r  10 MB/s | 446 kB     00:00    
- (175/240): harfbuzz-icu-8.5.0-1.fc40.x86_64.rpm 721 kB/s |  16 kB     00:00    
- (176/240): highway-1.2.0-2.fc40.x86_64.rpm       23 MB/s | 652 kB     00:00    
- (177/240): highway-devel-1.2.0-2.fc40.x86_64.rp  14 MB/s | 423 kB     00:00    
- (178/240): gtk3-3.24.43-1.fc40.x86_64.rpm        42 MB/s | 5.6 MB     00:00    
- (179/240): jxl-pixbuf-loader-0.8.3-1.fc40.x86_6 1.6 MB/s |  61 kB     00:00    
- (180/240): hwdata-0.387-1.fc40.noarch.rpm        23 MB/s | 1.6 MB     00:00    
- (181/240): libXi-1.8.2-1.fc40.x86_64.rpm        1.3 MB/s |  40 kB     00:00    
- (182/240): libXtst-1.2.5-1.fc40.x86_64.rpm      723 kB/s |  20 kB     00:00    
- (183/240): libavif-1.0.4-3.fc40.x86_64.rpm      3.3 MB/s |  91 kB     00:00    
- (184/240): libavif-devel-1.0.4-3.fc40.x86_64.rp 1.0 MB/s |  29 kB     00:00    
- (185/240): libaom-3.9.0-1.fc40.x86_64.rpm        38 MB/s | 1.8 MB     00:00    
- (186/240): libdav1d-1.4.3-1.fc40.x86_64.rpm      23 MB/s | 626 kB     00:00    
- (187/240): libdrm-2.4.123-1.fc40.x86_64.rpm     7.7 MB/s | 159 kB     00:00    
- (188/240): libblkid-devel-2.40.1-1.fc40.x86_64. 640 kB/s |  26 kB     00:00    
- (189/240): libgexiv2-0.14.3-1.fc40.x86_64.rpm   5.2 MB/s | 103 kB     00:00    
- (190/240): libgusb-0.4.9-1.fc40.x86_64.rpm      3.3 MB/s |  65 kB     00:00    
- (191/240): libjxl-0.8.3-1.fc40.x86_64.rpm        35 MB/s | 1.2 MB     00:00    
- (192/240): libjxl-devel-0.8.3-1.fc40.x86_64.rpm 1.9 MB/s |  58 kB     00:00    
- (193/240): liblc3-1.1.1-1.fc40.x86_64.rpm       5.1 MB/s | 102 kB     00:00    
- (194/240): libproxy-0.5.5-1.fc40.x86_64.rpm     2.5 MB/s |  48 kB     00:00    
- (195/240): libtextstyle-0.22.5-4.fc40.x86_64.rp 4.4 MB/s |  88 kB     00:00    
- (196/240): librsvg2-2.57.1-6.fc40.x86_64.rpm     36 MB/s | 1.5 MB     00:00    
- (197/240): libmount-devel-2.40.1-1.fc40.x86_64. 566 kB/s |  27 kB     00:00    
- (198/240): libtracker-sparql-3.7.3-1.fc40.x86_6  16 MB/s | 371 kB     00:00    
- (199/240): libusb1-1.0.27-2.fc40.x86_64.rpm     3.8 MB/s |  75 kB     00:00    
- (200/240): libwayland-client-1.23.0-2.fc40.x86_ 1.7 MB/s |  33 kB     00:00    
- (201/240): libwayland-cursor-1.23.0-2.fc40.x86_ 1.0 MB/s |  19 kB     00:00    
- (202/240): libwayland-egl-1.23.0-2.fc40.x86_64. 689 kB/s |  13 kB     00:00    
- (203/240): libwayland-server-1.23.0-2.fc40.x86_ 2.2 MB/s |  41 kB     00:00    
- (204/240): libxslt-1.1.42-1.fc40.x86_64.rpm     8.9 MB/s | 189 kB     00:00    
- (205/240): libzstd-devel-1.5.6-1.fc40.x86_64.rp 2.4 MB/s |  52 kB     00:00    
- (206/240): libxml2-devel-2.12.8-1.fc40.x86_64.r  12 MB/s | 524 kB     00:00    
- (207/240): mesa-filesystem-24.1.7-1.fc40.x86_64 776 kB/s |  21 kB     00:00    
- (208/240): mesa-libEGL-24.1.7-1.fc40.x86_64.rpm 4.6 MB/s | 140 kB     00:00    
- (209/240): mesa-libEGL-devel-24.1.7-1.fc40.x86_ 821 kB/s |  24 kB     00:00    
- (210/240): mesa-libGL-24.1.7-1.fc40.x86_64.rpm  5.4 MB/s | 176 kB     00:00    
- (211/240): mesa-libgbm-24.1.7-1.fc40.x86_64.rpm 1.5 MB/s |  48 kB     00:00    
- (212/240): mesa-libglapi-24.1.7-1.fc40.x86_64.r 1.5 MB/s |  51 kB     00:00    
- (213/240): mesa-va-drivers-24.1.7-1.fc40.x86_64  21 MB/s | 4.0 MB     00:00    
- (214/240): nspr-4.35.0-28.fc40.x86_64.rpm       4.1 MB/s | 137 kB     00:00    
- (215/240): nss-3.103.0-1.fc40.x86_64.rpm         14 MB/s | 710 kB     00:00    
- (216/240): nss-softokn-3.103.0-1.fc40.x86_64.rp 8.4 MB/s | 412 kB     00:00    
- (217/240): llvm-libs-18.1.8-1.fc40.x86_64.rpm    43 MB/s |  28 MB     00:00    
- (218/240): nss-softokn-freebl-3.103.0-1.fc40.x8 2.4 MB/s | 309 kB     00:00    
- (219/240): mesa-dri-drivers-24.1.7-1.fc40.x86_6  34 MB/s |  26 MB     00:00    
- (220/240): nss-sysinit-3.103.0-1.fc40.x86_64.rp 165 kB/s |  19 kB     00:00    
- (221/240): nss-util-3.103.0-1.fc40.x86_64.rpm   800 kB/s |  89 kB     00:00    
- (222/240): orc-0.4.39-1.fc40.x86_64.rpm          10 MB/s | 223 kB     00:00    
- (223/240): osinfo-db-20240701-1.fc40.noarch.rpm  16 MB/s | 453 kB     00:00    
- (224/240): pango-1.54.0-1.fc40.x86_64.rpm        12 MB/s | 347 kB     00:00    
- (225/240): pcre2-utf32-10.44-1.fc40.x86_64.rpm  9.8 MB/s | 210 kB     00:00    
- (226/240): pcre2-utf16-10.44-1.fc40.x86_64.rpm  7.6 MB/s | 223 kB     00:00    
- (227/240): pixman-0.43.4-1.fc40.x86_64.rpm       10 MB/s | 293 kB     00:00    
- (228/240): pcre2-devel-10.44-1.fc40.x86_64.rpm  7.5 MB/s | 521 kB     00:00    
- (229/240): pipewire-libs-1.0.7-2.fc40.x86_64.rp  38 MB/s | 1.8 MB     00:00    
- (230/240): rav1e-libs-0.7.1-2.fc40.x86_64.rpm    32 MB/s | 1.0 MB     00:00    
- (231/240): rsvg-pixbuf-loader-2.57.1-6.fc40.x86 714 kB/s |  16 kB     00:00    
- (232/240): pixman-devel-0.43.4-1.fc40.x86_64.rp 424 kB/s |  17 kB     00:00    
- (233/240): shared-mime-info-2.3-5.fc40.x86_64.r  16 MB/s | 390 kB     00:00    
- (234/240): tracker-3.7.3-1.fc40.x86_64.rpm       17 MB/s | 635 kB     00:00    
- (235/240): tracker-miners-3.7.3-1.fc40.x86_64.r  28 MB/s | 993 kB     00:00    
- (236/240): svt-av1-libs-2.1.0-1.fc40.x86_64.rpm  30 MB/s | 2.0 MB     00:00    
- (237/240): upower-libs-1.90.4-2.fc40.x86_64.rpm 2.1 MB/s |  56 kB     00:00    
- (238/240): xdg-desktop-portal-1.18.4-1.fc40.x86  19 MB/s | 474 kB     00:00    
- (239/240): zlib-ng-compat-devel-2.1.7-2.fc40.x8 2.0 MB/s |  38 kB     00:00    
- (240/240): zlib-ng-compat-2.1.7-2.fc40.x86_64.r 4.0 MB/s |  78 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            42 MB/s | 134 MB     00:03     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Upgrading        : zlib-ng-compat-2.1.7-2.fc40.x86_64                   1/241 
-   Installing       : libXext-1.3.6-1.fc40.x86_64                          2/241 
-   Installing       : libpng-2:1.6.40-3.fc40.x86_64                        3/241 
-   Installing       : cmake-filesystem-3.28.2-1.fc40.x86_64                4/241 
-   Installing       : libjpeg-turbo-3.0.2-1.fc40.x86_64                    5/241 
-   Installing       : zlib-ng-compat-devel-2.1.7-2.fc40.x86_64             6/241 
-   Installing       : nspr-4.35.0-28.fc40.x86_64                           7/241 
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                      8/241 
-   Installing       : json-glib-1.8.0-3.fc40.x86_64                        9/241 
-   Installing       : avahi-libs-0.8-26.fc40.x86_64                       10/241 
-   Installing       : libwayland-client-1.23.0-2.fc40.x86_64              11/241 
-   Installing       : libwebp-1.3.2-5.fc40.x86_64                         12/241 
-   Installing       : libogg-2:1.3.5-8.fc40.x86_64                        13/241 
-   Installing       : libglvnd-1:1.7.0-4.fc40.x86_64                      14/241 
-   Installing       : libvorbis-1:1.3.7-10.fc40.x86_64                    15/241 
-   Installing       : nss-util-3.103.0-1.fc40.x86_64                      16/241 
-   Installing       : libXi-1.8.2-1.fc40.x86_64                           17/241 
-   Installing       : libXfixes-6.0.1-3.fc40.x86_64                       18/241 
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch             19/241 
-   Installing       : libwayland-cursor-1.23.0-2.fc40.x86_64              20/241 
-   Installing       : avahi-glib-0.8-26.fc40.x86_64                       21/241 
-   Installing       : hwdata-0.387-1.fc40.noarch                          22/241 
-   Installing       : alsa-lib-1.2.12-1.fc40.x86_64                       23/241 
-   Installing       : opus-1.5.1-1.fc40.x86_64                            24/241 
-   Installing       : libxshmfence-1.3.2-3.fc40.x86_64                    25/241 
-   Installing       : lcms2-2.16-3.fc40.x86_64                            26/241 
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch     27/241 
-   Installing       : libwebp-devel-1.3.2-5.fc40.x86_64                   28/241 
-   Installing       : libpng-devel-2:1.6.40-3.fc40.x86_64                 29/241 
-   Installing       : exiv2-libs-0.27.6-7.fc40.x86_64                     30/241 
-   Installing       : exiv2-0.27.6-7.fc40.x86_64                          31/241
-  
-   Installing       : llvm-libs-18.1.8-1.fc40.x86_64                      32/241 
-   Installing       : shared-mime-info-2.3-5.fc40.x86_64                  33/241 
-   Running scriptlet: shared-mime-info-2.3-5.fc40.x86_64                  33/241 
-   Installing       : gdk-pixbuf2-2.42.10-8.fc40.x86_64                   34/241 
-   Installing       : pixman-0.43.4-1.fc40.x86_64                         35/241 
-   Installing       : mesa-filesystem-24.1.7-1.fc40.x86_64                36/241 
-   Installing       : libwayland-server-1.23.0-2.fc40.x86_64              37/241 
-   Installing       : libwayland-egl-1.23.0-2.fc40.x86_64                 38/241 
-   Installing       : libusb1-1.0.27-2.fc40.x86_64                        39/241 
-   Installing       : libtextstyle-0.22.5-4.fc40.x86_64                   40/241 
-   Installing       : gettext-libs-0.22.5-4.fc40.x86_64                   41/241 
-   Installing       : highway-1.2.0-2.fc40.x86_64                         42/241 
-   Installing       : libjxl-1:0.8.3-1.fc40.x86_64                        43/241 
-   Installing       : jxl-pixbuf-loader-1:0.8.3-1.fc40.x86_64             44/241 
-   Installing       : fribidi-1.0.14-2.fc40.x86_64                        45/241 
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                     46/241 
-   Installing       : xml-common-0.6.3-63.fc40.noarch                     46/241 
-   Installing       : libtdb-1.4.10-1.fc40.x86_64                         47/241 
-   Installing       : gtest-1.14.0-4.fc40.x86_64                          48/241 
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                     49/241 
-   Installing       : fuse3-libs-3.16.2-3.fc40.x86_64                     50/241 
-   Installing       : graphite2-devel-1.3.14-15.fc40.x86_64               51/241 
-   Installing       : gmock-1.14.0-4.fc40.x86_64                          52/241 
-   Installing       : gtest-devel-1.14.0-4.fc40.x86_64                    53/241 
-   Installing       : highway-devel-1.2.0-2.fc40.x86_64                   54/241 
-   Installing       : iso-codes-4.16.0-3.fc40.noarch                      55/241 
-   Installing       : libgusb-0.4.9-1.fc40.x86_64                         56/241 
-   Installing       : colord-libs-1.4.7-3.fc40.x86_64                     57/241 
-   Installing       : pixman-devel-0.43.4-1.fc40.x86_64                   58/241 
-   Installing       : libgsf-1.14.51-4.fc40.x86_64                        59/241 
-   Installing       : libnotify-0.8.3-3.fc40.x86_64                       60/241 
-   Installing       : webp-pixbuf-loader-0.2.7-1.fc40.x86_64              61/241 
-   Installing       : gtk-update-icon-cache-3.24.43-1.fc40.x86_64         62/241 
-   Installing       : libgexiv2-0.14.3-1.fc40.x86_64                      63/241 
-   Installing       : libpciaccess-0.16-12.fc40.x86_64                    64/241 
-   Installing       : libdrm-2.4.123-1.fc40.x86_64                        65/241 
-   Installing       : mesa-va-drivers-24.1.7-1.fc40.x86_64                66/241
-  
-   Installing       : osinfo-db-20240701-1.fc40.noarch                    67/241 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-4.    68/241 
-   Installing       : gsettings-desktop-schemas-46.1-1.fc40.x86_64        69/241 
-   Installing       : libXcursor-1.2.1-7.fc40.x86_64                      70/241 
-   Installing       : libXdamage-1.1.6-3.fc40.x86_64                      71/241 
-   Installing       : libXtst-1.2.5-1.fc40.x86_64                         72/241 
-   Installing       : nss-softokn-freebl-3.103.0-1.fc40.x86_64            73/241 
-   Installing       : nss-softokn-3.103.0-1.fc40.x86_64                   74/241 
-   Installing       : libglvnd-opengl-1:1.7.0-4.fc40.x86_64               75/241 
-   Installing       : flac-libs-1.4.3-4.fc40.x86_64                       76/241 
-   Installing       : libtheora-1:1.1.1-36.fc40.x86_64                    77/241 
-   Installing       : cups-libs-1:2.4.10-6.fc40.x86_64                    78/241 
-   Installing       : libXrandr-1.5.4-3.fc40.x86_64                       79/241 
-   Installing       : libXrender-devel-0.9.11-6.fc40.x86_64               80/241 
-   Installing       : libjpeg-turbo-devel-3.0.2-1.fc40.x86_64             81/241 
-   Installing       : libXext-devel-1.3.6-1.fc40.x86_64                   82/241 
-   Installing       : libXinerama-1.1.5-6.fc40.x86_64                     83/241 
-   Installing       : libXv-1.0.12-3.fc40.x86_64                          84/241 
-   Installing       : libXxf86vm-1.1.5-6.fc40.x86_64                      85/241 
-   Installing       : exempi-2.6.4-5.fc40.x86_64                          86/241 
-   Installing       : svt-av1-libs-2.1.0-1.fc40.x86_64                    87/241 
-   Installing       : rav1e-libs-0.7.1-2.fc40.x86_64                      88/241 
-   Installing       : pcre2-utf32-10.44-1.fc40.x86_64                     89/241 
-   Installing       : pcre2-utf16-10.44-1.fc40.x86_64                     90/241 
-   Installing       : pcre2-devel-10.44-1.fc40.x86_64                     91/241 
-   Installing       : orc-0.4.39-1.fc40.x86_64                            92/241 
-   Installing       : libzstd-devel-1.5.6-1.fc40.x86_64                   93/241 
-   Installing       : libxslt-1.1.42-1.fc40.x86_64                        94/241 
-   Installing       : liblc3-1.1.1-1.fc40.x86_64                          95/241 
-   Installing       : libdav1d-1.4.3-1.fc40.x86_64                        96/241 
-   Installing       : libblkid-devel-2.40.1-1.fc40.x86_64                 97/241 
-   Installing       : gobject-introspection-1.80.1-1.fc40.x86_64          98/241 
-   Installing       : upower-libs-1.90.4-2.fc40.x86_64                    99/241 
-   Installing       : gettext-envsubst-0.22.5-4.fc40.x86_64              100/241 
-   Installing       : gettext-runtime-0.22.5-4.fc40.x86_64               101/241 
-   Installing       : gettext-0.22.5-4.fc40.x86_64                       102/241 
-   Installing       : crypto-policies-scripts-20240725-1.git28d3e2d.fc   103/241 
-   Installing       : nss-sysinit-3.103.0-1.fc40.x86_64                  104/241 
-   Installing       : nss-3.103.0-1.fc40.x86_64                          105/241 
-   Running scriptlet: nss-3.103.0-1.fc40.x86_64                          105/241 
-   Installing       : bluez-libs-5.78-1.fc40.x86_64                      106/241 
-   Installing       : adwaita-icon-theme-legacy-46.2-1.fc40.noarch       107/241 
-   Installing       : adwaita-cursor-theme-46.2-2.fc40.noarch            108/241 
-   Installing       : adwaita-icon-theme-46.2-2.fc40.noarch              109/241 
-   Installing       : NetworkManager-libnm-1:1.46.2-1.fc40.x86_64        110/241 
-   Installing       : xz-devel-1:5.4.6-3.fc40.x86_64                     111/241 
-   Installing       : libxml2-devel-2.12.8-1.fc40.x86_64                 112/241 
-   Installing       : xprop-1.2.7-1.fc40.x86_64                          113/241 
-   Installing       : xkeyboard-config-2.41-1.fc40.noarch                114/241 
-   Installing       : libxkbcommon-1.6.0-2.fc40.x86_64                   115/241 
-   Installing       : webrtc-audio-processing-1.3-1.fc40.x86_64          116/241 
-   Installing       : uchardet-0.0.8-5.fc40.x86_64                       117/241 
-   Installing       : totem-pl-parser-3.26.6-9.fc40.x86_64               118/241
-  
-   Installing       : sysprof-capture-devel-46.0-1.fc40.x86_64           119/241 
-   Installing       : sound-theme-freedesktop-0.8-21.fc40.noarch         120/241 
-   Running scriptlet: sound-theme-freedesktop-0.8-21.fc40.noarch         120/241 
-   Installing       : python3-packaging-23.2-4.fc40.noarch               121/241 
-   Installing       : poppler-data-0.4.11-7.fc40.noarch                  122/241 
-   Installing       : openjpeg2-2.5.2-1.fc40.x86_64                      123/241 
-   Installing       : mpg123-libs-1.31.3-4.fc40.x86_64                   124/241 
-   Installing       : low-memory-monitor-2.1-10.fc40.x86_64              125/241 
-   Running scriptlet: low-memory-monitor-2.1-10.fc40.x86_64              125/241 
-   Installing       : lm_sensors-libs-3.6.0-18.fc40.x86_64               126/241 
-   Installing       : mesa-libglapi-24.1.7-1.fc40.x86_64                 127/241
-  
-   Installing       : mesa-dri-drivers-24.1.7-1.fc40.x86_64              128/241 
-   Installing       : mesa-libgbm-24.1.7-1.fc40.x86_64                   129/241 
-   Installing       : mesa-libEGL-24.1.7-1.fc40.x86_64                   130/241 
-   Installing       : libglvnd-egl-1:1.7.0-4.fc40.x86_64                 131/241 
-   Installing       : libglvnd-gles-1:1.7.0-4.fc40.x86_64                132/241 
-   Installing       : libglvnd-glx-1:1.7.0-4.fc40.x86_64                 133/241 
-   Installing       : mesa-libGL-24.1.7-1.fc40.x86_64                    134/241 
-   Installing       : libvmaf-2.3.0-7.fc40.x86_64                        135/241 
-   Installing       : libaom-3.9.0-1.fc40.x86_64                         136/241 
-   Installing       : libavif-1.0.4-3.fc40.x86_64                        137/241 
-   Installing       : avif-pixbuf-loader-1.0.4-3.fc40.x86_64             138/241 
-   Installing       : libavif-devel-1.0.4-3.fc40.x86_64                  139/241 
-   Installing       : libvisual-1:0.4.1-4.fc40.x86_64                    140/241 
-   Installing       : libunwind-1.8.0-3.fc40.x86_64                      141/241 
-   Installing       : gstreamer1-1.24.7-1.fc40.x86_64                    142/241 
-   Installing       : libstemmer-2.2.0-10.fc40.x86_64                    143/241 
-   Installing       : libsepol-devel-3.6-3.fc40.x86_64                   144/241 
-   Installing       : libselinux-devel-3.6-4.fc40.x86_64                 145/241 
-   Installing       : libmount-devel-2.40.1-1.fc40.x86_64                146/241 
-   Installing       : libsbc-2.0-4.fc40.x86_64                           147/241 
-   Installing       : liblerc-4.0.0-6.fc40.x86_64                        148/241 
-   Installing       : libldac-2.0.2.3-15.fc40.x86_64                     149/241 
-   Installing       : libiptcdata-1.0.5-17.fc40.x86_64                   150/241 
-   Installing       : libicu-devel-74.2-1.fc40.x86_64                    151/241 
-   Installing       : libgudev-238-5.fc40.x86_64                         152/241 
-   Installing       : libglvnd-core-devel-1:1.7.0-4.fc40.x86_64          153/241 
-   Installing       : libglvnd-devel-1:1.7.0-4.fc40.x86_64               154/241 
-   Installing       : mesa-libEGL-devel-24.1.7-1.fc40.x86_64             155/241 
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                   156/241 
-   Installing       : glib2-devel-2.80.3-1.fc40.x86_64                   157/241 
-   Installing       : libexif-0.6.24-7.fc40.x86_64                       158/241 
-   Installing       : libepoxy-1.5.10-6.fc40.x86_64                      159/241 
-   Installing       : libdatrie-0.2.13-9.fc40.x86_64                     160/241 
-   Installing       : libthai-0.1.29-8.fc40.x86_64                       161/241 
-   Installing       : libcue-2.3.0-3.fc40.x86_64                         162/241 
-   Installing       : libcloudproviders-0.3.5-3.fc40.x86_64              163/241 
-   Installing       : libasyncns-0.8-28.fc40.x86_64                      164/241 
-   Installing       : libXcomposite-0.4.6-3.fc40.x86_64                  165/241 
-   Installing       : lame-libs-3.100-17.fc40.x86_64                     166/241 
-   Installing       : jbigkit-libs-2.1-29.fc40.x86_64                    167/241 
-   Installing       : libtiff-4.6.0-2.fc40.x86_64                        168/241 
-   Installing       : libtiff-devel-4.6.0-2.fc40.x86_64                  169/241 
-   Installing       : hicolor-icon-theme-0.17-18.fc40.noarch             170/241 
-   Installing       : gsm-1.0.22-6.fc40.x86_64                           171/241 
-   Installing       : libsndfile-1.2.2-2.fc40.x86_64                     172/241 
-   Installing       : pulseaudio-libs-16.1-7.fc40.x86_64                 173/241 
-   Installing       : libcanberra-0.30-35.fc40.x86_64                    174/241 
-   Running scriptlet: libcanberra-0.30-35.fc40.x86_64                    174/241 
-   Installing       : graphene-1.10.6-8.fc40.x86_64                      175/241 
-   Installing       : gpgme-1.23.2-3.fc40.x86_64                         176/241 
-   Installing       : gpgmepp-1.23.2-3.fc40.x86_64                       177/241 
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch    178/241 
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch   179/241 
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch         180/241 
-   Installing       : cairo-1.18.0-3.fc40.x86_64                         181/241 
-   Installing       : harfbuzz-8.5.0-1.fc40.x86_64                       182/241 
-   Installing       : freetype-2.13.2-5.fc40.x86_64                      183/241 
-   Installing       : fontconfig-2.15.0-6.fc40.x86_64                    184/241 
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                    184/241
-  
-   Installing       : cairo-gobject-1.18.0-3.fc40.x86_64                 185/241 
-   Installing       : libXft-2.3.8-6.fc40.x86_64                         186/241 
-   Installing       : pango-1.54.0-1.fc40.x86_64                         187/241 
-   Installing       : librsvg2-2.57.1-6.fc40.x86_64                      188/241 
-   Installing       : rsvg-pixbuf-loader-2.57.1-6.fc40.x86_64            189/241 
-   Installing       : gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64          190/241 
-   Installing       : poppler-24.02.0-2.fc40.x86_64                      191/241 
-   Installing       : poppler-glib-24.02.0-2.fc40.x86_64                 192/241 
-   Installing       : libgxps-0.3.2-8.fc40.x86_64                        193/241 
-   Installing       : harfbuzz-icu-8.5.0-1.fc40.x86_64                   194/241 
-   Installing       : giflib-5.2.2-1.fc40.x86_64                         195/241 
-   Installing       : fuse-common-3.16.2-3.fc40.x86_64                   196/241 
-   Installing       : fuse3-3.16.2-3.fc40.x86_64                         197/241 
-   Installing       : fdk-aac-free-2.0.0-13.fc40.x86_64                  198/241
-  
-   Installing       : pipewire-libs-1.0.7-2.fc40.x86_64                  199/241 
-   Installing       : duktape-2.7.0-7.fc40.x86_64                        200/241 
-   Installing       : libproxy-0.5.5-1.fc40.x86_64                       201/241 
-   Installing       : glib-networking-2.80.0-1.fc40.x86_64               202/241 
-   Installing       : libsoup3-3.4.4-3.fc40.x86_64                       203/241 
-   Installing       : osinfo-db-tools-1.11.0-5.fc40.x86_64               204/241 
-   Installing       : libosinfo-1.11.0-5.fc40.x86_64                     205/241 
-   Installing       : libsoup-2.74.3-6.fc40.x86_64                       206/241 
-   Installing       : libgrss-0.7.0-19.fc40.x86_64                       207/241 
-   Installing       : dbus-common-1:1.14.10-3.fc40.noarch                208/241 
-   Running scriptlet: dbus-common-1:1.14.10-3.fc40.noarch                208/241 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       209/241 
-   Installing       : dbus-broker-36-2.fc40.x86_64                       209/241 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       209/241 
-   Installing       : dbus-1:1.14.10-3.fc40.x86_64                       210/241 
-   Installing       : at-spi2-core-2.52.0-1.fc40.x86_64                  211/241 
-   Installing       : atk-2.52.0-1.fc40.x86_64                           212/241 
-   Installing       : at-spi2-atk-2.52.0-1.fc40.x86_64                   213/241 
-   Installing       : dconf-0.40.0-12.fc40.x86_64                        214/241 
-   Running scriptlet: dconf-0.40.0-12.fc40.x86_64                        214/241 
-   Installing       : cdparanoia-libs-10.2-44.fc40.x86_64                215/241 
-   Installing       : gstreamer1-plugins-base-1.24.7-1.fc40.x86_64       216/241 
-   Installing       : tracker-3.7.3-1.fc40.x86_64                        217/241 
-   Running scriptlet: tracker-3.7.3-1.fc40.x86_64                        217/241 
-   Installing       : libtracker-sparql-3.7.3-1.fc40.x86_64              218/241 
-   Installing       : tracker-miners-3.7.3-1.fc40.x86_64                 219/241 
-   Running scriptlet: tracker-miners-3.7.3-1.fc40.x86_64                 219/241 
-   Installing       : bzip2-devel-1.0.8-18.fc40.x86_64                   220/241 
-   Installing       : brotli-1.1.0-3.fc40.x86_64                         221/241 
-   Installing       : brotli-devel-1.1.0-3.fc40.x86_64                   222/241 
-   Installing       : freetype-devel-2.13.2-5.fc40.x86_64                223/241 
-   Installing       : fontconfig-devel-2.15.0-6.fc40.x86_64              224/241 
-   Installing       : cairo-devel-1.18.0-3.fc40.x86_64                   225/241 
-   Installing       : harfbuzz-devel-8.5.0-1.fc40.x86_64                 226/241 
-   Installing       : libjxl-devel-1:0.8.3-1.fc40.x86_64                 227/241 
-   Installing       : ModemManager-glib-1.22.0-3.fc40.x86_64             228/241 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       229/241 
-   Installing       : geoclue2-2.7.0-5.fc40.x86_64                       229/241 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       229/241 
-   Installing       : xdg-desktop-portal-1.18.4-1.fc40.x86_64            230/241 
-   Running scriptlet: xdg-desktop-portal-1.18.4-1.fc40.x86_64            230/241 
-   Installing       : libcanberra-gtk3-0.30-35.fc40.x86_64               231/241 
-   Installing       : gtk3-3.24.43-1.fc40.x86_64                         232/241 
-   Installing       : xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        233/241 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        233/241
-  
-   Installing       : libdecor-0.2.2-3.fc40.x86_64                       234/241 
-   Installing       : SDL2-2.30.3-1.fc40.x86_64                          235/241 
-   Installing       : SDL2-devel-2.30.3-1.fc40.x86_64                    236/241 
-   Installing       : SDL2_image-2.8.2-4.fc40.x86_64                     237/241 
-   Installing       : SDL2_ttf-2.22.0-2.fc40.x86_64                      238/241 
-   Installing       : SDL2_ttf-devel-2.22.0-2.fc40.x86_64                239/241 
-   Installing       : SDL2_image-devel-2.8.2-4.fc40.x86_64               240/241 
-   Cleanup          : zlib-ng-compat-2.1.7-1.fc40.x86_64                 241/241 
-   Running scriptlet: crypto-policies-scripts-20240725-1.git28d3e2d.fc   241/241 
-   Running scriptlet: nss-3.103.0-1.fc40.x86_64                          241/241 
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                    241/241 
-   Running scriptlet: dconf-0.40.0-12.fc40.x86_64                        241/241 
-   Running scriptlet: zlib-ng-compat-2.1.7-1.fc40.x86_64                 241/241
-  
- 
- Upgraded:
-   zlib-ng-compat-2.1.7-2.fc40.x86_64                                            
- Installed:
-   ModemManager-glib-1.22.0-3.fc40.x86_64                                        
-   NetworkManager-libnm-1:1.46.2-1.fc40.x86_64                                   
-   SDL2-2.30.3-1.fc40.x86_64                                                     
-   SDL2-devel-2.30.3-1.fc40.x86_64                                               
-   SDL2_image-2.8.2-4.fc40.x86_64                                                
-   SDL2_image-devel-2.8.2-4.fc40.x86_64                                          
-   SDL2_ttf-2.22.0-2.fc40.x86_64                                                 
-   SDL2_ttf-devel-2.22.0-2.fc40.x86_64                                           
-   abattis-cantarell-vf-fonts-0.301-12.fc40.noarch                               
-   adobe-source-code-pro-fonts-2.042.1.062.1.026-4.fc40.noarch                   
-   adwaita-cursor-theme-46.2-2.fc40.noarch                                       
-   adwaita-icon-theme-46.2-2.fc40.noarch                                         
-   adwaita-icon-theme-legacy-46.2-1.fc40.noarch                                  
-   alsa-lib-1.2.12-1.fc40.x86_64                                                 
-   at-spi2-atk-2.52.0-1.fc40.x86_64                                              
-   at-spi2-core-2.52.0-1.fc40.x86_64                                             
-   atk-2.52.0-1.fc40.x86_64                                                      
-   avahi-glib-0.8-26.fc40.x86_64                                                 
-   avahi-libs-0.8-26.fc40.x86_64                                                 
-   avif-pixbuf-loader-1.0.4-3.fc40.x86_64                                        
-   bluez-libs-5.78-1.fc40.x86_64                                                 
-   brotli-1.1.0-3.fc40.x86_64                                                    
-   brotli-devel-1.1.0-3.fc40.x86_64                                              
-   bzip2-devel-1.0.8-18.fc40.x86_64                                              
-   cairo-1.18.0-3.fc40.x86_64                                                    
-   cairo-devel-1.18.0-3.fc40.x86_64                                              
-   cairo-gobject-1.18.0-3.fc40.x86_64                                            
-   cdparanoia-libs-10.2-44.fc40.x86_64                                           
-   cmake-filesystem-3.28.2-1.fc40.x86_64                                         
-   colord-libs-1.4.7-3.fc40.x86_64                                               
-   crypto-policies-scripts-20240725-1.git28d3e2d.fc40.noarch                     
-   cups-libs-1:2.4.10-6.fc40.x86_64                                              
-   dbus-1:1.14.10-3.fc40.x86_64                                                  
-   dbus-broker-36-2.fc40.x86_64                                                  
-   dbus-common-1:1.14.10-3.fc40.noarch                                           
-   dconf-0.40.0-12.fc40.x86_64                                                   
-   default-fonts-core-sans-4.0-13.fc40.noarch                                    
-   duktape-2.7.0-7.fc40.x86_64                                                   
-   exempi-2.6.4-5.fc40.x86_64                                                    
-   exiv2-0.27.6-7.fc40.x86_64                                                    
-   exiv2-libs-0.27.6-7.fc40.x86_64                                               
-   fdk-aac-free-2.0.0-13.fc40.x86_64                                             
-   flac-libs-1.4.3-4.fc40.x86_64                                                 
-   fontconfig-2.15.0-6.fc40.x86_64                                               
-   fontconfig-devel-2.15.0-6.fc40.x86_64                                         
-   fonts-filesystem-1:2.0.5-14.fc40.noarch                                       
-   freetype-2.13.2-5.fc40.x86_64                                                 
-   freetype-devel-2.13.2-5.fc40.x86_64                                           
-   fribidi-1.0.14-2.fc40.x86_64                                                  
-   fuse-common-3.16.2-3.fc40.x86_64                                              
-   fuse3-3.16.2-3.fc40.x86_64                                                    
-   fuse3-libs-3.16.2-3.fc40.x86_64                                               
-   gdk-pixbuf2-2.42.10-8.fc40.x86_64                                             
-   gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64                                     
-   geoclue2-2.7.0-5.fc40.x86_64                                                  
-   gettext-0.22.5-4.fc40.x86_64                                                  
-   gettext-envsubst-0.22.5-4.fc40.x86_64                                         
-   gettext-libs-0.22.5-4.fc40.x86_64                                             
-   gettext-runtime-0.22.5-4.fc40.x86_64                                          
-   giflib-5.2.2-1.fc40.x86_64                                                    
-   glib-networking-2.80.0-1.fc40.x86_64                                          
-   glib2-devel-2.80.3-1.fc40.x86_64                                              
-   gmock-1.14.0-4.fc40.x86_64                                                    
-   gobject-introspection-1.80.1-1.fc40.x86_64                                    
-   google-noto-fonts-common-20240301-2.fc40.noarch                               
-   google-noto-sans-vf-fonts-20240301-2.fc40.noarch                              
-   gpgme-1.23.2-3.fc40.x86_64                                                    
-   gpgmepp-1.23.2-3.fc40.x86_64                                                  
-   graphene-1.10.6-8.fc40.x86_64                                                 
-   graphite2-1.3.14-15.fc40.x86_64                                               
-   graphite2-devel-1.3.14-15.fc40.x86_64                                         
-   gsettings-desktop-schemas-46.1-1.fc40.x86_64                                  
-   gsm-1.0.22-6.fc40.x86_64                                                      
-   gstreamer1-1.24.7-1.fc40.x86_64                                               
-   gstreamer1-plugins-base-1.24.7-1.fc40.x86_64                                  
-   gtest-1.14.0-4.fc40.x86_64                                                    
-   gtest-devel-1.14.0-4.fc40.x86_64                                              
-   gtk-update-icon-cache-3.24.43-1.fc40.x86_64                                   
-   gtk3-3.24.43-1.fc40.x86_64                                                    
-   harfbuzz-8.5.0-1.fc40.x86_64                                                  
-   harfbuzz-devel-8.5.0-1.fc40.x86_64                                            
-   harfbuzz-icu-8.5.0-1.fc40.x86_64                                              
-   hicolor-icon-theme-0.17-18.fc40.noarch                                        
-   highway-1.2.0-2.fc40.x86_64                                                   
-   highway-devel-1.2.0-2.fc40.x86_64                                             
-   hwdata-0.387-1.fc40.noarch                                                    
-   iso-codes-4.16.0-3.fc40.noarch                                                
-   jbigkit-libs-2.1-29.fc40.x86_64                                               
-   json-glib-1.8.0-3.fc40.x86_64                                                 
-   jxl-pixbuf-loader-1:0.8.3-1.fc40.x86_64                                       
-   lame-libs-3.100-17.fc40.x86_64                                                
-   lcms2-2.16-3.fc40.x86_64                                                      
-   libXcomposite-0.4.6-3.fc40.x86_64                                             
-   libXcursor-1.2.1-7.fc40.x86_64                                                
-   libXdamage-1.1.6-3.fc40.x86_64                                                
-   libXext-1.3.6-1.fc40.x86_64                                                   
-   libXext-devel-1.3.6-1.fc40.x86_64                                             
-   libXfixes-6.0.1-3.fc40.x86_64                                                 
-   libXft-2.3.8-6.fc40.x86_64                                                    
-   libXi-1.8.2-1.fc40.x86_64                                                     
-   libXinerama-1.1.5-6.fc40.x86_64                                               
-   libXrandr-1.5.4-3.fc40.x86_64                                                 
-   libXrender-0.9.11-6.fc40.x86_64                                               
-   libXrender-devel-0.9.11-6.fc40.x86_64                                         
-   libXtst-1.2.5-1.fc40.x86_64                                                   
-   libXv-1.0.12-3.fc40.x86_64                                                    
-   libXxf86vm-1.1.5-6.fc40.x86_64                                                
-   libaom-3.9.0-1.fc40.x86_64                                                    
-   libasyncns-0.8-28.fc40.x86_64                                                 
-   libavif-1.0.4-3.fc40.x86_64                                                   
-   libavif-devel-1.0.4-3.fc40.x86_64                                             
-   libblkid-devel-2.40.1-1.fc40.x86_64                                           
-   libcanberra-0.30-35.fc40.x86_64                                               
-   libcanberra-gtk3-0.30-35.fc40.x86_64                                          
-   libcloudproviders-0.3.5-3.fc40.x86_64                                         
-   libcue-2.3.0-3.fc40.x86_64                                                    
-   libdatrie-0.2.13-9.fc40.x86_64                                                
-   libdav1d-1.4.3-1.fc40.x86_64                                                  
-   libdecor-0.2.2-3.fc40.x86_64                                                  
-   libdrm-2.4.123-1.fc40.x86_64                                                  
-   libepoxy-1.5.10-6.fc40.x86_64                                                 
-   libexif-0.6.24-7.fc40.x86_64                                                  
-   libffi-devel-3.4.4-7.fc40.x86_64                                              
-   libgexiv2-0.14.3-1.fc40.x86_64                                                
-   libglvnd-1:1.7.0-4.fc40.x86_64                                                
-   libglvnd-core-devel-1:1.7.0-4.fc40.x86_64                                     
-   libglvnd-devel-1:1.7.0-4.fc40.x86_64                                          
-   libglvnd-egl-1:1.7.0-4.fc40.x86_64                                            
-   libglvnd-gles-1:1.7.0-4.fc40.x86_64                                           
-   libglvnd-glx-1:1.7.0-4.fc40.x86_64                                            
-   libglvnd-opengl-1:1.7.0-4.fc40.x86_64                                         
-   libgrss-0.7.0-19.fc40.x86_64                                                  
-   libgsf-1.14.51-4.fc40.x86_64                                                  
-   libgudev-238-5.fc40.x86_64                                                    
-   libgusb-0.4.9-1.fc40.x86_64                                                   
-   libgxps-0.3.2-8.fc40.x86_64                                                   
-   libicu-devel-74.2-1.fc40.x86_64                                               
-   libiptcdata-1.0.5-17.fc40.x86_64                                              
-   libjpeg-turbo-3.0.2-1.fc40.x86_64                                             
-   libjpeg-turbo-devel-3.0.2-1.fc40.x86_64                                       
-   libjxl-1:0.8.3-1.fc40.x86_64                                                  
-   libjxl-devel-1:0.8.3-1.fc40.x86_64                                            
-   liblc3-1.1.1-1.fc40.x86_64                                                    
-   libldac-2.0.2.3-15.fc40.x86_64                                                
-   liblerc-4.0.0-6.fc40.x86_64                                                   
-   libmount-devel-2.40.1-1.fc40.x86_64                                           
-   libnotify-0.8.3-3.fc40.x86_64                                                 
-   libogg-2:1.3.5-8.fc40.x86_64                                                  
-   libosinfo-1.11.0-5.fc40.x86_64                                                
-   libpciaccess-0.16-12.fc40.x86_64                                              
-   libpng-2:1.6.40-3.fc40.x86_64                                                 
-   libpng-devel-2:1.6.40-3.fc40.x86_64                                           
-   libproxy-0.5.5-1.fc40.x86_64                                                  
-   librsvg2-2.57.1-6.fc40.x86_64                                                 
-   libsbc-2.0-4.fc40.x86_64                                                      
-   libselinux-devel-3.6-4.fc40.x86_64                                            
-   libsepol-devel-3.6-3.fc40.x86_64                                              
-   libsndfile-1.2.2-2.fc40.x86_64                                                
-   libsoup-2.74.3-6.fc40.x86_64                                                  
-   libsoup3-3.4.4-3.fc40.x86_64                                                  
-   libstemmer-2.2.0-10.fc40.x86_64                                               
-   libtdb-1.4.10-1.fc40.x86_64                                                   
-   libtextstyle-0.22.5-4.fc40.x86_64                                             
-   libthai-0.1.29-8.fc40.x86_64                                                  
-   libtheora-1:1.1.1-36.fc40.x86_64                                              
-   libtiff-4.6.0-2.fc40.x86_64                                                   
-   libtiff-devel-4.6.0-2.fc40.x86_64                                             
-   libtracker-sparql-3.7.3-1.fc40.x86_64                                         
-   libunwind-1.8.0-3.fc40.x86_64                                                 
-   libusb1-1.0.27-2.fc40.x86_64                                                  
-   libvisual-1:0.4.1-4.fc40.x86_64                                               
-   libvmaf-2.3.0-7.fc40.x86_64                                                   
-   libvorbis-1:1.3.7-10.fc40.x86_64                                              
-   libwayland-client-1.23.0-2.fc40.x86_64                                        
-   libwayland-cursor-1.23.0-2.fc40.x86_64                                        
-   libwayland-egl-1.23.0-2.fc40.x86_64                                           
-   libwayland-server-1.23.0-2.fc40.x86_64                                        
-   libwebp-1.3.2-5.fc40.x86_64                                                   
-   libwebp-devel-1.3.2-5.fc40.x86_64                                             
-   libxkbcommon-1.6.0-2.fc40.x86_64                                              
-   libxml2-devel-2.12.8-1.fc40.x86_64                                            
-   libxshmfence-1.3.2-3.fc40.x86_64                                              
-   libxslt-1.1.42-1.fc40.x86_64                                                  
-   libzstd-devel-1.5.6-1.fc40.x86_64                                             
-   llvm-libs-18.1.8-1.fc40.x86_64                                                
-   lm_sensors-libs-3.6.0-18.fc40.x86_64                                          
-   low-memory-monitor-2.1-10.fc40.x86_64                                         
-   mesa-dri-drivers-24.1.7-1.fc40.x86_64                                         
-   mesa-filesystem-24.1.7-1.fc40.x86_64                                          
-   mesa-libEGL-24.1.7-1.fc40.x86_64                                              
-   mesa-libEGL-devel-24.1.7-1.fc40.x86_64                                        
-   mesa-libGL-24.1.7-1.fc40.x86_64                                               
-   mesa-libgbm-24.1.7-1.fc40.x86_64                                              
-   mesa-libglapi-24.1.7-1.fc40.x86_64                                            
-   mesa-va-drivers-24.1.7-1.fc40.x86_64                                          
-   mpg123-libs-1.31.3-4.fc40.x86_64                                              
-   nspr-4.35.0-28.fc40.x86_64                                                    
-   nss-3.103.0-1.fc40.x86_64                                                     
-   nss-softokn-3.103.0-1.fc40.x86_64                                             
-   nss-softokn-freebl-3.103.0-1.fc40.x86_64                                      
-   nss-sysinit-3.103.0-1.fc40.x86_64                                             
-   nss-util-3.103.0-1.fc40.x86_64                                                
-   openjpeg2-2.5.2-1.fc40.x86_64                                                 
-   opus-1.5.1-1.fc40.x86_64                                                      
-   orc-0.4.39-1.fc40.x86_64                                                      
-   osinfo-db-20240701-1.fc40.noarch                                              
-   osinfo-db-tools-1.11.0-5.fc40.x86_64                                          
-   pango-1.54.0-1.fc40.x86_64                                                    
-   pcre2-devel-10.44-1.fc40.x86_64                                               
-   pcre2-utf16-10.44-1.fc40.x86_64                                               
-   pcre2-utf32-10.44-1.fc40.x86_64                                               
-   pipewire-libs-1.0.7-2.fc40.x86_64                                             
-   pixman-0.43.4-1.fc40.x86_64                                                   
-   pixman-devel-0.43.4-1.fc40.x86_64                                             
-   poppler-24.02.0-2.fc40.x86_64                                                 
-   poppler-data-0.4.11-7.fc40.noarch                                             
-   poppler-glib-24.02.0-2.fc40.x86_64                                            
-   pulseaudio-libs-16.1-7.fc40.x86_64                                            
-   python3-packaging-23.2-4.fc40.noarch                                          
-   rav1elibs-0.7.1-2.fc40.x86_64                                                
-   rsvg-pixbuf-loader-2.57.1-6.fc40.x86_64                                       
-   shared-mime-info-2.3-5.fc40.x86_64                                            
-   sound-theme-freedesktop-0.8-21.fc40.noarch                                    
-   svt-av1-libs-2.1.0-1.fc40.x86_64                                              
-   sysprof-capture-devel-46.0-1.fc40.x86_64                                      
-   totem-pl-parser-3.26.6-9.fc40.x86_64                                          
-   tracker-3.7.3-1.fc40.x86_64                                                   
-   tracker-miners-3.7.3-1.fc40.x86_64                                            
-   uchardet-0.0.8-5.fc40.x86_64                                                  
-   upower-libs-1.90.4-2.fc40.x86_64                                              
-   webp-pixbuf-loader-0.2.7-1.fc40.x86_64                                        
-   webrtc-audio-processing-1.3-1.fc40.x86_64                                     
-   xdg-desktop-portal-1.18.4-1.fc40.x86_64                                       
-   xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64                                   
-   xkeyboard-config-2.41-1.fc40.noarch                                           
-   xml-common-0.6.3-63.fc40.noarch                                               
-   xprop-1.2.7-1.fc40.x86_64                                                     
-   xz-devel-1:5.4.6-3.fc40.x86_64                                                
-   zlib-ng-compat-devel-2.1.7-2.fc40.x86_64                                      
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- libffi-devel-3.4.4-7.fc40.x86_64
- SDL2-devel-2.30.3-1.fc40.x86_64
- SDL2_image-devel-2.8.2-4.fc40.x86_64
- SDL2_ttf-devel-2.22.0-2.fc40.x86_64
2024-09-18 15:56.50 ---> saved as "7f73b72e6f97e85e1bd7d20efa0db6071fa9b1f6c672e4b18a8a2e91d12b8c88"


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


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


/src: (copy (src .) (dst /src))
2024-09-18 15:58.01 ---> saved as "ceaf5637f6b52a992c171a671b133afd36ab5a5f549069bc1ea379a9e8a360d3"


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


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