2025-10-18 16:34.25: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:fedora-43-5.4_opam-2.4) Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115 # fedora-43-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue-cairo.opam ./ RUN opam pin add -yn bogue-cairo.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 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.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.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-cairo.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-18 16:34.25: Using cache hint "sanette/bogue-cairo-ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115-fedora-43-5.4_opam-2.4-d9531d5fda75e6389e933e19bb20f2f9" 2025-10-18 16:34.25: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115) (comment fedora-43-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue-cairo.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bogue-cairo.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 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.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.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-cairo.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-10-18 16:34.25: Waiting for resource in pool OCluster 2025-10-18 16:58.36: Waiting for worker… 2025-10-18 17:00.14: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 6135ed8 version 0.1.0 (from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115) Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115' locally docker.io/ocaml/opam@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115: Pulling from ocaml/opam 3a6ccf50917d: Already exists 698b8d1610af: Already exists 7e5b745a56a4: Already exists e8859609bfb8: Already exists 51242d36b3fd: Already exists 61958fadfb74: Already exists 04578677ff3f: Already exists 01b19b859bd1: Already exists 47b008c442e7: Already exists 434ff16e8a1b: Already exists e2e8d2ec1110: Already exists bb8f1dbb2acd: Already exists c914fb01d9b0: Already exists acbc7d112060: Already exists 7b0ca93f3f54: Already exists 5a223856338a: Already exists ace6a731f305: Already exists a6230b7fafa0: Already exists 917f9b8155b5: Already exists 8f7a3b7d908f: Already exists 4f4fb700ef54: Already exists 7af8a72dec52: Already exists 9565a36b4e3a: Already exists a1ba7d9452a1: Already exists 24a9095bda75: Already exists 16c026bd2ca7: Already exists 6b821f07d597: Already exists afd0175f27f4: Already exists 88ab18f654c7: Already exists be69a91a3ef7: Already exists ce8a4e53f5e3: Already exists 3e2bdc6df5e4: Already exists ff986d64677f: Already exists 9c9f7117b120: Already exists 8bc6797e23fc: Already exists 07b81fe7312a: Already exists 43fc65bb52eb: Already exists a5d75845130a: Already exists 1eec13083f65: Already exists aab9ec9135e1: Pulling fs layer cc2ed799adba: Pulling fs layer b808f888e100: Pulling fs layer e51d6b85f31b: Pulling fs layer aab9ec9135e1: Waiting 8c8cec09df68: Pulling fs layer b808f888e100: Waiting cc2ed799adba: Waiting e51d6b85f31b: Waiting 8c8cec09df68: Waiting aab9ec9135e1: Verifying Checksum aab9ec9135e1: Download complete aab9ec9135e1: Pull complete b808f888e100: Verifying Checksum b808f888e100: Download complete e51d6b85f31b: Verifying Checksum e51d6b85f31b: Download complete 8c8cec09df68: Download complete cc2ed799adba: Verifying Checksum cc2ed799adba: Download complete cc2ed799adba: Pull complete b808f888e100: Pull complete e51d6b85f31b: Pull complete 8c8cec09df68: Pull complete Digest: sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115 Status: Downloaded newer image for ocaml/opam@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115 2025-10-18 17:17.20 ---> using "f59e28d75de4defeed40ec3fa81afaa110217cd20c2dafcaea2c76301015f0df" from cache /: (comment fedora-43-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 43 - x86_64 - Updates 100% | 143.3 KiB/s | 23.9 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2025-10-18 17:17.20 ---> using "e25babefb49a419232868acca712bf630a0bbefc96e0c275ad3155252e7c1ac2" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-18 17:17.20 ---> using "d407c2ab0d230b08eef2673d99115ee74748a180b52018e5e71e83495eb23ecf" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-18 17:17.20 ---> using "f34f2508f7317e9caeecee1fbf9e7a46c3e2d84a14300c4e852b3aa03e573a96" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-85-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-10-18 17:17.20 ---> using "052d523dd0b77d418e636d4c186443eff0092857ea0c0fcc93c67ed113744989" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-18 17:17.20 ---> using "62c8f17a78b1cdcc51dbd6e1fa6a54730935888b6313593e943e96a268786b45" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u")) c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-18 17:17.20 ---> using "3c46f18e0afd22fb3a46a5c7f33a42fabdffa88bbc8fe8adaff6c90f190f8dc0" from cache /src: (copy (src bogue-cairo.opam) (dst ./)) 2025-10-18 17:17.20 ---> saved as "05b9b47743d3ce5fa431ff45752bd87e6b8acb5159ace02a5046834742ce3d3e" /src: (run (network host) (shell "opam pin add -yn bogue-cairo.dev './'")) [NOTE] Package bogue-cairo does not exist in opam repositories registered in the current switch. [bogue-cairo.dev] synchronised (file:///src) bogue-cairo is now pinned to file:///src (version dev) 2025-10-18 17:17.20 ---> saved as "9d93bfb4378b857a5c36231478d8b2f6699bab755ea1e0d47d06c805e7a67ac1" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-18 17:17.21 ---> saved as "14dab13d61b1e07a0b5ae78d6782a299e1554c779325cabc034660a045594009" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 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.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.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-cairo.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue-cairo.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: cairo-devel 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" "cairo-devel" "libffi-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - 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 - cairo-devel x86_64 1.18.4-2.fc43 fedora 2.3 MiB - libffi-devel x86_64 3.5.1-2.fc43 fedora 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.20-1.fc43 fedora 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.14-4.fc43 fedora 1.4 MiB - aribb24 x86_64 1.0.3^20160216git5e9be27-3.fc43 fedora 83.1 KiB - at-spi2-atk x86_64 2.58.0-2.fc43 fedora 283.7 KiB - at-spi2-core x86_64 2.58.0-2.fc43 fedora 1.5 MiB - atk x86_64 2.58.0-2.fc43 fedora 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.84-2.fc43 fedora 198.3 KiB - brotli x86_64 1.1.0-10.fc43 fedora 31.6 KiB - brotli-devel x86_64 1.1.0-10.fc43 fedora 65.6 KiB - bzip2-devel x86_64 1.0.8-21.fc43 fedora 309.8 KiB - cairo x86_64 1.18.4-2.fc43 fedora 1.8 MiB - cairo-gobject x86_64 1.18.4-2.fc43 fedora 31.1 KiB - cdparanoia-libs x86_64 10.2-48.fc43 fedora 113.5 KiB - cjson x86_64 1.7.18-3.fc43 fedora 63.9 KiB - cmake-filesystem x86_64 3.31.6-4.fc43 fedora 0.0 B - codec2 x86_64 1.2.0-7.fc43 fedora 1.4 MiB - colord-libs x86_64 1.4.8-2.fc43 fedora 830.7 KiB - cups-filesystem noarch 1:2.4.14-2.fc43 fedora 0.0 B - cups-libs x86_64 1:2.4.14-2.fc43 fedora 618.7 KiB - dbus x86_64 1:1.16.0-4.fc43 fedora 0.0 B - 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-3.fc43 fedora 723.7 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.3-1.fc43 fedora 2.5 MiB - geoclue2 x86_64 2.7.2-3.fc43 fedora 395.7 KiB - giflib x86_64 5.2.2-8.fc43 fedora 112.1 KiB - glib2-devel x86_64 2.86.0-2.fc43 fedora 15.7 MiB - glibc-gconv-extra x86_64 2.42-4.fc43 fedora 7.2 MiB - glycin-libs x86_64 2.0.2-1.fc43 fedora 4.4 MiB - glycin-loaders x86_64 2.0.2-1.fc43 fedora 13.1 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 20250901-1.fc43 fedora 17.7 KiB - google-noto-sans-vf-fonts noarch 20250901-1.fc43 fedora 1.4 MiB - gpgme x86_64 1.24.3-6.fc43 fedora 587.9 KiB - gpgmepp x86_64 1.24.3-6.fc43 fedora 429.2 KiB - graphene x86_64 1.10.8-2.fc43 fedora 158.4 KiB - graphite2 x86_64 1.3.14-19.fc43 fedora 191.8 KiB - graphite2-devel x86_64 1.3.14-19.fc43 fedora 49.3 KiB - gsettings-desktop-schemas x86_64 49.0-1.fc43 fedora 5.7 MiB - gsm x86_64 1.0.23-1.fc43 fedora 65.3 KiB - gstreamer1 x86_64 1.26.6-1.fc43 fedora 5.4 MiB - gstreamer1-plugins-base x86_64 1.26.6-1.fc43 fedora 7.3 MiB - 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.2.0-5.fc42 fedora 4.4 MiB - highway-devel x86_64 1.2.0-5.fc42 fedora 3.7 MiB - hwdata noarch 0.399-1.fc43 fedora 9.6 MiB - ilbc x86_64 3.0.4-17.fc43 fedora 91.4 KiB - inih x86_64 62-1.fc43 fedora 22.4 KiB - inih-cpp x86_64 62-1.fc43 fedora 36.1 KiB - iso-codes noarch 4.18.0-2.fc43 fedora 21.5 MiB - jbigkit-libs x86_64 2.1-32.fc43 fedora 113.5 KiB - json-glib x86_64 1.10.8-1.fc43 fedora 592.3 KiB - 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-2.fc43 fedora 9.8 MiB - libavformat-free x86_64 7.1.2-2.fc43 fedora 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-2.fc43 fedora 942.5 KiB - libblkid-devel x86_64 2.41.1-17.fc43 fedora 44.9 KiB - libbluray x86_64 1.3.4-9.fc42 fedora 397.6 KiB - libcanberra x86_64 0.30-38.fc43 fedora 266.5 KiB - libchromaprint x86_64 1.5.1-25.fc43 fedora 64.5 KiB - libcloudproviders x86_64 0.3.6-2.fc43 fedora 124.3 KiB - libcue x86_64 2.3.0-12.fc43 fedora 85.8 KiB - libdatrie x86_64 0.2.13-12.fc43 fedora 53.8 KiB - libdav1d x86_64 1.5.1-2.fc43 fedora 1.7 MiB - libdav1d-devel x86_64 1.5.1-2.fc43 fedora 41.9 KiB - libdecor x86_64 0.2.3-6.fc43 fedora 165.2 KiB - libdrm x86_64 2.4.125-2.fc43 fedora 395.8 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.53-4.fc43 fedora 965.5 KiB - libgudev x86_64 238-8.fc43 fedora 83.8 KiB - libgusb x86_64 0.4.9-4.fc43 fedora 162.0 KiB - libgxps x86_64 0.3.2-11.fc43 fedora 188.1 KiB - libheif x86_64 1.20.2-6.fc43 fedora 1.6 MiB - libicu-devel x86_64 77.1-1.fc43 fedora 5.0 MiB - 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-5.fc43 fedora 3.1 MiB - libjxl-devel x86_64 1:0.11.1-5.fc43 fedora 16.0 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.1-1.fc43 fedora 450.9 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.1-17.fc43 fedora 65.5 KiB - libnotify x86_64 0.8.7-1.fc43 fedora 123.6 KiB - libogg x86_64 2:1.3.6-1.fc43 fedora 45.6 KiB - libopenjph x86_64 0.22.0-2.fc43 fedora 466.2 KiB - libopenmpt x86_64 0.8.3-1.fc43 fedora 1.8 MiB - libosinfo x86_64 1.12.0-3.fc43 fedora 1.2 MiB - libpciaccess x86_64 0.16-16.fc43 fedora 44.5 KiB - libpng x86_64 2:1.6.50-2.fc43 fedora 237.7 KiB - libpng-devel x86_64 2:1.6.50-2.fc43 fedora 885.6 KiB - libproxy x86_64 0.5.8-3.fc43 fedora 102.3 KiB - librabbitmq x86_64 0.15.0-3.fc43 fedora 89.6 KiB - librist x86_64 0.2.7-10.fc43 fedora 157.2 KiB - librsvg2 x86_64 2.61.0-2.fc43 fedora 5.0 MiB - libsbc x86_64 2.0-7.fc43 fedora 93.4 KiB - 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.1-1.fc43 fedora 167.5 KiB - libsndfile x86_64 1.2.2-10.fc43 fedora 550.1 KiB - libsodium x86_64 1.0.20-6.fc43 fedora 389.0 KiB - libsoup3 x86_64 3.6.5-8.fc43 fedora 1.1 MiB - libstemmer x86_64 3.0.1-8.fc43 fedora 661.5 KiB - libswresample-free x86_64 7.1.2-2.fc43 fedora 147.3 KiB - libtalloc x86_64 2.4.3-4.fc43 fedora 64.1 KiB - libtdb x86_64 1.4.14-3.fc43 fedora 100.5 KiB - libtevent x86_64 0.17.1-3.fc43 fedora 101.5 KiB - libthai x86_64 0.1.29-11.fc43 fedora 783.4 KiB - libtheora x86_64 1:1.1.1-40.fc43 fedora 477.3 KiB - libtiff x86_64 4.7.0-8.fc43 fedora 619.0 KiB - libtiff-devel x86_64 4.7.0-8.fc43 fedora 761.9 KiB - libtinysparql x86_64 3.10.0-1.fc43 fedora 1.3 MiB - libudfread x86_64 1.1.2-12.fc43 fedora 65.9 KiB - libunwind x86_64 1.8.1-3.fc43 fedora 194.1 KiB - 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.15.0-3.fc43 fedora 426.5 KiB - libvpx x86_64 1.15.0-4.fc43 fedora 3.3 MiB - libwayland-client x86_64 1.24.0-1.fc43 fedora 62.0 KiB - libwayland-cursor x86_64 1.24.0-1.fc43 fedora 37.3 KiB - libwayland-egl x86_64 1.24.0-1.fc43 fedora 12.4 KiB - libwbclient x86_64 2:4.23.1-1.fc43 fedora 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.4-3.fc43 fedora 1.3 MiB - mesa-dri-drivers x86_64 25.2.4-2.fc43 fedora 47.9 MiB - mesa-filesystem x86_64 25.2.4-2.fc43 fedora 3.6 KiB - mesa-libEGL x86_64 25.2.4-2.fc43 fedora 306.4 KiB - mesa-libGL x86_64 25.2.4-2.fc43 fedora 286.2 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.4-2.fc43 fedora 19.7 KiB - mpg123-libs x86_64 1.32.10-2.fc43 fedora 814.0 KiB - ngtcp2 x86_64 1.15.1-1.fc43 fedora 349.8 KiB - nspr x86_64 4.37.0-3.fc43 fedora 315.5 KiB - nss x86_64 3.115.1-1.fc43 fedora 1.9 MiB - nss-softokn x86_64 3.115.1-1.fc43 fedora 1.9 MiB - nss-softokn-freebl x86_64 3.115.1-1.fc43 fedora 848.3 KiB - nss-sysinit x86_64 3.115.1-1.fc43 fedora 18.1 KiB - nss-util x86_64 3.115.1-1.fc43 fedora 200.8 KiB - opencore-amr x86_64 0.1.6-9.fc43 fedora 352.7 KiB - openh264 x86_64 2.6.0-2.fc43 fedora-cisco-openh264 1.1 MiB - 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.46-1.fc43 fedora 2.1 MiB - pcre2-utf16 x86_64 10.46-1.fc43 fedora 626.3 KiB - pcre2-utf32 x86_64 10.46-1.fc43 fedora 602.2 KiB - pipewire-libs x86_64 1.4.8-2.fc43 fedora 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-2.fc43 fedora 3.8 MiB - poppler-data noarch 0.4.11-10.fc43 fedora 12.3 MiB - poppler-glib x86_64 25.07.0-2.fc43 fedora 633.9 KiB - pulseaudio-libs x86_64 17.0-7.fc43 fedora 3.4 MiB - python3-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.1-1.fc43 fedora 19.7 MiB - samba-common noarch 2:4.23.1-1.fc43 fedora 197.2 KiB - samba-common-libs x86_64 2:4.23.1-1.fc43 fedora 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.3-4.fc43 fedora 5.6 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-1.fc43 fedora 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.90.10-1.fc43 fedora 170.8 KiB - vo-amrwbenc x86_64 0.1.3-23.fc43 fedora 153.9 KiB - webrtc-audio-processing x86_64 1.3-9.fc43 fedora 1.4 MiB - 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.45-1.fc43 fedora 10.2 MiB - xml-common noarch 0.6.3-67.fc43 fedora 78.4 KiB - xprop x86_64 1.2.8-4.fc43 fedora 54.7 KiB - xvidcore x86_64 1.3.7-14.fc43 fedora 878.4 KiB - xz-devel x86_64 1:5.8.1-2.fc43 fedora 258.8 KiB - zeromq x86_64 4.3.5-22.fc43 fedora 894.1 KiB - zlib-ng-compat-devel x86_64 2.2.5-2.fc43 fedora 107.0 KiB - zvbi x86_64 0.2.44-2.fc43 fedora 1.2 MiB - Installing weak dependencies: - adwaita-mono-fonts noarch 49.0-2.fc43 fedora 5.5 MiB - adwaita-sans-fonts noarch 49.0-2.fc43 fedora 1.7 MiB - dconf x86_64 0.49.0-1.fc43 fedora 307.5 KiB - exiv2 x86_64 0.28.6-2.fc43 fedora 12.2 MiB - glib-networking x86_64 2.80.1-3.fc43 fedora 742.9 KiB - intel-mediasdk x86_64 23.2.2-8.fc43 fedora 22.4 MiB - intel-vpl-gpu-rt x86_64 25.3.4-1.fc43 fedora 11.7 MiB - libcanberra-gtk3 x86_64 0.30-38.fc43 fedora 70.7 KiB - localsearch x86_64 3.10.0-2.fc43 fedora 3.5 MiB - low-memory-monitor x86_64 2.1-13.fc43 fedora 66.0 KiB - mesa-va-drivers x86_64 25.2.4-2.fc43 fedora 115.0 B - svt-av1-devel-docs noarch 3.1.2-1.fc43 fedora 8.4 MiB - tinysparql x86_64 3.10.0-1.fc43 fedora 2.5 MiB - xdg-desktop-portal-gtk x86_64 1.15.3-2.fc43 fedora 473.3 KiB - - Transaction Summary: - Installing: 298 packages - - Total size of inbound packages is 145 MiB. Need to download 145 MiB. - After this operation, 535 MiB extra will be used (install 535 MiB, remove 0 B). - [ 1/298] cmake-filesystem-0:3.31.6-4.f 100% | 442.5 KiB/s | 15.5 KiB | 00m00s - [ 2/298] sdl2-compat-0:2.32.56-2.fc43. 100% | 3.0 MiB/s | 135.0 KiB | 00m00s - [ 3/298] SDL2_image-devel-0:2.8.8-2.fc 100% | 3.7 MiB/s | 19.0 KiB | 00m00s - [ 4/298] sdl2-compat-devel-0:2.32.56-2 100% | 7.7 MiB/s | 505.7 KiB | 00m00s - [ 5/298] SDL2_image-0:2.8.8-2.fc43.x86 100% | 3.0 MiB/s | 108.7 KiB | 00m00s - [ 6/298] SDL3-0:3.2.20-1.fc43.x86_64 100% | 13.0 MiB/s | 1.0 MiB | 00m00s - [ 7/298] libavif-0:1.3.0-2.fc43.x86_64 100% | 2.4 MiB/s | 120.7 KiB | 00m00s - [ 8/298] libtiff-0:4.7.0-8.fc43.x86_64 100% | 8.3 MiB/s | 221.1 KiB | 00m00s - [ 9/298] libjxl-1:0.11.1-5.fc43.x86_64 100% | 19.4 MiB/s | 1.1 MiB | 00m00s - [ 10/298] libwebp-0:1.6.0-2.fc43.x86_64 100% | 4.2 MiB/s | 324.2 KiB | 00m00s - [ 11/298] libdav1d-0:1.5.1-2.fc43.x86_6 100% | 2.9 MiB/s | 639.4 KiB | 00m00s - [ 12/298] libyuv-0:0-0.57.20240704git96 100% | 1.1 MiB/s | 202.1 KiB | 00m00s - [ 13/298] libaom-0:3.13.1-1.fc43.x86_64 100% | 4.5 MiB/s | 1.9 MiB | 00m00s - [ 14/298] rav1e-libs-0:0.7.1-8.fc43.x86 100% | 5.4 MiB/s | 1.0 MiB | 00m00s - [ 15/298] shared-mime-info-0:2.4-2.fc43 100% | 9.5 MiB/s | 399.7 KiB | 00m00s - [ 16/298] jbigkit-libs-0:2.1-32.fc43.x8 100% | 6.5 MiB/s | 53.2 KiB | 00m00s - [ 17/298] libjpeg-turbo-0:3.1.2-1.fc43. 100% | 11.0 MiB/s | 236.8 KiB | 00m00s - [ 18/298] liblerc-0:4.0.0-9.fc43.x86_64 100% | 11.1 MiB/s | 215.1 KiB | 00m00s - [ 19/298] highway-0:1.2.0-5.fc42.x86_64 100% | 5.8 MiB/s | 625.6 KiB | 00m00s - [ 20/298] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 11.3 MiB/s | 196.6 KiB | 00m00s - [ 21/298] SDL2_ttf-0:2.24.0-1.fc43.x86_ 100% | 469.7 KiB/s | 44.1 KiB | 00m00s - [ 22/298] SDL2_ttf-devel-0:2.24.0-1.fc4 100% | 207.0 KiB/s | 21.3 KiB | 00m00s - [ 23/298] freetype-0:2.13.3-3.fc43.x86_ 100% | 10.6 MiB/s | 412.1 KiB | 00m00s - [ 24/298] svt-av1-libs-0:3.1.2-1.fc43.x 100% | 4.5 MiB/s | 2.0 MiB | 00m00s - [ 25/298] libpng-2:1.6.50-2.fc43.x86_64 100% | 5.7 MiB/s | 123.0 KiB | 00m00s - [ 26/298] graphite2-0:1.3.14-19.fc43.x8 100% | 6.7 MiB/s | 95.6 KiB | 00m00s - [ 27/298] cairo-devel-0:1.18.4-2.fc43.x 100% | 5.1 MiB/s | 191.8 KiB | 00m00s - [ 28/298] fontconfig-0:2.17.0-3.fc43.x8 100% | 8.1 MiB/s | 272.2 KiB | 00m00s - [ 29/298] libXext-0:1.3.6-4.fc43.x86_64 100% | 7.6 MiB/s | 39.1 KiB | 00m00s - [ 30/298] libXrender-0:0.9.12-3.fc43.x8 100% | 5.2 MiB/s | 26.9 KiB | 00m00s - [ 31/298] lzo-0:2.10-15.fc43.x86_64 100% | 6.2 MiB/s | 69.4 KiB | 00m00s - [ 32/298] pixman-0:0.46.2-2.fc43.x86_64 100% | 8.7 MiB/s | 292.5 KiB | 00m00s - [ 33/298] default-fonts-core-sans-0:4.2 100% | 5.8 MiB/s | 29.9 KiB | 00m00s - [ 34/298] fonts-filesystem-1:2.0.5-23.f 100% | 1.7 MiB/s | 8.7 KiB | 00m00s - [ 35/298] xml-common-0:0.6.3-67.fc43.no 100% | 6.1 MiB/s | 31.0 KiB | 00m00s - [ 36/298] cairo-0:1.18.4-2.fc43.x86_64 100% | 4.9 MiB/s | 729.3 KiB | 00m00s - [ 37/298] abattis-cantarell-vf-fonts-0: 100% | 6.9 MiB/s | 120.1 KiB | 00m00s - [ 38/298] google-noto-fonts-common-0:20 100% | 3.3 MiB/s | 17.1 KiB | 00m00s - [ 39/298] libffi-devel-0:3.5.1-2.fc43.x 100% | 4.8 MiB/s | 29.6 KiB | 00m00s - [ 40/298] harfbuzz-0:11.5.1-1.fc43.x86_ 100% | 4.2 MiB/s | 1.1 MiB | 00m00s - [ 41/298] google-noto-sans-vf-fonts-0:2 100% | 7.0 MiB/s | 614.2 KiB | 00m00s - [ 42/298] libglvnd-core-devel-1:1.7.0-8 100% | 2.4 MiB/s | 17.3 KiB | 00m00s - [ 43/298] libglvnd-devel-1:1.7.0-8.fc43 100% | 2.0 MiB/s | 162.2 KiB | 00m00s - [ 44/298] libglvnd-gles-1:1.7.0-8.fc43. 100% | 1.0 MiB/s | 28.5 KiB | 00m00s - [ 45/298] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 900.6 KiB/s | 36.0 KiB | 00m00s - [ 46/298] libglvnd-opengl-1:1.7.0-8.fc4 100% | 5.2 MiB/s | 37.0 KiB | 00m00s - [ 47/298] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 780.9 KiB/s | 114.0 KiB | 00m00s - [ 48/298] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 1.9 MiB/s | 132.1 KiB | 00m00s - [ 49/298] mesa-libEGL-0:25.2.4-2.fc43.x 100% | 1.8 MiB/s | 131.9 KiB | 00m00s - [ 50/298] mesa-libGL-0:25.2.4-2.fc43.x8 100% | 4.4 MiB/s | 130.4 KiB | 00m00s - [ 51/298] libwayland-client-0:1.24.0-1. 100% | 1.8 MiB/s | 33.6 KiB | 00m00s - [ 52/298] mesa-libgbm-0:25.2.4-2.fc43.x 100% | 4.5 MiB/s | 27.8 KiB | 00m00s - [ 53/298] libXxf86vm-0:1.1.6-3.fc43.x86 100% | 771.6 KiB/s | 17.7 KiB | 00m00s - [ 54/298] libpciaccess-0:0.16-16.fc43.x 100% | 2.0 MiB/s | 26.2 KiB | 00m00s - [ 55/298] libdrm-0:2.4.125-2.fc43.x86_6 100% | 1.8 MiB/s | 161.3 KiB | 00m00s - [ 56/298] libxshmfence-0:1.3.2-7.fc43.x 100% | 3.2 MiB/s | 13.3 KiB | 00m00s - [ 57/298] lm_sensors-libs-0:3.6.0-23.fc 100% | 7.9 MiB/s | 40.6 KiB | 00m00s - [ 58/298] libdecor-0:0.2.3-6.fc43.x86_6 100% | 1.4 MiB/s | 57.8 KiB | 00m00s - [ 59/298] mesa-filesystem-0:25.2.4-2.fc 100% | 810.7 KiB/s | 21.9 KiB | 00m00s - [ 60/298] hwdata-0:0.399-1.fc43.noarch 100% | 11.2 MiB/s | 1.7 MiB | 00m00s - [ 61/298] spirv-tools-libs-0:2025.3-4.f 100% | 7.5 MiB/s | 1.6 MiB | 00m00s - [ 62/298] libwayland-cursor-0:1.24.0-1. 100% | 3.1 MiB/s | 18.9 KiB | 00m00s - [ 63/298] pango-0:1.57.0-1.fc43.x86_64 100% | 8.0 MiB/s | 353.4 KiB | 00m00s - [ 64/298] adwaita-icon-theme-0:49.0-1.f 100% | 7.7 MiB/s | 403.9 KiB | 00m00s - [ 65/298] at-spi2-atk-0:2.58.0-2.fc43.x 100% | 6.6 MiB/s | 88.3 KiB | 00m00s - [ 66/298] atk-0:2.58.0-2.fc43.x86_64 100% | 6.0 MiB/s | 80.5 KiB | 00m00s - [ 67/298] cairo-gobject-0:1.18.4-2.fc43 100% | 2.8 MiB/s | 16.9 KiB | 00m00s - [ 68/298] colord-libs-0:1.4.8-2.fc43.x8 100% | 8.3 MiB/s | 230.5 KiB | 00m00s - [ 69/298] cups-libs-1:2.4.14-2.fc43.x86 100% | 6.9 MiB/s | 261.3 KiB | 00m00s - [ 70/298] fribidi-0:1.0.16-3.fc43.x86_6 100% | 4.3 MiB/s | 53.3 KiB | 00m00s - [ 71/298] gdk-pixbuf2-0:2.44.3-1.fc43.x 100% | 5.1 MiB/s | 483.8 KiB | 00m00s - [ 72/298] gtk-update-icon-cache-0:3.24. 100% | 5.5 MiB/s | 33.8 KiB | 00m00s - [ 73/298] hicolor-icon-theme-0:0.18-2.f 100% | 2.0 MiB/s | 65.9 KiB | 00m00s - [ 74/298] libXcomposite-0:0.4.6-6.fc43. 100% | 3.9 MiB/s | 24.2 KiB | 00m00s - [ 75/298] libXcursor-0:1.2.3-3.fc43.x86 100% | 5.1 MiB/s | 31.2 KiB | 00m00s - [ 76/298] libXdamage-0:1.1.6-6.fc43.x86 100% | 3.8 MiB/s | 23.3 KiB | 00m00s - [ 77/298] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 3.1 MiB/s | 19.1 KiB | 00m00s - [ 78/298] libXi-0:1.8.2-3.fc43.x86_64 100% | 759.6 KiB/s | 40.3 KiB | 00m00s - [ 79/298] libXinerama-0:1.1.5-9.fc43.x8 100% | 2.3 MiB/s | 14.2 KiB | 00m00s - [ 80/298] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 4.5 MiB/s | 27.6 KiB | 00m00s - [ 81/298] gtk3-0:3.24.51-2.fc43.x86_64 100% | 11.0 MiB/s | 5.9 MiB | 00m01s - [ 82/298] libcloudproviders-0:0.3.6-2.f 100% | 852.3 KiB/s | 46.9 KiB | 00m00s - [ 83/298] libepoxy-0:1.5.10-11.fc43.x86 100% | 5.1 MiB/s | 229.5 KiB | 00m00s - [ 84/298] libwayland-egl-0:1.24.0-1.fc4 100% | 3.0 MiB/s | 12.4 KiB | 00m00s - [ 85/298] libxkbcommon-0:1.11.0-1.fc43. 100% | 6.1 MiB/s | 174.3 KiB | 00m00s - [ 86/298] libXft-0:2.3.8-9.fc43.x86_64 100% | 7.8 MiB/s | 72.2 KiB | 00m00s - [ 87/298] libthai-0:0.1.29-11.fc43.x86_ 100% | 9.3 MiB/s | 210.3 KiB | 00m00s - [ 88/298] libtinysparql-0:3.10.0-1.fc43 100% | 3.5 MiB/s | 373.3 KiB | 00m00s - [ 89/298] adwaita-cursor-theme-0:49.0-1 100% | 6.7 MiB/s | 380.1 KiB | 00m00s - [ 90/298] at-spi2-core-0:2.58.0-2.fc43. 100% | 3.4 MiB/s | 389.8 KiB | 00m00s - [ 91/298] lcms2-0:2.16-6.fc43.x86_64 100% | 10.5 MiB/s | 182.8 KiB | 00m00s - [ 92/298] libgusb-0:0.4.9-4.fc43.x86_64 100% | 1.2 MiB/s | 64.5 KiB | 00m00s - [ 93/298] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 4.0 MiB/s | 69.0 KiB | 00m00s - [ 94/298] cups-filesystem-1:2.4.14-2.fc 100% | 3.1 MiB/s | 12.7 KiB | 00m00s - [ 95/298] adwaita-icon-theme-legacy-0:4 100% | 5.0 MiB/s | 2.5 MiB | 00m00s - [ 96/298] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 297.6 KiB/s | 15.2 KiB | 00m00s - [ 97/298] mesa-dri-drivers-0:25.2.4-2.f 100% | 8.3 MiB/s | 12.7 MiB | 00m02s - [ 98/298] json-glib-0:1.10.8-1.fc43.x86 100% | 1.3 MiB/s | 172.6 KiB | 00m00s - [ 99/298] libsoup3-0:3.6.5-8.fc43.x86_6 100% | 5.6 MiB/s | 391.4 KiB | 00m00s - [100/298] libstemmer-0:3.0.1-8.fc43.x86 100% | 1.7 MiB/s | 155.3 KiB | 00m00s - [101/298] libdatrie-0:0.2.13-12.fc43.x8 100% | 5.2 MiB/s | 32.0 KiB | 00m00s - [102/298] dbus-1:1.16.0-4.fc43.x86_64 100% | 1.2 MiB/s | 7.5 KiB | 00m00s - [103/298] libXtst-0:1.2.5-3.fc43.x86_64 100% | 3.3 MiB/s | 20.5 KiB | 00m00s - [104/298] xprop-0:1.2.8-4.fc43.x86_64 100% | 535.6 KiB/s | 34.8 KiB | 00m00s - [105/298] xkeyboard-config-0:2.45-1.fc4 100% | 5.1 MiB/s | 984.5 KiB | 00m00s - [106/298] libheif-0:1.20.2-6.fc43.x86_6 100% | 10.3 MiB/s | 578.1 KiB | 00m00s - [107/298] librsvg2-0:2.61.0-2.fc43.x86_ 100% | 12.0 MiB/s | 1.9 MiB | 00m00s - [108/298] libopenjph-0:0.22.0-2.fc43.x8 100% | 8.4 MiB/s | 154.4 KiB | 00m00s - [109/298] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 8.2 MiB/s | 192.2 KiB | 00m00s - [110/298] mesa-libGLU-devel-0:9.0.3-7.f 100% | 102.4 KiB/s | 11.9 KiB | 00m00s - [111/298] mesa-libGLU-0:9.0.3-7.fc43.x8 100% | 1.8 MiB/s | 166.0 KiB | 00m00s - [112/298] openh264-0:2.6.0-2.fc43.x86_6 100% | 1.1 MiB/s | 422.8 KiB | 00m00s - [113/298] fontconfig-devel-0:2.17.0-3.f 100% | 1.7 MiB/s | 169.5 KiB | 00m00s - [114/298] freetype-devel-0:2.13.3-3.fc4 100% | 6.7 MiB/s | 1.0 MiB | 00m00s - [115/298] libXext-devel-0:1.3.6-4.fc43. 100% | 2.6 MiB/s | 85.2 KiB | 00m00s - [116/298] libXrender-devel-0:0.9.12-3.f 100% | 527.4 KiB/s | 19.0 KiB | 00m00s - [117/298] libpng-devel-2:1.6.50-2.fc43. 100% | 3.2 MiB/s | 293.4 KiB | 00m00s - [118/298] zlib-ng-compat-devel-0:2.2.5- 100% | 5.3 MiB/s | 38.3 KiB | 00m00s - [119/298] lzo-devel-0:2.10-15.fc43.x86_ 100% | 1.6 MiB/s | 39.0 KiB | 00m00s - [120/298] lzo-minilzo-0:2.10-15.fc43.x8 100% | 1.2 MiB/s | 24.0 KiB | 00m00s - [121/298] pixman-devel-0:0.46.2-2.fc43. 100% | 528.5 KiB/s | 18.0 KiB | 00m00s - [122/298] harfbuzz-devel-0:11.5.1-1.fc4 100% | 4.7 MiB/s | 456.1 KiB | 00m00s - [123/298] harfbuzz-cairo-0:11.5.1-1.fc4 100% | 838.9 KiB/s | 30.2 KiB | 00m00s - [124/298] harfbuzz-icu-0:11.5.1-1.fc43. 100% | 1.9 MiB/s | 15.8 KiB | 00m00s - [125/298] libavif-devel-0:1.3.0-2.fc43. 100% | 5.8 MiB/s | 35.4 KiB | 00m00s - [126/298] libjxl-devel-1:0.11.1-5.fc43. 100% | 10.1 MiB/s | 2.6 MiB | 00m00s - [127/298] libtiff-devel-0:4.7.0-8.fc43. 100% | 4.0 MiB/s | 268.5 KiB | 00m00s - [128/298] libwebp-devel-0:1.6.0-2.fc43. 100% | 1.2 MiB/s | 39.5 KiB | 00m00s - [129/298] libjpeg-turbo-devel-0:3.1.2-1 100% | 6.8 MiB/s | 97.5 KiB | 00m00s - [130/298] liblerc-devel-0:4.0.0-9.fc43. 100% | 8.6 MiB/s | 3.2 MiB | 00m00s - [131/298] libzstd-devel-0:1.5.7-2.fc43. 100% | 7.4 MiB/s | 52.9 KiB | 00m00s - [132/298] brotli-devel-0:1.1.0-10.fc43. 100% | 5.5 MiB/s | 33.9 KiB | 00m00s - [133/298] brotli-0:1.1.0-10.fc43.x86_64 100% | 3.2 MiB/s | 19.8 KiB | 00m00s - [134/298] highway-devel-0:1.2.0-5.fc42. 100% | 5.2 MiB/s | 422.6 KiB | 00m00s - [135/298] libaom-devel-0:3.13.1-1.fc43. 100% | 7.9 MiB/s | 56.9 KiB | 00m00s - [136/298] libvmaf-devel-0:3.0.0-4.fc43. 100% | 290.1 KiB/s | 16.2 KiB | 00m00s - [137/298] libdav1d-devel-0:1.5.1-2.fc43 100% | 1.2 MiB/s | 19.3 KiB | 00m00s - [138/298] rav1e-devel-0:0.7.1-8.fc43.x8 100% | 2.7 MiB/s | 16.5 KiB | 00m00s - [139/298] svt-av1-devel-0:3.1.2-1.fc43. 100% | 875.9 KiB/s | 27.2 KiB | 00m00s - [140/298] gtest-devel-0:1.15.2-4.fc43.x 100% | 2.7 MiB/s | 255.6 KiB | 00m00s - [141/298] gtest-0:1.15.2-4.fc43.x86_64 100% | 2.8 MiB/s | 186.0 KiB | 00m00s - [142/298] glib2-devel-0:2.86.0-2.fc43.x 100% | 8.3 MiB/s | 1.5 MiB | 00m00s - [143/298] python3-packaging-0:25.0-7.fc 100% | 2.6 MiB/s | 161.5 KiB | 00m00s - [144/298] graphite2-devel-0:1.3.14-19.f 100% | 938.0 KiB/s | 20.6 KiB | 00m00s - [145/298] libicu-devel-0:77.1-1.fc43.x8 100% | 4.7 MiB/s | 794.4 KiB | 00m00s - [146/298] gmock-0:1.15.2-4.fc43.x86_64 100% | 1.0 MiB/s | 61.1 KiB | 00m00s - [147/298] libmount-devel-0:2.41.1-17.fc 100% | 629.1 KiB/s | 24.5 KiB | 00m00s - [148/298] libselinux-devel-0:3.9-5.fc43 100% | 8.3 MiB/s | 152.1 KiB | 00m00s - [149/298] libsepol-devel-0:3.9-2.fc43.x 100% | 6.7 MiB/s | 48.4 KiB | 00m00s - [150/298] pcre2-devel-0:10.46-1.fc43.x8 100% | 9.3 MiB/s | 543.2 KiB | 00m00s - [151/298] pcre2-utf16-0:10.46-1.fc43.x8 100% | 9.1 MiB/s | 241.6 KiB | 00m00s - [152/298] pcre2-utf32-0:10.46-1.fc43.x8 100% | 8.3 MiB/s | 228.9 KiB | 00m00s - [153/298] sysprof-capture-devel-0:49.0- 100% | 2.4 MiB/s | 171.1 KiB | 00m00s - [154/298] bzip2-devel-0:1.0.8-21.fc43.x 100% | 1.7 MiB/s | 213.4 KiB | 00m00s - [155/298] libxml2-devel-0:2.12.10-5.fc4 100% | 3.3 MiB/s | 524.0 KiB | 00m00s - [156/298] xz-devel-1:5.8.1-2.fc43.x86_6 100% | 905.0 KiB/s | 67.0 KiB | 00m00s - [157/298] libblkid-devel-0:2.41.1-17.fc 100% | 224.0 KiB/s | 23.3 KiB | 00m00s - [158/298] xdg-desktop-portal-gtk-0:1.15 100% | 1.5 MiB/s | 144.0 KiB | 00m00s - [159/298] xdg-desktop-portal-0:1.20.3-2 100% | 5.8 MiB/s | 507.6 KiB | 00m00s - [160/298] fuse3-0:3.16.2-5.fc42.x86_64 100% | 8.0 MiB/s | 57.4 KiB | 00m00s - [161/298] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 1.8 MiB/s | 94.2 KiB | 00m00s - [162/298] geoclue2-0:2.7.2-3.fc43.x86_6 100% | 1.8 MiB/s | 143.4 KiB | 00m00s - [163/298] gstreamer1-0:1.26.6-1.fc43.x8 100% | 5.7 MiB/s | 1.7 MiB | 00m00s - [164/298] gstreamer1-plugins-base-0:1.2 100% | 7.5 MiB/s | 2.3 MiB | 00m00s - [165/298] libgudev-0:238-8.fc43.x86_64 100% | 5.6 MiB/s | 34.6 KiB | 00m00s - [166/298] pipewire-libs-0:1.4.8-2.fc43. 100% | 7.6 MiB/s | 2.4 MiB | 00m00s - [167/298] fuse-common-0:3.16.2-5.fc42.x 100% | 143.4 KiB/s | 8.6 KiB | 00m00s - [168/298] ModemManager-glib-0:1.24.2-1. 100% | 4.2 MiB/s | 334.9 KiB | 00m00s - [169/298] libnotify-0:0.8.7-1.fc43.x86_ 100% | 759.4 KiB/s | 53.9 KiB | 00m00s - [170/298] libunwind-0:1.8.1-3.fc43.x86_ 100% | 689.3 KiB/s | 76.5 KiB | 00m00s - [171/298] alsa-lib-0:1.2.14-4.fc43.x86_ 100% | 5.0 MiB/s | 531.3 KiB | 00m00s - [172/298] cdparanoia-libs-0:10.2-48.fc4 100% | 1.2 MiB/s | 53.9 KiB | 00m00s - [173/298] graphene-0:1.10.8-2.fc43.x86_ 100% | 1.8 MiB/s | 61.3 KiB | 00m00s - [174/298] iso-codes-0:4.18.0-2.fc43.noa 100% | 8.4 MiB/s | 3.7 MiB | 00m00s - [175/298] libXv-0:1.0.13-3.fc43.x86_64 100% | 3.0 MiB/s | 18.6 KiB | 00m00s - [176/298] libogg-2:1.3.6-1.fc43.x86_64 100% | 566.6 KiB/s | 33.4 KiB | 00m00s - [177/298] libtheora-1:1.1.1-40.fc43.x86 100% | 1.3 MiB/s | 170.3 KiB | 00m00s - [178/298] libvisual-1:0.4.2-3.fc43.x86_ 100% | 1.7 MiB/s | 153.2 KiB | 00m00s - [179/298] libvorbis-1:1.3.7-13.fc43.x86 100% | 3.3 MiB/s | 188.4 KiB | 00m00s - [180/298] opus-0:1.5.2-3.fc43.x86_64 100% | 4.0 MiB/s | 237.1 KiB | 00m00s - [181/298] orc-0:0.4.41-2.fc43.x86_64 100% | 6.2 MiB/s | 221.5 KiB | 00m00s - [182/298] bluez-libs-0:5.84-2.fc43.x86_ 100% | 2.6 MiB/s | 83.6 KiB | 00m00s - [183/298] fdk-aac-free-0:2.0.0-16.fc43. 100% | 4.1 MiB/s | 341.1 KiB | 00m00s - [184/298] fftw-libs-single-0:3.3.10-16. 100% | 7.4 MiB/s | 1.2 MiB | 00m00s - [185/298] libebur128-0:1.2.6-14.fc43.x8 100% | 355.1 KiB/s | 24.9 KiB | 00m00s - [186/298] liblc3-0:1.1.3-5.fc43.x86_64 100% | 2.2 MiB/s | 105.1 KiB | 00m00s - [187/298] libldac-0:2.0.2.3-18.fc43.x86 100% | 1.3 MiB/s | 42.5 KiB | 00m00s - [188/298] libsbc-0:2.0-7.fc43.x86_64 100% | 3.0 MiB/s | 49.0 KiB | 00m00s - [189/298] libsndfile-0:1.2.2-10.fc43.x8 100% | 2.9 MiB/s | 220.8 KiB | 00m00s - [190/298] pulseaudio-libs-0:17.0-7.fc43 100% | 5.6 MiB/s | 694.1 KiB | 00m00s - [191/298] webrtc-audio-processing-0:1.3 100% | 5.5 MiB/s | 533.9 KiB | 00m00s - [192/298] flac-libs-0:1.5.0-3.fc43.x86_ 100% | 1.4 MiB/s | 284.8 KiB | 00m00s - [193/298] gsm-0:1.0.23-1.fc43.x86_64 100% | 1.4 MiB/s | 36.0 KiB | 00m00s - [194/298] lame-libs-0:3.100-20.fc43.x86 100% | 3.0 MiB/s | 338.9 KiB | 00m00s - [195/298] mpg123-libs-0:1.32.10-2.fc43. 100% | 4.7 MiB/s | 355.6 KiB | 00m00s - [196/298] libasyncns-0:0.8-31.fc43.x86_ 100% | 811.9 KiB/s | 30.0 KiB | 00m00s - [197/298] mesa-va-drivers-0:25.2.4-2.fc 100% | 271.3 KiB/s | 20.6 KiB | 00m00s - [198/298] libcanberra-gtk3-0:0.30-38.fc 100% | 655.1 KiB/s | 30.1 KiB | 00m00s - [199/298] libcanberra-0:0.30-38.fc43.x8 100% | 984.4 KiB/s | 83.7 KiB | 00m00s - [200/298] libtdb-0:1.4.14-3.fc43.x86_64 100% | 2.7 MiB/s | 55.1 KiB | 00m00s - [201/298] sound-theme-freedesktop-0:0.8 100% | 3.9 MiB/s | 382.3 KiB | 00m00s - [202/298] localsearch-0:3.10.0-2.fc43.x 100% | 7.6 MiB/s | 890.2 KiB | 00m00s - [203/298] exempi-0:2.6.4-8.fc43.x86_64 100% | 6.4 MiB/s | 581.3 KiB | 00m00s - [204/298] giflib-0:5.2.2-8.fc43.x86_64 100% | 2.1 MiB/s | 52.3 KiB | 00m00s - [205/298] libavformat-free-0:7.1.2-2.fc 100% | 4.1 MiB/s | 1.1 MiB | 00m00s - [206/298] libcue-0:2.3.0-12.fc43.x86_64 100% | 1.9 MiB/s | 35.0 KiB | 00m00s - [207/298] libexif-0:0.6.25-2.fc43.x86_6 100% | 5.1 MiB/s | 475.6 KiB | 00m00s - [208/298] libgexiv2-0:0.14.6-2.fc43.x86 100% | 2.4 MiB/s | 101.2 KiB | 00m00s - [209/298] libgsf-0:1.14.53-4.fc43.x86_6 100% | 4.1 MiB/s | 261.4 KiB | 00m00s - [210/298] libgxps-0:0.3.2-11.fc43.x86_6 100% | 1.3 MiB/s | 76.4 KiB | 00m00s - [211/298] libiptcdata-0:1.0.5-23.fc43.x 100% | 2.8 MiB/s | 60.6 KiB | 00m00s - [212/298] libosinfo-0:1.12.0-3.fc43.x86 100% | 2.4 MiB/s | 316.3 KiB | 00m00s - [213/298] poppler-glib-0:25.07.0-2.fc43 100% | 7.8 MiB/s | 207.2 KiB | 00m00s - [214/298] totem-pl-parser-0:3.26.6-13.f 100% | 1.3 MiB/s | 143.1 KiB | 00m00s - [215/298] upower-libs-0:1.90.10-1.fc43. 100% | 1.7 MiB/s | 59.5 KiB | 00m00s - [216/298] game-music-emu-0:0.6.4-2.fc43 100% | 2.0 MiB/s | 166.1 KiB | 00m00s - [217/298] libavcodec-free-0:7.1.2-2.fc4 100% | 9.2 MiB/s | 4.2 MiB | 00m00s - [218/298] libavutil-free-0:7.1.2-2.fc43 100% | 3.1 MiB/s | 351.8 KiB | 00m00s - [219/298] libbluray-0:1.3.4-9.fc42.x86_ 100% | 2.5 MiB/s | 174.2 KiB | 00m00s - [220/298] libchromaprint-0:1.5.1-25.fc4 100% | 530.2 KiB/s | 41.4 KiB | 00m00s - [221/298] libdvdnav-0:6.1.1-11.fc43.x86 100% | 991.1 KiB/s | 55.5 KiB | 00m00s - [222/298] libdvdread-0:6.1.3-10.fc43.x8 100% | 1.1 MiB/s | 72.1 KiB | 00m00s - [223/298] libmodplug-1:0.8.9.0-28.fc43. 100% | 4.8 MiB/s | 177.9 KiB | 00m00s - [224/298] libopenmpt-0:0.8.3-1.fc43.x86 100% | 5.4 MiB/s | 785.5 KiB | 00m00s - [225/298] librabbitmq-0:0.15.0-3.fc43.x 100% | 1.6 MiB/s | 43.4 KiB | 00m00s - [226/298] librist-0:0.2.7-10.fc43.x86_6 100% | 2.5 MiB/s | 77.0 KiB | 00m00s - [227/298] libsmbclient-2:4.23.1-1.fc43. 100% | 1.4 MiB/s | 80.4 KiB | 00m00s - [228/298] srt-libs-0:1.5.4-4.fc43.x86_6 100% | 5.4 MiB/s | 388.9 KiB | 00m00s - [229/298] zeromq-0:4.3.5-22.fc43.x86_64 100% | 4.4 MiB/s | 468.2 KiB | 00m00s - [230/298] exiv2-libs-0:0.28.6-2.fc43.x8 100% | 6.2 MiB/s | 908.4 KiB | 00m00s - [231/298] libxslt-0:1.1.43-5.fc43.x86_6 100% | 3.2 MiB/s | 184.4 KiB | 00m00s - [232/298] osinfo-db-0:20250124-2.fc43.n 100% | 2.0 MiB/s | 475.5 KiB | 00m00s - [233/298] osinfo-db-tools-0:1.12.0-4.fc 100% | 1.4 MiB/s | 74.5 KiB | 00m00s - [234/298] poppler-0:25.07.0-2.fc43.x86_ 100% | 6.7 MiB/s | 1.3 MiB | 00m00s - [235/298] uchardet-0:0.0.8-8.fc43.x86_6 100% | 1.8 MiB/s | 106.0 KiB | 00m00s - [236/298] aribb24-0:1.0.3^20160216git5e 100% | 1.9 MiB/s | 39.8 KiB | 00m00s - [237/298] codec2-0:1.2.0-7.fc43.x86_64 100% | 5.5 MiB/s | 642.9 KiB | 00m00s - [238/298] ilbc-0:3.0.4-17.fc43.x86_64 100% | 1.9 MiB/s | 56.9 KiB | 00m00s - [239/298] libaribcaption-0:1.1.1-3.fc43 100% | 1.6 MiB/s | 111.1 KiB | 00m00s - [240/298] libswresample-free-0:7.1.2-2. 100% | 1.5 MiB/s | 68.5 KiB | 00m00s - [241/298] libva-0:2.22.0-6.fc43.x86_64 100% | 8.7 MiB/s | 115.9 KiB | 00m00s - [242/298] libvpl-1:2.15.0-3.fc43.x86_64 100% | 3.1 MiB/s | 161.1 KiB | 00m00s - [243/298] libvpx-0:1.15.0-4.fc43.x86_64 100% | 5.3 MiB/s | 1.2 MiB | 00m00s - [244/298] opencore-amr-0:0.1.6-9.fc43.x 100% | 3.6 MiB/s | 182.1 KiB | 00m00s - [245/298] snappy-0:1.2.2-2.fc43.x86_64 100% | 2.1 MiB/s | 39.6 KiB | 00m00s - [246/298] speex-0:1.2.0-20.fc43.x86_64 100% | 1.3 MiB/s | 70.2 KiB | 00m00s - [247/298] twolame-libs-0:0.4.0-8.fc43.x 100% | 1.6 MiB/s | 68.6 KiB | 00m00s - [248/298] vo-amrwbenc-0:0.1.3-23.fc43.x 100% | 1.4 MiB/s | 82.8 KiB | 00m00s - [249/298] xevd-libs-0:0.5.0-5.fc43.x86_ 100% | 2.2 MiB/s | 165.2 KiB | 00m00s - [250/298] xeve-libs-0:0.5.1-5.fc43.x86_ 100% | 3.3 MiB/s | 276.4 KiB | 00m00s - [251/298] xvidcore-0:1.3.7-14.fc43.x86_ 100% | 3.9 MiB/s | 266.6 KiB | 00m00s - [252/298] zvbi-0:0.2.44-2.fc43.x86_64 100% | 4.9 MiB/s | 433.6 KiB | 00m00s - [253/298] libvdpau-0:1.5-10.fc43.x86_64 100% | 220.0 KiB/s | 16.5 KiB | 00m00s - [254/298] libudfread-0:1.1.2-12.fc43.x8 100% | 1.0 MiB/s | 35.4 KiB | 00m00s - [255/298] cjson-0:1.7.18-3.fc43.x86_64 100% | 1.6 MiB/s | 31.9 KiB | 00m00s - [256/298] mbedtls-0:3.6.4-3.fc43.x86_64 100% | 6.2 MiB/s | 511.2 KiB | 00m00s - [257/298] libldb-2:4.23.1-1.fc43.x86_64 100% | 5.2 MiB/s | 190.3 KiB | 00m00s - [258/298] libtalloc-0:2.4.3-4.fc43.x86_ 100% | 1.2 MiB/s | 34.8 KiB | 00m00s - [259/298] libtevent-0:0.17.1-3.fc43.x86 100% | 2.8 MiB/s | 51.6 KiB | 00m00s - [260/298] samba-client-libs-2:4.23.1-1. 100% | 6.6 MiB/s | 5.6 MiB | 00m01s - [261/298] samba-common-2:4.23.1-1.fc43. 100% | 1.6 MiB/s | 178.6 KiB | 00m00s - [262/298] samba-common-libs-2:4.23.1-1. 100% | 841.8 KiB/s | 112.0 KiB | 00m00s - [263/298] libsodium-0:1.0.20-6.fc43.x86 100% | 8.6 MiB/s | 175.7 KiB | 00m00s - [264/298] openpgm-0:5.3.128-5.fc43.x86_ 100% | 6.8 MiB/s | 181.5 KiB | 00m00s - [265/298] inih-cpp-0:62-1.fc43.x86_64 100% | 3.3 MiB/s | 23.6 KiB | 00m00s - [266/298] gpgmepp-0:1.24.3-6.fc43.x86_6 100% | 7.0 MiB/s | 142.9 KiB | 00m00s - [267/298] nspr-0:4.37.0-3.fc43.x86_64 100% | 6.4 MiB/s | 137.8 KiB | 00m00s - [268/298] nss-0:3.115.1-1.fc43.x86_64 100% | 7.9 MiB/s | 711.6 KiB | 00m00s - [269/298] poppler-data-0:0.4.11-10.fc43 100% | 9.8 MiB/s | 2.0 MiB | 00m00s - [270/298] lpcnetfreedv-0:0.5-9.fc43.x86 100% | 11.9 MiB/s | 7.3 MiB | 00m01s - [271/298] soxr-0:0.1.3-20.fc43.x86_64 100% | 1.3 MiB/s | 86.8 KiB | 00m00s - [272/298] lmdb-libs-0:0.9.33-4.fc43.x86 100% | 2.7 MiB/s | 61.5 KiB | 00m00s - [273/298] libwbclient-2:4.23.1-1.fc43.x 100% | 985.3 KiB/s | 48.3 KiB | 00m00s - [274/298] ngtcp2-0:1.15.1-1.fc43.x86_64 100% | 599.1 KiB/s | 156.4 KiB | 00m00s - [275/298] systemd-standalone-tmpfiles-0 100% | 3.9 MiB/s | 197.3 KiB | 00m00s - [276/298] inih-0:62-1.fc43.x86_64 100% | 675.8 KiB/s | 18.2 KiB | 00m00s - [277/298] gpgme-0:1.24.3-6.fc43.x86_64 100% | 7.9 MiB/s | 218.5 KiB | 00m00s - [278/298] nss-softokn-0:3.115.1-1.fc43. 100% | 6.7 MiB/s | 425.6 KiB | 00m00s - [279/298] nss-sysinit-0:3.115.1-1.fc43. 100% | 2.7 MiB/s | 19.1 KiB | 00m00s - [280/298] nss-util-0:3.115.1-1.fc43.x86 100% | 3.0 MiB/s | 86.1 KiB | 00m00s - [281/298] nss-softokn-freebl-0:3.115.1- 100% | 889.9 KiB/s | 329.2 KiB | 00m00s - [282/298] dconf-0:0.49.0-1.fc43.x86_64 100% | 1.2 MiB/s | 110.2 KiB | 00m00s - [283/298] tinysparql-0:3.10.0-1.fc43.x8 100% | 2.8 MiB/s | 1.0 MiB | 00m00s - [284/298] glib-networking-0:2.80.1-3.fc 100% | 5.9 MiB/s | 200.8 KiB | 00m00s - [285/298] libproxy-0:0.5.8-3.fc43.x86_6 100% | 583.6 KiB/s | 44.9 KiB | 00m00s - [286/298] duktape-0:2.7.0-10.fc43.x86_6 100% | 1.3 MiB/s | 168.7 KiB | 00m00s - [287/298] svt-av1-devel-docs-0:3.1.2-1. 100% | 9.7 MiB/s | 6.8 MiB | 00m01s - [288/298] gsettings-desktop-schemas-0:4 100% | 3.9 MiB/s | 821.5 KiB | 00m00s - [289/298] gobject-introspection-0:1.84. 100% | 1.6 MiB/s | 120.3 KiB | 00m00s - [290/298] glibc-gconv-extra-0:2.42-4.fc 100% | 5.4 MiB/s | 1.6 MiB | 00m00s - [291/298] low-memory-monitor-0:2.1-13.f 100% | 392.8 KiB/s | 34.2 KiB | 00m00s - [292/298] exiv2-0:0.28.6-2.fc43.x86_64 100% | 7.0 MiB/s | 2.0 MiB | 00m00s - [293/298] intel-mediasdk-0:23.2.2-8.fc4 100% | 8.6 MiB/s | 2.7 MiB | 00m00s - [294/298] intel-vpl-gpu-rt-0:25.3.4-1.f 100% | 11.0 MiB/s | 3.8 MiB | 00m00s - [295/298] adwaita-mono-fonts-0:49.0-2.f 100% | 7.1 MiB/s | 1.4 MiB | 00m00s - [296/298] adwaita-sans-fonts-0:49.0-2.f 100% | 4.0 MiB/s | 764.3 KiB | 00m00s - [297/298] glycin-libs-0:2.0.2-1.fc43.x8 100% | 2.0 B/s | 153.0 B | 01m14s - >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/developme - >>> Status code: 404 for http://fedora.mirrorservice.org/fedora/linux/developmen - >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/development - >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/developmen - >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/development/43/Ev - >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/development/43/Eve - >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/development/43/Ev - >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/development/43/Eve - >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/deve - >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel - >>> Status code: 404 for https://eu.edge.kernel.org/fedora/development/43/Everyt - >>> Status code: 404 for http://mirrors.dotsrc.org/fedora-enchilada/linux/develo - >>> Status code: 404 for https://mirrors.dotsrc.org/fedora-enchilada/linux/devel - >>> Status code: 404 for https://mirror.plusline.net/fedora/linux/development/43 - >>> Status code: 404 for http://mirror.plusline.net/fedora/linux/development/43/ - >>> Status code: 404 for http://fedora.tu-chemnitz.de/pub/linux/fedora/linux/dev - >>> Status code: 404 for http://mirror.slu.cz/fedora/linux/development/43/Everyt - >>> Status code: 404 for https://mirror.slu.cz/fedora/linux/development/43/Every - >>> Status code: 404 for http://mirror.yandex.ru/fedora/linux/development/43/Eve - >>> Status code: 404 for https://mirror.yandex.ru/fedora/linux/development/43/Ev - >>> Status code: 404 for http://mirror.23m.com/fedora/linux/development/43/Every - >>> Status code: 404 for https://mirror.23m.com/fedora/linux/development/43/Ever - >>> Status code: 404 for http://fedora.ipacct.com/fedora/linux/development/43/Ev - >>> Status code: 404 for https://fedora.ipacct.com/fedora/linux/development/43/E - >>> Status code: 404 for https://fedora.ip-connect.vn.ua/linux/development/43/Ev - >>> Status code: 404 for http://fedora.ip-connect.vn.ua/linux/development/43/Eve - >>> Status code: 404 for https://mirror.imt-systems.com/fedora/linux/development - >>> Status code: 404 for http://mirror.imt-systems.com/fedora/linux/development/ - >>> Status code: 404 for https://ftp.lysator.liu.se/pub/fedora/linux/development - >>> Status code: 404 for http://ftp.lysator.liu.se/pub/fedora/linux/development/ - >>> Status code: 404 for https://mirror.i3d.net/pub/fedora/linux/development/43/ - >>> Status code: 404 for http://mirror.i3d.net/pub/fedora/linux/development/43/E - >>> Curl error (28): Timeout was reached for https://mirror.nl.mirhosting.net/fe - >>> Status code: 404 for http://ftp.ines.lug.ro/fedora/linux/development/43/Ever - >>> Curl error (28): Timeout was reached for http://mirror.nl.mirhosting.net/fed - >>> Status code: 404 for http://ftp.uni-bayreuth.de/linux/fedora/linux/developme - >>> Status code: 404 for http://fedora.mirror.liteserver.nl/linux/development/43 - >>> Status code: 404 for https://fedora.mirror.liteserver.nl/linux/development/4 - >>> Status code: 404 for https://fr2.rpmfind.net/linux/fedora/linux/development/ - >>> Status code: 404 for http://fr2.rpmfind.net/linux/fedora/linux/development/4 - >>> Status code: 404 for http://mirror.nl.leaseweb.net/fedora/linux/development/ - >>> Status code: 404 for http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/dev - >>> Status code: 404 for http://ftp.fau.de/fedora/linux/development/43/Everythin - >>> Status code: 404 for https://ftp.fau.de/fedora/linux/development/43/Everythi - >>> Status code: 404 for http://mirror.etf.bg.ac.rs/fedora/development/43/Everyt - >>> Status code: 404 for https://mirror.szerverem.hu/fedora/linux/development/43 - >>> Status code: 404 for http://mirror.szerverem.hu/fedora/linux/development/43/ - >>> Status code: 404 for http://mirrors.chroot.ro/fedora/linux/development/43/Ev - >>> Status code: 404 for https://mirrors.n-ix.net/fedora/linux/development/43/Ev - >>> Status code: 404 for http://mirrors.n-ix.net/fedora/linux/development/43/Eve - >>> No more mirrors to try - All mirrors were already tried without success - [298/298] glycin-loaders-0:2.0.2-1.fc43 0% | 0.0 B/s | 0.0 B | 01m14s - >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/developme - >>> Status code: 404 for http://fedora.mirrorservice.org/fedora/linux/developmen - >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/development - >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/developmen - >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/development/43/Ev - >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/development/43/Eve - >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/development/43/Ev - >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/development/43/Eve - >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/deve - >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel - >>> Status code: 404 for https://eu.edge.kernel.org/fedora/development/43/Everyt - >>> Status code: 404 for http://mirrors.dotsrc.org/fedora-enchilada/linux/develo - >>> Status code: 404 for https://mirrors.dotsrc.org/fedora-enchilada/linux/devel - >>> Status code: 404 for https://mirror.plusline.net/fedora/linux/development/43 - >>> Status code: 404 for http://mirror.plusline.net/fedora/linux/development/43/ - >>> Status code: 404 for http://fedora.tu-chemnitz.de/pub/linux/fedora/linux/dev - >>> Status code: 404 for http://mirror.slu.cz/fedora/linux/development/43/Everyt - >>> Status code: 404 for https://mirror.slu.cz/fedora/linux/development/43/Every - >>> Status code: 404 for http://mirror.yandex.ru/fedora/linux/development/43/Eve - >>> Status code: 404 for https://mirror.yandex.ru/fedora/linux/development/43/Ev - >>> Status code: 404 for http://mirror.23m.com/fedora/linux/development/43/Every - >>> Status code: 404 for https://mirror.23m.com/fedora/linux/development/43/Ever - >>> Status code: 404 for http://fedora.ipacct.com/fedora/linux/development/43/Ev - >>> Status code: 404 for https://fedora.ipacct.com/fedora/linux/development/43/E - >>> Status code: 404 for https://fedora.ip-connect.vn.ua/linux/development/43/Ev - >>> Status code: 404 for http://fedora.ip-connect.vn.ua/linux/development/43/Eve - >>> Status code: 404 for https://mirror.imt-systems.com/fedora/linux/development - >>> Status code: 404 for http://mirror.imt-systems.com/fedora/linux/development/ - >>> Status code: 404 for https://ftp.lysator.liu.se/pub/fedora/linux/development - >>> Status code: 404 for http://ftp.lysator.liu.se/pub/fedora/linux/development/ - >>> Status code: 404 for https://mirror.i3d.net/pub/fedora/linux/development/43/ - >>> Status code: 404 for http://mirror.i3d.net/pub/fedora/linux/development/43/E - >>> Curl error (28): Timeout was reached for https://mirror.nl.mirhosting.net/fe - >>> Status code: 404 for http://ftp.ines.lug.ro/fedora/linux/development/43/Ever - >>> Curl error (28): Timeout was reached for http://mirror.nl.mirhosting.net/fed - >>> Not finished - interrupted by error: Cannot download Packages/g/glycin-libs- - -------------------------------------------------------------------------------- - [298/298] Total 100% | 1.8 MiB/s | 141.0 MiB | 01m17s - Failed to download packages - Librepo error: Cannot download Packages/g/glycin-libs-2.0.2-1.fc43.x86_64.rpm: All mirrors were tried [ERROR] System package install failed with exit code 1 at command: sudo yum install -y SDL2-devel SDL2_image-devel SDL2_ttf-devel cairo-devel libffi-devel [ERROR] These packages are still missing: cairo-devel libffi-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel [NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages. "/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.dev $DEPS" failed with exit status 10 2025-10-18 17:18.44: Job failed: Failed: Build failed