2026-01-09 21:44.00: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (eb2ad0ecd46deb78ee689ad20e1450e15a09738d) (linux-x86_64:fedora-42-4.14_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard eb2ad0eccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f# fedora-42-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 tsdl.opam ./RUN opam pin add -yn tsdl.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-09 21:44.00: Using cache hint "sanette/tsdl-ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f-fedora-42-4.14_opam-2.5-8a26471451d0c382ee7b1e09703f4ea6"2026-01-09 21:44.00: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f)(comment fedora-42-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src tsdl.opam) (dst ./))(run (network host)(shell "opam pin add -yn tsdl.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-01-09 21:44.00: Waiting for resource in pool OCluster2026-01-09 22:17.08: Waiting for worker…2026-01-09 22:21.14: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at eb2ad0e final ? version checks(from ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f)2026-01-09 22:21.14 ---> using "1eb580d080c4cbeff2dbdaad43c94e06bc6be7074e19a8b1e973341633b4209d" from cache/: (comment fedora-42-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 100% | 31.5 KiB/s | 23.1 KiB | 00m01sFedora 42 openh264 (From Cisco) - x86_ 100% | 3.0 KiB/s | 986.0 B | 00m00sFedora 42 - x86_64 - Updates 100% | 100.1 KiB/s | 20.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-01-09 22:21.14 ---> using "82ab58db20dc9e958dec9f6794b440126252beddff83bbf0fc74d5321c05f1fc" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-09 22:21.14 ---> using "9f9db5023112133a7d83973b28eb6cf07d3fec7edec4274a96a36e69b1620087" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-09 22:21.14 ---> using "8fd7ab551d447c320e7121ea66c2944b22a0b8466f77ea0fe0790704e1fdbdb5" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.5.02026-01-09 22:21.14 ---> using "03c0aa95f8b977f059f5268c6add6911a9a644eddaad2668371ed2f4d8c14a60" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-09 22:21.14 ---> using "5210f946a974fd2ef96aa629564be9d272e3f27f5991ceff0c10eb511356d35d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-09 22:21.14 ---> using "dd6cda33be0bc199eaa242a7e1f65a4a4c8af4b1bbc5344174ce5f3ee11dfd16" from cache/src: (copy (src tsdl.opam) (dst ./))2026-01-09 22:21.15 ---> saved as "91fa3f9804e09c04d4422e703df400f128b45531f28f138d842cf94099f93e61"/src: (run (network host)(shell "opam pin add -yn tsdl.dev './'"))[tsdl.dev] synchronised (file:///src)tsdl is now pinned to file:///src (version dev)2026-01-09 22:21.16 ---> saved as "dfe6afc57bc57515a58691fbaec54802d88a1d24b1210929763e3e9dc54d98d0"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-09 22:21.16 ---> saved as "632b3472f6c3be4fd96a9e77a37d0ad03a8e2b53e9f4337a7be806ca68f6a018"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tsdl.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:libffi-devel SDL2-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel" "libffi-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- libffi-devel x86_64 3.4.6-5.fc42 fedora 33.1 KiB- sdl2-compat-devel x86_64 2.32.56-1.fc42 updates 2.7 MiB- Installing dependencies:- ModemManager-glib x86_64 1.22.0-5.fc42 fedora 1.4 MiB- SDL3 x86_64 3.2.24-1.fc42 updates 2.7 MiB- abattis-cantarell-vf-fonts noarch 0.301-14.fc42 fedora 192.7 KiB- adwaita-cursor-theme noarch 48.1-1.fc42 updates 11.4 MiB- adwaita-icon-theme noarch 48.1-1.fc42 updates 1.2 MiB- adwaita-icon-theme-legacy noarch 46.2-3.fc42 fedora 2.1 MiB- alsa-lib x86_64 1.2.15.1-1.fc42 updates 1.5 MiB- at-spi2-atk x86_64 2.56.7-1.fc42 updates 275.6 KiB- at-spi2-core x86_64 2.56.7-1.fc42 updates 1.5 MiB- atk x86_64 2.56.7-1.fc42 updates 248.6 KiB- avahi-glib x86_64 0.9~rc2-2.fc42 fedora 23.6 KiB- avahi-libs x86_64 0.9~rc2-2.fc42 fedora 183.6 KiB- bluez-libs x86_64 5.84-2.fc42 updates 198.3 KiB- cairo x86_64 1.18.2-3.fc42 fedora 1.8 MiB- cairo-gobject x86_64 1.18.2-3.fc42 fedora 35.1 KiB- cdparanoia-libs x86_64 10.2-47.fc42 fedora 117.5 KiB- cmake-filesystem x86_64 3.31.6-2.fc42 fedora 0.0 B- colord-libs x86_64 1.4.7-6.fc42 fedora 850.7 KiB- cpuinfo x86_64 24.09.26-2.git1e83a2f.fc42.1 updates 107.0 KiB- cups-filesystem noarch 1:2.4.16-4.fc42 updates 0.0 B- cups-libs x86_64 1:2.4.16-4.fc42 updates 618.7 KiB- default-fonts-core-sans noarch 4.2-4.fc42 fedora 11.9 KiB- fdk-aac-free x86_64 2.0.0-15.fc42 fedora 615.8 KiB- fftw-libs-single x86_64 3.3.10-15.fc42 fedora 3.6 MiB- flac-libs x86_64 1.4.3-6.fc42 fedora 698.1 KiB- fontconfig x86_64 2.16.0-2.fc42 fedora 764.7 KiB- fonts-filesystem noarch 1:2.0.5-22.fc42 updates 0.0 B- freetype x86_64 2.13.3-2.fc42 fedora 858.2 KiB- fribidi x86_64 1.0.16-2.fc42 fedora 194.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- gdk-pixbuf2 x86_64 2.42.12-12.fc42 updates 2.5 MiB- gdk-pixbuf2-modules x86_64 2.42.12-12.fc42 updates 55.4 KiB- geoclue2 x86_64 2.8.0-1.fc42 updates 401.7 KiB- google-noto-fonts-common noarch 20250301-1.fc42 fedora 17.7 KiB- google-noto-sans-vf-fonts noarch 20250301-1.fc42 fedora 1.4 MiB- graphene x86_64 1.10.6-10.fc42 fedora 162.4 KiB- graphite2 x86_64 1.3.14-18.fc42 fedora 195.8 KiB- gsettings-desktop-schemas x86_64 48.0-3.fc42 updates 5.4 MiB- gsm x86_64 1.0.22-8.fc42 fedora 68.8 KiB- gstreamer1 x86_64 1.26.9-1.fc42 updates 5.4 MiB- gstreamer1-plugins-base x86_64 1.26.9-1.fc42 updates 7.3 MiB- gtk-update-icon-cache x86_64 3.24.49-2.fc42 fedora 62.2 KiB- gtk3 x86_64 3.24.49-2.fc42 fedora 23.1 MiB- harfbuzz x86_64 10.4.0-1.fc42 fedora 2.7 MiB- hicolor-icon-theme noarch 0.17-20.fc42 fedora 72.2 KiB- highway x86_64 1.3.0-1.fc42 updates 5.5 MiB- hwdata noarch 0.402-1.fc42 updates 9.7 MiB- iso-codes noarch 4.17.0-2.fc42 fedora 20.3 MiB- jbigkit-libs x86_64 2.1-31.fc42 fedora 121.4 KiB- json-glib x86_64 1.10.8-1.fc42 updates 592.3 KiB- lame-libs x86_64 3.100-19.fc42 fedora 1.2 MiB- lcms2 x86_64 2.16-5.fc42 fedora 437.7 KiB- libXcomposite x86_64 0.4.6-5.fc42 fedora 44.4 KiB- libXcursor x86_64 1.2.3-2.fc42 fedora 57.4 KiB- libXdamage x86_64 1.1.6-5.fc42 fedora 43.6 KiB- libXext x86_64 1.3.6-3.fc42 fedora 90.0 KiB- libXfixes x86_64 6.0.1-5.fc42 fedora 30.2 KiB- libXft x86_64 2.3.8-8.fc42 fedora 168.4 KiB- libXi x86_64 1.8.2-2.fc42 fedora 84.6 KiB- libXinerama x86_64 1.1.5-8.fc42 fedora 19.0 KiB- libXrandr x86_64 1.5.4-5.fc42 fedora 55.8 KiB- libXrender x86_64 0.9.12-2.fc42 fedora 50.0 KiB- libXtst x86_64 1.2.5-2.fc42 fedora 33.5 KiB- libXv x86_64 1.0.13-2.fc42 fedora 30.0 KiB- libXxf86vm x86_64 1.1.6-2.fc42 fedora 29.2 KiB- libaom x86_64 3.13.1-1.fc42 updates 5.0 MiB- libasyncns x86_64 0.8-30.fc42 fedora 59.5 KiB- libavif x86_64 1.1.1-1.fc42 fedora 213.9 KiB- libcamera x86_64 0.4.0-4.fc42 fedora 1.9 MiB- libcanberra x86_64 0.30-37.fc42 fedora 286.4 KiB- libcloudproviders x86_64 0.3.6-1.fc42 fedora 124.3 KiB- libdatrie x86_64 0.2.13-11.fc42 fedora 57.8 KiB- libdav1d x86_64 1.5.2-1.fc42 updates 1.7 MiB- libdecor x86_64 0.2.4-1.fc42 updates 165.2 KiB- libdrm x86_64 2.4.128-3.fc42 updates 399.9 KiB- libebur128 x86_64 1.2.6-12.fc42 fedora 39.3 KiB- libepoxy x86_64 1.5.10-9.fc42 fedora 1.1 MiB- libglvnd x86_64 1:1.7.0-7.fc42 fedora 530.2 KiB- libglvnd-core-devel x86_64 1:1.7.0-7.fc42 fedora 40.3 KiB- libglvnd-devel x86_64 1:1.7.0-7.fc42 fedora 2.1 MiB- libglvnd-egl x86_64 1:1.7.0-7.fc42 fedora 68.7 KiB- libglvnd-gles x86_64 1:1.7.0-7.fc42 fedora 105.9 KiB- libglvnd-glx x86_64 1:1.7.0-7.fc42 fedora 609.2 KiB- libglvnd-opengl x86_64 1:1.7.0-7.fc42 fedora 148.8 KiB- libgudev x86_64 238-7.fc42 fedora 87.8 KiB- libgusb x86_64 0.4.9-3.fc42 fedora 162.0 KiB- libjpeg-turbo x86_64 3.1.2-1.fc42 updates 804.9 KiB- libjxl x86_64 1:0.11.1-4.fc42 updates 3.1 MiB- liblc3 x86_64 1.1.3-1.fc42 fedora 170.8 KiB- libldac x86_64 2.0.2.3-17.fc42 fedora 82.2 KiB- liblerc x86_64 4.0.0-8.fc42 fedora 636.1 KiB- libnotify x86_64 0.8.7-1.fc42 updates 123.6 KiB- libogg x86_64 2:1.3.5-11.fc42 fedora 45.3 KiB- libpciaccess x86_64 0.16-15.fc42 fedora 44.5 KiB- libpng x86_64 2:1.6.44-2.fc42 fedora 241.7 KiB- libproxy x86_64 0.5.8-2.fc42 fedora 102.3 KiB- librsvg2 x86_64 2.60.0-2.fc42 updates 5.0 MiB- libsbc x86_64 2.0-6.fc42 fedora 93.4 KiB- libsndfile x86_64 1.2.2-8.fc42 fedora 550.0 KiB- libsoup3 x86_64 3.6.5-6.fc42 updates 1.1 MiB- libtdb x86_64 1.4.13-2.fc42 fedora 100.5 KiB- libthai x86_64 0.1.29-10.fc42 fedora 783.4 KiB- libtheora x86_64 1:1.1.1-39.fc42 fedora 481.3 KiB- libtiff x86_64 4.7.1-1.fc42 updates 624.4 KiB- libtinysparql x86_64 3.9.2-1.fc42 updates 1.3 MiB- libunwind x86_64 1.8.1-2.fc42 fedora 194.1 KiB- libvisual x86_64 1:0.4.2-1.fc42 updates 494.1 KiB- libvmaf x86_64 3.0.0-3.fc42 fedora 827.0 KiB- libvorbis x86_64 1:1.3.7-12.fc42 fedora 833.4 KiB- libwayland-client x86_64 1.24.0-1.fc42 updates 62.0 KiB- libwayland-cursor x86_64 1.24.0-1.fc42 updates 37.3 KiB- libwayland-egl x86_64 1.24.0-1.fc42 updates 12.4 KiB- libwayland-server x86_64 1.24.0-1.fc42 updates 78.5 KiB- libwebp x86_64 1.5.0-2.fc42 fedora 947.6 KiB- libxshmfence x86_64 1.3.2-6.fc42 fedora 12.4 KiB- libyuv x86_64 0-0.56.20240704git96bbdb5.fc42 fedora 683.6 KiB- lm_sensors-libs x86_64 3.6.0-22.fc42 fedora 85.8 KiB- lttng-ust x86_64 2.13.8-4.fc42 fedora 1.1 MiB- mesa-dri-drivers x86_64 25.1.9-1.fc42 updates 46.7 MiB- mesa-filesystem x86_64 25.1.9-1.fc42 updates 3.6 KiB- mesa-libEGL x86_64 25.1.9-1.fc42 updates 334.9 KiB- mesa-libGL x86_64 25.1.9-1.fc42 updates 306.2 KiB- mesa-libGLU x86_64 9.0.3-6.fc42 fedora 361.7 KiB- mesa-libGLU-devel x86_64 9.0.3-6.fc42 fedora 17.0 KiB- mesa-libgbm x86_64 25.1.9-1.fc42 updates 19.7 KiB- mpg123-libs x86_64 1.32.10-1.fc42 updates 814.0 KiB- opus x86_64 1.5.2-2.fc42 fedora 427.5 KiB- orc x86_64 0.4.41-1.fc42 fedora 726.3 KiB- pango x86_64 1.56.4-2.fc42 updates 1.0 MiB- pipewire-jack-audio-connection-kit-libs x86_64 1.4.9-1.fc42 updates 496.6 KiB- pipewire-libs x86_64 1.4.9-1.fc42 updates 8.6 MiB- pixman x86_64 0.46.2-1.fc42 updates 710.3 KiB- pulseaudio-libs x86_64 17.0-5.fc42 fedora 3.4 MiB- rav1e-libs x86_64 0.7.1-8.fc42 updates 3.0 MiB- rtkit x86_64 0.11-66.fc42 fedora 138.1 KiB- sdl12-compat x86_64 1.2.68-5.fc42 fedora 195.5 KiB- sdl2-compat x86_64 2.32.56-1.fc42 updates 399.7 KiB- shared-mime-info x86_64 2.3-7.fc42 fedora 5.2 MiB- sound-theme-freedesktop noarch 0.8-23.fc42 fedora 460.4 KiB- spirv-tools-libs x86_64 2025.2-2.fc42 updates 5.8 MiB- svt-av1-libs x86_64 2.3.0-1.fc42 fedora 5.6 MiB- webrtc-audio-processing x86_64 1.3-5.fc42 fedora 1.4 MiB- wireplumber x86_64 0.5.12-1.fc42 updates 408.6 KiB- wireplumber-libs x86_64 0.5.12-1.fc42 updates 1.3 MiB- xdg-desktop-portal x86_64 1.20.3-1.fc42 updates 1.8 MiB- xml-common noarch 0.6.3-66.fc42 fedora 78.4 KiB- xprop x86_64 1.2.8-3.fc42 fedora 54.7 KiB- Installing weak dependencies:- adwaita-mono-fonts noarch 48.2-2.fc42 fedora 5.4 MiB- adwaita-sans-fonts noarch 48.2-2.fc42 fedora 1.7 MiB- avif-pixbuf-loader x86_64 1.1.1-1.fc42 fedora 19.5 KiB- dconf x86_64 0.40.0-15.fc42 fedora 315.4 KiB- glib-networking x86_64 2.80.1-1.fc42 fedora 742.9 KiB- jxl-pixbuf-loader x86_64 1:0.11.1-4.fc42 updates 29.2 KiB- libcamera-ipa x86_64 0.4.0-4.fc42 fedora 548.2 KiB- libcanberra-gtk3 x86_64 0.30-37.fc42 fedora 78.7 KiB- low-memory-monitor x86_64 2.1-12.fc42 fedora 66.0 KiB- mesa-va-drivers x86_64 25.1.9-1.fc42 updates 115.0 B- pipewire x86_64 1.4.9-1.fc42 updates 430.9 KiB- pipewire-alsa x86_64 1.4.9-1.fc42 updates 158.0 KiB- pipewire-jack-audio-connection-kit x86_64 1.4.9-1.fc42 updates 30.0 B- pipewire-plugin-libcamera x86_64 1.4.9-1.fc42 updates 146.6 KiB- pipewire-pulseaudio x86_64 1.4.9-1.fc42 updates 436.1 KiB- rsvg-pixbuf-loader x86_64 2.60.0-2.fc42 updates 339.4 KiB- tinysparql x86_64 3.9.2-1.fc42 updates 2.5 MiB- webp-pixbuf-loader x86_64 0.2.7-3.fc42 fedora 28.6 KiB- xdg-desktop-portal-gtk x86_64 1.15.3-1.fc42 fedora 469.2 KiB-- Transaction Summary:- Installing: 170 packages-- Total size of inbound packages is 71 MiB. Need to download 71 MiB.- After this operation, 262 MiB extra will be used (install 262 MiB, remove 0 B).- [ 1/170] cmake-filesystem-0:3.31.6-2.f 100% | 374.3 KiB/s | 17.6 KiB | 00m00s- [ 2/170] sdl2-compat-devel-0:2.32.56-1 100% | 5.2 MiB/s | 395.7 KiB | 00m00s- [ 3/170] sdl2-compat-0:2.32.56-1.fc42. 100% | 1.6 MiB/s | 134.9 KiB | 00m00s- [ 4/170] SDL3-0:3.2.24-1.fc42.x86_64 100% | 13.4 MiB/s | 1.0 MiB | 00m00s- [ 5/170] libglvnd-devel-1:1.7.0-7.fc42 100% | 2.9 MiB/s | 161.8 KiB | 00m00s- [ 6/170] libffi-devel-0:3.4.6-5.fc42.x 100% | 449.7 KiB/s | 28.8 KiB | 00m00s- [ 7/170] libglvnd-core-devel-1:1.7.0-7 100% | 369.8 KiB/s | 17.4 KiB | 00m00s- [ 8/170] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 772.2 KiB/s | 36.3 KiB | 00m00s- [ 9/170] libglvnd-gles-1:1.7.0-7.fc42. 100% | 953.0 KiB/s | 28.6 KiB | 00m00s- [ 10/170] libglvnd-opengl-1:1.7.0-7.fc4 100% | 6.1 MiB/s | 37.4 KiB | 00m00s- [ 11/170] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 773.0 KiB/s | 114.4 KiB | 00m00s- [ 12/170] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 1.4 MiB/s | 133.1 KiB | 00m00s- [ 13/170] libXext-0:1.3.6-3.fc42.x86_64 100% | 677.2 KiB/s | 39.3 KiB | 00m00s- [ 14/170] mesa-libGLU-devel-0:9.0.3-6.f 100% | 673.6 KiB/s | 12.1 KiB | 00m00s- [ 15/170] mesa-libGL-0:25.1.9-1.fc42.x8 100% | 6.3 MiB/s | 121.8 KiB | 00m00s- [ 16/170] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 202.9 KiB/s | 17.9 KiB | 00m00s- [ 17/170] mesa-filesystem-0:25.1.9-1.fc 100% | 267.0 KiB/s | 8.8 KiB | 00m00s- [ 18/170] mesa-libGLU-0:9.0.3-6.fc42.x8 100% | 988.7 KiB/s | 167.1 KiB | 00m00s- [ 19/170] lm_sensors-libs-0:3.6.0-22.fc 100% | 2.3 MiB/s | 40.4 KiB | 00m00s- [ 20/170] libxshmfence-0:1.3.2-6.fc42.x 100% | 288.7 KiB/s | 13.3 KiB | 00m00s- [ 21/170] mesa-libgbm-0:25.1.9-1.fc42.x 100% | 529.5 KiB/s | 14.8 KiB | 00m00s- [ 22/170] mesa-libEGL-0:25.1.9-1.fc42.x 100% | 2.0 MiB/s | 126.9 KiB | 00m00s- [ 23/170] libdrm-0:2.4.128-3.fc42.x86_6 100% | 4.3 MiB/s | 162.0 KiB | 00m00s- [ 24/170] libwayland-client-0:1.24.0-1. 100% | 2.2 MiB/s | 33.6 KiB | 00m00s- [ 25/170] libpciaccess-0:0.16-15.fc42.x 100% | 1.2 MiB/s | 26.3 KiB | 00m00s- [ 26/170] libwayland-server-0:1.24.0-1. 100% | 2.9 MiB/s | 41.5 KiB | 00m00s- [ 27/170] libdecor-0:0.2.4-1.fc42.x86_6 100% | 1.6 MiB/s | 57.8 KiB | 00m00s- [ 28/170] libwayland-cursor-0:1.24.0-1. 100% | 608.9 KiB/s | 18.9 KiB | 00m00s- [ 29/170] cairo-0:1.18.2-3.fc42.x86_64 100% | 6.6 MiB/s | 731.8 KiB | 00m00s- [ 30/170] spirv-tools-libs-0:2025.2-2.f 100% | 8.0 MiB/s | 1.5 MiB | 00m00s- [ 31/170] fontconfig-0:2.16.0-2.fc42.x8 100% | 1.9 MiB/s | 272.0 KiB | 00m00s- [ 32/170] freetype-0:2.13.3-2.fc42.x86_ 100% | 5.7 MiB/s | 415.5 KiB | 00m00s- [ 33/170] libXrender-0:0.9.12-2.fc42.x8 100% | 3.8 MiB/s | 26.9 KiB | 00m00s- [ 34/170] libpng-2:1.6.44-2.fc42.x86_64 100% | 1.9 MiB/s | 123.9 KiB | 00m00s- [ 35/170] cairo-gobject-0:1.18.2-3.fc42 100% | 753.1 KiB/s | 17.3 KiB | 00m00s- [ 36/170] colord-libs-0:1.4.7-6.fc42.x8 100% | 2.6 MiB/s | 231.1 KiB | 00m00s- [ 37/170] fribidi-0:1.0.16-2.fc42.x86_6 100% | 1.3 MiB/s | 53.6 KiB | 00m00s- [ 38/170] gtk-update-icon-cache-0:3.24. 100% | 1.4 MiB/s | 33.8 KiB | 00m00s- [ 39/170] gtk3-0:3.24.49-2.fc42.x86_64 100% | 11.9 MiB/s | 5.8 MiB | 00m00s- [ 40/170] hicolor-icon-theme-0:0.17-20. 100% | 1.4 MiB/s | 65.7 KiB | 00m00s- [ 41/170] libXcomposite-0:0.4.6-5.fc42. 100% | 1.5 MiB/s | 24.3 KiB | 00m00s- [ 42/170] libXcursor-0:1.2.3-2.fc42.x86 100% | 1.7 MiB/s | 31.4 KiB | 00m00s- [ 43/170] libXdamage-0:1.1.6-5.fc42.x86 100% | 900.2 KiB/s | 23.4 KiB | 00m00s- [ 44/170] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 308.5 KiB/s | 19.1 KiB | 00m00s- [ 45/170] libXi-0:1.8.2-2.fc42.x86_64 100% | 2.6 MiB/s | 40.5 KiB | 00m00s- [ 46/170] harfbuzz-0:10.4.0-1.fc42.x86_ 100% | 4.7 MiB/s | 1.1 MiB | 00m00s- [ 47/170] libXinerama-0:1.1.5-8.fc42.x8 100% | 570.2 KiB/s | 14.3 KiB | 00m00s- [ 48/170] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 1.6 MiB/s | 27.8 KiB | 00m00s- [ 49/170] libcloudproviders-0:0.3.6-1.f 100% | 2.0 MiB/s | 46.8 KiB | 00m00s- [ 50/170] default-fonts-core-sans-0:4.2 100% | 845.2 KiB/s | 31.3 KiB | 00m00s- [ 51/170] xml-common-0:0.6.3-66.fc42.no 100% | 1.3 MiB/s | 31.2 KiB | 00m00s- [ 52/170] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 2.4 MiB/s | 229.9 KiB | 00m00s- [ 53/170] mesa-dri-drivers-0:25.1.9-1.f 100% | 9.5 MiB/s | 12.5 MiB | 00m01s- [ 54/170] libgusb-0:0.4.9-3.fc42.x86_64 100% | 1.2 MiB/s | 65.3 KiB | 00m00s- [ 55/170] lcms2-0:2.16-5.fc42.x86_64 100% | 2.1 MiB/s | 184.1 KiB | 00m00s- [ 56/170] abattis-cantarell-vf-fonts-0: 100% | 4.9 MiB/s | 120.3 KiB | 00m00s- [ 57/170] graphite2-0:1.3.14-18.fc42.x8 100% | 3.5 MiB/s | 95.8 KiB | 00m00s- [ 58/170] google-noto-fonts-common-0:20 100% | 813.0 KiB/s | 17.1 KiB | 00m00s- [ 59/170] google-noto-sans-vf-fonts-0:2 100% | 10.5 MiB/s | 614.5 KiB | 00m00s- [ 60/170] pango-0:1.56.4-2.fc42.x86_64 100% | 5.6 MiB/s | 351.2 KiB | 00m00s- [ 61/170] libXft-0:2.3.8-8.fc42.x86_64 100% | 1.7 MiB/s | 72.9 KiB | 00m00s- [ 62/170] libthai-0:0.1.29-10.fc42.x86_ 100% | 3.1 MiB/s | 211.5 KiB | 00m00s- [ 63/170] libdatrie-0:0.2.13-11.fc42.x8 100% | 323.6 KiB/s | 32.4 KiB | 00m00s- [ 64/170] json-glib-0:1.10.8-1.fc42.x86 100% | 2.9 MiB/s | 172.4 KiB | 00m00s- [ 65/170] adwaita-cursor-theme-0:48.1-1 100% | 4.4 MiB/s | 379.5 KiB | 00m00s- [ 66/170] adwaita-icon-theme-0:48.1-1.f 100% | 4.1 MiB/s | 398.8 KiB | 00m00s- [ 67/170] hwdata-0:0.402-1.fc42.noarch 100% | 8.2 MiB/s | 1.7 MiB | 00m00s- [ 68/170] at-spi2-atk-0:2.56.7-1.fc42.x 100% | 1.1 MiB/s | 86.4 KiB | 00m00s- [ 69/170] at-spi2-core-0:2.56.7-1.fc42. 100% | 4.5 MiB/s | 383.1 KiB | 00m00s- [ 70/170] libXtst-0:1.2.5-2.fc42.x86_64 100% | 439.4 KiB/s | 20.7 KiB | 00m00s- [ 71/170] xprop-0:1.2.8-3.fc42.x86_64 100% | 1.4 MiB/s | 35.0 KiB | 00m00s- [ 72/170] atk-0:2.56.7-1.fc42.x86_64 100% | 842.6 KiB/s | 80.0 KiB | 00m00s- [ 73/170] cups-filesystem-1:2.4.16-4.fc 100% | 2.6 MiB/s | 13.1 KiB | 00m00s- [ 74/170] cups-libs-1:2.4.16-4.fc42.x86 100% | 6.7 MiB/s | 261.6 KiB | 00m00s- [ 75/170] avahi-libs-0:0.9~rc2-2.fc42.x 100% | 1.3 MiB/s | 69.1 KiB | 00m00s- [ 76/170] adwaita-icon-theme-legacy-0:4 100% | 10.2 MiB/s | 2.5 MiB | 00m00s- [ 77/170] gdk-pixbuf2-modules-0:2.42.12 100% | 1.4 MiB/s | 28.0 KiB | 00m00s- [ 78/170] shared-mime-info-0:2.3-7.fc42 100% | 3.3 MiB/s | 393.7 KiB | 00m00s- [ 79/170] gdk-pixbuf2-0:2.42.12-12.fc42 100% | 3.1 MiB/s | 488.9 KiB | 00m00s- [ 80/170] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 804.1 KiB/s | 15.3 KiB | 00m00s- [ 81/170] libtinysparql-0:3.9.2-1.fc42. 100% | 3.2 MiB/s | 373.6 KiB | 00m00s- [ 82/170] libwayland-egl-0:1.24.0-1.fc4 100% | 386.7 KiB/s | 12.4 KiB | 00m00s- [ 83/170] pixman-0:0.46.2-1.fc42.x86_64 100% | 5.8 MiB/s | 292.7 KiB | 00m00s- [ 84/170] fonts-filesystem-1:2.0.5-22.f 100% | 128.3 KiB/s | 8.7 KiB | 00m00s- [ 85/170] libtiff-0:4.7.1-1.fc42.x86_64 100% | 4.8 MiB/s | 222.5 KiB | 00m00s- [ 86/170] jbigkit-libs-0:2.1-31.fc42.x8 100% | 784.1 KiB/s | 53.3 KiB | 00m00s- [ 87/170] libsoup3-0:3.6.5-6.fc42.x86_6 100% | 2.8 MiB/s | 391.2 KiB | 00m00s- [ 88/170] liblerc-0:4.0.0-8.fc42.x86_64 100% | 3.3 MiB/s | 216.7 KiB | 00m00s- [ 89/170] libwebp-0:1.5.0-2.fc42.x86_64 100% | 7.3 MiB/s | 320.6 KiB | 00m00s- [ 90/170] mesa-va-drivers-0:25.1.9-1.fc 100% | 281.4 KiB/s | 7.6 KiB | 00m00s- [ 91/170] xdg-desktop-portal-gtk-0:1.15 100% | 3.0 MiB/s | 143.8 KiB | 00m00s- [ 92/170] libcanberra-gtk3-0:0.30-37.fc 100% | 783.8 KiB/s | 30.6 KiB | 00m00s- [ 93/170] libcanberra-0:0.30-37.fc42.x8 100% | 2.2 MiB/s | 84.1 KiB | 00m00s- [ 94/170] libjpeg-turbo-0:3.1.2-1.fc42. 100% | 2.5 MiB/s | 236.9 KiB | 00m00s- [ 95/170] libtdb-0:1.4.13-2.fc42.x86_64 100% | 2.8 MiB/s | 54.8 KiB | 00m00s- [ 96/170] libvorbis-1:1.3.7-12.fc42.x86 100% | 6.6 MiB/s | 189.2 KiB | 00m00s- [ 97/170] libogg-2:1.3.5-11.fc42.x86_64 100% | 1.7 MiB/s | 33.1 KiB | 00m00s- [ 98/170] sound-theme-freedesktop-0:0.8 100% | 5.7 MiB/s | 382.4 KiB | 00m00s- [ 99/170] libsndfile-0:1.2.2-8.fc42.x86 100% | 4.0 MiB/s | 221.5 KiB | 00m00s- [100/170] pulseaudio-libs-0:17.0-5.fc42 100% | 4.9 MiB/s | 701.1 KiB | 00m00s- [101/170] libasyncns-0:0.8-30.fc42.x86_ 100% | 311.4 KiB/s | 30.2 KiB | 00m00s- [102/170] gsm-0:1.0.22-8.fc42.x86_64 100% | 778.0 KiB/s | 35.8 KiB | 00m00s- [103/170] flac-libs-0:1.4.3-6.fc42.x86_ 100% | 3.8 MiB/s | 274.3 KiB | 00m00s- [104/170] lame-libs-0:3.100-19.fc42.x86 100% | 4.3 MiB/s | 339.7 KiB | 00m00s- [105/170] opus-0:1.5.2-2.fc42.x86_64 100% | 5.8 MiB/s | 236.9 KiB | 00m00s- [106/170] rsvg-pixbuf-loader-0:2.60.0-2 100% | 1.7 MiB/s | 164.9 KiB | 00m00s- [107/170] jxl-pixbuf-loader-1:0.11.1-4. 100% | 827.5 KiB/s | 19.9 KiB | 00m00s- [108/170] dconf-0:0.40.0-15.fc42.x86_64 100% | 725.3 KiB/s | 109.5 KiB | 00m00s- [109/170] webp-pixbuf-loader-0:0.2.7-3. 100% | 582.2 KiB/s | 19.8 KiB | 00m00s- [110/170] avif-pixbuf-loader-0:1.1.1-1. 100% | 300.0 KiB/s | 16.2 KiB | 00m00s- [111/170] librsvg2-0:2.60.0-2.fc42.x86_ 100% | 8.1 MiB/s | 1.9 MiB | 00m00s- [112/170] libavif-0:1.1.1-1.fc42.x86_64 100% | 1.2 MiB/s | 100.1 KiB | 00m00s- [113/170] libyuv-0:0-0.56.20240704git96 100% | 3.1 MiB/s | 201.9 KiB | 00m00s- [114/170] glib-networking-0:2.80.1-1.fc 100% | 2.1 MiB/s | 201.4 KiB | 00m00s- [115/170] libproxy-0:0.5.8-2.fc42.x86_6 100% | 2.5 MiB/s | 45.5 KiB | 00m00s- [116/170] tinysparql-0:3.9.2-1.fc42.x86 100% | 6.2 MiB/s | 1.0 MiB | 00m00s- [117/170] svt-av1-libs-0:2.3.0-1.fc42.x 100% | 10.7 MiB/s | 2.0 MiB | 00m00s- [118/170] fuse3-0:3.16.2-5.fc42.x86_64 100% | 3.0 MiB/s | 57.4 KiB | 00m00s- [119/170] xdg-desktop-portal-0:1.20.3-1 100% | 6.5 MiB/s | 505.3 KiB | 00m00s- [120/170] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 2.3 MiB/s | 94.2 KiB | 00m00s- [121/170] gsettings-desktop-schemas-0:4 100% | 6.5 MiB/s | 783.1 KiB | 00m00s- [122/170] cpuinfo-0:24.09.26-2.git1e83a 100% | 2.3 MiB/s | 43.8 KiB | 00m00s- [123/170] fuse-common-0:3.16.2-5.fc42.x 100% | 344.1 KiB/s | 8.6 KiB | 00m00s- [124/170] libgudev-0:238-7.fc42.x86_64 100% | 776.0 KiB/s | 34.9 KiB | 00m00s- [125/170] mpg123-libs-0:1.32.10-1.fc42. 100% | 4.8 MiB/s | 355.5 KiB | 00m00s- [126/170] alsa-lib-0:1.2.15.1-1.fc42.x8 100% | 5.4 MiB/s | 540.9 KiB | 00m00s- [127/170] libunwind-0:1.8.1-2.fc42.x86_ 100% | 2.0 MiB/s | 77.2 KiB | 00m00s- [128/170] gstreamer1-0:1.26.9-1.fc42.x8 100% | 11.8 MiB/s | 1.7 MiB | 00m00s- [129/170] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 1.8 MiB/s | 197.7 KiB | 00m00s- [130/170] libdav1d-0:1.5.2-1.fc42.x86_6 100% | 7.3 MiB/s | 637.7 KiB | 00m00s- [131/170] geoclue2-0:2.8.0-1.fc42.x86_6 100% | 4.6 MiB/s | 144.8 KiB | 00m00s- [132/170] libaom-0:3.13.1-1.fc42.x86_64 100% | 8.3 MiB/s | 1.9 MiB | 00m00s- [133/170] ModemManager-glib-0:1.22.0-5. 100% | 5.7 MiB/s | 304.6 KiB | 00m00s- [134/170] rav1e-libs-0:0.7.1-8.fc42.x86 100% | 8.9 MiB/s | 1.0 MiB | 00m00s- [135/170] graphene-0:1.10.6-10.fc42.x86 100% | 1.6 MiB/s | 61.3 KiB | 00m00s- [136/170] cdparanoia-libs-0:10.2-47.fc4 100% | 1.1 MiB/s | 54.0 KiB | 00m00s- [137/170] libXv-0:1.0.13-2.fc42.x86_64 100% | 620.7 KiB/s | 18.6 KiB | 00m00s- [138/170] libtheora-1:1.1.1-39.fc42.x86 100% | 2.3 MiB/s | 170.4 KiB | 00m00s- [139/170] orc-0:0.4.41-1.fc42.x86_64 100% | 1.0 MiB/s | 220.5 KiB | 00m00s- [140/170] gstreamer1-plugins-base-0:1.2 100% | 5.6 MiB/s | 2.3 MiB | 00m00s- [141/170] fdk-aac-free-0:2.0.0-15.fc42. 100% | 2.3 MiB/s | 342.4 KiB | 00m00s- [142/170] iso-codes-0:4.17.0-2.fc42.noa 100% | 4.9 MiB/s | 3.6 MiB | 00m01s- [143/170] libebur128-0:1.2.6-12.fc42.x8 100% | 477.1 KiB/s | 24.8 KiB | 00m00s- [144/170] liblc3-0:1.1.3-1.fc42.x86_64 100% | 3.0 MiB/s | 105.2 KiB | 00m00s- [145/170] fftw-libs-single-0:3.3.10-15. 100% | 3.7 MiB/s | 1.2 MiB | 00m00s- [146/170] pipewire-libs-0:1.4.9-1.fc42. 100% | 4.4 MiB/s | 2.4 MiB | 00m01s- [147/170] libldac-0:2.0.2.3-17.fc42.x86 100% | 1.1 MiB/s | 42.9 KiB | 00m00s- [148/170] libsbc-0:2.0-6.fc42.x86_64 100% | 1.2 MiB/s | 49.3 KiB | 00m00s- [149/170] bluez-libs-0:5.84-2.fc42.x86_ 100% | 2.0 MiB/s | 83.6 KiB | 00m00s- [150/170] libvisual-1:0.4.2-1.fc42.x86_ 100% | 2.8 MiB/s | 169.0 KiB | 00m00s- [151/170] webrtc-audio-processing-0:1.3 100% | 4.2 MiB/s | 537.4 KiB | 00m00s- [152/170] sdl12-compat-0:1.2.68-5.fc42. 100% | 3.3 MiB/s | 91.1 KiB | 00m00s- [153/170] libnotify-0:0.8.7-1.fc42.x86_ 100% | 5.3 MiB/s | 53.8 KiB | 00m00s- [154/170] libjxl-1:0.11.1-4.fc42.x86_64 100% | 7.1 MiB/s | 1.1 MiB | 00m00s- [155/170] adwaita-sans-fonts-0:48.2-2.f 100% | 5.9 MiB/s | 764.0 KiB | 00m00s- [156/170] low-memory-monitor-0:2.1-12.f 100% | 413.8 KiB/s | 34.3 KiB | 00m00s- [157/170] highway-0:1.3.0-1.fc42.x86_64 100% | 2.7 MiB/s | 697.9 KiB | 00m00s- [158/170] rtkit-0:0.11-66.fc42.x86_64 100% | 861.6 KiB/s | 55.1 KiB | 00m00s- [159/170] pipewire-0:1.4.9-1.fc42.x86_6 100% | 1.3 MiB/s | 134.8 KiB | 00m00s- [160/170] wireplumber-0:0.5.12-1.fc42.x 100% | 787.9 KiB/s | 119.0 KiB | 00m00s- [161/170] adwaita-mono-fonts-0:48.2-2.f 100% | 2.7 MiB/s | 1.4 MiB | 00m01s- [162/170] pipewire-alsa-0:1.4.9-1.fc42. 100% | 1.2 MiB/s | 60.4 KiB | 00m00s- [163/170] wireplumber-libs-0:0.5.12-1.f 100% | 2.2 MiB/s | 421.3 KiB | 00m00s- [164/170] pipewire-jack-audio-connectio 100% | 383.9 KiB/s | 12.3 KiB | 00m00s- [165/170] pipewire-plugin-libcamera-0:1 100% | 2.7 MiB/s | 75.3 KiB | 00m00s- [166/170] pipewire-jack-audio-connectio 100% | 2.7 MiB/s | 145.1 KiB | 00m00s- [167/170] pipewire-pulseaudio-0:1.4.9-1 100% | 3.5 MiB/s | 210.1 KiB | 00m00s- [168/170] lttng-ust-0:2.13.8-4.fc42.x86 100% | 3.1 MiB/s | 331.4 KiB | 00m00s- [169/170] libcamera-ipa-0:0.4.0-4.fc42. 100% | 1.2 MiB/s | 147.0 KiB | 00m00s- [170/170] libcamera-0:0.4.0-4.fc42.x86_ 100% | 3.6 MiB/s | 605.0 KiB | 00m00s- --------------------------------------------------------------------------------- [170/170] Total 100% | 12.6 MiB/s | 71.4 MiB | 00m06s- Running transaction- [ 1/172] Verify package files 100% | 677.0 B/s | 170.0 B | 00m00s- [ 2/172] Prepare transaction 100% | 1.6 KiB/s | 170.0 B | 00m00s- [ 3/172] Installing libXext-0:1.3.6-3. 100% | 44.5 MiB/s | 91.2 KiB | 00m00s- [ 4/172] Installing avahi-libs-0:0.9~r 100% | 60.6 MiB/s | 186.2 KiB | 00m00s- [ 5/172] Installing libogg-2:1.3.5-11. 100% | 45.8 MiB/s | 46.9 KiB | 00m00s- [ 6/172] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s- [ 7/172] Installing json-glib-0:1.10.8 100% | 196.7 MiB/s | 604.4 KiB | 00m00s- [ 8/172] Installing libXrender-0:0.9.1 100% | 50.1 MiB/s | 51.3 KiB | 00m00s- [ 9/172] Installing libwayland-client- 100% | 61.7 MiB/s | 63.2 KiB | 00m00s- [ 10/172] Installing libglvnd-1:1.7.0-7 100% | 259.6 MiB/s | 531.6 KiB | 00m00s- [ 11/172] Installing libvorbis-1:1.3.7- 100% | 204.1 MiB/s | 835.9 KiB | 00m00s- [ 12/172] Installing libXi-0:1.8.2-2.fc 100% | 83.7 MiB/s | 85.7 KiB | 00m00s- [ 13/172] Installing alsa-lib-0:1.2.15. 100% | 54.3 MiB/s | 1.5 MiB | 00m00s- [ 14/172] Installing libjpeg-turbo-0:3. 100% | 262.6 MiB/s | 806.6 KiB | 00m00s- [ 15/172] Installing libpng-2:1.6.44-2. 100% | 118.6 MiB/s | 242.9 KiB | 00m00s- [ 16/172] Installing libwayland-cursor- 100% | 37.6 MiB/s | 38.5 KiB | 00m00s- [ 17/172] Installing avahi-glib-0:0.9~r 100% | 23.9 MiB/s | 24.4 KiB | 00m00s- [ 18/172] Installing opus-0:1.5.2-2.fc4 100% | 139.5 MiB/s | 428.6 KiB | 00m00s- [ 19/172] Installing libXfixes-0:6.0.1- 100% | 30.8 MiB/s | 31.6 KiB | 00m00s- [ 20/172] Installing libglvnd-opengl-1: 100% | 146.1 MiB/s | 149.6 KiB | 00m00s- [ 21/172] Installing libdav1d-0:1.5.2-1 100% | 241.9 MiB/s | 1.7 MiB | 00m00s- [ 22/172] Installing libunwind-0:1.8.1- 100% | 64.3 MiB/s | 197.4 KiB | 00m00s- [ 23/172] Installing gstreamer1-0:1.26. 100% | 138.4 MiB/s | 5.4 MiB | 00m00s- [ 24/172] Installing libgudev-0:238-7.f 100% | 43.6 MiB/s | 89.3 KiB | 00m00s- [ 25/172] Installing fuse3-libs-0:3.16. 100% | 138.0 MiB/s | 282.6 KiB | 00m00s- [ 26/172] Installing gsettings-desktop- 100% | 544.0 MiB/s | 5.4 MiB | 00m00s- [ 27/172] Installing libtdb-0:1.4.13-2. 100% | 49.6 MiB/s | 101.6 KiB | 00m00s- [ 28/172] Installing libwebp-0:1.5.0-2. 100% | 185.9 MiB/s | 951.8 KiB | 00m00s- [ 29/172] Installing libsoup3-0:3.6.5-6 100% | 191.7 MiB/s | 1.2 MiB | 00m00s- [ 30/172] Installing libtinysparql-0:3. 100% | 216.1 MiB/s | 1.3 MiB | 00m00s- [ 31/172] Installing libwayland-egl-0:1 100% | 6.6 MiB/s | 13.6 KiB | 00m00s- [ 32/172] Installing shared-mime-info-0 100% | 56.0 MiB/s | 2.6 MiB | 00m00s- [ 33/172] Installing gdk-pixbuf2-0:2.42 100% | 61.4 MiB/s | 2.5 MiB | 00m00s- [ 34/172] Installing xml-common-0:0.6.3 100% | 39.6 MiB/s | 81.1 KiB | 00m00s- [ 35/172] Installing fribidi-0:1.0.16-2 100% | 11.3 MiB/s | 196.8 KiB | 00m00s- [ 36/172] Installing libwayland-server- 100% | 38.9 MiB/s | 79.7 KiB | 00m00s- [ 37/172] Installing mesa-filesystem-0: 100% | 2.1 MiB/s | 4.3 KiB | 00m00s- [ 38/172] Installing iso-codes-0:4.17.0 100% | 445.2 MiB/s | 20.5 MiB | 00m00s- [ 39/172] Installing gtk-update-icon-ca 100% | 4.1 MiB/s | 63.3 KiB | 00m00s- [ 40/172] Installing libnotify-0:0.8.7- 100% | 7.7 MiB/s | 126.0 KiB | 00m00s- [ 41/172] Installing mesa-libGLU-0:9.0. 100% | 177.0 MiB/s | 362.6 KiB | 00m00s- [ 42/172] Installing libXcursor-0:1.2.3 100% | 28.9 MiB/s | 59.1 KiB | 00m00s- [ 43/172] Installing libXdamage-0:1.1.6 100% | 44.1 MiB/s | 45.2 KiB | 00m00s- [ 44/172] Installing libyuv-0:0-0.56.20 100% | 223.1 MiB/s | 685.3 KiB | 00m00s- [ 45/172] Installing libXtst-0:1.2.5-2. 100% | 33.8 MiB/s | 34.6 KiB | 00m00s- [ 46/172] Installing libXrandr-0:1.5.4- 100% | 55.7 MiB/s | 57.0 KiB | 00m00s- [ 47/172] Installing libgusb-0:0.4.9-3. 100% | 79.9 MiB/s | 163.7 KiB | 00m00s- [ 48/172] Installing abattis-cantarell- 100% | 94.9 MiB/s | 194.4 KiB | 00m00s- [ 49/172] Installing flac-libs-0:1.4.3- 100% | 171.1 MiB/s | 700.8 KiB | 00m00s- [ 50/172] Installing libtheora-1:1.1.1- 100% | 157.5 MiB/s | 483.7 KiB | 00m00s- [ 51/172] Installing libXxf86vm-0:1.1.6 100% | 29.8 MiB/s | 30.5 KiB | 00m00s- [ 52/172] Installing libXinerama-0:1.1. 100% | 19.6 MiB/s | 20.1 KiB | 00m00s- [ 53/172] Installing libXv-0:1.0.13-2.f 100% | 30.5 MiB/s | 31.2 KiB | 00m00s- [ 54/172] Installing lttng-ust-0:2.13.8 100% | 139.7 MiB/s | 1.1 MiB | 00m00s- [ 55/172] Installing libcamera-0:0.4.0- 100% | 33.9 MiB/s | 1.9 MiB | 00m00s- >>> Running sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64- >>> Finished sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64- >>> Scriptlet output:- >>> Creating group 'rtkit' with GID 172.- >>> Creating user 'rtkit' (RealtimeKit) with UID 172 and GID 172.- >>>- [ 56/172] Installing rtkit-0:0.11-66.fc 100% | 2.7 MiB/s | 141.2 KiB | 00m00s- >>> Running %post scriptlet: rtkit-0:0.11-66.fc42.x86_64- >>> Finished %post scriptlet: rtkit-0:0.11-66.fc42.x86_64- >>> Scriptlet output:- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser- >>>- [ 57/172] Installing highway-0:1.3.0-1. 100% | 343.2 MiB/s | 5.5 MiB | 00m00s- [ 58/172] Installing libjxl-1:0.11.1-4. 100% | 254.4 MiB/s | 3.1 MiB | 00m00s- [ 59/172] Installing bluez-libs-0:5.84- 100% | 97.4 MiB/s | 199.4 KiB | 00m00s- [ 60/172] Installing webrtc-audio-proce 100% | 228.3 MiB/s | 1.4 MiB | 00m00s- [ 61/172] Installing libsbc-0:2.0-6.fc4 100% | 92.3 MiB/s | 94.5 KiB | 00m00s- [ 62/172] Installing libldac-0:2.0.2.3- 100% | 41.1 MiB/s | 84.2 KiB | 00m00s- [ 63/172] Installing liblc3-0:1.1.3-1.f 100% | 83.9 MiB/s | 171.8 KiB | 00m00s- [ 64/172] Installing libebur128-0:1.2.6 100% | 39.8 MiB/s | 40.7 KiB | 00m00s- [ 65/172] Installing fftw-libs-single-0 100% | 278.4 MiB/s | 3.6 MiB | 00m00s- [ 66/172] Installing fdk-aac-free-0:2.0 100% | 201.0 MiB/s | 617.3 KiB | 00m00s- [ 67/172] Installing orc-0:0.4.41-1.fc4 100% | 37.5 MiB/s | 728.9 KiB | 00m00s- [ 68/172] Installing graphene-0:1.10.6- 100% | 80.1 MiB/s | 164.1 KiB | 00m00s- [ 69/172] Installing cdparanoia-libs-0: 100% | 58.1 MiB/s | 118.9 KiB | 00m00s- [ 70/172] Installing ModemManager-glib- 100% | 24.3 MiB/s | 1.4 MiB | 00m00s- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64- >>> Scriptlet output:- >>> Creating group 'geoclue' with GID 994.- >>> Creating user 'geoclue' (n/a) with UID 994 and GID 994.- >>>- [ 71/172] Installing geoclue2-0:2.8.0-1 100% | 9.9 MiB/s | 405.6 KiB | 00m00s- [ 72/172] Installing rav1e-libs-0:0.7.1 100% | 230.1 MiB/s | 3.0 MiB | 00m00s- [ 73/172] Installing libvmaf-0:3.0.0-3. 100% | 202.2 MiB/s | 828.4 KiB | 00m00s- [ 74/172] Installing libaom-0:3.13.1-1. 100% | 279.5 MiB/s | 5.0 MiB | 00m00s- [ 75/172] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB | 00m00s- [ 76/172] Installing cpuinfo-0:24.09.26 100% | 6.3 MiB/s | 109.7 KiB | 00m00s- [ 77/172] Installing svt-av1-libs-0:2.3 100% | 281.2 MiB/s | 5.6 MiB | 00m00s- [ 78/172] Installing libavif-0:1.1.1-1. 100% | 105.1 MiB/s | 215.2 KiB | 00m00s- [ 79/172] Installing fuse-common-0:3.16 100% | 0.0 B/s | 292.0 B | 00m00s- [ 80/172] Installing fuse3-0:3.16.2-5.f 100% | 8.1 MiB/s | 132.0 KiB | 00m00s- [ 81/172] Installing libproxy-0:0.5.8-2 100% | 51.0 MiB/s | 104.5 KiB | 00m00s- [ 82/172] Installing lame-libs-0:3.100- 100% | 400.8 MiB/s | 1.2 MiB | 00m00s- [ 83/172] Installing gsm-0:1.0.22-8.fc4 100% | 68.8 MiB/s | 70.4 KiB | 00m00s- [ 84/172] Installing libsndfile-0:1.2.2 100% | 179.5 MiB/s | 551.6 KiB | 00m00s- [ 85/172] Installing libasyncns-0:0.8-3 100% | 59.3 MiB/s | 60.8 KiB | 00m00s- [ 86/172] Installing pulseaudio-libs-0: 100% | 338.7 MiB/s | 3.4 MiB | 00m00s- [ 87/172] Installing pipewire-libs-0:1. 100% | 176.8 MiB/s | 8.7 MiB | 00m00s- [ 88/172] Installing wireplumber-libs-0 100% | 118.7 MiB/s | 1.3 MiB | 00m00s- [ 89/172] Installing wireplumber-0:0.5. 100% | 17.3 MiB/s | 424.4 KiB | 00m00s- [ 90/172] Installing pipewire-jack-audi 100% | 0.0 B/s | 312.0 B | 00m00s- [ 91/172] Installing pipewire-jack-audi 100% | 28.7 MiB/s | 499.2 KiB | 00m00s- [ 92/172] Installing sound-theme-freede 100% | 19.0 MiB/s | 467.2 KiB | 00m00s- [ 93/172] Installing libcanberra-0:0.30 100% | 5.3 MiB/s | 291.3 KiB | 00m00s- [ 94/172] Installing liblerc-0:4.0.0-8. 100% | 155.7 MiB/s | 637.6 KiB | 00m00s- [ 95/172] Installing jbigkit-libs-0:2.1 100% | 120.5 MiB/s | 123.4 KiB | 00m00s- [ 96/172] Installing libtiff-0:4.7.1-1. 100% | 153.0 MiB/s | 626.6 KiB | 00m00s- [ 97/172] Installing gdk-pixbuf2-module 100% | 55.3 MiB/s | 56.6 KiB | 00m00s- [ 98/172] Installing pixman-0:0.46.2-1. 100% | 231.6 MiB/s | 711.4 KiB | 00m00s- [ 99/172] Installing cups-filesystem-1: 100% | 1.7 MiB/s | 1.8 KiB | 00m00s- [100/172] Installing cups-libs-1:2.4.16 100% | 151.4 MiB/s | 620.2 KiB | 00m00s- [101/172] Installing xprop-0:1.2.8-3.fc 100% | 3.4 MiB/s | 56.1 KiB | 00m00s- [102/172] Installing at-spi2-core-0:2.5 100% | 192.3 MiB/s | 1.5 MiB | 00m00s- [103/172] Installing atk-0:2.56.7-1.fc4 100% | 122.1 MiB/s | 250.0 KiB | 00m00s- [104/172] Installing at-spi2-atk-0:2.56 100% | 38.7 MiB/s | 277.7 KiB | 00m00s- [105/172] Installing adwaita-icon-theme 100% | 21.2 MiB/s | 2.4 MiB | 00m00s- [106/172] Installing adwaita-cursor-the 100% | 408.2 MiB/s | 11.4 MiB | 00m00s- [107/172] Installing adwaita-icon-theme 100% | 25.0 MiB/s | 1.3 MiB | 00m00s- [108/172] Installing hwdata-0:0.402-1.f 100% | 389.1 MiB/s | 9.7 MiB | 00m00s- [109/172] Installing libpciaccess-0:0.1 100% | 22.4 MiB/s | 45.9 KiB | 00m00s- [110/172] Installing libdrm-0:2.4.128-3 100% | 98.6 MiB/s | 403.7 KiB | 00m00s- [111/172] Installing libdatrie-0:0.2.13 100% | 57.6 MiB/s | 58.9 KiB | 00m00s- [112/172] Installing libthai-0:0.1.29-1 100% | 191.7 MiB/s | 785.2 KiB | 00m00s- [113/172] Installing google-noto-fonts- 100% | 0.0 B/s | 18.5 KiB | 00m00s- [114/172] Installing google-noto-sans-v 100% | 231.9 MiB/s | 1.4 MiB | 00m00s- [115/172] Installing default-fonts-core 100% | 5.9 MiB/s | 18.2 KiB | 00m00s- [116/172] Installing graphite2-0:1.3.14 100% | 11.4 MiB/s | 197.9 KiB | 00m00s- [117/172] Installing harfbuzz-0:10.4.0- 100% | 249.9 MiB/s | 2.7 MiB | 00m00s- [118/172] Installing freetype-0:2.13.3- 100% | 168.0 MiB/s | 859.9 KiB | 00m00s- [119/172] Installing fontconfig-0:2.16. 100% | 727.2 KiB/s | 783.9 KiB | 00m01s- [120/172] Installing cairo-0:1.18.2-3.f 100% | 222.9 MiB/s | 1.8 MiB | 00m00s- [121/172] Installing cairo-gobject-0:1. 100% | 35.1 MiB/s | 36.0 KiB | 00m00s- [122/172] Installing libXft-0:2.3.8-8.f 100% | 83.0 MiB/s | 169.9 KiB | 00m00s- [123/172] Installing pango-0:1.56.4-2.f 100% | 42.9 MiB/s | 1.0 MiB | 00m00s- [124/172] Installing rsvg-pixbuf-loader 100% | 166.2 MiB/s | 340.5 KiB | 00m00s- [125/172] Installing librsvg2-0:2.60.0- 100% | 277.4 MiB/s | 5.0 MiB | 00m00s- [126/172] Installing lcms2-0:2.16-5.fc4 100% | 214.5 MiB/s | 439.3 KiB | 00m00s- [127/172] Installing colord-libs-0:1.4. 100% | 166.7 MiB/s | 853.7 KiB | 00m00s- [128/172] Installing libepoxy-0:1.5.10- 100% | 270.5 MiB/s | 1.1 MiB | 00m00s- [129/172] Installing libcloudproviders- 100% | 61.6 MiB/s | 126.2 KiB | 00m00s- [130/172] Installing libXcomposite-0:0. 100% | 44.9 MiB/s | 46.0 KiB | 00m00s- [131/172] Installing hicolor-icon-theme 100% | 5.7 MiB/s | 179.5 KiB | 00m00s- [132/172] Installing gtk3-0:3.24.49-2.f 100% | 285.5 MiB/s | 23.1 MiB | 00m00s- [133/172] Installing libdecor-0:0.2.4-1 100% | 54.6 MiB/s | 167.8 KiB | 00m00s- [134/172] Installing SDL3-0:3.2.24-1.fc 100% | 268.2 MiB/s | 2.7 MiB | 00m00s- [135/172] Installing sdl2-compat-0:2.32 100% | 130.7 MiB/s | 401.4 KiB | 00m00s- [136/172] Installing sdl12-compat-0:1.2 100% | 21.4 MiB/s | 197.2 KiB | 00m00s- [137/172] Installing libvisual-1:0.4.2- 100% | 27.0 MiB/s | 497.1 KiB | 00m00s- [138/172] Installing spirv-tools-libs-0 100% | 304.3 MiB/s | 5.8 MiB | 00m00s- [139/172] Installing lm_sensors-libs-0: 100% | 42.4 MiB/s | 86.9 KiB | 00m00s- [140/172] Installing libxshmfence-0:1.3 100% | 13.2 MiB/s | 13.6 KiB | 00m00s- [141/172] Installing mesa-libgbm-0:25.1 100% | 20.0 MiB/s | 20.5 KiB | 00m00s- [142/172] Installing mesa-dri-drivers-0 100% | 333.3 MiB/s | 46.7 MiB | 00m00s- [143/172] Installing mesa-libEGL-0:25.1 100% | 109.3 MiB/s | 335.9 KiB | 00m00s- [144/172] Installing libglvnd-egl-1:1.7 100% | 34.3 MiB/s | 70.3 KiB | 00m00s- [145/172] Installing libglvnd-gles-1:1. 100% | 104.8 MiB/s | 107.3 KiB | 00m00s- [146/172] Installing mesa-libGL-0:25.1. 100% | 150.0 MiB/s | 307.2 KiB | 00m00s- [147/172] Installing libglvnd-glx-1:1.7 100% | 149.1 MiB/s | 610.6 KiB | 00m00s- [148/172] Installing gstreamer1-plugins 100% | 199.4 MiB/s | 7.4 MiB | 00m00s- [149/172] Installing xdg-desktop-portal 100% | 26.1 MiB/s | 1.9 MiB | 00m00s- [150/172] Installing libglvnd-core-deve 100% | 40.1 MiB/s | 41.1 KiB | 00m00s- [151/172] Installing libglvnd-devel-1:1 100% | 265.1 MiB/s | 2.1 MiB | 00m00s- [152/172] Installing mesa-libGLU-devel- 100% | 17.1 MiB/s | 17.5 KiB | 00m00s- [153/172] Installing cmake-filesystem-0 100% | 1.9 MiB/s | 7.6 KiB | 00m00s- [154/172] Installing sdl2-compat-devel- 100% | 93.9 MiB/s | 2.7 MiB | 00m00s- [155/172] Installing xdg-desktop-portal 100% | 12.9 MiB/s | 477.2 KiB | 00m00s- [156/172] Installing libcanberra-gtk3-0 100% | 4.2 MiB/s | 82.0 KiB | 00m00s- [157/172] Installing pipewire-plugin-li 100% | 4.6 MiB/s | 147.3 KiB | 00m00s- >>> Running sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64- >>> Finished sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64- >>> Scriptlet output:- >>> Creating group 'pipewire' with GID 993.- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 993 and GID 993.- >>>- [158/172] Installing pipewire-0:1.4.9-1 100% | 6.5 MiB/s | 437.6 KiB | 00m00s- >>> Running %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64- >>> Finished %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64- >>> Scriptlet output:- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'- >>>- [159/172] Installing pipewire-alsa-0:1. 100% | 52.0 MiB/s | 159.6 KiB | 00m00s- [160/172] Installing pipewire-pulseaudi 100% | 7.1 MiB/s | 444.2 KiB | 00m00s- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64- >>> Scriptlet output:- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke- >>>- [161/172] Installing glib-networking-0: 100% | 123.3 MiB/s | 757.8 KiB | 00m00s- [162/172] Installing avif-pixbuf-loader 100% | 19.7 MiB/s | 20.2 KiB | 00m00s- [163/172] Installing jxl-pixbuf-loader- 100% | 29.5 MiB/s | 30.2 KiB | 00m00s- [164/172] Installing libcamera-ipa-0:0. 100% | 107.8 MiB/s | 551.9 KiB | 00m00s- [165/172] Installing mesa-va-drivers-0: 100% | 0.0 B/s | 984.0 B | 00m00s- [166/172] Installing webp-pixbuf-loader 100% | 29.1 MiB/s | 29.8 KiB | 00m00s- [167/172] Installing tinysparql-0:3.9.2 100% | 45.2 MiB/s | 2.5 MiB | 00m00s- [168/172] Installing adwaita-mono-fonts 100% | 319.3 MiB/s | 5.4 MiB | 00m00s- [169/172] Installing adwaita-sans-fonts 100% | 245.6 MiB/s | 1.7 MiB | 00m00s- [170/172] Installing low-memory-monitor 100% | 2.1 MiB/s | 67.7 KiB | 00m00s- [171/172] Installing dconf-0:0.40.0-15. 100% | 6.0 MiB/s | 320.0 KiB | 00m00s- [172/172] Installing libffi-devel-0:3.4 100% | 37.9 KiB/s | 34.8 KiB | 00m01s- >>> Running %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64- >>> Scriptlet output:- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic- >>>- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "SDL2-devel"- libffi-devel-3.4.6-5.fc42.x86_64- sdl2-compat-devel-2.32.56-1.fc42.x86_64# To update the current shell environment, run: eval $(opam env)2026-01-09 22:21.35 ---> saved as "56db203fe64279be68b9a4066ebdba9a39ed746855c18c0755c84ccc47482746"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 10 packages- install conf-libffi 2.0.0- install conf-pkg-config 4- install conf-sdl2 1- install csexp 1.5.2- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install dune 3.20.2- install dune-configurator 3.20.2- install integers 0.7.0- install stdlib-shims 0.3.0The following system packages will first need to be installed:SDL2-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>opam believes some required external dependencies are missing. opam can:> 1. Run yum to install them (may need root/sudo access)2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable4. Abort the installation[1/2/3/4] 1+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel"- Updating and loading repositories:- Repositories loaded.- Package "sdl2-compat-devel-2.32.56-1.fc42.x86_64" is already installed.-- Nothing to do.+ /usr/sbin/rpm "-q" "--whatprovides" "SDL2-devel"- sdl2-compat-devel-2.32.56-1.fc42.x86_64<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed conf-pkg-config.4-> retrieved integers.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-sdl2.1-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed integers.0.7.0-> installed dune-configurator.3.20.2-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-09 22:22.13 ---> saved as "1982e593e624249cc99dfb439530a109122023223a013ada3ac4088c1901f3de"/src: (copy (src .) (dst /src))2026-01-09 22:22.13 ---> saved as "07a3fcfc299b70114f9e31da8e25d283da14f92d359df110638372fa4ba6dc30"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_tsdl.exe)SDL_GetErrorSDL_freeSDL_SetMainReadySDL_InitSDL_InitSubSystemSDL_QuitSDL_QuitSubSystemSDL_WasInitSDL_ClearHintsSDL_GetHintSDL_GetHintBooleanSDL_SetHintSDL_SetHintWithPrioritySDL_ClearErrorSDL_SetErrorSDL_LogMessageSDL_LogGetPrioritySDL_LogResetPrioritiesSDL_LogSetAllPrioritySDL_LogSetPrioritySDL_GetVersionSDL_GetRevisionSDL_GetRevisionNumberSDL_LoadFile_RWSDL_RWFromFileSDL_RWFromConstMemSDL_RWFromMemSDL_GetBasePathSDL_GetPrefPathSDL_EnclosePointsSDL_HasIntersectionSDL_IntersectRectSDL_IntersectRectAndLineSDL_UnionRectSDL_AllocPaletteSDL_FreePaletteSDL_SetPaletteColorsSDL_CalculateGammaRampSDL_ComposeCustomBlendModeSDL_AllocFormatSDL_FreeFormatSDL_GetPixelFormatNameSDL_GetRGBSDL_GetRGBASDL_MapRGBSDL_MapRGBASDL_MasksToPixelFormatEnumSDL_PixelFormatEnumToMasksSDL_SetPixelFormatPaletteSDL_UpperBlitScaledSDL_UpperBlitSDL_ConvertPixelsSDL_ConvertSurfaceSDL_ConvertSurfaceFormatSDL_CreateRGBSurfaceSDL_CreateRGBSurfaceFromSDL_CreateRGBSurfaceWithFormatSDL_CreateRGBSurfaceWithFormatFromSDL_DuplicateSurfaceSDL_FillRectSDL_FillRectsSDL_FreeSurfaceSDL_GetClipRectSDL_GetColorKeySDL_GetSurfaceAlphaModSDL_GetSurfaceBlendModeSDL_GetSurfaceColorModSDL_LoadBMP_RWSDL_LockSurfaceSDL_LowerBlitSDL_LowerBlitScaledSDL_SaveBMP_RWSDL_SetClipRectSDL_SetColorKeySDL_SetSurfaceAlphaModSDL_SetSurfaceBlendModeSDL_SetSurfaceColorModSDL_SetSurfacePaletteSDL_SetSurfaceRLESDL_UnlockSurfaceSDL_CreateRendererSDL_CreateSoftwareRendererSDL_DestroyRendererSDL_GetNumRenderDriversSDL_GetRenderDrawBlendModeSDL_GetRenderDrawColorSDL_GetRenderDriverInfoSDL_GetRenderTargetSDL_GetRendererSDL_GetRendererInfoSDL_GetRendererOutputSizeSDL_RenderClearSDL_RenderCopySDL_RenderCopyExSDL_RenderDrawLineSDL_RenderDrawLineFSDL_RenderDrawLinesSDL_RenderDrawPointSDL_RenderDrawPointsSDL_RenderDrawPointFSDL_RenderDrawPointsFSDL_RenderDrawRectSDL_RenderDrawRectsSDL_RenderFillRectSDL_RenderFillRectsSDL_RenderGeometrySDL_RenderGeometryRawSDL_RenderGetClipRectSDL_RenderIsClipEnabledSDL_RenderGetIntegerScaleSDL_RenderGetLogicalSizeSDL_RenderGetScaleSDL_RenderGetViewportSDL_RenderGetWindowSDL_RenderPresentSDL_RenderReadPixelsSDL_RenderSetClipRectSDL_RenderSetIntegerScaleSDL_RenderSetLogicalSizeSDL_RenderSetScaleSDL_RenderSetViewportSDL_RenderTargetSupportedSDL_SetRenderDrawBlendModeSDL_SetRenderDrawColorSDL_SetRenderTargetSDL_CreateTextureSDL_CreateTextureFromSurfaceSDL_DestroyTextureSDL_GetTextureAlphaModSDL_GetTextureBlendModeSDL_GetTextureColorModSDL_GetTextureScaleModeSDL_QueryTextureSDL_LockTextureSDL_SetTextureAlphaModSDL_SetTextureBlendModeSDL_SetTextureColorModSDL_SetTextureScaleModeSDL_UnlockTextureSDL_UpdateTextureSDL_UpdateYUVTextureSDL_GetCurrentVideoDriverSDL_GetNumVideoDriversSDL_GetVideoDriverSDL_VideoInitSDL_VideoQuitSDL_GetClosestDisplayModeSDL_GetCurrentDisplayModeSDL_GetDesktopDisplayModeSDL_GetDisplayBoundsSDL_GetDisplayDPISDL_GetDisplayModeSDL_GetDisplayUsableBoundsSDL_GetNumDisplayModesSDL_GetDisplayNameSDL_GetNumVideoDisplaysSDL_CreateWindowSDL_CreateWindowAndRendererSDL_DestroyWindowSDL_GetWindowBrightnessSDL_GetWindowBordersSizeSDL_GetWindowDisplayIndexSDL_GetWindowDisplayModeSDL_GetWindowFlagsSDL_GetWindowFromIDSDL_GetWindowGammaRampSDL_GetWindowGrabSDL_GetGrabbedWindowSDL_GetWindowIDSDL_GetWindowMaximumSizeSDL_GetWindowMinimumSizeSDL_GetWindowOpacitySDL_GetWindowPixelFormatSDL_GetWindowPositionSDL_GetWindowSizeSDL_GetWindowSurfaceSDL_GetWindowTitleSDL_HideWindowSDL_MaximizeWindowSDL_MinimizeWindowSDL_RaiseWindowSDL_RestoreWindowSDL_SetWindowBorderedSDL_SetWindowBrightnessSDL_SetWindowDisplayModeSDL_SetWindowFullscreenSDL_SetWindowGammaRampSDL_SetWindowGrabSDL_SetWindowIconSDL_SetWindowInputFocusSDL_SetWindowMaximumSizeSDL_SetWindowMinimumSizeSDL_SetWindowModalForSDL_SetWindowOpacitySDL_SetWindowPositionSDL_SetWindowResizableSDL_SetWindowSizeSDL_SetWindowTitleSDL_ShowWindowSDL_UpdateWindowSurfaceSDL_UpdateWindowSurfaceRectsSDL_GL_BindTextureSDL_GL_CreateContextSDL_GL_DeleteContextSDL_GL_ExtensionSupportedSDL_GL_GetAttributeSDL_GL_GetCurrentContextSDL_GL_GetDrawableSizeSDL_GL_GetSwapIntervalSDL_GL_MakeCurrentSDL_GL_ResetAttributesSDL_GL_SetAttributeSDL_GL_SetSwapIntervalSDL_GL_SwapWindowSDL_GL_UnbindTextureSDL_Vulkan_LoadLibrarySDL_Vulkan_UnloadLibrarySDL_Vulkan_GetInstanceExtensionsSDL_Vulkan_CreateSurfaceSDL_Vulkan_GetDrawableSizeSDL_DisableScreenSaverSDL_EnableScreenSaverSDL_IsScreenSaverEnabledSDL_ShowMessageBoxSDL_ShowSimpleMessageBoxSDL_GetClipboardTextSDL_HasClipboardTextSDL_SetClipboardTextSDL_GetKeyboardFocusSDL_GetKeyboardStateSDL_GetKeyFromNameSDL_GetKeyFromScancodeSDL_GetKeyNameSDL_GetModStateSDL_GetScancodeFromKeySDL_GetScancodeFromNameSDL_GetScancodeNameSDL_HasScreenKeyboardSupportSDL_IsScreenKeyboardShownSDL_IsTextInputActiveSDL_SetModStateSDL_SetTextInputRectSDL_StartTextInputSDL_StopTextInputSDL_CaptureMouseSDL_CreateColorCursorSDL_CreateCursorSDL_CreateSystemCursorSDL_FreeCursorSDL_GetCursorSDL_GetDefaultCursorSDL_GetGlobalMouseStateSDL_GetMouseFocusSDL_GetMouseStateSDL_GetRelativeMouseModeSDL_GetRelativeMouseStateSDL_ShowCursorSDL_SetCursorSDL_SetRelativeMouseModeSDL_WarpMouseInWindowSDL_WarpMouseGlobalSDL_GetNumTouchDevicesSDL_GetNumTouchFingersSDL_GetTouchDeviceSDL_GetTouchFingerSDL_LoadDollarTemplatesSDL_RecordGestureSDL_SaveDollarTemplateSDL_SaveAllDollarTemplatesSDL_JoystickCloseSDL_JoystickCurrentPowerLevelSDL_JoystickEventStateSDL_JoystickFromInstanceIDSDL_JoystickGetAttachedSDL_JoystickGetAxisSDL_JoystickGetAxisInitialStateSDL_JoystickGetBallSDL_JoystickGetButtonSDL_JoystickGetDeviceGUIDSDL_JoystickGetDeviceProductSDL_JoystickGetDeviceProductVersionSDL_JoystickGetDeviceTypeSDL_JoystickGetDeviceInstanceIDSDL_JoystickGetDeviceVendorSDL_JoystickGetGUIDSDL_JoystickGetGUIDFromStringSDL_JoystickGetGUIDStringSDL_JoystickGetHatSDL_JoystickGetProductSDL_JoystickGetProductVersionSDL_JoystickGetTypeSDL_JoystickGetVendorSDL_JoystickInstanceIDSDL_JoystickNameSDL_JoystickNameForIndexSDL_JoystickNumAxesSDL_JoystickNumBallsSDL_JoystickNumButtonsSDL_JoystickNumHatsSDL_JoystickOpenSDL_JoystickUpdateSDL_NumJoysticksSDL_GameControllerAddMappingSDL_GameControllerAddMappingsFromRWSDL_GameControllerCloseSDL_GameControllerEventStateSDL_GameControllerFromInstanceIDSDL_GameControllerGetAttachedSDL_GameControllerGetAxisSDL_GameControllerGetAxisFromStringSDL_GameControllerGetBindForAxisSDL_GameControllerGetBindForButtonSDL_GameControllerGetButtonSDL_GameControllerGetButtonFromStringSDL_GameControllerGetJoystickSDL_GameControllerGetProductSDL_GameControllerGetProductVersionSDL_GameControllerGetStringForAxisSDL_GameControllerGetStringForButtonSDL_GameControllerGetVendorSDL_GameControllerMappingSDL_GameControllerMappingForIndexSDL_GameControllerMappingForGUIDSDL_GameControllerNameSDL_GameControllerNameForIndexSDL_GameControllerNumMappingsSDL_GameControllerOpenSDL_GameControllerUpdateSDL_IsGameControllerSDL_EventStateSDL_FlushEventSDL_FlushEventsSDL_HasEventSDL_HasEventsSDL_PollEventSDL_PumpEventsSDL_PushEventSDL_RegisterEventsSDL_WaitEventSDL_WaitEventTimeoutSDL_HapticCloseSDL_HapticDestroyEffectSDL_HapticEffectSupportedSDL_HapticGetEffectStatusSDL_HapticIndexSDL_HapticNameSDL_HapticNewEffectSDL_HapticNumAxesSDL_HapticNumEffectsSDL_HapticNumEffectsPlayingSDL_HapticOpenSDL_HapticOpenFromJoystickSDL_HapticOpenFromMouseSDL_HapticOpenedSDL_HapticPauseSDL_HapticQuerySDL_HapticRumbleInitSDL_HapticRumblePlaySDL_HapticRumbleStopSDL_HapticRumbleSupportedSDL_HapticRunEffectSDL_HapticSetAutocenterSDL_HapticSetGainSDL_HapticStopAllSDL_HapticStopEffectSDL_HapticUnpauseSDL_HapticUpdateEffectSDL_JoystickIsHapticSDL_MouseIsHapticSDL_NumHapticsSDL_AudioInitSDL_AudioQuitSDL_GetAudioDriverSDL_GetCurrentAudioDriverSDL_GetNumAudioDriversSDL_CloseAudioDeviceSDL_FreeWAVSDL_GetAudioDeviceNameSDL_GetAudioDeviceStatusSDL_GetNumAudioDevicesSDL_LoadWAV_RWSDL_LockAudioDeviceSDL_OpenAudioDeviceSDL_PauseAudioDeviceSDL_UnlockAudioDeviceSDL_QueueAudioSDL_DequeueAudioSDL_GetQueuedAudioSizeSDL_ClearQueuedAudioSDL_DelaySDL_GetTicksSDL_GetTicks64SDL_GetPerformanceCounterSDL_GetPerformanceFrequencySDL_GetPlatformSDL_GetCPUCacheLineSizeSDL_GetCPUCountSDL_GetSystemRAMSDL_Has3DNowSDL_HasAltiVecSDL_HasAVXSDL_HasMMXSDL_HasNEONSDL_HasRDTSCSDL_HasSSESDL_HasSSE2SDL_HasSSE3SDL_HasSSE41SDL_HasSSE42SDL_GetPowerInfoSDL_GetPreferredLocalesSDL Version (2,32,56)error: XDG_RUNTIME_DIR is invalid or not set in the environment.error: XDG_RUNTIME_DIR is invalid or not set in the environment.INFO: Init error: No available video device2026-01-09 22:22.15 ---> saved as "0c2fad91fecb652d3ee11a1aaf7afa48f46cf51364fbd0347e06e624c3da4557"Job succeeded2026-01-09 22:22.15: Job succeeded