2025-10-18 16:32.59: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (0764a285a52562a94e944d962b7b0e6e493f1334) (linux-x86_64:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Opam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 0764a285cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52# 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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./RUN opam pin add -yn ocamlgraph_gtk.dev './' && \opam pin add -yn ocamlgraph.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-18 16:32.59: Using cache hint "backtracking/ocamlgraph-ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-7f0c2075e1c5d4fe21d94d585c77c2db"2025-10-18 16:32.59: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)(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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))(run (network host)(shell "opam pin add -yn ocamlgraph_gtk.dev './' && \\nopam pin add -yn ocamlgraph.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-10-18 16:32.59: Waiting for resource in pool OCluster2025-10-18 16:44.24: Waiting for worker…2025-10-18 16:45.49: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialised empty Git repository in /var/cache/obuilder/ocluster/git/ocamlgraph.git-6d01ed0c729ab67e4397eec9f7c2a6a0ff10a4d5/.git/HEAD is now at 0764a28 Merge pull request #155 from redianthus/master(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52' locallydocker.io/ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52: Pulling from ocaml/opam3a6ccf50917d: Already exists698b8d1610af: Already exists7e5b745a56a4: Already existse8859609bfb8: Already exists51242d36b3fd: Already exists61958fadfb74: Already exists04578677ff3f: Already exists01b19b859bd1: Already exists47b008c442e7: Already exists434ff16e8a1b: Already existse2e8d2ec1110: Already existsbb8f1dbb2acd: Already existsc914fb01d9b0: Already existsacbc7d112060: Already exists7b0ca93f3f54: Already exists5a223856338a: Already existsace6a731f305: Already existsa6230b7fafa0: Already exists917f9b8155b5: Already exists8f7a3b7d908f: Already exists4f4fb700ef54: Already exists7af8a72dec52: Already exists9565a36b4e3a: Already existsa1ba7d9452a1: Already exists24a9095bda75: Already exists16c026bd2ca7: Already exists6b821f07d597: Already existsafd0175f27f4: Already exists88ab18f654c7: Already existsbe69a91a3ef7: Already existsce8a4e53f5e3: Already exists3e2bdc6df5e4: Already existsff986d64677f: Already exists9c9f7117b120: Already exists8bc6797e23fc: Already exists07b81fe7312a: Already exists43fc65bb52eb: Already existsa5d75845130a: Already exists1eec13083f65: Already exists502b0eef2b39: Pulling fs layerc1a5e9a62af8: Pulling fs layer13ca68c1356e: Pulling fs layerb02e3b0a0c41: Pulling fs layer502b0eef2b39: Waitingc1a5e9a62af8: Waiting13ca68c1356e: Waitingb02e3b0a0c41: Waitingc1a5e9a62af8: Verifying Checksumc1a5e9a62af8: Download complete13ca68c1356e: Download completeb02e3b0a0c41: Verifying Checksumb02e3b0a0c41: Download complete502b0eef2b39: Verifying Checksum502b0eef2b39: Download complete502b0eef2b39: Pull completec1a5e9a62af8: Pull complete13ca68c1356e: Pull completeb02e3b0a0c41: Pull completeDigest: sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Status: Downloaded newer image for ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb522025-10-18 16:45.52 ---> using "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11" 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 - Updates 100% | 169.8 KiB/s | 23.9 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-10-18 16:45.52 ---> using "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-18 16:45.52 ---> using "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-18 16:45.52 ---> using "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-10-18 16:45.52 ---> using "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-18 16:45.52 ---> using "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> 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.3.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)2025-10-18 16:45.52 ---> using "0c4586d33c0ca42c0faee92d5ec55260be6fa2401a149b5c600a7619d6867ec9" from cache/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))2025-10-18 16:45.52 ---> saved as "1e9239251736e8c81974ec3436a15a791211ba7661503728d862cf562215ad5d"/src: (run (network host)(shell "opam pin add -yn ocamlgraph_gtk.dev './' && \\nopam pin add -yn ocamlgraph.dev './'"))[ocamlgraph_gtk.dev] synchronised (file:///src)ocamlgraph_gtk is now pinned to file:///src (version dev)[ocamlgraph.dev] synchronised (file:///src)ocamlgraph is now pinned to file:///src (version dev)2025-10-18 16:45.55 ---> saved as "27c0bc20010c857279ddfc5a4d0b682e1777451d7c55d361ad2e2214e00ca16c"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-18 16:45.55 ---> saved as "dc2adb8a254a3ad38fd820a7d120a03e97a262cd8381adad3b30160c5d295ab7"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocamlgraph.dev] synchronised (file:///src)[ocamlgraph_gtk.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 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:gtk2-devel libgnomecanvas-devel libXft-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "gtk2-devel" "libXft-devel" "libgnomecanvas-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- gtk2-devel x86_64 2.24.33-23.fc43 fedora 23.8 MiB- libXft-devel x86_64 2.3.8-9.fc43 fedora 31.7 KiB- libgnomecanvas-devel x86_64 2.30.3-32.fc43 fedora 595.6 KiB- Installing dependencies:- ModemManager-glib x86_64 1.24.2-1.fc43 fedora 1.5 MiB- abattis-cantarell-vf-fonts noarch 0.301-15.fc43 fedora 192.7 KiB- adobe-source-code-pro-fonts noarch 2.042.1.062.1.026-7.fc43 fedora 1.6 MiB- adwaita-cursor-theme noarch 49.0-1.fc43 fedora 11.4 MiB- adwaita-icon-theme noarch 49.0-1.fc43 fedora 1.2 MiB- adwaita-icon-theme-legacy noarch 46.2-4.fc43 fedora 2.1 MiB- alsa-lib x86_64 1.2.14-4.fc43 fedora 1.4 MiB- aribb24 x86_64 1.0.3^20160216git5e9be27-3.fc43 fedora 83.1 KiB- at-spi2-atk x86_64 2.58.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- atk-devel x86_64 2.58.0-2.fc43 fedora 5.9 MiB- avahi-glib x86_64 0.9~rc2-6.fc43 fedora 19.6 KiB- avahi-libs x86_64 0.9~rc2-6.fc43 fedora 171.6 KiB- bluez-libs x86_64 5.84-2.fc43 fedora 198.3 KiB- brotli x86_64 1.1.0-10.fc43 fedora 31.6 KiB- brotli-devel x86_64 1.1.0-10.fc43 fedora 65.6 KiB- bzip2-devel x86_64 1.0.8-21.fc43 fedora 309.8 KiB- cairo x86_64 1.18.4-2.fc43 fedora 1.8 MiB- cairo-devel x86_64 1.18.4-2.fc43 fedora 2.3 MiB- cairo-gobject x86_64 1.18.4-2.fc43 fedora 31.1 KiB- cdparanoia-libs x86_64 10.2-48.fc43 fedora 113.5 KiB- cjson x86_64 1.7.18-3.fc43 fedora 63.9 KiB- cmake-filesystem x86_64 3.31.6-4.fc43 fedora 0.0 B- codec2 x86_64 1.2.0-7.fc43 fedora 1.4 MiB- colord-libs x86_64 1.4.8-2.fc43 fedora 830.7 KiB- 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- docbook-dtds noarch 1.0-89.fc43 fedora 8.3 MiB- docbook-style-dsssl noarch 1.79-42.fc43 fedora 2.2 MiB- docbook-style-xsl noarch 1.79.2-25.fc43 fedora 15.6 MiB- docbook-utils noarch 0.6.15-3.fc43 fedora 156.7 KiB- duktape x86_64 2.7.0-10.fc43 fedora 615.8 KiB- exempi x86_64 2.6.4-8.fc43 fedora 1.4 MiB- exiv2-libs x86_64 0.28.6-2.fc43 fedora 2.8 MiB- fdk-aac-free x86_64 2.0.0-16.fc43 fedora 611.8 KiB- fftw-libs-single x86_64 3.3.10-16.fc43 fedora 3.6 MiB- flac-libs x86_64 1.5.0-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- fribidi-devel x86_64 1.0.16-3.fc43 fedora 78.0 KiB- fuse-common x86_64 3.16.2-5.fc42 fedora 38.0 B- fuse3 x86_64 3.16.2-5.fc42 fedora 129.7 KiB- fuse3-libs x86_64 3.16.2-5.fc42 fedora 281.5 KiB- game-music-emu x86_64 0.6.4-2.fc43 fedora 351.8 KiB- gdk-pixbuf2 x86_64 2.44.3-1.fc43 fedora 2.5 MiB- gdk-pixbuf2-devel x86_64 2.44.3-1.fc43 fedora 2.3 MiB- geoclue2 x86_64 2.7.2-3.fc43 fedora 395.7 KiB- giflib x86_64 5.2.2-8.fc43 fedora 112.1 KiB- glib2-devel x86_64 2.86.0-2.fc43 fedora 15.7 MiB- glibc-gconv-extra x86_64 2.42-4.fc43 fedora 7.2 MiB- glycin-devel x86_64 2.0.2-1.fc43 fedora 126.0 KiB- 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- 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- gtk-doc x86_64 1.34.0-7.fc43 fedora 3.2 MiB- gtk-update-icon-cache x86_64 3.24.51-2.fc43 fedora 62.2 KiB- gtk2 x86_64 2.24.33-23.fc43 fedora 12.8 MiB- gtk3 x86_64 3.24.51-2.fc43 fedora 22.4 MiB- harfbuzz x86_64 11.5.1-1.fc43 fedora 2.8 MiB- harfbuzz-cairo x86_64 11.5.1-1.fc43 fedora 48.1 KiB- harfbuzz-devel x86_64 11.5.1-1.fc43 fedora 5.3 MiB- harfbuzz-icu x86_64 11.5.1-1.fc43 fedora 15.4 KiB- hicolor-icon-theme noarch 0.18-2.fc43 fedora 72.4 KiB- highway x86_64 1.2.0-5.fc42 fedora 4.4 MiB- hwdata noarch 0.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- lcms2-devel x86_64 2.16-6.fc43 fedora 135.7 KiB- libXcomposite x86_64 0.4.6-6.fc43 fedora 40.5 KiB- libXcomposite-devel x86_64 0.4.6-6.fc43 fedora 8.0 KiB- libXcursor x86_64 1.2.3-3.fc43 fedora 53.4 KiB- libXcursor-devel x86_64 1.2.3-3.fc43 fedora 22.7 KiB- libXdamage x86_64 1.1.6-6.fc43 fedora 39.6 KiB- libXext x86_64 1.3.6-4.fc43 fedora 90.0 KiB- libXext-devel x86_64 1.3.6-4.fc43 fedora 98.9 KiB- libXfixes x86_64 6.0.1-6.fc43 fedora 26.2 KiB- libXfixes-devel x86_64 6.0.1-6.fc43 fedora 9.2 KiB- libXft x86_64 2.3.8-9.fc43 fedora 164.4 KiB- libXi x86_64 1.8.2-3.fc43 fedora 80.6 KiB- libXi-devel x86_64 1.8.2-3.fc43 fedora 132.5 KiB- libXinerama x86_64 1.1.5-9.fc43 fedora 15.0 KiB- libXinerama-devel x86_64 1.1.5-9.fc43 fedora 7.0 KiB- libXrandr x86_64 1.5.4-6.fc43 fedora 51.8 KiB- libXrandr-devel x86_64 1.5.4-6.fc43 fedora 21.8 KiB- libXrender x86_64 0.9.12-3.fc43 fedora 46.0 KiB- libXrender-devel x86_64 0.9.12-3.fc43 fedora 50.1 KiB- libXtst x86_64 1.2.5-3.fc43 fedora 33.5 KiB- libXv x86_64 1.0.13-3.fc43 fedora 26.0 KiB- libXxf86vm x86_64 1.1.6-3.fc43 fedora 25.3 KiB- libaom x86_64 3.13.1-1.fc43 fedora 5.0 MiB- libaribcaption x86_64 1.1.1-3.fc43 fedora 244.5 KiB- libart_lgpl x86_64 2.3.21-36.fc43 fedora 139.0 KiB- libart_lgpl-devel x86_64 2.3.21-36.fc43 fedora 72.6 KiB- libasyncns x86_64 0.8-31.fc43 fedora 55.5 KiB- libavcodec-free x86_64 7.1.2-2.fc43 fedora 9.8 MiB- libavformat-free x86_64 7.1.2-2.fc43 fedora 2.6 MiB- libavutil-free x86_64 7.1.2-2.fc43 fedora 942.5 KiB- libblkid-devel x86_64 2.41.1-17.fc43 fedora 44.9 KiB- libbluray x86_64 1.3.4-9.fc42 fedora 397.6 KiB- libcanberra x86_64 0.30-38.fc43 fedora 266.5 KiB- libcanberra-gtk3 x86_64 0.30-38.fc43 fedora 70.7 KiB- libchromaprint x86_64 1.5.1-25.fc43 fedora 64.5 KiB- libcloudproviders x86_64 0.3.6-2.fc43 fedora 124.3 KiB- libcue x86_64 2.3.0-12.fc43 fedora 85.8 KiB- libdatrie x86_64 0.2.13-12.fc43 fedora 53.8 KiB- libdatrie-devel x86_64 0.2.13-12.fc43 fedora 558.1 KiB- libdav1d x86_64 1.5.1-2.fc43 fedora 1.7 MiB- libdrm x86_64 2.4.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- libffi-devel x86_64 3.5.1-2.fc43 fedora 33.9 KiB- libgexiv2 x86_64 0.14.6-2.fc43 fedora 279.2 KiB- libglade2 x86_64 2.6.4-36.fc43 fedora 152.3 KiB- libglvnd x86_64 1:1.7.0-8.fc43 fedora 526.1 KiB- libglvnd-egl x86_64 1:1.7.0-8.fc43 fedora 64.7 KiB- libglvnd-glx x86_64 1:1.7.0-8.fc43 fedora 601.2 KiB- libgnomecanvas x86_64 2.30.3-32.fc43 fedora 961.4 KiB- libgsf x86_64 1.14.53-4.fc43 fedora 965.5 KiB- libgudev x86_64 238-8.fc43 fedora 83.8 KiB- libgusb x86_64 0.4.9-4.fc43 fedora 162.0 KiB- libgxps x86_64 0.3.2-11.fc43 fedora 188.1 KiB- libheif x86_64 1.20.2-6.fc43 fedora 1.6 MiB- libicu-devel x86_64 77.1-1.fc43 fedora 5.0 MiB- libiptcdata x86_64 1.0.5-23.fc43 fedora 163.9 KiB- libjpeg-turbo x86_64 3.1.2-1.fc43 fedora 804.9 KiB- libjxl x86_64 1:0.11.1-5.fc43 fedora 3.1 MiB- liblc3 x86_64 1.1.3-5.fc43 fedora 170.8 KiB- libldac x86_64 2.0.2.3-18.fc43 fedora 74.2 KiB- libldb x86_64 2:4.23.1-1.fc43 fedora 450.9 KiB- liblerc x86_64 4.0.0-9.fc43 fedora 624.1 KiB- libmodplug x86_64 1:0.8.9.0-28.fc43 fedora 355.2 KiB- libmount-devel x86_64 2.41.1-17.fc43 fedora 65.5 KiB- libnotify x86_64 0.8.7-1.fc43 fedora 123.6 KiB- libogg x86_64 2:1.3.6-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- libseccomp-devel x86_64 2.6.0-2.fc43 fedora 114.3 KiB- libselinux-devel x86_64 3.9-5.fc43 fedora 127.3 KiB- libsepol-devel x86_64 3.9-2.fc43 fedora 121.4 KiB- libsmbclient x86_64 2:4.23.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- libthai-devel x86_64 0.1.29-11.fc43 fedora 644.3 KiB- libtheora x86_64 1:1.1.1-40.fc43 fedora 477.3 KiB- libtiff x86_64 4.7.0-8.fc43 fedora 619.0 KiB- libtinysparql x86_64 3.10.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- 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- 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- 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- lynx x86_64 2.9.2-4.fc43 fedora 6.0 MiB- lzo x86_64 2.10-15.fc43 fedora 178.9 KiB- lzo-devel x86_64 2.10-15.fc43 fedora 212.2 KiB- lzo-minilzo x86_64 2.10-15.fc43 fedora 36.7 KiB- mbedtls x86_64 3.6.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-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- openjade x86_64 1.3.2-83.fc43 fedora 3.7 MiB- openjpeg x86_64 2.5.4-1.fc43 fedora 456.3 KiB- openpgm x86_64 5.3.128-5.fc43 fedora 312.3 KiB- opensp x86_64 1.5.2-49.fc43 fedora 2.8 MiB- opus x86_64 1.5.2-3.fc43 fedora 427.6 KiB- orc x86_64 0.4.41-2.fc43 fedora 726.3 KiB- osinfo-db noarch 20250124-2.fc43 fedora 3.9 MiB- osinfo-db-tools x86_64 1.12.0-4.fc43 fedora 190.9 KiB- pango x86_64 1.57.0-1.fc43 fedora 1.0 MiB- pango-devel x86_64 1.57.0-1.fc43 fedora 1.5 MiB- pcre2-devel x86_64 10.46-1.fc43 fedora 2.1 MiB- pcre2-utf16 x86_64 10.46-1.fc43 fedora 626.3 KiB- pcre2-utf32 x86_64 10.46-1.fc43 fedora 602.2 KiB- perl-SGMLSpm noarch 1.03ii-65.fc43 fedora 71.1 KiB- pipewire-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-lxml x86_64 6.0.1-2.fc43 fedora 5.8 MiB- python3-packaging noarch 25.0-7.fc43 fedora 607.4 KiB- python3-pygments noarch 2.19.1-6.fc43 fedora 11.3 MiB- rav1e-libs x86_64 0.7.1-8.fc43 fedora 3.0 MiB- redhat-display-fonts noarch 4.1.0-2.fc43 fedora 963.9 KiB- redhat-text-fonts noarch 4.1.0-2.fc43 fedora 788.2 KiB- 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- sgml-common noarch 0.6.3-67.fc43 fedora 168.1 KiB- shared-mime-info x86_64 2.4-2.fc43 fedora 5.2 MiB- snappy x86_64 1.2.2-2.fc43 fedora 71.8 KiB- sound-theme-freedesktop noarch 0.8-24.fc43 fedora 460.4 KiB- soxr x86_64 0.1.3-20.fc43 fedora 191.5 KiB- speex x86_64 1.2.0-20.fc43 fedora 128.5 KiB- spirv-tools-libs x86_64 2025.3-4.fc43 fedora 5.6 MiB- srt-libs x86_64 1.5.4-4.fc43 fedora 993.8 KiB- svt-av1-libs x86_64 3.1.2-1.fc43 fedora 5.6 MiB- sysprof-capture-devel x86_64 49.0-1.fc43 fedora 803.7 KiB- systemd-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- gi-docgen-fonts noarch 2025.4-5.fc43 fedora 0.0 B- glib-networking x86_64 2.80.1-3.fc43 fedora 742.9 KiB- intel-mediasdk x86_64 23.2.2-8.fc43 fedora 22.4 MiB- intel-vpl-gpu-rt x86_64 25.3.4-1.fc43 fedora 11.7 MiB- libcanberra-gtk2 x86_64 0.30-38.fc43 fedora 50.2 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- 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: 305 packages-- Total size of inbound packages is 149 MiB. Need to download 149 MiB.- After this operation, 601 MiB extra will be used (install 601 MiB, remove 0 B).- [ 1/305] cairo-0:1.18.4-2.fc43.x86_64 100% | 6.0 MiB/s | 729.3 KiB | 00m00s- [ 2/305] gdk-pixbuf2-0:2.44.3-1.fc43.x 100% | 2.4 MiB/s | 483.8 KiB | 00m00s- [ 3/305] gtk2-devel-0:2.24.33-23.fc43. 100% | 7.8 MiB/s | 2.8 MiB | 00m00s- [ 4/305] pango-0:1.57.0-1.fc43.x86_64 100% | 2.2 MiB/s | 353.4 KiB | 00m00s- [ 5/305] fontconfig-0:2.17.0-3.fc43.x8 100% | 2.0 MiB/s | 272.2 KiB | 00m00s- [ 6/305] libXext-0:1.3.6-4.fc43.x86_64 100% | 1.0 MiB/s | 39.1 KiB | 00m00s- [ 7/305] gtk2-0:2.24.33-23.fc43.x86_64 100% | 7.5 MiB/s | 3.3 MiB | 00m00s- [ 8/305] libXrender-0:0.9.12-3.fc43.x8 100% | 548.4 KiB/s | 26.9 KiB | 00m00s- [ 9/305] lzo-0:2.10-15.fc43.x86_64 100% | 3.4 MiB/s | 69.4 KiB | 00m00s- [ 10/305] libpng-2:1.6.50-2.fc43.x86_64 100% | 1.6 MiB/s | 123.0 KiB | 00m00s- [ 11/305] pixman-0:0.46.2-2.fc43.x86_64 100% | 4.1 MiB/s | 292.5 KiB | 00m00s- [ 12/305] freetype-0:2.13.3-3.fc43.x86_ 100% | 1.0 MiB/s | 412.1 KiB | 00m00s- [ 13/305] shared-mime-info-0:2.4-2.fc43 100% | 3.5 MiB/s | 399.7 KiB | 00m00s- [ 14/305] atk-0:2.58.0-2.fc43.x86_64 100% | 3.9 MiB/s | 80.5 KiB | 00m00s- [ 15/305] gtk-update-icon-cache-0:3.24. 100% | 1.8 MiB/s | 33.8 KiB | 00m00s- [ 16/305] cups-libs-1:2.4.14-2.fc43.x86 100% | 5.2 MiB/s | 261.3 KiB | 00m00s- [ 17/305] hicolor-icon-theme-0:0.18-2.f 100% | 1.4 MiB/s | 65.9 KiB | 00m00s- [ 18/305] libXcursor-0:1.2.3-3.fc43.x86 100% | 1.2 MiB/s | 31.2 KiB | 00m00s- [ 19/305] libXcomposite-0:0.4.6-6.fc43. 100% | 377.6 KiB/s | 24.2 KiB | 00m00s- [ 20/305] libXdamage-0:1.1.6-6.fc43.x86 100% | 1.1 MiB/s | 23.3 KiB | 00m00s- [ 21/305] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 2.3 MiB/s | 19.1 KiB | 00m00s- [ 22/305] libXi-0:1.8.2-3.fc43.x86_64 100% | 2.2 MiB/s | 40.3 KiB | 00m00s- [ 23/305] libXinerama-0:1.1.5-9.fc43.x8 100% | 643.2 KiB/s | 14.2 KiB | 00m00s- [ 24/305] fribidi-0:1.0.16-3.fc43.x86_6 100% | 544.1 KiB/s | 53.3 KiB | 00m00s- [ 25/305] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 255.5 KiB/s | 27.6 KiB | 00m00s- [ 26/305] libXft-0:2.3.8-9.fc43.x86_64 100% | 1.2 MiB/s | 72.2 KiB | 00m00s- [ 27/305] libthai-0:0.1.29-11.fc43.x86_ 100% | 2.3 MiB/s | 210.3 KiB | 00m00s- [ 28/305] harfbuzz-0:11.5.1-1.fc43.x86_ 100% | 5.5 MiB/s | 1.1 MiB | 00m00s- [ 29/305] default-fonts-core-sans-0:4.2 100% | 597.9 KiB/s | 29.9 KiB | 00m00s- [ 30/305] xml-common-0:0.6.3-67.fc43.no 100% | 1.2 MiB/s | 31.0 KiB | 00m00s- [ 31/305] fonts-filesystem-1:2.0.5-23.f 100% | 222.5 KiB/s | 8.7 KiB | 00m00s- [ 32/305] lcms2-0:2.16-6.fc43.x86_64 100% | 1.0 MiB/s | 182.8 KiB | 00m00s- [ 33/305] at-spi2-core-0:2.58.0-2.fc43. 100% | 1.6 MiB/s | 389.8 KiB | 00m00s- [ 34/305] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 945.6 KiB/s | 69.0 KiB | 00m00s- [ 35/305] cups-filesystem-1:2.4.14-2.fc 100% | 843.4 KiB/s | 12.7 KiB | 00m00s- [ 36/305] graphite2-0:1.3.14-19.fc43.x8 100% | 1.4 MiB/s | 95.6 KiB | 00m00s- [ 37/305] libdatrie-0:0.2.13-12.fc43.x8 100% | 864.8 KiB/s | 32.0 KiB | 00m00s- [ 38/305] abattis-cantarell-vf-fonts-0: 100% | 678.8 KiB/s | 120.1 KiB | 00m00s- [ 39/305] google-noto-sans-vf-fonts-0:2 100% | 2.2 MiB/s | 614.2 KiB | 00m00s- [ 40/305] libheif-0:1.20.2-6.fc43.x86_6 100% | 5.4 MiB/s | 578.1 KiB | 00m00s- [ 41/305] libjxl-1:0.11.1-5.fc43.x86_64 100% | 6.7 MiB/s | 1.1 MiB | 00m00s- [ 42/305] librsvg2-0:2.61.0-2.fc43.x86_ 100% | 11.4 MiB/s | 1.9 MiB | 00m00s- [ 43/305] dbus-1:1.16.0-4.fc43.x86_64 100% | 106.8 KiB/s | 7.5 KiB | 00m00s- [ 44/305] libXtst-0:1.2.5-3.fc43.x86_64 100% | 892.3 KiB/s | 20.5 KiB | 00m00s- [ 45/305] xprop-0:1.2.8-4.fc43.x86_64 100% | 3.1 MiB/s | 34.8 KiB | 00m00s- [ 46/305] google-noto-fonts-common-0:20 100% | 568.5 KiB/s | 17.1 KiB | 00m00s- [ 47/305] libaom-0:3.13.1-1.fc43.x86_64 100% | 10.8 MiB/s | 1.9 MiB | 00m00s- [ 48/305] libdav1d-0:1.5.1-2.fc43.x86_6 100% | 5.6 MiB/s | 639.4 KiB | 00m00s- [ 49/305] libjpeg-turbo-0:3.1.2-1.fc43. 100% | 2.7 MiB/s | 236.8 KiB | 00m00s- [ 50/305] libopenjph-0:0.22.0-2.fc43.x8 100% | 2.8 MiB/s | 154.4 KiB | 00m00s- [ 51/305] libwebp-0:1.6.0-2.fc43.x86_64 100% | 5.6 MiB/s | 324.2 KiB | 00m00s- [ 52/305] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 3.4 MiB/s | 192.2 KiB | 00m00s- [ 53/305] rav1e-libs-0:0.7.1-8.fc43.x86 100% | 9.6 MiB/s | 1.0 MiB | 00m00s- [ 54/305] svt-av1-libs-0:3.1.2-1.fc43.x 100% | 7.6 MiB/s | 2.0 MiB | 00m00s- [ 55/305] highway-0:1.2.0-5.fc42.x86_64 100% | 7.4 MiB/s | 625.6 KiB | 00m00s- [ 56/305] cairo-gobject-0:1.18.4-2.fc43 100% | 403.1 KiB/s | 16.9 KiB | 00m00s- [ 57/305] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 6.0 MiB/s | 196.6 KiB | 00m00s- [ 58/305] libXft-devel-0:2.3.8-9.fc43.x 100% | 3.7 MiB/s | 49.4 KiB | 00m00s- [ 59/305] libgnomecanvas-devel-0:2.30.3 100% | 1.9 MiB/s | 71.4 KiB | 00m00s- [ 60/305] gtk-doc-0:1.34.0-7.fc43.x86_6 100% | 6.0 MiB/s | 488.5 KiB | 00m00s- [ 61/305] libgnomecanvas-0:2.30.3-32.fc 100% | 1.7 MiB/s | 241.3 KiB | 00m00s- [ 62/305] docbook-style-xsl-0:1.79.2-25 100% | 9.2 MiB/s | 1.5 MiB | 00m00s- [ 63/305] docbook-utils-0:0.6.15-3.fc43 100% | 1.5 MiB/s | 69.1 KiB | 00m00s- [ 64/305] python3-lxml-0:6.0.1-2.fc43.x 100% | 7.9 MiB/s | 1.6 MiB | 00m00s- [ 65/305] python3-pygments-0:2.19.1-6.f 100% | 8.5 MiB/s | 2.7 MiB | 00m00s- [ 66/305] libart_lgpl-0:2.3.21-36.fc43. 100% | 947.7 KiB/s | 73.0 KiB | 00m00s- [ 67/305] libglade2-0:2.6.4-36.fc43.x86 100% | 1.8 MiB/s | 60.3 KiB | 00m00s- [ 68/305] docbook-dtds-0:1.0-89.fc43.no 100% | 4.1 MiB/s | 334.8 KiB | 00m00s- [ 69/305] docbook-style-dsssl-0:1.79-42 100% | 4.4 MiB/s | 258.7 KiB | 00m00s- [ 70/305] perl-SGMLSpm-0:1.03ii-65.fc43 100% | 675.4 KiB/s | 27.7 KiB | 00m00s- [ 71/305] libxslt-0:1.1.43-5.fc43.x86_6 100% | 2.4 MiB/s | 184.4 KiB | 00m00s- [ 72/305] sgml-common-0:0.6.3-67.fc43.n 100% | 2.7 MiB/s | 60.5 KiB | 00m00s- [ 73/305] openjade-0:1.3.2-83.fc43.x86_ 100% | 7.4 MiB/s | 869.7 KiB | 00m00s- [ 74/305] opensp-0:1.5.2-49.fc43.x86_64 100% | 7.4 MiB/s | 889.1 KiB | 00m00s- [ 75/305] openh264-0:2.6.0-2.fc43.x86_6 100% | 1.2 MiB/s | 422.8 KiB | 00m00s- [ 76/305] libart_lgpl-devel-0:2.3.21-36 100% | 1.2 MiB/s | 32.0 KiB | 00m00s- [ 77/305] pango-devel-0:1.57.0-1.fc43.x 100% | 2.1 MiB/s | 162.0 KiB | 00m00s- [ 78/305] cairo-devel-0:1.18.4-2.fc43.x 100% | 1.7 MiB/s | 191.8 KiB | 00m00s- [ 79/305] fontconfig-devel-0:2.17.0-3.f 100% | 4.4 MiB/s | 169.5 KiB | 00m00s- [ 80/305] freetype-devel-0:2.13.3-3.fc4 100% | 9.0 MiB/s | 1.0 MiB | 00m00s- [ 81/305] glib2-devel-0:2.86.0-2.fc43.x 100% | 8.1 MiB/s | 1.5 MiB | 00m00s- [ 82/305] python3-packaging-0:25.0-7.fc 100% | 4.9 MiB/s | 161.5 KiB | 00m00s- [ 83/305] libXrender-devel-0:0.9.12-3.f 100% | 1.3 MiB/s | 19.0 KiB | 00m00s- [ 84/305] atk-devel-0:2.58.0-2.fc43.x86 100% | 7.5 MiB/s | 443.3 KiB | 00m00s- [ 85/305] gdk-pixbuf2-devel-0:2.44.3-1. 100% | 4.3 MiB/s | 368.8 KiB | 00m00s- [ 86/305] libXcomposite-devel-0:0.4.6-6 100% | 310.6 KiB/s | 15.8 KiB | 00m00s- [ 87/305] libXcursor-devel-0:1.2.3-3.fc 100% | 1.9 MiB/s | 39.6 KiB | 00m00s- [ 88/305] libXext-devel-0:1.3.6-4.fc43. 100% | 1.7 MiB/s | 85.2 KiB | 00m00s- [ 89/305] libXfixes-devel-0:6.0.1-6.fc4 100% | 738.6 KiB/s | 12.6 KiB | 00m00s- [ 90/305] libXi-devel-0:1.8.2-3.fc43.x8 100% | 2.0 MiB/s | 115.8 KiB | 00m00s- [ 91/305] libXinerama-devel-0:1.1.5-9.f 100% | 237.0 KiB/s | 13.0 KiB | 00m00s- [ 92/305] libXrandr-devel-0:1.5.4-6.fc4 100% | 310.2 KiB/s | 19.2 KiB | 00m00s- [ 93/305] libtiff-0:4.7.0-8.fc43.x86_64 100% | 3.0 MiB/s | 221.1 KiB | 00m00s- [ 94/305] jbigkit-libs-0:2.1-32.fc43.x8 100% | 901.5 KiB/s | 53.2 KiB | 00m00s- [ 95/305] liblerc-0:4.0.0-9.fc43.x86_64 100% | 3.4 MiB/s | 215.1 KiB | 00m00s- [ 96/305] cmake-filesystem-0:3.31.6-4.f 100% | 2.2 MiB/s | 15.5 KiB | 00m00s- [ 97/305] libffi-devel-0:3.5.1-2.fc43.x 100% | 1.7 MiB/s | 29.6 KiB | 00m00s- [ 98/305] libmount-devel-0:2.41.1-17.fc 100% | 2.4 MiB/s | 24.5 KiB | 00m00s- [ 99/305] libselinux-devel-0:3.9-5.fc43 100% | 2.7 MiB/s | 152.1 KiB | 00m00s- [100/305] libsepol-devel-0:3.9-2.fc43.x 100% | 2.4 MiB/s | 48.4 KiB | 00m00s- [101/305] pcre2-devel-0:10.46-1.fc43.x8 100% | 6.4 MiB/s | 543.2 KiB | 00m00s- [102/305] pcre2-utf16-0:10.46-1.fc43.x8 100% | 4.6 MiB/s | 241.6 KiB | 00m00s- [103/305] pcre2-utf32-0:10.46-1.fc43.x8 100% | 2.5 MiB/s | 228.9 KiB | 00m00s- [104/305] sysprof-capture-devel-0:49.0- 100% | 5.1 MiB/s | 171.1 KiB | 00m00s- [105/305] zlib-ng-compat-devel-0:2.2.5- 100% | 2.0 MiB/s | 38.3 KiB | 00m00s[ERROR] System package install failed with exit code 1 at command:sudo yum install -y gtk2-devel libXft-devel libgnomecanvas-devel- [106/305] glycin-devel-0:2.0.2-1.fc43.x 100% | 4.0 B/s | 288.0 B | 01m05s- >>> 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 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 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://divergentnetworks.mm.fcix.net/fedora/linux/deve- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel- >>> 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://eu.edge.kernel.org/fedora/development/43/Everyt- >>> 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- >>> 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 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://ftp.uni-bayreuth.de/linux/fedora/linux/developme- >>> 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://ftp.lysator.liu.se/pub/fedora/linux/development- >>> Status code: 404 for http://ftp.lysator.liu.se/pub/fedora/linux/development/- >>> 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 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://mirror.plusline.net/fedora/linux/development/43- >>> Status code: 404 for http://mirror.plusline.net/fedora/linux/development/43/- >>> 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 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://fedora.mirror.liteserver.nl/linux/development/43- >>> Status code: 404 for https://fedora.mirror.liteserver.nl/linux/development/4- >>> Status code: 404 for http://mirror.nl.leaseweb.net/fedora/linux/development/- >>> 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://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/dev- >>> Status code: 404 for http://fedora.tu-chemnitz.de/pub/linux/fedora/linux/dev- >>> Status code: 404 for http://mirrors.chroot.ro/fedora/linux/development/43/Ev- >>> 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://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 https://mirrors.n-ix.net/fedora/linux/development/43/Ev- >>> Status code: 404 for http://mirrors.n-ix.net/fedora/linux/development/43/Eve- >>> Status code: 404 for http://mirror.etf.bg.ac.rs/fedora/development/43/Everyt- >>> No more mirrors to try - All mirrors were already tried without success- [107/305] glycin-libs-0:2.0.2-1.fc43.x8 0% | 0.0 B/s | 0.0 B | 01m11s- >>> 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 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 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://divergentnetworks.mm.fcix.net/fedora/linux/deve- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel- >>> 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://eu.edge.kernel.org/fedora/development/43/Everyt- >>> 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- >>> 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 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://ftp.uni-bayreuth.de/linux/fedora/linux/developme- >>> 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://ftp.lysator.liu.se/pub/fedora/linux/development- >>> Status code: 404 for http://ftp.lysator.liu.se/pub/fedora/linux/development/- >>> 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-devel- [108/305] glycin-loaders-0:2.0.2-1.fc43 0% | 0.0 B/s | 0.0 B | 01m11s- >>> 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 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 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://divergentnetworks.mm.fcix.net/fedora/linux/deve- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel- >>> 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://eu.edge.kernel.org/fedora/development/43/Everyt- >>> 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- >>> 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 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://ftp.uni-bayreuth.de/linux/fedora/linux/developme- >>> 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://ftp.lysator.liu.se/pub/fedora/linux/development- >>> Status code: 404 for http://ftp.lysator.liu.se/pub/fedora/linux/development/- >>> 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 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://mirror.plusline.net/fedora/linux/development/43- >>> Status code: 404 for http://mirror.plusline.net/fedora/linux/development/43/- >>> Status code: 404 for http://mirror.yandex.ru/fedora/linux/development/43/Eve- >>> Not finished - interrupted by error: Cannot download Packages/g/glycin-devel- [109/305] brotli-devel-0:1.1.0-10.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [110/305] brotli-0:1.1.0-10.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [111/305] bzip2-devel-0:1.0.8-21.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [112/305] harfbuzz-devel-0:11.5.1-1.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [113/305] harfbuzz-cairo-0:11.5.1-1.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [114/305] harfbuzz-icu-0:11.5.1-1.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [115/305] libpng-devel-2:1.6.50-2.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [116/305] libxml2-devel-0:2.12.10-5.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [117/305] xz-devel-1:5.8.1-2.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [118/305] lzo-devel-0:2.10-15.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [119/305] lzo-minilzo-0:2.10-15.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [120/305] pixman-devel-0:0.46.2-2.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [121/305] fribidi-devel-0:1.0.16-3.fc43 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [122/305] libthai-devel-0:0.1.29-11.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [123/305] libdatrie-devel-0:0.2.13-12.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [124/305] libblkid-devel-0:2.41.1-17.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [125/305] graphite2-devel-0:1.3.14-19.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [126/305] libicu-devel-0:77.1-1.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [127/305] lcms2-devel-0:2.16-6.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [128/305] libseccomp-devel-0:2.6.0-2.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [129/305] lynx-0:2.9.2-4.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [130/305] libcanberra-gtk2-0:0.30-38.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [131/305] libcanberra-0:0.30-38.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [132/305] libcanberra-gtk3-0:0.30-38.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [133/305] libtdb-0:1.4.14-3.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [134/305] libvorbis-1:1.3.7-13.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [135/305] alsa-lib-0:1.2.14-4.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [136/305] gstreamer1-0:1.26.6-1.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [137/305] pulseaudio-libs-0:17.0-7.fc43 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [138/305] sound-theme-freedesktop-0:0.8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [139/305] gtk3-0:3.24.51-2.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [140/305] libogg-2:1.3.6-1.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [141/305] libunwind-0:1.8.1-3.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [142/305] libasyncns-0:0.8-31.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [143/305] libsndfile-0:1.2.2-10.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [144/305] adwaita-icon-theme-0:49.0-1.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [145/305] at-spi2-atk-0:2.58.0-2.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [146/305] colord-libs-0:1.4.8-2.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [147/305] libcloudproviders-0:0.3.6-2.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [148/305] libepoxy-0:1.5.10-11.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [149/305] libtinysparql-0:3.10.0-1.fc43 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [150/305] libwayland-client-0:1.24.0-1. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [151/305] libwayland-cursor-0:1.24.0-1. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [152/305] libwayland-egl-0:1.24.0-1.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [153/305] libxkbcommon-0:1.11.0-1.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [154/305] flac-libs-0:1.5.0-3.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [155/305] gsm-0:1.0.23-1.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [156/305] lame-libs-0:3.100-20.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [157/305] mpg123-libs-0:1.32.10-2.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [158/305] opus-0:1.5.2-3.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [159/305] adwaita-cursor-theme-0:49.0-1 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [160/305] adwaita-icon-theme-legacy-0:4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [161/305] libgusb-0:0.4.9-4.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [162/305] avahi-glib-0:0.9~rc2-6.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [163/305] json-glib-0:1.10.8-1.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [164/305] libsoup3-0:3.6.5-8.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [165/305] libstemmer-0:3.0.1-8.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [166/305] xkeyboard-config-0:2.45-1.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [167/305] gi-docgen-fonts-0:2025.4-5.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [168/305] adobe-source-code-pro-fonts-0 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [169/305] redhat-display-fonts-0:4.1.0- 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [170/305] redhat-text-fonts-0:4.1.0-2.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [171/305] xdg-desktop-portal-gtk-0:1.15 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [172/305] xdg-desktop-portal-0:1.20.3-2 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [173/305] fuse3-0:3.16.2-5.fc42.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [174/305] fuse3-libs-0:3.16.2-5.fc42.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [175/305] geoclue2-0:2.7.2-3.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [176/305] gstreamer1-plugins-base-0:1.2 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [177/305] libgudev-0:238-8.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [178/305] pipewire-libs-0:1.4.8-2.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [179/305] fuse-common-0:3.16.2-5.fc42.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [180/305] ModemManager-glib-0:1.24.2-1. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [181/305] libnotify-0:0.8.7-1.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [182/305] cdparanoia-libs-0:10.2-48.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [183/305] graphene-0:1.10.8-2.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [184/305] iso-codes-0:4.18.0-2.fc43.noa 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [185/305] libXv-0:1.0.13-3.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [186/305] libdrm-0:2.4.125-2.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [187/305] libglvnd-egl-1:1.7.0-8.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [188/305] libglvnd-glx-1:1.7.0-8.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [189/305] libtheora-1:1.1.1-40.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [190/305] libvisual-1:0.4.2-3.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [191/305] mesa-libgbm-0:25.2.4-2.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [192/305] orc-0:0.4.41-2.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [193/305] bluez-libs-0:5.84-2.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [194/305] fdk-aac-free-0:2.0.0-16.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [195/305] fftw-libs-single-0:3.3.10-16. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [196/305] libebur128-0:1.2.6-14.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [197/305] liblc3-0:1.1.3-5.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [198/305] libldac-0:2.0.2.3-18.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [199/305] libsbc-0:2.0-7.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [200/305] webrtc-audio-processing-0:1.3 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [201/305] libpciaccess-0:0.16-16.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [202/305] libglvnd-1:1.7.0-8.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [203/305] mesa-libEGL-0:25.2.4-2.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [204/305] mesa-libGL-0:25.2.4-2.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [205/305] hwdata-0:0.399-1.fc43.noarch 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [206/305] mesa-dri-drivers-0:25.2.4-2.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [207/305] libXxf86vm-0:1.1.6-3.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [208/305] libxshmfence-0:1.3.2-7.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [209/305] lm_sensors-libs-0:3.6.0-23.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [210/305] mesa-filesystem-0:25.2.4-2.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [211/305] spirv-tools-libs-0:2025.3-4.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [212/305] localsearch-0:3.10.0-2.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [213/305] exempi-0:2.6.4-8.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [214/305] giflib-0:5.2.2-8.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [215/305] libavformat-free-0:7.1.2-2.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [216/305] libcue-0:2.3.0-12.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [217/305] libexif-0:0.6.25-2.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [218/305] libgexiv2-0:0.14.6-2.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [219/305] libgsf-0:1.14.53-4.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [220/305] libgxps-0:0.3.2-11.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [221/305] libiptcdata-0:1.0.5-23.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [222/305] libosinfo-0:1.12.0-3.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [223/305] poppler-glib-0:25.07.0-2.fc43 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [224/305] totem-pl-parser-0:3.26.6-13.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [225/305] upower-libs-0:1.90.10-1.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [226/305] game-music-emu-0:0.6.4-2.fc43 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [227/305] libavcodec-free-0:7.1.2-2.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [228/305] libavutil-free-0:7.1.2-2.fc43 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [229/305] libbluray-0:1.3.4-9.fc42.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [230/305] libchromaprint-0:1.5.1-25.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [231/305] libdvdnav-0:6.1.1-11.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [232/305] libdvdread-0:6.1.3-10.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [233/305] libmodplug-1:0.8.9.0-28.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [234/305] libopenmpt-0:0.8.3-1.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [235/305] librabbitmq-0:0.15.0-3.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [236/305] librist-0:0.2.7-10.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [237/305] libsmbclient-2:4.23.1-1.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [238/305] srt-libs-0:1.5.4-4.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [239/305] zeromq-0:4.3.5-22.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [240/305] exiv2-libs-0:0.28.6-2.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [241/305] osinfo-db-0:20250124-2.fc43.n 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [242/305] osinfo-db-tools-0:1.12.0-4.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [243/305] poppler-0:25.07.0-2.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [244/305] uchardet-0:0.0.8-8.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [245/305] aribb24-0:1.0.3^20160216git5e 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [246/305] codec2-0:1.2.0-7.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [247/305] ilbc-0:3.0.4-17.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [248/305] libaribcaption-0:1.1.1-3.fc43 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [249/305] libswresample-free-0:7.1.2-2. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [250/305] libva-0:2.22.0-6.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [251/305] libvpl-1:2.15.0-3.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [252/305] libvpx-0:1.15.0-4.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [253/305] opencore-amr-0:0.1.6-9.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [254/305] snappy-0:1.2.2-2.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [255/305] speex-0:1.2.0-20.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [256/305] twolame-libs-0:0.4.0-8.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [257/305] vo-amrwbenc-0:0.1.3-23.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [258/305] xevd-libs-0:0.5.0-5.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [259/305] xeve-libs-0:0.5.1-5.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [260/305] xvidcore-0:1.3.7-14.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [261/305] zvbi-0:0.2.44-2.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [262/305] libvdpau-0:1.5-10.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [263/305] libudfread-0:1.1.2-12.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [264/305] cjson-0:1.7.18-3.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [265/305] mbedtls-0:3.6.4-3.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [266/305] libldb-2:4.23.1-1.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [267/305] libtalloc-0:2.4.3-4.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [268/305] libtevent-0:0.17.1-3.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [269/305] samba-client-libs-2:4.23.1-1. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [270/305] samba-common-2:4.23.1-1.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [271/305] samba-common-libs-2:4.23.1-1. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [272/305] libsodium-0:1.0.20-6.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [273/305] openpgm-0:5.3.128-5.fc43.x86_ 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [274/305] inih-cpp-0:62-1.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [275/305] gpgmepp-0:1.24.3-6.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [276/305] nspr-0:4.37.0-3.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [277/305] nss-0:3.115.1-1.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [278/305] poppler-data-0:0.4.11-10.fc43 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [279/305] lpcnetfreedv-0:0.5-9.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [280/305] soxr-0:0.1.3-20.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [281/305] lmdb-libs-0:0.9.33-4.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [282/305] libwbclient-2:4.23.1-1.fc43.x 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [283/305] ngtcp2-0:1.15.1-1.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [284/305] systemd-standalone-tmpfiles-0 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [285/305] inih-0:62-1.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [286/305] gpgme-0:1.24.3-6.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [287/305] nss-softokn-0:3.115.1-1.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [288/305] nss-sysinit-0:3.115.1-1.fc43. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [289/305] nss-util-0:3.115.1-1.fc43.x86 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [290/305] nss-softokn-freebl-0:3.115.1- 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [291/305] dconf-0:0.49.0-1.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [292/05] tinysparql-0:3.10.0-1.fc43.x8 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [293/305] glib-networking-0:2.80.1-3.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [294/305] libproxy-0:0.5.8-3.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [295/305] duktape-0:2.7.0-10.fc43.x86_6 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [296/305] gsettings-desktop-schemas-0:4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [297/305] gobject-introspection-0:1.84. 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [298/305] glibc-gconv-extra-0:2.42-4.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [299/305] low-memory-monitor-0:2.1-13.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [300/305] mesa-va-drivers-0:25.2.4-2.fc 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [301/305] exiv2-0:0.28.6-2.fc43.x86_64 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [302/305] intel-mediasdk-0:23.2.2-8.fc4 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [303/305] intel-vpl-gpu-rt-0:25.3.4-1.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [304/305] adwaita-mono-fonts-0:49.0-2.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- [305/305] adwaita-sans-fonts-0:49.0-2.f 0% | 0.0 B/s | -1.0 B | ?- >>> Interrupted- --------------------------------------------------------------------------------- [305/305] Total 100% | 561.1 KiB/s | 39.7 MiB | 01m12s- Failed to download packages- Librepo error: Cannot download Packages/g/glycin-devel-2.0.2-1.fc43.x86_64.rpm: All mirrors were tried[ERROR] These packages are still missing: gtk2-devel libgnomecanvas-devel libXft-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 ocamlgraph_gtk.dev ocamlgraph.dev $DEPS" failed with exit status 102025-10-18 16:47.26: Job failed: Failed: Build failed