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

fedora-43-5.4_opam-2.5

Logs

Show full logs
2026-04-03 11:36.14: 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 dune-configurator.3.22.1 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-04-03 11:36.14: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-372cdfaee0d22f02bf3cf6ecae6bb9ec"
2026-04-03 11:36.14: 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 dune-configurator.3.22.1 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-04-03 11:36.14: Waiting for resource in pool OCluster
2026-04-03 14:01.08: Waiting for worker…
2026-04-03 14:10.52: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
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-04-03 14:10.53 ---> 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 openh264 (From Cisco) - x86_ 100% | 424.0   B/s | 986.0   B |  00m02s
 Fedora 43 - x86_64                     100% |  10.1 KiB/s |  21.8 KiB |  00m02s
 Fedora 43 - x86_64 - Updates           100% |   3.9 KiB/s |   5.3 KiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.

Nothing to do.
2026-04-03 14:10.53 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-03 14:10.53 ---> 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 14:10.53 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache

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

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-03 14:10.53 ---> 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4f056bfedf..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1

<><> 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-04-03 14:10.53 ---> using "073a3f4a992d5ae3c4395393a4968d31fd18da7644cfae38b152fe905bf97483" from cache

/src: (copy (src eio-trace.opam) (dst ./))
2026-04-03 14:10.53 ---> saved as "de89a2f3010c493a55f25b08ad81db2bdadaf7642ec4b21c37b8e86bff1d47c8"

/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-04-03 14:10.55 ---> saved as "a1596cb2634b8061db166c995c732ce489d9abc8e9fa8b9a73d103a655cf89b4"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 14:10.55 ---> saved as "8c00fb94855f43ad4ffed95ca6d3a4f440e006e062d05aa3ddab50c0837166ff"

/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.1 dune-configurator.3.22.1 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:
-  Fedora 43 - x86_64 - Updates           100% |  28.1 KiB/s |   6.0 KiB |  00m00s
- 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:
-  glib2                                   x86_64 2.86.4-2.fc43                  updates                15.0 MiB
-    replacing glib2                       x86_64 2.86.4-1.fc43                  updates                15.0 MiB
-  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.52-1.fc43                 updates                34.6 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
-  at-spi2-atk                             x86_64 2.58.4-1.fc43                  updates               283.7 KiB
-  at-spi2-atk-devel                       x86_64 2.58.4-1.fc43                  updates                 1.6 KiB
-  at-spi2-core                            x86_64 2.58.4-1.fc43                  updates                 1.5 MiB
-  at-spi2-core-devel                      x86_64 2.58.4-1.fc43                  updates                 4.3 MiB
-  atk                                     x86_64 2.58.4-1.fc43                  updates               248.6 KiB
-  atk-devel                               x86_64 2.58.4-1.fc43                  updates                 6.0 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
-  cmake-filesystem                        x86_64 3.31.11-1.fc43                 updates                 0.0   B
-  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
-  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
-  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
-  glib2-devel                             x86_64 2.86.4-2.fc43                  updates                15.7 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
-  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
-  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.11-1.fc43                 updates                 5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.11-1.fc43                 updates                 7.4 MiB
-  gtk-update-icon-cache                   x86_64 3.24.52-1.fc43                 updates                62.2 KiB
-  gtk3                                    x86_64 3.24.52-1.fc43                 updates                22.5 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
-  iso-codes                               noarch 4.18.0-2.fc43                  fedora                 21.5 MiB
-  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
-  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
-  libasyncns                              x86_64 0.8-31.fc43                    fedora                 55.5 KiB
-  libblkid-devel                          x86_64 2.41.3-7.fc43                  updates                44.9 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
-  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
-  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
-  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
-  libffi-devel                            x86_64 3.5.2-1.fc43                   updates                33.9 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
-  libgudev                                x86_64 238-8.fc43                     fedora                 83.8 KiB
-  libgusb                                 x86_64 0.4.9-4.fc43                   fedora                162.0 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
-  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
-  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
-  libpciaccess                            x86_64 0.16-16.fc43                   fedora                 44.5 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
-  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
-  libsndfile                              x86_64 1.2.2-10.fc43                  fedora                550.1 KiB
-  libsoup3                                x86_64 3.6.6-2.fc43                   updates                 1.7 MiB
-  libstemmer                              x86_64 3.0.1-8.fc43                   fedora                661.5 KiB
-  libtdb                                  x86_64 1.4.14-3.fc43                  fedora                100.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
-  libtinysparql                           x86_64 3.10.1-5.fc43                  updates               995.0 KiB
-  libunwind                               x86_64 1.8.1-3.fc43                   fedora                194.1 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
-  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
-  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
-  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
-  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
-  mesa-dri-drivers                        x86_64 25.3.6-3.fc43                  updates                48.8 MiB
-  mesa-filesystem                         x86_64 25.3.6-3.fc43                  updates                 3.6 KiB
-  mesa-libEGL                             x86_64 25.3.6-3.fc43                  updates               310.4 KiB
-  mesa-libGL                              x86_64 25.3.6-3.fc43                  updates               286.0 KiB
-  mesa-libgbm                             x86_64 25.3.6-3.fc43                  updates                19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-2.fc43                 fedora                814.0 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
-  opus                                    x86_64 1.5.2-3.fc43                   fedora                427.6 KiB
-  orc                                     x86_64 0.4.41-2.fc43                  fedora                726.3 KiB
-  pango                                   x86_64 1.57.1-1.fc43                  updates                 1.0 MiB
-  pango-devel                             x86_64 1.57.1-1.fc43                  updates                 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.11-1.fc43                  updates               496.6 KiB
-  pipewire-libs                           x86_64 1.4.11-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.2                   updates               460.0 KiB
-  polkit-libs                             x86_64 126-6.fc43.2                   updates               199.8 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
-  shared-mime-info                        x86_64 2.4-2.fc43                     fedora                  5.2 MiB
-  sound-theme-freedesktop                 noarch 0.8-24.fc43                    fedora                460.4 KiB
-  spirv-tools-libs                        x86_64 2026.1-2.fc43                  updates                 5.9 MiB
-  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
-  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.14-1.fc43                  updates               427.5 KiB
-  wireplumber-libs                        x86_64 0.5.14-1.fc43                  updates                 1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-2.fc43                  fedora                  1.8 MiB
-  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
-  xz-devel                                x86_64 1:5.8.1-4.fc43                 updates               258.8 KiB
-  zlib-ng-compat-devel                    x86_64 2.3.3-2.fc43                   updates               107.0 KiB
- 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
-  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
-  kmod-libs                               x86_64 34.2-2.fc43                    fedora                135.1 KiB
-  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
-  low-memory-monitor                      x86_64 2.1-13.fc43                    fedora                 66.0 KiB
-  mesa-va-drivers                         x86_64 25.3.6-3.fc43                  updates               115.0   B
-  pipewire                                x86_64 1.4.11-1.fc43                  updates               433.2 KiB
-  pipewire-alsa                           x86_64 1.4.11-1.fc43                  updates               158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.11-1.fc43                  updates                30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.11-1.fc43                  updates               146.5 KiB
-  pipewire-pulseaudio                     x86_64 1.4.11-1.fc43                  updates               436.2 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
-  systemd-udev                            x86_64 258.7-1.fc43                   updates                12.8 MiB
-  tinysparql                              x86_64 3.10.1-5.fc43                  updates                 2.5 MiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-2.fc43                  fedora                473.3 KiB
- 
- Transaction Summary:
-  Installing:       249 packages
-  Upgrading:          2 packages
-  Replacing:          2 packages
- 
- Total size of inbound packages is 111 MiB. Need to download 111 MiB.
- After this operation, 441 MiB extra will be used (install 456 MiB, remove 15 MiB).
- [  1/251] cairo-devel-0:1.18.4-2.fc43.x 100% |   1.8 MiB/s | 191.8 KiB |  00m00s
- [  2/251] cairo-0:1.18.4-2.fc43.x86_64  100% |   5.2 MiB/s | 729.3 KiB |  00m00s
- [  3/251] libXext-0:1.3.6-4.fc43.x86_64 100% |   5.4 MiB/s |  39.1 KiB |  00m00s
- [  4/251] fontconfig-0:2.17.0-3.fc43.x8 100% |   1.8 MiB/s | 272.2 KiB |  00m00s
- [  5/251] libXrender-0:0.9.12-3.fc43.x8 100% |   3.7 MiB/s |  26.9 KiB |  00m00s
- [  6/251] lzo-0:2.10-15.fc43.x86_64     100% |   3.8 MiB/s |  69.4 KiB |  00m00s
- [  7/251] default-fonts-core-sans-0:4.2 100% |   2.4 MiB/s |  29.9 KiB |  00m00s
- [  8/251] fonts-filesystem-1:2.0.5-23.f 100% | 964.2 KiB/s |   8.7 KiB |  00m00s
- [  9/251] pixman-0:0.46.2-2.fc43.x86_64 100% |   7.0 MiB/s | 292.5 KiB |  00m00s
- [ 10/251] xml-common-0:0.6.3-67.fc43.no 100% |   1.7 MiB/s |  31.0 KiB |  00m00s
- [ 11/251] freetype-0:2.13.3-3.fc43.x86_ 100% |   3.7 MiB/s | 412.1 KiB |  00m00s
- [ 12/251] abattis-cantarell-vf-fonts-0: 100% |   5.1 MiB/s | 120.1 KiB |  00m00s
- [ 13/251] libepoxy-0:1.5.10-11.fc43.x86 100% |   5.1 MiB/s | 229.5 KiB |  00m00s
- [ 14/251] gtk3-devel-0:3.24.52-1.fc43.x 100% |  15.7 MiB/s |   4.3 MiB |  00m00s
- [ 15/251] adwaita-icon-theme-0:49.0-1.f 100% |   1.7 MiB/s | 403.9 KiB |  00m00s
- [ 16/251] gtk3-0:3.24.52-1.fc43.x86_64  100% |  18.4 MiB/s |   6.0 MiB |  00m00s
- [ 17/251] cairo-gobject-0:1.18.4-2.fc43 100% | 338.6 KiB/s |  16.9 KiB |  00m00s
- [ 18/251] colord-libs-0:1.4.8-2.fc43.x8 100% |   2.7 MiB/s | 230.5 KiB |  00m00s
- [ 19/251] fribidi-0:1.0.16-3.fc43.x86_6 100% | 833.2 KiB/s |  53.3 KiB |  00m00s
- [ 20/251] libXcomposite-0:0.4.6-6.fc43. 100% | 396.1 KiB/s |  24.2 KiB |  00m00s
- [ 21/251] libXcursor-0:1.2.3-3.fc43.x86 100% | 479.3 KiB/s |  31.2 KiB |  00m00s
- [ 22/251] hicolor-icon-theme-0:0.18-2.f 100% | 436.5 KiB/s |  65.9 KiB |  00m00s
- [ 23/251] libXdamage-0:1.1.6-6.fc43.x86 100% | 270.4 KiB/s |  23.3 KiB |  00m00s
- [ 24/251] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 232.6 KiB/s |  19.1 KiB |  00m00s
- [ 25/251] libXrandr-0:1.5.4-6.fc43.x86_ 100% |   3.8 MiB/s |  27.6 KiB |  00m00s
- [ 26/251] libXi-0:1.8.2-3.fc43.x86_64   100% | 457.5 KiB/s |  40.3 KiB |  00m00s
- [ 27/251] libXinerama-0:1.1.5-9.fc43.x8 100% | 244.0 KiB/s |  14.2 KiB |  00m00s
- [ 28/251] libwayland-cursor-0:1.24.0-1. 100% | 555.7 KiB/s |  18.9 KiB |  00m00s
- [ 29/251] libcloudproviders-0:0.3.6-2.f 100% | 651.1 KiB/s |  46.9 KiB |  00m00s
- [ 30/251] libwayland-client-0:1.24.0-1. 100% | 525.6 KiB/s |  33.6 KiB |  00m00s
- [ 31/251] libwayland-egl-0:1.24.0-1.fc4 100% | 412.5 KiB/s |  12.4 KiB |  00m00s
- [ 32/251] libxkbcommon-0:1.11.0-1.fc43. 100% |   2.8 MiB/s | 174.3 KiB |  00m00s
- [ 33/251] lcms2-0:2.16-6.fc43.x86_64    100% |   6.6 MiB/s | 182.8 KiB |  00m00s
- [ 34/251] libgusb-0:0.4.9-4.fc43.x86_64 100% |   1.1 MiB/s |  64.5 KiB |  00m00s
- [ 35/251] xkeyboard-config-0:2.46-1.fc4 100% |  12.4 MiB/s | 993.6 KiB |  00m00s
- [ 36/251] json-glib-0:1.10.8-4.fc43.x86 100% |   9.4 MiB/s | 172.7 KiB |  00m00s
- [ 37/251] adwaita-cursor-theme-0:49.0-1 100% |   1.5 MiB/s | 380.1 KiB |  00m00s
- [ 38/251] graphite2-0:1.3.14-19.fc43.x8 100% |   6.2 MiB/s |  95.6 KiB |  00m00s
- [ 39/251] libpng-2:1.6.55-1.fc43.x86_64 100% |   7.1 MiB/s | 123.9 KiB |  00m00s
- [ 40/251] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |  18.3 MiB/s |   1.1 MiB |  00m00s
- [ 41/251] google-noto-sans-vf-fonts-0:2 100% |  23.1 MiB/s | 614.5 KiB |  00m00s
- [ 42/251] google-noto-fonts-common-0:20 100% |   1.0 MiB/s |  17.3 KiB |  00m00s
- [ 43/251] zlib-ng-compat-devel-0:2.3.3- 100% |   2.5 MiB/s |  37.8 KiB |  00m00s
- [ 44/251] libpng-devel-2:1.6.55-1.fc43. 100% |  13.7 MiB/s | 293.8 KiB |  00m00s
- [ 45/251] fontconfig-devel-0:2.17.0-3.f 100% |   1.8 MiB/s | 169.5 KiB |  00m00s
- [ 46/251] adwaita-icon-theme-legacy-0:4 100% |   5.5 MiB/s |   2.5 MiB |  00m00s
- [ 47/251] libXrender-devel-0:0.9.12-3.f 100% | 474.7 KiB/s |  19.0 KiB |  00m00s
- [ 48/251] libXext-devel-0:1.3.6-4.fc43. 100% |   1.0 MiB/s |  85.2 KiB |  00m00s
- [ 49/251] lzo-devel-0:2.10-15.fc43.x86_ 100% |   1.2 MiB/s |  39.0 KiB |  00m00s
- [ 50/251] lzo-minilzo-0:2.10-15.fc43.x8 100% |   1.2 MiB/s |  24.0 KiB |  00m00s
- [ 51/251] freetype-devel-0:2.13.3-3.fc4 100% |   4.9 MiB/s |   1.0 MiB |  00m00s
- [ 52/251] cmake-filesystem-0:3.31.11-1. 100% | 835.8 KiB/s |  13.4 KiB |  00m00s
- [ 53/251] at-spi2-atk-devel-0:2.58.4-1. 100% | 772.5 KiB/s |  10.8 KiB |  00m00s
- [ 54/251] at-spi2-atk-0:2.58.4-1.fc43.x 100% |   5.4 MiB/s |  88.0 KiB |  00m00s
- [ 55/251] atk-0:2.58.4-1.fc43.x86_64    100% |   5.2 MiB/s |  80.2 KiB |  00m00s
- [ 56/251] at-spi2-core-0:2.58.4-1.fc43. 100% |  15.9 MiB/s | 391.2 KiB |  00m00s
- [ 57/251] pixman-devel-0:0.46.2-2.fc43. 100% | 239.6 KiB/s |  18.0 KiB |  00m00s
- [ 58/251] dbus-1:1.16.0-4.fc43.x86_64   100% | 141.1 KiB/s |   7.5 KiB |  00m00s
- [ 59/251] atk-devel-0:2.58.4-1.fc43.x86 100% |  18.2 MiB/s | 447.7 KiB |  00m00s
- [ 60/251] xprop-0:1.2.8-4.fc43.x86_64   100% | 552.6 KiB/s |  34.8 KiB |  00m00s
- [ 61/251] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |  19.7 MiB/s | 484.9 KiB |  00m00s
- [ 62/251] libXtst-0:1.2.5-3.fc43.x86_64 100% | 199.3 KiB/s |  20.5 KiB |  00m00s
- [ 63/251] gdk-pixbuf2-devel-0:2.44.4-1. 100% |  17.2 MiB/s | 369.3 KiB |  00m00s
- [ 64/251] glib2-devel-0:2.86.4-2.fc43.x 100% |  22.6 MiB/s |   1.5 MiB |  00m00s
- [ 65/251] pango-0:1.57.1-1.fc43.x86_64  100% |  16.6 MiB/s | 358.0 KiB |  00m00s
- [ 66/251] python3-packaging-0:25.0-7.fc 100% |   1.8 MiB/s | 161.5 KiB |  00m00s
- [ 67/251] libXft-0:2.3.8-9.fc43.x86_64  100% |   5.4 MiB/s |  72.2 KiB |  00m00s
- [ 68/251] libdatrie-0:0.2.13-12.fc43.x8 100% |   5.2 MiB/s |  32.0 KiB |  00m00s
- [ 69/251] pango-devel-0:1.57.1-1.fc43.x 100% |   8.8 MiB/s | 161.6 KiB |  00m00s
- [ 70/251] cairo-gobject-devel-0:1.18.4- 100% | 907.9 KiB/s |  10.9 KiB |  00m00s
- [ 71/251] libthai-0:0.1.29-11.fc43.x86_ 100% |   5.1 MiB/s | 210.3 KiB |  00m00s
- [ 72/251] fribidi-devel-0:1.0.16-3.fc43 100% |   2.6 MiB/s |  29.3 KiB |  00m00s
- [ 73/251] libXcomposite-devel-0:0.4.6-6 100% | 528.1 KiB/s |  15.8 KiB |  00m00s
- [ 74/251] shared-mime-info-0:2.4-2.fc43 100% |   1.9 MiB/s | 399.7 KiB |  00m00s
- [ 75/251] libXcursor-devel-0:1.2.3-3.fc 100% |   1.1 MiB/s |  39.6 KiB |  00m00s
- [ 76/251] libXdamage-devel-0:1.1.6-6.fc 100% | 243.5 KiB/s |   9.5 KiB |  00m00s
- [ 77/251] libXfixes-devel-0:6.0.1-6.fc4 100% | 358.8 KiB/s |  12.6 KiB |  00m00s
- [ 78/251] libXinerama-devel-0:1.1.5-9.f 100% | 394.9 KiB/s |  13.0 KiB |  00m00s
- [ 79/251] libXi-devel-0:1.8.2-3.fc43.x8 100% |   1.9 MiB/s | 115.8 KiB |  00m00s
- [ 80/251] libXrandr-devel-0:1.5.4-6.fc4 100% | 534.2 KiB/s |  19.2 KiB |  00m00s
- [ 81/251] libcloudproviders-devel-0:0.3 100% | 819.8 KiB/s |  49.2 KiB |  00m00s
- [ 82/251] libxkbcommon-devel-0:1.11.0-1 100% |   1.1 MiB/s |  73.0 KiB |  00m00s
- [ 83/251] libwayland-server-0:1.24.0-1. 100% |   1.2 MiB/s |  41.5 KiB |  00m00s
- [ 84/251] cups-libs-1:2.4.16-7.fc43.x86 100% |  13.4 MiB/s | 260.8 KiB |  00m00s
- [ 85/251] libepoxy-devel-0:1.5.10-11.fc 100% |   1.1 MiB/s | 132.9 KiB |  00m00s
- [ 86/251] wayland-devel-0:1.24.0-1.fc43 100% |   1.9 MiB/s | 154.2 KiB |  00m00s
- [ 87/251] cups-filesystem-1:2.4.16-7.fc 100% | 880.4 KiB/s |  12.3 KiB |  00m00s
- [ 88/251] gtk-update-icon-cache-0:3.24. 100% |   2.2 MiB/s |  33.6 KiB |  00m00s
- [ 89/251] libtinysparql-0:3.10.1-5.fc43 100% |  10.0 MiB/s | 347.1 KiB |  00m00s
- [ 90/251] avahi-libs-0:0.9~rc2-6.fc43.x 100% |   1.1 MiB/s |  69.0 KiB |  00m00s
- [ 91/251] libffi-devel-0:3.5.2-1.fc43.x 100% |   1.9 MiB/s |  29.7 KiB |  00m00s
- [ 92/251] libmount-devel-0:2.41.3-7.fc4 100% |   1.6 MiB/s |  24.6 KiB |  00m00s
- [ 93/251] libstemmer-0:3.0.1-8.fc43.x86 100% |   2.6 MiB/s | 155.3 KiB |  00m00s
- [ 94/251] pcre2-utf16-0:10.47-1.fc43.x8 100% |   5.3 MiB/s | 246.1 KiB |  00m00s
- [ 95/251] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 119.5 KiB/s |  15.2 KiB |  00m00s
- [ 96/251] pcre2-utf32-0:10.47-1.fc43.x8 100% |  10.8 MiB/s | 232.9 KiB |  00m00s
- [ 97/251] pcre2-devel-0:10.47-1.fc43.x8 100% |   5.7 MiB/s | 550.9 KiB |  00m00s
- [ 98/251] libsepol-devel-0:3.9-2.fc43.x 100% | 443.7 KiB/s |  48.4 KiB |  00m00s
- [ 99/251] libselinux-devel-0:3.9-5.fc43 100% |   1.1 MiB/s | 152.1 KiB |  00m00s
- [100/251] sysprof-capture-devel-0:49.0- 100% |   1.5 MiB/s | 171.1 KiB |  00m00s
- [101/251] glycin-libs-0:2.0.8-1.fc43.x8 100% |  23.6 MiB/s |   1.5 MiB |  00m00s
- [102/251] glycin-devel-0:2.0.8-1.fc43.x 100% | 302.4 KiB/s |  24.5 KiB |  00m00s
- [103/251] glycin-loaders-0:2.0.8-1.fc43 100% |  13.0 MiB/s |   2.8 MiB |  00m00s
- [104/251] libopenjph-0:0.22.0-2.fc43.x8 100% |   1.9 MiB/s | 154.4 KiB |  00m00s
- [105/251] libheif-0:1.20.2-6.fc43.x86_6 100% |   2.2 MiB/s | 578.1 KiB |  00m00s
- [106/251] openjpeg-0:2.5.4-1.fc43.x86_6 100% |   2.3 MiB/s | 192.2 KiB |  00m00s
- [107/251] libwebp-0:1.6.0-2.fc43.x86_64 100% |   2.7 MiB/s | 324.2 KiB |  00m00s
- [108/251] libvmaf-0:3.0.0-4.fc43.x86_64 100% |   2.4 MiB/s | 196.6 KiB |  00m00s
- [109/251] libaom-0:3.13.1-1.fc43.x86_64 100% |   3.2 MiB/s |   1.9 MiB |  00m01s
- [110/251] dbus-devel-1:1.16.0-4.fc43.x8 100% | 287.6 KiB/s |  38.8 KiB |  00m00s
- [111/251] at-spi2-core-devel-0:2.58.4-1 100% |   1.1 MiB/s | 345.2 KiB |  00m00s
- [112/251] libxml2-devel-0:2.12.10-5.fc4 100% |   1.9 MiB/s | 524.0 KiB |  00m00s
- [113/251] openh264-0:2.6.0-2.fc43.x86_6 100% |   1.2 MiB/s | 422.8 KiB |  00m00s
- [114/251] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   2.6 MiB/s |   2.0 MiB |  00m01s
- [115/251] libjpeg-turbo-0:3.1.3-1.fc43. 100% |   5.4 MiB/s | 236.8 KiB |  00m00s
- [116/251] libdav1d-0:1.5.3-1.fc43.x86_6 100% |   4.0 MiB/s | 637.4 KiB |  00m00s
- [117/251] rav1e-libs-0:0.8.1-2.fc43.x86 100% |  14.6 MiB/s |   1.1 MiB |  00m00s
- [118/251] libglvnd-core-devel-1:1.7.0-8 100% | 616.2 KiB/s |  17.3 KiB |  00m00s
- [119/251] libglvnd-1:1.7.0-8.fc43.x86_6 100% |   1.4 MiB/s | 114.0 KiB |  00m00s
- [120/251] libglvnd-gles-1:1.7.0-8.fc43. 100% | 475.7 KiB/s |  28.5 KiB |  00m00s
- [121/251] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 395.9 KiB/s |  36.0 KiB |  00m00s
- [122/251] libglvnd-devel-1:1.7.0-8.fc43 100% | 772.2 KiB/s | 162.2 KiB |  00m00s
- [123/251] libglvnd-glx-1:1.7.0-8.fc43.x 100% |   2.1 MiB/s | 132.1 KiB |  00m00s
- [124/251] brotli-devel-0:1.2.0-1.fc43.x 100% |   2.0 MiB/s |  34.4 KiB |  00m00s
- [125/251] brotli-0:1.2.0-1.fc43.x86_64  100% |   1.5 MiB/s |  23.8 KiB |  00m00s
- [126/251] harfbuzz-cairo-0:11.5.1-2.fc4 100% |   1.7 MiB/s |  30.0 KiB |  00m00s
- [127/251] libglvnd-opengl-1:1.7.0-8.fc4 100% | 398.0 KiB/s |  37.0 KiB |  00m00s
- [128/251] harfbuzz-icu-0:11.5.1-2.fc43. 100% |   1.0 MiB/s |  15.7 KiB |  00m00s
- [129/251] harfbuzz-devel-0:11.5.1-2.fc4 100% |   7.5 MiB/s | 455.8 KiB |  00m00s
- [130/251] systemd-devel-0:258.7-1.fc43. 100% |  15.7 MiB/s | 673.3 KiB |  00m00s
- [131/251] libcap-devel-0:2.76-3.fc43.x8 100% | 961.6 KiB/s |  61.5 KiB |  00m00s
- [132/251] bzip2-devel-0:1.0.8-21.fc43.x 100% |   2.0 MiB/s | 213.4 KiB |  00m00s
- [133/251] libXft-devel-0:2.3.8-9.fc43.x 100% | 748.6 KiB/s |  49.4 KiB |  00m00s
- [134/251] libblkid-devel-0:2.41.3-7.fc4 100% |   1.5 MiB/s |  23.4 KiB |  00m00s
- [135/251] libsoup3-0:3.6.6-2.fc43.x86_6 100% |   9.2 MiB/s | 451.5 KiB |  00m00s
- [136/251] graphite2-devel-0:1.3.14-19.f 100% | 543.0 KiB/s |  20.6 KiB |  00m00s
- [137/251] libthai-devel-0:0.1.29-11.fc4 100% |   1.0 MiB/s | 128.3 KiB |  00m00s
- [138/251] libjxl-1:0.11.1-7.fc43.x86_64 100% |  10.7 MiB/s |   1.2 MiB |  00m00s
- [139/251] librsvg2-0:2.61.0-5.fc43.x86_ 100% |  25.5 MiB/s |   1.9 MiB |  00m00s
- [140/251] lcms2-devel-0:2.16-6.fc43.x86 100% | 836.4 KiB/s |  31.8 KiB |  00m00s
- [141/251] libseccomp-devel-0:2.6.0-2.fc 100% |   1.3 MiB/s |  62.3 KiB |  00m00s
- [142/251] xz-devel-1:5.8.1-4.fc43.x86_6 100% |   3.6 MiB/s |  66.7 KiB |  00m00s
- [143/251] libXtst-devel-0:1.2.5-3.fc43. 100% | 160.9 KiB/s |  15.8 KiB |  00m00s
- [144/251] mesa-libGL-0:25.3.6-3.fc43.x8 100% |   4.8 MiB/s | 119.0 KiB |  00m00s
- [145/251] libdatrie-devel-0:0.2.13-12.f 100% |   1.3 MiB/s | 137.3 KiB |  00m00s
- [146/251] libXxf86vm-0:1.1.6-3.fc43.x86 100% |   1.9 MiB/s |  17.7 KiB |  00m00s
- [147/251] mesa-filesystem-0:25.3.6-3.fc 100% | 703.1 KiB/s |  10.5 KiB |  00m00s
- [148/251] libxshmfence-0:1.3.2-7.fc43.x 100% | 781.3 KiB/s |  13.3 KiB |  00m00s
- [149/251] lm_sensors-libs-0:3.6.0-23.fc 100% | 688.3 KiB/s |  40.6 KiB |  00m00s
- [150/251] libicu-devel-0:77.1-1.fc43.x8 100% |   1.7 MiB/s | 794.4 KiB |  00m00s
- [151/251] mesa-libEGL-0:25.3.6-3.fc43.x 100% |   2.9 MiB/s | 120.7 KiB |  00m00s
- [152/251] libdrm-0:2.4.131-1.fc43.x86_6 100% |   3.1 MiB/s | 162.9 KiB |  00m00s
- [153/251] libpciaccess-0:0.16-16.fc43.x 100% | 608.9 KiB/s |  26.2 KiB |  00m00s
- [154/251] spirv-tools-libs-0:2026.1-2.f 100% |  17.0 MiB/s |   1.7 MiB |  00m00s
- [155/251] highway-0:1.3.0-1.fc43.x86_64 100% |   7.5 MiB/s | 694.5 KiB |  00m00s
- [156/251] mesa-dri-drivers-0:25.3.6-3.f 100% |  21.9 MiB/s |  12.8 MiB |  00m01s
- [157/251] hwdata-0:0.405-1.fc43.noarch  100% |  17.2 MiB/s |   1.7 MiB |  00m00s
- [158/251] mesa-libgbm-0:25.3.6-3.fc43.x 100% |  34.1 KiB/s |  16.5 KiB |  00m00s
- [159/251] fuse3-0:3.16.2-5.fc42.x86_64  100% | 580.1 KiB/s |  57.4 KiB |  00m00s
- [160/251] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 548.0 KiB/s |  94.2 KiB |  00m00s
- [161/251] libgudev-0:238-8.fc43.x86_64  100% |   1.1 MiB/s |  34.6 KiB |  00m00s
- [162/251] fuse-common-0:3.16.2-5.fc42.x 100% | 506.0 KiB/s |   8.6 KiB |  00m00s
- [163/251] libcanberra-gtk3-0:0.30-38.fc 100% |   2.1 MiB/s |  30.1 KiB |  00m00s
- [164/251] xdg-desktop-portal-gtk-0:1.15 100% | 379.9 KiB/s | 144.0 KiB |  00m00s
- [165/251] xdg-desktop-portal-0:1.20.3-2 100% |   1.2 MiB/s | 507.6 KiB |  00m00s
- [166/251] libcanberra-0:0.30-38.fc43.x8 100% | 715.1 KiB/s |  83.7 KiB |  00m00s
- [167/251] libtdb-0:1.4.14-3.fc43.x86_64 100% | 567.6 KiB/s |  55.1 KiB |  00m00s
- [168/251] libvorbis-1:1.3.7-13.fc43.x86 100% |   1.7 MiB/s | 188.4 KiB |  00m00s
- [169/251] dconf-0:0.49.0-1.fc43.x86_64  100% |   1.7 MiB/s | 110.2 KiB |  00m00s
- [170/251] gi-docgen-fonts-0:2026.1-3.fc 100% | 613.3 KiB/s |   9.2 KiB |  00m00s
- [171/251] sound-theme-freedesktop-0:0.8 100% |   2.8 MiB/s | 382.3 KiB |  00m00s
- [172/251] redhat-text-fonts-0:4.1.0-2.f 100% |   1.7 MiB/s | 484.1 KiB |  00m00s
- [173/251] adobe-source-code-pro-fonts-0 100% |   2.1 MiB/s | 806.3 KiB |  00m00s
- [174/251] tinysparql-0:3.10.1-5.fc43.x8 100% |  14.8 MiB/s |   1.0 MiB |  00m00s
- [175/251] redhat-display-fonts-0:4.1.0- 100% |   1.3 MiB/s | 556.4 KiB |  00m00s
- [176/251] mesa-va-drivers-0:25.3.6-3.fc 100% | 616.1 KiB/s |   9.2 KiB |  00m00s
- [177/251] gsettings-desktop-schemas-0:4 100% |  13.9 MiB/s | 822.9 KiB |  00m00s
- [178/251] geoclue2-0:2.8.0-1.fc43.x86_6 100% |   2.6 MiB/s | 144.5 KiB |  00m00s
- [179/251] gstreamer1-0:1.26.11-1.fc43.x 100% |  13.6 MiB/s |   1.7 MiB |  00m00s
- [180/251] libunwind-0:1.8.1-3.fc43.x86_ 100% |   1.9 MiB/s |  76.5 KiB |  00m00s
- [181/251] gstreamer1-plugins-base-0:1.2 100% |  18.3 MiB/s |   2.3 MiB |  00m00s
- [182/251] glib-networking-0:2.80.1-3.fc 100% | 432.7 KiB/s | 200.8 KiB |  00m00s
- [183/251] ModemManager-glib-0:1.24.2-1. 100% | 879.0 KiB/s | 334.9 KiB |  00m00s
- [184/251] graphene-0:1.10.8-2.fc43.x86_ 100% | 606.8 KiB/s |  61.3 KiB |  00m00s
- [185/251] libXv-0:1.0.13-3.fc43.x86_64  100% | 167.3 KiB/s |  18.6 KiB |  00m00s
- [186/251] cdparanoia-libs-0:10.2-48.fc4 100% | 179.7 KiB/s |  53.9 KiB |  00m00s
- [187/251] libtheora-1:1.1.1-40.fc43.x86 100% | 838.8 KiB/s | 170.3 KiB |  00m00s
- [188/251] libvisual-1:0.4.2-3.fc43.x86_ 100% | 512.3 KiB/s | 153.2 KiB |  00m00s
- [189/251] opus-0:1.5.2-3.fc43.x86_64    100% |   1.1 MiB/s | 237.1 KiB |  00m00s
- [190/251] pipewire-libs-0:1.4.11-1.fc43 100% |  26.5 MiB/s |   2.4 MiB |  00m00s
- [191/251] orc-0:0.4.41-2.fc43.x86_64    100% |   1.0 MiB/s | 221.5 KiB |  00m00s
- [192/251] fdk-aac-free-0:2.0.0-16.fc43. 100% |   2.9 MiB/s | 341.1 KiB |  00m00s
- [193/251] libebur128-0:1.2.6-14.fc43.x8 100% | 376.7 KiB/s |  24.9 KiB |  00m00s
- [194/251] liblc3-0:1.1.3-5.fc43.x86_64  100% | 761.9 KiB/s | 105.1 KiB |  00m00s
- [195/251] iso-codes-0:4.18.0-2.fc43.noa 100% |   3.5 MiB/s |   3.7 MiB |  00m01s
- [196/251] libldac-0:2.0.2.3-18.fc43.x86 100% |   1.6 MiB/s |  42.5 KiB |  00m00s
- [197/251] fftw-libs-single-0:3.3.10-16. 100% |   3.6 MiB/s |   1.2 MiB |  00m00s
- [198/251] libsbc-0:2.0-7.fc43.x86_64    100% | 859.0 KiB/s |  49.0 KiB |  00m00s
- [199/251] gsm-0:1.0.23-1.fc43.x86_64    100% | 878.8 KiB/s |  36.0 KiB |  00m00s
- [200/251] libsndfile-0:1.2.2-10.fc43.x8 100% |   1.2 MiB/s | 220.8 KiB |  00m00s
- [201/251] lame-libs-0:3.100-20.fc43.x86 100% |   2.7 MiB/s | 338.9 KiB |  00m00s
- [202/251] webrtc-audio-processing-0:1.3 100% |   2.4 MiB/s | 533.9 KiB |  00m00s
- [203/251] libogg-2:1.3.6-2.fc43.x86_64  100% |   1.3 MiB/s |  33.5 KiB |  00m00s
- [204/251] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |  17.6 MiB/s | 541.4 KiB |  00m00s
- [205/251] flac-libs-0:1.5.0-5.fc43.x86_ 100% |   4.4 MiB/s | 217.1 KiB |  00m00s
- [206/251] pulseaudio-libs-0:17.0-9.fc43 100% |  16.9 MiB/s | 694.2 KiB |  00m00s
- [207/251] mpg123-libs-0:1.32.10-2.fc43. 100% |   2.3 MiB/s | 355.6 KiB |  00m00s
- [208/251] libasyncns-0:0.8-31.fc43.x86_ 100% | 790.6 KiB/s |  30.0 KiB |  00m00s
- [209/251] libproxy-0:0.5.12-1.fc43.x86_ 100% |   2.2 MiB/s |  45.2 KiB |  00m00s
- [210/251] bluez-libs-0:5.86-4.fc43.x86_ 100% |   4.0 MiB/s |  82.9 KiB |  00m00s
- [211/251] libnotify-0:0.8.8-1.fc43.x86_ 100% |   3.6 MiB/s |  55.9 KiB |  00m00s
- [212/251] pipewire-0:1.4.11-1.fc43.x86_ 100% |   6.9 MiB/s | 133.9 KiB |  00m00s
- [213/251] systemd-0:258.7-1.fc43.x86_64 100% |  31.7 MiB/s |   4.2 MiB |  00m00s
- [214/251] low-memory-monitor-0:2.1-13.f 100% | 214.9 KiB/s |  34.2 KiB |  00m00s
- [215/251] duktape-0:2.7.0-10.fc43.x86_6 100% | 856.4 KiB/s | 168.7 KiB |  00m00s
- [216/251] rtkit-0:0.11-69.fc43.x86_64   100% | 796.4 KiB/s |  54.9 KiB |  00m00s
- [217/251] systemd-pam-0:258.7-1.fc43.x8 100% |   7.4 MiB/s | 424.3 KiB |  00m00s
- [218/251] systemd-shared-0:258.7-1.fc43 100% |  11.3 MiB/s |   1.8 MiB |  00m00s
- [219/251] dbus-common-1:1.16.0-4.fc43.n 100% |  83.9 KiB/s |  14.2 KiB |  00m00s
- [220/251] dbus-broker-0:37-2.fc43.x86_6 100% | 651.1 KiB/s | 173.8 KiB |  00m00s
- [221/251] polkit-0:126-6.fc43.2.x86_64  100% |   6.3 MiB/s | 160.1 KiB |  00m00s
- [222/251] polkit-libs-0:126-6.fc43.2.x8 100% |   4.1 MiB/s |  66.9 KiB |  00m00s
- [223/251] wireplumber-0:0.5.14-1.fc43.x 100% |   5.5 MiB/s | 122.9 KiB |  00m00s
- [224/251] wireplumber-libs-0:0.5.14-1.f 100% |  12.4 MiB/s | 431.5 KiB |  00m00s
- [225/251] pipewire-alsa-0:1.4.11-1.fc43 100% |   1.6 MiB/s |  59.0 KiB |  00m00s
- [226/251] pipewire-jack-audio-connectio 100% | 420.3 KiB/s |  10.9 KiB |  00m00s
- [227/251] pipewire-jack-audio-connectio 100% |   7.1 MiB/s | 144.9 KiB |  00m00s
- [228/251] pipewire-pulseaudio-0:1.4.11- 100% |   7.1 MiB/s | 209.7 KiB |  00m00s
- [229/251] pipewire-plugin-libcamera-0:1 100% |   2.7 MiB/s |  73.8 KiB |  00m00s
- [230/251] libbpf-2:1.6.1-3.fc43.x86_64  100% |   5.2 MiB/s | 191.0 KiB |  00m00s
- [231/251] cryptsetup-libs-0:2.8.4-1.fc4 100% |  17.5 MiB/s | 574.2 KiB |  00m00s
- [232/251] adwaita-sans-fonts-0:49.0-2.f 100% |   2.0 MiB/s | 764.3 KiB |  00m00s
- [233/251] adwaita-mono-fonts-0:49.0-2.f 100% |   3.2 MiB/s |   1.4 MiB |  00m00s
- [234/251] device-mapper-libs-0:1.02.208 100% |   1.7 MiB/s | 179.9 KiB |  00m00s
- [235/251] device-mapper-0:1.02.208-2.fc 100% |   1.7 MiB/s | 138.7 KiB |  00m00s
- [236/251] systemd-networkd-0:258.7-1.fc 100% |  16.8 MiB/s | 775.5 KiB |  00m00s
- [237/251] qrencode-libs-0:4.1.1-11.fc43 100% | 974.0 KiB/s |  62.3 KiB |  00m00s
- [238/251] kmod-libs-0:34.2-2.fc43.x86_6 100% |   1.0 MiB/s |  68.1 KiB |  00m00s
- [239/251] polkit-pkla-compat-0:0.1-31.f 100% |   1.6 MiB/s |  43.9 KiB |  00m00s
- [240/251] systemd-resolved-0:258.7-1.fc 100% |   9.8 MiB/s | 319.7 KiB |  00m00s
- [241/251] libcamera-0:0.5.2-5.fc43.x86_ 100% |  16.2 MiB/s | 682.2 KiB |  00m00s
- [242/251] libyuv-0:0-0.57.20240704git96 100% |   2.9 MiB/s | 202.1 KiB |  00m00s
- [243/251] systemd-udev-0:258.7-1.fc43.x 100% |  25.3 MiB/s |   2.6 MiB |  00m00s
- [244/251] lttng-ust-0:2.14.0-4.fc43.x86 100% |   1.7 MiB/s | 366.3 KiB |  00m00s
- [245/251] kmod-0:34.2-2.fc43.x86_64     100% |   1.1 MiB/s | 132.7 KiB |  00m00s
- [246/251] kbd-0:2.8.0-3.fc43.x86_64     100% |   1.3 MiB/s | 386.1 KiB |  00m00s
- [247/251] libcamera-ipa-0:0.5.2-5.fc43. 100% |   9.7 MiB/s | 179.1 KiB |  00m00s
- [248/251] zlib-ng-compat-0:2.3.3-2.fc43 100% |   5.4 MiB/s |  88.7 KiB |  00m00s
- [249/251] glib2-0:2.86.4-2.fc43.x86_64  100% |  30.0 MiB/s |   3.1 MiB |  00m00s
- [250/251] kbd-legacy-0:2.8.0-3.fc43.noa 100% |   1.8 MiB/s | 578.3 KiB |  00m00s
- [251/251] kbd-misc-0:2.8.0-3.fc43.noarc 100% |   3.5 MiB/s |   1.6 MiB |  00m00s
- --------------------------------------------------------------------------------
- [251/251] Total                         100% |  11.6 MiB/s | 111.0 MiB |  00m10s
- Running transaction
- [  1/255] Verify package files          100% | 549.0   B/s | 251.0   B |  00m00s
- [  2/255] Prepare transaction           100% |   1.3 KiB/s | 253.0   B |  00m00s
- [  3/255] Upgrading zlib-ng-compat-0:2. 100% |  79.4 MiB/s | 162.6 KiB |  00m00s
- [  4/255] Upgrading glib2-0:2.86.4-2.fc 100% | 258.6 MiB/s |  15.0 MiB |  00m00s
- [  5/255] Installing libXext-0:1.3.6-4. 100% |  89.1 MiB/s |  91.2 KiB |  00m00s
- [  6/255] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [  7/255] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [  8/255] Installing avahi-libs-0:0.9~r 100% |  56.7 MiB/s | 174.0 KiB |  00m00s
- [  9/255] Installing libXrender-0:0.9.1 100% |  46.2 MiB/s |  47.3 KiB |  00m00s
- [ 10/255] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 11/255] Installing libXi-0:1.8.2-3.fc 100% |  79.8 MiB/s |  81.7 KiB |  00m00s
- [ 12/255] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB |  00m00s
- [ 13/255] Installing libogg-2:1.3.6-2.f 100% |  46.0 MiB/s |  47.1 KiB |  00m00s
- [ 14/255] Installing libglvnd-1:1.7.0-8 100% | 257.6 MiB/s | 527.5 KiB |  00m00s
- [ 15/255] Installing libwayland-client- 100% |  61.7 MiB/s |  63.2 KiB |  00m00s
- [ 16/255] Installing libvorbis-1:1.3.7- 100% | 204.1 MiB/s | 835.9 KiB |  00m00s
- [ 17/255] Installing libpng-2:1.6.55-1. 100% | 118.6 MiB/s | 243.0 KiB |  00m00s
- [ 18/255] Installing systemd-shared-0:2 100% | 261.1 MiB/s |   5.0 MiB |  00m00s
- [ 19/255] Installing alsa-lib-0:1.2.15. 100% |  54.3 MiB/s |   1.5 MiB |  00m00s
- [ 20/255] Installing libXfixes-0:6.0.1- 100% |  26.9 MiB/s |  27.6 KiB |  00m00s
- [ 21/255] Installing libXfixes-devel-0: 100% |   9.7 MiB/s |   9.9 KiB |  00m00s
- [ 22/255] Installing libXi-devel-0:1.8. 100% | 141.2 MiB/s | 144.6 KiB |  00m00s
- [ 23/255] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 24/255] Installing avahi-glib-0:0.9~r 100% |  10.0 MiB/s |  20.4 KiB |  00m00s
- [ 25/255] Installing shared-mime-info-0 100% |  55.1 MiB/s |   2.6 MiB |  00m00s
- [ 26/255] Installing opus-0:1.5.2-3.fc4 100% | 139.5 MiB/s | 428.7 KiB |  00m00s
- [ 27/255] Installing libjpeg-turbo-0:3. 100% | 263.0 MiB/s | 808.0 KiB |  00m00s
- [ 28/255] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 29/255] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [ 30/255] Installing libpng-devel-2:1.6 100% |  45.8 MiB/s | 891.6 KiB |  00m00s
- [ 31/255] Installing lcms2-0:2.16-6.fc4 100% | 141.7 MiB/s | 435.3 KiB |  00m00s
- [ 32/255] Installing libwayland-egl-0:1 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 33/255] Installing fribidi-0:1.0.16-3 100% |  11.1 MiB/s | 192.8 KiB |  00m00s
- [ 34/255] Installing libepoxy-0:1.5.10- 100% |  51.3 MiB/s |   1.1 MiB |  00m00s
- [ 35/255] Installing xml-common-0:0.6.3 100% |  26.4 MiB/s |  81.1 KiB |  00m00s
- [ 36/255] Installing fribidi-devel-0:1. 100% |  40.0 MiB/s |  81.9 KiB |  00m00s
- [ 37/255] Installing libXcursor-0:1.2.3 100% |  53.8 MiB/s |  55.1 KiB |  00m00s
- [ 38/255] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [ 39/255] Installing libXtst-0:1.2.5-3. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [ 40/255] Installing libXrandr-0:1.5.4- 100% |  51.8 MiB/s |  53.0 KiB |  00m00s
- [ 41/255] Installing libXinerama-0:1.1. 100% |  15.7 MiB/s |  16.1 KiB |  00m00s
- [ 42/255] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [ 43/255] Installing libsoup3-0:3.6.6-2 100% | 197.9 MiB/s |   1.8 MiB |  00m00s
- [ 44/255] Installing libgudev-0:238-8.f 100% |  41.7 MiB/s |  85.3 KiB |  00m00s
- [ 45/255] Installing gsettings-desktop- 100% | 441.7 MiB/s |   5.7 MiB |  00m00s
- [ 46/255] Installing polkit-libs-0:126- 100% |  98.4 MiB/s | 201.6 KiB |  00m00s
- [ 47/255] Installing duktape-0:2.7.0-10 100% | 201.1 MiB/s | 617.8 KiB |  00m00s
- [ 48/255] Installing libunwind-0:1.8.1- 100% |  64.3 MiB/s | 197.4 KiB |  00m00s
- [ 49/255] Installing gstreamer1-0:1.26. 100% | 138.0 MiB/s |   5.4 MiB |  00m00s
- [ 50/255] Installing libtdb-0:1.4.14-3. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 51/255] Installing fuse3-libs-0:3.16. 100% | 138.0 MiB/s | 282.6 KiB |  00m00s
- [ 52/255] Installing mesa-filesystem-0: 100% |   0.0   B/s |   4.3 KiB |  00m00s
- [ 53/255] Installing libdav1d-0:1.5.3-1 100% | 241.9 MiB/s |   1.7 MiB |  00m00s
- [ 54/255] Installing libffi-devel-0:3.5 100% |  34.7 MiB/s |  35.6 KiB |  00m00s
- [ 55/255] Installing libdatrie-0:0.2.13 100% |  53.7 MiB/s |  54.9 KiB |  00m00s
- [ 56/255] Installing libthai-0:0.1.29-1 100% | 191.7 MiB/s | 785.2 KiB |  00m00s
- [ 57/255] Installing graphite2-0:1.3.14 100% |  11.1 MiB/s | 193.9 KiB |  00m00s
- [ 58/255] Installing freetype-0:2.13.3- 100% | 166.4 MiB/s | 851.9 KiB |  00m00s
- [ 59/255] Installing harfbuzz-0:11.5.1- 100% | 235.6 MiB/s |   2.8 MiB |  00m00s
- [ 60/255] Installing libXcomposite-0:0. 100% |  41.0 MiB/s |  42.0 KiB |  00m00s
- [ 61/255] Installing pixman-0:0.46.2-2. 100% | 173.7 MiB/s | 711.4 KiB |  00m00s
- [ 62/255] Installing pixman-devel-0:0.4 100% |  55.5 MiB/s |  56.9 KiB |  00m00s
- [ 63/255] Installing lzo-0:2.10-15.fc43 100% |  88.1 MiB/s | 180.5 KiB |  00m00s
- [ 64/255] Installing libXcomposite-deve 100% |  10.3 MiB/s |  10.5 KiB |  00m00s
- [ 65/255] Installing harfbuzz-icu-0:11. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 66/255] Installing graphite2-devel-0: 100% |  49.6 MiB/s |  50.8 KiB |  00m00s
- [ 67/255] Installing libdatrie-devel-0: 100% |  30.7 MiB/s | 565.3 KiB |  00m00s
- [ 68/255] Installing libthai-devel-0:0. 100% | 160.2 MiB/s | 656.3 KiB |  00m00s
- [ 69/255] Installing libproxy-0:0.5.12- 100% |  51.1 MiB/s | 104.6 KiB |  00m00s
- [ 70/255] Installing libcloudproviders- 100% | 124.5 MiB/s | 382.6 KiB |  00m00s
- [ 71/255] Installing libXinerama-devel- 100% |   8.3 MiB/s |   8.5 KiB |  00m00s
- [ 72/255] Installing libXrandr-devel-0: 100% |  24.1 MiB/s |  24.7 KiB |  00m00s
- [ 73/255] Installing libXtst-devel-0:1. 100% |  13.7 MiB/s |  14.0 KiB |  00m00s
- [ 74/255] Installing libXdamage-devel-0 100% |   3.0 MiB/s |   3.1 KiB |  00m00s
- [ 75/255] Installing libXcursor-devel-0 100% |  10.7 MiB/s |  32.8 KiB |  00m00s
- [ 76/255] Installing iso-codes-0:4.18.0 100% | 441.5 MiB/s |  21.6 MiB |  00m00s
- [ 77/255] Installing lcms2-devel-0:2.16 100% | 133.2 MiB/s | 136.4 KiB |  00m00s
- [ 78/255] Installing libyuv-0:0-0.57.20 100% | 221.8 MiB/s | 681.3 KiB |  00m00s
- [ 79/255] Installing libglvnd-opengl-1: 100% | 142.2 MiB/s | 145.6 KiB |  00m00s
- [ 80/255] Installing libtheora-1:1.1.1- 100% | 117.1 MiB/s | 479.7 KiB |  00m00s
- [ 81/255] Installing flac-libs-0:1.5.0- 100% | 150.0 MiB/s | 614.2 KiB |  00m00s
- [ 82/255] Installing libgusb-0:0.4.9-4. 100% |  79.9 MiB/s | 163.7 KiB |  00m00s
- [ 83/255] Installing colord-libs-0:1.4. 100% | 162.8 MiB/s | 833.8 KiB |  00m00s
- [ 84/255] Installing abattis-cantarell- 100% |  94.9 MiB/s | 194.4 KiB |  00m00s
- [ 85/255] Installing adobe-source-code- 100% | 201.7 MiB/s |   1.6 MiB |  00m00s
- [ 86/255] Installing redhat-display-fon 100% | 189.1 MiB/s | 968.0 KiB |  00m00s
- [ 87/255] Installing redhat-text-fonts- 100% | 193.2 MiB/s | 791.5 KiB |  00m00s
- [ 88/255] Installing libXxf86vm-0:1.1.6 100% |  25.9 MiB/s |  26.5 KiB |  00m00s
- [ 89/255] Installing libXv-0:1.0.13-3.f 100% |  26.6 MiB/s |  27.2 KiB |  00m00s
- [ 90/255] Installing ModemManager-glib- 100% | 251.8 MiB/s |   1.5 MiB |  00m00s
- [ 91/255] Installing graphene-0:1.10.8- 100% |  78.2 MiB/s | 160.1 KiB |  00m00s
- [ 92/255] Installing libbpf-2:1.6.1-3.f 100% | 137.9 MiB/s | 423.7 KiB |  00m00s
- [ 93/255] Installing kmod-libs-0:34.2-2 100% |  66.5 MiB/s | 136.2 KiB |  00m00s
- [ 94/255] Installing kmod-0:34.2-2.fc43 100% |  10.7 MiB/s | 253.1 KiB |  00m00s
- [ 95/255] Installing kbd-misc-0:2.8.0-3 100% |  47.4 MiB/s |   2.6 MiB |  00m00s
- [ 96/255] Installing kbd-legacy-0:2.8.0 100% |  25.3 MiB/s | 621.4 KiB |  00m00s
- [ 97/255] Installing kbd-0:2.8.0-3.fc43 100% |  54.0 MiB/s |   1.5 MiB |  00m00s
- [ 98/255] Installing lttng-ust-0:2.14.0 100% | 146.2 MiB/s |   1.3 MiB |  00m00s
- [ 99/255] Installing libcamera-0:0.5.2- 100% |  65.2 MiB/s |   2.2 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.           
- >>>                                                                             
- [100/255] Installing dbus-common-1:1.16 100% | 322.6 KiB/s |  13.6 KiB |  00m00s
- [101/255] Installing dbus-broker-0:37-2 100% |   9.3 MiB/s | 389.8 KiB |  00m00s
- [102/255] Installing dbus-1:1.16.0-4.fc 100% |   2.4 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 
- >>>                                                                             
- [103/255] Installing systemd-0:258.7-1. 100% |  34.3 MiB/s |  12.9 MiB |  00m00s
- [104/255] Installing systemd-pam-0:258. 100% |  37.6 MiB/s |   1.2 MiB |  00m00s
- >>> Running sysusers scriptlet: polkit-0:126-6.fc43.2.x86_64                    
- >>> Finished sysusers scriptlet: polkit-0:126-6.fc43.2.x86_64                   
- >>> Scriptlet output:                                                           
- >>> Creating group 'polkitd' with GID 114.                                      
- >>> Creating user 'polkitd' (User for polkitd) with UID 114 and GID 114.        
- >>>                                                                             
- [105/255] Installing polkit-0:126-6.fc4 100% |   5.5 MiB/s | 470.0 KiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64                     
- >>> Finished sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64                    
- >>> Scriptlet output:                                                           
- >>> Creating group 'rtkit' with GID 996.                                        
- >>> Creating user 'rtkit' (RealtimeKit) with UID 996 and GID 996.               
- >>>                                                                             
- [106/255] Installing rtkit-0:0.11-69.fc 100% |   2.7 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
- >>>                                                                             
- [107/255] Installing device-mapper-0:1. 100% |  17.1 MiB/s | 350.2 KiB |  00m00s
- [108/255] Installing device-mapper-libs 100% | 102.4 MiB/s | 419.4 KiB |  00m00s
- [109/255] Installing cryptsetup-libs-0: 100% | 379.1 MiB/s |   2.7 MiB |  00m00s
- [110/255] Installing bluez-libs-0:5.86- 100% |  97.4 MiB/s | 199.4 KiB |  00m00s
- [111/255] Installing libasyncns-0:0.8-3 100% |  55.4 MiB/s |  56.8 KiB |  00m00s
- [112/255] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB |  00m00s
- [113/255] Installing lame-libs-0:3.100- 100% | 299.7 MiB/s |   1.2 MiB |  00m00s
- [114/255] Installing gsm-0:1.0.23-1.fc4 100% |  65.3 MiB/s |  66.9 KiB |  00m00s
- [115/255] Installing libsndfile-0:1.2.2 100% | 134.7 MiB/s | 551.6 KiB |  00m00s
- [116/255] Installing pulseaudio-libs-0: 100% | 307.2 MiB/s |   3.4 MiB |  00m00s
- [117/255] Installing webrtc-audio-proce 100% | 227.7 MiB/s |   1.4 MiB |  00m00s
- [118/255] Installing libsbc-0:2.0-7.fc4 100% |  92.3 MiB/s |  94.5 KiB |  00m00s
- [119/255] Installing libldac-0:2.0.2.3- 100% |  37.2 MiB/s |  76.2 KiB |  00m00s
- [120/255] Installing liblc3-0:1.1.3-5.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [121/255] Installing libebur128-0:1.2.6 100% |  39.8 MiB/s |  40.7 KiB |  00m00s
- [122/255] Installing fftw-libs-single-0 100% | 276.9 MiB/s |   3.6 MiB |  00m00s
- [123/255] Installing fdk-aac-free-0:2.0 100% | 119.8 MiB/s | 613.3 KiB |  00m00s
- [124/255] Installing pipewire-libs-0:1. 100% | 163.9 MiB/s |   8.7 MiB |  00m00s
- [125/255] Installing wireplumber-libs-0 100% | 113.0 MiB/s |   1.4 MiB |  00m00s
- [126/255] Installing wireplumber-0:0.5. 100% |  16.7 MiB/s | 444.2 KiB |  00m00s
- [127/255] Installing pipewire-jack-audi 100% |  27.1 MiB/s | 499.3 KiB |  00m00s
- [128/255] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0   B |  00m00s
- [129/255] Installing orc-0:0.4.41-2.fc4 100% |  35.6 MiB/s | 728.9 KiB |  00m00s
- [130/255] Installing libvisual-1:0.4.2- 100% | 148.2 MiB/s | 455.1 KiB |  00m00s
- [131/255] Installing cdparanoia-libs-0: 100% |  56.1 MiB/s | 115.0 KiB |  00m00s
- [132/255] Installing sound-theme-freede 100% |  17.5 MiB/s | 467.2 KiB |  00m00s
- [133/255] Installing libcanberra-0:0.30 100% |   5.1 MiB/s | 271.4 KiB |  00m00s
- [134/255] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [135/255] Installing fuse3-0:3.16.2-5.f 100% |   7.2 MiB/s | 132.0 KiB |  00m00s
- [136/255] Installing hwdata-0:0.405-1.f 100% | 351.1 MiB/s |   9.8 MiB |  00m00s
- [137/255] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [138/255] Installing libdrm-0:2.4.131-1 100% |  99.7 MiB/s | 408.5 KiB |  00m00s
- [139/255] Installing highway-0:1.3.0-1. 100% | 345.9 MiB/s |   5.5 MiB |  00m00s
- [140/255] Installing libjxl-1:0.11.1-7. 100% | 256.9 MiB/s |   4.1 MiB |  00m00s
- [141/255] Installing spirv-tools-libs-0 100% | 258.8 MiB/s |   6.0 MiB |  00m00s
- [142/255] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [143/255] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [144/255] Installing mesa-dri-drivers-0 100% | 252.9 MiB/s |  48.8 MiB |  00m00s
- [145/255] Installing mesa-libgbm-0:25.3 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [146/255] Installing mesa-libEGL-0:25.3 100% | 101.3 MiB/s | 311.3 KiB |  00m00s
- [147/255] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [148/255] Installing libglvnd-gles-1:1. 100% |  48.5 MiB/s |  99.3 KiB |  00m00s
- [149/255] Installing mesa-libGL-0:25.3. 100% | 140.1 MiB/s | 286.9 KiB |  00m00s
- [150/255] Installing libglvnd-glx-1:1.7 100% | 196.2 MiB/s | 602.6 KiB |  00m00s
- [151/255] Installing xz-devel-1:5.8.1-4 100% |  85.5 MiB/s | 262.6 KiB |  00m00s
- [152/255] Installing libxml2-devel-0:2. 100% | 142.3 MiB/s |   3.4 MiB |  00m00s
- [153/255] Installing libseccomp-devel-0 100% |   6.9 MiB/s | 121.0 KiB |  00m00s
- [154/255] Installing libicu-devel-0:77. 100% | 121.0 MiB/s |   5.1 MiB |  00m00s
- [155/255] Installing libblkid-devel-0:2 100% |  45.0 MiB/s |  46.0 KiB |  00m00s
- [156/255] Installing libcap-devel-0:2.7 100% |  12.2 MiB/s |  49.8 KiB |  00m00s
- [157/255] Installing systemd-devel-0:25 100% | 104.4 MiB/s | 748.5 KiB |  00m00s
- [158/255] Installing dbus-devel-1:1.16. 100% |  44.4 MiB/s | 136.5 KiB |  00m00s
- [159/255] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [160/255] Installing brotli-0:1.2.0-1.f 100% |   2.1 MiB/s |  34.4 KiB |  00m00s
- [161/255] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [162/255] Installing libglvnd-core-deve 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [163/255] Installing libglvnd-devel-1:1 100% | 265.1 MiB/s |   2.1 MiB |  00m00s
- [164/255] Installing libepoxy-devel-0:1 100% | 397.4 MiB/s |   1.6 MiB |  00m00s
- [165/255] Installing rav1e-libs-0:0.8.1 100% | 256.9 MiB/s |   3.1 MiB |  00m00s
- [166/255] Installing openh264-0:2.6.0-2 100% | 219.2 MiB/s |   1.1 MiB |  00m00s
- [167/255] Installing libvmaf-0:3.0.0-4. 100% | 269.7 MiB/s | 828.4 KiB |  00m00s
- [168/255] Installing libaom-0:3.13.1-1. 100% | 296.0 MiB/s |   5.0 MiB |  00m00s
- [169/255] Installing svt-av1-libs-0:3.1 100% | 278.4 MiB/s |   5.6 MiB |  00m00s
- [170/255] Installing openjpeg-0:2.5.4-1 100% | 149.2 MiB/s | 458.2 KiB |  00m00s
- [171/255] Installing libwebp-0:1.6.0-2. 100% | 187.6 MiB/s | 960.7 KiB |  00m00s
- [172/255] Installing libopenjph-0:0.22. 100% | 152.1 MiB/s | 467.3 KiB |  00m00s
- [173/255] Installing libheif-0:1.20.2-6 100% | 221.9 MiB/s |   1.6 MiB |  00m00s
- [174/255] Installing sysprof-capture-de 100% | 196.9 MiB/s | 806.5 KiB |  00m00s
- [175/255] Installing libsepol-devel-0:3 100% |  31.5 MiB/s | 128.9 KiB |  00m00s
- [176/255] Installing pcre2-utf32-0:10.4 100% | 199.2 MiB/s | 611.9 KiB |  00m00s
- [177/255] Installing pcre2-utf16-0:10.4 100% | 208.3 MiB/s | 640.0 KiB |  00m00s
- [178/255] Installing pcre2-devel-0:10.4 100% | 106.0 MiB/s |   2.1 MiB |  00m00s
- [179/255] Installing libselinux-devel-0 100% |  52.8 MiB/s | 162.1 KiB |  00m00s
- [180/255] Installing libmount-devel-0:2 100% |  65.0 MiB/s |  66.5 KiB |  00m00s
- [181/255] Installing libstemmer-0:3.0.1 100% | 215.8 MiB/s | 662.9 KiB |  00m00s
- [182/255] Installing libtinysparql-0:3. 100% | 194.9 MiB/s | 997.9 KiB |  00m00s
- [183/255] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [184/255] Installing cups-libs-1:2.4.16 100% | 151.4 MiB/s | 620.2 KiB |  00m00s
- [185/255] Installing libwayland-server- 100% |  38.9 MiB/s |  79.7 KiB |  00m00s
- [186/255] Installing wayland-devel-0:1. 100% |  36.0 MiB/s | 700.4 KiB |  00m00s
- [187/255] Installing python3-packaging- 100% |  75.7 MiB/s | 619.9 KiB |  00m00s
- [188/255] Installing glib2-devel-0:2.86 100% | 197.3 MiB/s |  15.8 MiB |  00m00s
- [189/255] Installing xprop-0:1.2.8-4.fc 100% |   3.2 MiB/s |  56.0 KiB |  00m00s
- [190/255] Installing at-spi2-core-0:2.5 100% | 174.2 MiB/s |   1.6 MiB |  00m00s
- [191/255] Installing atk-0:2.58.4-1.fc4 100% | 122.1 MiB/s | 250.0 KiB |  00m00s
- [192/255] Installing at-spi2-atk-0:2.58 100% |  55.8 MiB/s | 285.7 KiB |  00m00s
- [193/255] Installing atk-devel-0:2.58.4 100% | 467.2 MiB/s |   6.1 MiB |  00m00s
- [194/255] Installing at-spi2-core-devel 100% | 438.9 MiB/s |   4.4 MiB |  00m00s
- [195/255] Installing at-spi2-atk-devel- 100% |   2.1 MiB/s |   2.1 KiB |  00m00s
- [196/255] Installing lzo-minilzo-0:2.10 100% |  37.1 MiB/s |  37.9 KiB |  00m00s
- [197/255] Installing lzo-devel-0:2.10-1 100% | 105.1 MiB/s | 215.3 KiB |  00m00s
- [198/255] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [199/255] Installing google-noto-sans-v 100% | 198.8 MiB/s |   1.4 MiB |  00m00s
- [200/255] Installing default-fonts-core 100% |   4.4 MiB/s |  18.2 KiB |  00m00s
- [201/255] Installing fontconfig-0:2.17. 100% | 718.5 KiB/s | 785.3 KiB |  00m01s
- [202/255] Installing cairo-0:1.18.4-2.f 100% | 221.5 MiB/s |   1.8 MiB |  00m00s
- [203/255] Installing cairo-gobject-0:1. 100% |  31.2 MiB/s |  32.0 KiB |  00m00s
- [204/255] Installing libXft-0:2.3.8-9.f 100% |  81.0 MiB/s | 165.9 KiB |  00m00s
- [205/255] Installing pango-0:1.57.1-1.f 100% |  41.9 MiB/s |   1.0 MiB |  00m00s
- [206/255] Installing librsvg2-0:2.61.0- 100% | 241.3 MiB/s |   5.1 MiB |  00m00s
- [207/255] Installing glycin-loaders-0:2 100% | 296.2 MiB/s |  12.7 MiB |  00m00s
- [208/255] Installing glycin-libs-0:2.0. 100% | 249.4 MiB/s |   4.2 MiB |  00m00s
- [209/255] Installing gdk-pixbuf2-0:2.44 100% | 105.2 MiB/s |   2.5 MiB |  00m00s
- [210/255] Installing gtk-update-icon-ca 100% |   3.6 MiB/s |  63.3 KiB |  00m00s
- [211/255] Installing libnotify-0:0.8.8- 100% |   2.0 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 995.                                      
- >>> Creating user 'geoclue' (n/a) with UID 995 and GID 995.                     
- >>>                                                                             
- [212/255] Installing geoclue2-0:2.8.0-1 100% |  11.6 MiB/s | 405.6 KiB |  00m00s
- [213/255] Installing gstreamer1-plugins 100% | 164.2 MiB/s |   7.4 MiB |  00m00s
- [214/255] Installing xdg-desktop-portal 100% |  27.3 MiB/s |   1.9 MiB |  00m00s
- [215/255] Installing harfbuzz-cairo-0:1 100% |  23.9 MiB/s |  49.0 KiB |  00m00s
- [216/255] Installing cairo-devel-0:1.18 100% | 381.8 MiB/s |   2.3 MiB |  00m00s
- [217/255] Installing harfbuzz-devel-0:1 100% | 172.1 MiB/s |   5.3 MiB |  00m00s
- [218/255] Installing freetype-devel-0:2 100% | 275.6 MiB/s |   8.5 MiB |  00m00s
- [219/255] Installing fontconfig-devel-0 100% |  51.9 MiB/s | 159.4 KiB |  00m00s
- [220/255] Installing cairo-gobject-deve 100% |   7.4 MiB/s |   7.6 KiB |  00m00s
- [221/255] Installing glycin-devel-0:2.0 100% |  62.1 MiB/s | 127.3 KiB |  00m00s
- [222/255] Installing gdk-pixbuf2-devel- 100% | 105.4 MiB/s |   2.3 MiB |  00m00s
- [223/255] Installing libXft-devel-0:2.3 100% |  14.4 MiB/s |  44.3 KiB |  00m00s
- [224/255] Installing pango-devel-0:1.57 100% | 190.4 MiB/s |   1.5 MiB |  00m00s
- [225/255] Installing xkeyboard-config-0 100% | 264.3 MiB/s |  10.3 MiB |  00m00s
- [226/255] Installing libxkbcommon-0:1.1 100% | 133.4 MiB/s | 409.9 KiB |  00m00s
- [227/255] Installing libxkbcommon-devel 100% |  53.7 MiB/s | 385.1 KiB |  00m00s
- [228/255] Installing adwaita-icon-theme 100% |  19.3 MiB/s |   2.4 MiB |  00m00s
- [229/255] Installing adwaita-cursor-the 100% | 394.1 MiB/s |  11.4 MiB |  00m00s
- [230/255] Installing adwaita-icon-theme 100% |  23.5 MiB/s |   1.3 MiB |  00m00s
- [231/255] Installing hicolor-icon-theme 100% |   5.5 MiB/s | 179.7 KiB |  00m00s
- [232/255] Installing gtk3-0:3.24.52-1.f 100% | 262.0 MiB/s |  22.5 MiB |  00m00s
- [233/255] Installing gtk3-devel-0:3.24. 100% | 312.2 MiB/s |  34.6 MiB |  00m00s
- [234/255] Installing xdg-desktop-portal 100% |  14.2 MiB/s | 481.2 KiB |  00m00s
- [235/255] Installing libcanberra-gtk3-0 100% |   3.6 MiB/s |  73.9 KiB |  00m00s
- [236/255] Installing tinysparql-0:3.10. 100% |  48.1 MiB/s |   2.6 MiB |  00m00s
- [237/255] Installing pipewire-plugin-li 100% |   5.3 MiB/s | 147.4 KiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64                 
- >>> Finished sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64                
- >>> Scriptlet output:                                                           
- >>> Creating group 'pipewire' with GID 994.                                     
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 994 and GID 994. 
- >>>                                                                             
- [238/255] Installing pipewire-0:1.4.11- 100% |   7.2 MiB/s | 439.9 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.11-1.fc43.x86_64                    
- >>> Finished %post scriptlet: pipewire-0:1.4.11-1.fc43.x86_64                   
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' 
- >>>                                                                             
- [239/255] Installing pipewire-alsa-0:1. 100% |  52.0 MiB/s | 159.6 KiB |  00m00s
- [240/255] Installing pipewire-pulseaudi 100% |   3.8 MiB/s | 444.2 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc43.x86_64         
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc43.x86_64        
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>                                                                             
- >>> 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 993.                             
- >>> Creating user 'systemd-coredump' (systemd Core Dumper) with UID 993 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 992.                             
- >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 992
- >>>                                                                             
- [241/255] Installing systemd-udev-0:258 100% |  19.0 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
- >>>                                                                             
- [242/255] Installing polkit-pkla-compat 100% |   2.1 MiB/s |  94.0 KiB |  00m00s
- >>> 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
- >>>                                                                             
- [243/255] Installing systemd-networkd-0 100% |  24.6 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.
- >>>                                                                             
- [244/255] Installing systemd-resolved-0 100% |  12.4 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
- >>>                                                                             
- [245/255] Installing dconf-0:0.49.0-1.f 100% |   6.0 MiB/s | 312.1 KiB |  00m00s
- [246/255] Installing libcamera-ipa-0:0. 100% |  96.0 MiB/s | 688.4 KiB |  00m00s
- [247/255] Installing gi-docgen-fonts-0: 100% |   0.0   B/s | 124.0   B |  00m00s
- [248/255] Installing glib-networking-0: 100% | 123.4 MiB/s | 757.9 KiB |  00m00s
- [249/255] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [250/255] Installing adwaita-mono-fonts 100% | 306.6 MiB/s |   5.5 MiB |  00m00s
- [251/255] Installing adwaita-sans-fonts 100% | 245.6 MiB/s |   1.7 MiB |  00m00s
- [252/255] Installing low-memory-monitor 100% |   1.8 MiB/s |  67.7 KiB |  00m00s
- [253/255] Installing qrencode-libs-0:4. 100% |  13.6 MiB/s | 166.6 KiB |  00m00s
- [254/255] Removing glib2-0:2.86.4-1.fc4 100% |  13.3 KiB/s | 177.0   B |  00m00s
- [255/255] Removing zlib-ng-compat-0:2.3 100% |   2.0   B/s |   5.0   B |  00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.14-1.fc43.x86_64            
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.14-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.52-1.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-03 14:11.27 ---> saved as "095e9583cfbf4c40a5313938fbfaff21456f7010408de67fa18287cddf12e2b1"

/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.1
  - install dune-configurator  3.22.1
  - 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 ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved processor.0.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved psq.0.2.1  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved uring.2.7.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed dune.3.22.1
-> installed lwt-dllist.1.1.0
-> installed afl-persistent.1.4
-> 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.1
-> installed bigstringaf.0.10.0
-> installed iomux.0.4
-> installed cairo2.0.6.5
-> installed eio.1.3
-> 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-04-03 14:12.10 ---> saved as "5b68052755c658f5cccdc4a8489101e5a521cb6e101abffdda0a6432fa59dce4"

/src: (copy (src .) (dst /src))
2026-04-03 14:12.11 ---> saved as "11240ec1b63514d41f8d24066ae4180760108da04a692c4ba69cacfa325b6eca"

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

space: PASS

2026-04-03 14:12.12 ---> saved as "a3caa27715bf84d1297c051e8b02cdb8c5e79dd2180fb859b843d8e78bfec83a"
Job succeeded
2026-04-03 14:12.12: Job succeeded