2025-10-27 22:38.48: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (0764a285a52562a94e944d962b7b0e6e493f1334) (linux-x86_64:fedora-43-5.4_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 0764a285
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
# fedora-43-5.4_opam-2.4
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.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./
RUN opam pin add -yn ocamlgraph_gtk.dev './' && \
opam pin add -yn ocamlgraph.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 camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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
2025-10-27 22:38.48: Using cache hint "backtracking/ocamlgraph-ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115-fedora-43-5.4_opam-2.4-f9f771e347609a536b97e05be1bc3197"
2025-10-27 22:38.48: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115)
(comment fedora-43-5.4_opam-2.4)
(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.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ocamlgraph_gtk.dev './' && \
\nopam pin add -yn ocamlgraph.dev './'"))
(run (network host)
(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 camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8")
(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.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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"))
)
2025-10-27 22:38.48: Waiting for resource in pool OCluster
2025-10-27 22:42.46: Waiting for worker…
2025-10-27 22:43.32: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 0764a28 Merge pull request #155 from redianthus/master
(from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115' locally
docker.io/ocaml/opam@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115: Pulling from ocaml/opam
3a6ccf50917d: Already exists
698b8d1610af: Already exists
7e5b745a56a4: Already exists
e8859609bfb8: Already exists
51242d36b3fd: Already exists
61958fadfb74: Already exists
04578677ff3f: Already exists
01b19b859bd1: Already exists
47b008c442e7: Already exists
434ff16e8a1b: Already exists
e2e8d2ec1110: Already exists
bb8f1dbb2acd: Already exists
c914fb01d9b0: Already exists
acbc7d112060: Already exists
7b0ca93f3f54: Already exists
5a223856338a: Already exists
ace6a731f305: Already exists
a6230b7fafa0: Already exists
917f9b8155b5: Already exists
8f7a3b7d908f: Already exists
4f4fb700ef54: Already exists
7af8a72dec52: Already exists
9565a36b4e3a: Already exists
a1ba7d9452a1: Already exists
24a9095bda75: Already exists
16c026bd2ca7: Already exists
6b821f07d597: Already exists
afd0175f27f4: Already exists
88ab18f654c7: Already exists
be69a91a3ef7: Already exists
ce8a4e53f5e3: Already exists
3e2bdc6df5e4: Already exists
ff986d64677f: Already exists
9c9f7117b120: Already exists
8bc6797e23fc: Already exists
07b81fe7312a: Already exists
43fc65bb52eb: Already exists
a5d75845130a: Already exists
1eec13083f65: Already exists
aab9ec9135e1: Already exists
cc2ed799adba: Already exists
b808f888e100: Already exists
e51d6b85f31b: Already exists
8c8cec09df68: Already exists
Digest: sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
Status: Downloaded newer image for ocaml/opam@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
2025-10-27 22:43.32 ---> using "f59e28d75de4defeed40ec3fa81afaa110217cd20c2dafcaea2c76301015f0df" from cache
/: (comment fedora-43-5.4_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 - x86_64 100% | 20.9 KiB/s | 14.1 KiB | 00m01s
Fedora 43 - x86_64 - Updates 100% | 30.9 KiB/s | 17.2 KiB | 00m01s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.
Nothing to do.
2025-10-27 22:43.32 ---> using "e25babefb49a419232868acca712bf630a0bbefc96e0c275ad3155252e7c1ac2" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-27 22:43.32 ---> using "d407c2ab0d230b08eef2673d99115ee74748a180b52018e5e71e83495eb23ecf" 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
2025-10-27 22:43.32 ---> using "f34f2508f7317e9caeecee1fbf9e7a46c3e2d84a14300c4e852b3aa03e573a96" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-84-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-27 22:43.32 ---> using "052d523dd0b77d418e636d4c186443eff0092857ea0c0fcc93c67ed113744989" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-27 22:43.32 ---> using "62c8f17a78b1cdcc51dbd6e1fa6a54730935888b6313593e943e96a268786b45" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
5bf570252b..7f9c784b97 master -> origin/master
7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-27 22:43.32 ---> using "9e1972f9095f8a85378855376c97acc444dc6622e99dee8bfdc5ab765fd52dcb" from cache
/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2025-10-27 22:43.33 ---> saved as "e78051282b52aebfd2c6075a411fc3b0f1ad61a700fed7d644c7a3d1eae88a2e"
/src: (run (network host)
(shell "opam pin add -yn ocamlgraph_gtk.dev './' && \
\nopam pin add -yn ocamlgraph.dev './'"))
[ocamlgraph_gtk.dev] synchronised (file:///src)
ocamlgraph_gtk is now pinned to file:///src (version dev)
[ocamlgraph.dev] synchronised (file:///src)
ocamlgraph is now pinned to file:///src (version dev)
2025-10-27 22:43.36 ---> saved as "b52512dd1bc50809de6a65d8bdd1c3a189f11323fdb1cf9280ee8df7da496699"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-27 22:43.36 ---> saved as "0604820e0d183b65aaf771266e50067aaf942a9f8ab1fea2531605453baef6da"
/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8")
/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.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlgraph.dev] synchronised (file:///src)
[ocamlgraph_gtk.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:
gtk2-devel libgnomecanvas-devel libXft-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/sbin/sudo "yum" "install" "-y" "gtk2-devel" "libXft-devel" "libgnomecanvas-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- gtk2-devel x86_64 2.24.33-23.fc43 fedora 23.8 MiB
- libXft-devel x86_64 2.3.8-9.fc43 fedora 31.7 KiB
- libgnomecanvas-devel x86_64 2.30.3-32.fc43 fedora 595.6 KiB
- Installing dependencies:
- ModemManager-glib x86_64 1.24.2-1.fc43 fedora 1.5 MiB
- abattis-cantarell-vf-fonts noarch 0.301-15.fc43 fedora 192.7 KiB
- adobe-source-code-pro-fonts noarch 2.042.1.062.1.026-7.fc43 fedora 1.6 MiB
- adwaita-cursor-theme noarch 49.0-1.fc43 fedora 11.4 MiB
- adwaita-icon-theme noarch 49.0-1.fc43 fedora 1.2 MiB
- adwaita-icon-theme-legacy noarch 46.2-4.fc43 fedora 2.1 MiB
- alsa-lib x86_64 1.2.14-4.fc43 fedora 1.4 MiB
- aribb24 x86_64 1.0.3^20160216git5e9be27-3.fc43 fedora 83.1 KiB
- at-spi2-atk x86_64 2.58.1-1.fc43 fedora 283.6 KiB
- at-spi2-core x86_64 2.58.1-1.fc43 fedora 1.5 MiB
- atk x86_64 2.58.1-1.fc43 fedora 248.6 KiB
- atk-devel x86_64 2.58.1-1.fc43 fedora 5.9 MiB
- avahi-glib x86_64 0.9~rc2-6.fc43 fedora 19.6 KiB
- avahi-libs x86_64 0.9~rc2-6.fc43 fedora 171.6 KiB
- bluez-libs x86_64 5.84-2.fc43 fedora 198.3 KiB
- brotli x86_64 1.1.0-10.fc43 fedora 31.6 KiB
- brotli-devel x86_64 1.1.0-10.fc43 fedora 65.6 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
- cjson x86_64 1.7.18-3.fc43 fedora 63.9 KiB
- cmake-filesystem x86_64 3.31.6-4.fc43 fedora 0.0 B
- codec2 x86_64 1.2.0-7.fc43 fedora 1.4 MiB
- colord-libs x86_64 1.4.8-2.fc43 fedora 830.7 KiB
- cryptsetup-libs x86_64 2.8.1-1.fc43 fedora 2.6 MiB
- cups-filesystem noarch 1:2.4.14-2.fc43 fedora 0.0 B
- cups-libs x86_64 1:2.4.14-2.fc43 fedora 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
- docbook-dtds noarch 1.0-89.fc43 fedora 8.3 MiB
- docbook-style-dsssl noarch 1.79-42.fc43 fedora 2.2 MiB
- docbook-style-xsl noarch 1.79.2-25.fc43 fedora 15.6 MiB
- docbook-utils noarch 0.6.15-3.fc43 fedora 156.7 KiB
- duktape x86_64 2.7.0-10.fc43 fedora 615.8 KiB
- exempi x86_64 2.6.4-8.fc43 fedora 1.4 MiB
- exiv2-libs x86_64 0.28.6-2.fc43 fedora 2.8 MiB
- fdk-aac-free x86_64 2.0.0-16.fc43 fedora 611.8 KiB
- fftw-libs-single x86_64 3.3.10-16.fc43 fedora 3.6 MiB
- flac-libs x86_64 1.5.0-4.fc43 updates 737.2 KiB
- fontconfig x86_64 2.17.0-3.fc43 fedora 765.9 KiB
- fontconfig-devel x86_64 2.17.0-3.fc43 fedora 123.6 KiB
- fonts-filesystem noarch 1:2.0.5-23.fc43 fedora 0.0 B
- freetype x86_64 2.13.3-3.fc43 fedora 850.2 KiB
- freetype-devel x86_64 2.13.3-3.fc43 fedora 8.5 MiB
- fribidi x86_64 1.0.16-3.fc43 fedora 190.3 KiB
- fribidi-devel x86_64 1.0.16-3.fc43 fedora 78.0 KiB
- fuse-common x86_64 3.16.2-5.fc42 fedora 38.0 B
- fuse3 x86_64 3.16.2-5.fc42 fedora 129.7 KiB
- fuse3-libs x86_64 3.16.2-5.fc42 fedora 281.5 KiB
- game-music-emu x86_64 0.6.4-2.fc43 fedora 351.8 KiB
- gdk-pixbuf2 x86_64 2.44.3-3.fc43 updates 2.5 MiB
- gdk-pixbuf2-devel x86_64 2.44.3-3.fc43 updates 2.3 MiB
- geoclue2 x86_64 2.7.2-3.fc43 fedora 395.7 KiB
- giflib x86_64 5.2.2-8.fc43 fedora 112.1 KiB
- glib2-devel x86_64 2.86.0-2.fc43 fedora 15.7 MiB
- glibc-gconv-extra x86_64 2.42-4.fc43 fedora 7.2 MiB
- glycin-devel x86_64 2.0.3-1.fc43 fedora 126.0 KiB
- glycin-libs x86_64 2.0.3-1.fc43 fedora 4.4 MiB
- glycin-loaders x86_64 2.0.3-1.fc43 fedora 13.1 MiB
- gobject-introspection x86_64 1.84.0-3.fc43 fedora 392.8 KiB
- google-noto-fonts-common noarch 20251001-1.fc43 updates 17.7 KiB
- google-noto-sans-vf-fonts noarch 20251001-1.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.0-1.fc43 fedora 5.7 MiB
- gsm x86_64 1.0.23-1.fc43 fedora 65.3 KiB
- gstreamer1 x86_64 1.26.6-1.fc43 fedora 5.4 MiB
- gstreamer1-plugins-base x86_64 1.26.6-1.fc43 fedora 7.3 MiB
- gtk-doc x86_64 1.34.0-7.fc43 fedora 3.2 MiB
- gtk-update-icon-cache x86_64 3.24.51-2.fc43 fedora 62.2 KiB
- gtk2 x86_64 2.24.33-23.fc43 fedora 12.8 MiB
- gtk3 x86_64 3.24.51-2.fc43 fedora 22.4 MiB
- harfbuzz x86_64 11.5.1-1.fc43 fedora 2.8 MiB
- harfbuzz-cairo x86_64 11.5.1-1.fc43 fedora 48.1 KiB
- harfbuzz-devel x86_64 11.5.1-1.fc43 fedora 5.3 MiB
- harfbuzz-icu x86_64 11.5.1-1.fc43 fedora 15.4 KiB
- hicolor-icon-theme noarch 0.18-2.fc43 fedora 72.4 KiB
- highway x86_64 1.2.0-5.fc42 fedora 4.4 MiB
- hwdata noarch 0.400-1.fc43 updates 9.6 MiB
- ilbc x86_64 3.0.4-17.fc43 fedora 91.4 KiB
- inih x86_64 62-1.fc43 fedora 22.4 KiB
- inih-cpp x86_64 62-1.fc43 fedora 36.1 KiB
- iso-codes noarch 4.18.0-2.fc43 fedora 21.5 MiB
- jbigkit-libs x86_64 2.1-32.fc43 fedora 113.5 KiB
- json-glib x86_64 1.10.8-1.fc43 fedora 592.3 KiB
- kbd x86_64 2.8.0-3.fc43 fedora 1.4 MiB
- kbd-legacy noarch 2.8.0-3.fc43 fedora 571.4 KiB
- kbd-misc noarch 2.8.0-3.fc43 fedora 2.5 MiB
- kmod x86_64 34.2-2.fc43 fedora 247.2 KiB
- kmod-libs x86_64 34.2-2.fc43 fedora 135.1 KiB
- lame-libs x86_64 3.100-20.fc43 fedora 1.2 MiB
- lcms2 x86_64 2.16-6.fc43 fedora 433.7 KiB
- lcms2-devel x86_64 2.16-6.fc43 fedora 135.7 KiB
- libXcomposite x86_64 0.4.6-6.fc43 fedora 40.5 KiB
- libXcomposite-devel x86_64 0.4.6-6.fc43 fedora 8.0 KiB
- libXcursor x86_64 1.2.3-3.fc43 fedora 53.4 KiB
- libXcursor-devel x86_64 1.2.3-3.fc43 fedora 22.7 KiB
- libXdamage x86_64 1.1.6-6.fc43 fedora 39.6 KiB
- libXext x86_64 1.3.6-4.fc43 fedora 90.0 KiB
- libXext-devel x86_64 1.3.6-4.fc43 fedora 98.9 KiB
- libXfixes x86_64 6.0.1-6.fc43 fedora 26.2 KiB
- libXfixes-devel x86_64 6.0.1-6.fc43 fedora 9.2 KiB
- libXft x86_64 2.3.8-9.fc43 fedora 164.4 KiB
- libXi x86_64 1.8.2-3.fc43 fedora 80.6 KiB
- libXi-devel x86_64 1.8.2-3.fc43 fedora 132.5 KiB
- libXinerama x86_64 1.1.5-9.fc43 fedora 15.0 KiB
- libXinerama-devel x86_64 1.1.5-9.fc43 fedora 7.0 KiB
- libXrandr x86_64 1.5.4-6.fc43 fedora 51.8 KiB
- libXrandr-devel x86_64 1.5.4-6.fc43 fedora 21.8 KiB
- libXrender x86_64 0.9.12-3.fc43 fedora 46.0 KiB
- libXrender-devel x86_64 0.9.12-3.fc43 fedora 50.1 KiB
- libXtst x86_64 1.2.5-3.fc43 fedora 33.5 KiB
- libXv x86_64 1.0.13-3.fc43 fedora 26.0 KiB
- libXxf86vm x86_64 1.1.6-3.fc43 fedora 25.3 KiB
- libaom x86_64 3.13.1-1.fc43 fedora 5.0 MiB
- libaribcaption x86_64 1.1.1-3.fc43 fedora 244.5 KiB
- libart_lgpl x86_64 2.3.21-36.fc43 fedora 139.0 KiB
- libart_lgpl-devel x86_64 2.3.21-36.fc43 fedora 72.6 KiB
- libasyncns x86_64 0.8-31.fc43 fedora 55.5 KiB
- libavcodec-free x86_64 7.1.2-2.fc43 fedora 9.8 MiB
- libavformat-free x86_64 7.1.2-2.fc43 fedora 2.6 MiB
- libavutil-free x86_64 7.1.2-2.fc43 fedora 942.5 KiB
- libblkid-devel x86_64 2.41.1-17.fc43 fedora 44.9 KiB
- libbluray x86_64 1.3.4-9.fc42 fedora 397.6 KiB
- libcamera x86_64 0.5.2-4.fc43 fedora 2.2 MiB
- libcanberra x86_64 0.30-38.fc43 fedora 266.5 KiB
- libcanberra-gtk3 x86_64 0.30-38.fc43 fedora 70.7 KiB
- libchromaprint x86_64 1.5.1-25.fc43 fedora 64.5 KiB
- libcloudproviders x86_64 0.3.6-2.fc43 fedora 124.3 KiB
- libcue x86_64 2.3.0-12.fc43 fedora 85.8 KiB
- libdatrie x86_64 0.2.13-12.fc43 fedora 53.8 KiB
- libdatrie-devel x86_64 0.2.13-12.fc43 fedora 558.1 KiB
- libdav1d x86_64 1.5.1-2.fc43 fedora 1.7 MiB
- libdrm x86_64 2.4.127-1.fc43 updates 399.9 KiB
- libdvdnav x86_64 6.1.1-11.fc43 fedora 116.1 KiB
- libdvdread x86_64 6.1.3-10.fc43 fedora 156.1 KiB
- libebur128 x86_64 1.2.6-14.fc43 fedora 39.3 KiB
- libepoxy x86_64 1.5.10-11.fc43 fedora 1.1 MiB
- libexif x86_64 0.6.25-2.fc43 fedora 2.7 MiB
- libffi-devel x86_64 3.5.1-2.fc43 fedora 33.9 KiB
- libgexiv2 x86_64 0.14.6-2.fc43 fedora 279.2 KiB
- libglade2 x86_64 2.6.4-36.fc43 fedora 152.3 KiB
- libglvnd x86_64 1:1.7.0-8.fc43 fedora 526.1 KiB
- libglvnd-egl x86_64 1:1.7.0-8.fc43 fedora 64.7 KiB
- libglvnd-glx x86_64 1:1.7.0-8.fc43 fedora 601.2 KiB
- libgnomecanvas x86_64 2.30.3-32.fc43 fedora 961.4 KiB
- libgsf x86_64 1.14.53-4.fc43 fedora 965.5 KiB
- libgudev x86_64 238-8.fc43 fedora 83.8 KiB
- libgusb x86_64 0.4.9-4.fc43 fedora 162.0 KiB
- libgxps x86_64 0.3.2-11.fc43 fedora 188.1 KiB
- libheif x86_64 1.20.2-6.fc43 fedora 1.6 MiB
- libicu-devel x86_64 77.1-1.fc43 fedora 5.0 MiB
- libimobiledevice x86_64 1.3.0^20240916gited9703d-6.fc43 fedora 304.7 KiB
- libimobiledevice-glue x86_64 1.3.1-3.fc43 fedora 118.8 KiB
- libiptcdata x86_64 1.0.5-23.fc43 fedora 163.9 KiB
- libjpeg-turbo x86_64 3.1.2-1.fc43 fedora 804.9 KiB
- libjxl x86_64 1:0.11.1-6.fc43 fedora 3.1 MiB
- liblc3 x86_64 1.1.3-5.fc43 fedora 170.8 KiB
- libldac x86_64 2.0.2.3-18.fc43 fedora 74.2 KiB
- libldb x86_64 2:4.23.2-1.fc43 updates 450.9 KiB
- liblerc x86_64 4.0.0-9.fc43 fedora 624.1 KiB
- libmodplug x86_64 1:0.8.9.0-28.fc43 fedora 355.2 KiB
- libmount-devel x86_64 2.41.1-17.fc43 fedora 65.5 KiB
- libnotify x86_64 0.8.7-1.fc43 fedora 123.6 KiB
- libogg x86_64 2:1.3.6-2.fc43 updates 45.6 KiB
- libopenjph x86_64 0.22.0-2.fc43 fedora 466.2 KiB
- libopenmpt x86_64 0.8.3-1.fc43 fedora 1.8 MiB
- libosinfo x86_64 1.12.0-3.fc43 fedora 1.2 MiB
- libpciaccess x86_64 0.16-16.fc43 fedora 44.5 KiB
- libplist x86_64 2.6.0-5.fc43 fedora 237.0 KiB
- libpng x86_64 2:1.6.50-2.fc43 fedora 237.7 KiB
- libpng-devel x86_64 2:1.6.50-2.fc43 fedora 885.6 KiB
- libproxy x86_64 0.5.8-3.fc43 fedora 102.3 KiB
- librabbitmq x86_64 0.15.0-3.fc43 fedora 89.6 KiB
- librist x86_64 0.2.7-10.fc43 fedora 157.2 KiB
- librsvg2 x86_64 2.61.0-2.fc43 fedora 5.0 MiB
- libsbc x86_64 2.0-7.fc43 fedora 93.4 KiB
- libseccomp-devel x86_64 2.6.0-2.fc43 fedora 114.3 KiB
- libselinux-devel x86_64 3.9-5.fc43 fedora 127.3 KiB
- libsepol-devel x86_64 3.9-2.fc43 fedora 121.4 KiB
- libsmbclient x86_64 2:4.23.2-1.fc43 updates 167.5 KiB
- libsndfile x86_64 1.2.2-10.fc43 fedora 550.1 KiB
- libsodium x86_64 1.0.20-6.fc43 fedora 389.0 KiB
- libsoup3 x86_64 3.6.5-8.fc43 fedora 1.1 MiB
- libstemmer x86_64 3.0.1-8.fc43 fedora 661.5 KiB
- libswresample-free x86_64 7.1.2-2.fc43 fedora 147.3 KiB
- libtalloc x86_64 2.4.3-4.fc43 fedora 64.1 KiB
- libtdb x86_64 1.4.14-3.fc43 fedora 100.5 KiB
- libtevent x86_64 0.17.1-3.fc43 fedora 101.5 KiB
- libthai x86_64 0.1.29-11.fc43 fedora 783.4 KiB
- libthai-devel x86_64 0.1.29-11.fc43 fedora 644.3 KiB
- libtheora x86_64 1:1.1.1-40.fc43 fedora 477.3 KiB
- libtiff x86_64 4.7.0-8.fc43 fedora 619.0 KiB
- libtinysparql x86_64 3.10.1-1.fc43 fedora 1.3 MiB
- libudfread x86_64 1.1.2-12.fc43 fedora 65.9 KiB
- libunwind x86_64 1.8.1-3.fc43 fedora 194.1 KiB
- libusbmuxd x86_64 2.1.0-4.fc43 fedora 75.2 KiB
- libva x86_64 2.22.0-6.fc43 fedora 329.4 KiB
- libvdpau x86_64 1.5-10.fc43 fedora 20.7 KiB
- libvisual x86_64 1:0.4.2-3.fc43 fedora 452.7 KiB
- libvmaf x86_64 3.0.0-4.fc43 fedora 827.0 KiB
- libvorbis x86_64 1:1.3.7-13.fc43 fedora 833.4 KiB
- libvpl x86_64 1:2.15.0-3.fc43 fedora 426.5 KiB
- libvpx x86_64 1.15.0-4.fc43 fedora 3.3 MiB
- libwayland-client x86_64 1.24.0-1.fc43 fedora 62.0 KiB
- libwayland-cursor x86_64 1.24.0-1.fc43 fedora 37.3 KiB
- libwayland-egl x86_64 1.24.0-1.fc43 fedora 12.4 KiB
- libwbclient x86_64 2:4.23.2-1.fc43 updates 68.7 KiB
- libwebp x86_64 1.6.0-2.fc43 fedora 956.6 KiB
- libxkbcommon x86_64 1.11.0-1.fc43 fedora 408.2 KiB
- libxml2-devel x86_64 2.12.10-5.fc43 fedora 3.4 MiB
- libxshmfence x86_64 1.3.2-7.fc43 fedora 12.4 KiB
- libxslt x86_64 1.1.43-5.fc43 fedora 460.1 KiB
- libyuv x86_64 0-0.57.20240704git96bbdb5.fc43 fedora 679.7 KiB
- lm_sensors-libs x86_64 3.6.0-23.fc43 fedora 85.8 KiB
- lmdb-libs x86_64 0.9.33-4.fc43 fedora 105.4 KiB
- lpcnetfreedv x86_64 0.5-9.fc43 fedora 14.8 MiB
- lttng-ust x86_64 2.14.0-4.fc43 fedora 1.3 MiB
- lynx x86_64 2.9.2-4.fc43 fedora 6.0 MiB
- lzo x86_64 2.10-15.fc43 fedora 178.9 KiB
- lzo-devel x86_64 2.10-15.fc43 fedora 212.2 KiB
- lzo-minilzo x86_64 2.10-15.fc43 fedora 36.7 KiB
- mbedtls x86_64 3.6.5-1.fc43 updates 1.3 MiB
- mesa-dri-drivers x86_64 25.2.5-1.fc43 updates 47.9 MiB
- mesa-filesystem x86_64 25.2.5-1.fc43 updates 3.6 KiB
- mesa-libEGL x86_64 25.2.5-1.fc43 updates 306.4 KiB
- mesa-libGL x86_64 25.2.5-1.fc43 updates 286.1 KiB
- mesa-libgbm x86_64 25.2.5-1.fc43 updates 19.7 KiB
- mpg123-libs x86_64 1.32.10-2.fc43 fedora 814.0 KiB
- ngtcp2 x86_64 1.16.0-1.fc43 updates 314.2 KiB
- ngtcp2-crypto-gnutls x86_64 1.16.0-1.fc43 updates 39.6 KiB
- nspr x86_64 4.37.0-4.fc43 updates 315.5 KiB
- nss x86_64 3.116.0-1.fc43 updates 1.9 MiB
- nss-softokn x86_64 3.116.0-1.fc43 updates 1.9 MiB
- nss-softokn-freebl x86_64 3.116.0-1.fc43 updates 848.3 KiB
- nss-sysinit x86_64 3.116.0-1.fc43 updates 18.1 KiB
- nss-util x86_64 3.116.0-1.fc43 updates 200.8 KiB
- opencore-amr x86_64 0.1.6-9.fc43 fedora 352.7 KiB
- openh264 x86_64 2.6.0-2.fc43 fedora-cisco-openh264 1.1 MiB
- openjade x86_64 1.3.2-83.fc43 fedora 3.7 MiB
- openjpeg x86_64 2.5.4-1.fc43 fedora 456.3 KiB
- openpgm x86_64 5.3.128-5.fc43 fedora 312.3 KiB
- opensp x86_64 1.5.2-49.fc43 fedora 2.8 MiB
- opus x86_64 1.5.2-3.fc43 fedora 427.6 KiB
- orc x86_64 0.4.41-2.fc43 fedora 726.3 KiB
- osinfo-db noarch 20250124-2.fc43 fedora 3.9 MiB
- osinfo-db-tools x86_64 1.12.0-4.fc43 fedora 190.9 KiB
- pango x86_64 1.57.0-1.fc43 fedora 1.0 MiB
- pango-devel x86_64 1.57.0-1.fc43 fedora 1.5 MiB
- pcre2-devel x86_64 10.46-1.fc43 fedora 2.1 MiB
- pcre2-utf16 x86_64 10.46-1.fc43 fedora 626.3 KiB
- pcre2-utf32 x86_64 10.46-1.fc43 fedora 602.2 KiB
- perl-SGMLSpm noarch 1.03ii-65.fc43 fedora 71.1 KiB
- pipewire-jack-audio-connection-kit-libs x86_64 1.4.9-1.fc43 updates 496.6 KiB
- pipewire-libs x86_64 1.4.9-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 fedora 459.9 KiB
- polkit-libs x86_64 126-6.fc43 fedora 199.8 KiB
- poppler x86_64 25.07.0-2.fc43 fedora 3.8 MiB
- poppler-data noarch 0.4.11-10.fc43 fedora 12.3 MiB
- poppler-glib x86_64 25.07.0-2.fc43 fedora 633.9 KiB
- pulseaudio-libs x86_64 17.0-7.fc43 fedora 3.4 MiB
- python3-lxml x86_64 6.0.1-2.fc43 fedora 5.8 MiB
- python3-packaging noarch 25.0-7.fc43 fedora 607.4 KiB
- python3-pygments noarch 2.19.1-6.fc43 fedora 11.3 MiB
- rav1e-libs x86_64 0.7.1-8.fc43 fedora 3.0 MiB
- redhat-display-fonts noarch 4.1.0-2.fc43 fedora 963.9 KiB
- redhat-text-fonts noarch 4.1.0-2.fc43 fedora 788.2 KiB
- rtkit x86_64 0.11-69.fc43 fedora 138.1 KiB
- samba-client-libs x86_64 2:4.23.2-1.fc43 updates 19.7 MiB
- samba-common noarch 2:4.23.2-1.fc43 updates 198.8 KiB
- samba-common-libs x86_64 2:4.23.2-1.fc43 updates 268.6 KiB
- sgml-common noarch 0.6.3-67.fc43 fedora 168.1 KiB
- shared-mime-info x86_64 2.4-2.fc43 fedora 5.2 MiB
- snappy x86_64 1.2.2-2.fc43 fedora 71.8 KiB
- sound-theme-freedesktop noarch 0.8-24.fc43 fedora 460.4 KiB
- soxr x86_64 0.1.3-20.fc43 fedora 191.5 KiB
- speex x86_64 1.2.0-20.fc43 fedora 128.5 KiB
- spirv-tools-libs x86_64 2025.3-4.fc43 fedora 5.6 MiB
- srt-libs x86_64 1.5.4-4.fc43 fedora 993.8 KiB
- svt-av1-libs x86_64 3.1.2-1.fc43 fedora 5.6 MiB
- sysprof-capture-devel x86_64 49.0-1.fc43 fedora 803.7 KiB
- systemd x86_64 258.1-1.fc43 updates 12.8 MiB
- systemd-pam x86_64 258.1-1.fc43 updates 1.2 MiB
- systemd-shared x86_64 258.1-1.fc43 updates 4.9 MiB
- systemd-udev x86_64 258.1-1.fc43 updates 12.4 MiB
- totem-pl-parser x86_64 3.26.6-13.fc43 fedora 308.5 KiB
- twolame-libs x86_64 0.4.0-8.fc43 fedora 165.5 KiB
- uchardet x86_64 0.0.8-8.fc43 fedora 275.6 KiB
- upower-libs x86_64 1.90.10-1.fc43 fedora 170.8 KiB
- vo-amrwbenc x86_64 0.1.3-23.fc43 fedora 153.9 KiB
- webrtc-audio-processing x86_64 1.3-9.fc43 fedora 1.4 MiB
- wireplumber x86_64 0.5.12-1.fc43 updates 408.6 KiB
- wireplumber-libs x86_64 0.5.12-1.fc43 updates 1.3 MiB
- xdg-desktop-portal x86_64 1.20.3-2.fc43 fedora 1.8 MiB
- xevd-libs x86_64 0.5.0-5.fc43 fedora 367.9 KiB
- xeve-libs x86_64 0.5.1-5.fc43 fedora 892.5 KiB
- xkeyboard-config noarch 2.46-1.fc43 updates 10.2 MiB
- xml-common noarch 0.6.3-67.fc43 fedora 78.4 KiB
- xprop x86_64 1.2.8-4.fc43 fedora 54.7 KiB
- xvidcore x86_64 1.3.7-14.fc43 fedora 878.4 KiB
- xz-devel x86_64 1:5.8.1-2.fc43 fedora 258.8 KiB
- zeromq x86_64 4.3.5-22.fc43 fedora 894.1 KiB
- zlib-ng-compat-devel x86_64 2.2.5-2.fc43 fedora 107.0 KiB
- zvbi x86_64 0.2.44-2.fc43 fedora 1.2 MiB
- Installing weak dependencies:
- adwaita-mono-fonts noarch 49.0-2.fc43 fedora 5.5 MiB
- adwaita-sans-fonts noarch 49.0-2.fc43 fedora 1.7 MiB
- dconf x86_64 0.49.0-1.fc43 fedora 307.5 KiB
- exiv2 x86_64 0.28.6-2.fc43 fedora 12.2 MiB
- gi-docgen-fonts noarch 2025.5-1.fc43 updates 0.0 B
- glib-networking x86_64 2.80.1-3.fc43 fedora 742.9 KiB
- intel-mediasdk x86_64 23.2.2-8.fc43 fedora 22.4 MiB
- intel-vpl-gpu-rt x86_64 25.3.4-1.fc43 fedora 11.7 MiB
- libbpf x86_64 2:1.6.1-3.fc43 fedora 422.8 KiB
- libcamera-ipa x86_64 0.5.2-4.fc43 fedora 682.7 KiB
- libcanberra-gtk2 x86_64 0.30-38.fc43 fedora 50.2 KiB
- localsearch x86_64 3.10.1-1.fc43 fedora 3.5 MiB
- logrotate x86_64 3.22.0-4.fc43 fedora 148.9 KiB
- low-memory-monitor x86_64 2.1-13.fc43 fedora 66.0 KiB
- mesa-va-drivers x86_64 25.2.5-1.fc43 updates 115.0 B
- pipewire x86_64 1.4.9-1.fc43 updates 430.9 KiB
- pipewire-alsa x86_64 1.4.9-1.fc43 updates 158.0 KiB
- pipewire-jack-audio-connection-kit x86_64 1.4.9-1.fc43 updates 30.0 B
- pipewire-plugin-libcamera x86_64 1.4.9-1.fc43 updates 146.5 KiB
- pipewire-pulseaudio x86_64 1.4.9-1.fc43 updates 436.1 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.1-1.fc43 updates 2.3 MiB
- systemd-resolved x86_64 258.1-1.fc43 updates 733.1 KiB
- tinysparql x86_64 3.10.1-1.fc43 fedora 2.5 MiB
- upower x86_64 1.90.10-1.fc43 fedora 280.9 KiB
- usbmuxd x86_64 1.1.1^20240915git0b1b233-6.fc43 fedora 149.1 KiB
- xdg-desktop-portal-gtk x86_64 1.15.3-2.fc43 fedora 473.3 KiB
-
- Transaction Summary:
- Installing: 346 packages
-
- Total size of inbound packages is 166 MiB. Need to download 166 MiB.
- After this operation, 655 MiB extra will be used (install 655 MiB, remove 0 B).
- [ 1/346] cairo-0:1.18.4-2.fc43.x86_64 100% | 61.9 KiB/s | 729.3 KiB | 00m12s
- [ 2/346] pango-0:1.57.0-1.fc43.x86_64 100% | 89.8 KiB/s | 353.4 KiB | 00m04s
- [ 3/346] fontconfig-0:2.17.0-3.fc43.x8 100% | 110.4 KiB/s | 272.2 KiB | 00m02s
- [ 4/346] freetype-0:2.13.3-3.fc43.x86_ 100% | 310.8 KiB/s | 412.1 KiB | 00m01s
- [ 5/346] libXext-0:1.3.6-4.fc43.x86_64 100% | 89.6 KiB/s | 39.1 KiB | 00m00s
- [ 6/346] libXrender-0:0.9.12-3.fc43.x8 100% | 463.3 KiB/s | 26.9 KiB | 00m00s
- [ 7/346] libpng-2:1.6.50-2.fc43.x86_64 100% | 299.3 KiB/s | 123.0 KiB | 00m00s
- [ 8/346] lzo-0:2.10-15.fc43.x86_64 100% | 178.0 KiB/s | 69.4 KiB | 00m00s
- [ 9/346] pixman-0:0.46.2-2.fc43.x86_64 100% | 458.5 KiB/s | 292.5 KiB | 00m01s
- [ 10/346] atk-0:2.58.1-1.fc43.x86_64 100% | 154.0 KiB/s | 80.7 KiB | 00m01s
- [ 11/346] gtk2-devel-0:2.24.33-23.fc43. 100% | 126.8 KiB/s | 2.8 MiB | 00m22s
- [ 12/346] gtk-update-icon-cache-0:3.24. 100% | 116.1 KiB/s | 33.8 KiB | 00m00s
- [ 13/346] hicolor-icon-theme-0:0.18-2.f 100% | 352.5 KiB/s | 65.9 KiB | 00m00s
- [ 14/346] libXcomposite-0:0.4.6-6.fc43. 100% | 32.9 KiB/s | 24.2 KiB | 00m01s
- [ 15/346] libXcursor-0:1.2.3-3.fc43.x86 100% | 120.8 KiB/s | 31.2 KiB | 00m00s
- [ 16/346] libXdamage-0:1.1.6-6.fc43.x86 100% | 45.2 KiB/s | 23.3 KiB | 00m01s
- [ 17/346] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 79.8 KiB/s | 19.1 KiB | 00m00s
- [ 18/346] libXi-0:1.8.2-3.fc43.x86_64 100% | 324.7 KiB/s | 40.3 KiB | 00m00s
- [ 19/346] libXinerama-0:1.1.5-9.fc43.x8 100% | 72.9 KiB/s | 14.2 KiB | 00m00s
- [ 20/346] cups-libs-1:2.4.14-2.fc43.x86 100% | 88.1 KiB/s | 261.3 KiB | 00m03s
- [ 21/346] fribidi-0:1.0.16-3.fc43.x86_6 100% | 167.2 KiB/s | 53.3 KiB | 00m00s
- [ 22/346] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 74.4 KiB/s | 27.6 KiB | 00m00s
- [ 23/346] libXft-0:2.3.8-9.fc43.x86_64 100% | 141.9 KiB/s | 72.2 KiB | 00m01s
- [ 24/346] gtk2-0:2.24.33-23.fc43.x86_64 100% | 128.1 KiB/s | 3.3 MiB | 00m27s
- [ 25/346] libthai-0:0.1.29-11.fc43.x86_ 100% | 230.6 KiB/s | 210.3 KiB | 00m01s
- [ 26/346] fonts-filesystem-1:2.0.5-23.f 100% | 131.5 KiB/s | 8.7 KiB | 00m00s
- [ 27/346] xml-common-0:0.6.3-67.fc43.no 100% | 231.7 KiB/s | 31.0 KiB | 00m00s
- [ 28/346] default-fonts-core-sans-0:4.2 100% | 77.7 KiB/s | 29.9 KiB | 00m00s
- [ 29/346] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 168.8 KiB/s | 69.0 KiB | 00m00s
- [ 30/346] cups-filesystem-1:2.4.14-2.fc 100% | 234.3 KiB/s | 12.7 KiB | 00m00s
- [ 31/346] graphite2-0:1.3.14-19.fc43.x8 100% | 1.1 MiB/s | 95.6 KiB | 00m00s
- [ 32/346] libdatrie-0:0.2.13-12.fc43.x8 100% | 323.2 KiB/s | 32.0 KiB | 00m00s
- [ 33/346] harfbuzz-0:11.5.1-1.fc43.x86_ 100% | 445.6 KiB/s | 1.1 MiB | 00m02s
- [ 34/346] dbus-1:1.16.0-4.fc43.x86_64 100% | 71.9 KiB/s | 7.5 KiB | 00m00s
- [ 35/346] libXtst-0:1.2.5-3.fc43.x86_64 100% | 162.9 KiB/s | 20.5 KiB | 00m00s
- [ 36/346] xprop-0:1.2.8-4.fc43.x86_64 100% | 169.8 KiB/s | 34.8 KiB | 00m00s
- [ 37/346] abattis-cantarell-vf-fonts-0: 100% | 242.7 KiB/s | 120.1 KiB | 00m00s
- [ 38/346] libXft-devel-0:2.3.8-9.fc43.x 100% | 164.7 KiB/s | 49.4 KiB | 00m00s
- [ 39/346] libgnomecanvas-devel-0:2.30.3 100% | 179.9 KiB/s | 71.4 KiB | 00m00s
- [ 40/346] at-spi2-core-0:2.58.1-1.fc43. 100% | 225.4 KiB/s | 390.2 KiB | 00m02s
- [ 41/346] libgnomecanvas-0:2.30.3-32.fc 100% | 1.8 MiB/s | 241.3 KiB | 00m00s
- [ 42/346] docbook-utils-0:0.6.15-3.fc43 100% | 325.7 KiB/s | 69.1 KiB | 00m00s
- [ 43/346] gtk-doc-0:1.34.0-7.fc43.x86_6 100% | 901.3 KiB/s | 488.5 KiB | 00m01s
- [ 44/346] docbook-style-xsl-0:1.79.2-25 100% | 148.2 KiB/s | 1.5 MiB | 00m10s
- [ 45/346] libart_lgpl-0:2.3.21-36.fc43. 100% | 651.6 KiB/s | 73.0 KiB | 00m00s
- [ 46/346] libglade2-0:2.6.4-36.fc43.x86 100% | 60.1 KiB/s | 60.3 KiB | 00m01s
- [ 47/346] python3-lxml-0:6.0.1-2.fc43.x 100% | 127.2 KiB/s | 1.6 MiB | 00m13s
- [ 48/346] docbook-dtds-0:1.0-89.fc43.no 100% | 74.9 KiB/s | 334.8 KiB | 00m04s
- [ 49/346] perl-SGMLSpm-0:1.03ii-65.fc43 100% | 26.4 KiB/s | 27.7 KiB | 00m01s
- [ 50/346] docbook-style-dsssl-0:1.79-42 100% | 60.2 KiB/s | 258.7 KiB | 00m04s
- [ 51/346] python3-pygments-0:2.19.1-6.f 100% | 153.2 KiB/s | 2.7 MiB | 00m18s
- [ 52/346] sgml-common-0:0.6.3-67.fc43.n 100% | 75.5 KiB/s | 60.5 KiB | 00m01s
- [ 53/346] libxslt-0:1.1.43-5.fc43.x86_6 100% | 62.5 KiB/s | 184.4 KiB | 00m03s
- [ 54/346] libart_lgpl-devel-0:2.3.21-36 100% | 34.1 KiB/s | 32.0 KiB | 00m01s
- [ 55/346] pango-devel-0:1.57.0-1.fc43.x 100% | 127.3 KiB/s | 162.0 KiB | 00m01s
- [ 56/346] cairo-devel-0:1.18.4-2.fc43.x 100% | 24.3 KiB/s | 191.8 KiB | 00m08s
- [ 57/346] opensp-0:1.5.2-49.fc43.x86_64 100% | 63.1 KiB/s | 889.1 KiB | 00m14s
- [ 58/346] fontconfig-devel-0:2.17.0-3.f 100% | 68.4 KiB/s | 169.5 KiB | 00m02s
- [ 59/346] openjade-0:1.3.2-83.fc43.x86_ 100% | 57.3 KiB/s | 869.7 KiB | 00m15s
- [ 60/346] python3-packaging-0:25.0-7.fc 100% | 112.6 KiB/s | 161.5 KiB | 00m01s
- [ 61/346] freetype-devel-0:2.13.3-3.fc4 100% | 50.1 KiB/s | 1.0 MiB | 00m21s
- [ 62/346] glib2-devel-0:2.86.0-2.fc43.x 100% | 70.3 KiB/s | 1.5 MiB | 00m22s
- [ 63/346] gdk-pixbuf2-0:2.44.3-3.fc43.x 100% | 20.2 KiB/s | 484.4 KiB | 00m24s
- >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/updates/4
- >>> Status code: 404 for http://fedora.mirrorservice.org/fedora/linux/updates/43
- >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/updates/43/Everyt
- >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/updates/43/Everyth
- >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/upda
- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/updat
- >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/updates/43/
- >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/updates/43
- >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/updates/43/Everyt
- >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/updates/43/Everyth
- >>> Status code: 404 for http://fedora.mirror.liteserver.nl/linux/updates/43/Eve
- >>> Status code: 404 for https://fedora.mirror.liteserver.nl/linux/updates/43/Ev
- [ 64/346] shared-mime-info-0:2.4-2.fc43 100% | 51.1 KiB/s | 399.7 KiB | 00m08s
- [ 65/346] lcms2-0:2.16-6.fc43.x86_64 100% | 76.9 KiB/s | 182.8 KiB | 00m02s
- [ 66/346] libheif-0:1.20.2-6.fc43.x86_6 100% | 132.0 KiB/s | 578.1 KiB | 00m04s
- [ 67/346] glycin-libs-0:2.0.3-1.fc43.x8 100% | 78.2 KiB/s | 1.6 MiB | 00m21s
- [ 68/346] libjxl-1:0.11.1-6.fc43.x86_64 100% | 81.0 KiB/s | 1.1 MiB | 00m14s
- [ 69/346] glycin-loaders-0:2.0.3-1.fc43 100% | 113.9 KiB/s | 2.8 MiB | 00m26s
- [ 70/346] libdav1d-0:1.5.1-2.fc43.x86_6 100% | 1.0 MiB/s | 639.4 KiB | 00m01s
- [ 71/346] libjpeg-turbo-0:3.1.2-1.fc43. 100% | 667.0 KiB/s | 236.8 KiB | 00m00s
- [ 72/346] libopenjph-0:0.22.0-2.fc43.x8 100% | 506.1 KiB/s | 154.4 KiB | 00m00s
- [ 73/346] libwebp-0:1.6.0-2.fc43.x86_64 100% | 1.6 MiB/s | 324.2 KiB | 00m00s
- [ 74/346] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 350.8 KiB/s | 192.2 KiB | 00m01s
- [ 75/346] librsvg2-0:2.61.0-2.fc43.x86_ 100% | 151.9 KiB/s | 1.9 MiB | 00m12s
- [ 76/346] rav1e-libs-0:0.7.1-8.fc43.x86 100% | 315.9 KiB/s | 1.0 MiB | 00m03s
- [ 77/346] libaom-0:3.13.1-1.fc43.x86_64 100% | 224.4 KiB/s | 1.9 MiB | 00m08s
- [ 78/346] cairo-gobject-0:1.18.4-2.fc43 100% | 62.7 KiB/s | 16.9 KiB | 00m00s
- [ 79/346] highway-0:1.2.0-5.fc42.x86_64 100% | 240.0 KiB/s | 625.6 KiB | 00m03s
- [ 80/346] libXrender-devel-0:0.9.12-3.f 100% | 127.4 KiB/s | 19.0 KiB | 00m00s
- [ 81/346] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 136.8 KiB/s | 196.6 KiB | 00m01s
- [ 82/346] gdk-pixbuf2-devel-0:2.44.3-3. 100% | 133.2 KiB/s | 369.1 KiB | 00m03s
- >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/updates/4
- >>> Status code: 404 for http://fedora.mirrorservice.org/fedora/linux/updates/43
- >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/updates/43/Everyt
- >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/updates/43/Everyth
- >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/upda
- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/updat
- >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/updates/43/
- >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/updates/43
- >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/updates/43/Everyt
- >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/updates/43/Everyth
- >>> Status code: 404 for http://fedora.mirror.liteserver.nl/linux/updates/43/Eve
- >>> Status code: 404 for https://fedora.mirror.liteserver.nl/linux/updates/43/Ev
- [ 83/346] libXcomposite-devel-0:0.4.6-6 100% | 77.7 KiB/s | 15.8 KiB | 00m00s
- [ 84/346] libXcursor-devel-0:1.2.3-3.fc 100% | 188.6 KiB/s | 39.6 KiB | 00m00s
- [ 85/346] libXext-devel-0:1.3.6-4.fc43. 100% | 380.3 KiB/s | 85.2 KiB | 00m00s
- [ 86/346] libXfixes-devel-0:6.0.1-6.fc4 100% | 285.4 KiB/s | 12.6 KiB | 00m00s
- [ 87/346] atk-devel-0:2.58.1-1.fc43.x86 100% | 140.8 KiB/s | 443.5 KiB | 00m03s
- [ 88/346] libXinerama-devel-0:1.1.5-9.f 100% | 521.3 KiB/s | 13.0 KiB | 00m00s
- [ 89/346] libXrandr-devel-0:1.5.4-6.fc4 100% | 256.4 KiB/s | 19.2 KiB | 00m00s
- [ 90/346] libXi-devel-0:1.8.2-3.fc43.x8 100% | 409.2 KiB/s | 115.8 KiB | 00m00s
- [ 91/346] jbigkit-libs-0:2.1-32.fc43.x8 100% | 194.8 KiB/s | 53.2 KiB | 00m00s
- [ 92/346] libtiff-0:4.7.0-8.fc43.x86_64 100% | 272.6 KiB/s | 221.1 KiB | 00m01s
- [ 93/346] cmake-filesystem-0:3.31.6-4.f 100% | 704.1 KiB/s | 15.5 KiB | 00m00s
- [ 94/346] libffi-devel-0:3.5.1-2.fc43.x 100% | 348.4 KiB/s | 29.6 KiB | 00m00s
- [ 95/346] libmount-devel-0:2.41.1-17.fc 100% | 557.6 KiB/s | 24.5 KiB | 00m00s
- [ 96/346] liblerc-0:4.0.0-9.fc43.x86_64 100% | 360.3 KiB/s | 215.1 KiB | 00m01s
- [ 97/346] libsepol-devel-0:3.9-2.fc43.x 100% | 253.2 KiB/s | 48.4 KiB | 00m00s
- [ 98/346] libselinux-devel-0:3.9-5.fc43 100% | 174.0 KiB/s | 152.1 KiB | 00m01s
- [ 99/346] svt-av1-libs-0:3.1.2-1.fc43.x 100% | 171.7 KiB/s | 2.0 MiB | 00m12s
- [100/346] pcre2-utf16-0:10.46-1.fc43.x8 100% | 144.8 KiB/s | 241.6 KiB | 00m02s
- [101/346] sysprof-capture-devel-0:49.0- 100% | 134.8 KiB/s | 171.1 KiB | 00m01s
- [102/346] pcre2-utf32-0:10.46-1.fc43.x8 100% | 74.1 KiB/s | 228.9 KiB | 00m03s
- [103/346] zlib-ng-compat-devel-0:2.2.5- 100% | 52.2 KiB/s | 38.3 KiB | 00m01s
- [104/346] brotli-devel-0:1.1.0-10.fc43. 100% | 128.5 KiB/s | 33.9 KiB | 00m00s
- [105/346] brotli-0:1.1.0-10.fc43.x86_64 100% | 101.7 KiB/s | 19.8 KiB | 00m00s
- [106/346] pcre2-devel-0:10.46-1.fc43.x8 100% | 95.7 KiB/s | 543.2 KiB | 00m06s
- [107/346] harfbuzz-cairo-0:11.5.1-1.fc4 100% | 35.0 KiB/s | 30.2 KiB | 00m01s
- [108/346] harfbuzz-icu-0:11.5.1-1.fc43. 100% | 79.5 KiB/s | 15.8 KiB | 00m00s
- [109/346] harfbuzz-devel-0:11.5.1-1.fc4 100% | 148.5 KiB/s | 456.1 KiB | 00m03s
- [110/346] bzip2-devel-0:1.0.8-21.fc43.x 100% | 59.6 KiB/s | 213.4 KiB | 00m04s
- [111/346] xz-devel-1:5.8.1-2.fc43.x86_6 100% | 74.5 KiB/s | 67.0 KiB | 00m01s
- [112/346] libpng-devel-2:1.6.50-2.fc43. 100% | 77.3 KiB/s | 293.4 KiB | 00m04s
- [113/346] google-noto-fonts-common-0:20 100% | 1.4 MiB/s | 17.2 KiB | 00m00s
- [114/346] lzo-devel-0:2.10-15.fc43.x86_ 100% | 2.0 MiB/s | 39.0 KiB | 00m00s
- [115/346] lzo-minilzo-0:2.10-15.fc43.x8 100% | 1.3 MiB/s | 24.0 KiB | 00m00s
- [116/346] pixman-devel-0:0.46.2-2.fc43. 100% | 665.6 KiB/s | 18.0 KiB | 00m00s
- [117/346] libxml2-devel-0:2.12.10-5.fc4 100% | 173.4 KiB/s | 524.0 KiB | 00m03s
- [118/346] glycin-devel-0:2.0.3-1.fc43.x 100% | 138.0 KiB/s | 23.9 KiB | 00m00s
- [119/346] fribidi-devel-0:1.0.16-3.fc43 100% | 122.9 KiB/s | 29.3 KiB | 00m00s
- [120/346] libthai-devel-0:0.1.29-11.fc4 100% | 258.2 KiB/s | 128.3 KiB | 00m00s
- [121/346] libblkid-devel-0:2.41.1-17.fc 100% | 71.5 KiB/s | 23.3 KiB | 00m00s
- [122/346] libdatrie-devel-0:0.2.13-12.f 100% | 135.5 KiB/s | 137.3 KiB | 00m01s
- [123/346] graphite2-devel-0:1.3.14-19.f 100% | 72.4 KiB/s | 20.6 KiB | 00m00s
- [124/346] openh264-0:2.6.0-2.fc43.x86_6 100% | 514.4 KiB/s | 422.8 KiB | 00m01s
- [125/346] lcms2-devel-0:2.16-6.fc43.x86 100% | 109.2 KiB/s | 31.8 KiB | 00m00s
- [126/346] libseccomp-devel-0:2.6.0-2.fc 100% | 174.0 KiB/s | 62.3 KiB | 00m00s
- [127/346] google-noto-sans-vf-fonts-0:2 100% | 134.0 KiB/s | 614.4 KiB | 00m05s
- [128/346] libcanberra-gtk2-0:0.30-38.fc 100% | 40.8 KiB/s | 24.5 KiB | 00m01s
- [129/346] libcanberra-0:0.30-38.fc43.x8 100% | 75.3 KiB/s | 83.7 KiB | 00m01s
- [130/346] libcanberra-gtk3-0:0.30-38.fc 100% | 87.1 KiB/s | 30.1 KiB | 00m00s
- [131/346] libtdb-0:1.4.14-3.fc43.x86_64 100% | 734.1 KiB/s | 55.1 KiB | 00m00s
- [132/346] libvorbis-1:1.3.7-13.fc43.x86 100% | 169.6 KiB/s | 188.4 KiB | 00m01s
- [133/346] libicu-devel-0:77.1-1.fc43.x8 100% | 141.7 KiB/s | 794.4 KiB | 00m06s
- [134/346] alsa-lib-0:1.2.14-4.fc43.x86_ 100% | 214.4 KiB/s | 531.3 KiB | 00m02s
- [135/346] lynx-0:2.9.2-4.fc43.x86_64 100% | 157.8 KiB/s | 1.6 MiB | 00m10s
- [136/346] pulseaudio-libs-0:17.0-7.fc43 100% | 104.7 KiB/s | 694.1 KiB | 00m07s
- [137/346] sound-theme-freedesktop-0:0.8 100% | 73.9 KiB/s | 382.3 KiB | 00m05s
- [138/346] libunwind-0:1.8.1-3.fc43.x86_ 100% | 52.8 KiB/s | 76.5 KiB | 00m01s
- [139/346] gstreamer1-0:1.26.6-1.fc43.x8 100% | 135.2 KiB/s | 1.7 MiB | 00m13s
- [140/346] libasyncns-0:0.8-31.fc43.x86_ 100% | 53.3 KiB/s | 30.0 KiB | 00m01s
- [141/346] libsndfile-0:1.2.2-10.fc43.x8 100% | 80.0 KiB/s | 220.8 KiB | 00m03s
- [142/346] adwaita-icon-theme-0:49.0-1.f 100% | 140.8 KiB/s | 403.9 KiB | 00m03s
- [143/346] at-spi2-atk-0:2.58.1-1.fc43.x 100% | 36.1 KiB/s | 88.4 KiB | 00m02s
- [144/346] libcloudproviders-0:0.3.6-2.f 100% | 75.0 KiB/s | 46.9 KiB | 00m01s
- [145/346] colord-libs-0:1.4.8-2.fc43.x8 100% | 71.3 KiB/s | 230.5 KiB | 00m03s
- [146/346] libtinysparql-0:3.10.1-1.fc43 100% | 216.1 KiB/s | 374.3 KiB | 00m02s
- [147/346] libepoxy-0:1.5.10-11.fc43.x86 100% | 110.3 KiB/s | 229.5 KiB | 00m02s
- [148/346] libwayland-cursor-0:1.24.0-1. 100% | 101.0 KiB/s | 18.9 KiB | 00m00s
- [149/346] libwayland-client-0:1.24.0-1. 100% | 150.8 KiB/s | 33.6 KiB | 00m00s
- [150/346] libwayland-egl-0:1.24.0-1.fc4 100% | 79.3 KiB/s | 12.4 KiB | 00m00s
- [151/346] gsm-0:1.0.23-1.fc43.x86_64 100% | 74.4 KiB/s | 36.0 KiB | 00m00s
- [152/346] libxkbcommon-0:1.11.0-1.fc43. 100% | 79.2 KiB/s | 174.3 KiB | 00m02s
- [153/346] lame-libs-0:3.100-20.fc43.x86 100% | 126.4 KiB/s | 338.9 KiB | 00m03s
- [154/346] opus-0:1.5.2-3.fc43.x86_64 100% | 364.2 KiB/s | 237.1 KiB | 00m01s
- [155/346] mpg123-libs-0:1.32.10-2.fc43. 100% | 178.0 KiB/s | 355.6 KiB | 00m02s
- [156/346] adwaita-cursor-theme-0:49.0-1 100% | 148.5 KiB/s | 380.1 KiB | 00m03s
- [157/346] libgusb-0:0.4.9-4.fc43.x86_64 100% | 156.2 KiB/s | 64.5 KiB | 00m00s
- [158/346] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 125.4 KiB/s | 15.2 KiB | 00m00s
- [159/346] json-glib-0:1.10.8-1.fc43.x86 100% | 321.4 KiB/s | 172.6 KiB | 00m01s
- [160/346] libsoup3-0:3.6.5-8.fc43.x86_6 100% | 404.3 KiB/s | 391.4 KiB | 00m01s
- [161/346] libstemmer-0:3.0.1-8.fc43.x86 100% | 519.2 KiB/s | 155.3 KiB | 00m00s
- [162/346] gi-docgen-fonts-0:2025.5-1.fc 100% | 113.7 KiB/s | 9.0 KiB | 00m00s
- [163/346] adobe-source-code-pro-fonts-0 100% | 166.8 KiB/s | 806.3 KiB | 00m05s
- [164/346] redhat-display-fonts-0:4.1.0- 100% | 166.7 KiB/s | 556.4 KiB | 00m03s
- [165/346] redhat-text-fonts-0:4.1.0-2.f 100% | 122.9 KiB/s | 484.1 KiB | 00m04s
- [166/346] adwaita-icon-theme-legacy-0:4 100% | 136.0 KiB/s | 2.5 MiB | 00m19s
- [167/346] libogg-2:1.3.6-2.fc43.x86_64 100% | 265.7 KiB/s | 33.5 KiB | 00m00s
- [168/346] flac-libs-0:1.5.0-4.fc43.x86_ 100% | 387.5 KiB/s | 250.3 KiB | 00m01s
- [169/346] xkeyboard-config-0:2.46-1.fc4 100% | 344.2 KiB/s | 993.6 KiB | 00m03s
- [170/346] xdg-desktop-portal-gtk-0:1.15 100% | 443.0 KiB/s | 144.0 KiB | 00m00s
- [171/346] fuse3-0:3.16.2-5.fc42.x86_64 100% | 281.5 KiB/s | 57.4 KiB | 00m00s
- [172/346] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 137.8 KiB/s | 94.2 KiB | 00m01s
- [173/346] geoclue2-0:2.7.2-3.fc43.x86_6 100% | 158.6 KiB/s | 143.4 KiB | 00m01s
- [174/346] xdg-desktop-portal-0:1.20.3-2 100% | 253.0 KiB/s | 507.6 KiB | 00m02s
- [175/346] libgudev-0:238-8.fc43.x86_64 100% | 220.5 KiB/s | 34.6 KiB | 00m00s
- [176/346] fuse-common-0:3.16.2-5.fc42.x 100% | 66.7 KiB/s | 8.6 KiB | 00m00s
- [177/346] gtk3-0:3.24.51-2.fc43.x86_64 100% | 145.9 KiB/s | 5.9 MiB | 00m42s
- [178/346] libnotify-0:0.8.7-1.fc43.x86_ 100% | 120.1 KiB/s | 53.9 KiB | 00m00s
- [179/346] ModemManager-glib-0:1.24.2-1. 100% | 99.6 KiB/s | 334.9 KiB | 00m03s
- [180/346] graphene-0:1.10.8-2.fc43.x86_ 100% | 92.2 KiB/s | 61.3 KiB | 00m01s
- [181/346] cdparanoia-libs-0:10.2-48.fc4 100% | 55.3 KiB/s | 53.9 KiB | 00m01s
- [182/346] libXv-0:1.0.13-3.fc43.x86_64 100% | 193.5 KiB/s | 18.6 KiB | 00m00s
- [183/346] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 270.9 KiB/s | 36.0 KiB | 00m00s
- [184/346] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 98.8 KiB/s | 132.1 KiB | 00m01s
- [185/346] libtheora-1:1.1.1-40.fc43.x86 100% | 379.2 KiB/s | 170.3 KiB | 00m00s
- [186/346] libvisual-1:0.4.2-3.fc43.x86_ 100% | 97.8 KiB/s | 153.2 KiB | 00m02s
- [187/346] orc-0:0.4.41-2.fc43.x86_64 100% | 1.7 MiB/s | 221.5 KiB | 00m00s
- [188/346] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 320.3 KiB/s | 114.0 KiB | 00m00s
- [189/346] localsearch-0:3.10.1-1.fc43.x 100% | 288.0 KiB/s | 886.5 KiB | 00m03s
- [190/346] exempi-0:2.6.4-8.fc43.x86_64 100% | 170.9 KiB/s | 581.3 KiB | 00m03s
- [191/346] giflib-0:5.2.2-8.fc43.x86_64 100% | 246.7 KiB/s | 52.3 KiB | 00m00s
- [192/346] gstreamer1-plugins-base-0:1.2 100% | 140.9 KiB/s | 2.3 MiB | 00m17s
- [193/346] libcue-0:2.3.0-12.fc43.x86_64 100% | 187.2 KiB/s | 35.0 KiB | 00m00s
- [194/346] libexif-0:0.6.25-2.fc43.x86_6 100% | 101.1 KiB/s | 475.6 KiB | 00m05s
- [195/346] libgexiv2-0:0.14.6-2.fc43.x86 100% | 72.3 KiB/s | 101.2 KiB | 00m01s
- [196/346] libavformat-free-0:7.1.2-2.fc 100% | 127.4 KiB/s | 1.1 MiB | 00m09s
- [197/346] libgsf-0:1.14.53-4.fc43.x86_6 100% | 116.9 KiB/s | 261.4 KiB | 00m02s
- [198/346] libgxps-0:0.3.2-11.fc43.x86_6 100% | 109.1 KiB/s | 76.4 KiB | 00m01s
- [199/346] libiptcdata-0:1.0.5-23.fc43.x 100% | 134.9 KiB/s | 60.6 KiB | 00m00s
- [200/346] iso-codes-0:4.18.0-2.fc43.noa 100% | 173.5 KiB/s | 3.7 MiB | 00m22s
- [201/346] poppler-glib-0:25.07.0-2.fc43 100% | 170.5 KiB/s | 207.2 KiB | 00m01s
- [202/346] upower-libs-0:1.90.10-1.fc43. 100% | 142.4 KiB/s | 59.5 KiB | 00m00s
- [203/346] totem-pl-parser-0:3.26.6-13.f 100% | 164.4 KiB/s | 143.1 KiB | 00m01s
- [204/346] libosinfo-0:1.12.0-3.fc43.x86 100% | 120.2 KiB/s | 316.3 KiB | 00m03s
- [205/346] game-music-emu-0:0.6.4-2.fc43 100% | 189.2 KiB/s | 166.1 KiB | 00m01s
- [206/346] libbluray-0:1.3.4-9.fc42.x86_ 100% | 95.9 KiB/s | 174.2 KiB | 00m02s
- [207/346] libchromaprint-0:1.5.1-25.fc4 100% | 139.7 KiB/s | 41.4 KiB | 00m00s
- [208/346] libdvdnav-0:6.1.1-11.fc43.x86 100% | 313.6 KiB/s | 55.5 KiB | 00m00s
- [209/346] libavutil-free-0:7.1.2-2.fc43 100% | 144.4 KiB/s | 351.8 KiB | 00m02s
- [210/346] libmodplug-1:0.8.9.0-28.fc43. 100% | 681.5 KiB/s | 177.9 KiB | 00m00s
- [211/346] libdvdread-0:6.1.3-10.fc43.x8 100% | 87.7 KiB/s | 72.1 KiB | 00m01s
- [212/346] librabbitmq-0:0.15.0-3.fc43.x 100% | 42.5 KiB/s | 43.4 KiB | 00m01s
- [213/346] librist-0:0.2.7-10.fc43.x86_6 100% | 54.4 KiB/s | 77.0 KiB | 00m01s
- [214/346] srt-libs-0:1.5.4-4.fc43.x86_6 100% | 47.8 KiB/s | 388.9 KiB | 00m08s
- [215/346] libopenmpt-0:0.8.3-1.fc43.x86 100% | 66.2 KiB/s | 785.5 KiB | 00m12s
- [216/346] zeromq-0:4.3.5-22.fc43.x86_64 100% | 94.4 KiB/s | 468.2 KiB | 00m05s
- [217/346] osinfo-db-0:20250124-2.fc43.n 100% | 59.5 KiB/s | 475.5 KiB | 00m08s
- [218/346] osinfo-db-tools-0:1.12.0-4.fc 100% | 117.1 KiB/s | 74.5 KiB | 00m01s
- [219/346] exiv2-libs-0:0.28.6-2.fc43.x8 100% | 57.9 KiB/s | 908.4 KiB | 00m16s
- [220/346] uchardet-0:0.0.8-8.fc43.x86_6 100% | 45.0 KiB/s | 106.0 KiB | 00m02s
- [221/346] aribb24-0:1.0.3^20160216git5e 100% | 24.1 KiB/s | 39.8 KiB | 00m02s
- [222/346] libavcodec-free-0:7.1.2-2.fc4 100% | 99.5 KiB/s | 4.2 MiB | 00m44s
- [223/346] codec2-0:1.2.0-7.fc43.x86_64 100% | 72.6 KiB/s | 642.9 KiB | 00m09s
- [224/346] ilbc-0:3.0.4-17.fc43.x86_64 100% | 100.3 KiB/s | 56.9 KiB | 00m01s
- [225/346] libaribcaption-0:1.1.1-3.fc43 100% | 45.0 KiB/s | 111.1 KiB | 00m02s
- [226/346] liblc3-0:1.1.3-5.fc43.x86_64 100% | 59.4 KiB/s | 105.1 KiB | 00m02s
- [227/346] libswresample-free-0:7.1.2-2. 100% | 77.5 KiB/s | 68.5 KiB | 00m01s
- [228/346] libva-0:2.22.0-6.fc43.x86_64 100% | 78.9 KiB/s | 115.9 KiB | 00m01s
- [229/346] poppler-0:25.07.0-2.fc43.x86_ 100% | 55.8 KiB/s | 1.3 MiB | 00m24s
- [230/346] fdk-aac-free-0:2.0.0-16.fc43. 100% | 34.9 KiB/s | 341.1 KiB | 00m10s
- [231/346] libvpl-1:2.15.0-3.fc43.x86_64 100% | 62.1 KiB/s | 161.1 KiB | 00m03s
- [232/346] snappy-0:1.2.2-2.fc43.x86_64 100% | 77.4 KiB/s | 39.6 KiB | 00m01s
- [233/346] opencore-amr-0:0.1.6-9.fc43.x 100% | 148.5 KiB/s | 182.1 KiB | 00m01s
- [234/346] speex-0:1.2.0-20.fc43.x86_64 100% | 88.3 KiB/s | 70.2 KiB | 00m01s
- [235/346] twolame-libs-0:0.4.0-8.fc43.x 100% | 299.7 KiB/s | 68.6 KiB | 00m00s
- [236/346] vo-amrwbenc-0:0.1.3-23.fc43.x 100% | 501.9 KiB/s | 82.8 KiB | 00m00s
- [237/346] xevd-libs-0:0.5.0-5.fc43.x86_ 100% | 1.1 MiB/s | 165.2 KiB | 00m00s
- [238/346] xeve-libs-0:0.5.1-5.fc43.x86_ 100% | 439.4 KiB/s | 276.4 KiB | 00m01s
- [239/346] xvidcore-0:1.3.7-14.fc43.x86_ 100% | 427.9 KiB/s | 266.6 KiB | 00m01s
- [240/346] libvdpau-0:1.5-10.fc43.x86_64 100% | 53.7 KiB/s | 16.5 KiB | 00m00s
- [241/346] libudfread-0:1.1.2-12.fc43.x8 100% | 318.5 KiB/s | 35.4 KiB | 00m00s
- [242/346] cjson-0:1.7.18-3.fc43.x86_64 100% | 191.2 KiB/s | 31.9 KiB | 00m00s
- [243/346] libsodium-0:1.0.20-6.fc43.x86 100% | 111.6 KiB/s | 175.7 KiB | 00m02s
- [244/346] zvbi-0:0.2.44-2.fc43.x86_64 100% | 86.7 KiB/s | 433.6 KiB | 00m05s
- [245/346] inih-cpp-0:62-1.fc43.x86_64 100% | 24.2 KiB/s | 23.6 KiB | 00m01s
- [246/346] openpgm-0:5.3.128-5.fc43.x86_ 100% | 38.3 KiB/s | 181.5 KiB | 00m05s
- [247/346] gpgmepp-0:1.24.3-6.fc43.x86_6 100% | 77.2 KiB/s | 142.9 KiB | 00m02s
- [248/346] libvpx-0:1.15.0-4.fc43.x86_64 100% | 69.3 KiB/s | 1.2 MiB | 00m17s
- [249/346] soxr-0:0.1.3-20.fc43.x86_64 100% | 333.8 KiB/s | 86.8 KiB | 00m00s
- [250/346] inih-0:62-1.fc43.x86_64 100% | 120.0 KiB/s | 18.2 KiB | 00m00s
- [251/346] gpgme-0:1.24.3-6.fc43.x86_64 100% | 788.9 KiB/s | 218.5 KiB | 00m00s
- [252/346] dconf-0:0.49.0-1.fc43.x86_64 100% | 286.2 KiB/s | 110.2 KiB | 00m00s
- [253/346] tinysparql-0:3.10.1-1.fc43.x8 100% | 317.5 KiB/s | 1.0 MiB | 00m03s
- [254/346] glib-networking-0:2.80.1-3.fc 100% | 301.5 KiB/s | 200.8 KiB | 00m01s
- [255/346] libproxy-0:0.5.8-3.fc43.x86_6 100% | 345.7 KiB/s | 44.9 KiB | 00m00s
- [256/346] duktape-0:2.7.0-10.fc43.x86_6 100% | 134.9 KiB/s | 168.7 KiB | 00m01s
- [257/346] poppler-data-0:0.4.11-10.fc43 100% | 147.9 KiB/s | 2.0 MiB | 00m14s
- [258/346] gsettings-desktop-schemas-0:4 100% | 223.8 KiB/s | 821.5 KiB | 00m04s
- [259/346] bluez-libs-0:5.84-2.fc43.x86_ 100% | 253.3 KiB/s | 83.6 KiB | 00m00s
- [260/346] fftw-libs-single-0:3.3.10-16. 100% | 433.9 KiB/s | 1.2 MiB | 00m03s
- [261/346] libebur128-0:1.2.6-14.fc43.x8 100% | 158.3 KiB/s | 24.9 KiB | 00m00s
- [262/346] libldac-0:2.0.2.3-18.fc43.x86 100% | 140.4 KiB/s | 42.5 KiB | 00m00s
- [263/346] libsbc-0:2.0-7.fc43.x86_64 100% | 72.1 KiB/s | 49.0 KiB | 00m01s
- [264/346] pipewire-libs-0:1.4.9-1.fc43. 100% | 247.9 KiB/s | 2.4 MiB | 00m10s
- [265/346] webrtc-audio-processing-0:1.3 100% | 184.3 KiB/s | 533.9 KiB | 00m03s
- [266/346] gobject-introspection-0:1.84. 100% | 251.7 KiB/s | 120.3 KiB | 00m00s
- [267/346] nspr-0:4.37.0-4.fc43.x86_64 100% | 306.0 KiB/s | 137.7 KiB | 00m00s
- [268/346] nss-softokn-0:3.116.0-1.fc43. 100% | 145.7 KiB/s | 425.0 KiB | 00m03s
- [269/346] nss-0:3.116.0-1.fc43.x86_64 100% | 136.6 KiB/s | 713.1 KiB | 00m05s
- [270/346] nss-sysinit-0:3.116.0-1.fc43. 100% | 211.4 KiB/s | 19.0 KiB | 00m00s
- [271/346] nss-softokn-freebl-0:3.116.0- 100% | 138.2 KiB/s | 329.1 KiB | 00m02s
- [272/346] libdrm-0:2.4.127-1.fc43.x86_6 100% | 46.1 KiB/s | 161.4 KiB | 00m03s
- >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/updates/4
- >>> Status code: 404 for http://fedora.mirrorservice.org/fedora/linux/updates/43
- >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/updates/43/Everyt
- >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/updates/43/Everyth
- >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/upda
- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/updat
- >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/updates/43/
- >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/updates/43
- >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/updates/43/Everyt
- >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/updates/43/Everyth
- >>> Status code: 404 for http://fedora.mirror.liteserver.nl/linux/updates/43/Eve
- >>> Status code: 404 for https://fedora.mirror.liteserver.nl/linux/updates/43/Ev
- [273/346] libpciaccess-0:0.16-16.fc43.x 100% | 97.7 KiB/s | 26.2 KiB | 00m00s
- [274/346] mesa-filesystem-0:25.2.5-1.fc 100% | 508.3 KiB/s | 21.9 KiB | 00m00s
- [275/346] mesa-libGL-0:25.2.5-1.fc43.x8 100% | 255.9 KiB/s | 130.3 KiB | 00m01s
- [276/346] mesa-libEGL-0:25.2.5-1.fc43.x 100% | 586.2 KiB/s | 131.9 KiB | 00m00s
- [277/346] lpcnetfreedv-0:0.5-9.fc43.x86 100% | 219.4 KiB/s | 7.3 MiB | 00m34s
- [278/346] libXxf86vm-0:1.1.6-3.fc43.x86 100% | 71.0 KiB/s | 17.7 KiB | 00m00s
- [279/346] mesa-libgbm-0:25.2.5-1.fc43.x 100% | 197.2 KiB/s | 27.8 KiB | 00m00s
- [280/346] libxshmfence-0:1.3.2-7.fc43.x 100% | 95.6 KiB/s | 13.3 KiB | 00m00s
- [281/346] lm_sensors-libs-0:3.6.0-23.fc 100% | 94.9 KiB/s | 40.6 KiB | 00m00s
- [282/346] hwdata-0:0.400-1.fc43.noarch 100% | 215.8 KiB/s | 1.7 MiB | 00m08s
- [283/346] mbedtls-0:3.6.5-1.fc43.x86_64 100% | 102.2 KiB/s | 512.4 KiB | 00m05s
- [284/346] libsmbclient-2:4.23.2-1.fc43. 100% | 164.5 KiB/s | 80.1 KiB | 00m00s
- [285/346] libldb-2:4.23.2-1.fc43.x86_64 100% | 123.5 KiB/s | 189.7 KiB | 00m02s
- [286/346] spirv-tools-libs-0:2025.3-4.f 100% | 188.3 KiB/s | 1.6 MiB | 00m09s
- [287/346] samba-common-2:4.23.2-1.fc43. 100% | 75.5 KiB/s | 178.4 KiB | 00m02s
- [288/346] samba-common-libs-2:4.23.2-1. 100% | 262.6 KiB/s | 111.9 KiB | 00m00s
- [289/346] libtalloc-0:2.4.3-4.fc43.x86_ 100% | 52.5 KiB/s | 34.8 KiB | 00m01s
- [290/346] libtevent-0:0.17.1-3.fc43.x86 100% | 114.7 KiB/s | 51.6 KiB | 00m00s
- [291/346] lmdb-libs-0:0.9.33-4.fc43.x86 100% | 79.1 KiB/s | 61.5 KiB | 00m01s
- [292/346] libwbclient-2:4.23.2-1.fc43.x 100% | 68.7 KiB/s | 47.9 KiB | 00m01s
- [293/346] samba-client-libs-2:4.23.2-1. 100% | 182.7 KiB/s | 5.6 MiB | 00m32s
- [294/346] systemd-0:258.1-1.fc43.x86_64 100% | 161.8 KiB/s | 4.2 MiB | 00m27s
- [295/346] dbus-broker-0:37-2.fc43.x86_6 100% | 142.0 KiB/s | 173.8 KiB | 00m01s
- [296/346] systemd-pam-0:258.1-1.fc43.x8 100% | 163.0 KiB/s | 418.9 KiB | 00m03s
- [297/346] dbus-common-1:1.16.0-4.fc43.n 100% | 110.7 KiB/s | 14.2 KiB | 00m00s
- [298/346] ngtcp2-0:1.16.0-1.fc43.x86_64 100% | 171.8 KiB/s | 146.0 KiB | 00m01s
- [299/346] ngtcp2-crypto-gnutls-0:1.16.0 100% | 204.0 KiB/s | 23.3 KiB | 00m00s
- [300/346] systemd-shared-0:258.1-1.fc43 100% | 336.2 KiB/s | 1.8 MiB | 00m06s
- [301/346] nss-util-0:3.116.0-1.fc43.x86 100% | 541.2 KiB/s | 86.0 KiB | 00m00s
- [302/346] low-memory-monitor-0:2.1-13.f 100% | 136.7 KiB/s | 34.2 KiB | 00m00s
- [303/346] pipewire-0:1.4.9-1.fc43.x86_6 100% | 209.9 KiB/s | 135.2 KiB | 00m01s
- [304/346] rtkit-0:0.11-69.fc43.x86_64 100% | 157.0 KiB/s | 54.9 KiB | 00m00s
- [305/346] polkit-0:126-6.fc43.x86_64 100% | 835.1 KiB/s | 160.3 KiB | 00m00s
- [306/346] glibc-gconv-extra-0:2.42-4.fc 100% | 388.7 KiB/s | 1.6 MiB | 00m04s
- [307/346] polkit-libs-0:126-6.fc43.x86_ 100% | 214.0 KiB/s | 67.4 KiB | 00m00s
- [308/346] upower-0:1.90.10-1.fc43.x86_6 100% | 178.8 KiB/s | 119.6 KiB | 00m01s
- [309/346] libimobiledevice-0:1.3.0^2024 100% | 99.9 KiB/s | 140.8 KiB | 00m01s
- [310/346] libplist-0:2.6.0-5.fc43.x86_6 100% | 193.2 KiB/s | 96.8 KiB | 00m01s
- [311/346] cryptsetup-libs-0:2.8.1-1.fc4 100% | 129.4 KiB/s | 575.3 KiB | 00m04s
- [312/346] kbd-0:2.8.0-3.fc43.x86_64 100% | 170.9 KiB/s | 386.1 KiB | 00m02s
- [313/346] kmod-0:34.2-2.fc43.x86_64 100% | 63.3 KiB/s | 132.7 KiB | 00m02s
- [314/346] kmod-libs-0:34.2-2.fc43.x86_6 100% | 153.7 KiB/s | 68.1 KiB | 00m00s
- [315/346] libimobiledevice-glue-0:1.3.1 100% | 253.4 KiB/s | 54.0 KiB | 00m00s
- [316/346] libusbmuxd-0:2.1.0-4.fc43.x86 100% | 158.4 KiB/s | 37.4 KiB | 00m00s
- [317/346] device-mapper-libs-0:1.02.208 100% | 517.0 KiB/s | 179.9 KiB | 00m00s
- [318/346] systemd-udev-0:258.1-1.fc43.x 100% | 174.5 KiB/s | 2.5 MiB | 00m15s
- [319/346] kbd-legacy-0:2.8.0-3.fc43.noa 100% | 159.4 KiB/s | 578.3 KiB | 00m04s
- [320/346] device-mapper-0:1.02.208-2.fc 100% | 48.0 KiB/s | 138.7 KiB | 00m03s
- [321/346] mesa-dri-drivers-0:25.2.5-1.f 100% | 168.1 KiB/s | 12.7 MiB | 01m18s
- [322/346] kbd-misc-0:2.8.0-3.fc43.noarc 100% | 106.6 KiB/s | 1.6 MiB | 00m16s
- [323/346] exiv2-0:0.28.6-2.fc43.x86_64 100% | 146.4 KiB/s | 2.0 MiB | 00m14s
- [324/346] adwaita-mono-fonts-0:49.0-2.f 100% | 161.5 KiB/s | 1.4 MiB | 00m09s
- [325/346] intel-mediasdk-0:23.2.2-8.fc4 100% | 173.2 KiB/s | 2.7 MiB | 00m16s
- [326/346] mesa-va-drivers-0:25.2.5-1.fc 100% | 196.1 KiB/s | 20.6 KiB | 00m00s
- [327/346] logrotate-0:3.22.0-4.fc43.x86 100% | 203.3 KiB/s | 75.8 KiB | 00m00s
- [328/346] libbpf-2:1.6.1-3.fc43.x86_64 100% | 312.7 KiB/s | 191.0 KiB | 00m01s
- [329/346] qrencode-libs-0:4.1.1-11.fc43 100% | 214.9 KiB/s | 62.3 KiB | 00m00s
- [330/346] adwaita-sans-fonts-0:49.0-2.f 100% | 149.4 KiB/s | 764.3 KiB | 00m05s
- [331/346] systemd-networkd-0:258.1-1.fc 100% | 152.2 KiB/s | 772.5 KiB | 00m05s
- [332/346] wireplumber-0:0.5.12-1.fc43.x 100% | 280.5 KiB/s | 118.9 KiB | 00m00s
- [333/346] systemd-resolved-0:258.1-1.fc 100% | 121.3 KiB/s | 317.7 KiB | 00m03s
- [334/346] pipewire-alsa-0:1.4.9-1.fc43. 100% | 167.0 KiB/s | 60.8 KiB | 00m00s
- [335/346] pipewire-jack-audio-connectio 100% | 202.0 KiB/s | 12.7 KiB | 00m00s
- [336/346] intel-vpl-gpu-rt-0:25.3.4-1.f 100% | 190.4 KiB/s | 3.8 MiB | 00m20s
- [337/346] pipewire-jack-audio-connectio 100% | 208.7 KiB/s | 145.3 KiB | 00m01s
- [338/346] pipewire-plugin-libcamera-0:1 100% | 133.0 KiB/s | 75.6 KiB | 00m01s
- [339/346] pipewire-pulseaudio-0:1.4.9-1 100% | 138.8 KiB/s | 210.6 KiB | 00m02s
- [340/346] wireplumber-libs-0:0.5.12-1.f 100% | 165.1 KiB/s | 421.5 KiB | 00m03s
- [341/346] libyuv-0:0-0.57.20240704git96 100% | 286.3 KiB/s | 202.1 KiB | 00m01s
- [342/346] polkit-pkla-compat-0:0.1-31.f 100% | 74.3 KiB/s | 43.9 KiB | 00m01s
- [343/346] usbmuxd-0:1.1.1^20240915git0b 100% | 131.0 KiB/s | 66.9 KiB | 00m01s
- [344/346] lttng-ust-0:2.14.0-4.fc43.x86 100% | 224.2 KiB/s | 366.3 KiB | 00m02s
- [345/346] libcamera-ipa-0:0.5.2-4.fc43. 100% | 1.2 MiB/s | 179.0 KiB | 00m00s
- [346/346] libcamera-0:0.5.2-4.fc43.x86_ 100% | 249.2 KiB/s | 682.0 KiB | 00m03s
- --------------------------------------------------------------------------------
- [346/346] Total 100% | 405.0 KiB/s | 166.4 MiB | 07m01s
- Running transaction
- [ 1/348] Verify package files 100% | 93.0 B/s | 346.0 B | 00m04s
- [ 2/348] Prepare transaction 100% | 587.0 B/s | 346.0 B | 00m01s
- [ 3/348] Installing libXext-0:1.3.6-4. 100% | 22.3 MiB/s | 91.2 KiB | 00m00s
- [ 4/348] Installing libpng-2:1.6.50-2. 100% | 38.9 MiB/s | 239.0 KiB | 00m00s
- [ 5/348] Installing avahi-libs-0:0.9~r 100% | 24.3 MiB/s | 174.0 KiB | 00m00s
- [ 6/348] Installing fonts-filesystem-1 100% | 384.8 KiB/s | 788.0 B | 00m00s
- [ 7/348] Installing libjpeg-turbo-0:3. 100% | 78.8 MiB/s | 806.6 KiB | 00m00s
- [ 8/348] Installing libXrender-0:0.9.1 100% | 11.5 MiB/s | 47.3 KiB | 00m00s
- [ 9/348] Installing libXi-0:1.8.2-3.fc 100% | 26.6 MiB/s | 81.7 KiB | 00m00s
- [ 10/348] Installing nspr-0:4.37.0-4.fc 100% | 38.7 MiB/s | 317.3 KiB | 00m00s
- [ 11/348] Installing libogg-2:1.3.6-2.f 100% | 15.3 MiB/s | 47.1 KiB | 00m00s
- [ 12/348] Installing libvorbis-1:1.3.7- 100% | 58.3 MiB/s | 835.9 KiB | 00m00s
- [ 13/348] Installing json-glib-0:1.10.8 100% | 59.0 MiB/s | 604.4 KiB | 00m00s
- [ 14/348] Installing libtdb-0:1.4.14-3. 100% | 19.8 MiB/s | 101.6 KiB | 00m00s
- [ 15/348] Installing lcms2-0:2.16-6.fc4 100% | 47.2 MiB/s | 435.3 KiB | 00m00s
- [ 16/348] Installing libXfixes-0:6.0.1- 100% | 9.0 MiB/s | 27.6 KiB | 00m00s
- [ 17/348] Installing libXrender-devel-0 100% | 16.6 MiB/s | 51.0 KiB | 00m00s
- [ 18/348] Installing libXext-devel-0:1. 100% | 18.1 MiB/s | 110.9 KiB | 00m00s
- [ 19/348] Installing libplist-0:2.6.0-5 100% | 5.0 MiB/s | 239.8 KiB | 00m00s
- [ 20/348] Installing libtalloc-0:2.4.3- 100% | 12.7 MiB/s | 65.2 KiB | 00m00s
- [ 21/348] Installing libwayland-client- 100% | 2.5 MiB/s | 63.2 KiB | 00m00s
- [ 22/348] Installing xml-common-0:0.6.3 100% | 8.8 MiB/s | 81.1 KiB | 00m00s
- [ 23/348] Installing libXfixes-devel-0: 100% | 3.2 MiB/s | 9.9 KiB | 00m00s
- [ 24/348] Installing nss-util-0:3.116.0 100% | 32.8 MiB/s | 201.8 KiB | 00m00s
- [ 25/348] Installing systemd-shared-0:2 100% | 70.7 MiB/s | 4.9 MiB | 00m00s
- [ 26/348] Installing libgudev-0:238-8.f 100% | 16.7 MiB/s | 85.3 KiB | 00m00s
- [ 27/348] Installing libsoup3-0:3.6.5-8 100% | 71.9 MiB/s | 1.2 MiB | 00m00s
- [ 28/348] Installing opus-0:1.5.2-3.fc4 100% | 46.5 MiB/s | 428.7 KiB | 00m00s
- [ 29/348] Installing alsa-lib-0:1.2.14- 100% | 22.6 MiB/s | 1.4 MiB | 00m00s
- [ 30/348] Installing libwebp-0:1.6.0-2. 100% | 58.6 MiB/s | 960.7 KiB | 00m00s
- [ 31/348] Installing sgml-common-0:0.6. 100% | 4.1 MiB/s | 174.9 KiB | 00m00s
- [ 32/348] Installing docbook-dtds-0:1.0 100% | 8.2 MiB/s | 8.3 MiB | 00m01s
- [ 33/348] Installing libtevent-0:0.17.1 100% | 12.5 MiB/s | 102.6 KiB | 00m00s
- [ 34/348] Installing libimobiledevice-g 100% | 13.1 MiB/s | 120.4 KiB | 00m00s
- [ 35/348] Installing libXcursor-0:1.2.3 100% | 17.9 MiB/s | 55.1 KiB | 00m00s
- [ 36/348] Installing libXrandr-0:1.5.4- 100% | 17.3 MiB/s | 53.0 KiB | 00m00s
- [ 37/348] Installing avahi-glib-0:0.9~r 100% | 6.7 MiB/s | 20.4 KiB | 00m00s
- [ 38/348] Installing libXinerama-0:1.1. 100% | 5.2 MiB/s | 16.1 KiB | 00m00s
- [ 39/348] Installing polkit-libs-0:126- 100% | 32.8 MiB/s | 201.5 KiB | 00m00s
- [ 40/348] Installing mesa-filesystem-0: 100% | 2.1 MiB/s | 4.3 KiB | 00m00s
- [ 41/348] Installing hwdata-0:0.400-1.f 100% | 81.3 MiB/s | 9.6 MiB | 00m00s
- [ 42/348] Installing libvpl-1:2.15.0-3. 100% | 46.5 MiB/s | 428.5 KiB | 00m00s
- [ 43/348] Installing libunwind-0:1.8.1- 100% | 24.1 MiB/s | 197.4 KiB | 00m00s
- [ 44/348] Installing gstreamer1-0:1.26. 100% | 52.7 MiB/s | 5.4 MiB | 00m00s
- [ 45/348] Installing cmake-filesystem-0 100% | 1.1 MiB/s | 7.6 KiB | 00m00s
- [ 46/348] Installing zlib-ng-compat-dev 100% | 26.5 MiB/s | 108.5 KiB | 00m00s
- [ 47/348] Installing openjpeg-0:2.5.4-1 100% | 49.7 MiB/s | 458.2 KiB | 00m00s
- [ 48/348] Installing libdav1d-0:1.5.1-2 100% | 65.1 MiB/s | 1.7 MiB | 00m00s
- [ 49/348] Installing shared-mime-info-0 100% | 26.7 MiB/s | 2.6 MiB | 00m00s
- [ 50/348] Installing libxslt-0:1.1.43-5 100% | 10.5 MiB/s | 463.2 KiB | 00m00s
- [ 51/348] Installing fribidi-0:1.0.16-3 100% | 5.1 MiB/s | 192.8 KiB | 00m00s
- [ 52/348] Installing libXcomposite-0:0. 100% | 13.7 MiB/s | 42.0 KiB | 00m00s
- [ 53/348] Installing libpng-devel-2:1.6 100% | 20.2 MiB/s | 889.5 KiB | 00m00s
- [ 54/348] Installing libwayland-cursor- 100% | 9.4 MiB/s | 38.5 KiB | 00m00s
- [ 55/348] Installing libXdamage-0:1.1.6 100% | 13.4 MiB/s | 41.2 KiB | 00m00s
- [ 56/348] Installing libtheora-1:1.1.1- 100% | 52.1 MiB/s | 479.7 KiB | 00m00s
- [ 57/348] Installing ngtcp2-0:1.16.0-1. 100% | 38.5 MiB/s | 315.7 KiB | 00m00s
- [ 58/348] Installing gsettings-desktop- 100% | 198.0 MiB/s | 5.7 MiB | 00m00s
- [ 59/348] Installing duktape-0:2.7.0-10 100% | 67.0 MiB/s | 617.8 KiB | 00m00s
- [ 60/348] Installing liblc3-0:1.1.3-5.f 100% | 33.6 MiB/s | 171.8 KiB | 00m00s
- [ 61/348] Installing fdk-aac-free-0:2.0 100% | 59.9 MiB/s | 613.3 KiB | 00m00s
- [ 62/348] Installing libdvdread-0:6.1.3 100% | 30.8 MiB/s | 157.8 KiB | 00m00s
- [ 63/348] Installing libglvnd-1:1.7.0-8 100% | 64.4 MiB/s | 527.5 KiB | 00m00s
- [ 64/348] Installing fuse3-libs-0:3.16. 100% | 46.0 MiB/s | 282.6 KiB | 00m00s
- [ 65/348] Installing mpg123-libs-0:1.32 100% | 53.2 MiB/s | 816.6 KiB | 00m00s
- [ 66/348] Installing lame-libs-0:3.100- 100% | 109.0 MiB/s | 1.2 MiB | 00m00s
- [ 67/348] Installing gsm-0:1.0.23-1.fc4 100% | 16.3 MiB/s | 66.9 KiB | 00m00s
- [ 68/348] Installing libwayland-egl-0:1 100% | 4.4 MiB/s | 13.6 KiB | 00m00s
- [ 69/348] Installing openh264-0:2.6.0-2 100% | 64.5 MiB/s | 1.1 MiB | 00m00s
- [ 70/348] Installing svt-av1-libs-0:3.1 100% | 73.3 MiB/s | 5.6 MiB | 00m00s
- [ 71/348] Installing rav1e-libs-0:0.7.1 100% | 71.2 MiB/s | 3.0 MiB | 00m00s
- [ 72/348] Installing libart_lgpl-0:2.3. 100% | 27.5 MiB/s | 140.7 KiB | 00m00s
- [ 73/348] Installing libdatrie-0:0.2.13 100% | 17.9 MiB/s | 54.9 KiB | 00m00s
- [ 74/348] Installing libthai-0:0.1.29-1 100% | 69.7 MiB/s | 785.2 KiB | 00m00s
- [ 75/348] Installing graphite2-0:1.3.14 100% | 5.0 MiB/s | 193.9 KiB | 00m00s
- [ 76/348] Installing freetype-0:2.13.3- 100% | 55.5 MiB/s | 851.9 KiB | 00m00s
- [ 77/348] Installing harfbuzz-0:11.5.1- 100% | 64.3 MiB/s | 2.8 MiB | 00m00s
- [ 78/348] Installing hicolor-icon-theme 100% | 3.5 MiB/s | 179.7 KiB | 00m00s
- [ 79/348] Installing pixman-0:0.46.2-2. 100% | 57.9 MiB/s | 711.4 KiB | 00m00s
- [ 80/348] Installing lzo-0:2.10-15.fc43 100% | 29.4 MiB/s | 180.5 KiB | 00m00s
- [ 81/348] Installing pixman-devel-0:0.4 100% | 18.5 MiB/s | 56.9 KiB | 00m00s
- [ 82/348] Installing harfbuzz-icu-0:11. 100% | 7.9 MiB/s | 16.3 KiB | 00m00s
- [ 83/348] Installing graphite2-devel-0: 100% | 12.4 MiB/s | 50.8 KiB | 00m00s
- [ 84/348] Installing libdatrie-devel-0: 100% | 13.5 MiB/s | 565.3 KiB | 00m00s
- [ 85/348] Installing libthai-devel-0:0. 100% | 80.1 MiB/s | 656.3 KiB | 00m00s
- [ 86/348] Installing libart_lgpl-devel- 100% | 1.9 MiB/s | 80.7 KiB | 00m00s
- [ 87/348] Installing libopenmpt-0:0.8.3 100% | 66.9 MiB/s | 1.8 MiB | 00m00s
- [ 88/348] Installing libdvdnav-0:6.1.1- 100% | 28.7 MiB/s | 117.8 KiB | 00m00s
- [ 89/348] Installing libproxy-0:0.5.8-3 100% | 20.4 MiB/s | 104.5 KiB | 00m00s
- [ 90/348] Installing ngtcp2-crypto-gnut 100% | 9.9 MiB/s | 40.5 KiB | 00m00s
- [ 91/348] Installing libXcomposite-deve 100% | 3.4 MiB/s | 10.5 KiB | 00m00s
- [ 92/348] Installing fribidi-devel-0:1. 100% | 13.3 MiB/s | 81.9 KiB | 00m00s
- [ 93/348] Installing python3-lxml-0:6.0 100% | 57.1 MiB/s | 5.8 MiB | 00m00s
- [ 94/348] Installing osinfo-db-0:202501 100% | 24.1 MiB/s | 4.1 MiB | 00m00s
- [ 95/348] Installing libpciaccess-0:0.1 100% | 11.2 MiB/s | 45.9 KiB | 00m00s
- [ 96/348] Installing libdrm-0:2.4.127-1 100% | 35.8 MiB/s | 403.7 KiB | 00m00s
- [ 97/348] Installing libXinerama-devel- 100% | 2.8 MiB/s | 8.5 KiB | 00m00s
- [ 98/348] Installing libXrandr-devel-0: 100% | 8.0 MiB/s | 24.7 KiB | 00m00s
- [ 99/348] Installing libXcursor-devel-0 100% | 8.0 MiB/s | 32.8 KiB | 00m00s
- [100/348] Installing libusbmuxd-0:2.1.0 100% | 18.7 MiB/s | 76.8 KiB | 00m00s
- [101/348] Installing libimobiledevice-0 100% | 17.6 MiB/s | 306.3 KiB | 00m00s
- [102/348] Installing docbook-style-xsl- 100% | 69.0 MiB/s | 15.9 MiB | 00m00s
- [103/348] Installing opensp-0:1.5.2-49. 100% | 29.9 MiB/s | 2.8 MiB | 00m00s
- [104/348] Installing openjade-0:1.3.2-8 100% | 16.9 MiB/s | 3.7 MiB | 00m00s
- [105/348] Installing docbook-style-dsss 100% | 6.1 MiB/s | 2.2 MiB | 00m00s
- [106/348] Installing perl-SGMLSpm-0:1.0 100% | 1.6 MiB/s | 72.5 KiB | 00m00s
- [107/348] Installing osinfo-db-tools-0: 100% | 5.1 MiB/s | 197.2 KiB | 00m00s
- [108/348] Installing libosinfo-0:1.12.0 100% | 26.7 MiB/s | 1.2 MiB | 00m00s
- [109/348] Installing nss-softokn-freebl 100% | 55.4 MiB/s | 850.5 KiB | 00m00s
- [110/348] Installing nss-softokn-0:3.11 100% | 77.6 MiB/s | 1.9 MiB | 00m00s
- [111/348] Installing nss-sysinit-0:3.11 100% | 532.9 KiB/s | 19.2 KiB | 00m00s
- [112/348] Installing nss-0:3.116.0-1.fc 100% | 37.7 MiB/s | 1.9 MiB | 00m00s
- [113/348] Installing libXi-devel-0:1.8. 100% | 10.9 MiB/s | 144.6 KiB | 00m00s
- [114/348] Installing iso-codes-0:4.18.0 100% | 161.4 MiB/s | 21.6 MiB | 00m00s
- [115/348]Installing lcms2-devel-0:2.16 100% | 19.0 MiB/s | 136.4 KiB | 00m00s
- [116/348] Installing libgusb-0:0.4.9-4. 100% | 32.0 MiB/s | 163.7 KiB | 00m00s
- [117/348] Installing colord-libs-0:1.4. 100% | 58.2 MiB/s | 833.8 KiB | 00m00s
- [118/348] Installing flac-libs-0:1.5.0- 100% | 60.2 MiB/s | 739.9 KiB | 00m00s
- [119/348] Installing libsndfile-0:1.2.2 100% | 53.9 MiB/s | 551.6 KiB | 00m00s
- [120/348] Installing libXtst-0:1.2.5-3. 100% | 11.3 MiB/s | 34.6 KiB | 00m00s
- [121/348] Installing libyuv-0:0-0.57.20 100% | 60.5 MiB/s | 681.3 KiB | 00m00s
- [122/348] Installing abattis-cantarell- 100% | 31.6 MiB/s | 194.4 KiB | 00m00s
- [123/348] Installing adobe-source-code- 100% | 57.6 MiB/s | 1.6 MiB | 00m00s
- [124/348] Installing redhat-display-fon 100% | 72.7 MiB/s | 968.0 KiB | 00m00s
- [125/348] Installing redhat-text-fonts- 100% | 77.3 MiB/s | 791.5 KiB | 00m00s
- [126/348] Installing aribb24-0:1.0.3^20 100% | 16.5 MiB/s | 84.5 KiB | 00m00s
- [127/348] Installing zvbi-0:0.2.44-2.fc 100% | 14.9 MiB/s | 1.2 MiB | 00m00s
- [128/348] Installing libXv-0:1.0.13-3.f 100% | 6.6 MiB/s | 27.2 KiB | 00m00s
- [129/348] Installing libvdpau-0:1.5-10. 100% | 5.5 MiB/s | 22.4 KiB | 00m00s
- [130/348] Installing libXxf86vm-0:1.1.6 100% | 6.5 MiB/s | 26.5 KiB | 00m00s
- [131/348] Installing lttng-ust-0:2.14.0 100% | 57.2 MiB/s | 1.3 MiB | 00m00s
- [132/348] Installing libcamera-0:0.5.2- 100% | 73.9 MiB/s | 2.2 MiB | 00m00s
- [133/348] Installing libbpf-2:1.6.1-3.f 100% | 31.8 MiB/s | 423.7 KiB | 00m00s
- [134/348] Installing kbd-misc-0:2.8.0-3 100% | 23.9 MiB/s | 2.6 MiB | 00m00s
- [135/348] Installing kbd-legacy-0:2.8.0 100% | 13.8 MiB/s | 621.4 KiB | 00m00s
- [136/348] Installing kbd-0:2.8.0-3.fc43 100% | 23.9 MiB/s | 1.5 MiB | 00m00s
- [137/348] Installing kmod-libs-0:34.2-2 100% | 26.6 MiB/s | 136.2 KiB | 00m00s
- [138/348] Installing kmod-0:34.2-2.fc43 100% | 5.1 MiB/s | 253.1 KiB | 00m00s
- [139/348] Installing glibc-gconv-extra- 100% | 34.6 MiB/s | 7.3 MiB | 00m00s
- >>> Running sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch
- >>> Finished sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch
- >>> Scriptlet output:
- >>> Creating group 'dbus' with GID 81.
- >>> Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
- >>>
- [140/348] Installing dbus-common-1:1.16 100% | 159.4 KiB/s | 13.6 KiB | 00m00s
- [141/348] Installing dbus-broker-0:37-2 100% | 5.0 MiB/s | 389.8 KiB | 00m00s
- [142/348] Installing dbus-1:1.16.0-4.fc 100% | 1.5 KiB/s | 124.0 B | 00m00s
- >>> Running sysusers scriptlet: systemd-0:258.1-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.1-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-journal' with GID 190.
- >>>
- >>> Running sysusers scriptlet: systemd-0:258.1-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.1-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
- >>>
- [143/348] Installing systemd-0:258.1-1. 100% | 18.5 MiB/s | 12.9 MiB | 00m01s
- [144/348] Installing systemd-pam-0:258. 100% | 14.0 MiB/s | 1.2 MiB | 00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.23.2-1.fc43.noarch
- >>> Finished sysusers scriptlet: samba-common-2:4.23.2-1.fc43.noarch
- >>> Scriptlet output:
- >>> Creating group 'printadmin' with GID 996.
- >>>
- [145/348] Installing samba-common-2:4.2 100% | 2.2 MiB/s | 202.4 KiB | 00m00s
- >>> Running sysusers scriptlet: polkit-0:126-6.fc43.x86_64
- >>> Finished sysusers scriptlet: polkit-0:126-6.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'polkitd' with GID 114.
- >>> Creating user 'polkitd' (User for polkitd) with UID 114 and GID 114.
- >>>
- [146/348] Installing polkit-0:126-6.fc4 100% | 3.1 MiB/s | 470.0 KiB | 00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Finished sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'rtkit' with GID 995.
- >>> Creating user 'rtkit' (RealtimeKit) with UID 995 and GID 995.
- >>>
- [147/348] Installing rtkit-0:0.11-69.fc 100% | 1.4 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
- >>>
- [148/348] Installing device-mapper-0:1. 100% | 7.6 MiB/s | 350.2 KiB | 00m00s
- [149/348] Installing device-mapper-libs 100% | 45.5 MiB/s | 419.4 KiB | 00m00s
- [150/348] Installing cryptsetup-libs-0: 100% | 26.4 MiB/s | 2.6 MiB | 00m00s
- >>> Running sysusers scriptlet: systemd-udev-0:258.1-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.1-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-coredump' with GID 994.
- >>> Creating user 'systemd-coredump' (systemd Core Dumper) with UID 994 and GID
- >>>
- >>> Running sysusers scriptlet: systemd-udev-0:258.1-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.1-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-timesync' with GID 993.
- >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 993
- >>>
- [151/348] Installing systemd-udev-0:258 100% | 8.7 MiB/s | 12.5 MiB | 00m01s
- >>> Running %post scriptlet: systemd-udev-0:258.1-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-udev-0:258.1-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Failed to preset unit: Unit system-systemdx2dcryptsetup.slice does not exist
- >>>
- [152/348] Installing lmdb-libs-0:0.9.33 100% | 10.4 MiB/s | 106.8 KiB | 00m00s
- [153/348] Installing samba-client-libs- 100% | 65.9 MiB/s | 19.7 MiB | 00m00s
- [154/348] Installing libwbclient-2:4.23 100% | 13.5 MiB/s | 69.4 KiB | 00m00s
- [155/348] Installing samba-common-libs- 100% | 18.9 MiB/s | 271.1 KiB | 00m00s
- [156/348] Installing libldb-2:4.23.2-1. 100% | 34.3 MiB/s | 456.4 KiB | 00m00s
- [157/348] Installing libsmbclient-2:4.2 100% | 32.9 MiB/s | 168.3 KiB | 00m00s
- [158/348] Installing mbedtls-0:3.6.5-1. 100% | 73.8 MiB/s | 1.3 MiB | 00m00s
- [159/348] Installing spirv-tools-libs-0 100% | 58.6 MiB/s | 5.6 MiB | 00m00s
- [160/348] Installing lm_sensors-libs-0: 100% | 21.2 MiB/s | 86.9 KiB | 00m00s
- [161/348] Installing libxshmfence-0:1.3 100% | 4.4 MiB/s | 13.6 KiB | 00m00s
- [162/348] Installing mesa-libgbm-0:25.2 100% | 2.9 MiB/s | 20.5 KiB | 00m00s
- [163/348] Installing mesa-dri-drivers-0 100% | 79.3 MiB/s | 47.9 MiB | 00m01s
- [164/348] Installing mesa-libGL-0:25.2. 100% | 46.7 MiB/s | 287.0 KiB | 00m00s
- [165/348] Installing libglvnd-glx-1:1.7 100% | 58.8 MiB/s | 602.6 KiB | 00m00s
- [166/348] Installing libva-0:2.22.0-6.f 100% | 36.2 MiB/s | 333.4 KiB | 00m00s
- [167/348] Installing libavutil-free-0:7 100% | 61.4 MiB/s | 943.8 KiB | 00m00s
- [168/348] Installing mesa-libEGL-0:25.2 100% | 42.9 MiB/s | 307.4 KiB | 00m00s
- [169/348] Installing libglvnd-egl-1:1.7 100% | 13.0 MiB/s | 66.3 KiB | 00m00s
- [170/348] Installing gobject-introspect 100% | 38.8 MiB/s | 397.1 KiB | 00m00s
- [171/348] Installing upower-libs-0:1.90 100% | 28.0 MiB/s | 172.1 KiB | 00m00s
- [172/348] Installing webrtc-audio-proce 100% | 68.3 MiB/s | 1.4 MiB | 00m00s
- [173/348] Installing libsbc-0:2.0-7.fc4 100% | 23.1 MiB/s | 94.5 KiB | 00m00s
- [174/348] Installing libldac-0:2.0.2.3- 100% | 14.9 MiB/s | 76.2 KiB | 00m00s
- [175/348] Installing libebur128-0:1.2.6 100% | 9.9 MiB/s | 40.7 KiB | 00m00s
- [176/348] Installing fftw-libs-single-0 100% | 76.6 MiB/s | 3.6 MiB | 00m00s
- [177/348] Installing bluez-libs-0:5.84- 100% | 32.5 MiB/s | 199.4 KiB | 00m00s
- [178/348] Installing gpgme-0:1.24.3-6.f 100% | 13.4 MiB/s | 590.4 KiB | 00m00s
- [179/348] Installing gpgmepp-0:1.24.3-6 100% | 52.5 MiB/s | 430.4 KiB | 00m00s
- [180/348] Installing inih-0:62-1.fc43.x 100% | 7.7 MiB/s | 23.6 KiB | 00m00s
- [181/348] Installing inih-cpp-0:62-1.fc 100% | 12.0 MiB/s | 36.8 KiB | 00m00s
- [182/348] Installing exiv2-libs-0:0.28. 100% | 76.9 MiB/s | 2.8 MiB | 00m00s
- [183/348] Installing libgexiv2-0:0.14.6 100% | 39.3 MiB/s | 281.4 KiB | 00m00s
- [184/348] Installing soxr-0:0.1.3-20.fc 100% | 31.5 MiB/s | 193.6 KiB | 00m00s
- [185/348] Installing libswresample-free 100% | 29.0 MiB/s | 148.7 KiB | 00m00s
- [186/348] Installing lpcnetfreedv-0:0.5 100% | 114.9 MiB/s | 14.8 MiB | 00m00s
- [187/348] Installing codec2-0:1.2.0-7.f 100% | 71.9 MiB/s | 1.4 MiB | 00m00s
- [188/348] Installing poppler-data-0:0.4 100% | 78.4 MiB/s | 12.4 MiB | 00m00s
- [189/348] Installing openpgm-0:5.3.128- 100% | 38.3 MiB/s | 313.7 KiB | 00m00s
- [190/348] Installing libsodium-0:1.0.20 100% | 47.6 MiB/s | 390.2 KiB | 00m00s
- [191/348] Installing zeromq-0:4.3.5-22. 100% | 19.7 MiB/s | 906.6 KiB | 00m00s
- [192/348] Installing cjson-0:1.7.18-3.f 100% | 919.5 KiB/s | 65.3 KiB | 00m00s
- [193/348] Installing librist-0:0.2.7-10 100% | 25.8 MiB/s | 158.8 KiB | 00m00s
- [194/348] Installing libudfread-0:1.1.2 100% | 16.4 MiB/s | 67.3 KiB | 00m00s
- [195/348] Installing xvidcore-0:1.3.7-1 100% | 71.6 MiB/s | 880.0 KiB | 00m00s
- [196/348] Installing xeve-libs-0:0.5.1- 100% | 67.1 MiB/s | 893.7 KiB | 00m00s
- [197/348] Installing xevd-libs-0:0.5.0- 100% | 30.0 MiB/s | 369.0 KiB | 00m00s
- [198/348] Installing vo-amrwbenc-0:0.1. 100% | 30.4 MiB/s | 155.4 KiB | 00m00s
- [199/348] Installing twolame-libs-0:0.4 100% | 32.5 MiB/s | 166.6 KiB | 00m00s
- [200/348] Installing speex-0:1.2.0-20.f 100% | 25.5 MiB/s | 130.4 KiB | 00m00s
- [201/348] Installing snappy-0:1.2.2-2.f 100% | 17.9 MiB/s | 73.5 KiB | 00m00s
- [202/348] Installing opencore-amr-0:0.1 100% | 57.8 MiB/s | 355.1 KiB | 00m00s
- [203/348] Installing libvpx-0:1.15.0-4. 100% | 70.8 MiB/s | 3.3 MiB | 00m00s
- [204/348] Installing ilbc-0:3.0.4-17.fc 100% | 22.7 MiB/s | 92.9 KiB | 00m00s
- [205/348] Installing uchardet-0:0.0.8-8 100% | 7.0 MiB/s | 277.7 KiB | 00m00s
- [206/348] Installing totem-pl-parser-0: 100% | 31.9 MiB/s | 327.1 KiB | 00m00s
- [207/348] Installing srt-libs-0:1.5.4-4 100% | 69.4 MiB/s | 994.9 KiB | 00m00s
- [208/348] Installing librabbitmq-0:0.15 100% | 22.2 MiB/s | 90.7 KiB | 00m00s
- [209/348] Installing libmodplug-1:0.8.9 100% | 49.8 MiB/s | 357.0 KiB | 00m00s
- [210/348] Installing game-music-emu-0:0 100% | 57.5 MiB/s | 353.2 KiB | 00m00s
- [211/348] Installing libiptcdata-0:1.0. 100% | 4.7 MiB/s | 167.0 KiB | 00m00s
- [212/348] Installing libexif-0:0.6.25-2 100% | 148.4 MiB/s | 2.7 MiB | 00m00s
- [213/348] Installing libcue-0:2.3.0-12. 100% | 21.3 MiB/s | 87.3 KiB | 00m00s
- [214/348] Installing giflib-0:5.2.2-8.f 100% | 27.8 MiB/s | 113.8 KiB | 00m00s
- [215/348] Installing exempi-0:2.6.4-8.f 100% | 21.8 MiB/s | 1.4 MiB | 00m00s
- [216/348] Installing orc-0:0.4.41-2.fc4 100% | 15.8 MiB/s | 728.9 KiB | 00m00s
- [217/348] Installing libvisual-1:0.4.2- 100% | 55.6 MiB/s | 455.1 KiB | 00m00s
- [218/348] Installing graphene-0:1.10.8- 100% | 26.1 MiB/s | 160.1 KiB | 00m00s
- [219/348] Installing cdparanoia-libs-0: 100% | 28.1 MiB/s | 115.0 KiB | 00m00s
- [220/348] Installing ModemManager-glib- 100% | 79.5 MiB/s | 1.5 MiB | 00m00s
- [221/348] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0 B | 00m00s
- [222/348] Installing fuse3-0:3.16.2-5.f 100% | 3.4 MiB/s | 132.0 KiB | 00m00s
- [223/348] Installing xkeyboard-config-0 100% | 108.5 MiB/s | 10.3 MiB | 00m00s
- [224/348] Installing libxkbcommon-0:1.1 100% | 28.6 MiB/s | 409.9 KiB | 00m00s
- [225/348] Installing libstemmer-0:3.0.1 100% | 64.7 MiB/s | 662.9 KiB | 00m00s
- [226/348] Installing libtinysparql-0:3. 100% | 41.8 MiB/s | 1.3 MiB | 00m00s
- [227/348] Installing adwaita-icon-theme 100% | 11.0 MiB/s | 2.4 MiB | 00m00s
- [228/348] Installing adwaita-cursor-the 100% | 101.1 MiB/s | 11.4 MiB | 00m00s
- [229/348] Installing adwaita-icon-theme 100% | 12.0 MiB/s | 1.3 MiB | 00m00s
- [230/348] Installing libepoxy-0:1.5.10- 100% | 63.4 MiB/s | 1.1 MiB | 00m00s
- [231/348] Installing libcloudproviders- 100% | 20.5 MiB/s | 126.2 KiB | 00m00s
- [232/348] Installing libasyncns-0:0.8-3 100% | 13.9 MiB/s | 56.8 KiB | 00m00s
- [233/348] Installing pulseaudio-libs-0: 100% | 102.4 MiB/s | 3.4 MiB | 00m00s
- [234/348] Installing pipewire-libs-0:1. 100% | 54.5 MiB/s | 8.7 MiB | 00m00s
- [235/348] Installing wireplumber-libs-0 100% | 43.6 MiB/s | 1.3 MiB | 00m00s
- [236/348] Installing wireplumber-0:0.5. 100% | 6.8 MiB/s | 424.4 KiB | 00m00s
- [237/348] Installing pipewire-jack-audi 100% | 11.3 MiB/s | 499.2 KiB | 00m00s
- [238/348] Installing pipewire-jack-audi 100% | 152.3 KiB/s | 312.0 B | 00m00s
- [239/348] Installing sound-theme-freede 100% | 10.6 MiB/s | 467.2 KiB | 00m00s
- [240/348] Installing libcanberra-0:0.30 100% | 2.3 MiB/s | 271.4 KiB | 00m00s
- [241/348] Installing lynx-0:2.9.2-4.fc4 100% | 67.2 MiB/s | 6.0 MiB | 00m00s
- [242/348] Installing docbook-utils-0:0. 100% | 4.1 MiB/s | 163.8 KiB | 00m00s
- [243/348] Installing libseccomp-devel-0 100% | 3.0 MiB/s | 121.0 KiB | 00m00s
- [244/348] Installing libicu-devel-0:77. 100% | 45.4 MiB/s | 5.1 MiB | 00m00s
- [245/348] Installing libblkid-devel-0:2 100% | 11.2 MiB/s | 46.0 KiB | 00m00s
- [246/348] Installing lzo-minilzo-0:2.10 100% | 12.4 MiB/s | 37.9 KiB | 00m00s
- [247/348] Installing lzo-devel-0:2.10-1 100% | 35.0 MiB/s | 215.3 KiB | 00m00s
- [248/348] Installing google-noto-fonts- 100% | 9.0 MiB/s | 18.5 KiB | 00m00s
- [249/348] Installing google-noto-sans-v 100% | 69.6 MiB/s | 1.4 MiB | 00m00s
- [250/348] Installing default-fonts-core 100% | 2.2 MiB/s | 18.2 KiB | 00m00s
- [251/348] Installing fontconfig-0:2.17. 100% | 658.3 KiB/s | 785.3 KiB | 00m01s
- [252/348] Installing cairo-0:1.18.4-2.f 100% | 68.2 MiB/s | 1.8 MiB | 00m00s
- [253/348] Installing cairo-gobject-0:1. 100% | 10.4 MiB/s | 32.0 KiB | 00m00s
- [254/348] Installing libXft-0:2.3.8-9.f 100% | 18.0 MiB/s | 165.9 KiB | 00m00s
- [255/348] Installing pango-0:1.57.0-1.f 100% | 15.3 MiB/s | 1.0 MiB | 00m00s
- [256/348] Installing gstreamer1-plugins 100% | 52.2 MiB/s | 7.4 MiB | 00m00s
- [257/348] Installing harfbuzz-cairo-0:1 100% | 15.9 MiB/s | 49.0 KiB | 00m00s
- [258/348] Installing libbluray-0:1.3.4- 100% | 48.7 MiB/s | 399.2 KiB | 00m00s
- [259/348] Installing libaribcaption-0:1 100% | 34.3 MiB/s | 245.9 KiB | 00m00s
- [260/348] Installing xz-devel-1:5.8.1-2 100% | 28.5 MiB/s | 262.6 KiB | 00m00s
- [261/348] Installing libxml2-devel-0:2. 100% | 65.7 MiB/s | 3.4 MiB | 00m00s
- [262/348] Installing bzip2-devel-0:1.0. 100% | 101.2 MiB/s | 310.7 KiB | 00m00s
- [263/348] Installing brotli-0:1.1.0-10. 100% | 922.5 KiB/s | 32.3 KiB | 00m00s
- [264/348] Installing brotli-devel-0:1.1 100% | 16.6 MiB/s | 68.0 KiB | 00m00s
- [265/348] Installing sysprof-capture-de 100% | 65.6 MiB/s | 806.5 KiB | 00m00s
- [266/348] Installing pcre2-utf32-0:10.4 100% | 58.9 MiB/s | 603.1 KiB | 00m00s
- [267/348] Installing pcre2-utf16-0:10.4 100% | 55.7 MiB/s | 627.1 KiB | 00m00s
- [268/348] Installing pcre2-devel-0:10.4 100% | 46.5 MiB/s | 2.1 MiB | 00m00s
- [269/348] Installing libsepol-devel-0:3 100% | 11.4 MiB/s | 128.9 KiB | 00m00s
- [270/348] Installing libselinux-devel-0 100% | 17.6 MiB/s | 162.1 KiB | 00m00s
- [271/348] Installing libmount-devel-0:2 100% | 21.7 MiB/s | 66.5 KiB | 00m00s
- [272/348] Installing libffi-devel-0:3.5 100% | 11.6 MiB/s | 35.6 KiB | 00m00s
- [273/348] Installing liblerc-0:4.0.0-9. 100% | 61.1 MiB/s | 625.6 KiB | 00m00s
- [274/348] Installing jbigkit-libs-0:2.1 100% | 28.2 MiB/s | 115.4 KiB | 00m00s
- [275/348] Installing libtiff-0:4.7.0-8. 100% | 46.7 MiB/s | 621.3 KiB | 00m00s
- [276/348] Installing libgxps-0:0.3.2-11 100% | 31.0 MiB/s | 190.3 KiB | 00m00s
- [277/348] Installing poppler-0:25.07.0- 100% | 74.7 MiB/s | 3.8 MiB | 00m00s
- [278/348] Installing poppler-glib-0:25. 100% | 56.4 MiB/s | 634.9 KiB | 00m00s
- [279/348] Installing libvmaf-0:3.0.0-4. 100% | 67.4 MiB/s | 828.4 KiB | 00m00s
- [280/348] Installing libaom-0:3.13.1-1. 100% | 72.9 MiB/s | 5.0 MiB | 00m00s
- [281/348] Installing highway-0:1.2.0-5. 100% | 88.9 MiB/s | 4.4 MiB | 00m00s
- [282/348] Installing libjxl-1:0.11.1-6. 100% | 72.7 MiB/s | 3.1 MiB | 00m00s
- [283/348] Installing libopenjph-0:0.22. 100% | 28.5 MiB/s | 467.3 KiB | 00m00s
- [284/348] Installing libheif-0:1.20.2-6 100% | 62.1 MiB/s | 1.6 MiB | 00m00s
- [285/348] Installing librsvg2-0:2.61.0- 100% | 68.5 MiB/s | 5.0 MiB | 00m00s
- [286/348] Installing glycin-loaders-0:2 100% | 91.0 MiB/s | 13.1 MiB | 00m00s
- [287/348] Installing glycin-libs-0:2.0. 100% | 74.9 MiB/s | 4.4 MiB | 00m00s
- [288/348] Installing gdk-pixbuf2-0:2.44 100% | 46.7 MiB/s | 2.5 MiB | 00m00s
- [289/348] Installing gtk-update-icon-ca 100% | 1.6 MiB/s | 63.3 KiB | 00m00s
- [290/348] Installing libavcodec-free-0: 100% | 69.1 MiB/s | 9.8 MiB | 00m00s
- [291/348] Installing libchromaprint-0:1 100% | 12.9 MiB/s | 66.1 KiB | 00m00s
- [292/348] Installing libavformat-free-0 100% | 66.0 MiB/s | 2.6 MiB | 00m00s
- [293/348] Installing libnotify-0:0.8.7- 100% | 1.2 MiB/s | 126.0 KiB | 00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.7.2-3.fc43.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.7.2-3.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 992.
- >>> Creating user 'geoclue' (User for geoclue) with UID 992 and GID 992.
- >>>
- [294/348] Installing geoclue2-0:2.7.2-3 100% | 5.9 MiB/s | 399.6 KiB | 00m00s
- [295/348] Installing xdg-desktop-portal 100% | 15.4 MiB/s | 1.9 MiB | 00m00s
- [296/348] Installing libgsf-0:1.14.53-4 100% | 17.6 MiB/s | 975.8 KiB | 00m00s
- [297/348] Installing python3-packaging- 100% | 31.9 MiB/s | 619.9 KiB | 00m00s
- [298/348] Installing glib2-devel-0:2.86 100% | 68.3 MiB/s | 15.8 MiB | 00m00s
- [299/348] Installing harfbuzz-devel-0:1 100% | 76.2 MiB/s | 5.3 MiB | 00m00s
- [300/348] Installing freetype-devel-0:2 100% | 117.0 MiB/s | 8.5 MiB | 00m00s
- [301/348] Installing fontconfig-devel-0 100% | 19.5 MiB/s | 159.4 KiB | 00m00s
- [302/348] Installing cairo-devel-0:1.18 100% | 190.9 MiB/s | 2.3 MiB | 00m00s
- [303/348] Installing libXft-devel-0:2.3 100% | 10.8 MiB/s | 44.3 KiB | 00m00s
- [304/348] Installing pango-devel-0:1.57 100% | 72.5 MiB/s | 1.5 MiB | 00m00s
- [305/348] Installing glycin-devel-0:2.0 100% | 20.7 MiB/s | 127.1 KiB | 00m00s
- [306/348] Installing gdk-pixbuf2-devel- 100% | 42.6 MiB/s | 2.3 MiB | 00m00s
- [307/348] Installing python3-pygments-0 100% | 45.8 MiB/s | 11.5 MiB | 00m00s
- [308/348] Installing gtk-doc-0:1.34.0-7 100% | 38.4 MiB/s | 3.2 MiB | 00m00s
- [309/348] Installing xprop-0:1.2.8-4.fc 100% | 1.4 MiB/s | 56.0 KiB | 00m00s
- [310/348] Installing at-spi2-core-0:2.5 100% | 77.9 MiB/s | 1.6 MiB | 00m00s
- [311/348] Installing atk-0:2.58.1-1.fc4 100% | 24.4 MiB/s | 250.0 KiB | 00m00s
- [312/348] Installing atk-devel-0:2.58.1 100% | 188.6 MiB/s | 6.0 MiB | 00m00s
- [313/348] Installing at-spi2-atk-0:2.58 100% | 34.9 MiB/s | 285.7 KiB | 00m00s
- [314/348] Installing cups-filesystem-1: 100% | 593.8 KiB/s | 1.8 KiB | 00m00s
- [315/348] Installing cups-libs-1:2.4.14 100% | 46.6 MiB/s | 620.1 KiB | 00m00s
- [316/348] Installing gtk2-0:2.24.33-23. 100% | 81.2 MiB/s | 12.8 MiB | 00m00s
- [317/348] Installing gtk3-0:3.24.51-2.f 100% | 86.2 MiB/s | 22.4 MiB | 00m00s
- [318/348] Installing libcanberra-gtk3-0 100% | 1.6 MiB/s | 73.9 KiB | 00m00s
- [319/348] Installing gtk2-devel-0:2.24. 100% | 108.4 MiB/s | 23.9 MiB | 00m00s
- [320/348] Installing libglade2-0:2.6.4- 100% | 21.6 MiB/s | 154.5 KiB | 00m00s
- [321/348] Installing libgnomecanvas-0:2 100% | 79.6 MiB/s | 978.3 KiB | 00m00s
- [322/348] Installing libgnomecanvas-dev 100% | 84.2 MiB/s | 603.7 KiB | 00m00s
- [323/348] Installing libcanberra-gtk2-0 100% | 10.1 MiB/s | 51.5 KiB | 00m00s
- [324/348] Installing xdg-desktop-portal 100% | 7.5 MiB/s | 481.2 KiB | 00m00s
- [325/348] Installing localsearch-0:3.10 100% | 17.9 MiB/s | 3.5 MiB | 00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.9-1.fc43.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.9-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 991.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 991 and GID 991.
- >>>
- [326/348] Installing pipewire-0:1.4.9-1 100% | 3.3 MiB/s | 437.6 KiB | 00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.9-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.9-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [327/348] Installing pipewire-alsa-0:1. 100% | 22.3 MiB/s | 159.6 KiB | 00m00s
- [328/348] Installing pipewire-pulseaudi 100% | 4.3 MiB/s | 444.0 KiB | 00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [329/348] Installing pipewire-plugin-li 100% | 20.5 MiB/s | 147.3 KiB | 00m00s
- [330/348] Installing tinysparql-0:3.10. 100% | 23.0 MiB/s | 2.6 MiB | 00m00s
- [331/348] Installing exiv2-0:0.28.6-2.f 100% | 139.2 MiB/s | 12.2 MiB | 00m00s
- [332/348] Installing upower-0:1.90.10-1 100% | 3.0 MiB/s | 286.1 KiB | 00m00s
- >>> Running %post scriptlet: upower-0:1.90.10-1.fc43.x86_64
- >>> Finished %post scriptlet: upower-0:1.90.10-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service'
- >>>
- [333/348] Installing intel-mediasdk-0:2 100% | 103.4 MiB/s | 22.4 MiB | 00m00s
- [334/348] Installing intel-vpl-gpu-rt-0 100% | 53.2 MiB/s | 11.7 MiB | 00m00s
- >>> Running sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-6.fc43.x86_64
- >>> Finished sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-6.fc43.x86_6
- >>> Scriptlet output:
- >>> Creating group 'usbmuxd' with GID 113.
- >>> Creating user 'usbmuxd' (usbmuxd user) with UID 113 and GID 113.
- >>>
- [335/348] Installing usbmuxd-0:1.1.1^20 100% | 1.5 MiB/s | 151.5 KiB | 00m00s
- [336/348] Installing polkit-pkla-compat 100% | 1.6 MiB/s | 94.0 KiB | 00m00s
- [337/348] Installing logrotate-0:3.22.0 100% | 997.1 KiB/s | 151.6 KiB | 00m00s
- >>> Running %post scriptlet: logrotate-0:3.22.0-4.fc43.x86_64
- >>> Finished %post scriptlet: logrotate-0:3.22.0-4.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer'
- >>>
- >>> Running sysusers scriptlet: systemd-networkd-0:258.1-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-networkd-0:258.1-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-network' with GID 192.
- >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
- >>>
- [338/348] Installing systemd-networkd-0 100% | 12.9 MiB/s | 2.3 MiB | 00m00s
- >>> Running %post scriptlet: systemd-networkd-0:258.1-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-networkd-0:258.1-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-network-ge
- >>>
- >>> Running sysusers scriptlet: systemd-resolved-0:258.1-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-resolved-0:258.1-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.
- >>>
- [339/348] Installing systemd-resolved-0 100% | 6.5 MiB/s | 737.5 KiB | 00m00s
- >>> Running %post scriptlet: systemd-resolved-0:258.1-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-resolved-0:258.1-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
- >>>
- [340/348] Installing dconf-0:0.49.0-1.f 100% | 3.0 MiB/s | 312.1 KiB | 00m00s
- [341/348] Installing libcamera-ipa-0:0. 100% | 37.3 MiB/s | 688.4 KiB | 00m00s
- [342/348] Installing gi-docgen-fonts-0: 100% | 60.5 KiB/s | 124.0 B | 00m00s
- [343/348] Installing glib-networking-0: 100% | 56.9 MiB/s | 757.9 KiB | 00m00s
- [344/348] Installing mesa-va-drivers-0: 100% | 480.5 KiB/s | 984.0 B | 00m00s
- [345/348] Installing adwaita-mono-fonts 100% | 68.1 MiB/s | 5.5 MiB | 00m00s
- [346/348] Installing adwaita-sans-fonts 100% | 63.7 MiB/s | 1.7 MiB | 00m00s
- [347/348] Installing qrencode-libs-0:4. 100% | 32.5 MiB/s | 166.6 KiB | 00m00s
- [348/348] Installing low-memory-monitor 100% | 20.8 KiB/s | 67.7 KiB | 00m03s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.12-1.fc43.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.12-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" "gtk2-devel" "libgnomecanvas-devel" "libXft-devel"
- gtk2-devel-2.24.33-23.fc43.x86_64
- libgnomecanvas-devel-2.30.3-32.fc43.x86_64
- libXft-devel-2.3.8-9.fc43.x86_64
2025-10-27 22:51.29 ---> saved as "2ca9f43c433ef5d1dd2a4389569ae6088a350e4e167d69ad9f110abd9a627dbf"
/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 12 packages
- install camlp-streams 5.0.1
- install conf-gnomecanvas 2
- install conf-gtk2 1
- install conf-libX11 1
- install conf-libXft 1
- install conf-pkg-config 4
- install csexp 1.5.2
- install dune 3.20.2
- install dune-configurator 3.20.2
- install graphics 5.2.0
- install lablgtk 2.18.14
- install ocamlfind 1.9.8
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> retrieved graphics.5.2.0 (cached)
-> installed conf-libX11.1
-> retrieved lablgtk.2.18.14 (cached)
-> installed conf-gnomecanvas.2
-> installed conf-gtk2.1
-> retrieved ocamlfind.1.9.8 (cached)
-> installed conf-libXft.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed dune-configurator.3.20.2
-> installed graphics.5.2.0
-> installed ocamlfind.1.9.8
-> installed lablgtk.2.18.14
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-27 22:54.27 ---> saved as "b37b1c745c91a484274e1d93419d8a6ad001271ced264ba69b29066b6ea687ee"
/src: (copy (src .) (dst /src))
2025-10-27 22:54.28 ---> saved as "ba214cc7b38f755e2033a4b59710e1c1a60266a3aba075c85721af0f5057c344"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.editor.eobjs/byte -I /home/opam/.opam/5.4/lib/lablgtk2 -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I src/.graph.objs/byte -cmi-file editor/.editor.eobjs/byte/dune__exe__Gtree.cmi -no-alias-deps -opaque -open Dune__exe -o editor/.editor.eobjs/byte/dune__exe__Gtree.cmo -c -impl editor/gtree.ml)
File "editor/gtree.ml", line 224, characters 14-24:
224 | let _ = sigs#event (drag_label db) in
^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of
this function.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -open ViewGraph -g -bin-annot -bin-annot-occurrences -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/5.4/lib/lablgtk2 -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I src/.graph.objs/byte -I view_graph/.viewGraph.objs/byte -no-alias-deps -opaque -o view_graph/.viewGraph_test.eobjs/byte/dune__exe__ViewGraph_test.cmo -c -impl view_graph/viewGraph_test.ml)
File "view_graph/viewGraph_test.ml", line 70, characters 4-24:
70 | GToolbox.message_box "Error"
^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of
this function.
File "view_graph/viewGraph_test.ml", line 82, characters 2-22:
82 | GToolbox.message_box "Error"
^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of
this function.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/5.4/lib/lablgtk2 -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I src/.graph.objs/byte -no-alias-deps -opaque -open Dune__exe -o editor/.graphEdGTK.eobjs/byte/dune__exe__GraphEdGTK.cmo -c -impl editor/graphEdGTK.ml)
File "editor/graphEdGTK.ml", line 397, characters 14-24:
397 | let _ = sigs#event (drag_label noeud ellipse) in
^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of
this function.
File "editor/graphEdGTK.ml", line 717, characters 8-33:
717 | let _ = canvas#root#connect#event (canvas_event)
^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of
this function.
File "editor/graphEdGTK.ml", line 865, characters 9-33:
865 | let () = canvas#set_scroll_region 0. 0. w h
^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels x1, y1, x2, y2 were omitted in the
application of this function.
(cd _build/default/tests && ./test_bfs.exe)
All tests succeeded.
test_components: all tests succeeded.
test_bf: all tests succeeded.
(cd _build/default/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
test_saps: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
test_cycles: all tests succeeded.
strat: all tests succeeded.
test_johnson: all tests succeeded.
basic: all tests succeeded.
test_fixpoint: all tests succeeded.
dot: all tests succeeded.
test_contraction: all tests succeeded.
test_chaotic: all tests succeeded.
test_wto: all tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
(cd _build/default/tests && ./check.exe)
check: all tests succeeded
(cd _build/default/tests && ./test_topsort.exe)
test topsort: all tests succeeded.
test topsort: all tests succeeded.
2025-10-27 22:54.39 ---> saved as "1a716461c045e4c70752c59a6eb0f10620fc30e3f63e9a6c73b6280bfae7b4ed"
Job succeeded
2025-10-27 22:54.40: Job succeeded