2025-07-31 07:25.24: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (5a6ff407011f4e9292ac9b0fcfc30ce44ff6872c) (linux-x86_64:fedora-42-5.3_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard 5a6ff407
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d
# fedora-42-5.3_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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 eio-trace.opam ./
RUN opam pin add -yn eio-trace.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y eio-trace.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-07-31 07:25.24: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d-fedora-42-5.3_opam-2.4-b140b9729fce1eed68aec013e2d8e32a"
2025-07-31 07:25.24: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d)
(comment fedora-42-5.3_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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src eio-trace.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn eio-trace.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9")
(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 eio-trace.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-07-31 07:25.24: Waiting for resource in pool OCluster
2025-07-31 07:32.14: Waiting for worker…
2025-07-31 07:35.24: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 5a6ff40 Merge pull request #44 from talex5/fix-end-time
(from ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d' locally
docker.io/ocaml/opam@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d: Pulling from ocaml/opam
8fe5e06310fd: Already exists
f61a546cc351: Pulling fs layer
7283b128d7e9: Pulling fs layer
f61a546cc351: Waiting
8573eae5af8c: Pulling fs layer
4250d28b0d75: Pulling fs layer
8573eae5af8c: Waiting
7283b128d7e9: Waiting
53d5a3a1726a: Pulling fs layer
4250d28b0d75: Waiting
53d5a3a1726a: Waiting
f61a546cc351: Verifying Checksum
f61a546cc351: Download complete
f61a546cc351: Pull complete
7283b128d7e9: Verifying Checksum
7283b128d7e9: Download complete
8573eae5af8c: Verifying Checksum
8573eae5af8c: Download complete
4250d28b0d75: Verifying Checksum
4250d28b0d75: Download complete
7283b128d7e9: Pull complete
8573eae5af8c: Pull complete
4250d28b0d75: Pull complete
53d5a3a1726a: Verifying Checksum
53d5a3a1726a: Download complete
53d5a3a1726a: Pull complete
Digest: sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d
Status: Downloaded newer image for ocaml/opam@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d
2025-07-31 07:35.24 ---> using "840a3e81d40c8eb8551be3c4f11141a973a338ca37fe3cb7b329c0817a307b7d" from cache
/: (comment fedora-42-5.3_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 42 - x86_64 - Updates 100% | 3.4 KiB/s | 24.7 KiB | 00m07s
Fedora 42 - x86_64 - Updates 100% | 122.9 KiB/s | 2.7 MiB | 00m22s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.
Nothing to do.
2025-07-31 07:35.24 ---> using "a136c96695e3e417a2a63441c703481aa240e7910d8f28e9632363f04a2f87d5" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 07:35.24 ---> using "e39777e12591447bf3048a0a510f89fb9f4f8230189dc6e8734754c3cc1031c5" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 07:35.24 ---> using "1f30c1e27bf19c7967cce3df326454c9604d8aafe7fc6fe07be12c41ac6856cd" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 07:35.24 ---> using "ef8cacb39a2c4c8f3abf97a3ae62ddc980d014a17f680bb61ea1861de17b598e" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-31 07:35.24 ---> using "bf3420d19f31097defce3de7eda948322d357dc377afe7681cae3642c63b3831" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))
e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0
<><> 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-07-31 07:35.24 ---> using "e815a5628df036e438e9ef60467962085526dea542ab8e375aa123f2167b36a9" from cache
/src: (copy (src eio-trace.opam) (dst ./))
2025-07-31 07:35.24 ---> saved as "5cb6be1f5b6dcf393a9dc2565e36d98269ab2fcfbd5e7bd02a1a0369fa30d3ed"
/src: (run (network host)
(shell "opam pin add -yn eio-trace.dev './'"))
[eio-trace.dev] synchronised (file:///src)
eio-trace is now pinned to file:///src (version dev)
2025-07-31 07:35.25 ---> saved as "d57d235f7df2c1412caa5bb0033e9a9cb2bb768876079f0bf0920e414b58e136"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 07:35.25 ---> saved as "0d7c748fc2d3b2859b34d5e1b2ce0f912e61c7647fad366abd94f0c9a51915d9"
/src: (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9")
/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 eio-trace.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 48.0 KiB/s | 5.8 KiB | 00m00s
- Fedora 42 - x86_64 - Updates 100% | 98.4 KiB/s | 2.2 MiB | 00m23s
- Repositories loaded.
- Metadata cache created.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[eio-trace.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
cairo-devel gtk3-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/sbin/sudo "yum" "install" "-y" "cairo-devel" "gtk3-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- cairo-devel x86_64 1.18.2-3.fc42 fedora 2.3 MiB
- gtk3-devel x86_64 3.24.49-2.fc42 fedora 34.1 MiB
- Installing dependencies:
- ModemManager-glib x86_64 1.22.0-5.fc42 fedora 1.4 MiB
- OpenCL-ICD-Loader x86_64 3.0.6-2.20241023git5907ac1.fc42 fedora 70.7 KiB
- SDL3 x86_64 3.2.16-1.fc42 updates 2.7 MiB
- abattis-cantarell-vf-fonts noarch 0.301-14.fc42 fedora 192.7 KiB
- adobe-source-code-pro-fonts noarch 2.042.1.062.1.026-6.fc42 fedora 1.6 MiB
- adwaita-cursor-theme noarch 48.0-1.fc42 fedora 11.4 MiB
- adwaita-icon-theme noarch 48.0-1.fc42 fedora 1.2 MiB
- adwaita-icon-theme-legacy noarch 46.2-3.fc42 fedora 2.1 MiB
- alsa-lib x86_64 1.2.14-3.fc42 updates 1.4 MiB
- aribb24 x86_64 1.0.3^20160216git5e9be27-2.fc42 fedora 81.8 KiB
- at-spi2-atk x86_64 2.56.3-1.fc42 updates 275.6 KiB
- at-spi2-atk-devel x86_64 2.56.3-1.fc42 updates 1.6 KiB
- at-spi2-core x86_64 2.56.3-1.fc42 updates 1.5 MiB
- at-spi2-core-devel x86_64 2.56.3-1.fc42 updates 4.3 MiB
- atk x86_64 2.56.3-1.fc42 updates 248.6 KiB
- atk-devel x86_64 2.56.3-1.fc42 updates 5.9 MiB
- avahi-glib x86_64 0.9~rc2-2.fc42 fedora 23.6 KiB
- avahi-libs x86_64 0.9~rc2-2.fc42 fedora 183.6 KiB
- bluez-libs x86_64 5.83-2.fc42 updates 198.3 KiB
- brotli x86_64 1.1.0-6.fc42 fedora 31.6 KiB
- brotli-devel x86_64 1.1.0-6.fc42 fedora 65.6 KiB
- bzip2-devel x86_64 1.0.8-20.fc42 fedora 309.8 KiB
- cairo x86_64 1.18.2-3.fc42 fedora 1.8 MiB
- cairo-gobject x86_64 1.18.2-3.fc42 fedora 35.1 KiB
- cairo-gobject-devel x86_64 1.18.2-3.fc42 fedora 7.0 KiB
- cdparanoia-libs x86_64 10.2-47.fc42 fedora 117.5 KiB
- cjson x86_64 1.7.18-2.fc42 fedora 63.9 KiB
- cmake-filesystem x86_64 3.31.6-2.fc42 fedora 0.0 B
- codec2 x86_64 1.2.0-6.fc42 fedora 1.4 MiB
- colord-libs x86_64 1.4.7-6.fc42 fedora 850.7 KiB
- cpuinfo x86_64 24.09.26-2.git1e83a2f.fc42.1 updates 107.0 KiB
- cups-filesystem noarch 1:2.4.12-3.fc42 updates 0.0 B
- cups-libs x86_64 1:2.4.12-3.fc42 updates 618.7 KiB
- dbus-devel x86_64 1:1.16.0-3.fc42 fedora 131.7 KiB
- default-fonts-core-sans noarch 4.2-4.fc42 fedora 11.9 KiB
- exempi x86_64 2.6.4-7.fc42 fedora 1.4 MiB
- exiv2-libs x86_64 0.28.5-1.fc42 fedora 2.8 MiB
- fdk-aac-free x86_64 2.0.0-15.fc42 fedora 615.8 KiB
- fftw-libs-single x86_64 3.3.10-15.fc42 fedora 3.6 MiB
- flac-libs x86_64 1.4.3-6.fc42 fedora 698.1 KiB
- fontconfig x86_64 2.16.0-2.fc42 fedora 764.7 KiB
- fontconfig-devel x86_64 2.16.0-2.fc42 fedora 119.3 KiB
- fonts-filesystem noarch 1:2.0.5-22.fc42 updates 0.0 B
- freetype x86_64 2.13.3-2.fc42 fedora 858.2 KiB
- freetype-devel x86_64 2.13.3-2.fc42 fedora 8.5 MiB
- fribidi x86_64 1.0.16-2.fc42 fedora 194.3 KiB
- fribidi-devel x86_64 1.0.16-2.fc42 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.3-17.fc42 fedora 331.4 KiB
- gdk-pixbuf2 x86_64 2.42.12-10.fc42 fedora 2.5 MiB
- gdk-pixbuf2-devel x86_64 2.42.12-10.fc42 fedora 2.3 MiB
- gdk-pixbuf2-modules x86_64 2.42.12-10.fc42 fedora 63.4 KiB
- geoclue2 x86_64 2.7.2-2.fc42 fedora 395.7 KiB
- gettext x86_64 0.23.1-2.fc42 fedora 5.2 MiB
- gettext-envsubst x86_64 0.23.1-2.fc42 fedora 78.8 KiB
- gettext-libs x86_64 0.23.1-2.fc42 fedora 2.0 MiB
- gettext-runtime x86_64 0.23.1-2.fc42 fedora 452.2 KiB
- giflib x86_64 5.2.2-6.fc42 updates 112.1 KiB
- glib2-devel x86_64 2.84.3-1.fc42 updates 15.8 MiB
- glibc-gconv-extra x86_64 2.41-9.fc42 updates 7.2 MiB
- gobject-introspection x86_64 1.84.0-1.fc42 fedora 392.8 KiB
- google-noto-fonts-common noarch 20250301-1.fc42 fedora 17.7 KiB
- google-noto-sans-vf-fonts noarch 20250301-1.fc42 fedora 1.4 MiB
- gpgme x86_64 1.24.3-1.fc42 updates 587.9 KiB
- gpgmepp x86_64 1.24.3-1.fc42 updates 429.2 KiB
- graphene x86_64 1.10.6-10.fc42 fedora 162.4 KiB
- graphite2 x86_64 1.3.14-18.fc42 fedora 195.8 KiB
- graphite2-devel x86_64 1.3.14-18.fc42 fedora 49.3 KiB
- gsettings-desktop-schemas x86_64 48.0-1.fc42 fedora 5.4 MiB
- gsm x86_64 1.0.22-8.fc42 fedora 68.8 KiB
- gstreamer1 x86_64 1.26.3-1.fc42 updates 5.3 MiB
- gstreamer1-plugins-base x86_64 1.26.3-1.fc42 updates 7.3 MiB
- gtk-update-icon-cache x86_64 3.24.49-2.fc42 fedora 62.2 KiB
- gtk3 x86_64 3.24.49-2.fc42 fedora 23.1 MiB
- harfbuzz x86_64 10.4.0-1.fc42 fedora 2.7 MiB
- harfbuzz-cairo x86_64 10.4.0-1.fc42 fedora 52.1 KiB
- harfbuzz-devel x86_64 10.4.0-1.fc42 fedora 5.1 MiB
- harfbuzz-icu x86_64 10.4.0-1.fc42 fedora 15.4 KiB
- hicolor-icon-theme noarch 0.17-20.fc42 fedora 72.2 KiB
- highway x86_64 1.2.0-5.fc42 fedora 4.4 MiB
- hwdata noarch 0.397-1.fc42 updates 9.6 MiB
- ilbc x86_64 3.0.4-13.fc42 fedora 95.4 KiB
- inih x86_64 58-3.fc42 fedora 26.4 KiB
- inih-cpp x86_64 58-3.fc42 fedora 27.9 KiB
- iso-codes noarch 4.17.0-2.fc42 fedora 20.3 MiB
- jbigkit-libs x86_64 2.1-31.fc42 fedora 121.4 KiB
- json-glib x86_64 1.10.6-2.fc42 fedora 590.7 KiB
- lame-libs x86_64 3.100-19.fc42 fedora 1.2 MiB
- lcms2 x86_64 2.16-5.fc42 fedora 437.7 KiB
- libXcomposite x86_64 0.4.6-5.fc42 fedora 44.4 KiB
- libXcomposite-devel x86_64 0.4.6-5.fc42 fedora 8.0 KiB
- libXcursor x86_64 1.2.3-2.fc42 fedora 57.4 KiB
- libXcursor-devel x86_64 1.2.3-2.fc42 fedora 22.7 KiB
- libXdamage x86_64 1.1.6-5.fc42 fedora 43.6 KiB
- libXdamage-devel x86_64 1.1.6-5.fc42 fedora 2.5 KiB
- libXext x86_64 1.3.6-3.fc42 fedora 90.0 KiB
- libXext-devel x86_64 1.3.6-3.fc42 fedora 98.9 KiB
- libXfixes x86_64 6.0.1-5.fc42 fedora 30.2 KiB
- libXfixes-devel x86_64 6.0.1-5.fc42 fedora 9.2 KiB
- libXft x86_64 2.3.8-8.fc42 fedora 168.4 KiB
- libXft-devel x86_64 2.3.8-8.fc42 fedora 31.7 KiB
- libXi x86_64 1.8.2-2.fc42 fedora 84.6 KiB
- libXi-devel x86_64 1.8.2-2.fc42 fedora 132.5 KiB
- libXinerama x86_64 1.1.5-8.fc42 fedora 19.0 KiB
- libXinerama-devel x86_64 1.1.5-8.fc42 fedora 7.0 KiB
- libXrandr x86_64 1.5.4-5.fc42 fedora 55.8 KiB
- libXrandr-devel x86_64 1.5.4-5.fc42 fedora 21.8 KiB
- libXrender x86_64 0.9.12-2.fc42 fedora 50.0 KiB
- libXrender-devel x86_64 0.9.12-2.fc42 fedora 50.1 KiB
- libXtst x86_64 1.2.5-2.fc42 fedora 33.5 KiB
- libXtst-devel x86_64 1.2.5-2.fc42 fedora 11.6 KiB
- libXv x86_64 1.0.13-2.fc42 fedora 30.0 KiB
- libXxf86vm x86_64 1.1.6-2.fc42 fedora 29.2 KiB
- libaom x86_64 3.12.0-1.fc42 fedora 5.0 MiB
- libaribcaption x86_64 1.1.1-2.fc42 fedora 248.5 KiB
- libasyncns x86_64 0.8-30.fc42 fedora 59.5 KiB
- libavcodec-free x86_64 7.1.1-4.fc42 updates 9.8 MiB
- libavformat-free x86_64 7.1.1-4.fc42 updates 2.6 MiB
- libavif x86_64 1.1.1-1.fc42 fedora 213.9 KiB
- libavutil-free x86_64 7.1.1-4.fc42 updates 962.8 KiB
- libblkid-devel x86_64 2.40.4-7.fc42 fedora 44.9 KiB
- libbluray x86_64 1.3.4-9.fc42 fedora 397.6 KiB
- libcamera x86_64 0.4.0-4.fc42 fedora 1.9 MiB
- libcanberra x86_64 0.30-37.fc42 fedora 286.4 KiB
- libchromaprint x86_64 1.5.1-24.fc42 fedora 64.5 KiB
- libcloudproviders x86_64 0.3.6-1.fc42 fedora 124.3 KiB
- libcloudproviders-devel x86_64 0.3.6-1.fc42 fedora 375.4 KiB
- libcue x86_64 2.3.0-11.fc42 fedora 89.8 KiB
- libdatrie x86_64 0.2.13-11.fc42 fedora 57.8 KiB
- libdatrie-devel x86_64 0.2.13-11.fc42 fedora 597.7 KiB
- libdav1d x86_64 1.5.1-1.fc42 fedora 1.7 MiB
- libdecor x86_64 0.2.3-5.fc42 updates 165.2 KiB
- libdrm x86_64 2.4.125-1.fc42 updates 395.8 KiB
- libdvdnav x86_64 6.1.1-10.fc42 fedora 120.1 KiB
- libdvdread x86_64 6.1.3-9.fc42 fedora 160.1 KiB
- libebur128 x86_64 1.2.6-12.fc42 fedora 39.3 KiB
- libepoxy x86_64 1.5.10-9.fc42 fedora 1.1 MiB
- libepoxy-devel x86_64 1.5.10-9.fc42 fedora 1.6 MiB
- libexif x86_64 0.6.25-1.fc42 fedora 2.7 MiB
- libffi-devel x86_64 3.4.6-5.fc42 fedora 33.1 KiB
- libgexiv2 x86_64 0.14.5-1.fc42 updates 278.9 KiB
- libglvnd x86_64 1:1.7.0-7.fc42 fedora 530.2 KiB
- libglvnd-core-devel x86_64 1:1.7.0-7.fc42 fedora 40.3 KiB
- libglvnd-devel x86_64 1:1.7.0-7.fc42 fedora 2.1 MiB
- libglvnd-egl x86_64 1:1.7.0-7.fc42 fedora 68.7 KiB
- libglvnd-gles x86_64 1:1.7.0-7.fc42 fedora 105.9 KiB
- libglvnd-glx x86_64 1:1.7.0-7.fc42 fedora 609.2 KiB
- libglvnd-opengl x86_64 1:1.7.0-7.fc42 fedora 148.8 KiB
- libgsf x86_64 1.14.53-3.fc42 fedora 969.5 KiB
- libgudev x86_64 238-7.fc42 fedora 87.8 KiB
- libgusb x86_64 0.4.9-3.fc42 fedora 162.0 KiB
- libgxps x86_64 0.3.2-10.fc42 fedora 192.1 KiB
- libicu-devel x86_64 76.1-4.fc42 fedora 5.0 MiB
- libimobiledevice x86_64 1.3.0^20240916gited9703d-5.fc42 fedora 304.7 KiB
- libimobiledevice-glue x86_64 1.3.1-2.fc42 fedora 122.8 KiB
- libiptcdata x86_64 1.0.5-21.fc42 fedora 171.9 KiB
- libjpeg-turbo x86_64 3.1.0-2.fc42 fedora 803.2 KiB
- libjpeg-turbo-devel x86_64 3.1.0-2.fc42 fedora 353.9 KiB
- libjxl x86_64 1:0.11.1-2.fc42 fedora 3.0 MiB
- liblc3 x86_64 1.1.3-1.fc42 fedora 170.8 KiB
- libldac x86_64 2.0.2.3-17.fc42 fedora 82.2 KiB
- libldb x86_64 2:4.22.3-2.fc42 updates 450.7 KiB
- liblerc x86_64 4.0.0-8.fc42 fedora 636.1 KiB
- liblerc-devel x86_64 4.0.0-8.fc42 fedora 4.3 MiB
- libmodplug x86_64 1:0.8.9.0-27.fc42 fedora 355.2 KiB
- libmount-devel x86_64 2.40.4-7.fc42 fedora 63.5 KiB
- libnotify x86_64 0.8.6-1.fc42 updates 122.2 KiB
- libogg x86_64 2:1.3.5-11.fc42 fedora 45.3 KiB
- libopenmpt x86_64 0.7.13-3.fc42 fedora 1.6 MiB
- libosinfo x86_64 1.12.0-2.fc42 fedora 1.2 MiB
- libpciaccess x86_64 0.16-15.fc42 fedora 44.5 KiB
- libplist x86_64 2.6.0-2.fc42 fedora 237.0 KiB
- libpng x86_64 2:1.6.44-2.fc42 fedora 241.7 KiB
- libpng-devel x86_64 2:1.6.44-2.fc42 fedora 877.7 KiB
- libproxy x86_64 0.5.8-2.fc42 fedora 102.3 KiB
- librabbitmq x86_64 0.15.0-2.fc42 fedora 89.6 KiB
- librist x86_64 0.2.7-9.fc42 fedora 153.3 KiB
- librsvg2 x86_64 2.60.0-1.fc42 fedora 5.0 MiB
- libsbc x86_64 2.0-6.fc42 fedora 93.4 KiB
- libselinux-devel x86_64 3.8-2.fc42 updates 126.8 KiB
- libsepol-devel x86_64 3.8-1.fc42 fedora 120.8 KiB
- libsmbclient x86_64 2:4.22.3-2.fc42 updates 164.7 KiB
- libsndfile x86_64 1.2.2-8.fc42 fedora 550.0 KiB
- libsodium x86_64 1.0.20-4.fc42 fedora 389.1 KiB
- libsoup3 x86_64 3.6.5-1.fc42 fedora 1.1 MiB
- libswresample-free x86_64 7.1.1-4.fc42 updates 147.3 KiB
- libtalloc x86_64 2.4.3-2.fc42 fedora 64.1 KiB
- libtdb x86_64 1.4.13-2.fc42 fedora 100.5 KiB
- libtevent x86_64 0.16.2-2.fc42 fedora 101.4 KiB
- libtextstyle x86_64 0.23.1-2.fc42 fedora 207.5 KiB
- libthai x86_64 0.1.29-10.fc42 fedora 783.4 KiB
- libthai-devel x86_64 0.1.29-10.fc42 fedora 700.9 KiB
- libtheora x86_64 1:1.1.1-39.fc42 fedora 481.3 KiB
- libtiff x86_64 4.7.0-6.fc42 updates 619.0 KiB
- libtiff-devel x86_64 4.7.0-6.fc42 updates 761.9 KiB
- libtinysparql x86_64 3.9.2-1.fc42 updates 1.3 MiB
- libudfread x86_64 1.1.2-11.fc42 fedora 65.9 KiB
- libunwind x86_64 1.8.1-2.fc42 fedora 194.1 KiB
- libusbmuxd x86_64 2.1.0-3.fc42 fedora 75.2 KiB
- libva x86_64 2.22.0-4.fc42 fedora 329.4 KiB
- libvdpau x86_64 1.5-9.fc42 fedora 20.7 KiB
- libvisual x86_64 1:0.4.2-1.fc42 updates 494.1 KiB
- libvmaf x86_64 3.0.0-3.fc42 fedora 827.0 KiB
- libvorbis x86_64 1:1.3.7-12.fc42 fedora 833.4 KiB
- libvpl x86_64 1:2.15.0-2.fc42 updates 426.5 KiB
- libvpx x86_64 1.15.0-3.fc42 updates 3.3 MiB
- libwayland-client x86_64 1.23.1-1.fc42 updates 62.1 KiB
- libwayland-cursor x86_64 1.23.1-1.fc42 updates 37.3 KiB
- libwayland-egl x86_64 1.23.1-1.fc42 updates 12.4 KiB
- libwayland-server x86_64 1.23.1-1.fc42 updates 78.6 KiB
- libwbclient x86_64 2:4.22.3-2.fc42 updates 68.6 KiB
- libwebp x86_64 1.5.0-2.fc42 fedora 947.6 KiB
- libwebp-devel x86_64 1.5.0-2.fc42 fedora 121.2 KiB
- libxkbcommon-devel x86_64 1.8.1-1.fc42 fedora 358.8 KiB
- libxml2-devel x86_64 2.12.10-1.fc42 fedora 3.4 MiB
- libxshmfence x86_64 1.3.2-6.fc42 fedora 12.4 KiB
- libxslt x86_64 1.1.43-1.fc42 fedora 456.1 KiB
- libyuv x86_64 0-0.56.20240704git96bbdb5.fc42 fedora 683.6 KiB
- libzstd-devel x86_64 1.5.7-1.fc42 fedora 208.0 KiB
- lm_sensors-libs x86_64 3.6.0-22.fc42 fedora 85.8 KiB
- lmdb-libs x86_64 0.9.33-3.fc42 fedora 105.4 KiB
- lpcnetfreedv x86_64 0.5-8.fc42 fedora 14.8 MiB
- lttng-ust x86_64 2.13.8-4.fc42 fedora 1.1 MiB
- mbedtls x86_64 3.6.4-1.fc42 updates 1.3 MiB
- mesa-dri-drivers x86_64 25.1.4-2.fc42 updates 46.6 MiB
- mesa-filesystem x86_64 25.1.4-2.fc42 updates 3.6 KiB
- mesa-libEGL x86_64 25.1.4-2.fc42 updates 335.0 KiB
- mesa-libGL x86_64 25.1.4-2.fc42 updates 306.2 KiB
- mesa-libgbm x86_64 25.1.4-2.fc42 updates 19.7 KiB
- mpg123-libs x86_64 1.32.10-1.fc42 updates 814.0 KiB
- nspr x86_64 4.36.0-10.fc42 updates 315.5 KiB
- nss x86_64 3.113.0-1.fc42 updates 1.9 MiB
- nss-softokn x86_64 3.113.0-1.fc42 updates 1.9 MiB
- nss-softokn-freebl x86_64 3.113.0-1.fc42 updates 848.5 KiB
- nss-sysinit x86_64 3.113.0-1.fc42 updates 18.1 KiB
- nss-util x86_64 3.113.0-1.fc42 updates 200.8 KiB
- opencore-amr x86_64 0.1.6-8.fc42 fedora 348.7 KiB
- openh264 x86_64 2.5.1-1.fc42 fedora-cisco-openh264 1.1 MiB
- openjpeg x86_64 2.5.3-6.fc42 fedora 451.8 KiB
- openpgm x86_64 5.3.128-4.fc42 fedora 316.3 KiB
- opus x86_64 1.5.2-2.fc42 fedora 427.5 KiB
- orc x86_64 0.4.41-1.fc42 fedora 726.3 KiB
- osinfo-db noarch 20250124-1.fc42 fedora 3.9 MiB
- osinfo-db-tools x86_64 1.12.0-2.fc42 fedora 190.9 KiB
- pango x86_64 1.56.4-1.fc42 updates 1.0 MiB
- pango-devel x86_64 1.56.4-1.fc42 updates 1.5 MiB
- pcre2-devel x86_64 10.45-1.fc42 fedora 2.1 MiB
- pcre2-utf16 x86_64 10.45-1.fc42 fedora 626.3 KiB
- pcre2-utf32 x86_64 10.45-1.fc42 fedora 598.2 KiB
- pipewire-jack-audio-connection-kit-libs x86_64 1.4.7-1.fc42 updates 496.6 KiB
- pipewire-libs x86_64 1.4.7-1.fc42 updates 8.6 MiB
- pixman x86_64 0.46.2-1.fc42 updates 710.3 KiB
- pixman-devel x86_64 0.46.2-1.fc42 updates 56.1 KiB
- poppler x86_64 25.02.0-1.fc42 fedora 3.7 MiB
- poppler-data noarch 0.4.11-9.fc42 fedora 12.3 MiB
- poppler-glib x86_64 25.02.0-1.fc42 fedora 612.3 KiB
- pulseaudio-libs x86_64 17.0-5.fc42 fedora 3.4 MiB
- python3-packaging noarch 24.2-3.fc42 fedora 555.7 KiB
- rav1e-libs x86_64 0.7.1-5.fc42 fedora 3.0 MiB
- redhat-display-fonts noarch 4.1.0-1.fc42 fedora 963.9 KiB
- redhat-text-fonts noarch 4.1.0-1.fc42 fedora 788.2 KiB
- rtkit x86_64 0.11-66.fc42 fedora 138.1 KiB
- samba-client-libs x86_64 2:4.22.3-2.fc42 updates 19.5 MiB
- samba-common noarch 2:4.22.3-2.fc42 updates 202.1 KiB
- samba-common-libs x86_64 2:4.22.3-2.fc42 updates 259.3 KiB
- sdl12-compat x86_64 1.2.68-5.fc42 fedora 195.5 KiB
- sdl2-compat x86_64 2.32.56-1.fc42 updates 399.7 KiB
- shared-mime-info x86_64 2.3-7.fc42 fedora 5.2 MiB
- snappy x86_64 1.2.1-4.fc42 fedora 71.3 KiB
- sound-theme-freedesktop noarch 0.8-23.fc42 fedora 460.4 KiB
- soxr x86_64 0.1.3-18.fc42 fedora 191.5 KiB
- speex x86_64 1.2.0-19.fc42 fedora 128.5 KiB
- spirv-tools-libs x86_64 2025.2-2.fc42 updates 5.8 MiB
- srt-libs x86_64 1.5.4-2.fc42 fedora 997.8 KiB
- svt-av1-libs x86_64 2.3.0-1.fc42 fedora 5.6 MiB
- sysprof-capture-devel x86_64 48.0-1.fc42 fedora 273.8 KiB
- systemd-devel x86_64 257.7-1.fc42 updates 612.3 KiB
- totem-pl-parser x86_64 3.26.6-12.fc42 fedora 308.3 KiB
- twolame-libs x86_64 0.4.0-6.fc42 fedora 165.5 KiB
- uchardet x86_64 0.0.8-7.fc42 fedora 275.6 KiB
- upower-libs x86_64 1.90.9-4.fc42 updates 170.6 KiB
- vo-amrwbenc x86_64 0.1.3-22.fc42 fedora 153.9 KiB
- wayland-devel x86_64 1.23.1-1.fc42 updates 679.0 KiB
- webrtc-audio-processing x86_64 1.3-5.fc42 fedora 1.4 MiB
- wireplumber x86_64 0.5.10-1.fc42 updates 382.5 KiB
- wireplumber-libs x86_64 0.5.10-1.fc42 updates 1.2 MiB
- xdg-desktop-portal x86_64 1.20.3-1.fc42 updates 1.8 MiB
- xml-common noarch 0.6.3-66.fc42 fedora 78.4 KiB
- xprop x86_64 1.2.8-3.fc42 fedora 54.7 KiB
- xvidcore x86_64 1.3.7-13.fc42 fedora 878.4 KiB
- xz-devel x86_64 1:5.8.1-2.fc42 updates 258.8 KiB
- zeromq x86_64 4.3.5-21.fc42 fedora 890.1 KiB
- zlib-ng-compat-devel x86_64 2.2.4-3.fc42 fedora 107.0 KiB
- zvbi x86_64 0.2.43-2.fc42 fedora 1.2 MiB
- Installing weak dependencies:
- adwaita-mono-fonts noarch 48.2-2.fc42 fedora 5.4 MiB
- adwaita-sans-fonts noarch 48.2-2.fc42 fedora 1.7 MiB
- avif-pixbuf-loader x86_64 1.1.1-1.fc42 fedora 19.5 KiB
- dconf x86_64 0.40.0-15.fc42 fedora 315.4 KiB
- exiv2 x86_64 0.28.5-1.fc42 fedora 12.2 MiB
- gi-docgen-fonts noarch 2025.4-2.fc42 updates 0.0 B
- glib-networking x86_64 2.80.1-1.fc42 fedora 742.9 KiB
- intel-mediasdk x86_64 23.2.2-7.fc42 fedora 22.5 MiB
- intel-vpl-gpu-rt x86_64 25.2.5-1.fc42 updates 8.2 MiB
- jxl-pixbuf-loader x86_64 1:0.11.1-2.fc42 fedora 29.2 KiB
- libcamera-ipa x86_64 0.4.0-4.fc42 fedora 548.2 KiB
- libcanberra-gtk3 x86_64 0.30-37.fc42 fedora 78.7 KiB
- localsearch x86_64 3.9.0-1.fc42 fedora 3.8 MiB
- logrotate x86_64 3.22.0-3.fc42 fedora 148.9 KiB
- low-memory-monitor x86_64 2.1-12.fc42 fedora 66.0 KiB
- mesa-va-drivers x86_64 25.1.4-2.fc42 updates 115.0 B
- pipewire x86_64 1.4.7-1.fc42 updates 428.0 KiB
- pipewire-alsa x86_64 1.4.7-1.fc42 updates 158.0 KiB
- pipewire-jack-audio-connection-kit x86_64 1.4.7-1.fc42 updates 30.0 B
- pipewire-plugin-libcamera x86_64 1.4.7-1.fc42 updates 146.5 KiB
- pipewire-pulseaudio x86_64 1.4.7-1.fc42 updates 436.1 KiB
- rsvg-pixbuf-loader x86_64 2.60.0-1.fc42 fedora 345.0 KiB
- tinysparql x86_64 3.9.2-1.fc42 updates 2.5 MiB
- upower x86_64 1.90.9-4.fc42 updates 275.8 KiB
- usbmuxd x86_64 1.1.1^20240915git0b1b233-4.fc42 fedora 149.1 KiB
- webp-pixbuf-loader x86_64 0.2.7-3.fc42 fedora 28.6 KiB
- xdg-desktop-portal-gtk x86_64 1.15.3-1.fc42 fedora 469.2 KiB
-
- Transaction Summary:
- Installing: 325 packages
-
- Total size of inbound packages is 139 MiB. Need to download 139 MiB.
- After this operation, 535 MiB extra will be used (install 535 MiB, remove 0 B).
- [ 1/325] cairo-devel-0:1.18.2-3.fc42.x 100% | 112.3 KiB/s | 192.1 KiB | 00m02s
- [ 2/325] fontconfig-0:2.16.0-2.fc42.x8 100% | 141.5 KiB/s | 272.0 KiB | 00m02s
- [ 3/325] libXext-0:1.3.6-3.fc42.x86_64 100% | 41.5 KiB/s | 39.3 KiB | 00m01s
- [ 4/325] libXrender-0:0.9.12-2.fc42.x8 100% | 26.4 KiB/s | 26.9 KiB | 00m01s
- [ 5/325] libpng-2:1.6.44-2.fc42.x86_64 100% | 88.3 KiB/s | 123.9 KiB | 00m01s
- [ 6/325] default-fonts-core-sans-0:4.2 100% | 34.7 KiB/s | 31.3 KiB | 00m01s
- [ 7/325] xml-common-0:0.6.3-66.fc42.no 100% | 107.2 KiB/s | 31.2 KiB | 00m00s
- [ 8/325] cairo-0:1.18.2-3.fc42.x86_64 100% | 93.5 KiB/s | 731.8 KiB | 00m08s
- [ 9/325] freetype-0:2.13.3-2.fc42.x86_ 100% | 67.9 KiB/s | 415.5 KiB | 00m06s
- [ 10/325] abattis-cantarell-vf-fonts-0: 100% | 126.4 KiB/s | 120.3 KiB | 00m01s
- [ 11/325] graphite2-0:1.3.14-18.fc42.x8 100% | 119.4 KiB/s | 95.8 KiB | 00m01s
- [ 12/325] google-noto-fonts-common-0:20 100% | 67.5 KiB/s | 17.1 KiB | 00m00s
- [ 13/325] google-noto-sans-vf-fonts-0:2 100% | 127.8 KiB/s | 614.5 KiB | 00m05s
- [ 14/325] gdk-pixbuf2-0:2.42.12-10.fc42 100% | 145.0 KiB/s | 490.6 KiB | 00m03s
- [ 15/325] harfbuzz-0:10.4.0-1.fc42.x86_ 100% | 73.5 KiB/s | 1.1 MiB | 00m15s
- [ 16/325] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 213.7 KiB/s | 229.9 KiB | 00m01s
- [ 17/325] libjpeg-turbo-0:3.1.0-2.fc42. 100% | 72.1 KiB/s | 236.2 KiB | 00m03s
- [ 18/325] shared-mime-info-0:2.3-7.fc42 100% | 59.7 KiB/s | 393.7 KiB | 00m07s
- [ 19/325] adwaita-icon-theme-0:48.0-1.f 100% | 46.9 KiB/s | 399.2 KiB | 00m09s
- [ 20/325] cairo-gobject-0:1.18.2-3.fc42 100% | 85.3 KiB/s | 17.3 KiB | 00m00s
- [ 21/325] colord-libs-0:1.4.7-6.fc42.x8 100% | 239.7 KiB/s | 231.1 KiB | 00m01s
- [ 22/325] fribidi-0:1.0.16-2.fc42.x86_6 100% | 283.4 KiB/s | 53.6 KiB | 00m00s
- [ 23/325] gdk-pixbuf2-modules-0:2.42.12 100% | 188.7 KiB/s | 27.9 KiB | 00m00s
- [ 24/325] gtk-update-icon-cache-0:3.24. 100% | 450.1 KiB/s | 33.8 KiB | 00m00s
- [ 25/325] hicolor-icon-theme-0:0.17-20. 100% | 154.9 KiB/s | 65.7 KiB | 00m00s
- [ 26/325] libXcomposite-0:0.4.6-5.fc42. 100% | 151.0 KiB/s | 24.3 KiB | 00m00s
- [ 27/325] libXcursor-0:1.2.3-2.fc42.x86 100% | 368.9 KiB/s | 31.4 KiB | 00m00s
- [ 28/325] libXdamage-0:1.1.6-5.fc42.x86 100% | 231.7 KiB/s | 23.4 KiB | 00m00s
- [ 29/325] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 205.7 KiB/s | 19.1 KiB | 00m00s
- [ 30/325] libXi-0:1.8.2-2.fc42.x86_64 100% | 277.7 KiB/s | 40.5 KiB | 00m00s
- [ 31/325] libXinerama-0:1.1.5-8.fc42.x8 100% | 195.3 KiB/s | 14.3 KiB | 00m00s
- [ 32/325] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 128.0 KiB/s | 27.8 KiB | 00m00s
- [ 33/325] libcloudproviders-0:0.3.6-1.f 100% | 268.9 KiB/s | 46.8 KiB | 00m00s
- [ 34/325] adwaita-cursor-theme-0:48.0-1 100% | 72.1 KiB/s | 379.6 KiB | 00m05s
- [ 35/325] gtk3-devel-0:3.24.49-2.fc42.x 100% | 108.2 KiB/s | 4.3 MiB | 00m41s
- [ 36/325] lcms2-0:2.16-5.fc42.x86_64 100% | 178.2 KiB/s | 184.1 KiB | 00m01s
- [ 37/325] libgusb-0:0.4.9-3.fc42.x86_64 100% | 54.1 KiB/s | 65.3 KiB | 00m01s
- [ 38/325] json-glib-0:1.10.6-2.fc42.x86 100% | 73.4 KiB/s | 171.7 KiB | 00m02s
- [ 39/325] at-spi2-atk-devel-0:2.56.3-1. 100% | 27.5 KiB/s | 10.8 KiB | 00m00s
- [ 40/325] at-spi2-atk-0:2.56.3-1.fc42.x 100% | 28.3 KiB/s | 86.4 KiB | 00m03s
- [ 41/325] at-spi2-core-0:2.56.3-1.fc42. 100% | 74.7 KiB/s | 382.3 KiB | 00m05s
- [ 42/325] atk-0:2.56.3-1.fc42.x86_64 100% | 130.5 KiB/s | 80.1 KiB | 00m01s
- [ 43/325] libXtst-0:1.2.5-2.fc42.x86_64 100% | 45.8 KiB/s | 20.7 KiB | 00m00s
- [ 44/325] xprop-0:1.2.8-3.fc42.x86_64 100% | 75.7 KiB/s | 35.0 KiB | 00m00s
- [ 45/325] gtk3-0:3.24.49-2.fc42.x86_64 100% | 118.5 KiB/s | 5.8 MiB | 00m50s
- [ 46/325] atk-devel-0:2.56.3-1.fc42.x86 100% | 112.4 KiB/s | 443.6 KiB | 00m04s
- [ 47/325] python3-packaging-0:24.2-3.fc 100% | 149.5 KiB/s | 154.0 KiB | 00m01s
- [ 48/325] adwaita-icon-theme-legacy-0:4 100% | 95.8 KiB/s | 2.5 MiB | 00m26s
- [ 49/325] libXft-0:2.3.8-8.fc42.x86_64 100% | 84.4 KiB/s | 72.9 KiB | 00m01s
- [ 50/325] glib2-devel-0:2.84.3-1.fc42.x 100% | 147.1 KiB/s | 1.5 MiB | 00m10s
- [ 51/325] libdatrie-0:0.2.13-11.fc42.x8 100% | 99.9 KiB/s | 32.4 KiB | 00m00s
- [ 52/325] libthai-0:0.1.29-10.fc42.x86_ 100% | 240.1 KiB/s | 211.5 KiB | 00m01s
- [ 53/325] pango-0:1.56.4-1.fc42.x86_64 100% | 40.5 KiB/s | 350.8 KiB | 00m09s
- [ 54/325] fontconfig-devel-0:2.16.0-2.f 100% | 104.7 KiB/s | 167.3 KiB | 00m02s
- [ 55/325] pango-devel-0:1.56.4-1.fc42.x 100% | 43.0 KiB/s | 161.5 KiB | 00m04s
- [ 56/325] freetype-devel-0:2.13.3-2.fc4 100% | 136.7 KiB/s | 1.0 MiB | 00m08s
- [ 57/325] gettext-runtime-0:0.23.1-2.fc 100% | 130.8 KiB/s | 116.1 KiB | 00m01s
- [ 58/325] libtextstyle-0:0.23.1-2.fc42. 100% | 265.6 KiB/s | 92.1 KiB | 00m00s
- [ 59/325] gettext-envsubst-0:0.23.1-2.f 100% | 150.3 KiB/s | 37.7 KiB | 00m00s
- [ 60/325] wayland-devel-0:1.23.1-1.fc42 100% | 72.4 KiB/s | 152.1 KiB | 00m02s
- [ 61/325] gettext-0:0.23.1-2.fc42.x86_6 100% | 92.4 KiB/s | 1.1 MiB | 00m12s
- [ 62/325] libwayland-client-0:1.23.1-1. 100% | 44.0 KiB/s | 33.0 KiB | 00m01s
- [ 63/325] libwayland-cursor-0:1.23.1-1. 100% | 30.4 KiB/s | 18.8 KiB | 00m01s
- [ 64/325] libwayland-egl-0:1.23.1-1.fc4 100% | 11.4 KiB/s | 12.3 KiB | 00m01s
- [ 65/325] libwayland-server-0:1.23.1-1. 100% | 35.1 KiB/s | 41.5 KiB | 00m01s
- [ 66/325] cairo-gobject-devel-0:1.18.2- 100% | 12.9 KiB/s | 11.3 KiB | 00m01s
- [ 67/325] fribidi-devel-0:1.0.16-2.fc42 100% | 81.2 KiB/s | 29.5 KiB | 00m00s
- [ 68/325] gettext-libs-0:0.23.1-2.fc42. 100% | 55.6 KiB/s | 760.4 KiB | 00m14s
- [ 69/325] libXcursor-devel-0:1.2.3-2.fc 100% | 139.9 KiB/s | 39.7 KiB | 00m00s
- [ 70/325] libXdamage-devel-0:1.1.6-5.fc 100% | 72.4 KiB/s | 9.6 KiB | 00m00s
- [ 71/325] libXext-devel-0:1.3.6-3.fc42. 100% | 110.3 KiB/s | 85.3 KiB | 00m01s
- [ 72/325] libXfixes-devel-0:6.0.1-5.fc4 100% | 123.1 KiB/s | 12.7 KiB | 00m00s
- [ 73/325] gdk-pixbuf2-devel-0:2.42.12-1 100% | 129.6 KiB/s | 367.4 KiB | 00m03s
- [ 74/325] libXcomposite-devel-0:0.4.6-5 100% | 4.0 KiB/s | 16.0 KiB | 00m04s
- [ 75/325] libXinerama-devel-0:1.1.5-8.f 100% | 4.1 KiB/s | 13.2 KiB | 00m03s
- [ 76/325] libcloudproviders-devel-0:0.3 100% | 206.6 KiB/s | 49.2 KiB | 00m00s
- [ 77/325] libXi-devel-0:1.8.2-2.fc42.x8 100% | 23.7 KiB/s | 116.0 KiB | 00m05s
- [ 78/325] libxkbcommon-devel-0:1.8.1-1. 100% | 99.7 KiB/s | 68.2 KiB | 00m01s
- [ 79/325] libepoxy-devel-0:1.5.10-9.fc4 100% | 58.9 KiB/s | 133.3 KiB | 00m02s
- [ 80/325] cups-libs-1:2.4.12-3.fc42.x86 100% | 61.0 KiB/s | 261.9 KiB | 00m04s
- [ 81/325] cups-filesystem-1:2.4.12-3.fc 100% | 3.3 KiB/s | 13.6 KiB | 00m04s
- [ 82/325] avahi-libs-0:0.9~rc2-2.fc42.x 100% | 88.5 KiB/s | 69.1 KiB | 00m01s
- [ 83/325] libXrandr-devel-0:1.5.4-5.fc4 100% | 2.1 KiB/s | 19.4 KiB | 00m09s
- [ 84/325] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 58.3 KiB/s | 15.3 KiB | 00m00s
- [ 85/325] libsoup3-0:3.6.5-1.fc42.x86_6 100% | 133.7 KiB/s | 389.7 KiB | 00m03s
- [ 86/325] libtinysparql-0:3.9.2-1.fc42. 100% | 49.9 KiB/s | 373.6 KiB | 00m07s
- [ 87/325] fonts-filesystem-1:2.0.5-22.f 100% | 1.3 KiB/s | 8.7 KiB | 00m07s
- [ 88/325] jbigkit-libs-0:2.1-31.fc42.x8 100% | 40.3 KiB/s | 53.3 KiB | 00m01s
- [ 89/325] libtiff-0:4.7.0-6.fc42.x86_64 100% | 32.4 KiB/s | 219.9 KiB | 00m07s
- [ 90/325] liblerc-0:4.0.0-8.fc42.x86_64 100% | 62.4 KiB/s | 216.7 KiB | 00m03s
- [ 91/325] libjpeg-turbo-devel-0:3.1.0-2 100% | 249.7 KiB/s | 97.6 KiB | 00m00s
- [ 92/325] cmake-filesystem-0:3.31.6-2.f 100% | 137.4 KiB/s | 17.6 KiB | 00m00s
- [ 93/325] libtiff-devel-0:4.7.0-6.fc42. 100% | 158.1 KiB/s | 268.2 KiB | 00m02s
- [ 94/325] libwebp-0:1.5.0-2.fc42.x86_64 100% | 95.6 KiB/s | 320.6 KiB | 00m03s
- [ 95/325] zlib-ng-compat-devel-0:2.2.4- 100% | 202.2 KiB/s | 38.4 KiB | 00m00s
- [ 96/325] brotli-devel-0:1.1.0-6.fc42.x 100% | 166.3 KiB/s | 33.9 KiB | 00m00s
- [ 97/325] bzip2-devel-0:1.0.8-20.fc42.x 100% | 506.4 KiB/s | 213.7 KiB | 00m00s
- [ 98/325] libpng-devel-2:1.6.44-2.fc42. 100% | 241.8 KiB/s | 291.9 KiB | 00m01s
- [ 99/325] brotli-0:1.1.0-6.fc42.x86_64 100% | 22.6 KiB/s | 19.9 KiB | 00m01s
- [100/325] harfbuzz-cairo-0:10.4.0-1.fc4 100% | 73.1 KiB/s | 30.1 KiB | 00m00s
- [101/325] harfbuzz-icu-0:10.4.0-1.fc42. 100% | 35.4 KiB/s | 15.4 KiB | 00m00s
- [102/325] pixman-devel-0:0.46.2-1.fc42. 100% | 134.1 KiB/s | 18.0 KiB | 00m00s
- [103/325] libXrender-devel-0:0.9.12-2.f 100% | 112.4 KiB/s | 19.1 KiB | 00m00s
- [104/325] harfbuzz-devel-0:10.4.0-1.fc4 100% | 387.1 KiB/s | 453.7 KiB | 00m01s
- [105/325] libffi-devel-0:3.4.6-5.fc42.x 100% | 182.2 KiB/s | 28.8 KiB | 00m00s
- [106/325] libXft-devel-0:2.3.8-8.fc42.x 100% | 196.4 KiB/s | 49.7 KiB | 00m00s
- [107/325] pixman-0:0.46.2-1.fc42.x86_64 100% | 285.9 KiB/s | 292.7 KiB | 00m01s
- [108/325] libthai-devel-0:0.1.29-10.fc4 100% | 206.6 KiB/s | 147.1 KiB | 00m01s
- [109/325] libwebp-devel-0:1.5.0-2.fc42. 100% | 263.1 KiB/s | 39.7 KiB | 00m00s
- [110/325] libzstd-devel-0:1.5.7-1.fc42. 100% | 113.9 KiB/s | 53.1 KiB | 00m00s
- [111/325] libselinux-devel-0:3.8-2.fc42 100% | 205.9 KiB/s | 151.5 KiB | 00m01s
- [112/325] libxml2-devel-0:2.12.10-1.fc4 100% | 117.4 KiB/s | 523.7 KiB | 00m04s
- [113/325] libsepol-devel-0:3.8-1.fc42.x 100% | 31.0 KiB/s | 48.4 KiB | 00m02s
- [114/325] libmount-devel-0:2.40.4-7.fc4 100% | 68.5 KiB/s | 23.9 KiB | 00m00s
- [115/325] pcre2-utf16-0:10.45-1.fc42.x8 100% | 198.1 KiB/s | 241.9 KiB | 00m01s
- [116/325] pcre2-devel-0:10.45-1.fc42.x8 100% | 209.5 KiB/s | 543.4 KiB | 00m03s
- [117/325] sysprof-capture-devel-0:48.0- 100% | 222.3 KiB/s | 55.8 KiB | 00m00s
- [118/325] pcre2-utf32-0:10.45-1.fc42.x8 100% | 130.6 KiB/s | 228.7 KiB | 00m02s
- [119/325] dbus-devel-1:1.16.0-3.fc42.x8 100% | 181.1 KiB/s | 39.1 KiB | 00m00s
- [120/325] at-spi2-core-devel-0:2.56.3-1 100% | 142.3 KiB/s | 340.3 KiB | 00m02s
- [121/325] xz-devel-1:5.8.1-2.fc42.x86_6 100% | 30.9 KiB/s | 67.0 KiB | 00m02s
- [122/325] libblkid-devel-0:2.40.4-7.fc4 100% | 143.7 KiB/s | 23.0 KiB | 00m00s
- [123/325] libdatrie-devel-0:0.2.13-11.f 100% | 203.6 KiB/s | 156.0 KiB | 00m01s
- [124/325] libglvnd-devel-1:1.7.0-7.fc42 100% | 239.4 KiB/s | 161.8 KiB | 00m01s
- [125/325] libglvnd-core-devel-1:1.7.0-7 100% | 81.2 KiB/s | 17.4 KiB | 00m00s
- [126/325] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 71.0 KiB/s | 36.3 KiB | 00m01s
- [127/325] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 82.6 KiB/s | 114.4 KiB | 00m01s
- [128/325] libglvnd-gles-1:1.7.0-7.fc42. 100% | 99.6 KiB/s | 28.6 KiB | 00m00s
- [129/325] libglvnd-opengl-1:1.7.0-7.fc4 100% | 74.6 KiB/s | 37.4 KiB | 00m01s
- [130/325] graphite2-devel-0:1.3.14-18.f 100% | 84.6 KiB/s | 20.8 KiB | 00m00s
- [131/325] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 54.9 KiB/s | 133.1 KiB | 00m02s
- [132/325] systemd-devel-0:257.7-1.fc42. 100% | 254.5 KiB/s | 679.8 KiB | 00m03s
- [133/325] libXtst-devel-0:1.2.5-2.fc42. 100% | 46.5 KiB/s | 15.9 KiB | 00m00s
- [134/325] libicu-devel-0:76.1-4.fc42.x8 100% | 155.2 KiB/s | 793.5 KiB | 00m05s
- [135/325] mesa-libGL-0:25.1.4-2.fc42.x8 100% | 233.3 KiB/s | 121.6 KiB | 00m01s
- [136/325] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 141.7 KiB/s | 17.9 KiB | 00m00s
- [137/325] liblerc-devel-0:4.0.0-8.fc42. 100% | 184.7 KiB/s | 3.2 MiB | 00m18s
- [138/325] libxshmfence-0:1.3.2-6.fc42.x 100% | 41.2 KiB/s | 13.3 KiB | 00m00s
- [139/325] lm_sensors-libs-0:3.6.0-22.fc 100% | 109.6 KiB/s | 40.4 KiB | 00m00s
- [140/325] mesa-filesystem-0:25.1.4-2.fc 100% | 287.0 B/s | 8.7 KiB | 00m31s
- >>> Curl error (28): Timeout was reached for https://ftp-stud.hs-esslingen.de/pu
- [141/325] mesa-libEGL-0:25.1.4-2.fc42.x 100% | 581.2 KiB/s | 127.3 KiB | 00m00s
- [142/325] libdrm-0:2.4.125-1.fc42.x86_6 100% | 306.0 KiB/s | 161.3 KiB | 00m01s
- [143/325] mesa-libgbm-0:25.1.4-2.fc42.x 100% | 499.0 B/s | 14.7 KiB | 00m30s
- >>> Curl error (28): Timeout was reached for https://ftp-stud.hs-esslingen.de/pu
- [144/325] libpciaccess-0:0.16-15.fc42.x 100% | 5.1 KiB/s | 26.3 KiB | 00m05s
- [145/325] hwdata-0:0.397-1.fc42.noarch 100% | 1.5 MiB/s | 1.7 MiB | 00m01s
- [146/325] spirv-tools-libs-0:2025.2-2.f 100% | 260.2 KiB/s | 1.5 MiB | 00m06s
- [147/325] xdg-desktop-portal-gtk-0:1.15 100% | 688.0 KiB/s | 143.8 KiB | 00m00s
- [148/325] exempi-0:2.6.4-7.fc42.x86_64 100% | 2.2 MiB/s | 583.5 KiB | 00m00s
- [149/325] localsearch-0:3.9.0-1.fc42.x8 100% | 1.4 MiB/s | 932.4 KiB | 00m01s
- [150/325] libcue-0:2.3.0-11.fc42.x86_64 100% | 145.1 KiB/s | 35.1 KiB | 00m00s
- [151/325] libgsf-0:1.14.53-3.fc42.x86_6 100% | 1.1 MiB/s | 262.8 KiB | 00m00s
- [152/325] libexif-0:0.6.25-1.fc42.x86_6 100% | 1.6 MiB/s | 481.1 KiB | 00m00s
- [153/325] libgudev-0:238-7.fc42.x86_64 100% | 172.0 KiB/s | 34.9 KiB | 00m00s
- [154/325] libiptcdata-0:1.0.5-21.fc42.x 100% | 1.3 MiB/s | 60.5 KiB | 00m00s
- [155/325] libgxps-0:0.3.2-10.fc42.x86_6 100% | 304.2 KiB/s | 77.0 KiB | 00m00s
- [156/325] libosinfo-0:1.12.0-2.fc42.x86 100% | 682.0 KiB/s | 317.2 KiB | 00m00s
- [157/325] totem-pl-parser-0:3.26.6-12.f 100% | 1.0 MiB/s | 143.6 KiB | 00m00s
- [158/325] poppler-glib-0:25.02.0-1.fc42 100% | 347.1 KiB/s | 201.0 KiB | 00m01s
- [159/325] libxslt-0:1.1.43-1.fc42.x86_6 100% | 1.4 MiB/s | 181.5 KiB | 00m00s
- [160/325] osinfo-db-tools-0:1.12.0-2.fc 100% | 1.1 MiB/s | 73.2 KiB | 00m00s
- [161/325] poppler-0:25.02.0-1.fc42.x86_ 100% | 3.8 MiB/s | 1.3 MiB | 00m00s
- [162/325] uchardet-0:0.0.8-7.fc42.x86_6 100% | 1.2 MiB/s | 106.3 KiB | 00m00s
- [163/325] openjpeg-0:2.5.3-6.fc42.x86_6 100% | 490.6 KiB/s | 192.8 KiB | 00m00s
- [164/325] poppler-data-0:0.4.11-9.fc42. 100% | 3.7 MiB/s | 2.0 MiB | 00m01s
- [165/325] libcanberra-gtk3-0:0.30-37.fc 100% | 485.2 KiB/s | 30.6 KiB | 00m00s
- [166/325] libcanberra-0:0.30-37.fc42.x8 100% | 978.3 KiB/s | 84.1 KiB | 00m00s
- [167/325] libtdb-0:1.4.13-2.fc42.x86_64 100% | 2.1 MiB/s | 54.8 KiB | 00m00s
- [168/325] libvorbis-1:1.3.7-12.fc42.x86 100% | 2.1 MiB/s | 189.2 KiB | 00m00s
- [169/325] pulseaudio-libs-0:17.0-5.fc42 100% | 2.4 MiB/s | 701.1 KiB | 00m00s
- [170/325] sound-theme-freedesktop-0:0.8 100% | 1.5 MiB/s | 382.4 KiB | 00m00s
- [171/325] libogg-2:1.3.5-11.fc42.x86_64 100% | 430.5 KiB/s | 33.1 KiB | 00m00s
- [172/325] libasyncns-0:0.8-30.fc42.x86_ 100% | 188.8 KiB/s | 30.2 KiB | 00m00s
- [173/325] libsndfile-0:1.2.2-8.fc42.x86 100% | 1.6 MiB/s | 221.5 KiB | 00m00s
- [174/325] flac-libs-0:1.4.3-6.fc42.x86_ 100% | 1.0 MiB/s | 274.3 KiB | 00m00s
- [175/325] gsm-0:1.0.22-8.fc42.x86_64 100% | 795.3 KiB/s | 35.8 KiB | 00m00s
- [176/325] lame-libs-0:3.100-19.fc42.x86 100% | 2.8 MiB/s | 339.7 KiB | 00m00s
- [177/325] opus-0:1.5.2-2.fc42.x86_64 100% | 2.7 MiB/s | 236.9 KiB | 00m00s
- [178/325] dconf-0:0.40.0-15.fc42.x86_64 100% | 567.5 KiB/s | 109.5 KiB | 00m00s
- [179/325] jxl-pixbuf-loader-1:0.11.1-2. 100% | 473.7 KiB/s | 20.4 KiB | 00m00s
- [180/325] libjxl-1:0.11.1-2.fc42.x86_64 100% | 3.1 MiB/s | 1.1 MiB | 00m00s
- [181/325] highway-0:1.2.0-5.fc42.x86_64 100% | 2.8 MiB/s | 625.6 KiB | 00m00s
- [182/325] webp-pixbuf-loader-0:0.2.7-3. 100% | 380.7 KiB/s | 19.8 KiB | 00m00s
- [183/325] rsvg-pixbuf-loader-0:2.60.0-1 100% | 3.4 MiB/s | 167.8 KiB | 00m00s
- [184/325] librsvg2-0:2.60.0-1.fc42.x86_ 100% | 2.3 MiB/s | 1.9 MiB | 00m01s
- [185/325] osinfo-db-0:20250124-1.fc42.n 100% | 95.4 KiB/s | 476.1 KiB | 00m05s
- [186/325] avif-pixbuf-loader-0:1.1.1-1. 100% | 101.2 KiB/s | 16.2 KiB | 00m00s
- [187/325] libdav1d-0:1.5.1-1.fc42.x86_6 100% | 1.7 MiB/s | 640.9 KiB | 00m00s
- [188/325] libavif-0:1.1.1-1.fc42.x86_64 100% | 177.2 KiB/s | 100.1 KiB | 00m01s
- [189/325] libaom-0:3.12.0-1.fc42.x86_64 100% | 1.7 MiB/s | 1.8 MiB | 00m01s
- [190/325] libyuv-0:0-0.56.20240704git96 100% | 206.6 KiB/s | 201.9 KiB | 00m01s
- [191/325] rav1e-libs-0:0.7.1-5.fc42.x86 100% | 1.5 MiB/s | 1.0 MiB | 00m01s
- [192/325] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 1.8 MiB/s | 197.7 KiB | 00m00s
- [193/325] gi-docgen-fonts-0:2025.4-2.fc 100% | 107.8 KiB/s | 8.6 KiB | 00m00s
- [194/325] adobe-source-code-pro-fonts-0 100% | 519.5 KiB/s | 806.3 KiB | 00m02s
- [195/325] redhat-display-fonts-0:4.1.0- 100% | 620.5 KiB/s | 555.4 KiB | 00m01s
- [196/325] redhat-text-fonts-0:4.1.0-1.f 100% | 1.0 MiB/s | 483.2 KiB | 00m00s
- [197/325] tinysparql-0:3.9.2-1.fc42.x86 100% | 229.4 KiB/s | 1.0 MiB | 00m04s
- [198/325] glib-networking-0:2.80.1-1.fc 100% | 1.4 MiB/s | 201.4 KiB | 00m00s
- [199/325] libproxy-0:0.5.8-2.fc42.x86_6 100% | 473.6 KiB/s | 45.5 KiB | 00m00s
- [200/325] mesa-va-drivers-0:25.1.4-2.fc 100% | 240.5 KiB/s | 7.5 KiB | 00m00s
- [201/325] svt-av1-libs-0:2.3.0-1.fc42.x 100% | 223.6 KiB/s | 2.0 MiB | 00m09s
- [202/325] xdg-desktop-portal-0:1.20.3-1 100% | 387.8 KiB/s | 505.3 KiB | 00m01s
- [203/325] fuse3-0:3.16.2-5.fc42.x86_64 100% | 211.2 KiB/s | 57.4 KiB | 00m00s
- [204/325] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 353.0 KiB/s | 94.2 KiB | 00m00s
- [205/325] fuse-common-0:3.16.2-5.fc42.x 100% | 54.4 KiB/s | 8.6 KiB | 00m00s
- [206/325] geoclue2-0:2.7.2-2.fc42.x86_6 100% | 177.5 KiB/s | 144.1 KiB | 00m01s
- [207/325] ModemManager-glib-0:1.22.0-5. 100% | 310.5 KiB/s | 304.6 KiB | 00m01s
- [208/325] cpuinfo-0:24.09.26-2.git1e83a 100% | 286.6 KiB/s | 43.8 KiB | 00m00s
- [209/325] gpgmepp-0:1.24.3-1.fc42.x86_6 100% | 222.7 KiB/s | 143.2 KiB | 00m01s
- [210/325] gpgme-0:1.24.3-1.fc42.x86_64 100% | 137.0 KiB/s | 219.1 KiB | 00m02s
- [211/325] gsettings-desktop-schemas-0:4 100% | 235.9 KiB/s | 784.0 KiB | 00m03s
- [212/325] nss-0:3.113.0-1.fc42.x86_64 100% | 979.2 KiB/s | 711.9 KiB | 00m01s
- [213/325] nspr-0:4.36.0-10.fc42.x86_64 100% | 118.0 KiB/s | 137.5 KiB | 00m01s
- [214/325] nss-softokn-0:3.113.0-1.fc42. 100% | 793.2 KiB/s | 416.5 KiB | 00m01s
- [215/325] nss-sysinit-0:3.113.0-1.fc42. 100% | 612.1 KiB/s | 19.0 KiB | 00m00s
- [216/325] giflib-0:5.2.2-6.fc42.x86_64 100% | 573.8 KiB/s | 52.2 KiB | 00m00s
- [217/325] nss-softokn-freebl-0:3.113.0- 100% | 252.1 KiB/s | 329.0 KiB | 00m01s
- [218/325] libunwind-0:1.8.1-2.fc42.x86_ 100% | 176.6 KiB/s | 77.2 KiB | 00m00s
- [219/325] gstreamer1-0:1.26.3-1.fc42.x8 100% | 385.5 KiB/s | 1.6 MiB | 00m04s
- [220/325] cdparanoia-libs-0:10.2-47.fc4 100% | 360.1 KiB/s | 54.0 KiB | 00m00s
- [221/325] graphene-0:1.10.6-10.fc42.x86 100% | 276.0 KiB/s | 61.3 KiB | 00m00s
- [222/325] gstreamer1-plugins-base-0:1.2 100% | 201.5 KiB/s | 2.3 MiB | 00m12s
- [223/325] libXv-0:1.0.13-2.fc42.x86_64 100% | 61.7 KiB/s | 18.6 KiB | 00m00s
- [224/325] libtheora-1:1.1.1-39.fc42.x86 100% | 534.3 KiB/s | 170.4 KiB | 00m00s
- [225/325] orc-0:0.4.41-1.fc42.x86_64 100% | 446.3 KiB/s | 220.5 KiB | 00m00s
- [226/325] mesa-dri-drivers-0:25.1.4-2.f 100% | 162.4 KiB/s | 12.5 MiB | 01m19s
- [227/325] libavformat-free-0:7.1.1-4.fc 100% | 365.1 KiB/s | 1.1 MiB | 00m03s
- [228/325] libavutil-free-0:7.1.1-4.fc42 100% | 223.8 KiB/s | 358.1 KiB | 00m02s
- [229/325] game-music-emu-0:0.6.3-17.fc4 100% | 452.7 KiB/s | 154.4 KiB | 00m00s
- [230/325] libbluray-0:1.3.4-9.fc42.x86_ 100% | 360.6 KiB/s | 174.2 KiB | 00m00s
- [231/325] libchromaprint-0:1.5.1-24.fc4 100% | 208.1 KiB/s | 41.8 KiB | 00m00s
- [232/325] libdvdnav-0:6.1.1-10.fc42.x86 100% | 185.6 KiB/s | 55.9 KiB | 00m00s
- [233/325] libdvdread-0:6.1.3-9.fc42.x86 100% | 235.0 KiB/s | 72.6 KiB | 00m00s
- [234/325] libmodplug-1:0.8.9.0-27.fc42. 100% | 176.1 KiB/s | 178.4 KiB | 00m01s
- [235/325] iso-codes-0:4.17.0-2.fc42.noa 100% | 216.0 KiB/s | 3.6 MiB | 00m17s
- [236/325] librabbitmq-0:0.15.0-2.fc42.x 100% | 125.1 KiB/s | 43.9 KiB | 00m00s
- [237/325] librist-0:0.2.7-9.fc42.x86_64 100% | 403.6 KiB/s | 76.7 KiB | 00m00s
- [238/325] srt-libs-0:1.5.4-2.fc42.x86_6 100% | 3.5 MiB/s | 389.6 KiB | 00m00s
- [239/325] zeromq-0:4.3.5-21.fc42.x86_64 100% | 2.4 MiB/s | 468.9 KiB | 00m00s
- [240/325] libopenmpt-0:0.7.13-3.fc42.x8 100% | 332.3 KiB/s | 718.4 KiB | 00m02s
- [241/325] aribb24-0:1.0.3^20160216git5e 100% | 555.6 KiB/s | 38.3 KiB | 00m00s
- [242/325] libswresample-free-0:7.1.1-4. 100% | 110.7 KiB/s | 67.9 KiB | 00m01s
- [243/325] fdk-aac-free-0:2.0.0-15.fc42. 100% | 1.6 MiB/s | 342.4 KiB | 00m00s
- [244/325] ilbc-0:3.0.4-13.fc42.x86_64 100% | 933.3 KiB/s | 56.9 KiB | 00m00s
- [245/325] libaribcaption-0:1.1.1-2.fc42 100% | 596.8 KiB/s | 111.6 KiB | 00m00s
- [246/325] liblc3-0:1.1.3-1.fc42.x86_64 100% | 841.3 KiB/s | 105.2 KiB | 00m00s
- [247/325] libva-0:2.22.0-4.fc42.x86_64 100% | 1.1 MiB/s | 116.9 KiB | 00m00s
- [248/325] opencore-amr-0:0.1.6-8.fc42.x 100% | 1.1 MiB/s | 181.9 KiB | 00m00s
- [249/325] snappy-0:1.2.1-4.fc42.x86_64 100% | 1.2 MiB/s | 39.9 KiB | 00m00s
- [250/325] speex-0:1.2.0-19.fc42.x86_64 100% | 996.5 KiB/s | 70.8 KiB | 00m00s
- [251/325] twolame-libs-0:0.4.0-6.fc42.x 100% | 249.9 KiB/s | 68.7 KiB | 00m00s
- [252/325] vo-amrwbenc-0:0.1.3-22.fc42.x 100% | 332.6 KiB/s | 82.8 KiB | 00m00s
- [253/325] xvidcore-0:1.3.7-13.fc42.x86_ 100% | 1.0 MiB/s | 267.4 KiB | 00m00s
- [254/325] zvbi-0:0.2.43-2.fc42.x86_64 100% | 2.4 MiB/s | 433.3 KiB | 00m00s
- [255/325] libvdpau-0:1.5-9.fc42.x86_64 100% | 59.8 KiB/s | 16.6 KiB | 00m00s
- [256/325] libudfread-0:1.1.2-11.fc42.x8 100% | 133.4 KiB/s | 35.5 KiB | 00m00s
- [257/325] cjson-0:1.7.18-2.fc42.x86_64 100% | 388.2 KiB/s | 32.2 KiB | 00m00s
- [258/325] libsodium-0:1.0.20-4.fc42.x86 100% | 713.8 KiB/s | 175.6 KiB | 00m00s
- [259/325] codec2-0:1.2.0-6.fc42.x86_64 100% | 215.8 KiB/s | 644.4 KiB | 00m03s
- [260/325] openpgm-0:5.3.128-4.fc42.x86_ 100% | 573.9 KiB/s | 183.1 KiB | 00m00s
- [261/325] soxr-0:0.1.3-18.fc42.x86_64 100% | 110.3 KiB/s | 86.8 KiB | 00m01s
- [262/325] lpcnetfreedv-0:0.5-8.fc42.x86 100% | 8.4 MiB/s | 7.3 MiB | 00m01s
- [263/325] libgexiv2-0:0.14.5-1.fc42.x86 100% | 361.5 KiB/s | 100.9 KiB | 00m00s
- [264/325] inih-cpp-0:58-3.fc42.x86_64 100% | 275.1 KiB/s | 18.7 KiB | 00m00s
- [265/325] inih-0:58-3.fc42.x86_64 100% | 219.5 KiB/s | 18.0 KiB | 00m00s
- [266/325] upower-libs-0:1.90.9-4.fc42.x 100% | 311.7 KiB/s | 58.3 KiB | 00m00s
- [267/325] mpg123-libs-0:1.32.10-1.fc42. 100% | 250.2 KiB/s | 355.5 KiB | 00m01s
- [268/325] exiv2-libs-0:0.28.5-1.fc42.x8 100% | 271.5 KiB/s | 903.7 KiB | 00m03s
- [269/325] alsa-lib-0:1.2.14-3.fc42.x86_ 100% | 1.2 MiB/s | 531.3 KiB | 00m00s
- [270/325] libnotify-0:0.8.6-1.fc42.x86_ 100% | 1.5 MiB/s | 52.0 KiB | 00m00s
- [271/325] mbedtls-0:3.6.4-1.fc42.x86_64 100% | 224.2 KiB/s | 510.9 KiB | 00m02s
- [272/325] pipewire-libs-0:1.4.7-1.fc42. 100% | 4.4 MiB/s | 2.4 MiB | 00m01s
- [273/325] libebur128-0:1.2.6-12.fc42.x8 100% | 427.7 KiB/s | 24.8 KiB | 00m00s
- [274/325] libldac-0:2.0.2.3-17.fc42.x86 100% | 702.7 KiB/s | 42.9 KiB | 00m00s
- [275/325] libsbc-0:2.0-6.fc42.x86_64 100% | 1.3 MiB/s | 49.3 KiB | 00m00s
- [276/325] webrtc-audio-processing-0:1.3 100% | 2.9 MiB/s | 537.4 KiB | 00m00s
- [277/325] gobject-introspection-0:1.84. 100% | 1.7 MiB/s | 119.9 KiB | 00m00s
- [278/325] bluez-libs-0:5.83-2.fc42.x86_ 100% | 390.0 KiB/s | 83.5 KiB | 00m00s
- [279/325] nss-util-0:3.113.0-1.fc42.x86 100% | 557.8 KiB/s | 85.9 KiB | 00m00s
- [280/325] libvpl-1:2.15.0-2.fc42.x86_64 100% | 657.6 KiB/s | 161.1 KiB | 00m00s
- [281/325] fftw-libs-single-0:3.3.10-15. 100% | 970.7 KiB/s | 1.2 MiB | 00m01s
- [282/325] libsmbclient-2:4.22.3-2.fc42. 100% | 644.8 KiB/s | 78.7 KiB | 00m00s
- [283/325] samba-common-2:4.22.3-2.fc42. 100% | 818.4 KiB/s | 177.6 KiB | 00m00s
- [284/325] libtalloc-0:2.4.3-2.fc42.x86_ 100% | 375.3 KiB/s | 34.9 KiB | 00m00s
- [285/325] libtevent-0:0.16.2-2.fc42.x86 100% | 431.6 KiB/s | 51.4 KiB | 00m00s
- [286/325] libldb-2:4.22.3-2.fc42.x86_64 100% | 659.9 KiB/s | 189.4 KiB | 00m00s
- [287/325] lmdb-libs-0:0.9.33-3.fc42.x86 100% | 462.4 KiB/s | 62.4 KiB | 00m00s
- [288/325] libavcodec-free-0:7.1.1-4.fc4 100% | 255.6 KiB/s | 4.2 MiB | 00m17s
- [289/325] libwbclient-2:4.22.3-2.fc42.x 100% | 499.1 KiB/s | 47.4 KiB | 00m00s
- [290/325] openh264-0:2.5.1-1.fc42.x86_6 100% | 482.9 KiB/s | 423.1 KiB | 00m01s
- [291/325] libvisual-1:0.4.2-1.fc42.x86_ 100% | 394.0 KiB/s | 169.0 KiB | 00m00s
- [292/325] sdl12-compat-0:1.2.68-5.fc42. 100% | 211.9 KiB/s | 91.1 KiB | 00m00s
- [293/325] sdl2-compat-0:2.32.56-1.fc42. 100% | 297.2 KiB/s | 134.9 KiB | 00m00s
- [294/325] libvpx-0:1.15.0-3.fc42.x86_64 100% | 169.8 KiB/s | 1.2 MiB | 00m07s
- [295/325] SDL3-0:3.2.16-1.fc42.x86_64 100% | 175.7 KiB/s | 1.0 MiB | 00m06s
- [296/325] samba-common-libs-2:4.22.3-2. 100% | 144.7 KiB/s | 107.9 KiB | 00m01s
- [297/325] libdecor-0:0.2.3-5.fc42.x86_6 100% | 250.9 KiB/s | 58.0 KiB | 00m00s
- [298/325] OpenCL-ICD-Loader-0:3.0.6-2.2 100% | 167.9 KiB/s | 28.2 KiB | 00m00s
- [299/325] low-memory-monitor-0:2.1-12.f 100% | 602.5 KiB/s | 34.3 KiB | 00m00s
- [300/325] pipewire-0:1.4.7-1.fc42.x86_6 100% | 225.3 KiB/s | 134.7 KiB | 00m01s
- [301/325] glibc-gconv-extra-0:2.41-9.fc 100% | 236.0 KiB/s | 1.6 MiB | 00m07s
- [302/325] rtkit-0:0.11-66.fc42.x86_64 100% | 10.6 KiB/s | 55.1 KiB | 00m05s
- [303/325] adwaita-mono-fonts-0:48.2-2.f 100% | 1.3 MiB/s | 1.4 MiB | 00m01s
- [304/325] adwaita-sans-fonts-0:48.2-2.f 100% | 1.7 MiB/s | 764.0 KiB | 00m00s
- [305/325] upower-0:1.90.9-4.fc42.x86_64 100% | 546.5 KiB/s | 116.9 KiB | 00m00s
- [306/325] exiv2-0:0.28.5-1.fc42.x86_64 100% | 3.6 MiB/s | 2.1 MiB | 00m01s
- [307/325] libplist-0:2.6.0-2.fc42.x86_6 100% | 1.1 MiB/s | 97.4 KiB | 00m00s
- [308/325] libimobiledevice-0:1.3.0^2024 100% | 494.7 KiB/s | 140.5 KiB | 00m00s
- [309/325] libusbmuxd-0:2.1.0-3.fc42.x86 100% | 543.6 KiB/s | 37.5 KiB | 00m00s
- [310/325] libimobiledevice-glue-0:1.3.1 100% | 193.4 KiB/s | 53.8 KiB | 00m00s
- [311/325] samba-client-libs-2:4.22.3-2. 100% | 297.9 KiB/s | 5.6 MiB | 00m19s
- [312/325] logrotate-0:3.22.0-3.fc42.x86 100% | 282.8 KiB/s | 76.1 KiB | 00m00s
- [313/325] wireplumber-0:0.5.10-1.fc42.x 100% | 119.2 KiB/s | 113.6 KiB | 00m01s
- [314/325] wireplumber-libs-0:0.5.10-1.f 100% | 326.1 KiB/s | 394.9 KiB | 00m01s
- [315/325] pipewire-alsa-0:1.4.7-1.fc42. 100% | 305.4 KiB/s | 60.8 KiB | 00m00s
- [316/325] pipewire-jack-audio-connectio 100% | 194.0 KiB/s | 12.8 KiB | 00m00s
- [317/325] pipewire-jack-audio-connectio 100% | 483.5 KiB/s | 144.6 KiB | 00m00s
- [318/325] intel-mediasdk-0:23.2.2-7.fc4 100% | 549.1 KiB/s | 2.7 MiB | 00m05s
- [319/325] pipewire-pulseaudio-0:1.4.7-1 100% | 420.1 KiB/s | 210.5 KiB | 00m01s
- [320/325] pipewire-plugin-libcamera-0:1 100% | 135.7 KiB/s | 75.4 KiB | 00m01s
- [321/325] lttng-ust-0:2.13.8-4.fc42.x86 100% | 1.0 MiB/s | 331.4 KiB | 00m00s
- [322/325] usbmuxd-0:1.1.1^20240915git0b 100% | 1.2 MiB/s | 67.2 KiB | 00m00s
- [323/325] libcamera-ipa-0:0.4.0-4.fc42. 100% | 1.5 MiB/s | 147.0 KiB | 00m00s
- [324/325] libcamera-0:0.4.0-4.fc42.x86_ 100% | 809.9 KiB/s | 605.0 KiB | 00m01s
- [325/325] intel-vpl-gpu-rt-0:25.2.5-1.f 100% | 266.8 KiB/s | 2.4 MiB | 00m09s
- --------------------------------------------------------------------------------
- [325/325] Total 100% | 547.9 KiB/s | 138.7 MiB | 04m19s
- Running transaction
- [ 1/327] Verify package files 100% | 682.0 B/s | 325.0 B | 00m00s
- [ 2/327] Prepare transaction 100% | 1.9 KiB/s | 325.0 B | 00m00s
- [ 3/327] Installing libXext-0:1.3.6-3. 100% | 89.1 MiB/s | 91.2 KiB | 00m00s
- [ 4/327] Installing libpng-2:1.6.44-2. 100% | 118.6 MiB/s | 242.9 KiB | 00m00s
- [ 5/327] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s
- [ 6/327] Installing avahi-libs-0:0.9~r 100% | 60.6 MiB/s | 186.2 KiB | 00m00s
- [ 7/327] Installing libjpeg-turbo-0:3. 100% | 262.0 MiB/s | 804.9 KiB | 00m00s
- [ 8/327] Installing libXext-devel-0:1. 100% | 54.2 MiB/s | 110.9 KiB | 00m00s
- [ 9/327] Installing libwayland-client- 100% | 61.8 MiB/s | 63.3 KiB | 00m00s
- [ 10/327] Installing nspr-0:4.36.0-10.f 100% | 103.3 MiB/s | 317.3 KiB | 00m00s
- [ 11/327] Installing libogg-2:1.3.5-11. 100% | 45.8 MiB/s | 46.9 KiB | 00m00s
- [ 12/327] Installing libvorbis-1:1.3.7- 100% | 204.1 MiB/s | 835.9 KiB | 00m00s
- [ 13/327] Installing json-glib-0:1.10.6 100% | 196.1 MiB/s | 602.5 KiB | 00m00s
- [ 14/327] Installing libXrender-0:0.9.1 100% | 50.1 MiB/s | 51.3 KiB | 00m00s
- [ 15/327] Installing libXrender-devel-0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s
- [ 16/327] Installing libXi-0:1.8.2-2.fc 100% | 83.7 MiB/s | 85.7 KiB | 00m00s
- [ 17/327] Installing libplist-0:2.6.0-2 100% | 14.6 MiB/s | 239.7 KiB | 00m00s
- [ 18/327] Installing libtalloc-0:2.4.3- 100% | 63.7 MiB/s | 65.2 KiB | 00m00s
- [ 19/327] Installing libtdb-0:1.4.13-2. 100% | 99.2 MiB/s | 101.6 KiB | 00m00s
- [ 20/327] Installing libglvnd-1:1.7.0-7 100% | 259.6 MiB/s | 531.6 KiB | 00m00s
- [ 21/327] Installing cmake-filesystem-0 100% | 2.5 MiB/s | 7.6 KiB | 00m00s
- [ 22/327] Installing zlib-ng-compat-dev 100% | 106.0 MiB/s | 108.5 KiB | 00m00s
- [ 23/327] Installing libXfixes-0:6.0.1- 100% | 30.8 MiB/s | 31.6 KiB | 00m00s
- [ 24/327] Installing libXfixes-devel-0: 100% | 9.7 MiB/s | 9.9 KiB | 00m00s
- [ 25/327] Installing libpng-devel-2:1.6 100% | 50.6 MiB/s | 881.7 KiB | 00m00s
- [ 26/327] Installing nss-util-0:3.113.0 100% | 98.5 MiB/s | 201.8 KiB | 00m00s
- [ 27/327] Installing libwayland-cursor- 100% | 37.6 MiB/s | 38.5 KiB | 00m00s
- [ 28/327] Installing alsa-lib-0:1.2.14- 100% | 60.2 MiB/s | 1.4 MiB | 00m00s
- [ 29/327] Installing opus-0:1.5.2-2.fc4 100% | 209.3 MiB/s | 428.6 KiB | 00m00s
- [ 30/327] Installing libgudev-0:238-7.f 100% | 43.6 MiB/s | 89.3 KiB | 00m00s
- [ 31/327] Installing libwebp-0:1.5.0-2. 100% | 185.9 MiB/s | 951.8 KiB | 00m00s
- [ 32/327] Installing libsoup3-0:3.6.5-1 100% | 229.3 MiB/s | 1.1 MiB | 00m00s
- [ 33/327] Installing lcms2-0:2.16-5.fc4 100% | 214.5 MiB/s | 439.3 KiB | 00m00s
- [ 34/327] Installing libXi-devel-0:1.8. 100% | 141.2 MiB/s | 144.6 KiB | 00m00s
- [ 35/327] Installing libtevent-0:0.16.2 100% | 100.1 MiB/s | 102.5 KiB | 00m00s
- [ 36/327] Installing libimobiledevice-g 100% | 60.7 MiB/s | 124.4 KiB | 00m00s
- [ 37/327] Installing avahi-glib-0:0.9~r 100% | 23.9 MiB/s | 24.4 KiB | 00m00s
- [ 38/327] Installing libtinysparql-0:3. 100% | 38.1 MiB/s | 1.3 MiB | 00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.22.3-2.fc42.noarch
- >>> Finished sysusers scriptlet: samba-common-2:4.22.3-2.fc42.noarch
- >>> Scriptlet output:
- >>> Creating group 'printadmin' with GID 994.
- >>>
- [ 39/327] Installing samba-common-2:4.2 100% | 10.0 MiB/s | 205.6 KiB | 00m00s
- [ 40/327] Installing libvpl-1:2.15.0-2. 100% | 104.6 MiB/s | 428.5 KiB | 00m00s
- [ 41/327] Installing libunwind-0:1.8.1- 100% | 64.3 MiB/s | 197.4 KiB | 00m00s
- [ 42/327] Installing gstreamer1-0:1.26. 100% | 148.4 MiB/s | 5.3 MiB | 00m00s
- [ 43/327] Installing libdav1d-0:1.5.1-1 100% | 282.3 MiB/s | 1.7 MiB | 00m00s
- [ 44/327] Installing hwdata-0:0.397-1.f 100% | 415.7 MiB/s | 9.6 MiB | 00m00s
- [ 45/327] Installing mesa-filesystem-0: 100% | 0.0 B/s | 4.3 KiB | 00m00s
- [ 46/327] Installing libwayland-server- 100% | 77.9 MiB/s | 79.8 KiB | 00m00s
- [ 47/327] Installing libwayland-egl-0:1 100% | 13.2 MiB/s | 13.6 KiB | 00m00s
- [ 48/327] Installing fribidi-0:1.0.16-2 100% | 12.0 MiB/s | 196.8 KiB | 00m00s
- [ 49/327] Installing shared-mime-info-0 100% | 67.8 MiB/s | 2.6 MiB | 00m00s
- [ 50/327] Installing gdk-pixbuf2-0:2.42 100% | 120.3 MiB/s | 2.5 MiB | 00m00s
- [ 51/327] Installing libepoxy-0:1.5.10- 100% | 67.6 MiB/s | 1.1 MiB | 00m00s
- [ 52/327] Installing xml-common-0:0.6.3 100% | 39.6 MiB/s | 81.1 KiB | 00m00s
- [ 53/327] Installing fribidi-devel-0:1. 100% | 40.0 MiB/s | 81.9 KiB | 00m00s
- [ 54/327] Installing libXcursor-0:1.2.3 100% | 28.9 MiB/s | 59.1 KiB | 00m00s
- [ 55/327] Installing libXdamage-0:1.1.6 100% | 44.1 MiB/s | 45.2 KiB | 00m00s
- [ 56/327] Installing libjpeg-turbo-deve 100% | 174.1 MiB/s | 356.5 KiB | 00m00s
- [ 57/327] Installing libXtst-0:1.2.5-2. 100% | 33.8 MiB/s | 34.6 KiB | 00m00s
- [ 58/327] Installing libXrandr-0:1.5.4- 100% | 55.7 MiB/s | 57.0 KiB | 00m00s
- [ 59/327] Installing libtheora-1:1.1.1- 100% | 157.5 MiB/s | 483.7 KiB | 00m00s
- [ 60/327] Installing libXinerama-0:1.1. 100% | 19.6 MiB/s | 20.1 KiB | 00m00s
- [ 61/327] Installing mpg123-libs-0:1.32 100% | 199.4 MiB/s | 816.6 KiB | 00m00s
- [ 62/327] Installing liblc3-0:1.1.3-1.f 100% | 167.8 MiB/s | 171.8 KiB | 00m00s
- [ 63/327] Installing fdk-aac-free-0:2.0 100% | 201.0 MiB/s | 617.3 KiB | 00m00s
- [ 64/327] Installing libdvdread-0:6.1.3 100% | 79.0 MiB/s | 161.8 KiB | 00m00s
- [ 65/327] Installing gsettings-desktop- 100% | 494.5 MiB/s | 5.4 MiB | 00m00s
- [ 66/327] Installing fuse3-libs-0:3.16. 100% | 138.0 MiB/s | 282.6 KiB | 00m00s
- [ 67/327] Installing rav1e-libs-0:0.7.1 100% | 301.7 MiB/s | 3.0 MiB | 00m00s
- [ 68/327] Installing lame-libs-0:3.100- 100% | 400.8 MiB/s | 1.2 MiB | 00m00s
- [ 69/327] Installing gsm-0:1.0.22-8.fc4 100% | 68.8 MiB/s | 70.4 KiB | 00m00s
- [ 70/327] Installing openjpeg-0:2.5.3-6 100% | 147.7 MiB/s | 453.8 KiB | 00m00s
- [ 71/327] Installing libffi-devel-0:3.4 100% | 34.0 MiB/s | 34.8 KiB | 00m00s
- [ 72/327] Installing pixman-0:0.46.2-1. 100% | 231.6 MiB/s | 711.4 KiB | 00m00s
- [ 73/327] Installing pixman-devel-0:0.4 100% | 55.5 MiB/s | 56.9 KiB | 00m00s
- [ 74/327] Installing liblerc-0:4.0.0-8. 100% | 207.6 MiB/s | 637.6 KiB | 00m00s
- [ 75/327] Installing libtextstyle-0:0.2 100% | 101.7 MiB/s | 208.3 KiB | 00m00s
- [ 76/327] Installing gettext-libs-0:0.2 100% | 253.5 MiB/s | 2.0 MiB | 00m00s
- [ 77/327] Installing libdatrie-0:0.2.13 100% | 57.6 MiB/s | 58.9 KiB | 00m00s
- [ 78/327] Installing libthai-0:0.1.29-1 100% | 255.6 MiB/s | 785.2 KiB | 00m00s
- [ 79/327] Installing libcloudproviders- 100% | 61.6 MiB/s | 126.2 KiB | 00m00s
- [ 80/327] Installing libXcomposite-0:0. 100% | 44.9 MiB/s | 46.0 KiB | 00m00s
- [ 81/327] Installing graphite2-0:1.3.14 100% | 12.1 MiB/s | 197.9 KiB | 00m00s
- [ 82/327] Installing harfbuzz-0:10.4.0- 100% | 274.9 MiB/s | 2.7 MiB | 00m00s
- [ 83/327] Installing freetype-0:2.13.3- 100% | 209.9 MiB/s | 859.9 KiB | 00m00s
- [ 84/327] Installing harfbuzz-icu-0:10. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s
- [ 85/327] Installing graphite2-devel-0: 100% | 49.6 MiB/s | 50.8 KiB | 00m00s
- [ 86/327] Installing libXcomposite-deve 100% | 10.3 MiB/s | 10.5 KiB | 00m00s
- [ 87/327] Installing libcloudproviders- 100% | 186.8 MiB/s | 382.5 KiB | 00m00s
- [ 88/327] Installing libdatrie-devel-0: 100% | 37.2 MiB/s | 609.8 KiB | 00m00s
- [ 89/327] Installing libthai-devel-0:0. 100% | 233.7 MiB/s | 718.0 KiB | 00m00s
- [ 90/327] Installing liblerc-devel-0:4. 100% | 857.4 MiB/s | 4.3 MiB | 00m00s
- [ 91/327] Installing wayland-devel-0:1. 100% | 39.5 MiB/s | 687.4 KiB | 00m00s
- [ 92/327] Installing libdvdnav-0:6.1.1- 100% | 118.9 MiB/s | 121.7 KiB | 00m00s
- [ 93/327] Installing libopenmpt-0:0.7.1 100% | 274.9 MiB/s | 1.6 MiB | 00m00s
- [ 94/327] Installing libXinerama-devel- 100% | 8.3 MiB/s | 8.5 KiB | 00m00s
- [ 95/327] Installing libXrandr-devel-0: 100% | 24.1 MiB/s | 24.7 KiB | 00m00s
- [ 96/327] Installing libXtst-devel-0:1. 100% | 13.7 MiB/s | 14.0 KiB | 00m00s
- [ 97/327] Installing libXdamage-devel-0 100% | 3.0 MiB/s | 3.1 KiB | 00m00s
- [ 98/327] Installing libXcursor-devel-0 100% | 10.7 MiB/s | 32.8 KiB | 00m00s
- [ 99/327] Installing iso-codes-0:4.17.0 100% | 511.9 MiB/s | 20.5 MiB | 00m00s
- [100/327] Installing gtk-update-icon-ca 100% | 4.4 MiB/s | 63.3 KiB | 00m00s
- [101/327] Installing libgsf-0:1.14.53-3 100% | 56.3 MiB/s | 979.8 KiB | 00m00s
- [102/327] Installing libnotify-0:0.8.6- 100% | 8.7 MiB/s | 124.6 KiB | 00m00s
- [103/327] Installing libpciaccess-0:0.1 100% | 44.8 MiB/s | 45.9 KiB | 00m00s
- [104/327] Installing libdrm-0:2.4.125-1 100% | 65.0 MiB/s | 399.6 KiB | 00m00s
- [105/327] Installing osinfo-db-0:202501 100% | 48.2 MiB/s | 4.1 MiB | 00m00s
- [106/327] Installing libusbmuxd-0:2.1.0 100% | 75.0 MiB/s | 76.8 KiB | 00m00s
- [107/327] Installing libimobiledevice-0 100% | 149.6 MiB/s | 306.3 KiB | 00m00s
- [108/327] Installing osinfo-db-tools-0: 100% | 12.8 MiB/s | 197.2 KiB | 00m00s
- [109/327] Installing libwebp-devel-0:1. 100% | 40.7 MiB/s | 124.9 KiB | 00m00s
- [110/327] Installing nss-softokn-freebl 100% | 166.1 MiB/s | 850.5 KiB | 00m00s
- [111/327] Installing nss-softokn-0:3.11 100% | 236.7 MiB/s | 1.9 MiB | 00m00s
- [112/327] Installing nss-0:3.113.0-1.fc 100% | 94.0 MiB/s | 1.9 MiB | 00m00s
- [113/327] Installing nss-sysinit-0:3.11 100% | 1.2 MiB/s | 19.2 KiB | 00m00s
- [114/327] Installing libglvnd-opengl-1: 100% | 146.1 MiB/s | 149.6 KiB | 00m00s
- [115/327] Installing libgusb-0:0.4.9-3. 100% | 159.8 MiB/s | 163.7 KiB | 00m00s
- [116/327] Installing colord-libs-0:1.4. 100% | 208.4 MiB/s | 853.7 KiB | 00m00s
- [117/327] Installing flac-libs-0:1.4.3- 100% | 171.1 MiB/s | 700.8 KiB | 00m00s
- [118/327] Installing libsndfile-0:1.2.2 100% | 179.5 MiB/s | 551.6 KiB | 00m00s
- [119/327] Installing libyuv-0:0-0.56.20 100% | 223.1 MiB/s | 685.3 KiB | 00m00s
- [120/327] Installing abattis-cantarell- 100% | 94.9 MiB/s | 194.4 KiB | 00m00s
- [121/327] Installing adobe-source-code- 100% | 268.9 MiB/s | 1.6 MiB | 00m00s
- [122/327] Installing redhat-display-fon 100% | 189.1 MiB/s | 968.0 KiB | 00m00s
- [123/327] Installing redhat-text-fonts- 100% | 257.7 MiB/s | 791.5 KiB | 00m00s
- [124/327] Installing aribb24-0:1.0.3^20 100% | 81.3 MiB/s | 83.2 KiB | 00m00s
- [125/327] Installing zvbi-0:0.2.43-2.fc 100% | 29.7 MiB/s | 1.2 MiB | 00m00s
- [126/327] Installing libXxf86vm-0:1.1.6 100% | 29.8 MiB/s | 30.5 KiB | 00m00s
- [127/327] Installing libXv-0:1.0.13-2.f 100% | 30.5 MiB/s | 31.2 KiB | 00m00s
- [128/327] Installing libvdpau-0:1.5-9.f 100% | 21.9 MiB/s | 22.4 KiB | 00m00s
- [129/327] Installing lttng-ust-0:2.13.8 100% | 159.6 MiB/s | 1.1 MiB | 00m00s
- [130/327] Installing libcamera-0:0.4.0- 100% | 55.2 MiB/s | 1.9 MiB | 00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'rtkit' with GID 172.
- >>> Creating user 'rtkit' (RealtimeKit) with UID 172 and GID 172.
- >>>
- [131/327] Installing rtkit-0:0.11-66.fc 100% | 3.7 MiB/s | 141.2 KiB | 00m00s
- >>> Running post-install scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished post-install scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>
- [132/327] Installing OpenCL-ICD-Loader- 100% | 23.4 MiB/s | 71.8 KiB | 00m00s
- [133/327] Installing glibc-gconv-extra- 100% | 116.0 MiB/s | 7.3 MiB | 00m00s
- [134/327] Installing openh264-0:2.5.1-1 100% | 219.2 MiB/s | 1.1 MiB | 00m00s
- [135/327] Installing libvpx-0:1.15.0-3. 100% | 325.6 MiB/s | 3.3 MiB | 00m00s
- [136/327] Installing lmdb-libs-0:0.9.33 100% | 52.2 MiB/s | 106.9 KiB | 00m00s
- [137/327] Installing libldb-2:4.22.3-2. 100% | 29.7 MiB/s | 456.3 KiB | 00m00s
- [138/327] Installing libwbclient-2:4.22 100% | 33.9 MiB/s | 69.5 KiB | 00m00s
- [139/327] Installing samba-common-libs- 100% | 63.8 MiB/s | 261.2 KiB | 00m00s
- [140/327] Installing samba-client-libs- 100% | 260.5 MiB/s | 19.5 MiB | 00m00s
- [141/327] Installing libsmbclient-2:4.2 100% | 80.7 MiB/s | 165.4 KiB | 00m00s
- [142/327] Installing bluez-libs-0:5.83- 100% | 97.4 MiB/s | 199.4 KiB | 00m00s
- [143/327] Installing gobject-introspect 100% | 129.2 MiB/s | 397.1 KiB | 00m00s
- [144/327] Installing upower-libs-0:1.90 100% | 83.9 MiB/s | 171.9 KiB | 00m00s
- [145/327] Installing webrtc-audio-proce 100% | 228.3 MiB/s | 1.4 MiB | 00m00s
- [146/327] Installing libsbc-0:2.0-6.fc4 100% | 92.3 MiB/s | 94.5 KiB | 00m00s
- [147/327] Installing libldac-0:2.0.2.3- 100% | 82.2 MiB/s | 84.2 KiB | 00m00s
- [148/327] Installing libebur128-0:1.2.6 100% | 39.8 MiB/s | 40.7 KiB | 00m00s
- [149/327] Installing fftw-libs-single-0 100% | 329.0 MiB/s | 3.6 MiB | 00m00s
- [150/327] Installing mbedtls-0:3.6.4-1. 100% | 110.2 MiB/s | 1.3 MiB | 00m00s
- [151/327] Installing inih-0:58-3.fc42.x 100% | 27.0 MiB/s | 27.6 KiB | 00m00s
- [152/327] Installing inih-cpp-0:58-3.fc 100% | 28.0 MiB/s | 28.6 KiB | 00m00s
- [153/327] Installing exiv2-libs-0:0.28. 100% | 314.4 MiB/s | 2.8 MiB | 00m00s
- [154/327] Installing libgexiv2-0:0.14.5 100% | 137.2 MiB/s | 281.0 KiB | 00m00s
- [155/327] Installing lpcnetfreedv-0:0.5 100% | 463.2 MiB/s | 14.8 MiB | 00m00s
- [156/327] Installing codec2-0:1.2.0-6.f 100% | 273.8 MiB/s | 1.4 MiB | 00m00s
- [157/327] Installing soxr-0:0.1.3-18.fc 100% | 94.5 MiB/s | 193.6 KiB | 00m00s
- [158/327] Installing openpgm-0:5.3.128- 100% | 155.1 MiB/s | 317.7 KiB | 00m00s
- [159/327] Installing libsodium-0:1.0.20 100% | 190.5 MiB/s | 390.2 KiB | 00m00s
- [160/327] Installing zeromq-0:4.3.5-21. 100% | 51.9 MiB/s | 902.7 KiB | 00m00s
- [161/327] Installing cjson-0:1.7.18-2.f 100% | 1.8 MiB/s | 65.3 KiB | 00m00s
- [162/327] Installing librist-0:0.2.7-9. 100% | 75.6 MiB/s | 154.8 KiB | 00m00s
- [163/327] Installing libudfread-0:1.1.2 100% | 65.8 MiB/s | 67.3 KiB | 00m00s
- [164/327] Installing xvidcore-0:1.3.7-1 100% | 286.5 MiB/s | 880.1 KiB | 00m00s
- [165/327] Installing vo-amrwbenc-0:0.1. 100% | 151.8 MiB/s | 155.4 KiB | 00m00s
- [166/327] Installing twolame-libs-0:0.4 100% | 162.7 MiB/s | 166.6 KiB | 00m00s
- [167/327] Installing speex-0:1.2.0-19.f 100% | 127.3 MiB/s | 130.4 KiB | 00m00s
- [168/327] Installing snappy-0:1.2.1-4.f 100% | 71.2 MiB/s | 72.9 KiB | 00m00s
- [169/327] Installing opencore-amr-0:0.1 100% | 171.5 MiB/s | 351.2 KiB | 00m00s
- [170/327] Installing ilbc-0:3.0.4-13.fc 100% | 94.7 MiB/s | 96.9 KiB | 00m00s
- [171/327] Installing srt-libs-0:1.5.4-2 100% | 243.9 MiB/s | 998.9 KiB | 00m00s
- [172/327] Installing librabbitmq-0:0.15 100% | 88.6 MiB/s | 90.7 KiB | 00m00s
- [173/327] Installing libmodplug-1:0.8.9 100% | 174.3 MiB/s | 357.0 KiB | 00m00s
- [174/327] Installing game-music-emu-0:0 100% | 162.5 MiB/s | 332.8 KiB | 00m00s
- [175/327] Installing orc-0:0.4.41-1.fc4 100% | 41.9 MiB/s | 728.9 KiB | 00m00s
- [176/327] Installing graphene-0:1.10.6- 100% | 160.3 MiB/s | 164.1 KiB | 00m00s
- [177/327] Installing cdparanoia-libs-0: 100% | 116.1 MiB/s | 118.9 KiB | 00m00s
- [178/327] Installing giflib-0:5.2.2-6.f 100% | 111.1 MiB/s | 113.8 KiB | 00m00s
- [179/327] Installing gpgme-0:1.24.3-1.f 100% | 36.0 MiB/s | 590.4 KiB | 00m00s
- [180/327] Installing gpgmepp-0:1.24.3-1 100% | 210.1 MiB/s | 430.4 KiB | 00m00s
- [181/327] Installing cpuinfo-0:24.09.26 100% | 7.7 MiB/s | 109.7 KiB | 00m00s
- [182/327] Installing svt-av1-libs-0:2.3 100% | 312.4 MiB/s | 5.6 MiB | 00m00s
- [183/327] Installing ModemManager-glib- 100% | 45.4 MiB/s | 1.4 MiB | 00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 993.
- >>> Creating user 'geoclue' (User for geoclue) with UID 993 and GID 993.
- >>>
- [184/327] Installing geoclue2-0:2.7.2-2 100% | 15.6 MiB/s | 399.6 KiB | 00m00s
- [185/327] Installing fuse-common-0:3.16 100% | 0.0 B/s | 292.0 B | 00m00s
- [186/327] Installing fuse3-0:3.16.2-5.f 100% | 8.1 MiB/s | 132.0 KiB | 00m00s
- [187/327] Installing libproxy-0:0.5.8-2 100% | 51.0 MiB/s | 104.5 KiB | 00m00s
- [188/327] Installing libvmaf-0:3.0.0-3. 100% | 269.7 MiB/s | 828.4 KiB | 00m00s
- [189/327] Installing libaom-0:3.12.0-1. 100% | 332.9 MiB/s | 5.0 MiB | 00m00s
- [190/327] Installing libavif-0:1.1.1-1. 100% | 105.1 MiB/s | 215.2 KiB | 00m00s
- [191/327] Installing highway-0:1.2.0-5. 100% | 395.8 MiB/s | 4.4 MiB | 00m00s
- [192/327] Installing libjxl-1:0.11.1-2. 100% | 304.5 MiB/s | 3.0 MiB | 00m00s
- [193/327] Installing libasyncns-0:0.8-3 100% | 59.3 MiB/s | 60.8 KiB | 00m00s
- [194/327] Installing pulseaudio-libs-0: 100% | 376.3 MiB/s | 3.4 MiB | 00m00s
- [195/327] Installing pipewire-libs-0:1. 100% | 205.3 MiB/s | 8.6 MiB | 00m00s
- [196/327] Installing wireplumber-libs-0 100% | 135.8 MiB/s | 1.2 MiB | 00m00s
- [197/327] Installing wireplumber-0:0.5. 100% | 17.7 MiB/s | 397.8 KiB | 00m00s
- [198/327] Installing pipewire-jack-audi 100% | 0.0 B/s | 312.0 B | 00m00s
- [199/327] Installing pipewire-jack-audi 100% | 30.5 MiB/s | 499.0 KiB | 00m00s
- [200/327] Installing sound-theme-freede 100% | 35.1 MiB/s | 467.2 KiB | 00m00s
- [201/327] Installing libcanberra-0:0.30 100% | 8.1 MiB/s | 291.3 KiB | 00m00s
- [202/327] Installing poppler-data-0:0.4 100% | 242.9 MiB/s | 12.4 MiB | 00m00s
- [203/327] Installing uchardet-0:0.0.8-7 100% | 17.0 MiB/s | 277.7 KiB | 00m00s
- [204/327] Installing totem-pl-parser-0: 100% | 79.8 MiB/s | 326.9 KiB | 00m00s
- [205/327] Installing libxslt-0:1.1.43-1 100% | 28.0 MiB/s | 459.2 KiB | 00m00s
- [206/327] Installing libosinfo-0:1.12.0 100% | 70.7 MiB/s | 1.2 MiB | 00m00s
- [207/327] Installing libiptcdata-0:1.0. 100% | 12.2 MiB/s | 174.9 KiB | 00m00s
- [208/327] Installing libexif-0:0.6.25-1 100% | 534.3 MiB/s | 2.7 MiB | 00m00s
- [209/327] Installing libcue-0:2.3.0-11. 100% | 89.2 MiB/s | 91.3 KiB | 00m00s
- [210/327] Installing exempi-0:2.6.4-7.f 100% | 77.6 MiB/s | 1.4 MiB | 00m00s
- [211/327] Installing spirv-tools-libs-0 100% | 340.1 MiB/s | 5.8 MiB | 00m00s
- [212/327] Installing lm_sensors-libs-0: 100% | 84.9 MiB/s | 86.9 KiB | 00m00s
- [213/327] Installing libxshmfence-0:1.3 100% | 13.2 MiB/s | 13.6 KiB | 00m00s
- [214/327] Installing mesa-libgbm-0:25.1 100% | 20.0 MiB/s | 20.5 KiB | 00m00s
- [215/327] Installing mesa-dri-drivers-0 100% | 381.7 MiB/s | 46.6 MiB | 00m00s
- [216/327] Installing libglvnd-egl-1:1.7 100% | 34.3 MiB/s | 70.3 KiB | 00m00s
- [217/327] Installing mesa-libEGL-0:25.1 100% | 164.1 MiB/s | 336.0 KiB | 00m00s
- [218/327] Installing libglvnd-gles-1:1. 100% | 104.8 MiB/s | 107.3 KiB | 00m00s
- [219/327] Installing libglvnd-glx-1:1.7 100% | 198.8 MiB/s | 610.6 KiB | 00m00s
- [220/327] Installing mesa-libGL-0:25.1. 100% | 150.0 MiB/s | 307.2 KiB | 00m00s
- [221/327] Installing libva-0:2.22.0-4.f 100% | 108.5 MiB/s | 333.4 KiB | 00m00s
- [222/327] Installing libavutil-free-0:7 100% | 235.4 MiB/s | 964.1 KiB | 00m00s
- [223/327] Installing libswresample-free 100% | 48.4 MiB/s | 148.6 KiB | 00m00s
- [224/327] Installing systemd-devel-0:25 100% | 90.8 MiB/s | 744.1 KiB | 00m00s
- [225/327] Installing dbus-devel-1:1.16. 100% | 44.4 MiB/s | 136.5 KiB | 00m00s
- [226/327] Installing libicu-devel-0:76. 100% | 130.1 MiB/s | 5.1 MiB | 00m00s
- [227/327] Installing libglvnd-core-deve 100% | 40.1 MiB/s | 41.1 KiB | 00m00s
- [228/327] Installing libglvnd-devel-1:1 100% | 302.9 MiB/s | 2.1 MiB | 00m00s
- [229/327] Installing libepoxy-devel-0:1 100% | 397.4 MiB/s | 1.6 MiB | 00m00s
- [230/327] Installing libblkid-devel-0:2 100% | 44.9 MiB/s | 46.0 KiB | 00m00s
- [231/327] Installing xz-devel-1:5.8.1-2 100% | 85.5 MiB/s | 262.6 KiB | 00m00s
- [232/327] Installing libxml2-devel-0:2. 100% | 162.7 MiB/s | 3.4 MiB | 00m00s
- [233/327] Installing libxkbcommon-devel 100% | 176.0 MiB/s | 360.5 KiB | 00m00s
- [234/327] Installing sysprof-capture-de 100% | 135.1 MiB/s | 276.7 KiB | 00m00s
- [235/327] Installing pcre2-utf32-0:10.4 100% | 292.5 MiB/s | 599.1 KiB | 00m00s
- [236/327] Installing pcre2-utf16-0:10.4 100% | 204.1 MiB/s | 627.1 KiB | 00m00s
- [237/327] Installing pcre2-devel-0:10.4 100% | 123.1 MiB/s | 2.1 MiB | 00m00s
- [238/327] Installing libsepol-devel-0:3 100% | 25.1 MiB/s | 128.3 KiB | 00m00s
- [239/327] Installing libselinux-devel-0 100% | 52.6 MiB/s | 161.6 KiB | 00m00s
- [240/327] Installing libmount-devel-0:2 100% | 63.0 MiB/s | 64.5 KiB | 00m00s
- [241/327] Installing libzstd-devel-0:1. 100% | 203.9 MiB/s | 208.8 KiB | 00m00s
- [242/327] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB | 00m00s
- [243/327] Installing brotli-0:1.1.0-6.f 100% | 2.3 MiB/s | 32.3 KiB | 00m00s
- [244/327] Installing brotli-devel-0:1.1 100% | 66.4 MiB/s | 68.0 KiB | 00m00s
- [245/327] Installing jbigkit-libs-0:2.1 100% | 60.3 MiB/s | 123.4 KiB | 00m00s
- [246/327] Installing libtiff-0:4.7.0-6. 100% | 202.2 MiB/s | 621.3 KiB | 00m00s
- [247/327] Installing gdk-pixbuf2-module 100% | 63.1 MiB/s | 64.6 KiB | 00m00s
- [248/327] Installing libtiff-devel-0:4. 100% | 377.3 MiB/s | 772.7 KiB | 00m00s
- [249/327] Installing cups-filesystem-1: 100% | 1.7 MiB/s | 1.8 KiB | 00m00s
- [250/327] Installing cups-libs-1:2.4.12 100% | 201.9 MiB/s | 620.1 KiB | 00m00s
- [251/327] Installing gettext-envsubst-0 100% | 5.6 MiB/s | 80.2 KiB | 00m00s
- [252/327] Installing gettext-runtime-0: 100% | 28.2 MiB/s | 461.6 KiB | 00m00s
- [253/327] Installing gettext-0:0.23.1-2 100% | 185.6 MiB/s | 5.2 MiB | 00m00s
- [254/327] Installing python3-packaging- 100% | 79.2 MiB/s | 568.0 KiB | 00m00s
- [255/327] Installing glib2-devel-0:2.84 100% | 212.0 MiB/s | 15.9 MiB | 00m00s
- [256/327] Installing gdk-pixbuf2-devel- 100% | 128.0 MiB/s | 2.3 MiB | 00m00s
- [257/327] Installing xprop-0:1.2.8-3.fc 100% | 3.9 MiB/s | 56.1 KiB | 00m00s
- [258/327] Installing at-spi2-core-0:2.5 100% | 219.7 MiB/s | 1.5 MiB | 00m00s
- [259/327] Installing atk-0:2.56.3-1.fc4 100% | 122.1 MiB/s | 250.0 KiB | 00m00s
- [260/327] Installing at-spi2-atk-0:2.56 100% | 67.8 MiB/s | 277.7 KiB | 00m00s
- [261/327] Installing atk-devel-0:2.56.3 100% | 548.7 MiB/s | 6.0 MiB | 00m00s
- [262/327] Installing at-spi2-core-devel 100% | 542.6 MiB/s | 4.3 MiB | 00m00s
- [263/327] Installing at-spi2-atk-devel- 100% | 543.9 KiB/s | 2.2 KiB | 00m00s
- [264/327] Installing adwaita-icon-theme 100% | 21.2 MiB/s | 2.4 MiB | 00m00s
- [265/327] Installing adwaita-cursor-the 100% | 476.2 MiB/s | 11.4 MiB | 00m00s
- [266/327] Installing adwaita-icon-theme 100% | 26.5 MiB/s | 1.3 MiB | 00m00s
- [267/327] Installing hicolor-icon-theme 100% | 6.3 MiB/s | 179.5 KiB | 00m00s
- [268/327] Installing google-noto-fonts- 100% | 0.0 B/s | 18.5 KiB | 00m00s
- [269/327] Installing google-noto-sans-v 100% | 278.3 MiB/s | 1.4 MiB | 00m00s
- [270/327] Installing default-fonts-core 100% | 5.9 MiB/s | 18.2 KiB | 00m00s
- [271/327] Installing fontconfig-0:2.16. 100% | 734.7 KiB/s | 783.9 KiB | 00m01s
- [272/327] Installing cairo-0:1.18.2-3.f 100% | 254.7 MiB/s | 1.8 MiB | 00m00s
- [273/327] Installing cairo-gobject-0:1. 100% | 35.1 MiB/s | 36.0 KiB | 00m00s
- [274/327] Installing libXft-0:2.3.8-8.f 100% | 165.9 MiB/s | 169.9 KiB | 00m00s
- [275/327] Installing pango-0:1.56.4-1.f 100% | 49.3 MiB/s | 1.0 MiB | 00m00s
- [276/327] Installing gtk3-0:3.24.49-2.f 100% | 292.8 MiB/s | 23.1 MiB | 00m00s
- [277/327] Installing rsvg-pixbuf-loader 100% | 168.9 MiB/s | 346.0 KiB | 00m00s
- [278/327] Installing librsvg2-0:2.60.0- 100% | 313.6 MiB/s | 5.0 MiB | 00m00s
- [279/327] Installing libdecor-0:0.2.3-5 100% | 81.9 MiB/s | 167.8 KiB | 00m00s
- [280/327] Installing SDL3-0:3.2.16-1.fc 100% | 297.5 MiB/s | 2.7 MiB | 00m00s
- [281/327] Installing sdl2-compat-0:2.32 100% | 196.0 MiB/s | 401.4 KiB | 00m00s
- [282/327] Installing sdl12-compat-0:1.2 100% | 96.3 MiB/s | 197.2 KiB | 00m00s
- [283/327] Installing libvisual-1:0.4.2- 100% | 30.3 MiB/s | 497.1 KiB | 00m00s
- [284/327] Installing gstreamer1-plugins 100% | 228.9 MiB/s | 7.3 MiB | 00m00s
- [285/327] Installing xdg-desktop-portal 100% | 44.1 MiB/s | 1.9 MiB | 00m00s
- [286/327] Installing harfbuzz-cairo-0:1 100% | 25.9 MiB/s | 53.0 KiB | 00m00s
- [287/327] Installing fontconfig-devel-0 100% | 37.7 MiB/s | 154.4 KiB | 00m00s
- [288/327] Installing freetype-devel-0:2 100% | 316.4 MiB/s | 8.5 MiB | 00m00s
- [289/327] Installing cairo-devel-0:1.18 100% | 458.2 MiB/s | 2.3 MiB | 00m00s
- [290/327] Installing harfbuzz-devel-0:1 100% | 192.3 MiB/s | 5.2 MiB | 00m00s
- [291/327] Installing cairo-gobject-deve 100% | 7.4 MiB/s | 7.6 KiB | 00m00s
- [292/327] Installing libXft-devel-0:2.3 100% | 43.2 MiB/s | 44.3 KiB | 00m00s
- [293/327] Installing pango-devel-0:1.56 100% | 216.8 MiB/s | 1.5 MiB | 00m00s
- [294/327] Installing libgxps-0:0.3.2-10 100% | 94.9 MiB/s | 194.3 KiB | 00m00s
- [295/327] Installing poppler-0:25.02.0- 100% | 309.8 MiB/s | 3.7 MiB | 00m00s
- [296/327] Installing poppler-glib-0:25. 100% | 199.7 MiB/s | 613.3 KiB | 00m00s
- [297/327] Installing libbluray-0:1.3.4- 100% | 194.9 MiB/s | 399.2 KiB | 00m00s
- [298/327] Installing libaribcaption-0:1 100% | 122.0 MiB/s | 249.9 KiB | 00m00s
- [299/327] Installing libavcodec-free-0: 100% | 315.9 MiB/s | 9.8 MiB | 00m00s
- [300/327] Installing libchromaprint-0:1 100% | 32.3 MiB/s | 66.1 KiB | 00m00s
- [301/327] Installing libavformat-free-0 100% | 285.4 MiB/s | 2.6 MiB | 00m00s
- [302/327] Installing localsearch-0:3.9. 100% | 74.4 MiB/s | 3.9 MiB | 00m00s
- [303/327] Installing gtk3-devel-0:3.24. 100% | 364.2 MiB/s | 34.2 MiB | 00m00s
- [304/327] Installing xdg-desktop-portal 100% | 22.2 MiB/s | 477.2 KiB | 00m00s
- [305/327] Installing libcanberra-gtk3-0 100% | 4.7 MiB/s | 82.0 KiB | 00m00s
- [306/327] Installing intel-vpl-gpu-rt-0 100% | 328.3 MiB/s | 8.2 MiB | 00m00s
- [307/327] Installing intel-mediasdk-0:2 100% | 345.8 MiB/s | 22.5 MiB | 00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.7-1.fc42.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.7-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 992.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 992 and GID 992.
- >>>
- [308/327] Installing pipewire-0:1.4.7-1 100% | 9.9 MiB/s | 434.7 KiB | 00m00s
- >>> Running post-install scriptlet: pipewire-0:1.4.7-1.fc42.x86_64
- >>> Finished post-install scriptlet: pipewire-0:1.4.7-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [309/327] Installing pipewire-alsa-0:1. 100% | 77.9 MiB/s | 159.5 KiB | 00m00s
- [310/327] Installing pipewire-pulseaudi 100% | 11.4 MiB/s | 444.0 KiB | 00m00s
- >>> Running post-install scriptlet: pipewire-pulseaudio-0:1.4.7-1.fc42.x86_64
- >>> Finished post-install scriptlet: pipewire-pulseaudio-0:1.4.7-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [311/327] Installing pipewire-plugin-li 100% | 72.0 MiB/s | 147.4 KiB | 00m00s
- [312/327] Installing jxl-pixbuf-loader- 100% | 29.5 MiB/s | 30.2 KiB | 00m00s
- [313/327] Installing avif-pixbuf-loader 100% | 19.7 MiB/s | 20.2 KiB | 00m00s
- [314/327] Installing glib-networking-0: 100% | 148.0 MiB/s | 757.8 KiB | 00m00s
- [315/327] Installing exiv2-0:0.28.5-1.f 100% | 394.2 MiB/s | 12.2 MiB | 00m00s
- [316/327] Installing upower-0:1.90.9-4. 100% | 7.4 MiB/s | 281.0 KiB | 00m00s
- >>> Running post-install scriptlet: upower-0:1.90.9-4.fc42.x86_64
- >>> Finished post-install scriptlet: upower-0:1.90.9-4.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service'
- >>>
- [317/327] Installing libcamera-ipa-0:0. 100% | 134.8 MiB/s | 551.9 KiB | 00m00s
- [318/327] Installing gi-docgen-fonts-0: 100% | 3.9 KiB/s | 124.0 B | 00m00s
- >>> Running sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_64
- >>> Finished sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_6
- >>> Scriptlet output:
- >>> Creating group 'usbmuxd' with GID 113.
- >>> Creating user 'usbmuxd' (usbmuxd user) with UID 113 and GID 113.
- >>>
- [319/327] Installing usbmuxd-0:1.1.1^20 100% | 3.8 MiB/s | 151.5 KiB | 00m00s
- [320/327] Installing webp-pixbuf-loader 100% | 29.1 MiB/s | 29.8 KiB | 00m00s
- [321/327] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0 B | 00m00s
- [322/327] Installing tinysparql-0:3.9.2 100% | 66.5 MiB/s | 2.5 MiB | 00m00s
- [323/327] Installing adwaita-mono-fonts 100% | 339.3 MiB/s | 5.4 MiB | 00m00s
- [324/327] Installing adwaita-sans-fonts 100% | 101.1 MiB/s | 1.7 MiB | 00m00s
- [325/327] Installing logrotate-0:3.22.0 100% | 3.4 MiB/s | 151.6 KiB | 00m00s
- >>> Running post-install scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Finished post-install scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer'
- >>>
- [326/327] Installing low-memory-monitor 100% | 3.0 MiB/s | 67.7 KiB | 00m00s
- [327/327] Installing dconf-0:0.40.0-15. 100% | 312.8 KiB/s | 320.0 KiB | 00m01s
- >>> Running post-transaction scriptlet: wireplumber-0:0.5.10-1.fc42.x86_64
- >>> Finished post-transaction scriptlet: wireplumber-0:0.5.10-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cairo-devel" "gtk3-devel"
- cairo-devel-1.18.2-3.fc42.x86_64
- gtk3-devel-3.24.49-2.fc42.x86_64
2025-07-31 07:40.24 ---> saved as "01ca88b19726b212b4342d22940aef449555b2086a42959cd3d074f85a72a9e2"
/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 36 packages
- install afl-persistent 1.4
- install base-bytes base
- install bigstringaf 0.10.0
- install cairo2 0.6.5
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install conf-cairo 1
- install conf-gtk3 18
- install conf-pkg-config 4
- install cppo 1.8.0
- install crowbar 0.2.1
- install csexp 1.5.2
- install cstruct 6.2.0
- install domain-local-await 1.0.1
- install dune 3.19.1
- install dune-configurator 3.19.1
- install eio 1.3
- install eio_linux 1.3
- install eio_main 1.3
- install eio_posix 1.3
- install fmt 0.11.0
- install hmap 0.8.1
- install iomux 0.3
- install lablgtk3 3.1.5
- install lwt-dllist 1.1.0
- install mtime 2.1.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
- install optint 0.3.0
- install processor 0.2
- install psq 0.2.1
- install seq base
- install thread-table 1.0.0
- install topkg 1.1.0
- install uring 0.9
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved cairo2.0.6.5 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> retrieved crowbar.0.2.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved iomux.0.3 (cached)
-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)
-> retrieved lablgtk3.3.1.5 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved seq.base (cached)
-> retrieved processor.0.2 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved uring.0.9 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed dune.3.19.1
-> installed afl-persistent.1.4
-> installed lwt-dllist.1.1.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed optint.0.3.0
-> installed processor.0.2
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed ocplib-endian.1.2
-> installed domain-local-await.1.0.1
-> installed crowbar.0.2.1
-> installed dune-configurator.3.19.1
-> installed bigstringaf.0.10.0
-> installed iomux.0.3
-> installed eio.1.3
-> installed cairo2.0.6.5
-> installed uring.0.9
-> installed eio_linux.1.3
-> installed eio_posix.1.3
-> installed eio_main.1.3
-> installed lablgtk3.3.1.5
Done.
<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.
To globally enable AFL instrumentation, create an OCaml switch like:
opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-07-31 07:40.59 ---> saved as "e8968c6ff25e3b7010b1de40f8105af1598e7e973f03e963d89f0a351c56d7d7"
/src: (copy (src .) (dst /src))
2025-07-31 07:40.59 ---> saved as "8f4409b62babdf771b6ca5889c5805d37d9bcc40db5de1171736db3cbc44e73f"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
ivt: PASS
space: PASS
2025-07-31 07:41.00 ---> saved as "144c254d9a84d49dc5b1eead147d58ae322d2d8f6f45804f6b0dc76dc916c208"
Job succeeded
2025-07-31 07:41.01: Job succeeded