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

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-05 18:29.57: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (28a3b27aeea8619d9ab6bf254b376bade89bf30d) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard 28a3b27a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
# fedora-43-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 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-05 18:29.57: Using cache hint "sanette/tsdl-ttf-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-2a4e0424cf05520836b57cee2eec5d8e"
2026-04-05 18:29.57: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
(comment fedora-43-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src 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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 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-05 18:29.57: Waiting for resource in pool OCluster
2026-04-05 18:29.57: Waiting for worker…
2026-04-05 18:29.57: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 28a3b27 dl_error


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0' locally
docker.io/ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0: Pulling from ocaml/opam
5bc90b3315da: Pulling fs layer
33cde4bdcf90: Pulling fs layer
b5955b8be52e: Pulling fs layer
fbf1b27930a6: Pulling fs layer
5bc90b3315da: Waiting
33cde4bdcf90: Waiting
b347f3d8654c: Pulling fs layer
b5955b8be52e: Waiting
fbf1b27930a6: Waiting
612ce5ee7018: Pulling fs layer
b347f3d8654c: Waiting
39a0083c72b4: Pulling fs layer
612ce5ee7018: Waiting
2a32d726bc66: Pulling fs layer
39a0083c72b4: Waiting
e11ae392722c: Pulling fs layer
2a32d726bc66: Waiting
8d611bf8a252: Pulling fs layer
0e1351173a64: Pulling fs layer
e11ae392722c: Waiting
8d611bf8a252: Waiting
f8d564b68b69: Pulling fs layer
0e1646b50296: Pulling fs layer
0e1351173a64: Waiting
f8d564b68b69: Waiting
2801b00e97cb: Pulling fs layer
0e1646b50296: Waiting
4043da018e76: Pulling fs layer
2801b00e97cb: Waiting
78d7c0bec0d9: Pulling fs layer
4043da018e76: Waiting
3b3b2404c3c9: Pulling fs layer
8467b570f768: Pulling fs layer
78d7c0bec0d9: Waiting
af1b4ee1a3ae: Pulling fs layer
3b3b2404c3c9: Waiting
8467b570f768: Waiting
d8dfc440aace: Pulling fs layer
af1b4ee1a3ae: Waiting
49b2a8e5a461: Pulling fs layer
d8dfc440aace: Waiting
4f4fb700ef54: Pulling fs layer
49b2a8e5a461: Waiting
8be6bee5bc68: Pulling fs layer
3c9a56c64991: Pulling fs layer
8be6bee5bc68: Waiting
e80b01b68140: Pulling fs layer
3c9a56c64991: Waiting
fef37f6a2418: Pulling fs layer
e80b01b68140: Waiting
2585abb9d55d: Pulling fs layer
120374638853: Pulling fs layer
fef37f6a2418: Waiting
2585abb9d55d: Waiting
63dfb60472ab: Pulling fs layer
120374638853: Waiting
abc6281a8a2d: Pulling fs layer
63dfb60472ab: Waiting
eed1b7440d1e: Pulling fs layer
abc6281a8a2d: Waiting
0a3bf2765d2e: Pulling fs layer
eed1b7440d1e: Waiting
886ab5bf800e: Pulling fs layer
0a3bf2765d2e: Waiting
a46169c2e251: Pulling fs layer
886ab5bf800e: Waiting
80ef96b71029: Pulling fs layer
a46169c2e251: Waiting
895656fb7a7a: Pulling fs layer
80ef96b71029: Waiting
fa1d27dc8eab: Pulling fs layer
895656fb7a7a: Waiting
3813748e3271: Pulling fs layer
fa1d27dc8eab: Waiting
55d32576fd82: Pulling fs layer
3813748e3271: Waiting
77f643b56c63: Pulling fs layer
55d32576fd82: Waiting
ce0f0971e20d: Pulling fs layer
77f643b56c63: Waiting
9e039d85a4d4: Pulling fs layer
ce0f0971e20d: Waiting
4000d2b4aa9a: Pulling fs layer
9e039d85a4d4: Waiting
26f209a0e652: Pulling fs layer
4000d2b4aa9a: Waiting
135e05105094: Pulling fs layer
26f209a0e652: Waiting
135e05105094: Waiting
5bc90b3315da: Verifying Checksum
5bc90b3315da: Download complete
33cde4bdcf90: Verifying Checksum
33cde4bdcf90: Download complete
b5955b8be52e: Verifying Checksum
b5955b8be52e: Download complete
5bc90b3315da: Pull complete
33cde4bdcf90: Pull complete
fbf1b27930a6: Verifying Checksum
fbf1b27930a6: Download complete
b347f3d8654c: Verifying Checksum
b347f3d8654c: Download complete
612ce5ee7018: Verifying Checksum
612ce5ee7018: Download complete
39a0083c72b4: Verifying Checksum
39a0083c72b4: Download complete
2a32d726bc66: Verifying Checksum
2a32d726bc66: Download complete
e11ae392722c: Verifying Checksum
e11ae392722c: Download complete
8d611bf8a252: Verifying Checksum
8d611bf8a252: Download complete
0e1351173a64: Verifying Checksum
0e1351173a64: Download complete
b5955b8be52e: Pull complete
f8d564b68b69: Verifying Checksum
f8d564b68b69: Download complete
0e1646b50296: Verifying Checksum
0e1646b50296: Download complete
2801b00e97cb: Verifying Checksum
2801b00e97cb: Download complete
4043da018e76: Verifying Checksum
4043da018e76: Download complete
78d7c0bec0d9: Verifying Checksum
78d7c0bec0d9: Download complete
3b3b2404c3c9: Verifying Checksum
3b3b2404c3c9: Download complete
8467b570f768: Download complete
af1b4ee1a3ae: Download complete
d8dfc440aace: Verifying Checksum
d8dfc440aace: Download complete
49b2a8e5a461: Verifying Checksum
49b2a8e5a461: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8be6bee5bc68: Verifying Checksum
8be6bee5bc68: Download complete
3c9a56c64991: Verifying Checksum
3c9a56c64991: Download complete
e80b01b68140: Verifying Checksum
e80b01b68140: Download complete
fef37f6a2418: Verifying Checksum
fef37f6a2418: Download complete
2585abb9d55d: Download complete
120374638853: Verifying Checksum
120374638853: Download complete
63dfb60472ab: Verifying Checksum
63dfb60472ab: Download complete
abc6281a8a2d: Verifying Checksum
abc6281a8a2d: Download complete
eed1b7440d1e: Download complete
0a3bf2765d2e: Verifying Checksum
0a3bf2765d2e: Download complete
a46169c2e251: Verifying Checksum
a46169c2e251: Download complete
886ab5bf800e: Download complete
895656fb7a7a: Verifying Checksum
895656fb7a7a: Download complete
3813748e3271: Verifying Checksum
3813748e3271: Download complete
55d32576fd82: Verifying Checksum
55d32576fd82: Download complete
77f643b56c63: Verifying Checksum
77f643b56c63: Download complete
ce0f0971e20d: Verifying Checksum
ce0f0971e20d: Download complete
fa1d27dc8eab: Verifying Checksum
fa1d27dc8eab: Download complete
4000d2b4aa9a: Download complete
26f209a0e652: Verifying Checksum
26f209a0e652: Download complete
135e05105094: Download complete
9e039d85a4d4: Verifying Checksum
9e039d85a4d4: Download complete
fbf1b27930a6: Pull complete
80ef96b71029: Verifying Checksum
80ef96b71029: Download complete
b347f3d8654c: Pull complete
612ce5ee7018: Pull complete
39a0083c72b4: Pull complete
2a32d726bc66: Pull complete
e11ae392722c: Pull complete
8d611bf8a252: Pull complete
0e1351173a64: Pull complete
f8d564b68b69: Pull complete
0e1646b50296: Pull complete
2801b00e97cb: Pull complete
4043da018e76: Pull complete
78d7c0bec0d9: Pull complete
3b3b2404c3c9: Pull complete
8467b570f768: Pull complete
af1b4ee1a3ae: Pull complete
d8dfc440aace: Pull complete
49b2a8e5a461: Pull complete
4f4fb700ef54: Pull complete
8be6bee5bc68: Pull complete
3c9a56c64991: Pull complete
e80b01b68140: Pull complete
fef37f6a2418: Pull complete
2585abb9d55d: Pull complete
120374638853: Pull complete
63dfb60472ab: Pull complete
abc6281a8a2d: Pull complete
eed1b7440d1e: Pull complete
0a3bf2765d2e: Pull complete
886ab5bf800e: Pull complete
a46169c2e251: Pull complete
80ef96b71029: Pull complete
895656fb7a7a: Pull complete
fa1d27dc8eab: Pull complete
3813748e3271: Pull complete
55d32576fd82: Pull complete
77f643b56c63: Pull complete
ce0f0971e20d: Pull complete
9e039d85a4d4: Pull complete
4000d2b4aa9a: Pull complete
26f209a0e652: Pull complete
135e05105094: Pull complete
Digest: sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
Status: Downloaded newer image for ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
2026-04-05 18:29.58 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 openh264 (From Cisco) - x86_ 100% |   2.2 KiB/s | 986.0   B |  00m00s
Fedora 43 - x86_64 - Updates           100% |  27.6 KiB/s |   7.6 KiB |  00m00s
Fedora 43 - x86_64                     100% | 113.7 KiB/s |  21.6 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-04-05 18:29.58 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-05 18:29.58 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 18:29.58 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-05 18:29.58 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache


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


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


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


/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-04-05 18:29.58 ---> using "de2059974441e906a6c20e530cba508fb2708d2f8bc0216d642177d228e817b4" from cache


/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-05 18:29.58 ---> using "aeaa356fbeece442c128018ca68fceed255dea17f0256aea1873f9fd6bb06efc" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-05 18:29.58 ---> using "9c7b45084b1547e2849ec494d5728bc178ea625890ab0ce0d7ba344c27ed8575" from cache


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
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
-  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-5.fc42                  fedora                 38.0   B
-  fuse3                                   x86_64 3.16.2-5.fc42                  fedora                129.7 KiB
-  fuse3-libs                              x86_64 3.16.2-5.fc42                  fedora                281.5 KiB
-  gdk-pixbuf2                             x86_64 2.44.4-1.fc43                  updates                 2.5 MiB
-  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.3-7.fc43                  updates                44.9 KiB
-  libcamera                               x86_64 0.5.2-5.fc43                   updates                 2.2 MiB
-  libcanberra                             x86_64 0.30-38.fc43                   fedora                266.5 KiB
-  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.3-7.fc43                  updates                65.5 KiB
-  libnotify                               x86_64 0.8.8-1.fc43                   updates               126.6 KiB
-  libogg                                  x86_64 2:1.3.6-2.fc43                 updates                45.6 KiB
-  libopenjph                              x86_64 0.22.0-2.fc43                  fedora                466.2 KiB
-  libpciaccess                            x86_64 0.16-16.fc43                   fedora                 44.5 KiB
-  libpng                                  x86_64 2:1.6.55-1.fc43                updates               241.7 KiB
-  libpng-devel                            x86_64 2:1.6.55-1.fc43                updates               887.7 KiB
-  libproxy                                x86_64 0.5.12-1.fc43                  updates               102.3 KiB
-  librsvg2                                x86_64 2.61.0-5.fc43                  updates                 5.1 MiB
-  libsbc                                  x86_64 2.0-7.fc43                     fedora                 93.4 KiB
-  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:          2 packages
-  Replacing:          2 packages
- 
- Total size of inbound packages is 104 MiB. Need to download 104 MiB.
- After this operation, 391 MiB extra will be used (install 406 MiB, remove 15 MiB).
- [  1/225] SDL2_ttf-devel-0:2.24.0-1.fc4 100% | 533.1 KiB/s |  21.3 KiB |  00m00s
- [  2/225] SDL2_ttf-0:2.24.0-1.fc43.x86_ 100% |   1.1 MiB/s |  44.1 KiB |  00m00s
- [  3/225] libffi-devel-0:3.5.2-1.fc43.x 100% |   5.8 MiB/s |  29.7 KiB |  00m00s
- [  4/225] sdl2-compat-0:2.32.64-1.fc43. 100% |  11.1 MiB/s | 136.9 KiB |  00m00s
- [  5/225] freetype-0:2.13.3-3.fc43.x86_ 100% |   4.8 MiB/s | 412.1 KiB |  00m00s
- [  6/225] sdl2-compat-devel-0:2.32.64-1 100% |   5.8 MiB/s | 506.9 KiB |  00m00s
- [  7/225] graphite2-0:1.3.14-19.fc43.x8 100% |  10.4 MiB/s |  95.6 KiB |  00m00s
- [  8/225] libpng-2:1.6.55-1.fc43.x86_64 100% |   6.4 MiB/s | 123.9 KiB |  00m00s
- [  9/225] cmake-filesystem-0:3.31.11-1. 100% |   2.6 MiB/s |  13.4 KiB |  00m00s
- [ 10/225] SDL3-0:3.4.0-3.fc43.x86_64    100% |   9.1 MiB/s |   1.1 MiB |  00m00s
- [ 11/225] harfbuzz-cairo-0:11.5.1-2.fc4 100% |   5.9 MiB/s |  30.0 KiB |  00m00s
- [ 12/225] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |   9.4 MiB/s |   1.1 MiB |  00m00s
- [ 13/225] harfbuzz-icu-0:11.5.1-2.fc43. 100% |   1.5 MiB/s |  15.7 KiB |  00m00s
- [ 14/225] harfbuzz-devel-0:11.5.1-2.fc4 100% |   6.4 MiB/s | 455.8 KiB |  00m00s
- [ 15/225] libXext-0:1.3.6-4.fc43.x86_64 100% |   5.4 MiB/s |  39.1 KiB |  00m00s
- [ 16/225] fontconfig-0:2.17.0-3.fc43.x8 100% |   5.7 MiB/s | 272.2 KiB |  00m00s
- [ 17/225] libXrender-0:0.9.12-3.fc43.x8 100% |   3.3 MiB/s |  26.9 KiB |  00m00s
- [ 18/225] cairo-0:1.18.4-2.fc43.x86_64  100% |   9.1 MiB/s | 729.3 KiB |  00m00s
- [ 19/225] lzo-0:2.10-15.fc43.x86_64     100% |   2.2 MiB/s |  69.4 KiB |  00m00s
- [ 20/225] pixman-0:0.46.2-2.fc43.x86_64 100% |   7.9 MiB/s | 292.5 KiB |  00m00s
- [ 21/225] default-fonts-core-sans-0:4.2 100% |   3.6 MiB/s |  29.9 KiB |  00m00s
- [ 22/225] fonts-filesystem-1:2.0.5-23.f 100% |   1.1 MiB/s |   8.7 KiB |  00m00s
- [ 23/225] xml-common-0:0.6.3-67.fc43.no 100% |   6.1 MiB/s |  31.0 KiB |  00m00s
- [ 24/225] abattis-cantarell-vf-fonts-0: 100% |   6.9 MiB/s | 120.1 KiB |  00m00s
- [ 25/225] libglvnd-devel-1:1.7.0-8.fc43 100% |  10.6 MiB/s | 162.2 KiB |  00m00s
- [ 26/225] libglvnd-core-devel-1:1.7.0-8 100% |   3.4 MiB/s |  17.3 KiB |  00m00s
- [ 27/225] libglvnd-egl-1:1.7.0-8.fc43.x 100% |   7.0 MiB/s |  36.0 KiB |  00m00s
- [ 28/225] libglvnd-1:1.7.0-8.fc43.x86_6 100% |   6.2 MiB/s | 114.0 KiB |  00m00s
- [ 29/225] libglvnd-gles-1:1.7.0-8.fc43. 100% |   4.6 MiB/s |  28.5 KiB |  00m00s
- [ 30/225] libglvnd-opengl-1:1.7.0-8.fc4 100% |   4.0 MiB/s |  37.0 KiB |  00m00s
- [ 31/225] libglvnd-glx-1:1.7.0-8.fc43.x 100% |   9.2 MiB/s | 132.1 KiB |  00m00s
- [ 32/225] mesa-libGLU-0:9.0.3-7.fc43.x8 100% |   8.1 MiB/s | 166.0 KiB |  00m00s
- [ 33/225] mesa-libGLU-devel-0:9.0.3-7.f 100% | 252.6 KiB/s |  11.9 KiB |  00m00s
- [ 34/225] python3-packaging-0:25.0-7.fc 100% |   4.8 MiB/s | 161.5 KiB |  00m00s
- [ 35/225] cairo-devel-0:1.18.4-2.fc43.x 100% |   2.8 MiB/s | 191.8 KiB |  00m00s
- [ 36/225] graphite2-devel-0:1.3.14-19.f 100% |   4.0 MiB/s |  20.6 KiB |  00m00s
- [ 37/225] freetype-devel-0:2.13.3-3.fc4 100% |   4.7 MiB/s |   1.0 MiB |  00m00s
- [ 38/225] libmount-devel-0:2.41.3-7.fc4 100% |   1.7 MiB/s |  24.6 KiB |  00m00s
- [ 39/225] glib2-devel-0:2.86.4-2.fc43.x 100% |   4.8 MiB/s |   1.5 MiB |  00m00s
- [ 40/225] pcre2-devel-0:10.47-1.fc43.x8 100% |   2.0 MiB/s | 550.9 KiB |  00m00s
- [ 41/225] pcre2-utf16-0:10.47-1.fc43.x8 100% |   1.1 MiB/s | 246.1 KiB |  00m00s
- [ 42/225] libicu-devel-0:77.1-1.fc43.x8 100% |   1.8 MiB/s | 794.4 KiB |  00m00s
- [ 43/225] zlib-ng-compat-devel-0:2.3.3- 100% |   1.5 MiB/s |  37.8 KiB |  00m00s
- [ 44/225] pcre2-utf32-0:10.47-1.fc43.x8 100% |   1.6 MiB/s | 232.9 KiB |  00m00s
- [ 45/225] libsepol-devel-0:3.9-2.fc43.x 100% |   3.4 MiB/s |  48.4 KiB |  00m00s
- [ 46/225] libselinux-devel-0:3.9-5.fc43 100% |   3.6 MiB/s | 152.1 KiB |  00m00s
- [ 47/225] mesa-libGL-0:25.3.6-3.fc43.x8 100% |   2.8 MiB/s | 119.0 KiB |  00m00s
- [ 48/225] sysprof-capture-devel-0:49.0- 100% |   3.5 MiB/s | 171.1 KiB |  00m00s
- [ 49/225] libXxf86vm-0:1.1.6-3.fc43.x86 100% | 887.3 KiB/s |  17.7 KiB |  00m00s
- [ 50/225] mesa-filesystem-0:25.3.6-3.fc 100% | 405.6 KiB/s |  10.5 KiB |  00m00s
- [ 51/225] libxshmfence-0:1.3.2-7.fc43.x 100% | 288.7 KiB/s |  13.3 KiB |  00m00s
- [ 52/225] mesa-libgbm-0:25.3.6-3.fc43.x 100% | 515.3 KiB/s |  16.5 KiB |  00m00s
- [ 53/225] mesa-libEGL-0:25.3.6-3.fc43.x 100% |   2.2 MiB/s | 120.7 KiB |  00m00s
- [ 54/225] libwayland-client-0:1.24.0-1. 100% |   1.4 MiB/s |  33.6 KiB |  00m00s
- [ 55/225] brotli-devel-0:1.2.0-1.fc43.x 100% | 272.6 KiB/s |  34.4 KiB |  00m00s
- [ 56/225] lm_sensors-libs-0:3.6.0-23.fc 100% | 142.0 KiB/s |  40.6 KiB |  00m00s
- [ 57/225] brotli-0:1.2.0-1.fc43.x86_64  100% | 952.2 KiB/s |  23.8 KiB |  00m00s
- [ 58/225] libpng-devel-2:1.6.55-1.fc43. 100% |   4.6 MiB/s | 293.8 KiB |  00m00s
- [ 59/225] bzip2-devel-0:1.0.8-21.fc43.x 100% | 912.1 KiB/s | 213.4 KiB |  00m00s
- [ 60/225] google-noto-fonts-common-0:20 100% |   2.1 MiB/s |  17.3 KiB |  00m00s
- [ 61/225] fontconfig-devel-0:2.17.0-3.f 100% |   1.0 MiB/s | 169.5 KiB |  00m00s
- [ 62/225] google-noto-sans-vf-fonts-0:2 100% |   1.5 MiB/s | 614.5 KiB |  00m00s
- [ 63/225] libXrender-devel-0:0.9.12-3.f 100% |   2.6 MiB/s |  19.0 KiB |  00m00s
- [ 64/225] libXext-devel-0:1.3.6-4.fc43. 100% |   1.9 MiB/s |  85.2 KiB |  00m00s
- [ 65/225] lzo-minilzo-0:2.10-15.fc43.x8 100% |   3.3 MiB/s |  24.0 KiB |  00m00s
- [ 66/225] lzo-devel-0:2.10-15.fc43.x86_ 100% |   2.4 MiB/s |  39.0 KiB |  00m00s
- [ 67/225] pixman-devel-0:0.46.2-2.fc43. 100% |   1.1 MiB/s |  18.0 KiB |  00m00s
- [ 68/225] libpciaccess-0:0.16-16.fc43.x 100% | 793.5 KiB/s |  26.2 KiB |  00m00s
- [ 69/225] libdrm-0:2.4.131-1.fc43.x86_6 100% | 775.9 KiB/s | 162.9 KiB |  00m00s
- [ 70/225] libblkid-devel-0:2.41.3-7.fc4 100% | 508.5 KiB/s |  23.4 KiB |  00m00s
- [ 71/225] libdecor-0:0.2.5-1.fc43.x86_6 100% | 629.2 KiB/s |  57.9 KiB |  00m00s
- [ 72/225] libwayland-cursor-0:1.24.0-1. 100% | 152.4 KiB/s |  18.9 KiB |  00m00s
- [ 73/225] spirv-tools-libs-0:2026.1-2.f 100% | 753.3 KiB/s |   1.7 MiB |  00m02s
- [ 74/225] libxml2-devel-0:2.12.10-5.fc4 100% |   1.2 MiB/s | 524.0 KiB |  00m00s
- [ 75/225] hwdata-0:0.406-1.fc43.noarch  100% | 633.5 KiB/s |   1.7 MiB |  00m03s
- [ 76/225] adwaita-icon-theme-0:49.0-1.f 100% |   1.1 MiB/s | 403.9 KiB |  00m00s
- [ 77/225] cairo-gobject-0:1.18.4-2.fc43 100% | 705.4 KiB/s |  16.9 KiB |  00m00s
- [ 78/225] colord-libs-0:1.4.8-2.fc43.x8 100% | 618.0 KiB/s | 230.5 KiB |  00m00s
- [ 79/225] fribidi-0:1.0.16-3.fc43.x86_6 100% | 272.1 KiB/s |  53.3 KiB |  00m00s
- [ 80/225] hicolor-icon-theme-0:0.18-2.f 100% |  40.5 KiB/s |  65.9 KiB |  00m02s
- [ 81/225] libXcomposite-0:0.4.6-6.fc43. 100% |  21.5 KiB/s |  24.2 KiB |  00m01s
- [ 82/225] libXcursor-0:1.2.3-3.fc43.x86 100% |  70.5 KiB/s |  31.2 KiB |  00m00s
- [ 83/225] libXdamage-0:1.1.6-6.fc43.x86 100% | 242.3 KiB/s |  23.3 KiB |  00m00s
- [ 84/225] libXfixes-0:6.0.1-6.fc43.x86_ 100% |  59.0 KiB/s |  19.1 KiB |  00m00s
- [ 85/225] libXi-0:1.8.2-3.fc43.x86_64   100% | 293.9 KiB/s |  40.3 KiB |  00m00s
- [ 86/225] libXinerama-0:1.1.5-9.fc43.x8 100% | 272.1 KiB/s |  14.2 KiB |  00m00s
- [ 87/225] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 142.2 KiB/s |  27.6 KiB |  00m00s
- [ 88/225] libcloudproviders-0:0.3.6-2.f 100% | 956.7 KiB/s |  46.9 KiB |  00m00s
- [ 89/225] libepoxy-0:1.5.10-11.fc43.x86 100% | 361.4 KiB/s | 229.5 KiB |  00m01s
- [ 90/225] libwayland-egl-0:1.24.0-1.fc4 100% | 119.0 KiB/s |  12.4 KiB |  00m00s
- [ 91/225] libxkbcommon-0:1.11.0-1.fc43. 100% | 129.6 KiB/s | 174.3 KiB |  00m01s
- [ 92/225] adwaita-cursor-theme-0:49.0-1 100% | 109.6 KiB/s | 380.1 KiB |  00m03s
- [ 93/225] adwaita-icon-theme-legacy-0:4 100% | 157.2 KiB/s |   2.5 MiB |  00m16s
- [ 94/225] lcms2-0:2.16-6.fc43.x86_64    100% | 184.2 KiB/s | 182.8 KiB |  00m01s
- [ 95/225] libgusb-0:0.4.9-4.fc43.x86_64 100% | 227.2 KiB/s |  64.5 KiB |  00m00s
- [ 96/225] gtk3-0:3.24.52-1.fc43.x86_64  100% | 205.2 KiB/s |   6.0 MiB |  00m30s
- [ 97/225] pango-0:1.57.1-1.fc43.x86_64  100% | 268.3 KiB/s | 358.0 KiB |  00m01s
- [ 98/225] libXft-0:2.3.8-9.fc43.x86_64  100% | 325.4 KiB/s |  72.2 KiB |  00m00s
- [ 99/225] libdatrie-0:0.2.13-12.fc43.x8 100% | 395.0 KiB/s |  32.0 KiB |  00m00s
- [100/225] libthai-0:0.1.29-11.fc43.x86_ 100% | 624.0 KiB/s | 210.3 KiB |  00m00s
- [101/225] at-spi2-atk-0:2.58.4-1.fc43.x 100% | 460.7 KiB/s |  88.0 KiB |  00m00s
- [102/225] atk-0:2.58.4-1.fc43.x86_64    100% | 331.6 KiB/s |  80.2 KiB |  00m00s
- [103/225] dbus-1:1.16.0-4.fc43.x86_64   100% | 182.4 KiB/s |   7.5 KiB |  00m00s
- [104/225] libXtst-0:1.2.5-3.fc43.x86_64 100% | 190.0 KiB/s |  20.5 KiB |  00m00s
- [105/225] at-spi2-core-0:2.58.4-1.fc43. 100% | 680.3 KiB/s | 391.2 KiB |  00m01s
- [106/225] xprop-0:1.2.8-4.fc43.x86_64   100% | 386.8 KiB/s |  34.8 KiB |  00m00s
- [107/225] cups-filesystem-1:2.4.16-7.fc 100% | 440.2 KiB/s |  12.3 KiB |  00m00s
- [108/225] cups-libs-1:2.4.16-7.fc43.x86 100% |   1.6 MiB/s | 260.8 KiB |  00m00s
- [109/225] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 434.1 KiB/s |  69.0 KiB |  00m00s
- [110/225] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |   1.2 MiB/s | 484.9 KiB |  00m00s
- [111/225] gtk-update-icon-cache-0:3.24. 100% | 686.4 KiB/s |  33.6 KiB |  00m00s
- [112/225] libtinysparql-0:3.10.1-5.fc43 100% | 613.3 KiB/s | 347.1 KiB |  00m01s
- [113/225] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 291.9 KiB/s |  15.2 KiB |  00m00s
- [114/225] shared-mime-info-0:2.4-2.fc43 100% | 329.8 KiB/s | 399.7 KiB |  00m01s
- [115/225] libstemmer-0:3.0.1-8.fc43.x86 100% | 314.3 KiB/s | 155.3 KiB |  00m00s
- [116/225] mesa-dri-drivers-0:25.3.6-3.f 100% | 329.1 KiB/s |  12.8 MiB |  00m40s
- [117/225] libheif-0:1.20.2-6.fc43.x86_6 100% | 330.5 KiB/s | 578.1 KiB |  00m02s
- [118/225] glycin-libs-0:2.0.8-1.fc43.x8 100% | 229.1 KiB/s |   1.5 MiB |  00m07s
- [119/225] libopenjph-0:0.22.0-2.fc43.x8 100% | 387.9 KiB/s | 154.4 KiB |  00m00s
- [120/225] libwebp-0:1.6.0-2.fc43.x86_64 100% | 762.9 KiB/s | 324.2 KiB |  00m00s
- [121/225] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 818.0 KiB/s | 192.2 KiB |  00m00s
- [122/225] libaom-0:3.13.1-1.fc43.x86_64 100% | 890.8 KiB/s |   1.9 MiB |  00m02s
- [123/225] libvmaf-0:3.0.0-4.fc43.x86_64 100% |   1.2 MiB/s | 196.6 KiB |  00m00s
- [124/225] xz-devel-1:5.8.1-4.fc43.x86_6 100% | 813.5 KiB/s |  66.7 KiB |  00m00s
- [125/225] glycin-loaders-0:2.0.8-1.fc43 100% | 351.6 KiB/s |   2.8 MiB |  00m08s
- [126/225] libdav1d-0:1.5.3-1.fc43.x86_6 100% |   1.7 MiB/s | 637.4 KiB |  00m00s
- [127/225] xkeyboard-config-0:2.46-1.fc4 100% |   1.5 MiB/s | 993.6 KiB |  00m01s
- [128/225] libjpeg-turbo-0:3.1.3-1.fc43. 100% |   1.5 MiB/s | 236.8 KiB |  00m00s
- [129/225] openh264-0:2.6.0-2.fc43.x86_6 100% |   1.2 MiB/s | 422.8 KiB |  00m00s
- [130/225] json-glib-0:1.10.8-4.fc43.x86 100% |   1.7 MiB/s | 172.7 KiB |  00m00s
- [131/225] rav1e-libs-0:0.8.1-2.fc43.x86 100% |   1.9 MiB/s |   1.1 MiB |  00m01s
- [132/225] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   1.2 MiB/s |   2.0 MiB |  00m02s
- [133/225] libsoup3-0:3.6.6-2.fc43.x86_6 100% |   1.3 MiB/s | 451.5 KiB |  00m00s
- [134/225] highway-0:1.3.0-1.fc43.x86_64 100% |   1.3 MiB/s | 694.5 KiB |  00m01s
- [135/225] xdg-desktop-portal-gtk-0:1.15 100% |   1.4 MiB/s | 144.0 KiB |  00m00s
- [136/225] libjxl-1:0.11.1-7.fc43.x86_64 100% |   1.4 MiB/s |   1.2 MiB |  00m01s
- [137/225] fuse3-0:3.16.2-5.fc42.x86_64  100% |   1.0 MiB/s |  57.4 KiB |  00m00s
- [138/225] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 714.0 KiB/s |  94.2 KiB |  00m00s
- [139/225] librsvg2-0:2.61.0-5.fc43.x86_ 100% |   1.9 MiB/s |   1.9 MiB |  00m01s
- [140/225] xdg-desktop-portal-0:1.20.3-2 100% |   2.0 MiB/s | 507.6 KiB |  00m00s
- [141/225] fuse-common-0:3.16.2-5.fc42.x 100% | 614.4 KiB/s |   8.6 KiB |  00m00s
- [142/225] mesa-va-drivers-0:25.3.6-3.fc 100% | 770.1 KiB/s |   9.2 KiB |  00m00s
- [143/225] libgudev-0:238-8.fc43.x86_64  100% | 618.2 KiB/s |  34.6 KiB |  00m00s
- [144/225] libcanberra-0:0.30-38.fc43.x8 100% |   1.7 MiB/s |  83.7 KiB |  00m00s
- [145/225] libcanberra-gtk3-0:0.30-38.fc 100% | 350.4 KiB/s |  30.1 KiB |  00m00s
- [146/225] libtdb-0:1.4.14-3.fc43.x86_64 100% | 579.5 KiB/s |  55.1 KiB |  00m00s
- [147/225] libvorbis-1:1.3.7-13.fc43.x86 100% |   1.5 MiB/s | 188.4 KiB |  00m00s
- [148/225] dconf-0:0.49.0-1.fc43.x86_64  100% |   1.0 MiB/s | 110.2 KiB |  00m00s
- [149/225] glib-networking-0:2.80.1-3.fc 100% |   1.1 MiB/s | 200.8 KiB |  00m00s
- [150/225] sound-theme-freedesktop-0:0.8 100% |   1.0 MiB/s | 382.3 KiB |  00m00s
- [151/225] geoclue2-0:2.8.0-1.fc43.x86_6 100% |   1.2 MiB/s | 144.5 KiB |  00m00s
- [152/225] tinysparql-0:3.10.1-5.fc43.x8 100% |   1.9 MiB/s |   1.0 MiB |  00m01s
- [153/225] ModemManager-glib-0:1.24.2-1. 100% |   1.0 MiB/s | 334.9 KiB |  00m00s
- [154/225] libunwind-0:1.8.1-3.fc43.x86_ 100% | 910.9 KiB/s |  76.5 KiB |  00m00s
- [155/225] gsettings-desktop-schemas-0:4 100% |   1.2 MiB/s | 822.9 KiB |  00m01s
- [156/225] cdparanoia-libs-0:10.2-48.fc4 100% |   1.0 MiB/s |  53.9 KiB |  00m00s
- [157/225] graphene-0:1.10.8-2.fc43.x86_ 100% |   1.2 MiB/s |  61.3 KiB |  00m00s
- [158/225] gstreamer1-0:1.26.11-1.fc43.x 100% |   1.5 MiB/s |   1.7 MiB |  00m01s
- [159/225] libXv-0:1.0.13-3.fc43.x86_64  100% | 844.2 KiB/s |  18.6 KiB |  00m00s
- [160/225] libtheora-1:1.1.1-40.fc43.x86 100% |   1.3 MiB/s | 170.3 KiB |  00m00s
- [161/225] libvisual-1:0.4.2-3.fc43.x86_ 100% |   1.2 MiB/s | 153.2 KiB |  00m00s
- [162/225] gstreamer1-plugins-base-0:1.2 100% |   1.9 MiB/s |   2.3 MiB |  00m01s
- [163/225] orc-0:0.4.41-2.fc43.x86_64    100% |   1.8 MiB/s | 221.5 KiB |  00m00s
- [164/225] opus-0:1.5.2-3.fc43.x86_64    100% |   1.1 MiB/s | 237.1 KiB |  00m00s
- [165/225] fdk-aac-free-0:2.0.0-16.fc43. 100% |   1.1 MiB/s | 341.1 KiB |  00m00s
- [166/225] iso-codes-0:4.18.0-2.fc43.noa 100% |   2.0 MiB/s |   3.7 MiB |  00m02s
- [167/225] libebur128-0:1.2.6-14.fc43.x8 100% |   1.3 MiB/s |  24.9 KiB |  00m00s
- [168/225] liblc3-0:1.1.3-5.fc43.x86_64  100% |   1.5 MiB/s | 105.1 KiB |  00m00s
- [169/225] libldac-0:2.0.2.3-18.fc43.x86 100% | 850.9 KiB/s |  42.5 KiB |  00m00s
- [170/225] libsbc-0:2.0-7.fc43.x86_64    100% | 979.2 KiB/s |  49.0 KiB |  00m00s
- [171/225] fftw-libs-single-0:3.3.10-16. 100% |   1.8 MiB/s |   1.2 MiB |  00m01s
- [172/225] libsndfile-0:1.2.2-10.fc43.x8 100% |   1.7 MiB/s | 220.8 KiB |  00m00s
- [173/225] gsm-0:1.0.23-1.fc43.x86_64    100% |   1.8 MiB/s |  36.0 KiB |  00m00s
- [174/225] pipewire-libs-0:1.4.11-1.fc43 100% |   2.0 MiB/s |   2.4 MiB |  00m01s
- [175/225] lame-libs-0:3.100-20.fc43.x86 100% |   2.1 MiB/s | 338.9 KiB |  00m00s
- [176/225] libogg-2:1.3.6-2.fc43.x86_64  100% |   1.8 MiB/s |  33.5 KiB |  00m00s
- [177/225] webrtc-audio-processing-0:1.3 100% |   1.6 MiB/s | 533.9 KiB |  00m00s
- [178/225] flac-libs-0:1.5.0-5.fc43.x86_ 100% |   1.7 MiB/s | 217.1 KiB |  00m00s
- [179/225] mpg123-libs-0:1.32.10-2.fc43. 100% |   2.3 MiB/s | 355.6 KiB |  00m00s
- [180/225] libasyncns-0:0.8-31.fc43.x86_ 100% |   1.0 MiB/s |  30.0 KiB |  00m00s
- [181/225] libproxy-0:0.5.12-1.fc43.x86_ 100% |   1.9 MiB/s |  45.2 KiB |  00m00s
- [182/225] duktape-0:2.7.0-10.fc43.x86_6 100% |   1.9 MiB/s | 168.7 KiB |  00m00s
- [183/225] bluez-libs-0:5.86-4.fc43.x86_ 100% |   1.9 MiB/s |  82.9 KiB |  00m00s
- [184/225] libnotify-0:0.8.8-1.fc43.x86_ 100% |   2.0 MiB/s |  55.9 KiB |  00m00s
- [185/225] low-memory-monitor-0:2.1-13.f 100% |   1.3 MiB/s |  34.2 KiB |  00m00s
- [186/225] pipewire-0:1.4.11-1.fc43.x86_ 100% |   2.6 MiB/s | 133.9 KiB |  00m00s
- [187/225] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |   1.5 MiB/s | 541.4 KiB |  00m00s
- [188/225] rtkit-0:0.11-69.fc43.x86_64   100% |   1.7 MiB/s |  54.9 KiB |  00m00s
- [189/225] pulseaudio-libs-0:17.0-9.fc43 100% |   1.9 MiB/s | 694.2 KiB |  00m00s
- [190/225] dbus-broker-0:37-2.fc43.x86_6 100% |   2.0 MiB/s | 173.8 KiB |  00m00s
- [191/225] systemd-pam-0:258.7-1.fc43.x8 100% |   2.3 MiB/s | 424.3 KiB |  00m00s
- [192/225] dbus-common-1:1.16.0-4.fc43.n 100% | 787.5 KiB/s |  14.2 KiB |  00m00s
- [193/225] adwaita-mono-fonts-0:49.0-2.f 100% |   2.6 MiB/s |   1.4 MiB |  00m01s
- [194/225] adwaita-sans-fonts-0:49.0-2.f 100% |   3.0 MiB/s | 764.3 KiB |  00m00s
- [195/225] polkit-0:126-6.fc43.2.x86_64  100% |   2.6 MiB/s | 160.1 KiB |  00m00s
- [196/225] systemd-shared-0:258.7-1.fc43 100% |   1.8 MiB/s |   1.8 MiB |  00m01s
- [197/225] wireplumber-0:0.5.14-1.fc43.x 100% |   2.4 MiB/s | 122.9 KiB |  00m00s
- [198/225] polkit-libs-0:126-6.fc43.2.x8 100% | 553.0 KiB/s |  66.9 KiB |  00m00s
- [199/225] pipewire-alsa-0:1.4.11-1.fc43 100% |   1.5 MiB/s |  59.0 KiB |  00m00s
- [200/225] systemd-0:258.7-1.fc43.x86_64 100% |   3.2 MiB/s |   4.2 MiB |  00m01s
- [201/225] pipewire-jack-audio-connectio 100% | 218.6 KiB/s |  10.9 KiB |  00m00s
- [202/225] wireplumber-libs-0:0.5.14-1.f 100% |   2.3 MiB/s | 431.5 KiB |  00m00s
- [203/225] pipewire-jack-audio-connectio 100% |   1.5 MiB/s | 144.9 KiB |  00m00s
- [204/225] pipewire-pulseaudio-0:1.4.11- 100% |   2.1 MiB/s | 209.7 KiB |  00m00s
- [205/225] pipewire-plugin-libcamera-0:1 100% |   1.8 MiB/s |  73.8 KiB |  00m00s
- [206/225] device-mapper-libs-0:1.02.208 100% |   2.5 MiB/s | 179.9 KiB |  00m00s
- [207/225] libbpf-2:1.6.1-3.fc43.x86_64  100% |   1.8 MiB/s | 191.0 KiB |  00m00s
- [208/225] qrencode-libs-0:4.1.1-11.fc43 100% |   1.7 MiB/s |  62.3 KiB |  00m00s
- [209/225] device-mapper-0:1.02.208-2.fc 100% |   2.5 MiB/s | 138.7 KiB |  00m00s
- [210/225] kmod-libs-0:34.2-2.fc43.x86_6 100% |   2.0 MiB/s |  68.1 KiB |  00m00s
- [211/225] cryptsetup-libs-0:2.8.4-1.fc4 100% |   2.7 MiB/s | 574.2 KiB |  00m00s
- [212/225] polkit-pkla-compat-0:0.1-31.f 100% |   2.3 MiB/s |  43.9 KiB |  00m00s
- [213/225] systemd-resolved-0:258.7-1.fc 100% |   1.9 MiB/s | 319.7 KiB |  00m00s
- [214/225] systemd-networkd-0:258.7-1.fc 100% |   3.0 MiB/s | 775.5 KiB |  00m00s
- [215/225] libcamera-0:0.5.2-5.fc43.x86_ 100% |   3.3 MiB/s | 682.2 KiB |  00m00s
- [216/225] libyuv-0:0-0.57.20240704git96 100% |   1.7 MiB/s | 202.1 KiB |  00m00s
- [217/225] lttng-ust-0:2.14.0-4.fc43.x86 100% |   2.7 MiB/s | 366.3 KiB |  00m00s
- [218/225] kmod-0:34.2-2.fc43.x86_64     100% |   2.6 MiB/s | 132.7 KiB |  00m00s
- [219/225] kbd-0:2.8.0-3.fc43.x86_64     100% |   2.1 MiB/s | 386.1 KiB |  00m00s
- [220/225] kbd-legacy-0:2.8.0-3.fc43.noa 100% |   3.2 MiB/s | 578.3 KiB |  00m00s
- [221/225] libcamera-ipa-0:0.5.2-5.fc43. 100% |   3.5 MiB/s | 179.1 KiB |  00m00s
- [222/225] kbd-misc-0:2.8.0-3.fc43.noarc 100% |   3.0 MiB/s |   1.6 MiB |  00m01s
- [223/225] zlib-ng-compat-0:2.3.3-2.fc43 100% |   2.7 MiB/s |  88.7 KiB |  00m00s
- [224/225] systemd-udev-0:258.7-1.fc43.x 100% |   2.8 MiB/s |   2.6 MiB |  00m01s
- [225/225] glib2-0:2.86.4-2.fc43.x86_64  100% |   2.7 MiB/s |   3.1 MiB |  00m01s
- --------------------------------------------------------------------------------
- [225/225] Total                         100% |   1.9 MiB/s | 103.7 MiB |  00m55s
- Running transaction
- [  1/229] Verify package files          100% | 172.0   B/s | 225.0   B |  00m01s
- [  2/229] Prepare transaction           100% |   1.0 KiB/s | 227.0   B |  00m00s
- [  3/229] Upgrading zlib-ng-compat-0:2. 100% |  39.7 MiB/s | 162.6 KiB |  00m00s
- [  4/229] Upgrading glib2-0:2.86.4-2.fc 100% | 174.4 MiB/s |  15.0 MiB |  00m00s
- [  5/229] Installing libXext-0:1.3.6-4. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  6/229] Installing avahi-libs-0:0.9~r 100% |  42.5 MiB/s | 174.0 KiB |  00m00s
- [  7/229] Installing libXrender-0:0.9.1 100% |  23.1 MiB/s |  47.3 KiB |  00m00s
- [  8/229] Installing json-glib-0:1.10.8 100% | 118.0 MiB/s | 604.4 KiB |  00m00s
- [  9/229] Installing libogg-2:1.3.6-2.f 100% |  46.0 MiB/s |  47.1 KiB |  00m00s
- [ 10/229] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [ 11/229] Installing libglvnd-1:1.7.0-8 100% | 128.8 MiB/s | 527.5 KiB |  00m00s
- [ 12/229] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 13/229] Installing libvorbis-1:1.3.7- 100% | 116.6 MiB/s | 835.9 KiB |  00m00s
- [ 14/229] Installing libXi-0:1.8.2-3.fc 100% |  39.9 MiB/s |  81.7 KiB |  00m00s
- [ 15/229] Installing libpng-2:1.6.55-1. 100% |  79.1 MiB/s | 243.0 KiB |  00m00s
- [ 16/229] Installing systemd-shared-0:2 100% | 130.5 MiB/s |   5.0 MiB |  00m00s
- [ 17/229] Installing alsa-lib-0:1.2.15. 100% |  37.6 MiB/s |   1.5 MiB |  00m00s
- [ 18/229] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 19/229] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [ 20/229] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 21/229] Installing avahi-glib-0:0.9~r 100% |  20.0 MiB/s |  20.4 KiB |  00m00s
- [ 22/229] Installing opus-0:1.5.2-3.fc4 100% | 104.7 MiB/s | 428.7 KiB |  00m00s
- [ 23/229] Installing libjpeg-turbo-0:3. 100% | 131.5 MiB/s | 808.0 KiB |  00m00s
- [ 24/229] Installing libXfixes-0:6.0.1- 100% |  13.5 MiB/s |  27.6 KiB |  00m00s
- [ 25/229] Installing libpng-devel-2:1.6 100% |  36.3 MiB/s | 891.6 KiB |  00m00s
- [ 26/229] Installing libglvnd-opengl-1: 100% |  47.4 MiB/s | 145.6 KiB |  00m00s
- [ 27/229] Installing shared-mime-info-0 100% |  43.9 MiB/s |   2.6 MiB |  00m00s
- [ 28/229] Installing libsoup3-0:3.6.6-2 100% | 148.4 MiB/s |   1.8 MiB |  00m00s
- [ 29/229] Installing libgudev-0:238-8.f 100% |  27.8 MiB/s |  85.3 KiB |  00m00s
- [ 30/229] Installing gsettings-desktop- 100% | 337.8 MiB/s |   5.7 MiB |  00m00s
- [ 31/229] Installing polkit-libs-0:126- 100% |  65.6 MiB/s | 201.6 KiB |  00m00s
- [ 32/229] Installing duktape-0:2.7.0-10 100% | 100.5 MiB/s | 617.8 KiB |  00m00s
- [ 33/229] Installing libunwind-0:1.8.1- 100% |  38.6 MiB/s | 197.4 KiB |  00m00s
- [ 34/229] Installing gstreamer1-0:1.26. 100% |  92.8 MiB/s |   5.4 MiB |  00m00s
- [ 35/229] Installing libtdb-0:1.4.14-3. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 36/229] Installing fuse3-libs-0:3.16. 100% |  92.0 MiB/s | 282.6 KiB |  00m00s
- [ 37/229] Installing libdav1d-0:1.5.3-1 100% | 130.2 MiB/s |   1.7 MiB |  00m00s
- [ 38/229] Installing lcms2-0:2.16-6.fc4 100% |  85.0 MiB/s | 435.3 KiB |  00m00s
- [ 39/229] Installing libwayland-egl-0:1 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 40/229] Installing fribidi-0:1.0.16-3 100% |   8.2 MiB/s | 192.8 KiB |  00m00s
- [ 41/229] Installing mesa-filesystem-0: 100% | 306.6 KiB/s |   4.3 KiB |  00m00s
- [ 42/229] Installing xml-common-0:0.6.3 100% |  26.4 MiB/s |  81.1 KiB |  00m00s
- [ 43/229] Installing pixman-0:0.46.2-2. 100% | 115.8 MiB/s | 711.4 KiB |  00m00s
- [ 44/229] Installing lzo-0:2.10-15.fc43 100% |  58.8 MiB/s | 180.5 KiB |  00m00s
- [ 45/229] Installing graphite2-0:1.3.14 100% |   7.9 MiB/s | 193.9 KiB |  00m00s
- [ 46/229] Installing freetype-0:2.13.3- 100% |  92.4 MiB/s | 851.9 KiB |  00m00s
- [ 47/229] Installing harfbuzz-0:11.5.1- 100% | 134.7 MiB/s |   2.8 MiB |  00m00s
- [ 48/229] Installing harfbuzz-icu-0:11. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 49/229] Installing graphite2-devel-0: 100% |  24.8 MiB/s |  50.8 KiB |  00m00s
- [ 50/229] Installing pixman-devel-0:0.4 100% |  11.1 MiB/s |  56.9 KiB |  00m00s
- [ 51/229] Installing iso-codes-0:4.18.0 100% | 260.6 MiB/s |  21.6 MiB |  00m00s
- [ 52/229] Installing libproxy-0:0.5.12- 100% |  20.4 MiB/s | 104.6 KiB |  00m00s
- [ 53/229] Installing mesa-libGLU-0:9.0. 100% |  50.6 MiB/s | 362.6 KiB |  00m00s
- [ 54/229] Installing libXcursor-0:1.2.3 100% |  17.9 MiB/s |  55.1 KiB |  00m00s
- [ 55/229] Installing libXdamage-0:1.1.6 100% |  20.1 MiB/s |  41.2 KiB |  00m00s
- [ 56/229] Installing libyuv-0:0-0.57.20 100% |  66.5 MiB/s | 681.3 KiB |  00m00s
- [ 57/229] Installing libXtst-0:1.2.5-3. 100% |  11.3 MiB/s |  34.6 KiB |  00m00s
- [ 58/229] Installing abattis-cantarell- 100% |  38.0 MiB/s | 194.4 KiB |  00m00s
- [ 59/229] Installing libtheora-1:1.1.1- 100% |  58.6 MiB/s | 479.7 KiB |  00m00s
- [ 60/229] Installing flac-libs-0:1.5.0- 100% |  60.0 MiB/s | 614.2 KiB |  00m00s
- [ 61/229] Installing libgusb-0:0.4.9-4. 100% |  32.0 MiB/s | 163.7 KiB |  00m00s
- [ 62/229] Installing colord-libs-0:1.4. 100% |  62.6 MiB/s | 833.8 KiB |  00m00s
- [ 63/229] Installing libXrender-devel-0 100% |  24.9 MiB/s |  51.0 KiB |  00m00s
- [ 64/229] Installing libXrandr-0:1.5.4- 100% |  25.9 MiB/s |  53.0 KiB |  00m00s
- [ 65/229] Installing libXxf86vm-0:1.1.6 100% |  12.9 MiB/s |  26.5 KiB |  00m00s
- [ 66/229] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [ 67/229] Installing libXinerama-0:1.1. 100% |  15.7 MiB/s |  16.1 KiB |  00m00s
- [ 68/229] Installing libXv-0:1.0.13-3.f 100% |  26.6 MiB/s |  27.2 KiB |  00m00s
- [ 69/229] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [ 70/229] Installing ModemManager-glib- 100% | 137.4 MiB/s |   1.5 MiB |  00m00s
- [ 71/229] Installing graphene-0:1.10.8- 100% |  52.1 MiB/s | 160.1 KiB |  00m00s
- [ 72/229] Installing libbpf-2:1.6.1-3.f 100% | 103.4 MiB/s | 423.7 KiB |  00m00s
- [ 73/229] Installing kmod-libs-0:34.2-2 100% |  44.3 MiB/s | 136.2 KiB |  00m00s
- [ 74/229] Installing kmod-0:34.2-2.fc43 100% |   8.8 MiB/s | 253.1 KiB |  00m00s
- [ 75/229] Installing kbd-misc-0:2.8.0-3 100% |  40.1 MiB/s |   2.6 MiB |  00m00s
- [ 76/229] Installing kbd-legacy-0:2.8.0 100% |  22.5 MiB/s | 621.4 KiB |  00m00s
- [ 77/229] Installing kbd-0:2.8.0-3.fc43 100% |  44.2 MiB/s |   1.5 MiB |  00m00s
- [ 78/229] Installing lttng-ust-0:2.14.0 100% | 109.7 MiB/s |   1.3 MiB |  00m00s
- [ 79/229] Installing libcamera-0:0.5.2- 100% |  63.3 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.
- >>>
- [ 80/229] Installing dbus-common-1:1.16 100% | 564.6 KiB/s |  13.6 KiB |  00m00s
- [ 81/229] Installing dbus-broker-0:37-2 100% |   9.3 MiB/s | 389.8 KiB |  00m00s
- [ 82/229] Installing dbus-1:1.16.0-4.fc 100% |   3.0 KiB/s | 124.0   B |  00m00s
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-journal' with GID 190.
- >>>
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-oom' with GID 997.
- >>> Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 997 and
- >>>
- [ 83/229] Installing systemd-0:258.7-1. 100% |  31.5 MiB/s |  12.9 MiB |  00m00s
- [ 84/229] Installing systemd-pam-0:258. 100% |  41.7 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.
- >>>
- [ 85/229] Installing polkit-0:126-6.fc4 100% |   6.3 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.
- >>>
- [ 86/229] Installing rtkit-0:0.11-69.fc 100% |   2.8 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Finished %post scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>
- [ 87/229] Installing device-mapper-0:1. 100% |  13.2 MiB/s | 350.2 KiB |  00m00s
- [ 88/229] Installing device-mapper-libs 100% |  81.9 MiB/s | 419.4 KiB |  00m00s
- [ 89/229] Installing cryptsetup-libs-0: 100% | 294.8 MiB/s |   2.7 MiB |  00m00s
- [ 90/229] Installing bluez-libs-0:5.86- 100% |  64.9 MiB/s | 199.4 KiB |  00m00s
- [ 91/229] Installing libasyncns-0:0.8-3 100% |  27.7 MiB/s |  56.8 KiB |  00m00s
- [ 92/229] Installing mpg123-libs-0:1.32 100% | 113.9 MiB/s | 816.6 KiB |  00m00s
- [ 93/229] Installing lame-libs-0:3.100- 100% | 239.7 MiB/s |   1.2 MiB |  00m00s
- [ 94/229] Installing gsm-0:1.0.23-1.fc4 100% |  32.7 MiB/s |  66.9 KiB |  00m00s
- [ 95/229] Installing libsndfile-0:1.2.2 100% | 107.7 MiB/s | 551.6 KiB |  00m00s
- [ 96/229] Installing pulseaudio-libs-0: 100% | 241.4 MiB/s |   3.4 MiB |  00m00s
- [ 97/229] Installing webrtc-audio-proce 100% | 136.6 MiB/s |   1.4 MiB |  00m00s
- [ 98/229] Installing libsbc-0:2.0-7.fc4 100% |  46.2 MiB/s |  94.5 KiB |  00m00s
- [ 99/229] Installing libldac-0:2.0.2.3- 100% |  37.2 MiB/s |  76.2 KiB |  00m00s
- [100/229] Installing liblc3-0:1.1.3-5.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [101/229] Installing libebur128-0:1.2.6 100% |  19.9 MiB/s |  40.7 KiB |  00m00s
- [102/229] Installing fftw-libs-single-0 100% | 156.5 MiB/s |   3.6 MiB |  00m00s
- [103/229] Installing fdk-aac-free-0:2.0 100% |  85.6 MiB/s | 613.3 KiB |  00m00s
- [104/229] Installing pipewire-libs-0:1. 100% | 109.9 MiB/s |   8.7 MiB |  00m00s
- [105/229] Installing wireplumber-libs-0 100% |  84.7 MiB/s |   1.4 MiB |  00m00s
- [106/229] Installing wireplumber-0:0.5. 100% |  13.1 MiB/s | 444.2 KiB |  00m00s
- [107/229] Installing pipewire-jack-audi 100% |  19.5 MiB/s | 499.3 KiB |  00m00s
- [108/229] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0   B |  00m00s
- [109/229] Installing orc-0:0.4.41-2.fc4 100% |  26.4 MiB/s | 728.9 KiB |  00m00s
- [110/229] Installing libvisual-1:0.4.2- 100% | 111.1 MiB/s | 455.1 KiB |  00m00s
- [111/229] Installing cdparanoia-libs-0: 100% |  37.4 MiB/s | 115.0 KiB |  00m00s
- [112/229] Installing sound-theme-freede 100% |  20.7 MiB/s | 467.2 KiB |  00m00s
- [113/229] Installing libcanberra-0:0.30 100% |   4.5 MiB/s | 271.4 KiB |  00m00s
- [114/229] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [115/229] Installing fuse3-0:3.16.2-5.f 100% |   5.4 MiB/s | 132.0 KiB |  00m00s
- [116/229] Installing highway-0:1.3.0-1. 100% | 158.1 MiB/s |   5.5 MiB |  00m00s
- [117/229] Installing libjxl-1:0.11.1-7. 100% | 137.0 MiB/s |   4.1 MiB |  00m00s
- [118/229] Installing openh264-0:2.6.0-2 100% | 109.6 MiB/s |   1.1 MiB |  00m00s
- [119/229] Installing rav1e-libs-0:0.8.1 100% | 123.3 MiB/s |   3.1 MiB |  00m00s
- [120/229] Installing xkeyboard-config-0 100% | 198.2 MiB/s |  10.3 MiB |  00m00s
- [121/229] Installing libxkbcommon-0:1.1 100% |  80.1 MiB/s | 409.9 KiB |  00m00s
- [122/229] Installing xz-devel-1:5.8.1-4 100% |  64.1 MiB/s | 262.6 KiB |  00m00s
- [123/229] Installing libxml2-devel-0:2. 100% | 110.2 MiB/s |   3.4 MiB |  00m00s
- [124/229] Installing libvmaf-0:3.0.0-4. 100% | 134.8 MiB/s | 828.4 KiB |  00m00s
- [125/229] Installing libaom-0:3.13.1-1. 100% | 148.0 MiB/s |   5.0 MiB |  00m00s
- [126/229] Installing svt-av1-libs-0:3.1 100% | 146.6 MiB/s |   5.6 MiB |  00m00s
- [127/229] Installing openjpeg-0:2.5.4-1 100% |  89.5 MiB/s | 458.2 KiB |  00m00s
- [128/229] Installing libwebp-0:1.6.0-2. 100% | 104.2 MiB/s | 960.7 KiB |  00m00s
- [129/229] Installing libopenjph-0:0.22. 100% | 114.1 MiB/s | 467.3 KiB |  00m00s
- [130/229] Installing libheif-0:1.20.2-6 100% | 129.5 MiB/s |   1.6 MiB |  00m00s
- [131/229] Installing libstemmer-0:3.0.1 100% | 129.5 MiB/s | 662.9 KiB |  00m00s
- [132/229] Installing libtinysparql-0:3. 100% | 108.3 MiB/s | 997.9 KiB |  00m00s
- [133/229] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [134/229] Installing cups-libs-1:2.4.16 100% | 101.0 MiB/s | 620.2 KiB |  00m00s
- [135/229] Installing xprop-0:1.2.8-4.fc 100% |   1.8 MiB/s |  56.0 KiB |  00m00s
- [136/229] Installing at-spi2-core-0:2.5 100% | 142.5 MiB/s |   1.6 MiB |  00m00s
- [137/229] Installing atk-0:2.58.4-1.fc4 100% |  81.4 MiB/s | 250.0 KiB |  00m00s
- [138/229] Installing at-spi2-atk-0:2.58 100% |  69.8 MiB/s | 285.7 KiB |  00m00s
- [139/229] Installing libdatrie-0:0.2.13 100% |  53.7 MiB/s |  54.9 KiB |  00m00s
- [140/229] Installing libthai-0:0.1.29-1 100% |  63.9 MiB/s | 785.2 KiB |  00m00s
- [141/229] Installing adwaita-icon-theme 100% |  17.8 MiB/s |   2.4 MiB |  00m00s
- [142/229] Installing adwaita-cursor-the 100% | 193.7 MiB/s |  11.4 MiB |  00m00s
- [143/229] Installing adwaita-icon-theme 100% |  20.9 MiB/s |   1.3 MiB |  00m00s
- [144/229] Installing libepoxy-0:1.5.10- 100% | 134.8 MiB/s |   1.1 MiB |  00m00s
- [145/229] Installing libXcomposite-0:0. 100% |  20.5 MiB/s |  42.0 KiB |  00m00s
- [146/229] Installing hicolor-icon-theme 100% |   6.3 MiB/s | 179.7 KiB |  00m00s
- [147/229] Installing hwdata-0:0.406-1.f 100% | 170.2 MiB/s |   9.9 MiB |  00m00s
- [148/229] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [149/229] Installing libdrm-0:2.4.131-1 100% |  79.8 MiB/s | 408.5 KiB |  00m00s
- [150/229] Installing libblkid-devel-0:2 100% |  22.5 MiB/s |  46.0 KiB |  00m00s
- [151/229] Installing spirv-tools-libs-0 100% | 152.6 MiB/s |   6.0 MiB |  00m00s
- [152/229] Installing lzo-minilzo-0:2.10 100% |  18.5 MiB/s |  37.9 KiB |  00m00s
- [153/229] Installing lzo-devel-0:2.10-1 100% |  70.1 MiB/s | 215.3 KiB |  00m00s
- [154/229] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [155/229] Installing google-noto-sans-v 100% | 126.5 MiB/s |   1.4 MiB |  00m00s
- [156/229] Installing default-fonts-core 100% |   3.6 MiB/s |  18.2 KiB |  00m00s
- [157/229] Installing fontconfig-0:2.17. 100% | 736.7 KiB/s | 785.3 KiB |  00m01s
- [158/229] Installing cairo-0:1.18.4-2.f 100% | 126.6 MiB/s |   1.8 MiB |  00m00s
- [159/229] Installing cairo-gobject-0:1. 100% |  31.2 MiB/s |  32.0 KiB |  00m00s
- [160/229] Installing harfbuzz-cairo-0:1 100% |  47.8 MiB/s |  49.0 KiB |  00m00s
- [161/229] Installing libXft-0:2.3.8-9.f 100% |  81.0 MiB/s | 165.9 KiB |  00m00s
- [162/229] Installing pango-0:1.57.1-1.f 100% |  31.4 MiB/s |   1.0 MiB |  00m00s
- [163/229] Installing librsvg2-0:2.61.0- 100% | 140.8 MiB/s |   5.1 MiB |  00m00s
- [164/229] Installing glycin-loaders-0:2 100% | 169.8 MiB/s |  12.7 MiB |  00m00s
- [165/229] Installing glycin-libs-0:2.0. 100% | 146.2 MiB/s |   4.2 MiB |  00m00s
- [166/229] Installing gdk-pixbuf2-0:2.44 100% |  87.1 MiB/s |   2.5 MiB |  00m00s
- [167/229] Installing gtk-update-icon-ca 100% |   2.9 MiB/s |  63.3 KiB |  00m00s
- [168/229] Installing gtk3-0:3.24.52-1.f 100% | 172.0 MiB/s |  22.5 MiB |  00m00s
- [169/229] Installing libdecor-0:0.2.5-1 100% |  54.6 MiB/s | 167.8 KiB |  00m00s
- [170/229] Installing SDL3-0:3.4.0-3.fc4 100% | 150.7 MiB/s |   3.0 MiB |  00m00s
- [171/229] Installing sdl2-compat-0:2.32 100% | 100.1 MiB/s | 410.1 KiB |  00m00s
- [172/229] Installing SDL2_ttf-0:2.24.0- 100% |  44.6 MiB/s |  91.4 KiB |  00m00s
- [173/229] Installing libnotify-0:0.8.8- 100% |   2.7 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.
- >>>
- [174/229] Installing geoclue2-0:2.8.0-1 100% |  13.2 MiB/s | 405.6 KiB |  00m00s
- [175/229] Installing bzip2-devel-0:1.0. 100% | 151.7 MiB/s | 310.7 KiB |  00m00s
- [176/229] Installing brotli-0:1.2.0-1.f 100% |   1.5 MiB/s |  34.4 KiB |  00m00s
- [177/229] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [178/229] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [179/229] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [180/229] Installing mesa-dri-drivers-0 100% | 173.1 MiB/s |  48.8 MiB |  00m00s
- [181/229] Installing mesa-libgbm-0:25.3 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [182/229] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [183/229] Installing mesa-libEGL-0:25.3 100% | 101.3 MiB/s | 311.3 KiB |  00m00s
- [184/229] Installing libglvnd-gles-1:1. 100% |  48.5 MiB/s |  99.3 KiB |  00m00s
- [185/229] Installing mesa-libGL-0:25.3. 100% |  93.4 MiB/s | 286.9 KiB |  00m00s
- [186/229] Installing libglvnd-glx-1:1.7 100% | 117.7 MiB/s | 602.6 KiB |  00m00s
- [187/229] Installing gstreamer1-plugins 100% | 139.5 MiB/s |   7.4 MiB |  00m00s
- [188/229] Installing xdg-desktop-portal 100% |  33.1 MiB/s |   1.9 MiB |  00m00s
- [189/229] Installing sysprof-capture-de 100% | 112.5 MiB/s | 806.5 KiB |  00m00s
- [190/229] Installing libsepol-devel-0:3 100% |  25.2 MiB/s | 128.9 KiB |  00m00s
- [191/229] Installing pcre2-utf32-0:10.4 100% | 119.5 MiB/s | 611.9 KiB |  00m00s
- [192/229] Installing pcre2-utf16-0:10.4 100% | 104.2 MiB/s | 640.0 KiB |  00m00s
- [193/229] Installing pcre2-devel-0:10.4 100% |  73.1 MiB/s |   2.1 MiB |  00m00s
- [194/229] Installing libselinux-devel-0 100% |  39.6 MiB/s | 162.1 KiB |  00m00s
- [195/229] Installing libmount-devel-0:2 100% |  32.5 MiB/s |  66.5 KiB |  00m00s
- [196/229] Installing libicu-devel-0:77. 100% |  77.0 MiB/s |   5.1 MiB |  00m00s
- [197/229] Installing python3-packaging- 100% |  67.3 MiB/s | 619.9 KiB |  00m00s
- [198/229] Installing libglvnd-core-deve 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [199/229] Installing libglvnd-devel-1:1 100% | 151.5 MiB/s |   2.1 MiB |  00m00s
- [200/229] Installing mesa-libGLU-devel- 100% |  17.1 MiB/s |  17.5 KiB |  00m00s
- [201/229] Installing sdl2-compat-devel- 100% |  71.0 MiB/s |   3.3 MiB |  00m00s
- [202/229] Installing libffi-devel-0:3.5 100% |  11.6 MiB/s |  35.6 KiB |  00m00s
- [203/229] Installing glib2-devel-0:2.86 100% | 121.4 MiB/s |  15.8 MiB |  00m00s
- [204/229] Installing freetype-devel-0:2 100% | 213.6 MiB/s |   8.5 MiB |  00m00s
- [205/229] Installing fontconfig-devel-0 100% |  38.9 MiB/s | 159.4 KiB |  00m00s
- [206/229] Installing cairo-devel-0:1.18 100% | 327.3 MiB/s |   2.3 MiB |  00m00s
- [207/229] Installing harfbuzz-devel-0:1 100% | 148.2 MiB/s |   5.3 MiB |  00m00s
- [208/229] Installing SDL2_ttf-devel-0:2 100% |  47.2 MiB/s |  96.7 KiB |  00m00s
- [209/229] Installing xdg-desktop-portal 100% |  18.1 MiB/s | 481.2 KiB |  00m00s
- [210/229] Installing libcanberra-gtk3-0 100% |   3.0 MiB/s |  73.9 KiB |  00m00s
- [211/229] Installing pipewire-plugin-li 100% |  48.0 MiB/s | 147.4 KiB |  00m00s
- [212/229] Installing tinysparql-0:3.10. 100% |  33.6 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.
- >>>
- [213/229] Installing pipewire-0:1.4.11- 100% |   6.8 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'
- >>>
- [214/229] Installing pipewire-alsa-0:1. 100% |  39.0 MiB/s | 159.6 KiB |  00m00s
- [215/229] Installing pipewire-pulseaudi 100% |   3.5 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
- >>>
- [216/229] 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
- >>>
- [217/229] 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
- >>>
- [218/229] Installing systemd-networkd-0 100% |  22.9 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.
- >>>
- [219/229] Installing systemd-resolved-0 100% |  10.7 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
- >>>
- [220/229] Installing dconf-0:0.49.0-1.f 100% |   5.9 MiB/s | 312.1 KiB |  00m00s
- [221/229] Installing libcamera-ipa-0:0. 100% |  67.2 MiB/s | 688.4 KiB |  00m00s
- [222/229] Installing glib-networking-0: 100% | 105.7 MiB/s | 757.9 KiB |  00m00s
- [223/229] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [224/229] Installing adwaita-mono-fonts 100% | 157.7 MiB/s |   5.5 MiB |  00m00s
- [225/229] Installing adwaita-sans-fonts 100% | 132.3 MiB/s |   1.7 MiB |  00m00s
- [226/229] Installing low-memory-monitor 100% |   2.4 MiB/s |  67.7 KiB |  00m00s
- [227/229] Installing qrencode-libs-0:4. 100% |  10.8 MiB/s | 166.6 KiB |  00m00s
- [228/229] Removing glib2-0:2.86.4-1.fc4 100% |  11.5 KiB/s | 177.0   B |  00m00s
- [229/229] Removing zlib-ng-compat-0:2.3 100% |   3.0   B/s |   5.0   B |  00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.14-1.fc43.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.14-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "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-05 18:29.58 ---> using "5c4db4da280e2517243422307eb8ee0bd4b06c834627cbcb7159af057352ef10" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 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 dune.3.22.1, dune-configurator.3.22.1  (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)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> 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-05 18:29.58 ---> using "ec3bf7292451a960d05ff888335b3a85ab41f4d671128abd0fad06b4dbd3e9c8" from cache


/src: (copy (src .) (dst /src))
2026-04-05 18:29.58 ---> saved as "f09ae002abe896445dbe8dfd1df4c9bcb7d602f0604614426276f1fc4cd5a25d"


/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-05 18:29.59 ---> saved as "54fc6bb2e637c1fdf3b65015ab2d37f5e12e465555d2615ddd6d339c03942f26"
Job succeeded
2026-04-05 18:29.59: Job succeeded