Organisationsbacktrackingocamlgraph9e8c1d (master)fedora-40-4.14_opam-2.3

fedora-40-4.14_opam-2.3

Logs

Show full logs
2025-01-07 09:59.11: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (9e8c1d7c0ef44845b42e3595ef68abc37f0cbff6) (linux-x86_64:fedora-40-4.14_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:e14ca5b313f60ab0f191c908ac77bea4a2a5596c716479364d6ac3a5fbd1cc9b
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 9e8c1d7c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-4.14@sha256:e14ca5b313f60ab0f191c908ac77bea4a2a5596c716479364d6ac3a5fbd1cc9b
# fedora-40-4.14_opam-2.3
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.3 /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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./
RUN opam pin add -yn ocamlgraph_gtk.dev './' && \
    opam pin add -yn ocamlgraph.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 host-arch-x86_64.1 host-system-other.1 lablgtk.2.18.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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

2025-01-07 09:59.11: Using cache hint "backtracking/ocamlgraph-ocaml/opam:fedora-40-ocaml-4.14@sha256:e14ca5b313f60ab0f191c908ac77bea4a2a5596c716479364d6ac3a5fbd1cc9b-fedora-40-4.14_opam-2.3-2266f52b71812f2091941f611c484cdd"
2025-01-07 09:59.11: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-4.14@sha256:e14ca5b313f60ab0f191c908ac77bea4a2a5596c716479364d6ac3a5fbd1cc9b)
 (comment fedora-40-4.14_opam-2.3)
 (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.3 /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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
             \nopam pin add -yn ocamlgraph.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 host-arch-x86_64.1 host-system-other.1 lablgtk.2.18.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 stdlib-shims.0.3.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.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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"))
)

2025-01-07 09:59.11: Waiting for resource in pool OCluster
2025-01-07 10:38.06: Waiting for worker…
2025-01-07 10:41.35: Got resource from pool OCluster
Building on x86-bm-c14.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/ocamlgraph.git-6d01ed0c729ab67e4397eec9f7c2a6a0ff10a4d5/.git/
HEAD is now at 9e8c1d7 fixed test_contraction

(from ocaml/opam:fedora-40-ocaml-4.14@sha256:e14ca5b313f60ab0f191c908ac77bea4a2a5596c716479364d6ac3a5fbd1cc9b)
2025-01-07 10:42.19 ---> saved as "0cd0bcae094bb98a173c972be1f7d6646dba4a81c51c3afc962a74429f8c4a78"

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

/: (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                              310 kB/s |  27 kB     00:00    
Fedora 40 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                    289 kB/s |  25 kB     00:00    
Fedora 40 - x86_64 - Updates                    5.1 MB/s | 6.0 MB     00:01    
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-01-07 10:42.27 ---> saved as "7b48ff33e7e961bb97d4a9ff04d61756c7b6b5f09a7be735dd2ba74b14747447"

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-07 10:42.27 ---> saved as "783c94e1333d66b579b9cf75f107d119c2125bb7c6804141e4d91ddd142d5b7c"

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-07 10:43.43 ---> saved as "7901be321c90d4117e0345b096f73770cf75189e16f7010896d1084764a5240a"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-07 10:43.43 ---> saved as "07a7f805fac1393c8f827ef29ac2a031d5e0581416298ae13a5a44b5a2b1c7d8"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-07 10:43.44 ---> saved as "a1a5362a992d1f0a1b9c108601e9d1b573f61fed5e7b20c6c6702eabda9f43f1"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   de786e28db..cd5853b9a4  master     -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1

<><> 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.
# To update the current shell environment, run: eval $(opam env)
2025-01-07 10:44.58 ---> saved as "9455441351f7f3150c7675bb231f43174822ca428881b2c7db423cd5abf297d2"

/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2025-01-07 10:44.58 ---> saved as "b3023c9e80c12873bc49cd5247e5d2f4d469215779321b9470fe22867da5d763"

/src: (run (network host)
           (shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
                  \nopam pin add -yn ocamlgraph.dev './'"))
[ocamlgraph_gtk.dev] synchronised (file:///src)
ocamlgraph_gtk is now pinned to file:///src (version dev)
[ocamlgraph.dev] synchronised (file:///src)
ocamlgraph is now pinned to file:///src (version dev)
2025-01-07 10:45.02 ---> saved as "d1988545cc7375dd76f4b5b5c4580c43a2358d8948d9b80bfe0022cd3e7fe593"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-07 10:45.02 ---> saved as "76168062bf33b70662696e2ad833a8250a9d2db6a5aeca50f7427207e54c7964"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 host-arch-x86_64.1 host-system-other.1 lablgtk.2.18.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 stdlib-shims.0.3.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.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              307 kB/s |  27 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    283 kB/s |  25 kB     00:00    
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlgraph.dev] synchronised (file:///src)
[ocamlgraph_gtk.dev] synchronised (file:///src)

[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:
    gtk2-devel libgnomecanvas-devel

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

+ /usr/bin/sudo "yum" "install" "-y" "gtk2-devel" "libgnomecanvas-devel"
- Last metadata expiration check: 0:00:22 ago on Tue Jan  7 10:45:03 2025.
- Dependencies resolved.
- ===================================================================================================
-  Package                                     Arch    Version                         Repo      Size
- ===================================================================================================
- Installing:
-  gtk2-devel                                  x86_64  2.24.33-18.fc40                 fedora   2.8 M
-  libgnomecanvas-devel                        x86_64  2.30.3-28.fc40                  fedora    72 k
- Upgrading:
-  libxml2                                     x86_64  2.12.9-1.fc40                   updates  688 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
-  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.13-3.fc40                   updates  517 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
-  atk-devel                                   x86_64  2.52.0-1.fc40                   fedora   445 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.79-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.30.5-1.fc40                   updates   17 k
-  colord-libs                                 x86_64  1.4.7-3.fc40                    fedora   234 k
-  cpio                                        x86_64  2.15-1.fc40                     fedora   292 k
-  crypto-policies-scripts                     noarch  20241011-1.git5930b9a.fc40      updates  124 k
-  cryptsetup-libs                             x86_64  2.7.5-1.fc40                    updates  532 k
-  cups-filesystem                             noarch  1:2.4.11-8.fc40                 updates   14 k
-  cups-libs                                   x86_64  1:2.4.11-8.fc40                 updates  262 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
-  device-mapper                               x86_64  1.02.199-1.fc40                 updates  136 k
-  device-mapper-libs                          x86_64  1.02.199-1.fc40                 updates  176 k
-  docbook-dtds                                noarch  1.0-85.fc40                     fedora   335 k
-  docbook-style-dsssl                         noarch  1.79-39.fc40                    fedora   259 k
-  docbook-style-xsl                           noarch  1.79.2-22.fc40                  fedora   1.5 M
-  docbook-utils                               noarch  0.6.14-60.fc40                  fedora    69 k
-  dracut                                      x86_64  102-2.fc40                      updates  466 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
-  file                                        x86_64  5.45-4.fc40                     fedora    49 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
-  fribidi-devel                               x86_64  1.0.14-2.fc40                   updates   29 k
-  fuse-common                                 x86_64  3.16.2-3.fc40                   fedora   8.7 k
-  fuse-libs                                   x86_64  2.9.9-21.fc40                   fedora    96 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-devel                           x86_64  2.42.10-8.fc40                  fedora   369 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
-  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
-  grub2-common                                noarch  1:2.06-123.fc40                 updates  919 k
-  grub2-tools                                 x86_64  1:2.06-123.fc40                 updates  1.8 M
-  grub2-tools-minimal                         x86_64  1:2.06-123.fc40                 updates  615 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.10-1.fc40                  updates  1.6 M
-  gstreamer1-plugins-base                     x86_64  1.24.10-1.fc40                  updates  2.2 M
-  gtk-doc                                     x86_64  1.34.0-1.fc40                   fedora   485 k
-  gtk-update-icon-cache                       x86_64  3.24.43-1.fc40                  updates   34 k
-  gtk2                                        x86_64  2.24.33-18.fc40                 fedora   3.3 M
-  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
-  hwdata                                      noarch  0.390-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
-  kbd                                         x86_64  2.6.4-3.fc40                    fedora   415 k
-  kbd-legacy                                  noarch  2.6.4-3.fc40                    fedora   574 k
-  kbd-misc                                    noarch  2.6.4-3.fc40                    fedora   1.7 M
-  kmod                                        x86_64  31-5.fc40                       fedora   122 k
-  kmod-libs                                   x86_64  31-5.fc40                       fedora    68 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
-  libXcomposite-devel                         x86_64  0.4.6-3.fc40                    fedora    16 k
-  libXcursor                                  x86_64  1.2.1-7.fc40                    fedora    30 k
-  libXcursor-devel                            x86_64  1.2.1-7.fc40                    fedora    40 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
-  libXfixes-devel                             x86_64  6.0.1-3.fc40                    fedora    13 k
-  libXft                                      x86_64  2.3.8-6.fc40                    fedora    72 k
-  libXft-devel                                x86_64  2.3.8-6.fc40                    fedora    50 k
-  libXi                                       x86_64  1.8.2-1.fc40                    updates   40 k
-  libXi-devel                                 x86_64  1.8.2-1.fc40                    updates  116 k
-  libXinerama                                 x86_64  1.1.5-6.fc40                    fedora    14 k
-  libXinerama-devel                           x86_64  1.1.5-6.fc40                    fedora    13 k
-  libXrandr                                   x86_64  1.5.4-3.fc40                    fedora    28 k
-  libXrandr-devel                             x86_64  1.5.4-3.fc40                    fedora    19 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
-  libart_lgpl                                 x86_64  2.3.21-32.fc40                  fedora    72 k
-  libart_lgpl-devel                           x86_64  2.3.21-32.fc40                  fedora    32 k
-  libasyncns                                  x86_64  0.8-28.fc40                     fedora    30 k
-  libavif                                     x86_64  1.0.4-3.fc40                    updates   91 k
-  libblkid-devel                              x86_64  2.40.2-1.fc40                   updates   26 k
-  libcanberra                                 x86_64  0.30-35.fc40                    fedora    85 k
-  libcanberra-gtk3                            x86_64  0.30-35.fc40                    fedora    31 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
-  libdatrie-devel                             x86_64  0.2.13-9.fc40                   fedora   153 k
-  libdav1d                                    x86_64  1.5.0-2.fc40                    updates  623 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
-  libffi-devel                                x86_64  3.4.4-7.fc40                    fedora    28 k
-  libgexiv2                                   x86_64  0.14.3-1.fc40                   updates  103 k
-  libglade2                                   x86_64  2.6.4-32.fc40                   fedora    61 k
-  libglvnd                                    x86_64  1:1.7.0-4.fc40                  fedora   115 k
-  libglvnd-egl                                x86_64  1:1.7.0-4.fc40                  fedora    35 k
-  libglvnd-glx                                x86_64  1:1.7.0-4.fc40                  fedora   132 k
-  libgnomecanvas                              x86_64  2.30.3-28.fc40                  fedora   242 k
-  libgrss                                     x86_64  0.7.0-19.fc40                   fedora    62 k
-  libgsf                                      x86_64  1.14.53-2.fc40                  updates  261 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
-  libimobiledevice                            x86_64  1.3.0^20230705git6fc41f5-4.fc40 fedora   138 k
-  libimobiledevice-glue                       x86_64  1.0.0-3.fc40                    fedora    36 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
-  libkcapi                                    x86_64  1.5.0-4.fc40                    updates   46 k
-  libkcapi-hasher                             x86_64  1.5.0-4.fc40                    updates   26 k
-  libkcapi-hmaccalc                           x86_64  1.5.0-4.fc40                    updates  9.1 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.2-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
-  libplist                                    x86_64  2.3.0-4.fc40                    fedora    93 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-7.fc40                   updates  1.5 M
-  libsbc                                      x86_64  2.0-4.fc40                      fedora    48 k
-  libselinux-devel                            x86_64  3.7-5.fc40                      updates  151 k
-  libsepol-devel                              x86_64  3.7-2.fc40                      updates   48 k
-  libsndfile                                  x86_64  1.2.2-4.fc40                    updates  213 k
-  libsoup                                     x86_64  2.74.3-6.fc40                   fedora   397 k
-  libsoup3                                    x86_64  3.4.5-1.fc40                    updates  385 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
-  libthai-devel                               x86_64  0.1.29-8.fc40                   fedora   144 k
-  libtheora                                   x86_64  1:1.1.1-36.fc40                 fedora   166 k
-  libtiff                                     x86_64  4.6.0-5.fc40.1                  updates  339 k
-  libtiff-devel                               x86_64  4.6.0-5.fc40.1                  updates  258 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-4.fc40                   updates   76 k
-  libusbmuxd                                  x86_64  2.0.2^20230620git8d30a55-5.fc40 fedora    36 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.5.0-1.fc40                    updates  297 k
-  libwebp-devel                               x86_64  1.5.0-1.fc40                    updates   40 k
-  libxkbcommon                                x86_64  1.6.0-2.fc40                    fedora   142 k
-  libxml2-devel                               x86_64  2.12.9-1.fc40                   updates  524 k
-  libxshmfence                                x86_64  1.3.2-5.fc40                    updates   13 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-2.fc40                   updates   28 M
-  lm_sensors-libs                             x86_64  3.6.0-18.fc40                   fedora    40 k
-  lynx                                        x86_64  2.9.0-4.fc40                    fedora   1.6 M
-  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-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.32.9-1.fc40                   updates  345 k
-  nspr                                        x86_64  4.36.0-2.fc40                   updates  137 k
-  nss                                         x86_64  3.107.0-1.fc40                  updates  711 k
-  nss-softokn                                 x86_64  3.107.0-1.fc40                  updates  414 k
-  nss-softokn-freebl                          x86_64  3.107.0-1.fc40                  updates  332 k
-  nss-sysinit                                 x86_64  3.107.0-1.fc40                  updates   19 k
-  nss-util                                    x86_64  3.107.0-1.fc40                  updates   89 k
-  openjade                                    x86_64  1.3.2-80.fc40                   fedora   860 k
-  openjpeg2                                   x86_64  2.5.2-1.fc40                    fedora   186 k
-  opensp                                      x86_64  1.5.2-46.fc40                   fedora   882 k
-  opus                                        x86_64  1.5.1-1.fc40                    fedora   230 k
-  orc                                         x86_64  0.4.39-1.fc40                   updates  223 k
-  os-prober                                   x86_64  1.81-6.fc40                     fedora    51 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
-  pango-devel                                 x86_64  1.54.0-1.fc40                   updates  160 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
-  perl-SGMLSpm                                noarch  1.03ii-62.fc40                  fedora    28 k
-  pipewire-jack-audio-connection-kit-libs     x86_64  1.0.9-1.fc40                    updates  133 k
-  pipewire-libs                               x86_64  1.0.9-1.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
-  polkit                                      x86_64  124-2.fc40                      fedora   157 k
-  polkit-libs                                 x86_64  124-2.fc40                      fedora    67 k
-  polkit-pkla-compat                          x86_64  0.1-28.fc40                     fedora    44 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
-  procps-ng                                   x86_64  4.0.4-3.fc40                    fedora   367 k
-  pulseaudio-libs                             x86_64  16.1-8.fc40                     updates  693 k
-  python3-lxml                                x86_64  5.1.0-7.fc40                    fedora   1.5 M
-  python3-packaging                           noarch  23.2-4.fc40                     fedora   125 k
-  python3-pygments                            noarch  2.17.2-3.fc40                   fedora   2.5 M
-  rav1e-libs                                  x86_64  0.7.1-4.fc40                    updates  1.0 M
-  rtkit                                       x86_64  0.11-63.fc40                    fedora    55 k
-  sgml-common                                 noarch  0.6.3-63.fc40                   fedora    61 k
-  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
-  systemd                                     x86_64  255.15-1.fc40                   updates  5.3 M
-  systemd-pam                                 x86_64  255.15-1.fc40                   updates  382 k
-  systemd-udev                                x86_64  255.15-1.fc40                   updates  2.3 M
-  totem-pl-parser                             x86_64  3.26.6-9.fc40                   fedora   144 k
-  tpm2-tss-fapi                               x86_64  4.1.3-1.fc40                    updates  331 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.6-3.fc40                   updates   57 k
-  webrtc-audio-processing                     x86_64  1.3-1.fc40                      fedora   518 k
-  wireplumber                                 x86_64  0.5.7-1.fc40                    updates  110 k
-  wireplumber-libs                            x86_64  0.5.7-1.fc40                    updates  386 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
-  grubby                                      x86_64  8.40-75.fc40                    fedora    26 k
-  jxl-pixbuf-loader                           x86_64  1:0.8.3-1.fc40                  updates   61 k
-  kpartx                                      x86_64  0.9.7-7.fc40                    fedora    49 k
-  libcanberra-gtk2                            x86_64  0.30-35.fc40                    fedora    25 k
-  low-memory-monitor                          x86_64  2.1-10.fc40                     fedora    34 k
-  memstrack                                   x86_64  0.2.5-4.fc40                    fedora    49 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
-  pigz                                        x86_64  2.8-4.fc40                      fedora    95 k
-  pipewire                                    x86_64  1.0.9-1.fc40                    updates  122 k
-  pipewire-alsa                               x86_64  1.0.9-1.fc40                    updates   56 k
-  pipewire-jack-audio-connection-kit          x86_64  1.0.9-1.fc40                    updates   14 k
-  pipewire-pulseaudio                         x86_64  1.0.9-1.fc40                    updates  197 k
-  qrencode-libs                               x86_64  4.1.1-7.fc40                    fedora    61 k
-  rsvg-pixbuf-loader                          x86_64  2.57.1-7.fc40                   updates   16 k
-  systemd-networkd                            x86_64  255.15-1.fc40                   updates  673 k
-  systemd-resolved                            x86_64  255.15-1.fc40                   updates  295 k
-  tpm2-tools                                  x86_64  5.7-1.fc40                      updates  810 k
-  tracker-miners                              x86_64  3.7.4-2.fc40                    updates  997 k
-  upower                                      x86_64  1.90.6-3.fc40                   updates  140 k
-  usbmuxd                                     x86_64  1.1.1^20230720git61b99ab-2.fc40 fedora    66 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  304 Packages
- Upgrade    1 Package
- 
- Total download size: 170 M
- Downloading Packages:
- (1/305): abattis-cantarell-vf-fonts-0.301-12.fc 1.3 MB/s | 120 kB     00:00    
- (2/305): at-spi2-atk-2.52.0-1.fc40.x86_64.rpm   2.3 MB/s |  86 kB     00:00    
- (3/305): ModemManager-glib-1.22.0-3.fc40.x86_64 2.3 MB/s | 322 kB     00:00    
- (4/305): atk-2.52.0-1.fc40.x86_64.rpm           3.8 MB/s |  80 kB     00:00    
- (5/305): adobe-source-code-pro-fonts-2.042.1.06 3.6 MB/s | 806 kB     00:00    
- (6/305): at-spi2-core-2.52.0-1.fc40.x86_64.rpm  3.9 MB/s | 373 kB     00:00    
- (7/305): avahi-glib-0.8-26.fc40.x86_64.rpm      814 kB/s |  15 kB     00:00    
- (8/305): avahi-libs-0.8-26.fc40.x86_64.rpm      3.3 MB/s |  67 kB     00:00    
- (9/305): brotli-1.1.0-3.fc40.x86_64.rpm         290 kB/s |  20 kB     00:00    
- (10/305): atk-devel-2.52.0-1.fc40.x86_64.rpm    2.9 MB/s | 445 kB     00:00    
- (11/305): brotli-devel-1.1.0-3.fc40.x86_64.rpm  525 kB/s |  34 kB     00:00    
- (12/305): bzip2-devel-1.0.8-18.fc40.x86_64.rpm  4.3 MB/s | 214 kB     00:00    
- (13/305): cairo-gobject-1.18.0-3.fc40.x86_64.rp 887 kB/s |  17 kB     00:00    
- (14/305): cairo-devel-1.18.0-3.fc40.x86_64.rpm  2.5 MB/s | 193 kB     00:00    
- (15/305): cdparanoia-libs-10.2-44.fc40.x86_64.r 2.6 MB/s |  54 kB     00:00    
- (16/305): cairo-1.18.0-3.fc40.x86_64.rpm        5.3 MB/s | 709 kB     00:00    
- (17/305): colord-libs-1.4.7-3.fc40.x86_64.rpm   4.0 MB/s | 234 kB     00:00    
- (18/305): cpio-2.15-1.fc40.x86_64.rpm           4.9 MB/s | 292 kB     00:00    
- (19/305): dbus-1.14.10-3.fc40.x86_64.rpm        423 kB/s | 8.0 kB     00:00    
- (20/305): dbus-common-1.14.10-3.fc40.noarch.rpm 809 kB/s |  15 kB     00:00    
- (21/305): dconf-0.40.0-12.fc40.x86_64.rpm       5.2 MB/s | 109 kB     00:00    
- (22/305): docbook-dtds-1.0-85.fc40.noarch.rpm   5.5 MB/s | 335 kB     00:00    
- (23/305): docbook-utils-0.6.14-60.fc40.noarch.r 2.4 MB/s |  69 kB     00:00    
- (24/305): docbook-style-dsssl-1.79-39.fc40.noar 2.3 MB/s | 259 kB     00:00    
- (25/305): duktape-2.7.0-7.fc40.x86_64.rpm       4.4 MB/s | 170 kB     00:00    
- (26/305): exempi-2.6.4-5.fc40.x86_64.rpm        6.3 MB/s | 581 kB     00:00    
- (27/305): docbook-style-xsl-1.79.2-22.fc40.noar 6.4 MB/s | 1.5 MB     00:00    
- (28/305): exiv2-0.27.6-7.fc40.x86_64.rpm        7.3 MB/s | 979 kB     00:00    
- (29/305): file-5.45-4.fc40.x86_64.rpm           2.5 MB/s |  49 kB     00:00    
- (30/305): exiv2-libs-0.27.6-7.fc40.x86_64.rpm   7.9 MB/s | 755 kB     00:00    
- (31/305): fdk-aac-free-2.0.0-13.fc40.x86_64.rpm 5.6 MB/s | 337 kB     00:00    
- (32/305): flac-libs-1.4.3-4.fc40.x86_64.rpm     6.4 MB/s | 262 kB     00:00    
- (33/305): fonts-filesystem-2.0.5-14.fc40.noarch 398 kB/s | 8.2 kB     00:00    
- (34/305): fuse-common-3.16.2-3.fc40.x86_64.rpm  470 kB/s | 8.7 kB     00:00    
- (35/305): fuse-libs-2.9.9-21.fc40.x86_64.rpm    4.8 MB/s |  96 kB     00:00    
- (36/305): freetype-2.13.2-5.fc40.x86_64.rpm     6.7 MB/s | 410 kB     00:00    
- (37/305): fuse3-3.16.2-3.fc40.x86_64.rpm        3.0 MB/s |  58 kB     00:00    
- (38/305): fuse3-libs-3.16.2-3.fc40.x86_64.rpm   4.4 MB/s |  93 kB     00:00    
- (39/305): gdk-pixbuf2-2.42.10-8.fc40.x86_64.rpm 8.4 MB/s | 485 kB     00:00    
- (40/305): gdk-pixbuf2-modules-2.42.10-8.fc40.x8 4.4 MB/s |  86 kB     00:00    
- (41/305): gdk-pixbuf2-devel-2.42.10-8.fc40.x86_ 5.1 MB/s | 369 kB     00:00    
- (42/305): geoclue2-2.7.0-5.fc40.x86_64.rpm      7.6 MB/s | 157 kB     00:00    
- (43/305): freetype-devel-2.13.2-5.fc40.x86_64.r 5.7 MB/s | 951 kB     00:00    
- (44/305): giflib-5.2.2-1.fc40.x86_64.rpm        2.5 MB/s |  52 kB     00:00    
- (45/305): google-noto-fonts-common-20240301-2.f 933 kB/s |  17 kB     00:00    
- (46/305): glib-networking-2.80.0-1.fc40.x86_64. 5.2 MB/s | 200 kB     00:00    
- (47/305): gpgmepp-1.23.2-3.fc40.x86_64.rpm      6.6 MB/s | 139 kB     00:00    
- (48/305): gpgme-1.23.2-3.fc40.x86_64.rpm        5.5 MB/s | 211 kB     00:00    
- (49/305): google-noto-sans-vf-fonts-20240301-2. 9.4 MB/s | 593 kB     00:00    
- (50/305): graphene-1.10.6-8.fc40.x86_64.rpm     3.1 MB/s |  61 kB     00:00    
- (51/305): graphite2-1.3.14-15.fc40.x86_64.rpm   4.8 MB/s |  95 kB     00:00    
- (52/305): grubby-8.40-75.fc40.x86_64.rpm        1.3 MB/s |  26 kB     00:00    
- (53/305): graphite2-devel-1.3.14-15.fc40.x86_64 693 kB/s |  21 kB     00:00    
- (54/305): gsm-1.0.22-6.fc40.x86_64.rpm          1.9 MB/s |  36 kB     00:00    
- (55/305): gtk-doc-1.34.0-1.fc40.x86_64.rpm      5.3 MB/s | 485 kB     00:00    
- (56/305): hicolor-icon-theme-0.17-18.fc40.noarc 3.1 MB/s |  66 kB     00:00    
- (57/305): gtk2-2.24.33-18.fc40.x86_64.rpm        11 MB/s | 3.3 MB     00:00    
- (58/305): jbigkit-libs-2.1-29.fc40.x86_64.rpm   2.4 MB/s |  53 kB     00:00    
- (59/305): json-glib-1.8.0-3.fc40.x86_64.rpm     7.6 MB/s | 167 kB     00:00    
- (60/305): gtk2-devel-2.24.33-18.fc40.x86_64.rpm 7.7 MB/s | 2.8 MB     00:00    
- (61/305): kbd-2.6.4-3.fc40.x86_64.rpm           7.8 MB/s | 415 kB     00:00    
- (62/305): kbd-legacy-2.6.4-3.fc40.noarch.rpm    9.3 MB/s | 574 kB     00:00    
- (63/305): iso-codes-4.16.0-3.fc40.noarch.rpm     10 MB/s | 3.5 MB     00:00    
- (64/305): kmod-31-5.fc40.x86_64.rpm             4.5 MB/s | 122 kB     00:00    
- (65/305): kmod-libs-31-5.fc40.x86_64.rpm        2.9 MB/s |  68 kB     00:00    
- (66/305): kpartx-0.9.7-7.fc40.x86_64.rpm        2.1 MB/s |  49 kB     00:00    
- (67/305): kbd-misc-2.6.4-3.fc40.noarch.rpm       15 MB/s | 1.7 MB     00:00    
- (68/305): lcms2-2.16-3.fc40.x86_64.rpm          6.1 MB/s | 180 kB     00:00    
- (69/305): lame-libs-3.100-17.fc40.x86_64.rpm    6.8 MB/s | 336 kB     00:00    
- (70/305): libXcomposite-0.4.6-3.fc40.x86_64.rpm 1.1 MB/s |  24 kB     00:00    
- (71/305): libXcursor-1.2.1-7.fc40.x86_64.rpm    1.5 MB/s |  30 kB     00:00    
- (72/305): libXcomposite-devel-0.4.6-3.fc40.x86_ 328 kB/s |  16 kB     00:00    
- (73/305): libXdamage-1.1.6-3.fc40.x86_64.rpm    1.1 MB/s |  23 kB     00:00    
- (74/305): libXcursor-devel-1.2.1-7.fc40.x86_64. 959 kB/s |  40 kB     00:00    
- (75/305): libXext-1.3.6-1.fc40.x86_64.rpm       2.0 MB/s |  39 kB     00:00    
- (76/305): libXfixes-6.0.1-3.fc40.x86_64.rpm     1.0 MB/s |  19 kB     00:00    
- (77/305): libXft-2.3.8-6.fc40.x86_64.rpm        3.6 MB/s |  72 kB     00:00    
- (78/305): libXfixes-devel-6.0.1-3.fc40.x86_64.r 375 kB/s |  13 kB     00:00    
- (79/305): libXext-devel-1.3.6-1.fc40.x86_64.rpm 1.9 MB/s |  86 kB     00:00    
- (80/305): libXinerama-1.1.5-6.fc40.x86_64.rpm   763 kB/s |  14 kB     00:00    
- (81/305): libXrandr-1.5.4-3.fc40.x86_64.rpm     1.4 MB/s |  28 kB     00:00    
- (82/305): libXft-devel-2.3.8-6.fc40.x86_64.rpm  820 kB/s |  50 kB     00:00    
- (83/305): libXinerama-devel-1.1.5-6.fc40.x86_64 185 kB/s |  13 kB     00:00    
- (84/305): libXrandr-devel-1.5.4-3.fc40.x86_64.r 504 kB/s |  19 kB     00:00    
- (85/305): libXrender-0.9.11-6.fc40.x86_64.rpm   1.4 MB/s |  27 kB     00:00    
- (86/305): libXv-1.0.12-3.fc40.x86_64.rpm        995 kB/s |  18 kB     00:00    
- (87/305): libXxf86vm-1.1.5-6.fc40.x86_64.rpm    941 kB/s |  18 kB     00:00    
- (88/305): libXrender-devel-0.9.11-6.fc40.x86_64 550 kB/s |  19 kB     00:00    
- (89/305): libasyncns-0.8-28.fc40.x86_64.rpm     1.5 MB/s |  30 kB     00:00    
- (90/305): libart_lgpl-2.3.21-32.fc40.x86_64.rpm 2.1 MB/s |  72 kB     00:00    
- (91/305): libcanberra-0.30-35.fc40.x86_64.rpm   4.0 MB/s |  85 kB     00:00    
- (92/305): libcanberra-gtk2-0.30-35.fc40.x86_64. 1.2 MB/s |  25 kB     00:00    
- (93/305): libart_lgpl-devel-2.3.21-32.fc40.x86_ 489 kB/s |  32 kB     00:00    
- (94/305): libcloudproviders-0.3.5-3.fc40.x86_64 2.4 MB/s |  46 kB     00:00    
- (95/305): libcanberra-gtk3-0.30-35.fc40.x86_64. 1.4 MB/s |  31 kB     00:00    
- (96/305): libcue-2.3.0-3.fc40.x86_64.rpm        1.8 MB/s |  35 kB     00:00    
- (97/305): libdatrie-0.2.13-9.fc40.x86_64.rpm    1.6 MB/s |  32 kB     00:00    
- (98/305): libepoxy-1.5.10-6.fc40.x86_64.rpm     9.8 MB/s | 222 kB     00:00    
- (99/305): libdatrie-devel-0.2.13-9.fc40.x86_64. 3.3 MB/s | 153 kB     00:00    
- (100/305): libexif-0.6.24-7.fc40.x86_64.rpm      11 MB/s | 456 kB     00:00    
- (101/305): libffi-devel-3.4.4-7.fc40.x86_64.rpm 842 kB/s |  28 kB     00:00    
- (102/305): libglade2-2.6.4-32.fc40.x86_64.rpm   1.6 MB/s |  61 kB     00:00    
- (103/305): libglvnd-1.7.0-4.fc40.x86_64.rpm     5.1 MB/s | 115 kB     00:00    
- (104/305): libglvnd-egl-1.7.0-4.fc40.x86_64.rpm 1.8 MB/s |  35 kB     00:00    
- (105/305): libglvnd-glx-1.7.0-4.fc40.x86_64.rpm 6.1 MB/s | 132 kB     00:00    
- (106/305): libgnomecanvas-2.30.3-28.fc40.x86_64 7.9 MB/s | 242 kB     00:00    
- (107/305): libgrss-0.7.0-19.fc40.x86_64.rpm     3.0 MB/s |  62 kB     00:00    
- (108/305): libgnomecanvas-devel-2.30.3-28.fc40. 1.7 MB/s |  72 kB     00:00    
- (109/305): libgudev-238-5.fc40.x86_64.rpm       1.6 MB/s |  35 kB     00:00    
- (110/305): libgxps-0.3.2-8.fc40.x86_64.rpm      3.6 MB/s |  76 kB     00:00    
- (111/305): libimobiledevice-1.3.0^20230705git6f 6.6 MB/s | 138 kB     00:00    
- (112/305): libimobiledevice-glue-1.0.0-3.fc40.x 1.8 MB/s |  36 kB     00:00    
- (113/305): libiptcdata-1.0.5-17.fc40.x86_64.rpm 3.1 MB/s |  60 kB     00:00    
- (114/305): libjpeg-turbo-3.0.2-1.fc40.x86_64.rp 9.6 MB/s | 227 kB     00:00    
- (115/305): libjpeg-turbo-devel-3.0.2-1.fc40.x86 2.8 MB/s |  97 kB     00:00    
- (116/305): libldac-2.0.2.3-15.fc40.x86_64.rpm   1.8 MB/s |  41 kB     00:00    
- (117/305): libicu-devel-74.2-1.fc40.x86_64.rpm  9.9 MB/s | 930 kB     00:00    
- (118/305): libnotify-0.8.3-3.fc40.x86_64.rpm    2.6 MB/s |  51 kB     00:00    
- (119/305): liblerc-4.0.0-6.fc40.x86_64.rpm      9.1 MB/s | 210 kB     00:00    
- (120/305): libogg-1.3.5-8.fc40.x86_64.rpm       1.7 MB/s |  33 kB     00:00    
- (121/305): libpciaccess-0.16-12.fc40.x86_64.rpm 1.3 MB/s |  26 kB     00:00    
- (122/305): libplist-2.3.0-4.fc40.x86_64.rpm     4.5 MB/s |  93 kB     00:00    
- (123/305): libosinfo-1.11.0-5.fc40.x86_64.rpm   8.0 MB/s | 316 kB     00:00    
- (124/305): libpng-1.6.40-3.fc40.x86_64.rpm      5.3 MB/s | 120 kB     00:00    
- (125/305): libsbc-2.0-4.fc40.x86_64.rpm         2.4 MB/s |  48 kB     00:00    
- (126/305): libpng-devel-1.6.40-3.fc40.x86_64.rp 6.4 MB/s | 291 kB     00:00    
- (127/305): libstemmer-2.2.0-10.fc40.x86_64.rpm  5.6 MB/s | 139 kB     00:00    
- (128/305): libsoup-2.74.3-6.fc40.x86_64.rpm     9.0 MB/s | 397 kB     00:00    
- (129/305): libtdb-1.4.10-1.fc40.x86_64.rpm      2.5 MB/s |  51 kB     00:00    
- (130/305): libthai-0.1.29-8.fc40.x86_64.rpm     9.3 MB/s | 214 kB     00:00    
- (131/305): libtheora-1.1.1-36.fc40.x86_64.rpm   7.4 MB/s | 166 kB     00:00    
- (132/305): libunwind-1.8.0-3.fc40.x86_64.rpm    3.6 MB/s |  73 kB     00:00    
- (133/305): libthai-devel-0.1.29-8.fc40.x86_64.r 3.0 MB/s | 144 kB     00:00    
- (134/305): libusbmuxd-2.0.2^20230620git8d30a55- 1.8 MB/s |  36 kB     00:00    
- (135/305): libvisual-0.4.1-4.fc40.x86_64.rpm    7.2 MB/s | 151 kB     00:00    
- (136/305): libvmaf-2.3.0-7.fc40.x86_64.rpm      8.0 MB/s | 180 kB     00:00    
- (137/305): libvorbis-1.3.7-10.fc40.x86_64.rpm   8.6 MB/s | 187 kB     00:00    
- (138/305): libxkbcommon-1.6.0-2.fc40.x86_64.rpm 6.9 MB/s | 142 kB     00:00    
- (139/305): lm_sensors-libs-3.6.0-18.fc40.x86_64 2.0 MB/s |  40 kB     00:00    
- (140/305): low-memory-monitor-2.1-10.fc40.x86_6 1.8 MB/s |  34 kB     00:00    
- (141/305): memstrack-0.2.5-4.fc40.x86_64.rpm    2.4 MB/s |  49 kB     00:00    
- (142/305): openjpeg2-2.5.2-1.fc40.x86_64.rpm    8.2 MB/s | 186 kB     00:00    
- (143/305): openjade-1.3.2-80.fc40.x86_64.rpm    9.3 MB/s | 860 kB     00:00    
- (144/305): opus-1.5.1-1.fc40.x86_64.rpm         9.8 MB/s | 230 kB     00:00    
- (145/305): lynx-2.9.0-4.fc40.x86_64.rpm          10 MB/s | 1.6 MB     00:00    
- (146/305): os-prober-1.81-6.fc40.x86_64.rpm     2.1 MB/s |  51 kB     00:00    
- (147/305): opensp-1.5.2-46.fc40.x86_64.rpm      8.0 MB/s | 882 kB     00:00    
- (148/305): osinfo-db-tools-1.11.0-5.fc40.x86_64 3.7 MB/s |  74 kB     00:00    
- (149/305): pigz-2.8-4.fc40.x86_64.rpm           4.8 MB/s |  95 kB     00:00    
- (150/305): polkit-124-2.fc40.x86_64.rpm         7.4 MB/s | 157 kB     00:00    
- (151/305): polkit-libs-124-2.fc40.x86_64.rpm    3.4 MB/s |  67 kB     00:00    
- (152/305): polkit-pkla-compat-0.1-28.fc40.x86_6 2.3 MB/s |  44 kB     00:00    
- (153/305): perl-SGMLSpm-1.03ii-62.fc40.noarch.r 412 kB/s |  28 kB     00:00    
- (154/305): poppler-glib-24.02.0-2.fc40.x86_64.r 8.4 MB/s | 190 kB     00:00    
- (155/305): procps-ng-4.0.4-3.fc40.x86_64.rpm     15 MB/s | 367 kB     00:00    
- (156/305): poppler-24.02.0-2.fc40.x86_64.rpm     15 MB/s | 1.2 MB     00:00    
- (157/305): python3-packaging-23.2-4.fc40.noarch 6.1 MB/s | 125 kB     00:00    
- (158/305): poppler-data-0.4.11-7.fc40.noarch.rp  16 MB/s | 2.0 MB     00:00    
- (159/305): qrencode-libs-4.1.1-7.fc40.x86_64.rp 2.8 MB/s |  61 kB     00:00    
- (160/305): python3-lxml-5.1.0-7.fc40.x86_64.rpm  14 MB/s | 1.5 MB     00:00    
- (161/305): rtkit-0.11-63.fc40.x86_64.rpm        2.6 MB/s |  55 kB     00:00    
- (162/305): sgml-common-0.6.3-63.fc40.noarch.rpm 3.0 MB/s |  61 kB     00:00    
- (163/305): sound-theme-freedesktop-0.8-21.fc40.  15 MB/s | 383 kB     00:00    
- (164/305): totem-pl-parser-3.26.6-9.fc40.x86_64 6.5 MB/s | 144 kB     00:00    
- (165/305): sysprof-capture-devel-46.0-1.fc40.x8 926 kB/s |  54 kB     00:00    
- (166/305): uchardet-0.0.8-5.fc40.x86_64.rpm     4.7 MB/s | 106 kB     00:00    
- (167/305): python3-pygments-2.17.2-3.fc40.noarc  13 MB/s | 2.5 MB     00:00    
- (168/305): usbmuxd-1.1.1^20230720git61b99ab-2.f 1.9 MB/s |  66 kB     00:00    
- (169/305): webp-pixbuf-loader-0.2.7-1.fc40.x86_ 604 kB/s |  20 kB     00:00    
- (170/305): xdg-desktop-portal-gtk-1.15.1-5.fc40 5.0 MB/s | 143 kB     00:00    
- (171/305): webrtc-audio-processing-1.3-1.fc40.x  12 MB/s | 518 kB     00:00    
- (172/305): xml-common-0.6.3-63.fc40.noarch.rpm  1.6 MB/s |  31 kB     00:00    
- (173/305): xkeyboard-config-2.41-1.fc40.noarch.  14 MB/s | 976 kB     00:00    
- (174/305): xprop-1.2.7-1.fc40.x86_64.rpm        1.2 MB/s |  35 kB     00:00    
- (175/305): xz-devel-5.4.6-3.fc40.x86_64.rpm     2.9 MB/s |  67 kB     00:00    
- (176/305): adwaita-icon-theme-46.2-2.fc40.noarc  14 MB/s | 407 kB     00:00    
- (177/305): adwaita-cursor-theme-46.2-2.fc40.noa  12 MB/s | 516 kB     00:00    
- (178/305): NetworkManager-libnm-1.46.2-1.fc40.x  20 MB/s | 1.8 MB     00:00    
- (179/305): alsa-lib-1.2.13-3.fc40.x86_64.rpm     11 MB/s | 517 kB     00:00    
- (180/305): avif-pixbuf-loader-1.0.4-3.fc40.x86_ 829 kB/s |  17 kB     00:00    
- (181/305): bluez-libs-5.79-1.fc40.x86_64.rpm    4.1 MB/s |  83 kB     00:00    
- (182/305): cmake-filesystem-3.30.5-1.fc40.x86_6 897 kB/s |  17 kB     00:00    
- (183/305): crypto-policies-scripts-20241011-1.g 6.0 MB/s | 124 kB     00:00    
- (184/305): adwaita-icon-theme-legacy-46.2-1.fc4  21 MB/s | 2.5 MB     00:00    
- (185/305): cups-filesystem-2.4.11-8.fc40.noarch 654 kB/s |  14 kB     00:00    
- (186/305): cryptsetup-libs-2.7.5-1.fc40.x86_64.  12 MB/s | 532 kB     00:00    
- (187/305): cups-libs-2.4.11-8.fc40.x86_64.rpm    11 MB/s | 262 kB     00:00    
- (188/305): dbus-broker-36-2.fc40.x86_64.rpm     7.0 MB/s | 171 kB     00:00    
- (189/305): default-fonts-core-sans-4.0-13.fc40. 1.6 MB/s |  31 kB     00:00    
- (190/305): device-mapper-libs-1.02.199-1.fc40.x 8.6 MB/s | 176 kB     00:00    
- (191/305): device-mapper-1.02.199-1.fc40.x86_64 6.2 MB/s | 136 kB     00:00    
- (192/305): dracut-102-2.fc40.x86_64.rpm          18 MB/s | 466 kB     00:00    
- (193/305): fontconfig-2.15.0-6.fc40.x86_64.rpm   11 MB/s | 270 kB     00:00    
- (194/305): fontconfig-devel-2.15.0-6.fc40.x86_6 6.6 MB/s | 165 kB     00:00    
- (195/305): fribidi-1.0.14-2.fc40.x86_64.rpm     4.4 MB/s |  92 kB     00:00    
- (196/305): fribidi-devel-1.0.14-2.fc40.x86_64.r 1.5 MB/s |  29 kB     00:00    
- (197/305): gettext-envsubst-0.22.5-4.fc40.x86_6 1.6 MB/s |  38 kB     00:00    
- (198/305): gettext-libs-0.22.5-4.fc40.x86_64.rp  16 MB/s | 666 kB     00:00    
- (199/305): gettext-runtime-0.22.5-4.fc40.x86_64 5.7 MB/s | 121 kB     00:00    
- (200/305): gobject-introspection-1.80.1-1.fc40. 4.9 MB/s | 111 kB     00:00    
- (201/305): gettext-0.22.5-4.fc40.x86_64.rpm     9.3 MB/s | 1.1 MB     00:00    
- (202/305): grub2-common-2.06-123.fc40.noarch.rp  20 MB/s | 919 kB     00:00    
- (203/305): glib2-devel-2.80.3-1.fc40.x86_64.rpm  18 MB/s | 1.5 MB     00:00    
- (204/305): grub2-tools-minimal-2.06-123.fc40.x8  15 MB/s | 615 kB     00:00    
- (205/305): gsettings-desktop-schemas-46.1-1.fc4  17 MB/s | 755 kB     00:00    
- (206/305): grub2-tools-2.06-123.fc40.x86_64.rpm  21 MB/s | 1.8 MB     00:00    
- (207/305): gtk-update-icon-cache-3.24.43-1.fc40 1.8 MB/s |  34 kB     00:00    
- (208/305): gstreamer1-1.24.10-1.fc40.x86_64.rpm  24 MB/s | 1.6 MB     00:00    
- (209/305): gstreamer1-plugins-base-1.24.10-1.fc  23 MB/s | 2.2 MB     00:00    
- (210/305): harfbuzz-8.5.0-1.fc40.x86_64.rpm      22 MB/s | 1.0 MB     00:00    
- (211/305): harfbuzz-devel-8.5.0-1.fc40.x86_64.r  18 MB/s | 446 kB     00:00    
- (212/305): harfbuzz-icu-8.5.0-1.fc40.x86_64.rpm 716 kB/s |  16 kB     00:00    
- (213/305): highway-1.2.0-2.fc40.x86_64.rpm       15 MB/s | 652 kB     00:00    
- (214/305): jxl-pixbuf-loader-0.8.3-1.fc40.x86_6 3.1 MB/s |  61 kB     00:00    
- (215/305): hwdata-0.390-1.fc40.noarch.rpm        23 MB/s | 1.6 MB     00:00    
- (216/305): libXi-1.8.2-1.fc40.x86_64.rpm        2.1 MB/s |  40 kB     00:00    
- (217/305): gtk3-3.24.43-1.fc40.x86_64.rpm        26 MB/s | 5.6 MB     00:00    
- (218/305): libXi-devel-1.8.2-1.fc40.x86_64.rpm  1.9 MB/s | 116 kB     00:00    
- (219/305): libXtst-1.2.5-1.fc40.x86_64.rpm      382 kB/s |  20 kB     00:00    
- (220/305): libblkid-devel-2.40.2-1.fc40.x86_64. 1.1 MB/s |  26 kB     00:00    
- (221/305): libavif-1.0.4-3.fc40.x86_64.rpm      3.5 MB/s |  91 kB     00:00    
- (222/305): libdrm-2.4.123-1.fc40.x86_64.rpm     7.3 MB/s | 159 kB     00:00    
- (223/305): libdav1d-1.5.0-2.fc40.x86_64.rpm      15 MB/s | 623 kB     00:00    
- (224/305): libaom-3.9.0-1.fc40.x86_64.rpm        23 MB/s | 1.8 MB     00:00    
- (225/305): libgexiv2-0.14.3-1.fc40.x86_64.rpm   3.1 MB/s | 103 kB     00:00    
- (226/305): libgsf-1.14.53-2.fc40.x86_64.rpm      12 MB/s | 261 kB     00:00    
- (227/305): libgusb-0.4.9-1.fc40.x86_64.rpm      3.2 MB/s |  65 kB     00:00    
- (228/305): libkcapi-1.5.0-4.fc40.x86_64.rpm     2.4 MB/s |  46 kB     00:00    
- (229/305): libkcapi-hasher-1.5.0-4.fc40.x86_64. 1.2 MB/s |  26 kB     00:00    
- (230/305): libkcapi-hmaccalc-1.5.0-4.fc40.x86_6 498 kB/s | 9.1 kB     00:00    
- (231/305): libjxl-0.8.3-1.fc40.x86_64.rpm        18 MB/s | 1.2 MB     00:00    
- (232/305): liblc3-1.1.1-1.fc40.x86_64.rpm       3.6 MB/s | 102 kB     00:00    
- (233/305): libmount-devel-2.40.2-1.fc40.x86_64. 1.1 MB/s |  27 kB     00:00    
- (234/305): libproxy-0.5.5-1.fc40.x86_64.rpm     2.4 MB/s |  48 kB     00:00    
- (235/305): libselinux-devel-3.7-5.fc40.x86_64.r 7.3 MB/s | 151 kB     00:00    
- (236/305): libsepol-devel-3.7-2.fc40.x86_64.rpm 2.4 MB/s |  48 kB     00:00    
- (237/305): libsndfile-1.2.2-4.fc40.x86_64.rpm   9.1 MB/s | 213 kB     00:00    
- (238/305): libsoup3-3.4.5-1.fc40.x86_64.rpm      15 MB/s | 385 kB     00:00    
- (239/305): libtextstyle-0.22.5-4.fc40.x86_64.rp 4.0 MB/s |  88 kB     00:00    
- (240/305): librsvg2-2.57.1-7.fc40.x86_64.rpm     16 MB/s | 1.5 MB     00:00    
- (241/305): libtiff-devel-4.6.0-5.fc40.1.x86_64. 7.6 MB/s | 258 kB     00:00    
- (242/305): libtracker-sparql-3.7.3-1.fc40.x86_6  15 MB/s | 371 kB     00:00    
- (243/305): libusb1-1.0.27-4.fc40.x86_64.rpm     3.9 MB/s |  76 kB     00:00    
- (244/305): libtiff-4.6.0-5.fc40.1.x86_64.rpm    5.2 MB/s | 339 kB     00:00    
- (245/305): libwayland-client-1.23.0-2.fc40.x86_ 1.7 MB/s |  33 kB     00:00    
- (246/305): libwayland-cursor-1.23.0-2.fc40.x86_ 1.0 MB/s |  19 kB     00:00    
- (247/305): libwayland-egl-1.23.0-2.fc40.x86_64. 643 kB/s |  13 kB     00:00    
- (248/305): libwayland-server-1.23.0-2.fc40.x86_ 2.1 MB/s |  41 kB     00:00    
- (249/305): libwebp-1.5.0-1.fc40.x86_64.rpm       13 MB/s | 297 kB     00:00    
- (250/305): libwebp-devel-1.5.0-1.fc40.x86_64.rp 1.9 MB/s |  40 kB     00:00    
- (251/305): libxshmfence-1.3.2-5.fc40.x86_64.rpm 519 kB/s |  13 kB     00:00    
- (252/305): libxslt-1.1.42-1.fc40.x86_64.rpm     8.4 MB/s | 189 kB     00:00    
- (253/305): libxml2-devel-2.12.9-1.fc40.x86_64.r  13 MB/s | 524 kB     00:00    
- (254/305): libzstd-devel-1.5.6-1.fc40.x86_64.rp 2.7 MB/s |  52 kB     00:00    
- (255/305): mesa-filesystem-24.1.7-1.fc40.x86_64 1.1 MB/s |  21 kB     00:00    
- (256/305): mesa-libEGL-24.1.7-1.fc40.x86_64.rpm 6.8 MB/s | 140 kB     00:00    
- (257/305): mesa-libGL-24.1.7-1.fc40.x86_64.rpm  8.4 MB/s | 176 kB     00:00    
- (258/305): mesa-libgbm-24.1.7-1.fc40.x86_64.rpm 2.5 MB/s |  48 kB     00:00    
- (259/305): mesa-libglapi-24.1.7-1.fc40.x86_64.r 2.6 MB/s |  51 kB     00:00    
- (260/305): mesa-va-drivers-24.1.7-1.fc40.x86_64  28 MB/s | 4.0 MB     00:00    
- (261/305): mpg123-libs-1.32.9-1.fc40.x86_64.rpm  11 MB/s | 345 kB     00:00    
- (262/305): nspr-4.36.0-2.fc40.x86_64.rpm        6.4 MB/s | 137 kB     00:00    
- (263/305): nss-3.107.0-1.fc40.x86_64.rpm         23 MB/s | 711 kB     00:00    
- (264/305): nss-softokn-3.107.0-1.fc40.x86_64.rp  14 MB/s | 414 kB     00:00    
- (265/305): nss-softokn-freebl-3.107.0-1.fc40.x8  13 MB/s | 332 kB     00:00    
- (266/305): nss-sysinit-3.107.0-1.fc40.x86_64.rp 1.0 MB/s |  19 kB     00:00    
- (267/305): nss-util-3.107.0-1.fc40.x86_64.rpm   4.5 MB/s |  89 kB     00:00    
- (268/305): orc-0.4.39-1.fc40.x86_64.rpm          10 MB/s | 223 kB     00:00    
- (269/305): osinfo-db-20240701-1.fc40.noarch.rpm  18 MB/s | 453 kB     00:00    
- (270/305): pango-1.54.0-1.fc40.x86_64.rpm        15 MB/s | 347 kB     00:00    
- (271/305): pango-devel-1.54.0-1.fc40.x86_64.rpm 7.9 MB/s | 160 kB     00:00    
- (272/305): pcre2-devel-10.44-1.fc40.x86_64.rpm   21 MB/s | 521 kB     00:00    
- (273/305): llvm-libs-18.1.8-2.fc40.x86_64.rpm    42 MB/s |  28 MB     00:00    
- (274/305): pcre2-utf16-10.44-1.fc40.x86_64.rpm  1.9 MB/s | 223 kB     00:00    
- (275/305): pcre2-utf32-10.44-1.fc40.x86_64.rpm  9.2 MB/s | 210 kB     00:00    
- (276/305): pipewire-1.0.9-1.fc40.x86_64.rpm     3.4 MB/s | 122 kB     00:00    
- (277/305): pipewire-alsa-1.0.9-1.fc40.x86_64.rp 1.5 MB/s |  56 kB     00:00    
- (278/305): pipewire-jack-audio-connection-kit-l 6.1 MB/s | 133 kB     00:00    
- (279/305): pipewire-jack-audio-connection-kit-1 262 kB/s |  14 kB     00:00    
- (280/305): pipewire-pulseaudio-1.0.9-1.fc40.x86 1.9 MB/s | 197 kB     00:00    
- (281/305): pipewire-libs-1.0.9-1.fc40.x86_64.rp  14 MB/s | 1.8 MB     00:00    
- (282/305): pixman-0.43.4-1.fc40.x86_64.rpm      7.1 MB/s | 293 kB     00:00    
- (283/305): pixman-devel-0.43.4-1.fc40.x86_64.rp 717 kB/s |  17 kB     00:00    
- (284/305): pulseaudio-libs-16.1-8.fc40.x86_64.r  20 MB/s | 693 kB     00:00    
- (285/305): rsvg-pixbuf-loader-2.57.1-7.fc40.x86 734 kB/s |  16 kB     00:00    
- (286/305): rav1e-libs-0.7.1-4.fc40.x86_64.rpm    16 MB/s | 1.0 MB     00:00    
- (287/305): shared-mime-info-2.3-5.fc40.x86_64.r  15 MB/s | 390 kB     00:00    
- (288/305): svt-av1-libs-2.1.0-1.fc40.x86_64.rpm  19 MB/s | 2.0 MB     00:00    
- (289/305): systemd-255.15-1.fc40.x86_64.rpm      33 MB/s | 5.3 MB     00:00    
- (290/305): systemd-networkd-255.15-1.fc40.x86_6 6.8 MB/s | 673 kB     00:00    
- (291/305): systemd-pam-255.15-1.fc40.x86_64.rpm  13 MB/s | 382 kB     00:00    
- (292/305): systemd-resolved-255.15-1.fc40.x86_6  12 MB/s | 295 kB     00:00    
- (293/305): systemd-udev-255.15-1.fc40.x86_64.rp  36 MB/s | 2.3 MB     00:00    
- (294/305): tpm2-tools-5.7-1.fc40.x86_64.rpm      16 MB/s | 810 kB     00:00    
- (295/305): mesa-dri-drivers-24.1.7-1.fc40.x86_6  16 MB/s |  26 MB     00:01    
- (296/305): tpm2-tss-fapi-4.1.3-1.fc40.x86_64.rp 892 kB/s | 331 kB     00:00    
- (297/305): tracker-3.7.3-1.fc40.x86_64.rpm      1.7 MB/s | 635 kB     00:00    
- (298/305): upower-libs-1.90.6-3.fc40.x86_64.rpm 2.6 MB/s |  57 kB     00:00    
- (299/305): wireplumber-0.5.7-1.fc40.x86_64.rpm  4.9 MB/s | 110 kB     00:00    
- (300/305): tracker-miners-3.7.4-2.fc40.x86_64.r  12 MB/s | 997 kB     00:00    
- (301/305): wireplumber-libs-0.5.7-1.fc40.x86_64  14 MB/s | 386 kB     00:00    
- (302/305): upower-1.90.6-3.fc40.x86_64.rpm      1.4 MB/s | 140 kB     00:00    
- (303/305): zlib-ng-compat-devel-2.1.7-2.fc40.x8 1.9 MB/s |  38 kB     00:00    
- (304/305): xdg-desktop-portal-1.18.4-1.fc40.x86  10 MB/s | 474 kB     00:00    
- (305/305): libxml2-2.12.9-1.fc40.x86_64.rpm      10 MB/s | 688 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            29 MB/s | 170 MB     00:05     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Upgrading        : libxml2-2.12.9-1.fc40.x86_64                         1/306 
-   Installing       : libXext-1.3.6-1.fc40.x86_64                          2/306 
-   Installing       : libpng-2:1.6.40-3.fc40.x86_64                        3/306
-  
-   Installing       : libjpeg-turbo-3.0.2-1.fc40.x86_64                    4/306 
-   Installing       : libXrender-0.9.11-6.fc40.x86_64                      5/306 
-   Installing       : avahi-libs-0.8-26.fc40.x86_64                        6/306 
-   Installing       : libXi-1.8.2-1.fc40.x86_64                            7/306 
-   Installing       : nspr-4.36.0-2.fc40.x86_64                            8/306 
-   Installing       : libXfixes-6.0.1-3.fc40.x86_64                        9/306 
-   Installing       : json-glib-1.8.0-3.fc40.x86_64                       10/306 
-   Installing       : libXrender-devel-0.9.11-6.fc40.x86_64               11/306 
-   Installing       : libXext-devel-1.3.6-1.fc40.x86_64                   12/306 
-   Running scriptlet: xml-common-0.6.3-63.fc40.noarch                     13/306 
-   Installing       : xml-common-0.6.3-63.fc40.noarch                     13/306 
-   Installing       : cmake-filesystem-3.30.5-1.fc40.x86_64               14/306 
-   Installing       : zlib-ng-compat-devel-2.1.7-2.fc40.x86_64            15/306 
-   Installing       : libplist-2.3.0-4.fc40.x86_64                        16/306 
-   Installing       : libogg-2:1.3.5-8.fc40.x86_64                        17/306 
-   Installing       : libvorbis-1:1.3.7-10.fc40.x86_64                    18/306 
-   Installing       : libXfixes-devel-6.0.1-3.fc40.x86_64                 19/306 
-   Installing       : nss-util-3.107.0-1.fc40.x86_64                      20/306 
-   Installing       : libwebp-1.5.0-1.fc40.x86_64                         21/306 
-   Installing       : libwayland-client-1.23.0-2.fc40.x86_64              22/306 
-   Installing       : alsa-lib-1.2.13-3.fc40.x86_64                       23/306 
-   Installing       : sgml-common-0.6.3-63.fc40.noarch                    24/306 
-   Installing       : fonts-filesystem-1:2.0.5-14.fc40.noarch             25/306 
-   Installing       : docbook-dtds-1.0-85.fc40.noarch                     26/306 
-   Running scriptlet: docbook-dtds-1.0-85.fc40.noarch                     26/306 
-   Installing       : libimobiledevice-glue-1.0.0-3.fc40.x86_64           27/306 
-   Installing       : libpng-devel-2:1.6.40-3.fc40.x86_64                 28/306 
-   Installing       : libXcursor-1.2.1-7.fc40.x86_64                      29/306 
-   Installing       : avahi-glib-0.8-26.fc40.x86_64                       30/306 
-   Installing       : libXrandr-1.5.4-3.fc40.x86_64                       31/306 
-   Installing       : libXinerama-1.1.5-6.fc40.x86_64                     32/306 
-   Installing       : libxslt-1.1.42-1.fc40.x86_64                        33/306 
-   Installing       : shared-mime-info-2.3-5.fc40.x86_64                  34/306 
-   Running scriptlet: shared-mime-info-2.3-5.fc40.x86_64                  34/306 
-   Installing       : gdk-pixbuf2-2.42.10-8.fc40.x86_64                   35/306 
-   Installing       : libxshmfence-1.3.2-5.fc40.x86_64                    36/306 
-   Installing       : libusb1-1.0.27-4.fc40.x86_64                        37/306 
-   Installing       : hwdata-0.390-1.fc40.noarch                          38/306 
-   Installing       : fribidi-1.0.14-2.fc40.x86_64                        39/306 
-   Installing       : polkit-libs-124-2.fc40.x86_64                       40/306 
-   Installing       : opus-1.5.1-1.fc40.x86_64                            41/306 
-   Installing       : libtdb-1.4.10-1.fc40.x86_64                         42/306 
-   Installing       : libXcomposite-0.4.6-3.fc40.x86_64                   43/306 
-   Installing       : lcms2-2.16-3.fc40.x86_64                            44/306 
-   Installing       : kmod-libs-31-5.fc40.x86_64                          45/306 
-   Installing       : kmod-31-5.fc40.x86_64                               46/306 
-   Installing       : gtk-update-icon-cache-3.24.43-1.fc40.x86_64         47/306 
-   Installing       : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch     48/306 
-   Installing       : libwayland-cursor-1.23.0-2.fc40.x86_64              49/306 
-   Installing       : libjpeg-turbo-devel-3.0.2-1.fc40.x86_64             50/306 
-   Installing       : libXdamage-1.1.6-3.fc40.x86_64                      51/306 
-   Installing       : libtextstyle-0.22.5-4.fc40.x86_64                   52/306
-  
-   Installing       : gettext-libs-0.22.5-4.fc40.x86_64                   53/306 
-   Installing       : pixman-0.43.4-1.fc40.x86_64                         54/306 
-   Installing       : mesa-filesystem-24.1.7-1.fc40.x86_64                55/306
-  
-   Installing       : llvm-libs-18.1.8-2.fc40.x86_64                      56/306 
-   Installing       : libwayland-server-1.23.0-2.fc40.x86_64              57/306 
-   Installing       : libwayland-egl-1.23.0-2.fc40.x86_64                 58/306 
-   Installing       : grub2-common-1:2.06-123.fc40.noarch                 59/306 
-   Installing       : libgudev-238-5.fc40.x86_64                          60/306 
-   Installing       : libglvnd-1:1.7.0-4.fc40.x86_64                      61/306 
-   Installing       : libdatrie-0.2.13-9.fc40.x86_64                      62/306 
-   Installing       : libthai-0.1.29-8.fc40.x86_64                        63/306 
-   Installing       : libart_lgpl-2.3.21-32.fc40.x86_64                   64/306 
-   Installing       : hicolor-icon-theme-0.17-18.fc40.noarch              65/306 
-   Installing       : graphite2-1.3.14-15.fc40.x86_64                     66/306 
-   Installing       : fuse3-libs-3.16.2-3.fc40.x86_64                     67/306 
-   Installing       : duktape-2.7.0-7.fc40.x86_64                         68/306 
-   Installing       : libproxy-0.5.5-1.fc40.x86_64                        69/306 
-   Installing       : graphite2-devel-1.3.14-15.fc40.x86_64               70/306 
-   Installing       : libart_lgpl-devel-2.3.21-32.fc40.x86_64             71/306 
-   Installing       : libdatrie-devel-0.2.13-9.fc40.x86_64                72/306 
-   Installing       : libthai-devel-0.1.29-8.fc40.x86_64                  73/306 
-   Installing       : pixman-devel-0.43.4-1.fc40.x86_64                   74/306 
-   Installing       : libXcomposite-devel-0.4.6-3.fc40.x86_64             75/306 
-   Installing       : fribidi-devel-1.0.14-2.fc40.x86_64                  76/306 
-   Installing       : libpciaccess-0.16-12.fc40.x86_64                    77/306 
-   Installing       : libdrm-2.4.123-1.fc40.x86_64                        78/306
-  
-   Installing       : mesa-va-drivers-24.1.7-1.fc40.x86_64                79/306 
-   Installing       : osinfo-db-20240701-1.fc40.noarch                    80/306 
-   Installing       : libgusb-0.4.9-1.fc40.x86_64                         81/306 
-   Installing       : colord-libs-1.4.7-3.fc40.x86_64                     82/306 
-   Installing       : libnotify-0.8.3-3.fc40.x86_64                       83/306 
-   Installing       : webp-pixbuf-loader-0.2.7-1.fc40.x86_64              84/306 
-   Installing       : libgsf-1.14.53-2.fc40.x86_64                        85/306 
-   Installing       : python3-lxml-5.1.0-7.fc40.x86_64                    86/306 
-   Installing       : libXinerama-devel-1.1.5-6.fc40.x86_64               87/306 
-   Installing       : libXrandr-devel-1.5.4-3.fc40.x86_64                 88/306 
-   Installing       : libXcursor-devel-1.2.1-7.fc40.x86_64                89/306 
-   Installing       : libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_6    90/306 
-   Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      91/306 
-   Installing       : usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      91/306 
-   Running scriptlet: usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64      91/306 
-   Installing       : libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40    92/306 
-   Installing       : docbook-style-xsl-1.79.2-22.fc40.noarch             93/306 
-   Running scriptlet: docbook-style-xsl-1.79.2-22.fc40.noarch             93/306 
-   Installing       : adobe-source-code-pro-fonts-2.042.1.062.1.026-4.    94/306 
-   Installing       : gsettings-desktop-schemas-46.1-1.fc40.x86_64        95/306 
-   Installing       : glib-networking-2.80.0-1.fc40.x86_64                96/306 
-   Installing       : libsoup3-3.4.5-1.fc40.x86_64                        97/306 
-   Installing       : osinfo-db-tools-1.11.0-5.fc40.x86_64                98/306 
-   Installing       : libosinfo-1.11.0-5.fc40.x86_64                      99/306 
-   Installing       : libsoup-2.74.3-6.fc40.x86_64                       100/306 
-   Installing       : libgrss-0.7.0-19.fc40.x86_64                       101/306 
-   Installing       : opensp-1.5.2-46.fc40.x86_64                        102/306 
-   Installing       : openjade-1.3.2-80.fc40.x86_64                      103/306 
-   Running scriptlet: openjade-1.3.2-80.fc40.x86_64                      103/306 
-   Installing       : docbook-style-dsssl-1.79-39.fc40.noarch            104/306 
-   Running scriptlet: docbook-style-dsssl-1.79-39.fc40.noarch            104/306
-  
-   Installing       : perl-SGMLSpm-1.03ii-62.fc40.noarch                 105/306 
-   Installing       : libwebp-devel-1.5.0-1.fc40.x86_64                  106/306 
-   Installing       : nss-softokn-freebl-3.107.0-1.fc40.x86_64           107/306 
-   Installing       : nss-softokn-3.107.0-1.fc40.x86_64                  108/306 
-   Installing       : libXi-devel-1.8.2-1.fc40.x86_64                    109/306 
-   Installing       : flac-libs-1.4.3-4.fc40.x86_64                      110/306 
-   Installing       : libtheora-1:1.1.1-36.fc40.x86_64                   111/306 
-   Installing       : iso-codes-4.16.0-3.fc40.noarch                     112/306 
-   Installing       : libXtst-1.2.5-1.fc40.x86_64                        113/306 
-   Installing       : libXv-1.0.12-3.fc40.x86_64                         114/306 
-   Installing       : libXxf86vm-1.1.5-6.fc40.x86_64                     115/306 
-   Installing       : exiv2-libs-0.27.6-7.fc40.x86_64                    116/306 
-   Installing       : exiv2-0.27.6-7.fc40.x86_64                         117/306 
-   Installing       : libgexiv2-0.14.3-1.fc40.x86_64                     118/306 
-   Installing       : tpm2-tss-fapi-4.1.3-1.fc40.x86_64                  119/306 
-   Installing       : tpm2-tools-5.7-1.fc40.x86_64                       120/306 
-   Installing       : svt-av1-libs-2.1.0-1.fc40.x86_64                   121/306 
-   Installing       : rav1e-libs-0.7.1-4.fc40.x86_64                     122/306 
-   Installing       : pcre2-utf32-10.44-1.fc40.x86_64                    123/306 
-   Installing       : pcre2-utf16-10.44-1.fc40.x86_64                    124/306 
-   Installing       : pcre2-devel-10.44-1.fc40.x86_64                    125/306 
-   Installing       : orc-0.4.39-1.fc40.x86_64                           126/306 
-   Installing       : mpg123-libs-1.32.9-1.fc40.x86_64                   127/306 
-   Installing       : libzstd-devel-1.5.6-1.fc40.x86_64                  128/306 
-   Installing       : libsepol-devel-3.7-2.fc40.x86_64                   129/306 
-   Installing       : libselinux-devel-3.7-5.fc40.x86_64                 130/306 
-   Installing       : liblc3-1.1.1-1.fc40.x86_64                         131/306 
-   Installing       : libdav1d-1.5.0-2.fc40.x86_64                       132/306 
-   Installing       : libblkid-devel-2.40.2-1.fc40.x86_64                133/306 
-   Installing       : libmount-devel-2.40.2-1.fc40.x86_64                134/306 
-   Installing       : highway-1.2.0-2.fc40.x86_64                        135/306 
-   Installing       : libjxl-1:0.8.3-1.fc40.x86_64                       136/306 
-   Installing       : jxl-pixbuf-loader-1:0.8.3-1.fc40.x86_64            137/306 
-   Installing       : gobject-introspection-1.80.1-1.fc40.x86_64         138/306 
-   Installing       : gettext-envsubst-0.22.5-4.fc40.x86_64              139/306 
-   Installing       : gettext-runtime-0.22.5-4.fc40.x86_64               140/306 
-   Installing       : gettext-0.22.5-4.fc40.x86_64                       141/306 
-   Installing       : bluez-libs-5.79-1.fc40.x86_64                      142/306 
-   Installing       : adwaita-icon-theme-legacy-46.2-1.fc40.noarch       143/306 
-   Installing       : adwaita-cursor-theme-46.2-2.fc40.noarch            144/306 
-   Installing       : adwaita-icon-theme-46.2-2.fc40.noarch              145/306 
-   Installing       : NetworkManager-libnm-1:1.46.2-1.fc40.x86_64        146/306 
-   Installing       : xz-devel-1:5.4.6-3.fc40.x86_64                     147/306 
-   Installing       : libxml2-devel-2.12.9-1.fc40.x86_64                 148/306 
-   Installing       : xprop-1.2.7-1.fc40.x86_64                          149/306
-  
-   Installing       : xkeyboard-config-2.41-1.fc40.noarch                150/306 
-   Installing       : libxkbcommon-1.6.0-2.fc40.x86_64                   151/306 
-   Installing       : webrtc-audio-processing-1.3-1.fc40.x86_64          152/306 
-   Installing       : uchardet-0.0.8-5.fc40.x86_64                       153/306 
-   Installing       : totem-pl-parser-3.26.6-9.fc40.x86_64               154/306 
-   Installing       : sysprof-capture-devel-46.0-1.fc40.x86_64           155/306 
-   Installing       : sound-theme-freedesktop-0.8-21.fc40.noarch         156/306 
-   Running scriptlet: sound-theme-freedesktop-0.8-21.fc40.noarch         156/306 
-   Installing       : qrencode-libs-4.1.1-7.fc40.x86_64                  157/306 
-   Installing       : python3-pygments-2.17.2-3.fc40.noarch              158/306 
-   Installing       : python3-packaging-23.2-4.fc40.noarch               159/306 
-   Installing       : procps-ng-4.0.4-3.fc40.x86_64                      160/306 
-   Installing       : poppler-data-0.4.11-7.fc40.noarch                  161/306 
-   Installing       : pigz-2.8-4.fc40.x86_64                             162/306 
-   Installing       : openjpeg2-2.5.2-1.fc40.x86_64                      163/306 
-   Installing       : memstrack-0.2.5-4.fc40.x86_64                      164/306 
-   Installing       : lynx-2.9.0-4.fc40.x86_64                           165/306 
-   Installing       : docbook-utils-0.6.14-60.fc40.noarch                166/306 
-   Installing       : gtk-doc-1.34.0-1.fc40.x86_64                       167/306 
-   Installing       : low-memory-monitor-2.1-10.fc40.x86_64              168/306 
-   Running scriptlet: low-memory-monitor-2.1-10.fc40.x86_64              168/306 
-   Installing       : lm_sensors-libs-3.6.0-18.fc40.x86_64               169/306 
-   Installing       : mesa-libglapi-24.1.7-1.fc40.x86_64                 170/306
-  
-   Installing       : mesa-dri-drivers-24.1.7-1.fc40.x86_64              171/306 
-   Installing       : mesa-libgbm-24.1.7-1.fc40.x86_64                   172/306 
-   Installing       : mesa-libEGL-24.1.7-1.fc40.x86_64                   173/306 
-   Installing       : libglvnd-egl-1:1.7.0-4.fc40.x86_64                 174/306 
-   Installing       : libglvnd-glx-1:1.7.0-4.fc40.x86_64                 175/306 
-   Installing       : mesa-libGL-24.1.7-1.fc40.x86_64                    176/306 
-   Installing       : libvmaf-2.3.0-7.fc40.x86_64                        177/306 
-   Installing       : libaom-3.9.0-1.fc40.x86_64                         178/306 
-   Installing       : libavif-1.0.4-3.fc40.x86_64                        179/306 
-   Installing       : avif-pixbuf-loader-1.0.4-3.fc40.x86_64             180/306 
-   Installing       : libvisual-1:0.4.1-4.fc40.x86_64                    181/306 
-   Installing       : libunwind-1.8.0-3.fc40.x86_64                      182/306 
-   Installing       : gstreamer1-1.24.10-1.fc40.x86_64                   183/306
-  
-   Installing       : libstemmer-2.2.0-10.fc40.x86_64                    184/306 
-   Installing       : libsbc-2.0-4.fc40.x86_64                           185/306 
-   Installing       : liblerc-4.0.0-6.fc40.x86_64                        186/306 
-   Installing       : libldac-2.0.2.3-15.fc40.x86_64                     187/306 
-   Installing       : libiptcdata-1.0.5-17.fc40.x86_64                   188/306 
-   Installing       : libicu-devel-74.2-1.fc40.x86_64                    189/306 
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                   190/306 
-   Installing       : glib2-devel-2.80.3-1.fc40.x86_64                   191/306 
-   Installing       : libexif-0.6.24-7.fc40.x86_64                       192/306 
-   Installing       : libepoxy-1.5.10-6.fc40.x86_64                      193/306 
-   Installing       : libcue-2.3.0-3.fc40.x86_64                         194/306 
-   Installing       : libcloudproviders-0.3.5-3.fc40.x86_64              195/306 
-   Installing       : libasyncns-0.8-28.fc40.x86_64                      196/306 
-   Installing       : lame-libs-3.100-17.fc40.x86_64                     197/306 
-   Installing       : kbd-misc-2.6.4-3.fc40.noarch                       198/306 
-   Installing       : kbd-legacy-2.6.4-3.fc40.noarch                     199/306 
-   Installing       : kbd-2.6.4-3.fc40.x86_64                            200/306 
-   Installing       : jbigkit-libs-2.1-29.fc40.x86_64                    201/306 
-   Installing       : libtiff-4.6.0-5.fc40.1.x86_64                      202/306 
-   Installing       : libtiff-devel-4.6.0-5.fc40.1.x86_64                203/306 
-   Installing       : gdk-pixbuf2-devel-2.42.10-8.fc40.x86_64            204/306 
-   Installing       : gsm-1.0.22-6.fc40.x86_64                           205/306 
-   Installing       : libsndfile-1.2.2-4.fc40.x86_64                     206/306 
-   Installing       : pulseaudio-libs-16.1-8.fc40.x86_64                 207/306 
-   Installing       : libcanberra-0.30-35.fc40.x86_64                    208/306 
-   Running scriptlet: libcanberra-0.30-35.fc40.x86_64                    208/306 
-   Installing       : graphene-1.10.6-8.fc40.x86_64                      209/306
-  
-   Installing       : gpgme-1.23.2-3.fc40.x86_64                         210/306 
-   Installing       : gpgmepp-1.23.2-3.fc40.x86_64                       211/306 
-   Installing       : google-noto-fonts-common-20240301-2.fc40.noarch    212/306 
-   Installing       : google-noto-sans-vf-fonts-20240301-2.fc40.noarch   213/306 
-   Installing       : default-fonts-core-sans-4.0-13.fc40.noarch         214/306 
-   Installing       : cairo-1.18.0-3.fc40.x86_64                         215/306 
-   Installing       : harfbuzz-8.5.0-1.fc40.x86_64                       216/306 
-   Installing       : freetype-2.13.2-5.fc40.x86_64                      217/306 
-   Installing       : fontconfig-2.15.0-6.fc40.x86_64                    218/306 
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                    218/306
-  
-   Installing       : cairo-gobject-1.18.0-3.fc40.x86_64                 219/306 
-   Installing       : libXft-2.3.8-6.fc40.x86_64                         220/306 
-   Installing       : pango-1.54.0-1.fc40.x86_64                         221/306 
-   Installing       : librsvg2-2.57.1-7.fc40.x86_64                      222/306 
-   Installing       : rsvg-pixbuf-loader-2.57.1-7.fc40.x86_64            223/306 
-   Installing       : gdk-pixbuf2-modules-2.42.10-8.fc40.x86_64          224/306 
-   Installing       : libgxps-0.3.2-8.fc40.x86_64                        225/306 
-   Installing       : harfbuzz-icu-8.5.0-1.fc40.x86_64                   226/306 
-   Installing       : giflib-5.2.2-1.fc40.x86_64                         227/306 
-   Installing       : fuse-libs-2.9.9-21.fc40.x86_64                     228/306 
-   Installing       : fuse-common-3.16.2-3.fc40.x86_64                   229/306 
-   Installing       : fuse3-3.16.2-3.fc40.x86_64                         230/306 
-   Installing       : file-5.45-4.fc40.x86_64                            231/306 
-   Installing       : fdk-aac-free-2.0.0-13.fc40.x86_64                  232/306 
-   Installing       : exempi-2.6.4-5.fc40.x86_64                         233/306 
-   Installing       : dbus-common-1:1.14.10-3.fc40.noarch                234/306 
-   Running scriptlet: dbus-common-1:1.14.10-3.fc40.noarch                234/306 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       235/306 
-   Installing       : dbus-broker-36-2.fc40.x86_64                       235/306 
-   Running scriptlet: dbus-broker-36-2.fc40.x86_64                       235/306 
-   Installing       : dbus-1:1.14.10-3.fc40.x86_64                       236/306 
-   Installing       : at-spi2-core-2.52.0-1.fc40.x86_64                  237/306 
-   Installing       : atk-2.52.0-1.fc40.x86_64                           238/306 
-   Installing       : at-spi2-atk-2.52.0-1.fc40.x86_64                   239/306 
-   Installing       : atk-devel-2.52.0-1.fc40.x86_64                     240/306 
-   Installing       : dconf-0.40.0-12.fc40.x86_64                        241/306 
-   Running scriptlet: dconf-0.40.0-12.fc40.x86_64                        241/306 
-   Installing       : cpio-2.15-1.fc40.x86_64                            242/306 
-   Installing       : libkcapi-1.5.0-4.fc40.x86_64                       243/306 
-   Installing       : libkcapi-hasher-1.5.0-4.fc40.x86_64                244/306 
-   Installing       : libkcapi-hmaccalc-1.5.0-4.fc40.x86_64              245/306 
-   Installing       : kpartx-0.9.7-7.fc40.x86_64                         246/306 
-   Installing       : grub2-tools-minimal-1:2.06-123.fc40.x86_64         247/306 
-   Installing       : device-mapper-1.02.199-1.fc40.x86_64               248/306 
-   Installing       : device-mapper-libs-1.02.199-1.fc40.x86_64          249/306 
-   Installing       : cryptsetup-libs-2.7.5-1.fc40.x86_64                250/306 
-   Installing       : systemd-pam-255.15-1.fc40.x86_64                   251/306 
-   Installing       : systemd-resolved-255.15-1.fc40.x86_64              252/306 
-   Running scriptlet: systemd-resolved-255.15-1.fc40.x86_64              252/306 
-   Installing       : systemd-networkd-255.15-1.fc40.x86_64              253/306 
-   Running scriptlet: systemd-networkd-255.15-1.fc40.x86_64              253/306
-  
-   Installing       : systemd-255.15-1.fc40.x86_64                       254/306 
-   Running scriptlet: systemd-255.15-1.fc40.x86_64                       254/306 
- Creating group 'input' with GID 104.
- Creating group 'kvm' with GID 36.
- Creating group 'render' with GID 105.
- Creating group 'sgx' with GID 106.
- Creating group 'systemd-journal' with GID 190.
- Creating group 'systemd-network' with GID 192.
- Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
- Creating group 'systemd-oom' with GID 998.
- Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
- Creating group 'systemd-resolve' with GID 193.
- Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- 
-   Installing       : os-prober-1.81-6.fc40.x86_64                       255/306 
-   Installing       : grubby-8.40-75.fc40.x86_64                         256/306 
-   Running scriptlet: grubby-8.40-75.fc40.x86_64                         256/306 
-   Installing       : systemd-udev-255.15-1.fc40.x86_64                  257/306 
-   Running scriptlet: systemd-udev-255.15-1.fc40.x86_64                  257/306
-  
- Created symlink /etc/systemd/system/dbus-org.freedesktop.home1.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-homed.service → /usr/lib/systemd/system/systemd-homed.service.
- Created symlink /etc/systemd/system/systemd-homed.service.wants/systemd-homed-activate.service → /usr/lib/systemd/system/systemd-homed-activate.service.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.oom1.service → /usr/lib/systemd/system/systemd-oomd.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-oomd.service → /usr/lib/systemd/system/systemd-oomd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target → /usr/lib/systemd/system/remote-cryptsetup.target.
- 
-   Installing       : dracut-102-2.fc40.x86_64                           258/306 
-   Running scriptlet: grub2-tools-1:2.06-123.fc40.x86_64                 259/306 
-   Installing       : grub2-tools-1:2.06-123.fc40.x86_64                 259/306 
-   Running scriptlet: grub2-tools-1:2.06-123.fc40.x86_64                 259/306 
- Created symlink /etc/systemd/user/timers.target.wants/grub-boot-success.timer → /usr/lib/systemd/user/grub-boot-success.timer.
- 
-   Running scriptlet: polkit-124-2.fc40.x86_64                           260/306 
-   Installing       : polkit-124-2.fc40.x86_64                           260/306 
-   Running scriptlet: polkit-124-2.fc40.x86_64                           260/306 
-   Installing       : polkit-pkla-compat-0.1-28.fc40.x86_64              261/306 
-   Running scriptlet: rtkit-0.11-63.fc40.x86_64                          262/306 
-   Installing       : rtkit-0.11-63.fc40.x86_64                          262/306 
-   Running scriptlet: rtkit-0.11-63.fc40.x86_64                          262/306 
- Created symlink /etc/systemd/system/graphical.target.wants/rtkit-daemon.service → /usr/lib/systemd/system/rtkit-daemon.service.
- 
-   Running scriptlet: pipewire-1.0.9-1.fc40.x86_64                       263/306 
-   Installing       : pipewire-1.0.9-1.fc40.x86_64                       263/306 
-   Running scriptlet: pipewire-1.0.9-1.fc40.x86_64                       263/306 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
- 
-   Installing       : pipewire-libs-1.0.9-1.fc40.x86_64                  264/306 
-   Installing       : wireplumber-0.5.7-1.fc40.x86_64                    265/306 
-   Installing       : wireplumber-libs-0.5.7-1.fc40.x86_64               266/306 
-   Installing       : pipewire-jack-audio-connection-kit-libs-1.0.9-1.   267/306 
-   Installing       : upower-libs-1.90.6-3.fc40.x86_64                   268/306 
-   Installing       : upower-1.90.6-3.fc40.x86_64                        269/306 
-   Running scriptlet: upower-1.90.6-3.fc40.x86_64                        269/306 
- Created symlink /etc/systemd/system/graphical.target.wants/upower.service → /usr/lib/systemd/system/upower.service.
- 
-   Installing       : crypto-policies-scripts-20241011-1.git5930b9a.fc   270/306 
-   Installing       : nss-sysinit-3.107.0-1.fc40.x86_64                  271/306 
-   Installing       : nss-3.107.0-1.fc40.x86_64                          272/306 
-   Running scriptlet: nss-3.107.0-1.fc40.x86_64                          272/306 
-   Installing       : poppler-24.02.0-2.fc40.x86_64                      273/306 
-   Installing       : poppler-glib-24.02.0-2.fc40.x86_64                 274/306 
-   Installing       : cups-filesystem-1:2.4.11-8.fc40.noarch             275/306 
-   Installing       : cups-libs-1:2.4.11-8.fc40.x86_64                   276/306 
-   Installing       : cdparanoia-libs-10.2-44.fc40.x86_64                277/306 
-   Installing       : gstreamer1-plugins-base-1.24.10-1.fc40.x86_64      278/306 
-   Installing       : tracker-3.7.3-1.fc40.x86_64                        279/306 
-   Running scriptlet: tracker-3.7.3-1.fc40.x86_64                        279/306 
-   Installing       : libtracker-sparql-3.7.3-1.fc40.x86_64              280/306 
-   Installing       : tracker-miners-3.7.4-2.fc40.x86_64                 281/306 
-   Running scriptlet: tracker-miners-3.7.4-2.fc40.x86_64                 281/306 
-   Installing       : bzip2-devel-1.0.8-18.fc40.x86_64                   282/306 
-   Installing       : brotli-1.1.0-3.fc40.x86_64                         283/306 
-   Installing       : brotli-devel-1.1.0-3.fc40.x86_64                   284/306
-  
-   Installing       : freetype-devel-2.13.2-5.fc40.x86_64                285/306 
-   Installing       : fontconfig-devel-2.15.0-6.fc40.x86_64              286/306 
-   Installing       : cairo-devel-1.18.0-3.fc40.x86_64                   287/306 
-   Installing       : harfbuzz-devel-8.5.0-1.fc40.x86_64                 288/306 
-   Installing       : libXft-devel-2.3.8-6.fc40.x86_64                   289/306 
-   Installing       : pango-devel-1.54.0-1.fc40.x86_64                   290/306 
-   Installing       : ModemManager-glib-1.22.0-3.fc40.x86_64             291/306 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       292/306 
-   Installing       : geoclue2-2.7.0-5.fc40.x86_64                       292/306 
-   Running scriptlet: geoclue2-2.7.0-5.fc40.x86_64                       292/306 
-   Installing       : xdg-desktop-portal-1.18.4-1.fc40.x86_64            293/306 
-   Running scriptlet: xdg-desktop-portal-1.18.4-1.fc40.x86_64            293/306 
-   Installing       : libcanberra-gtk3-0.30-35.fc40.x86_64               294/306 
-   Installing       : gtk3-3.24.43-1.fc40.x86_64                         295/306 
-   Installing       : xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        296/306 
-   Running scriptlet: xdg-desktop-portal-gtk-1.15.1-5.fc40.x86_64        296/306 
-   Installing       : gtk2-2.24.33-18.fc40.x86_64                        297/306 
-   Installing       : libcanberra-gtk2-0.30-35.fc40.x86_64               298/306 
-   Installing       : gtk2-devel-2.24.33-18.fc40.x86_64                  299/306 
-   Installing       : libglade2-2.6.4-32.fc40.x86_64                     300/306 
-   Installing       : libgnomecanvas-2.30.3-28.fc40.x86_64               301/306 
-   Installing       : libgnomecanvas-devel-2.30.3-28.fc40.x86_64         302/306 
-   Installing       : pipewire-jack-audio-connection-kit-1.0.9-1.fc40.   303/306 
-   Installing       : pipewire-alsa-1.0.9-1.fc40.x86_64                  304/306 
-   Installing       : pipewire-pulseaudio-1.0.9-1.fc40.x86_64            305/306 
-   Running scriptlet: pipewire-pulseaudio-1.0.9-1.fc40.x86_64            305/306 
- Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
- 
-   Cleanup          : libxml2-2.12.8-1.fc40.x86_64                       306/306 
-   Running scriptlet: grub2-common-1:2.06-123.fc40.noarch                306/306 
-   Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64                    306/306 
-   Running scriptlet: dconf-0.40.0-12.fc40.x86_64                        306/306 
-   Running scriptlet: systemd-resolved-255.15-1.fc40.x86_64              306/306 
-   Running scriptlet: wireplumber-0.5.7-1.fc40.x86_64                    306/306 
- Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/wireplumber.service.
- Created symlink /etc/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
- 
-   Running scriptlet: crypto-policies-scripts-20241011-1.git5930b9a.fc   306/306
-  
-   Running scriptlet: nss-3.107.0-1.fc40.x86_64                          306/306 
-   Running scriptlet: libxml2-2.12.8-1.fc40.x86_64                       306/306
-  
- Creating group 'systemd-coredump' with GID 995.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 995 and GID 995.
- Creating group 'systemd-timesync' with GID 994.
- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 994 and GID 994.
- 
- 
- Upgraded:
-   libxml2-2.12.9-1.fc40.x86_64                                                  
- Installed:
-   ModemManager-glib-1.22.0-3.fc40.x86_64                                        
-   NetworkManager-libnm-1:1.46.2-1.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.13-3.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                                                      
-   atk-devel-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.79-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.30.5-1.fc40.x86_64                                         
-   colord-libs-1.4.7-3.fc40.x86_64                                               
-   cpio-2.15-1.fc40.x86_64                                                       
-   crypto-policies-scripts-20241011-1.git5930b9a.fc40.noarch                     
-   cryptsetup-libs-2.7.5-1.fc40.x86_64                                           
-   cups-filesystem-1:2.4.11-8.fc40.noarch                                        
-   cups-libs-1:2.4.11-8.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                                    
-   device-mapper-1.02.199-1.fc40.x86_64                                          
-   device-mapper-libs-1.02.199-1.fc40.x86_64                                     
-   docbook-dtds-1.0-85.fc40.noarch                                               
-   docbook-style-dsssl-1.79-39.fc40.noarch                                       
-   docbook-style-xsl-1.79.2-22.fc40.noarch                                       
-   docbook-utils-0.6.14-60.fc40.noarch                                           
-   dracut-102-2.fc40.x86_64                                                      
-   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                                             
-   file-5.45-4.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                                                  
-   fribidi-devel-1.0.14-2.fc40.x86_64                                            
-   fuse-common-3.16.2-3.fc40.x86_64                                              
-   fuse-libs-2.9.9-21.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-devel-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                                              
-   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                                         
-   grub2-common-1:2.06-123.fc40.noarch                                           
-   grub2-tools-1:2.06-123.fc40.x86_64                                            
-   grub2-tools-minimal-1:2.06-123.fc40.x86_64                                    
-   grubby-8.40-75.fc40.x86_64                                                    
-   gsettings-desktop-schemas-46.1-1.fc40.x86_64                                  
-   gsm-1.0.22-6.fc40.x86_64                                                      
-   gstreamer1-1.24.10-1.fc40.x86_64                                              
-   gstreamer1-plugins-base-1.24.10-1.fc40.x86_64                                 
-   gtk-doc-1.34.0-1.fc40.x86_64                                                  
-   gtk-update-icon-cache-3.24.43-1.fc40.x86_64                                   
-   gtk2-2.24.33-18.fc40.x86_64                                                   
-   gtk2-devel-2.24.33-18.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                                                   
-   hwdata-0.390-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                                       
-   kbd-2.6.4-3.fc40.x86_64                                                       
-   kbd-legacy-2.6.4-3.fc40.noarch                                                
-   kbd-misc-2.6.4-3.fc40.noarch                                                  
-   kmod-31-5.fc40.x86_64                                                         
-   kmod-libs-31-5.fc40.x86_64                                                    
-   kpartx-0.9.7-7.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                                             
-   libXcomposite-devel-0.4.6-3.fc40.x86_64                                       
-   libXcursor-1.2.1-7.fc40.x86_64                                                
-   libXcursor-devel-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                                                 
-   libXfixes-devel-6.0.1-3.fc40.x86_64                                           
-   libXft-2.3.8-6.fc40.x86_64                                                    
-   libXft-devel-2.3.8-6.fc40.x86_64                                              
-   libXi-1.8.2-1.fc40.x86_64                                                     
-   libXi-devel-1.8.2-1.fc40.x86_64                                               
-   libXinerama-1.1.5-6.fc40.x86_64                                               
-   libXinerama-devel-1.1.5-6.fc40.x86_64                                         
-   libXrandr-1.5.4-3.fc40.x86_64                                                 
-   libXrandr-devel-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                                                    
-   libart_lgpl-2.3.21-32.fc40.x86_64                                             
-   libart_lgpl-devel-2.3.21-32.fc40.x86_64                                       
-   libasyncns-0.8-28.fc40.x86_64                                                 
-   libavif-1.0.4-3.fc40.x86_64                                                   
-   libblkid-devel-2.40.2-1.fc40.x86_64                                           
-   libcanberra-0.30-35.fc40.x86_64                                               
-   libcanberra-gtk2-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                                                
-   libdatrie-devel-0.2.13-9.fc40.x86_64                                          
-   libdav1d-1.5.0-2.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                                                
-   libglade2-2.6.4-32.fc40.x86_64                                                
-   libglvnd-1:1.7.0-4.fc40.x86_64                                                
-   libglvnd-egl-1:1.7.0-4.fc40.x86_64                                            
-   libglvnd-glx-1:1.7.0-4.fc40.x86_64                                            
-   libgnomecanvas-2.30.3-28.fc40.x86_64                                          
-   libgnomecanvas-devel-2.30.3-28.fc40.x86_64                                    
-   libgrss-0.7.0-19.fc40.x86_64                                                  
-   libgsf-1.14.53-2.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                                               
-   libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40.x86_64                       
-   libimobiledevice-glue-1.0.0-3.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                                                  
-   libkcapi-1.5.0-4.fc40.x86_64                                                  
-   libkcapi-hasher-1.5.0-4.fc40.x86_64                                           
-   libkcapi-hmaccalc-1.5.0-4.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.2-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                                              
-   libplist-2.3.0-4.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-7.fc40.x86_64                                                 
-   libsbc-2.0-4.fc40.x86_64                                                      
-   libselinux-devel-3.7-5.fc40.x86_64                                            
-   libsepol-devel-3.7-2.fc40.x86_64                                              
-   libsndfile-1.2.2-4.fc40.x86_64                                                
-   libsoup-2.74.3-6.fc40.x86_64                                                  
-   libsoup3-3.4.5-1.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                                                  
-   libthai-devel-0.1.29-8.fc40.x86_64                                            
-   libtheora-1:1.1.1-36.fc40.x86_64                                              
-   libtiff-4.6.0-5.fc40.1.x86_64                                                 
-   libtiff-devel-4.6.0-5.fc40.1.x86_64                                           
-   libtracker-sparql-3.7.3-1.fc40.x86_64                                         
-   libunwind-1.8.0-3.fc40.x86_64                                                 
-   libusb1-1.0.27-4.fc40.x86_64                                                  
-   libusbmuxd-2.0.2^20230620git8d30a55-5.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.5.0-1.fc40.x86_64                                                   
-   libwebp-devel-1.5.0-1.fc40.x86_64                                             
-   libxkbcommon-1.6.0-2.fc40.x86_64                                              
-   libxml2-devel-2.12.9-1.fc40.x86_64                                            
-   libxshmfence-1.3.2-5.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-2.fc40.x86_64                                                
-   lm_sensors-libs-3.6.0-18.fc40.x86_64                                          
-   low-memory-monitor-2.1-10.fc40.x86_64                                         
-   lynx-2.9.0-4.fc40.x86_64                                                      
-   memstrack-0.2.5-4.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-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.32.9-1.fc40.x86_64                                              
-   nspr-4.36.0-2.fc40.x86_64                                                     
-   nss-3.107.0-1.fc40.x86_64                                                     
-   nss-softokn-3.107.0-1.fc40.x86_64                                             
-   nss-softokn-freebl-3.107.0-1.fc40.x86_64                                      
-   nss-sysinit-3.107.0-1.fc40.x86_64                                             
-   nss-util-3.107.0-1.fc40.x86_64                                                
-   openjade-1.3.2-80.fc40.x86_64                                                 
-   openjpeg2-2.5.2-1.fc40.x86_64                                                 
-   opensp-1.5.2-46.fc40.x86_64                                                   
-   opus-1.5.1-1.fc40.x86_64                                                      
-   orc-0.4.39-1.fc40.x86_64                                                      
-   os-prober-1.81-6.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                                                    
-   pango-devel-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                                               
-   perl-SGMLSpm-1.03ii-62.fc40.noarch                                            
-   pigz-2.8-4.fc40.x86_64                                                        
-   pipewire-1.0.9-1.fc40.x86_64                                                  
-   pipewire-alsa-1.0.9-1.fc40.x86_64                                             
-   pipewire-jack-audio-connection-kit-1.0.9-1.fc40.x86_64                        
-   pipewire-jack-audio-connection-kit-libs-1.0.9-1.fc40.x86_64                   
-   pipewire-libs-1.0.9-1.fc40.x86_64                                             
-   pipewire-pulseaudio-1.0.9-1.fc40.x86_64                                       
-   pixman-0.43.4-1.fc40.x86_64                                                   
-   pixman-devel-0.43.4-1.fc40.x86_64                                             
-   polkit-124-2.fc40.x86_64                                                      
-   polkit-libs-124-2.fc40.x86_64                                                 
-   polkit-pkla-compat-0.1-28.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                                            
-   procps-ng-4.0.4-3.fc40.x86_64                                                 
-   pulseaudio-libs-16.1-8.fc40.x86_64                                            
-   python3-lxml-5.1.0-7.fc40.x86_64                                              
-   python3-packaging-23.2-4.fc40.noarch                                          
-   python3-pygments-2.17.2-3.fc40.noarch                                         
-   qrencode-libs-4.1.1-7.fc40.x86_64                                             
-   rav1e-libs-0.7.1-4.fc40.x86_64                                                
-   rsvg-pixbuf-loader-2.57.1-7.fc40.x86_64                                       
-   rtkit-0.11-63.fc40.x86_64                                                     
-   sgml-common-0.6.3-63.fc40.noarch                                              
-   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                                      
-   systemd-255.15-1.fc40.x86_64                                                  
-   systemd-networkd-255.15-1.fc40.x86_64                                         
-   systemd-pam-255.15-1.fc40.x86_64                                              
-   systemd-resolved-255.15-1.fc40.x86_64                                         
-   systemd-udev-255.15-1.fc40.x86_64                                             
-   totem-pl-parser-3.26.6-9.fc40.x86_64                                          
-   tpm2-tools-5.7-1.fc40.x86_64                                                  
-   tpm2-tss-fapi-4.1.3-1.fc40.x86_64                                             
-   tracker-3.7.3-1.fc40.x86_64                                                   
-   tracker-miners-3.7.4-2.fc40.x86_64                                            
-   uchardet-0.0.8-5.fc40.x86_64                                                  
-   upower-1.90.6-3.fc40.x86_64                                                   
-   upower-libs-1.90.6-3.fc40.x86_64                                              
-   usbmuxd-1.1.1^20230720git61b99ab-2.fc40.x86_64                                
-   webp-pixbuf-loader-0.2.7-1.fc40.x86_64                                        
-   webrtc-audio-processing-1.3-1.fc40.x86_64                                     
-   wireplumber-0.5.7-1.fc40.x86_64                                               
-   wireplumber-libs-0.5.7-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" "gtk2-devel" "libgnomecanvas-devel"
- gtk2-devel-2.24.33-18.fc40.x86_64
- libgnomecanvas-devel-2.30.3-28.fc40.x86_64
2025-01-07 10:46.09 ---> saved as "234a7719b5bf0544537a8b1988ccceb983cc2fe7fe0f65d6adaffa184100a556"

/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 12 packages
  - install camlp-streams     5.0.1
  - install conf-gnomecanvas  2
  - install conf-gtk2         1
  - install conf-libX11       1
  - install conf-pkg-config   3
  - install csexp             1.5.2
  - install dune              3.17.1
  - install dune-configurator 3.17.1
  - install graphics          5.1.2
  - install lablgtk           2.18.13
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved graphics.5.1.2  (cached)
-> retrieved lablgtk.2.18.13  (cached)
-> installed conf-gnomecanvas.2
-> installed conf-gtk2.1
-> installed conf-libX11.1
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
-> installed dune.3.17.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed dune-configurator.3.17.1
-> installed graphics.5.1.2
-> installed ocamlfind.1.9.6
-> installed lablgtk.2.18.13
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-07 10:47.54 ---> saved as "535facb8b1923b145f29a9394c7958abe513aad72daef2020621fcd0640d8e35"

/src: (copy (src .) (dst /src))
2025-01-07 10:47.54 ---> saved as "1a51424ae21f828aac7917b5c6e5e89b680ea856c89a839c218ed4d16cdcbbd1"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.editor.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.graph.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o editor/.editor.eobjs/byte/dune__exe__Gtree.cmo -c -impl editor/gtree.ml)
File "editor/gtree.ml", line 224, characters 14-24:
224 |       let _ = sigs#event (drag_label db) in
                    ^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -open ViewGraph -g -bin-annot -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.graph.objs/byte -I view_graph/.viewGraph.objs/byte -no-alias-deps -opaque -o view_graph/.viewGraph_test.eobjs/byte/dune__exe__ViewGraph_test.cmo -c -impl view_graph/viewGraph_test.ml)
File "view_graph/viewGraph_test.ml", line 70, characters 4-24:
70 |     GToolbox.message_box "Error" 
         ^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of this function.
File "view_graph/viewGraph_test.ml", line 82, characters 2-22:
82 |   GToolbox.message_box "Error" 
       ^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of this function.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.graph.objs/byte -no-alias-deps -opaque -open Dune__exe -o editor/.graphEdGTK.eobjs/byte/dune__exe__GraphEdGTK.cmo -c -impl editor/graphEdGTK.ml)
File "editor/graphEdGTK.ml", line 397, characters 14-24:
397 |       let _ = sigs#event (drag_label noeud ellipse) in
                    ^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.
File "editor/graphEdGTK.ml", line 717, characters 8-33:
717 | let _ = canvas#root#connect#event (canvas_event) 
              ^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.
File "editor/graphEdGTK.ml", line 865, characters 9-33:
865 | let () = canvas#set_scroll_region 0. 0. w h 
               ^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels x1, y1, x2, y2 were omitted in the application of this function.
test_chaotic: all tests succeeded.
strat: all tests succeeded.
test_wto: all tests succeeded.
(cd _build/default/tests && ./test_bfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
test_saps: all tests succeeded.
test_fixpoint: all tests succeeded.
test_contraction: all tests succeeded.
basic: all tests succeeded.
test_johnson: all tests succeeded.
test_cycles: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
dot: all tests succeeded.
test_bf: all tests succeeded.
(cd _build/default/tests && ./check.exe)
check: all tests succeeded
(cd _build/default/tests && ./test_topsort.exe)
test topsort: all tests succeeded.
test_components: all tests succeeded.
2025-01-07 10:47.58 ---> saved as "d6261d44203068caaa7a58f44685db214844ec874d6b854be410846fc185f174"
Job succeeded
2025-01-07 10:47.58: Job succeeded