Organisationsocaml-multicoreeio-tracece5fb3 (main)fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-03-19 08:04.46: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (ce5fb3cfd516783c13cc6ae1962459a0c57a2514) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard ce5fb3cf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
# fedora-43-5.4_opam-2.5
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.5 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 eio-trace.opam ./
RUN opam pin add -yn eio-trace.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.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


2026-03-19 08:04.46: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-a7880d1c0c35d26c58065cfb016f7a43"
2026-03-19 08:04.46: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
(comment fedora-43-5.4_opam-2.5)
(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.5 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src eio-trace.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn eio-trace.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.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"))
)


2026-03-19 08:04.46: Waiting for resource in pool OCluster
2026-03-19 12:01.09: Waiting for worker…
2026-03-19 12:04.43: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at ce5fb3c Merge pull request #45 from talex5/nix


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
2026-03-19 12:04.43 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache


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


/: (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% |  19.4 KiB/s |   4.7 KiB |  00m00s
Repositories loaded.
Nothing to do.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


2026-03-19 12:04.43 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-03-19 12:04.43 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" from cache


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


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.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
2026-03-19 12:04.43 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-101-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-19 12:04.43 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-19 12:04.43 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:04.43 ---> using "1b083957d381260a535dbdceef78e04d6231ebafaa3e8fc50dd74063d06ec4e8" from cache


/src: (copy (src eio-trace.opam) (dst ./))
2026-03-19 12:04.44 ---> saved as "34e0a87cd823b0c0c5689e2db29182373626a9326471ccfff1a8ce578c96753f"


/src: (run (network host)
(shell "opam pin add -yn eio-trace.dev './'"))
[eio-trace.dev] synchronised (file:///src)
eio-trace is now pinned to file:///src (version dev)
2026-03-19 12:04.45 ---> saved as "2b774fb579cd337590337ecfc550aad931565e377d8f59ca920a8bd997bc0afe"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-19 12:04.45 ---> saved as "bae1863ca137936b089a08a2948249d59fc4d6c1b39369d2bb88550789b927bc"


/src: (env DEPS "afl-persistent.1.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[eio-trace.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:
cairo-devel gtk3-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "cairo-devel" "gtk3-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                         Repository                 Size
- Upgrading:
-  zlib-ng-compat                          x86_64 2.3.3-2.fc43                    updates               161.7 KiB
-    replacing zlib-ng-compat              x86_64 2.3.3-1.fc43                    updates               161.7 KiB
- Installing:
-  cairo-devel                             x86_64 1.18.4-2.fc43                   fedora                  2.3 MiB
-  gtk3-devel                              x86_64 3.24.51-2.fc43                  fedora                 34.3 MiB
- 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.3-1.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.3-1.fc43                   updates               283.7 KiB
-  at-spi2-atk-devel                       x86_64 2.58.3-1.fc43                   updates                 1.6 KiB
-  at-spi2-core                            x86_64 2.58.3-1.fc43                   updates                 1.5 MiB
-  at-spi2-core-devel                      x86_64 2.58.3-1.fc43                   updates                 4.3 MiB
-  atk                                     x86_64 2.58.3-1.fc43                   updates               248.6 KiB
-  atk-devel                               x86_64 2.58.3-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.86-4.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-gobject                           x86_64 1.18.4-2.fc43                   fedora                 31.1 KiB
-  cairo-gobject-devel                     x86_64 1.18.4-2.fc43                   fedora                  7.0 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
-  cups-filesystem                         noarch 1:2.4.16-7.fc43                 updates                 0.0   B
-  cups-libs                               x86_64 1:2.4.16-7.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
-  dbus-devel                              x86_64 1:1.16.0-4.fc43                 fedora                131.7 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
-  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.4-1.fc43                   updates                15.7 MiB
-  glibc-gconv-extra                       x86_64 2.42-10.fc43                    updates                 7.2 MiB
-  glycin-devel                            x86_64 2.0.8-1.fc43                    updates               126.1 KiB
-  glycin-libs                             x86_64 2.0.8-1.fc43                    updates                 4.2 MiB
-  glycin-loaders                          x86_64 2.0.8-1.fc43                    updates                12.7 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.10-1.fc43                  updates                 5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.10-1.fc43                  updates                 7.4 MiB
-  gtk-update-icon-cache                   x86_64 3.24.51-2.fc43                  fedora                 62.2 KiB
-  gtk3                                    x86_64 3.24.51-2.fc43                  fedora                 22.4 MiB
-  harfbuzz                                x86_64 11.5.1-2.fc43                   updates                 2.8 MiB
-  harfbuzz-cairo                          x86_64 11.5.1-2.fc43                   updates                48.1 KiB
-  harfbuzz-devel                          x86_64 11.5.1-2.fc43                   updates                 5.3 MiB
-  harfbuzz-icu                            x86_64 11.5.1-2.fc43                   updates                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.405-1.fc43                    updates                 9.8 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
-  libXdamage-devel                        x86_64 1.1.6-6.fc43                    fedora                  2.5 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
-  libXft-devel                            x86_64 2.3.8-9.fc43                    fedora                 31.7 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
-  libXtst-devel                           x86_64 1.2.5-3.fc43                    fedora                 11.6 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
-  libasyncns                              x86_64 0.8-31.fc43                     fedora                 55.5 KiB
-  libavcodec-free                         x86_64 7.1.2-4.fc43                    updates                 9.8 MiB
-  libavformat-free                        x86_64 7.1.2-4.fc43                    updates                 2.6 MiB
-  libavutil-free                          x86_64 7.1.2-4.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-5.fc43                    updates                 2.2 MiB
-  libcanberra                             x86_64 0.30-38.fc43                    fedora                266.5 KiB
-  libcap-devel                            x86_64 2.76-3.fc43                     fedora                 37.5 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
-  libcloudproviders-devel                 x86_64 0.3.6-2.fc43                    fedora                375.4 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.3-1.fc43                    updates                 1.7 MiB
-  libdrm                                  x86_64 2.4.131-1.fc43                  updates               404.7 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
-  libepoxy-devel                          x86_64 1.5.10-11.fc43                  fedora                  1.6 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
-  libglvnd                                x86_64 1:1.7.0-8.fc43                  fedora                526.1 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-8.fc43                  fedora                 40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-8.fc43                  fedora                  2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-8.fc43                  fedora                 64.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-8.fc43                  fedora                 97.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-8.fc43                  fedora                601.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-8.fc43                  fedora                144.8 KiB
-  libgsf                                  x86_64 1.14.55-1.fc43                  updates               964.8 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.3-1.fc43                    updates               806.3 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.5-2.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.8-1.fc43                    updates               126.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-4.fc43                   updates                 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.55-1.fc43                 updates               241.7 KiB
-  libpng-devel                            x86_64 2:1.6.55-1.fc43                 updates               887.7 KiB
-  libproxy                                x86_64 0.5.12-1.fc43                   updates               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-5.fc43                   updates                 5.1 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.5-2.fc43                 updates               167.5 KiB
-  libsndfile                              x86_64 1.2.2-10.fc43                   fedora                550.1 KiB
-  libsodium                               x86_64 1.0.21-2.fc43                   updates               449.4 KiB
-  libsoup3                                x86_64 3.6.6-1.fc43                    updates                 1.7 MiB
-  libstemmer                              x86_64 3.0.1-8.fc43                    fedora                661.5 KiB
-  libswresample-free                      x86_64 7.1.2-4.fc43                    updates               147.3 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.16.0-1.fc43                 updates               427.2 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
-  libwayland-server                       x86_64 1.24.0-1.fc43                   fedora                 78.5 KiB
-  libwbclient                             x86_64 2:4.23.5-2.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
-  libxkbcommon-devel                      x86_64 1.11.0-1.fc43                   fedora                383.4 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.34-1.fc43                   updates               106.0 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
-  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.3.6-2.fc43                   updates                48.8 MiB
-  mesa-filesystem                         x86_64 25.3.6-2.fc43                   updates                 3.6 KiB
-  mesa-libEGL                             x86_64 25.3.6-2.fc43                   updates               310.4 KiB
-  mesa-libGL                              x86_64 25.3.6-2.fc43                   updates               286.0 KiB
-  mesa-libgbm                             x86_64 25.3.6-2.fc43                   updates                19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-2.fc43                  fedora                814.0 KiB
-  ngtcp2-crypto-gnutls                    x86_64 1.19.0-1.fc43                   updates                39.6 KiB
-  nspr                                    x86_64 4.38.2-3.fc43                   updates               315.5 KiB
-  nss                                     x86_64 3.120.1-1.fc43                  updates                 1.9 MiB
-  nss-softokn                             x86_64 3.120.1-1.fc43                  updates                 2.0 MiB
-  nss-softokn-freebl                      x86_64 3.120.1-1.fc43                  updates               990.9 KiB
-  nss-sysinit                             x86_64 3.120.1-1.fc43                  updates                18.1 KiB
-  nss-util                                x86_64 3.120.1-1.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
-  openjpeg                                x86_64 2.5.4-1.fc43                    fedora                456.3 KiB
-  openpgm                                 x86_64 5.3.128-5.fc43                  fedora                312.3 KiB
-  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 20251212-1.fc43                 updates                 4.2 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
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.10-1.fc43                   updates               496.7 KiB
-  pipewire-libs                           x86_64 1.4.10-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.1                    updates               460.0 KiB
-  polkit-libs                             x86_64 126-6.fc43.1                    updates               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-9.fc43                     updates                 3.4 MiB
-  python3-packaging                       noarch 25.0-7.fc43                     fedora                607.4 KiB
-  rav1e-libs                              x86_64 0.8.1-2.fc43                    updates                 3.1 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.5-2.fc43                 updates                19.7 MiB
-  samba-common                            noarch 2:4.23.5-2.fc43                 updates               204.4 KiB
-  samba-common-libs                       x86_64 2:4.23.5-2.fc43                 updates               268.6 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 2026.1-2.fc43                   updates                 5.9 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.7-1.fc43                    updates                12.7 MiB
-  systemd-devel                           x86_64 258.7-1.fc43                    updates               615.4 KiB
-  systemd-pam                             x86_64 258.7-1.fc43                    updates                 1.2 MiB
-  systemd-shared                          x86_64 258.7-1.fc43                    updates                 5.0 MiB
-  systemd-udev                            x86_64 258.7-1.fc43                    updates                12.8 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.1-2.fc43                   updates               178.8 KiB
-  vo-amrwbenc                             x86_64 0.1.3-23.fc43                   fedora                153.9 KiB
-  wayland-devel                           x86_64 1.24.0-1.fc43                   fedora                691.9 KiB
-  webrtc-audio-processing                 x86_64 1.3-9.fc43                      fedora                  1.4 MiB
-  wireplumber                             x86_64 0.5.13-1.fc43                   updates               426.6 KiB
-  wireplumber-libs                        x86_64 0.5.13-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.3-2.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
-  cryptsetup-libs                         x86_64 2.8.4-1.fc43                    updates                 2.6 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 2026.1-3.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.4.5-1.fc43                   updates                11.7 MiB
-  libbpf                                  x86_64 2:1.6.1-3.fc43                  fedora                422.8 KiB
-  libcamera-ipa                           x86_64 0.5.2-5.fc43                    updates               682.7 KiB
-  libcanberra-gtk3                        x86_64 0.30-38.fc43                    fedora                 70.7 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.3.6-2.fc43                   updates               115.0   B
-  pipewire                                x86_64 1.4.10-1.fc43                   updates               432.1 KiB
-  pipewire-alsa                           x86_64 1.4.10-1.fc43                   updates               158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.10-1.fc43                   updates                30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.10-1.fc43                   updates               146.5 KiB
-  pipewire-pulseaudio                     x86_64 1.4.10-1.fc43                   updates               436.3 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.7-1.fc43                    updates                 2.3 MiB
-  systemd-resolved                        x86_64 258.7-1.fc43                    updates               733.0 KiB
-  tinysparql                              x86_64 3.10.1-5.fc43                   updates                 2.5 MiB
-  upower                                  x86_64 1.91.1-2.fc43                   updates               305.0 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:       343 packages
-  Upgrading:          1 package
-  Replacing:          1 package
- 
- Total size of inbound packages is 156 MiB. Need to download 156 MiB.
- After this operation, 606 MiB extra will be used (install 606 MiB, remove 162 KiB).
- [  1/344] cairo-devel-0:1.18.4-2.fc43.x 100% |   1.8 MiB/s | 191.8 KiB |  00m00s
- [  2/344] fontconfig-0:2.17.0-3.fc43.x8 100% |   2.5 MiB/s | 272.2 KiB |  00m00s
- [  3/344] cairo-0:1.18.4-2.fc43.x86_64  100% |   6.4 MiB/s | 729.3 KiB |  00m00s
- [  4/344] libXext-0:1.3.6-4.fc43.x86_64 100% |   5.4 MiB/s |  39.1 KiB |  00m00s
- [  5/344] libXrender-0:0.9.12-3.fc43.x8 100% |   6.6 MiB/s |  26.9 KiB |  00m00s
- [  6/344] pixman-0:0.46.2-2.fc43.x86_64 100% |  15.9 MiB/s | 292.5 KiB |  00m00s
- [  7/344] default-fonts-core-sans-0:4.2 100% |   7.3 MiB/s |  29.9 KiB |  00m00s
- [  8/344] freetype-0:2.13.3-3.fc43.x86_ 100% |  10.3 MiB/s | 412.1 KiB |  00m00s
- [  9/344] fonts-filesystem-1:2.0.5-23.f 100% |   1.4 MiB/s |   8.7 KiB |  00m00s
- [ 10/344] xml-common-0:0.6.3-67.fc43.no 100% |   5.1 MiB/s |  31.0 KiB |  00m00s
- [ 11/344] abattis-cantarell-vf-fonts-0: 100% |   9.8 MiB/s | 120.1 KiB |  00m00s
- [ 12/344] lzo-0:2.10-15.fc43.x86_64     100% |   1.5 MiB/s |  69.4 KiB |  00m00s
- [ 13/344] libepoxy-0:1.5.10-11.fc43.x86 100% |   9.3 MiB/s | 229.5 KiB |  00m00s
- [ 14/344] pango-0:1.57.0-1.fc43.x86_64  100% |   6.8 MiB/s | 353.4 KiB |  00m00s
- [ 15/344] adwaita-icon-theme-0:49.0-1.f 100% |   7.4 MiB/s | 403.9 KiB |  00m00s
- [ 16/344] cairo-gobject-0:1.18.4-2.fc43 100% |   2.8 MiB/s |  16.9 KiB |  00m00s
- [ 17/344] colord-libs-0:1.4.8-2.fc43.x8 100% |   7.0 MiB/s | 230.5 KiB |  00m00s
- [ 18/344] fribidi-0:1.0.16-3.fc43.x86_6 100% |   8.7 MiB/s |  53.3 KiB |  00m00s
- [ 19/344] gtk-update-icon-cache-0:3.24. 100% |   5.5 MiB/s |  33.8 KiB |  00m00s
- [ 20/344] hicolor-icon-theme-0:0.18-2.f 100% |   5.4 MiB/s |  65.9 KiB |  00m00s
- [ 21/344] libXcomposite-0:0.4.6-6.fc43. 100% |   3.4 MiB/s |  24.2 KiB |  00m00s
- [ 22/344] libXcursor-0:1.2.3-3.fc43.x86 100% |   5.1 MiB/s |  31.2 KiB |  00m00s
- [ 23/344] libXdamage-0:1.1.6-6.fc43.x86 100% |   3.8 MiB/s |  23.3 KiB |  00m00s
- [ 24/344] libXfixes-0:6.0.1-6.fc43.x86_ 100% |   3.1 MiB/s |  19.1 KiB |  00m00s
- [ 25/344] libXi-0:1.8.2-3.fc43.x86_64   100% |   5.6 MiB/s |  40.3 KiB |  00m00s
- [ 26/344] libXinerama-0:1.1.5-9.fc43.x8 100% |   2.3 MiB/s |  14.2 KiB |  00m00s
- [ 27/344] libXrandr-0:1.5.4-6.fc43.x86_ 100% |   4.5 MiB/s |  27.6 KiB |  00m00s
- [ 28/344] libcloudproviders-0:0.3.6-2.f 100% |   6.5 MiB/s |  46.9 KiB |  00m00s
- [ 29/344] libwayland-client-0:1.24.0-1. 100% |   4.7 MiB/s |  33.6 KiB |  00m00s
- [ 30/344] libwayland-cursor-0:1.24.0-1. 100% |   3.1 MiB/s |  18.9 KiB |  00m00s
- [ 31/344] libwayland-egl-0:1.24.0-1.fc4 100% |   2.0 MiB/s |  12.4 KiB |  00m00s
- [ 32/344] libxkbcommon-0:1.11.0-1.fc43. 100% |   8.5 MiB/s | 174.3 KiB |  00m00s
- [ 33/344] libXft-0:2.3.8-9.fc43.x86_64  100% |   5.9 MiB/s |  72.2 KiB |  00m00s
- [ 34/344] libthai-0:0.1.29-11.fc43.x86_ 100% |   6.6 MiB/s | 210.3 KiB |  00m00s
- [ 35/344] adwaita-cursor-theme-0:49.0-1 100% |   6.5 MiB/s | 380.1 KiB |  00m00s
- [ 36/344] gtk3-0:3.24.51-2.fc43.x86_64  100% |  11.1 MiB/s |   5.9 MiB |  00m01s
- [ 37/344] lcms2-0:2.16-6.fc43.x86_64    100% |   8.5 MiB/s | 182.8 KiB |  00m00s
- [ 38/344] libgusb-0:0.4.9-4.fc43.x86_64 100% |   7.0 MiB/s |  64.5 KiB |  00m00s
- [ 39/344] libdatrie-0:0.2.13-12.fc43.x8 100% |   7.8 MiB/s |  32.0 KiB |  00m00s
- [ 40/344] gtk3-devel-0:3.24.51-2.fc43.x 100% |   7.2 MiB/s |   4.3 MiB |  00m01s
- [ 41/344] graphite2-0:1.3.14-19.fc43.x8 100% |   5.2 MiB/s |  95.6 KiB |  00m00s
- [ 42/344] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |   5.1 MiB/s |   1.1 MiB |  00m00s
- [ 43/344] xkeyboard-config-0:2.46-1.fc4 100% |   5.2 MiB/s | 993.6 KiB |  00m00s
- [ 44/344] adwaita-icon-theme-legacy-0:4 100% |   5.8 MiB/s |   2.5 MiB |  00m00s
- [ 45/344] at-spi2-atk-devel-0:2.58.3-1. 100% | 304.3 KiB/s |  11.0 KiB |  00m00s
- [ 46/344] at-spi2-atk-0:2.58.3-1.fc43.x 100% |   1.1 MiB/s |  87.4 KiB |  00m00s
- [ 47/344] json-glib-0:1.10.8-4.fc43.x86 100% | 890.0 KiB/s | 172.7 KiB |  00m00s
- [ 48/344] dbus-1:1.16.0-4.fc43.x86_64   100% |   1.2 MiB/s |   7.5 KiB |  00m00s
- [ 49/344] libXtst-0:1.2.5-3.fc43.x86_64 100% |   2.9 MiB/s |  20.5 KiB |  00m00s
- [ 50/344] xprop-0:1.2.8-4.fc43.x86_64   100% |   4.9 MiB/s |  34.8 KiB |  00m00s
- [ 51/344] atk-0:2.58.3-1.fc43.x86_64    100% | 736.9 KiB/s |  80.3 KiB |  00m00s
- [ 52/344] atk-devel-0:2.58.3-1.fc43.x86 100% |   4.4 MiB/s | 443.6 KiB |  00m00s
- [ 53/344] at-spi2-core-0:2.58.3-1.fc43. 100% |   1.4 MiB/s | 390.0 KiB |  00m00s
- [ 54/344] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |   4.6 MiB/s | 484.9 KiB |  00m00s
- [ 55/344] shared-mime-info-0:2.4-2.fc43 100% |   7.0 MiB/s | 399.7 KiB |  00m00s
- [ 56/344] python3-packaging-0:25.0-7.fc 100% |   6.6 MiB/s | 161.5 KiB |  00m00s
- [ 57/344] cairo-gobject-devel-0:1.18.4- 100% | 236.8 KiB/s |  10.9 KiB |  00m00s
- [ 58/344] gdk-pixbuf2-devel-0:2.44.4-1. 100% |   2.8 MiB/s | 369.3 KiB |  00m00s
- [ 59/344] fontconfig-devel-0:2.17.0-3.f 100% |   6.6 MiB/s | 169.5 KiB |  00m00s
- [ 60/344] fribidi-devel-0:1.0.16-3.fc43 100% |   1.5 MiB/s |  29.3 KiB |  00m00s
- [ 61/344] libXcursor-devel-0:1.2.3-3.fc 100% |   7.7 MiB/s |  39.6 KiB |  00m00s
- [ 62/344] libXcomposite-devel-0:0.4.6-6 100% |   2.2 MiB/s |  15.8 KiB |  00m00s
- [ 63/344] libXext-devel-0:1.3.6-4.fc43. 100% |   8.3 MiB/s |  85.2 KiB |  00m00s
- [ 64/344] libXdamage-devel-0:1.1.6-6.fc 100% | 791.5 KiB/s |   9.5 KiB |  00m00s
- [ 65/344] libXfixes-devel-0:6.0.1-6.fc4 100% |   2.0 MiB/s |  12.6 KiB |  00m00s
- [ 66/344] libXinerama-devel-0:1.1.5-9.f 100% |   1.8 MiB/s |  13.0 KiB |  00m00s
- [ 67/344] libXrandr-devel-0:1.5.4-6.fc4 100% |   3.1 MiB/s |  19.2 KiB |  00m00s
- [ 68/344] libcloudproviders-devel-0:0.3 100% |   1.1 MiB/s |  49.2 KiB |  00m00s
- [ 69/344] libXi-devel-0:1.8.2-3.fc43.x8 100% |   1.2 MiB/s | 115.8 KiB |  00m00s
- [ 70/344] libxkbcommon-devel-0:1.11.0-1 100% |   1.2 MiB/s |  73.0 KiB |  00m00s
- [ 71/344] libepoxy-devel-0:1.5.10-11.fc 100% |   1.0 MiB/s | 132.9 KiB |  00m00s
- [ 72/344] pango-devel-0:1.57.0-1.fc43.x 100% |   2.7 MiB/s | 162.0 KiB |  00m00s
- [ 73/344] glib2-devel-0:2.86.4-1.fc43.x 100% |   3.3 MiB/s |   1.5 MiB |  00m00s
- [ 74/344] freetype-devel-0:2.13.3-3.fc4 100% |   9.6 MiB/s |   1.0 MiB |  00m00s
- [ 75/344] wayland-devel-0:1.24.0-1.fc43 100% |   1.2 MiB/s | 154.2 KiB |  00m00s
- [ 76/344] libwayland-server-0:1.24.0-1. 100% | 754.1 KiB/s |  41.5 KiB |  00m00s
- [ 77/344] cups-filesystem-1:2.4.16-7.fc 100% | 770.3 KiB/s |  12.3 KiB |  00m00s
- [ 78/344] avahi-libs-0:0.9~rc2-6.fc43.x 100% |   1.5 MiB/s |  69.0 KiB |  00m00s
- [ 79/344] avahi-glib-0:0.9~rc2-6.fc43.x 100% |   2.5 MiB/s |  15.2 KiB |  00m00s
- [ 80/344] cups-libs-1:2.4.16-7.fc43.x86 100% |   2.3 MiB/s | 260.8 KiB |  00m00s
- [ 81/344] libstemmer-0:3.0.1-8.fc43.x86 100% |   6.1 MiB/s | 155.3 KiB |  00m00s
- [ 82/344] brotli-devel-0:1.2.0-1.fc43.x 100% |   1.8 MiB/s |  34.4 KiB |  00m00s
- [ 83/344] brotli-0:1.2.0-1.fc43.x86_64  100% |   1.2 MiB/s |  23.8 KiB |  00m00s
- [ 84/344] harfbuzz-cairo-0:11.5.1-2.fc4 100% |   1.5 MiB/s |  30.0 KiB |  00m00s
- [ 85/344] libtinysparql-0:3.10.1-5.fc43 100% |   2.9 MiB/s | 347.1 KiB |  00m00s
- [ 86/344] harfbuzz-icu-0:11.5.1-2.fc43. 100% | 870.1 KiB/s |  15.7 KiB |  00m00s
- [ 87/344] libpng-2:1.6.55-1.fc43.x86_64 100% |   2.2 MiB/s | 123.9 KiB |  00m00s
- [ 88/344] libpng-devel-2:1.6.55-1.fc43. 100% |   3.5 MiB/s | 293.8 KiB |  00m00s
- [ 89/344] harfbuzz-devel-0:11.5.1-2.fc4 100% |   3.4 MiB/s | 455.8 KiB |  00m00s
- [ 90/344] zlib-ng-compat-devel-0:2.3.3- 100% |   1.8 MiB/s |  37.8 KiB |  00m00s
- [ 91/344] bzip2-devel-0:1.0.8-21.fc43.x 100% |   6.7 MiB/s | 213.4 KiB |  00m00s
- [ 92/344] google-noto-fonts-common-0:20 100% |   1.1 MiB/s |  17.3 KiB |  00m00s
- [ 93/344] libXrender-devel-0:0.9.12-3.f 100% |   3.1 MiB/s |  19.0 KiB |  00m00s
- [ 94/344] libxml2-devel-0:2.12.10-5.fc4 100% |   8.5 MiB/s | 524.0 KiB |  00m00s
- [ 95/344] pixman-devel-0:0.46.2-2.fc43. 100% |   1.9 MiB/s |  18.0 KiB |  00m00s
- [ 96/344] lzo-minilzo-0:2.10-15.fc43.x8 100% |   4.7 MiB/s |  24.0 KiB |  00m00s
- [ 97/344] lzo-devel-0:2.10-15.fc43.x86_ 100% |   5.4 MiB/s |  39.0 KiB |  00m00s
- [ 98/344] cmake-filesystem-0:3.31.10-3. 100% | 866.8 KiB/s |  13.9 KiB |  00m00s
- [ 99/344] graphite2-devel-0:1.3.14-19.f 100% |   3.4 MiB/s |  20.6 KiB |  00m00s
- [100/344] libsoup3-0:3.6.6-1.fc43.x86_6 100% |   3.4 MiB/s | 451.3 KiB |  00m00s
- [101/344] libicu-devel-0:77.1-1.fc43.x8 100% |   6.5 MiB/s | 794.4 KiB |  00m00s
- [102/344] libffi-devel-0:3.5.2-1.fc43.x 100% |   1.8 MiB/s |  29.7 KiB |  00m00s
- [103/344] google-noto-sans-vf-fonts-0:2 100% |   2.6 MiB/s | 614.5 KiB |  00m00s
- [104/344] libmount-devel-0:2.41.3-7.fc4 100% | 984.1 KiB/s |  24.6 KiB |  00m00s
- [105/344] pcre2-utf32-0:10.47-1.fc43.x8 100% |   3.1 MiB/s | 232.9 KiB |  00m00s
- [106/344] libselinux-devel-0:3.9-5.fc43 100% |   5.9 MiB/s | 152.1 KiB |  00m00s
- [107/344] pcre2-utf16-0:10.47-1.fc43.x8 100% |   2.2 MiB/s | 246.1 KiB |  00m00s
- [108/344] libsepol-devel-0:3.9-2.fc43.x 100% |   3.9 MiB/s |  48.4 KiB |  00m00s
- [109/344] sysprof-capture-devel-0:49.0- 100% |   8.8 MiB/s | 171.1 KiB |  00m00s
- [110/344] pcre2-devel-0:10.47-1.fc43.x8 100% |   3.4 MiB/s | 550.9 KiB |  00m00s
- [111/344] glycin-devel-0:2.0.8-1.fc43.x 100% |   1.1 MiB/s |  24.5 KiB |  00m00s
- [112/344] libheif-0:1.20.2-6.fc43.x86_6 100% |   7.6 MiB/s | 578.1 KiB |  00m00s
- [113/344] libaom-0:3.13.1-1.fc43.x86_64 100% |   8.4 MiB/s |   1.9 MiB |  00m00s
- [114/344] libopenjph-0:0.22.0-2.fc43.x8 100% |   7.5 MiB/s | 154.4 KiB |  00m00s
- [115/344] glycin-libs-0:2.0.8-1.fc43.x8 100% |   4.3 MiB/s |   1.5 MiB |  00m00s
- [116/344] libwebp-0:1.6.0-2.fc43.x86_64 100% |   6.3 MiB/s | 324.2 KiB |  00m00s
- [117/344] openjpeg-0:2.5.4-1.fc43.x86_6 100% |   7.5 MiB/s | 192.2 KiB |  00m00s
- [118/344] libvmaf-0:3.0.0-4.fc43.x86_64 100% |  10.7 MiB/s | 196.6 KiB |  00m00s
- [119/344] at-spi2-core-devel-0:2.58.3-1 100% |   4.0 MiB/s | 341.8 KiB |  00m00s
- [120/344] dbus-devel-1:1.16.0-4.fc43.x8 100% | 636.5 KiB/s |  38.8 KiB |  00m00s
- [121/344] libXft-devel-0:2.3.8-9.fc43.x 100% |   5.4 MiB/s |  49.4 KiB |  00m00s
- [122/344] libthai-devel-0:0.1.29-11.fc4 100% |   3.3 MiB/s | 128.3 KiB |  00m00s
- [123/344] xz-devel-1:5.8.1-4.fc43.x86_6 100% |   3.8 MiB/s |  66.7 KiB |  00m00s
- [124/344] libdatrie-devel-0:0.2.13-12.f 100% |   2.4 MiB/s | 137.3 KiB |  00m00s
- [125/344] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   5.6 MiB/s |   2.0 MiB |  00m00s
- [126/344] libdav1d-0:1.5.3-1.fc43.x86_6 100% |   4.5 MiB/s | 637.4 KiB |  00m00s
- [127/344] libjpeg-turbo-0:3.1.3-1.fc43. 100% |   4.6 MiB/s | 236.8 KiB |  00m00s
- [128/344] openh264-0:2.6.0-2.fc43.x86_6 100% | 935.5 KiB/s | 422.8 KiB |  00m00s
- [129/344] rav1e-libs-0:0.8.1-2.fc43.x86 100% |   5.2 MiB/s |   1.1 MiB |  00m00s
- [130/344] libglvnd-1:1.7.0-8.fc43.x86_6 100% |   5.3 MiB/s | 114.0 KiB |  00m00s
- [131/344] libglvnd-devel-1:1.7.0-8.fc43 100% |   4.8 MiB/s | 162.2 KiB |  00m00s
- [132/344] libglvnd-core-devel-1:1.7.0-8 100% |   4.2 MiB/s |  17.3 KiB |  00m00s
- [133/344] libglvnd-egl-1:1.7.0-8.fc43.x 100% |   5.9 MiB/s |  36.0 KiB |  00m00s
- [134/344] libglvnd-gles-1:1.7.0-8.fc43. 100% |   3.1 MiB/s |  28.5 KiB |  00m00s
- [135/344] libglvnd-opengl-1:1.7.0-8.fc4 100% |   4.5 MiB/s |  37.0 KiB |  00m00s
- [136/344] glycin-loaders-0:2.0.8-1.fc43 100% |   2.3 MiB/s |   2.8 MiB |  00m01s
- [137/344] libglvnd-glx-1:1.7.0-8.fc43.x 100% |   3.0 MiB/s | 132.1 KiB |  00m00s
- [138/344] libblkid-devel-0:2.41.3-7.fc4 100% |   1.3 MiB/s |  23.4 KiB |  00m00s
- [139/344] libcap-devel-0:2.76-3.fc43.x8 100% |   1.1 MiB/s |  61.5 KiB |  00m00s
- [140/344] systemd-devel-0:258.7-1.fc43. 100% |   3.9 MiB/s | 673.3 KiB |  00m00s
- [141/344] lcms2-devel-0:2.16-6.fc43.x86 100% |   5.2 MiB/s |  31.8 KiB |  00m00s
- [142/344] libseccomp-devel-0:2.6.0-2.fc 100% |   5.1 MiB/s |  62.3 KiB |  00m00s
- [143/344] libXtst-devel-0:1.2.5-3.fc43. 100% | 394.1 KiB/s |  15.8 KiB |  00m00s
- [144/344] mesa-libGL-0:25.3.6-2.fc43.x8 100% |   3.5 MiB/s | 118.9 KiB |  00m00s
- [145/344] libjxl-1:0.11.1-7.fc43.x86_64 100% |   3.1 MiB/s |   1.2 MiB |  00m00s
- [146/344] libXxf86vm-0:1.1.6-3.fc43.x86 100% |   2.9 MiB/s |  17.7 KiB |  00m00s
- [147/344] mesa-filesystem-0:25.3.6-2.fc 100% | 580.9 KiB/s |  10.5 KiB |  00m00s
- [148/344] libxshmfence-0:1.3.2-7.fc43.x 100% |   2.2 MiB/s |  13.3 KiB |  00m00s
- [149/344] lm_sensors-libs-0:3.6.0-23.fc 100% |   3.3 MiB/s |  40.6 KiB |  00m00s
- [150/344] mesa-libgbm-0:25.3.6-2.fc43.x 100% | 911.5 KiB/s |  16.4 KiB |  00m00s
- [151/344] mesa-libEGL-0:25.3.6-2.fc43.x 100% |   3.2 MiB/s | 120.6 KiB |  00m00s
- [152/344] libdrm-0:2.4.131-1.fc43.x86_6 100% |   2.9 MiB/s | 162.9 KiB |  00m00s
- [153/344] libpciaccess-0:0.16-16.fc43.x 100% |   4.3 MiB/s |  26.2 KiB |  00m00s
- [154/344] librsvg2-0:2.61.0-5.fc43.x86_ 100% |   3.4 MiB/s |   1.9 MiB |  00m01s
- [155/344] highway-0:1.3.0-1.fc43.x86_64 100% |   4.1 MiB/s | 694.5 KiB |  00m00s
- [156/344] spirv-tools-libs-0:2026.1-2.f 100% |   3.5 MiB/s |   1.7 MiB |  00m00s
- [157/344] xdg-desktop-portal-gtk-0:1.15 100% |   4.5 MiB/s | 144.0 KiB |  00m00s
- [158/344] libcanberra-gtk3-0:0.30-38.fc 100% |   4.9 MiB/s |  30.1 KiB |  00m00s
- [159/344] libcanberra-0:0.30-38.fc43.x8 100% |   6.8 MiB/s |  83.7 KiB |  00m00s
- [160/344] libtdb-0:1.4.14-3.fc43.x86_64 100% |   4.5 MiB/s |  55.1 KiB |  00m00s
- [161/344] libvorbis-1:1.3.7-13.fc43.x86 100% |   7.7 MiB/s | 188.4 KiB |  00m00s
- [162/344] sound-theme-freedesktop-0:0.8 100% |   5.6 MiB/s | 382.3 KiB |  00m00s
- [163/344] hwdata-0:0.405-1.fc43.noarch  100% |   2.8 MiB/s |   1.7 MiB |  00m01s
- [164/344] exempi-0:2.6.4-8.fc43.x86_64  100% |   6.2 MiB/s | 581.3 KiB |  00m00s
- [165/344] giflib-0:5.2.2-8.fc43.x86_64  100% |   3.9 MiB/s |  52.3 KiB |  00m00s
- [166/344] libcue-0:2.3.0-12.fc43.x86_64 100% |   2.8 MiB/s |  35.0 KiB |  00m00s
- [167/344] localsearch-0:3.10.2-1.fc43.x 100% |   2.5 MiB/s | 867.1 KiB |  00m00s
- [168/344] libgexiv2-0:0.14.6-2.fc43.x86 100% |   4.7 MiB/s | 101.2 KiB |  00m00s
- [169/344] libexif-0:0.6.25-2.fc43.x86_6 100% |   5.5 MiB/s | 475.6 KiB |  00m00s
- [170/344] libgudev-0:238-8.fc43.x86_64  100% |   3.1 MiB/s |  34.6 KiB |  00m00s
- [171/344] libiptcdata-0:1.0.5-23.fc43.x 100% |   6.6 MiB/s |  60.6 KiB |  00m00s
- [172/344] libgxps-0:0.3.2-11.fc43.x86_6 100% |   6.2 MiB/s |  76.4 KiB |  00m00s
- [173/344] totem-pl-parser-0:3.26.6-13.f 100% |   6.7 MiB/s | 143.1 KiB |  00m00s
- [174/344] uchardet-0:0.0.8-8.fc43.x86_6 100% |   6.1 MiB/s | 106.0 KiB |  00m00s
- [175/344] inih-cpp-0:62-1.fc43.x86_64   100% | 713.7 KiB/s |  23.6 KiB |  00m00s
- [176/344] inih-0:62-1.fc43.x86_64       100% |   4.5 MiB/s |  18.2 KiB |  00m00s
- [177/344] dconf-0:0.49.0-1.fc43.x86_64  100% |   5.1 MiB/s | 110.2 KiB |  00m00s
- [178/344] gi-docgen-fonts-0:2026.1-3.fc 100% | 511.1 KiB/s |   9.2 KiB |  00m00s
- [179/344] exiv2-libs-0:0.28.6-2.fc43.x8 100% |   3.2 MiB/s | 908.4 KiB |  00m00s
- [180/344] adobe-source-code-pro-fonts-0 100% |   3.6 MiB/s | 806.3 KiB |  00m00s
- [181/344] redhat-text-fonts-0:4.1.0-2.f 100% |   6.7 MiB/s | 484.1 KiB |  00m00s
- [182/344] redhat-display-fonts-0:4.1.0- 100% |   3.8 MiB/s | 556.4 KiB |  00m00s
- [183/344] glib-networking-0:2.80.1-3.fc 100% |   5.4 MiB/s | 200.8 KiB |  00m00s
- [184/344] mesa-va-drivers-0:25.3.6-2.fc 100% | 508.4 KiB/s |   9.2 KiB |  00m00s
- [185/344] gsettings-desktop-schemas-0:4 100% |   3.1 MiB/s | 822.9 KiB |  00m00s
- [186/344] tinysparql-0:3.10.1-5.fc43.x8 100% |   3.0 MiB/s |   1.0 MiB |  00m00s
- [187/344] fuse3-0:3.16.2-5.fc42.x86_64  100% |   4.3 MiB/s |  57.4 KiB |  00m00s
- [188/344] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   7.1 MiB/s |  94.2 KiB |  00m00s
- [189/344] fuse-common-0:3.16.2-5.fc42.x 100% |   2.1 MiB/s |   8.6 KiB |  00m00s
- [190/344] xdg-desktop-portal-0:1.20.3-2 100% |   6.2 MiB/s | 507.6 KiB |  00m00s
- [191/344] geoclue2-0:2.8.0-1.fc43.x86_6 100% |   2.6 MiB/s | 144.5 KiB |  00m00s
- [192/344] ModemManager-glib-0:1.24.2-1. 100% |   6.7 MiB/s | 334.9 KiB |  00m00s
- [193/344] libunwind-0:1.8.1-3.fc43.x86_ 100% |   6.2 MiB/s |  76.5 KiB |  00m00s
- [194/344] gstreamer1-0:1.26.10-1.fc43.x 100% |   3.9 MiB/s |   1.7 MiB |  00m00s
- [195/344] cdparanoia-libs-0:10.2-48.fc4 100% |   1.1 MiB/s |  53.9 KiB |  00m00s
- [196/344] graphene-0:1.10.8-2.fc43.x86_ 100% |   4.6 MiB/s |  61.3 KiB |  00m00s
- [197/344] gstreamer1-plugins-base-0:1.2 100% |   2.5 MiB/s |   2.3 MiB |  00m01s
- [198/344] libXv-0:1.0.13-3.fc43.x86_64  100% |   2.3 MiB/s |  18.6 KiB |  00m00s
- [199/344] libtheora-1:1.1.1-40.fc43.x86 100% |   4.1 MiB/s | 170.3 KiB |  00m00s
- [200/344] libvisual-1:0.4.2-3.fc43.x86_ 100% |   6.0 MiB/s | 153.2 KiB |  00m00s
- [201/344] opus-0:1.5.2-3.fc43.x86_64    100% |   7.0 MiB/s | 237.1 KiB |  00m00s
- [202/344] orc-0:0.4.41-2.fc43.x86_64    100% |   4.2 MiB/s | 221.5 KiB |  00m00s
- [203/344] iso-codes-0:4.18.0-2.fc43.noa 100% |   3.3 MiB/s |   3.7 MiB |  00m01s
- [204/344] fdk-aac-free-0:2.0.0-16.fc43. 100% |   1.9 MiB/s | 341.1 KiB |  00m00s
- [205/344] fftw-libs-single-0:3.3.10-16. 100% |   1.5 MiB/s |   1.2 MiB |  00m01s
- [206/344] libebur128-0:1.2.6-14.fc43.x8 100% | 296.0 KiB/s |  24.9 KiB |  00m00s
- [207/344] liblc3-0:1.1.3-5.fc43.x86_64  100% |   1.6 MiB/s | 105.1 KiB |  00m00s
- [208/344] libldac-0:2.0.2.3-18.fc43.x86 100% |   1.7 MiB/s |  42.5 KiB |  00m00s
- [209/344] libsbc-0:2.0-7.fc43.x86_64    100% |   2.7 MiB/s |  49.0 KiB |  00m00s
- [210/344] libsndfile-0:1.2.2-10.fc43.x8 100% |   3.2 MiB/s | 220.8 KiB |  00m00s
- [211/344] webrtc-audio-processing-0:1.3 100% |   4.8 MiB/s | 533.9 KiB |  00m00s
- [212/344] gsm-0:1.0.23-1.fc43.x86_64    100% |   5.9 MiB/s |  36.0 KiB |  00m00s
- [213/344] lame-libs-0:3.100-20.fc43.x86 100% |   6.1 MiB/s | 338.9 KiB |  00m00s
- [214/344] mpg123-libs-0:1.32.10-2.fc43. 100% |   6.2 MiB/s | 355.6 KiB |  00m00s
- [215/344] libogg-2:1.3.6-2.fc43.x86_64  100% | 858.5 KiB/s |  33.5 KiB |  00m00s
- [216/344] pipewire-libs-0:1.4.10-1.fc43 100% |   1.1 MiB/s |   2.4 MiB |  00m02s
- [217/344] flac-libs-0:1.5.0-5.fc43.x86_ 100% |   1.4 MiB/s | 217.1 KiB |  00m00s
- [218/344] jbigkit-libs-0:2.1-32.fc43.x8 100% |   4.3 MiB/s |  53.2 KiB |  00m00s
- [219/344] liblerc-0:4.0.0-9.fc43.x86_64 100% |   5.7 MiB/s | 215.1 KiB |  00m00s
- [220/344] libtiff-0:4.7.1-1.fc43.x86_64 100% |   1.5 MiB/s | 222.4 KiB |  00m00s
- [221/344] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |   1.8 MiB/s | 541.4 KiB |  00m00s
- [222/344] libasyncns-0:0.8-31.fc43.x86_ 100% |   2.4 MiB/s |  30.0 KiB |  00m00s
- [223/344] libproxy-0:0.5.12-1.fc43.x86_ 100% |   1.2 MiB/s |  45.2 KiB |  00m00s
- [224/344] pulseaudio-libs-0:17.0-9.fc43 100% |   2.1 MiB/s | 694.2 KiB |  00m00s
- [225/344] duktape-0:2.7.0-10.fc43.x86_6 100% |   5.1 MiB/s | 168.7 KiB |  00m00s
- [226/344] bluez-libs-0:5.86-4.fc43.x86_ 100% |   2.2 MiB/s |  82.9 KiB |  00m00s
- [227/344] mesa-dri-drivers-0:25.3.6-2.f 100% |   2.0 MiB/s |  12.8 MiB |  00m06s
- [228/344] libavutil-free-0:7.1.2-4.fc43 100% |   2.3 MiB/s | 351.5 KiB |  00m00s
- [229/344] game-music-emu-0:0.6.4-2.fc43 100% |   4.4 MiB/s | 166.1 KiB |  00m00s
- [230/344] libdvdnav-0:6.1.1-11.fc43.x86 100% |   4.5 MiB/s |  55.5 KiB |  00m00s
- [231/344] libdvdread-0:6.1.3-10.fc43.x8 100% |   5.4 MiB/s |  72.1 KiB |  00m00s
- [232/344] libmodplug-1:0.8.9.0-28.fc43. 100% |   3.0 MiB/s | 177.9 KiB |  00m00s
- [233/344] librabbitmq-0:0.15.0-3.fc43.x 100% |   2.4 MiB/s |  43.4 KiB |  00m00s
- [234/344] libavformat-free-0:7.1.2-4.fc 100% |   1.6 MiB/s |   1.1 MiB |  00m01s
- [235/344] librist-0:0.2.7-10.fc43.x86_6 100% |   1.8 MiB/s |  77.0 KiB |  00m00s
- [236/344] srt-libs-0:1.5.4-4.fc43.x86_6 100% |   3.5 MiB/s | 388.9 KiB |  00m00s
- [237/344] zeromq-0:4.3.5-22.fc43.x86_64 100% |   3.0 MiB/s | 468.2 KiB |  00m00s
- [238/344] libswresample-free-0:7.1.2-4. 100% |   1.3 MiB/s |  68.3 KiB |  00m00s
- [239/344] aribb24-0:1.0.3^20160216git5e 100% |   3.0 MiB/s |  39.8 KiB |  00m00s
- [240/344] ilbc-0:3.0.4-17.fc43.x86_64   100% |   1.8 MiB/s |  56.9 KiB |  00m00s
- [241/344] libaribcaption-0:1.1.1-3.fc43 100% |   3.5 MiB/s | 111.1 KiB |  00m00s
- [242/344] libva-0:2.22.0-6.fc43.x86_64  100% |   3.7 MiB/s | 115.9 KiB |  00m00s
- [243/344] codec2-0:1.2.0-7.fc43.x86_64  100% |   4.3 MiB/s | 642.9 KiB |  00m00s
- [244/344] opencore-amr-0:0.1.6-9.fc43.x 100% |   3.9 MiB/s | 182.1 KiB |  00m00s
- [245/344] snappy-0:1.2.2-2.fc43.x86_64  100% |   4.3 MiB/s |  39.6 KiB |  00m00s
- [246/344] speex-0:1.2.0-20.fc43.x86_64  100% |   5.3 MiB/s |  70.2 KiB |  00m00s
- [247/344] twolame-libs-0:0.4.0-8.fc43.x 100% |   5.2 MiB/s |  68.6 KiB |  00m00s
- [248/344] vo-amrwbenc-0:0.1.3-23.fc43.x 100% |   6.2 MiB/s |  82.8 KiB |  00m00s
- [249/344] xevd-libs-0:0.5.0-5.fc43.x86_ 100% |   4.2 MiB/s | 165.2 KiB |  00m00s
- [250/344] libvpx-0:1.15.0-4.fc43.x86_64 100% |   5.6 MiB/s |   1.2 MiB |  00m00s
- [251/344] xeve-libs-0:0.5.1-5.fc43.x86_ 100% |   3.5 MiB/s | 276.4 KiB |  00m00s
- [252/344] xvidcore-0:1.3.7-14.fc43.x86_ 100% |   3.5 MiB/s | 266.6 KiB |  00m00s
- [253/344] libvdpau-0:1.5-10.fc43.x86_64 100% |   2.7 MiB/s |  16.5 KiB |  00m00s
- [254/344] cjson-0:1.7.18-3.fc43.x86_64  100% |   2.4 MiB/s |  31.9 KiB |  00m00s
- [255/344] zvbi-0:0.2.44-2.fc43.x86_64   100% |   4.8 MiB/s | 433.6 KiB |  00m00s
- [256/344] soxr-0:0.1.3-20.fc43.x86_64   100% |   5.0 MiB/s |  86.8 KiB |  00m00s
- [257/344] openpgm-0:5.3.128-5.fc43.x86_ 100% |   3.1 MiB/s | 181.5 KiB |  00m00s
- [258/344] libgsf-0:1.14.55-1.fc43.x86_6 100% |   2.2 MiB/s | 261.1 KiB |  00m00s
- [259/344] libosinfo-0:1.12.0-4.fc43.x86 100% |   3.1 MiB/s | 316.0 KiB |  00m00s
- [260/344] libxslt-0:1.1.43-5.fc43.x86_6 100% |   5.3 MiB/s | 184.4 KiB |  00m00s
- [261/344] osinfo-db-tools-0:1.12.0-4.fc 100% |   4.3 MiB/s |  74.5 KiB |  00m00s
- [262/344] poppler-glib-0:25.07.0-3.fc43 100% |   3.0 MiB/s | 207.4 KiB |  00m00s
- [263/344] poppler-0:25.07.0-3.fc43.x86_ 100% |   1.5 MiB/s |   1.3 MiB |  00m01s
- [264/344] gpgmepp-0:1.24.3-6.fc43.x86_6 100% |   4.7 MiB/s | 142.9 KiB |  00m00s
- [265/344] poppler-data-0:0.4.11-10.fc43 100% |   9.0 MiB/s |   2.0 MiB |  00m00s
- [266/344] gpgme-0:1.24.3-6.fc43.x86_64  100% |  11.2 MiB/s | 218.5 KiB |  00m00s
- [267/344] upower-libs-0:1.91.1-2.fc43.x 100% | 922.0 KiB/s |  59.9 KiB |  00m00s
- [268/344] libavcodec-free-0:7.1.2-4.fc4 100% |   1.4 MiB/s |   4.2 MiB |  00m03s
- [269/344] lpcnetfreedv-0:0.5-9.fc43.x86 100% |   3.9 MiB/s |   7.3 MiB |  00m02s
- [270/344] gobject-introspection-0:1.84. 100% |   1.8 MiB/s | 120.3 KiB |  00m00s
- [271/344] osinfo-db-0:20251212-1.fc43.n 100% |   1.3 MiB/s | 490.9 KiB |  00m00s
- [272/344] libudfread-0:1.1.2-12.fc43.x8 100% |   4.9 MiB/s |  35.4 KiB |  00m00s
- [273/344] libvpl-1:2.16.0-1.fc43.x86_64 100% |   1.7 MiB/s | 161.2 KiB |  00m00s
- [274/344] libchromaprint-0:1.6.0-1.fc43 100% |   1.3 MiB/s |  42.6 KiB |  00m00s
- [275/344] libsmbclient-2:4.23.5-2.fc43. 100% |   1.6 MiB/s |  80.0 KiB |  00m00s
- [276/344] libbluray-0:1.3.4-11.fc43.x86 100% | 860.7 KiB/s | 173.0 KiB |  00m00s
- [277/344] samba-common-2:4.23.5-2.fc43. 100% | 793.3 KiB/s | 179.3 KiB |  00m00s
- [278/344] libopenmpt-0:0.8.4-1.fc43.x86 100% |   1.6 MiB/s | 785.6 KiB |  00m00s
- [279/344] samba-common-libs-2:4.23.5-2. 100% | 770.4 KiB/s | 111.7 KiB |  00m00s
- [280/344] libtalloc-0:2.4.3-4.fc43.x86_ 100% |   2.6 MiB/s |  34.8 KiB |  00m00s
- [281/344] libtevent-0:0.17.1-3.fc43.x86 100% |   4.2 MiB/s |  51.6 KiB |  00m00s
- [282/344] ngtcp2-crypto-gnutls-0:1.19.0 100% |   1.3 MiB/s |  23.8 KiB |  00m00s
- [283/344] libwbclient-2:4.23.5-2.fc43.x 100% | 871.7 KiB/s |  47.9 KiB |  00m00s
- [284/344] libnotify-0:0.8.8-1.fc43.x86_ 100% |   1.5 MiB/s |  55.9 KiB |  00m00s
- [285/344] libldb-2:4.23.5-2.fc43.x86_64 100% |   1.0 MiB/s | 189.4 KiB |  00m00s
- [286/344] libsodium-0:1.0.21-2.fc43.x86 100% |   1.4 MiB/s | 198.2 KiB |  00m00s
- [287/344] mbedtls-0:3.6.5-1.fc43.x86_64 100% |   1.5 MiB/s | 512.4 KiB |  00m00s
- [288/344] dbus-broker-0:37-2.fc43.x86_6 100% |   6.5 MiB/s | 173.8 KiB |  00m00s
- [289/344] systemd-pam-0:258.7-1.fc43.x8 100% |   1.5 MiB/s | 424.3 KiB |  00m00s
- [290/344] systemd-0:258.7-1.fc43.x86_64 100% |   2.4 MiB/s |   4.2 MiB |  00m02s
- [291/344] systemd-shared-0:258.7-1.fc43 100% |   1.5 MiB/s |   1.8 MiB |  00m01s
- [292/344] dbus-common-1:1.16.0-4.fc43.n 100% |   1.0 MiB/s |  14.2 KiB |  00m00s
- [293/344] nspr-0:4.38.2-3.fc43.x86_64   100% |   1.4 MiB/s | 137.6 KiB |  00m00s
- [294/344] samba-client-libs-2:4.23.5-2. 100% |   2.1 MiB/s |   5.6 MiB |  00m03s
- [295/344] nss-softokn-0:3.120.1-1.fc43. 100% |   2.3 MiB/s | 430.2 KiB |  00m00s
- [296/344] nss-0:3.120.1-1.fc43.x86_64   100% |   1.8 MiB/s | 716.8 KiB |  00m00s
- [297/344] nss-sysinit-0:3.120.1-1.fc43. 100% |   1.0 MiB/s |  18.8 KiB |  00m00s
- [298/344] nss-softokn-freebl-0:3.120.1- 100% |   2.0 MiB/s | 371.9 KiB |  00m00s
- [299/344] nss-util-0:3.120.1-1.fc43.x86 100% |   2.3 MiB/s |  86.0 KiB |  00m00s
- [300/344] lmdb-libs-0:0.9.34-1.fc43.x86 100% |   1.9 MiB/s |  61.7 KiB |  00m00s
- [301/344] adwaita-mono-fonts-0:49.0-2.f 100% |   9.1 MiB/s |   1.4 MiB |  00m00s
- [302/344] exiv2-0:0.28.6-2.fc43.x86_64  100% |  10.2 MiB/s |   2.0 MiB |  00m00s
- [303/344] low-memory-monitor-0:2.1-13.f 100% |   6.7 MiB/s |  34.2 KiB |  00m00s
- [304/344] glibc-gconv-extra-0:2.42-10.f 100% |   2.0 MiB/s |   1.6 MiB |  00m01s
- [305/344] rtkit-0:0.11-69.fc43.x86_64   100% |   6.0 MiB/s |  54.9 KiB |  00m00s
- [306/344] adwaita-sans-fonts-0:49.0-2.f 100% |   7.8 MiB/s | 764.3 KiB |  00m00s
- [307/344] pipewire-0:1.4.10-1.fc43.x86_ 100% |   1.7 MiB/s | 134.3 KiB |  00m00s
- [308/344] libimobiledevice-0:1.3.0^2024 100% |  10.6 MiB/s | 140.8 KiB |  00m00s
- [309/344] upower-0:1.91.1-2.fc43.x86_64 100% |   2.3 MiB/s | 129.8 KiB |  00m00s
- [310/344] libplist-0:2.6.0-5.fc43.x86_6 100% |  10.5 MiB/s |  96.8 KiB |  00m00s
- [311/344] kmod-0:34.2-2.fc43.x86_64     100% |  10.0 MiB/s | 132.7 KiB |  00m00s
- [312/344] kbd-0:2.8.0-3.fc43.x86_64     100% |  14.5 MiB/s | 386.1 KiB |  00m00s
- [313/344] kmod-libs-0:34.2-2.fc43.x86_6 100% |   8.3 MiB/s |  68.1 KiB |  00m00s
- [314/344] libusbmuxd-0:2.1.0-4.fc43.x86 100% |   7.3 MiB/s |  37.4 KiB |  00m00s
- [315/344] libimobiledevice-glue-0:1.3.1 100% |   8.8 MiB/s |  54.0 KiB |  00m00s
- [316/344] kbd-legacy-0:2.8.0-3.fc43.noa 100% |  12.5 MiB/s | 578.3 KiB |  00m00s
- [317/344] kbd-misc-0:2.8.0-3.fc43.noarc 100% |   7.8 MiB/s |   1.6 MiB |  00m00s
- [318/344] intel-mediasdk-0:23.2.2-8.fc4 100% |  10.5 MiB/s |   2.7 MiB |  00m00s
- [319/344] logrotate-0:3.22.0-4.fc43.x86 100% |   6.2 MiB/s |  75.8 KiB |  00m00s
- [320/344] libbpf-2:1.6.1-3.fc43.x86_64  100% |   8.5 MiB/s | 191.0 KiB |  00m00s
- [321/344] cryptsetup-libs-0:2.8.4-1.fc4 100% |   1.9 MiB/s | 574.2 KiB |  00m00s
- [322/344] device-mapper-libs-0:1.02.208 100% |   8.4 MiB/s | 179.9 KiB |  00m00s
- [323/344] device-mapper-0:1.02.208-2.fc 100% |  10.4 MiB/s | 138.7 KiB |  00m00s
- [324/344] qrencode-libs-0:4.1.1-11.fc43 100% |   6.8 MiB/s |  62.3 KiB |  00m00s
- [325/344] systemd-networkd-0:258.7-1.fc 100% |   2.2 MiB/s | 775.5 KiB |  00m00s
- [326/344] systemd-udev-0:258.7-1.fc43.x 100% |   1.9 MiB/s |   2.6 MiB |  00m01s
- [327/344] systemd-resolved-0:258.7-1.fc 100% |   2.0 MiB/s | 319.7 KiB |  00m00s
- [328/344] polkit-libs-0:126-6.fc43.1.x8 100% |   1.9 MiB/s |  67.0 KiB |  00m00s
- [329/344] polkit-0:126-6.fc43.1.x86_64  100% |   1.7 MiB/s | 159.9 KiB |  00m00s
- [330/344] wireplumber-0:0.5.13-1.fc43.x 100% |   2.4 MiB/s | 122.3 KiB |  00m00s
- [331/344] pipewire-alsa-0:1.4.10-1.fc43 100% |   1.8 MiB/s |  59.7 KiB |  00m00s
- [332/344] pipewire-jack-audio-connectio 100% | 642.0 KiB/s |  11.6 KiB |  00m00s
- [333/344] pipewire-jack-audio-connectio 100% |   2.1 MiB/s | 144.8 KiB |  00m00s
- [334/344] wireplumber-libs-0:0.5.13-1.f 100% |   2.0 MiB/s | 426.2 KiB |  00m00s
- [335/344] pipewire-plugin-libcamera-0:1 100% |   2.0 MiB/s |  74.5 KiB |  00m00s
- [336/344] pipewire-pulseaudio-0:1.4.10- 100% |   2.5 MiB/s | 210.4 KiB |  00m00s
- [337/344] usbmuxd-0:1.1.1^20240915git0b 100% |   5.0 MiB/s |  66.9 KiB |  00m00s
- [338/344] polkit-pkla-compat-0:0.1-31.f 100% |   2.4 MiB/s |  43.9 KiB |  00m00s
- [339/344] libyuv-0:0-0.57.20240704git96 100% |   6.6 MiB/s | 202.1 KiB |  00m00s
- [340/344] lttng-ust-0:2.14.0-4.fc43.x86 100% |   8.1 MiB/s | 366.3 KiB |  00m00s
- [341/344] libcamera-ipa-0:0.5.2-5.fc43. 100% |   2.4 MiB/s | 179.1 KiB |  00m00s
- [342/344] zlib-ng-compat-0:2.3.3-2.fc43 100% |   1.6 MiB/s |  88.7 KiB |  00m00s
- [343/344] libcamera-0:0.5.2-5.fc43.x86_ 100% |   2.1 MiB/s | 682.2 KiB |  00m00s
- [344/344] intel-vpl-gpu-rt-0:25.4.5-1.f 100% |   1.8 MiB/s |   3.8 MiB |  00m02s
- --------------------------------------------------------------------------------
- [344/344] Total                         100% |   8.2 MiB/s | 156.1 MiB |  00m19s
- Running transaction
- [  1/347] Verify package files          100% | 179.0   B/s | 344.0   B |  00m02s
- [  2/347] Prepare transaction           100% |   1.2 KiB/s | 345.0   B |  00m00s
- [  3/347] Upgrading zlib-ng-compat-0:2. 100% |  52.9 MiB/s | 162.6 KiB |  00m00s
- [  4/347] Installing libXext-0:1.3.6-4. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  5/347] Installing libpng-2:1.6.55-1. 100% |  79.1 MiB/s | 243.0 KiB |  00m00s
- [  6/347] Installing avahi-libs-0:0.9~r 100% |  56.7 MiB/s | 174.0 KiB |  00m00s
- [  7/347] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [  8/347] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [  9/347] Installing libjpeg-turbo-0:3. 100% | 131.5 MiB/s | 808.0 KiB |  00m00s
- [ 10/347] Installing nspr-0:4.38.2-3.fc 100% |  77.5 MiB/s | 317.3 KiB |  00m00s
- [ 11/347] Installing libogg-2:1.3.6-2.f 100% |  46.0 MiB/s |  47.1 KiB |  00m00s
- [ 12/347] Installing libvorbis-1:1.3.7- 100% | 116.6 MiB/s | 835.9 KiB |  00m00s
- [ 13/347] Installing json-glib-0:1.10.8 100% | 118.0 MiB/s | 604.4 KiB |  00m00s
- [ 14/347] Installing lcms2-0:2.16-6.fc4 100% | 106.3 MiB/s | 435.3 KiB |  00m00s
- [ 15/347] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [ 16/347] Installing libXrender-0:0.9.1 100% |  46.2 MiB/s |  47.3 KiB |  00m00s
- [ 17/347] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 18/347] Installing libXi-0:1.8.2-3.fc 100% |  79.8 MiB/s |  81.7 KiB |  00m00s
- [ 19/347] Installing libplist-0:2.6.0-5 100% |   9.8 MiB/s | 239.8 KiB |  00m00s
- [ 20/347] Installing libtalloc-0:2.4.3- 100% |  31.8 MiB/s |  65.2 KiB |  00m00s
- [ 21/347] Installing libtdb-0:1.4.14-3. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 22/347] Installing libglvnd-1:1.7.0-8 100% | 103.0 MiB/s | 527.5 KiB |  00m00s
- [ 23/347] Installing libXfixes-0:6.0.1- 100% |  26.9 MiB/s |  27.6 KiB |  00m00s
- [ 24/347] Installing libXfixes-devel-0: 100% |   9.7 MiB/s |   9.9 KiB |  00m00s
- [ 25/347] Installing nss-util-0:3.120.1 100% |  50.2 MiB/s | 205.8 KiB |  00m00s
- [ 26/347] Installing libsoup3-0:3.6.6-1 100% | 161.9 MiB/s |   1.8 MiB |  00m00s
- [ 27/347] Installing systemd-shared-0:2 100% | 134.1 MiB/s |   5.0 MiB |  00m00s
- [ 28/347] Installing alsa-lib-0:1.2.15. 100% |  39.6 MiB/s |   1.5 MiB |  00m00s
- [ 29/347] Installing opus-0:1.5.2-3.fc4 100% | 104.7 MiB/s | 428.7 KiB |  00m00s
- [ 30/347] Installing libgudev-0:238-8.f 100% |  41.7 MiB/s |  85.3 KiB |  00m00s
- [ 31/347] Installing libwebp-0:1.6.0-2. 100% | 104.2 MiB/s | 960.7 KiB |  00m00s
- [ 32/347] Installing libXi-devel-0:1.8. 100% |  70.6 MiB/s | 144.6 KiB |  00m00s
- [ 33/347] Installing libtevent-0:0.17.1 100% |  50.1 MiB/s | 102.6 KiB |  00m00s
- [ 34/347] Installing libimobiledevice-g 100% |  58.8 MiB/s | 120.4 KiB |  00m00s
- [ 35/347] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 36/347] Installing avahi-glib-0:0.9~r 100% |  20.0 MiB/s |  20.4 KiB |  00m00s
- [ 37/347] Installing polkit-libs-0:126- 100% |  65.6 MiB/s | 201.6 KiB |  00m00s
- [ 38/347] Installing libvpl-1:2.16.0-1. 100% |  83.8 MiB/s | 429.2 KiB |  00m00s
- [ 39/347] Installing libunwind-0:1.8.1- 100% |  48.2 MiB/s | 197.4 KiB |  00m00s
- [ 40/347] Installing gstreamer1-0:1.26. 100% |  93.1 MiB/s |   5.4 MiB |  00m00s
- [ 41/347] Installing hwdata-0:0.405-1.f 100% | 163.9 MiB/s |   9.8 MiB |  00m00s
- [ 42/347] Installing mesa-filesystem-0: 100% |   4.2 MiB/s |   4.3 KiB |  00m00s
- [ 43/347] Installing libdav1d-0:1.5.3-1 100% | 130.2 MiB/s |   1.7 MiB |  00m00s
- [ 44/347] Installing openjpeg-0:2.5.4-1 100% |  89.5 MiB/s | 458.2 KiB |  00m00s
- [ 45/347] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 46/347] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [ 47/347] Installing libpng-devel-2:1.6 100% |  32.2 MiB/s | 891.6 KiB |  00m00s
- [ 48/347] Installing shared-mime-info-0 100% |  44.6 MiB/s |   2.6 MiB |  00m00s
- [ 49/347] Installing libwayland-egl-0:1 100% |   6.6 MiB/s |  13.6 KiB |  00m00s
- [ 50/347] Installing fribidi-0:1.0.16-3 100% |   7.5 MiB/s | 192.8 KiB |  00m00s
- [ 51/347] Installing libepoxy-0:1.5.10- 100% |  59.9 MiB/s |   1.1 MiB |  00m00s
- [ 52/347] Installing xml-common-0:0.6.3 100% |  26.4 MiB/s |  81.1 KiB |  00m00s
- [ 53/347] Installing fribidi-devel-0:1. 100% |  26.7 MiB/s |  81.9 KiB |  00m00s
- [ 54/347] Installing libXcursor-0:1.2.3 100% |  26.9 MiB/s |  55.1 KiB |  00m00s
- [ 55/347] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [ 56/347] Installing libXtst-0:1.2.5-3. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [ 57/347] Installing libXrandr-0:1.5.4- 100% |  51.8 MiB/s |  53.0 KiB |  00m00s
- [ 58/347] Installing libtheora-1:1.1.1- 100% |  93.7 MiB/s | 479.7 KiB |  00m00s
- [ 59/347] Installing libXinerama-0:1.1. 100% |  15.7 MiB/s |  16.1 KiB |  00m00s
- [ 60/347] Installing gobject-introspect 100% |  77.5 MiB/s | 397.1 KiB |  00m00s
- [ 61/347] Installing upower-libs-0:1.91 100% |  58.6 MiB/s | 180.1 KiB |  00m00s
- [ 62/347] Installing libdvdread-0:6.1.3 100% |  51.4 MiB/s | 157.8 KiB |  00m00s
- [ 63/347] Installing duktape-0:2.7.0-10 100% | 120.7 MiB/s | 617.8 KiB |  00m00s
- [ 64/347] Installing mpg123-libs-0:1.32 100% |  99.7 MiB/s | 816.6 KiB |  00m00s
- [ 65/347] Installing lame-libs-0:3.100- 100% | 199.8 MiB/s |   1.2 MiB |  00m00s
- [ 66/347] Installing gsm-0:1.0.23-1.fc4 100% |  32.7 MiB/s |  66.9 KiB |  00m00s
- [ 67/347] Installing liblc3-0:1.1.3-5.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [ 68/347] Installing fdk-aac-free-0:2.0 100% |  99.8 MiB/s | 613.3 KiB |  00m00s
- [ 69/347] Installing fuse3-libs-0:3.16. 100% |  69.0 MiB/s | 282.6 KiB |  00m00s
- [ 70/347] Installing gsettings-desktop- 100% | 337.8 MiB/s |   5.7 MiB |  00m00s
- [ 71/347] Installing rav1e-libs-0:0.8.1 100% | 140.2 MiB/s |   3.1 MiB |  00m00s
- [ 72/347] Installing openh264-0:2.6.0-2 100% | 121.8 MiB/s |   1.1 MiB |  00m00s
- [ 73/347] Installing svt-av1-libs-0:3.1 100% | 142.8 MiB/s |   5.6 MiB |  00m00s
- [ 74/347] Installing libffi-devel-0:3.5 100% |  34.7 MiB/s |  35.6 KiB |  00m00s
- [ 75/347] Installing graphite2-0:1.3.14 100% |   8.2 MiB/s | 193.9 KiB |  00m00s
- [ 76/347] Installing freetype-0:2.13.3- 100% | 104.0 MiB/s | 851.9 KiB |  00m00s
- [ 77/347] Installing harfbuzz-0:11.5.1- 100% | 128.5 MiB/s |   2.8 MiB |  00m00s
- [ 78/347] Installing libdatrie-0:0.2.13 100% |  26.8 MiB/s |  54.9 KiB |  00m00s
- [ 79/347] Installing libthai-0:0.1.29-1 100% | 127.8 MiB/s | 785.2 KiB |  00m00s
- [ 80/347] Installing libcloudproviders- 100% |  41.1 MiB/s | 126.2 KiB |  00m00s
- [ 81/347] Installing libXcomposite-0:0. 100% |  41.0 MiB/s |  42.0 KiB |  00m00s
- [ 82/347] Installing pixman-0:0.46.2-2. 100% | 115.8 MiB/s | 711.4 KiB |  00m00s
- [ 83/347] Installing pixman-devel-0:0.4 100% |  55.5 MiB/s |  56.9 KiB |  00m00s
- [ 84/347] Installing lzo-0:2.10-15.fc43 100% |  88.1 MiB/s | 180.5 KiB |  00m00s
- [ 85/347] Installing libXcomposite-deve 100% |  10.3 MiB/s |  10.5 KiB |  00m00s
- [ 86/347] Installing libcloudproviders- 100% |  93.4 MiB/s | 382.6 KiB |  00m00s
- [ 87/347] Installing libdatrie-devel-0: 100% |  23.0 MiB/s | 565.3 KiB |  00m00s
- [ 88/347] Installing libthai-devel-0:0. 100% | 160.2 MiB/s | 656.3 KiB |  00m00s
- [ 89/347] Installing harfbuzz-icu-0:11. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 90/347] Installing graphite2-devel-0: 100% |  24.8 MiB/s |  50.8 KiB |  00m00s
- [ 91/347] Installing libopenmpt-0:0.8.4 100% | 129.1 MiB/s |   1.8 MiB |  00m00s
- [ 92/347] Installing libproxy-0:0.5.12- 100% |  34.0 MiB/s | 104.6 KiB |  00m00s
- [ 93/347] Installing libdvdnav-0:6.1.1- 100% |  57.5 MiB/s | 117.8 KiB |  00m00s
- [ 94/347] Installing libXinerama-devel- 100% |   8.3 MiB/s |   8.5 KiB |  00m00s
- [ 95/347] Installing libXrandr-devel-0: 100% |  24.1 MiB/s |  24.7 KiB |  00m00s
- [ 96/347] Installing libXtst-devel-0:1. 100% |  13.7 MiB/s |  14.0 KiB |  00m00s
- [ 97/347] Installing libXdamage-devel-0 100% |   3.0 MiB/s |   3.1 KiB |  00m00s
- [ 98/347] Installing libXcursor-devel-0 100% |   6.4 MiB/s |  32.8 KiB |  00m00s
- [ 99/347] Installing iso-codes-0:4.18.0 100% | 304.7 MiB/s |  21.6 MiB |  00m00s
- [100/347] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [101/347] Installing libdrm-0:2.4.131-1 100% |  39.9 MiB/s | 408.5 KiB |  00m00s
- [102/347] Installing osinfo-db-0:202512 100% |  41.9 MiB/s |   4.4 MiB |  00m00s
- [103/347] Installing libusbmuxd-0:2.1.0 100% |  37.5 MiB/s |  76.8 KiB |  00m00s
- [104/347] Installing libimobiledevice-0 100% |  74.8 MiB/s | 306.3 KiB |  00m00s
- [105/347] Installing osinfo-db-tools-0: 100% |   8.0 MiB/s | 197.2 KiB |  00m00s
- [106/347] Installing nss-softokn-freebl 100% | 107.8 MiB/s | 993.1 KiB |  00m00s
- [107/347] Installing nss-softokn-0:3.12 100% | 131.3 MiB/s |   2.0 MiB |  00m00s
- [108/347] Installing nss-sysinit-0:3.12 100% | 872.0 KiB/s |  19.2 KiB |  00m00s
- [109/347] Installing nss-0:3.120.1-1.fc 100% |  72.8 MiB/s |   1.9 MiB |  00m00s
- [110/347] Installing libglvnd-opengl-1: 100% |  71.1 MiB/s | 145.6 KiB |  00m00s
- [111/347] Installing lcms2-devel-0:2.16 100% |  66.6 MiB/s | 136.4 KiB |  00m00s
- [112/347] Installing libgusb-0:0.4.9-4. 100% |  53.3 MiB/s | 163.7 KiB |  00m00s
- [113/347] Installing colord-libs-0:1.4. 100% | 101.8 MiB/s | 833.8 KiB |  00m00s
- [114/347] Installing flac-libs-0:1.5.0- 100% | 100.0 MiB/s | 614.2 KiB |  00m00s
- [115/347] Installing libsndfile-0:1.2.2 100% | 107.7 MiB/s | 551.6 KiB |  00m00s
- [116/347] Installing libyuv-0:0-0.57.20 100% | 110.9 MiB/s | 681.3 KiB |  00m00s
- [117/347] Installing abattis-cantarell- 100% |  63.3 MiB/s | 194.4 KiB |  00m00s
- [118/347] Installing adobe-source-code- 100% | 124.1 MiB/s |   1.6 MiB |  00m00s
- [119/347] Installing redhat-display-fon 100% | 118.2 MiB/s | 968.0 KiB |  00m00s
- [120/347] Installing redhat-text-fonts- 100% | 154.6 MiB/s | 791.5 KiB |  00m00s
- [121/347] Installing aribb24-0:1.0.3^20 100% |  27.5 MiB/s |  84.5 KiB |  00m00s
- [122/347] Installing zvbi-0:0.2.44-2.fc 100% |  24.8 MiB/s |   1.2 MiB |  00m00s
- [123/347] Installing libXxf86vm-0:1.1.6 100% |  12.9 MiB/s |  26.5 KiB |  00m00s
- [124/347] Installing libXv-0:1.0.13-3.f 100% |  26.6 MiB/s |  27.2 KiB |  00m00s
- [125/347] Installing libvdpau-0:1.5-10. 100% |  10.9 MiB/s |  22.4 KiB |  00m00s
- [126/347] Installing exempi-0:2.6.4-8.f 100% |  42.3 MiB/s |   1.4 MiB |  00m00s
- [127/347] Installing game-music-emu-0:0 100% |  86.2 MiB/s | 353.2 KiB |  00m00s
- [128/347] Installing kmod-0:34.2-2.fc43 100% |   9.9 MiB/s | 253.1 KiB |  00m00s
- [129/347] Installing kmod-libs-0:34.2-2 100% |  44.3 MiB/s | 136.2 KiB |  00m00s
- [130/347] Installing libbpf-2:1.6.1-3.f 100% |  82.7 MiB/s | 423.7 KiB |  00m00s
- [131/347] Installing lttng-ust-0:2.14.0 100% | 109.7 MiB/s |   1.3 MiB |  00m00s
- [132/347] Installing libcamera-0:0.5.2- 100% | 110.8 MiB/s |   2.2 MiB |  00m00s
- [133/347] Installing kbd-misc-0:2.8.0-3 100% |  42.1 MiB/s |   2.6 MiB |  00m00s
- [134/347] Installing kbd-legacy-0:2.8.0 100% |  23.3 MiB/s | 621.4 KiB |  00m00s
- [135/347] Installing kbd-0:2.8.0-3.fc43 100% |  42.9 MiB/s |   1.5 MiB |  00m00s
- [136/347] Installing lmdb-libs-0:0.9.34 100% |  35.0 MiB/s | 107.4 KiB |  00m00s
- [137/347] Installing libldb-2:4.23.5-2. 100% |  44.5 MiB/s | 456.1 KiB |  00m00s
- [138/347] Installing glibc-gconv-extra- 100% |  69.0 MiB/s |   7.3 MiB |  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.
- >>>
- [139/347] Installing dbus-common-1:1.16 100% | 451.7 KiB/s |  13.6 KiB |  00m00s
- [140/347] Installing dbus-broker-0:37-2 100% |   9.8 MiB/s | 389.8 KiB |  00m00s
- [141/347] Installing dbus-1:1.16.0-4.fc 100% |   3.0 KiB/s | 124.0   B |  00m00s
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-journal' with GID 190.
- >>>
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.7-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
- >>>
- [142/347] Installing systemd-0:258.7-1. 100% |  29.5 MiB/s |  12.9 MiB |  00m00s
- [143/347] Installing systemd-pam-0:258. 100% |  28.4 MiB/s |   1.2 MiB |  00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.23.5-2.fc43.noarch
- >>> Finished sysusers scriptlet: samba-common-2:4.23.5-2.fc43.noarch
- >>> Scriptlet output:
- >>> Creating group 'printadmin' with GID 996.
- >>>
- [144/347] Installing samba-common-2:4.2 100% |   5.5 MiB/s | 207.9 KiB |  00m00s
- m>>> Running sysusers scriptlet: polkit-0:126-6.fc43.1.x86_64
- >>> Finished sysusers scriptlet: polkit-0:126-6.fc43.1.x86_64
- >>> Scriptlet output:
- >>> Creating group 'polkitd' with GID 114.
- >>> Creating user 'polkitd' (User for polkitd) with UID 114 and GID 114.
- >>>
- [145/347] Installing polkit-0:126-6.fc4 100% |   5.8 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.
- >>>
- [146/347] Installing rtkit-0:0.11-69.fc 100% |   2.8 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
- >>>
- [147/347] Installing device-mapper-0:1. 100% |  13.2 MiB/s | 350.2 KiB |  00m00s
- [148/347] Installing device-mapper-libs 100% |  81.9 MiB/s | 419.4 KiB |  00m00s
- [149/347] Installing cryptsetup-libs-0: 100% |  50.1 MiB/s |   2.7 MiB |  00m00s
- >>> Running sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.7-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.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-timesync' with GID 993.
- >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 993
- >>>
- [150/347] Installing systemd-udev-0:258 100% |  15.4 MiB/s |  12.9 MiB |  00m01s
- >>> Running %post scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Failed to preset unit: Unit system-systemdx2dcryptsetup.slice does not exist
- >>>
- [151/347] Installing mbedtls-0:3.6.5-1. 100% | 132.8 MiB/s |   1.3 MiB |  00m00s
- [152/347] Installing libsodium-0:1.0.21 100% | 110.0 MiB/s | 450.5 KiB |  00m00s
- [153/347] Installing ngtcp2-crypto-gnut 100% |  39.6 MiB/s |  40.5 KiB |  00m00s
- [154/347] Installing samba-common-libs- 100% |  44.1 MiB/s | 270.9 KiB |  00m00s
- [155/347] Installing samba-client-libs- 100% | 119.4 MiB/s |  19.7 MiB |  00m00s
- [156/347] Installing libwbclient-2:4.23 100% |  22.6 MiB/s |  69.5 KiB |  00m00s
- [157/347] Installing libsmbclient-2:4.2 100% |  54.8 MiB/s | 168.2 KiB |  00m00s
- [158/347] Installing libudfread-0:1.1.2 100% |  32.9 MiB/s |  67.3 KiB |  00m00s
- [159/347] Installing gpgme-0:1.24.3-6.f 100% |  20.6 MiB/s | 590.4 KiB |  00m00s
- [160/347] Installing gpgmepp-0:1.24.3-6 100% |  84.1 MiB/s | 430.4 KiB |  00m00s
- [161/347] Installing poppler-data-0:0.4 100% | 119.1 MiB/s |  12.4 MiB |  00m00s
- [162/347] Installing libxslt-0:1.1.43-5 100% |  17.4 MiB/s | 463.2 KiB |  00m00s
- [163/347] Installing libosinfo-0:1.12.0 100% |  44.6 MiB/s |   1.2 MiB |  00m00s
- [164/347] Installing lpcnetfreedv-0:0.5 100% | 185.3 MiB/s |  14.8 MiB |  00m00s
- [165/347] Installing codec2-0:1.2.0-7.f 100% | 124.1 MiB/s |   1.4 MiB |  00m00s
- [166/347] Installing soxr-0:0.1.3-20.fc 100% |  63.0 MiB/s | 193.6 KiB |  00m00s
- [167/347] Installing openpgm-0:5.3.128- 100% |  76.6 MiB/s | 313.7 KiB |  00m00s
- [168/347] Installing zeromq-0:4.3.5-22. 100% |  31.6 MiB/s | 906.6 KiB |  00m00s
- [169/347] Installing cjson-0:1.7.18-3.f 100% |   1.6 MiB/s |  65.3 KiB |  00m00s
- [170/347] Installing librist-0:0.2.7-10 100% |  51.7 MiB/s | 158.8 KiB |  00m00s
- [171/347] Installing xvidcore-0:1.3.7-1 100% | 122.8 MiB/s | 880.0 KiB |  00m00s
- [172/347] Installing xeve-libs-0:0.5.1- 100% | 124.7 MiB/s | 893.7 KiB |  00m00s
- [173/347] Installing xevd-libs-0:0.5.0- 100% |  90.1 MiB/s | 369.0 KiB |  00m00s
- [174/347] Installing vo-amrwbenc-0:0.1. 100% |  75.9 MiB/s | 155.4 KiB |  00m00s
- [175/347] Installing twolame-libs-0:0.4 100% |  81.3 MiB/s | 166.6 KiB |  00m00s
- [176/347] Installing speex-0:1.2.0-20.f 100% |  42.5 MiB/s | 130.4 KiB |  00m00s
- [177/347] Installing snappy-0:1.2.2-2.f 100% |  35.9 MiB/s |  73.5 KiB |  00m00s
- [178/347] Installing opencore-amr-0:0.1 100% |  86.7 MiB/s | 355.1 KiB |  00m00s
- [179/347] Installing libvpx-0:1.15.0-4. 100% | 130.2 MiB/s |   3.3 MiB |  00m00s
- [180/347] Installing ilbc-0:3.0.4-17.fc 100% |  45.4 MiB/s |  92.9 KiB |  00m00s
- [181/347] Installing srt-libs-0:1.5.4-4 100% | 121.5 MiB/s | 994.9 KiB |  00m00s
- [182/347] Installing librabbitmq-0:0.15 100% |  44.3 MiB/s |  90.7 KiB |  00m00s
- [183/347] Installing libmodplug-1:0.8.9 100% |  87.2 MiB/s | 357.0 KiB |  00m00s
- [184/347] Installing bluez-libs-0:5.86- 100% |  64.9 MiB/s | 199.4 KiB |  00m00s
- [185/347] Installing libasyncns-0:0.8-3 100% |  27.7 MiB/s |  56.8 KiB |  00m00s
- [186/347] Installing pulseaudio-libs-0: 100% | 225.3 MiB/s |   3.4 MiB |  00m00s
- [187/347] Installing liblerc-0:4.0.0-9. 100% | 101.8 MiB/s | 625.6 KiB |  00m00s
- [188/347] Installing jbigkit-libs-0:2.1 100% |  56.4 MiB/s | 115.4 KiB |  00m00s
- [189/347] Installing libtiff-0:4.7.1-1. 100% | 102.0 MiB/s | 626.6 KiB |  00m00s
- [190/347] Installing webrtc-audio-proce 100% | 113.8 MiB/s |   1.4 MiB |  00m00s
- [191/347] Installing libsbc-0:2.0-7.fc4 100% |  46.2 MiB/s |  94.5 KiB |  00m00s
- [192/347] Installing libldac-0:2.0.2.3- 100% |  37.2 MiB/s |  76.2 KiB |  00m00s
- [193/347] Installing libebur128-0:1.2.6 100% |  39.8 MiB/s |  40.7 KiB |  00m00s
- [194/347] Installing fftw-libs-single-0 100% | 138.4 MiB/s |   3.6 MiB |  00m00s
- [195/347] Installing pipewire-libs-0:1. 100% | 108.5 MiB/s |   8.7 MiB |  00m00s
- [196/347] Installing wireplumber-libs-0 100% |  88.4 MiB/s |   1.3 MiB |  00m00s
- [197/347] Installing wireplumber-0:0.5. 100% |  13.5 MiB/s | 443.2 KiB |  00m00s
- [198/347] Installing pipewire-jack-audi 100% |  19.5 MiB/s | 499.2 KiB |  00m00s
- [199/347] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0   B |  00m00s
- [200/347] Installing orc-0:0.4.41-2.fc4 100% |  27.4 MiB/s | 728.9 KiB |  00m00s
- [201/347] Installing libvisual-1:0.4.2- 100% | 111.1 MiB/s | 455.1 KiB |  00m00s
- [202/347] Installing graphene-0:1.10.8- 100% |  52.1 MiB/s | 160.1 KiB |  00m00s
- [203/347] Installing cdparanoia-libs-0: 100% |  56.1 MiB/s | 115.0 KiB |  00m00s
- [204/347] Installing ModemManager-glib- 100% | 137.4 MiB/s |   1.5 MiB |  00m00s
- [205/347] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [206/347] Installing fuse3-0:3.16.2-5.f 100% |   5.9 MiB/s | 132.0 KiB |  00m00s
- [207/347] Installing inih-0:62-1.fc43.x 100% |  23.1 MiB/s |  23.6 KiB |  00m00s
- [208/347] Installing inih-cpp-0:62-1.fc 100% |  35.9 MiB/s |  36.8 KiB |  00m00s
- [209/347] Installing exiv2-libs-0:0.28. 100% | 142.3 MiB/s |   2.8 MiB |  00m00s
- [210/347] Installing libgexiv2-0:0.14.6 100% |  68.7 MiB/s | 281.4 KiB |  00m00s
- [211/347] Installing uchardet-0:0.0.8-8 100% |  11.3 MiB/s | 277.7 KiB |  00m00s
- [212/347] Installing totem-pl-parser-0: 100% |  53.2 MiB/s | 327.1 KiB |  00m00s
- [213/347] Installing libiptcdata-0:1.0. 100% |   7.4 MiB/s | 167.0 KiB |  00m00s
- [214/347] Installing libexif-0:0.6.25-2 100% | 296.8 MiB/s |   2.7 MiB |  00m00s
- [215/347] Installing libcue-0:2.3.0-12. 100% |  42.6 MiB/s |  87.3 KiB |  00m00s
- [216/347] Installing giflib-0:5.2.2-8.f 100% |  55.5 MiB/s | 113.8 KiB |  00m00s
- [217/347] Installing sound-theme-freede 100% |  26.8 MiB/s | 467.2 KiB |  00m00s
- [218/347] Installing libcanberra-0:0.30 100% |   4.7 MiB/s | 271.4 KiB |  00m00s
- [219/347] Installing highway-0:1.3.0-1. 100% | 135.0 MiB/s |   5.5 MiB |  00m00s
- [220/347] Installing libjxl-1:0.11.1-7. 100% | 114.2 MiB/s |   4.1 MiB |  00m00s
- [221/347] Installing spirv-tools-libs-0 100% | 124.0 MiB/s |   6.0 MiB |  00m00s
- [222/347] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [223/347] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [224/347] Installing mesa-dri-drivers-0 100% | 150.7 MiB/s |  48.8 MiB |  00m00s
- [225/347] Installing mesa-libgbm-0:25.3 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [226/347] Installing mesa-libEGL-0:25.3 100% |  76.0 MiB/s | 311.4 KiB |  00m00s
- [227/347] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [228/347] Installing libglvnd-gles-1:1. 100% |  48.5 MiB/s |  99.3 KiB |  00m00s
- [229/347] Installing mesa-libGL-0:25.3. 100% |  70.1 MiB/s | 286.9 KiB |  00m00s
- [230/347] Installing libglvnd-glx-1:1.7 100% | 117.7 MiB/s | 602.6 KiB |  00m00s
- [231/347] Installing libva-0:2.22.0-6.f 100% |  65.1 MiB/s | 333.4 KiB |  00m00s
- [232/347] Installing libavutil-free-0:7 100% | 115.2 MiB/s | 943.8 KiB |  00m00s
- [233/347] Installing libswresample-free 100% |  72.6 MiB/s | 148.7 KiB |  00m00s
- [234/347] Installing libchromaprint-0:1 100% |  34.6 MiB/s |  70.8 KiB |  00m00s
- [235/347] Installing libseccomp-devel-0 100% |   5.4 MiB/s | 121.0 KiB |  00m00s
- [236/347] Installing libblkid-devel-0:2 100% |  22.5 MiB/s |  46.0 KiB |  00m00s
- [237/347] Installing libcap-devel-0:2.7 100% |   8.1 MiB/s |  49.8 KiB |  00m00s
- [238/347] Installing systemd-devel-0:25 100% |  60.9 MiB/s | 748.5 KiB |  00m00s
- [239/347] Installing dbus-devel-1:1.16. 100% |  33.3 MiB/s | 136.5 KiB |  00m00s
- [240/347] Installing libglvnd-core-deve 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [241/347] Installing libglvnd-devel-1:1 100% | 151.5 MiB/s |   2.1 MiB |  00m00s
- [242/347] Installing libepoxy-devel-0:1 100% | 158.9 MiB/s |   1.6 MiB |  00m00s
- [243/347] Installing xz-devel-1:5.8.1-4 100% |  64.1 MiB/s | 262.6 KiB |  00m00s
- [244/347] Installing libxml2-devel-0:2. 100% | 106.8 MiB/s |   3.4 MiB |  00m00s
- [245/347] Installing libvmaf-0:3.0.0-4. 100% | 115.6 MiB/s | 828.4 KiB |  00m00s
- [246/347] Installing libaom-0:3.13.1-1. 100% | 139.8 MiB/s |   5.0 MiB |  00m00s
- [247/347] Installing libopenjph-0:0.22. 100% |  91.3 MiB/s | 467.3 KiB |  00m00s
- [248/347] Installing libheif-0:1.20.2-6 100% | 119.5 MiB/s |   1.6 MiB |  00m00s
- [249/347] Installing sysprof-capture-de 100% | 112.5 MiB/s | 806.5 KiB |  00m00s
- [250/347] Installing libsepol-devel-0:3 100% |  25.2 MiB/s | 128.9 KiB |  00m00s
- [251/347] Installing pcre2-utf32-0:10.4 100% | 119.5 MiB/s | 611.9 KiB |  00m00s
- [252/347] Installing pcre2-utf16-0:10.4 100% | 104.2 MiB/s | 640.0 KiB |  00m00s
- [253/347] Installing pcre2-devel-0:10.4 100% |  73.1 MiB/s |   2.1 MiB |  00m00s
- [254/347] Installing libselinux-devel-0 100% |  31.7 MiB/s | 162.1 KiB |  00m00s
- [255/347] Installing libmount-devel-0:2 100% |  21.7 MiB/s |  66.5 KiB |  00m00s
- [256/347] Installing libicu-devel-0:77. 100% |  75.9 MiB/s |   5.1 MiB |  00m00s
- [257/347] Installing lzo-minilzo-0:2.10 100% |  18.5 MiB/s |  37.9 KiB |  00m00s
- [258/347] Installing lzo-devel-0:2.10-1 100% |  70.1 MiB/s | 215.3 KiB |  00m00s
- [259/347] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [260/347] Installing google-noto-sans-v 100% | 126.5 MiB/s |   1.4 MiB |  00m00s
- [261/347] Installing default-fonts-core 100% |   4.4 MiB/s |  18.2 KiB |  00m00s
- [262/347] Installing fontconfig-0:2.17. 100% | 719.1 KiB/s | 785.3 KiB |  00m01s
- [263/347] Installing cairo-0:1.18.4-2.f 100% | 126.6 MiB/s |   1.8 MiB |  00m00s
- [264/347] Installing cairo-gobject-0:1. 100% |  31.2 MiB/s |  32.0 KiB |  00m00s
- [265/347] Installing libXft-0:2.3.8-9.f 100% |  81.0 MiB/s | 165.9 KiB |  00m00s
- [266/347] Installing pango-0:1.57.0-1.f 100% |  31.0 MiB/s |   1.0 MiB |  00m00s
- [267/347] Installing librsvg2-0:2.61.0- 100% | 137.0 MiB/s |   5.1 MiB |  00m00s
- [268/347] Installing glycin-loaders-0:2 100% | 161.2 MiB/s |  12.7 MiB |  00m00s
- [269/347] Installing glycin-libs-0:2.0. 100% | 136.8 MiB/s |   4.2 MiB |  00m00s
- [270/347] Installing gdk-pixbuf2-0:2.44 100% |  81.4 MiB/s |   2.5 MiB |  00m00s
- [271/347] Installing gstreamer1-plugins 100% |  91.1 MiB/s |   7.4 MiB |  00m00s
- [272/347] Installing gtk-update-icon-ca 100% |   1.7 MiB/s |  63.3 KiB |  00m00s
- [273/347] Installing libgsf-0:1.14.55-1 100% |  22.1 MiB/s | 975.1 KiB |  00m00s
- [274/347] Installing libnotify-0:0.8.8- 100% |   1.3 MiB/s | 129.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.
- >>>
- [275/347] Installing geoclue2-0:2.8.0-1 100% |   5.3 MiB/s | 405.6 KiB |  00m00s
- [276/347] Installing xdg-desktop-portal 100% |  18.0 MiB/s |   1.9 MiB |  00m00s
- [277/347] Installing harfbuzz-cairo-0:1 100% |  12.0 MiB/s |  49.0 KiB |  00m00s
- [278/347] Installing libgxps-0:0.3.2-11 100% |  23.2 MiB/s | 190.3 KiB |  00m00s
- [279/347] Installing libaribcaption-0:1 100% |  30.0 MiB/s | 245.9 KiB |  00m00s
- [280/347] Installing libavcodec-free-0: 100% |  52.5 MiB/s |   9.8 MiB |  00m00s
- [281/347] Installing poppler-0:25.07.0- 100% |  63.6 MiB/s |   3.8 MiB |  00m00s
- [282/347] Installing poppler-glib-0:25. 100% |  77.5 MiB/s | 634.9 KiB |  00m00s
- [283/347] Installing libbluray-0:1.3.4- 100% |  77.2 MiB/s | 395.2 KiB |  00m00s
- [284/347] Installing libavformat-free-0 100% |  71.4 MiB/s |   2.6 MiB |  00m00s
- [285/347] Installing bzip2-devel-0:1.0. 100% | 101.2 MiB/s | 310.7 KiB |  00m00s
- [286/347] Installing brotli-0:1.2.0-1.f 100% |   1.0 MiB/s |  34.4 KiB |  00m00s
- [287/347] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [288/347] Installing libstemmer-0:3.0.1 100% | 107.9 MiB/s | 662.9 KiB |  00m00s
- [289/347] Installing libtinysparql-0:3. 100% |  97.5 MiB/s | 997.9 KiB |  00m00s
- [290/347] Installing cups-filesystem-1: 100% | 890.6 KiB/s |   1.8 KiB |  00m00s
- [291/347] Installing cups-libs-1:2.4.16 100% |  67.3 MiB/s | 620.2 KiB |  00m00s
- [292/347] Installing libwayland-server- 100% |  25.9 MiB/s |  79.7 KiB |  00m00s
- [293/347] Installing wayland-devel-0:1. 100% |  18.0 MiB/s | 700.4 KiB |  00m00s
- [294/347] Installing python3-packaging- 100% |  35.6 MiB/s | 619.9 KiB |  00m00s
- [295/347] Installing glib2-devel-0:2.86 100% |  93.4 MiB/s |  15.8 MiB |  00m00s
- [296/347] Installing cairo-devel-0:1.18 100% | 286.4 MiB/s |   2.3 MiB |  00m00s
- [297/347] Installing harfbuzz-devel-0:1 100% | 124.1 MiB/s |   5.3 MiB |  00m00s
- [298/347] Installing freetype-devel-0:2 100% | 185.7 MiB/s |   8.5 MiB |  00m00s
- [299/347] Installing fontconfig-devel-0 100% |  38.9 MiB/s | 159.4 KiB |  00m00s
- [300/347] Installing cairo-gobject-deve 100% |   7.4 MiB/s |   7.6 KiB |  00m00s
- [301/347] Installing glycin-devel-0:2.0 100% |  41.4 MiB/s | 127.3 KiB |  00m00s
- [302/347] Installing gdk-pixbuf2-devel- 100% |  74.8 MiB/s |   2.3 MiB |  00m00s
- [303/347] Installing libXft-devel-0:2.3 100% |  21.6 MiB/s |  44.3 KiB |  00m00s
- [304/347] Installing pango-devel-0:1.57 100% | 127.0 MiB/s |   1.5 MiB |  00m00s
- [305/347] Installing xprop-0:1.2.8-4.fc 100% |   2.2 MiB/s |  56.0 KiB |  00m00s
- [306/347] Installing at-spi2-core-0:2.5 100% | 129.9 MiB/s |   1.6 MiB |  00m00s
- [307/347] Installing atk-0:2.58.3-1.fc4 100% |  61.0 MiB/s | 250.0 KiB |  00m00s
- [308/347] Installing at-spi2-atk-0:2.58 100% |  39.9 MiB/s | 285.7 KiB |  00m00s
- [309/347] Installing atk-devel-0:2.58.3 100% | 287.4 MiB/s |   6.0 MiB |  00m00s
- [310/347] Installing at-spi2-core-devel 100% | 290.3 MiB/s |   4.4 MiB |  00m00s
- [311/347] Installing at-spi2-atk-devel- 100% | 713.5 KiB/s |   2.1 KiB |  00m00s
- [312/347] Installing xkeyboard-config-0 100% | 194.5 MiB/s |  10.3 MiB |  00m00s
- [313/347] Installing libxkbcommon-0:1.1 100% |  80.1 MiB/s | 409.9 KiB |  00m00s
- [314/347] Installing libxkbcommon-devel 100% |  34.2 MiB/s | 385.1 KiB |  00m00s
- [315/347] Installing adwaita-icon-theme 100% |  17.4 MiB/s |   2.4 MiB |  00m00s
- [316/347] Installing adwaita-cursor-the 100% | 187.4 MiB/s |  11.4 MiB |  00m00s
- [317/347] Installing adwaita-icon-theme 100% |  20.2 MiB/s |   1.3 MiB |  00m00s
- [318/347] Installing hicolor-icon-theme 100% |   5.5 MiB/s | 179.7 KiB |  00m00s
- [319/347] Installing gtk3-0:3.24.51-2.f 100% | 144.5 MiB/s |  22.4 MiB |  00m00s
- [320/347] Installing gtk3-devel-0:3.24. 100% | 189.9 MiB/s |  34.4 MiB |  00m00s
- [321/347] Installing xdg-desktop-portal 100% |  15.7 MiB/s | 481.2 KiB |  00m00s
- [322/347] Installing libcanberra-gtk3-0 100% |   2.5 MiB/s |  73.9 KiB |  00m00s
- [323/347] Installing localsearch-0:3.10 100% |  42.4 MiB/s |   3.4 MiB |  00m00s
- [324/347] Installing tinysparql-0:3.10. 100% |  40.5 MiB/s |   2.6 MiB |  00m00s
- [325/347] Installing intel-vpl-gpu-rt-0 100% | 106.3 MiB/s |  11.7 MiB |  00m00s
- [326/347] Installing intel-mediasdk-0:2 100% | 187.0 MiB/s |  22.4 MiB |  00m00s
- [327/347] Installing exiv2-0:0.28.6-2.f 100% | 182.8 MiB/s |  12.2 MiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.10-1.fc43.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.10-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 991.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 991 and GID 991.
- >>>
- [328/347] Installing pipewire-0:1.4.10- 100% |   7.3 MiB/s | 438.7 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.10-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.10-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [329/347] Installing pipewire-alsa-0:1. 100% |  39.0 MiB/s | 159.6 KiB |  00m00s
- [330/347] Installing pipewire-pulseaudi 100% |   7.6 MiB/s | 444.3 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.10-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.10-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [331/347] Installing pipewire-plugin-li 100% |  48.0 MiB/s | 147.4 KiB |  00m00s
- [332/347] Installing upower-0:1.91.1-2. 100% |   3.4 MiB/s | 310.4 KiB |  00m00s
- >>> Running %post scriptlet: upower-0:1.91.1-2.fc43.x86_64
- >>> Finished %post scriptlet: upower-0:1.91.1-2.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.
- >>> Creating user 'usbmuxd' (usbmuxd user) with UID 113 and GID 113.
- >>>
- [333/347] Installing usbmuxd-0:1.1.1^20 100% |   2.7 MiB/s | 151.5 KiB |  00m00s
- [334/347] Installing polkit-pkla-compat 100% |   2.4 MiB/s |  94.0 KiB |  00m00s
- [335/347] Installing logrotate-0:3.22.0 100% |   1.9 MiB/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.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-network' with GID 192.
- >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
- >>>
- [336/347] Installing systemd-networkd-0 100% |  24.1 MiB/s |   2.3 MiB |  00m00s
- >>> Running %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-network-ge
- >>>
- >>> Running sysusers scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-resolved-0:258.7-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.
- >>>
- [337/347] Installing systemd-resolved-0 100% |   9.1 MiB/s | 737.4 KiB |  00m00s
- >>> Running %post scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-resolved-0:258.7-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
- >>>
- [338/347] Installing dconf-0:0.49.0-1.f 100% |   6.0 MiB/s | 312.1 KiB |  00m00s
- [339/347] Installing libcamera-ipa-0:0. 100% |  74.7 MiB/s | 688.4 KiB |  00m00s
- [340/347] Installing gi-docgen-fonts-0: 100% | 121.1 KiB/s | 124.0   B |  00m00s
- [341/347] Installing glib-networking-0: 100% | 105.7 MiB/s | 757.9 KiB |  00m00s
- [342/347] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [343/347] Installing adwaita-mono-fonts 100% | 145.2 MiB/s |   5.5 MiB |  00m00s
- [344/347] Installing adwaita-sans-fonts 100% | 114.6 MiB/s |   1.7 MiB |  00m00s
- [345/347] Installing qrencode-libs-0:4. 100% |  54.2 MiB/s | 166.6 KiB |  00m00s
- [346/347] Installing low-memory-monitor 100% |   2.4 MiB/s |  67.7 KiB |  00m00s
- [347/347] Removing zlib-ng-compat-0:2.3 100% |   2.0   B/s |   5.0   B |  00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.13-1.fc43.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.13-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" "cairo-devel" "gtk3-devel"
- cairo-devel-1.18.4-2.fc43.x86_64
- gtk3-devel-3.24.51-2.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:05.35 ---> saved as "afae094356ce2db62b13cb17c6a208aa7c322cb684fd93dae47813fae9c5d49d"


/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 33 packages
- install afl-persistent     1.4
- install bigstringaf        0.10.0
- install cairo2             0.6.5
- install camlp-streams      5.0.1
- install cmdliner           2.1.0
- install conf-cairo         1
- install conf-gtk3          18
- install conf-pkg-config    4
- install crowbar            0.2.2
- install csexp              1.5.2
- install cstruct            6.2.0
- install domain-local-await 1.0.1
- install dune               3.22.0
- install dune-configurator  3.22.0
- install eio                1.3
- install eio_linux          1.3
- install eio_main           1.3
- install eio_posix          1.3
- install fmt                0.11.0
- install hmap               0.8.1
- install iomux              0.4
- install lablgtk3           3.1.5-1
- install lwt-dllist         1.1.0
- install mtime              2.1.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install optint             0.3.0
- install processor          0.2
- install psq                0.2.1
- install seq                base
- install thread-table       1.0.0
- install topkg              1.1.1
- install uring              2.7.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved crowbar.0.2.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> retrieved fmt.0.11.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.4  (cached)
-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3  (cached)
-> retrieved lablgtk3.3.1.5-1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved thread-table.1.0.0  (cached)
-> retrieved processor.0.2  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uring.2.7.0  (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed dune.3.22.0
-> installed afl-persistent.1.4
-> installed lwt-dllist.1.1.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cstruct.6.2.0
-> installed optint.0.3.0
-> installed processor.0.2
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed crowbar.0.2.2
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.22.0
-> installed bigstringaf.0.10.0
-> installed iomux.0.4
-> installed eio.1.3
-> installed cairo2.0.6.5
-> installed uring.2.7.0
-> installed eio_linux.1.3
-> installed eio_posix.1.3
-> installed eio_main.1.3
-> installed lablgtk3.3.1.5-1
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.


To globally enable AFL instrumentation, create an OCaml switch like:


opam switch create 5.4.0+afl ocaml-variants.5.4.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:07.46 ---> saved as "20129c767487b75def72c93575767dc054f74ca3f28951b25141a90f849e55b4"


/src: (copy (src .) (dst /src))
2026-03-19 12:07.46 ---> saved as "98154a9157291ff8d172b5f4b7bd71289c85b24b87d6daa3ba1bb58e2d2be6f4"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
ivt: PASS


space: PASS


2026-03-19 12:07.48 ---> saved as "a36752ea868bada984c202b692e3fd555c3d211f6a57e039c8a396d5f8a102f4"
Job succeeded
2026-03-19 12:07.48: Job succeeded