2026-01-05 18:17.49: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (ae01b571c710869d79c93f4515d4846fc6556b60) (linux-x86_64:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard ae01b571cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b# fedora-43-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 bogue.opam ./RUN opam pin add -yn bogue.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.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-01-05 18:17.49: Using cache hint "sanette/bogue-ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b-fedora-43-4.14_opam-2.4-54d6695b8c2274fe3506169daebf02cf"2026-01-05 18:17.49: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)(comment fedora-43-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bogue.opam) (dst ./))(run (network host)(shell "opam pin add -yn bogue.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")(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 bogue.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-01-05 18:17.49: Waiting for resource in pool OCluster2026-01-05 18:17.49: Waiting for worker…2026-01-05 18:17.50: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at ae01b57 fix install(from ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b' locallydocker.io/ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b: Pulling from ocaml/opam1216d224fefc: Pulling fs layer1ae211ec70df: Pulling fs layere3c845545bdd: Pulling fs layeradbbce15b35d: Pulling fs layerfec0b2730855: Pulling fs layerd42b256333b3: Pulling fs layer347b5da763ef: Pulling fs layeree8e1ee5d3b3: Pulling fs layer1407c9d94463: Pulling fs layer912b3cfa4b1c: Pulling fs layer9bb0f03cebf5: Pulling fs layeradbbce15b35d: Waitingda26c7f15afe: Pulling fs layerd9356a09c9bc: Pulling fs layerfec0b2730855: Waitingd42b256333b3: Waiting912b3cfa4b1c: Waiting347b5da763ef: Waitingb6f2d11ffba1: Pulling fs layeree8e1ee5d3b3: Waitinge9d79416de7e: Pulling fs layer9bb0f03cebf5: Waitingd8fc23752670: Pulling fs layer1407c9d94463: Waiting043479df29c2: Pulling fs layerd9356a09c9bc: Waitingb6f2d11ffba1: Waitinge9d79416de7e: Waitingbde0248f5af4: Pulling fs layer043479df29c2: Waiting3cb4199e5c40: Pulling fs layerd8fc23752670: Waitingf7f8c0cc272b: Pulling fs layer3cb4199e5c40: Waiting099c8f0f8aa7: Pulling fs layerf7f8c0cc272b: Waitingbde0248f5af4: Waiting4f4fb700ef54: Pulling fs layer2dcbf8eb3274: Pulling fs layeraec4178fd2c9: Pulling fs layerffeea0bca746: Pulling fs layer099c8f0f8aa7: Waitingaec4178fd2c9: Waiting2dcbf8eb3274: Waiting694e9f03259b: Pulling fs layer4f4fb700ef54: Waiting0f53dbd64c41: Pulling fs layer694e9f03259b: Waitinge9a84c20d545: Pulling fs layer60cd93f167b9: Pulling fs layer0f53dbd64c41: Waiting6ac93c253746: Pulling fs layerb4fc515f2633: Pulling fs layere9a84c20d545: Waitingb9d45f820f99: Pulling fs layera6ef8e91a762: Pulling fs layer6ac93c253746: Waitingb4fc515f2633: Waitinged335a59ac60: Pulling fs layerb9d45f820f99: Waiting00a065e4dcbc: Pulling fs layera6ef8e91a762: Waitinged335a59ac60: Waiting2de645a87852: Pulling fs layer00a065e4dcbc: Waitinga98b93793621: Pulling fs layer2de645a87852: Waiting6f61dd37808d: Pulling fs layerf6aefcff6474: Pulling fs layera98b93793621: Waiting6f61dd37808d: Waiting4f33e294934e: Pulling fs layerd4443ef124a6: Pulling fs layerf6aefcff6474: Waiting4f33e294934e: Waiting942433d5d086: Pulling fs layerd4443ef124a6: Waiting1803ba6bc01c: Pulling fs layer942433d5d086: Waiting7ed01763315c: Pulling fs layer7ed01763315c: Waiting1ae211ec70df: Download completee3c845545bdd: Verifying Checksume3c845545bdd: Download completefec0b2730855: Verifying Checksumfec0b2730855: Download complete1216d224fefc: Verifying Checksum1216d224fefc: Download completed42b256333b3: Download complete347b5da763ef: Verifying Checksum347b5da763ef: Download completeee8e1ee5d3b3: Verifying Checksumee8e1ee5d3b3: Download complete1407c9d94463: Verifying Checksum1407c9d94463: Download complete912b3cfa4b1c: Verifying Checksum912b3cfa4b1c: Download complete9bb0f03cebf5: Download completeda26c7f15afe: Verifying Checksumda26c7f15afe: Download completed9356a09c9bc: Verifying Checksumd9356a09c9bc: Download completeb6f2d11ffba1: Download completed8fc23752670: Verifying Checksumd8fc23752670: Download completee9d79416de7e: Verifying Checksume9d79416de7e: Download complete043479df29c2: Download completebde0248f5af4: Verifying Checksumbde0248f5af4: Download complete3cb4199e5c40: Verifying Checksum3cb4199e5c40: Download completef7f8c0cc272b: Download completeadbbce15b35d: Verifying Checksumadbbce15b35d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete099c8f0f8aa7: Verifying Checksum099c8f0f8aa7: Download complete2dcbf8eb3274: Verifying Checksum2dcbf8eb3274: Download completeaec4178fd2c9: Download completeffeea0bca746: Verifying Checksumffeea0bca746: Download complete694e9f03259b: Verifying Checksum694e9f03259b: Download complete0f53dbd64c41: Verifying Checksum0f53dbd64c41: Download completee9a84c20d545: Verifying Checksume9a84c20d545: Download complete60cd93f167b9: Verifying Checksum60cd93f167b9: Download complete1216d224fefc: Pull complete6ac93c253746: Verifying Checksum6ac93c253746: Download complete1ae211ec70df: Pull completeb4fc515f2633: Verifying Checksumb4fc515f2633: Download completeb9d45f820f99: Verifying Checksumb9d45f820f99: Download completea6ef8e91a762: Download completeed335a59ac60: Verifying Checksumed335a59ac60: Download complete2de645a87852: Verifying Checksum2de645a87852: Download complete6f61dd37808d: Verifying Checksum6f61dd37808d: Download completef6aefcff6474: Download completee3c845545bdd: Pull complete4f33e294934e: Verifying Checksum4f33e294934e: Download complete00a065e4dcbc: Verifying Checksum00a065e4dcbc: Download complete942433d5d086: Verifying Checksum942433d5d086: Download complete1803ba6bc01c: Download complete7ed01763315c: Verifying Checksum7ed01763315c: Download completed4443ef124a6: Verifying Checksumd4443ef124a6: Download completea98b93793621: Verifying Checksuma98b93793621: Download completeadbbce15b35d: Pull completefec0b2730855: Pull completed42b256333b3: Pull complete347b5da763ef: Pull completeee8e1ee5d3b3: Pull complete1407c9d94463: Pull complete912b3cfa4b1c: Pull complete9bb0f03cebf5: Pull completeda26c7f15afe: Pull completed9356a09c9bc: Pull completeb6f2d11ffba1: Pull completee9d79416de7e: Pull completed8fc23752670: Pull complete043479df29c2: Pull completebde0248f5af4: Pull complete3cb4199e5c40: Pull completef7f8c0cc272b: Pull complete099c8f0f8aa7: Pull complete4f4fb700ef54: Pull complete2dcbf8eb3274: Pull completeaec4178fd2c9: Pull completeffeea0bca746: Pull complete694e9f03259b: Pull complete0f53dbd64c41: Pull completee9a84c20d545: Pull complete60cd93f167b9: Pull complete6ac93c253746: Pull completeb4fc515f2633: Pull completeb9d45f820f99: Pull completea6ef8e91a762: Pull completeed335a59ac60: Pull complete00a065e4dcbc: Pull complete2de645a87852: Pull completea98b93793621: Pull complete6f61dd37808d: Pull completef6aefcff6474: Pull complete4f33e294934e: Pull completed4443ef124a6: Pull complete942433d5d086: Pull complete1803ba6bc01c: Pull complete7ed01763315c: Pull completeDigest: sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692bStatus: Downloaded newer image for ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b2026-01-05 18:17.52 ---> using "87c4833ca4afb7f495c7c51a969bf87dcf282c0263cd74a98f849c4ecee655e1" from cache/: (comment fedora-43-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 100% | 47.5 KiB/s | 22.4 KiB | 00m00sFedora 43 - x86_64 - Updates 100% | 33.0 KiB/s | 9.7 KiB | 00m00sFedora 43 openh264 (From Cisco) - x86_ 100% | 5.9 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-01-05 18:17.52 ---> using "f45c9ca912816df25cbe862da2e008690fade8450192d2163b0868c30ec32b70" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2026-01-05 18:17.52 ---> using "a157fd3de66f72a5cffa4ec2ff409e4da1fd6b998ee6fc0df1a65282ae116668" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-05 18:17.52 ---> using "7be0bfa1ba703ee985c0f799ca6988f168dd94b5b73cbe76150bbe3b7a4ce18e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.4.12026-01-05 18:17.52 ---> using "a36ee6aa5982d62f62b19c85eaa6343a42db34fd1d55df8c2491451ff224bb79" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-05 18:17.52 ---> using "fc15ea6ad25363aa99307d654714e3693a52b79305fc8b0db5357c9b7d6b6e29" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..7502101010 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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-01-05 18:18.09 ---> saved as "a7f481195e4a0c4ee3c70c17b868386a68af8cff5538b7337c21f66dcaf6f3a2"/src: (copy (src bogue.opam) (dst ./))2026-01-05 18:18.09 ---> saved as "017e88ec6f87dbdf43f4defdf99095e0e8bb56e806d947e62c90484c83cfce09"/src: (run (network host)(shell "opam pin add -yn bogue.dev './'"))[bogue.dev] synchronised (file:///src)bogue is now pinned to file:///src (version dev)2026-01-05 18:18.10 ---> saved as "3e57b40e4d5c7eb9105b598427a3f9004e667783d085e6aaf1e05fa2141aa93e"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-05 18:18.10 ---> saved as "55874051a17b032464e57324138161d23a16fa567520175f77702ce7ecd1107f"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")/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 bogue.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bogue.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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following system packages will first need to be installed:libffi-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel" "libffi-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Upgrading:- glib2 x86_64 2.86.3-1.fc43 updates 14.8 MiB- replacing glib2 x86_64 2.86.2-1.fc43 updates 14.8 MiB- libblkid x86_64 2.41.3-7.fc43 updates 262.4 KiB- replacing libblkid x86_64 2.41.1-17.fc43 5690da5cccbe45b994d5f50dc0d022f1 262.4 KiB- libfdisk x86_64 2.41.3-7.fc43 updates 380.4 KiB- replacing libfdisk x86_64 2.41.1-17.fc43 fedora 380.4 KiB- liblastlog2 x86_64 2.41.3-7.fc43 updates 33.9 KiB- replacing liblastlog2 x86_64 2.41.1-17.fc43 fedora 33.9 KiB- libmount x86_64 2.41.3-7.fc43 updates 372.7 KiB- replacing libmount x86_64 2.41.1-17.fc43 5690da5cccbe45b994d5f50dc0d022f1 372.7 KiB- libsmartcols x86_64 2.41.3-7.fc43 updates 180.5 KiB- replacing libsmartcols x86_64 2.41.1-17.fc43 5690da5cccbe45b994d5f50dc0d022f1 180.5 KiB- libuuid x86_64 2.41.3-7.fc43 updates 37.4 KiB- replacing libuuid x86_64 2.41.1-17.fc43 5690da5cccbe45b994d5f50dc0d022f1 37.4 KiB- util-linux x86_64 2.41.3-7.fc43 updates 3.5 MiB- replacing util-linux x86_64 2.41.1-17.fc43 fedora 3.5 MiB- util-linux-core x86_64 2.41.3-7.fc43 updates 1.5 MiB- replacing util-linux-core x86_64 2.41.1-17.fc43 5690da5cccbe45b994d5f50dc0d022f1 1.5 MiB- zlib-ng-compat x86_64 2.3.2-2.fc43 updates 161.7 KiB- replacing zlib-ng-compat x86_64 2.3.2-1.fc43 updates 161.7 KiB- Installing:- SDL2_image-devel x86_64 2.8.8-2.fc43 fedora 78.5 KiB- SDL2_ttf-devel x86_64 2.24.0-1.fc43 fedora 95.2 KiB- libffi-devel x86_64 3.5.2-1.fc43 updates 33.9 KiB- sdl2-compat-devel x86_64 2.32.56-2.fc43 fedora 3.2 MiB- Installing dependencies:- ModemManager-glib x86_64 1.24.2-1.fc43 fedora 1.5 MiB- SDL2_image x86_64 2.8.8-2.fc43 fedora 209.7 KiB- SDL2_ttf x86_64 2.24.0-1.fc43 fedora 89.8 KiB- SDL3 x86_64 3.2.24-1.fc43 updates 2.7 MiB- abattis-cantarell-vf-fonts noarch 0.301-15.fc43 fedora 192.7 KiB- adwaita-cursor-theme noarch 49.0-1.fc43 fedora 11.4 MiB- adwaita-icon-theme noarch 49.0-1.fc43 fedora 1.2 MiB- adwaita-icon-theme-legacy noarch 46.2-4.fc43 fedora 2.1 MiB- alsa-lib x86_64 1.2.15.1-1.fc43 updates 1.5 MiB- aribb24 x86_64 1.0.3^20160216git5e9be27-3.fc43 fedora 83.1 KiB- at-spi2-atk x86_64 2.58.2-1.fc43 updates 283.7 KiB- at-spi2-core x86_64 2.58.2-1.fc43 updates 1.5 MiB- atk x86_64 2.58.2-1.fc43 updates 248.6 KiB- avahi-glib x86_64 0.9~rc2-6.fc43 fedora 19.6 KiB- avahi-libs x86_64 0.9~rc2-6.fc43 fedora 171.6 KiB- bluez-libs x86_64 5.85-1.fc43 updates 198.3 KiB- brotli x86_64 1.2.0-1.fc43 updates 33.6 KiB- brotli-devel x86_64 1.2.0-1.fc43 updates 65.9 KiB- bzip2-devel x86_64 1.0.8-21.fc43 fedora 309.8 KiB- cairo x86_64 1.18.4-2.fc43 fedora 1.8 MiB- cairo-devel x86_64 1.18.4-2.fc43 fedora 2.3 MiB- cairo-gobject x86_64 1.18.4-2.fc43 fedora 31.1 KiB- cdparanoia-libs x86_64 10.2-48.fc43 fedora 113.5 KiB- cjson x86_64 1.7.18-3.fc43 fedora 63.9 KiB- cmake-filesystem x86_64 3.31.10-3.fc43 updates 0.0 B- codec2 x86_64 1.2.0-7.fc43 fedora 1.4 MiB- colord-libs x86_64 1.4.8-2.fc43 fedora 830.7 KiB- cups-filesystem noarch 1:2.4.16-4.fc43 updates 0.0 B- cups-libs x86_64 1:2.4.16-4.fc43 updates 618.7 KiB- dbus x86_64 1:1.16.0-4.fc43 fedora 0.0 B- default-fonts-core-sans noarch 4.2-5.fc43 fedora 11.9 KiB- duktape x86_64 2.7.0-10.fc43 fedora 615.8 KiB- exempi x86_64 2.6.4-8.fc43 fedora 1.4 MiB- exiv2-libs x86_64 0.28.6-2.fc43 fedora 2.8 MiB- fdk-aac-free x86_64 2.0.0-16.fc43 fedora 611.8 KiB- fftw-libs-single x86_64 3.3.10-16.fc43 fedora 3.6 MiB- flac-libs x86_64 1.5.0-5.fc43 updates 611.5 KiB- fontconfig x86_64 2.17.0-3.fc43 fedora 765.9 KiB- fontconfig-devel x86_64 2.17.0-3.fc43 fedora 123.6 KiB- fonts-filesystem noarch 1:2.0.5-23.fc43 fedora 0.0 B- freetype x86_64 2.13.3-3.fc43 fedora 850.2 KiB- freetype-devel x86_64 2.13.3-3.fc43 fedora 8.5 MiB- fribidi x86_64 1.0.16-3.fc43 fedora 190.3 KiB- fuse-common x86_64 3.16.2-5.fc42 fedora 38.0 B- fuse3 x86_64 3.16.2-5.fc42 fedora 129.7 KiB- fuse3-libs x86_64 3.16.2-5.fc42 fedora 281.5 KiB- game-music-emu x86_64 0.6.4-2.fc43 fedora 351.8 KiB- gdk-pixbuf2 x86_64 2.44.4-1.fc43 updates 2.5 MiB- geoclue2 x86_64 2.8.0-1.fc43 updates 401.7 KiB- giflib x86_64 5.2.2-8.fc43 fedora 112.1 KiB- glib2-devel x86_64 2.86.3-1.fc43 updates 15.7 MiB- glibc-gconv-extra x86_64 2.42-4.fc43 fedora 7.2 MiB- glycin-libs x86_64 2.0.5-1.fc43 updates 4.4 MiB- glycin-loaders x86_64 2.0.5-1.fc43 updates 13.0 MiB- gmock x86_64 1.15.2-4.fc43 fedora 131.0 KiB- gobject-introspection x86_64 1.84.0-3.fc43 fedora 392.8 KiB- google-noto-fonts-common noarch 20251101-2.fc43 updates 17.7 KiB- google-noto-sans-vf-fonts noarch 20251101-2.fc43 updates 1.4 MiB- gpgme x86_64 1.24.3-6.fc43 fedora 587.9 KiB- gpgmepp x86_64 1.24.3-6.fc43 fedora 429.2 KiB- graphene x86_64 1.10.8-2.fc43 fedora 158.4 KiB- graphite2 x86_64 1.3.14-19.fc43 fedora 191.8 KiB- graphite2-devel x86_64 1.3.14-19.fc43 fedora 49.3 KiB- gsettings-desktop-schemas x86_64 49.1-3.fc43 updates 5.7 MiB- gsm x86_64 1.0.23-1.fc43 fedora 65.3 KiB- gstreamer1 x86_64 1.26.9-1.fc43 updates 5.4 MiB- gstreamer1-plugins-base x86_64 1.26.9-1.fc43 updates 7.3 MiB- gtest x86_64 1.15.2-4.fc43 fedora 501.8 KiB- gtest-devel x86_64 1.15.2-4.fc43 fedora 1.0 MiB- gtk-update-icon-cache x86_64 3.24.51-2.fc43 fedora 62.2 KiB- gtk3 x86_64 3.24.51-2.fc43 fedora 22.4 MiB- harfbuzz x86_64 11.5.1-1.fc43 fedora 2.8 MiB- harfbuzz-cairo x86_64 11.5.1-1.fc43 fedora 48.1 KiB- harfbuzz-devel x86_64 11.5.1-1.fc43 fedora 5.3 MiB- harfbuzz-icu x86_64 11.5.1-1.fc43 fedora 15.4 KiB- hicolor-icon-theme noarch 0.18-2.fc43 fedora 72.4 KiB- highway x86_64 1.3.0-1.fc43 updates 5.5 MiB- highway-devel x86_64 1.3.0-1.fc43 updates 4.3 MiB- hwdata noarch 0.402-1.fc43 updates 9.7 MiB- ilbc x86_64 3.0.4-17.fc43 fedora 91.4 KiB- inih x86_64 62-1.fc43 fedora 22.4 KiB- inih-cpp x86_64 62-1.fc43 fedora 36.1 KiB- iso-codes noarch 4.18.0-2.fc43 fedora 21.5 MiB- jbigkit-libs x86_64 2.1-32.fc43 fedora 113.5 KiB- json-glib x86_64 1.10.8-4.fc43 updates 592.3 KiB- lame-libs x86_64 3.100-20.fc43 fedora 1.2 MiB- lcms2 x86_64 2.16-6.fc43 fedora 433.7 KiB- libXcomposite x86_64 0.4.6-6.fc43 fedora 40.5 KiB- libXcursor x86_64 1.2.3-3.fc43 fedora 53.4 KiB- libXdamage x86_64 1.1.6-6.fc43 fedora 39.6 KiB- libXext x86_64 1.3.6-4.fc43 fedora 90.0 KiB- libXext-devel x86_64 1.3.6-4.fc43 fedora 98.9 KiB- libXfixes x86_64 6.0.1-6.fc43 fedora 26.2 KiB- libXft x86_64 2.3.8-9.fc43 fedora 164.4 KiB- libXi x86_64 1.8.2-3.fc43 fedora 80.6 KiB- libXinerama x86_64 1.1.5-9.fc43 fedora 15.0 KiB- libXrandr x86_64 1.5.4-6.fc43 fedora 51.8 KiB- libXrender x86_64 0.9.12-3.fc43 fedora 46.0 KiB- libXrender-devel x86_64 0.9.12-3.fc43 fedora 50.1 KiB- libXtst x86_64 1.2.5-3.fc43 fedora 33.5 KiB- libXv x86_64 1.0.13-3.fc43 fedora 26.0 KiB- libXxf86vm x86_64 1.1.6-3.fc43 fedora 25.3 KiB- libaom x86_64 3.13.1-1.fc43 fedora 5.0 MiB- libaom-devel x86_64 3.13.1-1.fc43 fedora 225.5 KiB- libaribcaption x86_64 1.1.1-3.fc43 fedora 244.5 KiB- libasyncns x86_64 0.8-31.fc43 fedora 55.5 KiB- libavcodec-free x86_64 7.1.2-3.fc43 updates 9.8 MiB- libavformat-free x86_64 7.1.2-3.fc43 updates 2.6 MiB- libavif x86_64 1.3.0-2.fc43 fedora 258.0 KiB- libavif-devel x86_64 1.3.0-2.fc43 fedora 97.2 KiB- libavutil-free x86_64 7.1.2-3.fc43 updates 942.5 KiB- libblkid-devel x86_64 2.41.3-7.fc43 updates 44.9 KiB- libbluray x86_64 1.3.4-11.fc43 updates 393.7 KiB- libcanberra x86_64 0.30-38.fc43 fedora 266.5 KiB- libchromaprint x86_64 1.6.0-1.fc43 updates 69.2 KiB- libcloudproviders x86_64 0.3.6-2.fc43 fedora 124.3 KiB- libcue x86_64 2.3.0-12.fc43 fedora 85.8 KiB- libdatrie x86_64 0.2.13-12.fc43 fedora 53.8 KiB- libdav1d x86_64 1.5.2-1.fc43 updates 1.7 MiB- libdav1d-devel x86_64 1.5.2-1.fc43 updates 41.9 KiB- libdecor x86_64 0.2.5-1.fc43 updates 165.2 KiB- libdrm x86_64 2.4.128-3.fc43 updates 399.9 KiB- libdvdnav x86_64 6.1.1-11.fc43 fedora 116.1 KiB- libdvdread x86_64 6.1.3-10.fc43 fedora 156.1 KiB- libebur128 x86_64 1.2.6-14.fc43 fedora 39.3 KiB- libepoxy x86_64 1.5.10-11.fc43 fedora 1.1 MiB- libexif x86_64 0.6.25-2.fc43 fedora 2.7 MiB- libgexiv2 x86_64 0.14.6-2.fc43 fedora 279.2 KiB- libglvnd x86_64 1:1.7.0-8.fc43 fedora 526.1 KiB- libglvnd-core-devel x86_64 1:1.7.0-8.fc43 fedora 40.3 KiB- libglvnd-devel x86_64 1:1.7.0-8.fc43 fedora 2.1 MiB- libglvnd-egl x86_64 1:1.7.0-8.fc43 fedora 64.7 KiB- libglvnd-gles x86_64 1:1.7.0-8.fc43 fedora 97.9 KiB- libglvnd-glx x86_64 1:1.7.0-8.fc43 fedora 601.2 KiB- libglvnd-opengl x86_64 1:1.7.0-8.fc43 fedora 144.8 KiB- libgsf x86_64 1.14.54-1.fc43 updates 964.9 KiB- libgudev x86_64 238-8.fc43 fedora 83.8 KiB- libgusb x86_64 0.4.9-4.fc43 fedora 162.0 KiB- libgxps x86_64 0.3.2-11.fc43 fedora 188.1 KiB- libheif x86_64 1.20.2-6.fc43 fedora 1.6 MiB- libicu-devel x86_64 77.1-1.fc43 fedora 5.0 MiB- libiptcdata x86_64 1.0.5-23.fc43 fedora 163.9 KiB- libjpeg-turbo x86_64 3.1.2-1.fc43 fedora 804.9 KiB- libjpeg-turbo-devel x86_64 3.1.2-1.fc43 fedora 353.9 KiB- libjxl x86_64 1:0.11.1-7.fc43 updates 4.1 MiB- libjxl-devel x86_64 1:0.11.1-7.fc43 updates 6.6 MiB- liblc3 x86_64 1.1.3-5.fc43 fedora 170.8 KiB- libldac x86_64 2.0.2.3-18.fc43 fedora 74.2 KiB- libldb x86_64 2:4.23.4-1.fc43 updates 450.8 KiB- liblerc x86_64 4.0.0-9.fc43 fedora 624.1 KiB- liblerc-devel x86_64 4.0.0-9.fc43 fedora 4.3 MiB- libmodplug x86_64 1:0.8.9.0-28.fc43 fedora 355.2 KiB- libmount-devel x86_64 2.41.3-7.fc43 updates 65.5 KiB- libnotify x86_64 0.8.7-1.fc43 fedora 123.6 KiB- libogg x86_64 2:1.3.6-2.fc43 updates 45.6 KiB- libopenjph x86_64 0.22.0-2.fc43 fedora 466.2 KiB- libopenmpt x86_64 0.8.4-1.fc43 updates 1.8 MiB- libosinfo x86_64 1.12.0-3.fc43 fedora 1.2 MiB- libpciaccess x86_64 0.16-16.fc43 fedora 44.5 KiB- libpng x86_64 2:1.6.53-1.fc43 updates 241.7 KiB- libpng-devel x86_64 2:1.6.53-1.fc43 updates 886.7 KiB- libproxy x86_64 0.5.12-1.fc43 updates 102.3 KiB- librabbitmq x86_64 0.15.0-3.fc43 fedora 89.6 KiB- librist x86_64 0.2.7-10.fc43 fedora 157.2 KiB- librsvg2 x86_64 2.61.0-3.fc43 updates 5.0 MiB- libsbc x86_64 2.0-7.fc43 fedora 93.4 KiB- libselinux-devel x86_64 3.9-5.fc43 fedora 127.3 KiB- libsepol-devel x86_64 3.9-2.fc43 fedora 121.4 KiB- libsmbclient x86_64 2:4.23.4-1.fc43 updates 167.5 KiB- libsndfile x86_64 1.2.2-10.fc43 fedora 550.1 KiB- libsodium x86_64 1.0.20-6.fc43 fedora 389.0 KiB- libsoup3 x86_64 3.6.5-8.fc43 fedora 1.1 MiB- libstemmer x86_64 3.0.1-8.fc43 fedora 661.5 KiB- libswresample-free x86_64 7.1.2-3.fc43 updates 147.4 KiB- libtalloc x86_64 2.4.3-4.fc43 fedora 64.1 KiB- libtdb x86_64 1.4.14-3.fc43 fedora 100.5 KiB- libtevent x86_64 0.17.1-3.fc43 fedora 101.5 KiB- libthai x86_64 0.1.29-11.fc43 fedora 783.4 KiB- libtheora x86_64 1:1.1.1-40.fc43 fedora 477.3 KiB- libtiff x86_64 4.7.1-1.fc43 updates 624.4 KiB- libtiff-devel x86_64 4.7.1-1.fc43 updates 805.2 KiB- libtinysparql x86_64 3.10.1-5.fc43 updates 995.0 KiB- libudfread x86_64 1.1.2-12.fc43 fedora 65.9 KiB- libunwind x86_64 1.8.1-3.fc43 fedora 194.1 KiB- libva x86_64 2.22.0-6.fc43 fedora 329.4 KiB- libvdpau x86_64 1.5-10.fc43 fedora 20.7 KiB- libvisual x86_64 1:0.4.2-3.fc43 fedora 452.7 KiB- libvmaf x86_64 3.0.0-4.fc43 fedora 827.0 KiB- libvmaf-devel x86_64 3.0.0-4.fc43 fedora 29.3 KiB- libvorbis x86_64 1:1.3.7-13.fc43 fedora 833.4 KiB- libvpl x86_64 1:2.16.0-1.fc43 updates 427.2 KiB- libvpx x86_64 1.15.0-4.fc43 fedora 3.3 MiB- libwayland-client x86_64 1.24.0-1.fc43 fedora 62.0 KiB- libwayland-cursor x86_64 1.24.0-1.fc43 fedora 37.3 KiB- libwayland-egl x86_64 1.24.0-1.fc43 fedora 12.4 KiB- libwbclient x86_64 2:4.23.4-1.fc43 updates 68.7 KiB- libwebp x86_64 1.6.0-2.fc43 fedora 956.6 KiB- libwebp-devel x86_64 1.6.0-2.fc43 fedora 121.7 KiB- libxkbcommon x86_64 1.11.0-1.fc43 fedora 408.2 KiB- libxml2-devel x86_64 2.12.10-5.fc43 fedora 3.4 MiB- libxshmfence x86_64 1.3.2-7.fc43 fedora 12.4 KiB- libxslt x86_64 1.1.43-5.fc43 fedora 460.1 KiB- libyuv x86_64 0-0.57.20240704git96bbdb5.fc43 fedora 679.7 KiB- libzstd-devel x86_64 1.5.7-2.fc43 fedora 208.0 KiB- lm_sensors-libs x86_64 3.6.0-23.fc43 fedora 85.8 KiB- lmdb-libs x86_64 0.9.33-4.fc43 fedora 105.4 KiB- lpcnetfreedv x86_64 0.5-9.fc43 fedora 14.8 MiB- lzo x86_64 2.10-15.fc43 fedora 178.9 KiB- lzo-devel x86_64 2.10-15.fc43 fedora 212.2 KiB- lzo-minilzo x86_64 2.10-15.fc43 fedora 36.7 KiB- mbedtls x86_64 3.6.5-1.fc43 updates 1.3 MiB- mesa-dri-drivers x86_64 25.2.7-3.fc43 updates 47.9 MiB- mesa-filesystem x86_64 25.2.7-3.fc43 updates 3.6 KiB- mesa-libEGL x86_64 25.2.7-3.fc43 updates 306.4 KiB- mesa-libGL x86_64 25.2.7-3.fc43 updates 286.0 KiB- mesa-libGLU x86_64 9.0.3-7.fc43 fedora 361.8 KiB- mesa-libGLU-devel x86_64 9.0.3-7.fc43 fedora 17.0 KiB- mesa-libgbm x86_64 25.2.7-3.fc43 updates 19.7 KiB- mpg123-libs x86_64 1.32.10-2.fc43 fedora 814.0 KiB- ngtcp2-crypto-gnutls x86_64 1.18.0-1.fc43 updates 39.6 KiB- nspr x86_64 4.37.0-7.fc43 updates 315.5 KiB- nss x86_64 3.118.1-2.fc43 updates 1.9 MiB- nss-softokn x86_64 3.118.1-2.fc43 updates 2.0 MiB- nss-softokn-freebl x86_64 3.118.1-2.fc43 updates 990.8 KiB- nss-sysinit x86_64 3.118.1-2.fc43 updates 18.1 KiB- nss-util x86_64 3.118.1-2.fc43 updates 204.8 KiB- opencore-amr x86_64 0.1.6-9.fc43 fedora 352.7 KiB- openh264 x86_64 2.6.0-2.fc43 fedora-cisco-openh264 1.1 MiB- openjpeg x86_64 2.5.4-1.fc43 fedora 456.3 KiB- openpgm x86_64 5.3.128-5.fc43 fedora 312.3 KiB- opus x86_64 1.5.2-3.fc43 fedora 427.6 KiB- orc x86_64 0.4.41-2.fc43 fedora 726.3 KiB- osinfo-db noarch 20250124-2.fc43 fedora 3.9 MiB- osinfo-db-tools x86_64 1.12.0-4.fc43 fedora 190.9 KiB- pango x86_64 1.57.0-1.fc43 fedora 1.0 MiB- pcre2-devel x86_64 10.47-1.fc43 updates 2.1 MiB- pcre2-utf16 x86_64 10.47-1.fc43 updates 639.2 KiB- pcre2-utf32 x86_64 10.47-1.fc43 updates 611.1 KiB- pipewire-libs x86_64 1.4.9-1.fc43 updates 8.6 MiB- pixman x86_64 0.46.2-2.fc43 fedora 710.3 KiB- pixman-devel x86_64 0.46.2-2.fc43 fedora 56.1 KiB- poppler x86_64 25.07.0-3.fc43 updates 3.8 MiB- poppler-data noarch 0.4.11-10.fc43 fedora 12.3 MiB- poppler-glib x86_64 25.07.0-3.fc43 updates 633.9 KiB- pulseaudio-libs x86_64 17.0-7.fc43 fedora 3.4 MiB- python3-packaging noarch 25.0-7.fc43 fedora 607.4 KiB- rav1e-devel x86_64 0.7.1-8.fc43 fedora 46.6 KiB- rav1e-libs x86_64 0.7.1-8.fc43 fedora 3.0 MiB- samba-client-libs x86_64 2:4.23.4-1.fc43 updates 19.7 MiB- samba-common noarch 2:4.23.4-1.fc43 updates 202.9 KiB- samba-common-libs x86_64 2:4.23.4-1.fc43 updates 268.6 KiB- sdl2-compat x86_64 2.32.56-2.fc43 fedora 399.6 KiB- shared-mime-info x86_64 2.4-2.fc43 fedora 5.2 MiB- snappy x86_64 1.2.2-2.fc43 fedora 71.8 KiB- sound-theme-freedesktop noarch 0.8-24.fc43 fedora 460.4 KiB- soxr x86_64 0.1.3-20.fc43 fedora 191.5 KiB- speex x86_64 1.2.0-20.fc43 fedora 128.5 KiB- spirv-tools-libs x86_64 2025.4-1.fc43 updates 5.8 MiB- srt-libs x86_64 1.5.4-4.fc43 fedora 993.8 KiB- svt-av1-devel x86_64 3.1.2-1.fc43 fedora 69.2 KiB- svt-av1-libs x86_64 3.1.2-1.fc43 fedora 5.6 MiB- sysprof-capture-devel x86_64 49.0-1.fc43 fedora 803.7 KiB- systemd-standalone-tmpfiles x86_64 258.3-2.fc43 updates 415.1 KiB- totem-pl-parser x86_64 3.26.6-13.fc43 fedora 308.5 KiB- twolame-libs x86_64 0.4.0-8.fc43 fedora 165.5 KiB- uchardet x86_64 0.0.8-8.fc43 fedora 275.6 KiB- upower-libs x86_64 1.91.0-1.fc43 updates 178.8 KiB- vo-amrwbenc x86_64 0.1.3-23.fc43 fedora 153.9 KiB- webrtc-audio-processing x86_64 1.3-9.fc43 fedora 1.4 MiB- xdg-desktop-portal x86_64 1.20.3-2.fc43 fedora 1.8 MiB- xevd-libs x86_64 0.5.0-5.fc43 fedora 367.9 KiB- xeve-libs x86_64 0.5.1-5.fc43 fedora 892.5 KiB- xkeyboard-config noarch 2.46-1.fc43 updates 10.2 MiB- xml-common noarch 0.6.3-67.fc43 fedora 78.4 KiB- xprop x86_64 1.2.8-4.fc43 fedora 54.7 KiB- xvidcore x86_64 1.3.7-14.fc43 fedora 878.4 KiB- xz-devel x86_64 1:5.8.1-4.fc43 updates 258.8 KiB- zeromq x86_64 4.3.5-22.fc43 fedora 894.1 KiB- zlib-ng-compat-devel x86_64 2.3.2-2.fc43 updates 107.0 KiB- zvbi x86_64 0.2.44-2.fc43 fedora 1.2 MiB- Installing weak dependencies:- adwaita-mono-fonts noarch 49.0-2.fc43 fedora 5.5 MiB- adwaita-sans-fonts noarch 49.0-2.fc43 fedora 1.7 MiB- dconf x86_64 0.49.0-1.fc43 fedora 307.5 KiB- exiv2 x86_64 0.28.6-2.fc43 fedora 12.2 MiB- glib-networking x86_64 2.80.1-3.fc43 fedora 742.9 KiB- intel-mediasdk x86_64 23.2.2-8.fc43 fedora 22.4 MiB- intel-vpl-gpu-rt x86_64 25.4.5-1.fc43 updates 11.7 MiB- libcanberra-gtk3 x86_64 0.30-38.fc43 fedora 70.7 KiB- localsearch x86_64 3.10.2-1.fc43 updates 3.4 MiB- low-memory-monitor x86_64 2.1-13.fc43 fedora 66.0 KiB- mesa-va-drivers x86_64 25.2.7-3.fc43 updates 115.0 B- svt-av1-devel-docs noarch 3.1.2-1.fc43 fedora 8.4 MiB- tinysparql x86_64 3.10.1-5.fc43 updates 2.5 MiB- xdg-desktop-portal-gtk x86_64 1.15.3-2.fc43 fedora 473.3 KiB-- Transaction Summary:- Installing: 298 packages- Upgrading: 10 packages- Replacing: 10 packages-- Total size of inbound packages is 150 MiB. Need to download 150 MiB.- After this operation, 529 MiB extra will be used (install 550 MiB, remove 21 MiB).- [ 1/308] SDL2_image-devel-0:2.8.8-2.fc 100% | 41.1 KiB/s | 19.0 KiB | 00m00s- [ 2/308] sdl2-compat-0:2.32.56-2.fc43. 100% | 286.0 KiB/s | 135.0 KiB | 00m00s- [ 3/308] SDL2_image-0:2.8.8-2.fc43.x86 100% | 5.6 MiB/s | 108.7 KiB | 00m00s- [ 4/308] libwebp-0:1.6.0-2.fc43.x86_64 100% | 8.1 MiB/s | 324.2 KiB | 00m00s- [ 5/308] libavif-0:1.3.0-2.fc43.x86_64 100% | 921.4 KiB/s | 120.7 KiB | 00m00s- [ 6/308] libyuv-0:0-0.57.20240704git96 100% | 10.4 MiB/s | 202.1 KiB | 00m00s- [ 7/308] libaom-0:3.13.1-1.fc43.x86_64 100% | 14.4 MiB/s | 1.9 MiB | 00m00s- [ 8/308] rav1e-libs-0:0.7.1-8.fc43.x86 100% | 9.2 MiB/s | 1.0 MiB | 00m00s- [ 9/308] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 7.1 MiB/s | 196.6 KiB | 00m00s- [ 10/308] libjpeg-turbo-0:3.1.2-1.fc43. 100% | 8.6 MiB/s | 236.8 KiB | 00m00s- [ 11/308] SDL2_ttf-devel-0:2.24.0-1.fc4 100% | 3.0 MiB/s | 21.3 KiB | 00m00s- [ 12/308] SDL2_ttf-0:2.24.0-1.fc43.x86_ 100% | 5.4 MiB/s | 44.1 KiB | 00m00s- [ 13/308] freetype-0:2.13.3-3.fc43.x86_ 100% | 4.5 MiB/s | 412.1 KiB | 00m00s- [ 14/308] svt-av1-libs-0:3.1.2-1.fc43.x 100% | 7.2 MiB/s | 2.0 MiB | 00m00s- [ 15/308] graphite2-0:1.3.14-19.fc43.x8 100% | 4.4 MiB/s | 95.6 KiB | 00m00s- [ 16/308] libffi-devel-0:3.5.2-1.fc43.x 100% | 3.2 MiB/s | 29.7 KiB | 00m00s- [ 17/308] cmake-filesystem-0:3.31.10-3. 100% | 2.7 MiB/s | 13.9 KiB | 00m00s- [ 18/308] libglvnd-devel-1:1.7.0-8.fc43 100% | 4.7 MiB/s | 162.2 KiB | 00m00s- [ 19/308] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 5.1 MiB/s | 114.0 KiB | 00m00s- [ 20/308] libglvnd-core-devel-1:1.7.0-8 100% | 2.8 MiB/s | 17.3 KiB | 00m00s- [ 21/308] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 1.0 MiB/s | 36.0 KiB | 00m00s- [ 22/308] libglvnd-gles-1:1.7.0-8.fc43. 100% | 3.5 MiB/s | 28.5 KiB | 00m00s- [ 23/308] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 5.2 MiB/s | 132.1 KiB | 00m00s- [ 24/308] libglvnd-opengl-1:1.7.0-8.fc4 100% | 3.6 MiB/s | 37.0 KiB | 00m00s- [ 25/308] libXext-0:1.3.6-4.fc43.x86_64 100% | 4.2 MiB/s | 39.1 KiB | 00m00s- [ 26/308] mesa-libGLU-devel-0:9.0.3-7.f 100% | 2.3 MiB/s | 11.9 KiB | 00m00s- [ 27/308] harfbuzz-0:11.5.1-1.fc43.x86_ 100% | 4.2 MiB/s | 1.1 MiB | 00m00s- [ 28/308] mesa-libGLU-0:9.0.3-7.fc43.x8 100% | 4.9 MiB/s | 166.0 KiB | 00m00s- [ 29/308] mesa-libGL-0:25.2.7-3.fc43.x8 100% | 6.0 MiB/s | 130.0 KiB | 00m00s- [ 30/308] SDL3-0:3.2.24-1.fc43.x86_64 100% | 4.1 MiB/s | 1.0 MiB | 00m00s- [ 31/308] libXxf86vm-0:1.1.6-3.fc43.x86 100% | 2.2 MiB/s | 17.7 KiB | 00m00s- [ 32/308] mesa-filesystem-0:25.2.7-3.fc 100% | 2.6 MiB/s | 21.6 KiB | 00m00s- [ 33/308] libxshmfence-0:1.3.2-7.fc43.x 100% | 3.2 MiB/s | 13.3 KiB | 00m00s- [ 34/308] lm_sensors-libs-0:3.6.0-23.fc 100% | 2.8 MiB/s | 40.6 KiB | 00m00s- [ 35/308] mesa-libgbm-0:25.2.7-3.fc43.x 100% | 3.0 MiB/s | 27.6 KiB | 00m00s- [ 36/308] mesa-libEGL-0:25.2.7-3.fc43.x 100% | 4.9 MiB/s | 131.8 KiB | 00m00s- [ 37/308] libwayland-client-0:1.24.0-1. 100% | 4.1 MiB/s | 33.6 KiB | 00m00s- [ 38/308] libdav1d-0:1.5.2-1.fc43.x86_6 100% | 4.4 MiB/s | 637.4 KiB | 00m00s- [ 39/308] libpng-2:1.6.53-1.fc43.x86_64 100% | 1.4 MiB/s | 123.9 KiB | 00m00s- [ 40/308] freetype-devel-0:2.13.3-3.fc4 100% | 2.9 MiB/s | 1.0 MiB | 00m00s- [ 41/308] harfbuzz-devel-0:11.5.1-1.fc4 100% | 4.5 MiB/s | 456.1 KiB | 00m00s- [ 42/308] cairo-0:1.18.4-2.fc43.x86_64 100% | 6.4 MiB/s | 729.3 KiB | 00m00s- [ 43/308] harfbuzz-cairo-0:11.5.1-1.fc4 100% | 1.1 MiB/s | 30.2 KiB | 00m00s- [ 44/308] harfbuzz-icu-0:11.5.1-1.fc43. 100% | 3.1 MiB/s | 15.8 KiB | 00m00s- [ 45/308] fontconfig-0:2.17.0-3.fc43.x8 100% | 2.6 MiB/s | 272.2 KiB | 00m00s- [ 46/308] libXrender-0:0.9.12-3.fc43.x8 100% | 1.7 MiB/s | 26.9 KiB | 00m00s- [ 47/308] lzo-0:2.10-15.fc43.x86_64 100% | 1.7 MiB/s | 69.4 KiB | 00m00s- [ 48/308] pixman-0:0.46.2-2.fc43.x86_64 100% | 4.7 MiB/s | 292.5 KiB | 00m00s- [ 49/308] default-fonts-core-sans-0:4.2 100% | 7.3 MiB/s | 29.9 KiB | 00m00s- [ 50/308] fonts-filesystem-1:2.0.5-23.f 100% | 2.1 MiB/s | 8.7 KiB | 00m00s- [ 51/308] xml-common-0:0.6.3-67.fc43.no 100% | 7.6 MiB/s | 31.0 KiB | 00m00s- [ 52/308] abattis-cantarell-vf-fonts-0: 100% | 6.5 MiB/s | 120.1 KiB | 00m00s- [ 53/308] libjxl-devel-1:0.11.1-7.fc43. 100% | 8.1 MiB/s | 1.2 MiB | 00m00s- [ 54/308] libjxl-1:0.11.1-7.fc43.x86_64 100% | 9.1 MiB/s | 1.2 MiB | 00m00s- [ 55/308] shared-mime-info-0:2.4-2.fc43 100% | 9.1 MiB/s | 399.7 KiB | 00m00s- [ 56/308] libtiff-devel-0:4.7.1-1.fc43. 100% | 7.9 MiB/s | 276.8 KiB | 00m00s- [ 57/308] libtiff-0:4.7.1-1.fc43.x86_64 100% | 6.4 MiB/s | 222.4 KiB | 00m00s- [ 58/308] jbigkit-libs-0:2.1-32.fc43.x8 100% | 5.8 MiB/s | 53.2 KiB | 00m00s- [ 59/308] liblerc-0:4.0.0-9.fc43.x86_64 100% | 7.5 MiB/s | 215.1 KiB | 00m00s- [ 60/308] libavif-devel-0:1.3.0-2.fc43. 100% | 6.9 MiB/s | 35.4 KiB | 00m00s- [ 61/308] libwebp-devel-0:1.6.0-2.fc43. 100% | 4.3 MiB/s | 39.5 KiB | 00m00s- [ 62/308] libdrm-0:2.4.128-3.fc43.x86_6 100% | 6.3 MiB/s | 162.0 KiB | 00m00s- [ 63/308] libpciaccess-0:0.16-16.fc43.x 100% | 4.3 MiB/s | 26.2 KiB | 00m00s- [ 64/308] mesa-dri-drivers-0:25.2.7-3.f 100% | 5.4 MiB/s | 12.7 MiB | 00m02s- [ 65/308] spirv-tools-libs-0:2025.4-1.f 100% | 3.2 MiB/s | 1.6 MiB | 00m01s- [ 66/308] zlib-ng-compat-devel-0:2.3.2- 100% | 2.2 MiB/s | 38.0 KiB | 00m00s- [ 67/308] libjpeg-turbo-devel-0:3.1.2-1 100% | 431.3 KiB/s | 97.5 KiB | 00m00s- [ 68/308] libzstd-devel-0:1.5.7-2.fc43. 100% | 5.7 MiB/s | 52.9 KiB | 00m00s- [ 69/308] brotli-devel-0:1.2.0-1.fc43.x 100% | 3.7 MiB/s | 34.4 KiB | 00m00s- [ 70/308] brotli-0:1.2.0-1.fc43.x86_64 100% | 4.6 MiB/s | 23.8 KiB | 00m00s- [ 71/308] highway-devel-0:1.3.0-1.fc43. 100% | 5.2 MiB/s | 475.5 KiB | 00m00s- [ 72/308] liblerc-devel-0:4.0.0-9.fc43. 100% | 7.6 MiB/s | 3.2 MiB | 00m00s- [ 73/308] highway-0:1.3.0-1.fc43.x86_64 100% | 7.1 MiB/s | 694.5 KiB | 00m00s- [ 74/308] gtest-0:1.15.2-4.fc43.x86_64 100% | 5.2 MiB/s | 186.0 KiB | 00m00s- [ 75/308] libdecor-0:0.2.5-1.fc43.x86_6 100% | 4.7 MiB/s | 57.9 KiB | 00m00s- [ 76/308] gtest-devel-0:1.15.2-4.fc43.x 100% | 3.8 MiB/s | 255.6 KiB | 00m00s- [ 77/308] libwayland-cursor-0:1.24.0-1. 100% | 3.7 MiB/s | 18.9 KiB | 00m00s- [ 78/308] pango-0:1.57.0-1.fc43.x86_64 100% | 962.8 KiB/s | 353.4 KiB | 00m00s- [ 79/308] sdl2-compat-devel-0:2.32.56-2 100% | 112.9 KiB/s | 505.7 KiB | 00m04s- [ 80/308] cairo-gobject-0:1.18.4-2.fc43 100% | 483.7 KiB/s | 16.9 KiB | 00m00s- [ 81/308] adwaita-icon-theme-0:49.0-1.f 100% | 4.4 MiB/s | 403.9 KiB | 00m00s- [ 82/308] fribidi-0:1.0.16-3.fc43.x86_6 100% | 3.7 MiB/s | 53.3 KiB | 00m00s- [ 83/308] gtk-update-icon-cache-0:3.24. 100% | 4.1 MiB/s | 33.8 KiB | 00m00s- [ 84/308] hicolor-icon-theme-0:0.18-2.f 100% | 5.0 MiB/s | 65.9 KiB | 00m00s- [ 85/308] libXcomposite-0:0.4.6-6.fc43. 100% | 4.7 MiB/s | 24.2 KiB | 00m00s- [ 86/308] libXcursor-0:1.2.3-3.fc43.x86 100% | 3.8 MiB/s | 31.2 KiB | 00m00s- [ 87/308] libXdamage-0:1.1.6-6.fc43.x86 100% | 4.5 MiB/s | 23.3 KiB | 00m00s- [ 88/308] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 4.7 MiB/s | 19.1 KiB | 00m00s- [ 89/308] libXi-0:1.8.2-3.fc43.x86_64 100% | 4.9 MiB/s | 40.3 KiB | 00m00s- [ 90/308] libXinerama-0:1.1.5-9.fc43.x8 100% | 3.5 MiB/s | 14.2 KiB | 00m00s- [ 91/308] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 5.4 MiB/s | 27.6 KiB | 00m00s- [ 92/308] libcloudproviders-0:0.3.6-2.f 100% | 5.7 MiB/s | 46.9 KiB | 00m00s- [ 93/308] libepoxy-0:1.5.10-11.fc43.x86 100% | 6.6 MiB/s | 229.5 KiB | 00m00s- [ 94/308] libwayland-egl-0:1.24.0-1.fc4 100% | 3.0 MiB/s | 12.4 KiB | 00m00s- [ 95/308] libxkbcommon-0:1.11.0-1.fc43. 100% | 4.4 MiB/s | 174.3 KiB | 00m00s- [ 96/308] libXft-0:2.3.8-9.fc43.x86_64 100% | 2.1 MiB/s | 72.2 KiB | 00m00s- [ 97/308] libthai-0:0.1.29-11.fc43.x86_ 100% | 4.6 MiB/s | 210.3 KiB | 00m00s- [ 98/308] adwaita-cursor-theme-0:49.0-1 100% | 4.4 MiB/s | 380.1 KiB | 00m00s- [ 99/308] colord-libs-0:1.4.8-2.fc43.x8 100% | 302.1 KiB/s | 230.5 KiB | 00m01s- [100/308] adwaita-icon-theme-legacy-0:4 100% | 4.7 MiB/s | 2.5 MiB | 00m01s- [101/308] lcms2-0:2.16-6.fc43.x86_64 100% | 1.7 MiB/s | 182.8 KiB | 00m00s- [102/308] libdatrie-0:0.2.13-12.fc43.x8 100% | 6.2 MiB/s | 32.0 KiB | 00m00s- [103/308] gtk3-0:3.24.51-2.fc43.x86_64 100% | 4.3 MiB/s | 5.9 MiB | 00m01s- [104/308] libgusb-0:0.4.9-4.fc43.x86_64 100% | 405.8 KiB/s | 64.5 KiB | 00m00s- [105/308] libdav1d-devel-0:1.5.2-1.fc43 100% | 195.1 KiB/s | 19.3 KiB | 00m00s- [106/308] libaom-devel-0:3.13.1-1.fc43. 100% | 299.5 KiB/s | 56.9 KiB | 00m00s- [107/308] libvmaf-devel-0:3.0.0-4.fc43. 100% | 275.3 KiB/s | 16.2 KiB | 00m00s- [108/308] hwdata-0:0.402-1.fc43.noarch 100% | 3.0 MiB/s | 1.7 MiB | 00m01s- [109/308] svt-av1-devel-0:3.1.2-1.fc43. 100% | 2.9 MiB/s | 27.2 KiB | 00m00s- [110/308] rav1e-devel-0:0.7.1-8.fc43.x8 100% | 137.2 KiB/s | 16.5 KiB | 00m00s- [111/308] json-glib-0:1.10.8-4.fc43.x86 100% | 285.9 KiB/s | 172.7 KiB | 00m01s- [112/308] glib2-devel-0:2.86.3-1.fc43.x 100% | 3.7 MiB/s | 1.5 MiB | 00m00s- [113/308] graphite2-devel-0:1.3.14-19.f 100% | 2.2 MiB/s | 20.6 KiB | 00m00s- [114/308] libicu-devel-0:77.1-1.fc43.x8 100% | 4.6 MiB/s | 794.4 KiB | 00m00s- [115/308] at-spi2-atk-0:2.58.2-1.fc43.x 100% | 5.0 MiB/s | 87.7 KiB | 00m00s- [116/308] at-spi2-core-0:2.58.2-1.fc43. 100% | 5.2 MiB/s | 390.1 KiB | 00m00s- [117/308] atk-0:2.58.2-1.fc43.x86_64 100% | 2.7 MiB/s | 80.7 KiB | 00m00s- [118/308] dbus-1:1.16.0-4.fc43.x86_64 100% | 1.8 MiB/s | 7.5 KiB | 00m00s- [119/308] libXtst-0:1.2.5-3.fc43.x86_64 100% | 2.2 MiB/s | 20.5 KiB | 00m00s- [120/308] xprop-0:1.2.8-4.fc43.x86_64 100% | 2.1 MiB/s | 34.8 KiB | 00m00s- [121/308] cups-libs-1:2.4.16-4.fc43.x86 100% | 4.7 MiB/s | 261.6 KiB | 00m00s- [122/308] python3-packaging-0:25.0-7.fc 100% | 221.8 KiB/s | 161.5 KiB | 00m01s- [123/308] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 4.8 MiB/s | 69.0 KiB | 00m00s- [124/308] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% | 6.4 MiB/s | 484.9 KiB | 00m00s- [125/308] libtinysparql-0:3.10.1-5.fc43 100% | 7.9 MiB/s | 347.1 KiB | 00m00s- [126/308] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 3.0 MiB/s | 15.2 KiB | 00m00s- [127/308] libsoup3-0:3.6.5-8.fc43.x86_6 100% | 6.3 MiB/s | 391.4 KiB | 00m00s- [128/308] libstemmer-0:3.0.1-8.fc43.x86 100% | 5.4 MiB/s | 155.3 KiB | 00m00s- [129/308] gmock-0:1.15.2-4.fc43.x86_64 100% | 4.3 MiB/s | 61.1 KiB | 00m00s- [130/308] libpng-devel-2:1.6.53-1.fc43. 100% | 5.2 MiB/s | 293.7 KiB | 00m00s- [131/308] bzip2-devel-0:1.0.8-21.fc43.x 100% | 4.5 MiB/s | 213.4 KiB | 00m00s- [132/308] google-noto-sans-vf-fonts-0:2 100% | 5.6 MiB/s | 614.5 KiB | 00m00s- [133/308] google-noto-fonts-common-0:20 100% | 4.2 MiB/s | 17.3 KiB | 00m00s- [134/308] fontconfig-devel-0:2.17.0-3.f 100% | 7.5 MiB/s | 169.5 KiB | 00m00s- [135/308] libXext-devel-0:1.3.6-4.fc43. 100% | 5.5 MiB/s | 85.2 KiB | 00m00s- [136/308] libXrender-devel-0:0.9.12-3.f 100% | 3.1 MiB/s | 19.0 KiB | 00m00s- [137/308] lzo-devel-0:2.10-15.fc43.x86_ 100% | 4.2 MiB/s | 39.0 KiB | 00m00s- [138/308] lzo-minilzo-0:2.10-15.fc43.x8 100% | 4.7 MiB/s | 24.0 KiB | 00m00s- [139/308] pixman-devel-0:0.46.2-2.fc43. 100% | 4.4 MiB/s | 18.0 KiB | 00m00s- [140/308] libmount-devel-0:2.41.3-7.fc4 100% | 6.0 MiB/s | 24.6 KiB | 00m00s- [141/308] pcre2-devel-0:10.47-1.fc43.x8 100% | 9.1 MiB/s | 550.9 KiB | 00m00s- [142/308] cairo-devel-0:1.18.4-2.fc43.x 100% | 147.0 KiB/s | 191.8 KiB | 00m01s- [143/308] pcre2-utf16-0:10.47-1.fc43.x8 100% | 8.0 MiB/s | 246.1 KiB | 00m00s- [144/308] libselinux-devel-0:3.9-5.fc43 100% | 6.8 MiB/s | 152.1 KiB | 00m00s- [145/308] libsepol-devel-0:3.9-2.fc43.x 100% | 4.7 MiB/s | 48.4 KiB | 00m00s- [146/308] cups-filesystem-1:2.4.16-4.fc 100% | 19.8 KiB/s | 13.0 KiB | 00m01s- [147/308] glycin-libs-0:2.0.5-1.fc43.x8 100% | 10.1 MiB/s | 1.6 MiB | 00m00s- [148/308] glycin-loaders-0:2.0.5-1.fc43 100% | 14.5 MiB/s | 2.8 MiB | 00m00s- [149/308] libheif-0:1.20.2-6.fc43.x86_6 100% | 17.1 MiB/s | 578.1 KiB | 00m00s- [150/308] libopenjph-0:0.22.0-2.fc43.x8 100% | 10.8 MiB/s | 154.4 KiB | 00m00s- [151/308] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 10.4 MiB/s | 192.2 KiB | 00m00s- [152/308] xkeyboard-config-0:2.46-1.fc4 100% | 4.1 MiB/s | 993.6 KiB | 00m00s- [153/308] pcre2-utf32-0:10.47-1.fc43.x8 100% | 228.1 KiB/s | 232.9 KiB | 00m01s- [154/308] sysprof-capture-devel-0:49.0- 100% | 172.7 KiB/s | 171.1 KiB | 00m01s- [155/308] libblkid-devel-0:2.41.3-7.fc4 100% | 236.3 KiB/s | 23.4 KiB | 00m00s- [156/308] libxml2-devel-0:2.12.10-5.fc4 100% | 3.9 MiB/s | 524.0 KiB | 00m00s- [157/308] openh264-0:2.6.0-2.fc43.x86_6 100% | 935.5 KiB/s | 422.8 KiB | 00m00s- [158/308] xz-devel-1:5.8.1-4.fc43.x86_6 100% | 4.3 MiB/s | 66.7 KiB | 00m00s- [159/308] xdg-desktop-portal-0:1.20.3-2 100% | 4.4 MiB/s | 507.6 KiB | 00m00s- [160/308] fuse3-0:3.16.2-5.fc42.x86_64 100% | 5.6 MiB/s | 57.4 KiB | 00m00s- [161/308] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 6.6 MiB/s | 94.2 KiB | 00m00s- [162/308] libgudev-0:238-8.fc43.x86_64 100% | 6.8 MiB/s | 34.6 KiB | 00m00s- [163/308] fuse-common-0:3.16.2-5.fc42.x 100% | 1.7 MiB/s | 8.6 KiB | 00m00s- [164/308] mesa-va-drivers-0:25.2.7-3.fc 100% | 5.0 MiB/s | 20.3 KiB | 00m00s- [165/308] libcanberra-gtk3-0:0.30-38.fc 100% | 5.9 MiB/s | 30.1 KiB | 00m00s- [166/308] libcanberra-0:0.30-38.fc43.x8 100% | 4.1 MiB/s | 83.7 KiB | 00m00s- [167/308] libtdb-0:1.4.14-3.fc43.x86_64 100% | 5.4 MiB/s | 55.1 KiB | 00m00s- [168/308] libvorbis-1:1.3.7-13.fc43.x86 100% | 7.4 MiB/s | 188.4 KiB | 00m00s- [169/308] pulseaudio-libs-0:17.0-7.fc43 100% | 6.1 MiB/s | 694.1 KiB | 00m00s- [170/308] sound-theme-freedesktop-0:0.8 100% | 6.8 MiB/s | 382.3 KiB | 00m00s- [171/308] libasyncns-0:0.8-31.fc43.x86_ 100% | 5.9 MiB/s | 30.0 KiB | 00m00s- [172/308] libsndfile-0:1.2.2-10.fc43.x8 100% | 6.2 MiB/s | 220.8 KiB | 00m00s- [173/308] gsm-0:1.0.23-1.fc43.x86_64 100% | 300.3 KiB/s | 36.0 KiB | 00m00s- [174/308] xdg-desktop-portal-gtk-0:1.15 100% | 256.2 KiB/s | 144.0 KiB | 00m01s- [175/308] lame-libs-0:3.100-20.fc43.x86 100% | 1.2 MiB/s | 338.9 KiB | 00m00s- [176/308] opus-0:1.5.2-3.fc43.x86_64 100% | 868.5 KiB/s | 237.1 KiB | 00m00s- [177/308] mpg123-libs-0:1.32.10-2.fc43. 100% | 444.4 KiB/s | 355.6 KiB | 00m01s- [178/308] exempi-0:2.6.4-8.fc43.x86_64 100% | 244.3 KiB/s | 581.3 KiB | 00m02s- [179/308] giflib-0:5.2.2-8.fc43.x86_64 100% | 258.9 KiB/s | 52.3 KiB | 00m00s- [180/308] libcue-0:2.3.0-12.fc43.x86_64 100% | 185.2 KiB/s | 35.0 KiB | 00m00s- [181/308] localsearch-0:3.10.2-1.fc43.x 100% | 190.4 KiB/s | 867.1 KiB | 00m05s- [182/308] libexif-0:0.6.25-2.fc43.x86_6 100% | 238.6 KiB/s | 475.6 KiB | 00m02s- [183/308] libgxps-0:0.3.2-11.fc43.x86_6 100% | 308.0 KiB/s | 76.4 KiB | 00m00s- [184/308] libgexiv2-0:0.14.6-2.fc43.x86 100% | 134.5 KiB/s | 101.2 KiB | 00m01s- [185/308] libiptcdata-0:1.0.5-23.fc43.x 100% | 1.1 MiB/s | 60.6 KiB | 00m00s- [186/308] librsvg2-0:2.61.0-3.fc43.x86_ 100% | 294.9 KiB/s | 1.9 MiB | 00m07s- [187/308] libosinfo-0:1.12.0-3.fc43.x86 100% | 652.1 KiB/s | 316.3 KiB | 00m00s- [188/308] totem-pl-parser-0:3.26.6-13.f 100% | 197.1 KiB/s | 143.1 KiB | 00m01s- [189/308] libxslt-0:1.1.43-5.fc43.x86_6 100% | 472.9 KiB/s | 184.4 KiB | 00m00s- [190/308] osinfo-db-tools-0:1.12.0-4.fc 100% | 428.1 KiB/s | 74.5 KiB | 00m00s- [191/308] uchardet-0:0.0.8-8.fc43.x86_6 100% | 271.9 KiB/s | 106.0 KiB | 00m00s- [192/308] inih-cpp-0:62-1.fc43.x86_64 100% | 785.1 KiB/s | 23.6 KiB | 00m00s- [193/308] inih-0:62-1.fc43.x86_64 100% | 309.3 KiB/s | 18.2 KiB | 00m00s- [194/308] osinfo-db-0:20250124-2.fc43.n 100% | 566.1 KiB/s | 475.5 KiB | 00m01s- [195/308] dconf-0:0.49.0-1.fc43.x86_64 100% | 510.2 KiB/s | 110.2 KiB | 00m00s- [196/308] exiv2-libs-0:0.28.6-2.fc43.x8 100% | 445.1 KiB/s | 908.4 KiB | 00m02s- [197/308] glib-networking-0:2.80.1-3.fc 100% | 213.6 KiB/s | 200.8 KiB | 00m01s- [198/308] tinysparql-0:3.10.1-5.fc43.x8 100% | 517.8 KiB/s | 1.0 MiB | 00m02s- [199/308] geoclue2-0:2.8.0-1.fc43.x86_6 100% | 639.5 KiB/s | 144.5 KiB | 00m00s- [200/308] ModemManager-glib-0:1.24.2-1. 100% | 577.4 KiB/s | 334.9 KiB | 00m01s- [201/308] libnotify-0:0.8.7-1.fc43.x86_ 100% | 221.0 KiB/s | 53.9 KiB | 00m00s- [202/308] gsettings-desktop-schemas-0:4 100% | 337.2 KiB/s | 822.9 KiB | 00m02s- [203/308] libunwind-0:1.8.1-3.fc43.x86_ 100% | 382.6 KiB/s | 76.5 KiB | 00m00s- [204/308] gstreamer1-0:1.26.9-1.fc43.x8 100% | 422.9 KiB/s | 1.7 MiB | 00m04s- [205/308] cdparanoia-libs-0:10.2-48.fc4 100% | 634.2 KiB/s | 53.9 KiB | 00m00s- [206/308] graphene-0:1.10.8-2.fc43.x86_ 100% | 263.0 KiB/s | 61.3 KiB | 00m00s- [207/308] gstreamer1-plugins-base-0:1.2 100% | 464.9 KiB/s | 2.3 MiB | 00m05s- [208/308] libXv-0:1.0.13-3.fc43.x86_64 100% | 183.9 KiB/s | 18.6 KiB | 00m00s- [209/308] libtheora-1:1.1.1-40.fc43.x86 100% | 293.6 KiB/s | 170.3 KiB | 00m01s- [210/308] libvisual-1:0.4.2-3.fc43.x86_ 100% | 348.1 KiB/s | 153.2 KiB | 00m00s- [211/308] orc-0:0.4.41-2.fc43.x86_64 100% | 143.0 KiB/s | 221.5 KiB | 00m02s- [212/308] svt-av1-devel-docs-0:3.1.2-1. 100% | 550.3 KiB/s | 6.8 MiB | 00m13s- [213/308] fdk-aac-free-0:2.0.0-16.fc43. 100% | 151.6 KiB/s | 341.1 KiB | 00m02s- [214/308] iso-codes-0:4.18.0-2.fc43.noa 100% | 421.9 KiB/s | 3.7 MiB | 00m09s- [215/308] libebur128-0:1.2.6-14.fc43.x8 100% | 591.9 KiB/s | 24.9 KiB | 00m00s- [216/308] liblc3-0:1.1.3-5.fc43.x86_64 100% | 1.0 MiB/s | 105.1 KiB | 00m00s- [217/308] libldac-0:2.0.2.3-18.fc43.x86 100% | 538.5 KiB/s | 42.5 KiB | 00m00s- [218/308] libsbc-0:2.0-7.fc43.x86_64 100% | 604.5 KiB/s | 49.0 KiB | 00m00s- [219/308] fftw-libs-single-0:3.3.10-16. 100% | 591.2 KiB/s | 1.2 MiB | 00m02s- [220/308] libogg-2:1.3.6-2.fc43.x86_64 100% | 669.7 KiB/s | 33.5 KiB | 00m00s- [221/308] pipewire-libs-0:1.4.9-1.fc43. 100% | 475.7 KiB/s | 2.4 MiB | 00m05s- [222/308] flac-libs-0:1.5.0-5.fc43.x86_ 100% | 1.2 MiB/s | 217.1 KiB | 00m00s- [223/308] libproxy-0:0.5.12-1.fc43.x86_ 100% | 981.5 KiB/s | 45.2 KiB | 00m00s- [224/308] webrtc-audio-processing-0:1.3 100% | 1.2 MiB/s | 533.9 KiB | 00m00s- [225/308] duktape-0:2.7.0-10.fc43.x86_6 100% | 703.0 KiB/s | 168.7 KiB | 00m00s- [226/308] bluez-libs-0:5.85-1.fc43.x86_ 100% | 934.7 KiB/s | 83.2 KiB | 00m00s- [227/308] alsa-lib-0:1.2.15.1-1.fc43.x8 100% | 676.3 KiB/s | 541.0 KiB | 00m01s- [228/308] libavutil-free-0:7.1.2-3.fc43 100% | 593.1 KiB/s | 351.7 KiB | 00m01s- [229/308] game-music-emu-0:0.6.4-2.fc43 100% | 933.3 KiB/s | 166.1 KiB | 00m00s- [230/308] libavformat-free-0:7.1.2-3.fc 100% | 741.2 KiB/s | 1.1 MiB | 00m02s- [231/308] libdvdnav-0:6.1.1-11.fc43.x86 100% | 159.0 KiB/s | 55.5 KiB | 00m00s- [232/308] libmodplug-1:0.8.9.0-28.fc43. 100% | 613.3 KiB/s | 177.9 KiB | 00m00s- [233/308] libdvdread-0:6.1.3-10.fc43.x8 100% | 215.9 KiB/s | 72.1 KiB | 00m00s- [234/308] librabbitmq-0:0.15.0-3.fc43.x 100% | 438.5 KiB/s | 43.4 KiB | 00m00s- [235/308] librist-0:0.2.7-10.fc43.x86_6 100% | 269.3 KiB/s | 77.0 KiB | 00m00s- [236/308] srt-libs-0:1.5.4-4.fc43.x86_6 100% | 818.7 KiB/s | 388.9 KiB | 00m00s- [237/308] libswresample-free-0:7.1.2-3. 100% | 964.1 KiB/s | 68.5 KiB | 00m00s- [238/308] aribb24-0:1.0.3^20160216git5e 100% | 437.8 KiB/s | 39.8 KiB | 00m00s- [239/308] zeromq-0:4.3.5-22.fc43.x86_64 100% | 533.3 KiB/s | 468.2 KiB | 00m01s- [240/308] ilbc-0:3.0.4-17.fc43.x86_64 100% | 392.1 KiB/s | 56.9 KiB | 00m00s- [241/308] codec2-0:1.2.0-7.fc43.x86_64 100% | 1.0 MiB/s | 642.9 KiB | 00m01s- [242/308] libaribcaption-0:1.1.1-3.fc43 100% | 496.2 KiB/s | 111.1 KiB | 00m00s- [243/308] libva-0:2.22.0-6.fc43.x86_64 100% | 557.3 KiB/s | 115.9 KiB | 00m00s- [244/308] opencore-amr-0:0.1.6-9.fc43.x 100% | 436.6 KiB/s | 182.1 KiB | 00m00s- [245/308] snappy-0:1.2.2-2.fc43.x86_64 100% | 317.0 KiB/s | 39.6 KiB | 00m00s- [246/308] speex-0:1.2.0-20.fc43.x86_64 100% | 408.3 KiB/s | 70.2 KiB | 00m00s- [247/308] twolame-libs-0:0.4.0-8.fc43.x 100% | 601.9 KiB/s | 68.6 KiB | 00m00s- [248/308] vo-amrwbenc-0:0.1.3-23.fc43.x 100% | 484.3 KiB/s | 82.8 KiB | 00m00s- [249/308] xevd-libs-0:0.5.0-5.fc43.x86_ 100% | 602.9 KiB/s | 165.2 KiB | 00m00s- [250/308] xeve-libs-0:0.5.1-5.fc43.x86_ 100% | 618.4 KiB/s | 276.4 KiB | 00m00s- [251/308] libvpx-0:1.15.0-4.fc43.x86_64 100% | 576.6 KiB/s | 1.2 MiB | 00m02s- [252/308] xvidcore-0:1.3.7-14.fc43.x86_ 100% | 716.6 KiB/s | 266.6 KiB | 00m00s- [253/308] libvdpau-0:1.5-10.fc43.x86_64 100% | 351.0 KiB/s | 16.5 KiB | 00m00s- [254/308] cjson-0:1.7.18-3.fc43.x86_64 100% | 523.4 KiB/s | 31.9 KiB | 00m00s- [255/308] libsodium-0:1.0.20-6.fc43.x86 100% | 530.8 KiB/s | 175.7 KiB | 00m00s- [256/308] openpgm-0:5.3.128-5.fc43.x86_ 100% | 521.5 KiB/s | 181.5 KiB | 00m00s- [257/308] zvbi-0:0.2.44-2.fc43.x86_64 100% | 512.5 KiB/s | 433.6 KiB | 00m01s- [258/308] soxr-0:0.1.3-20.fc43.x86_64 100% | 452.0 KiB/s | 86.8 KiB | 00m00s- [259/308] libgsf-0:1.14.54-1.fc43.x86_6 100% | 863.0 KiB/s | 260.6 KiB | 00m00s- [260/308] poppler-glib-0:25.07.0-3.fc43 100% | 909.7 KiB/s | 207.4 KiB | 00m00s- [261/308] libavcodec-free-0:7.1.2-3.fc4 100% | 583.9 KiB/s | 4.2 MiB | 00m07s- [262/308] gpgmepp-0:1.24.3-6.fc43.x86_6 100% | 629.5 KiB/s | 142.9 KiB | 00m00s- [263/308] poppler-0:25.07.0-3.fc43.x86_ 100% | 674.9 KiB/s | 1.3 MiB | 00m02s- [264/308] gpgme-0:1.24.3-6.fc43.x86_64 100% | 1.2 MiB/s | 218.5 KiB | 00m00s- [265/308] upower-libs-0:1.91.0-1.fc43.x 100% | 1.6 MiB/s | 60.0 KiB | 00m00s- [266/308] gobject-introspection-0:1.84. 100% | 672.1 KiB/s | 120.3 KiB | 00m00s- [267/308] libvpl-1:2.16.0-1.fc43.x86_64 100% | 2.0 MiB/s | 161.2 KiB | 00m00s- [268/308] poppler-data-0:0.4.11-10.fc43 100% | 1.0 MiB/s | 2.0 MiB | 00m02s- [269/308] libbluray-0:1.3.4-11.fc43.x86 100% | 2.2 MiB/s | 173.0 KiB | 00m00s- [270/308] libchromaprint-0:1.6.0-1.fc43 100% | 1.3 MiB/s | 42.6 KiB | 00m00s- [271/308] libudfread-0:1.1.2-12.fc43.x8 100% | 350.1 KiB/s | 35.4 KiB | 00m00s- [272/308] libsmbclient-2:4.23.4-1.fc43. 100% | 1.0 MiB/s | 80.0 KiB | 00m00s- [273/308] libldb-2:4.23.4-1.fc43.x86_64 100% | 908.2 KiB/s | 189.8 KiB | 00m00s- [274/308] libwbclient-2:4.23.4-1.fc43.x 100% | 901.3 KiB/s | 47.8 KiB | 00m00s- [275/308] libopenmpt-0:0.8.4-1.fc43.x86 100% | 1.9 MiB/s | 785.6 KiB | 00m00s- [276/308] samba-common-2:4.23.4-1.fc43. 100% | 2.6 MiB/s | 179.0 KiB | 00m00s- [277/308] samba-common-libs-2:4.23.4-1. 100% | 1.8 MiB/s | 111.8 KiB | 00m00s- [278/308] libtalloc-0:2.4.3-4.fc43.x86_ 100% | 579.9 KiB/s | 34.8 KiB | 00m00s- [279/308] libtevent-0:0.17.1-3.fc43.x86 100% | 586.5 KiB/s | 51.6 KiB | 00m00s- [280/308] lmdb-libs-0:0.9.33-4.fc43.x86 100% | 903.9 KiB/s | 61.5 KiB | 00m00s- [281/308] glibc-gconv-extra-0:2.42-4.fc 100% | 1.5 MiB/s | 1.6 MiB | 00m01s- [282/308] ngtcp2-crypto-gnutls-0:1.18.0 100% | 914.1 KiB/s | 23.8 KiB | 00m00s- [283/308] mbedtls-0:3.6.5-1.fc43.x86_64 100% | 2.0 MiB/s | 512.4 KiB | 00m00s- [284/308] systemd-standalone-tmpfiles-0 100% | 1.3 MiB/s | 198.7 KiB | 00m00s- [285/308] nspr-0:4.37.0-7.fc43.x86_64 100% | 1.1 MiB/s | 137.9 KiB | 00m00s- [286/308] lpcnetfreedv-0:0.5-9.fc43.x86 100% | 1.3 MiB/s | 7.3 MiB | 00m06s- [287/308] nss-softokn-0:3.118.1-2.fc43. 100% | 1.3 MiB/s | 430.9 KiB | 00m00s- [288/308] nss-0:3.118.1-2.fc43.x86_64 100% | 1.7 MiB/s | 716.8 KiB | 00m00s- [289/308] nss-util-0:3.118.1-2.fc43.x86 100% | 1.1 MiB/s | 86.3 KiB | 00m00s- [290/308] nss-sysinit-0:3.118.1-2.fc43. 100% | 683.6 KiB/s | 19.1 KiB | 00m00s- [291/308] low-memory-monitor-0:2.1-13.f 100% | 341.7 KiB/s | 34.2 KiB | 00m00s- [292/308] nss-softokn-freebl-0:3.118.1- 100% | 1.7 MiB/s | 372.3 KiB | 00m00s- [293/308] adwaita-mono-fonts-0:49.0-2.f 100% | 1.8 MiB/s | 1.4 MiB | 00m01s- [294/308] samba-client-libs-2:4.23.4-1. 100% | 1.7 MiB/s | 5.6 MiB | 00m03s- [295/308] adwaita-sans-fonts-0:49.0-2.f 100% | 1.4 MiB/s | 764.3 KiB | 00m01s- [296/308] exiv2-0:0.28.6-2.fc43.x86_64 100% | 1.4 MiB/s | 2.0 MiB | 00m01s- [297/308] zlib-ng-compat-0:2.3.2-2.fc43 100% | 997.9 KiB/s | 88.8 KiB | 00m00s- [298/308] intel-mediasdk-0:23.2.2-8.fc4 100% | 1.7 MiB/s | 2.7 MiB | 00m02s- [299/308] intel-vpl-gpu-rt-0:25.4.5-1.f 100% | 1.7 MiB/s | 3.8 MiB | 00m02s- [300/308] libmount-0:2.41.3-7.fc43.x86_ 100% | 716.7 KiB/s | 162.7 KiB | 00m00s- [301/308] libblkid-0:2.41.3-7.fc43.x86_ 100% | 1.5 MiB/s | 123.2 KiB | 00m00s- [302/308] libuuid-0:2.41.3-7.fc43.x86_6 100% | 405.6 KiB/s | 26.4 KiB | 00m00s- [303/308] util-linux-core-0:2.41.3-7.fc 100% | 1.1 MiB/s | 551.0 KiB | 00m00s- [304/308] libsmartcols-0:2.41.3-7.fc43. 100% | 1.5 MiB/s | 84.1 KiB | 00m00s- [305/308] libfdisk-0:2.41.3-7.fc43.x86_ 100% | 1.1 MiB/s | 161.9 KiB | 00m00s- [306/308] glib2-0:2.86.3-1.fc43.x86_64 100% | 1.3 MiB/s | 3.1 MiB | 00m02s- [307/308] liblastlog2-0:2.41.3-7.fc43.x 100% | 707.3 KiB/s | 23.3 KiB | 00m00s- [308/308] util-linux-0:2.41.3-7.fc43.x8 100% | 1.1 MiB/s | 1.2 MiB | 00m01s- --------------------------------------------------------------------------------- [308/308] Total 100% | 2.9 MiB/s | 149.7 MiB | 00m51s- Running transaction- [ 1/320] Verify package files 100% | 518.0 B/s | 308.0 B | 00m01s- [ 2/320] Prepare transaction 100% | 1.9 KiB/s | 318.0 B | 00m00s- [ 3/320] Upgrading zlib-ng-compat-0:2. 100% | 79.3 MiB/s | 162.5 KiB | 00m00s- [ 4/320] Installing libXext-0:1.3.6-4. 100% | 89.1 MiB/s | 91.2 KiB | 00m00s- [ 5/320] Installing cmake-filesystem-0 100% | 1.9 MiB/s | 7.6 KiB | 00m00s- [ 6/320] Installing libpng-2:1.6.53-1. 100% | 118.6 MiB/s | 243.0 KiB | 00m00s- [ 7/320] Installing libjpeg-turbo-0:3. 100% | 262.6 MiB/s | 806.6 KiB | 00m00s- [ 8/320] Installing zlib-ng-compat-dev 100% | 106.0 MiB/s | 108.6 KiB | 00m00s- [ 9/320] Installing avahi-libs-0:0.9~r 100% | 85.0 MiB/s | 174.0 KiB | 00m00s- [ 10/320] Installing nspr-0:4.37.0-7.fc 100% | 103.2 MiB/s | 317.2 KiB | 00m00s- [ 11/320] Installing libogg-2:1.3.6-2.f 100% | 46.0 MiB/s | 47.1 KiB | 00m00s- [ 12/320] Installing libvorbis-1:1.3.7- 100% | 204.1 MiB/s | 835.9 KiB | 00m00s- [ 13/320] Installing libXrender-0:0.9.1 100% | 46.2 MiB/s | 47.3 KiB | 00m00s- [ 14/320] Installing libwayland-client- 100% | 61.7 MiB/s | 63.2 KiB | 00m00s- [ 15/320] Installing libwebp-0:1.6.0-2. 100% | 156.4 MiB/s | 960.7 KiB | 00m00s- [ 16/320] Upgrading libuuid-0:2.41.3-7. 100% | 37.6 MiB/s | 38.5 KiB | 00m00s- [ 17/320] Upgrading libblkid-0:2.41.3-7 100% | 128.7 MiB/s | 263.5 KiB | 00m00s- [ 18/320] Installing libtalloc-0:2.4.3- 100% | 63.6 MiB/s | 65.2 KiB | 00m00s- [ 19/320] Installing libtdb-0:1.4.14-3. 100% | 49.6 MiB/s | 101.6 KiB | 00m00s- [ 20/320] Installing dbus-1:1.16.0-4.fc 100% | 0.0 B/s | 124.0 B | 00m00s- [ 21/320] Installing lcms2-0:2.16-6.fc4 100% | 141.7 MiB/s | 435.3 KiB | 00m00s- [ 22/320] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s- [ 23/320] Installing libdav1d-0:1.5.2-1 100% | 241.9 MiB/s | 1.7 MiB | 00m00s- [ 24/320] Installing libglvnd-1:1.7.0-8 100% | 257.6 MiB/s | 527.5 KiB | 00m00s- [ 25/320] Upgrading libmount-0:2.41.3-7 100% | 121.7 MiB/s | 373.8 KiB | 00m00s- [ 26/320] Upgrading glib2-0:2.86.3-1.fc 100% | 280.3 MiB/s | 14.9 MiB | 00m00s- [ 27/320] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB | 00m00s- [ 28/320] Installing libsoup3-0:3.6.5-8 100% | 191.7 MiB/s | 1.2 MiB | 00m00s- [ 29/320] Installing nss-util-0:3.118.1 100% | 100.5 MiB/s | 205.8 KiB | 00m00s- [ 30/320] Installing libXi-0:1.8.2-3.fc 100% | 79.8 MiB/s | 81.7 KiB | 00m00s- [ 31/320] Installing opus-0:1.5.2-3.fc4 100% | 209.3 MiB/s | 428.7 KiB | 00m00s- [ 32/320] Installing libXfixes-0:6.0.1- 100% | 26.9 MiB/s | 27.6 KiB | 00m00s- [ 33/320] Installing svt-av1-libs-0:3.1 100% | 278.4 MiB/s | 5.6 MiB | 00m00s- [ 34/320] Installing rav1e-libs-0:0.7.1 100% | 272.0 MiB/s | 3.0 MiB | 00m00s- [ 35/320] Installing avahi-glib-0:0.9~r 100% | 20.0 MiB/s | 20.4 KiB | 00m00s- [ 36/320] Installing libgudev-0:238-8.f 100% | 83.3 MiB/s | 85.3 KiB | 00m00s- [ 37/320] Installing libtevent-0:0.17.1 100% | 100.2 MiB/s | 102.6 KiB | 00m00s- [ 38/320] Installing libwayland-cursor- 100% | 37.6 MiB/s | 38.5 KiB | 00m00s- [ 39/320] Installing libvpl-1:2.16.0-1. 100% | 139.7 MiB/s | 429.2 KiB | 00m00s- [ 40/320] Installing alsa-lib-0:1.2.15. 100% | 58.7 MiB/s | 1.5 MiB | 00m00s- [ 41/320] Installing openjpeg-0:2.5.4-1 100% | 149.2 MiB/s | 458.2 KiB | 00m00s- [ 42/320] Installing hwdata-0:0.402-1.f 100% | 389.1 MiB/s | 9.7 MiB | 00m00s- [ 43/320] Installing mesa-filesystem-0: 100% | 4.2 MiB/s | 4.3 KiB | 00m00s- [ 44/320] Installing shared-mime-info-0 100% | 58.8 MiB/s | 2.6 MiB | 00m00s- [ 45/320] Installing gsettings-desktop- 100% | 478.5 MiB/s | 5.7 MiB | 00m00s- [ 46/320] Installing libglvnd-opengl-1: 100% | 142.2 MiB/s | 145.6 KiB | 00m00s- [ 47/320] Installing libwebp-devel-0:1. 100% | 40.8 MiB/s | 125.4 KiB | 00m00s- [ 48/320] Installing libtheora-1:1.1.1- 100% | 156.2 MiB/s | 479.7 KiB | 00m00s- [ 49/320] Installing libpng-devel-2:1.6 100% | 48.3 MiB/s | 890.6 KiB | 00m00s- [ 50/320] Upgrading libsmartcols-0:2.41 100% | 88.7 MiB/s | 181.6 KiB | 00m00s- [ 51/320] Installing libdvdread-0:6.1.3 100% | 77.1 MiB/s | 157.8 KiB | 00m00s- [ 52/320] Installing liblc3-0:1.1.3-5.f 100% | 83.9 MiB/s | 171.8 KiB | 00m00s- [ 53/320] Installing fdk-aac-free-0:2.0 100% | 199.7 MiB/s | 613.3 KiB | 00m00s- [ 54/320] Installing libunwind-0:1.8.1- 100% | 64.3 MiB/s | 197.4 KiB | 00m00s- [ 55/320] Installing gstreamer1-0:1.26. 100% | 149.9 MiB/s | 5.4 MiB | 00m00s- [ 56/320] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB | 00m00s- [ 57/320] Installing lame-libs-0:3.100- 100% | 399.5 MiB/s | 1.2 MiB | 00m00s- [ 58/320] Installing gsm-0:1.0.23-1.fc4 100% | 65.3 MiB/s | 66.9 KiB | 00m00s- [ 59/320] Installing fuse3-libs-0:3.16. 100% | 138.0 MiB/s | 282.6 KiB | 00m00s- [ 60/320] Installing openh264-0:2.6.0-2 100% | 219.2 MiB/s | 1.1 MiB | 00m00s- [ 61/320] Installing libwayland-egl-0:1 100% | 13.2 MiB/s | 13.6 KiB | 00m00s- [ 62/320] Installing fribidi-0:1.0.16-3 100% | 12.6 MiB/s | 192.8 KiB | 00m00s- [ 63/320] Installing gtest-0:1.15.2-4.f 100% | 163.8 MiB/s | 503.2 KiB | 00m00s- [ 64/320] Installing highway-0:1.3.0-1. 100% | 369.0 MiB/s | 5.5 MiB | 00m00s- [ 65/320] Installing libjxl-1:0.11.1-7. 100% | 293.6 MiB/s | 4.1 MiB | 00m00s- [ 66/320] Installing liblerc-0:4.0.0-9. 100% | 30.5 MiB/s | 625.6 KiB | 00m00s- [ 67/320] Installing xml-common-0:0.6.3 100% | 39.6 MiB/s | 81.1 KiB | 00m00s- [ 68/320] Installing pixman-0:0.46.2-2. 100% | 173.7 MiB/s | 711.4 KiB | 00m00s- [ 69/320] Installing lzo-0:2.10-15.fc43 100% | 88.1 MiB/s | 180.5 KiB | 00m00s- [ 70/320] Installing graphite2-0:1.3.14 100% | 11.1 MiB/s | 193.9 KiB | 00m00s- [ 71/320] Installing freetype-0:2.13.3- 100% | 166.4 MiB/s | 851.9 KiB | 00m00s- [ 72/320] Installing harfbuzz-0:11.5.1- 100% | 257.1 MiB/s | 2.8 MiB | 00m00s- [ 73/320] Installing libvmaf-0:3.0.0-4. 100% | 269.7 MiB/s | 828.4 KiB | 00m00s- [ 74/320] Installing libaom-0:3.13.1-1. 100% | 279.5 MiB/s | 5.0 MiB | 00m00s- [ 75/320] Installing libvmaf-devel-0:3. 100% | 15.1 MiB/s | 30.9 KiB | 00m00s- [ 76/320] Installing libaom-devel-0:3.1 100% | 111.4 MiB/s | 228.2 KiB | 00m00s- [ 77/320] Installing harfbuzz-icu-0:11. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s- [ 78/320] Installing graphite2-devel-0: 100% | 49.6 MiB/s | 50.8 KiB | 00m00s- [ 79/320] Installing pixman-devel-0:0.4 100% | 18.5 MiB/s | 56.9 KiB | 00m00s- [ 80/320] Installing iso-codes-0:4.18.0 100% | 460.3 MiB/s | 21.6 MiB | 00m00s- [ 81/320] Installing liblerc-devel-0:4. 100% | 857.4 MiB/s | 4.3 MiB | 00m00s- [ 82/320] Installing gmock-0:1.15.2-4.f 100% | 64.7 MiB/s | 132.4 KiB | 00m00s- [ 83/320] Installing gtest-devel-0:1.15 100% | 176.1 MiB/s | 1.1 MiB | 00m00s- [ 84/320] Installing highway-devel-0:1. 100% | 253.4 MiB/s | 4.3 MiB | 00m00s- [ 85/320] Installing libopenmpt-0:0.8.4 100% | 258.2 MiB/s | 1.8 MiB | 00m00s- [ 86/320] Installing libdvdnav-0:6.1.1- 100% | 57.5 MiB/s | 117.8 KiB | 00m00s- [ 87/320] Upgrading util-linux-core-0:2 100% | 49.3 MiB/s | 1.5 MiB | 00m00s- [ 88/320] Installing mesa-libGLU-0:9.0. 100% | 177.1 MiB/s | 362.6 KiB | 00m00s- [ 89/320] Installing libpciaccess-0:0.1 100% | 44.8 MiB/s | 45.9 KiB | 00m00s- [ 90/320] Installing libdrm-0:2.4.128-3 100% | 65.7 MiB/s | 403.7 KiB | 00m00s- [ 91/320] Installing osinfo-db-0:202501 100% | 44.0 MiB/s | 4.1 MiB | 00m00s- [ 92/320] Installing rav1e-devel-0:0.7. 100% | 46.2 MiB/s | 47.3 KiB | 00m00s- [ 93/320] Installing svt-av1-devel-0:3. 100% | 69.1 MiB/s | 70.8 KiB | 00m00s- [ 94/320] Installing libXcursor-0:1.2.3 100% | 26.9 MiB/s | 55.1 KiB | 00m00s- [ 95/320] Installing libXdamage-0:1.1.6 100% | 40.2 MiB/s | 41.2 KiB | 00m00s- [ 96/320] Installing libXtst-0:1.2.5-3. 100% | 33.8 MiB/s | 34.6 KiB | 00m00s- [ 97/320] Installing nss-softokn-freebl 100% | 138.5 MiB/s | 993.0 KiB | 00m00s- [ 98/320] Installing nss-softokn-0:3.11 100% | 196.9 MiB/s | 2.0 MiB | 00m00s- [ 99/320] Installing nss-sysinit-0:3.11 100% | 1.1 MiB/s | 19.2 KiB | 00m00s- [100/320] Installing nss-0:3.118.1-2.fc 100% | 75.5 MiB/s | 1.9 MiB | 00m00s- [101/320] Installing osinfo-db-tools-0: 100% | 10.1 MiB/s | 197.2 KiB | 00m00s- [102/320] Installing libgusb-0:0.4.9-4. 100% | 79.9 MiB/s | 163.7 KiB | 00m00s- [103/320] Installing colord-libs-0:1.4. 100% | 162.8 MiB/s | 833.8 KiB | 00m00s- [104/320] Installing libcloudproviders- 100% | 61.6 MiB/s | 126.2 KiB | 00m00s- [105/320] Installing ModemManager-glib- 100% | 215.8 MiB/s | 1.5 MiB | 00m00s- [106/320] Installing graphene-0:1.10.8- 100% | 78.2 MiB/s | 160.1 KiB | 00m00s- [107/320] Installing gobject-introspect 100% | 96.9 MiB/s | 397.1 KiB | 00m00s- [108/320] Installing upower-libs-0:1.91 100% | 87.9 MiB/s | 180.1 KiB | 00m00s- [109/320] Installing libdav1d-devel-0:1 100% | 42.2 MiB/s | 43.2 KiB | 00m00s- [110/320] Installing abattis-cantarell- 100% | 94.9 MiB/s | 194.4 KiB | 00m00s- [111/320] Installing libblkid-devel-0:2 100% | 45.0 MiB/s | 46.0 KiB | 00m00s- [112/320] Upgrading libfdisk-0:2.41.3-7 100% | 124.2 MiB/s | 381.6 KiB | 00m00s- [113/320] Installing libXrandr-0:1.5.4- 100% | 51.8 MiB/s | 53.0 KiB | 00m00s- [114/320] Installing libXrender-devel-0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s- [115/320] Installing flac-libs-0:1.5.0- 100% | 150.0 MiB/s | 614.2 KiB | 00m00s- [116/320] Installing libsndfile-0:1.2.2 100% | 179.6 MiB/s | 551.6 KiB | 00m00s- [117/320] Installing libyuv-0:0-0.57.20 100% | 166.3 MiB/s | 681.3 KiB | 00m00s- [118/320] Installing libavif-0:1.3.0-2. 100% | 126.5 MiB/s | 259.1 KiB | 00m00s- [119/320] Installing libavif-devel-0:1. 100% | 48.2 MiB/s | 98.6 KiB | 00m00s- [120/320] Installing libjpeg-turbo-deve 100% | 116.0 MiB/s | 356.5 KiB | 00m00s- [121/320] Installing aribb24-0:1.0.3^20 100% | 41.3 MiB/s | 84.5 KiB | 00m00s- [122/320] Installing zvbi-0:0.2.44-2.fc 100% | 27.7 MiB/s | 1.2 MiB | 00m00s- [123/320] Installing libXxf86vm-0:1.1.6 100% | 25.9 MiB/s | 26.5 KiB | 00m00s- [124/320] Installing libXinerama-0:1.1. 100% | 15.7 MiB/s | 16.1 KiB | 00m00s- [125/320] Installing libXext-devel-0:1. 100% | 54.2 MiB/s | 110.9 KiB | 00m00s- [126/320] Installing libXv-0:1.0.13-3.f 100% | 26.6 MiB/s | 27.2 KiB | 00m00s- [127/320] Installing libvdpau-0:1.5-10. 100% | 10.9 MiB/s | 22.4 KiB | 00m00s- [128/320] Installing exempi-0:2.6.4-8.f 100% | 63.5 MiB/s | 1.4 MiB | 00m00s- [129/320] Installing game-music-emu-0:0 100% | 115.0 MiB/s | 353.2 KiB | 00m00s- [130/320] Upgrading liblastlog2-0:2.41. 100% | 1.9 MiB/s | 36.0 KiB | 00m00s- [131/320] Installing systemd-standalone 100% | 9.0 MiB/s | 415.6 KiB | 00m00s- >>> Running sysusers scriptlet: samba-common-2:4.23.4-1.fc43.noarch- >>> Finished sysusers scriptlet: samba-common-2:4.23.4-1.fc43.noarch- >>> Scriptlet output:- >>> Creating group 'printadmin' with GID 997.- >>>- [132/320] Installing samba-common-2:4.2 100% | 10.6 MiB/s | 206.4 KiB | 00m00s- [133/320] Installing mbedtls-0:3.6.5-1. 100% | 221.4 MiB/s | 1.3 MiB | 00m00s- [134/320] Installing ngtcp2-crypto-gnut 100% | 13.2 MiB/s | 40.5 KiB | 00m00s- [135/320] Installing glibc-gconv-extra- 100% | 104.4 MiB/s | 7.3 MiB | 00m00s- [136/320] Installing lmdb-libs-0:0.9.33 100% | 34.8 MiB/s | 106.8 KiB | 00m00s- [137/320] Installing samba-client-libs- 100% | 211.8 MiB/s | 19.7 MiB | 00m00s- [138/320] Installing libwbclient-2:4.23 100% | 33.9 MiB/s | 69.4 KiB | 00m00s- [139/320] Installing samba-common-libs- 100% | 52.9 MiB/s | 271.1 KiB | 00m00s- [140/320] Installing libldb-2:4.23.4-1. 100% | 74.3 MiB/s | 456.5 KiB | 00m00s- [141/320] Installing libsmbclient-2:4.2 100% | 82.2 MiB/s | 168.3 KiB | 00m00s- [142/320] Installing libudfread-0:1.1.2 100% | 65.8 MiB/s | 67.3 KiB | 00m00s- [143/320] Installing gpgme-0:1.24.3-6.f 100% | 30.3 MiB/s | 590.4 KiB | 00m00s- [144/320] Installing gpgmepp-0:1.24.3-6 100% | 140.1 MiB/s | 430.4 KiB | 00m00s- [145/320] Installing poppler-data-0:0.4 100% | 225.3 MiB/s | 12.4 MiB | 00m00s- [146/320] Installing lpcnetfreedv-0:0.5 100% | 423.5 MiB/s | 14.8 MiB | 00m00s- [147/320] Installing codec2-0:1.2.0-7.f 100% | 273.1 MiB/s | 1.4 MiB | 00m00s- [148/320] Installing soxr-0:0.1.3-20.fc 100% | 94.5 MiB/s | 193.6 KiB | 00m00s- [149/320] Installing openpgm-0:5.3.128- 100% | 34.0 MiB/s | 313.7 KiB | 00m00s- [150/320] Installing libsodium-0:1.0.20 100% | 190.5 MiB/s | 390.2 KiB | 00m00s- [151/320] Installing zeromq-0:4.3.5-22. 100% | 49.2 MiB/s | 906.6 KiB | 00m00s- [152/320] Installing cjson-0:1.7.18-3.f 100% | 1.5 MiB/s | 65.3 KiB | 00m00s- [153/320] Installing librist-0:0.2.7-10 100% | 77.5 MiB/s | 158.8 KiB | 00m00s- [154/320] Installing xvidcore-0:1.3.7-1 100% | 214.9 MiB/s | 880.0 KiB | 00m00s- [155/320] Installing xeve-libs-0:0.5.1- 100% | 218.2 MiB/s | 893.7 KiB | 00m00s- [156/320] Installing xevd-libs-0:0.5.0- 100% | 180.2 MiB/s | 369.0 KiB | 00m00s- [157/320] Installing vo-amrwbenc-0:0.1. 100% | 151.8 MiB/s | 155.4 KiB | 00m00s- [158/320] Installing twolame-libs-0:0.4 100% | 162.7 MiB/s | 166.6 KiB | 00m00s- [159/320] Installing speex-0:1.2.0-20.f 100% | 63.7 MiB/s | 130.4 KiB | 00m00s- [160/320] Installing snappy-0:1.2.2-2.f 100% | 35.9 MiB/s | 73.5 KiB | 00m00s- [161/320] Installing opencore-amr-0:0.1 100% | 173.4 MiB/s | 355.1 KiB | 00m00s- [162/320] Installing libvpx-0:1.15.0-4. 100% | 271.3 MiB/s | 3.3 MiB | 00m00s- [163/320] Installing ilbc-0:3.0.4-17.fc 100% | 45.4 MiB/s | 92.9 KiB | 00m00s- [164/320] Installing srt-libs-0:1.5.4-4 100% | 194.3 MiB/s | 994.9 KiB | 00m00s- [165/320] Installing librabbitmq-0:0.15 100% | 88.6 MiB/s | 90.7 KiB | 00m00s- [166/320] Installing libmodplug-1:0.8.9 100% | 174.3 MiB/s | 357.0 KiB | 00m00s- [167/320] Installing bluez-libs-0:5.85- 100% | 97.4 MiB/s | 199.4 KiB | 00m00s- [168/320] Installing duktape-0:2.7.0-10 100% | 201.1 MiB/s | 617.8 KiB | 00m00s- [169/320] Installing libproxy-0:0.5.12- 100% | 51.1 MiB/s | 104.6 KiB | 00m00s- [170/320] Installing webrtc-audio-proce 100% | 227.7 MiB/s | 1.4 MiB | 00m00s- [171/320] Installing libsbc-0:2.0-7.fc4 100% | 92.3 MiB/s | 94.5 KiB | 00m00s- [172/320] Installing libldac-0:2.0.2.3- 100% | 37.2 MiB/s | 76.2 KiB | 00m00s- [173/320] Installing libebur128-0:1.2.6 100% | 39.8 MiB/s | 40.7 KiB | 00m00s- [174/320] Installing fftw-libs-single-0 100% | 300.0 MiB/s | 3.6 MiB | 00m00s- [175/320] Installing orc-0:0.4.41-2.fc4 100% | 39.5 MiB/s | 728.9 KB | 00m00s- [176/320] Installing libvisual-1:0.4.2- 100% | 222.2 MiB/s | 455.1 KiB | 00m00s- [177/320] Installing cdparanoia-libs-0: 100% | 112.3 MiB/s | 115.0 KiB | 00m00s- [178/320] Installing inih-0:62-1.fc43.x 100% | 23.1 MiB/s | 23.6 KiB | 00m00s- [179/320] Installing inih-cpp-0:62-1.fc 100% | 35.9 MiB/s | 36.8 KiB | 00m00s- [180/320] Installing exiv2-libs-0:0.28. 100% | 284.5 MiB/s | 2.8 MiB | 00m00s- [181/320] Installing libgexiv2-0:0.14.6 100% | 137.4 MiB/s | 281.4 KiB | 00m00s- [182/320] Installing uchardet-0:0.0.8-8 100% | 16.9 MiB/s | 277.7 KiB | 00m00s- [183/320] Installing totem-pl-parser-0: 100% | 79.9 MiB/s | 327.1 KiB | 00m00s- [184/320] Installing libxslt-0:1.1.43-5 100% | 26.6 MiB/s | 463.2 KiB | 00m00s- [185/320] Installing libosinfo-0:1.12.0 100% | 66.8 MiB/s | 1.2 MiB | 00m00s- [186/320] Installing libiptcdata-0:1.0. 100% | 10.9 MiB/s | 167.0 KiB | 00m00s- [187/320] Installing libexif-0:0.6.25-2 100% | 445.2 MiB/s | 2.7 MiB | 00m00s- [188/320] Installing libcue-0:2.3.0-12. 100% | 85.3 MiB/s | 87.3 KiB | 00m00s- [189/320] Installing giflib-0:5.2.2-8.f 100% | 111.1 MiB/s | 113.8 KiB | 00m00s- [190/320] Installing libasyncns-0:0.8-3 100% | 55.4 MiB/s | 56.8 KiB | 00m00s- [191/320] Installing pulseaudio-libs-0: 100% | 337.9 MiB/s | 3.4 MiB | 00m00s- [192/320] Installing pipewire-libs-0:1. 100% | 184.3 MiB/s | 8.7 MiB | 00m00s- [193/320] Installing sound-theme-freede 100% | 24.0 MiB/s | 467.2 KiB | 00m00s- [194/320] Installing libcanberra-0:0.30 100% | 7.8 MiB/s | 271.4 KiB | 00m00s- [195/320] Installing fuse-common-0:3.16 100% | 0.0 B/s | 292.0 B | 00m00s- [196/320] Installing fuse3-0:3.16.2-5.f 100% | 8.1 MiB/s | 132.0 KiB | 00m00s- [197/320] Installing xz-devel-1:5.8.1-4 100% | 85.5 MiB/s | 262.6 KiB | 00m00s- [198/320] Installing libxml2-devel-0:2. 100% | 148.5 MiB/s | 3.4 MiB | 00m00s- [199/320] Installing xkeyboard-config-0 100% | 294.5 MiB/s | 10.3 MiB | 00m00s- [200/320] Installing libxkbcommon-0:1.1 100% | 200.1 MiB/s | 409.9 KiB | 00m00s- [201/320] Installing libopenjph-0:0.22. 100% | 152.1 MiB/s | 467.3 KiB | 00m00s- [202/320] Installing libheif-0:1.20.2-6 100% | 221.9 MiB/s | 1.6 MiB | 00m00s- [203/320] Installing sysprof-capture-de 100% | 196.9 MiB/s | 806.5 KiB | 00m00s- [204/320] Installing libsepol-devel-0:3 100% | 31.5 MiB/s | 128.9 KiB | 00m00s- [205/320] Installing pcre2-utf32-0:10.4 100% | 199.2 MiB/s | 611.9 KiB | 00m00s- [206/320] Installing pcre2-utf16-0:10.4 100% | 208.3 MiB/s | 640.0 KiB | 00m00s- [207/320] Installing pcre2-devel-0:10.4 100% | 117.7 MiB/s | 2.1 MiB | 00m00s- [208/320] Installing libselinux-devel-0 100% | 52.8 MiB/s | 162.1 KiB | 00m00s- [209/320] Installing libmount-devel-0:2 100% | 65.0 MiB/s | 66.5 KiB | 00m00s- [210/320] Installing lzo-minilzo-0:2.10 100% | 37.1 MiB/s | 37.9 KiB | 00m00s- [211/320] Installing lzo-devel-0:2.10-1 100% | 105.1 MiB/s | 215.3 KiB | 00m00s- [212/320] Installing google-noto-fonts- 100% | 0.0 B/s | 18.5 KiB | 00m00s- [213/320] Installing google-noto-sans-v 100% | 231.9 MiB/s | 1.4 MiB | 00m00s- [214/320] Installing default-fonts-core 100% | 5.9 MiB/s | 18.2 KiB | 00m00s- [215/320] Installing fontconfig-0:2.17. 100% | 734.6 KiB/s | 785.3 KiB | 00m01s- [216/320] Installing cairo-0:1.18.4-2.f 100% | 221.5 MiB/s | 1.8 MiB | 00m00s- [217/320] Installing cairo-gobject-0:1. 100% | 31.2 MiB/s | 32.0 KiB | 00m00s- [218/320] Installing harfbuzz-cairo-0:1 100% | 47.8 MiB/s | 49.0 KiB | 00m00s- [219/320] Installing libXft-0:2.3.8-9.f 100% | 81.0 MiB/s | 165.9 KiB | 00m00s- [220/320] Installing libaribcaption-0:1 100% | 120.1 MiB/s | 245.9 KiB | 00m00s- [221/320] Installing libbluray-0:1.3.4- 100% | 193.0 MiB/s | 395.2 KiB | 00m00s- [222/320] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB | 00m00s- [223/320] Installing libstemmer-0:3.0.1 100% | 215.8 MiB/s | 662.9 KiB | 00m00s- [224/320] Installing libtinysparql-0:3. 100% | 194.9 MiB/s | 997.9 KiB | 00m00s- [225/320] Installing cups-filesystem-1: 100% | 1.7 MiB/s | 1.8 KiB | 00m00s- [226/320] Installing cups-libs-1:2.4.16 100% | 151.4 MiB/s | 620.2 KiB | 00m00s- [227/320] Installing xprop-0:1.2.8-4.fc 100% | 3.4 MiB/s | 56.0 KiB | 00m00s- [228/320] Installing at-spi2-core-0:2.5 100% | 173.2 MiB/s | 1.6 MiB | 00m00s- [229/320] Installing atk-0:2.58.2-1.fc4 100% | 122.1 MiB/s | 250.0 KiB | 00m00s- [230/320] Installing at-spi2-atk-0:2.58 100% | 93.0 MiB/s | 285.7 KiB | 00m00s- [231/320] Installing libicu-devel-0:77. 100% | 124.0 MiB/s | 5.1 MiB | 00m00s- [232/320] Installing python3-packaging- 100% | 86.5 MiB/s | 619.9 KiB | 00m00s- [233/320] Installing libdatrie-0:0.2.13 100% | 53.7 MiB/s | 54.9 KiB | 00m00s- [234/320] Installing libthai-0:0.1.29-1 100% | 255.6 MiB/s | 785.2 KiB | 00m00s- [235/320] Installing pango-0:1.57.0-1.f 100% | 45.1 MiB/s | 1.0 MiB | 00m00s- [236/320] Installing glycin-loaders-0:2 100% | 352.5 MiB/s | 13.0 MiB | 00m00s- [237/320] Installing glycin-libs-0:2.0. 100% | 293.2 MiB/s | 4.4 MiB | 00m00s- [238/320] Installing gdk-pixbuf2-0:2.44 100% | 120.2 MiB/s | 2.5 MiB | 00m00s- [239/320] Installing librsvg2-0:2.61.0- 100% | 280.4 MiB/s | 5.0 MiB | 00m00s- [240/320] Installing gtk-update-icon-ca 100% | 4.1 MiB/s | 63.3 KiB | 00m00s- [241/320] Installing libnotify-0:0.8.7- 100% | 2.5 MiB/s | 126.0 KiB | 00m00s- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64- >>> Scriptlet output:- >>> Creating group 'geoclue' with GID 996.- >>> Creating user 'geoclue' (n/a) with UID 996 and GID 996.- >>>- [242/320] Installing geoclue2-0:2.8.0-1 100% | 22.0 MiB/s | 405.6 KiB | 00m00s- [243/320] Installing libgsf-0:1.14.54-1 100% | 39.7 MiB/s | 975.2 KiB | 00m00s- [244/320] Installing adwaita-icon-theme 100% | 21.3 MiB/s | 2.4 MiB | 00m00s- [245/320] Installing adwaita-cursor-the 100% | 408.2 MiB/s | 11.4 MiB | 00m00s- [246/320] Installing adwaita-icon-theme 100% | 26.8 MiB/s | 1.3 MiB | 00m00s- [247/320] Installing libepoxy-0:1.5.10- 100% | 269.6 MiB/s | 1.1 MiB | 00m00s- [248/320] Installing libXcomposite-0:0. 100% | 41.0 MiB/s | 42.0 KiB | 00m00s- [249/320] Installing hicolor-icon-theme 100% | 5.7 MiB/s | 179.7 KiB | 00m00s- [250/320] Installing gtk3-0:3.24.51-2.f 100% | 294.8 MiB/s | 22.4 MiB | 00m00s- [251/320] Installing libdecor-0:0.2.5-1 100% | 54.6 MiB/s | 167.8 KiB | 00m00s- [252/320] Installing SDL3-0:3.2.24-1.fc 100% | 268.2 MiB/s | 2.7 MiB | 00m00s- [253/320] Installing sdl2-compat-0:2.32 100% | 196.0 MiB/s | 401.3 KiB | 00m00s- [254/320] Installing SDL2_ttf-0:2.24.0- 100% | 89.2 MiB/s | 91.4 KiB | 00m00s- [255/320] Installing brotli-0:1.2.0-1.f 100% | 2.4 MiB/s | 34.4 KiB | 00m00s- [256/320] Installing brotli-devel-0:1.2 100% | 66.8 MiB/s | 68.4 KiB | 00m00s- [257/320] Installing libjxl-devel-1:0.1 100% | 312.6 MiB/s | 6.6 MiB | 00m00s- [258/320] Installing libzstd-devel-0:1. 100% | 203.9 MiB/s | 208.8 KiB | 00m00s- [259/320] Installing spirv-tools-libs-0 100% | 304.6 MiB/s | 5.8 MiB | 00m00s- [260/320] Installing jbigkit-libs-0:2.1 100% | 56.4 MiB/s | 115.4 KiB | 00m00s- [261/320] Installing libtiff-0:4.7.1-1. 100% | 153.0 MiB/s | 626.6 KiB | 00m00s- [262/320] Installing SDL2_image-0:2.8.8 100% | 12.9 MiB/s | 211.6 KiB | 00m00s- [263/320] Installing libtiff-devel-0:4. 100% | 398.4 MiB/s | 816.0 KiB | 00m00s- [264/320] Installing libgxps-0:0.3.2-11 100% | 92.9 MiB/s | 190.3 KiB | 00m00s- [265/320] Installing poppler-0:25.07.0- 100% | 293.4 MiB/s | 3.8 MiB | 00m00s- [266/320] Installing poppler-glib-0:25. 100% | 206.7 MiB/s | 634.9 KiB | 00m00s- [267/320] Installing lm_sensors-libs-0: 100% | 84.9 MiB/s | 86.9 KiB | 00m00s- [268/320] Installing libxshmfence-0:1.3 100% | 13.2 MiB/s | 13.6 KiB | 00m00s- [269/320] Installing mesa-dri-drivers-0 100% | 344.8 MiB/s | 47.9 MiB | 00m00s- [270/320] Installing mesa-libgbm-0:25.2 100% | 20.0 MiB/s | 20.5 KiB | 00m00s- [271/320] Installing libglvnd-egl-1:1.7 100% | 32.4 MiB/s | 66.3 KiB | 00m00s- [272/320] Installing mesa-libEGL-0:25.2 100% | 150.1 MiB/s | 307.4 KiB | 00m00s- [273/320] Installing libglvnd-gles-1:1. 100% | 97.0 MiB/s | 99.3 KiB | 00m00s- [274/320] Installing libglvnd-glx-1:1.7 100% | 196.2 MiB/s | 602.6 KiB | 00m00s- [275/320] Installing mesa-libGL-0:25.2. 100% | 140.1 MiB/s | 287.0 KiB | 00m00s- [276/320] Installing libva-0:2.22.0-6.f 100% | 81.4 MiB/s | 333.4 KiB | 00m00s- [277/320] Installing libavutil-free-0:7 100% | 184.3 MiB/s | 943.8 KiB | 00m00s- [278/320] Installing gstreamer1-plugins 100% | 171.6 MiB/s | 7.4 MiB | 00m00s- [279/320] Installing xdg-desktop-portal 100% | 68.6 MiB/s | 1.9 MiB | 00m00s- [280/320] Installing libswresample-free 100% | 72.6 MiB/s | 148.7 KiB | 00m00s- [281/320] Installing libavcodec-free-0: 100% | 272.9 MiB/s | 9.8 MiB | 00m00s- [282/320] Installing libchromaprint-0:1 100% | 34.6 MiB/s | 70.8 KiB | 00m00s- [283/320] Installing libavformat-free-0 100% | 257.2 MiB/s | 2.6 MiB | 00m00s- [284/320] Installing libglvnd-core-deve 100% | 40.1 MiB/s | 41.1 KiB | 00m00s- [285/320] Installing libglvnd-devel-1:1 100% | 302.9 MiB/s | 2.1 MiB | 00m00s- [286/320] Installing mesa-libGLU-devel- 100% | 17.1 MiB/s | 17.5 KiB | 00m00s- [287/320] Installing sdl2-compat-devel- 100% | 112.3 MiB/s | 3.3 MiB | 00m00s- [288/320] Installing libffi-devel-0:3.5 100% | 17.4 MiB/s | 35.6 KiB | 00m00s- [289/320] Installing glib2-devel-0:2.86 100% | 216.2 MiB/s | 15.8 MiB | 00m00s- [290/320] Installing fontconfig-devel-0 100% | 51.9 MiB/s | 159.4 KiB | 00m00s- [291/320] Installing cairo-devel-0:1.18 100% | 458.2 MiB/s | 2.3 MiB | 00m00s- [292/320] Installing harfbuzz-devel-0:1 100% | 205.2 MiB/s | 5.3 MiB | 00m00s- [293/320] Installing freetype-devel-0:2 100% | 316.4 MiB/s | 8.5 MiB | 00m00s- [294/320] Installing SDL2_ttf-devel-0:2 100% | 94.4 MiB/s | 96.7 KiB | 00m00s- [295/320] Installing SDL2_image-devel-0 100% | 39.2 MiB/s | 80.2 KiB | 00m00s- [296/320] Installing localsearch-0:3.10 100% | 64.9 MiB/s | 3.4 MiB | 00m00s- [297/320] Installing xdg-desktop-portal 100% | 24.7 MiB/s | 481.2 KiB | 00m00s- [298/320] Installing intel-vpl-gpu-rt-0 100% | 292.4 MiB/s | 11.7 MiB | 00m00s- [299/320] Installing intel-mediasdk-0:2 100% | 431.5 MiB/s | 22.4 MiB | 00m00s- [300/320] Installing libcanberra-gtk3-0 100% | 4.0 MiB/s | 73.9 KiB | 00m00s- [301/320] Installing tinysparql-0:3.10. 100% | 67.1 MiB/s | 2.6 MiB | 00m00s- [302/320] Installing exiv2-0:0.28.6-2.f 100% | 360.2 MiB/s | 12.2 MiB | 00m00s- [303/320] Installing glib-networking-0: 100% | 105.7 MiB/s | 757.9 KiB | 00m00s- [304/320] Upgrading util-linux-0:2.41.3 100% | 51.8 MiB/s | 3.6 MiB | 00m00s- [305/320] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0 B | 00m00s- [306/320] Installing dconf-0:0.49.0-1.f 100% | 9.0 MiB/s | 312.1 KiB | 00m00s- [307/320] Installing low-memory-monitor 100% | 3.5 MiB/s | 67.7 KiB | 00m00s- [308/320] Installing adwaita-mono-fonts 100% | 324.6 MiB/s | 5.5 MiB | 00m00s- [309/320] Installing adwaita-sans-fonts 100% | 214.9 MiB/s | 1.7 MiB | 00m00s- [310/320] Installing svt-av1-devel-docs 100% | 234.6 MiB/s | 8.4 MiB | 00m00s- [311/320] Removing util-linux-0:2.41.1- 100% | 11.4 KiB/s | 467.0 B | 00m00s- [312/320] Removing util-linux-core-0:2. 100% | 12.5 KiB/s | 153.0 B | 00m00s- [313/320] Removing libfdisk-0:2.41.1-17 100% | 666.0 B/s | 6.0 B | 00m00s- [314/320] Removing glib2-0:2.86.2-1.fc4 100% | 14.2 KiB/s | 175.0 B | 00m00s- [315/320] Removing libmount-0:2.41.1-17 100% | 5.9 KiB/s | 6.0 B | 00m00s- [316/320] Removing libblkid-0:2.41.1-17 100% | 5.9 KiB/s | 6.0 B | 00m00s- [317/320] Removing libuuid-0:2.41.1-17. 100% | 6.8 KiB/s | 7.0 B | 00m00s- [318/320] Removing zlib-ng-compat-0:2.3 100% | 4.9 KiB/s | 5.0 B | 00m00s- [319/320] Removing libsmartcols-0:2.41. 100% | 6.8 KiB/s | 7.0 B | 00m00s- [320/320] Removing liblastlog2-0:2.41.1 100% | 14.0 B/s | 13.0 B | 00m01s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"- libffi-devel-3.5.2-1.fc43.x86_64- sdl2-compat-devel-2.32.56-2.fc43.x86_64- SDL2_image-devel-2.8.8-2.fc43.x86_64- SDL2_ttf-devel-2.24.0-1.fc43.x86_642026-01-05 18:19.17 ---> saved as "9602736fca13881ac31d7050a84fb28b06ca4bc68d79420dad3f454840f6a950"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 19 packages- install conf-libffi 2.0.0- install conf-pkg-config 4- install conf-sdl2 1- install conf-sdl2-image 1- install conf-sdl2-ttf 1- install csexp 1.5.2- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install dune 3.20.2- install dune-configurator 3.20.2- install integers 0.7.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install stdlib-shims 0.3.0- install topkg 1.1.1- install tsdl 1.2.0- install tsdl-image 0.6- install tsdl-ttf 0.6- install xdg 3.20.2The following system packages will first need to be installed:SDL2-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>opam believes some required external dependencies are missing. opam can:> 1. Run yum to install them (may need root/sudo access)2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable4. Abort the installation[1/2/3/4] 1+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel"- Updating and loading repositories:- Repositories loaded.- Package "sdl2-compat-devel-2.32.56-2.fc43.x86_64" is already installed.-- Nothing to do.+ /usr/sbin/rpm "-q" "--whatprovides" "SDL2-devel"- sdl2-compat-devel-2.32.56-2.fc43.x86_64<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-pkg-config.4-> retrieved integers.0.7.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2 (cached)-> installed conf-libffi.2.0.0-> installed conf-sdl2.1-> installed conf-sdl2-image.1-> installed conf-sdl2-ttf.1-> retrieved ocamlfind.1.9.8 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tsdl.1.2.0 (cached)-> retrieved tsdl-image.0.6 (cached)-> retrieved tsdl-ttf.0.6 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed dune.3.20.2-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed integers.0.7.0-> installed xdg.3.20.2-> installed dune-configurator.3.20.2-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0-> installed tsdl.1.2.0-> installed tsdl-ttf.0.6-> installed tsdl-image.0.6Done.# To update the current shell environment, run: eval $(opam env)2026-01-05 18:20.02 ---> saved as "fb0cc82578fd598983ac1dfa4d8ea989e401b2db106d40167d53e84227c4afbf"/src: (copy (src .) (dst /src))2026-01-05 18:20.03 ---> saved as "234b0dceee2dc1f3767628094dd6c3d9767b86923e16cc1a7b81dfedb5141d83"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/examples && ./examples.exe 00)[0][0] : Warning: User variable 'DEBUG_CODE' not found in config.[0][0] : Warning: Using DEBUG_CODE=1023[0][0] : Warning: User variable 'LOG_TO_FILE' not found in config.[0][0] : Warning: Using LOG_TO_FILE=false[0][0] : I/O: Executable=examples.exe[0][0] : I/O: Invoking opam[19][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default[19][0] : Warning: User variable 'DIR' not found in config.[19][0] : Warning: Using DIR=[23][0] : Warning: User variable 'THEME' not found in config.[23][0] : Warning: Using THEME=default[23][0] : I/O: No theme specified, using default=default.[25][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20260105][25][0] : I/O: Reading BACKGROUND=color:white[25][0] : I/O: Reading CHECK_ON=fa:check-square-o[25][0] : I/O: Reading CHECK_OFF=fa:square-o[25][0] : Warning: Using THEME=defaultLoading Bogue 20260105 with config dir /src/_build/install/default/share/bogue/themes/default[25][0] : Warning: Using BACKGROUND=color:white[25][0] : Warning: User variable 'BG_COLOR' not found in config.[25][0] : Warning: Using BG_COLOR=aliceblue[25][0] : Warning: User variable 'BOX_BG_COLOR' not found in config.[25][0] : Warning: Using BOX_BG_COLOR=lightsteelblue[25][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config.[25][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1[25][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config.[25][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise[25][0] : Warning: Using CHECK_ON=fa:check-square-o[25][0] : Warning: Using CHECK_OFF=fa:square-o[25][0] : Warning: User variable 'CURSOR_COLOR' not found in config.[25][0] : Warning: Using CURSOR_COLOR=#2a7da2[25][0] : Warning: User variable 'DISABLED_FG' not found in config.[25][0] : Warning: Using DISABLED_FG=gray[25][0] : Warning: User variable 'DISABLED_BG' not found in config.[25][0] : Warning: Using DISABLED_BG=lightgray[25][0] : Warning: User variable 'FAINT_COLOR' not found in config.[25][0] : Warning: Using FAINT_COLOR=gainsboro[25][0] : Warning: User variable 'TEXT_COLOR' not found in config.[25][0] : Warning: Using TEXT_COLOR=black[25][0] : Warning: User variable 'SEL_BG_COLOR' not found in config.[25][0] : Warning: Using SEL_BG_COLOR=slategray[25][0] : Warning: User variable 'SEL_FG_COLOR' not found in config.[25][0] : Warning: Using SEL_FG_COLOR=white[25][0] : Warning: User variable 'LABEL_COLOR' not found in config.[25][0] : Warning: Using LABEL_COLOR=black[25][0] : Warning: User variable 'MENU_HL_COLOR' not found in config.[25][0] : Warning: Using MENU_HL_COLOR=#8099a2[25][0] : Warning: User variable 'MENU_BG_COLOR' not found in config.[25][0] : Warning: Using MENU_BG_COLOR=#BEBEBE[25][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config.[25][0] : Warning: Using LABEL_FONT_SIZE=14[25][0] : Warning: User variable 'LABEL_FONT' not found in config.[25][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf[25][0] : Warning: User variable 'TEXT_FONT' not found in config.[25][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf[25][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config.[25][0] : Warning: Using TEXT_FONT_SIZE=14[25][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config.[25][0] : Warning: Using SMALL_FONT_SIZE=10[25][0] : Warning: User variable 'MONO_FONT' not found in config.[25][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf[26][0] : Warning: User variable 'ROOM_MARGIN' not found in config.[26][0] : Warning: Using ROOM_MARGIN=10[26][0] : Warning: User variable 'FA_DIR' not found in config.[26][0] : Warning: Using FA_DIR=font-awesome-4.6.3[26][0] : Warning: User variable 'INT_SCALE' not found in config.[26][0] : Warning: Using INT_SCALE=false[26][0] : Warning: User variable 'SCALE' not found in config.[26][0] : Warning: Using SCALE=0[26][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.[26][0] : Warning: Using OPENGL_MULTISAMPLE=false[26][0] : Warning: User variable 'NO_VSYNC' not found in config.[26][0] : Warning: Using NO_VSYNC=false[26][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config.[26][0] : Warning: Using NATURAL_SCROLLING=auto[28][0] : Warning: User variable 'USE_FSWATCH' not found in config.[28][0] : Warning: Using USE_FSWATCH=true[31][0] : I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].[31][0] : Custom: Detected os type: [Linux][41][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.[42][0] : Warning: SDL initialized[42][0] : Event: SDL Events initialized[42][0] : Event: Register new event type:user (Ox8000)[42][0] : Event: Register new event type:stop (Ox8001)[42][0] : Event: Register new event type:stopped (Ox8002)[42][0] : Event: Register new event type:mouse_enter (Ox8003)[42][0] : Event: Register new event type:mouse_leave (Ox8004)[42][0] : Event: Register new event type:redraw (Ox8005)[42][0] : Event: Register new event type:mouse_at_rest (Ox8006)[42][0] : Event: Register new event type:startup (Ox8007)[42][0] : Event: Register new event type:var_changed (Ox8008)[42][0] : Event: Register new event type:update (Ox8009)[42][0] : Event: Register new event type:sync_action (Ox800a)[42][0] : Event: Register new event type:keyboard_focus (Ox800b)[42][0] : Event: Register new event type:mouse_focus (Ox800c)[42][0] : Event: Register new event type:remove_focus (Ox800d)[42][0] : Event: Register new event type:destroy_window (Ox800e)[42][0] : Event: Register new event type:add_window (Ox800f)[42][0] : Event: Register new event type:new_mail (Ox8010)[42][0] : Event: Register new event type:not_used (Ox8011)[42][0] : Board: Layout #1 (dummy) created.[47][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring.[47][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png[52][0] : Graphics: SDL Video initialized[52][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)[53][0] : Graphics: DPI from system: 96[53][0] : Graphics; Warning: Using SCALE=1.000000[53][0] : Graphics: SDL Image initialized[53][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)[53][0] : Memory: Freeing surface (330,290)00 = Bogue initialization without opening any window.[53][0] : Board: Adding timeout 1[53][0] : Board: Layout #2 (windows_house) created.[53][0] : Board: ==> Running board![53][0] : Graphics; Warning: Could not get refresh rate information for any monitor[53][0] : Graphics: Desired FPS=60[63][0] : Board: Has focus: NO[63][0] : Board: Adding timeout 2[63][0] : Graphics: FPS:100 (round_trip=0)[1064][0] : Board: Executing timeout 1Hello world[1064][0] : Memory: All zombies have been killed! Congratulations![1064][0] : Board: Board exiting[1064][0] : Board: Quitting...[1064][0] : Graphics: Quitting SDL Image[1064][0] : Graphics: Quitting SDL Video[1064][0] : Graphics: Cleaning up 0 SDL_TTF surfaces...[1064][0] : Memory: Freeing surface (123,128)[1064][0] : Event: Quitting SDL Events[1064][0] : Graphics: Exit SDL...[0][0] : Graphics: Done.INFO: Using SDL 2.32.562026-01-05 18:20.07 ---> saved as "c16e54f102c6da6904a072d9d02e64ea8b82fd24a71e92e2dbcd7f9c0d8184e4"Job succeeded2026-01-05 18:20.07: Job succeeded