2026-04-16 16:38.18: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (ce5fb3cfd516783c13cc6ae1962459a0c57a2514) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard ce5fb3cfcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb# fedora-42-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.2 dune-configurator.3.22.2 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.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-16 16:38.18: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb-fedora-42-5.4_opam-2.5-7d45530e8ac47f224f21f6512018e2dc"2026-04-16 16:38.18: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)(comment fedora-42-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 base-bigarray.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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.2 dune-configurator.3.22.2 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.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y 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")))2026-04-16 16:38.18: Waiting for resource in pool OCluster2026-04-16 16:40.08: Waiting for worker…2026-04-16 16:44.30: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at ce5fb3c Merge pull request #45 from talex5/nix(from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb' locallydocker.io/ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb: Pulling from ocaml/opambcbfb8588268: Already exists7c86f07d981d: Already existse523f6cbdc73: Already existse196c832855a: Already existsc24dcc89d23e: Already existscd9def049d81: Already existse360f9824a3f: Already existsfbeadbd8287f: Already existsb5be9212d8a5: Already exists58850ac9f02f: Already exists94de074660d5: Already existsc6d785172de9: Already exists5642a0bc3a02: Already exists677ac3b3af73: Already exists97f4a46fa01c: Already exists887c8b3bd767: Already exists887c8b3bd767: Already exists8572bae05e44: Already existsa801ab04175f: Already exists8eb7359ab813: Already existsea7dd170751f: Already exists4f4fb700ef54: Already exists4eeb3f6c741a: Already existsd8096e11e5a7: Already existsb45c71862e05: Already exists3d3025681a79: Already exists3619e9f4de7b: Already existse1d8131f324a: Already exists98ffe2fff5c0: Already existsecf008026c3e: Already existsb7768b04427d: Already existsaad28dcc458f: Already exists2972bd6e2f3d: Already existsca68011eb393: Already existsae07445296b0: Pulling fs layerf042b21668eb: Pulling fs layer45040ee99e59: Pulling fs layer9ffc20870c04: Pulling fs layer5238c2dafd46: Pulling fs layerd98d556ee1fb: Pulling fs layer9ffc20870c04: Waitingfd7b54172364: Pulling fs layer45040ee99e59: Waitingbb0d31b2f870: Pulling fs layer5238c2dafd46: Waiting0f27e5b0a211: Pulling fs layerd98d556ee1fb: Waitingfd7b54172364: Waitingbb0d31b2f870: Waiting0f27e5b0a211: Waitinge4629b699694: Pulling fs layere80cce26268d: Pulling fs layere80cce26268d: Waitinge4629b699694: Waitingf042b21668eb: Verifying Checksumf042b21668eb: Download complete9ffc20870c04: Verifying Checksum9ffc20870c04: Download complete5238c2dafd46: Download completed98d556ee1fb: Verifying Checksumd98d556ee1fb: Download completefd7b54172364: Verifying Checksum45040ee99e59: Verifying Checksum45040ee99e59: Download completeae07445296b0: Verifying Checksumae07445296b0: Download complete0f27e5b0a211: Download completee4629b699694: Verifying Checksume4629b699694: Download completee80cce26268d: Verifying Checksume80cce26268d: Download completebb0d31b2f870: Verifying Checksumbb0d31b2f870: Download completeae07445296b0: Pull completef042b21668eb: Pull complete45040ee99e59: Pull complete9ffc20870c04: Pull complete5238c2dafd46: Pull completed98d556ee1fb: Pull completefd7b54172364: Pull completebb0d31b2f870: Pull complete0f27e5b0a211: Pull completee4629b699694: Pull completee80cce26268d: Pull completeDigest: sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bbStatus: Downloaded newer image for ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb2026-04-16 16:44.31 ---> using "423398002419b3482a8b9665338c10f3f6c6b1984e842901c7828810d9f1719f" from cache/: (comment fedora-42-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 26.5 KiB/s | 6.8 KiB | 00m00sFedora 42 - x86_64 100% | 125.3 KiB/s | 22.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-04-16 16:44.31 ---> using "1427494dc45be5d05dbedbb8c6284d5e83d9273a70f2daf74a61f90a98d0153e" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-16 16:44.31 ---> using "19628ecee2b7021c05d076acb8b575d724060ee9d27e8253ec58be2a65f4ddd0" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-16 16:44.31 ---> using "00f7701599ad8380429df556869d2f9cb63297eff82a94fac2e05a284e8da899" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-16 16:44.31 ---> using "e55eb9acff13ea939a36766f3c838462b852eaadd915ca3606d1a3083dc268bf" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-16 16:44.31 ---> using "6c2e1647892afca68a954ba31371313f5c7a85b2327e123f87d1fdd112f8c4bd" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-16 16:44.31 ---> using "018a97b31165807af7fba249152e75da5cdd8f3daf6904b31cabd0ce5b2462c8" from cache/src: (copy (src eio-trace.opam) (dst ./))2026-04-16 16:44.31 ---> saved as "c5b56eda81d8b63ea5a28ff3ff40337246f25fed09208ce6f74bc1f2c01a697a"/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)2026-04-16 16:44.32 ---> saved as "2112b6dc6a8b513ba84a331dfc643ab1400e97a10520a796d286862d884d0558"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-16 16:44.32 ---> saved as "28fc69c989ee29fd7dd4d69e10adbd2b316a2e9e9d3770dac705ce989f178723"/src: (env DEPS "afl-persistent.1.4 base-bigarray.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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.2 dune-configurator.3.22.2 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.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- 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.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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.52-1.fc42 updates 34.6 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.4.0-3.fc42 updates 3.0 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.1-1.fc42 updates 11.4 MiB- adwaita-icon-theme noarch 48.1-1.fc42 updates 1.2 MiB- adwaita-icon-theme-legacy noarch 46.2-3.fc42 fedora 2.1 MiB- alsa-lib x86_64 1.2.15.3-1.fc42 updates 1.5 MiB- aribb24 x86_64 1.0.3^20160216git5e9be27-2.fc42 fedora 81.8 KiB- at-spi2-atk x86_64 2.56.8-1.fc42 updates 275.6 KiB- at-spi2-atk-devel x86_64 2.56.8-1.fc42 updates 1.6 KiB- at-spi2-core x86_64 2.56.8-1.fc42 updates 1.5 MiB- at-spi2-core-devel x86_64 2.56.8-1.fc42 updates 4.3 MiB- atk x86_64 2.56.8-1.fc42 updates 248.6 KiB- atk-devel x86_64 2.56.8-1.fc42 updates 6.0 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.84-2.fc42 updates 198.3 KiB- brotli x86_64 1.2.0-1.fc42 updates 33.6 KiB- brotli-devel x86_64 1.2.0-1.fc42 updates 65.9 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.11-1.fc42 updates 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.16-7.fc42 updates 0.0 B- cups-libs x86_64 1:2.4.16-7.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.6-2.fc42 updates 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-12.fc42 updates 2.5 MiB- gdk-pixbuf2-devel x86_64 2.42.12-12.fc42 updates 2.3 MiB- gdk-pixbuf2-modules x86_64 2.42.12-12.fc42 updates 55.4 KiB- geoclue2 x86_64 2.8.0-1.fc42 updates 401.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-9.fc42 updates 116.1 KiB- glib2-devel x86_64 2.84.4-1.fc42 updates 15.8 MiB- glibc-gconv-extra x86_64 2.41-16.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-3.fc42 updates 5.4 MiB- gsm x86_64 1.0.22-8.fc42 fedora 68.8 KiB- gstreamer1 x86_64 1.26.11-1.fc42 updates 5.4 MiB- gstreamer1-plugins-base x86_64 1.26.11-1.fc42 updates 7.4 MiB- gtk-update-icon-cache x86_64 3.24.52-1.fc42 updates 62.2 KiB- gtk3 x86_64 3.24.52-1.fc42 updates 22.5 MiB- harfbuzz x86_64 10.4.0-2.fc42 updates 2.8 MiB- harfbuzz-cairo x86_64 10.4.0-2.fc42 updates 52.1 KiB- harfbuzz-devel x86_64 10.4.0-2.fc42 updates 5.2 MiB- harfbuzz-icu x86_64 10.4.0-2.fc42 updates 15.4 KiB- hicolor-icon-theme noarch 0.17-20.fc42 fedora 72.2 KiB- highway x86_64 1.3.0-1.fc42 updates 5.5 MiB- hwdata noarch 0.405-1.fc42 updates 9.8 MiB- ilbc x86_64 3.0.4-13.fc42 fedora 95.4 KiB- inih x86_64 62-1.fc42 updates 22.4 KiB- inih-cpp x86_64 62-1.fc42 updates 36.1 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.8-1.fc42 updates 592.3 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.13.1-1.fc42 updates 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.2-1.fc42 updates 9.8 MiB- libavformat-free x86_64 7.1.2-1.fc42 updates 2.6 MiB- libavif x86_64 1.1.1-1.fc42 fedora 213.9 KiB- libavutil-free x86_64 7.1.2-1.fc42 updates 962.9 KiB- libblkid-devel x86_64 2.40.4-10.fc42 updates 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.3-1.fc42 updates 1.7 MiB- libdecor x86_64 0.2.4-1.fc42 updates 165.2 KiB- libdrm x86_64 2.4.131-1.fc42 updates 404.7 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.6-1.fc42 updates 279.2 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.56-1.fc42 updates 981.1 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.3-1.fc42 updates 806.3 KiB- libjpeg-turbo-devel x86_64 3.1.3-1.fc42 updates 353.9 KiB- libjxl x86_64 1:0.11.1-4.fc42 updates 3.1 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.7-1.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-10.fc42 updates 63.5 KiB- libnotify x86_64 0.8.8-1.fc42 updates 126.6 KiB- libogg x86_64 2:1.3.5-11.fc42 fedora 45.3 KiB- libopenmpt x86_64 0.8.6-1.fc42 updates 1.8 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.56-1.fc42 updates 241.8 KiB- libpng-devel x86_64 2:1.6.56-1.fc42 updates 1.1 MiB- 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-5.fc42 updates 5.1 MiB- libsbc x86_64 2.0-6.fc42 fedora 93.4 KiB- libselinux-devel x86_64 3.8-3.fc42 updates 126.8 KiB- libsepol-devel x86_64 3.8-1.fc42 fedora 120.8 KiB- libsmbclient x86_64 2:4.22.7-1.fc42 updates 164.8 KiB- libsndfile x86_64 1.2.2-8.fc42 fedora 550.0 KiB- libsodium x86_64 1.0.21-2.fc42 updates 449.4 KiB- libsoup3 x86_64 3.6.6-2.fc42 updates 1.7 MiB- libswresample-free x86_64 7.1.2-1.fc42 updates 147.4 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.1-1.fc42 updates 624.4 KiB- libtiff-devel x86_64 4.7.1-1.fc42 updates 805.2 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.16.0-1.fc42 updates 427.2 KiB- libvpx x86_64 1.15.0-3.fc42 updates 3.3 MiB- libwayland-client x86_64 1.24.0-1.fc42 updates 62.0 KiB- libwayland-cursor x86_64 1.24.0-1.fc42 updates 37.3 KiB- libwayland-egl x86_64 1.24.0-1.fc42 updates 12.4 KiB- libwayland-server x86_64 1.24.0-1.fc42 updates 78.5 KiB- libwbclient x86_64 2:4.22.7-1.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.34-1.fc42 updates 106.0 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.5-1.fc42 updates 1.3 MiB- mesa-dri-drivers x86_64 25.1.9-1.fc42 updates 46.7 MiB- mesa-filesystem x86_64 25.1.9-1.fc42 updates 3.6 KiB- mesa-libEGL x86_64 25.1.9-1.fc42 updates 334.9 KiB- mesa-libGL x86_64 25.1.9-1.fc42 updates 306.2 KiB- mesa-libgbm x86_64 25.1.9-1.fc42 updates 19.7 KiB- mpg123-libs x86_64 1.32.10-1.fc42 updates 814.0 KiB- nspr x86_64 4.38.2-4.fc42 updates 315.5 KiB- nss x86_64 3.121.0-1.fc42 updates 1.9 MiB- nss-softokn x86_64 3.121.0-1.fc42 updates 2.0 MiB- nss-softokn-freebl x86_64 3.121.0-1.fc42 updates 991.0 KiB- nss-sysinit x86_64 3.121.0-1.fc42 updates 18.1 KiB- nss-util x86_64 3.121.0-1.fc42 updates 204.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.4-1.fc42 updates 456.3 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 20251212-1.fc42 updates 4.2 MiB- osinfo-db-tools x86_64 1.12.0-2.fc42 fedora 190.9 KiB- pango x86_64 1.56.4-2.fc42 updates 1.0 MiB- pango-devel x86_64 1.56.4-2.fc42 updates 1.5 MiB- pcre2-devel x86_64 10.46-1.fc42 updates 2.1 MiB- pcre2-utf16 x86_64 10.46-1.fc42 updates 626.3 KiB- pcre2-utf32 x86_64 10.46-1.fc42 updates 602.2 KiB- pipewire-jack-audio-connection-kit-libs x86_64 1.4.11-1.fc42 updates 496.6 KiB- pipewire-libs x86_64 1.4.11-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-4.fc42 updates 3.7 MiB- poppler-data noarch 0.4.11-9.fc42 fedora 12.3 MiB- poppler-glib x86_64 25.02.0-4.fc42 updates 612.3 KiB- pulseaudio-libs x86_64 17.0-9.fc42 updates 3.4 MiB- python3-packaging noarch 24.2-3.fc42 fedora 555.7 KiB- rav1e-libs x86_64 0.8.1-2.fc42 updates 3.1 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.7-1.fc42 updates 19.5 MiB- samba-common noarch 2:4.22.7-1.fc42 updates 210.8 KiB- samba-common-libs x86_64 2:4.22.7-1.fc42 updates 259.4 KiB- sdl12-compat x86_64 1.2.74-1.fc42 updates 200.4 KiB- sdl2-compat x86_64 2.32.64-1.fc42 updates 408.4 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.1-1.fc42 updates 274.0 KiB- systemd-devel x86_64 257.13-1.fc42 updates 612.1 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.91.0-1.fc42 updates 178.8 KiB- vo-amrwbenc x86_64 0.1.3-22.fc42 fedora 153.9 KiB- wayland-devel x86_64 1.24.0-1.fc42 updates 691.9 KiB- webrtc-audio-processing x86_64 1.3-5.fc42 fedora 1.4 MiB- wireplumber x86_64 0.5.13-1.fc42 updates 426.6 KiB- wireplumber-libs x86_64 0.5.13-1.fc42 updates 1.3 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-4.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.5-2.fc42 updates 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.6-2.fc42 updates 12.2 MiB- gi-docgen-fonts noarch 2026.1-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.4.5-1.fc42 updates 11.7 MiB- jxl-pixbuf-loader x86_64 1:0.11.1-4.fc42 updates 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.9-1.fc42 updates 115.0 B- pipewire x86_64 1.4.11-1.fc42 updates 433.2 KiB- pipewire-alsa x86_64 1.4.11-1.fc42 updates 158.0 KiB- pipewire-jack-audio-connection-kit x86_64 1.4.11-1.fc42 updates 30.0 B- pipewire-plugin-libcamera x86_64 1.4.11-1.fc42 updates 146.6 KiB- pipewire-pulseaudio x86_64 1.4.11-1.fc42 updates 436.2 KiB- rsvg-pixbuf-loader x86_64 2.60.0-5.fc42 updates 335.7 KiB- tinysparql x86_64 3.9.2-1.fc42 updates 2.5 MiB- upower x86_64 1.91.0-1.fc42 updates 303.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 141 MiB. Need to download 141 MiB.- After this operation, 542 MiB extra will be used (install 542 MiB, remove 0 B).- [ 1/325] cairo-0:1.18.2-3.fc42.x86_64 100% | 813.1 KiB/s | 731.8 KiB | 00m01s- [ 2/325] cairo-devel-0:1.18.2-3.fc42.x 100% | 182.8 KiB/s | 192.1 KiB | 00m01s- [ 3/325] libXext-0:1.3.6-3.fc42.x86_64 100% | 3.2 MiB/s | 39.3 KiB | 00m00s- [ 4/325] libXrender-0:0.9.12-2.fc42.x8 100% | 2.0 MiB/s | 26.9 KiB | 00m00s- [ 5/325] default-fonts-core-sans-0:4.2 100% | 36.2 KiB/s | 31.3 KiB | 00m01s- [ 6/325] xml-common-0:0.6.3-66.fc42.no 100% | 2.3 MiB/s | 31.2 KiB | 00m00s- [ 7/325] fontconfig-0:2.16.0-2.fc42.x8 100% | 117.8 KiB/s | 272.0 KiB | 00m02s- [ 8/325] google-noto-sans-vf-fonts-0:2 100% | 294.7 KiB/s | 614.5 KiB | 00m02s- [ 9/325] google-noto-fonts-common-0:20 100% | 1.4 MiB/s | 17.1 KiB | 00m00s- [ 10/325] gtk3-devel-0:3.24.52-1.fc42.x 100% | 15.9 MiB/s | 4.3 MiB | 00m00s- [ 11/325] abattis-cantarell-vf-fonts-0: 100% | 13.4 KiB/s | 120.3 KiB | 00m09s- [ 12/325] gtk3-0:3.24.52-1.fc42.x86_64 100% | 19.7 MiB/s | 6.0 MiB | 00m00s- [ 13/325] cairo-gobject-0:1.18.2-3.fc42 100% | 31.4 KiB/s | 17.3 KiB | 00m01s- [ 14/325] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 31.1 KiB/s | 229.9 KiB | 00m07s- [ 15/325] fribidi-0:1.0.16-2.fc42.x86_6 100% | 31.6 KiB/s | 53.6 KiB | 00m02s- [ 16/325] hicolor-icon-theme-0:0.17-20. 100% | 3.8 MiB/s | 65.7 KiB | 00m00s- [ 17/325] libXcomposite-0:0.4.6-5.fc42. 100% | 106.1 KiB/s | 24.3 KiB | 00m00s- [ 18/325] libXcursor-0:1.2.3-2.fc42.x86 100% | 24.9 KiB/s | 31.4 KiB | 00m01s- [ 19/325] libXdamage-0:1.1.6-5.fc42.x86 100% | 176.0 KiB/s | 23.4 KiB | 00m00s- [ 20/325] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 1.4 MiB/s | 19.1 KiB | 00m00s- [ 21/325] libXi-0:1.8.2-2.fc42.x86_64 100% | 165.5 KiB/s | 40.5 KiB | 00m00s- [ 22/325] libXinerama-0:1.1.5-8.fc42.x8 100% | 1.2 MiB/s | 14.3 KiB | 00m00s- [ 23/325] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 52.6 KiB/s | 27.8 KiB | 00m01s- [ 24/325] libcloudproviders-0:0.3.6-1.f 100% | 50.1 KiB/s | 46.8 KiB | 00m01s- [ 25/325] colord-libs-0:1.4.7-6.fc42.x8 100% | 39.5 KiB/s | 231.1 KiB | 00m06s- [ 26/325] lcms2-0:2.16-5.fc42.x86_64 100% | 177.9 KiB/s | 184.1 KiB | 00m01s- [ 27/325] at-spi2-atk-devel-0:2.56.8-1. 100% | 193.9 KiB/s | 10.1 KiB | 00m00s- [ 28/325] at-spi2-atk-0:2.56.8-1.fc42.x 100% | 1.9 MiB/s | 85.8 KiB | 00m00s- [ 29/325] at-spi2-core-0:2.56.8-1.fc42. 100% | 7.5 MiB/s | 383.4 KiB | 00m00s- [ 30/325] atk-0:2.56.8-1.fc42.x86_64 100% | 4.3 MiB/s | 79.5 KiB | 00m00s- [ 31/325] libXtst-0:1.2.5-2.fc42.x86_64 100% | 33.3 KiB/s | 20.7 KiB | 00m01s- [ 32/325] xprop-0:1.2.8-3.fc42.x86_64 100% | 17.9 KiB/s | 35.0 KiB | 00m02s- [ 33/325] atk-devel-0:2.56.8-1.fc42.x86 100% | 3.3 MiB/s | 447.2 KiB | 00m00s- [ 34/325] cairo-gobject-devel-0:1.18.2- 100% | 5.2 KiB/s | 11.3 KiB | 00m02s- [ 35/325] fontconfig-devel-0:2.16.0-2.f 100% | 100.2 KiB/s | 167.3 KiB | 00m02s- [ 36/325] libgusb-0:0.4.9-3.fc42.x86_64 100% | 8.9 KiB/s | 65.3 KiB | 00m07s- [ 37/325] gettext-0:0.23.1-2.fc42.x86_6 100% | 257.6 KiB/s | 1.1 MiB | 00m04s- [ 38/325] gettext-runtime-0:0.23.1-2.fc 100% | 85.4 KiB/s | 116.1 KiB | 00m01s- [ 39/325] libtextstyle-0:0.23.1-2.fc42. 100% | 20.3 KiB/s | 92.1 KiB | 00m05s- [ 40/325] gettext-envsubst-0:0.23.1-2.f 100% | 240.3 KiB/s | 37.7 KiB | 00m00s- [ 41/325] fribidi-devel-0:1.0.16-2.fc42 100% | 38.3 KiB/s | 29.5 KiB | 00m01s- [ 42/325] gdk-pixbuf2-0:2.42.12-12.fc42 100% | 3.6 MiB/s | 488.9 KiB | 00m00s- [ 43/325] shared-mime-info-0:2.3-7.fc42 100% | 656.2 KiB/s | 393.7 KiB | 00m01s- [ 44/325] gdk-pixbuf2-modules-0:2.42.12 100% | 1.8 MiB/s | 28.0 KiB | 00m00s- [ 45/325] gdk-pixbuf2-devel-0:2.42.12-1 100% | 9.7 MiB/s | 367.6 KiB | 00m00s- [ 46/325] glib2-devel-0:2.84.4-1.fc42.x 100% | 16.4 MiB/s | 1.5 MiB | 00m00s- [ 47/325] freetype-0:2.13.3-2.fc42.x86_ 100% | 11.2 KiB/s | 415.5 KiB | 00m37s- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe- [ 48/325] harfbuzz-0:10.4.0-2.fc42.x86_ 100% | 16.2 MiB/s | 1.1 MiB | 00m00s- [ 49/325] graphite2-0:1.3.14-18.fc42.x8 100% | 5.5 MiB/s | 95.8 KiB | 00m00s- [ 50/325] python3-packaging-0:24.2-3.fc 100% | 105.9 KiB/s | 154.0 KiB | 00m01s- [ 51/325] libXcomposite-devel-0:0.4.6-5 100% | 36.1 KiB/s | 16.0 KiB | 00m00s- [ 52/325] libXdamage-devel-0:1.1.6-5.fc 100% | 18.2 KiB/s | 9.6 KiB | 00m01s- [ 53/325] libXcursor-devel-0:1.2.3-2.fc 100% | 22.9 KiB/s | 39.7 KiB | 00m02s- [ 54/325] libXext-devel-0:1.3.6-3.fc42. 100% | 61.0 KiB/s | 85.3 KiB | 00m01s- [ 55/325] libXi-devel-0:1.8.2-2.fc42.x8 100% | 143.1 KiB/s | 116.0 KiB | 00m01s- [ 56/325] libXinerama-devel-0:1.1.5-8.f 100% | 42.7 KiB/s | 13.2 KiB | 00m00s- [ 57/325] libXfixes-devel-0:6.0.1-5.fc4 100% | 8.3 KiB/s | 12.7 KiB | 00m02s- [ 58/325] libcloudproviders-devel-0:0.3 100% | 127.0 KiB/s | 49.2 KiB | 00m00s- [ 59/325] libXrandr-devel-0:1.5.4-5.fc4 100% | 28.8 KiB/s | 19.4 KiB | 00m01s- [ 60/325] libepoxy-devel-0:1.5.10-9.fc4 100% | 238.9 KiB/s | 133.3 KiB | 00m01s- [ 61/325] pango-0:1.56.4-2.fc42.x86_64 100% | 2.9 MiB/s | 351.2 KiB | 00m00s- [ 62/325] libxkbcommon-devel-0:1.8.1-1. 100% | 120.1 KiB/s | 68.2 KiB | 00m01s- [ 63/325] libXft-0:2.3.8-8.fc42.x86_64 100% | 254.8 KiB/s | 72.9 KiB | 00m00s- [ 64/325] libdatrie-0:0.2.13-11.fc42.x8 100% | 2.9 MiB/s | 32.4 KiB | 00m00s- [ 65/325] pango-devel-0:1.56.4-2.fc42.x 100% | 6.9 MiB/s | 161.4 KiB | 00m00s- [ 66/325] libthai-0:0.1.29-10.fc42.x86_ 100% | 188.7 KiB/s | 211.5 KiB | 00m01s- [ 67/325] wayland-devel-0:1.24.0-1.fc42 100% | 6.0 MiB/s | 154.1 KiB | 00m00s- [ 68/325] libwayland-client-0:1.24.0-1. 100% | 1.7 MiB/s | 33.6 KiB | 00m00s- [ 69/325] libwayland-cursor-0:1.24.0-1. 100% | 1.2 MiB/s | 18.9 KiB | 00m00s- [ 70/325] libwayland-egl-0:1.24.0-1.fc4 100% | 651.4 KiB/s | 12.4 KiB | 00m00s- [ 71/325] libwayland-server-0:1.24.0-1. 100% | 2.0 MiB/s | 41.5 KiB | 00m00s- [ 72/325] zlib-ng-compat-devel-0:2.2.5- 100% | 2.1 MiB/s | 38.3 KiB | 00m00s- [ 73/325] adwaita-icon-theme-0:48.1-1.f 100% | 12.6 MiB/s | 398.8 KiB | 00m00s- [ 74/325] freetype-devel-0:2.13.3-2.fc4 100% | 921.8 KiB/s | 1.0 MiB | 00m01s- [ 75/325] adwaita-cursor-theme-0:48.1-1 100% | 13.2 MiB/s | 379.5 KiB | 00m00s- [ 76/325] cups-libs-1:2.4.16-7.fc42.x86 100% | 11.6 MiB/s | 260.9 KiB | 00m00s- [ 77/325] avahi-libs-0:0.9~rc2-2.fc42.x 100% | 2.5 MiB/s | 69.1 KiB | 00m00s- [ 78/325] cups-filesystem-1:2.4.16-7.fc 100% | 824.8 KiB/s | 12.4 KiB | 00m00s- [ 79/325] gtk-update-icon-cache-0:3.24. 100% | 2.0 MiB/s | 33.3 KiB | 00m00s- [ 80/325] libtinysparql-0:3.9.2-1.fc42. 100% | 15.2 MiB/s | 373.6 KiB | 00m00s- [ 81/325] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 72.1 KiB/s | 15.3 KiB | 00m00s- [ 82/325] libffi-devel-0:3.4.6-5.fc42.x 100% | 123.5 KiB/s | 28.8 KiB | 00m00s- [ 83/325] libmount-devel-0:2.40.4-10.fc 100% | 1.4 MiB/s | 24.3 KiB | 00m00s- [ 84/325] libselinux-devel-0:3.8-3.fc42 100% | 7.0 MiB/s | 151.4 KiB | 00m00s- [ 85/325] libsepol-devel-0:3.8-1.fc42.x 100% | 2.8 MiB/s | 48.4 KiB | 00m00s- [ 86/325] pcre2-devel-0:10.46-1.fc42.x8 100% | 16.1 MiB/s | 543.1 KiB | 00m00s- [ 87/325] pcre2-utf16-0:10.46-1.fc42.x8 100% | 5.6 MiB/s | 241.6 KiB | 00m00s- [ 88/325] pcre2-utf32-0:10.46-1.fc42.x8 100% | 5.4 MiB/s | 228.8 KiB | 00m00s- [ 89/325] sysprof-capture-devel-0:48.1- 100% | 2.9 MiB/s | 56.0 KiB | 00m00s- [ 90/325] libtiff-0:4.7.1-1.fc42.x86_64 100% | 5.2 MiB/s | 222.5 KiB | 00m00s- [ 91/325] jbigkit-libs-0:2.1-31.fc42.x8 100% | 223.1 KiB/s | 53.3 KiB | 00m00s- [ 92/325] liblerc-0:4.0.0-8.fc42.x86_64 100% | 3.8 MiB/s | 216.7 KiB | 00m00s- [ 93/325] libwebp-0:1.5.0-2.fc42.x86_64 100% | 1.8 MiB/s | 320.6 KiB | 00m00s- [ 94/325] libjpeg-turbo-devel-0:3.1.3-1 100% | 5.6 MiB/s | 97.1 KiB | 00m00s- [ 95/325] adwaita-icon-theme-legacy-0:4 100% | 1.8 MiB/s | 2.5 MiB | 00m01s- [ 96/325] libjpeg-turbo-0:3.1.3-1.fc42. 100% | 4.3 MiB/s | 236.9 KiB | 00m00s- [ 97/325] libpng-devel-2:1.6.56-1.fc42. 100% | 9.9 MiB/s | 302.9 KiB | 00m00s- [ 98/325] libtiff-devel-0:4.7.1-1.fc42. 100% | 9.7 MiB/s | 276.8 KiB | 00m00s- [ 99/325] at-spi2-core-devel-0:2.56.8-1 100% | 10.5 MiB/s | 343.9 KiB | 00m00s- [100/325] libpng-2:1.6.56-1.fc42.x86_64 100% | 1.3 MiB/s | 125.5 KiB | 00m00s- [101/325] dbus-devel-1:1.16.0-3.fc42.x8 100% | 411.7 KiB/s | 39.1 KiB | 00m00s- [102/325] json-glib-0:1.10.8-1.fc42.x86 100% | 7.3 MiB/s | 172.4 KiB | 00m00s- [103/325] libglvnd-devel-1:1.7.0-7.fc42 100% | 210.5 KiB/s | 161.8 KiB | 00m01s- [104/325] libxml2-devel-0:2.12.10-1.fc4 100% | 444.6 KiB/s | 523.7 KiB | 00m01s- [105/325] libglvnd-core-devel-1:1.7.0-7 100% | 99.9 KiB/s | 17.4 KiB | 00m00s- [106/325] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 213.0 KiB/s | 114.4 KiB | 00m01s- [107/325] libglvnd-gles-1:1.7.0-7.fc42. 100% | 40.4 KiB/s | 28.6 KiB | 00m01s- [108/325] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 1.1 MiB/s | 133.1 KiB | 00m00s- [109/325] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 19.4 KiB/s | 36.3 KiB | 00m02s- [110/325] libXrender-devel-0:0.9.12-2.f 100% | 21.6 KiB/s | 19.1 KiB | 00m01s- [111/325] fonts-filesystem-1:2.0.5-22.f 100% | 167.8 KiB/s | 8.7 KiB | 00m00s- [112/325] brotli-devel-0:1.2.0-1.fc42.x 100% | 1.1 MiB/s | 34.3 KiB | 00m00s- [113/325] brotli-0:1.2.0-1.fc42.x86_64 100% | 1.2 MiB/s | 23.8 KiB | 00m00s- [114/325] gettext-libs-0:0.23.1-2.fc42. 100% | 30.1 KiB/s | 760.4 KiB | 00m25s- [115/325] bzip2-devel-0:1.0.8-20.fc42.x 100% | 630.4 KiB/s | 213.7 KiB | 00m00s- [116/325] harfbuzz-devel-0:10.4.0-2.fc4 100% | 5.8 MiB/s | 452.3 KiB | 00m00s- [117/325] harfbuzz-icu-0:10.4.0-2.fc42. 100% | 937.8 KiB/s | 14.1 KiB | 00m00s- [118/325] harfbuzz-cairo-0:10.4.0-2.fc4 100% | 385.0 KiB/s | 28.9 KiB | 00m00s- [119/325] cmake-filesystem-0:3.31.11-1. 100% | 800.8 KiB/s | 12.8 KiB | 00m00s- [120/325] pixman-devel-0:0.46.2-1.fc42. 100% | 1.2 MiB/s | 18.0 KiB | 00m00s- [121/325] pixman-0:0.46.2-1.fc42.x86_64 100% | 9.2 MiB/s | 292.7 KiB | 00m00s- [122/325] systemd-devel-0:257.13-1.fc42 100% | 7.5 MiB/s | 672.4 KiB | 00m00s- [123/325] libXft-devel-0:2.3.8-8.fc42.x 100% | 97.4 KiB/s | 49.7 KiB | 00m01s- [124/325] libsoup3-0:3.6.6-2.fc42.x86_6 100% | 13.4 MiB/s | 451.4 KiB | 00m00s- [125/325] liblerc-devel-0:4.0.0-8.fc42. 100% | 24.1 MiB/s | 3.2 MiB | 00m00s- [126/325] libwebp-devel-0:1.5.0-2.fc42. 100% | 2.6 MiB/s | 39.7 KiB | 00m00s- [127/325] libzstd-devel-0:1.5.7-1.fc42. 100% | 114.9 KiB/s | 53.1 KiB | 00m00s- [128/325] libblkid-devel-0:2.40.4-10.fc 100% | 1.3 MiB/s | 23.4 KiB | 00m00s- [129/325] graphite2-devel-0:1.3.14-18.f 100% | 105.7 KiB/s | 20.8 KiB | 00m00s- [130/325] libglvnd-opengl-1:1.7.0-7.fc4 100% | 7.3 KiB/s | 37.4 KiB | 00m05s- [131/325] libXtst-devel-0:1.2.5-2.fc42. 100% | 33.8 KiB/s | 15.9 KiB | 00m00s- [132/325] xz-devel-1:5.8.1-4.fc42.x86_6 100% | 3.8 MiB/s | 66.7 KiB | 00m00s- [133/325] libdatrie-devel-0:0.2.13-11.f 100% | 296.0 KiB/s | 156.0 KiB | 00m01s- [134/325] mesa-libGL-0:25.1.9-1.fc42.x8 100% | 5.0 MiB/s | 121.8 KiB | 00m00s- [135/325] libthai-devel-0:0.1.29-10.fc4 100% | 35.1 KiB/s | 147.1 KiB | 00m04s- [136/325] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 28.5 KiB/s | 17.9 KiB | 00m01s- [137/325] mesa-dri-drivers-0:25.1.9-1.f 100% | 37.3 MiB/s | 12.5 MiB | 00m00s- [138/325] lm_sensors-libs-0:3.6.0-22.fc 100% | 4.9 MiB/s | 40.4 KiB | 00m00s- [139/325] mesa-filesystem-0:25.1.9-1.fc 100% | 151.9 KiB/s | 8.8 KiB | 00m00s- [140/325] mesa-libgbm-0:25.1.9-1.fc42.x 100% | 260.1 KiB/s | 14.8 KiB | 00m00s- [141/325] mesa-libEGL-0:25.1.9-1.fc42.x 100% | 1.9 MiB/s | 126.9 KiB | 00m00s- [142/325] libdrm-0:2.4.131-1.fc42.x86_6 100% | 3.8 MiB/s | 162.9 KiB | 00m00s- [143/325] libxshmfence-0:1.3.2-6.fc42.x 100% | 23.4 KiB/s | 13.3 KiB | 00m01s- [144/325] spirv-tools-libs-0:2025.2-2.f 100% | 24.0 MiB/s | 1.5 MiB | 00m00s- [145/325] libpciaccess-0:0.16-15.fc42.x 100% | 146.0 KiB/s | 26.3 KiB | 00m00s- [146/325] hwdata-0:0.405-1.fc42.noarch 100% | 24.4 MiB/s | 1.7 MiB | 00m00s- [147/325] libcanberra-gtk3-0:0.30-37.fc 100% | 32.8 KiB/s | 30.6 KiB | 00m01s- [148/325] libcanberra-0:0.30-37.fc42.x8 100% | 1.7 MiB/s | 84.1 KiB | 00m00s- [149/325] xdg-desktop-portal-gtk-0:1.15 100% | 103.4 KiB/s | 143.8 KiB | 00m01s- [150/325] libtdb-0:1.4.13-2.fc42.x86_64 100% | 119.2 KiB/s | 54.8 KiB | 00m00s- [151/325] sound-theme-freedesktop-0:0.8 100% | 988.1 KiB/s | 382.4 KiB | 00m00s- [152/325] libogg-2:1.3.5-11.fc42.x86_64 100% | 137.0 KiB/s | 33.1 KiB | 00m00s- [153/325] dconf-0:0.40.0-15.fc42.x86_64 100% | 89.9 KiB/s | 109.5 KiB | 00m01s- [154/325] libvorbis-1:1.3.7-12.fc42.x86 100% | 89.6 KiB/s | 189.2 KiB | 00m02s- [155/325] localsearch-0:3.9.0-1.fc42.x8 100% | 2.0 MiB/s | 932.4 KiB | 00m00s- [156/325] libcue-0:2.3.0-11.fc42.x86_64 100% | 59.2 KiB/s | 35.1 KiB | 00m01s- [157/325] libicu-devel-0:76.1-4.fc42.x8 100% | 24.1 KiB/s | 793.5 KiB | 00m33s- [158/325] libgudev-0:238-7.fc42.x86_64 100% | 54.6 KiB/s | 34.9 KiB | 00m01s- [159/325] libgxps-0:0.3.2-10.fc42.x86_6 100% | 9.6 KiB/s | 77.0 KiB | 00m08s- [160/325] libiptcdata-0:1.0.5-21.fc42.x 100% | 7.7 KiB/s | 60.5 KiB | 00m08s- [161/325] libosinfo-0:1.12.0-2.fc42.x86 100% | 91.3 KiB/s | 317.2 KiB | 00m03s- [162/325] totem-pl-parser-0:3.26.6-12.f 100% | 118.1 KiB/s | 143.6 KiB | 00m01s- [163/325] libexif-0:0.6.25-1.fc42.x86_6 100% | 10.4 KiB/s | 481.1 KiB | 00m46s- >>> Curl error (28): Timeout was reached for http://fedora.mirrorservice.org/fed- [164/325] osinfo-db-tools-0:1.12.0-2.fc 100% | 34.0 KiB/s | 73.2 KiB | 00m02s- [165/325] uchardet-0:0.0.8-7.fc42.x86_6 100% | 3.8 MiB/s | 106.3 KiB | 00m00s- [166/325] rsvg-pixbuf-loader-0:2.60.0-5 100% | 1.5 MiB/s | 164.0 KiB | 00m00s- [167/325] librsvg2-0:2.60.0-5.fc42.x86_ 100% | 17.7 MiB/s | 1.9 MiB | 00m00s- [168/325] jxl-pixbuf-loader-1:0.11.1-4. 100% | 1.2 MiB/s | 19.9 KiB | 00m00s- [169/325] webp-pixbuf-loader-0:0.2.7-3. 100% | 3.2 MiB/s | 19.8 KiB | 00m00s- [170/325] avif-pixbuf-loader-0:1.1.1-1. 100% | 72.6 KiB/s | 16.2 KiB | 00m00s- [171/325] libavif-0:1.1.1-1.fc42.x86_64 100% | 4.1 MiB/s | 100.1 KiB | 00m00s- [172/325] libyuv-0:0-0.56.20240704git96 100% | 1.4 MiB/s | 201.9 KiB | 00m00s- [173/325] libxslt-0:1.1.43-1.fc42.x86_6 100% | 54.0 KiB/s | 181.5 KiB | 00m03s- [174/325] gi-docgen-fonts-0:2026.1-2.fc 100% | 569.9 KiB/s | 9.1 KiB | 00m00s- [175/325] svt-av1-libs-0:2.3.0-1.fc42.x 100% | 372.9 KiB/s | 2.0 MiB | 00m06s- [176/325] redhat-display-fonts-0:4.1.0- 100% | 2.0 MiB/s | 555.4 KiB | 00m00s- [177/325] redhat-text-fonts-0:4.1.0-1.f 100% | 477.5 KiB/s | 483.2 KiB | 00m01s- [178/325] tinysparql-0:3.9.2-1.fc42.x86 100% | 4.9 MiB/s | 1.0 MiB | 00m00s- [179/325] glib-networking-0:2.80.1-1.fc 100% | 2.4 MiB/s | 201.4 KiB | 00m00s- [180/325] libproxy-0:0.5.8-2.fc42.x86_6 100% | 7.4 MiB/s | 45.5 KiB | 00m00s- [181/325] mesa-va-drivers-0:25.1.9-1.fc 100% | 399.9 KiB/s | 7.6 KiB | 00m00s- [182/325] libdav1d-0:1.5.3-1.fc42.x86_6 100% | 8.8 MiB/s | 637.4 KiB | 00m00s- [183/325] libjxl-1:0.11.1-4.fc42.x86_64 100% | 13.8 MiB/s | 1.1 MiB | 00m00s- [184/325] gsettings-desktop-schemas-0:4 100% | 13.0 MiB/s | 783.1 KiB | 00m00s- [185/325] xdg-desktop-portal-0:1.20.3-1 100% | 12.7 MiB/s | 505.3 KiB | 00m00s- [186/325] fuse3-0:3.16.2-5.fc42.x86_64 100% | 235.4 KiB/s | 57.4 KiB | 00m00s- [187/325] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 4.0 MiB/s | 94.2 KiB | 00m00s- [188/325] fuse-common-0:3.16.2-5.fc42.x 100% | 716.8 KiB/s | 8.6 KiB | 00m00s- [189/325] cpuinfo-0:24.09.26-2.git1e83a 100% | 2.3 MiB/s | 43.8 KiB | 00m00s- [190/325] giflib-0:5.2.2-9.fc42.x86_64 100% | 3.0 MiB/s | 52.2 KiB | 00m00s- [191/325] adobe-source-code-pro-fonts-0 100% | 107.2 KiB/s | 806.3 KiB | 00m08s- [192/325] gstreamer1-0:1.26.11-1.fc42.x 100% | 19.5 MiB/s | 1.7 MiB | 00m00s- [193/325] gstreamer1-plugins-base-0:1.2 100% | 24.1 MiB/s | 2.3 MiB | 00m00s- [194/325] cdparanoia-libs-0:10.2-47.fc4 100% | 6.6 MiB/s | 54.0 KiB | 00m00s- [195/325] libunwind-0:1.8.1-2.fc42.x86_ 100% | 159.8 KiB/s | 77.2 KiB | 00m00s- [196/325] graphene-0:1.10.6-10.fc42.x86 100% | 68.1 KiB/s | 61.3 KiB | 00m01s- [197/325] libXv-0:1.0.13-2.fc42.x86_64 100% | 1.7 MiB/s | 18.6 KiB | 00m00s- [198/325] libtheora-1:1.1.1-39.fc42.x86 100% | 551.6 KiB/s | 170.4 KiB | 00m00s- [199/325] opus-0:1.5.2-2.fc42.x86_64 100% | 315.5 KiB/s | 236.9 KiB | 00m01s- [200/325] exempi-0:2.6.4-7.fc42.x86_64 100% | 9.6 KiB/s | 583.5 KiB | 01m01s- [201/325] libavformat-free-0:7.1.2-1.fc 100% | 7.6 MiB/s | 1.1 MiB | 00m00s- [202/325] game-music-emu-0:0.6.3-17.fc4 100% | 2.6 MiB/s | 154.4 KiB | 00m00s- [203/325] iso-codes-0:4.17.0-2.fc42.noa 100% | 1.4 MiB/s | 3.6 MiB | 00m03s- [204/325] libchromaprint-0:1.5.1-24.fc4 100% | 2.6 MiB/s | 41.8 KiB | 00m00s- [205/325] libdvdnav-0:6.1.1-10.fc42.x86 100% | 95.3 KiB/s | 55.9 KiB | 00m01s- [206/325] libdvdread-0:6.1.3-9.fc42.x86 100% | 2.7 MiB/s | 72.6 KiB | 00m00s- [207/325] libbluray-0:1.3.4-9.fc42.x86_ 100% | 114.7 KiB/s | 174.2 KiB | 00m02s- [208/325] librabbitmq-0:0.15.0-2.fc42.x 100% | 4.8 MiB/s | 43.9 KiB | 00m00s- [209/325] librist-0:0.2.7-9.fc42.x86_64 100% | 31.7 KiB/s | 76.7 KiB | 00m02s- [210/325] srt-libs-0:1.5.4-2.fc42.x86_6 100% | 5.9 MiB/s | 389.6 KiB | 00m00s- [211/325] zeromq-0:4.3.5-21.fc42.x86_64 100% | 6.9 MiB/s | 468.9 KiB | 00m00s- [212/325] orc-0:0.4.41-1.fc42.x86_64 100% | 44.6 KiB/s | 220.5 KiB | 00m05s- [213/325] libavutil-free-0:7.1.2-1.fc42 100% | 2.8 MiB/s | 358.0 KiB | 00m00s- [214/325] libavcodec-free-0:7.1.2-1.fc4 100% | 18.6 MiB/s | 4.2 MiB | 00m00s- [215/325] libmodplug-1:0.8.9.0-27.fc42. 100% | 50.8 KiB/s | 178.4 KiB | 00m04s- [216/325] libudfread-0:1.1.2-11.fc42.x8 100% | 135.5 KiB/s | 35.5 KiB | 00m00s- [217/325] openpgm-0:5.3.128-4.fc42.x86_ 100% | 292.5 KiB/s | 183.1 KiB | 00m01s- [218/325] aribb24-0:1.0.3^20160216git5e 100% | 64.4 KiB/s | 38.3 KiB | 00m01s- [219/325] codec2-0:1.2.0-6.fc42.x86_64 100% | 1.4 MiB/s | 644.4 KiB | 00m00s- [220/325] gsm-0:1.0.22-8.fc42.x86_64 100% | 2.7 MiB/s | 35.8 KiB | 00m00s- [221/325] ilbc-0:3.0.4-13.fc42.x86_64 100% | 1.2 MiB/s | 56.9 KiB | 00m00s- [222/325] cjson-0:1.7.18-2.fc42.x86_64 100% | 14.6 KiB/s | 32.2 KiB | 00m02s- [223/325] libaribcaption-0:1.1.1-2.fc42 100% | 263.8 KiB/s | 111.6 KiB | 00m00s- [224/325] lame-libs-0:3.100-19.fc42.x86 100% | 231.7 KiB/s | 339.7 KiB | 00m01s- [225/325] libva-0:2.22.0-4.fc42.x86_64 100% | 9.5 MiB/s | 116.9 KiB | 00m00s- [226/325] liblc3-0:1.1.3-1.fc42.x86_64 100% | 5.1 MiB/s | 105.2 KiB | 00m00s- [227/325] snappy-0:1.2.1-4.fc42.x86_64 100% | 4.9 MiB/s | 39.9 KiB | 00m00s- [228/325] speex-0:1.2.0-19.fc42.x86_64 100% | 4.6 MiB/s | 70.8 KiB | 00m00s- [229/325] twolame-libs-0:0.4.0-6.fc42.x 100% | 291.2 KiB/s | 68.7 KiB | 00m00s- [230/325] fdk-aac-free-0:2.0.0-15.fc42. 100% | 157.8 KiB/s | 342.4 KiB | 00m02s- [231/325] vo-amrwbenc-0:0.1.3-22.fc42.x 100% | 4.0 MiB/s | 82.8 KiB | 00m00s- [232/325] xvidcore-0:1.3.7-13.fc42.x86_ 100% | 4.1 MiB/s | 267.4 KiB | 00m00s- [233/325] libswresample-free-0:7.1.2-1. 100% | 745.8 KiB/s | 67.9 KiB | 00m00s- [234/325] libvdpau-0:1.5-9.fc42.x86_64 100% | 1.8 MiB/s | 16.6 KiB | 00m00s- [235/325] zvbi-0:0.2.43-2.fc42.x86_64 100% | 918.0 KiB/s | 433.3 KiB | 00m00s- [236/325] opencore-amr-0:0.1.6-8.fc42.x 100% | 182.6 KiB/s | 181.9 KiB | 00m01s- [237/325] soxr-0:0.1.3-18.fc42.x86_64 100% | 352.7 KiB/s | 86.8 KiB | 00m00s- [238/325] libgexiv2-0:0.14.6-1.fc42.x86 100% | 2.6 MiB/s | 100.9 KiB | 00m00s- [239/325] poppler-glib-0:25.02.0-4.fc42 100% | 5.3 MiB/s | 201.0 KiB | 00m00s- [240/325] libgsf-0:1.14.56-1.fc42.x86_6 100% | 1.8 MiB/s | 263.9 KiB | 00m00s- [241/325] poppler-0:25.02.0-4.fc42.x86_ 100% | 12.4 MiB/s | 1.3 MiB | 00m00s- [242/325] upower-libs-0:1.91.0-1.fc42.x 100% | 3.6 MiB/s | 59.8 KiB | 00m00s- [243/325] mbedtls-0:3.6.5-1.fc42.x86_64 100% | 9.3 MiB/s | 512.6 KiB | 00m00s- [244/325] osinfo-db-0:20251212-1.fc42.n 100% | 9.8 MiB/s | 490.8 KiB | 00m00s- [245/325] alsa-lib-0:1.2.15.3-1.fc42.x8 100% | 8.5 MiB/s | 541.4 KiB | 00m00s- [246/325] pulseaudio-libs-0:17.0-9.fc42 100% | 11.9 MiB/s | 694.4 KiB | 00m00s- [247/325] libasyncns-0:0.8-30.fc42.x86_ 100% | 140.5 KiB/s | 30.2 KiB | 00m00s- [248/325] libsndfile-0:1.2.2-8.fc42.x86 100% | 1.7 MiB/s | 221.5 KiB | 00m00s- [249/325] poppler-data-0:0.4.11-9.fc42. 100% | 1.3 MiB/s | 2.0 MiB | 00m02s- [250/325] libaom-0:3.13.1-1.fc42.x86_64 100% | 27.3 MiB/s | 1.9 MiB | 00m00s- [251/325] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 2.0 MiB/s | 197.7 KiB | 00m00s- [252/325] rav1e-libs-0:0.8.1-2.fc42.x86 100% | 16.6 MiB/s | 1.1 MiB | 00m00s- [253/325] geoclue2-0:2.8.0-1.fc42.x86_6 100% | 7.9 MiB/s | 144.8 KiB | 00m00s- [254/325] flac-libs-0:1.4.3-6.fc42.x86_ 100% | 211.0 KiB/s | 274.3 KiB | 00m01s- [255/325] pipewire-libs-0:1.4.11-1.fc42 100% | 27.7 MiB/s | 2.4 MiB | 00m00s- [256/325] ModemManager-glib-0:1.22.0-5. 100% | 364.8 KiB/s | 304.6 KiB | 00m01s- [257/325] libebur128-0:1.2.6-12.fc42.x8 100% | 387.6 KiB/s | 24.8 KiB | 00m00s- [258/325] fftw-libs-single-0:3.3.10-15. 100% | 1.6 MiB/s | 1.2 MiB | 00m01s- [259/325] libsbc-0:2.0-6.fc42.x86_64 100% | 6.9 MiB/s | 49.3 KiB | 00m00s- [260/325] libldac-0:2.0.2.3-17.fc42.x86 100% | 79.2 KiB/s | 42.9 KiB | 00m01s- [261/325] lpcnetfreedv-0:0.5-8.fc42.x86 100% | 1.8 MiB/s | 7.3 MiB | 00m04s- [262/325] gpgmepp-0:1.24.3-1.fc42.x86_6 100% | 7.8 MiB/s | 143.2 KiB | 00m00s- [263/325] gpgme-0:1.24.3-1.fc42.x86_64 100% | 4.9 MiB/s | 219.1 KiB | 00m00s- [264/325] nspr-0:4.38.2-4.fc42.x86_64 100% | 7.5 MiB/s | 137.7 KiB | 00m00s- [265/325] nss-0:3.121.0-1.fc42.x86_64 100% | 12.7 MiB/s | 716.5 KiB | 00m00s- [266/325] nss-softokn-0:3.121.0-1.fc42. 100% | 8.6 MiB/s | 430.7 KiB | 00m00s- [267/325] nss-softokn-freebl-0:3.121.0- 100% | 8.3 MiB/s | 372.2 KiB | 00m00s- [268/325] nss-sysinit-0:3.121.0-1.fc42. 100% | 1.1 MiB/s | 18.7 KiB | 00m00s- [269/325] openjpeg-0:2.5.4-1.fc42.x86_6 100% | 5.1 MiB/s | 192.3 KiB | 00m00s- [270/325] bluez-libs-0:5.84-2.fc42.x86_ 100% | 3.4 MiB/s | 83.6 KiB | 00m00s- [271/325] nss-util-0:3.121.0-1.fc42.x86 100% | 3.5 MiB/s | 86.0 KiB | 00m00s- [272/325] highway-0:1.3.0-1.fc42.x86_64 100% | 8.6 MiB/s | 697.9 KiB | 00m00s- [273/325] exiv2-libs-0:0.28.6-2.fc42.x8 100% | 12.9 MiB/s | 908.5 KiB | 00m00s- [274/325] libvpl-1:2.16.0-1.fc42.x86_64 100% | 7.2 MiB/s | 161.2 KiB | 00m00s- [275/325] libopenmpt-0:0.8.6-1.fc42.x86 100% | 15.0 MiB/s | 785.8 KiB | 00m00s- [276/325] libsmbclient-2:4.22.7-1.fc42. 100% | 4.2 MiB/s | 76.9 KiB | 00m00s- [277/325] libtalloc-0:2.4.3-2.fc42.x86_ 100% | 111.2 KiB/s | 34.9 KiB | 00m00s- [278/325] libtevent-0:0.16.2-2.fc42.x86 100% | 196.8 KiB/s | 51.4 KiB | 00m00s- [279/325] samba-client-libs-2:4.22.7-1. 100% | 28.6 MiB/s | 5.6 MiB | 00m00s- [280/325] samba-common-2:4.22.7-1.fc42. 100% | 3.9 MiB/s | 177.3 KiB | 00m00s- [281/325] samba-common-libs-2:4.22.7-1. 100% | 6.1 MiB/s | 106.3 KiB | 00m00s- [282/325] libwbclient-2:4.22.7-1.fc42.x 100% | 2.5 MiB/s | 45.5 KiB | 00m00s- [283/325] libldb-2:4.22.7-1.fc42.x86_64 100% | 9.6 MiB/s | 187.7 KiB | 00m00s- [284/325] gobject-introspection-0:1.84. 100% | 68.6 KiB/s | 119.9 KiB | 00m02s- [285/325] libvpx-0:1.15.0-3.fc42.x86_64 100% | 18.9 MiB/s | 1.2 MiB | 00m00s- [286/325] libvisual-1:0.4.2-1.fc42.x86_ 100% | 8.7 MiB/s | 169.0 KiB | 00m00s- [287/325] libnotify-0:0.8.8-1.fc42.x86_ 100% | 2.9 MiB/s | 55.8 KiB | 00m00s- [288/325] inih-cpp-0:62-1.fc42.x86_64 100% | 1.4 MiB/s | 23.5 KiB | 00m00s- [289/325] inih-0:62-1.fc42.x86_64 100% | 1.0 MiB/s | 18.2 KiB | 00m00s- [290/325] libsodium-0:1.0.21-2.fc42.x86 100% | 10.2 MiB/s | 198.1 KiB | 00m00s- [291/325] mpg123-libs-0:1.32.10-1.fc42. 100% | 7.5 MiB/s | 355.5 KiB | 00m00s- [292/325] openh264-0:2.5.1-1.fc42.x86_6 100% | 1.1 MiB/s | 423.1 KiB | 00m00s- [293/325] glibc-gconv-extra-0:2.41-16.f 100% | 23.1 MiB/s | 1.6 MiB | 00m00s- [294/325] lmdb-libs-0:0.9.34-1.fc42.x86 100% | 2.6 MiB/s | 61.7 KiB | 00m00s- [295/325] sdl2-compat-0:2.32.64-1.fc42. 100% | 7.9 MiB/s | 137.0 KiB | 00m00s- [296/325] sdl12-compat-0:1.2.74-1.fc42. 100% | 853.3 KiB/s | 94.7 KiB | 00m00s- [297/325] SDL3-0:3.4.0-3.fc42.x86_64 100% | 19.9 MiB/s | 1.1 MiB | 00m00s- [298/325] libdecor-0:0.2.4-1.fc42.x86_6 100% | 2.3 MiB/s | 57.8 KiB | 00m00s- [299/325] OpenCL-ICD-Loader-0:3.0.6-2.2 100% | 1.1 MiB/s | 28.2 KiB | 00m00s- [300/325] webrtc-audio-processing-0:1.3 100% | 166.0 KiB/s | 537.4 KiB | 00m03s- [301/325] low-memory-monitor-0:2.1-12.f 100% | 182.7 KiB/s | 34.3 KiB | 00m00s- [302/325] pipewire-0:1.4.11-1.fc42.x86_ 100% | 7.2 MiB/s | 133.4 KiB | 00m00s- [303/325] adwaita-sans-fonts-0:48.2-2.f 100% | 609.7 KiB/s | 764.0 KiB | 00m01s- [304/325] upower-0:1.91.0-1.fc42.x86_64 100% | 7.0 MiB/s | 128.8 KiB | 00m00s- [305/325] rtkit-0:0.11-66.fc42.x86_64 100% | 42.5 KiB/s | 55.1 KiB | 00m01s- [306/325] libplist-0:2.6.0-2.fc42.x86_6 100% | 179.1 KiB/s | 97.4 KiB | 00m01s- [307/325] libimobiledevice-0:1.3.0^2024 100% | 102.0 KiB/s | 140.5 KiB | 00m01s- [308/325] libusbmuxd-0:2.1.0-3.fc42.x86 100% | 277.8 KiB/s | 37.5 KiB | 00m00s- [309/325] libimobiledevice-glue-0:1.3.1 100% | 386.8 KiB/s | 53.8 KiB | 00m00s- [310/325] exiv2-0:0.28.6-2.fc42.x86_64 100% | 25.8 MiB/s | 2.0 MiB | 00m00s- [311/325] intel-vpl-gpu-rt-0:25.4.5-1.f 100% | 15.7 MiB/s | 3.8 MiB | 00m00s- [312/325] logrotate-0:3.22.0-3.fc42.x86 100% | 3.7 MiB/s | 76.1 KiB | 00m00s- [313/325] wireplumber-0:0.5.13-1.fc42.x 100% | 7.0 MiB/s | 122.2 KiB | 00m00s- [314/325] wireplumber-libs-0:0.5.13-1.f 100% | 9.1 MiB/s | 426.4 KiB | 00m00s- [315/325] pipewire-alsa-0:1.4.11-1.fc42 100% | 3.2 MiB/s | 58.7 KiB | 00m00s- [316/325] pipewire-jack-audio-connectio 100% | 477.1 KiB/s | 10.5 KiB | 00m00s- [317/325] pipewire-jack-audio-connectio 100% | 3.7 MiB/s | 144.3 KiB | 00m00s- [318/325] pipewire-pulseaudio-0:1.4.11- 100% | 4.5 MiB/s | 209.6 KiB | 00m00s- [319/325] pipewire-plugin-libcamera-0:1 100% | 4.5 MiB/s | 73.5 KiB | 00m00s- [320/325] adwaita-mono-fonts-0:48.2-2.f 100% | 308.6 KiB/s | 1.4 MiB | 00m05s- [321/325] lttng-ust-0:2.13.8-4.fc42.x86 100% | 4.6 MiB/s | 331.4 KiB | 00m00s- [322/325] intel-mediasdk-0:23.2.2-7.fc4 100% | 1.2 MiB/s | 2.7 MiB | 00m02s- [323/325] usbmuxd-0:1.1.1^20240915git0b 100% | 63.5 KiB/s | 67.2 KiB | 00m01s- [324/325] libcamera-ipa-0:0.4.0-4.fc42. 100% | 141.4 KiB/s | 147.0 KiB | 00m01s- [325/325] libcamera-0:0.4.0-4.fc42.x86_ 100% | 74.9 KiB/s | 605.0 KiB | 00m08s- --------------------------------------------------------------------------------- [325/325] Total 100% | 995.5 KiB/s | 141.0 MiB | 02m25s- Running transaction- [ 1/327] Verify package files 100% | 155.0 B/s | 325.0 B | 00m02s- [ 2/327] Prepare transaction 100% | 687.0 B/s | 325.0 B | 00m00s- [ 3/327] Installing libXext-0:1.3.6-3. 100% | 17.8 MiB/s | 91.2 KiB | 00m00s- [ 4/327] Installing libpng-2:1.6.56-1. 100% | 39.6 MiB/s | 243.0 KiB | 00m00s- [ 5/327] Installing fonts-filesystem-1 100% | 384.8 KiB/s | 788.0 B | 00m00s- [ 6/327] Installing libjpeg-turbo-0:3. 100% | 65.8 MiB/s | 808.0 KiB | 00m00s- [ 7/327] Installing avahi-libs-0:0.9~r 100% | 22.7 MiB/s | 186.2 KiB | 00m00s- [ 8/327] Installing libXext-devel-0:1. 100% | 15.5 MiB/s | 110.9 KiB | 00m00s- [ 9/327] Installing libwayland-client- 100% | 15.4 MiB/s | 63.2 KiB | 00m00s- [ 10/327] Installing nspr-0:4.38.2-4.fc 100% | 34.4 MiB/s | 317.3 KiB | 00m00s- [ 11/327] Installing libogg-2:1.3.5-11. 100% | 15.3 MiB/s | 46.9 KiB | 00m00s- [ 12/327] Installing libvorbis-1:1.3.7- 100% | 58.3 MiB/s | 835.9 KiB | 00m00s- [ 13/327] Installing cmake-filesystem-0 100% | 948.7 KiB/s | 7.6 KiB | 00m00s- [ 14/327] Installing zlib-ng-compat-dev 100% | 21.2 MiB/s | 108.5 KiB | 00m00s- [ 15/327] Installing json-glib-0:1.10.8 100% | 53.7 MiB/s | 604.4 KiB | 00m00s- [ 16/327] Installing libXrender-0:0.9.1 100% | 16.7 MiB/s | 51.3 KiB | 00m00s- [ 17/327] Installing libXrender-devel-0 100% | 16.6 MiB/s | 51.0 KiB | 00m00s- [ 18/327] Installing libXi-0:1.8.2-2.fc 100% | 20.9 MiB/s | 85.7 KiB | 00m00s- [ 19/327] Installing libplist-0:2.6.0-2 100% | 5.4 MiB/s | 239.7 KiB | 00m00s- [ 20/327] Installing libtalloc-0:2.4.3- 100% | 15.9 MiB/s | 65.2 KiB | 00m00s- [ 21/327] Installing libtdb-0:1.4.13-2. 100% | 19.8 MiB/s | 101.6 KiB | 00m00s- [ 22/327] Installing libglvnd-1:1.7.0-7 100% | 64.9 MiB/s | 531.6 KiB | 00m00s- [ 23/327] Installing libXfixes-0:6.0.1- 100% | 10.3 MiB/s | 31.6 KiB | 00m00s- [ 24/327] Installing libXfixes-devel-0: 100% | 3.2 MiB/s | 9.9 KiB | 00m00s- [ 25/327] Installing libpng-devel-2:1.6 100% | 20.8 MiB/s | 1.1 MiB | 00m00s- [ 26/327] Installing nss-util-0:3.121.0 100% | 33.5 MiB/s | 205.8 KiB | 00m00s- [ 27/327] Installing libwayland-cursor- 100% | 9.4 MiB/s | 38.5 KiB | 00m00s- [ 28/327] Installing alsa-lib-0:1.2.15. 100% | 21.0 MiB/s | 1.5 MiB | 00m00s- [ 29/327] Installing opus-0:1.5.2-2.fc4 100% | 46.5 MiB/s | 428.6 KiB | 00m00s- [ 30/327] Installing libgudev-0:238-7.f 100% | 12.5 MiB/s | 89.3 KiB | 00m00s- [ 31/327] Installing libsoup3-0:3.6.6-2 100% | 77.4 MiB/s | 1.8 MiB | 00m00s- [ 32/327] Installing libwebp-0:1.5.0-2. 100% | 51.6 MiB/s | 951.8 KiB | 00m00s- [ 33/327] Installing lcms2-0:2.16-5.fc4 100% | 42.9 MiB/s | 439.3 KiB | 00m00s- [ 34/327] Installing libXi-devel-0:1.8. 100% | 23.5 MiB/s | 144.6 KiB | 00m00s- [ 35/327] Installing libtevent-0:0.16.2 100% | 16.7 MiB/s | 102.5 KiB | 00m00s- [ 36/327] Installing libimobiledevice-g 100% | 20.2 MiB/s | 124.4 KiB | 00m00s- [ 37/327] Installing avahi-glib-0:0.9~r 100% | 8.0 MiB/s | 24.4 KiB | 00m00s- [ 38/327] Installing libtinysparql-0:3. 100% | 14.1 MiB/s | 1.3 MiB | 00m00s- >>> Running sysusers scriptlet: samba-common-2:4.22.7-1.fc42.noarch- >>> Finished sysusers scriptlet: samba-common-2:4.22.7-1.fc42.noarch- >>> Scriptlet output:- >>> Creating group 'printadmin' with GID 994.- >>>- [ 39/327] Installing samba-common-2:4.2 100% | 4.8 MiB/s | 214.3 KiB | 00m00s- [ 40/327] Installing libvpl-1:2.16.0-1. 100% | 24.7 MiB/s | 429.2 KiB | 00m00s- [ 41/327] Installing libunwind-0:1.8.1- 100% | 16.1 MiB/s | 197.4 KiB | 00m00s- [ 42/327] Installing gstreamer1-0:1.26. 100% | 44.2 MiB/s | 5.4 MiB | 00m00s- [ 43/327] Installing libdav1d-0:1.5.3-1 100% | 67.7 MiB/s | 1.7 MiB | 00m00s- [ 44/327] Installing hwdata-0:0.405-1.f 100% | 76.2 MiB/s | 9.8 MiB | 00m00s- [ 45/327] Installing mesa-filesystem-0: 100% | 2.1 MiB/s | 4.3 KiB | 00m00s- [ 46/327] Installing libwayland-server- 100% | 15.6 MiB/s | 79.7 KiB | 00m00s- [ 47/327] Installing libwayland-egl-0:1 100% | 1.9 MiB/s | 13.6 KiB | 00m00s- [ 48/327] Installing shared-mime-info-0 100% | 24.8 MiB/s | 2.6 MiB | 00m00s- [ 49/327] Installing gdk-pixbuf2-0:2.42 100% | 43.4 MiB/s | 2.5 MiB | 00m00s- [ 50/327] Installing fribidi-0:1.0.16-2 100% | 4.9 MiB/s | 196.8 KiB | 00m00s- [ 51/327] Installing libepoxy-0:1.5.10- 100% | 32.8 MiB/s | 1.1 MiB | 00m00s- [ 52/327] Installing xml-common-0:0.6.3 100% | 8.8 MiB/s | 81.1 KiB | 00m00s- [ 53/327] Installing fribidi-devel-0:1. 100% | 16.0 MiB/s | 81.9 KiB | 00m00s- [ 54/327] Installing libXcursor-0:1.2.3 100% | 14.4 MiB/s | 59.1 KiB | 00m00s- [ 55/327] Installing libXdamage-0:1.1.6 100% | 11.0 MiB/s | 45.2 KiB | 00m00s- [ 56/327] Installing libXtst-0:1.2.5-2. 100% | 11.3 MiB/s | 34.6 KiB | 00m00s- [ 57/327] Installing libXrandr-0:1.5.4- 100% | 18.6 MiB/s | 57.0 KiB | 00m00s- [ 58/327] Installing libjpeg-turbo-deve 100% | 58.0 MiB/s | 356.5 KiB | 00m00s- [ 59/327] Installing libtheora-1:1.1.1- 100% | 59.0 MiB/s | 483.7 KiB | 00m00s- [ 60/327] Installing libXinerama-0:1.1. 100% | 3.3 MiB/s | 20.1 KiB | 00m00s- [ 61/327] Installing mpg123-libs-0:1.32 100% | 53.2 MiB/s | 816.6 KiB | 00m00s- [ 62/327] Installing openjpeg-0:2.5.4-1 100% | 44.8 MiB/s | 458.2 KiB | 00m00s- [ 63/327] Installing rav1e-libs-0:0.8.1 100% | 68.4 MiB/s | 3.1 MiB | 00m00s- [ 64/327] Installing liblc3-0:1.1.3-1.f 100% | 33.6 MiB/s | 171.8 KiB | 00m00s- [ 65/327] Installing lame-libs-0:3.100- 100% | 109.3 MiB/s | 1.2 MiB | 00m00s- [ 66/327] Installing gsm-0:1.0.22-8.fc4 100% | 17.2 MiB/s | 70.4 KiB | 00m00s- [ 67/327] Installing fdk-aac-free-0:2.0 100% | 50.2 MiB/s | 617.3 KiB | 00m00s- [ 68/327] Installing libdvdread-0:6.1.3 100% | 26.3 MiB/s | 161.8 KiB | 00m00s- [ 69/327] Installing fuse3-libs-0:3.16. 100% | 34.5 MiB/s | 282.6 KiB | 00m00s- [ 70/327] Installing gsettings-desktop- 100% | 151.1 MiB/s | 5.4 MiB | 00m00s- [ 71/327] Installing pixman-0:0.46.2-1. 100% | 57.9 MiB/s | 711.4 KiB | 00m00s- [ 72/327] Installing pixman-devel-0:0.4 100% | 18.5 MiB/s | 56.9 KiB | 00m00s- [ 73/327] Installing liblerc-0:4.0.0-8. 100% | 51.9 MiB/s | 637.6 KiB | 00m00s- [ 74/327] Installing libffi-devel-0:3.4 100% | 11.3 MiB/s | 34.8 KiB | 00m00s- [ 75/327] Installing libdatrie-0:0.2.13 100% | 14.4 MiB/s | 58.9 KiB | 00m00s- [ 76/327] Installing libthai-0:0.1.29-1 100% | 69.7 MiB/s | 785.2 KiB | 00m00s- [ 77/327] Installing graphite2-0:1.3.14 100% | 4.2 MiB/s | 197.9 KiB | 00m00s- [ 78/327] Installing harfbuzz-0:10.4.0- 100% | 61.3 MiB/s | 2.8 MiB | 00m00s- [ 79/327] Installing freetype-0:2.13.3- 100% | 49.4 MiB/s | 859.9 KiB | 00m00s- [ 80/327] Installing libtextstyle-0:0.2 100% | 33.9 MiB/s | 208.3 KiB | 00m00s- [ 81/327] Installing gettext-libs-0:0.2 100% | 67.6 MiB/s | 2.0 MiB | 00m00s- [ 82/327] Installing libcloudproviders- 100% | 20.5 MiB/s | 126.2 KiB | 00m00s- [ 83/327] Installing libXcomposite-0:0. 100% | 15.0 MiB/s | 46.0 KiB | 00m00s- [ 84/327] Installing libXcomposite-deve 100% | 3.4 MiB/s | 10.5 KiB | 00m00s- [ 85/327] Installing libcloudproviders- 100% | 46.7 MiB/s | 382.5 KiB | 00m00s- [ 86/327] Installing harfbuzz-icu-0:10. 100% | 5.3 MiB/s | 16.3 KiB | 00m00s- [ 87/327] Installing graphite2-devel-0: 100% | 12.4 MiB/s | 50.8 KiB | 00m00s- [ 88/327] Installing libdatrie-devel-0: 100% | 12.4 MiB/s | 609.8 KiB | 00m00s- [ 89/327] Installing libthai-devel-0:0. 100% | 63.7 MiB/s | 718.0 KiB | 00m00s- [ 90/327] Installing wayland-devel-0:1. 100% | 13.4 MiB/s | 700.4 KiB | 00m00s- [ 91/327] Installing liblerc-devel-0:4. 100% | 214.4 MiB/s | 4.3 MiB | 00m00s- [ 92/327] Installing libdvdnav-0:6.1.1- 100% | 29.7 MiB/s | 121.7 KiB | 00m00s- [ 93/327] Installing libopenmpt-0:0.8.6 100% | 60.2 MiB/s | 1.8 MiB | 00m00s- [ 94/327] Installing libXinerama-devel- 100% | 2.8 MiB/s | 8.5 KiB | 00m00s- [ 95/327] Installing libXrandr-devel-0: 100% | 8.0 MiB/s | 24.7 KiB | 00m00s- [ 96/327] Installing libXtst-devel-0:1. 100% | 4.6 MiB/s | 14.0 KiB | 00m00s- [ 97/327] Installing libXdamage-devel-0 100% | 1.0 MiB/s | 3.1 KiB | 00m00s- [ 98/327] Installing libXcursor-devel-0 100% | 3.2 MiB/s | 32.8 KiB | 00m00s- [ 99/327] Installing iso-codes-0:4.17.0 100% | 140.3 MiB/s | 20.5 MiB | 00m00s- [100/327] Installing gtk-update-icon-ca 100% | 1.5 MiB/s | 63.3 KiB | 00m00s- [101/327] Installing libgsf-0:1.14.56-1 100% | 19.4 MiB/s | 991.5 KiB | 00m00s- [102/327] Installing libnotify-0:0.8.8- 100% | 2.9 MiB/s | 129.0 KiB | 00m00s- [103/327] Installing libpciaccess-0:0.1 100% | 9.0 MiB/s | 45.9 KiB | 00m00s- [104/327] Installing libdrm-0:2.4.131-1 100% | 22.2 MiB/s | 408.5 KiB | 00m00s- [105/327] Installing osinfo-db-0:202512 100% | 24.3 MiB/s | 4.4 MiB | 00m00s- [106/327] Installing libusbmuxd-0:2.1.0 100% | 15.0 MiB/s | 76.8 KiB | 00m00s- [107/327] Installing libimobiledevice-0 100% | 37.4 MiB/s | 306.3 KiB | 00m00s- [108/327] Installing libwebp-devel-0:1. 100% | 13.6 MiB/s | 124.9 KiB | 00m00s- [109/327] Installing osinfo-db-tools-0: 100% | 4.3 MiB/s | 197.2 KiB | 00m00s- [110/327] Installing nss-softokn-freebl 100% | 51.0 MiB/s | 993.2 KiB | 00m00s- [111/327] Installing nss-softokn-0:3.12 100% | 67.9 MiB/s | 2.0 MiB | 00m00s- [112/327] Installing nss-0:3.121.0-1.fc 100% | 33.8 MiB/s | 1.9 MiB | 00m00s- [113/327] Installing nss-sysinit-0:3.12 100% | 397.0 KiB/s | 19.1 KiB | 00m00s- [114/327] Installing libglvnd-opengl-1: 100% | 29.2 MiB/s | 149.6 KiB | 00m00s- [115/327] Installing libgusb-0:0.4.9-3. 100% | 32.0 MiB/s | 163.7 KiB | 00m00s- [116/327] Installing colord-libs-0:1.4. 100% | 55.6 MiB/s | 853.7 KiB | 00m00s- [117/327] Installing flac-libs-0:1.4.3- 100% | 57.0 MiB/s | 700.8 KiB | 00m00s- [118/327] Installing libsndfile-0:1.2.2 100% | 53.9 MiB/s | 551.6 KiB | 00m00s- [119/327] Installing libyuv-0:0-0.56.20 100% | 60.8 MiB/s | 685.3 KiB | 00m00s- [120/327] Installing abattis-cantarell- 100% | 31.6 MiB/s | 194.4 KiB | 00m00s- [121/327] Installing adobe-source-code- 100% | 57.6 MiB/s | 1.6 MiB | 00m00s- [122/327] Installing redhat-display-fon 100% | 67.5 MiB/s | 968.0 KiB | 00m00s- [123/327] Installing redhat-text-fonts- 100% | 70.3 MiB/s | 791.5 KiB | 00m00s- [124/327] Installing aribb24-0:1.0.3^20 100% | 16.3 MiB/s | 83.2 KiB | 00m00s- [125/327] Installing zvbi-0:0.2.43-2.fc 100% | 11.4 MiB/s | 1.2 MiB | 00m00s- [126/327] Installing libXxf86vm-0:1.1.6 100% | 7.4 MiB/s | 30.5 KiB | 00m00s- [127/327] Installing libXv-0:1.0.13-2.f 100% | 7.6 MiB/s | 31.2 KiB | 00m00s- [128/327] Installing libvdpau-0:1.5-9.f 100% | 5.5 MiB/s | 22.4 KiB | 00m00s- [129/327] Installing lttng-ust-0:2.13.8 100% | 48.6 MiB/s | 1.1 MiB | 00m00s- [130/327] Installing libcamera-0:0.4.0- 100% | 20.1 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% | 1.4 MiB/s | 141.2 KiB | 00m00s- >>> Running %post scriptlet: rtkit-0:0.11-66.fc42.x86_64- >>> Finished %post 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% | 14.0 MiB/s | 71.8 KiB | 00m00s- [133/327] Installing lmdb-libs-0:0.9.34 100% | 17.5 MiB/s | 107.4 KiB | 00m00s- [134/327] Installing libldb-2:4.22.7-1. 100% | 19.4 MiB/s | 456.6 KiB | 00m00s- [135/327] Installing glibc-gconv-extra- 100% | 44.0 MiB/s | 7.3 MiB | 00m00s- [136/327] Installing samba-common-libs- 100% | 6.9 MiB/s | 261.4 KiB | 00m00s- [137/327] Installing libwbclient-2:4.22 100% | 6.8 MiB/s | 69.3 KiB | 00m00s- [138/327] Installing samba-client-libs- 100% | 60.7 MiB/s | 19.5 MiB | 00m00s- [139/327] Installing libsmbclient-2:4.2 100% | 26.9 MiB/s | 165.5 KiB | 00m00s- [140/327] Installing libsodium-0:1.0.21 100% | 44.0 MiB/s | 450.5 KiB | 00m00s- [141/327] Installing inih-0:62-1.fc42.x 100% | 5.8 MiB/s | 23.6 KiB | 00m00s- [142/327] Installing inih-cpp-0:62-1.fc 100% | 9.0 MiB/s | 36.8 KiB | 00m00s- [143/327] Installing exiv2-libs-0:0.28. 100% | 69.4 MiB/s | 2.8 MiB | 00m00s- [144/327] Installing libgexiv2-0:0.14.6 100% | 34.3 MiB/s | 281.4 KiB | 00m00s- [145/327] Installing libvpx-0:1.15.0-3. 100% | 63.8 MiB/s | 3.3 MiB | 00m00s- [146/327] Installing openh264-0:2.5.1-1 100% | 57.7 MiB/s | 1.1 MiB | 00m00s- [147/327] Installing highway-0:1.3.0-1. 100% | 77.4 MiB/s | 5.5 MiB | 00m00s- [148/327] Installing libjxl-1:0.11.1-4. 100% | 59.9 MiB/s | 3.1 MiB | 00m00s- [149/327] Installing bluez-libs-0:5.84- 100% | 32.5 MiB/s | 199.4 KiB | 00m00s- [150/327] Installing gpgme-0:1.24.3-1.f 100% | 11.8 MiB/s | 590.4 KiB | 00m00s- [151/327] Installing gpgmepp-0:1.24.3-1 100% | 52.5 MiB/s | 430.4 KiB | 00m00s- [152/327] Installing gobject-introspect 100% | 38.8 MiB/s | 397.1 KiB | 00m00s- [153/327] Installing upower-libs-0:1.91 100% | 29.3 MiB/s | 180.1 KiB | 00m00s- [154/327] Installing webrtc-audio-proce 100% | 62.3 MiB/s | 1.4 MiB | 00m00s- [155/327] Installing libsbc-0:2.0-6.fc4 100% | 23.1 MiB/s | 94.5 KiB | 00m00s- [156/327] Installing libldac-0:2.0.2.3- 100% | 16.4 MiB/s | 84.2 KiB | 00m00s- [157/327] Installing libebur128-0:1.2.6 100% | 13.3 MiB/s | 40.7 KiB | 00m00s- [158/327] Installing fftw-libs-single-0 100% | 77.0 MiB/s | 3.6 MiB | 00m00s- [159/327] Installing ModemManager-glib- 100% | 17.6 MiB/s | 1.4 MiB | 00m00s- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64- >>> Scriptlet output:- >>> Creating group 'geoclue' with GID 993.- >>> Ceating user 'geoclue' (n/a) with UID 993 and GID 993.- >>>- [160/327] Installing geoclue2-0:2.8.0-1 100% | 6.8 MiB/s | 405.6 KiB | 00m00s- [161/327] Installing libvmaf-0:3.0.0-3. 100% | 36.8 MiB/s | 828.4 KiB | 00m00s- [162/327] Installing libaom-0:3.13.1-1. 100% | 49.3 MiB/s | 5.0 MiB | 00m00s- [163/327] Installing libasyncns-0:0.8-3 100% | 11.9 MiB/s | 60.8 KiB | 00m00s- [164/327] Installing pulseaudio-libs-0: 100% | 69.0 MiB/s | 3.4 MiB | 00m00s- [165/327] Installing pipewire-libs-0:1. 100% | 42.4 MiB/s | 8.7 MiB | 00m00s- [166/327] Installing wireplumber-libs-0 100% | 39.0 MiB/s | 1.3 MiB | 00m00s- [167/327] Installing wireplumber-0:0.5. 100% | 6.7 MiB/s | 443.2 KiB | 00m00s- [168/327] Installing pipewire-jack-audi 100% | 101.6 KiB/s | 312.0 B | 00m00s- [169/327] Installing pipewire-jack-audi 100% | 8.7 MiB/s | 499.2 KiB | 00m00s- [170/327] Installing mbedtls-0:3.6.5-1. 100% | 60.4 MiB/s | 1.3 MiB | 00m00s- [171/327] Installing poppler-data-0:0.4 100% | 70.4 MiB/s | 12.4 MiB | 00m00s- [172/327] Installing soxr-0:0.1.3-18.fc 100% | 27.0 MiB/s | 193.6 KiB | 00m00s- [173/327] Installing lpcnetfreedv-0:0.5 100% | 111.4 MiB/s | 14.8 MiB | 00m00s- [174/327] Installing codec2-0:1.2.0-6.f 100% | 68.5 MiB/s | 1.4 MiB | 00m00s- [175/327] Installing xvidcore-0:1.3.7-1 100% | 66.1 MiB/s | 880.1 KiB | 00m00s- [176/327] Installing vo-amrwbenc-0:0.1. 100% | 25.3 MiB/s | 155.4 KiB | 00m00s- [177/327] Installing twolame-libs-0:0.4 100% | 27.1 MiB/s | 166.6 KiB | 00m00s- [178/327] Installing speex-0:1.2.0-19.f 100% | 21.2 MiB/s | 130.4 KiB | 00m00s- [179/327] Installing snappy-0:1.2.1-4.f 100% | 14.2 MiB/s | 72.9 KiB | 00m00s- [180/327] Installing opencore-amr-0:0.1 100% | 38.1 MiB/s | 351.2 KiB | 00m00s- [181/327] Installing ilbc-0:3.0.4-13.fc 100% | 18.9 MiB/s | 96.9 KiB | 00m00s- [182/327] Installing openpgm-0:5.3.128- 100% | 38.8 MiB/s | 317.7 KiB | 00m00s- [183/327] Installing zeromq-0:4.3.5-21. 100% | 17.6 MiB/s | 902.7 KiB | 00m00s- [184/327] Installing cjson-0:1.7.18-2.f 100% | 816.0 KiB/s | 65.3 KiB | 00m00s- [185/327] Installing librist-0:0.2.7-9. 100% | 15.1 MiB/s | 154.8 KiB | 00m00s- [186/327] Installing libudfread-0:1.1.2 100% | 13.2 MiB/s | 67.3 KiB | 00m00s- [187/327] Installing srt-libs-0:1.5.4-2 100% | 61.0 MiB/s | 998.9 KiB | 00m00s- [188/327] Installing librabbitmq-0:0.15 100% | 17.7 MiB/s | 90.7 KiB | 00m00s- [189/327] Installing libmodplug-1:0.8.9 100% | 43.6 MiB/s | 357.0 KiB | 00m00s- [190/327] Installing game-music-emu-0:0 100% | 40.6 MiB/s | 332.8 KiB | 00m00s- [191/327] Installing orc-0:0.4.41-1.fc4 100% | 12.7 MiB/s | 728.9 KiB | 00m00s- [192/327] Installing graphene-0:1.10.6- 100% | 26.7 MiB/s | 164.1 KiB | 00m00s- [193/327] Installing cdparanoia-libs-0: 100% | 23.2 MiB/s | 118.9 KiB | 00m00s- [194/327] Installing giflib-0:5.2.2-9.f 100% | 28.8 MiB/s | 117.8 KiB | 00m00s- [195/327] Installing cpuinfo-0:24.09.26 100% | 2.4 MiB/s | 109.7 KiB | 00m00s- [196/327] Installing svt-av1-libs-0:2.3 100% | 63.9 MiB/s | 5.6 MiB | 00m00s- [197/327] Installing libavif-0:1.1.1-1. 100% | 30.0 MiB/s | 215.2 KiB | 00m00s- [198/327] Installing fuse-common-0:3.16 100% | 142.6 KiB/s | 292.0 B | 00m00s- [199/327] Installing fuse3-0:3.16.2-5.f 100% | 2.8 MiB/s | 132.0 KiB | 00m00s- [200/327] Installing libproxy-0:0.5.8-2 100% | 17.0 MiB/s | 104.5 KiB | 00m00s- [201/327] Installing uchardet-0:0.0.8-7 100% | 5.2 MiB/s | 277.7 KiB | 00m00s- [202/327] Installing totem-pl-parser-0: 100% | 19.9 MiB/s | 326.9 KiB | 00m00s- [203/327] Installing libxslt-0:1.1.43-1 100% | 9.2 MiB/s | 459.2 KiB | 00m00s- [204/327] Installing libosinfo-0:1.12.0 100% | 22.3 MiB/s | 1.2 MiB | 00m00s- [205/327] Installing libiptcdata-0:1.0. 100% | 3.8 MiB/s | 174.9 KiB | 00m00s- [206/327] Installing libexif-0:0.6.25-1 100% | 148.4 MiB/s | 2.7 MiB | 00m00s- [207/327] Installing libcue-0:2.3.0-11. 100% | 17.8 MiB/s | 91.3 KiB | 00m00s- [208/327] Installing exempi-0:2.6.4-7.f 100% | 23.3 MiB/s | 1.4 MiB | 00m00s- [209/327] Installing sound-theme-freede 100% | 15.2 MiB/s | 467.2 KiB | 00m00s- [210/327] Installing libcanberra-0:0.30 100% | 2.2 MiB/s | 291.3 KiB | 00m00s- [211/327] Installing spirv-tools-libs-0 100% | 51.6 MiB/s | 5.8 MiB | 00m00s- [212/327] Installing lm_sensors-libs-0: 100% | 9.4 MiB/s | 86.9 KiB | 00m00s- [213/327] Installing libxshmfence-0:1.3 100% | 1.9 MiB/s | 13.6 KiB | 00m00s- [214/327] Installing mesa-libgbm-0:25.1 100% | 5.0 MiB/s | 20.5 KiB | 00m00s- [215/327] Installing mesa-dri-drivers-0 100% | 69.3 MiB/s | 46.7 MiB | 00m01s- [216/327] Installing libglvnd-egl-1:1.7 100% | 13.7 MiB/s | 70.3 KiB | 00m00s- [217/327] Installing mesa-libEGL-0:25.1 100% | 41.0 MiB/s | 335.9 KiB | 00m00s- [218/327] Installing libglvnd-gles-1:1. 100% | 26.2 MiB/s | 107.3 KiB | 00m00s- [219/327] Installing libglvnd-glx-1:1.7 100% | 66.3 MiB/s | 610.6 KiB | 00m00s- [220/327] Installing mesa-libGL-0:25.1. 100% | 42.9 MiB/s | 307.2 KiB | 00m00s- [221/327] Installing libva-0:2.22.0-4.f 100% | 32.6 MiB/s | 333.4 KiB | 00m00s- [222/327] Installing libavutil-free-0:7 100% | 62.8 MiB/s | 964.2 KiB | 00m00s- [223/327] Installing libswresample-free 100% | 29.0 MiB/s | 148.7 KiB | 00m00s- [224/327] Installing xz-devel-1:5.8.1-4 100% | 32.1 MiB/s | 262.6 KiB | 00m00s- [225/327] Installing libxml2-devel-0:2. 100% | 59.9 MiB/s | 3.4 MiB | 00m00s- [226/327] Installing libxkbcommon-devel 100% | 44.0 MiB/s | 360.5 KiB | 00m00s- [227/327] Installing libicu-devel-0:76. 100% | 39.6 MiB/s | 5.1 MiB | 00m00s- [228/327] Installing libblkid-devel-0:2 100% | 15.0 MiB/s | 46.0 KiB | 00m00s- [229/327] Installing libzstd-devel-0:1. 100% | 18.5 MiB/s | 208.8 KiB | 00m00s- [230/327] Installing systemd-devel-0:25 100% | 31.6 MiB/s | 744.0 KiB | 00m00s- [231/327] Installing dbus-devel-1:1.16. 100% | 16.7 MiB/s | 136.5 KiB | 00m00s- [232/327] Installing bzip2-devel-0:1.0. 100% | 101.2 MiB/s | 310.7 KiB | 00m00s- [233/327] Installing brotli-0:1.2.0-1.f 100% | 860.8 KiB/s | 34.4 KiB | 00m00s- [234/327] Installing brotli-devel-0:1.2 100% | 13.4 MiB/s | 68.4 KiB | 00m00s- [235/327] Installing libglvnd-core-deve 100% | 13.4 MiB/s | 41.1 KiB | 00m00s- [236/327] Installing libglvnd-devel-1:1 100% | 73.1 MiB/s | 2.1 MiB | 00m00s- [237/327] Installing libepoxy-devel-0:1 100% | 88.3 MiB/s | 1.6 MiB | 00m00s- [238/327] Installing jbigkit-libs-0:2.1 100% | 24.1 MiB/s | 123.4 KiB | 00m00s- [239/327] Installing libtiff-0:4.7.1-1. 100% | 55.6 MiB/s | 626.6 KiB | 00m00s- [240/327] Installing gdk-pixbuf2-module 100% | 11.1 MiB/s | 56.6 KiB | 00m00s- [241/327] Installing libtiff-devel-0:4. 100% | 99.6 MiB/s | 816.0 KiB | 00m00s- [242/327] Installing sysprof-capture-de 100% | 38.6 MiB/s | 276.9 KiB | 00m00s- [243/327] Installing pcre2-utf32-0:10.4 100% | 65.4 MiB/s | 603.1 KiB | 00m00s- [244/327] Installing pcre2-utf16-0:10.4 100% | 55.7 MiB/s | 627.2 KiB | 00m00s- [245/327] Installing pcre2-devel-0:10.4 100% | 38.8 MiB/s | 2.1 MiB | 00m00s- [246/327] Installing libsepol-devel-0:3 100% | 11.4 MiB/s | 128.3 KiB | 00m00s- [247/327] Installing libselinux-devel-0 100% | 15.8 MiB/s | 161.6 KiB | 00m00s- [248/327] Installing libmount-devel-0:2 100% | 15.8 MiB/s | 64.5 KiB | 00m00s- [249/327] Installing cups-filesystem-1: 100% | 445.3 KiB/s | 1.8 KiB | 00m00s- [250/327] Installing cups-libs-1:2.4.16 100% | 40.4 MiB/s | 620.2 KiB | 00m00s- [251/327] Installing adwaita-cursor-the 100% | 101.1 MiB/s | 11.4 MiB | 00m00s- [252/327] Installing adwaita-icon-theme 100% | 9.9 MiB/s | 2.4 MiB | 00m00s- [253/327] Installing adwaita-icon-theme 100% | 12.0 MiB/s | 1.3 MiB | 00m00s- [254/327] Installing python3-packaging- 100% | 26.4 MiB/s | 568.0 KiB | 00m00s- [255/327] Installing glib2-devel-0:2.84 100% | 62.1 MiB/s | 15.9 MiB | 00m00s- [256/327] Installing gdk-pixbuf2-devel- 100% | 34.3 MiB/s | 2.3 MiB | 00m00s- [257/327] Installing gettext-envsubst-0 100% | 1.6 MiB/s | 80.2 KiB | 00m00s- [258/327] Installing gettext-runtime-0: 100% | 9.8 MiB/s | 461.6 KiB | 00m00s- [259/327] Installing gettext-0:0.23.1-2 100% | 67.5 MiB/s | 5.2 MiB | 00m00s- [260/327] Installing xprop-0:1.2.8-3.fc 100% | 1.4 MiB/s | 56.1 KiB | 00m00s- [261/327] Installing at-spi2-core-0:2.5 100% | 67.3 MiB/s | 1.5 MiB | 00m00s- [262/327] Installing atk-0:2.56.8-1.fc4 100% | 40.7 MiB/s | 250.0 KiB | 00m00s- [263/327] Installing at-spi2-atk-0:2.56 100% | 24.7 MiB/s | 277.7 KiB | 00m00s- [264/327] Installing atk-devel-0:2.56.8 100% | 173.6 MiB/s | 6.1 MiB | 00m00s- [265/327] Installing at-spi2-core-devel 100% | 156.3 MiB/s | 4.4 MiB | 00m00s- [266/327] Installing at-spi2-atk-devel- 100% | 543.9 KiB/s | 2.2 KiB | 00m00s- [267/327] Installing hicolor-icon-theme 100% | 3.3 MiB/s | 179.5 KiB | 00m00s- [268/327] Installing google-noto-fonts- 100% | 6.0 MiB/s | 18.5 KiB | 00m00s- [269/327] Installing google-noto-sans-v 100% | 66.3 MiB/s | 1.4 MiB | 00m00s- [270/327] Installing default-fonts-core 100% | 2.2 MiB/s | 18.2 KiB | 00m00s- [271/327] Installing fontconfig-0:2.16. 100% | 663.8 KiB/s | 783.9 KiB | 00m01s- [272/327] Installing cairo-0:1.18.2-3.f 100% | 41.5 MiB/s | 1.8 MiB | 00m00s- [273/327] Installing cairo-gobject-0:1. 100% | 11.7 MiB/s | 36.0 KiB | 00m00s- [274/327] Installing libXft-0:2.3.8-8.f 100% | 27.7 MiB/s | 169.9 KiB | 00m00s- [275/327] Installing pango-0:1.56.4-2.f 100% | 16.2 MiB/s | 1.0 MiB | 00m00s- [276/327] Installing gtk3-0:3.24.52-1.f 100% | 76.9 MiB/s | 22.5 MiB | 00m00s- [277/327] Installing rsvg-pixbuf-loader 100% | 41.1 MiB/s | 336.7 KiB | 00m00s- [278/327] Installing librsvg2-0:2.60.0- 100% | 68.4 MiB/s | 5.1 MiB | 00m00s- [279/327] Installing libdecor-0:0.2.4-1 100% | 23.4 MiB/s | 167.8 KiB | 00m00s- [280/327] Installing SDL3-0:3.4.0-3.fc4 100% | 64.1 MiB/s | 3.0 MiB | 00m00s- [281/327] Installing sdl2-compat-0:2.32 100% | 44.5 MiB/s | 410.1 KiB | 00m00s- [282/327] Installing sdl12-compat-0:1.2 100% | 32.9 MiB/s | 202.1 KiB | 00m00s- [283/327] Installing libvisual-1:0.4.2- 100% | 9.9 MiB/s | 497.1 KiB | 00m00s- [284/327] Installing gstreamer1-plugins 100% | 59.6 MiB/s | 7.4 MiB | 00m00s- [285/327] Installing xdg-desktop-portal 100% | 18.5 MiB/s | 1.9 MiB | 00m00s- [286/327] Installing harfbuzz-cairo-0:1 100% | 5.2 MiB/s | 53.0 KiB | 00m00s- [287/327] Installing fontconfig-devel-0 100% | 16.8 MiB/s | 154.4 KiB | 00m00s- [288/327] Installing freetype-devel-0:2 100% | 94.9 MiB/s | 8.5 MiB | 00m00s- [289/327] Installing cairo-devel-0:1.18 100% | 163.6 MiB/s | 2.3 MiB | 00m00s- [290/327] Installing harfbuzz-devel-0:1 100% | 67.4 MiB/s | 5.2 MiB | 00m00s- [291/327] Installing cairo-gobject-deve 100% | 2.5 MiB/s | 7.6 KiB | 00m00s- [292/327] Installing libXft-devel-0:2.3 100% | 8.6 MiB/s | 44.3 KiB | 00m00s- [293/327] Installing pango-devel-0:1.56 100% | 66.0 MiB/s | 1.5 MiB | 00m00s- [294/327] Installing libgxps-0:0.3.2-10 100% | 27.1 MiB/s | 194.3 KiB | 00m00s- [295/327] Installing libbluray-0:1.3.4- 100% | 43.3 MiB/s | 399.2 KiB | 00m00s- [296/327] Installing libaribcaption-0:1 100% | 34.9 MiB/s | 249.9 KiB | 00m00s- [297/327] Installing libavcodec-free-0: 100% | 57.7 MiB/s | 9.8 MiB | 00m00s- [298/327] Installing libchromaprint-0:1 100% | 7.2 MiB/s | 66.1 KiB | 00m00s- [299/327] Installing libavformat-free-0 100% | 55.9 MiB/s | 2.6 MiB | 00m00s- [300/327] Installing poppler-0:25.02.0- 100% | 67.5 MiB/s | 3.7 MiB | 00m00s- [301/327] Installing poppler-glib-0:25. 100% | 49.9 MiB/s | 613.3 KiB | 00m00s- [302/327] Installing localsearch-0:3.9. 100% | 27.8 MiB/s | 3.9 MiB | 00m00s- [303/327] Installing gtk3-devel-0:3.24. 100% | 109.3 MiB/s | 34.6 MiB | 00m00s- [304/327] Installing xdg-desktop-portal 100% | 9.9 MiB/s | 477.2 KiB | 00m00s- [305/327] Installing libcanberra-gtk3-0 100% | 1.6 MiB/s | 82.0 KiB | 00m00s- [306/327] Installing intel-vpl-gpu-rt-0 100% | 68.0 MiB/s | 11.7 MiB | 00m00s- [307/327] Installing intel-mediasdk-0:2 100% | 102.2 MiB/s | 22.5 MiB | 00m00s- [308/327] Installing glib-networking-0: 100% | 49.3 MiB/s | 757.8 KiB | 00m00s- [309/327] Installing avif-pixbuf-loader 100% | 492.4 KiB/s | 20.2 KiB | 00m00s- >>> Running sysusers scriptlet: pipewire-0:1.4.11-1.fc42.x86_64- >>> Finished sysusers scriptlet: pipewire-0:1.4.11-1.fc42.x86_64- >>> Scriptlet output:- >>> Creating group 'pipewire' with GID 992.- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 992 and GID 992.- >>>- [310/327] Installing pipewire-0:1.4.11- 100% | 2.8 MiB/s | 439.9 KiB | 00m00s- >>> Running %post scriptlet: pipewire-0:1.4.11-1.fc42.x86_64- >>> Finished %post scriptlet: pipewire-0:1.4.11-1.fc42.x86_64- >>> Scriptlet output:- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'- >>>- [311/327] Installing pipewire-alsa-0:1. 100% | 17.3 MiB/s | 159.8 KiB | 00m00s- [312/327] Installing pipewire-pulseaudi 100% | 3.1 MiB/s | 444.3 KiB | 00m00s- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc42.x86_64- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc42.x86_64- >>> Scriptlet output:- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke- >>>- [313/327] Installing pipewire-plugin-li 100% | 13.1 MiB/s | 147.3 KiB | 00m00s- [314/327] Installing upower-0:1.91.0-1. 100% | 2.5 MiB/s | 309.2 KiB | 00m00s- >>> Running %post scriptlet: upower-0:1.91.0-1.fc42.x86_64- >>> Finished %post scriptlet: upower-0:1.91.0-1.fc42.x86_64- >>> Scriptlet output:- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service'- >>>- [315/327] Installing jxl-pixbuf-loader- 100% | 3.3 MiB/s | 30.2 KiB | 00m00s- [316/327] Installing exiv2-0:0.28.6-2.f 100% | 98.8 MiB/s | 12.2 MiB | 00m00s- [317/327] Installing libcamera-ipa-0:0. 100% | 38.5 MiB/s | 551.9 KiB | 00m00s- [318/327] Installing gi-docgen-fonts-0: 100% | 1.4 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% | 1.3 MiB/s | 151.5 KiB | 00m00s- [320/327] Installing webp-pixbuf-loader 100% | 5.8 MiB/s | 29.8 KiB | 00m00s- [321/327] Installing mesa-va-drivers-0: 100% | 320.3 KiB/s | 984.0 B | 00m00s- [322/327] Installing tinysparql-0:3.9.2 100% | 17.9 MiB/s | 2.5 MiB | 00m00s- [323/327] Installing adwaita-mono-fonts 100% | 67.0 MiB/s | 5.4 MiB | 00m00s- [324/327] Installing adwaita-sans-fonts 100% | 29.6 MiB/s | 1.7 MiB | 00m00s- [325/327] Installing logrotate-0:3.22.0 100% | 1.2 MiB/s | 151.6 KiB | 00m00s- >>> Running %post scriptlet: logrotate-0:3.22.0-3.fc42.x86_64- >>> Finished %post 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% | 1.1 MiB/s | 67.7 KiB | 00m00s- [327/327] Installing dconf-0:0.40.0-15. 100% | 91.4 KiB/s | 320.0 KiB | 00m04s- >>> Running %posttrans scriptlet: wireplumber-0:0.5.13-1.fc42.x86_64- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.13-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.52-1.fc42.x86_64# To update the current shell environment, run: eval $(opam env)2026-04-16 16:47.42 ---> saved as "25162126214be55d673a890db26b683401b484cf952a928359e58edc1a2e9447"/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 33 packages- install afl-persistent 1.4- install bigstringaf 0.10.0- install cairo2 0.6.5- install camlp-streams 5.0.1- install cmdliner 2.1.0- install conf-cairo 1- install conf-gtk3 18- install conf-pkg-config 4- install crowbar 0.2.2- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.22.2- install dune-configurator 3.22.2- 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.4- install lablgtk3 3.1.5-1- install lwt-dllist 1.1.0- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- 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.1- install uring 2.7.0<><> 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 crowbar.0.2.2 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.4-> retrieved cmdliner.2.1.0 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> installed conf-cairo.1-> installed conf-gtk3.18-> retrieved fmt.0.11.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved iomux.0.4 (cached)-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved lablgtk3.3.1.5-1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved processor.0.2 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uring.2.7.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed fmt.0.11.0-> installed mtime.2.1.0-> installed dune.3.22.2-> installed afl-persistent.1.4-> installed lwt-dllist.1.1.0-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> 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 crowbar.0.2.2-> installed domain-local-await.1.0.1-> installed dune-configurator.3.22.2-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed eio.1.3-> installed cairo2.0.6.5-> installed uring.2.7.0-> installed eio_linux.1.3-> installed eio_posix.1.3-> installed eio_main.1.3-> installed lablgtk3.3.1.5-1Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 5.4.1+afl ocaml-variants.5.4.1+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2026-04-16 16:50.03 ---> saved as "deb98f9555c854a8b7500c14cfc6893a56815cf9d3c846e641c23aa5f2f46e28"/src: (copy (src .) (dst /src))2026-04-16 16:50.03 ---> saved as "f38ed1634c59d84f16053272b39b20db0a04a98a1d9fa7c8bed05c5ddb9b4006"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)ivt: PASSspace: PASS2026-04-16 16:50.07 ---> saved as "501ec166f08c87fe91baef6e1b238119fac128ad7257a84432eee45ced0405b1"Job succeeded2026-04-16 16:50.07: Job succeeded