Organisationssanettetsdl-ttf28a3b2 (master)fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Logs

Show full logs
2026-04-10 09:11.44: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (28a3b27aeea8619d9ab6bf254b376bade89bf30d) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard 28a3b27a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2
# fedora-43-4.14_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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.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-10 09:11.44: Using cache hint "sanette/tsdl-ttf-ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2-fedora-43-4.14_opam-2.5-d7b76608fc0d181835cc85ffc746695e"
2026-04-10 09:11.44: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)
 (comment fedora-43-4.14_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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tsdl-ttf.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn tsdl-ttf.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.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-10 09:11.44: Waiting for resource in pool OCluster
2026-04-10 10:22.17: Waiting for worker…
2026-04-10 10:24.29: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 28a3b27 dl_error

(from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)
2026-04-10 10:24.29 ---> using "b53e31b79ae240e911bd4dbe895cf7d23581a2cfb176110e802dbc172e2207f8" from cache

/: (comment fedora-43-4.14_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% |   2.5 KiB/s | 986.0   B |  00m00s
 Fedora 43 - x86_64                     100% |  68.3 KiB/s |  20.8 KiB |  00m00s
 Fedora 43 - x86_64 - Updates           100% |  37.6 KiB/s |   5.7 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.

Nothing to do.
2026-04-10 10:24.29 ---> using "f5535a281226abe35a70c0937d17524041000012367450952c04ff905fc43a19" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-10 10:24.29 ---> using "e656820258ae1329e61e088e3b74323a9a81fb7a1976bfda84b891534625d81b" 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-10 10:24.29 ---> using "c194778dad03d316bbe8a9f0f0aecf84315fcfe8d38c84882015ad3c4a4fdd05" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-04-10 10:24.29 ---> using "f74c1f9434fc5d15e8a7f828a1fac776d0dedfb6095982641fa0091f3e3a89a3" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-10 10:24.29 ---> using "e1a7186bf4aff43814a8f63902df06605e7abd22e993d46675dd54a432e5c693" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4f056bfedf..4d62a12e26  master     -> origin/master
7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi

<><> 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-10 10:24.29 ---> using "f816474c57c42e5ecfeda0fc928b433656dc0a632e1aaed8b492ea0753723850" from cache

/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-04-10 10:24.29 ---> saved as "c0c9b1090e3b0d8524e0dfd94ace780e5613ea78c75cceb5cc87416f28147ca4"

/src: (run (network host)
           (shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2026-04-10 10:24.30 ---> saved as "c0a371accb9870df54af861f09826c1380ed140e5daa5f8c56a98e26671a81d2"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-10 10:24.30 ---> saved as "dd82c15f832a4230c546ad5d6855a9f7afee364b470990e3ee2c3cd5567b5879"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0")

/src: (env CI true)

/src: (env OCAMLCI true)

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

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.dev] synchronised (file:///src)

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

The following system packages will first need to be installed:
    libffi-devel SDL2_ttf-devel sdl2-compat-devel

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

+ /usr/sbin/sudo "yum" "install" "-y" "SDL2_ttf-devel" "libffi-devel" "sdl2-compat-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
-  libblkid                                x86_64 2.41.4-7.fc43                  updates                          262.4 KiB
-    replacing libblkid                    x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9 262.4 KiB
-  libfdisk                                x86_64 2.41.4-7.fc43                  updates                          380.4 KiB
-    replacing libfdisk                    x86_64 2.41.3-7.fc43                  updates                          380.4 KiB
-  liblastlog2                             x86_64 2.41.4-7.fc43                  updates                           33.9 KiB
-    replacing liblastlog2                 x86_64 2.41.3-7.fc43                  updates                           33.9 KiB
-  libmount                                x86_64 2.41.4-7.fc43                  updates                          372.7 KiB
-    replacing libmount                    x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9 372.7 KiB
-  libsmartcols                            x86_64 2.41.4-7.fc43                  updates                          180.5 KiB
-    replacing libsmartcols                x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9 180.5 KiB
-  libuuid                                 x86_64 2.41.4-7.fc43                  updates                           37.4 KiB
-    replacing libuuid                     x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9  37.4 KiB
-  util-linux                              x86_64 2.41.4-7.fc43                  updates                            3.5 MiB
-    replacing util-linux                  x86_64 2.41.3-7.fc43                  updates                            3.5 MiB
-  util-linux-core                         x86_64 2.41.4-7.fc43                  updates                            1.5 MiB
-    replacing util-linux-core             x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9   1.5 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:
-  SDL2_ttf-devel                          x86_64 2.24.0-1.fc43                  fedora                            95.2 KiB
-  libffi-devel                            x86_64 3.5.2-1.fc43                   updates                           33.9 KiB
-  sdl2-compat-devel                       x86_64 2.32.64-1.fc43                 updates                            3.2 MiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.24.2-1.fc43                  fedora                             1.5 MiB
-  SDL2_ttf                                x86_64 2.24.0-1.fc43                  fedora                            89.8 KiB
-  SDL3                                    x86_64 3.4.0-3.fc43                   updates                            3.0 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-15.fc43                  fedora                           192.7 KiB
-  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-core                            x86_64 2.58.4-1.fc43                  updates                            1.5 MiB
-  atk                                     x86_64 2.58.4-1.fc43                  updates                          248.6 KiB
-  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-devel                             x86_64 1.18.4-2.fc43                  fedora                             2.3 MiB
-  cairo-gobject                           x86_64 1.18.4-2.fc43                  fedora                            31.1 KiB
-  cdparanoia-libs                         x86_64 10.2-48.fc43                   fedora                           113.5 KiB
-  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
-  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
-  fuse-common                             x86_64 3.16.2-6.fc43                  updates                           38.0   B
-  fuse3                                   x86_64 3.16.2-6.fc43                  updates                          121.7 KiB
-  fuse3-libs                              x86_64 3.16.2-6.fc43                  updates                          277.5 KiB
-  gdk-pixbuf2                             x86_64 2.44.4-1.fc43                  updates                            2.5 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-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.406-1.fc43                   updates                            9.9 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
-  libXcomposite                           x86_64 0.4.6-6.fc43                   fedora                            40.5 KiB
-  libXcursor                              x86_64 1.2.3-3.fc43                   fedora                            53.4 KiB
-  libXdamage                              x86_64 1.1.6-6.fc43                   fedora                            39.6 KiB
-  libXext                                 x86_64 1.3.6-4.fc43                   fedora                            90.0 KiB
-  libXext-devel                           x86_64 1.3.6-4.fc43                   fedora                            98.9 KiB
-  libXfixes                               x86_64 6.0.1-6.fc43                   fedora                            26.2 KiB
-  libXft                                  x86_64 2.3.8-9.fc43                   fedora                           164.4 KiB
-  libXi                                   x86_64 1.8.2-3.fc43                   fedora                            80.6 KiB
-  libXinerama                             x86_64 1.1.5-9.fc43                   fedora                            15.0 KiB
-  libXrandr                               x86_64 1.5.4-6.fc43                   fedora                            51.8 KiB
-  libXrender                              x86_64 0.9.12-3.fc43                  fedora                            46.0 KiB
-  libXrender-devel                        x86_64 0.9.12-3.fc43                  fedora                            50.1 KiB
-  libXtst                                 x86_64 1.2.5-3.fc43                   fedora                            33.5 KiB
-  libXv                                   x86_64 1.0.13-3.fc43                  fedora                            26.0 KiB
-  libXxf86vm                              x86_64 1.1.6-3.fc43                   fedora                            25.3 KiB
-  libaom                                  x86_64 3.13.1-1.fc43                  fedora                             5.0 MiB
-  libasyncns                              x86_64 0.8-31.fc43                    fedora                            55.5 KiB
-  libblkid-devel                          x86_64 2.41.4-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
-  libcloudproviders                       x86_64 0.3.6-2.fc43                   fedora                           124.3 KiB
-  libdatrie                               x86_64 0.2.13-12.fc43                 fedora                            53.8 KiB
-  libdav1d                                x86_64 1.5.3-1.fc43                   updates                            1.7 MiB
-  libdecor                                x86_64 0.2.5-1.fc43                   updates                          165.2 KiB
-  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
-  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.4-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
-  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
-  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
-  libwebp                                 x86_64 1.6.0-2.fc43                   fedora                           956.6 KiB
-  libxkbcommon                            x86_64 1.11.0-1.fc43                  fedora                           408.2 KiB
-  libxml2-devel                           x86_64 2.12.10-5.fc43                 fedora                             3.4 MiB
-  libxshmfence                            x86_64 1.3.2-7.fc43                   fedora                            12.4 KiB
-  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-libGLU                             x86_64 9.0.3-7.fc43                   fedora                           361.8 KiB
-  mesa-libGLU-devel                       x86_64 9.0.3-7.fc43                   fedora                            17.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
-  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
-  rtkit                                   x86_64 0.11-69.fc43                   fedora                           138.1 KiB
-  sdl2-compat                             x86_64 2.32.64-1.fc43                 updates                          408.4 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-pam                             x86_64 258.7-1.fc43                   updates                            1.2 MiB
-  systemd-shared                          x86_64 258.7-1.fc43                   updates                            5.0 MiB
-  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
-  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:       223 packages
-  Upgrading:         10 packages
-  Replacing:         10 packages
- 
- Total size of inbound packages is 106 MiB. Need to download 106 MiB.
- After this operation, 391 MiB extra will be used (install 412 MiB, remove 21 MiB).
- [  1/233] SDL2_ttf-devel-0:2.24.0-1.fc4 100% |  26.4 KiB/s |  21.3 KiB |  00m01s
- [  2/233] libffi-devel-0:3.5.2-1.fc43.x 100% |   1.2 MiB/s |  29.7 KiB |  00m00s
- [  3/233] sdl2-compat-devel-0:2.32.64-1 100% |   4.1 MiB/s | 506.9 KiB |  00m00s
- [  4/233] freetype-0:2.13.3-3.fc43.x86_ 100% | 425.8 KiB/s | 412.1 KiB |  00m01s
- [  5/233] sdl2-compat-0:2.32.64-1.fc43. 100% | 316.1 KiB/s | 136.9 KiB |  00m00s
- [  6/233] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |   1.8 MiB/s |   1.1 MiB |  00m01s
- [  7/233] SDL2_ttf-0:2.24.0-1.fc43.x86_ 100% |  21.7 KiB/s |  44.1 KiB |  00m02s
- [  8/233] libpng-2:1.6.55-1.fc43.x86_64 100% |   1.1 MiB/s | 123.9 KiB |  00m00s
- [  9/233] graphite2-0:1.3.14-19.fc43.x8 100% | 388.6 KiB/s |  95.6 KiB |  00m00s
- [ 10/233] cmake-filesystem-0:3.31.11-1. 100% |  60.2 KiB/s |  13.4 KiB |  00m00s
- [ 11/233] harfbuzz-cairo-0:11.5.1-2.fc4 100% | 132.9 KiB/s |  30.0 KiB |  00m00s
- [ 12/233] harfbuzz-icu-0:11.5.1-2.fc43. 100% |   1.7 MiB/s |  15.7 KiB |  00m00s
- [ 13/233] cairo-0:1.18.4-2.fc43.x86_64  100% |  10.0 MiB/s | 729.3 KiB |  00m00s
- [ 14/233] harfbuzz-devel-0:11.5.1-2.fc4 100% | 559.3 KiB/s | 455.8 KiB |  00m01s
- [ 15/233] libXext-0:1.3.6-4.fc43.x86_64 100% |   4.8 MiB/s |  39.1 KiB |  00m00s
- [ 16/233] libXrender-0:0.9.12-3.fc43.x8 100% |   3.3 MiB/s |  26.9 KiB |  00m00s
- [ 17/233] lzo-0:2.10-15.fc43.x86_64     100% |   2.3 MiB/s |  69.4 KiB |  00m00s
- [ 18/233] pixman-0:0.46.2-2.fc43.x86_64 100% |   5.5 MiB/s | 292.5 KiB |  00m00s
- [ 19/233] default-fonts-core-sans-0:4.2 100% | 133.5 KiB/s |  29.9 KiB |  00m00s
- [ 20/233] fonts-filesystem-1:2.0.5-23.f 100% | 964.2 KiB/s |   8.7 KiB |  00m00s
- [ 21/233] xml-common-0:0.6.3-67.fc43.no 100% |  70.1 KiB/s |  31.0 KiB |  00m00s
- [ 22/233] abattis-cantarell-vf-fonts-0: 100% | 160.2 KiB/s | 120.1 KiB |  00m01s
- [ 23/233] freetype-devel-0:2.13.3-3.fc4 100% | 582.3 KiB/s |   1.0 MiB |  00m02s
- [ 24/233] libglvnd-devel-1:1.7.0-8.fc43 100% | 368.5 KiB/s | 162.2 KiB |  00m00s
- [ 25/233] libglvnd-1:1.7.0-8.fc43.x86_6 100% |  61.9 KiB/s | 114.0 KiB |  00m02s
- [ 26/233] libglvnd-core-devel-1:1.7.0-8 100% |  35.9 KiB/s |  17.3 KiB |  00m00s
- [ 27/233] libglvnd-egl-1:1.7.0-8.fc43.x 100% |  10.0 KiB/s |  36.0 KiB |  00m04s
- [ 28/233] libglvnd-gles-1:1.7.0-8.fc43. 100% | 123.6 KiB/s |  28.5 KiB |  00m00s
- [ 29/233] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 119.7 KiB/s | 132.1 KiB |  00m01s
- [ 30/233] libglvnd-opengl-1:1.7.0-8.fc4 100% |  55.1 KiB/s |  37.0 KiB |  00m01s
- [ 31/233] mesa-libGLU-devel-0:9.0.3-7.f 100% |  50.3 KiB/s |  11.9 KiB |  00m00s
- [ 32/233] mesa-libGLU-0:9.0.3-7.fc43.x8 100% | 227.4 KiB/s | 166.0 KiB |  00m01s
- [ 33/233] glib2-devel-0:2.86.4-2.fc43.x 100% |   1.2 MiB/s |   1.5 MiB |  00m01s
- [ 34/233] python3-packaging-0:25.0-7.fc 100% | 670.0 KiB/s | 161.5 KiB |  00m00s
- [ 35/233] cairo-devel-0:1.18.4-2.fc43.x 100% | 395.5 KiB/s | 191.8 KiB |  00m00s
- [ 36/233] graphite2-devel-0:1.3.14-19.f 100% | 158.7 KiB/s |  20.6 KiB |  00m00s
- [ 37/233] libicu-devel-0:77.1-1.fc43.x8 100% |   2.2 MiB/s | 794.4 KiB |  00m00s
- [ 38/233] libmount-devel-0:2.41.4-7.fc4 100% |   4.9 MiB/s |  24.8 KiB |  00m00s
- [ 39/233] pcre2-devel-0:10.47-1.fc43.x8 100% |   4.9 MiB/s | 550.9 KiB |  00m00s
- [ 40/233] pcre2-utf16-0:10.47-1.fc43.x8 100% |  78.1 KiB/s | 246.1 KiB |  00m03s
- [ 41/233] pcre2-utf32-0:10.47-1.fc43.x8 100% | 882.3 KiB/s | 232.9 KiB |  00m00s
- [ 42/233] zlib-ng-compat-devel-0:2.3.3- 100% | 970.1 KiB/s |  37.8 KiB |  00m00s
- [ 43/233] libselinux-devel-0:3.9-5.fc43 100% | 330.6 KiB/s | 152.1 KiB |  00m00s
- [ 44/233] libsepol-devel-0:3.9-2.fc43.x 100% | 628.1 KiB/s |  48.4 KiB |  00m00s
- [ 45/233] sysprof-capture-devel-0:49.0- 100% | 171.1 KiB/s | 171.1 KiB |  00m01s
- [ 46/233] mesa-libGL-0:25.3.6-3.fc43.x8 100% |   2.8 MiB/s | 119.0 KiB |  00m00s
- [ 47/233] SDL3-0:3.4.0-3.fc43.x86_64    100% |  17.8 KiB/s |   1.1 MiB |  01m05s
- [ 48/233] libXxf86vm-0:1.1.6-3.fc43.x86 100% |  59.0 KiB/s |  17.7 KiB |  00m00s
- [ 49/233] mesa-filesystem-0:25.3.6-3.fc 100% |  46.9 KiB/s |  10.5 KiB |  00m00s
- [ 50/233] libxshmfence-0:1.3.2-7.fc43.x 100% |  58.5 KiB/s |  13.3 KiB |  00m00s
- [ 51/233] lm_sensors-libs-0:3.6.0-23.fc 100% |   1.9 MiB/s |  40.6 KiB |  00m00s
- [ 52/233] mesa-libgbm-0:25.3.6-3.fc43.x 100% |  36.9 KiB/s |  16.5 KiB |  00m00s
- [ 53/233] mesa-libEGL-0:25.3.6-3.fc43.x 100% |   3.5 MiB/s | 120.7 KiB |  00m00s
- [ 54/233] libwayland-client-0:1.24.0-1. 100% |   4.1 MiB/s |  33.6 KiB |  00m00s
- [ 55/233] brotli-devel-0:1.2.0-1.fc43.x 100% |   4.2 MiB/s |  34.4 KiB |  00m00s
- [ 56/233] brotli-0:1.2.0-1.fc43.x86_64  100% | 106.7 KiB/s |  23.8 KiB |  00m00s
- [ 57/233] libpng-devel-2:1.6.55-1.fc43. 100% | 605.8 KiB/s | 293.8 KiB |  00m00s
- [ 58/233] bzip2-devel-0:1.0.8-21.fc43.x 100% |  74.5 KiB/s | 213.4 KiB |  00m03s
- [ 59/233] google-noto-sans-vf-fonts-0:2 100% | 850.0 KiB/s | 614.5 KiB |  00m01s
- [ 60/233] google-noto-fonts-common-0:20 100% |   1.7 MiB/s |  17.3 KiB |  00m00s
- [ 61/233] fontconfig-0:2.17.0-3.fc43.x8 100% |   3.9 KiB/s | 272.2 KiB |  01m09s
- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
- [ 62/233] libXext-devel-0:1.3.6-4.fc43. 100% |   3.6 MiB/s |  85.2 KiB |  00m00s
- [ 63/233] fontconfig-devel-0:2.17.0-3.f 100% | 340.3 KiB/s | 169.5 KiB |  00m00s
- [ 64/233] lzo-devel-0:2.10-15.fc43.x86_ 100% | 650.7 KiB/s |  39.0 KiB |  00m00s
- [ 65/233] libXrender-devel-0:0.9.12-3.f 100% |  77.8 KiB/s |  19.0 KiB |  00m00s
- [ 66/233] pixman-devel-0:0.46.2-2.fc43. 100% | 816.8 KiB/s |  18.0 KiB |  00m00s
- [ 67/233] libdrm-0:2.4.131-1.fc43.x86_6 100% |  14.5 MiB/s | 162.9 KiB |  00m00s
- [ 68/233] libpciaccess-0:0.16-16.fc43.x 100% |   3.2 MiB/s |  26.2 KiB |  00m00s
- [ 69/233] lzo-minilzo-0:2.10-15.fc43.x8 100% |  37.8 KiB/s |  24.0 KiB |  00m01s
- [ 70/233] libblkid-devel-0:2.41.4-7.fc4 100% | 375.1 KiB/s |  23.6 KiB |  00m00s
- [ 71/233] libdecor-0:0.2.5-1.fc43.x86_6 100% |   1.0 MiB/s |  57.9 KiB |  00m00s
- [ 72/233] libwayland-cursor-0:1.24.0-1. 100% |   1.8 MiB/s |  18.9 KiB |  00m00s
- [ 73/233] spirv-tools-libs-0:2026.1-2.f 100% |   2.4 MiB/s |   1.7 MiB |  00m01s
- [ 74/233] libxml2-devel-0:2.12.10-5.fc4 100% |   1.4 MiB/s | 524.0 KiB |  00m00s
- [ 75/233] hwdata-0:0.406-1.fc43.noarch  100% |   1.6 MiB/s |   1.7 MiB |  00m01s
- [ 76/233] adwaita-icon-theme-0:49.0-1.f 100% | 278.9 KiB/s | 403.9 KiB |  00m01s
- [ 77/233] cairo-gobject-0:1.18.4-2.fc43 100% |   1.8 MiB/s |  16.9 KiB |  00m00s
- [ 78/233] colord-libs-0:1.4.8-2.fc43.x8 100% |   5.4 MiB/s | 230.5 KiB |  00m00s
- [ 79/233] fribidi-0:1.0.16-3.fc43.x86_6 100% | 173.7 KiB/s |  53.3 KiB |  00m00s
- [ 80/233] hicolor-icon-theme-0:0.18-2.f 100% |   2.7 MiB/s |  65.9 KiB |  00m00s
- [ 81/233] libXcomposite-0:0.4.6-6.fc43. 100% |  27.1 KiB/s |  24.2 KiB |  00m01s
- [ 82/233] libXcursor-0:1.2.3-3.fc43.x86 100% | 113.7 KiB/s |  31.2 KiB |  00m00s
- [ 83/233] libXdamage-0:1.1.6-6.fc43.x86 100% | 775.2 KiB/s |  23.3 KiB |  00m00s
- [ 84/233] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 353.2 KiB/s |  19.1 KiB |  00m00s
- [ 85/233] libXi-0:1.8.2-3.fc43.x86_64   100% |   2.5 MiB/s |  40.3 KiB |  00m00s
- [ 86/233] libXinerama-0:1.1.5-9.fc43.x8 100% |  50.5 KiB/s |  14.2 KiB |  00m00s
- [ 87/233] libXrandr-0:1.5.4-6.fc43.x86_ 100% |   1.1 MiB/s |  27.6 KiB |  00m00s
- [ 88/233] libcloudproviders-0:0.3.6-2.f 100% |   1.1 MiB/s |  46.9 KiB |  00m00s
- [ 89/233] libepoxy-0:1.5.10-11.fc43.x86 100% |   1.5 MiB/s | 229.5 KiB |  00m00s
- [ 90/233] libwayland-egl-0:1.24.0-1.fc4 100% | 252.5 KiB/s |  12.4 KiB |  00m00s
- [ 91/233] libxkbcommon-0:1.11.0-1.fc43. 100% |   1.2 MiB/s | 174.3 KiB |  00m00s
- [ 92/233] adwaita-cursor-theme-0:49.0-1 100% |   1.1 MiB/s | 380.1 KiB |  00m00s
- [ 93/233] mesa-dri-drivers-0:25.3.6-3.f 100% | 219.4 KiB/s |  12.8 MiB |  01m00s
- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
- [ 94/233] lcms2-0:2.16-6.fc43.x86_64    100% |   1.9 MiB/s | 182.8 KiB |  00m00s
- [ 95/233] libgusb-0:0.4.9-4.fc43.x86_64 100% | 191.5 KiB/s |  64.5 KiB |  00m00s
- [ 96/233] pango-0:1.57.1-1.fc43.x86_64  100% |   1.0 MiB/s | 358.0 KiB |  00m00s
- [ 97/233] libXft-0:2.3.8-9.fc43.x86_64  100% |   4.4 MiB/s |  72.2 KiB |  00m00s
- [ 98/233] libthai-0:0.1.29-11.fc43.x86_ 100% |   7.1 MiB/s | 210.3 KiB |  00m00s
- [ 99/233] libdatrie-0:0.2.13-12.fc43.x8 100% |   3.5 MiB/s |  32.0 KiB |  00m00s
- [100/233] at-spi2-atk-0:2.58.4-1.fc43.x 100% |   5.4 MiB/s |  88.0 KiB |  00m00s
- [101/233] at-spi2-core-0:2.58.4-1.fc43. 100% | 790.2 KiB/s | 391.2 KiB |  00m00s
- [102/233] atk-0:2.58.4-1.fc43.x86_64    100% |   8.7 MiB/s |  80.2 KiB |  00m00s
- [103/233] dbus-1:1.16.0-4.fc43.x86_64   100% | 373.9 KiB/s |   7.5 KiB |  00m00s
- [104/233] libXtst-0:1.2.5-3.fc43.x86_64 100% |   4.0 MiB/s |  20.5 KiB |  00m00s
- [105/233] xprop-0:1.2.8-4.fc43.x86_64   100% |  78.4 KiB/s |  34.8 KiB |  00m00s
- [106/233] cups-libs-1:2.4.16-7.fc43.x86 100% | 955.3 KiB/s | 260.8 KiB |  00m00s
- [107/233] cups-filesystem-1:2.4.16-7.fc 100% |   1.7 MiB/s |  12.3 KiB |  00m00s
- [108/233] avahi-libs-0:0.9~rc2-6.fc43.x 100% |   6.7 MiB/s |  69.0 KiB |  00m00s
- [109/233] gtk3-0:3.24.52-1.fc43.x86_64  100% | 517.2 KiB/s |   6.0 MiB |  00m12s
- [110/233] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |   3.4 MiB/s | 484.9 KiB |  00m00s
- [111/233] shared-mime-info-0:2.4-2.fc43 100% |   5.4 MiB/s | 399.7 KiB |  00m00s
- [112/233] libtinysparql-0:3.10.1-5.fc43 100% |   6.4 MiB/s | 347.1 KiB |  00m00s
- [113/233] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 583.8 KiB/s |  15.2 KiB |  00m00s
- [114/233] libstemmer-0:3.0.1-8.fc43.x86 100% |   5.6 MiB/s | 155.3 KiB |  00m00s
- [115/233] gtk-update-icon-cache-0:3.24. 100% | 152.2 KiB/s |  33.6 KiB |  00m00s
- [116/233] glycin-libs-0:2.0.8-1.fc43.x8 100% |   4.2 MiB/s |   1.5 MiB |  00m00s
- [117/233] libheif-0:1.20.2-6.fc43.x86_6 100% |   3.8 MiB/s | 578.1 KiB |  00m00s
- [118/233] adwaita-icon-theme-legacy-0:4 100% | 327.6 KiB/s |   2.5 MiB |  00m08s
- [119/233] libopenjph-0:0.22.0-2.fc43.x8 100% | 596.0 KiB/s | 154.4 KiB |  00m00s
- [120/233] libwebp-0:1.6.0-2.fc43.x86_64 100% |   9.0 MiB/s | 324.2 KiB |  00m00s
- [121/233] openjpeg-0:2.5.4-1.fc43.x86_6 100% |   5.4 MiB/s | 192.2 KiB |  00m00s
- [122/233] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   9.9 MiB/s |   2.0 MiB |  00m00s
- [123/233] libvmaf-0:3.0.0-4.fc43.x86_64 100% |   6.6 MiB/s | 196.6 KiB |  00m00s
- [124/233] xz-devel-1:5.8.1-4.fc43.x86_6 100% | 142.2 KiB/s |  66.7 KiB |  00m00s
- [125/233] libaom-0:3.13.1-1.fc43.x86_64 100% |   1.7 MiB/s |   1.9 MiB |  00m01s
- [126/233] glycin-loaders-0:2.0.8-1.fc43 100% |   1.8 MiB/s |   2.8 MiB |  00m02s
- [127/233] libdav1d-0:1.5.3-1.fc43.x86_6 100% |   4.1 MiB/s | 637.4 KiB |  00m00s
- [128/233] libjpeg-turbo-0:3.1.3-1.fc43. 100% |   2.3 MiB/s | 236.8 KiB |  00m00s
- [129/233] rav1e-libs-0:0.8.1-2.fc43.x86 100% |   5.4 MiB/s |   1.1 MiB |  00m00s
- [130/233] xkeyboard-config-0:2.46-1.fc4 100% |   2.4 MiB/s | 993.6 KiB |  00m00s
- [131/233] json-glib-0:1.10.8-4.fc43.x86 100% |   5.6 MiB/s | 172.7 KiB |  00m00s
- [132/233] libjxl-1:0.11.1-7.fc43.x86_64 100% |   6.0 MiB/s |   1.2 MiB |  00m00s
- [133/233] libsoup3-0:3.6.6-2.fc43.x86_6 100% |   1.7 MiB/s | 451.5 KiB |  00m00s
- [134/233] openh264-0:2.6.0-2.fc43.x86_6 100% | 888.3 KiB/s | 422.8 KiB |  00m00s
- [135/233] xdg-desktop-portal-gtk-0:1.15 100% |   1.5 MiB/s | 144.0 KiB |  00m00s
- [136/233] highway-0:1.3.0-1.fc43.x86_64 100% |   4.0 MiB/s | 694.5 KiB |  00m00s
- [137/233] libgudev-0:238-8.fc43.x86_64  100% |   1.2 MiB/s |  34.6 KiB |  00m00s
- [138/233] xdg-desktop-portal-0:1.20.3-2 100% |   4.6 MiB/s | 507.6 KiB |  00m00s
- [139/233] libcanberra-gtk3-0:0.30-38.fc 100% |   1.2 MiB/s |  30.1 KiB |  00m00s
- [140/233] libcanberra-0:0.30-38.fc43.x8 100% |   1.7 MiB/s |  83.7 KiB |  00m00s
- [141/233] libtdb-0:1.4.14-3.fc43.x86_64 100% |   2.8 MiB/s |  55.1 KiB |  00m00s
- [142/233] libvorbis-1:1.3.7-13.fc43.x86 100% |   4.2 MiB/s | 188.4 KiB |  00m00s
- [143/233] mesa-va-drivers-0:25.3.6-3.fc 100% |  10.6 KiB/s |   9.2 KiB |  00m01s
- [144/233] librsvg2-0:2.61.0-5.fc43.x86_ 100% |   1.2 MiB/s |   1.9 MiB |  00m02s
- [145/233] dconf-0:0.49.0-1.fc43.x86_64  100% | 226.3 KiB/s | 110.2 KiB |  00m00s
- [146/233] tinysparql-0:3.10.1-5.fc43.x8 100% |   1.7 MiB/s |   1.0 MiB |  00m01s
- [147/233] sound-theme-freedesktop-0:0.8 100% | 180.8 KiB/s | 382.3 KiB |  00m02s
- [148/233] fuse3-0:3.16.2-6.fc43.x86_64  100% |   4.5 MiB/s |  55.7 KiB |  00m00s
- [149/233] fuse3-libs-0:3.16.2-6.fc43.x8 100% |   5.1 MiB/s |  93.2 KiB |  00m00s
- [150/233] geoclue2-0:2.8.0-1.fc43.x86_6 100% |   1.5 MiB/s | 144.5 KiB |  00m00s
- [151/233] glib-networking-0:2.80.1-3.fc 100% | 191.2 KiB/s | 200.8 KiB |  00m01s
- [152/233] gsettings-desktop-schemas-0:4 100% |   1.2 MiB/s | 822.9 KiB |  00m01s
- [153/233] ModemManager-glib-0:1.24.2-1. 100% |   2.8 MiB/s | 334.9 KiB |  00m00s
- [154/233] libunwind-0:1.8.1-3.fc43.x86_ 100% |   2.5 MiB/s |  76.5 KiB |  00m00s
- [155/233] cdparanoia-libs-0:10.2-48.fc4 100% | 998.3 KiB/s |  53.9 KiB |  00m00s
- [156/233] graphene-0:1.10.8-2.fc43.x86_ 100% |   7.5 MiB/s |  61.3 KiB |  00m00s
- [157/233] gstreamer1-0:1.26.11-1.fc43.x 100% |   2.5 MiB/s |   1.7 MiB |  00m01s
- [158/233] libXv-0:1.0.13-3.fc43.x86_64  100% | 742.9 KiB/s |  18.6 KiB |  00m00s
- [159/233] libtheora-1:1.1.1-40.fc43.x86 100% |   5.0 MiB/s | 170.3 KiB |  00m00s
- [160/233] iso-codes-0:4.18.0-2.fc43.noa 100% |   2.6 MiB/s |   3.7 MiB |  00m01s
- [161/233] gstreamer1-plugins-base-0:1.2 100% |   1.2 MiB/s |   2.3 MiB |  00m02s
- [162/233] libvisual-1:0.4.2-3.fc43.x86_ 100% |  94.6 KiB/s | 153.2 KiB |  00m02s
- [163/233] orc-0:0.4.41-2.fc43.x86_64    100% | 268.9 KiB/s | 221.5 KiB |  00m01s
- [164/233] fdk-aac-free-0:2.0.0-16.fc43. 100% |   1.4 MiB/s | 341.1 KiB |  00m00s
- [165/233] opus-0:1.5.2-3.fc43.x86_64    100% | 119.9 KiB/s | 237.1 KiB |  00m02s
- [166/233] libebur128-0:1.2.6-14.fc43.x8 100% | 801.9 KiB/s |  24.9 KiB |  00m00s
- [167/233] liblc3-0:1.1.3-5.fc43.x86_64  100% |   1.5 MiB/s | 105.1 KiB |  00m00s
- [168/233] libldac-0:2.0.2.3-18.fc43.x86 100% |   1.8 MiB/s |  42.5 KiB |  00m00s
- [169/233] fftw-libs-single-0:3.3.10-16. 100% |   1.3 MiB/s |   1.2 MiB |  00m01s
- [170/233] libsndfile-0:1.2.2-10.fc43.x8 100% | 827.0 KiB/s | 220.8 KiB |  00m00s
- [171/233] webrtc-audio-processing-0:1.3 100% |   3.7 MiB/s | 533.9 KiB |  00m00s
- [172/233] gsm-0:1.0.23-1.fc43.x86_64    100% | 878.8 KiB/s |  36.0 KiB |  00m00s
- [173/233] libsbc-0:2.0-7.fc43.x86_64    100% |  53.7 KiB/s |  49.0 KiB |  00m01s
- [174/233] mpg123-libs-0:1.32.10-2.fc43. 100% |   2.5 MiB/s | 355.6 KiB |  00m00s
- [175/233] libogg-2:1.3.6-2.fc43.x86_64  100% | 140.7 KiB/s |  33.5 KiB |  00m00s
- [176/233] flac-libs-0:1.5.0-5.fc43.x86_ 100% | 721.3 KiB/s | 217.1 KiB |  00m00s
- [177/233] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |   5.8 MiB/s | 541.4 KiB |  00m00s
- [178/233] pulseaudio-libs-0:17.0-9.fc43 100% | 596.9 KiB/s | 694.2 KiB |  00m01s
- [179/233] pipewire-libs-0:1.4.11-1.fc43 100% | 533.2 KiB/s |   2.4 MiB |  00m05s
- [180/233] libproxy-0:0.5.12-1.fc43.x86_ 100% |   6.3 MiB/s |  45.2 KiB |  00m00s
- [181/233] duktape-0:2.7.0-10.fc43.x86_6 100% |   2.0 MiB/s | 168.7 KiB |  00m00s
- [182/233] bluez-libs-0:5.86-4.fc43.x86_ 100% |   3.9 MiB/s |  82.9 KiB |  00m00s
- [183/233] libnotify-0:0.8.8-1.fc43.x86_ 100% |   6.1 MiB/s |  55.9 KiB |  00m00s
- [184/233] libasyncns-0:0.8-31.fc43.x86_ 100% |  47.6 KiB/s |  30.0 KiB |  00m01s
- [185/233] low-memory-monitor-0:2.1-13.f 100% |   1.5 MiB/s |  34.2 KiB |  00m00s
- [186/233] pipewire-0:1.4.11-1.fc43.x86_ 100% | 286.2 KiB/s | 133.9 KiB |  00m00s
- [187/233] lame-libs-0:3.100-20.fc43.x86 100% |  86.8 KiB/s | 338.9 KiB |  00m04s
- [188/233] fuse-common-0:3.16.2-6.fc43.x 100% |   4.1 KiB/s |   7.3 KiB |  00m02s
- [189/233] rtkit-0:0.11-69.fc43.x86_64   100% |  76.0 KiB/s |  54.9 KiB |  00m01s
- [190/233] dbus-broker-0:37-2.fc43.x86_6 100% | 335.6 KiB/s | 173.8 KiB |  00m01s
- [191/233] systemd-pam-0:258.7-1.fc43.x8 100% |   1.1 MiB/s | 424.3 KiB |  00m00s
- [192/233] dbus-common-1:1.16.0-4.fc43.n 100% |  41.8 KiB/s |  14.2 KiB |  00m00s
- [193/233] adwaita-mono-fonts-0:49.0-2.f 100% |   3.6 MiB/s |   1.4 MiB |  00m00s
- [194/233] systemd-0:258.7-1.fc43.x86_64 100% |   1.3 MiB/s |   4.2 MiB |  00m03s
- [195/233] polkit-0:126-6.fc43.2.x86_64  100% |   5.8 MiB/s | 160.1 KiB |  00m00s
- [196/233] systemd-shared-0:258.7-1.fc43 100% | 307.9 KiB/s |   1.8 MiB |  00m06s
- [197/233] wireplumber-0:0.5.14-1.fc43.x 100% | 514.3 KiB/s | 122.9 KiB |  00m00s
- [198/233] wireplumber-libs-0:0.5.14-1.f 100% |   1.5 MiB/s | 431.5 KiB |  00m00s
- [199/233] pipewire-alsa-0:1.4.11-1.fc43 100% |   4.4 MiB/s |  59.0 KiB |  00m00s
- [200/233] pipewire-jack-audio-connectio 100% | 993.5 KiB/s |  10.9 KiB |  00m00s
- [201/233] pipewire-jack-audio-connectio 100% |  89.1 KiB/s | 144.9 KiB |  00m02s
- [202/233] pipewire-pulseaudio-0:1.4.11- 100% |   3.8 MiB/s | 209.7 KiB |  00m00s
- [203/233] pipewire-plugin-libcamera-0:1 100% |   4.8 MiB/s |  73.8 KiB |  00m00s
- [204/233] libbpf-2:1.6.1-3.fc43.x86_64  100% | 428.3 KiB/s | 191.0 KiB |  00m00s
- [205/233] polkit-libs-0:126-6.fc43.2.x8 100% |   8.8 KiB/s |  66.9 KiB |  00m08s
- [206/233] cryptsetup-libs-0:2.8.4-1.fc4 100% |   1.0 MiB/s | 574.2 KiB |  00m01s
- [207/233] device-mapper-0:1.02.208-2.fc 100% | 297.7 KiB/s | 138.7 KiB |  00m00s
- [208/233] device-mapper-libs-0:1.02.208 100% | 137.5 KiB/s | 179.9 KiB |  00m01s
- [209/233] qrencode-libs-0:4.1.1-11.fc43 100% |  57.3 KiB/s |  62.3 KiB |  00m01s
- [210/233] systemd-networkd-0:258.7-1.fc 100% |   8.4 MiB/s | 775.5 KiB |  00m00s
- [211/233] systemd-resolved-0:258.7-1.fc 100% |  11.6 MiB/s | 319.7 KiB |  00m00s
- [212/233] polkit-pkla-compat-0:0.1-31.f 100% |   1.5 MiB/s |  43.9 KiB |  00m00s
- [213/233] libcamera-0:0.5.2-5.fc43.x86_ 100% |  10.1 MiB/s | 682.2 KiB |  00m00s
- [214/233] libyuv-0:0-0.57.20240704git96 100% |   9.0 MiB/s | 202.1 KiB |  00m00s
- [215/233] lttng-ust-0:2.14.0-4.fc43.x86 100% |   3.7 MiB/s | 366.3 KiB |  00m00s
- [216/233] kmod-libs-0:34.2-2.fc43.x86_6 100% |  51.8 KiB/s |  68.1 KiB |  00m01s
- [217/233] kbd-0:2.8.0-3.fc43.x86_64     100% | 500.1 KiB/s | 386.1 KiB |  00m01s
- [218/233] systemd-udev-0:258.7-1.fc43.x 100% |   1.4 MiB/s |   2.6 MiB |  00m02s
- [219/233] kmod-0:34.2-2.fc43.x86_64     100% | 147.4 KiB/s | 132.7 KiB |  00m01s
- [220/233] kbd-misc-0:2.8.0-3.fc43.noarc 100% | 441.0 KiB/s |   1.6 MiB |  00m04s
- [221/233] libcamera-ipa-0:0.5.2-5.fc43. 100% | 681.1 KiB/s | 179.1 KiB |  00m00s
- [222/233] kbd-legacy-0:2.8.0-3.fc43.noa 100% | 117.3 KiB/s | 578.3 KiB |  00m05s
- [223/233] libmount-0:2.41.4-7.fc43.x86_ 100% | 479.3 KiB/s | 163.0 KiB |  00m00s
- [224/233] libblkid-0:2.41.4-7.fc43.x86_ 100% | 493.4 KiB/s | 123.9 KiB |  00m00s
- [225/233] libuuid-0:2.41.4-7.fc43.x86_6 100% | 119.8 KiB/s |  26.6 KiB |  00m00s
- [226/233] util-linux-core-0:2.41.4-7.fc 100% | 955.3 KiB/s | 551.2 KiB |  00m01s
- [227/233] util-linux-0:2.41.4-7.fc43.x8 100% |   7.9 MiB/s |   1.2 MiB |  00m00s
- [228/233] libsmartcols-0:2.41.4-7.fc43. 100% |   4.3 MiB/s |  84.2 KiB |  00m00s
- [229/233] libfdisk-0:2.41.4-7.fc43.x86_ 100% |   1.7 MiB/s | 162.1 KiB |  00m00s
- [230/233] liblastlog2-0:2.41.4-7.fc43.x 100% | 104.8 KiB/s |  23.6 KiB |  00m00s
- [231/233] zlib-ng-compat-0:2.3.3-2.fc43 100% |   5.4 MiB/s |  88.7 KiB |  00m00s
- [232/233] glib2-0:2.86.4-2.fc43.x86_64  100% |   1.1 MiB/s |   3.1 MiB |  00m03s
- [233/233] adwaita-sans-fonts-0:49.0-2.f 100% |  20.6 KiB/s | 764.3 KiB |  00m37s
- --------------------------------------------------------------------------------
- [233/233] Total                         100% | 786.6 KiB/s | 106.0 MiB |  02m18s
- Running transaction
- [  1/245] Verify package files          100% | 168.0   B/s | 233.0   B |  00m01s
- [  2/245] Prepare transaction           100% | 934.0   B/s | 243.0   B |  00m00s
- [  3/245] Upgrading zlib-ng-compat-0:2. 100% |  52.9 MiB/s | 162.6 KiB |  00m00s
- [  4/245] Installing libXext-0:1.3.6-4. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  5/245] Installing avahi-libs-0:0.9~r 100% |  42.5 MiB/s | 174.0 KiB |  00m00s
- [  6/245] Upgrading libuuid-0:2.41.4-7. 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [  7/245] Upgrading libblkid-0:2.41.4-7 100% |  64.3 MiB/s | 263.6 KiB |  00m00s
- [  8/245] Upgrading libmount-0:2.41.4-7 100% |  60.8 MiB/s | 373.8 KiB |  00m00s
- [  9/245] Upgrading glib2-0:2.86.4-2.fc 100% | 168.5 MiB/s |  15.0 MiB |  00m00s
- [ 10/245] Installing libXrender-0:0.9.1 100% |  23.1 MiB/s |  47.3 KiB |  00m00s
- [ 11/245] Installing json-glib-0:1.10.8 100% |  98.4 MiB/s | 604.4 KiB |  00m00s
- [ 12/245] Installing libogg-2:1.3.6-2.f 100% |  46.0 MiB/s |  47.1 KiB |  00m00s
- [ 13/245] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [ 14/245] Installing libglvnd-1:1.7.0-8 100% | 128.8 MiB/s | 527.5 KiB |  00m00s
- [ 15/245] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 16/245] Installing libvorbis-1:1.3.7- 100% | 102.0 MiB/s | 835.9 KiB |  00m00s
- [ 17/245] Installing systemd-shared-0:2 100% | 127.2 MiB/s |   5.0 MiB |  00m00s
- [ 18/245] Installing libXi-0:1.8.2-3.fc 100% |  39.9 MiB/s |  81.7 KiB |  00m00s
- [ 19/245] Installing libpng-2:1.6.55-1. 100% |  59.3 MiB/s | 243.0 KiB |  00m00s
- [ 20/245] Installing alsa-lib-0:1.2.15. 100% |  37.6 MiB/s |   1.5 MiB |  00m00s
- [ 21/245] Installing cmake-filesystem-0 100% |   1.5 MiB/s |   7.6 KiB |  00m00s
- [ 22/245] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [ 23/245] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 24/245] Installing avahi-glib-0:0.9~r 100% |  20.0 MiB/s |  20.4 KiB |  00m00s
- [ 25/245] Upgrading libfdisk-0:2.41.4-7 100% |  93.1 MiB/s | 381.4 KiB |  00m00s
- [ 26/245] Installing opus-0:1.5.2-3.fc4 100% |  83.7 MiB/s | 428.7 KiB |  00m00s
- [ 27/245] Installing libjpeg-turbo-0:3. 100% | 112.7 MiB/s | 808.0 KiB |  00m00s
- [ 28/245] Installing libXfixes-0:6.0.1- 100% |  13.5 MiB/s |  27.6 KiB |  00m00s
- [ 29/245] Installing libpng-devel-2:1.6 100% |  26.4 MiB/s | 891.6 KiB |  00m00s
- [ 30/245] Installing libglvnd-opengl-1: 100% |  35.5 MiB/s | 145.6 KiB |  00m00s
- [ 31/245] Installing shared-mime-info-0 100% |  34.5 MiB/s |   2.6 MiB |  00m00s
- [ 32/245] Installing libsoup3-0:3.6.6-2 100% | 127.2 MiB/s |   1.8 MiB |  00m00s
- [ 33/245] Installing libgudev-0:238-8.f 100% |  27.8 MiB/s |  85.3 KiB |  00m00s
- [ 34/245] Installing gsettings-desktop- 100% | 261.0 MiB/s |   5.7 MiB |  00m00s
- [ 35/245] Installing polkit-libs-0:126- 100% |  49.2 MiB/s | 201.6 KiB |  00m00s
- [ 36/245] Upgrading libsmartcols-0:2.41 100% |  44.3 MiB/s | 181.5 KiB |  00m00s
- [ 37/245] Upgrading util-linux-core-0:2 100% |  31.5 MiB/s |   1.5 MiB |  00m00s
- [ 38/245] Installing duktape-0:2.7.0-10 100% |  86.2 MiB/s | 617.8 KiB |  00m00s
- [ 39/245] Installing libunwind-0:1.8.1- 100% |  38.6 MiB/s | 197.4 KiB |  00m00s
- [ 40/245] Installing gstreamer1-0:1.26. 100% |  78.0 MiB/s |   5.4 MiB |  00m00s
- [ 41/245] Installing fuse3-libs-0:3.16. 100% |  68.0 MiB/s | 278.6 KiB |  00m00s
- [ 42/245] Installing libtdb-0:1.4.14-3. 100% |  33.1 MiB/s | 101.6 KiB |  00m00s
- [ 43/245] Installing libdav1d-0:1.5.3-1 100% | 120.9 MiB/s |   1.7 MiB |  00m00s
- [ 44/245] Installing lcms2-0:2.16-6.fc4 100% |  85.0 MiB/s | 435.3 KiB |  00m00s
- [ 45/245] Installing libwayland-egl-0:1 100% |   6.6 MiB/s |  13.6 KiB |  00m00s
- [ 46/245] Installing fribidi-0:1.0.16-3 100% |   6.5 MiB/s | 192.8 KiB |  00m00s
- [ 47/245] Installing mesa-filesystem-0: 100% | 238.5 KiB/s |   4.3 KiB |  00m00s
- [ 48/245] Installing xml-common-0:0.6.3 100% |  26.4 MiB/s |  81.1 KiB |  00m00s
- [ 49/245] Installing pixman-0:0.46.2-2. 100% |  99.3 MiB/s | 711.4 KiB |  00m00s
- [ 50/245] Installing lzo-0:2.10-15.fc43 100% |  58.8 MiB/s | 180.5 KiB |  00m00s
- [ 51/245] Installing graphite2-0:1.3.14 100% |   7.0 MiB/s | 193.9 KiB |  00m00s
- [ 52/245] Installing freetype-0:2.13.3- 100% |  92.4 MiB/s | 851.9 KiB |  00m00s
- [ 53/245] Installing harfbuzz-0:11.5.1- 100% | 113.1 MiB/s |   2.8 MiB |  00m00s
- [ 54/245] Installing harfbuzz-icu-0:11. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 55/245] Installing graphite2-devel-0: 100% |  24.8 MiB/s |  50.8 KiB |  00m00s
- [ 56/245] Installing pixman-devel-0:0.4 100% |  11.1 MiB/s |  56.9 KiB |  00m00s
- [ 57/245] Installing iso-codes-0:4.18.0 100% | 273.8 MiB/s |  21.6 MiB |  00m00s
- [ 58/245] Installing libproxy-0:0.5.12- 100% |  34.0 MiB/s | 104.6 KiB |  00m00s
- [ 59/245] Installing mesa-libGLU-0:9.0. 100% |  88.5 MiB/s | 362.6 KiB |  00m00s
- [ 60/245] Installing libXcursor-0:1.2.3 100% |  26.9 MiB/s |  55.1 KiB |  00m00s
- [ 61/245] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [ 62/245] Installing libyuv-0:0-0.57.20 100% | 110.9 MiB/s | 681.3 KiB |  00m00s
- [ 63/245] Installing libXtst-0:1.2.5-3. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [ 64/245] Installing abattis-cantarell- 100% |  63.3 MiB/s | 194.4 KiB |  00m00s
- [ 65/245] Installing libtheora-1:1.1.1- 100% |  93.7 MiB/s | 479.7 KiB |  00m00s
- [ 66/245] Installing flac-libs-0:1.5.0- 100% | 100.0 MiB/s | 614.2 KiB |  00m00s
- [ 67/245] Installing libgusb-0:0.4.9-4. 100% |  53.3 MiB/s | 163.7 KiB |  00m00s
- [ 68/245] Installing colord-libs-0:1.4. 100% | 101.8 MiB/s | 833.8 KiB |  00m00s
- [ 69/245] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 70/245] Installing libXrandr-0:1.5.4- 100% |  51.8 MiB/s |  53.0 KiB |  00m00s
- [ 71/245] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [ 72/245] Installing ModemManager-glib- 100% | 137.4 MiB/s |   1.5 MiB |  00m00s
- [ 73/245] Installing graphene-0:1.10.8- 100% |  52.1 MiB/s | 160.1 KiB |  00m00s
- [ 74/245] Installing libblkid-devel-0:2 100% |  22.5 MiB/s |  46.0 KiB |  00m00s
- [ 75/245] Installing libXxf86vm-0:1.1.6 100% |  25.9 MiB/s |  26.5 KiB |  00m00s
- [ 76/245] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [ 77/245] Installing libXinerama-0:1.1. 100% |  15.7 MiB/s |  16.1 KiB |  00m00s
- [ 78/245] Installing libXv-0:1.0.13-3.f 100% |  26.6 MiB/s |  27.2 KiB |  00m00s
- [ 79/245] Installing libbpf-2:1.6.1-3.f 100% | 103.4 MiB/s | 423.7 KiB |  00m00s
- [ 80/245] Installing kmod-libs-0:34.2-2 100% |  44.3 MiB/s | 136.2 KiB |  00m00s
- [ 81/245] Installing kmod-0:34.2-2.fc43 100% |   9.2 MiB/s | 253.1 KiB |  00m00s
- [ 82/245] Upgrading liblastlog2-0:2.41. 100% |   1.8 MiB/s |  36.0 KiB |  00m00s
- [ 83/245] Upgrading util-linux-0:2.41.4 100% |  22.5 MiB/s |   3.6 MiB |  00m00s
- [ 84/245] Installing kbd-misc-0:2.8.0-3 100% |  37.3 MiB/s |   2.6 MiB |  00m00s
- [ 85/245] Installing kbd-legacy-0:2.8.0 100% |  21.7 MiB/s | 621.4 KiB |  00m00s
- [ 86/245] Installing kbd-0:2.8.0-3.fc43 100% |  39.4 MiB/s |   1.5 MiB |  00m00s
- [ 87/245] Installing lttng-ust-0:2.14.0 100% | 101.2 MiB/s |   1.3 MiB |  00m00s
- [ 88/245] Installing libcamera-0:0.5.2- 100% |  56.8 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.           
- >>>                                                                             
- [ 89/245] Installing dbus-common-1:1.16 100% | 356.6 KiB/s |  13.6 KiB |  00m00s
- [ 90/245] Installing dbus-broker-0:37-2 100% |   6.8 MiB/s | 389.8 KiB |  00m00s
- [ 91/245] Installing dbus-1:1.16.0-4.fc 100% |   2.5 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 
- >>>                                                                             
- [ 92/245] Installing systemd-0:258.7-1. 100% |  19.1 MiB/s |  12.9 MiB |  00m01s
- [ 93/245] Installing systemd-pam-0:258. 100% |  31.5 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.        
- >>>                                                                             
- [ 94/245] Installing polkit-0:126-6.fc4 100% |   4.2 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.               
- >>>                                                                             
- [ 95/245] Installing rtkit-0:0.11-69.fc 100% |   2.2 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
- >>>                                                                             
- [ 96/245] Installing device-mapper-0:1. 100% |   9.5 MiB/s | 350.2 KiB |  00m00s
- [ 97/245] Installing device-mapper-libs 100% |  68.3 MiB/s | 419.4 KiB |  00m00s
- [ 98/245] Installing cryptsetup-libs-0: 100% | 221.1 MiB/s |   2.7 MiB |  00m00s
- [ 99/245] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [100/245] Installing fuse3-0:3.16.2-6.f 100% |   4.5 MiB/s | 124.1 KiB |  00m00s
- [101/245] Installing bluez-libs-0:5.86- 100% |  48.7 MiB/s | 199.4 KiB |  00m00s
- [102/245] Installing libasyncns-0:0.8-3 100% |  55.4 MiB/s |  56.8 KiB |  00m00s
- [103/245] Installing mpg123-libs-0:1.32 100% |  99.7 MiB/s | 816.6 KiB |  00m00s
- [104/245] Installing lame-libs-0:3.100- 100% | 199.8 MiB/s |   1.2 MiB |  00m00s
- [105/245] Installing gsm-0:1.0.23-1.fc4 100% |  32.7 MiB/s |  66.9 KiB |  00m00s
- [106/245] Installing libsndfile-0:1.2.2 100% |  89.8 MiB/s | 551.6 KiB |  00m00s
- [107/245] Installing pulseaudio-libs-0: 100% | 198.8 MiB/s |   3.4 MiB |  00m00s
- [108/245] Installing webrtc-audio-proce 100% |  85.4 MiB/s |   1.4 MiB |  00m00s
- [109/245] Installing libsbc-0:2.0-7.fc4 100% |  46.2 MiB/s |  94.5 KiB |  00m00s
- [110/245] Installing libldac-0:2.0.2.3- 100% |  24.8 MiB/s |  76.2 KiB |  00m00s
- [111/245] Installing liblc3-0:1.1.3-5.f 100% |  55.9 MiB/s | 171.8 KiB |  00m00s
- [112/245] Installing libebur128-0:1.2.6 100% |  19.9 MiB/s |  40.7 KiB |  00m00s
- [113/245] Installing fftw-libs-single-0 100% | 133.3 MiB/s |   3.6 MiB |  00m00s
- [114/245] Installing fdk-aac-free-0:2.0 100% |  54.5 MiB/s | 613.3 KiB |  00m00s
- [115/245] Installing pipewire-libs-0:1. 100% |  82.7 MiB/s |   8.7 MiB |  00m00s
- [116/245] Installing wireplumber-libs-0 100% |  48.4 MiB/s |   1.4 MiB |  00m00s
- [117/245] Installing wireplumber-0:0.5. 100% |   7.4 MiB/s | 444.2 KiB |  00m00s
- [118/245] Installing pipewire-jack-audi 100% |  12.5 MiB/s | 499.3 KiB |  00m00s
- [119/245] Installing pipewire-jack-audi 100% | 152.3 KiB/s | 312.0   B |  00m00s
- [120/245] Installing orc-0:0.4.41-2.fc4 100% |  16.6 MiB/s | 728.9 KiB |  00m00s
- [121/245] Installing libvisual-1:0.4.2- 100% |  63.5 MiB/s | 455.1 KiB |  00m00s
- [122/245] Installing cdparanoia-libs-0: 100% |  28.1 MiB/s | 115.0 KiB |  00m00s
- [123/245] Installing sound-theme-freede 100% |  14.3 MiB/s | 467.2 KiB |  00m00s
- [124/245] Installing libcanberra-0:0.30 100% |   3.9 MiB/s | 271.4 KiB |  00m00s
- [125/245] Installing highway-0:1.3.0-1. 100% | 158.1 MiB/s |   5.5 MiB |  00m00s
- [126/245] Installing libjxl-1:0.11.1-7. 100% | 137.0 MiB/s |   4.1 MiB |  00m00s
- [127/245] Installing openh264-0:2.6.0-2 100% | 109.6 MiB/s |   1.1 MiB |  00m00s
- [128/245] Installing rav1e-libs-0:0.8.1 100% | 123.3 MiB/s |   3.1 MiB |  00m00s
- [129/245] Installing xkeyboard-config-0 100% | 169.0 MiB/s |  10.3 MiB |  00m00s
- [130/245] Installing libxkbcommon-0:1.1 100% |  80.1 MiB/s | 409.9 KiB |  00m00s
- [131/245] Installing xz-devel-1:5.8.1-4 100% |  51.3 MiB/s | 262.6 KiB |  00m00s
- [132/245] Installing libxml2-devel-0:2. 100% |  79.4 MiB/s |   3.4 MiB |  00m00s
- [133/245] Installing libvmaf-0:3.0.0-4. 100% | 115.6 MiB/s | 828.4 KiB |  00m00s
- [134/245] Installing libaom-0:3.13.1-1. 100% | 136.0 MiB/s |   5.0 MiB |  00m00s
- [135/245] Installing svt-av1-libs-0:3.1 100% | 126.6 MiB/s |   5.6 MiB |  00m00s
- [136/245] Installing openjpeg-0:2.5.4-1 100% |  74.6 MiB/s | 458.2 KiB |  00m00s
- [137/245] Installing libwebp-0:1.6.0-2. 100% |  93.8 MiB/s | 960.7 KiB |  00m00s
- [138/245] Installing libopenjph-0:0.22. 100% |  91.3 MiB/s | 467.3 KiB |  00m00s
- [139/245] Installing libheif-0:1.20.2-6 100% | 111.0 MiB/s |   1.6 MiB |  00m00s
- [140/245] Installing libstemmer-0:3.0.1 100% | 107.9 MiB/s | 662.9 KiB |  00m00s
- [141/245] Installing libtinysparql-0:3. 100% |  97.5 MiB/s | 997.9 KiB |  00m00s
- [142/245] Installing cups-filesystem-1: 100% | 890.6 KiB/s |   1.8 KiB |  00m00s
- [143/245] Installing cups-libs-1:2.4.16 100% |  86.5 MiB/s | 620.2 KiB |  00m00s
- [144/245] Installing xprop-0:1.2.8-4.fc 100% |   2.0 MiB/s |  56.0 KiB |  00m00s
- [145/245] Installing at-spi2-core-0:2.5 100% | 130.7 MiB/s |   1.6 MiB |  00m00s
- [146/245] Installing atk-0:2.58.4-1.fc4 100% |  61.0 MiB/s | 250.0 KiB |  00m00s
- [147/245] Installing at-spi2-atk-0:2.58 100% |  55.8 MiB/s | 285.7 KiB |  00m00s
- [148/245] Installing libdatrie-0:0.2.13 100% |  26.8 MiB/s |  54.9 KiB |  00m00s
- [149/245] Installing libthai-0:0.1.29-1 100% |  54.8 MiB/s | 785.2 KiB |  00m00s
- [150/245] Installing adwaita-icon-theme 100% |  16.8 MiB/s |   2.4 MiB |  00m00s
- [151/245] Installing adwaita-cursor-the 100% | 184.3 MiB/s |  11.4 MiB |  00m00s
- [152/245] Installing adwaita-icon-theme 100% |  21.6 MiB/s |   1.3 MiB |  00m00s
- [153/245] Installing libepoxy-0:1.5.10- 100% | 119.8 MiB/s |   1.1 MiB |  00m00s
- [154/245] Installing libXcomposite-0:0. 100% |  20.5 MiB/s |  42.0 KiB |  00m00s
- [155/245] Installing hicolor-icon-theme 100% |   5.7 MiB/s | 179.7 KiB |  00m00s
- [156/245] Installing hwdata-0:0.406-1.f 100% | 141.0 MiB/s |   9.9 MiB |  00m00s
- [157/245] Installing libpciaccess-0:0.1 100% |  14.9 MiB/s |  45.9 KiB |  00m00s
- [158/245] Installing libdrm-0:2.4.131-1 100% |  36.3 MiB/s | 408.5 KiB |  00m00s
- [159/245] Installing spirv-tools-libs-0 100% | 112.3 MiB/s |   6.0 MiB |  00m00s
- [160/245] Installing lzo-minilzo-0:2.10 100% |  18.5 MiB/s |  37.9 KiB |  00m00s
- [161/245] Installing lzo-devel-0:2.10-1 100% |  52.6 MiB/s | 215.3 KiB |  00m00s
- [162/245] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [163/245] Installing google-noto-sans-v 100% | 115.9 MiB/s |   1.4 MiB |  00m00s
- [164/245] Installing default-fonts-core 100% |   3.6 MiB/s |  18.2 KiB |  00m00s
- [165/245] Installing fontconfig-0:2.17. 100% | 725.1 KiB/s | 785.3 KiB |  00m01s
- [166/245] Installing cairo-0:1.18.4-2.f 100% | 110.8 MiB/s |   1.8 MiB |  00m00s
- [167/245] Installing cairo-gobject-0:1. 100% |  15.6 MiB/s |  32.0 KiB |  00m00s
- [168/245] Installing harfbuzz-cairo-0:1 100% |  23.9 MiB/s |  49.0 KiB |  00m00s
- [169/245] Installing libXft-0:2.3.8-9.f 100% |  54.0 MiB/s | 165.9 KiB |  00m00s
- [170/245] Installing pango-0:1.57.1-1.f 100% |  30.4 MiB/s |   1.0 MiB |  00m00s
- [171/245] Installing librsvg2-0:2.61.0- 100% | 126.7 MiB/s |   5.1 MiB |  00m00s
- [172/245] Installing glycin-loaders-0:2 100% | 153.4 MiB/s |  12.7 MiB |  00m00s
- [173/245] Installing glycin-libs-0:2.0. 100% | 128.5 MiB/s |   4.2 MiB |  00m00s
- [174/245] Installing gdk-pixbuf2-0:2.44 100% |  78.9 MiB/s |   2.5 MiB |  00m00s
- [175/245] Installing gtk-update-icon-ca 100% |   2.6 MiB/s |  63.3 KiB |  00m00s
- [176/245] Installing gtk3-0:3.24.52-1.f 100% | 147.3 MiB/s |  22.5 MiB |  00m00s
- [177/245] Installing libdecor-0:0.2.5-1 100% |  41.0 MiB/s | 167.8 KiB |  00m00s
- [178/245] Installing SDL3-0:3.4.0-3.fc4 100% | 125.6 MiB/s |   3.0 MiB |  00m00s
- [179/245] Installing sdl2-compat-0:2.32 100% | 100.1 MiB/s | 410.1 KiB |  00m00s
- [180/245] Installing SDL2_ttf-0:2.24.0- 100% |  44.6 MiB/s |  91.4 KiB |  00m00s
- [181/245] Installing libnotify-0:0.8.8- 100% |   2.3 MiB/s | 129.0 KiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64                  
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64                 
- >>> Scriptlet output:                                                           
- >>> Creating group 'geoclue' with GID 995.                                      
- >>> Creating user 'geoclue' (n/a) with UID 995 and GID 995.                     
- >>>                                                                             
- [182/245] Installing geoclue2-0:2.8.0-1 100% |  10.7 MiB/s | 405.6 KiB |  00m00s
- [183/245] Installing bzip2-devel-0:1.0. 100% |  75.9 MiB/s | 310.7 KiB |  00m00s
- [184/245] Installing brotli-0:1.2.0-1.f 100% | 983.6 KiB/s |  34.4 KiB |  00m00s
- [185/245] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [186/245] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [187/245] Installing libxshmfence-0:1.3 100% |   6.6 MiB/s |  13.6 KiB |  00m00s
- [188/245] Installing mesa-dri-drivers-0 100% | 103.2 MiB/s |  48.8 MiB |  00m00s
- [189/245] Installing mesa-libgbm-0:25.3 100% |  10.0 MiB/s |  20.5 KiB |  00m00s
- [190/245] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [191/245] Installing mesa-libEGL-0:25.3 100% |  76.0 MiB/s | 311.3 KiB |  00m00s
- [192/245] Installing libglvnd-gles-1:1. 100% |  48.5 MiB/s |  99.3 KiB |  00m00s
- [193/245] Installing mesa-libGL-0:25.3. 100% |  56.0 MiB/s | 286.9 KiB |  00m00s
- [194/245] Installing libglvnd-glx-1:1.7 100% |  84.1 MiB/s | 602.6 KiB |  00m00s
- [195/245] Installing gstreamer1-plugins 100% | 115.5 MiB/s |   7.4 MiB |  00m00s
- [196/245] Installing xdg-desktop-portal 100% |  29.4 MiB/s |   1.9 MiB |  00m00s
- [197/245] Installing sysprof-capture-de 100% |  87.5 MiB/s | 806.5 KiB |  00m00s
- [198/245] Installing libsepol-devel-0:3 100% |  18.0 MiB/s | 128.9 KiB |  00m00s
- [199/245] Installing pcre2-utf32-0:10.4 100% | 119.5 MiB/s | 611.9 KiB |  00m00s
- [200/245] Installing pcre2-utf16-0:10.4 100% |  89.3 MiB/s | 640.0 KiB |  00m00s
- [201/245] Installing pcre2-devel-0:10.4 100% |  62.3 MiB/s |   2.1 MiB |  00m00s
- [202/245] Installing libselinux-devel-0 100% |  22.6 MiB/s | 162.1 KiB |  00m00s
- [203/245] Installing libmount-devel-0:2 100% |  21.7 MiB/s |  66.5 KiB |  00m00s
- [204/245] Installing libicu-devel-0:77. 100% |  59.1 MiB/s |   5.1 MiB |  00m00s
- [205/245] Installing python3-packaging- 100% |  50.4 MiB/s | 619.9 KiB |  00m00s
- [206/245] Installing libglvnd-core-deve 100% |  20.1 MiB/s |  41.1 KiB |  00m00s
- [207/245] Installing libglvnd-devel-1:1 100% | 117.8 MiB/s |   2.1 MiB |  00m00s
- [208/245] Installing mesa-libGLU-devel- 100% |   8.6 MiB/s |  17.5 KiB |  00m00s
- [209/245] Installing sdl2-compat-devel- 100% |  55.4 MiB/s |   3.3 MiB |  00m00s
- [210/245] Installing libffi-devel-0:3.5 100% |   6.9 MiB/s |  35.6 KiB |  00m00s
- [211/245] Installing glib2-devel-0:2.86 100% |  95.6 MiB/s |  15.8 MiB |  00m00s
- [212/245] Installing freetype-devel-0:2 100% | 189.8 MiB/s |   8.5 MiB |  00m00s
- [213/245] Installing fontconfig-devel-0 100% |  31.1 MiB/s | 159.4 KiB |  00m00s
- [214/245] Installing cairo-devel-0:1.18 100% | 286.4 MiB/s |   2.3 MiB |  00m00s
- [215/245] Installing harfbuzz-devel-0:1 100% | 127.0 MiB/s |   5.3 MiB |  00m00s
- [216/245] Installing SDL2_ttf-devel-0:2 100% |  31.5 MiB/s |  96.7 KiB |  00m00s
- [217/245] Installing xdg-desktop-portal 100% |  15.2 MiB/s | 481.2 KiB |  00m00s
- [218/245] Installing libcanberra-gtk3-0 100% |   2.3 MiB/s |  73.9 KiB |  00m00s
- [219/245] Installing pipewire-plugin-li 100% |  48.0 MiB/s | 147.4 KiB |  00m00s
- [220/245] Installing tinysparql-0:3.10. 100% |  27.4 MiB/s |   2.6 MiB |  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. 
- >>>                                                                             
- [221/245] Installing pipewire-0:1.4.11- 100% |   6.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' 
- >>>                                                                             
- [222/245] Installing pipewire-alsa-0:1. 100% |  39.0 MiB/s | 159.6 KiB |  00m00s
- [223/245] Installing pipewire-pulseaudi 100% |   4.2 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
- >>>                                                                             
- [224/245] Installing systemd-udev-0:258 100% |  14.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
- >>>                                                                             
- [225/245] Installing polkit-pkla-compat 100% |   1.9 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
- >>>                                                                             
- [226/245] Installing systemd-networkd-0 100% |  21.2 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.
- >>>                                                                             
- [227/245] Installing systemd-resolved-0 100% |   9.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
- >>>                                                                             
- [228/245] Installing dconf-0:0.49.0-1.f 100% |   5.4 MiB/s | 312.1 KiB |  00m00s
- [229/245] Installing libcamera-ipa-0:0. 100% |  56.0 MiB/s | 688.4 KiB |  00m00s
- [230/245] Installing glib-networking-0: 100% |  82.2 MiB/s | 757.9 KiB |  00m00s
- [231/245] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [232/245] Installing adwaita-mono-fonts 100% | 122.6 MiB/s |   5.5 MiB |  00m00s
- [233/245] Installing adwaita-sans-fonts 100% | 114.6 MiB/s |   1.7 MiB |  00m00s
- [234/245] Installing low-memory-monitor 100% |   2.5 MiB/s |  67.7 KiB |  00m00s
- [235/245] Installing qrencode-libs-0:4. 100% |   4.8 MiB/s | 166.6 KiB |  00m00s
- [236/245] Removing util-linux-0:2.41.3- 100% |   8.3 KiB/s | 474.0   B |  00m00s
- [237/245] Removing util-linux-core-0:2. 100% |   9.5 KiB/s | 155.0   B |  00m00s
- [238/245] Removing libfdisk-0:2.41.3-7. 100% | 538.0   B/s |   7.0   B |  00m00s
- [239/245] Removing glib2-0:2.86.4-1.fc4 100% |  10.8 KiB/s | 177.0   B |  00m00s
- [240/245] Removing libmount-0:2.41.3-7. 100% |   3.4 KiB/s |   7.0   B |  00m00s
- [241/245] Removing libblkid-0:2.41.3-7. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [242/245] Removing libuuid-0:2.41.3-7.f 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [243/245] Removing zlib-ng-compat-0:2.3 100% |   4.9 KiB/s |   5.0   B |  00m00s
- [244/245] Removing libsmartcols-0:2.41. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [245/245] Removing liblastlog2-0:2.41.3 100% |   5.0   B/s |  14.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" "libffi-devel" "SDL2_ttf-devel" "sdl2-compat-devel"
- libffi-devel-3.5.2-1.fc43.x86_64
- SDL2_ttf-devel-2.24.0-1.fc43.x86_64
- sdl2-compat-devel-2.32.64-1.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-10 10:27.21 ---> saved as "cd71beec5dde9ebc4d7525e9ecc3e9104fce2fa528d105be0d14ddf1ec1675af"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 15 packages
  - install conf-libffi       2.0.0
  - install conf-pkg-config   4
  - install conf-sdl2         1
  - install conf-sdl2-ttf     1
  - install csexp             1.5.2
  - install ctypes            0.24.0
  - install ctypes-foreign    0.24.0
  - install dune              3.22.1
  - install dune-configurator 3.22.1
  - install integers          0.7.0
  - install ocamlbuild        0.16.1
  - install ocamlfind         1.9.8
  - install stdlib-shims      0.3.0
  - install topkg             1.1.1
  - install tsdl              1.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tsdl.1.3.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed dune.3.22.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.22.1
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 10:28.29 ---> saved as "0588798337f04daac87572f400a418ee37ab60b73f4f455584b9e43d484d4be8"

/src: (copy (src .) (dst /src))
2026-04-10 10:28.30 ---> saved as "a9af429fa1e642b5f667ba6d2e0fc77f279725db911a103a934fad0f7e71d533"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./show_string.exe)
Trying libSDL2_ttf.so
TTF_Init
TTF_Linked_Version
TTF_OpenFont
TTF_OpenFontIndex
TTF_OpenFontRW
TTF_OpenFontIndexRW
TTF_GetFontStyle
TTF_SetFontStyle
TTF_GetFontOutline
TTF_SetFontOutline
TTF_GetFontHinting
TTF_SetFontHinting
TTF_FontHeight
TTF_FontAscent
TTF_FontDescent
TTF_FontLineSkip
TTF_GetFontKerning
TTF_SetFontKerning
TTF_FontFaces
TTF_FontFaceIsFixedWidth
TTF_FontFaceFamilyName
TTF_FontFaceStyleName
TTF_GlyphIsProvided
TTF_GlyphIsProvided32
TTF_GlyphMetrics
TTF_GlyphMetrics32
TTF_SizeText
TTF_SizeUTF8
TTF_RenderText_Solid
TTF_RenderUTF8_Solid
TTF_RenderGlyph_Solid
TTF_RenderGlyph32_Solid
TTF_RenderText_Shaded
TTF_RenderUTF8_Shaded
TTF_RenderGlyph_Shaded
TTF_RenderGlyph32_Shaded
TTF_RenderText_Blended
TTF_RenderUTF8_Blended
TTF_RenderText_Blended_Wrapped
TTF_RenderUTF8_Blended_Wrapped
TTF_RenderGlyph_Blended
TTF_RenderGlyph32_Blended
TTF_CloseFont
TTF_Quit
TTF_WasInit
TTF_GetFontKerningSize
Dummy video driver
SDL_ttf Version (2,24,0)
ERROR: Couldn't open /dev/input/event0: No such file or directory
ERROR: Couldn't open /dev/input/event0: No such file or directory
ERROR: Couldn't open /dev/input/event0: No such file or directory
2026-04-10 10:28.31 ---> saved as "61878876d7da75a6f8b546e74c440692986627caf39952d8872fb1dded642b5f"
Job succeeded
2026-04-10 10:28.31: Job succeeded