Organisationsbacktrackingocamlgraph8bace9 ()fedora-43-5.4_opam-2.4

fedora-43-5.4_opam-2.4

Logs

Show full logs
2025-12-17 13:45.30: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/pull/158/head (8bace9b45004f951fa1da9fe9ee3db230fbc7a0e) (linux-x86_64:fedora-43-5.4_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/backtracking/ocamlgraph.git" && cd "ocamlgraph" && git fetch origin "refs/pull/158/head" && git reset --hard 8bace9b4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2
# fedora-43-5.4_opam-2.4
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.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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-12-17 13:45.30: Using cache hint "backtracking/ocamlgraph-ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2-fedora-43-5.4_opam-2.4-f9f771e347609a536b97e05be1bc3197"
2025-12-17 13:45.30: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2)
 (comment fedora-43-5.4_opam-2.4)
 (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.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8")
 (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.4 --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-12-17 13:45.30: Waiting for resource in pool OCluster
2025-12-17 13:45.49: Waiting for worker…
2025-12-17 13:45.49: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 8bace9b Correctly set labelfontcolor

(from ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2)
2025-12-17 13:45.33 ---> using "71487916328e2521e9b3eace51b2d612b3cb065793b43d1600de6f3b03cd399e" from cache

/: (comment fedora-43-5.4_opam-2.4)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 43 - x86_64 - Updates           100% |  29.2 KiB/s |   8.9 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.

Nothing to do.
2025-12-17 13:45.35 ---> saved as "0b34afd4e3087d469b73a6367d196bb2e8240ba8587cb3dff0225a61fbc4d704"

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-17 13:45.35 ---> saved as "eff381b6acde799f0cf8811a2a634ee7261dbbd7c8cae96db8222ad6061d16cf"

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-17 13:45.56 ---> saved as "ff9b7e7ac43f46fd6d64d69d2af4f8e0b48e1f90e74bd79bbcb23578c636bc56"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-86-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-17 13:45.56 ---> saved as "aea334f2ed48189558aff4fecbb0b55f5fe5b8f24986c2f41c2ec959302edda2"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-12-17 13:45.57 ---> saved as "6af9b970c82539fdadc7d48bb4527b0bf97300c418aa71af935e92440cbaf378"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ee48e882f0..c199949faa  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls

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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-17 13:46.14 ---> saved as "469d00398a8880bf7acff0803569998c0caf2ae4fdb189f2bea28b7497ad7979"

/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2025-12-17 13:46.15 ---> saved as "c1d71d837bed42625c6548b76f21b91069b03399b9b885cbea91c4e8abe74d8e"

/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-12-17 13:46.18 ---> saved as "25c2a0ea96bdf53462344fd1e4807dc9a791c3acdab850fa583fc0fb84257e6a"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-17 13:46.18 ---> saved as "c60130633508d8d6cf18eb1c1e7d0e7705965c1f5d0d9c1d99292283ea815c5f"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8")

/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.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 libXft-devel

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

+ /usr/sbin/sudo "yum" "install" "-y" "gtk2-devel" "libXft-devel" "libgnomecanvas-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                         Repository                            Size
- Upgrading:
-  glib2                                   x86_64 2.86.3-1.fc43                   updates                           14.8 MiB
-    replacing glib2                       x86_64 2.86.2-1.fc43                   updates                           14.8 MiB
-  libblkid                                x86_64 2.41.3-7.fc43                   updates                          262.4 KiB
-    replacing libblkid                    x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1 262.4 KiB
-  libfdisk                                x86_64 2.41.3-7.fc43                   updates                          380.4 KiB
-    replacing libfdisk                    x86_64 2.41.1-17.fc43                  fedora                           380.4 KiB
-  liblastlog2                             x86_64 2.41.3-7.fc43                   updates                           33.9 KiB
-    replacing liblastlog2                 x86_64 2.41.1-17.fc43                  fedora                            33.9 KiB
-  libmount                                x86_64 2.41.3-7.fc43                   updates                          372.7 KiB
-    replacing libmount                    x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1 372.7 KiB
-  libsmartcols                            x86_64 2.41.3-7.fc43                   updates                          180.5 KiB
-    replacing libsmartcols                x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1 180.5 KiB
-  libuuid                                 x86_64 2.41.3-7.fc43                   updates                           37.4 KiB
-    replacing libuuid                     x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1  37.4 KiB
-  util-linux                              x86_64 2.41.3-7.fc43                   updates                            3.5 MiB
-    replacing util-linux                  x86_64 2.41.1-17.fc43                  fedora                             3.5 MiB
-  util-linux-core                         x86_64 2.41.3-7.fc43                   updates                            1.5 MiB
-    replacing util-linux-core             x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1   1.5 MiB
- Installing:
-  gtk2-devel                              x86_64 2.24.33-23.fc43                 fedora                            23.8 MiB
-  libXft-devel                            x86_64 2.3.8-9.fc43                    fedora                            31.7 KiB
-  libgnomecanvas-devel                    x86_64 2.30.3-32.fc43                  fedora                           595.6 KiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.24.2-1.fc43                   fedora                             1.5 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-15.fc43                   fedora                           192.7 KiB
-  adobe-source-code-pro-fonts             noarch 2.042.1.062.1.026-7.fc43        fedora                             1.6 MiB
-  adwaita-cursor-theme                    noarch 49.0-1.fc43                     fedora                            11.4 MiB
-  adwaita-icon-theme                      noarch 49.0-1.fc43                     fedora                             1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-4.fc43                     fedora                             2.1 MiB
-  alsa-lib                                x86_64 1.2.15-4.fc43                   updates                            1.5 MiB
-  aribb24                                 x86_64 1.0.3^20160216git5e9be27-3.fc43 fedora                            83.1 KiB
-  at-spi2-atk                             x86_64 2.58.2-1.fc43                   updates                          283.7 KiB
-  at-spi2-core                            x86_64 2.58.2-1.fc43                   updates                            1.5 MiB
-  atk                                     x86_64 2.58.2-1.fc43                   updates                          248.6 KiB
-  atk-devel                               x86_64 2.58.2-1.fc43                   updates                            5.9 MiB
-  avahi-glib                              x86_64 0.9~rc2-6.fc43                  fedora                            19.6 KiB
-  avahi-libs                              x86_64 0.9~rc2-6.fc43                  fedora                           171.6 KiB
-  bluez-libs                              x86_64 5.85-1.fc43                     updates                          198.3 KiB
-  brotli                                  x86_64 1.2.0-1.fc43                    updates                           33.6 KiB
-  brotli-devel                            x86_64 1.2.0-1.fc43                    updates                           65.9 KiB
-  bzip2-devel                             x86_64 1.0.8-21.fc43                   fedora                           309.8 KiB
-  cairo                                   x86_64 1.18.4-2.fc43                   fedora                             1.8 MiB
-  cairo-devel                             x86_64 1.18.4-2.fc43                   fedora                             2.3 MiB
-  cairo-gobject                           x86_64 1.18.4-2.fc43                   fedora                            31.1 KiB
-  cdparanoia-libs                         x86_64 10.2-48.fc43                    fedora                           113.5 KiB
-  cjson                                   x86_64 1.7.18-3.fc43                   fedora                            63.9 KiB
-  cmake-filesystem                        x86_64 3.31.10-3.fc43                  updates                            0.0   B
-  codec2                                  x86_64 1.2.0-7.fc43                    fedora                             1.4 MiB
-  colord-libs                             x86_64 1.4.8-2.fc43                    fedora                           830.7 KiB
-  cryptsetup-libs                         x86_64 2.8.1-1.fc43                    fedora                             2.6 MiB
-  cups-filesystem                         noarch 1:2.4.16-4.fc43                 updates                            0.0   B
-  cups-libs                               x86_64 1:2.4.16-4.fc43                 updates                          618.7 KiB
-  dbus                                    x86_64 1:1.16.0-4.fc43                 fedora                             0.0   B
-  dbus-broker                             x86_64 37-2.fc43                       fedora                           387.2 KiB
-  dbus-common                             noarch 1:1.16.0-4.fc43                 fedora                            11.2 KiB
-  default-fonts-core-sans                 noarch 4.2-5.fc43                      fedora                            11.9 KiB
-  device-mapper                           x86_64 1.02.208-2.fc43                 fedora                           346.6 KiB
-  device-mapper-libs                      x86_64 1.02.208-2.fc43                 fedora                           418.2 KiB
-  docbook-dtds                            noarch 1.0-89.fc43                     fedora                             8.3 MiB
-  docbook-style-dsssl                     noarch 1.79-42.fc43                    fedora                             2.2 MiB
-  docbook-style-xsl                       noarch 1.79.2-25.fc43                  fedora                            15.6 MiB
-  docbook-utils                           noarch 0.6.15-3.fc43                   fedora                           156.7 KiB
-  duktape                                 x86_64 2.7.0-10.fc43                   fedora                           615.8 KiB
-  exempi                                  x86_64 2.6.4-8.fc43                    fedora                             1.4 MiB
-  exiv2-libs                              x86_64 0.28.6-2.fc43                   fedora                             2.8 MiB
-  fdk-aac-free                            x86_64 2.0.0-16.fc43                   fedora                           611.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-16.fc43                  fedora                             3.6 MiB
-  flac-libs                               x86_64 1.5.0-5.fc43                    updates                          611.5 KiB
-  fontconfig                              x86_64 2.17.0-3.fc43                   fedora                           765.9 KiB
-  fontconfig-devel                        x86_64 2.17.0-3.fc43                   fedora                           123.6 KiB
-  fonts-filesystem                        noarch 1:2.0.5-23.fc43                 fedora                             0.0   B
-  freetype                                x86_64 2.13.3-3.fc43                   fedora                           850.2 KiB
-  freetype-devel                          x86_64 2.13.3-3.fc43                   fedora                             8.5 MiB
-  fribidi                                 x86_64 1.0.16-3.fc43                   fedora                           190.3 KiB
-  fribidi-devel                           x86_64 1.0.16-3.fc43                   fedora                            78.0 KiB
-  fuse-common                             x86_64 3.16.2-5.fc42                   fedora                            38.0   B
-  fuse3                                   x86_64 3.16.2-5.fc42                   fedora                           129.7 KiB
-  fuse3-libs                              x86_64 3.16.2-5.fc42                   fedora                           281.5 KiB
-  game-music-emu                          x86_64 0.6.4-2.fc43                    fedora                           351.8 KiB
-  gdk-pixbuf2                             x86_64 2.44.4-1.fc43                   updates                            2.5 MiB
-  gdk-pixbuf2-devel                       x86_64 2.44.4-1.fc43                   updates                            2.3 MiB
-  geoclue2                                x86_64 2.8.0-1.fc43                    updates                          401.7 KiB
-  giflib                                  x86_64 5.2.2-8.fc43                    fedora                           112.1 KiB
-  glib2-devel                             x86_64 2.86.3-1.fc43                   updates                           15.7 MiB
-  glibc-gconv-extra                       x86_64 2.42-4.fc43                     fedora                             7.2 MiB
-  glycin-devel                            x86_64 2.0.4-1.fc43                    updates                          126.0 KiB
-  glycin-libs                             x86_64 2.0.4-1.fc43                    updates                            4.4 MiB
-  glycin-loaders                          x86_64 2.0.4-1.fc43                    updates                           13.1 MiB
-  gobject-introspection                   x86_64 1.84.0-3.fc43                   fedora                           392.8 KiB
-  google-noto-fonts-common                noarch 20251101-2.fc43                 updates                           17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20251101-2.fc43                 updates                            1.4 MiB
-  gpgme                                   x86_64 1.24.3-6.fc43                   fedora                           587.9 KiB
-  gpgmepp                                 x86_64 1.24.3-6.fc43                   fedora                           429.2 KiB
-  graphene                                x86_64 1.10.8-2.fc43                   fedora                           158.4 KiB
-  graphite2                               x86_64 1.3.14-19.fc43                  fedora                           191.8 KiB
-  graphite2-devel                         x86_64 1.3.14-19.fc43                  fedora                            49.3 KiB
-  gsettings-desktop-schemas               x86_64 49.1-3.fc43                     updates                            5.7 MiB
-  gsm                                     x86_64 1.0.23-1.fc43                   fedora                            65.3 KiB
-  gstreamer1                              x86_64 1.26.9-1.fc43                   updates                            5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.9-1.fc43                   updates                            7.3 MiB
-  gtk-doc                                 x86_64 1.34.0-7.fc43                   fedora                             3.2 MiB
-  gtk-update-icon-cache                   x86_64 3.24.51-2.fc43                  fedora                            62.2 KiB
-  gtk2                                    x86_64 2.24.33-23.fc43                 fedora                            12.8 MiB
-  gtk3                                    x86_64 3.24.51-2.fc43                  fedora                            22.4 MiB
-  harfbuzz                                x86_64 11.5.1-1.fc43                   fedora                             2.8 MiB
-  harfbuzz-cairo                          x86_64 11.5.1-1.fc43                   fedora                            48.1 KiB
-  harfbuzz-devel                          x86_64 11.5.1-1.fc43                   fedora                             5.3 MiB
-  harfbuzz-icu                            x86_64 11.5.1-1.fc43                   fedora                            15.4 KiB
-  hicolor-icon-theme                      noarch 0.18-2.fc43                     fedora                            72.4 KiB
-  highway                                 x86_64 1.3.0-1.fc43                    updates                            5.5 MiB
-  hwdata                                  noarch 0.402-1.fc43                    updates                            9.7 MiB
-  ilbc                                    x86_64 3.0.4-17.fc43                   fedora                            91.4 KiB
-  inih                                    x86_64 62-1.fc43                       fedora                            22.4 KiB
-  inih-cpp                                x86_64 62-1.fc43                       fedora                            36.1 KiB
-  iso-codes                               noarch 4.18.0-2.fc43                   fedora                            21.5 MiB
-  jbigkit-libs                            x86_64 2.1-32.fc43                     fedora                           113.5 KiB
-  json-glib                               x86_64 1.10.8-4.fc43                   updates                          592.3 KiB
-  kbd                                     x86_64 2.8.0-3.fc43                    fedora                             1.4 MiB
-  kbd-legacy                              noarch 2.8.0-3.fc43                    fedora                           571.4 KiB
-  kbd-misc                                noarch 2.8.0-3.fc43                    fedora                             2.5 MiB
-  kmod                                    x86_64 34.2-2.fc43                     fedora                           247.2 KiB
-  kmod-libs                               x86_64 34.2-2.fc43                     fedora                           135.1 KiB
-  lame-libs                               x86_64 3.100-20.fc43                   fedora                             1.2 MiB
-  lcms2                                   x86_64 2.16-6.fc43                     fedora                           433.7 KiB
-  lcms2-devel                             x86_64 2.16-6.fc43                     fedora                           135.7 KiB
-  libXcomposite                           x86_64 0.4.6-6.fc43                    fedora                            40.5 KiB
-  libXcomposite-devel                     x86_64 0.4.6-6.fc43                    fedora                             8.0 KiB
-  libXcursor                              x86_64 1.2.3-3.fc43                    fedora                            53.4 KiB
-  libXcursor-devel                        x86_64 1.2.3-3.fc43                    fedora                            22.7 KiB
-  libXdamage                              x86_64 1.1.6-6.fc43                    fedora                            39.6 KiB
-  libXext                                 x86_64 1.3.6-4.fc43                    fedora                            90.0 KiB
-  libXext-devel                           x86_64 1.3.6-4.fc43                    fedora                            98.9 KiB
-  libXfixes                               x86_64 6.0.1-6.fc43                    fedora                            26.2 KiB
-  libXfixes-devel                         x86_64 6.0.1-6.fc43                    fedora                             9.2 KiB
-  libXft                                  x86_64 2.3.8-9.fc43                    fedora                           164.4 KiB
-  libXi                                   x86_64 1.8.2-3.fc43                    fedora                            80.6 KiB
-  libXi-devel                             x86_64 1.8.2-3.fc43                    fedora                           132.5 KiB
-  libXinerama                             x86_64 1.1.5-9.fc43                    fedora                            15.0 KiB
-  libXinerama-devel                       x86_64 1.1.5-9.fc43                    fedora                             7.0 KiB
-  libXrandr                               x86_64 1.5.4-6.fc43                    fedora                            51.8 KiB
-  libXrandr-devel                         x86_64 1.5.4-6.fc43                    fedora                            21.8 KiB
-  libXrender                              x86_64 0.9.12-3.fc43                   fedora                            46.0 KiB
-  libXrender-devel                        x86_64 0.9.12-3.fc43                   fedora                            50.1 KiB
-  libXtst                                 x86_64 1.2.5-3.fc43                    fedora                            33.5 KiB
-  libXv                                   x86_64 1.0.13-3.fc43                   fedora                            26.0 KiB
-  libXxf86vm                              x86_64 1.1.6-3.fc43                    fedora                            25.3 KiB
-  libaom                                  x86_64 3.13.1-1.fc43                   fedora                             5.0 MiB
-  libaribcaption                          x86_64 1.1.1-3.fc43                    fedora                           244.5 KiB
-  libart_lgpl                             x86_64 2.3.21-36.fc43                  fedora                           139.0 KiB
-  libart_lgpl-devel                       x86_64 2.3.21-36.fc43                  fedora                            72.6 KiB
-  libasyncns                              x86_64 0.8-31.fc43                     fedora                            55.5 KiB
-  libavcodec-free                         x86_64 7.1.2-3.fc43                    updates                            9.8 MiB
-  libavformat-free                        x86_64 7.1.2-3.fc43                    updates                            2.6 MiB
-  libavutil-free                          x86_64 7.1.2-3.fc43                    updates                          942.5 KiB
-  libblkid-devel                          x86_64 2.41.3-7.fc43                   updates                           44.9 KiB
-  libbluray                               x86_64 1.3.4-11.fc43                   updates                          393.7 KiB
-  libcamera                               x86_64 0.5.2-4.fc43                    fedora                             2.2 MiB
-  libcanberra                             x86_64 0.30-38.fc43                    fedora                           266.5 KiB
-  libcanberra-gtk3                        x86_64 0.30-38.fc43                    fedora                            70.7 KiB
-  libchromaprint                          x86_64 1.6.0-1.fc43                    updates                           69.2 KiB
-  libcloudproviders                       x86_64 0.3.6-2.fc43                    fedora                           124.3 KiB
-  libcue                                  x86_64 2.3.0-12.fc43                   fedora                            85.8 KiB
-  libdatrie                               x86_64 0.2.13-12.fc43                  fedora                            53.8 KiB
-  libdatrie-devel                         x86_64 0.2.13-12.fc43                  fedora                           558.1 KiB
-  libdav1d                                x86_64 1.5.2-1.fc43                    updates                            1.7 MiB
-  libdrm                                  x86_64 2.4.128-3.fc43                  updates                          399.9 KiB
-  libdvdnav                               x86_64 6.1.1-11.fc43                   fedora                           116.1 KiB
-  libdvdread                              x86_64 6.1.3-10.fc43                   fedora                           156.1 KiB
-  libebur128                              x86_64 1.2.6-14.fc43                   fedora                            39.3 KiB
-  libepoxy                                x86_64 1.5.10-11.fc43                  fedora                             1.1 MiB
-  libexif                                 x86_64 0.6.25-2.fc43                   fedora                             2.7 MiB
-  libffi-devel                            x86_64 3.5.2-1.fc43                    updates                           33.9 KiB
-  libgexiv2                               x86_64 0.14.6-2.fc43                   fedora                           279.2 KiB
-  libglade2                               x86_64 2.6.4-36.fc43                   fedora                           152.3 KiB
-  libglvnd                                x86_64 1:1.7.0-8.fc43                  fedora                           526.1 KiB
-  libglvnd-egl                            x86_64 1:1.7.0-8.fc43                  fedora                            64.7 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-8.fc43                  fedora                           601.2 KiB
-  libgnomecanvas                          x86_64 2.30.3-32.fc43                  fedora                           961.4 KiB
-  libgsf                                  x86_64 1.14.54-1.fc43                  updates                          964.9 KiB
-  libgudev                                x86_64 238-8.fc43                      fedora                            83.8 KiB
-  libgusb                                 x86_64 0.4.9-4.fc43                    fedora                           162.0 KiB
-  libgxps                                 x86_64 0.3.2-11.fc43                   fedora                           188.1 KiB
-  libheif                                 x86_64 1.20.2-6.fc43                   fedora                             1.6 MiB
-  libicu-devel                            x86_64 77.1-1.fc43                     fedora                             5.0 MiB
-  libimobiledevice                        x86_64 1.3.0^20240916gited9703d-6.fc43 fedora                           304.7 KiB
-  libimobiledevice-glue                   x86_64 1.3.1-3.fc43                    fedora                           118.8 KiB
-  libiptcdata                             x86_64 1.0.5-23.fc43                   fedora                           163.9 KiB
-  libjpeg-turbo                           x86_64 3.1.2-1.fc43                    fedora                           804.9 KiB
-  libjxl                                  x86_64 1:0.11.1-7.fc43                 updates                            4.1 MiB
-  liblc3                                  x86_64 1.1.3-5.fc43                    fedora                           170.8 KiB
-  libldac                                 x86_64 2.0.2.3-18.fc43                 fedora                            74.2 KiB
-  libldb                                  x86_64 2:4.23.4-1.fc43                 updates                          450.8 KiB
-  liblerc                                 x86_64 4.0.0-9.fc43                    fedora                           624.1 KiB
-  libmodplug                              x86_64 1:0.8.9.0-28.fc43               fedora                           355.2 KiB
-  libmount-devel                          x86_64 2.41.3-7.fc43                   updates                           65.5 KiB
-  libnotify                               x86_64 0.8.7-1.fc43                    fedora                           123.6 KiB
-  libogg                                  x86_64 2:1.3.6-2.fc43                  updates                           45.6 KiB
-  libopenjph                              x86_64 0.22.0-2.fc43                   fedora                           466.2 KiB
-  libopenmpt                              x86_64 0.8.4-1.fc43                    updates                            1.8 MiB
-  libosinfo                               x86_64 1.12.0-3.fc43                   fedora                             1.2 MiB
-  libpciaccess                            x86_64 0.16-16.fc43                    fedora                            44.5 KiB
-  libplist                                x86_64 2.6.0-5.fc43                    fedora                           237.0 KiB
-  libpng                                  x86_64 2:1.6.53-1.fc43                 updates                          241.7 KiB
-  libpng-devel                            x86_64 2:1.6.53-1.fc43                 updates                          886.7 KiB
-  libproxy                                x86_64 0.5.8-3.fc43                    fedora                           102.3 KiB
-  librabbitmq                             x86_64 0.15.0-3.fc43                   fedora                            89.6 KiB
-  librist                                 x86_64 0.2.7-10.fc43                   fedora                           157.2 KiB
-  librsvg2                                x86_64 2.61.0-3.fc43                   updates                            5.0 MiB
-  libsbc                                  x86_64 2.0-7.fc43                      fedora                            93.4 KiB
-  libseccomp-devel                        x86_64 2.6.0-2.fc43                    fedora                           114.3 KiB
-  libselinux-devel                        x86_64 3.9-5.fc43                      fedora                           127.3 KiB
-  libsepol-devel                          x86_64 3.9-2.fc43                      fedora                           121.4 KiB
-  libsmbclient                            x86_64 2:4.23.4-1.fc43                 updates                          167.5 KiB
-  libsndfile                              x86_64 1.2.2-10.fc43                   fedora                           550.1 KiB
-  libsodium                               x86_64 1.0.20-6.fc43                   fedora                           389.0 KiB
-  libsoup3                                x86_64 3.6.5-8.fc43                    fedora                             1.1 MiB
-  libstemmer                              x86_64 3.0.1-8.fc43                    fedora                           661.5 KiB
-  libswresample-free                      x86_64 7.1.2-3.fc43                    updates                          147.4 KiB
-  libtalloc                               x86_64 2.4.3-4.fc43                    fedora                            64.1 KiB
-  libtdb                                  x86_64 1.4.14-3.fc43                   fedora                           100.5 KiB
-  libtevent                               x86_64 0.17.1-3.fc43                   fedora                           101.5 KiB
-  libthai                                 x86_64 0.1.29-11.fc43                  fedora                           783.4 KiB
-  libthai-devel                           x86_64 0.1.29-11.fc43                  fedora                           644.3 KiB
-  libtheora                               x86_64 1:1.1.1-40.fc43                 fedora                           477.3 KiB
-  libtiff                                 x86_64 4.7.1-1.fc43                    updates                          624.4 KiB
-  libtinysparql                           x86_64 3.10.1-5.fc43                   updates                          995.0 KiB
-  libudfread                              x86_64 1.1.2-12.fc43                   fedora                            65.9 KiB
-  libunwind                               x86_64 1.8.1-3.fc43                    fedora                           194.1 KiB
-  libusbmuxd                              x86_64 2.1.0-4.fc43                    fedora                            75.2 KiB
-  libva                                   x86_64 2.22.0-6.fc43                   fedora                           329.4 KiB
-  libvdpau                                x86_64 1.5-10.fc43                     fedora                            20.7 KiB
-  libvisual                               x86_64 1:0.4.2-3.fc43                  fedora                           452.7 KiB
-  libvmaf                                 x86_64 3.0.0-4.fc43                    fedora                           827.0 KiB
-  libvorbis                               x86_64 1:1.3.7-13.fc43                 fedora                           833.4 KiB
-  libvpl                                  x86_64 1:2.15.0-3.fc43                 fedora                           426.5 KiB
-  libvpx                                  x86_64 1.15.0-4.fc43                   fedora                             3.3 MiB
-  libwayland-client                       x86_64 1.24.0-1.fc43                   fedora                            62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc43                   fedora                            37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc43                   fedora                            12.4 KiB
-  libwbclient                             x86_64 2:4.23.4-1.fc43                 updates                           68.7 KiB
-  libwebp                                 x86_64 1.6.0-2.fc43                    fedora                           956.6 KiB
-  libxkbcommon                            x86_64 1.11.0-1.fc43                   fedora                           408.2 KiB
-  libxml2-devel                           x86_64 2.12.10-5.fc43                  fedora                             3.4 MiB
-  libxshmfence                            x86_64 1.3.2-7.fc43                    fedora                            12.4 KiB
-  libxslt                                 x86_64 1.1.43-5.fc43                   fedora                           460.1 KiB
-  libyuv                                  x86_64 0-0.57.20240704git96bbdb5.fc43  fedora                           679.7 KiB
-  lm_sensors-libs                         x86_64 3.6.0-23.fc43                   fedora                            85.8 KiB
-  lmdb-libs                               x86_64 0.9.33-4.fc43                   fedora                           105.4 KiB
-  lpcnetfreedv                            x86_64 0.5-9.fc43                      fedora                            14.8 MiB
-  lttng-ust                               x86_64 2.14.0-4.fc43                   fedora                             1.3 MiB
-  lynx                                    x86_64 2.9.2-4.fc43                    fedora                             6.0 MiB
-  lzo                                     x86_64 2.10-15.fc43                    fedora                           178.9 KiB
-  lzo-devel                               x86_64 2.10-15.fc43                    fedora                           212.2 KiB
-  lzo-minilzo                             x86_64 2.10-15.fc43                    fedora                            36.7 KiB
-  mbedtls                                 x86_64 3.6.5-1.fc43                    updates                            1.3 MiB
-  mesa-dri-drivers                        x86_64 25.2.7-3.fc43                   updates                           47.9 MiB
-  mesa-filesystem                         x86_64 25.2.7-3.fc43                   updates                            3.6 KiB
-  mesa-libEGL                             x86_64 25.2.7-3.fc43                   updates                          306.4 KiB
-  mesa-libGL                              x86_64 25.2.7-3.fc43                   updates                          286.0 KiB
-  mesa-libgbm                             x86_64 25.2.7-3.fc43                   updates                           19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-2.fc43                  fedora                           814.0 KiB
-  ngtcp2-crypto-gnutls                    x86_64 1.18.0-1.fc43                   updates                           39.6 KiB
-  nspr                                    x86_64 4.37.0-7.fc43                   updates                          315.5 KiB
-  nss                                     x86_64 3.118.1-2.fc43                  updates                            1.9 MiB
-  nss-softokn                             x86_64 3.118.1-2.fc43                  updates                            2.0 MiB
-  nss-softokn-freebl                      x86_64 3.118.1-2.fc43                  updates                          990.8 KiB
-  nss-sysinit                             x86_64 3.118.1-2.fc43                  updates                           18.1 KiB
-  nss-util                                x86_64 3.118.1-2.fc43                  updates                          204.8 KiB
-  opencore-amr                            x86_64 0.1.6-9.fc43                    fedora                           352.7 KiB
-  openh264                                x86_64 2.6.0-2.fc43                    fedora-cisco-openh264              1.1 MiB
-  openjade                                x86_64 1.3.2-83.fc43                   fedora                             3.7 MiB
-  openjpeg                                x86_64 2.5.4-1.fc43                    fedora                           456.3 KiB
-  openpgm                                 x86_64 5.3.128-5.fc43                  fedora                           312.3 KiB
-  opensp                                  x86_64 1.5.2-49.fc43                   fedora                             2.8 MiB
-  opus                                    x86_64 1.5.2-3.fc43                    fedora                           427.6 KiB
-  orc                                     x86_64 0.4.41-2.fc43                   fedora                           726.3 KiB
-  osinfo-db                               noarch 20250124-2.fc43                 fedora                             3.9 MiB
-  osinfo-db-tools                         x86_64 1.12.0-4.fc43                   fedora                           190.9 KiB
-  pango                                   x86_64 1.57.0-1.fc43                   fedora                             1.0 MiB
-  pango-devel                             x86_64 1.57.0-1.fc43                   fedora                             1.5 MiB
-  pcre2-devel                             x86_64 10.47-1.fc43                    updates                            2.1 MiB
-  pcre2-utf16                             x86_64 10.47-1.fc43                    updates                          639.2 KiB
-  pcre2-utf32                             x86_64 10.47-1.fc43                    updates                          611.1 KiB
-  perl-SGMLSpm                            noarch 1.03ii-65.fc43                  fedora                            71.1 KiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.9-1.fc43                    updates                          496.6 KiB
-  pipewire-libs                           x86_64 1.4.9-1.fc43                    updates                            8.6 MiB
-  pixman                                  x86_64 0.46.2-2.fc43                   fedora                           710.3 KiB
-  pixman-devel                            x86_64 0.46.2-2.fc43                   fedora                            56.1 KiB
-  polkit                                  x86_64 126-6.fc43                      fedora                           459.9 KiB
-  polkit-libs                             x86_64 126-6.fc43                      fedora                           199.8 KiB
-  poppler                                 x86_64 25.07.0-3.fc43                  updates                            3.8 MiB
-  poppler-data                            noarch 0.4.11-10.fc43                  fedora                            12.3 MiB
-  poppler-glib                            x86_64 25.07.0-3.fc43                  updates                          633.9 KiB
-  pulseaudio-libs                         x86_64 17.0-7.fc43                     fedora                             3.4 MiB
-  python3-lxml                            x86_64 6.0.1-2.fc43                    fedora                             5.8 MiB
-  python3-packaging                       noarch 25.0-7.fc43                     fedora                           607.4 KiB
-  python3-pygments                        noarch 2.19.1-6.fc43                   fedora                            11.3 MiB
-  rav1e-libs                              x86_64 0.7.1-8.fc43                    fedora                             3.0 MiB
-  redhat-display-fonts                    noarch 4.1.0-2.fc43                    fedora                           963.9 KiB
-  redhat-text-fonts                       noarch 4.1.0-2.fc43                    fedora                           788.2 KiB
-  rtkit                                   x86_64 0.11-69.fc43                    fedora                           138.1 KiB
-  samba-client-libs                       x86_64 2:4.23.4-1.fc43                 updates                           19.7 MiB
-  samba-common                            noarch 2:4.23.4-1.fc43                 updates                          202.9 KiB
-  samba-common-libs                       x86_64 2:4.23.4-1.fc43                 updates                          268.6 KiB
-  sgml-common                             noarch 0.6.3-67.fc43                   fedora                           168.1 KiB
-  shared-mime-info                        x86_64 2.4-2.fc43                      fedora                             5.2 MiB
-  snappy                                  x86_64 1.2.2-2.fc43                    fedora                            71.8 KiB
-  sound-theme-freedesktop                 noarch 0.8-24.fc43                     fedora                           460.4 KiB
-  soxr                                    x86_64 0.1.3-20.fc43                   fedora                           191.5 KiB
-  speex                                   x86_64 1.2.0-20.fc43                   fedora                           128.5 KiB
-  spirv-tools-libs                        x86_64 2025.4-1.fc43                   updates                            5.8 MiB
-  srt-libs                                x86_64 1.5.4-4.fc43                    fedora                           993.8 KiB
-  svt-av1-libs                            x86_64 3.1.2-1.fc43                    fedora                             5.6 MiB
-  sysprof-capture-devel                   x86_64 49.0-1.fc43                     fedora                           803.7 KiB
-  systemd                                 x86_64 258.2-1.fc43                    updates                           12.7 MiB
-  systemd-pam                             x86_64 258.2-1.fc43                    updates                            1.2 MiB
-  systemd-shared                          x86_64 258.2-1.fc43                    updates                            4.9 MiB
-  systemd-udev                            x86_64 258.2-1.fc43                    updates                           12.6 MiB
-  totem-pl-parser                         x86_64 3.26.6-13.fc43                  fedora                           308.5 KiB
-  twolame-libs                            x86_64 0.4.0-8.fc43                    fedora                           165.5 KiB
-  uchardet                                x86_64 0.0.8-8.fc43                    fedora                           275.6 KiB
-  upower-libs                             x86_64 1.91.0-1.fc43                   updates                          178.8 KiB
-  vo-amrwbenc                             x86_64 0.1.3-23.fc43                   fedora                           153.9 KiB
-  webrtc-audio-processing                 x86_64 1.3-9.fc43                      fedora                             1.4 MiB
-  wireplumber                             x86_64 0.5.12-1.fc43                   updates                          408.6 KiB
-  wireplumber-libs                        x86_64 0.5.12-1.fc43                   updates                            1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-2.fc43                   fedora                             1.8 MiB
-  xevd-libs                               x86_64 0.5.0-5.fc43                    fedora                           367.9 KiB
-  xeve-libs                               x86_64 0.5.1-5.fc43                    fedora                           892.5 KiB
-  xkeyboard-config                        noarch 2.46-1.fc43                     updates                           10.2 MiB
-  xml-common                              noarch 0.6.3-67.fc43                   fedora                            78.4 KiB
-  xprop                                   x86_64 1.2.8-4.fc43                    fedora                            54.7 KiB
-  xvidcore                                x86_64 1.3.7-14.fc43                   fedora                           878.4 KiB
-  xz-devel                                x86_64 1:5.8.1-4.fc43                  updates                          258.8 KiB
-  zeromq                                  x86_64 4.3.5-22.fc43                   fedora                           894.1 KiB
-  zlib-ng-compat-devel                    x86_64 2.3.2-1.fc43                    updates                          107.0 KiB
-  zvbi                                    x86_64 0.2.44-2.fc43                   fedora                             1.2 MiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 49.0-2.fc43                     fedora                             5.5 MiB
-  adwaita-sans-fonts                      noarch 49.0-2.fc43                     fedora                             1.7 MiB
-  dconf                                   x86_64 0.49.0-1.fc43                   fedora                           307.5 KiB
-  exiv2                                   x86_64 0.28.6-2.fc43                   fedora                            12.2 MiB
-  gi-docgen-fonts                         noarch 2025.5-1.fc43                   updates                            0.0   B
-  glib-networking                         x86_64 2.80.1-3.fc43                   fedora                           742.9 KiB
-  intel-mediasdk                          x86_64 23.2.2-8.fc43                   fedora                            22.4 MiB
-  intel-vpl-gpu-rt                        x86_64 25.3.4-1.fc43                   fedora                            11.7 MiB
-  libbpf                                  x86_64 2:1.6.1-3.fc43                  fedora                           422.8 KiB
-  libcamera-ipa                           x86_64 0.5.2-4.fc43                    fedora                           682.7 KiB
-  libcanberra-gtk2                        x86_64 0.30-38.fc43                    fedora                            50.2 KiB
-  localsearch                             x86_64 3.10.2-1.fc43                   updates                            3.4 MiB
-  logrotate                               x86_64 3.22.0-4.fc43                   fedora                           148.9 KiB
-  low-memory-monitor                      x86_64 2.1-13.fc43                     fedora                            66.0 KiB
-  mesa-va-drivers                         x86_64 25.2.7-3.fc43                   updates                          115.0   B
-  pipewire                                x86_64 1.4.9-1.fc43                    updates                          430.9 KiB
-  pipewire-alsa                           x86_64 1.4.9-1.fc43                    updates                          158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.9-1.fc43                    updates                           30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.9-1.fc43                    updates                          146.5 KiB
-  pipewire-pulseaudio                     x86_64 1.4.9-1.fc43                    updates                          436.1 KiB
-  polkit-pkla-compat                      x86_64 0.1-31.fc43                     fedora                            89.5 KiB
-  qrencode-libs                           x86_64 4.1.1-11.fc43                   fedora                           164.8 KiB
-  systemd-networkd                        x86_64 258.2-1.fc43                    updates                            2.3 MiB
-  systemd-resolved                        x86_64 258.2-1.fc43                    updates                          733.0 KiB
-  tinysparql                              x86_64 3.10.1-5.fc43                   updates                            2.5 MiB
-  upower                                  x86_64 1.91.0-1.fc43                   updates                          303.7 KiB
-  usbmuxd                                 x86_64 1.1.1^20240915git0b1b233-6.fc43 fedora                           149.1 KiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-2.fc43                   fedora                           473.3 KiB
- 
- Transaction Summary:
-  Installing:       345 packages
-  Upgrading:          9 packages
-  Replacing:          9 packages
- 
- Total size of inbound packages is 172 MiB. Need to download 172 MiB.
- After this operation, 657 MiB extra will be used (install 678 MiB, remove 21 MiB).
- [  1/354] cairo-0:1.18.4-2.fc43.x86_64  100% |   4.7 MiB/s | 729.3 KiB |  00m00s
- [  2/354] pango-0:1.57.0-1.fc43.x86_64  100% |   5.9 MiB/s | 353.4 KiB |  00m00s
- [  3/354] fontconfig-0:2.17.0-3.fc43.x8 100% |   2.3 MiB/s | 272.2 KiB |  00m00s
- [  4/354] gtk2-0:2.24.33-23.fc43.x86_64 100% |   9.2 MiB/s |   3.3 MiB |  00m00s
- [  5/354] libXext-0:1.3.6-4.fc43.x86_64 100% |   1.0 MiB/s |  39.1 KiB |  00m00s
- [  6/354] libXrender-0:0.9.12-3.fc43.x8 100% |   5.2 MiB/s |  26.9 KiB |  00m00s
- [  7/354] lzo-0:2.10-15.fc43.x86_64     100% |   5.6 MiB/s |  69.4 KiB |  00m00s
- [  8/354] pixman-0:0.46.2-2.fc43.x86_64 100% |   7.1 MiB/s | 292.5 KiB |  00m00s
- [  9/354] gtk-update-icon-cache-0:3.24. 100% |   6.6 MiB/s |  33.8 KiB |  00m00s
- [ 10/354] hicolor-icon-theme-0:0.18-2.f 100% |   6.4 MiB/s |  65.9 KiB |  00m00s
- [ 11/354] libXcomposite-0:0.4.6-6.fc43. 100% |   5.9 MiB/s |  24.2 KiB |  00m00s
- [ 12/354] libXcursor-0:1.2.3-3.fc43.x86 100% |   6.1 MiB/s |  31.2 KiB |  00m00s
- [ 13/354] libXdamage-0:1.1.6-6.fc43.x86 100% |   5.7 MiB/s |  23.3 KiB |  00m00s
- [ 14/354] freetype-0:2.13.3-3.fc43.x86_ 100% |   2.4 MiB/s | 412.1 KiB |  00m00s
- [ 15/354] libXfixes-0:6.0.1-6.fc43.x86_ 100% |   3.1 MiB/s |  19.1 KiB |  00m00s
- [ 16/354] libXinerama-0:1.1.5-9.fc43.x8 100% |   3.5 MiB/s |  14.2 KiB |  00m00s
- [ 17/354] libXrandr-0:1.5.4-6.fc43.x86_ 100% |   6.7 MiB/s |  27.6 KiB |  00m00s
- [ 18/354] libXi-0:1.8.2-3.fc43.x86_64   100% |   3.0 MiB/s |  40.3 KiB |  00m00s
- [ 19/354] fribidi-0:1.0.16-3.fc43.x86_6 100% |   5.8 MiB/s |  53.3 KiB |  00m00s
- [ 20/354] libXft-0:2.3.8-9.fc43.x86_64  100% |   7.1 MiB/s |  72.2 KiB |  00m00s
- [ 21/354] libthai-0:0.1.29-11.fc43.x86_ 100% |   7.9 MiB/s | 210.3 KiB |  00m00s
- [ 22/354] default-fonts-core-sans-0:4.2 100% | 786.8 KiB/s |  29.9 KiB |  00m00s
- [ 23/354] fonts-filesystem-1:2.0.5-23.f 100% |   2.1 MiB/s |   8.7 KiB |  00m00s
- [ 24/354] xml-common-0:0.6.3-67.fc43.no 100% |   3.8 MiB/s |  31.0 KiB |  00m00s
- [ 25/354] graphite2-0:1.3.14-19.fc43.x8 100% |   5.2 MiB/s |  95.6 KiB |  00m00s
- [ 26/354] libdatrie-0:0.2.13-12.fc43.x8 100% |   7.8 MiB/s |  32.0 KiB |  00m00s
- [ 27/354] abattis-cantarell-vf-fonts-0: 100% |   6.9 MiB/s | 120.1 KiB |  00m00s
- [ 28/354] harfbuzz-0:11.5.1-1.fc43.x86_ 100% |   4.8 MiB/s |   1.1 MiB |  00m00s
- [ 29/354] gtk2-devel-0:2.24.33-23.fc43. 100% |   3.5 MiB/s |   2.8 MiB |  00m01s
- [ 30/354] libXft-devel-0:2.3.8-9.fc43.x 100% | 355.4 KiB/s |  49.4 KiB |  00m00s
- [ 31/354] gtk-doc-0:1.34.0-7.fc43.x86_6 100% |   2.4 MiB/s | 488.5 KiB |  00m00s
- [ 32/354] libgnomecanvas-devel-0:2.30.3 100% | 265.6 KiB/s |  71.4 KiB |  00m00s
- [ 33/354] docbook-utils-0:0.6.15-3.fc43 100% |   1.3 MiB/s |  69.1 KiB |  00m00s
- [ 34/354] libgnomecanvas-0:2.30.3-32.fc 100% | 812.4 KiB/s | 241.3 KiB |  00m00s
- [ 35/354] python3-lxml-0:6.0.1-2.fc43.x 100% |   4.7 MiB/s |   1.6 MiB |  00m00s
- [ 36/354] docbook-style-xsl-0:1.79.2-25 100% |   3.3 MiB/s |   1.5 MiB |  00m00s
- [ 37/354] libart_lgpl-0:2.3.21-36.fc43. 100% |   1.5 MiB/s |  73.0 KiB |  00m00s
- [ 38/354] libglade2-0:2.6.4-36.fc43.x86 100% |   1.4 MiB/s |  60.3 KiB |  00m00s
- [ 39/354] docbook-dtds-0:1.0-89.fc43.no 100% |   3.1 MiB/s | 334.8 KiB |  00m00s
- [ 40/354] python3-pygments-0:2.19.1-6.f 100% |   5.4 MiB/s |   2.7 MiB |  00m00s
- [ 41/354] perl-SGMLSpm-0:1.03ii-65.fc43 100% | 988.9 KiB/s |  27.7 KiB |  00m00s
- [ 42/354] libxslt-0:1.1.43-5.fc43.x86_6 100% |   4.5 MiB/s | 184.4 KiB |  00m00s
- [ 43/354] docbook-style-dsssl-0:1.79-42 100% |   1.4 MiB/s | 258.7 KiB |  00m00s
- [ 44/354] sgml-common-0:0.6.3-67.fc43.n 100% | 444.6 KiB/s |  60.5 KiB |  00m00s
- [ 45/354] libart_lgpl-devel-0:2.3.21-36 100% |   6.2 MiB/s |  32.0 KiB |  00m00s
- [ 46/354] pango-devel-0:1.57.0-1.fc43.x 100% |   3.4 MiB/s | 162.0 KiB |  00m00s
- [ 47/354] cairo-devel-0:1.18.4-2.fc43.x 100% |   4.3 MiB/s | 191.8 KiB |  00m00s
- [ 48/354] openjade-0:1.3.2-83.fc43.x86_ 100% |   3.7 MiB/s | 869.7 KiB |  00m00s
- [ 49/354] opensp-0:1.5.2-49.fc43.x86_64 100% |   3.6 MiB/s | 889.1 KiB |  00m00s
- [ 50/354] fontconfig-devel-0:2.17.0-3.f 100% |   1.2 MiB/s | 169.5 KiB |  00m00s
- [ 51/354] atk-0:2.58.2-1.fc43.x86_64    100% | 707.8 KiB/s |  80.7 KiB |  00m00s
- [ 52/354] dbus-1:1.16.0-4.fc43.x86_64   100% |   1.0 MiB/s |   7.5 KiB |  00m00s
- [ 53/354] libXtst-0:1.2.5-3.fc43.x86_64 100% |   2.2 MiB/s |  20.5 KiB |  00m00s
- [ 54/354] xprop-0:1.2.8-4.fc43.x86_64   100% |   4.3 MiB/s |  34.8 KiB |  00m00s
- [ 55/354] at-spi2-core-0:2.58.2-1.fc43. 100% |   3.7 MiB/s | 390.1 KiB |  00m00s
- [ 56/354] shared-mime-info-0:2.4-2.fc43 100% |   3.9 MiB/s | 399.7 KiB |  00m00s
- [ 57/354] libXrender-devel-0:0.9.12-3.f 100% | 949.4 KiB/s |  19.0 KiB |  00m00s
- [ 58/354] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |   2.2 MiB/s | 484.9 KiB |  00m00s
- [ 59/354] freetype-devel-0:2.13.3-3.fc4 100% |   2.5 MiB/s |   1.0 MiB |  00m00s
- [ 60/354] atk-devel-0:2.58.2-1.fc43.x86 100% |   2.8 MiB/s | 443.7 KiB |  00m00s
- [ 61/354] python3-packaging-0:25.0-7.fc 100% |   4.3 MiB/s | 161.5 KiB |  00m00s
- [ 62/354] gdk-pixbuf2-devel-0:2.44.4-1. 100% |   2.4 MiB/s | 369.3 KiB |  00m00s
- [ 63/354] libXcomposite-devel-0:0.4.6-6 100% | 406.2 KiB/s |  15.8 KiB |  00m00s
- [ 64/354] libXcursor-devel-0:1.2.3-3.fc 100% | 808.4 KiB/s |  39.6 KiB |  00m00s
- [ 65/354] libXext-devel-0:1.3.6-4.fc43. 100% |   1.5 MiB/s |  85.2 KiB |  00m00s
- [ 66/354] libXfixes-devel-0:6.0.1-6.fc4 100% | 597.9 KiB/s |  12.6 KiB |  00m00s
- [ 67/354] libXinerama-devel-0:1.1.5-9.f 100% | 383.3 KiB/s |  13.0 KiB |  00m00s
- [ 68/354] libXi-devel-0:1.8.2-3.fc43.x8 100% |   2.2 MiB/s | 115.8 KiB |  00m00s
- [ 69/354] libXrandr-devel-0:1.5.4-6.fc4 100% | 739.6 KiB/s |  19.2 KiB |  00m00s
- [ 70/354] glib2-devel-0:2.86.3-1.fc43.x 100% |   4.5 MiB/s |   1.5 MiB |  00m00s
- [ 71/354] cups-filesystem-1:2.4.16-4.fc 100% | 220.7 KiB/s |  13.0 KiB |  00m00s
- [ 72/354] avahi-libs-0:0.9~rc2-6.fc43.x 100% |   3.5 MiB/s |  69.0 KiB |  00m00s
- [ 73/354] jbigkit-libs-0:2.1-32.fc43.x8 100% |   3.7 MiB/s |  53.2 KiB |  00m00s
- [ 74/354] cups-libs-1:2.4.16-4.fc43.x86 100% |   1.9 MiB/s | 261.6 KiB |  00m00s
- [ 75/354] libjpeg-turbo-0:3.1.2-1.fc43. 100% |   4.8 MiB/s | 236.8 KiB |  00m00s
- [ 76/354] libtiff-0:4.7.1-1.fc43.x86_64 100% |   2.3 MiB/s | 222.4 KiB |  00m00s
- [ 77/354] liblerc-0:4.0.0-9.fc43.x86_64 100% |   5.0 MiB/s | 215.1 KiB |  00m00s
- [ 78/354] cmake-filesystem-0:3.31.10-3. 100% | 770.5 KiB/s |  13.9 KiB |  00m00s
- [ 79/354] brotli-devel-0:1.2.0-1.fc43.x 100% |   1.8 MiB/s |  34.4 KiB |  00m00s
- [ 80/354] brotli-0:1.2.0-1.fc43.x86_64  100% |   1.2 MiB/s |  23.8 KiB |  00m00s
- [ 81/354] libwebp-0:1.6.0-2.fc43.x86_64 100% |   5.5 MiB/s | 324.2 KiB |  00m00s
- [ 82/354] libpng-devel-2:1.6.53-1.fc43. 100% |   2.2 MiB/s | 293.7 KiB |  00m00s
- [ 83/354] zlib-ng-compat-devel-0:2.3.2- 100% | 345.1 KiB/s |  38.0 KiB |  00m00s
- [ 84/354] libpng-2:1.6.53-1.fc43.x86_64 100% |   1.0 MiB/s | 123.9 KiB |  00m00s
- [ 85/354] harfbuzz-cairo-0:11.5.1-1.fc4 100% |   1.1 MiB/s |  30.2 KiB |  00m00s
- [ 86/354] harfbuzz-icu-0:11.5.1-1.fc43. 100% |   1.5 MiB/s |  15.8 KiB |  00m00s
- [ 87/354] bzip2-devel-0:1.0.8-21.fc43.x 100% |   3.7 MiB/s | 213.4 KiB |  00m00s
- [ 88/354] harfbuzz-devel-0:11.5.1-1.fc4 100% |   4.7 MiB/s | 456.1 KiB |  00m00s
- [ 89/354] libxml2-devel-0:2.12.10-5.fc4 100% |   5.9 MiB/s | 524.0 KiB |  00m00s
- [ 90/354] lzo-devel-0:2.10-15.fc43.x86_ 100% |   1.2 MiB/s |  39.0 KiB |  00m00s
- [ 91/354] lzo-minilzo-0:2.10-15.fc43.x8 100% | 428.3 KiB/s |  24.0 KiB |  00m00s
- [ 92/354] pixman-devel-0:0.46.2-2.fc43. 100% | 945.8 KiB/s |  18.0 KiB |  00m00s
- [ 93/354] google-noto-sans-vf-fonts-0:2 100% |   2.6 MiB/s | 614.5 KiB |  00m00s
- [ 94/354] google-noto-fonts-common-0:20 100% |  87.4 KiB/s |  17.3 KiB |  00m00s
- [ 95/354] libffi-devel-0:3.5.2-1.fc43.x 100% | 449.6 KiB/s |  29.7 KiB |  00m00s
- [ 96/354] libmount-devel-0:2.41.3-7.fc4 100% |   1.3 MiB/s |  24.6 KiB |  00m00s
- [ 97/354] pcre2-devel-0:10.47-1.fc43.x8 100% |   2.6 MiB/s | 550.9 KiB |  00m00s
- [ 98/354] libselinux-devel-0:3.9-5.fc43 100% |   5.1 MiB/s | 152.1 KiB |  00m00s
- [ 99/354] libsepol-devel-0:3.9-2.fc43.x 100% |   6.7 MiB/s |  48.4 KiB |  00m00s
- [100/354] pcre2-utf16-0:10.47-1.fc43.x8 100% | 969.0 KiB/s | 246.1 KiB |  00m00s
- [101/354] sysprof-capture-devel-0:49.0- 100% |   5.6 MiB/s | 171.1 KiB |  00m00s
- [102/354] pcre2-utf32-0:10.47-1.fc43.x8 100% | 784.2 KiB/s | 232.9 KiB |  00m00s
- [103/354] glycin-devel-0:2.0.4-1.fc43.x 100% | 469.9 KiB/s |  24.0 KiB |  00m00s
- [104/354] lcms2-0:2.16-6.fc43.x86_64    100% |   6.9 MiB/s | 182.8 KiB |  00m00s
- [105/354] libheif-0:1.20.2-6.fc43.x86_6 100% |   7.6 MiB/s | 578.1 KiB |  00m00s
- [106/354] libaom-0:3.13.1-1.fc43.x86_64 100% |   6.2 MiB/s |   1.9 MiB |  00m00s
- [107/354] glycin-libs-0:2.0.4-1.fc43.x8 100% |   3.4 MiB/s |   1.6 MiB |  00m00s
- [108/354] libopenjph-0:0.22.0-2.fc43.x8 100% |   5.0 MiB/s | 154.4 KiB |  00m00s
- [109/354] openjpeg-0:2.5.4-1.fc43.x86_6 100% |   4.5 MiB/s | 192.2 KiB |  00m00s
- [110/354] rav1e-libs-0:0.7.1-8.fc43.x86 100% |   5.8 MiB/s |   1.0 MiB |  00m00s
- [111/354] libvmaf-0:3.0.0-4.fc43.x86_64 100% |   5.1 MiB/s | 196.6 KiB |  00m00s
- [112/354] fribidi-devel-0:1.0.16-3.fc43 100% | 696.6 KiB/s |  29.3 KiB |  00m00s
- [113/354] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   7.2 MiB/s |   2.0 MiB |  00m00s
- [114/354] libthai-devel-0:0.1.29-11.fc4 100% |   2.2 MiB/s | 128.3 KiB |  00m00s
- [115/354] libdatrie-devel-0:0.2.13-12.f 100% | 852.8 KiB/s | 137.3 KiB |  00m00s
- [116/354] glycin-loaders-0:2.0.4-1.fc43 100% |   2.6 MiB/s |   2.8 MiB |  00m01s
- [117/354] xz-devel-1:5.8.1-4.fc43.x86_6 100% | 184.3 KiB/s |  66.7 KiB |  00m00s
- [118/354] graphite2-devel-0:1.3.14-19.f 100% |   1.0 MiB/s |  20.6 KiB |  00m00s
- [119/354] libdav1d-0:1.5.2-1.fc43.x86_6 100% |   3.0 MiB/s | 637.4 KiB |  00m00s
- [120/354] libicu-devel-0:77.1-1.fc43.x8 100% |   4.5 MiB/s | 794.4 KiB |  00m00s
- [121/354] libblkid-devel-0:2.41.3-7.fc4 100% |   1.2 MiB/s |  23.4 KiB |  00m00s
- [122/354] libjxl-1:0.11.1-7.fc43.x86_64 100% |   2.6 MiB/s |   1.2 MiB |  00m00s
- [123/354] cairo-gobject-0:1.18.4-2.fc43 100% | 651.2 KiB/s |  16.9 KiB |  00m00s
- [124/354] lcms2-devel-0:2.16-6.fc43.x86 100% | 118.6 KiB/s |  31.8 KiB |  00m00s
- [125/354] libseccomp-devel-0:2.6.0-2.fc 100% |   1.7 MiB/s |  62.3 KiB |  00m00s
- [126/354] openh264-0:2.6.0-2.fc43.x86_6 100% | 344.9 KiB/s | 422.8 KiB |  00m01s
- [127/354] librsvg2-0:2.61.0-3.fc43.x86_ 100% |   1.9 MiB/s |   1.9 MiB |  00m01s
- [128/354] libcanberra-gtk2-0:0.30-38.fc 100% | 843.9 KiB/s |  24.5 KiB |  00m00s
- [129/354] libcanberra-0:0.30-38.fc43.x8 100% |   5.4 MiB/s |  83.7 KiB |  00m00s
- [130/354] libcanberra-gtk3-0:0.30-38.fc 100% |   3.7 MiB/s |  30.1 KiB |  00m00s
- [131/354] libtdb-0:1.4.14-3.fc43.x86_64 100% |   2.0 MiB/s |  55.1 KiB |  00m00s
- [132/354] libvorbis-1:1.3.7-13.fc43.x86 100% |   5.6 MiB/s | 188.4 KiB |  00m00s
- [133/354] lynx-0:2.9.2-4.fc43.x86_64    100% |   5.5 MiB/s |   1.6 MiB |  00m00s
- [134/354] sound-theme-freedesktop-0:0.8 100% |   7.0 MiB/s | 382.3 KiB |  00m00s
- [135/354] highway-0:1.3.0-1.fc43.x86_64 100% |   1.7 MiB/s | 694.5 KiB |  00m00s
- [136/354] libasyncns-0:0.8-31.fc43.x86_ 100% |   3.3 MiB/s |  30.0 KiB |  00m00s
- [137/354] libsndfile-0:1.2.2-10.fc43.x8 100% |   9.4 MiB/s | 220.8 KiB |  00m00s
- [138/354] pulseaudio-libs-0:17.0-7.fc43 100% |   4.6 MiB/s | 694.1 KiB |  00m00s
- [139/354] at-spi2-atk-0:2.58.2-1.fc43.x 100% |   2.3 MiB/s |  87.7 KiB |  00m00s
- [140/354] colord-libs-0:1.4.8-2.fc43.x8 100% |   9.4 MiB/s | 230.5 KiB |  00m00s
- [141/354] libcloudproviders-0:0.3.6-2.f 100% |   9.2 MiB/s |  46.9 KiB |  00m00s
- [142/354] libepoxy-0:1.5.10-11.fc43.x86 100% |   9.7 MiB/s | 229.5 KiB |  00m00s
- [143/354] libwayland-client-0:1.24.0-1. 100% |   6.6 MiB/s |  33.6 KiB |  00m00s
- [144/354] adwaita-icon-theme-0:49.0-1.f 100% |   5.6 MiB/s | 403.9 KiB |  00m00s
- [145/354] libwayland-cursor-0:1.24.0-1. 100% |   3.7 MiB/s |  18.9 KiB |  00m00s
- [146/354] libwayland-egl-0:1.24.0-1.fc4 100% |   1.7 MiB/s |  12.4 KiB |  00m00s
- [147/354] gsm-0:1.0.23-1.fc43.x86_64    100% |   5.0 MiB/s |  36.0 KiB |  00m00s
- [148/354] libxkbcommon-0:1.11.0-1.fc43. 100% |   7.7 MiB/s | 174.3 KiB |  00m00s
- [149/354] mpg123-libs-0:1.32.10-2.fc43. 100% |   9.9 MiB/s | 355.6 KiB |  00m00s
- [150/354] opus-0:1.5.2-3.fc43.x86_64    100% |  11.0 MiB/s | 237.1 KiB |  00m00s
- [151/354] lame-libs-0:3.100-20.fc43.x86 100% |   3.0 MiB/s | 338.9 KiB |  00m00s
- [152/354] adwaita-cursor-theme-0:49.0-1 100% |   6.5 MiB/s | 380.1 KiB |  00m00s
- [153/354] libgusb-0:0.4.9-4.fc43.x86_64 100% | 716.9 KiB/s |  64.5 KiB |  00m00s
- [154/354] gi-docgen-fonts-0:2025.5-1.fc 100% | 499.0 KiB/s |   9.0 KiB |  00m00s
- [155/354] adobe-source-code-pro-fonts-0 100% |   5.2 MiB/s | 806.3 KiB |  00m00s
- [156/354] redhat-display-fonts-0:4.1.0- 100% |   4.0 MiB/s | 556.4 KiB |  00m00s
- [157/354] adwaita-icon-theme-legacy-0:4 100% |   4.6 MiB/s |   2.5 MiB |  00m01s
- [158/354] redhat-text-fonts-0:4.1.0-2.f 100% |   2.9 MiB/s | 484.1 KiB |  00m00s
- [159/354] libogg-2:1.3.6-2.fc43.x86_64  100% | 930.1 KiB/s |  33.5 KiB |  00m00s
- [160/354] xkeyboard-config-0:2.46-1.fc4 100% |   2.4 MiB/s | 993.6 KiB |  00m00s
- [161/354] flac-libs-0:1.5.0-5.fc43.x86_ 100% | 537.4 KiB/s | 217.1 KiB |  00m00s
- [162/354] json-glib-0:1.10.8-4.fc43.x86 100% |   1.1 MiB/s | 172.7 KiB |  00m00s
- [163/354] alsa-lib-0:1.2.15-4.fc43.x86_ 100% |   2.3 MiB/s | 540.7 KiB |  00m00s
- [164/354] libunwind-0:1.8.1-3.fc43.x86_ 100% |   1.6 MiB/s |  76.5 KiB |  00m00s
- [165/354] gtk3-0:3.24.51-2.fc43.x86_64  100% |   3.1 MiB/s |   5.9 MiB |  00m02s
- [166/354] avahi-glib-0:0.9~rc2-6.fc43.x 100% |   1.6 MiB/s |  15.2 KiB |  00m00s
- [167/354] gstreamer1-0:1.26.9-1.fc43.x8 100% |   2.7 MiB/s |   1.7 MiB |  00m01s
- [168/354] libsoup3-0:3.6.5-8.fc43.x86_6 100% |   4.2 MiB/s | 391.4 KiB |  00m00s
- [169/354] libstemmer-0:3.0.1-8.fc43.x86 100% |   3.4 MiB/s | 155.3 KiB |  00m00s
- [170/354] xdg-desktop-portal-gtk-0:1.15 100% |   3.2 MiB/s | 144.0 KiB |  00m00s
- [171/354] fuse3-0:3.16.2-5.fc42.x86_64  100% |   2.5 MiB/s |  57.4 KiB |  00m00s
- [172/354] libtinysparql-0:3.10.1-5.fc43 100% | 687.4 KiB/s | 347.1 KiB |  00m01s
- [173/354] libgudev-0:238-8.fc43.x86_64  100% |   2.6 MiB/s |  34.6 KiB |  00m00s
- [174/354] fuse-common-0:3.16.2-5.fc42.x 100% |   1.2 MiB/s |   8.6 KiB |  00m00s
- [175/354] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   1.2 MiB/s |  94.2 KiB |  00m00s
- [176/354] xdg-desktop-portal-0:1.20.3-2 100% |   3.7 MiB/s | 507.6 KiB |  00m00s
- [177/354] giflib-0:5.2.2-8.fc43.x86_64  100% |   2.7 MiB/s |  52.3 KiB |  00m00s
- [178/354] libcue-0:2.3.0-12.fc43.x86_64 100% |   1.9 MiB/s |  35.0 KiB |  00m00s
- [179/354] exempi-0:2.6.4-8.fc43.x86_64  100% |   5.4 MiB/s | 581.3 KiB |  00m00s
- [180/354] libgexiv2-0:0.14.6-2.fc43.x86 100% |   4.5 MiB/s | 101.2 KiB |  00m00s
- [181/354] libgxps-0:0.3.2-11.fc43.x86_6 100% |   5.0 MiB/s |  76.4 KiB |  00m00s
- [182/354] libiptcdata-0:1.0.5-23.fc43.x 100% |   3.9 MiB/s |  60.6 KiB |  00m00s
- [183/354] libexif-0:0.6.25-2.fc43.x86_6 100% |   3.8 MiB/s | 475.6 KiB |  00m00s
- [184/354] libosinfo-0:1.12.0-3.fc43.x86 100% |   5.6 MiB/s | 316.3 KiB |  00m00s
- [185/354] localsearch-0:3.10.2-1.fc43.x 100% |   3.1 MiB/s | 867.1 KiB |  00m00s
- [186/354] totem-pl-parser-0:3.26.6-13.f 100% |   3.2 MiB/s | 143.1 KiB |  00m00s
- [187/354] osinfo-db-tools-0:1.12.0-4.fc 100% |   4.8 MiB/s |  74.5 KiB |  00m00s
- [188/354] uchardet-0:0.0.8-8.fc43.x86_6 100% |   5.8 MiB/s | 106.0 KiB |  00m00s
- [189/354] inih-cpp-0:62-1.fc43.x86_64   100% |   4.6 MiB/s |  23.6 KiB |  00m00s
- [190/354] inih-0:62-1.fc43.x86_64       100% |   3.0 MiB/s |  18.2 KiB |  00m00s
- [191/354] dconf-0:0.49.0-1.fc43.x86_64  100% |   4.0 MiB/s | 110.2 KiB |  00m00s
- [192/354] osinfo-db-0:20250124-2.fc43.n 100% |   4.7 MiB/s | 475.5 KiB |  00m00s
- [193/354] exiv2-libs-0:0.28.6-2.fc43.x8 100% |   6.6 MiB/s | 908.4 KiB |  00m00s
- [194/354] libproxy-0:0.5.8-3.fc43.x86_6 100% |   5.5 MiB/s |  44.9 KiB |  00m00s
- [195/354] glib-networking-0:2.80.1-3.fc 100% |   5.6 MiB/s | 200.8 KiB |  00m00s
- [196/354] duktape-0:2.7.0-10.fc43.x86_6 100% |   7.8 MiB/s | 168.7 KiB |  00m00s
- [197/354] tinysparql-0:3.10.1-5.fc43.x8 100% |   3.7 MiB/s |   1.0 MiB |  00m00s
- [198/354] ModemManager-glib-0:1.24.2-1. 100% |   5.9 MiB/s | 334.9 KiB |  00m00s
- [199/354] libnotify-0:0.8.7-1.fc43.x86_ 100% |   4.1 MiB/s |  53.9 KiB |  00m00s
- [200/354] gsettings-desktop-schemas-0:4 100% |   1.9 MiB/s | 822.9 KiB |  00m00s
- [201/354] cdparanoia-libs-0:10.2-48.fc4 100% |   7.5 MiB/s |  53.9 KiB |  00m00s
- [202/354] geoclue2-0:2.8.0-1.fc43.x86_6 100% | 340.9 KiB/s | 144.5 KiB |  00m00s
- [203/354] graphene-0:1.10.8-2.fc43.x86_ 100% |   4.6 MiB/s |  61.3 KiB |  00m00s
- [204/354] libXv-0:1.0.13-3.fc43.x86_64  100% |   2.6 MiB/s |  18.6 KiB |  00m00s
- [205/354] libglvnd-egl-1:1.7.0-8.fc43.x 100% |   3.9 MiB/s |  36.0 KiB |  00m00s
- [206/354] libglvnd-glx-1:1.7.0-8.fc43.x 100% |   6.8 MiB/s | 132.1 KiB |  00m00s
- [207/354] libtheora-1:1.1.1-40.fc43.x86 100% |   5.9 MiB/s | 170.3 KiB |  00m00s
- [208/354] libvisual-1:0.4.2-3.fc43.x86_ 100% |   6.5 MiB/s | 153.2 KiB |  00m00s
- [209/354] orc-0:0.4.41-2.fc43.x86_64    100% |   4.9 MiB/s | 221.5 KiB |  00m00s
- [210/354] libglvnd-1:1.7.0-8.fc43.x86_6 100% |   4.3 MiB/s | 114.0 KiB |  00m00s
- [211/354] iso-codes-0:4.18.0-2.fc43.noa 100% |   8.4 MiB/s |   3.7 MiB |  00m00s
- [212/354] fdk-aac-free-0:2.0.0-16.fc43. 100% |   4.3 MiB/s | 341.1 KiB |  00m00s
- [213/354] gstreamer1-plugins-base-0:1.2 100% |   2.9 MiB/s |   2.3 MiB |  00m01s
- [214/354] libebur128-0:1.2.6-14.fc43.x8 100% |   3.5 MiB/s |  24.9 KiB |  00m00s
- [215/354] liblc3-0:1.1.3-5.fc43.x86_64  100% |   7.3 MiB/s | 105.1 KiB |  00m00s
- [216/354] libldac-0:2.0.2.3-18.fc43.x86 100% |   5.9 MiB/s |  42.5 KiB |  00m00s
- [217/354] libsbc-0:2.0-7.fc43.x86_64    100% |   6.8 MiB/s |  49.0 KiB |  00m00s
- [218/354] webrtc-audio-processing-0:1.3 100% |   8.4 MiB/s | 533.9 KiB |  00m00s
- [219/354] fftw-libs-single-0:3.3.10-16. 100% |   4.9 MiB/s |   1.2 MiB |  00m00s
- [220/354] pipewire-libs-0:1.4.9-1.fc43. 100% |   2.1 MiB/s |   2.4 MiB |  00m01s
- [221/354] mesa-libGL-0:25.2.7-3.fc43.x8 100% | 230.4 KiB/s | 130.0 KiB |  00m01s
- [222/354] libXxf86vm-0:1.1.6-3.fc43.x86 100% |   1.3 MiB/s |  17.7 KiB |  00m00s
- [223/354] hwdata-0:0.402-1.fc43.noarch  100% |   1.6 MiB/s |   1.7 MiB |  00m01s
- [224/354] libxshmfence-0:1.3.2-7.fc43.x 100% |   1.6 MiB/s |  13.3 KiB |  00m00s
- [225/354] mesa-filesystem-0:25.2.7-3.fc 100% |  46.2 KiB/s |  21.6 KiB |  00m00s
- [226/354] lm_sensors-libs-0:3.6.0-23.fc 100% |   2.6 MiB/s |  40.6 KiB |  00m00s
- [227/354] mesa-dri-drivers-0:25.2.7-3.f 100% |   4.0 MiB/s |  12.7 MiB |  00m03s
- [228/354] mesa-libgbm-0:25.2.7-3.fc43.x 100% |  10.1 KiB/s |  27.6 KiB |  00m03s
- [229/354] mesa-libEGL-0:25.2.7-3.fc43.x 100% |  47.9 KiB/s | 131.8 KiB |  00m03s
- [230/354] libpciaccess-0:0.16-16.fc43.x 100% |   2.0 MiB/s |  26.2 KiB |  00m00s
- [231/354] bluez-libs-0:5.85-1.fc43.x86_ 100% | 770.2 KiB/s |  83.2 KiB |  00m00s
- [232/354] libdrm-0:2.4.128-3.fc43.x86_6 100% |   1.0 MiB/s | 162.0 KiB |  00m00s
- [233/354] spirv-tools-libs-0:2025.4-1.f 100% |   2.4 MiB/s |   1.6 MiB |  00m01s
- [234/354] libavformat-free-0:7.1.2-3.fc 100% |   1.2 MiB/s |   1.1 MiB |  00m01s
- [235/354] game-music-emu-0:0.6.4-2.fc43 100% |   3.6 MiB/s | 166.1 KiB |  00m00s
- [236/354] libdvdnav-0:6.1.1-11.fc43.x86 100% |   3.9 MiB/s |  55.5 KiB |  00m00s
- [237/354] libdvdread-0:6.1.3-10.fc43.x8 100% |   3.9 MiB/s |  72.1 KiB |  00m00s
- [238/354] libmodplug-1:0.8.9.0-28.fc43. 100% |   4.7 MiB/s | 177.9 KiB |  00m00s
- [239/354] librabbitmq-0:0.15.0-3.fc43.x 100% |   3.0 MiB/s |  43.4 KiB |  00m00s
- [240/354] librist-0:0.2.7-10.fc43.x86_6 100% |   4.7 MiB/s |  77.0 KiB |  00m00s
- [241/354] srt-libs-0:1.5.4-4.fc43.x86_6 100% |   5.0 MiB/s | 388.9 KiB |  00m00s
- [242/354] zeromq-0:4.3.5-22.fc43.x86_64 100% |   5.5 MiB/s | 468.2 KiB |  00m00s
- [243/354] libavcodec-free-0:7.1.2-3.fc4 100% |   2.2 MiB/s |   4.2 MiB |  00m02s
- [244/354] aribb24-0:1.0.3^20160216git5e 100% |   2.6 MiB/s |  39.8 KiB |  00m00s
- [245/354] libavutil-free-0:7.1.2-3.fc43 100% | 239.6 KiB/s | 351.7 KiB |  00m01s
- [246/354] libswresample-free-0:7.1.2-3. 100% |  83.2 KiB/s |  68.5 KiB |  00m01s
- [247/354] ilbc-0:3.0.4-17.fc43.x86_64   100% |   2.6 MiB/s |  56.9 KiB |  00m00s
- [248/354] libaribcaption-0:1.1.1-3.fc43 100% |   5.2 MiB/s | 111.1 KiB |  00m00s
- [249/354] codec2-0:1.2.0-7.fc43.x86_64  100% |   6.0 MiB/s | 642.9 KiB |  00m00s
- [250/354] libva-0:2.22.0-6.fc43.x86_64  100% |   3.8 MiB/s | 115.9 KiB |  00m00s
- [251/354] libvpl-1:2.15.0-3.fc43.x86_64 100% |   4.1 MiB/s | 161.1 KiB |  00m00s
- [252/354] snappy-0:1.2.2-2.fc43.x86_64  100% |   4.3 MiB/s |  39.6 KiB |  00m00s
- [253/354] speex-0:1.2.0-20.fc43.x86_64  100% |   4.9 MiB/s |  70.2 KiB |  00m00s
- [254/354] opencore-amr-0:0.1.6-9.fc43.x 100% |   4.6 MiB/s | 182.1 KiB |  00m00s
- [255/354] twolame-libs-0:0.4.0-8.fc43.x 100% |   2.0 MiB/s |  68.6 KiB |  00m00s
- [256/354] vo-amrwbenc-0:0.1.3-23.fc43.x 100% |   2.5 MiB/s |  82.8 KiB |  00m00s
- [257/354] xevd-libs-0:0.5.0-5.fc43.x86_ 100% |   2.8 MiB/s | 165.2 KiB |  00m00s
- [258/354] xeve-libs-0:0.5.1-5.fc43.x86_ 100% |   2.4 MiB/s | 276.4 KiB |  00m00s
- [259/354] xvidcore-0:1.3.7-14.fc43.x86_ 100% |   2.8 MiB/s | 266.6 KiB |  00m00s
- [260/354] libvpx-0:1.15.0-4.fc43.x86_64 100% |   4.9 MiB/s |   1.2 MiB |  00m00s
- [261/354] libvdpau-0:1.5-10.fc43.x86_64 100% |   1.2 MiB/s |  16.5 KiB |  00m00s
- [262/354] cjson-0:1.7.18-3.fc43.x86_64  100% |   2.1 MiB/s |  31.9 KiB |  00m00s
- [263/354] libsodium-0:1.0.20-6.fc43.x86 100% |   2.4 MiB/s | 175.7 KiB |  00m00s
- [264/354] openpgm-0:5.3.128-5.fc43.x86_ 100% |   2.9 MiB/s | 181.5 KiB |  00m00s
- [265/354] soxr-0:0.1.3-20.fc43.x86_64   100% |   3.0 MiB/s |  86.8 KiB |  00m00s
- [266/354] zvbi-0:0.2.44-2.fc43.x86_64   100% |   2.6 MiB/s | 433.6 KiB |  00m00s
- [267/354] libgsf-0:1.14.54-1.fc43.x86_6 100% |   2.8 MiB/s | 260.6 KiB |  00m00s
- [268/354] poppler-glib-0:25.07.0-3.fc43 100% |   1.6 MiB/s | 207.4 KiB |  00m00s
- [269/354] gpgmepp-0:1.24.3-6.fc43.x86_6 100% |   5.0 MiB/s | 142.9 KiB |  00m00s
- [270/354] poppler-data-0:0.4.11-10.fc43 100% |   7.4 MiB/s |   2.0 MiB |  00m00s
- [271/354] gpgme-0:1.24.3-6.fc43.x86_64  100% |   7.1 MiB/s | 218.5 KiB |  00m00s
- [272/354] poppler-0:25.07.0-3.fc43.x86_ 100% |   2.9 MiB/s |   1.3 MiB |  00m00s
- [273/354] gobject-introspection-0:1.84. 100% |   6.9 MiB/s | 120.3 KiB |  00m00s
- [274/354] upower-libs-0:1.91.0-1.fc43.x 100% | 713.8 KiB/s |  60.0 KiB |  00m00s
- [275/354] libudfread-0:1.1.2-12.fc43.x8 100% |   4.3 MiB/s |  35.4 KiB |  00m00s
- [276/354] libchromaprint-0:1.6.0-1.fc43 100% |   1.7 MiB/s |  42.6 KiB |  00m00s
- [277/354] libbluray-0:1.3.4-11.fc43.x86 100% |   2.0 MiB/s | 173.0 KiB |  00m00s
- [278/354] lpcnetfreedv-0:0.5-9.fc43.x86 100% |   8.6 MiB/s |   7.3 MiB |  00m01s
- [279/354] libopenmpt-0:0.8.4-1.fc43.x86 100% |   2.4 MiB/s | 785.6 KiB |  00m00s
- [280/354] libsmbclient-2:4.23.4-1.fc43. 100% | 247.7 KiB/s |  80.0 KiB |  00m00s
- [281/354] libwbclient-2:4.23.4-1.fc43.x 100% |   1.1 MiB/s |  47.8 KiB |  00m00s
- [282/354] libldb-2:4.23.4-1.fc43.x86_64 100% |   1.0 MiB/s | 189.8 KiB |  00m00s
- [283/354] samba-client-libs-2:4.23.4-1. 100% |   3.2 MiB/s |   5.6 MiB |  00m02s
- [284/354] samba-common-2:4.23.4-1.fc43. 100% |  99.9 KiB/s | 179.0 KiB |  00m02s
- [285/354] libtalloc-0:2.4.3-4.fc43.x86_ 100% |   2.1 MiB/s |  34.8 KiB |  00m00s
- [286/354] lmdb-libs-0:0.9.33-4.fc43.x86 100% |   4.6 MiB/s |  61.5 KiB |  00m00s
- [287/354] libtevent-0:0.17.1-3.fc43.x86 100% |   2.5 MiB/s |  51.6 KiB |  00m00s
- [288/354] samba-common-libs-2:4.23.4-1. 100% |  62.8 KiB/s | 111.8 KiB |  00m02s
- [289/354] ngtcp2-crypto-gnutls-0:1.18.0 100% | 990.3 KiB/s |  23.8 KiB |  00m00s
- [290/354] glibc-gconv-extra-0:2.42-4.fc 100% |   8.6 MiB/s |   1.6 MiB |  00m00s
- [291/354] mbedtls-0:3.6.5-1.fc43.x86_64 100% |   2.9 MiB/s | 512.4 KiB |  00m00s
- [292/354] dbus-broker-0:37-2.fc43.x86_6 100% |   7.7 MiB/s | 173.8 KiB |  00m00s
- [293/354] systemd-0:258.2-1.fc43.x86_64 100% |   3.3 MiB/s |   4.2 MiB |  00m01s
- [294/354] dbus-common-1:1.16.0-4.fc43.n 100% | 945.0 KiB/s |  14.2 KiB |  00m00s
- [295/354] systemd-shared-0:258.2-1.fc43 100% |   1.2 MiB/s |   1.8 MiB |  00m02s
- [296/354] systemd-pam-0:258.2-1.fc43.x8 100% | 258.3 KiB/s | 419.8 KiB |  00m02s
- [297/354] nspr-0:4.37.0-7.fc43.x86_64   100% | 241.5 KiB/s | 137.9 KiB |  00m01s
- [298/354] nss-0:3.118.1-2.fc43.x86_64   100% |   1.8 MiB/s | 716.8 KiB |  00m00s
- [299/354] nss-softokn-0:3.118.1-2.fc43. 100% |   1.1 MiB/s | 430.9 KiB |  00m00s
- [300/354] nss-sysinit-0:3.118.1-2.fc43. 100% | 398.8 KiB/s |  19.1 KiB |  00m00s
- [301/354] nss-util-0:3.118.1-2.fc43.x86 100% | 244.6 KiB/s |  86.3 KiB |  00m00s
- [302/354] low-memory-monitor-0:2.1-13.f 100% |   2.6 MiB/s |  34.2 KiB |  00m00s
- [303/354] rtkit-0:0.11-69.fc43.x86_64   100% |   4.1 MiB/s |  54.9 KiB |  00m00s
- [304/354] polkit-0:126-6.fc43.x86_64    100% |   7.8 MiB/s | 160.3 KiB |  00m00s
- [305/354] polkit-libs-0:126-6.fc43.x86_ 100% |   8.2 MiB/s |  67.4 KiB |  00m00s
- [306/354] nss-softokn-freebl-0:3.118.1- 100% |   1.8 MiB/s | 372.3 KiB |  00m00s
- [307/354] pipewire-0:1.4.9-1.fc43.x86_6 100% |   1.3 MiB/s | 135.2 KiB |  00m00s
- [308/354] adwaita-sans-fonts-0:49.0-2.f 100% |   7.2 MiB/s | 764.3 KiB |  00m00s
- [309/354] adwaita-mono-fonts-0:49.0-2.f 100% |   9.0 MiB/s |   1.4 MiB |  00m00s
- [310/354] mesa-va-drivers-0:25.2.7-3.fc 100% |   1.0 MiB/s |  20.3 KiB |  00m00s
- [311/354] exiv2-0:0.28.6-2.fc43.x86_64  100% |   7.3 MiB/s |   2.0 MiB |  00m00s
- [312/354] upower-0:1.91.0-1.fc43.x86_64 100% |   3.1 MiB/s | 128.9 KiB |  00m00s
- [313/354] intel-mediasdk-0:23.2.2-8.fc4 100% |   6.9 MiB/s |   2.7 MiB |  00m00s
- [314/354] libimobiledevice-0:1.3.0^2024 100% |   5.1 MiB/s | 140.8 KiB |  00m00s
- [315/354] libplist-0:2.6.0-5.fc43.x86_6 100% |   5.9 MiB/s |  96.8 KiB |  00m00s
- [316/354] intel-vpl-gpu-rt-0:25.3.4-1.f 100% |   7.9 MiB/s |   3.8 MiB |  00m00s
- [317/354] cryptsetup-libs-0:2.8.1-1.fc4 100% |   5.9 MiB/s | 575.3 KiB |  00m00s
- [318/354] kbd-0:2.8.0-3.fc43.x86_64     100% |   6.3 MiB/s | 386.1 KiB |  00m00s
- [319/354] kmod-0:34.2-2.fc43.x86_64     100% |   5.6 MiB/s | 132.7 KiB |  00m00s
- [320/354] libimobiledevice-glue-0:1.3.1 100% |   3.5 MiB/s |  54.0 KiB |  00m00s
- [321/354] kmod-libs-0:34.2-2.fc43.x86_6 100% |   3.0 MiB/s |  68.1 KiB |  00m00s
- [322/354] libusbmuxd-0:2.1.0-4.fc43.x86 100% |   4.6 MiB/s |  37.4 KiB |  00m00s
- [323/354] device-mapper-libs-0:1.02.208 100% |   4.7 MiB/s | 179.9 KiB |  00m00s
- [324/354] kbd-legacy-0:2.8.0-3.fc43.noa 100% |   7.6 MiB/s | 578.3 KiB |  00m00s
- [325/354] device-mapper-0:1.02.208-2.fc 100% |   6.8 MiB/s | 138.7 KiB |  00m00s
- [326/354] logrotate-0:3.22.0-4.fc43.x86 100% |   4.6 MiB/s |  75.8 KiB |  00m00s
- [327/354] libbpf-2:1.6.1-3.fc43.x86_64  100% |   8.1 MiB/s | 191.0 KiB |  00m00s
- [328/354] qrencode-libs-0:4.1.1-11.fc43 100% |   8.7 MiB/s |  62.3 KiB |  00m00s
- [329/354] kbd-misc-0:2.8.0-3.fc43.noarc 100% |   6.9 MiB/s |   1.6 MiB |  00m00s
- [330/354] systemd-udev-0:258.2-1.fc43.x 100% |   3.1 MiB/s |   2.6 MiB |  00m01s
- [331/354] systemd-networkd-0:258.2-1.fc 100% |   1.5 MiB/s | 774.3 KiB |  00m01s
- [332/354] systemd-resolved-0:258.2-1.fc 100% | 695.2 KiB/s | 319.1 KiB |  00m00s
- [333/354] wireplumber-0:0.5.12-1.fc43.x 100% | 333.2 KiB/s | 118.9 KiB |  00m00s
- [334/354] pipewire-alsa-0:1.4.9-1.fc43. 100% |   1.2 MiB/s |  60.8 KiB |  00m00s
- [335/354] wireplumber-libs-0:0.5.12-1.f 100% |   1.8 MiB/s | 421.5 KiB |  00m00s
- [336/354] pipewire-jack-audio-connectio 100% | 116.8 KiB/s |  12.7 KiB |  00m00s
- [337/354] pipewire-jack-audio-connectio 100% | 919.5 KiB/s | 145.3 KiB |  00m00s
- [338/354] pipewire-plugin-libcamera-0:1 100% | 740.7 KiB/s |  75.6 KiB |  00m00s
- [339/354] pipewire-pulseaudio-0:1.4.9-1 100% |   1.9 MiB/s | 210.6 KiB |  00m00s
- [340/354] libyuv-0:0-0.57.20240704git96 100% |   5.8 MiB/s | 202.1 KiB |  00m00s
- [341/354] polkit-pkla-compat-0:0.1-31.f 100% |   4.8 MiB/s |  43.9 KiB |  00m00s
- [342/354] usbmuxd-0:1.1.1^20240915git0b 100% |   6.5 MiB/s |  66.9 KiB |  00m00s
- [343/354] libcamera-0:0.5.2-4.fc43.x86_ 100% |   6.3 MiB/s | 682.0 KiB |  00m00s
- [344/354] libcamera-ipa-0:0.5.2-4.fc43. 100% |   7.9 MiB/s | 179.0 KiB |  00m00s
- [345/354] lttng-ust-0:2.14.0-4.fc43.x86 100% |   4.8 MiB/s | 366.3 KiB |  00m00s
- [346/354] glib2-0:2.86.3-1.fc43.x86_64  100% |   3.1 MiB/s |   3.1 MiB |  00m01s
- [347/354] libblkid-0:2.41.3-7.fc43.x86_ 100% | 124.1 KiB/s | 123.2 KiB |  00m01s
- [348/354] libmount-0:2.41.3-7.fc43.x86_ 100% | 160.3 KiB/s | 162.7 KiB |  00m01s
- [349/354] libuuid-0:2.41.3-7.fc43.x86_6 100% | 693.7 KiB/s |  26.4 KiB |  00m00s
- [350/354] util-linux-core-0:2.41.3-7.fc 100% |   2.6 MiB/s | 551.0 KiB |  00m00s
- [351/354] util-linux-0:2.41.3-7.fc43.x8 100% |   2.6 MiB/s |   1.2 MiB |  00m00s
- [352/354] libsmartcols-0:2.41.3-7.fc43. 100% | 183.2 KiB/s |  84.1 KiB |  00m00s
- [353/354] libfdisk-0:2.41.3-7.fc43.x86_ 100% | 515.8 KiB/s | 161.9 KiB |  00m00s
- [354/354] liblastlog2-0:2.41.3-7.fc43.x 100% | 530.5 KiB/s |  23.3 KiB |  00m00s
- --------------------------------------------------------------------------------
- [354/354] Total                         100% |   6.9 MiB/s | 172.0 MiB |  00m25s
- Running transaction
- [  1/365] Verify package files          100% |  95.0   B/s | 354.0   B |  00m04s
- [  2/365] Prepare transaction           100% | 562.0   B/s | 363.0   B |  00m01s
- [  3/365] Installing libXext-0:1.3.6-4. 100% |  14.8 MiB/s |  91.2 KiB |  00m00s
- [  4/365] Installing libpng-2:1.6.53-1. 100% |  33.9 MiB/s | 243.0 KiB |  00m00s
- [  5/365] Installing avahi-libs-0:0.9~r 100% |  18.9 MiB/s | 174.0 KiB |  00m00s
- [  6/365] Installing fonts-filesystem-1 100% | 256.5 KiB/s | 788.0   B |  00m00s
- [  7/365] Installing libjpeg-turbo-0:3. 100% |  65.6 MiB/s | 806.6 KiB |  00m00s
- [  8/365] Installing libXrender-0:0.9.1 100% |  11.5 MiB/s |  47.3 KiB |  00m00s
- [  9/365] Installing libXi-0:1.8.2-3.fc 100% |  19.9 MiB/s |  81.7 KiB |  00m00s
- [ 10/365] Upgrading libuuid-0:2.41.3-7. 100% |   7.5 MiB/s |  38.5 KiB |  00m00s
- [ 11/365] Upgrading libblkid-0:2.41.3-7 100% |  32.2 MiB/s | 263.5 KiB |  00m00s
- [ 12/365] Upgrading libmount-0:2.41.3-7 100% |  22.8 MiB/s | 373.8 KiB |  00m00s
- [ 13/365] Upgrading glib2-0:2.86.3-1.fc 100% |  92.3 MiB/s |  14.9 MiB |  00m00s
- [ 14/365] Installing json-glib-0:1.10.8 100% |  49.2 MiB/s | 604.4 KiB |  00m00s
- [ 15/365] Installing nspr-0:4.37.0-7.fc 100% |  28.2 MiB/s | 317.2 KiB |  00m00s
- [ 16/365] Installing libogg-2:1.3.6-2.f 100% |   9.2 MiB/s |  47.1 KiB |  00m00s
- [ 17/365] Installing libvorbis-1:1.3.7- 100% |  58.3 MiB/s | 835.9 KiB |  00m00s
- [ 18/365] Installing libtdb-0:1.4.14-3. 100% |  16.5 MiB/s | 101.6 KiB |  00m00s
- [ 19/365] Installing lcms2-0:2.16-6.fc4 100% |  42.5 MiB/s | 435.3 KiB |  00m00s
- [ 20/365] Installing libXfixes-0:6.0.1- 100% |   6.7 MiB/s |  27.6 KiB |  00m00s
- [ 21/365] Installing libXrender-devel-0 100% |  10.0 MiB/s |  51.0 KiB |  00m00s
- [ 22/365] Installing libXext-devel-0:1. 100% |  13.5 MiB/s | 110.9 KiB |  00m00s
- [ 23/365] Installing libplist-0:2.6.0-5 100% |   5.3 MiB/s | 239.8 KiB |  00m00s
- [ 24/365] Installing libtalloc-0:2.4.3- 100% |  12.7 MiB/s |  65.2 KiB |  00m00s
- [ 25/365] Installing libwayland-client- 100% |   1.7 MiB/s |  63.2 KiB |  00m00s
- [ 26/365] Installing xml-common-0:0.6.3 100% |   7.9 MiB/s |  81.1 KiB |  00m00s
- [ 27/365] Installing libXfixes-devel-0: 100% |   2.4 MiB/s |   9.9 KiB |  00m00s
- [ 28/365] Installing nss-util-0:3.118.1 100% |  25.1 MiB/s | 205.8 KiB |  00m00s
- [ 29/365] Installing libsoup3-0:3.6.5-8 100% |  60.5 MiB/s |   1.2 MiB |  00m00s
- [ 30/365] Installing libgudev-0:238-8.f 100% |  13.9 MiB/s |  85.3 KiB |  00m00s
- [ 31/365] Installing systemd-shared-0:2 100% |  64.3 MiB/s |   4.9 MiB |  00m00s
- [ 32/365] Installing alsa-lib-0:1.2.15- 100% |  20.1 MiB/s |   1.5 MiB |  00m00s
- [ 33/365] Installing opus-0:1.5.2-3.fc4 100% |  41.9 MiB/s | 428.7 KiB |  00m00s
- [ 34/365] Installing libwebp-0:1.6.0-2. 100% |  55.2 MiB/s | 960.7 KiB |  00m00s
- [ 35/365] Installing sgml-common-0:0.6. 100% |   3.7 MiB/s | 174.9 KiB |  00m00s
- [ 36/365] Installing docbook-dtds-0:1.0 100% |   6.2 MiB/s |   8.3 MiB |  00m01s
- [ 37/365] Installing libtevent-0:0.17.1 100% |   9.1 MiB/s | 102.6 KiB |  00m00s
- [ 38/365] Installing libimobiledevice-g 100% |  19.6 MiB/s | 120.4 KiB |  00m00s
- [ 39/365] Installing libXcursor-0:1.2.3 100% |   5.4 MiB/s |  55.1 KiB |  00m00s
- [ 40/365] Installing shared-mime-info-0 100% |  22.3 MiB/s |   2.6 MiB |  00m00s
- [ 41/365] Installing avahi-glib-0:0.9~r 100% |   4.0 MiB/s |  20.4 KiB |  00m00s
- [ 42/365] Installing polkit-libs-0:126- 100% |  21.9 MiB/s | 201.5 KiB |  00m00s
- [ 43/365] Upgrading libfdisk-0:2.41.3-7 100% |  37.3 MiB/s | 381.6 KiB |  00m00s
- [ 44/365] Installing libXrandr-0:1.5.4- 100% |  12.9 MiB/s |  53.0 KiB |  00m00s
- [ 45/365] Installing libXinerama-0:1.1. 100% |   5.2 MiB/s |  16.1 KiB |  00m00s
- [ 46/365] Installing libvpl-1:2.15.0-3. 100% |  41.8 MiB/s | 428.5 KiB |  00m00s
- [ 47/365] Installing mesa-filesystem-0: 100% |   1.4 MiB/s |   4.3 KiB |  00m00s
- [ 48/365] Installing hwdata-0:0.402-1.f 100% |  77.2 MiB/s |   9.7 MiB |  00m00s
- [ 49/365] Installing libunwind-0:1.8.1- 100% |  21.4 MiB/s | 197.4 KiB |  00m00s
- [ 50/365] Installing gstreamer1-0:1.26. 100% |  49.1 MiB/s |   5.4 MiB |  00m00s
- [ 51/365] Installing libdav1d-0:1.5.2-1 100% |  70.5 MiB/s |   1.7 MiB |  00m00s
- [ 52/365] Installing openjpeg-0:2.5.4-1 100% |  44.8 MiB/s | 458.2 KiB |  00m00s
- [ 53/365] Installing cmake-filesystem-0 100% | 843.3 KiB/s |   7.6 KiB |  00m00s
- [ 54/365] Installing zlib-ng-compat-dev 100% |  17.7 MiB/s | 108.6 KiB |  00m00s
- [ 55/365] Installing libxslt-0:1.1.43-5 100% |   9.4 MiB/s | 463.2 KiB |  00m00s
- [ 56/365] Installing fribidi-0:1.0.16-3 100% |   4.5 MiB/s | 192.8 KiB |  00m00s
- [ 57/365] Installing libXcomposite-0:0. 100% |  10.3 MiB/s |  42.0 KiB |  00m00s
- [ 58/365] Installing libpng-devel-2:1.6 100% |  18.1 MiB/s | 890.6 KiB |  00m00s
- [ 59/365] Installing libwayland-cursor- 100% |   9.4 MiB/s |  38.5 KiB |  00m00s
- [ 60/365] Installing libXdamage-0:1.1.6 100% |  10.1 MiB/s |  41.2 KiB |  00m00s
- [ 61/365] Installing libtheora-1:1.1.1- 100% |  31.2 MiB/s | 479.7 KiB |  00m00s
- [ 62/365] Installing gsettings-desktop- 100% | 179.4 MiB/s |   5.7 MiB |  00m00s
- [ 63/365] Upgrading libsmartcols-0:2.41 100% |  17.7 MiB/s | 181.6 KiB |  00m00s
- [ 64/365] Upgrading util-linux-core-0:2 100% |  19.0 MiB/s |   1.5 MiB |  00m00s
- [ 65/365] Installing libdvdread-0:6.1.3 100% |  22.0 MiB/s | 157.8 KiB |  00m00s
- [ 66/365] Installing liblc3-0:1.1.3-5.f 100% |  28.0 MiB/s | 171.8 KiB |  00m00s
- [ 67/365] Installing fdk-aac-free-0:2.0 100% |  49.9 MiB/s | 613.3 KiB |  00m00s
- [ 68/365] Installing libglvnd-1:1.7.0-8 100% |  57.2 MiB/s | 527.5 KiB |  00m00s
- [ 69/365] Installing duktape-0:2.7.0-10 100% |  54.8 MiB/s | 617.8 KiB |  00m00s
- [ 70/365] Installing fuse3-libs-0:3.16. 100% |  34.5 MiB/s | 282.6 KiB |  00m00s
- [ 71/365] Installing mpg123-libs-0:1.32 100% |  44.3 MiB/s | 816.6 KiB |  00m00s
- [ 72/365] Installing lame-libs-0:3.100- 100% |  79.9 MiB/s |   1.2 MiB |  00m00s
- [ 73/365] Installing gsm-0:1.0.23-1.fc4 100% |  13.1 MiB/s |  66.9 KiB |  00m00s
- [ 74/365] Installing libwayland-egl-0:1 100% |   3.3 MiB/s |  13.6 KiB |  00m00s
- [ 75/365] Installing openh264-0:2.6.0-2 100% |  60.9 MiB/s |   1.1 MiB |  00m00s
- [ 76/365] Installing svt-av1-libs-0:3.1 100% |  67.9 MiB/s |   5.6 MiB |  00m00s
- [ 77/365] Installing rav1e-libs-0:0.7.1 100% |  69.6 MiB/s |   3.0 MiB |  00m00s
- [ 78/365] Installing libart_lgpl-0:2.3. 100% |  22.9 MiB/s | 140.7 KiB |  00m00s
- [ 79/365] Installing libdatrie-0:0.2.13 100% |  10.7 MiB/s |  54.9 KiB |  00m00s
- [ 80/365] Installing libthai-0:0.1.29-1 100% |  51.1 MiB/s | 785.2 KiB |  00m00s
- [ 81/365] Installing graphite2-0:1.3.14 100% |   4.2 MiB/s | 193.9 KiB |  00m00s
- [ 82/365] Installing freetype-0:2.13.3- 100% |  43.8 MiB/s | 851.9 KiB |  00m00s
- [ 83/365] Installing harfbuzz-0:11.5.1- 100% |  58.9 MiB/s |   2.8 MiB |  00m00s
- [ 84/365] Installing hicolor-icon-theme 100% |   3.3 MiB/s | 179.7 KiB |  00m00s
- [ 85/365] Installing pixman-0:0.46.2-2. 100% |  53.4 MiB/s | 711.4 KiB |  00m00s
- [ 86/365] Installing lzo-0:2.10-15.fc43 100% |  22.0 MiB/s | 180.5 KiB |  00m00s
- [ 87/365] Installing pixman-devel-0:0.4 100% |  13.9 MiB/s |  56.9 KiB |  00m00s
- [ 88/365] Installing harfbuzz-icu-0:11. 100% |   4.0 MiB/s |  16.3 KiB |  00m00s
- [ 89/365] Installing graphite2-devel-0: 100% |   9.9 MiB/s |  50.8 KiB |  00m00s
- [ 90/365] Installing libdatrie-devel-0: 100% |  11.3 MiB/s | 565.3 KiB |  00m00s
- [ 91/365] Installing libthai-devel-0:0. 100% |  64.1 MiB/s | 656.3 KiB |  00m00s
- [ 92/365] Installing libart_lgpl-devel- 100% |   1.8 MiB/s |  80.7 KiB |  00m00s
- [ 93/365] Installing libopenmpt-0:0.8.4 100% |  60.2 MiB/s |   1.8 MiB |  00m00s
- [ 94/365] Installing libproxy-0:0.5.8-3 100% |  14.6 MiB/s | 104.5 KiB |  00m00s
- [ 95/365] Installing libdvdnav-0:6.1.1- 100% |  19.2 MiB/s | 117.8 KiB |  00m00s
- [ 96/365] Installing libXcomposite-deve 100% |   2.6 MiB/s |  10.5 KiB |  00m00s
- [ 97/365] Installing fribidi-devel-0:1. 100% |  10.0 MiB/s |  81.9 KiB |  00m00s
- [ 98/365] Installing python3-lxml-0:6.0 100% |  53.0 MiB/s |   5.8 MiB |  00m00s
- [ 99/365] Installing osinfo-db-0:202501 100% |  22.1 MiB/s |   4.1 MiB |  00m00s
- [100/365] Installing libpciaccess-0:0.1 100% |   9.0 MiB/s |  45.9 KiB |  00m00s
- [101/365] Installing libdrm-0:2.4.128-3 100% |  32.9 MiB/s | 403.7 KiB |  00m00s
- [102/365] Installing libXinerama-devel- 100% |   2.8 MiB/s |   8.5 KiB |  00m00s
- [103/365] Installing libXrandr-devel-0: 100% |   4.8 MiB/s |  24.7 KiB |  00m00s
- [104/365] Installing libXcursor-devel-0 100% |   5.3 MiB/s |  32.8 KiB |  00m00s
- [105/365] Installing libusbmuxd-0:2.1.0 100% |  12.5 MiB/s |  76.8 KiB |  00m00s
- [106/365] Installing libimobiledevice-0 100% |  13.6 MiB/s | 306.3 KiB |  00m00s
- [107/365] Installing docbook-style-xsl- 100% |  59.2 MiB/s |  15.9 MiB |  00m00s
- [108/365] Installing opensp-0:1.5.2-49. 100% |  34.3 MiB/s |   2.8 MiB |  00m00s
- [109/365] Installing openjade-0:1.3.2-8 100% |  12.5 MiB/s |   3.7 MiB |  00m00s
- [110/365] Installing docbook-style-dsss 100% |   4.3 MiB/s |   2.2 MiB |  00m01s
- [111/365] Installing perl-SGMLSpm-0:1.0 100% |   1.4 MiB/s |  72.5 KiB |  00m00s
- [112/365] Installing osinfo-db-tools-0: 100% |   4.1 MiB/s | 197.2 KiB |  00m00s
- [113/365] Installing libosinfo-0:1.12.0 100% |  23.1 MiB/s |   1.2 MiB |  00m00s
- [114/365] Installing nss-softokn-freebl 100% |  51.0 MiB/s | 993.0 KiB |  00m00s
- [115/365] Installing nss-softokn-0:3.11 100% |  67.9 MiB/s |   2.0 MiB |  00m00s
- [116/365] Installing nss-sysinit-0:3.11 100% | 436.0 KiB/s |  19.2 KiB |  00m00s
- [117/365] Installing nss-0:3.118.1-2.fc 100% |  30.5 MiB/s |   1.9 MiB |  00m00s
- [118/365] Installing libXi-devel-0:1.8. 100% |  10.9 MiB/s | 144.6 KiB |  00m00s
- [119/365] Installing iso-codes-0:4.18.0 100% | 146.2 MiB/s |  21.6 MiB |  00m00s
- [120/365] Installing lcms2-devel-0:2.16 100% |  26.6 MiB/s | 136.4 KiB |  00m00s
- [121/365] Installing flac-libs-0:1.5.0- 100% |  46.1 MiB/s | 614.2 KiB |  00m00s
- [122/365] Installing libsndfile-0:1.2.2 100% |  44.9 MiB/s | 551.6 KiB |  00m00s
- [123/365] Installing libgusb-0:0.4.9-4. 100% |  26.6 MiB/s | 163.7 KiB |  00m00s
- [124/365] Installing colord-libs-0:1.4. 100% |  50.9 MiB/s | 833.8 KiB |  00m00s
- [125/365] Installing libcloudproviders- 100% |  17.6 MiB/s | 126.2 KiB |  00m00s
- [126/365] Installing ModemManager-glib- 100% |  68.7 MiB/s |   1.5 MiB |  00m00s
- [127/365] Installing graphene-0:1.10.8- 100% |  22.3 MiB/s | 160.1 KiB |  00m00s
- [128/365] Installing gobject-introspect 100% |  32.3 MiB/s | 397.1 KiB |  00m00s
- [129/365] Installing upower-libs-0:1.91 100% |  25.1 MiB/s | 180.1 KiB |  00m00s
- [130/365] Installing libblkid-devel-0:2 100% |   9.0 MiB/s |  46.0 KiB |  00m00s
- [131/365] Installing libXtst-0:1.2.5-3. 100% |   8.4 MiB/s |  34.6 KiB |  00m00s
- [132/365] Installing libyuv-0:0-0.57.20 100% |  51.2 MiB/s | 681.3 KiB |  00m00s
- [133/365] Installing abattis-cantarell- 100% |  27.1 MiB/s | 194.4 KiB |  00m00s
- [134/365] Installing adobe-source-code- 100% |  59.8 MiB/s |   1.6 MiB |  00m00s
- [135/365] Installing redhat-display-fon 100% |  63.0 MiB/s | 968.0 KiB |  00m00s
- [136/365] Installing redhat-text-fonts- 100% |  59.5 MiB/s | 791.5 KiB |  00m00s
- [137/365] Installing aribb24-0:1.0.3^20 100% |  13.8 MiB/s |  84.5 KiB |  00m00s
- [138/365] Installing zvbi-0:0.2.44-2.fc 100% |  12.5 MiB/s |   1.2 MiB |  00m00s
- [139/365] Installing libXv-0:1.0.13-3.f 100% |   5.3 MiB/s |  27.2 KiB |  00m00s
- [140/365] Installing libXxf86vm-0:1.1.6 100% |   6.5 MiB/s |  26.5 KiB |  00m00s
- [141/365] Installing libvdpau-0:1.5-10. 100% |   4.4 MiB/s |  22.4 KiB |  00m00s
- [142/365] Upgrading liblastlog2-0:2.41. 100% | 948.2 KiB/s |  36.0 KiB |  00m00s
- [143/365] Upgrading util-linux-0:2.41.3 100% |  18.6 MiB/s |   3.6 MiB |  00m00s
- [144/365] Installing lttng-ust-0:2.14.0 100% |  48.7 MiB/s |   1.3 MiB |  00m00s
- [145/365] Installing libcamera-0:0.5.2- 100% |  69.2 MiB/s |   2.2 MiB |  00m00s
- [146/365] Installing libbpf-2:1.6.1-3.f 100% |  29.6 MiB/s | 423.7 KiB |  00m00s
- [147/365] Installing kbd-misc-0:2.8.0-3 100% |  21.6 MiB/s |   2.6 MiB |  00m00s
- [148/365] Installing kbd-legacy-0:2.8.0 100% |  11.9 MiB/s | 621.4 KiB |  00m00s
- [149/365] Installing kbd-0:2.8.0-3.fc43 100% |  21.5 MiB/s |   1.5 MiB |  00m00s
- [150/365] Installing kmod-libs-0:34.2-2 100% |  19.0 MiB/s | 136.2 KiB |  00m00s
- [151/365] Installing kmod-0:34.2-2.fc43 100% |   2.7 MiB/s | 253.1 KiB |  00m00s
- >>> Running sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch              
- >>> Finished sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch             
- >>> Scriptlet output:                                                           
- >>> Creating group 'dbus' with GID 81.                                          
- >>> Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.           
- >>>                                                                             
- [152/365] Installing dbus-common-1:1.16 100% | 196.4 KiB/s |  13.6 KiB |  00m00s
- [153/365] Installing dbus-broker-0:37-2 100% |   4.3 MiB/s | 389.8 KiB |  00m00s
- [154/365] Installing dbus-1:1.16.0-4.fc 100% |   1.2 KiB/s | 124.0   B |  00m00s
- >>> Running sysusers scriptlet: systemd-0:258.2-1.fc43.x86_64                   
- >>> Finished sysusers scriptlet: systemd-0:258.2-1.fc43.x86_64                  
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-journal' with GID 190.                              
- >>>                                                                             
- >>> Running sysusers scriptlet: systemd-0:258.2-1.fc43.x86_64                   
- >>> Finished sysusers scriptlet: systemd-0:258.2-1.fc43.x86_64                  
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-oom' with GID 997.                                  
- >>> Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 997 and 
- >>>                                                                             
- [155/365] Installing systemd-0:258.2-1. 100% |  16.8 MiB/s |  12.8 MiB |  00m01s
- [156/365] Installing systemd-pam-0:258. 100% |  13.5 MiB/s |   1.2 MiB |  00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.23.4-1.fc43.noarch             
- >>> Finished sysusers scriptlet: samba-common-2:4.23.4-1.fc43.noarch            
- >>> Scriptlet output:                                                           
- >>> Creating group 'printadmin' with GID 996.                                   
- >>>                                                                             
- [157/365] Installing samba-common-2:4.2 100% |   1.8 MiB/s | 206.4 KiB |  00m00s
- >>> Running sysusers scriptlet: polkit-0:126-6.fc43.x86_64                      
- >>> Finished sysusers scriptlet: polkit-0:126-6.fc43.x86_64                     
- >>> Scriptlet output:                                                           
- >>> Creating group 'polkitd' with GID 114.                                      
- >>> Creating user 'polkitd' (User for polkitd) with UID 114 and GID 114.        
- >>>                                                                             
- [158/365] Installing polkit-0:126-6.fc4 100% |   2.5 MiB/s | 470.0 KiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64                     
- >>> Finished sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64                    
- >>> Scriptlet output:                                                           
- >>> Creating group 'rtkit' with GID 995.                                        
- >>> Creating user 'rtkit' (RealtimeKit) with UID 995 and GID 995.               
- >>>                                                                             
- [159/365] Installing rtkit-0:0.11-69.fc 100% |   1.3 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-69.fc43.x86_64                        
- >>> Finished %post scriptlet: rtkit-0:0.11-69.fc43.x86_64                       
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>                                                                             
- [160/365] Installing device-mapper-0:1. 100% |   5.2 MiB/s | 350.2 KiB |  00m00s
- [161/365] Installing device-mapper-libs 100% |  37.2 MiB/s | 419.4 KiB |  00m00s
- [162/365] Installing cryptsetup-libs-0: 100% |  20.5 MiB/s |   2.6 MiB |  00m00s
- >>> Running sysusers scriptlet: systemd-udev-0:258.2-1.fc43.x86_64              
- >>> Finished sysusers scriptlet: systemd-udev-0:258.2-1.fc43.x86_64             
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-coredump' with GID 994.                             
- >>> Creating user 'systemd-coredump' (systemd Core Dumper) with UID 994 and GID 
- >>>                                                                             
- >>> Running sysusers scriptlet: systemd-udev-0:258.2-1.fc43.x86_64              
- >>> Finished sysusers scriptlet: systemd-udev-0:258.2-1.fc43.x86_64             
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-timesync' with GID 993.                             
- >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 993
- >>>                                                                             
- [163/365] Installing systemd-udev-0:258 100% |   6.2 MiB/s |  12.7 MiB |  00m02s
- >>> Running %post scriptlet: systemd-udev-0:258.2-1.fc43.x86_64                 
- >>> Finished %post scriptlet: systemd-udev-0:258.2-1.fc43.x86_64                
- >>> Scriptlet output:                                                           
- >>> Failed to preset unit: Unit system-systemdx2dcryptsetup.slice does not exist
- >>>                                                                             
- [164/365] Installing mbedtls-0:3.6.5-1. 100% |  57.8 MiB/s |   1.3 MiB |  00m00s
- [165/365] Installing ngtcp2-crypto-gnut 100% |   3.6 MiB/s |  40.5 KiB |  00m00s
- [166/365] Installing glibc-gconv-extra- 100% |  41.5 MiB/s |   7.3 MiB |  00m00s
- [167/365] Installing lmdb-libs-0:0.9.33 100% |  17.4 MiB/s | 106.8 KiB |  00m00s
- [168/365] Installing samba-common-libs- 100% |  24.1 MiB/s | 271.1 KiB |  00m00s
- [169/365] Installing libldb-2:4.23.4-1. 100% |  18.6 MiB/s | 456.5 KiB |  00m00s
- [170/365] Installing samba-client-libs- 100% |  59.9 MiB/s |  19.7 MiB |  00m00s
- [171/365] Installing libwbclient-2:4.23 100% |   8.5 MiB/s |  69.4 KiB |  00m00s
- [172/365] Installing libsmbclient-2:4.2 100% |  13.7 MiB/s | 168.3 KiB |  00m00s
- [173/365] Installing libudfread-0:1.1.2 100% |  13.2 MiB/s |  67.3 KiB |  00m00s
- [174/365] Installing gpgme-0:1.24.3-6.f 100% |  10.5 MiB/s | 590.4 KiB |  00m00s
- [175/365] Installing gpgmepp-0:1.24.3-6 100% |  38.2 MiB/s | 430.4 KiB |  00m00s
- [176/365] Installing poppler-data-0:0.4 100% |  71.2 MiB/s |  12.4 MiB |  00m00s
- [177/365] Installing lpcnetfreedv-0:0.5 100% | 109.0 MiB/s |  14.8 MiB |  00m00s
- [178/365] Installing codec2-0:1.2.0-7.f 100% |  68.3 MiB/s |   1.4 MiB |  00m00s
- [179/365] Installing soxr-0:0.1.3-20.fc 100% |  27.0 MiB/s | 193.6 KiB |  00m00s
- [180/365] Installing openpgm-0:5.3.128- 100% |  38.3 MiB/s | 313.7 KiB |  00m00s
- [181/365] Installing libsodium-0:1.0.20 100% |  34.6 MiB/s | 390.2 KiB |  00m00s
- [182/365] Installing zeromq-0:4.3.5-22. 100% |  16.7 MiB/s | 906.6 KiB |  00m00s
- [183/365] Installing cjson-0:1.7.18-3.f 100% | 759.1 KiB/s |  65.3 KiB |  00m00s
- [184/365] Installing librist-0:0.2.7-10 100% |  14.1 MiB/s | 158.8 KiB |  00m00s
- [185/365] Installing xvidcore-0:1.3.7-1 100% |  47.7 MiB/s | 880.0 KiB |  00m00s
- [186/365] Installing xeve-libs-0:0.5.1- 100% |  58.2 MiB/s | 893.7 KiB |  00m00s
- [187/365] Installing xevd-libs-0:0.5.0- 100% |  22.5 MiB/s | 369.0 KiB |  00m00s
- [188/365] Installing vo-amrwbenc-0:0.1. 100% |  21.7 MiB/s | 155.4 KiB |  00m00s
- [189/365] Installing twolame-libs-0:0.4 100% |  23.2 MiB/s | 166.6 KiB |  00m00s
- [190/365] Installing speex-0:1.2.0-20.f 100% |  18.2 MiB/s | 130.4 KiB |  00m00s
- [191/365] Installing snappy-0:1.2.2-2.f 100% |  10.3 MiB/s |  73.5 KiB |  00m00s
- [192/365] Installing opencore-amr-0:0.1 100% |  31.5 MiB/s | 355.1 KiB |  00m00s
- [193/365] Installing libvpx-0:1.15.0-4. 100% |  62.6 MiB/s |   3.3 MiB |  00m00s
- [194/365] Installing ilbc-0:3.0.4-17.fc 100% |  13.0 MiB/s |  92.9 KiB |  00m00s
- [195/365] Installing srt-libs-0:1.5.4-4 100% |  57.2 MiB/s | 994.9 KiB |  00m00s
- [196/365] Installing librabbitmq-0:0.15 100% |  14.8 MiB/s |  90.7 KiB |  00m00s
- [197/365] Installing libmodplug-1:0.8.9 100% |  34.9 MiB/s | 357.0 KiB |  00m00s
- [198/365] Installing game-music-emu-0:0 100% |  34.5 MiB/s | 353.2 KiB |  00m00s
- [199/365] Installing spirv-tools-libs-0 100% |  65.0 MiB/s |   5.8 MiB |  00m00s
- [200/365] Installing bluez-libs-0:5.85- 100% |  27.8 MiB/s | 199.4 KiB |  00m00s
- [201/365] Installing lm_sensors-libs-0: 100% |  17.0 MiB/s |  86.9 KiB |  00m00s
- [202/365] Installing libxshmfence-0:1.3 100% |   3.3 MiB/s |  13.6 KiB |  00m00s
- [203/365] Installing mesa-libgbm-0:25.2 100% |   5.0 MiB/s |  20.5 KiB |  00m00s
- [204/365] Installing mesa-dri-drivers-0 100% |  70.7 MiB/s |  47.9 MiB |  00m01s
- [205/365] Installing mesa-libGL-0:25.2. 100% |  35.0 MiB/s | 287.0 KiB |  00m00s
- [206/365] Installing libglvnd-glx-1:1.7 100% |  53.5 MiB/s | 602.6 KiB |  00m00s
- [207/365] Installing libva-0:2.22.0-6.f 100% |  29.6 MiB/s | 333.4 KiB |  00m00s
- [208/365] Installing libavutil-free-0:7 100% |  57.6 MiB/s | 943.8 KiB |  00m00s
- [209/365] Installing libswresample-free 100% |  20.7 MiB/s | 148.7 KiB |  00m00s
- [210/365] Installing libchromaprint-0:1 100% |  11.5 MiB/s |  70.8 KiB |  00m00s
- [211/365] Installing mesa-libEGL-0:25.2 100% |  33.4 MiB/s | 307.4 KiB |  00m00s
- [212/365] Installing libglvnd-egl-1:1.7 100% |  10.8 MiB/s |  66.3 KiB |  00m00s
- [213/365] Installing webrtc-audio-proce 100% |  54.6 MiB/s |   1.4 MiB |  00m00s
- [214/365] Installing libsbc-0:2.0-7.fc4 100% |  18.5 MiB/s |  94.5 KiB |  00m00s
- [215/365] Installing libldac-0:2.0.2.3- 100% |  12.4 MiB/s |  76.2 KiB |  00m00s
- [216/365] Installing libebur128-0:1.2.6 100% |   9.9 MiB/s |  40.7 KiB |  00m00s
- [217/365] Installing fftw-libs-single-0 100% |  75.0 MiB/s |   3.6 MiB |  00m00s
- [218/365] Installing orc-0:0.4.41-2.fc4 100% |  13.7 MiB/s | 728.9 KiB |  00m00s
- [219/365] Installing libvisual-1:0.4.2- 100% |  49.4 MiB/s | 455.1 KiB |  00m00s
- [220/365] Installing cdparanoia-libs-0: 100% |  18.7 MiB/s | 115.0 KiB |  00m00s
- [221/365] Installing inih-0:62-1.fc43.x 100% |   5.8 MiB/s |  23.6 KiB |  00m00s
- [222/365] Installing inih-cpp-0:62-1.fc 100% |   4.0 MiB/s |  36.8 KiB |  00m00s
- [223/365] Installing exiv2-libs-0:0.28. 100% |  64.7 MiB/s |   2.8 MiB |  00m00s
- [224/365] Installing libgexiv2-0:0.14.6 100% |  27.5 MiB/s | 281.4 KiB |  00m00s
- [225/365] Installing uchardet-0:0.0.8-8 100% |   4.7 MiB/s | 277.7 KiB |  00m00s
- [226/365] Installing totem-pl-parser-0: 100% |  24.6 MiB/s | 327.1 KiB |  00m00s
- [227/365] Installing libiptcdata-0:1.0. 100% |   3.5 MiB/s | 167.0 KiB |  00m00s
- [228/365] Installing libexif-0:0.6.25-2 100% | 121.4 MiB/s |   2.7 MiB |  00m00s
- [229/365] Installing libcue-0:2.3.0-12. 100% |  14.2 MiB/s |  87.3 KiB |  00m00s
- [230/365] Installing giflib-0:5.2.2-8.f 100% |  18.5 MiB/s | 113.8 KiB |  00m00s
- [231/365] Installing exempi-0:2.6.4-8.f 100% |  21.2 MiB/s |   1.4 MiB |  00m00s
- [232/365] Installing fuse-common-0:3.16 100% |  95.1 KiB/s | 292.0   B |  00m00s
- [233/365] Installing fuse3-0:3.16.2-5.f 100% |   2.5 MiB/s | 132.0 KiB |  00m00s
- [234/365] Installing libstemmer-0:3.0.1 100% |  58.8 MiB/s | 662.9 KiB |  00m00s
- [235/365] Installing libtinysparql-0:3. 100% |  44.3 MiB/s | 997.9 KiB |  00m00s
- [236/365] Installing xkeyboard-config-0 100% | 103.1 MiB/s |  10.3 MiB |  00m00s
- [237/365] Installing libxkbcommon-0:1.1 100% |  18.2 MiB/s | 409.9 KiB |  00m00s
- [238/365] Installing adwaita-icon-theme 100% |   9.8 MiB/s |   2.4 MiB |  00m00s
- [239/365] Installing adwaita-cursor-the 100% | 106.8 MiB/s |  11.4 MiB |  00m00s
- [240/365] Installing adwaita-icon-theme 100% |  11.3 MiB/s |   1.3 MiB |  00m00s
- [241/365] Installing libepoxy-0:1.5.10- 100% |  71.9 MiB/s |   1.1 MiB |  00m00s
- [242/365] Installing libasyncns-0:0.8-3 100% |  11.1 MiB/s |  56.8 KiB |  00m00s
- [243/365] Installing pulseaudio-libs-0: 100% |  93.9 MiB/s |   3.4 MiB |  00m00s
- [244/365] Installing pipewire-libs-0:1. 100% |  54.5 MiB/s |   8.7 MiB |  00m00s
- [245/365] Installing wireplumber-libs-0 100% |  42.2 MiB/s |   1.3 MiB |  00m00s
- [246/365] Installing wireplumber-0:0.5. 100% |   6.6 MiB/s | 424.4 KiB |  00m00s
- [247/365] Installing pipewire-jack-audi 100% |   9.9 MiB/s | 499.2 KiB |  00m00s
- [248/365] Installing pipewire-jack-audi 100% | 101.6 KiB/s | 312.0   B |  00m00s
- [249/365] Installing sound-theme-freede 100% |  11.1 MiB/s | 467.2 KiB |  00m00s
- [250/365] Installing libcanberra-0:0.30 100% |   2.0 MiB/s | 271.4 KiB |  00m00s
- [251/365] Installing lynx-0:2.9.2-4.fc4 100% |  57.0 MiB/s |   6.0 MiB |  00m00s
- [252/365] Installing docbook-utils-0:0. 100% |   3.3 MiB/s | 163.8 KiB |  00m00s
- [253/365] Installing highway-0:1.3.0-1. 100% |  93.8 MiB/s |   5.5 MiB |  00m00s
- [254/365] Installing libjxl-1:0.11.1-7. 100% |  69.7 MiB/s |   4.1 MiB |  00m00s
- [255/365] Installing libseccomp-devel-0 100% |   1.9 MiB/s | 121.0 KiB |  00m00s
- [256/365] Installing libicu-devel-0:77. 100% |  38.8 MiB/s |   5.1 MiB |  00m00s
- [257/365] Installing xz-devel-1:5.8.1-4 100% |  25.6 MiB/s | 262.6 KiB |  00m00s
- [258/365] Installing libxml2-devel-0:2. 100% |  55.1 MiB/s |   3.4 MiB |  00m00s
- [259/365] Installing libvmaf-0:3.0.0-4. 100% |  57.8 MiB/s | 828.4 KiB |  00m00s
- [260/365] Installing libaom-0:3.13.1-1. 100% |  68.0 MiB/s |   5.0 MiB |  00m00s
- [261/365] Installing libopenjph-0:0.22. 100% |  45.6 MiB/s | 467.3 KiB |  00m00s
- [262/365] Installing libheif-0:1.20.2-6 100% |  64.7 MiB/s |   1.6 MiB |  00m00s
- [263/365] Installing sysprof-capture-de 100% |  56.3 MiB/s | 806.5 KiB |  00m00s
- [264/365] Installing libsepol-devel-0:3 100% |  11.4 MiB/s | 128.9 KiB |  00m00s
- [265/365] Installing pcre2-utf32-0:10.4 100% |  59.8 MiB/s | 611.9 KiB |  00m00s
- [266/365] Installing pcre2-utf16-0:10.4 100% |  48.1 MiB/s | 640.0 KiB |  00m00s
- [267/365] Installing pcre2-devel-0:10.4 100% |  37.8 MiB/s |   2.1 MiB |  00m00s
- [268/365] Installing libselinux-devel-0 100% |  15.8 MiB/s | 162.1 KiB |  00m00s
- [269/365] Installing libmount-devel-0:2 100% |  13.0 MiB/s |  66.5 KiB |  00m00s
- [270/365] Installing libffi-devel-0:3.5 100% |   8.7 MiB/s |  35.6 KiB |  00m00s
- [271/365] Installing lzo-minilzo-0:2.10 100% |   9.3 MiB/s |  37.9 KiB |  00m00s
- [272/365] Installing lzo-devel-0:2.10-1 100% |  30.0 MiB/s | 215.3 KiB |  00m00s
- [273/365] Installing google-noto-fonts- 100% |   6.0 MiB/s |  18.5 KiB |  00m00s
- [274/365] Installing google-noto-sans-v 100% |  63.2 MiB/s |   1.4 MiB |  00m00s
- [275/365] Installing default-fonts-core 100% |   1.8 MiB/s |  18.2 KiB |  00m00s
- [276/365] Installing fontconfig-0:2.17. 100% | 647.9 KiB/s | 785.3 KiB |  00m01s
- [277/365] Installing cairo-0:1.18.4-2.f 100% |  49.2 MiB/s |   1.8 MiB |  00m00s
- [278/365] Installing cairo-gobject-0:1. 100% |   7.8 MiB/s |  32.0 KiB |  00m00s
- [279/365] Installing libXft-0:2.3.8-9.f 100% |  23.1 MiB/s | 165.9 KiB |  00m00s
- [280/365] Installing pango-0:1.57.0-1.f 100% |  16.0 MiB/s |   1.0 MiB |  00m00s
- [281/365] Installing librsvg2-0:2.61.0- 100% |  65.5 MiB/s |   5.0 MiB |  00m00s
- [282/365] Installing glycin-loaders-0:2 100% |  85.3 MiB/s |  13.1 MiB |  00m00s
- [283/365] Installing glycin-libs-0:2.0. 100% |  65.0 MiB/s |   4.4 MiB |  00m00s
- [284/365] Installing gdk-pixbuf2-0:2.44 100% |  39.4 MiB/s |   2.5 MiB |  00m00s
- [285/365] Installing gtk-update-icon-ca 100% |   1.3 MiB/s |  63.3 KiB |  00m00s
- [286/365] Installing gstreamer1-plugins 100% |  54.3 MiB/s |   7.4 MiB |  00m00s
- [287/365] Installing libnotify-0:0.8.7- 100% |   1.0 MiB/s | 126.0 KiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64                  
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64                 
- >>> Scriptlet output:                                                           
- >>> Creating group 'geoclue' with GID 992.                                      
- >>> Creating user 'geoclue' (n/a) with UID 992 and GID 992.                     
- >>>                                                                             
- [288/365] Installing geoclue2-0:2.8.0-1 100% |   4.8 MiB/s | 405.6 KiB |  00m00s
- [289/365] Installing xdg-desktop-portal 100% |  11.4 MiB/s |   1.9 MiB |  00m00s
- [290/365] Installing libgsf-0:1.14.54-1 100% |  13.8 MiB/s | 975.2 KiB |  00m00s
- [291/365] Installing harfbuzz-cairo-0:1 100% |   9.6 MiB/s |  49.0 KiB |  00m00s
- [292/365] Installing libaribcaption-0:1 100% |  30.0 MiB/s | 245.9 KiB |  00m00s
- [293/365] Installing libavcodec-free-0: 100% |  60.6 MiB/s |   9.8 MiB |  00m00s
- [294/365] Installing libbluray-0:1.3.4- 100% |  38.6 MiB/s | 395.2 KiB |  00m00s
- [295/365] Installing libavformat-free-0 100% |  57.2 MiB/s |   2.6 MiB |  00m00s
- [296/365] Installing bzip2-devel-0:1.0. 100% |  75.9 MiB/s | 310.7 KiB |  00m00s
- [297/365] Installing brotli-0:1.2.0-1.f 100% | 882.7 KiB/s |  34.4 KiB |  00m00s
- [298/365] Installing brotli-devel-0:1.2 100% |  13.4 MiB/s |  68.4 KiB |  00m00s
- [299/365] Installing liblerc-0:4.0.0-9. 100% |  50.9 MiB/s | 625.6 KiB |  00m00s
- [300/365] Installing jbigkit-libs-0:2.1 100% |  18.8 MiB/s | 115.4 KiB |  00m00s
- [301/365] Installing libtiff-0:4.7.1-1. 100% |  47.1 MiB/s | 626.6 KiB |  00m00s
- [302/365] Installing libgxps-0:0.3.2-11 100% |  23.2 MiB/s | 190.3 KiB |  00m00s
- [303/365] Installing poppler-0:25.07.0- 100% |  61.5 MiB/s |   3.8 MiB |  00m00s
- [304/365] Installing poppler-glib-0:25. 100% |  44.3 MiB/s | 634.9 KiB |  00m00s
- [305/365] Installing cups-filesystem-1: 100% | 356.2 KiB/s |   1.8 KiB |  00m00s
- [306/365] Installing cups-libs-1:2.4.16 100% |  43.3 MiB/s | 620.2 KiB |  00m00s
- [307/365] Installing python3-packaging- 100% |  26.3 MiB/s | 619.9 KiB |  00m00s
- [308/365] Installing glib2-devel-0:2.86 100% |  62.1 MiB/s |  15.8 MiB |  00m00s
- [309/365] Installing harfbuzz-devel-0:1 100% |  67.5 MiB/s |   5.3 MiB |  00m00s
- [310/365] Installing freetype-devel-0:2 100% |  97.1 MiB/s |   8.5 MiB |  00m00s
- [311/365] Installing fontconfig-devel-0 100% |  15.6 MiB/s | 159.4 KiB |  00m00s
- [312/365] Installing cairo-devel-0:1.18 100% | 152.7 MiB/s |   2.3 MiB |  00m00s
- [313/365] Installing libXft-devel-0:2.3 100% |   7.2 MiB/s |  44.3 KiB |  00m00s
- [314/365] Installing pango-devel-0:1.57 100% |  58.6 MiB/s |   1.5 MiB |  00m00s
- [315/365] Installing glycin-devel-0:2.0 100% |  15.5 MiB/s | 127.1 KiB |  00m00s
- [316/365] Installing gdk-pixbuf2-devel- 100% |  40.0 MiB/s |   2.3 MiB |  00m00s
- [317/365] Installing xprop-0:1.2.8-4.fc 100% |   1.2 MiB/s |  56.0 KiB |  00m00s
- [318/365] Installing at-spi2-core-0:2.5 100% |  67.8 MiB/s |   1.6 MiB |  00m00s
- [319/365] Installing atk-0:2.58.2-1.fc4 100% |  27.1 MiB/s | 250.0 KiB |  00m00s
- [320/365] Installing gtk2-0:2.24.33-23. 100% |  72.5 MiB/s |  12.8 MiB |  00m00s
- [321/365] Installing libglade2-0:2.6.4- 100% |  16.8 MiB/s | 154.5 KiB |  00m00s
- [322/365] Installing libgnomecanvas-0:2 100% |  50.3 MiB/s | 978.3 KiB |  00m00s
- [323/365] Installing atk-devel-0:2.58.2 100% | 147.2 MiB/s |   6.0 MiB |  00m00s
- [324/365] Installing gtk2-devel-0:2.24. 100% |  96.6 MiB/s |  23.9 MiB |  00m00s
- [325/365] Installing at-spi2-atk-0:2.58 100% |  25.4 MiB/s | 285.7 KiB |  00m00s
- [326/365] Installing gtk3-0:3.24.51-2.f 100% |  75.9 MiB/s |  22.4 MiB |  00m00s
- [327/365] Installing libcanberra-gtk3-0 100% |   1.4 MiB/s |  73.9 KiB |  00m00s
- [328/365] Installing python3-pygments-0 100% |  41.5 MiB/s |  11.5 MiB |  00m00s
- [329/365] Installing gtk-doc-0:1.34.0-7 100% |  35.0 MiB/s |   3.2 MiB |  00m00s
- [330/365] Installing libgnomecanvas-dev 100% |  65.5 MiB/s | 603.7 KiB |  00m00s
- [331/365] Installing libcanberra-gtk2-0 100% |   7.2 MiB/s |  51.5 KiB |  00m00s
- [332/365] Installing xdg-desktop-portal 100% |   1.8 MiB/s | 481.2 KiB |  00m00s
- [333/365] Installing localsearch-0:3.10 100% |  17.9 MiB/s |   3.4 MiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.9-1.fc43.x86_64                  
- >>> Finished sysusers scriptlet: pipewire-0:1.4.9-1.fc43.x86_64                 
- >>> Scriptlet output:                                                           
- >>> Creating group 'pipewire' with GID 991.                                     
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 991 and GID 991. 
- >>>                                                                             
- [334/365] Installing pipewire-0:1.4.9-1 100% |   2.7 MiB/s | 437.6 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.9-1.fc43.x86_64                     
- >>> Finished %post scriptlet: pipewire-0:1.4.9-1.fc43.x86_64                    
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' 
- >>>                                                                             
- [335/365] Installing pipewire-alsa-0:1. 100% |  15.6 MiB/s | 159.6 KiB |  00m00s
- [336/365] Installing pipewire-pulseaudi 100% |   3.0 MiB/s | 444.0 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc43.x86_64          
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc43.x86_64         
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>                                                                             
- [337/365] Installing pipewire-plugin-li 100% |  11.1 MiB/s | 147.3 KiB |  00m00s
- [338/365] Installing tinysparql-0:3.10. 100% |  19.9 MiB/s |   2.6 MiB |  00m00s
- [339/365] Installing exiv2-0:0.28.6-2.f 100% | 117.7 MiB/s |  12.2 MiB |  00m00s
- [340/365] Installing intel-mediasdk-0:2 100% | 101.1 MiB/s |  22.4 MiB |  00m00s
- [341/365] Installing intel-vpl-gpu-rt-0 100% |  69.2 MiB/s |  11.7 MiB |  00m00s
- [342/365] Installing upower-0:1.91.0-1. 100% |   1.7 MiB/s | 309.1 KiB |  00m00s
- >>> Running %post scriptlet: upower-0:1.91.0-1.fc43.x86_64                      
- >>> Finished %post scriptlet: upower-0:1.91.0-1.fc43.x86_64                     
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service' 
- >>>                                                                             
- >>> Running sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-6.fc43.x86_64
- >>> Finished sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-6.fc43.x86_6
- >>> Scriptlet output:                                                           
- >>> Creating group 'usbmuxd' with GID 113.                                      
- >>>                                                                             
- >>> Running %pre scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-6.fc43.x86_64    
- >>> Finished %pre scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-6.fc43.x86_64   
- >>> Scriptlet output:                                                           
- >>> Creating user 'usbmuxd' (usbmuxd user) with UID 113 and GID 113.            
- >>>                                                                             
- [343/365] Installing usbmuxd-0:1.1.1^20 100% |   1.4 MiB/s | 151.5 KiB |  00m00s
- [344/365] Installing polkit-pkla-compat 100% |   1.2 MiB/s |  94.0 KiB |  00m00s
- [345/365] Installing logrotate-0:3.22.0 100% | 953.2 KiB/s | 151.6 KiB |  00m00s
- >>> Running %post scriptlet: logrotate-0:3.22.0-4.fc43.x86_64                   
- >>> Finished %post scriptlet: logrotate-0:3.22.0-4.fc43.x86_64                  
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer' 
- >>>                                                                             
- >>> Running sysusers scriptlet: systemd-networkd-0:258.2-1.fc43.x86_64          
- >>> Finished sysusers scriptlet: systemd-networkd-0:258.2-1.fc43.x86_64         
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-network' with GID 192.                              
- >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
- >>>                                                                             
- [346/365] Installing systemd-networkd-0 100% |  11.9 MiB/s |   2.3 MiB |  00m00s
- >>> Running %post scriptlet: systemd-networkd-0:258.2-1.fc43.x86_64             
- >>> Finished %post scriptlet: systemd-networkd-0:258.2-1.fc43.x86_64            
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-network-ge
- >>>                                                                             
- >>> Running sysusers scriptlet: systemd-resolved-0:258.2-1.fc43.x86_64          
- >>> Finished sysusers scriptlet: systemd-resolved-0:258.2-1.fc43.x86_64         
- >>> Scriptlet output:                                                           
- >>> Creating group 'systemd-resolve' with GID 193.                              
- >>> Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- >>>                                                                             
- [347/365] Installing systemd-resolved-0 100% |   5.5 MiB/s | 737.5 KiB |  00m00s
- >>> Running %post scriptlet: systemd-resolved-0:258.2-1.fc43.x86_64             
- >>> Finished %post scriptlet: systemd-resolved-0:258.2-1.fc43.x86_64            
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.resolve1.service' 
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-resolved.s
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-v
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-m
- >>>                                                                             
- [348/365] Installing dconf-0:0.49.0-1.f 100% |   2.8 MiB/s | 312.1 KiB |  00m00s
- [349/365] Installing libcamera-ipa-0:0. 100% |  30.6 MiB/s | 688.4 KiB |  00m00s
- [350/365] Installing gi-docgen-fonts-0: 100% |  40.4 KiB/s | 124.0   B |  00m00s
- [351/365] Installing glib-networking-0: 100% |  49.3 MiB/s | 757.9 KiB |  00m00s
- [352/365] Installing mesa-va-drivers-0: 100% | 320.3 KiB/s | 984.0   B |  00m00s
- [353/365] Installing low-memory-monitor 100% | 903.2 KiB/s |  67.7 KiB |  00m00s
- [354/365] Installing adwaita-mono-fonts 100% |  65.7 MiB/s |   5.5 MiB |  00m00s
- [355/365] Installing adwaita-sans-fonts 100% |  57.3 MiB/s |   1.7 MiB |  00m00s
- [356/365] Installing qrencode-libs-0:4. 100% |   2.6 MiB/s | 166.6 KiB |  00m00s
- [357/365] Removing util-linux-0:2.41.1- 100% |   4.5 KiB/s | 467.0   B |  00m00s
- [358/365] Removing util-linux-core-0:2. 100% |   5.0 KiB/s | 153.0   B |  00m00s
- [359/365] Removing libfdisk-0:2.41.1-17 100% | 250.0   B/s |   6.0   B |  00m00s
- [360/365] Removing glib2-0:2.86.2-1.fc4 100% |   3.6 KiB/s | 175.0   B |  00m00s
- [361/365] Removing libmount-0:2.41.1-17 100% |   1.5 KiB/s |   6.0   B |  00m00s
- [362/365] Removing libblkid-0:2.41.1-17 100% |   2.0 KiB/s |   6.0   B |  00m00s
- [363/365] Removing libuuid-0:2.41.1-17. 100% |   2.3 KiB/s |   7.0   B |  00m00s
- [364/365] Removing libsmartcols-0:2.41. 100% |   2.3 KiB/s |   7.0   B |  00m00s
- [365/365] Removing liblastlog2-0:2.41.1 100% |   3.0   B/s |  13.0   B |  00m04s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.12-1.fc43.x86_64            
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.12-1.fc43.x86_64           
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service' 
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>                                                                             
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gtk2-devel" "libgnomecanvas-devel" "libXft-devel"
- gtk2-devel-2.24.33-23.fc43.x86_64
- libgnomecanvas-devel-2.30.3-32.fc43.x86_64
- libXft-devel-2.3.8-9.fc43.x86_64
2025-12-17 13:47.36 ---> saved as "864117d1d86ac274d28d6dfdd4ca822388cf56325c67e7e55446943f3b5439d0"

/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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-libXft       1
  - install conf-pkg-config   4
  - install csexp             1.5.2
  - install dune              3.20.2
  - install dune-configurator 3.20.2
  - install graphics          5.2.0
  - install lablgtk           2.18.14
  - install ocamlfind         1.9.8

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved graphics.5.2.0  (cached)
-> installed conf-gtk2.1
-> retrieved lablgtk.2.18.14  (cached)
-> installed conf-gnomecanvas.2
-> installed conf-libX11.1
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-libXft.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed dune-configurator.3.20.2
-> installed graphics.5.2.0
-> installed ocamlfind.1.9.8
-> installed lablgtk.2.18.14
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-17 13:51.09 ---> saved as "c954722f579c62b729017c7ae9ed97175d0bca35e19bd8c2dfd67cbc664a97dc"

/src: (copy (src .) (dst /src))
2025-12-17 13:51.10 ---> saved as "1609640ca6a35b98d6bb6bdfdaf22b7302ca9ec00c1cceb356ea76c00b07583b"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.editor.eobjs/byte -I /home/opam/.opam/5.4/lib/lablgtk2 -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I src/.graph.objs/byte -cmi-file editor/.editor.eobjs/byte/dune__exe__Gtree.cmi -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/5.4/bin/ocamlc.opt -open ViewGraph -g -bin-annot -bin-annot-occurrences -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/5.4/lib/lablgtk2 -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -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/5.4/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/5.4/lib/lablgtk2 -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -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.
basic: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
test_contraction: all tests succeeded.
test_cycles: all tests succeeded.
test_components: all tests succeeded.
test_fixpoint: all tests succeeded.
test_wto: all tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
test_saps: all tests succeeded.
strat: all tests succeeded.
(cd _build/default/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
dot: all tests succeeded.
test_bf: all tests succeeded.
test_johnson: all tests succeeded.
(cd _build/default/tests && ./test_bfs.exe)
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 topsort: all tests succeeded.
2025-12-17 13:51.51 ---> saved as "6e4a36f76575354e2c43f698c7c7f1515380c1c67c1bc4167f5a14aab9727910"
Job succeeded
2025-12-17 13:52.07: Job succeeded