(for PR #28495)
2026-05-04 08:20.05: New job: build efl.1.24.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
on fedora-43-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:627ad1ef7d93f338d7f5b7a5a3537464b57219d3a52c2b2e5be92f72603d8372
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn efl.1.24.0 1.24.0
RUN opam reinstall efl.1.24.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'efl.1.24.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-04 08:20.05: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:627ad1ef7d93f338d7f5b7a5a3537464b57219d3a52c2b2e5be92f72603d8372-efl.1.24.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:627ad1ef7d93f338d7f5b7a5a3537464b57219d3a52c2b2e5be92f72603d8372)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn efl.1.24.0 1.24.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.24.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'efl.1.24.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-04 08:20.05: Waiting for resource in pool OCluster
2026-05-04 08:28.23: Waiting for worker…
2026-05-04 08:33.29: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
packages/efl/efl.1.12.0/opam | 2 +-
packages/efl/efl.1.13.0/opam | 2 +-
packages/efl/efl.1.17.0/opam | 2 +-
packages/efl/efl.1.18.0/opam | 2 +-
packages/efl/efl.1.19.0/opam | 2 +-
packages/efl/efl.1.20.0/opam | 2 +-
packages/efl/efl.1.22.0/opam | 2 +-
packages/efl/efl.1.24.0/opam | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
(from ocaml/opam:fedora-43-ocaml-4.14@sha256:627ad1ef7d93f338d7f5b7a5a3537464b57219d3a52c2b2e5be92f72603d8372)
2026-05-04 08:34.05 ---> saved as "30407dd035e250bb564ce27e325b770b6a5e58c0eb953e89289d64e7b6d6f758"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-04 08:34.06 ---> saved as "ee0442303dca40c3a402cdb5bd5d0b652e6a07c9b9afa0c62c3b1b4c9d745a99"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-04 08:34.25 ---> saved as "4c1093970392228721b29b46efaa8b2462794eb5337924e1e5d47b4877852849"
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=43
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-05-04 08:34.26 ---> saved as "5fd2ccb8182fc14c96aca67af805d8377a4e7349a40c83688a35ff645d041f86"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-04 08:34.38 ---> saved as "6845c9204676efccf2fae51fcc09eca900f31d40696c7941e22dcdef262f0e79"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:34.43 ---> saved as "95ac2e850f2ef540514e52eb04475311e9292b30b3013930d1b62f0bcf472463"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:34.59 ---> saved as "302f37f19d23c36d2c511bd09e6a4fef0da45aa9707bf7f71e8d5bcb6b49a6d6"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 - Updates 100% | 4.6 KiB/s | 7.1 KiB | 00m02s
- Fedora 43 - x86_64 100% | 60.7 KiB/s | 21.1 KiB | 00m00s
- Fedora 43 openh264 (From Cisco) - x86_ 100% | 5.0 KiB/s | 986.0 B | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-05-04 08:35.07 ---> saved as "08683034b0e3e2b6bc582b18e12c38476171b03f1c4ad838514a14ae4d7de612"
/home/opam: (run (shell "opam pin add -k version -yn efl.1.24.0 1.24.0"))
efl is now pinned to version 1.24.0
2026-05-04 08:35.07 ---> saved as "5731edd6bc66ff0237612427f3ca92fddd746bb6c80d08d90823d066bb4f09fc"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.24.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'efl.1.24.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
efl.1.24.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
- install conf-efl 1.8 [required by efl]
- install conf-pkg-config 4 [required by efl]
- install efl 1.24.0 (pinned)
- install ocamlbuild 0.16.1 [required by efl]
- install ocamlfind 1.9.8 [required by efl]
The following system packages will first need to be installed:
elementary-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/sbin/sudo "yum" "install" "-y" "elementary-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Upgrading:
- glib2 x86_64 2.86.5-1.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
- libcap x86_64 2.76-4.fc43 updates 209.1 KiB
- replacing libcap x86_64 2.76-3.fc43 3b3d0b7480cd48d19a2c4259e547f2da 209.1 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
- openssl-libs x86_64 1:3.5.4-3.fc43 updates 8.9 MiB
- replacing openssl-libs x86_64 1:3.5.4-2.fc43 a899a9b296804e8ab27411270a04f5e9 8.9 MiB
- systemd-libs x86_64 258.7-1.fc43 updates 2.3 MiB
- replacing systemd-libs x86_64 258.5-2.fc43 updates 2.3 MiB
- 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:
- efl-devel x86_64 1.28.1-2.fc43 fedora 17.1 MiB
- Installing dependencies:
- LibRaw x86_64 0.21.5-1.fc43 updates 2.3 MiB
- ModemManager-glib x86_64 1.24.2-1.fc43 fedora 1.5 MiB
- SDL3 x86_64 3.4.4-1.fc43 updates 3.0 MiB
- abattis-cantarell-vf-fonts noarch 0.301-15.fc43 fedora 192.7 KiB
- adobe-mappings-cmap noarch 20231115-3.fc43 fedora 15.2 MiB
- adobe-mappings-cmap-deprecated noarch 20231115-3.fc43 fedora 582.1 KiB
- adobe-mappings-pdf noarch 20190401-10.fc43 fedora 4.4 MiB
- adwaita-cursor-theme noarch 49.0-1.fc43 fedora 11.4 MiB
- adwaita-icon-theme noarch 49.0-1.fc43 fedora 1.2 MiB
- adwaita-icon-theme-legacy noarch 46.2-4.fc43 fedora 2.1 MiB
- alsa-lib x86_64 1.2.15.3-1.fc43 updates 1.5 MiB
- at-spi2-atk x86_64 2.58.5-1.fc43 updates 283.7 KiB
- at-spi2-core x86_64 2.58.5-1.fc43 updates 1.5 MiB
- atk x86_64 2.58.5-1.fc43 updates 248.6 KiB
- avahi x86_64 0.9~rc2-6.fc43 fedora 1.6 MiB
- avahi-devel x86_64 0.9~rc2-6.fc43 fedora 130.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
- bullet x86_64 3.08-15.fc43 fedora 3.6 MiB
- bullet-devel x86_64 3.08-15.fc43 fedora 2.9 MiB
- 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 x86_64 3.31.11-1.fc43 updates 34.5 MiB
- cmake-data noarch 3.31.11-1.fc43 updates 8.5 MiB
- 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.18-1.fc43 updates 0.0 B
- cups-libs x86_64 1:2.4.18-1.fc43 updates 618.7 KiB
- dbus x86_64 1:1.16.0-4.fc43 fedora 0.0 B
- dbus-broker x86_64 37-2.fc43 fedora 387.2 KiB
- dbus-common noarch 1:1.16.0-4.fc43 fedora 11.2 KiB
- dbus-devel x86_64 1:1.16.0-4.fc43 fedora 131.7 KiB
- default-fonts-core-sans noarch 4.2-5.fc43 fedora 11.9 KiB
- device-mapper x86_64 1.02.208-2.fc43 fedora 346.6 KiB
- device-mapper-libs x86_64 1.02.208-2.fc43 fedora 418.2 KiB
- duktape x86_64 2.7.0-10.fc43 fedora 615.8 KiB
- efl x86_64 1.28.1-2.fc43 fedora 55.7 MiB
- fdk-aac-free x86_64 2.0.0-16.fc43 fedora 611.8 KiB
- fftw-libs-single x86_64 3.3.10-16.fc43 fedora 3.6 MiB
- flac-devel x86_64 1.5.0-5.fc43 updates 5.2 MiB
- flac-libs x86_64 1.5.0-5.fc43 updates 611.5 KiB
- fontconfig x86_64 2.17.0-3.fc43 fedora 765.9 KiB
- fontconfig-devel x86_64 2.17.0-3.fc43 fedora 123.6 KiB
- fonts-filesystem noarch 1:2.0.5-23.fc43 fedora 0.0 B
- freetype x86_64 2.13.3-3.fc43 fedora 850.2 KiB
- freetype-devel x86_64 2.13.3-3.fc43 fedora 8.5 MiB
- fribidi x86_64 1.0.16-3.fc43 fedora 190.3 KiB
- fribidi-devel x86_64 1.0.16-3.fc43 fedora 78.0 KiB
- fuse-common x86_64 3.16.2-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.6^really2.44.4-1.fc43 updates 2.5 MiB
- geoclue2 x86_64 2.8.0-1.fc43 updates 401.7 KiB
- giflib x86_64 5.2.2-9.fc43 updates 116.1 KiB
- glib2-devel x86_64 2.86.5-1.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
- gobject-introspection x86_64 1.84.0-3.fc43 fedora 392.8 KiB
- google-droid-sans-fonts noarch 20200215-23.fc43 fedora 6.3 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
- gpgme x86_64 1.24.3-6.fc43 fedora 587.9 KiB
- gpgmepp x86_64 1.24.3-6.fc43 fedora 429.2 KiB
- graphene x86_64 1.10.8-2.fc43 fedora 158.4 KiB
- graphite2 x86_64 1.3.14-19.fc43 fedora 191.8 KiB
- graphite2-devel x86_64 1.3.14-19.fc43 fedora 49.3 KiB
- gsettings-desktop-schemas x86_64 49.1-3.fc43 updates 5.7 MiB
- gsm x86_64 1.0.23-1.fc43 fedora 65.3 KiB
- gstreamer1 x86_64 1.26.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
- ibus-libs x86_64 1.5.33-5.fc43 updates 843.0 KiB
- iso-codes noarch 4.18.0-2.fc43 fedora 21.5 MiB
- jasper-libs x86_64 4.2.8-1.fc43 updates 345.7 KiB
- jbig2dec-libs x86_64 0.20-7.fc43 fedora 164.9 KiB
- jbigkit-libs x86_64 2.1-32.fc43 fedora 113.5 KiB
- json-glib x86_64 1.10.8-4.fc43 updates 592.3 KiB
- jsoncpp x86_64 1.9.6-2.fc43 fedora 257.6 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
- libICE x86_64 1.1.2-3.fc43 fedora 194.4 KiB
- libSM x86_64 1.2.5-3.fc43 fedora 101.0 KiB
- libXScrnSaver x86_64 1.2.4-6.fc43 fedora 49.6 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
- libXt x86_64 1.3.1-3.fc43 fedora 429.8 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.3-1.fc43 updates 5.0 MiB
- libasyncns x86_64 0.8-31.fc43 fedora 55.5 KiB
- libavif x86_64 1.3.0-2.fc43 fedora 258.0 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
- libcap-devel x86_64 2.76-4.fc43 updates 37.5 KiB
- libcloudproviders x86_64 0.3.6-2.fc43 fedora 124.3 KiB
- libdaemon x86_64 0.14-32.fc43 fedora 64.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
- libevdev x86_64 1.13.6-1.fc43 updates 82.0 KiB
- libevent-devel x86_64 2.1.12-16.fc43 fedora 426.0 KiB
- libffi-devel x86_64 3.5.2-1.fc43 updates 33.9 KiB
- libglvnd x86_64 1:1.7.0-8.fc43 fedora 526.1 KiB
- libglvnd-core-devel x86_64 1:1.7.0-8.fc43 fedora 40.3 KiB
- libglvnd-devel x86_64 1:1.7.0-8.fc43 fedora 2.1 MiB
- libglvnd-egl x86_64 1:1.7.0-8.fc43 fedora 64.7 KiB
- libglvnd-gles x86_64 1:1.7.0-8.fc43 fedora 97.9 KiB
- libglvnd-glx x86_64 1:1.7.0-8.fc43 fedora 601.2 KiB
- libglvnd-opengl x86_64 1:1.7.0-8.fc43 fedora 144.8 KiB
- libgs x86_64 10.05.1-6.fc43 updates 23.5 MiB
- 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
- libijs x86_64 0.35-25.fc43 fedora 61.6 KiB
- libinput x86_64 1.30.3-1.fc43 updates 676.0 KiB
- libinput-devel x86_64 1.30.3-1.fc43 updates 234.0 KiB
- libjpeg-turbo x86_64 3.1.3-1.fc43 updates 806.3 KiB
- libjpeg-turbo-devel x86_64 3.1.3-1.fc43 updates 353.9 KiB
- libjxl x86_64 1:0.11.1-7.fc43 updates 4.1 MiB
- liblc3 x86_64 1.1.3-5.fc43 fedora 170.8 KiB
- libldac x86_64 2.0.2.3-18.fc43 fedora 74.2 KiB
- liblerc x86_64 4.0.0-9.fc43 fedora 624.1 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
- libogg-devel x86_64 2:1.3.6-2.fc43 updates 27.0 KiB
- libopenjph x86_64 0.22.0-2.fc43 fedora 466.2 KiB
- libpaper x86_64 1:2.1.1-9.fc43 fedora 48.7 KiB
- libpciaccess x86_64 0.16-16.fc43 fedora 44.5 KiB
- libpng x86_64 2:1.6.56-1.fc43 updates 241.8 KiB
- libpng-devel x86_64 2:1.6.56-1.fc43 updates 1.1 MiB
- 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
- libsndfile-devel x86_64 1.2.2-10.fc43 fedora 212.9 KiB
- libsoup3 x86_64 3.6.6-2.fc43 updates 1.7 MiB
- libspectre x86_64 0.2.12-10.fc43 fedora 89.8 KiB
- 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
- libtiff x86_64 4.7.1-1.fc43 updates 624.4 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
- libunwind-devel x86_64 1.8.1-3.fc43 fedora 387.2 KiB
- libuv x86_64 1:1.51.0-2.fc43 fedora 570.2 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
- libvorbis-devel x86_64 1:1.3.7-13.fc43 fedora 38.4 KiB
- libwacom x86_64 2.18.0-1.fc43 updates 114.0 KiB
- libwacom-data noarch 2.18.0-1.fc43 updates 1.4 MiB
- libwayland-client x86_64 1.24.0-1.fc43 fedora 62.0 KiB
- libwayland-cursor x86_64 1.24.0-1.fc43 fedora 37.3 KiB
- libwayland-egl x86_64 1.24.0-1.fc43 fedora 12.4 KiB
- libwayland-server x86_64 1.24.0-1.fc43 fedora 78.5 KiB
- libwebp x86_64 1.6.0-2.fc43 fedora 956.6 KiB
- libxkbcommon x86_64 1.11.0-1.fc43 fedora 408.2 KiB
- libxkbcommon-devel x86_64 1.11.0-1.fc43 fedora 383.4 KiB
- libxkbcommon-x11 x86_64 1.11.0-1.fc43 fedora 35.6 KiB
- libxkbcommon-x11-devel x86_64 1.11.0-1.fc43 fedora 8.4 KiB
- libxml2-devel x86_64 2.12.10-5.fc43 fedora 3.4 MiB
- libxshmfence x86_64 1.3.2-7.fc43 fedora 12.4 KiB
- libyuv x86_64 0-0.57.20240704git96bbdb5.fc43 fedora 679.7 KiB
- lm_sensors-libs x86_64 3.6.0-23.fc43 fedora 85.8 KiB
- lttng-ust x86_64 2.14.0-4.fc43 fedora 1.3 MiB
- luajit x86_64 2.1.1767980792-1.fc43 updates 1.4 MiB
- luajit-devel x86_64 2.1.1767980792-1.fc43 updates 252.9 KiB
- 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-devel x86_64 1.32.10-2.fc43 fedora 3.2 MiB
- mpg123-libs x86_64 1.32.10-2.fc43 fedora 814.0 KiB
- mtdev x86_64 1.1.6-11.fc43 fedora 29.2 KiB
- nspr x86_64 4.38.2-5.fc43 updates 315.5 KiB
- nss x86_64 3.122.1-1.fc43 updates 1.9 MiB
- nss-softokn x86_64 3.122.1-1.fc43 updates 2.0 MiB
- nss-softokn-freebl x86_64 3.122.1-1.fc43 updates 990.9 KiB
- nss-sysinit x86_64 3.122.1-1.fc43 updates 18.1 KiB
- nss-util x86_64 3.122.1-1.fc43 updates 204.8 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
- openssl-devel x86_64 1:3.5.4-3.fc43 updates 4.6 MiB
- opus x86_64 1.5.2-3.fc43 fedora 427.6 KiB
- opus-devel x86_64 1.5.2-3.fc43 fedora 2.6 MiB
- 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
- poppler x86_64 25.07.0-3.fc43 updates 3.8 MiB
- poppler-cpp x86_64 25.07.0-3.fc43 updates 130.0 KiB
- poppler-data noarch 0.4.11-10.fc43 fedora 12.3 MiB
- pulseaudio-libs x86_64 17.0-9.fc43 updates 3.4 MiB
- pulseaudio-libs-devel x86_64 17.0-9.fc43 updates 4.8 MiB
- pulseaudio-libs-glib2 x86_64 17.0-9.fc43 updates 19.7 KiB
- python3-packaging noarch 25.0-7.fc43 fedora 607.4 KiB
- rav1e-libs x86_64 0.8.1-2.fc43 updates 3.1 MiB
- rhash x86_64 1.4.5-3.fc43 fedora 351.1 KiB
- rtkit x86_64 0.11-69.fc43 fedora 138.1 KiB
- sdl2-compat x86_64 2.32.64-1.fc43 updates 408.4 KiB
- sdl2-compat-devel x86_64 2.32.64-1.fc43 updates 3.2 MiB
- shared-mime-info x86_64 2.4-2.fc43 fedora 5.2 MiB
- sound-theme-freedesktop noarch 0.8-24.fc43 fedora 460.4 KiB
- spirv-tools-libs x86_64 2026.1-2.fc43 updates 5.9 MiB
- svt-av1-libs x86_64 3.1.2-1.fc43 fedora 5.6 MiB
- sysprof-capture-devel x86_64 49.0-1.fc43 fedora 803.7 KiB
- systemd x86_64 258.7-1.fc43 updates 12.7 MiB
- systemd-devel x86_64 258.7-1.fc43 updates 615.4 KiB
- systemd-pam x86_64 258.7-1.fc43 updates 1.2 MiB
- systemd-shared x86_64 258.7-1.fc43 updates 5.0 MiB
- urw-base35-bookman-fonts noarch 20200910-26.fc43 fedora 1.4 MiB
- urw-base35-c059-fonts noarch 20200910-26.fc43 fedora 1.4 MiB
- urw-base35-d050000l-fonts noarch 20200910-26.fc43 fedora 84.3 KiB
- urw-base35-fonts noarch 20200910-26.fc43 fedora 5.3 KiB
- urw-base35-fonts-common noarch 20200910-26.fc43 fedora 37.4 KiB
- urw-base35-gothic-fonts noarch 20200910-26.fc43 fedora 1.2 MiB
- urw-base35-nimbus-mono-ps-fonts noarch 20200910-26.fc43 fedora 1.0 MiB
- urw-base35-nimbus-roman-fonts noarch 20200910-26.fc43 fedora 1.4 MiB
- urw-base35-nimbus-sans-fonts noarch 20200910-26.fc43 fedora 2.4 MiB
- urw-base35-p052-fonts noarch 20200910-26.fc43 fedora 1.5 MiB
- urw-base35-standard-symbols-ps-fonts noarch 20200910-26.fc43 fedora 64.9 KiB
- urw-base35-z003-fonts noarch 20200910-26.fc43 fedora 390.8 KiB
- vim-filesystem noarch 2:9.2.390-1.fc43 updates 40.0 B
- wayland-devel x86_64 1.24.0-1.fc43 fedora 691.9 KiB
- webrtc-audio-processing x86_64 1.3-9.fc43 fedora 1.4 MiB
- wireplumber x86_64 0.5.14-1.fc43 updates 427.5 KiB
- wireplumber-libs x86_64 0.5.14-1.fc43 updates 1.3 MiB
- xdg-desktop-portal x86_64 1.20.4-1.fc43 updates 1.9 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: 308 packages
- Upgrading: 13 packages
- Replacing: 13 packages
-
- Total size of inbound packages is 189 MiB. Need to download 189 MiB.
- After this operation, 634 MiB extra will be used (install 667 MiB, remove 33 MiB).
- [ 1/321] bullet-0:3.08-15.fc43.x86_64 100% | 88.8 KiB/s | 1.2 MiB | 00m14s
- [ 2/321] cairo-0:1.18.4-2.fc43.x86_64 100% | 67.2 KiB/s | 729.3 KiB | 00m11s
- [ 3/321] fontconfig-0:2.17.0-3.fc43.x8 100% | 349.4 KiB/s | 272.2 KiB | 00m01s
- [ 4/321] freetype-0:2.13.3-3.fc43.x86_ 100% | 55.7 KiB/s | 412.1 KiB | 00m07s
- [ 5/321] fribidi-0:1.0.16-3.fc43.x86_6 100% | 75.5 KiB/s | 53.3 KiB | 00m01s
- [ 6/321] libXScrnSaver-0:1.2.4-6.fc43. 100% | 30.0 KiB/s | 25.0 KiB | 00m01s
- [ 7/321] libXcomposite-0:0.4.6-6.fc43. 100% | 52.9 KiB/s | 24.2 KiB | 00m00s
- [ 8/321] libXcursor-0:1.2.3-3.fc43.x86 100% | 149.8 KiB/s | 31.2 KiB | 00m00s
- [ 9/321] libXdamage-0:1.1.6-6.fc43.x86 100% | 51.9 KiB/s | 23.3 KiB | 00m00s
- [ 10/321] libXext-0:1.3.6-4.fc43.x86_64 100% | 69.5 KiB/s | 39.1 KiB | 00m01s
- [ 11/321] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 209.6 KiB/s | 19.1 KiB | 00m00s
- [ 12/321] libXi-0:1.8.2-3.fc43.x86_64 100% | 113.7 KiB/s | 40.3 KiB | 00m00s
- [ 13/321] libXinerama-0:1.1.5-9.fc43.x8 100% | 6.7 KiB/s | 14.2 KiB | 00m02s
- [ 14/321] efl-devel-0:1.28.1-2.fc43.x86 100% | 61.4 KiB/s | 2.3 MiB | 00m39s
- [ 15/321] libXrender-0:0.9.12-3.fc43.x8 100% | 113.9 KiB/s | 26.9 KiB | 00m00s
- [ 16/321] libXtst-0:1.2.5-3.fc43.x86_64 100% | 135.0 KiB/s | 20.5 KiB | 00m00s
- [ 17/321] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 38.0 KiB/s | 27.6 KiB | 00m01s
- [ 18/321] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 25.9 KiB/s | 36.0 KiB | 00m01s
- [ 19/321] libglvnd-gles-1:1.7.0-8.fc43. 100% | 37.4 KiB/s | 28.5 KiB | 00m01s
- [ 20/321] libavif-0:1.3.0-2.fc43.x86_64 100% | 40.4 KiB/s | 120.7 KiB | 00m03s
- [ 21/321] libspectre-0:0.2.12-10.fc43.x 100% | 23.5 KiB/s | 44.4 KiB | 00m02s
- [ 22/321] libunwind-0:1.8.1-3.fc43.x86_ 100% | 56.1 KiB/s | 76.5 KiB | 00m01s
- [ 23/321] libwayland-egl-0:1.24.0-1.fc4 100% | 50.3 KiB/s | 12.4 KiB | 00m00s
- [ 24/321] libwayland-client-0:1.24.0-1. 100% | 20.2 KiB/s | 33.6 KiB | 00m02s
- [ 25/321] libwayland-server-0:1.24.0-1. 100% | 25.0 KiB/s | 41.5 KiB | 00m02s
- [ 26/321] libxkbcommon-0:1.11.0-1.fc43. 100% | 61.2 KiB/s | 174.3 KiB | 00m03s
- [ 27/321] libxkbcommon-x11-0:1.11.0-1.f 100% | 51.0 KiB/s | 22.8 KiB | 00m00s
- [ 28/321] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 77.6 KiB/s | 192.2 KiB | 00m02s
- [ 29/321] libwebp-0:1.6.0-2.fc43.x86_64 100% | 50.9 KiB/s | 324.2 KiB | 00m06s
- [ 30/321] lzo-0:2.10-15.fc43.x86_64 100% | 160.7 KiB/s | 69.4 KiB | 00m00s
- [ 31/321] default-fonts-core-sans-0:4.2 100% | 80.4 KiB/s | 29.9 KiB | 00m00s
- [ 32/321] fonts-filesystem-1:2.0.5-23.f 100% | 163.7 KiB/s | 8.7 KiB | 00m00s
- [ 33/321] xml-common-0:0.6.3-67.fc43.no 100% | 124.7 KiB/s | 31.0 KiB | 00m00s
- [ 34/321] libyuv-0:0-0.57.20240704git96 100% | 62.9 KiB/s | 202.1 KiB | 00m03s
- [ 35/321] pixman-0:0.46.2-2.fc43.x86_64 100% | 54.4 KiB/s | 292.5 KiB | 00m05s
- [ 36/321] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 265.8 KiB/s | 114.0 KiB | 00m00s
- [ 37/321] abattis-cantarell-vf-fonts-0: 100% | 174.4 KiB/s | 120.1 KiB | 00m01s
- [ 38/321] libjpeg-turbo-0:3.1.3-1.fc43. 100% | 11.2 KiB/s | 236.8 KiB | 00m21s
- [ 39/321] xkeyboard-config-0:2.46-1.fc4 100% | 725.8 KiB/s | 993.6 KiB | 00m01s
- [ 40/321] libgs-0:10.05.1-6.fc43.x86_64 100% | 5.2 MiB/s | 3.5 MiB | 00m01s
- [ 41/321] svt-av1-libs-0:3.1.2-1.fc43.x 100% | 60.1 KiB/s | 2.0 MiB | 00m34s
- [ 42/321] adobe-mappings-cmap-deprecate 100% | 325.3 KiB/s | 102.5 KiB | 00m00s
- [ 43/321] adobe-mappings-pdf-0:20190401 100% | 13.2 KiB/s | 619.3 KiB | 00m47s
- [ 44/321] adobe-mappings-cmap-0:2023111 100% | 38.2 KiB/s | 2.2 MiB | 01m00s
- [ 45/321] jbig2dec-libs-0:0.20-7.fc43.x 100% | 178.4 KiB/s | 74.0 KiB | 00m00s
- [ 46/321] lcms2-0:2.16-6.fc43.x86_64 100% | 52.8 KiB/s | 182.8 KiB | 00m03s
- [ 47/321] libXt-0:1.3.1-3.fc43.x86_64 100% | 69.9 KiB/s | 179.2 KiB | 00m03s
- [ 48/321] libijs-0:0.35-25.fc43.x86_64 100% | 14.0 KiB/s | 29.1 KiB | 00m02s
- [ 49/321] libpaper-1:2.1.1-9.fc43.x86_6 100% | 79.6 KiB/s | 26.6 KiB | 00m00s
- [ 50/321] urw-base35-fonts-0:20200910-2 100% | 95.0 KiB/s | 9.9 KiB | 00m00s
- [ 51/321] libICE-0:1.1.2-3.fc43.x86_64 100% | 30.2 KiB/s | 78.1 KiB | 00m03s
- [ 52/321] libSM-0:1.2.5-3.fc43.x86_64 100% | 80.4 KiB/s | 44.2 KiB | 00m01s
- [ 53/321] urw-base35-bookman-fonts-0:20 100% | 39.9 KiB/s | 845.2 KiB | 00m21s
- [ 54/321] urw-base35-c059-fonts-0:20200 100% | 71.6 KiB/s | 872.9 KiB | 00m12s
- [ 55/321] urw-base35-d050000l-fonts-0:2 100% | 89.1 KiB/s | 75.2 KiB | 00m01s
- [ 56/321] urw-base35-fonts-common-0:202 100% | 77.0 KiB/s | 20.6 KiB | 00m00s
- [ 57/321] google-droid-sans-fonts-0:202 100% | 51.7 KiB/s | 2.7 MiB | 00m54s
- [ 58/321] urw-base35-gothic-fonts-0:202 100% | 36.2 KiB/s | 640.8 KiB | 00m18s
- [ 59/321] urw-base35-nimbus-mono-ps-fon 100% | 41.7 KiB/s | 793.8 KiB | 00m19s
- [ 60/321] urw-base35-nimbus-roman-fonts 100% | 37.4 KiB/s | 853.1 KiB | 00m23s
- [ 61/321] urw-base35-nimbus-sans-fonts- 100% | 63.9 KiB/s | 1.3 MiB | 00m21s
- [ 62/321] urw-base35-standard-symbols-p 100% | 47.3 KiB/s | 57.7 KiB | 00m01s
- [ 63/321] urw-base35-z003-fonts-0:20200 100% | 51.7 KiB/s | 274.9 KiB | 00m05s
- [ 64/321] mesa-libEGL-0:25.3.6-3.fc43.x 100% | 19.9 KiB/s | 120.7 KiB | 00m06s
- [ 65/321] urw-base35-p052-fonts-0:20200 100% | 64.6 KiB/s | 972.1 KiB | 00m15s
- [ 66/321] mesa-libgbm-0:25.3.6-3.fc43.x 100% | 73.6 KiB/s | 16.5 KiB | 00m00s
- [ 67/321] mesa-filesystem-0:25.3.6-3.fc 100% | 24.8 KiB/s | 10.5 KiB | 00m00s
- [ 68/321] mesa-dri-drivers-0:25.3.6-3.f 100% | 8.2 MiB/s | 12.8 MiB | 00m02s
- [ 69/321] lm_sensors-libs-0:3.6.0-23.fc 100% | 5.0 KiB/s | 40.6 KiB | 00m08s
- [ 70/321] libxshmfence-0:1.3.2-7.fc43.x 100% | 1.4 KiB/s | 13.3 KiB | 00m09s
- [ 71/321] libaom-0:3.13.3-1.fc43.x86_64 100% | 1.1 MiB/s | 1.9 MiB | 00m02s
- [ 72/321] libdav1d-0:1.5.3-1.fc43.x86_6 100% | 1.2 MiB/s | 637.4 KiB | 00m01s
- [ 73/321] rav1e-libs-0:0.8.1-2.fc43.x86 100% | 3.5 MiB/s | 1.1 MiB | 00m00s
- [ 74/321] harfbuzz-0:11.5.1-2.fc43.x86_ 100% | 3.2 MiB/s | 1.1 MiB | 00m00s
- [ 75/321] graphite2-0:1.3.14-19.fc43.x8 100% | 139.6 KiB/s | 95.6 KiB | 00m01s
- [ 76/321] libpng-2:1.6.56-1.fc43.x86_64 100% | 1.1 MiB/s | 125.5 KiB | 00m00s
- [ 77/321] cmake-filesystem-0:3.31.11-1. 100% | 165.1 KiB/s | 13.4 KiB | 00m00s
- [ 78/321] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 45.9 KiB/s | 196.6 KiB | 00m04s
- [ 79/321] python3-packaging-0:25.0-7.fc 100% | 138.4 KiB/s | 161.5 KiB | 00m01s
- [ 80/321] glib2-devel-0:2.86.5-1.fc43.x 100% | 529.9 KiB/s | 1.5 MiB | 00m03s
- [ 81/321] harfbuzz-cairo-0:11.5.1-2.fc4 100% | 167.8 KiB/s | 30.0 KiB | 00m00s
- [ 82/321] harfbuzz-icu-0:11.5.1-2.fc43. 100% | 96.1 KiB/s | 15.7 KiB | 00m00s
- [ 83/321] libinput-devel-0:1.30.3-1.fc4 100% | 286.1 KiB/s | 43.2 KiB | 00m00s
- [ 84/321] libinput-0:1.30.3-1.fc43.x86_ 100% | 468.8 KiB/s | 266.3 KiB | 00m01s
- [ 85/321] harfbuzz-devel-0:11.5.1-2.fc4 100% | 258.5 KiB/s | 455.8 KiB | 00m02s
- [ 86/321] mtdev-0:1.1.6-11.fc43.x86_64 100% | 94.6 KiB/s | 21.1 KiB | 00m00s
- [ 87/321] libmount-devel-0:2.41.4-7.fc4 100% | 125.5 KiB/s | 24.8 KiB | 00m00s
- [ 88/321] libpng-devel-2:1.6.56-1.fc43. 100% | 552.7 KiB/s | 302.9 KiB | 00m01s
- [ 89/321] luajit-devel-0:2.1.1767980792 100% | 554.3 KiB/s | 79.3 KiB | 00m00s
- [ 90/321] libjpeg-turbo-devel-0:3.1.3-1 100% | 69.7 KiB/s | 97.1 KiB | 00m01s
- [ 91/321] luajit-0:2.1.1767980792-1.fc4 100% | 1.3 MiB/s | 434.0 KiB | 00m00s
- [ 92/321] pulseaudio-libs-devel-0:17.0- 100% | 1.7 MiB/s | 453.5 KiB | 00m00s
- [ 93/321] pulseaudio-libs-0:17.0-9.fc43 100% | 506.4 KiB/s | 694.2 KiB | 00m01s
- [ 94/321] pulseaudio-libs-glib2-0:17.0- 100% | 69.4 KiB/s | 16.3 KiB | 00m00s
- [ 95/321] libasyncns-0:0.8-31.fc43.x86_ 100% | 58.6 KiB/s | 30.0 KiB | 00m01s
- [ 96/321] libsndfile-0:1.2.2-10.fc43.x8 100% | 81.7 KiB/s | 220.8 KiB | 00m03s
- [ 97/321] openssl-devel-1:3.5.4-3.fc43. 100% | 583.5 KiB/s | 3.0 MiB | 00m05s
- [ 98/321] gsm-0:1.0.23-1.fc43.x86_64 100% | 38.2 KiB/s | 36.0 KiB | 00m01s
- [ 99/321] libvorbis-1:1.3.7-13.fc43.x86 100% | 71.4 KiB/s | 188.4 KiB | 00m03s
- [100/321] lame-libs-0:3.100-20.fc43.x86 100% | 44.4 KiB/s | 338.9 KiB | 00m08s
- [101/321] opus-0:1.5.2-3.fc43.x86_64 100% | 37.6 KiB/s | 237.1 KiB | 00m06s
- [102/321] mpg123-libs-0:1.32.10-2.fc43. 100% | 32.5 KiB/s | 355.6 KiB | 00m11s
- [103/321] sdl2-compat-0:2.32.64-1.fc43. 100% | 271.0 KiB/s | 136.9 KiB | 00m01s
- [104/321] sdl2-compat-devel-0:2.32.64-1 100% | 431.8 KiB/s | 506.9 KiB | 00m01s
- [105/321] SDL3-0:3.4.4-1.fc43.x86_64 100% | 1.9 MiB/s | 1.1 MiB | 00m01s
- [106/321] systemd-pam-0:258.7-1.fc43.x8 100% | 3.0 MiB/s | 424.3 KiB | 00m00s
- [107/321] systemd-0:258.7-1.fc43.x86_64 100% | 6.2 MiB/s | 4.2 MiB | 00m01s
- [108/321] systemd-shared-0:258.7-1.fc43 100% | 3.7 MiB/s | 1.8 MiB | 00m01s
- [109/321] dbus-1:1.16.0-4.fc43.x86_64 100% | 15.8 KiB/s | 7.5 KiB | 00m00s
- [110/321] dbus-broker-0:37-2.fc43.x86_6 100% | 288.8 KiB/s | 173.8 KiB | 00m01s
- [111/321] systemd-devel-0:258.7-1.fc43. 100% | 2.8 MiB/s | 673.3 KiB | 00m00s
- [112/321] dbus-common-1:1.16.0-4.fc43.n 100% | 18.7 KiB/s | 14.2 KiB | 00m01s
- [113/321] zlib-ng-compat-devel-0:2.3.3- 100% | 112.9 KiB/s | 37.8 KiB | 00m00s
- [114/321] avahi-devel-0:0.9~rc2-6.fc43. 100% | 69.9 KiB/s | 42.9 KiB | 00m01s
- [115/321] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 33.6 KiB/s | 69.0 KiB | 00m02s
- [116/321] libdaemon-0:0.14-32.fc43.x86_ 100% | 43.5 KiB/s | 31.5 KiB | 00m01s
- [117/321] avahi-0:0.9~rc2-6.fc43.x86_64 100% | 134.5 KiB/s | 447.7 KiB | 00m03s
- [118/321] dbus-devel-1:1.16.0-4.fc43.x8 100% | 149.9 KiB/s | 38.8 KiB | 00m00s
- [119/321] fontconfig-devel-0:2.17.0-3.f 100% | 352.4 KiB/s | 169.5 KiB | 00m00s
- [120/321] bullet-devel-0:3.08-15.fc43.x 100% | 36.9 KiB/s | 504.1 KiB | 00m14s
- [121/321] fribidi-devel-0:1.0.16-3.fc43 100% | 235.9 KiB/s | 29.3 KiB | 00m00s
- [122/321] libsndfile-devel-0:1.2.2-10.f 100% | 751.5 KiB/s | 81.2 KiB | 00m00s
- [123/321] libunwind-devel-0:1.8.1-3.fc4 100% | 347.4 KiB/s | 152.9 KiB | 00m00s
- [124/321] libxkbcommon-devel-0:1.11.0-1 100% | 477.3 KiB/s | 73.0 KiB | 00m00s
- [125/321] libxkbcommon-x11-devel-0:1.11 100% | 251.8 KiB/s | 12.1 KiB | 00m00s
- [126/321] wayland-devel-0:1.24.0-1.fc43 100% | 205.9 KiB/s | 154.2 KiB | 00m01s
- [127/321] libwayland-cursor-0:1.24.0-1. 100% | 109.8 KiB/s | 18.9 KiB | 00m00s
- [128/321] freetype-devel-0:2.13.3-3.fc4 100% | 68.2 KiB/s | 1.0 MiB | 00m15s
- [129/321] giflib-0:5.2.2-9.fc43.x86_64 100% | 11.7 KiB/s | 52.2 KiB | 00m04s
- [130/321] LibRaw-0:0.21.5-1.fc43.x86_64 100% | 70.2 KiB/s | 414.1 KiB | 00m06s
- [131/321] gstreamer1-0:1.26.11-1.fc43.x 100% | 2.1 MiB/s | 1.7 MiB | 00m01s
- [132/321] gstreamer1-plugins-base-0:1.2 100% | 2.0 MiB/s | 2.3 MiB | 00m01s
- [133/321] cdparanoia-libs-0:10.2-48.fc4 100% | 47.2 KiB/s | 53.9 KiB | 00m01s
- [134/321] graphene-0:1.10.8-2.fc43.x86_ 100% | 106.2 KiB/s | 61.3 KiB | 00m01s
- [135/321] libXv-0:1.0.13-3.fc43.x86_64 100% | 132.7 KiB/s | 18.6 KiB | 00m00s
- [136/321] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 176.6 KiB/s | 132.1 KiB | 00m01s
- [137/321] libgudev-0:238-8.fc43.x86_64 100% | 66.1 KiB/s | 34.6 KiB | 00m01s
- [138/321] libtheora-1:1.1.1-40.fc43.x86 100% | 54.4 KiB/s | 170.3 KiB | 00m03s
- [139/321] libvisual-1:0.4.2-3.fc43.x86_ 100% | 41.1 KiB/s | 153.2 KiB | 00m04s
- [140/321] orc-0:0.4.41-2.fc43.x86_64 100% | 133.2 KiB/s | 221.5 KiB | 00m02s
- [141/321] mesa-libGL-0:25.3.6-3.fc43.x8 100% | 162.5 KiB/s | 119.0 KiB | 00m01s
- [142/321] libXxf86vm-0:1.1.6-3.fc43.x86 100% | 146.7 KiB/s | 17.7 KiB | 00m00s
- [143/321] ibus-libs-0:1.5.33-5.fc43.x86 100% | 382.7 KiB/s | 261.8 KiB | 00m01s
- [144/321] libjxl-1:0.11.1-7.fc43.x86_64 100% | 506.1 KiB/s | 1.2 MiB | 00m02s
- [145/321] shared-mime-info-0:2.4-2.fc43 100% | 41.4 KiB/s | 399.7 KiB | 00m10s
- [146/321] librsvg2-0:2.61.0-5.fc43.x86_ 100% | 957.4 KiB/s | 1.9 MiB | 00m02s
- [147/321] cairo-gobject-0:1.18.4-2.fc43 100% | 90.5 KiB/s | 16.9 KiB | 00m00s
- [148/321] libtiff-0:4.7.1-1.fc43.x86_64 100% | 457.7 KiB/s | 222.4 KiB | 00m00s
- [149/321] jbigkit-libs-0:2.1-32.fc43.x8 100% | 82.1 KiB/s | 53.2 KiB | 00m01s
- [150/321] liblerc-0:4.0.0-9.fc43.x86_64 100% | 53.8 KiB/s | 215.1 KiB | 00m04s
- [151/321] poppler-cpp-0:25.07.0-3.fc43. 100% | 40.3 KiB/s | 57.3 KiB | 00m01s
- [152/321] poppler-0:25.07.0-3.fc43.x86_ 100% | 2.0 MiB/s | 1.3 MiB | 00m01s
- [153/321] gpgmepp-0:1.24.3-6.fc43.x86_6 100% | 64.7 KiB/s | 142.9 KiB | 00m02s
- [154/321] iso-codes-0:4.18.0-2.fc43.noa 100% | 64.7 KiB/s | 3.7 MiB | 00m59s
- [155/321] poppler-data-0:0.4.11-10.fc43 100% | 84.6 KiB/s | 2.0 MiB | 00m24s
- [156/321] gpgme-0:1.24.3-6.fc43.x86_64 100% | 141.3 KiB/s | 218.5 KiB | 00m02s
- [157/321] google-noto-fonts-common-0:20 100% | 4.1 KiB/s | 17.3 KiB | 00m04s
- [158/321] google-noto-sans-vf-fonts-0:2 100% | 101.5 KiB/s | 614.5 KiB | 00m06s
- [159/321] cmake-data-0:3.31.11-1.fc43.n 100% | 7.6 MiB/s | 2.5 MiB | 00m00s
- [160/321] cmake-0:3.31.11-1.fc43.x86_64 100% | 5.8 MiB/s | 12.2 MiB | 00m02s
- [161/321] jsoncpp-0:1.9.6-2.fc43.x86_64 100% | 50.0 KiB/s | 101.1 KiB | 00m02s
- [162/321] rhash-0:1.4.5-3.fc43.x86_64 100% | 94.6 KiB/s | 197.9 KiB | 00m02s
- [163/321] libuv-1:1.51.0-2.fc43.x86_64 100% | 81.5 KiB/s | 266.1 KiB | 00m03s
- [164/321] libcap-devel-0:2.76-4.fc43.x8 100% | 70.7 KiB/s | 60.5 KiB | 00m01s
- [165/321] libevent-devel-0:2.1.12-16.fc 100% | 60.7 KiB/s | 99.9 KiB | 00m02s
- [166/321] libglvnd-core-devel-1:1.7.0-8 100% | 19.4 KiB/s | 17.3 KiB | 00m01s
- [167/321] libglvnd-opengl-1:1.7.0-8.fc4 100% | 52.9 KiB/s | 37.0 KiB | 00m01s
- [168/321] mesa-libGLU-devel-0:9.0.3-7.f 100% | 52.3 KiB/s | 11.9 KiB | 00m00s
- [169/321] libglvnd-devel-1:1.7.0-8.fc43 100% | 62.5 KiB/s | 162.2 KiB | 00m03s
- [170/321] nspr-0:4.38.2-5.fc43.x86_64 100% | 234.3 KiB/s | 137.7 KiB | 00m01s
- [171/321] nss-0:3.122.1-1.fc43.x86_64 100% | 1.5 MiB/s | 717.5 KiB | 00m00s
- [172/321] nss-softokn-0:3.122.1-1.fc43. 100% | 2.2 MiB/s | 430.6 KiB | 00m00s
- [173/321] nss-softokn-freebl-0:3.122.1- 100% | 2.3 MiB/s | 371.8 KiB | 00m00s
- [174/321] nss-sysinit-0:3.122.1-1.fc43. 100% | 282.0 KiB/s | 18.9 KiB | 00m00s
- [175/321] nss-util-0:3.122.1-1.fc43.x86 100% | 412.0 KiB/s | 86.1 KiB | 00m00s
- [176/321] mesa-libGLU-0:9.0.3-7.fc43.x8 100% | 72.4 KiB/s | 166.0 KiB | 00m02s
- [177/321] libdrm-0:2.4.131-1.fc43.x86_6 100% | 857.5 KiB/s | 162.9 KiB | 00m00s
- [178/321] libpciaccess-0:0.16-16.fc43.x 100% | 140.0 KiB/s | 26.2 KiB | 00m00s
- [179/321] spirv-tools-libs-0:2026.1-2.f 100% | 3.1 MiB/s | 1.7 MiB | 00m01s
- [180/321] gdk-pixbuf2-0:2.44.6^really2. 100% | 682.6 KiB/s | 485.3 KiB | 00m01s
- [181/321] pango-0:1.57.1-1.fc43.x86_64 100% | 595.6 KiB/s | 358.0 KiB | 00m01s
- [182/321] libXft-0:2.3.8-9.fc43.x86_64 100% | 86.0 KiB/s | 72.2 KiB | 00m01s
- [183/321] libdatrie-0:0.2.13-12.fc43.x8 100% | 30.0 KiB/s | 32.0 KiB | 00m01s
- [184/321] libblkid-devel-0:2.41.4-7.fc4 100% | 288.2 KiB/s | 23.6 KiB | 00m00s
- [185/321] libthai-0:0.1.29-11.fc43.x86_ 100% | 66.6 KiB/s | 210.3 KiB | 00m03s
- [186/321] libsepol-devel-0:3.9-2.fc43.x 100% | 64.6 KiB/s | 48.4 KiB | 00m01s
- [187/321] libselinux-devel-0:3.9-5.fc43 100% | 45.0 KiB/s | 152.1 KiB | 00m03s
- [188/321] highway-0:1.3.0-1.fc43.x86_64 100% | 406.6 KiB/s | 694.5 KiB | 00m02s
- [189/321] libwacom-0:2.18.0-1.fc43.x86_ 100% | 455.8 KiB/s | 51.5 KiB | 00m00s
- [190/321] libwacom-data-0:2.18.0-1.fc43 100% | 509.7 KiB/s | 342.0 KiB | 00m01s
- [191/321] libevdev-0:1.13.6-1.fc43.x86_ 100% | 27.3 KiB/s | 38.0 KiB | 00m01s
- [192/321] cups-filesystem-1:2.4.18-1.fc 100% | 87.0 KiB/s | 12.4 KiB | 00m00s
- [193/321] cups-libs-1:2.4.18-1.fc43.x86 100% | 579.8 KiB/s | 262.1 KiB | 00m00s
- [194/321] gobject-introspection-0:1.84. 100% | 52.4 KiB/s | 120.3 KiB | 00m02s
- [195/321] cairo-devel-0:1.18.4-2.fc43.x 100% | 74.0 KiB/s | 191.8 KiB | 00m03s
- [196/321] graphite2-devel-0:1.3.14-19.f 100% | 20.7 KiB/s | 20.6 KiB | 00m01s
- [197/321] alsa-lib-0:1.2.15.3-1.fc43.x8 100% | 229.0 KiB/s | 541.4 KiB | 00m02s
- [198/321] libogg-2:1.3.6-2.fc43.x86_64 100% | 217.4 KiB/s | 33.5 KiB | 00m00s
- [199/321] libffi-devel-0:3.5.2-1.fc43.x 100% | 184.3 KiB/s | 29.7 KiB | 00m00s
- [200/321] pcre2-devel-0:10.47-1.fc43.x8 100% | 666.9 KiB/s | 550.9 KiB | 00m01s
- [201/321] pcre2-utf16-0:10.47-1.fc43.x8 100% | 828.7 KiB/s | 246.1 KiB | 00m00s
- [202/321] pcre2-utf32-0:10.47-1.fc43.x8 100% | 714.5 KiB/s | 232.9 KiB | 00m00s
- [203/321] sysprof-capture-devel-0:49.0- 100% | 175.5 KiB/s | 171.1 KiB | 00m01s
- [204/321] glycin-libs-0:2.0.8-1.fc43.x8 100% | 1.7 MiB/s | 1.5 MiB | 00m01s
- [205/321] glycin-loaders-0:2.0.8-1.fc43 100% | 1.9 MiB/s | 2.8 MiB | 00m01s
- [206/321] libicu-devel-0:77.1-1.fc43.x8 100% | 41.5 KiB/s | 794.4 KiB | 00m19s
- [207/321] libopenjph-0:0.22.0-2.fc43.x8 100% | 142.1 KiB/s | 154.4 KiB | 00m01s
- [208/321] libheif-0:1.20.2-6.fc43.x86_6 100% | 46.5 KiB/s | 578.1 KiB | 00m12s
- [209/321] vim-filesystem-2:9.2.390-1.fc 100% | 69.4 KiB/s | 15.6 KiB | 00m00s
- [210/321] jasper-libs-0:4.2.8-1.fc43.x8 100% | 380.9 KiB/s | 164.9 KiB | 00m00s
- [211/321] libdecor-0:0.2.5-1.fc43.x86_6 100% | 71.9 KiB/s | 57.9 KiB | 00m01s
- [212/321] flac-devel-0:1.5.0-5.fc43.x86 100% | 922.9 KiB/s | 406.1 KiB | 00m00s
- [213/321] flac-libs-0:1.5.0-5.fc43.x86_ 100% | 920.0 KiB/s | 217.1 KiB | 00m00s
- [214/321] libogg-devel-2:1.3.6-2.fc43.x 100% | 27.8 KiB/s | 16.3 KiB | 00m01s
- [215/321] libvorbis-devel-1:1.3.7-13.fc 100% | 38.2 KiB/s | 18.4 KiB | 00m00s
- [216/321] mpg123-devel-0:1.32.10-2.fc43 100% | 60.1 KiB/s | 363.5 KiB | 00m06s
- [217/321] libxml2-devel-0:2.12.10-5.fc4 100% | 36.6 KiB/s | 524.0 KiB | 00m14s
- [218/321] hwdata-0:0.406-1.fc43.noarch 100% | 1.5 MiB/s | 1.7 MiB | 00m01s
- [219/321] openh264-0:2.6.0-2.fc43.x86_6 100% | 194.8 KiB/s | 422.8 KiB | 00m02s
- [220/321] brotli-devel-0:1.2.0-1.fc43.x 100% | 34.5 KiB/s | 34.4 KiB | 00m01s
- [221/321] brotli-0:1.2.0-1.fc43.x86_64 100% | 70.8 KiB/s | 23.8 KiB | 00m00s
- [222/321] bzip2-devel-0:1.0.8-21.fc43.x 100% | 100.4 KiB/s | 213.4 KiB | 00m02s
- [223/321] opus-devel-0:1.5.2-3.fc43.x86 100% | 59.6 KiB/s | 781.4 KiB | 00m13s
- [224/321] libXext-devel-0:1.3.6-4.fc43. 100% | 55.3 KiB/s | 85.2 KiB | 00m02s
- [225/321] lzo-devel-0:2.10-15.fc43.x86_ 100% | 75.8 KiB/s | 39.0 KiB | 00m01s
- [226/321] lzo-minilzo-0:2.10-15.fc43.x8 100% | 88.5 KiB/s | 24.0 KiB | 00m00s
- [227/321] pixman-devel-0:0.46.2-2.fc43. 100% | 40.4 KiB/s | 18.0 KiB | 00m00s
- [228/321] libXrender-devel-0:0.9.12-3.f 100% | 8.8 KiB/s | 19.0 KiB | 00m02s
- [229/321] gtk3-0:3.24.52-1.fc43.x86_64 100% | 4.6 MiB/s | 6.0 MiB | 00m01s
- [230/321] colord-libs-0:1.4.8-2.fc43.x8 100% | 43.9 KiB/s | 230.5 KiB | 00m05s
- [231/321] adwaita-icon-theme-0:49.0-1.f 100% | 62.7 KiB/s | 403.9 KiB | 00m06s
- [232/321] hicolor-icon-theme-0:0.18-2.f 100% | 93.4 KiB/s | 65.9 KiB | 00m01s
- [233/321] libcloudproviders-0:0.3.6-2.f 100% | 76.2 KiB/s | 46.9 KiB | 00m01s
- [234/321] libepoxy-0:1.5.10-11.fc43.x86 100% | 127.6 KiB/s | 229.5 KiB | 00m02s
- [235/321] adwaita-cursor-theme-0:49.0-1 100% | 60.7 KiB/s | 380.1 KiB | 00m06s
- [236/321] libgusb-0:0.4.9-4.fc43.x86_64 100% | 101.6 KiB/s | 64.5 KiB | 00m01s
- [237/321] at-spi2-atk-0:2.58.5-1.fc43.x 100% | 143.4 KiB/s | 87.3 KiB | 00m01s
- [238/321] at-spi2-core-0:2.58.5-1.fc43. 100% | 554.8 KiB/s | 391.7 KiB | 00m01s
- [239/321] atk-0:2.58.5-1.fc43.x86_64 100% | 326.4 KiB/s | 80.3 KiB | 00m00s
- [240/321] xprop-0:1.2.8-4.fc43.x86_64 100% | 100.9 KiB/s | 34.8 KiB | 00m00s
- [241/321] gtk-update-icon-cache-0:3.24. 100% | 317.3 KiB/s | 33.6 KiB | 00m00s
- [242/321] libtinysparql-0:3.10.1-5.fc43 100% | 514.2 KiB/s | 347.1 KiB | 00m01s
- [243/321] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 38.1 KiB/s | 15.2 KiB | 00m00s
- [244/321] libstemmer-0:3.0.1-8.fc43.x86 100% | 128.4 KiB/s | 155.3 KiB | 00m01s
- [245/321] xz-devel-1:5.8.1-4.fc43.x86_6 100% | 99.3 KiB/s | 66.7 KiB | 00m01s
- [246/321] json-glib-0:1.10.8-4.fc43.x86 100% | 220.0 KiB/s | 172.7 KiB | 00m01s
- [247/321] libsoup3-0:3.6.6-2.fc43.x86_6 100% | 225.5 KiB/s | 451.5 KiB | 00m02s
- [248/321] xdg-desktop-portal-gtk-0:1.15 100% | 129.8 KiB/s | 144.0 KiB | 00m01s
- [249/321] mesa-va-drivers-0:25.3.6-3.fc 100% | 7.1 KiB/s | 9.2 KiB | 00m01s
- [250/321] libbpf-2:1.6.1-3.fc43.x86_64 100% | 131.6 KiB/s | 191.0 KiB | 00m01s
- [251/321] cryptsetup-libs-0:2.8.4-1.fc4 100% | 685.2 KiB/s | 574.2 KiB | 00m01s
- [252/321] device-mapper-libs-0:1.02.208 100% | 101.9 KiB/s | 179.9 KiB | 00m02s
- [253/321] device-mapper-0:1.02.208-2.fc 100% | 66.8 KiB/s | 138.7 KiB | 00m02s
- [254/321] qrencode-libs-0:4.1.1-11.fc43 100% | 80.4 KiB/s | 62.3 KiB | 00m01s
- [255/321] kmod-libs-0:34.2-2.fc43.x86_6 100% | 101.0 KiB/s | 68.1 KiB | 00m01s
- [256/321] systemd-networkd-0:258.7-1.fc 100% | 450.1 KiB/s | 775.5 KiB | 00m02s
- [257/321] systemd-resolved-0:258.7-1.fc 100% | 366.2 KiB/s | 319.7 KiB | 00m01s
- [258/321] libcanberra-gtk3-0:0.30-38.fc 100% | 81.4 KiB/s | 30.1 KiB | 00m00s
- [259/321] libcanberra-0:0.30-38.fc43.x8 100% | 54.2 KiB/s | 83.7 KiB | 00m02s
- [260/321] libtdb-0:1.4.14-3.fc43.x86_64 100% | 45.5 KiB/s | 55.1 KiB | 00m01s
- [261/321] adwaita-icon-theme-legacy-0:4 100% | 64.6 KiB/s | 2.5 MiB | 00m39s
- [262/321] dconf-0:0.49.0-1.fc43.x86_64 100% | 152.2 KiB/s | 110.2 KiB | 00m01s
- [263/321] tinysparql-0:3.10.1-5.fc43.x8 100% | 754.3 KiB/s | 1.0 MiB | 00m01s
- [264/321] sound-theme-freedesktop-0:0.8 100% | 30.2 KiB/s | 382.3 KiB | 00m13s
- [265/321] glib-networking-0:2.80.1-3.fc 100% | 524.2 KiB/s | 200.8 KiB | 00m00s
- [266/321] gsettings-desktop-schemas-0:4 100% | 1.9 MiB/s | 822.9 KiB | 00m00s
- [267/321] libproxy-0:0.5.12-1.fc43.x86_ 100% | 422.0 KiB/s | 45.2 KiB | 00m00s
- [268/321] xdg-desktop-portal-0:1.20.4-1 100% | 537.1 KiB/s | 516.7 KiB | 00m01s
- [269/321] fuse3-0:3.16.2-6.fc43.x86_64 100% | 260.5 KiB/s | 55.7 KiB | 00m00s
- [270/321] fuse3-libs-0:3.16.2-6.fc43.x8 100% | 388.2 KiB/s | 93.2 KiB | 00m00s
- [271/321] geoclue2-0:2.8.0-1.fc43.x86_6 100% | 272.2 KiB/s | 144.5 KiB | 00m01s
- [272/321] duktape-0:2.7.0-10.fc43.x86_6 100% | 67.1 KiB/s | 168.7 KiB | 00m03s
- [273/321] ModemManager-glib-0:1.24.2-1. 100% | 304.5 KiB/s | 334.9 KiB | 00m01s
- [274/321] pipewire-libs-0:1.4.11-1.fc43 100% | 1.7 MiB/s | 2.4 MiB | 00m01s
- [275/321] fdk-aac-free-0:2.0.0-16.fc43. 100% | 96.6 KiB/s | 341.1 KiB | 00m04s
- [276/321] libebur128-0:1.2.6-14.fc43.x8 100% | 87.2 KiB/s | 24.9 KiB | 00m00s
- [277/321] liblc3-0:1.1.3-5.fc43.x86_64 100% | 46.8 KiB/s | 105.1 KiB | 00m02s
- [278/321] libldac-0:2.0.2.3-18.fc43.x86 100% | 58.0 KiB/s | 42.5 KiB | 00m01s
- [279/321] libsbc-0:2.0-7.fc43.x86_64 100% | 61.9 KiB/s | 49.0 KiB | 00m01s
- [280/321] efl-0:1.28.1-2.fc43.x86_64 100% | 58.2 KiB/s | 29.0 MiB | 08m30s
- [281/321] webrtc-audio-processing-0:1.3 100% | 49.0 KiB/s | 533.9 KiB | 00m11s
- [282/321] fftw-libs-single-0:3.3.10-16. 100% | 59.0 KiB/s | 1.2 MiB | 00m21s
- [283/321] libnotify-0:0.8.8-1.fc43.x86_ 100% | 15.1 KiB/s | 55.9 KiB | 00m04s
- [284/321] bluez-libs-0:5.86-4.fc43.x86_ 100% | 12.3 KiB/s | 82.9 KiB | 00m07s
- [285/321] fuse-common-0:3.16.2-6.fc43.x 100% | 26.0 KiB/s | 7.3 KiB | 00m00s
- [286/321] kmod-0:34.2-2.fc43.x86_64 100% | 103.7 KiB/s | 132.7 KiB | 00m01s
- [287/321] systemd-udev-0:258.7-1.fc43.x 100% | 1.6 MiB/s | 2.6 MiB | 00m02s
- [288/321] kbd-0:2.8.0-3.fc43.x86_64 100% | 44.8 KiB/s | 386.1 KiB | 00m09s
- [289/321] kbd-legacy-0:2.8.0-3.fc43.noa 100% | 51.0 KiB/s | 578.3 KiB | 00m11s
- [290/321] adwaita-sans-fonts-0:49.0-2.f 100% | 79.5 KiB/s | 764.3 KiB | 00m10s
- [291/321] low-memory-monitor-0:2.1-13.f 100% | 101.1 KiB/s | 34.2 KiB | 00m00s
- [292/321] pipewire-0:1.4.11-1.fc43.x86_ 100% | 80.4 KiB/s | 133.9 KiB | 00m02s
- [293/321] kbd-misc-0:2.8.0-3.fc43.noarc 100% | 72.2 KiB/s | 1.6 MiB | 00m23s
- [294/321] rtkit-0:0.11-69.fc43.x86_64 100% | 65.3 KiB/s | 54.9 KiB | 00m01s
- [295/321] polkit-0:126-6.fc43.2.x86_64 100% | 448.5 KiB/s | 160.1 KiB | 00m00s
- [296/321] wireplumber-0:0.5.14-1.fc43.x 100% | 447.0 KiB/s | 122.9 KiB | 00m00s
- [297/321] wireplumber-libs-0:0.5.14-1.f 100% | 1.0 MiB/s | 431.5 KiB | 00m00s
- [298/321] pipewire-alsa-0:1.4.11-1.fc43 100% | 578.4 KiB/s | 59.0 KiB | 00m00s
- [299/321] pipewire-jack-audio-connectio 100% | 102.1 KiB/s | 10.9 KiB | 00m00s
- [300/321] polkit-libs-0:126-6.fc43.2.x8 100% | 59.5 KiB/s | 66.9 KiB | 00m01s
- [301/321] pipewire-jack-audio-connectio 100% | 572.7 KiB/s | 144.9 KiB | 00m00s
- [302/321] pipewire-plugin-libcamera-0:1 100% | 305.1 KiB/s | 73.8 KiB | 00m00s
- [303/321] polkit-pkla-compat-0:0.1-31.f 100% | 105.8 KiB/s | 43.9 KiB | 00m00s
- [304/321] pipewire-pulseaudio-0:1.4.11- 100% | 225.2 KiB/s | 209.7 KiB | 00m01s
- [305/321] libcamera-0:0.5.2-5.fc43.x86_ 100% | 976.0 KiB/s | 682.2 KiB | 00m01s
- [306/321] libcamera-ipa-0:0.5.2-5.fc43. 100% | 558.0 KiB/s | 179.1 KiB | 00m00s
- [307/321] glib2-0:2.86.5-1.fc43.x86_64 100% | 1.4 MiB/s | 3.1 MiB | 00m02s
- [308/321] adwaita-mono-fonts-0:49.0-2.f 100% | 64.9 KiB/s | 1.4 MiB | 00m22s
- [309/321] libmount-0:2.41.4-7.fc43.x86_ 100% | 539.6 KiB/s | 163.0 KiB | 00m00s
- [310/321] libblkid-0:2.41.4-7.fc43.x86_ 100% | 142.5 KiB/s | 123.9 KiB | 00m01s
- [311/321] libuuid-0:2.41.4-7.fc43.x86_6 100% | 31.9 KiB/s | 26.6 KiB | 00m01s
- [312/321] util-linux-0:2.41.4-7.fc43.x8 100% | 1.2 MiB/s | 1.2 MiB | 00m01s
- [313/321] libsmartcols-0:2.41.4-7.fc43. 100% | 197.2 KiB/s | 84.2 KiB | 00m00s
- [314/321] util-linux-core-0:2.41.4-7.fc 100% | 339.2 KiB/s | 551.2 KiB | 00m02s
- [315/321] libfdisk-0:2.41.4-7.fc43.x86_ 100% | 543.9 KiB/s | 162.1 KiB | 00m00s
- [316/321] liblastlog2-0:2.41.4-7.fc43.x 100% | 126.1 KiB/s | 23.6 KiB | 00m00s
- [317/321] lttng-ust-0:2.14.0-4.fc43.x86 100% | 49.6 KiB/s | 366.3 KiB | 00m07s
- [318/321] systemd-libs-0:258.7-1.fc43.x 100% | 493.9 KiB/s | 827.9 KiB | 00m02s
- [319/321] libcap-0:2.76-4.fc43.x86_64 100% | 245.2 KiB/s | 86.1 KiB | 00m00s
- [320/321] openssl-libs-1:3.5.4-3.fc43.x 100% | 1.0 MiB/s | 2.6 MiB | 00m03s
- [321/321] zlib-ng-compat-0:2.3.3-2.fc43 100% | 80.1 KiB/s | 88.7 KiB | 00m01s
- --------------------------------------------------------------------------------
- [321/321] Total 100% | 349.7 KiB/s | 189.3 MiB | 09m14s
- Running transaction
- [ 1/336] Verify package files 100% | 448.0 B/s | 321.0 B | 00m01s
- [ 2/336] Prepare transaction 100% | 1.1 KiB/s | 334.0 B | 00m00s
- [ 3/336] Upgrading zlib-ng-compat-0:2. 100% | 79.4 MiB/s | 162.6 KiB | 00m00s
- [ 4/336] Installing libXext-0:1.3.6-4. 100% | 89.1 MiB/s | 91.2 KiB | 00m00s
- [ 5/336] Installing cmake-filesystem-0 100% | 1.9 MiB/s | 7.6 KiB | 00m00s
- [ 6/336] Upgrading openssl-libs-1:3.5. 100% | 287.6 MiB/s | 8.9 MiB | 00m00s
- [ 7/336] Installing libjpeg-turbo-0:3. 100% | 263.0 MiB/s | 808.0 KiB | 00m00s
- [ 8/336] Installing avahi-libs-0:0.9~r 100% | 85.0 MiB/s | 174.0 KiB | 00m00s
- [ 9/336] Upgrading libcap-0:2.76-4.fc4 100% | 12.3 MiB/s | 214.3 KiB | 00m00s
- [ 10/336] Upgrading systemd-libs-0:258. 100% | 233.7 MiB/s | 2.3 MiB | 00m00s
- [ 11/336] Installing zlib-ng-compat-dev 100% | 106.0 MiB/s | 108.6 KiB | 00m00s
- [ 12/336] Installing libpng-2:1.6.56-1. 100% | 118.7 MiB/s | 243.0 KiB | 00m00s
- [ 13/336] Upgrading libuuid-0:2.41.4-7. 100% | 37.6 MiB/s | 38.5 KiB | 00m00s
- [ 14/336] Upgrading libblkid-0:2.41.4-7 100% | 128.7 MiB/s | 263.6 KiB | 00m00s
- [ 15/336] Upgrading libmount-0:2.41.4-7 100% | 121.7 MiB/s | 373.8 KiB | 00m00s
- [ 16/336] Upgrading glib2-0:2.86.5-1.fc 100% | 333.4 MiB/s | 15.0 MiB | 00m00s
- [ 17/336] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s
- [ 18/336] Installing urw-base35-fonts-c 100% | 37.5 MiB/s | 38.4 KiB | 00m00s
- [ 19/336] Installing libwayland-client- 100% | 61.7 MiB/s | 63.2 KiB | 00m00s
- [ 20/336] Installing libXrender-0:0.9.1 100% | 46.2 MiB/s | 47.3 KiB | 00m00s
- [ 21/336] Installing libogg-2:1.3.6-2.f 100% | 46.0 MiB/s | 47.1 KiB | 00m00s
- [ 22/336] Installing nspr-0:4.38.2-5.fc 100% | 103.3 MiB/s | 317.3 KiB | 00m00s
- [ 23/336] Installing libvorbis-1:1.3.7- 100% | 204.1 MiB/s | 835.9 KiB | 00m00s
- [ 24/336] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB | 00m00s
- [ 25/336] Installing libXi-0:1.8.2-3.fc 100% | 79.8 MiB/s | 81.7 KiB | 00m00s
- [ 26/336] Installing lcms2-0:2.16-6.fc4 100% | 212.6 MiB/s | 435.3 KiB | 00m00s
- [ 27/336] Installing libglvnd-1:1.7.0-8 100% | 257.6 MiB/s | 527.5 KiB | 00m00s
- [ 28/336] Installing nss-util-0:3.122.1 100% | 100.5 MiB/s | 205.8 KiB | 00m00s
- [ 29/336] Installing libogg-devel-2:1.3 100% | 14.1 MiB/s | 28.8 KiB | 00m00s
- [ 30/336] Installing libwayland-cursor- 100% | 37.6 MiB/s | 38.5 KiB | 00m00s
- [ 31/336] Installing systemd-shared-0:2 100% | 310.0 MiB/s | 5.0 MiB | 00m00s
- [ 32/336] Installing alsa-lib-0:1.2.15. 100% | 58.7 MiB/s | 1.5 MiB | 00m00s
- [ 33/336] Installing opus-0:1.5.2-3.fc4 100% | 209.3 MiB/s | 428.7 KiB | 00m00s
- [ 34/336] Installing openjpeg-0:2.5.4-1 100% | 149.2 MiB/s | 458.2 KiB | 00m00s
- [ 35/336] Installing libwayland-egl-0:1 100% | 13.2 MiB/s | 13.6 KiB | 00m00s
- [ 36/336] Installing libunwind-0:1.8.1- 100% | 64.3 MiB/s | 197.4 KiB | 00m00s
- [ 37/336] Installing gstreamer1-0:1.26. 100% | 163.1 MiB/s | 5.4 MiB | 00m00s
- [ 38/336] Installing libXfixes-0:6.0.1- 100% | 26.9 MiB/s | 27.6 KiB | 00m00s
- [ 39/336] Installing fribidi-0:1.0.16-3 100% | 13.4 MiB/s | 192.8 KiB | 00m00s
- [ 40/336] Installing libgudev-0:238-8.f 100% | 83.3 MiB/s | 85.3 KiB | 00m00s
- [ 41/336] Installing avahi-glib-0:0.9~r 100% | 20.0 MiB/s | 20.4 KiB | 00m00s
- [ 42/336] Upgrading libfdisk-0:2.41.4-7 100% | 124.2 MiB/s | 381.4 KiB | 00m00s
- [ 43/336] Installing libpng-devel-2:1.6 100% | 62.4 MiB/s | 1.1 MiB | 00m00s
- [ 44/336] Installing libdav1d-0:1.5.3-1 100% | 77.0 MiB/s | 1.7 MiB | 00m00s
- [ 45/336] Installing xml-common-0:0.6.3 100% | 39.6 MiB/s | 81.1 KiB | 00m00s
- [ 46/336] Installing libwebp-0:1.6.0-2. 100% | 156.4 MiB/s | 960.7 KiB | 00m00s
- [ 47/336] Installing libXcursor-0:1.2.3 100% | 26.9 MiB/s | 55.1 KiB | 00m00s
- [ 48/336] Installing libXdamage-0:1.1.6 100% | 40.2 MiB/s | 41.2 KiB | 00m00s
- [ 49/336] Installing libglvnd-opengl-1: 100% | 142.2 MiB/s | 145.6 KiB | 00m00s
- [ 50/336] Installing libXtst-0:1.2.5-3. 100% | 33.8 MiB/s | 34.6 KiB | 00m00s
- [ 51/336] Installing flac-libs-0:1.5.0- 100% | 150.0 MiB/s | 614.2 KiB | 00m00s
- [ 52/336] Installing libXrandr-0:1.5.4- 100% | 25.9 MiB/s | 53.0 KiB | 00m00s
- [ 53/336] Installing shared-mime-info-0 100% | 61.6 MiB/s | 2.6 MiB | 00m00s
- [ 54/336] Installing libsoup3-0:3.6.6-2 100% | 222.6 MiB/s | 1.8 MiB | 00m00s
- [ 55/336] Installing gsettings-desktop- 100% | 522.0 MiB/s | 5.7 MiB | 00m00s
- [ 56/336] Installing polkit-libs-0:126- 100% | 98.4 MiB/s | 201.6 KiB | 00m00s
- [ 57/336] Installing libyuv-0:0-0.57.20 100% | 221.8 MiB/s | 681.3 KiB | 00m00s
- [ 58/336] Installing libXinerama-0:1.1. 100% | 15.7 MiB/s | 16.1 KiB | 00m00s
- [ 59/336] Upgrading libsmartcols-0:2.41 100% | 88.6 MiB/s | 181.5 KiB | 00m00s
- [ 60/336] Upgrading util-linux-core-0:2 100% | 49.3 MiB/s | 1.5 MiB | 00m00s
- [ 61/336] Installing fuse3-libs-0:3.16. 100% | 136.1 MiB/s | 278.6 KiB | 00m00s
- [ 62/336] Installing duktape-0:2.7.0-10 100% | 201.1 MiB/s | 617.8 KiB | 00m00s
- [ 63/336] Installing libtdb-0:1.4.14-3. 100% | 49.6 MiB/s | 101.6 KiB | 00m00s
- [ 64/336] Installing libffi-devel-0:3.5 100% | 34.7 MiB/s | 35.6 KiB | 00m00s
- [ 65/336] Installing libevdev-0:1.13.6- 100% | 81.2 MiB/s | 83.1 KiB | 00m00s
- [ 66/336] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB | 00m00s
- [ 67/336] Installing luajit-0:2.1.17679 100% | 72.2 MiB/s | 1.4 MiB | 00m00s
- [ 68/336] Installing graphite2-0:1.3.14 100% | 13.5 MiB/s | 193.9 KiB | 00m00s
- [ 69/336] Installing freetype-0:2.13.3- 100% | 166.4 MiB/s | 851.9 KiB | 00m00s
- [ 70/336] Installing harfbuzz-0:11.5.1- 100% | 282.8 MiB/s | 2.8 MiB | 00m00s
- [ 71/336] Installing rav1e-libs-0:0.8.1 100% | 308.3 MiB/s | 3.1 MiB | 00m00s
- [ 72/336] Installing mesa-filesystem-0: 100% | 0.0 B/s | 4.3 KiB | 00m00s
- [ 73/336] Installing libICE-0:1.1.2-3.f 100% | 95.6 MiB/s | 195.8 KiB | 00m00s
- [ 74/336] Installing adobe-mappings-cma 100% | 266.5 MiB/s | 15.2 MiB | 00m00s
- [ 75/336] Installing svt-av1-libs-0:3.1 100% | 293.1 MiB/s | 5.6 MiB | 00m00s
- [ 76/336] Installing pixman-0:0.46.2-2. 100% | 231.6 MiB/s | 711.4 KiB | 00m00s
- [ 77/336] Installing lzo-0:2.10-15.fc43 100% | 88.1 MiB/s | 180.5 KiB | 00m00s
- [ 78/336] Installing libwayland-server- 100% | 38.9 MiB/s | 79.7 KiB | 00m00s
- [ 79/336] Installing libXcomposite-0:0. 100% | 41.0 MiB/s | 42.0 KiB | 00m00s
- [ 80/336] Installing bullet-0:3.08-15.f 100% | 243.6 MiB/s | 3.7 MiB | 00m00s
- [ 81/336] Installing wayland-devel-0:1. 100% | 40.2 MiB/s | 700.4 KiB | 00m00s
- [ 82/336] Installing pixman-devel-0:0.4 100% | 55.5 MiB/s | 56.9 KiB | 00m00s
- [ 83/336] Installing adobe-mappings-cma 100% | 190.5 MiB/s | 585.2 KiB | 00m00s
- [ 84/336] Installing libSM-0:1.2.5-3.fc 100% | 100.0 MiB/s | 102.4 KiB | 00m00s
- [ 85/336] Installing libXt-0:1.3.1-3.fc 100% | 210.5 MiB/s | 431.0 KiB | 00m00s
- [ 86/336] Installing harfbuzz-icu-0:11. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s
- [ 87/336] Installing graphite2-devel-0: 100% | 49.6 MiB/s | 50.8 KiB | 00m00s
- [ 88/336] Installing luajit-devel-0:2.1 100% | 125.6 MiB/s | 257.3 KiB | 00m00s
- [ 89/336] Installing mpg123-devel-0:1.3 100% | 648.5 MiB/s | 3.2 MiB | 00m00s
- [ 90/336] Installing libproxy-0:0.5.12- 100% | 34.0 MiB/s | 104.6 KiB | 00m00s
- [ 91/336] Installing flac-devel-0:1.5.0 100% | 754.1 MiB/s | 5.3 MiB | 00m00s
- [ 92/336] Installing mesa-libGLU-0:9.0. 100% | 88.5 MiB/s | 362.6 KiB | 00m00s
- [ 93/336] Installing iso-codes-0:4.18.0 100% | 540.8 MiB/s | 21.6 MiB | 00m00s
- [ 94/336] Installing fribidi-devel-0:1. 100% | 40.0 MiB/s | 81.9 KiB | 00m00s
- [ 95/336] Installing libunwind-devel-0: 100% | 128.8 MiB/s | 395.8 KiB | 00m00s
- [ 96/336] Installing opus-devel-0:1.5.2 100% | 532.1 MiB/s | 2.7 MiB | 00m00s
- [ 97/336] Installing libvorbis-devel-1: 100% | 39.1 MiB/s | 40.1 KiB | 00m00s
- [ 98/336] Installing nss-softokn-freebl 100% | 193.9 MiB/s | 992.8 KiB | 00m00s
- [ 99/336] Installing nss-softokn-0:3.12 100% | 247.0 MiB/s | 2.0 MiB | 00m00s
- [100/336] Installing nss-sysinit-0:3.12 100% | 1.3 MiB/s | 19.2 KiB | 00m00s
- [101/336] Installing nss-0:3.122.1-1.fc 100% | 86.0 MiB/s | 1.9 MiB | 00m00s
- [102/336] Installing libgusb-0:0.4.9-4. 100% | 79.9 MiB/s | 163.7 KiB | 00m00s
- [103/336] Installing colord-libs-0:1.4. 100% | 162.8 MiB/s | 833.8 KiB | 00m00s
- [104/336] Installing libtheora-1:1.1.1- 100% | 156.2 MiB/s | 479.7 KiB | 00m00s
- [105/336] Installing libXrender-devel-0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s
- [106/336] Installing urw-base35-bookman 100% | 273.0 MiB/s | 1.4 MiB | 00m00s
- [107/336] Installing urw-base35-c059-fo 100% | 279.0 MiB/s | 1.4 MiB | 00m00s
- [108/336] Installing urw-base35-d050000 100% | 83.4 MiB/s | 85.4 KiB | 00m00s
- [109/336] Installing urw-base35-gothic- 100% | 290.7 MiB/s | 1.2 MiB | 00m00s
- [110/336] Installing urw-base35-nimbus- 100% | 263.0 MiB/s | 1.1 MiB | 00m00s
- [111/336] Installing urw-base35-nimbus- 100% | 273.2 MiB/s | 1.4 MiB | 00m00s
- [112/336] Installing urw-base35-nimbus- 100% | 266.0 MiB/s | 2.4 MiB | 00m00s
- [113/336] Installing urw-base35-p052-fo 100% | 297.5 MiB/s | 1.5 MiB | 00m00s
- [114/336] Installing urw-base35-standar 100% | 64.4 MiB/s | 66.0 KiB | 00m00s
- [115/336] Installing urw-base35-z003-fo 100% | 191.3 MiB/s | 391.8 KiB | 00m00s
- [116/336] Installing urw-base35-fonts-0 100% | 5.5 MiB/s | 5.6 KiB | 00m00s
- [117/336] Installing abattis-cantarell- 100% | 94.9 MiB/s | 194.4 KiB | 00m00s
- [118/336] Installing google-droid-sans- 100% | 272.1 MiB/s | 6.3 MiB | 00m00s
- [119/336] Installing graphene-0:1.10.8- 100% | 78.2 MiB/s | 160.1 KiB | 00m00s
- [120/336] Installing gobject-introspect 100% | 96.9 MiB/s | 397.1 KiB | 00m00s
- [121/336] Installing libcloudproviders- 100% | 61.6 MiB/s | 126.2 KiB | 00m00s
- [122/336] Installing ModemManager-glib- 100% | 302.2 MiB/s | 1.5 MiB | 00m00s
- [123/336] Installing libblkid-devel-0:2 100% | 45.0 MiB/s | 46.0 KiB | 00m00s
- [124/336] Installing libcap-devel-0:2.7 100% | 16.2 MiB/s | 49.8 KiB | 00m00s
- [125/336] Installing systemd-devel-0:25 100% | 104.4 MiB/s | 748.5 KiB | 00m00s
- [126/336] Installing dbus-devel-1:1.16. 100% | 44.4 MiB/s | 136.5 KiB | 00m00s
- [127/336] Installing libjpeg-turbo-deve 100% | 174.1 MiB/s | 356.5 KiB | 00m00s
- [128/336] Installing jasper-libs-0:4.2. 100% | 169.6 MiB/s | 347.3 KiB | 00m00s
- [129/336] Installing LibRaw-0:0.21.5-1. 100% | 167.5 MiB/s | 2.3 MiB | 00m00s
- [130/336] Installing openssl-devel-1:3. 100% | 139.9 MiB/s | 5.6 MiB | 00m00s
- [131/336] Installing kmod-libs-0:34.2-2 100% | 66.5 MiB/s | 136.2 KiB | 00m00s
- [132/336] Installing kmod-0:34.2-2.fc43 100% | 14.5 MiB/s | 253.1 KiB | 00m00s
- [133/336] Installing libXScrnSaver-0:1. 100% | 49.8 MiB/s | 51.0 KiB | 00m00s
- [134/336] Installing libXv-0:1.0.13-3.f 100% | 26.6 MiB/s | 27.2 KiB | 00m00s
- [135/336] Installing libXxf86vm-0:1.1.6 100% | 25.9 MiB/s | 26.5 KiB | 00m00s
- [136/336] Installing libXext-devel-0:1. 100% | 36.1 MiB/s | 110.9 KiB | 00m00s
- [137/336] Installing libbpf-2:1.6.1-3.f 100% | 137.9 MiB/s | 423.7 KiB | 00m00s
- [138/336] Upgrading liblastlog2-0:2.41. 100% | 2.0 MiB/s | 36.0 KiB | 00m00s
- [139/336] Upgrading util-linux-0:2.41.4 100% | 48.3 MiB/s | 3.6 MiB | 00m00s
- [140/336] Installing lttng-ust-0:2.14.0 100% | 164.5 MiB/s | 1.3 MiB | 00m00s
- [141/336] Installing libcamera-0:0.5.2- 100% | 221.6 MiB/s | 2.2 MiB | 00m00s
- [142/336] Installing kbd-misc-0:2.8.0-3 100% | 42.1 MiB/s | 2.6 MiB | 00m00s
- [143/336] Installing kbd-legacy-0:2.8.0 100% | 25.3 MiB/s | 621.4 KiB | 00m00s
- [144/336] Installing kbd-0:2.8.0-3.fc43 100% | 63.4 MiB/s | 1.5 MiB | 00m00s
- [145/336] Installing fuse-common-0:3.16 100% | 0.0 B/s | 292.0 B | 00m00s
- [146/336] Installing fuse3-0:3.16.2-6.f 100% | 8.7 MiB/s | 124.1 KiB | 00m00s
- [147/336] Installing bluez-libs-0:5.86- 100% | 97.4 MiB/s | 199.4 KiB | 00m00s
- [148/336] Installing webrtc-audio-proce 100% | 227.7 MiB/s | 1.4 MiB | 00m00s
- [149/336] Installing libsbc-0:2.0-7.fc4 100% | 92.3 MiB/s | 94.5 KiB | 00m00s
- [150/336] Installing libldac-0:2.0.2.3- 100% | 37.2 MiB/s | 76.2 KiB | 00m00s
- [151/336] Installing liblc3-0:1.1.3-5.f 100% | 167.8 MiB/s | 171.8 KiB | 00m00s
- [152/336] Installing libebur128-0:1.2.6 100% | 39.8 MiB/s | 40.7 KiB | 00m00s
- [153/336] Installing fftw-libs-single-0 100% | 327.2 MiB/s | 3.6 MiB | 00m00s
- [154/336] Installing fdk-aac-free-0:2.0 100% | 199.7 MiB/s | 613.3 KiB | 00m00s
- [155/336] Installing sound-theme-freede 100% | 24.0 MiB/s | 467.2 KiB | 00m00s
- [156/336] Installing xz-devel-1:5.8.1-4 100% | 64.1 MiB/s | 262.6 KiB | 00m00s
- [157/336] Installing libxml2-devel-0:2. 100% | 155.3 MiB/s | 3.4 MiB | 00m00s
- [158/336] Installing libstemmer-0:3.0.1 100% | 215.8 MiB/s | 662.9 KiB | 00m00s
- [159/336] Installing libtinysparql-0:3. 100% | 194.9 MiB/s | 997.9 KiB | 00m00s
- [160/336] Installing xprop-0:1.2.8-4.fc 100% | 3.0 MiB/s | 56.0 KiB | 00m00s
- [161/336] Installing adwaita-icon-theme 100% | 19.3 MiB/s | 2.4 MiB | 00m00s
- [162/336] Installing adwaita-cursor-the 100% | 439.6 MiB/s | 11.4 MiB | 00m00s
- [163/336] Installing adwaita-icon-theme 100% | 23.5 MiB/s | 1.3 MiB | 00m00s
- [164/336] Installing libepoxy-0:1.5.10- 100% | 215.7 MiB/s | 1.1 MiB | 00m00s
- [165/336] Installing hicolor-icon-theme 100% | 5.5 MiB/s | 179.7 KiB | 00m00s
- [166/336] Installing lzo-minilzo-0:2.10 100% | 37.1 MiB/s | 37.9 KiB | 00m00s
- [167/336] Installing lzo-devel-0:2.10-1 100% | 105.1 MiB/s | 215.3 KiB | 00m00s
- [168/336] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB | 00m00s
- [169/336] Installing brotli-0:1.2.0-1.f 100% | 2.6 MiB/s | 34.4 KiB | 00m00s
- [170/336] Installing brotli-devel-0:1.2 100% | 66.8 MiB/s | 68.4 KiB | 00m00s
- [171/336] Installing openh264-0:2.6.0-2 100% | 219.2 MiB/s | 1.1 MiB | 00m00s
- [172/336] Installing hwdata-0:0.406-1.f 100% | 429.1 MiB/s | 9.9 MiB | 00m00s
- [173/336] Installing libpciaccess-0:0.1 100% | 44.8 MiB/s | 45.9 KiB | 00m00s
- [174/336] Installing libdrm-0:2.4.131-1 100% | 99.7 MiB/s | 408.5 KiB | 00m00s
- [175/336] Installing vim-filesystem-2:9 100% | 254.9 KiB/s | 4.8 KiB | 00m00s
- [176/336] Installing libopenjph-0:0.22. 100% | 152.1 MiB/s | 467.3 KiB | 00m00s
- [177/336] Installing sysprof-capture-de 100% | 196.9 MiB/s | 806.5 KiB | 00m00s
- [178/336] Installing pcre2-utf32-0:10.4 100% | 199.2 MiB/s | 611.9 KiB | 00m00s
- [179/336] Installing pcre2-utf16-0:10.4 100% | 208.3 MiB/s | 640.0 KiB | 00m00s
- [180/336] Installing pcre2-devel-0:10.4 100% | 111.5 MiB/s | 2.1 MiB | 00m00s
- [181/336] Installing libicu-devel-0:77. 100% | 124.0 MiB/s | 5.1 MiB | 00m00s
- [182/336] Installing cups-filesystem-1: 100% | 1.7 MiB/s | 1.8 KiB | 00m00s
- [183/336] Installing cups-libs-1:2.4.18 100% | 121.1 MiB/s | 620.2 KiB | 00m00s
- [184/336] Installing libwacom-data-0:2. 100% | 28.7 MiB/s | 1.5 MiB | 00m00s
- [185/336] Installing libwacom-0:2.18.0- 100% | 7.6 MiB/s | 116.1 KiB | 00m00s
- [186/336] Installing highway-0:1.3.0-1. 100% | 395.3 MiB/s | 5.5 MiB | 00m00s
- [187/336] Installing libjxl-1:0.11.1-7. 100% | 316.2 MiB/s | 4.1 MiB | 00m00s
- [188/336] Installing libsepol-devel-0:3 100% | 25.2 MiB/s | 128.9 KiB | 00m00s
- [189/336] Installing libselinux-devel-0 100% | 52.8 MiB/s | 162.1 KiB | 00m00s
- [190/336] Installing libmount-devel-0:2 100% | 65.0 MiB/s | 66.5 KiB | 00m00s
- [191/336] Installing libdatrie-0:0.2.13 100% | 53.7 MiB/s | 54.9 KiB | 00m00s
- [192/336] Installing libthai-0:0.1.29-1 100% | 255.6 MiB/s | 785.2 KiB | 00m00s
- [193/336] Installing spirv-tools-libs-0 100% | 313.2 MiB/s | 6.0 MiB | 00m00s
- [194/336] Installing libglvnd-core-deve 100% | 40.1 MiB/s | 41.1 KiB | 00m00s
- [195/336] Installing libevent-devel-0:2 100% | 24.8 MiB/s | 432.3 KiB | 00m00s
- [196/336] Installing rhash-0:1.4.5-3.fc 100% | 21.8 MiB/s | 356.4 KiB | 00m00s
- [197/336] Installing libuv-1:1.51.0-2.f 100% | 186.5 MiB/s | 573.0 KiB | 00m00s
- [198/336] Installing jsoncpp-0:1.9.6-2. 100% | 28.1 MiB/s | 259.2 KiB | 00m00s
- [199/336] Installing cmake-data-0:3.31. 100% | 34.8 MiB/s | 9.1 MiB | 00m00s
- [200/336] Installing cmake-0:3.31.11-1. 100% | 308.2 MiB/s | 34.5 MiB | 00m00s
- [201/336] Installing bullet-devel-0:3.0 100% | 77.0 MiB/s | 3.0 MiB | 00m00s
- [202/336] Installing google-noto-fonts- 100% | 0.0 B/s | 18.5 KiB | 00m00s
- [203/336] Installing google-noto-sans-v 100% | 278.3 MiB/s | 1.4 MiB | 00m00s
- [204/336] Installing default-fonts-core 100% | 4.4 MiB/s | 18.2 KiB | 00m00s
- [205/336] Installing fontconfig-0:2.17. 100% | 659.4 KiB/s | 785.3 KiB | 00m01s
- [206/336] Installing cairo-0:1.18.4-2.f 100% | 253.1 MiB/s | 1.8 MiB | 00m00s
- [207/336] Installing cairo-gobject-0:1. 100% | 31.2 MiB/s | 32.0 KiB | 00m00s
- [208/336] Installing harfbuzz-cairo-0:1 100% | 47.8 MiB/s | 49.0 KiB | 00m00s
- [209/336] Installing libXft-0:2.3.8-9.f 100% | 81.0 MiB/s | 165.9 KiB | 00m00s
- [210/336] Installing pango-0:1.57.1-1.f 100% | 47.8 MiB/s | 1.0 MiB | 00m00s
- [211/336] Installing gpgme-0:1.24.3-6.f 100% | 36.0 MiB/s | 590.4 KiB | 00m00s
- [212/336] Installing gpgmepp-0:1.24.3-6 100% | 140.1 MiB/s | 430.4 KiB | 00m00s
- [213/336] Installing poppler-data-0:0.4 100% | 221.3 MiB/s | 12.4 MiB | 00m00s
- [214/336] Installing liblerc-0:4.0.0-9. 100% | 203.6 MiB/s | 625.6 KiB | 00m00s
- [215/336] Installing jbigkit-libs-0:2.1 100% | 56.4 MiB/s | 115.4 KiB | 00m00s
- [216/336] Installing libtiff-0:4.7.1-1. 100% | 153.0 MiB/s | 626.6 KiB | 00m00s
- [217/336] Installing poppler-0:25.07.0- 100% | 293.4 MiB/s | 3.8 MiB | 00m00s
- [218/336] Installing poppler-cpp-0:25.0 100% | 127.8 MiB/s | 130.9 KiB | 00m00s
- [219/336] Installing orc-0:0.4.41-2.fc4 100% | 41.9 MiB/s | 728.9 KiB | 00m00s
- [220/336] Installing libvisual-1:0.4.2- 100% | 222.2 MiB/s | 455.1 KiB | 00m00s
- [221/336] Installing cdparanoia-libs-0: 100% | 56.1 MiB/s | 115.0 KiB | 00m00s
- [222/336] Installing giflib-0:5.2.2-9.f 100% | 115.0 MiB/s | 117.8 KiB | 00m00s
- [223/336] Installing libdaemon-0:0.14-3 100% | 2.9 MiB/s | 65.6 KiB | 00m00s
- >>> Running sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch
- >>> Finished sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch
- >>> Scriptlet output:
- >>> Creating group 'dbus' with GID 81.
- >>> Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
- >>>
- [224/336] Installing dbus-common-1:1.16 100% | 410.6 KiB/s | 13.6 KiB | 00m00s
- [225/336] Installing dbus-broker-0:37-2 100% | 11.2 MiB/s | 389.8 KiB | 00m00s
- [226/336] Installing dbus-1:1.16.0-4.fc 100% | 2.9 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
- >>>
- [227/336] Installing systemd-0:258.7-1. 100% | 35.8 MiB/s | 12.9 MiB | 00m00s
- [228/336] Installing systemd-pam-0:258. 100% | 43.2 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.
- >>>
- [229/336] Installing polkit-0:126-6.fc4 100% | 10.0 MiB/s | 470.0 KiB | 00m00s
- [230/336] Installing at-spi2-core-0:2.5 100% | 174.3 MiB/s | 1.6 MiB | 00m00s
- [231/336] Installing atk-0:2.58.5-1.fc4 100% | 122.1 MiB/s | 250.0 KiB | 00m00s
- [232/336] Installing at-spi2-atk-0:2.58 100% | 11.6 MiB/s | 285.7 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.
- >>>
- [233/336] Installing rtkit-0:0.11-69.fc 100% | 3.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
- >>>
- [234/336] Installing device-mapper-0:1. 100% | 20.1 MiB/s | 350.2 KiB | 00m00s
- [235/336] Installing device-mapper-libs 100% | 136.5 MiB/s | 419.4 KiB | 00m00s
- [236/336] Installing cryptsetup-libs-0: 100% | 106.1 MiB/s | 2.7 MiB | 00m00s
- >>> Running sysusers scriptlet: avahi-0:0.9~rc2-6.fc43.x86_64
- >>> Finished sysusers scriptlet: avahi-0:0.9~rc2-6.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'avahi' with GID 70.
- >>> Creating user 'avahi' (Avahi mDNS/DNS-SD Stack) with UID 70 and GID 70.
- >>>
- [237/336] Installing avahi-0:0.9~rc2-6. 100% | 32.2 MiB/s | 1.6 MiB | 00m00s
- >>> Running %post scriptlet: avahi-0:0.9~rc2-6.fc43.x86_64
- >>> Finished %post scriptlet: avahi-0:0.9~rc2-6.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/avahi-daemon.socke
- >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.Avahi.service'
- >>> Created symlink '/etc/systemd/system/multi-user.target.wants/avahi-daemon.se
- >>>
- [238/336] Installing avahi-devel-0:0.9~ 100% | 33.2 MiB/s | 135.8 KiB | 00m00s
- [239/336] Installing ibus-libs-0:1.5.33 100% | 206.1 MiB/s | 844.1 KiB | 00m00s
- [240/336] Installing lame-libs-0:3.100- 100% | 399.5 MiB/s | 1.2 MiB | 00m00s
- [241/336] Installing gsm-0:1.0.23-1.fc4 100% | 65.3 MiB/s | 66.9 KiB | 00m00s
- [242/336] Installing libsndfile-0:1.2.2 100% | 179.6 MiB/s | 551.6 KiB | 00m00s
- [243/336] Installing libsndfile-devel-0 100% | 105.8 MiB/s | 216.8 KiB | 00m00s
- [244/336] Installing libasyncns-0:0.8-3 100% | 55.4 MiB/s | 56.8 KiB | 00m00s
- [245/336] Installing pulseaudio-libs-0: 100% | 337.9 MiB/s | 3.4 MiB | 00m00s
- [246/336] Installing pipewire-libs-0:1. 100% | 180.9 MiB/s | 8.7 MiB | 00m00s
- [247/336] Installing wireplumber-libs-0 100% | 135.6 MiB/s | 1.4 MiB | 00m00s
- [248/336] Installing wireplumber-0:0.5. 100% | 18.1 MiB/s | 444.2 KiB | 00m00s
- [249/336] Installing pipewire-jack-audi 100% | 30.5 MiB/s | 499.3 KiB | 00m00s
- [250/336] Installing pipewire-jack-audi 100% | 0.0 B/s | 312.0 B | 00m00s
- [251/336] Installing pulseaudio-libs-gl 100% | 20.1 MiB/s | 20.6 KiB | 00m00s
- [252/336] Installing libcanberra-0:0.30 100% | 6.2 MiB/s | 271.4 KiB | 00m00s
- [253/336] Installing mtdev-0:1.1.6-11.f 100% | 29.7 MiB/s | 30.4 KiB | 00m00s
- [254/336] Installing libinput-0:1.30.3- 100% | 18.7 MiB/s | 689.5 KiB | 00m00s
- [255/336] Installing libinput-devel-0:1 100% | 229.0 MiB/s | 234.5 KiB | 00m00s
- [256/336] Installing python3-packaging- 100% | 75.7 MiB/s | 619.9 KiB | 00m00s
- [257/336] Installing glib2-devel-0:2.86 100% | 183.5 MiB/s | 15.8 MiB | 00m00s
- [258/336] Installing cairo-devel-0:1.18 100% | 458.2 MiB/s | 2.3 MiB | 00m00s
- [259/336] Installing harfbuzz-devel-0:1 100% | 213.4 MiB/s | 5.3 MiB | 00m00s
- [260/336] Installing freetype-devel-0:2 100% | 328.5 MiB/s | 8.5 MiB | 00m00s
- [261/336] Installing fontconfig-devel-0 100% | 51.9 MiB/s | 159.4 KiB | 00m00s
- [262/336] Installing pulseaudio-libs-de 100% | 537.8 MiB/s | 4.8 MiB | 00m00s
- [263/336] Installing libvmaf-0:3.0.0-4. 100% | 269.7 MiB/s | 828.4 KiB | 00m00s
- [264/336] Installing libaom-0:3.13.3-1. 100% | 314.4 MiB/s | 5.0 MiB | 00m00s
- [265/336] Installing libavif-0:1.3.0-2. 100% | 126.5 MiB/s | 259.1 KiB | 00m00s
- [266/336] Installing libheif-0:1.20.2-6 100% | 258.9 MiB/s | 1.6 MiB | 00m00s
- [267/336] Installing glycin-loaders-0:2 100% | 398.0 MiB/s | 12.7 MiB | 00m00s
- [268/336] Installing glycin-libs-0:2.0. 100% | 326.1 MiB/s | 4.2 MiB | 00m00s
- [269/336] Installing gdk-pixbuf2-0:2.44 100% | 132.9 MiB/s | 2.5 MiB | 00m00s
- [270/336] Installing librsvg2-0:2.61.0- 100% | 316.7 MiB/s | 5.1 MiB | 00m00s
- [271/336] Installing gtk-update-icon-ca 100% | 4.4 MiB/s | 63.3 KiB | 00m00s
- [272/336] Installing libnotify-0:0.8.8- 100% | 2.5 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.
- >>>
- [273/336] Installing geoclue2-0:2.8.0-1 100% | 12.0 MiB/s | 405.6 KiB | 00m00s
- [274/336] Installing lm_sensors-libs-0: 100% | 42.4 MiB/s | 86.9 KiB | 00m00s
- [275/336] Installing libxshmfence-0:1.3 100% | 13.2 MiB/s | 13.6 KiB | 00m00s
- [276/336] Installing mesa-dri-drivers-0 100% | 375.5 MiB/s | 48.8 MiB | 00m00s
- [277/336] Installing mesa-libgbm-0:25.3 100% | 20.0 MiB/s | 20.5 KiB | 00m00s
- [278/336] Installing libglvnd-egl-1:1.7 100% | 32.4 MiB/s | 66.3 KiB | 00m00s
- [279/336] Installing mesa-libEGL-0:25.3 100% | 152.0 MiB/s | 311.3 KiB | 00m00s
- [280/336] Installing libglvnd-gles-1:1. 100% | 97.0 MiB/s | 99.3 KiB | 00m00s
- [281/336] Installing mesa-libGL-0:25.3. 100% | 140.1 MiB/s | 286.9 KiB | 00m00s
- [282/336] Installing libglvnd-glx-1:1.7 100% | 196.2 MiB/s | 602.6 KiB | 00m00s
- [283/336] Installing gstreamer1-plugins 100% | 217.4 MiB/s | 7.4 MiB | 00m00s
- [284/336] Installing libglvnd-devel-1:1 100% | 302.9 MiB/s | 2.1 MiB | 00m00s
- [285/336] Installing mesa-libGLU-devel- 100% | 17.1 MiB/s | 17.5 KiB | 00m00s
- [286/336] Installing xdg-desktop-portal 100% | 38.4 MiB/s | 1.9 MiB | 00m00s
- [287/336] Installing libpaper-1:2.1.1-9 100% | 24.6 MiB/s | 50.4 KiB | 00m00s
- [288/336] Installing libijs-0:0.35-25.f 100% | 61.1 MiB/s | 62.5 KiB | 00m00s
- [289/336] Installing jbig2dec-libs-0:0. 100% | 162.6 MiB/s | 166.5 KiB | 00m00s
- [290/336] Installing adobe-mappings-pdf 100% | 231.4 MiB/s | 4.4 MiB | 00m00s
- [291/336] Installing libgs-0:10.05.1-6. 100% | 310.6 MiB/s | 23.6 MiB | 00m00s
- [292/336] Installing libspectre-0:0.2.1 100% | 29.8 MiB/s | 91.6 KiB | 00m00s
- [293/336] Installing xkeyboard-config-0 100% | 294.5 MiB/s | 10.3 MiB | 00m00s
- [294/336] Installing libxkbcommon-0:1.1 100% | 133.4 MiB/s | 409.9 KiB | 00m00s
- [295/336] Installing gtk3-0:3.24.52-1.f 100% | 321.9 MiB/s | 22.5 MiB | 00m00s
- [296/336] Installing libxkbcommon-x11-0 100% | 35.6 MiB/s | 36.4 KiB | 00m00s
- [297/336] Installing libxkbcommon-devel 100% | 188.1 MiB/s | 385.1 KiB | 00m00s
- [298/336] Installing libxkbcommon-x11-d 100% | 8.7 MiB/s | 8.9 KiB | 00m00s
- [299/336] Installing libdecor-0:0.2.5-1 100% | 54.6 MiB/s | 167.8 KiB | 00m00s
- [300/336] Installing SDL3-0:3.4.4-1.fc4 100% | 275.9 MiB/s | 3.0 MiB | 00m00s
- [301/336] Installing sdl2-compat-0:2.32 100% | 80.1 MiB/s | 410.1 KiB | 00m00s
- [302/336] Installing efl-0:1.28.1-2.fc4 100% | 196.8 MiB/s | 55.9 MiB | 00m00s
- [303/336] Installing sdl2-compat-devel- 100% | 90.7 MiB/s | 3.3 MiB | 00m00s
- [304/336] Installing efl-devel-0:1.28.1 100% | 80.1 MiB/s | 17.5 MiB | 00m00s
- [305/336] Installing xdg-desktop-portal 100% | 17.4 MiB/s | 481.2 KiB | 00m00s
- [306/336] Installing libcanberra-gtk3-0 100% | 1.9 MiB/s | 73.9 KiB | 00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 994.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 994 and GID 994.
- >>>
- [307/336] Installing pipewire-0:1.4.11- 100% | 8.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'
- >>>
- [308/336] Installing pipewire-alsa-0:1. 100% | 52.0 MiB/s | 159.6 KiB | 00m00s
- [309/336] Installing pipewire-pulseaudi 100% | 9.0 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
- >>>
- [310/336] Installing pipewire-plugin-li 100% | 3.3 MiB/s | 147.4 KiB | 00m00s
- >>> Running sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-coredump' with GID 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
- >>>
- [311/336] Installing systemd-udev-0:258 100% | 26.2 MiB/s | 12.9 MiB | 00m00s
- >>> 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
- >>>
- [312/336] Installing polkit-pkla-compat 100% | 2.4 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
- >>>
- [313/336] Installing systemd-networkd-0 100% | 27.6 MiB/s | 2.3 MiB | 00m00s
- >>> Running %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-network-ge
- >>>
- >>> Running sysusers scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-resolve' with GID 193.
- >>> Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- >>>
- [314/336] Installing systemd-resolved-0 100% | 13.6 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
- >>>
- [315/336] Installing dconf-0:0.49.0-1.f 100% | 7.3 MiB/s | 312.1 KiB | 00m00s
- [316/336] Installing tinysparql-0:3.10. 100% | 56.7 MiB/s | 2.6 MiB | 00m00s
- [317/336] Installing libcamera-ipa-0:0. 100% | 96.0 MiB/s | 688.4 KiB | 00m00s
- [318/336] Installing glib-networking-0: 100% | 148.0 MiB/s | 757.9 KiB | 00m00s
- [319/336] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0 B | 00m00s
- [320/336] Installing adwaita-mono-fonts 100% | 367.9 MiB/s | 5.5 MiB | 00m00s
- [321/336] Installing adwaita-sans-fonts 100% | 286.6 MiB/s | 1.7 MiB | 00m00s
- [322/336] Installing low-memory-monitor 100% | 2.5 MiB/s | 67.7 KiB | 00m00s
- [323/336] Installing qrencode-libs-0:4. 100% | 6.5 MiB/s | 166.6 KiB | 00m00s
- [324/336] Removing util-linux-0:2.41.3- 100% | 11.0 KiB/s | 474.0 B | 00m00s
- [325/336] Removing util-linux-core-0:2. 100% | 12.6 KiB/s | 155.0 B | 00m00s
- [326/336] Removing libfdisk-0:2.41.3-7. 100% | 777.0 B/s | 7.0 B | 00m00s
- [327/336] Removing glib2-0:2.86.4-1.fc4 100% | 14.4 KiB/s | 177.0 B | 00m00s
- [328/336] Removing libmount-0:2.41.3-7. 100% | 6.8 KiB/s | 7.0 B | 00m00s
- [329/336] Removing libblkid-0:2.41.3-7. 100% | 6.8 KiB/s | 7.0 B | 00m00s
- [330/336] Removing systemd-libs-0:258.5 100% | 10.7 KiB/s | 22.0 B | 00m00s
- [331/336] Removing openssl-libs-1:3.5.4 100% | 19.0 KiB/s | 39.0 B | 00m00s
- [332/336] Removing zlib-ng-compat-0:2.3 100% | 555.0 B/s | 5.0 B | 00m00s
- [333/336] Removing libcap-0:2.76-3.fc43 100% | 3.4 KiB/s | 35.0 B | 00m00s
- [334/336] Removing libuuid-0:2.41.3-7.f 100% | 6.8 KiB/s | 7.0 B | 00m00s
- [335/336] Removing libsmartcols-0:2.41. 100% | 6.8 KiB/s | 7.0 B | 00m00s
- [336/336] Removing liblastlog2-0:2.41.3 100% | 8.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" "elementary-devel"
- efl-devel-1.28.1-2.fc43.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved efl.1.24.0 (cached)
-> installed conf-pkg-config.4
-> retrieved ocamlbuild.0.16.1 (cached)
-> installed conf-efl.1.8
-> retrieved ocamlfind.1.9.8 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
[ERROR] The compilation of efl.1.24.0 failed at "make".
#=== ERROR while compiling efl.1.24.0 =========================================#
# context 2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/axiles/ocaml-efl/releases/download/v1.24.0/ocaml-efl-1.24.0.tar.gz)
# path ~/.opam/4.14/.opam-switch/build/efl.1.24.0
# command ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code 2
# env-file ~/.opam/log/efl-7-ed9b0e.env
# output-file ~/.opam/log/efl-7-ed9b0e.out
### output ###
# cd . && /bin/sh /home/opam/.opam/4.14/.opam-switch/build/efl.1.24.0/missing automake-1.16 --foreign
# /home/opam/.opam/4.14/.opam-switch/build/efl.1.24.0/missing: line 81: automake-1.16: command not found
# WARNING: 'automake-1.16' is missing on your system.
# You should only need it if you modified 'Makefile.am' or
# 'configure.ac' or m4 files included by 'configure.ac'.
# The 'automake' program is part of the GNU Automake package:
# <http://www.gnu.org/software/automake>
# It also requires GNU Autoconf, GNU m4 and Perl in order to run:
# <http://www.gnu.org/software/autoconf>
# <http://www.gnu.org/software/m4/>
# <http://www.perl.org/>
# make: *** [Makefile:263: Makefile.in] Error 1
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build efl 1.24.0
+-
+- The following changes have been performed
| - install conf-efl 1.8
| - install conf-pkg-config 4
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260504083508.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.24.0;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-43\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'efl.1.24.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-05-04 08:44.49: Job failed: Failed: Build failed
2026-05-04 08:44.49: Log analysis:
2026-05-04 08:44.49: >>>
[ERROR] The compilation of efl.1.24.0 failed at "make".
(score = 20)
2026-05-04 08:44.49: The compilation of efl.1.24.0 failed at "make".