Organisationssanettetsdl30b393 (master)fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:36.00: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (30b3936920d65d30f172aec7cabc5d884bccf28a) (linux-x86_64:fedora-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:31a7434d1de367a9ff4870003a1d7af0a9940077b3c821e0a7de41ef1d94cdf9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard 30b39369
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:31a7434d1de367a9ff4870003a1d7af0a9940077b3c821e0a7de41ef1d94cdf9
# fedora-42-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --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-domains.base base-effects.base base-nnp.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.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 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 $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-04-03 11:36.00: Using cache hint "sanette/tsdl-ocaml/opam:fedora-42-ocaml-5.4@sha256:31a7434d1de367a9ff4870003a1d7af0a9940077b3c821e0a7de41ef1d94cdf9-fedora-42-5.4_opam-2.5-7efe6469eb878fa6912b9bac90dbfa02"
2026-04-03 11:36.00: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:31a7434d1de367a9ff4870003a1d7af0a9940077b3c821e0a7de41ef1d94cdf9)
(comment fedora-42-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base 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.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 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-04-03 11:36.00: Waiting for resource in pool OCluster
2026-04-03 12:53.22: Waiting for worker…
2026-04-03 12:56.08: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 30b3936 check pref path


(from ocaml/opam:fedora-42-ocaml-5.4@sha256:31a7434d1de367a9ff4870003a1d7af0a9940077b3c821e0a7de41ef1d94cdf9)
2026-04-03 12:56.08 ---> using "7475aab050e630f181222e2bcfd2f2ccc93ea244c4604746c566288291c5f731" from cache


/: (comment fedora-42-5.4_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 42 - x86_64 - Updates           100% |  39.9 KiB/s |  19.2 KiB |  00m00s
Fedora 42 - x86_64                     100% |  70.9 KiB/s |  22.4 KiB |  00m00s
Fedora 42 openh264 (From Cisco) - x86_ 100% |   6.2 KiB/s | 986.0   B |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2026-04-03 12:56.08 ---> using "ad03b594e80fdfe7eb6420d71fdc4a385393716432efc0ecd7710b2f5059dc41" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-03 12:56.08 ---> using "8432c7b9b18a821faf615d2ef2c1d4f2d374119b56bb9397d03b1c51c5368209" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 12:56.08 ---> using "8f9ef1abca30d916cd46406e0d3fe0436c1db51b92f8a2e3fd96adb58fda524f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-03 12:56.08 ---> using "2a71f2c35a51ffe6926d0c0830d13e687d1e361d3d3464e5c6e0b31040d46258" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 12:56.08 ---> using "98153c43af34ff83f63aca5cbdbb63a261ec7eee9ec3694252ae1cbc561f86cf" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..2a4b439041  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything 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.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 12:56.08 ---> using "5f426772a3f5bc786a5e7a564c586d757746eb32fdca7e4425308db8ebef81b0" from cache


/src: (copy (src tsdl.opam) (dst ./))
2026-04-03 12:56.08 ---> using "0b8e13e91170d363405b6695c42f51e4f62b5d81f1ca8d6a6949eed454a5df48" from cache


/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-04-03 12:56.08 ---> using "f16109c8f3caf7385e7739b839107946b6c89b8f5d835068cd29441aafda89aa" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 12:56.08 ---> using "a45a8a8e0e9a2b7f2491bf6d7a4ff4cba1326b89cc0636bbd570a8fadfd708f7" from cache


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
libffi-devel sdl2-compat-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/sbin/sudo "yum" "install" "-y" "libffi-devel" "sdl2-compat-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.64-1.fc42                  updates                 2.7 MiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.22.0-5.fc42                   fedora                  1.4 MiB
-  OpenCL-ICD-Loader                       x86_64 3.0.6-2.20241023git5907ac1.fc42 fedora                 70.7 KiB
-  SDL3                                    x86_64 3.4.0-3.fc42                    updates                 3.0 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-14.fc42                   fedora                192.7 KiB
-  adwaita-cursor-theme                    noarch 48.1-1.fc42                     updates                11.4 MiB
-  adwaita-icon-theme                      noarch 48.1-1.fc42                     updates                 1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-3.fc42                     fedora                  2.1 MiB
-  alsa-lib                                x86_64 1.2.15.3-1.fc42                 updates                 1.5 MiB
-  aribb24                                 x86_64 1.0.3^20160216git5e9be27-2.fc42 fedora                 81.8 KiB
-  at-spi2-atk                             x86_64 2.56.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
-  cjson                                   x86_64 1.7.18-2.fc42                   fedora                 63.9 KiB
-  cmake-filesystem                        x86_64 3.31.6-2.fc42                   fedora                  0.0   B
-  codec2                                  x86_64 1.2.0-6.fc42                    fedora                  1.4 MiB
-  colord-libs                             x86_64 1.4.7-6.fc42                    fedora                850.7 KiB
-  cpuinfo                                 x86_64 24.09.26-2.git1e83a2f.fc42.1    updates               107.0 KiB
-  cups-filesystem                         noarch 1:2.4.16-7.fc42                 updates                 0.0   B
-  cups-libs                               x86_64 1:2.4.16-7.fc42                 updates               618.7 KiB
-  default-fonts-core-sans                 noarch 4.2-4.fc42                      fedora                 11.9 KiB
-  exempi                                  x86_64 2.6.4-7.fc42                    fedora                  1.4 MiB
-  exiv2-libs                              x86_64 0.28.6-2.fc42                   updates                 2.8 MiB
-  fdk-aac-free                            x86_64 2.0.0-15.fc42                   fedora                615.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-15.fc42                  fedora                  3.6 MiB
-  flac-libs                               x86_64 1.4.3-6.fc42                    fedora                698.1 KiB
-  fontconfig                              x86_64 2.16.0-2.fc42                   fedora                764.7 KiB
-  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
-  game-music-emu                          x86_64 0.6.3-17.fc42                   fedora                331.4 KiB
-  gdk-pixbuf2                             x86_64 2.42.12-12.fc42                 updates                 2.5 MiB
-  gdk-pixbuf2-modules                     x86_64 2.42.12-12.fc42                 updates                55.4 KiB
-  geoclue2                                x86_64 2.8.0-1.fc42                    updates               401.7 KiB
-  giflib                                  x86_64 5.2.2-6.fc42                    updates               112.1 KiB
-  glibc-gconv-extra                       x86_64 2.41-16.fc42                    updates                 7.2 MiB
-  gobject-introspection                   x86_64 1.84.0-1.fc42                   fedora                392.8 KiB
-  google-noto-fonts-common                noarch 20250301-1.fc42                 fedora                 17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20250301-1.fc42                 fedora                  1.4 MiB
-  gpgme                                   x86_64 1.24.3-1.fc42                   updates               587.9 KiB
-  gpgmepp                                 x86_64 1.24.3-1.fc42                   updates               429.2 KiB
-  graphene                                x86_64 1.10.6-10.fc42                  fedora                162.4 KiB
-  graphite2                               x86_64 1.3.14-18.fc42                  fedora                195.8 KiB
-  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.10-1.fc42                  updates                 5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.10-1.fc42                  updates                 7.4 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-2.fc42                   updates                 2.8 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.405-1.fc42                    updates                 9.8 MiB
-  ilbc                                    x86_64 3.0.4-13.fc42                   fedora                 95.4 KiB
-  inih                                    x86_64 62-1.fc42                       updates                22.4 KiB
-  inih-cpp                                x86_64 62-1.fc42                       updates                36.1 KiB
-  iso-codes                               noarch 4.17.0-2.fc42                   fedora                 20.3 MiB
-  jbigkit-libs                            x86_64 2.1-31.fc42                     fedora                121.4 KiB
-  json-glib                               x86_64 1.10.8-1.fc42                   updates               592.3 KiB
-  lame-libs                               x86_64 3.100-19.fc42                   fedora                  1.2 MiB
-  lcms2                                   x86_64 2.16-5.fc42                     fedora                437.7 KiB
-  libXcomposite                           x86_64 0.4.6-5.fc42                    fedora                 44.4 KiB
-  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
-  libaribcaption                          x86_64 1.1.1-2.fc42                    fedora                248.5 KiB
-  libasyncns                              x86_64 0.8-30.fc42                     fedora                 59.5 KiB
-  libavcodec-free                         x86_64 7.1.2-1.fc42                    updates                 9.8 MiB
-  libavformat-free                        x86_64 7.1.2-1.fc42                    updates                 2.6 MiB
-  libavif                                 x86_64 1.1.1-1.fc42                    fedora                213.9 KiB
-  libavutil-free                          x86_64 7.1.2-1.fc42                    updates               962.9 KiB
-  libbluray                               x86_64 1.3.4-9.fc42                    fedora                397.6 KiB
-  libcamera                               x86_64 0.4.0-4.fc42                    fedora                  1.9 MiB
-  libcanberra                             x86_64 0.30-37.fc42                    fedora                286.4 KiB
-  libchromaprint                          x86_64 1.5.1-24.fc42                   fedora                 64.5 KiB
-  libcloudproviders                       x86_64 0.3.6-1.fc42                    fedora                124.3 KiB
-  libcue                                  x86_64 2.3.0-11.fc42                   fedora                 89.8 KiB
-  libdatrie                               x86_64 0.2.13-11.fc42                  fedora                 57.8 KiB
-  libdav1d                                x86_64 1.5.3-1.fc42                    updates                 1.7 MiB
-  libdecor                                x86_64 0.2.4-1.fc42                    updates               165.2 KiB
-  libdrm                                  x86_64 2.4.131-1.fc42                  updates               404.7 KiB
-  libdvdnav                               x86_64 6.1.1-10.fc42                   fedora                120.1 KiB
-  libdvdread                              x86_64 6.1.3-9.fc42                    fedora                160.1 KiB
-  libebur128                              x86_64 1.2.6-12.fc42                   fedora                 39.3 KiB
-  libepoxy                                x86_64 1.5.10-9.fc42                   fedora                  1.1 MiB
-  libexif                                 x86_64 0.6.25-1.fc42                   fedora                  2.7 MiB
-  libgexiv2                               x86_64 0.14.6-1.fc42                   updates               279.2 KiB
-  libglvnd                                x86_64 1:1.7.0-7.fc42                  fedora                530.2 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-7.fc42                  fedora                 40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-7.fc42                  fedora                  2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-7.fc42                  fedora                 68.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-7.fc42                  fedora                105.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-7.fc42                  fedora                609.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-7.fc42                  fedora                148.8 KiB
-  libgsf                                  x86_64 1.14.55-1.fc42                  updates               964.8 KiB
-  libgudev                                x86_64 238-7.fc42                      fedora                 87.8 KiB
-  libgusb                                 x86_64 0.4.9-3.fc42                    fedora                162.0 KiB
-  libgxps                                 x86_64 0.3.2-10.fc42                   fedora                192.1 KiB
-  libimobiledevice                        x86_64 1.3.0^20240916gited9703d-5.fc42 fedora                304.7 KiB
-  libimobiledevice-glue                   x86_64 1.3.1-2.fc42                    fedora                122.8 KiB
-  libiptcdata                             x86_64 1.0.5-21.fc42                   fedora                171.9 KiB
-  libjpeg-turbo                           x86_64 3.1.3-1.fc42                    updates               806.3 KiB
-  libjxl                                  x86_64 1:0.11.1-4.fc42                 updates                 3.1 MiB
-  liblc3                                  x86_64 1.1.3-1.fc42                    fedora                170.8 KiB
-  libldac                                 x86_64 2.0.2.3-17.fc42                 fedora                 82.2 KiB
-  libldb                                  x86_64 2:4.22.7-1.fc42                 updates               450.7 KiB
-  liblerc                                 x86_64 4.0.0-8.fc42                    fedora                636.1 KiB
-  libmodplug                              x86_64 1:0.8.9.0-27.fc42               fedora                355.2 KiB
-  libnotify                               x86_64 0.8.8-1.fc42                    updates               126.6 KiB
-  libogg                                  x86_64 2:1.3.5-11.fc42                 fedora                 45.3 KiB
-  libopenmpt                              x86_64 0.8.4-1.fc42                    updates                 1.8 MiB
-  libosinfo                               x86_64 1.12.0-2.fc42                   fedora                  1.2 MiB
-  libpciaccess                            x86_64 0.16-15.fc42                    fedora                 44.5 KiB
-  libplist                                x86_64 2.6.0-2.fc42                    fedora                237.0 KiB
-  libpng                                  x86_64 2:1.6.55-1.fc42                 updates               241.7 KiB
-  libproxy                                x86_64 0.5.8-2.fc42                    fedora                102.3 KiB
-  librabbitmq                             x86_64 0.15.0-2.fc42                   fedora                 89.6 KiB
-  librist                                 x86_64 0.2.7-9.fc42                    fedora                153.3 KiB
-  librsvg2                                x86_64 2.60.0-5.fc42                   updates                 5.1 MiB
-  libsbc                                  x86_64 2.0-6.fc42                      fedora                 93.4 KiB
-  libsmbclient                            x86_64 2:4.22.7-1.fc42                 updates               164.8 KiB
-  libsndfile                              x86_64 1.2.2-8.fc42                    fedora                550.0 KiB
-  libsodium                               x86_64 1.0.21-2.fc42                   updates               449.4 KiB
-  libsoup3                                x86_64 3.6.6-2.fc42                    updates                 1.7 MiB
-  libswresample-free                      x86_64 7.1.2-1.fc42                    updates               147.4 KiB
-  libtalloc                               x86_64 2.4.3-2.fc42                    fedora                 64.1 KiB
-  libtdb                                  x86_64 1.4.13-2.fc42                   fedora                100.5 KiB
-  libtevent                               x86_64 0.16.2-2.fc42                   fedora                101.4 KiB
-  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
-  libudfread                              x86_64 1.1.2-11.fc42                   fedora                 65.9 KiB
-  libunwind                               x86_64 1.8.1-2.fc42                    fedora                194.1 KiB
-  libusbmuxd                              x86_64 2.1.0-3.fc42                    fedora                 75.2 KiB
-  libva                                   x86_64 2.22.0-4.fc42                   fedora                329.4 KiB
-  libvdpau                                x86_64 1.5-9.fc42                      fedora                 20.7 KiB
-  libvisual                               x86_64 1:0.4.2-1.fc42                  updates               494.1 KiB
-  libvmaf                                 x86_64 3.0.0-3.fc42                    fedora                827.0 KiB
-  libvorbis                               x86_64 1:1.3.7-12.fc42                 fedora                833.4 KiB
-  libvpl                                  x86_64 1:2.16.0-1.fc42                 updates               427.2 KiB
-  libvpx                                  x86_64 1.15.0-3.fc42                   updates                 3.3 MiB
-  libwayland-client                       x86_64 1.24.0-1.fc42                   updates                62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc42                   updates                37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc42                   updates                12.4 KiB
-  libwayland-server                       x86_64 1.24.0-1.fc42                   updates                78.5 KiB
-  libwbclient                             x86_64 2:4.22.7-1.fc42                 updates                68.6 KiB
-  libwebp                                 x86_64 1.5.0-2.fc42                    fedora                947.6 KiB
-  libxshmfence                            x86_64 1.3.2-6.fc42                    fedora                 12.4 KiB
-  libxslt                                 x86_64 1.1.43-1.fc42                   fedora                456.1 KiB
-  libyuv                                  x86_64 0-0.56.20240704git96bbdb5.fc42  fedora                683.6 KiB
-  lm_sensors-libs                         x86_64 3.6.0-22.fc42                   fedora                 85.8 KiB
-  lmdb-libs                               x86_64 0.9.34-1.fc42                   updates               106.0 KiB
-  lpcnetfreedv                            x86_64 0.5-8.fc42                      fedora                 14.8 MiB
-  lttng-ust                               x86_64 2.13.8-4.fc42                   fedora                  1.1 MiB
-  mbedtls                                 x86_64 3.6.5-1.fc42                    updates                 1.3 MiB
-  mesa-dri-drivers                        x86_64 25.1.9-1.fc42                   updates                46.7 MiB
-  mesa-filesystem                         x86_64 25.1.9-1.fc42                   updates                 3.6 KiB
-  mesa-libEGL                             x86_64 25.1.9-1.fc42                   updates               334.9 KiB
-  mesa-libGL                              x86_64 25.1.9-1.fc42                   updates               306.2 KiB
-  mesa-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
-  nspr                                    x86_64 4.38.2-4.fc42                   updates               315.5 KiB
-  nss                                     x86_64 3.121.0-1.fc42                  updates                 1.9 MiB
-  nss-softokn                             x86_64 3.121.0-1.fc42                  updates                 2.0 MiB
-  nss-softokn-freebl                      x86_64 3.121.0-1.fc42                  updates               991.0 KiB
-  nss-sysinit                             x86_64 3.121.0-1.fc42                  updates                18.1 KiB
-  nss-util                                x86_64 3.121.0-1.fc42                  updates               204.8 KiB
-  opencore-amr                            x86_64 0.1.6-8.fc42                    fedora                348.7 KiB
-  openh264                                x86_64 2.5.1-1.fc42                    fedora-cisco-openh264   1.1 MiB
-  openjpeg                                x86_64 2.5.4-1.fc42                    updates               456.3 KiB
-  openpgm                                 x86_64 5.3.128-4.fc42                  fedora                316.3 KiB
-  opus                                    x86_64 1.5.2-2.fc42                    fedora                427.5 KiB
-  orc                                     x86_64 0.4.41-1.fc42                   fedora                726.3 KiB
-  osinfo-db                               noarch 20251212-1.fc42                 updates                 4.2 MiB
-  osinfo-db-tools                         x86_64 1.12.0-2.fc42                   fedora                190.9 KiB
-  pango                                   x86_64 1.56.4-2.fc42                   updates                 1.0 MiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.11-1.fc42                   updates               496.6 KiB
-  pipewire-libs                           x86_64 1.4.11-1.fc42                   updates                 8.6 MiB
-  pixman                                  x86_64 0.46.2-1.fc42                   updates               710.3 KiB
-  poppler                                 x86_64 25.02.0-4.fc42                  updates                 3.7 MiB
-  poppler-data                            noarch 0.4.11-9.fc42                   fedora                 12.3 MiB
-  poppler-glib                            x86_64 25.02.0-4.fc42                  updates               612.3 KiB
-  pulseaudio-libs                         x86_64 17.0-9.fc42                     updates                 3.4 MiB
-  rav1e-libs                              x86_64 0.8.1-2.fc42                    updates                 3.1 MiB
-  rtkit                                   x86_64 0.11-66.fc42                    fedora                138.1 KiB
-  samba-client-libs                       x86_64 2:4.22.7-1.fc42                 updates                19.5 MiB
-  samba-common                            noarch 2:4.22.7-1.fc42                 updates               210.8 KiB
-  samba-common-libs                       x86_64 2:4.22.7-1.fc42                 updates               259.4 KiB
-  sdl12-compat                            x86_64 1.2.74-1.fc42                   updates               200.4 KiB
-  sdl2-compat                             x86_64 2.32.64-1.fc42                  updates               408.4 KiB
-  shared-mime-info                        x86_64 2.3-7.fc42                      fedora                  5.2 MiB
-  snappy                                  x86_64 1.2.1-4.fc42                    fedora                 71.3 KiB
-  sound-theme-freedesktop                 noarch 0.8-23.fc42                     fedora                460.4 KiB
-  soxr                                    x86_64 0.1.3-18.fc42                   fedora                191.5 KiB
-  speex                                   x86_64 1.2.0-19.fc42                   fedora                128.5 KiB
-  spirv-tools-libs                        x86_64 2025.2-2.fc42                   updates                 5.8 MiB
-  srt-libs                                x86_64 1.5.4-2.fc42                    fedora                997.8 KiB
-  svt-av1-libs                            x86_64 2.3.0-1.fc42                    fedora                  5.6 MiB
-  totem-pl-parser                         x86_64 3.26.6-12.fc42                  fedora                308.3 KiB
-  twolame-libs                            x86_64 0.4.0-6.fc42                    fedora                165.5 KiB
-  uchardet                                x86_64 0.0.8-7.fc42                    fedora                275.6 KiB
-  upower-libs                             x86_64 1.91.0-1.fc42                   updates               178.8 KiB
-  vo-amrwbenc                             x86_64 0.1.3-22.fc42                   fedora                153.9 KiB
-  webrtc-audio-processing                 x86_64 1.3-5.fc42                      fedora                  1.4 MiB
-  wireplumber                             x86_64 0.5.13-1.fc42                   updates               426.6 KiB
-  wireplumber-libs                        x86_64 0.5.13-1.fc42                   updates                 1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-1.fc42                   updates                 1.8 MiB
-  xml-common                              noarch 0.6.3-66.fc42                   fedora                 78.4 KiB
-  xprop                                   x86_64 1.2.8-3.fc42                    fedora                 54.7 KiB
-  xvidcore                                x86_64 1.3.7-13.fc42                   fedora                878.4 KiB
-  zeromq                                  x86_64 4.3.5-21.fc42                   fedora                890.1 KiB
-  zvbi                                    x86_64 0.2.43-2.fc42                   fedora                  1.2 MiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 48.2-2.fc42                     fedora                  5.4 MiB
-  adwaita-sans-fonts                      noarch 48.2-2.fc42                     fedora                  1.7 MiB
-  avif-pixbuf-loader                      x86_64 1.1.1-1.fc42                    fedora                 19.5 KiB
-  dconf                                   x86_64 0.40.0-15.fc42                  fedora                315.4 KiB
-  exiv2                                   x86_64 0.28.6-2.fc42                   updates                12.2 MiB
-  glib-networking                         x86_64 2.80.1-1.fc42                   fedora                742.9 KiB
-  intel-mediasdk                          x86_64 23.2.2-7.fc42                   fedora                 22.5 MiB
-  intel-vpl-gpu-rt                        x86_64 25.4.5-1.fc42                   updates                11.7 MiB
-  jxl-pixbuf-loader                       x86_64 1:0.11.1-4.fc42                 updates                29.2 KiB
-  libcamera-ipa                           x86_64 0.4.0-4.fc42                    fedora                548.2 KiB
-  libcanberra-gtk3                        x86_64 0.30-37.fc42                    fedora                 78.7 KiB
-  localsearch                             x86_64 3.9.0-1.fc42                    fedora                  3.8 MiB
-  logrotate                               x86_64 3.22.0-3.fc42                   fedora                148.9 KiB
-  low-memory-monitor                      x86_64 2.1-12.fc42                     fedora                 66.0 KiB
-  mesa-va-drivers                         x86_64 25.1.9-1.fc42                   updates               115.0   B
-  pipewire                                x86_64 1.4.11-1.fc42                   updates               433.2 KiB
-  pipewire-alsa                           x86_64 1.4.11-1.fc42                   updates               158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.11-1.fc42                   updates                30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.11-1.fc42                   updates               146.6 KiB
-  pipewire-pulseaudio                     x86_64 1.4.11-1.fc42                   updates               436.2 KiB
-  rsvg-pixbuf-loader                      x86_64 2.60.0-5.fc42                   updates               335.7 KiB
-  tinysparql                              x86_64 3.9.2-1.fc42                    updates                 2.5 MiB
-  upower                                  x86_64 1.91.0-1.fc42                   updates               303.8 KiB
-  usbmuxd                                 x86_64 1.1.1^20240915git0b1b233-4.fc42 fedora                149.1 KiB
-  webp-pixbuf-loader                      x86_64 0.2.7-3.fc42                    fedora                 28.6 KiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-1.fc42                   fedora                469.2 KiB
- 
- Transaction Summary:
-  Installing:       261 packages
- 
- Total size of inbound packages is 120 MiB. Need to download 120 MiB.
- After this operation, 428 MiB extra will be used (install 428 MiB, remove 0 B).
- [  1/261] sdl2-compat-devel-0:2.32.64-1 100% | 605.8 KiB/s | 397.4 KiB |  00m01s
- [  2/261] cmake-filesystem-0:3.31.6-2.f 100% | 204.5 KiB/s |  17.6 KiB |  00m00s
- [  3/261] sdl2-compat-0:2.32.64-1.fc42. 100% | 183.7 KiB/s | 137.0 KiB |  00m01s
- [  4/261] libffi-devel-0:3.4.6-5.fc42.x 100% |  38.2 KiB/s |  28.8 KiB |  00m01s
- [  5/261] libglvnd-devel-1:1.7.0-7.fc42 100% | 387.2 KiB/s | 161.8 KiB |  00m00s
- [  6/261] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 272.4 KiB/s | 114.4 KiB |  00m00s
- [  7/261] libglvnd-core-devel-1:1.7.0-7 100% | 404.2 KiB/s |  17.4 KiB |  00m00s
- [  8/261] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 672.1 KiB/s |  36.3 KiB |  00m00s
- [  9/261] libglvnd-gles-1:1.7.0-7.fc42. 100% | 234.3 KiB/s |  28.6 KiB |  00m00s
- [ 10/261] libglvnd-opengl-1:1.7.0-7.fc4 100% | 257.6 KiB/s |  37.4 KiB |  00m00s
- [ 11/261] libXext-0:1.3.6-3.fc42.x86_64 100% | 106.1 KiB/s |  39.3 KiB |  00m00s
- [ 12/261] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 192.6 KiB/s | 133.1 KiB |  00m01s
- [ 13/261] mesa-libGLU-devel-0:9.0.3-6.f 100% |  56.4 KiB/s |  12.1 KiB |  00m00s
- [ 14/261] mesa-libGLU-0:9.0.3-6.fc42.x8 100% | 294.2 KiB/s | 167.1 KiB |  00m01s
- [ 15/261] mesa-libGL-0:25.1.9-1.fc42.x8 100% | 205.5 KiB/s | 121.8 KiB |  00m01s
- [ 16/261] libXxf86vm-0:1.1.6-2.fc42.x86 100% |  89.7 KiB/s |  17.9 KiB |  00m00s
- [ 17/261] mesa-filesystem-0:25.1.9-1.fc 100% | 129.6 KiB/s |   8.8 KiB |  00m00s
- [ 18/261] SDL3-0:3.4.0-3.fc42.x86_64    100% | 516.5 KiB/s |   1.1 MiB |  00m02s
- [ 19/261] libxshmfence-0:1.3.2-6.fc42.x 100% | 204.3 KiB/s |  13.3 KiB |  00m00s
- [ 20/261] mesa-libgbm-0:25.1.9-1.fc42.x 100% | 146.8 KiB/s |  14.8 KiB |  00m00s
- [ 21/261] lm_sensors-libs-0:3.6.0-22.fc 100% | 146.0 KiB/s |  40.4 KiB |  00m00s
- [ 22/261] mesa-libEGL-0:25.1.9-1.fc42.x 100% | 229.1 KiB/s | 126.9 KiB |  00m01s
- [ 23/261] libpciaccess-0:0.16-15.fc42.x 100% | 217.2 KiB/s |  26.3 KiB |  00m00s
- [ 24/261] libwayland-client-0:1.24.0-1. 100% | 196.8 KiB/s |  33.6 KiB |  00m00s
- [ 25/261] libdrm-0:2.4.131-1.fc42.x86_6 100% | 213.2 KiB/s | 162.9 KiB |  00m01s
- [ 26/261] libwayland-server-0:1.24.0-1. 100% | 441.2 KiB/s |  41.5 KiB |  00m00s
- [ 27/261] libdecor-0:0.2.4-1.fc42.x86_6 100% | 336.1 KiB/s |  57.8 KiB |  00m00s
- [ 28/261] libwayland-cursor-0:1.24.0-1. 100% |  30.8 KiB/s |  18.9 KiB |  00m01s
- [ 29/261] cairo-0:1.18.2-3.fc42.x86_64  100% | 307.0 KiB/s | 731.8 KiB |  00m02s
- [ 30/261] spirv-tools-libs-0:2025.2-2.f 100% | 387.0 KiB/s |   1.5 MiB |  00m04s
- [ 31/261] fontconfig-0:2.16.0-2.fc42.x8 100% | 435.3 KiB/s | 272.0 KiB |  00m01s
- [ 32/261] freetype-0:2.13.3-2.fc42.x86_ 100% | 559.9 KiB/s | 415.5 KiB |  00m01s
- [ 33/261] libXrender-0:0.9.12-2.fc42.x8 100% | 641.0 KiB/s |  26.9 KiB |  00m00s
- [ 34/261] cairo-gobject-0:1.18.2-3.fc42 100% | 433.1 KiB/s |  17.3 KiB |  00m00s
- [ 35/261] colord-libs-0:1.4.7-6.fc42.x8 100% | 444.4 KiB/s | 231.1 KiB |  00m01s
- [ 36/261] fribidi-0:1.0.16-2.fc42.x86_6 100% | 442.7 KiB/s |  53.6 KiB |  00m00s
- [ 37/261] gtk-update-icon-cache-0:3.24. 100% | 318.5 KiB/s |  33.8 KiB |  00m00s
- [ 38/261] hicolor-icon-theme-0:0.17-20. 100% | 228.1 KiB/s |  65.7 KiB |  00m00s
- [ 39/261] libXcomposite-0:0.4.6-5.fc42. 100% | 176.1 KiB/s |  24.3 KiB |  00m00s
- [ 40/261] libXcursor-0:1.2.3-2.fc42.x86 100% | 199.7 KiB/s |  31.4 KiB |  00m00s
- [ 41/261] libXdamage-0:1.1.6-5.fc42.x86 100% | 191.8 KiB/s |  23.4 KiB |  00m00s
- [ 42/261] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 182.2 KiB/s |  19.1 KiB |  00m00s
- [ 43/261] libXi-0:1.8.2-2.fc42.x86_64   100% | 281.6 KiB/s |  40.5 KiB |  00m00s
- [ 44/261] libXinerama-0:1.1.5-8.fc42.x8 100% | 316.8 KiB/s |  14.3 KiB |  00m00s
- [ 45/261] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 142.4 KiB/s |  27.8 KiB |  00m00s
- [ 46/261] libcloudproviders-0:0.3.6-1.f 100% | 169.5 KiB/s |  46.8 KiB |  00m00s
- [ 47/261] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 137.7 KiB/s | 229.9 KiB |  00m02s
- [ 48/261] default-fonts-core-sans-0:4.2 100% | 162.9 KiB/s |  31.3 KiB |  00m00s
- [ 49/261] xml-common-0:0.6.3-66.fc42.no 100% |   1.3 MiB/s |  31.2 KiB |  00m00s
- [ 50/261] lcms2-0:2.16-5.fc42.x86_64    100% | 559.6 KiB/s | 184.1 KiB |  00m00s
- [ 51/261] libgusb-0:0.4.9-3.fc42.x86_64 100% | 680.7 KiB/s |  65.3 KiB |  00m00s
- [ 52/261] abattis-cantarell-vf-fonts-0: 100% | 255.3 KiB/s | 120.3 KiB |  00m00s
- [ 53/261] google-noto-sans-vf-fonts-0:2 100% | 194.7 KiB/s | 614.5 KiB |  00m03s
- [ 54/261] google-noto-fonts-common-0:20 100% | 371.1 KiB/s |  17.1 KiB |  00m00s
- [ 55/261] pango-0:1.56.4-2.fc42.x86_64  100% | 434.1 KiB/s | 351.2 KiB |  00m01s
- [ 56/261] libXft-0:2.3.8-8.fc42.x86_64  100% | 381.5 KiB/s |  72.9 KiB |  00m00s
- [ 57/261] libthai-0:0.1.29-10.fc42.x86_ 100% | 164.9 KiB/s | 211.5 KiB |  00m01s
- [ 58/261] libdatrie-0:0.2.13-11.fc42.x8 100% | 294.2 KiB/s |  32.4 KiB |  00m00s
- [ 59/261] hwdata-0:0.405-1.fc42.noarch  100% | 123.7 KiB/s |   1.7 MiB |  00m14s
- [ 60/261] json-glib-0:1.10.8-1.fc42.x86 100% | 199.1 KiB/s | 172.4 KiB |  00m01s
- [ 61/261] adwaita-icon-theme-0:48.1-1.f 100% | 475.3 KiB/s | 398.8 KiB |  00m01s
- [ 62/261] adwaita-cursor-theme-0:48.1-1 100% |  74.3 KiB/s | 379.5 KiB |  00m05s
- [ 63/261] gtk3-0:3.24.49-2.fc42.x86_64  100% | 155.8 KiB/s |   5.8 MiB |  00m38s
- [ 64/261] at-spi2-atk-0:2.56.7-1.fc42.x 100% | 351.0 KiB/s |  86.4 KiB |  00m00s
- [ 65/261] at-spi2-core-0:2.56.7-1.fc42. 100% | 435.3 KiB/s | 383.1 KiB |  00m01s
- [ 66/261] atk-0:2.56.7-1.fc42.x86_64    100% | 277.9 KiB/s |  80.0 KiB |  00m00s
- [ 67/261] libXtst-0:1.2.5-2.fc42.x86_64 100% |  51.4 KiB/s |  20.7 KiB |  00m00s
- [ 68/261] xprop-0:1.2.8-3.fc42.x86_64   100% | 795.3 KiB/s |  35.0 KiB |  00m00s
- [ 69/261] cups-libs-1:2.4.16-7.fc42.x86 100% | 152.6 KiB/s | 260.9 KiB |  00m02s
- [ 70/261] cups-filesystem-1:2.4.16-7.fc 100% |  28.9 KiB/s |  12.4 KiB |  00m00s
- [ 71/261] avahi-libs-0:0.9~rc2-2.fc42.x 100% | 120.9 KiB/s |  69.1 KiB |  00m01s
- [ 72/261] gdk-pixbuf2-0:2.42.12-12.fc42 100% | 117.9 KiB/s | 488.9 KiB |  00m04s
- [ 73/261] shared-mime-info-0:2.3-7.fc42 100% |  58.2 KiB/s | 393.7 KiB |  00m07s
- [ 74/261] gdk-pixbuf2-modules-0:2.42.12 100% |  43.0 KiB/s |  28.0 KiB |  00m01s
- [ 75/261] adwaita-icon-theme-legacy-0:4 100% | 122.1 KiB/s |   2.5 MiB |  00m21s
- [ 76/261] graphite2-0:1.3.14-18.fc42.x8 100% |  89.6 KiB/s |  95.8 KiB |  00m01s
- [ 77/261] libtinysparql-0:3.9.2-1.fc42. 100% |  57.9 KiB/s | 373.6 KiB |  00m06s
- [ 78/261] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 112.3 KiB/s |  15.3 KiB |  00m00s
- [ 79/261] libwayland-egl-0:1.24.0-1.fc4 100% |  50.7 KiB/s |  12.4 KiB |  00m00s
- [ 80/261] fonts-filesystem-1:2.0.5-22.f 100% |  92.8 KiB/s |   8.7 KiB |  00m00s
- [ 81/261] libpng-2:1.6.55-1.fc42.x86_64 100% |  65.9 KiB/s | 124.0 KiB |  00m02s
- [ 82/261] harfbuzz-0:10.4.0-2.fc42.x86_ 100% | 104.6 KiB/s |   1.1 MiB |  00m10s
- [ 83/261] pixman-0:0.46.2-1.fc42.x86_64 100% |  77.8 KiB/s | 292.7 KiB |  00m04s
- [ 84/261] libsoup3-0:3.6.6-2.fc42.x86_6 100% | 120.0 KiB/s | 451.4 KiB |  00m04s
- [ 85/261] jbigkit-libs-0:2.1-31.fc42.x8 100% |  69.2 KiB/s |  53.3 KiB |  00m01s
- [ 86/261] liblerc-0:4.0.0-8.fc42.x86_64 100% | 132.8 KiB/s | 216.7 KiB |  00m02s
- [ 87/261] libtiff-0:4.7.1-1.fc42.x86_64 100% |  64.7 KiB/s | 222.5 KiB |  00m03s
- [ 88/261] libjpeg-turbo-0:3.1.3-1.fc42. 100% | 188.6 KiB/s | 236.9 KiB |  00m01s
- [ 89/261] libwebp-0:1.5.0-2.fc42.x86_64 100% | 124.1 KiB/s | 320.6 KiB |  00m03s
- [ 90/261] mesa-va-drivers-0:25.1.9-1.fc 100% | 158.3 KiB/s |   7.6 KiB |  00m00s
- [ 91/261] xdg-desktop-portal-gtk-0:1.15 100% |  31.7 KiB/s | 143.8 KiB |  00m05s
- [ 92/261] localsearch-0:3.9.0-1.fc42.x8 100% | 103.0 KiB/s | 932.4 KiB |  00m09s
- [ 93/261] exempi-0:2.6.4-7.fc42.x86_64  100% | 117.0 KiB/s | 583.5 KiB |  00m05s
- [ 94/261] libcue-0:2.3.0-11.fc42.x86_64 100% | 310.8 KiB/s |  35.1 KiB |  00m00s
- [ 95/261] libgudev-0:238-7.fc42.x86_64  100% | 216.9 KiB/s |  34.9 KiB |  00m00s
- [ 96/261] libgxps-0:0.3.2-10.fc42.x86_6 100% | 186.4 KiB/s |  77.0 KiB |  00m00s
- [ 97/261] libiptcdata-0:1.0.5-21.fc42.x 100% | 196.3 KiB/s |  60.5 KiB |  00m00s
- [ 98/261] libosinfo-0:1.12.0-2.fc42.x86 100% | 113.6 KiB/s | 317.2 KiB |  00m03s
- [ 99/261] libexif-0:0.6.25-1.fc42.x86_6 100% | 114.5 KiB/s | 481.1 KiB |  00m04s
- [100/261] totem-pl-parser-0:3.26.6-12.f 100% |  91.6 KiB/s | 143.6 KiB |  00m02s
- [101/261] libxslt-0:1.1.43-1.fc42.x86_6 100% | 156.2 KiB/s | 181.5 KiB |  00m01s
- [102/261] osinfo-db-tools-0:1.12.0-2.fc 100% |  72.5 KiB/s |  73.2 KiB |  00m01s
- [103/261] libcanberra-gtk3-0:0.30-37.fc 100% |  61.8 KiB/s |  30.6 KiB |  00m00s
- [104/261] uchardet-0:0.0.8-7.fc42.x86_6 100% |  67.7 KiB/s | 106.3 KiB |  00m02s
- [105/261] libcanberra-0:0.30-37.fc42.x8 100% |  75.4 KiB/s |  84.1 KiB |  00m01s
- [106/261] libtdb-0:1.4.13-2.fc42.x86_64 100% |  24.4 KiB/s |  54.8 KiB |  00m02s
- [107/261] libvorbis-1:1.3.7-12.fc42.x86 100% |  37.0 KiB/s | 189.2 KiB |  00m05s
- [108/261] libogg-2:1.3.5-11.fc42.x86_64 100% |  96.1 KiB/s |  33.1 KiB |  00m00s
- [109/261] sound-theme-freedesktop-0:0.8 100% |  85.7 KiB/s | 382.4 KiB |  00m04s
- [110/261] dconf-0:0.40.0-15.fc42.x86_64 100% | 335.9 KiB/s | 109.5 KiB |  00m00s
- [111/261] rsvg-pixbuf-loader-0:2.60.0-5 100% | 198.1 KiB/s | 164.0 KiB |  00m01s
- [112/261] jxl-pixbuf-loader-1:0.11.1-4. 100% | 320.3 KiB/s |  19.9 KiB |  00m00s
- [113/261] webp-pixbuf-loader-0:0.2.7-3. 100% | 115.1 KiB/s |  19.8 KiB |  00m00s
- [114/261] avif-pixbuf-loader-0:1.1.1-1. 100% | 144.6 KiB/s |  16.2 KiB |  00m00s
- [115/261] libavif-0:1.1.1-1.fc42.x86_64 100% | 541.2 KiB/s | 100.1 KiB |  00m00s
- [116/261] mesa-dri-drivers-0:25.1.9-1.f 100% | 124.3 KiB/s |  12.5 MiB |  01m43s
- [117/261] libyuv-0:0-0.56.20240704git96 100% | 211.9 KiB/s | 201.9 KiB |  00m01s
- [118/261] tinysparql-0:3.9.2-1.fc42.x86 100% | 118.7 KiB/s |   1.0 MiB |  00m09s
- [119/261] glib-networking-0:2.80.1-1.fc 100% | 153.3 KiB/s | 201.4 KiB |  00m01s
- [120/261] libproxy-0:0.5.8-2.fc42.x86_6 100% |  48.0 KiB/s |  45.5 KiB |  00m01s
- [121/261] librsvg2-0:2.60.0-5.fc42.x86_ 100% | 121.0 KiB/s |   1.9 MiB |  00m16s
- [122/261] xdg-desktop-portal-0:1.20.3-1 100% | 903.9 KiB/s | 505.3 KiB |  00m01s
- [123/261] fuse3-0:3.16.2-5.fc42.x86_64  100% |   1.8 MiB/s |  57.4 KiB |  00m00s
- [124/261] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   2.5 MiB/s |  94.2 KiB |  00m00s
- [125/261] fuse-common-0:3.16.2-5.fc42.x 100% |   2.1 MiB/s |   8.6 KiB |  00m00s
- [126/261] cpuinfo-0:24.09.26-2.git1e83a 100% |   2.9 MiB/s |  43.8 KiB |  00m00s
- [127/261] giflib-0:5.2.2-6.fc42.x86_64  100% |   4.2 MiB/s |  52.2 KiB |  00m00s
- [128/261] gstreamer1-0:1.26.10-1.fc42.x 100% |   4.4 MiB/s |   1.7 MiB |  00m00s
- [129/261] libunwind-0:1.8.1-2.fc42.x86_ 100% |   2.5 MiB/s |  77.2 KiB |  00m00s
- [130/261] gstreamer1-plugins-base-0:1.2 100% |   5.6 MiB/s |   2.3 MiB |  00m00s
- [131/261] cdparanoia-libs-0:10.2-47.fc4 100% | 248.9 KiB/s |  54.0 KiB |  00m00s
- [132/261] graphene-0:1.10.6-10.fc42.x86 100% |   6.6 MiB/s |  61.3 KiB |  00m00s
- [133/261] iso-codes-0:4.17.0-2.fc42.noa 100% |   4.3 MiB/s |   3.6 MiB |  00m01s
- [134/261] libXv-0:1.0.13-2.fc42.x86_64  100% |   3.6 MiB/s |  18.6 KiB |  00m00s
- [135/261] libtheora-1:1.1.1-39.fc42.x86 100% |   6.9 MiB/s | 170.4 KiB |  00m00s
- [136/261] opus-0:1.5.2-2.fc42.x86_64    100% |   4.2 MiB/s | 236.9 KiB |  00m00s
- [137/261] orc-0:0.4.41-1.fc42.x86_64    100% |   3.2 MiB/s | 220.5 KiB |  00m00s
- [138/261] libavformat-free-0:7.1.2-1.fc 100% |   4.8 MiB/s |   1.1 MiB |  00m00s
- [139/261] libavcodec-free-0:7.1.2-1.fc4 100% |   4.9 MiB/s |   4.2 MiB |  00m01s
- [140/261] libavutil-free-0:7.1.2-1.fc42 100% |   6.1 MiB/s | 358.0 KiB |  00m00s
- [141/261] game-music-emu-0:0.6.3-17.fc4 100% |   6.9 MiB/s | 154.4 KiB |  00m00s
- [142/261] libbluray-0:1.3.4-9.fc42.x86_ 100% |   2.8 MiB/s | 174.2 KiB |  00m00s
- [143/261] libchromaprint-0:1.5.1-24.fc4 100% |   2.6 MiB/s |  41.8 KiB |  00m00s
- [144/261] libdvdnav-0:6.1.1-10.fc42.x86 100% | 754.9 KiB/s |  55.9 KiB |  00m00s
- [145/261] libdvdread-0:6.1.3-9.fc42.x86 100% |   2.4 MiB/s |  72.6 KiB |  00m00s
- [146/261] libmodplug-1:0.8.9.0-27.fc42. 100% |   2.9 MiB/s | 178.4 KiB |  00m00s
- [147/261] librabbitmq-0:0.15.0-2.fc42.x 100% |   2.0 MiB/s |  43.9 KiB |  00m00s
- [148/261] librist-0:0.2.7-9.fc42.x86_64 100% |   2.3 MiB/s |  76.7 KiB |  00m00s
- [149/261] srt-libs-0:1.5.4-2.fc42.x86_6 100% |   2.6 MiB/s | 389.6 KiB |  00m00s
- [150/261] zeromq-0:4.3.5-21.fc42.x86_64 100% |   3.0 MiB/s | 468.9 KiB |  00m00s
- [151/261] libswresample-free-0:7.1.2-1. 100% |   3.7 MiB/s |  67.9 KiB |  00m00s
- [152/261] aribb24-0:1.0.3^20160216git5e 100% |   3.1 MiB/s |  38.3 KiB |  00m00s
- [153/261] codec2-0:1.2.0-6.fc42.x86_64  100% |   2.8 MiB/s | 644.4 KiB |  00m00s
- [154/261] fdk-aac-free-0:2.0.0-15.fc42. 100% |   1.9 MiB/s | 342.4 KiB |  00m00s
- [155/261] gsm-0:1.0.22-8.fc42.x86_64    100% |   1.9 MiB/s |  35.8 KiB |  00m00s
- [156/261] ilbc-0:3.0.4-13.fc42.x86_64   100% |   2.6 MiB/s |  56.9 KiB |  00m00s
- [157/261] lame-libs-0:3.100-19.fc42.x86 100% |   3.1 MiB/s | 339.7 KiB |  00m00s
- [158/261] libaribcaption-0:1.1.1-2.fc42 100% |   4.2 MiB/s | 111.6 KiB |  00m00s
- [159/261] liblc3-0:1.1.3-1.fc42.x86_64  100% |   4.1 MiB/s | 105.2 KiB |  00m00s
- [160/261] libva-0:2.22.0-4.fc42.x86_64  100% |   5.2 MiB/s | 116.9 KiB |  00m00s
- [161/261] opencore-amr-0:0.1.6-8.fc42.x 100% |   5.9 MiB/s | 181.9 KiB |  00m00s
- [162/261] snappy-0:1.2.1-4.fc42.x86_64  100% |   4.3 MiB/s |  39.9 KiB |  00m00s
- [163/261] speex-0:1.2.0-19.fc42.x86_64  100% |   5.3 MiB/s |  70.8 KiB |  00m00s
- [164/261] twolame-libs-0:0.4.0-6.fc42.x 100% |   2.5 MiB/s |  68.7 KiB |  00m00s
- [165/261] vo-amrwbenc-0:0.1.3-22.fc42.x 100% |   4.8 MiB/s |  82.8 KiB |  00m00s
- [166/261] xvidcore-0:1.3.7-13.fc42.x86_ 100% |   5.8 MiB/s | 267.4 KiB |  00m00s
- [167/261] zvbi-0:0.2.43-2.fc42.x86_64   100% |   6.8 MiB/s | 433.3 KiB |  00m00s
- [168/261] libvdpau-0:1.5-9.fc42.x86_64  100% |   3.2 MiB/s |  16.6 KiB |  00m00s
- [169/261] libudfread-0:1.1.2-11.fc42.x8 100% |   2.9 MiB/s |  35.5 KiB |  00m00s
- [170/261] cjson-0:1.7.18-2.fc42.x86_64  100% |   3.1 MiB/s |  32.2 KiB |  00m00s
- [171/261] openpgm-0:5.3.128-4.fc42.x86_ 100% |   5.8 MiB/s | 183.1 KiB |  00m00s
- [172/261] soxr-0:0.1.3-18.fc42.x86_64   100% |   5.6 MiB/s |  86.8 KiB |  00m00s
- [173/261] lpcnetfreedv-0:0.5-8.fc42.x86 100% |   3.5 MiB/s |   7.3 MiB |  00m02s
- [174/261] libgexiv2-0:0.14.6-1.fc42.x86 100% |   7.0 MiB/s | 100.9 KiB |  00m00s
- [175/261] libgsf-0:1.14.55-1.fc42.x86_6 100% |   6.7 MiB/s | 260.5 KiB |  00m00s
- [176/261] poppler-glib-0:25.02.0-4.fc42 100% |   5.3 MiB/s | 201.0 KiB |  00m00s
- [177/261] poppler-0:25.02.0-4.fc42.x86_ 100% |   2.0 MiB/s |   1.3 MiB |  00m01s
- [178/261] poppler-data-0:0.4.11-9.fc42. 100% |   3.1 MiB/s |   2.0 MiB |  00m01s
- [179/261] upower-libs-0:1.91.0-1.fc42.x 100% |   1.5 MiB/s |  59.8 KiB |  00m00s
- [180/261] mbedtls-0:3.6.5-1.fc42.x86_64 100% |   1.8 MiB/s | 512.6 KiB |  00m00s
- [181/261] gsettings-desktop-schemas-0:4 100% |  63.3 KiB/s | 783.1 KiB |  00m12s
- [182/261] osinfo-db-0:20251212-1.fc42.n 100% |   2.6 MiB/s | 490.8 KiB |  00m00s
- [183/261] pulseaudio-libs-0:17.0-9.fc42 100% | 925.9 KiB/s | 694.4 KiB |  00m01s
- [184/261] libasyncns-0:0.8-30.fc42.x86_ 100% |  58.1 KiB/s |  30.2 KiB |  00m01s
- [185/261] libsndfile-0:1.2.2-8.fc42.x86 100% |   1.2 MiB/s | 221.5 KiB |  00m00s
- [186/261] flac-libs-0:1.4.3-6.fc42.x86_ 100% | 841.5 KiB/s | 274.3 KiB |  00m00s
- [187/261] alsa-lib-0:1.2.15.3-1.fc42.x8 100% | 193.6 KiB/s | 541.4 KiB |  00m03s
- [188/261] svt-av1-libs-0:2.3.0-1.fc42.x 100% |  79.1 KiB/s |   2.0 MiB |  00m26s
- [189/261] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 112.8 KiB/s | 197.7 KiB |  00m02s
- [190/261] libdav1d-0:1.5.3-1.fc42.x86_6 100% |  49.2 KiB/s | 637.4 KiB |  00m13s
- [191/261] geoclue2-0:2.8.0-1.fc42.x86_6 100% |  81.5 KiB/s | 144.8 KiB |  00m02s
- [192/261] ModemManager-glib-0:1.22.0-5. 100% |  78.8 KiB/s | 304.6 KiB |  00m04s
- [193/261] libaom-0:3.13.1-1.fc42.x86_64 100% |  92.5 KiB/s |   1.9 MiB |  00m21s
- [194/261] rav1e-libs-0:0.8.1-2.fc42.x86 100% |  58.9 KiB/s |   1.1 MiB |  00m18s
- [195/261] libebur128-0:1.2.6-12.fc42.x8 100% | 139.4 KiB/s |  24.8 KiB |  00m00s
- [196/261] libldac-0:2.0.2.3-17.fc42.x86 100% |  20.4 KiB/s |  42.9 KiB |  00m02s
- [197/261] libsbc-0:2.0-6.fc42.x86_64    100% |  82.8 KiB/s |  49.3 KiB |  00m01s
- [198/261] webrtc-audio-processing-0:1.3 100% | 193.2 KiB/s | 537.4 KiB |  00m03s
- [199/261] gobject-introspection-0:1.84. 100% | 206.1 KiB/s | 119.9 KiB |  00m01s
- [200/261] gpgmepp-0:1.24.3-1.fc42.x86_6 100% | 119.0 KiB/s | 143.2 KiB |  00m01s
- [201/261] fftw-libs-single-0:3.3.10-15. 100% | 120.3 KiB/s |   1.2 MiB |  00m10s
- [202/261] gpgme-0:1.24.3-1.fc42.x86_64  100% |  80.9 KiB/s | 219.1 KiB |  00m03s
- [203/261] nspr-0:4.38.2-4.fc42.x86_64   100% |  94.8 KiB/s | 137.7 KiB |  00m01s
- [204/261] nss-softokn-0:3.121.0-1.fc42. 100% | 122.5 KiB/s | 430.7 KiB |  00m04s
- [205/261] nss-0:3.121.0-1.fc42.x86_64   100% | 114.5 KiB/s | 716.5 KiB |  00m06s
- [206/261] nss-sysinit-0:3.121.0-1.fc42. 100% | 149.4 KiB/s |  18.7 KiB |  00m00s
- [207/261] openjpeg-0:2.5.4-1.fc42.x86_6 100% | 168.4 KiB/s | 192.3 KiB |  00m01s
- [208/261] bluez-libs-0:5.84-2.fc42.x86_ 100% | 189.1 KiB/s |  83.6 KiB |  00m00s
- [209/261] nss-util-0:3.121.0-1.fc42.x86 100% | 120.6 KiB/s |  86.0 KiB |  00m01s
- [210/261] nss-softokn-freebl-0:3.121.0- 100% |  89.6 KiB/s | 372.2 KiB |  00m04s
- [211/261] libvpl-1:2.16.0-1.fc42.x86_64 100% |  71.5 KiB/s | 161.2 KiB |  00m02s
- [212/261] pipewire-libs-0:1.4.11-1.fc42 100% |  91.5 KiB/s |   2.4 MiB |  00m27s
- [213/261] libsmbclient-2:4.22.7-1.fc42. 100% | 135.4 KiB/s |  76.9 KiB |  00m01s
- [214/261] exiv2-libs-0:0.28.6-2.fc42.x8 100% |  81.3 KiB/s | 908.5 KiB |  00m11s
- [215/261] samba-common-2:4.22.7-1.fc42. 100% | 149.7 KiB/s | 177.3 KiB |  00m01s
- [216/261] samba-common-libs-2:4.22.7-1. 100% |  86.4 KiB/s | 106.3 KiB |  00m01s
- [217/261] libopenmpt-0:0.8.4-1.fc42.x86 100% |  63.9 KiB/s | 785.8 KiB |  00m12s
- [218/261] libtevent-0:0.16.2-2.fc42.x86 100% | 101.5 KiB/s |  51.4 KiB |  00m01s
- [219/261] libtalloc-0:2.4.3-2.fc42.x86_ 100% |  20.0 KiB/s |  34.9 KiB |  00m02s
- [220/261] libwbclient-2:4.22.7-1.fc42.x 100% | 159.8 KiB/s |  45.5 KiB |  00m00s
- [221/261] libldb-2:4.22.7-1.fc42.x86_64 100% |  84.1 KiB/s | 187.7 KiB |  00m02s
- [222/261] openh264-0:2.5.1-1.fc42.x86_6 100% | 170.6 KiB/s | 423.1 KiB |  00m02s
- [223/261] libjxl-1:0.11.1-4.fc42.x86_64 100% | 120.5 KiB/s |   1.1 MiB |  00m09s
- [224/261] libvisual-1:0.4.2-1.fc42.x86_ 100% | 286.0 KiB/s | 169.0 KiB |  00m01s
- [225/261] libnotify-0:0.8.8-1.fc42.x86_ 100% | 101.8 KiB/s |  55.8 KiB |  00m01s
- [226/261] inih-cpp-0:62-1.fc42.x86_64   100% | 130.1 KiB/s |  23.5 KiB |  00m00s
- [227/261] inih-0:62-1.fc42.x86_64       100% | 124.0 KiB/s |  18.2 KiB |  00m00s
- [228/261] libvpx-0:1.15.0-3.fc42.x86_64 100% |  96.6 KiB/s |   1.2 MiB |  00m12s
- [229/261] mpg123-libs-0:1.32.10-1.fc42. 100% | 407.7 KiB/s | 355.5 KiB |  00m01s
- [230/261] libsodium-0:1.0.21-2.fc42.x86 100% |  52.6 KiB/s | 198.1 KiB |  00m04s
- [231/261] sdl12-compat-0:1.2.74-1.fc42. 100% | 179.4 KiB/s |  94.7 KiB |  00m01s
- [232/261] lmdb-libs-0:0.9.34-1.fc42.x86 100% |  70.9 KiB/s |  61.7 KiB |  00m01s
- [233/261] highway-0:1.3.0-1.fc42.x86_64 100% | 134.3 KiB/s | 697.9 KiB |  00m05s
- [234/261] OpenCL-ICD-Loader-0:3.0.6-2.2 100% |  46.5 KiB/s |  28.2 KiB |  00m01s
- [235/261] glibc-gconv-extra-0:2.41-16.f 100% | 152.2 KiB/s |   1.6 MiB |  00m11s
- [236/261] adwaita-mono-fonts-0:48.2-2.f 100% | 137.8 KiB/s |   1.4 MiB |  00m10s
- [237/261] low-memory-monitor-0:2.1-12.f 100% | 124.0 KiB/s |  34.3 KiB |  00m00s
- [238/261] adwaita-sans-fonts-0:48.2-2.f 100% |  98.2 KiB/s | 764.0 KiB |  00m08s
- [239/261] pipewire-0:1.4.11-1.fc42.x86_ 100% | 368.6 KiB/s | 133.4 KiB |  00m00s
- [240/261] rtkit-0:0.11-66.fc42.x86_64   100% | 177.9 KiB/s |  55.1 KiB |  00m00s
- [241/261] upower-0:1.91.0-1.fc42.x86_64 100% | 552.7 KiB/s | 128.8 KiB |  00m00s
- [242/261] libimobiledevice-0:1.3.0^2024 100% | 457.6 KiB/s | 140.5 KiB |  00m00s
- [243/261] libplist-0:2.6.0-2.fc42.x86_6 100% | 397.6 KiB/s |  97.4 KiB |  00m00s
- [244/261] libimobiledevice-glue-0:1.3.1 100% | 130.2 KiB/s |  53.8 KiB |  00m00s
- [245/261] libusbmuxd-0:2.1.0-3.fc42.x86 100% |  57.6 KiB/s |  37.5 KiB |  00m01s
- [246/261] samba-client-libs-2:4.22.7-1. 100% | 108.4 KiB/s |   5.6 MiB |  00m53s
- [247/261] exiv2-0:0.28.6-2.fc42.x86_64  100% | 126.2 KiB/s |   2.0 MiB |  00m17s
- [248/261] logrotate-0:3.22.0-3.fc42.x86 100% | 223.8 KiB/s |  76.1 KiB |  00m00s
- [249/261] wireplumber-0:0.5.13-1.fc42.x 100% | 359.6 KiB/s | 122.2 KiB |  00m00s
- [250/261] wireplumber-libs-0:0.5.13-1.f 100% | 147.7 KiB/s | 426.4 KiB |  00m03s
- [251/261] pipewire-alsa-0:1.4.11-1.fc42 100% |  80.8 KiB/s |  58.7 KiB |  00m01s
- [252/261] pipewire-jack-audio-connectio 100% |  97.2 KiB/s |  10.5 KiB |  00m00s
- [253/261] pipewire-jack-audio-connectio 100% |  75.7 KiB/s | 144.3 KiB |  00m02s
- [254/261] pipewire-pulseaudio-0:1.4.11- 100% | 130.4 KiB/s | 209.6 KiB |  00m02s
- [255/261] pipewire-plugin-libcamera-0:1 100% |  54.0 KiB/s |  73.5 KiB |  00m01s
- [256/261] libcamera-0:0.4.0-4.fc42.x86_ 100% | 123.1 KiB/s | 605.0 KiB |  00m05s
- [257/261] intel-mediasdk-0:23.2.2-7.fc4 100% | 121.5 KiB/s |   2.7 MiB |  00m23s
- [258/261] usbmuxd-0:1.1.1^20240915git0b 100% | 224.0 KiB/s |  67.2 KiB |  00m00s
- [259/261] libcamera-ipa-0:0.4.0-4.fc42. 100% | 323.7 KiB/s | 147.0 KiB |  00m00s
- [260/261] intel-vpl-gpu-rt-0:25.4.5-1.f 100% | 113.4 KiB/s |   3.8 MiB |  00m34s
- [261/261] lttng-ust-0:2.13.8-4.fc42.x86 100% |  78.1 KiB/s | 331.4 KiB |  00m04s
- --------------------------------------------------------------------------------
- [261/261] Total                         100% | 476.2 KiB/s | 119.7 MiB |  04m17s
- Running transaction
- [  1/263] Verify package files          100% | 217.0   B/s | 261.0   B |  00m01s
- [  2/263] Prepare transaction           100% |   1.2 KiB/s | 261.0   B |  00m00s
- [  3/263] Installing libXext-0:1.3.6-3. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  4/263] Installing libpng-2:1.6.55-1. 100% |  79.1 MiB/s | 243.0 KiB |  00m00s
- [  5/263] Installing avahi-libs-0:0.9~r 100% |  45.4 MiB/s | 186.2 KiB |  00m00s
- [  6/263] Installing libjpeg-turbo-0:3. 100% | 112.7 MiB/s | 808.0 KiB |  00m00s
- [  7/263] Installing nspr-0:4.38.2-4.fc 100% |  38.7 MiB/s | 317.3 KiB |  00m00s
- [  8/263] Installing libogg-2:1.3.5-11. 100% |  22.9 MiB/s |  46.9 KiB |  00m00s
- [  9/263] Installing libvorbis-1:1.3.7- 100% |  81.6 MiB/s | 835.9 KiB |  00m00s
- [ 10/263] Installing json-glib-0:1.10.8 100% |  73.8 MiB/s | 604.4 KiB |  00m00s
- [ 11/263] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [ 12/263] Installing libplist-0:2.6.0-2 100% |   8.7 MiB/s | 239.7 KiB |  00m00s
- [ 13/263] Installing libtalloc-0:2.4.3- 100% |  31.8 MiB/s |  65.2 KiB |  00m00s
- [ 14/263] Installing libtdb-0:1.4.13-2. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 15/263] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 16/263] Installing libXrender-0:0.9.1 100% |  50.1 MiB/s |  51.3 KiB |  00m00s
- [ 17/263] Installing libglvnd-1:1.7.0-7 100% | 129.8 MiB/s | 531.6 KiB |  00m00s
- [ 18/263] Installing nss-util-0:3.121.0 100% |  67.0 MiB/s | 205.8 KiB |  00m00s
- [ 19/263] Installing libXi-0:1.8.2-2.fc 100% |  41.8 MiB/s |  85.7 KiB |  00m00s
- [ 20/263] Installing alsa-lib-0:1.2.15. 100% |  26.2 MiB/s |   1.5 MiB |  00m00s
- [ 21/263] Installing opus-0:1.5.2-2.fc4 100% |  46.5 MiB/s | 428.6 KiB |  00m00s
- [ 22/263] Installing libgudev-0:238-7.f 100% |  12.5 MiB/s |  89.3 KiB |  00m00s
- [ 23/263] Installing libsoup3-0:3.6.6-2 100% |  81.0 MiB/s |   1.8 MiB |  00m00s
- [ 24/263] Installing lcms2-0:2.16-5.fc4 100% |  47.7 MiB/s | 439.3 KiB |  00m00s
- [ 25/263] Installing libXfixes-0:6.0.1- 100% |  10.3 MiB/s |  31.6 KiB |  00m00s
- [ 26/263] Installing libtevent-0:0.16.2 100% |  25.0 MiB/s | 102.5 KiB |  00m00s
- [ 27/263] Installing libimobiledevice-g 100% |  24.3 MiB/s | 124.4 KiB |  00m00s
- [ 28/263] Installing libwayland-cursor- 100% |  12.5 MiB/s |  38.5 KiB |  00m00s
- [ 29/263] Installing avahi-glib-0:0.9~r 100% |  11.9 MiB/s |  24.4 KiB |  00m00s
- [ 30/263] Installing libtinysparql-0:3. 100% |  23.6 MiB/s |   1.3 MiB |  00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.22.7-1.fc42.noarch
- >>> Finished sysusers scriptlet: samba-common-2:4.22.7-1.fc42.noarch
- >>> Scriptlet output:
- >>> Creating group 'printadmin' with GID 994.
- >>>
- [ 31/263] Installing samba-common-2:4.2 100% |   8.1 MiB/s | 214.3 KiB |  00m00s
- [ 32/263] Installing libvpl-1:2.16.0-1. 100% |  46.6 MiB/s | 429.2 KiB |  00m00s
- [ 33/263] Installing libdav1d-0:1.5.3-1 100% |  73.6 MiB/s |   1.7 MiB |  00m00s
- [ 34/263] Installing libunwind-0:1.8.1- 100% |  24.1 MiB/s | 197.4 KiB |  00m00s
- [ 35/263] Installing gstreamer1-0:1.26. 100% |  56.9 MiB/s |   5.4 MiB |  00m00s
- [ 36/263] Installing libwebp-0:1.5.0-2. 100% |  66.4 MiB/s | 951.8 KiB |  00m00s
- [ 37/263] Installing hwdata-0:0.405-1.f 100% |  94.5 MiB/s |   9.8 MiB |  00m00s
- [ 38/263] Installing mesa-filesystem-0: 100% |   4.2 MiB/s |   4.3 KiB |  00m00s
- [ 39/263] Installing libglvnd-opengl-1: 100% |  36.5 MiB/s | 149.6 KiB |  00m00s
- [ 40/263] Installing libtheora-1:1.1.1- 100% |  59.0 MiB/s | 483.7 KiB |  00m00s
- [ 41/263] Installing mpg123-libs-0:1.32 100% |  61.3 MiB/s | 816.6 KiB |  00m00s
- [ 42/263] Installing openjpeg-0:2.5.4-1 100% |  55.9 MiB/s | 458.2 KiB |  00m00s
- [ 43/263] Installing rav1e-libs-0:0.8.1 100% |  83.2 MiB/s |   3.1 MiB |  00m00s
- [ 44/263] Installing liblc3-0:1.1.3-1.f 100% |  41.9 MiB/s | 171.8 KiB |  00m00s
- [ 45/263] Installing lame-libs-0:3.100- 100% | 120.3 MiB/s |   1.2 MiB |  00m00s
- [ 46/263] Installing gsm-0:1.0.22-8.fc4 100% |  22.9 MiB/s |  70.4 KiB |  00m00s
- [ 47/263] Installing fdk-aac-free-0:2.0 100% |  60.3 MiB/s | 617.3 KiB |  00m00s
- [ 48/263] Installing libdvdread-0:6.1.3 100% |  39.5 MiB/s | 161.8 KiB |  00m00s
- [ 49/263] Installing fuse3-libs-0:3.16. 100% |  46.0 MiB/s | 282.6 KiB |  00m00s
- [ 50/263] Installing gsettings-desktop- 100% | 226.7 MiB/s |   5.4 MiB |  00m00s
- [ 51/263] Installing libwayland-egl-0:1 100% |   2.6 MiB/s |  13.6 KiB |  00m00s
- [ 52/263] Installing shared-mime-info-0 100% |  39.0 MiB/s |   2.6 MiB |  00m00s
- [ 53/263] Installing gdk-pixbuf2-0:2.42 100% |  42.0 MiB/s |   2.5 MiB |  00m00s
- [ 54/263] Installing xml-common-0:0.6.3 100% |  26.4 MiB/s |  81.1 KiB |  00m00s
- [ 55/263] Installing fribidi-0:1.0.16-2 100% |   6.9 MiB/s | 196.8 KiB |  00m00s
- [ 56/263] Installing libwayland-server- 100% |  13.0 MiB/s |  79.7 KiB |  00m00s
- [ 57/263] Installing iso-codes-0:4.17.0 100% | 273.0 MiB/s |  20.5 MiB |  00m00s
- [ 58/263] Installing gtk-update-icon-ca 100% |   2.6 MiB/s |  63.3 KiB |  00m00s
- [ 59/263] Installing libgsf-0:1.14.55-1 100% |  31.7 MiB/s | 975.1 KiB |  00m00s
- [ 60/263] Installing libnotify-0:0.8.8- 100% |   5.0 MiB/s | 129.0 KiB |  00m00s
- [ 61/263] Installing libdvdnav-0:6.1.1- 100% |  59.4 MiB/s | 121.7 KiB |  00m00s
- [ 62/263] Installing libopenmpt-0:0.8.4 100% | 120.5 MiB/s |   1.8 MiB |  00m00s
- [ 63/263] Installing mesa-libGLU-0:9.0. 100% |  88.5 MiB/s | 362.6 KiB |  00m00s
- [ 64/263] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [ 65/263] Installing libdrm-0:2.4.131-1 100% |  36.3 MiB/s | 408.5 KiB |  00m00s
- [ 66/263] Installing osinfo-db-0:202512 100% |  32.8 MiB/s |   4.4 MiB |  00m00s
- [ 67/263] Installing libusbmuxd-0:2.1.0 100% |  25.0 MiB/s |  76.8 KiB |  00m00s
- [ 68/263] Installing libimobiledevice-0 100% |  74.8 MiB/s | 306.3 KiB |  00m00s
- [ 69/263] Installing libXcursor-0:1.2.3 100% |  28.9 MiB/s |  59.1 KiB |  00m00s
- [ 70/263] Installing libXdamage-0:1.1.6 100% |  22.1 MiB/s |  45.2 KiB |  00m00s
- [ 71/263] Installing osinfo-db-tools-0: 100% |   7.7 MiB/s | 197.2 KiB |  00m00s
- [ 72/263] Installing libXtst-0:1.2.5-2. 100% |  16.9 MiB/s |  34.6 KiB |  00m00s
- [ 73/263] Installing nss-softokn-freebl 100% | 107.8 MiB/s | 993.2 KiB |  00m00s
- [ 74/263] Installing nss-softokn-0:3.12 100% | 131.3 MiB/s |   2.0 MiB |  00m00s
- [ 75/263] Installing nss-0:3.121.0-1.fc 100% |  67.6 MiB/s |   1.9 MiB |  00m00s
- [ 76/263] Installing nss-sysinit-0:3.12 100% | 529.3 KiB/s |  19.1 KiB |  00m00s
- [ 77/263] Installing libXrandr-0:1.5.4- 100% |  18.6 MiB/s |  57.0 KiB |  00m00s
- [ 78/263] Installing abattis-cantarell- 100% |  38.0 MiB/s | 194.4 KiB |  00m00s
- [ 79/263] Installing libgusb-0:0.4.9-3. 100% |  32.0 MiB/s | 163.7 KiB |  00m00s
- [ 80/263] Installing colord-libs-0:1.4. 100% |  59.6 MiB/s | 853.7 KiB |  00m00s
- [ 81/263] Installing flac-libs-0:1.4.3- 100% |  68.4 MiB/s | 700.8 KiB |  00m00s
- [ 82/263] Installing libsndfile-0:1.2.2 100% | 107.7 MiB/s | 551.6 KiB |  00m00s
- [ 83/263] Installing libyuv-0:0-0.56.20 100% | 111.5 MiB/s | 685.3 KiB |  00m00s
- [ 84/263] Installing aribb24-0:1.0.3^20 100% |  27.1 MiB/s |  83.2 KiB |  00m00s
- [ 85/263] Installing zvbi-0:0.2.43-2.fc 100% |  20.1 MiB/s |   1.2 MiB |  00m00s
- [ 86/263] Installing libXxf86vm-0:1.1.6 100% |  14.9 MiB/s |  30.5 KiB |  00m00s
- [ 87/263] Installing libXinerama-0:1.1. 100% |  19.6 MiB/s |  20.1 KiB |  00m00s
- [ 88/263] Installing libXv-0:1.0.13-2.f 100% |  30.5 MiB/s |  31.2 KiB |  00m00s
- [ 89/263] Installing libvdpau-0:1.5-9.f 100% |  10.9 MiB/s |  22.4 KiB |  00m00s
- [ 90/263] Installing lttng-ust-0:2.13.8 100% |  93.1 MiB/s |   1.1 MiB |  00m00s
- [ 91/263] Installing libcamera-0:0.4.0- 100% |  41.1 MiB/s |   1.9 MiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'rtkit' with GID 172.
- >>> Creating user 'rtkit' (RealtimeKit) with UID 172 and GID 172.
- >>>
- [ 92/263] 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
- >>>
- [ 93/263] Installing OpenCL-ICD-Loader- 100% |  35.1 MiB/s |  71.8 KiB |  00m00s
- [ 94/263] Installing highway-0:1.3.0-1. 100% | 166.4 MiB/s |   5.5 MiB |  00m00s
- [ 95/263] Installing libjxl-1:0.11.1-4. 100% | 132.7 MiB/s |   3.1 MiB |  00m00s
- [ 96/263] Installing lmdb-libs-0:0.9.34 100% |  52.5 MiB/s | 107.4 KiB |  00m00s
- [ 97/263] Installing libldb-2:4.22.7-1. 100% |  37.2 MiB/s | 456.6 KiB |  00m00s
- [ 98/263] Installing glibc-gconv-extra- 100% |  81.2 MiB/s |   7.3 MiB |  00m00s
- [ 99/263] Installing samba-common-libs- 100% |  19.6 MiB/s | 261.4 KiB |  00m00s
- [100/263] Installing libwbclient-2:4.22 100% |  16.9 MiB/s |  69.3 KiB |  00m00s
- [101/263] Installing samba-client-libs- 100% | 121.4 MiB/s |  19.5 MiB |  00m00s
- [102/263] Installing libsmbclient-2:4.2 100% |  53.9 MiB/s | 165.5 KiB |  00m00s
- [103/263] Installing libsodium-0:1.0.21 100% |  88.0 MiB/s | 450.5 KiB |  00m00s
- [104/263] Installing inih-0:62-1.fc42.x 100% |  11.5 MiB/s |  23.6 KiB |  00m00s
- [105/263] Installing inih-cpp-0:62-1.fc 100% |  18.0 MiB/s |  36.8 KiB |  00m00s
- [106/263] Installing exiv2-libs-0:0.28. 100% | 123.7 MiB/s |   2.8 MiB |  00m00s
- [107/263] Installing libgexiv2-0:0.14.6 100% |  55.0 MiB/s | 281.4 KiB |  00m00s
- [108/263] Installing libvpx-0:1.15.0-3. 100% | 135.7 MiB/s |   3.3 MiB |  00m00s
- [109/263] Installing openh264-0:2.5.1-1 100% |  99.6 MiB/s |   1.1 MiB |  00m00s
- [110/263] Installing bluez-libs-0:5.84- 100% |  64.9 MiB/s | 199.4 KiB |  00m00s
- [111/263] Installing gpgme-0:1.24.3-1.f 100% |  18.0 MiB/s | 590.4 KiB |  00m00s
- [112/263] Installing gpgmepp-0:1.24.3-1 100% |  84.1 MiB/s | 430.4 KiB |  00m00s
- [113/263] Installing gobject-introspect 100% |  64.6 MiB/s | 397.1 KiB |  00m00s
- [114/263] Installing upower-libs-0:1.91 100% |  58.6 MiB/s | 180.1 KiB |  00m00s
- [115/263] Installing webrtc-audio-proce 100% | 114.2 MiB/s |   1.4 MiB |  00m00s
- [116/263] Installing libsbc-0:2.0-6.fc4 100% |  46.2 MiB/s |  94.5 KiB |  00m00s
- [117/263] Installing libldac-0:2.0.2.3- 100% |  41.1 MiB/s |  84.2 KiB |  00m00s
- [118/263] Installing libebur128-0:1.2.6 100% |  19.9 MiB/s |  40.7 KiB |  00m00s
- [119/263] Installing fftw-libs-single-0 100% | 150.8 MiB/s |   3.6 MiB |  00m00s
- [120/263] Installing ModemManager-glib- 100% |  29.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 993.
- >>> Creating user 'geoclue' (n/a) with UID 993 and GID 993.
- >>>
- [121/263] Installing geoclue2-0:2.8.0-1 100% |  12.4 MiB/s | 405.6 KiB |  00m00s
- [122/263] Installing libvmaf-0:3.0.0-3. 100% | 101.1 MiB/s | 828.4 KiB |  00m00s
- [123/263] Installing libaom-0:3.13.1-1. 100% | 122.7 MiB/s |   5.0 MiB |  00m00s
- [124/263] Installing libasyncns-0:0.8-3 100% |  29.7 MiB/s |  60.8 KiB |  00m00s
- [125/263] Installing pulseaudio-libs-0: 100% | 177.8 MiB/s |   3.4 MiB |  00m00s
- [126/263] Installing pipewire-libs-0:1. 100% | 103.4 MiB/s |   8.7 MiB |  00m00s
- [127/263] Installing wireplumber-libs-0 100% |  78.0 MiB/s |   1.3 MiB |  00m00s
- [128/263] Installing wireplumber-0:0.5. 100% |  12.0 MiB/s | 443.2 KiB |  00m00s
- [129/263] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0   B |  00m00s
- [130/263] Installing pipewire-jack-audi 100% |  16.8 MiB/s | 499.2 KiB |  00m00s
- [131/263] Installing mbedtls-0:3.6.5-1. 100% | 120.8 MiB/s |   1.3 MiB |  00m00s
- [132/263] Installing poppler-data-0:0.4 100% | 125.2 MiB/s |  12.4 MiB |  00m00s
- [133/263] Installing lpcnetfreedv-0:0.5 100% | 190.0 MiB/s |  14.8 MiB |  00m00s
- [134/263] Installing codec2-0:1.2.0-6.f 100% | 124.5 MiB/s |   1.4 MiB |  00m00s
- [135/263] Installing soxr-0:0.1.3-18.fc 100% |  63.0 MiB/s | 193.6 KiB |  00m00s
- [136/263] Installing openpgm-0:5.3.128- 100% |  25.9 MiB/s | 317.7 KiB |  00m00s
- [137/263] Installing zeromq-0:4.3.5-21. 100% |  28.4 MiB/s | 902.7 KiB |  00m00s
- [138/263] Installing cjson-0:1.7.18-2.f 100% |   1.6 MiB/s |  65.3 KiB |  00m00s
- [139/263] Installing librist-0:0.2.7-9. 100% |  50.4 MiB/s | 154.8 KiB |  00m00s
- [140/263] Installing libudfread-0:1.1.2 100% |  32.9 MiB/s |  67.3 KiB |  00m00s
- [141/263] Installing xvidcore-0:1.3.7-1 100% | 107.4 MiB/s | 880.1 KiB |  00m00s
- [142/263] Installing vo-amrwbenc-0:0.1. 100% |  50.6 MiB/s | 155.4 KiB |  00m00s
- [143/263] Installing twolame-libs-0:0.4 100% |  54.2 MiB/s | 166.6 KiB |  00m00s
- [144/263] Installing speex-0:1.2.0-19.f 100% |  63.7 MiB/s | 130.4 KiB |  00m00s
- [145/263] Installing snappy-0:1.2.1-4.f 100% |  35.6 MiB/s |  72.9 KiB |  00m00s
- [146/263] Installing opencore-amr-0:0.1 100% |  68.6 MiB/s | 351.2 KiB |  00m00s
- [147/263] Installing ilbc-0:3.0.4-13.fc 100% |  47.3 MiB/s |  96.9 KiB |  00m00s
- [148/263] Installing srt-libs-0:1.5.4-2 100% | 108.4 MiB/s | 998.9 KiB |  00m00s
- [149/263] Installing librabbitmq-0:0.15 100% |  29.5 MiB/s |  90.7 KiB |  00m00s
- [150/263] Installing libmodplug-1:0.8.9 100% |  49.8 MiB/s | 357.0 KiB |  00m00s
- [151/263] Installing game-music-emu-0:0 100% |  81.2 MiB/s | 332.8 KiB |  00m00s
- [152/263] Installing orc-0:0.4.41-1.fc4 100% |  23.7 MiB/s | 728.9 KiB |  00m00s
- [153/263] Installing graphene-0:1.10.6- 100% |  53.4 MiB/s | 164.1 KiB |  00m00s
- [154/263] Installing cdparanoia-libs-0: 100% |  58.1 MiB/s | 118.9 KiB |  00m00s
- [155/263] Installing giflib-0:5.2.2-6.f 100% |  55.5 MiB/s | 113.8 KiB |  00m00s
- [156/263] Installing cpuinfo-0:24.09.26 100% |   4.3 MiB/s | 109.7 KiB |  00m00s
- [157/263] Installing svt-av1-libs-0:2.3 100% | 133.9 MiB/s |   5.6 MiB |  00m00s
- [158/263] Installing libavif-0:1.1.1-1. 100% |  70.1 MiB/s | 215.2 KiB |  00m00s
- [159/263] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [160/263] Installing fuse3-0:3.16.2-5.f 100% |   5.2 MiB/s | 132.0 KiB |  00m00s
- [161/263] Installing libproxy-0:0.5.8-2 100% |  34.0 MiB/s | 104.5 KiB |  00m00s
- [162/263] Installing sound-theme-freede 100% |  21.7 MiB/s | 467.2 KiB |  00m00s
- [163/263] Installing libcanberra-0:0.30 100% |   4.4 MiB/s | 291.3 KiB |  00m00s
- [164/263] Installing uchardet-0:0.0.8-7 100% |   9.7 MiB/s | 277.7 KiB |  00m00s
- [165/263] Installing totem-pl-parser-0: 100% |  45.6 MiB/s | 326.9 KiB |  00m00s
- [166/263] Installing libxslt-0:1.1.43-1 100% |  16.0 MiB/s | 459.2 KiB |  00m00s
- [167/263] Installing libosinfo-0:1.12.0 100% |  40.1 MiB/s |   1.2 MiB |  00m00s
- [168/263] Installing libiptcdata-0:1.0. 100% |   6.6 MiB/s | 174.9 KiB |  00m00s
- [169/263] Installing libexif-0:0.6.25-1 100% | 267.1 MiB/s |   2.7 MiB |  00m00s
- [170/263] Installing libcue-0:2.3.0-11. 100% |  44.6 MiB/s |  91.3 KiB |  00m00s
- [171/263] Installing exempi-0:2.6.4-7.f 100% |  38.8 MiB/s |   1.4 MiB |  00m00s
- [172/263] Installing liblerc-0:4.0.0-8. 100% | 103.8 MiB/s | 637.6 KiB |  00m00s
- [173/263] Installing jbigkit-libs-0:2.1 100% |  40.2 MiB/s | 123.4 KiB |  00m00s
- [174/263] Installing libtiff-0:4.7.1-1. 100% |  87.4 MiB/s | 626.6 KiB |  00m00s
- [175/263] Installing gdk-pixbuf2-module 100% |  27.6 MiB/s |  56.6 KiB |  00m00s
- [176/263] Installing pixman-0:0.46.2-1. 100% |  99.3 MiB/s | 711.4 KiB |  00m00s
- [177/263] Installing graphite2-0:1.3.14 100% |   7.4 MiB/s | 197.9 KiB |  00m00s
- [178/263] Installing harfbuzz-0:10.4.0- 100% | 120.0 MiB/s |   2.8 MiB |  00m00s
- [179/263] Installing freetype-0:2.13.3- 100% |  93.3 MiB/s | 859.9 KiB |  00m00s
- [180/263] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [181/263] Installing cups-libs-1:2.4.16 100% |  86.5 MiB/s | 620.2 KiB |  00m00s
- [182/263] Installing xprop-0:1.2.8-3.fc 100% |   2.2 MiB/s |  56.1 KiB |  00m00s
- [183/263] Installing at-spi2-core-0:2.5 100% | 139.9 MiB/s |   1.5 MiB |  00m00s
- [184/263] Installing atk-0:2.56.7-1.fc4 100% |  81.4 MiB/s | 250.0 KiB |  00m00s
- [185/263] Installing at-spi2-atk-0:2.56 100% |  24.7 MiB/s | 277.7 KiB |  00m00s
- [186/263] Installing adwaita-icon-theme 100% |  17.3 MiB/s |   2.4 MiB |  00m00s
- [187/263] Installing adwaita-cursor-the 100% | 184.3 MiB/s |  11.4 MiB |  00m00s
- [188/263] Installing adwaita-icon-theme 100% |  20.3 MiB/s |   1.3 MiB |  00m00s
- [189/263] Installing libdatrie-0:0.2.13 100% |  28.8 MiB/s |  58.9 KiB |  00m00s
- [190/263] Installing libthai-0:0.1.29-1 100% | 109.5 MiB/s | 785.2 KiB |  00m00s
- [191/263] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [192/263] Installing google-noto-sans-v 100% | 115.9 MiB/s |   1.4 MiB |  00m00s
- [193/263] Installing default-fonts-core 100% |   3.6 MiB/s |  18.2 KiB |  00m00s
- [194/263] Installing fontconfig-0:2.16. 100% | 729.2 KiB/s | 783.9 KiB |  00m01s
- [195/263] Installing cairo-0:1.18.2-3.f 100% |  74.3 MiB/s |   1.8 MiB |  00m00s
- [196/263] Installing cairo-gobject-0:1. 100% |  17.6 MiB/s |  36.0 KiB |  00m00s
- [197/263] Installing libgxps-0:0.3.2-10 100% |  31.6 MiB/s | 194.3 KiB |  00m00s
- [198/263] Installing libXft-0:2.3.8-8.f 100% |  41.5 MiB/s | 169.9 KiB |  00m00s
- [199/263] Installing pango-0:1.56.4-2.f 100% |  20.6 MiB/s |   1.0 MiB |  00m00s
- [200/263] Installing rsvg-pixbuf-loader 100% |  47.0 MiB/s | 336.7 KiB |  00m00s
- [201/263] Installing librsvg2-0:2.60.0- 100% |  76.5 MiB/s |   5.1 MiB |  00m00s
- [202/263] Installing libbluray-0:1.3.4- 100% |  55.7 MiB/s | 399.2 KiB |  00m00s
- [203/263] Installing libaribcaption-0:1 100% |  40.7 MiB/s | 249.9 KiB |  00m00s
- [204/263] Installing poppler-0:25.02.0- 100% |  79.0 MiB/s |   3.7 MiB |  00m00s
- [205/263] Installing poppler-glib-0:25. 100% |  59.9 MiB/s | 613.3 KiB |  00m00s
- [206/263] Installing libepoxy-0:1.5.10- 100% |  83.2 MiB/s |   1.1 MiB |  00m00s
- [207/263] Installing libcloudproviders- 100% |  24.7 MiB/s | 126.2 KiB |  00m00s
- [208/263] Installing libXcomposite-0:0. 100% |  11.2 MiB/s |  46.0 KiB |  00m00s
- [209/263] Installing hicolor-icon-theme 100% |   3.7 MiB/s | 179.5 KiB |  00m00s
- [210/263] Installing gtk3-0:3.24.49-2.f 100% | 140.2 MiB/s |  23.1 MiB |  00m00s
- [211/263] Installing libdecor-0:0.2.4-1 100% |  41.0 MiB/s | 167.8 KiB |  00m00s
- [212/263] Installing SDL3-0:3.4.0-3.fc4 100% | 131.1 MiB/s |   3.0 MiB |  00m00s
- [213/263] Installing sdl2-compat-0:2.32 100% |  80.1 MiB/s | 410.1 KiB |  00m00s
- [214/263] Installing sdl12-compat-0:1.2 100% |  65.8 MiB/s | 202.1 KiB |  00m00s
- [215/263] Installing libvisual-1:0.4.2- 100% |  18.0 MiB/s | 497.1 KiB |  00m00s
- [216/263] Installing spirv-tools-libs-0 100% | 141.0 MiB/s |   5.8 MiB |  00m00s
- [217/263] Installing lm_sensors-libs-0: 100% |  28.3 MiB/s |  86.9 KiB |  00m00s
- [218/263] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [219/263] Installing mesa-libgbm-0:25.1 100% |  10.0 MiB/s |  20.5 KiB |  00m00s
- [220/263] Installing mesa-dri-drivers-0 100% | 139.3 MiB/s |  46.7 MiB |  00m00s
- [221/263] Installing mesa-libEGL-0:25.1 100% |  82.0 MiB/s | 335.9 KiB |  00m00s
- [222/263] Installing libglvnd-egl-1:1.7 100% |  34.3 MiB/s |  70.3 KiB |  00m00s
- [223/263] Installing libglvnd-gles-1:1. 100% |  52.4 MiB/s | 107.3 KiB |  00m00s
- [224/263] Installing mesa-libGL-0:25.1. 100% |  75.0 MiB/s | 307.2 KiB |  00m00s
- [225/263] Installing libglvnd-glx-1:1.7 100% | 119.3 MiB/s | 610.6 KiB |  00m00s
- [226/263] Installing libva-0:2.22.0-4.f 100% |  65.1 MiB/s | 333.4 KiB |  00m00s
- [227/263] Installing libavutil-free-0:7 100% | 104.6 MiB/s | 964.2 KiB |  00m00s
- [228/263] Installing gstreamer1-plugins 100% | 108.6 MiB/s |   7.4 MiB |  00m00s
- [229/263] Installing xdg-desktop-portal 100% |  31.4 MiB/s |   1.9 MiB |  00m00s
- [230/263] Installing libswresample-free 100% |  36.3 MiB/s | 148.7 KiB |  00m00s
- [231/263] Installing libavcodec-free-0: 100% | 116.8 MiB/s |   9.8 MiB |  00m00s
- [232/263] Installing libchromaprint-0:1 100% |  21.5 MiB/s |  66.1 KiB |  00m00s
- [233/263] Installing libavformat-free-0 100% | 116.9 MiB/s |   2.6 MiB |  00m00s
- [234/263] Installing libglvnd-core-deve 100% |  20.1 MiB/s |  41.1 KiB |  00m00s
- [235/263] Installing libglvnd-devel-1:1 100% | 141.4 MiB/s |   2.1 MiB |  00m00s
- [236/263] Installing mesa-libGLU-devel- 100% |  17.1 MiB/s |  17.5 KiB |  00m00s
- [237/263] Installing cmake-filesystem-0 100% |   1.5 MiB/s |   7.6 KiB |  00m00s
- [238/263] Installing sdl2-compat-devel- 100% |  37.9 MiB/s |   2.7 MiB |  00m00s
- [239/263] Installing localsearch-0:3.9. 100% |  43.0 MiB/s |   3.9 MiB |  00m00s
- [240/263] Installing xdg-desktop-portal 100% |  13.7 MiB/s | 477.2 KiB |  00m00s
- [241/263] Installing intel-vpl-gpu-rt-0 100% |  79.6 MiB/s |  11.7 MiB |  00m00s
- [242/263] Installing intel-mediasdk-0:2 100% | 158.3 MiB/s |  22.5 MiB |  00m00s
- [243/263] Installing libcanberra-gtk3-0 100% |   2.8 MiB/s |  82.0 KiB |  00m00s
- [244/263] Installing glib-networking-0: 100% |  92.5 MiB/s | 757.8 KiB |  00m00s
- [245/263] Installing avif-pixbuf-loader 100% | 917.6 KiB/s |  20.2 KiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.11-1.fc42.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.11-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 992.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 992 and GID 992.
- >>>
- [246/263] Installing pipewire-0:1.4.11- 100% |   6.6 MiB/s | 439.9 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.11-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.11-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [247/263] Installing pipewire-alsa-0:1. 100% |  39.0 MiB/s | 159.8 KiB |  00m00s
- [248/263] Installing pipewire-pulseaudi 100% |   6.8 MiB/s | 444.3 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [249/263] Installing pipewire-plugin-li 100% |  24.0 MiB/s | 147.3 KiB |  00m00s
- [250/263] Installing upower-0:1.91.0-1. 100% |   4.4 MiB/s | 309.2 KiB |  00m00s
- >>> Running %post scriptlet: upower-0:1.91.0-1.fc42.x86_64
- >>> Finished %post scriptlet: upower-0:1.91.0-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service'
- >>>
- [251/263] Installing exiv2-0:0.28.6-2.f 100% | 211.1 MiB/s |  12.2 MiB |  00m00s
- [252/263] Installing jxl-pixbuf-loader- 100% |   9.8 MiB/s |  30.2 KiB |  00m00s
- [253/263] Installing libcamera-ipa-0:0. 100% |  10.0 MiB/s | 551.9 KiB |  00m00s
- >>> Running sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_64
- >>> Finished sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_6
- >>> Scriptlet output:
- >>> Creating group 'usbmuxd' with GID 113.
- >>> Creating user 'usbmuxd' (usbmuxd user) with UID 113 and GID 113.
- >>>
- [254/263] Installing usbmuxd-0:1.1.1^20 100% |   1.8 MiB/s | 151.5 KiB |  00m00s
- [255/263] Installing webp-pixbuf-loader 100% |   7.3 MiB/s |  29.8 KiB |  00m00s
- [256/263] Installing mesa-va-drivers-0: 100% | 320.3 KiB/s | 984.0   B |  00m00s
- [257/263] Installing tinysparql-0:3.9.2 100% |  26.9 MiB/s |   2.5 MiB |  00m00s
- [258/263] Installing adwaita-mono-fonts 100% |  79.8 MiB/s |   5.4 MiB |  00m00s
- [259/263] Installing adwaita-sans-fonts 100% |  39.1 MiB/s |   1.7 MiB |  00m00s
- [260/263] Installing logrotate-0:3.22.0 100% |   1.7 MiB/s | 151.6 KiB |  00m00s
- >>> Running %post scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Finished %post scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer'
- >>>
- [261/263] Installing low-memory-monitor 100% |   1.2 MiB/s |  67.7 KiB |  00m00s
- [262/263] Installing dconf-0:0.40.0-15. 100% |   3.9 MiB/s | 320.0 KiB |  00m00s
- [263/263] Installing libffi-devel-0:3.4 100% |  18.3 KiB/s |  34.8 KiB |  00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.13-1.fc42.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.13-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "sdl2-compat-devel"
- libffi-devel-3.4.6-5.fc42.x86_64
- sdl2-compat-devel-2.32.64-1.fc42.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-03 12:59.18 ---> saved as "8332baae621aed87b2b0d48b6fcdd41e84c4f2b2684a25a6a23b11d04c63be75"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following 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.22.1
- install dune-configurator 3.22.1
- install integers          0.7.0
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.22.1
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 13:01.00 ---> saved as "d8449a39e937cd2e8695546e74cadba6c2418a243cd3387c0cee687209f64fab"


/src: (copy (src .) (dst /src))
2026-04-03 13:01.01 ---> saved as "67fa390885b276f631100abd522c89718404464bf8da9eeab9c068b4d34e5194"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_tsdl.exe)
SDL_GetError
SDL_free
SDL_SetMainReady
SDL_Init
SDL_InitSubSystem
SDL_Quit
SDL_QuitSubSystem
SDL_WasInit
SDL_ClearHints
SDL_GetHint
SDL_GetHintBoolean
SDL_SetHint
SDL_SetHintWithPriority
SDL_ClearError
SDL_SetError
SDL_LogMessage
SDL_LogGetPriority
SDL_LogResetPriorities
SDL_LogSetAllPriority
SDL_LogSetPriority
SDL_GetVersion
SDL_GetRevision
SDL_GetRevisionNumber
SDL_LoadFile_RW
SDL_RWFromFile
SDL_RWFromConstMem
SDL_RWFromMem
SDL_GetBasePath
SDL_GetPrefPath
SDL_EnclosePoints
SDL_HasIntersection
SDL_IntersectRect
SDL_IntersectRectAndLine
SDL_UnionRect
SDL_AllocPalette
SDL_FreePalette
SDL_SetPaletteColors
SDL_CalculateGammaRamp
SDL_ComposeCustomBlendMode
SDL_AllocFormat
SDL_FreeFormat
SDL_GetPixelFormatName
SDL_GetRGB
SDL_GetRGBA
SDL_MapRGB
SDL_MapRGBA
SDL_MasksToPixelFormatEnum
SDL_PixelFormatEnumToMasks
SDL_SetPixelFormatPalette
SDL_UpperBlitScaled
SDL_UpperBlit
SDL_ConvertPixels
SDL_ConvertSurface
SDL_ConvertSurfaceFormat
SDL_CreateRGBSurface
SDL_CreateRGBSurfaceFrom
SDL_CreateRGBSurfaceWithFormat
SDL_CreateRGBSurfaceWithFormatFrom
SDL_DuplicateSurface
SDL_FillRect
SDL_FillRets
SDL_FreeSurface
SDL_GetClipRect
SDL_GetColorKey
SDL_GetSurfaceAlphaMod
SDL_GetSurfaceBlendMode
SDL_GetSurfaceColorMod
SDL_LoadBMP_RW
SDL_LockSurface
SDL_LowerBlit
SDL_LowerBlitScaled
SDL_SaveBMP_RW
SDL_SetClipRect
SDL_SetColorKey
SDL_SetSurfaceAlphaMod
SDL_SetSurfaceBlendMode
SDL_SetSurfaceColorMod
SDL_SetSurfacePalette
SDL_SetSurfaceRLE
SDL_UnlockSurface
SDL_CreateRenderer
SDL_CreateSoftwareRenderer
SDL_DestroyRenderer
SDL_GetNumRenderDrivers
SDL_GetRenderDrawBlendMode
SDL_GetRenderDrawColor
SDL_GetRenderDriverInfo
SDL_GetRenderTarget
SDL_GetRenderer
SDL_GetRendererInfo
SDL_GetRendererOutputSize
SDL_RenderClear
SDL_RenderCopy
SDL_RenderCopyEx
SDL_RenderDrawLine
SDL_RenderDrawLineF
SDL_RenderDrawLines
SDL_RenderDrawPoint
SDL_RenderDrawPoints
SDL_RenderDrawPointF
SDL_RenderDrawPointsF
SDL_RenderDrawRect
SDL_RenderDrawRects
SDL_RenderFillRect
SDL_RenderFillRects
SDL_RenderGeometry
SDL_RenderGeometryRaw
SDL_RenderGetClipRect
SDL_RenderIsClipEnabled
SDL_RenderGetIntegerScale
SDL_RenderGetLogicalSize
SDL_RenderGetScale
SDL_RenderGetViewport
SDL_RenderGetWindow
SDL_RenderPresent
SDL_RenderReadPixels
SDL_RenderSetClipRect
SDL_RenderSetIntegerScale
SDL_RenderSetLogicalSize
SDL_RenderSetScale
SDL_RenderSetViewport
SDL_RenderTargetSupported
SDL_SetRenderDrawBlendMode
SDL_SetRenderDrawColor
SDL_SetRenderTarget
SDL_CreateTexture
SDL_CreateTextureFromSurface
SDL_DestroyTexture
SDL_GetTextureAlphaMod
SDL_GetTextureBlendMode
SDL_GetTextureColorMod
SDL_GetTextureScaleMode
SDL_QueryTexture
SDL_LockTexture
SDL_SetTextureAlphaMod
SDL_SetTextureBlendMode
SDL_SetTextureColorMod
SDL_SetTextureScaleMode
SDL_UnlockTexture
SDL_UpdateTexture
SDL_UpdateYUVTexture
SDL_GetCurrentVideoDriver
SDL_GetNumVideoDrivers
SDL_GetVideoDriver
SDL_VideoInit
SDL_VideoQuit
SDL_GetClosestDisplayMode
SDL_GetCurrentDisplayMode
SDL_GetDesktopDisplayMode
SDL_GetDisplayBounds
SDL_GetDisplayDPI
SDL_GetDisplayMode
SDL_GetDisplayUsableBounds
SDL_GetNumDisplayModes
SDL_GetDisplayName
SDL_GetNumVideoDisplays
SDL_CreateWindow
SDL_CreateWindowAndRenderer
SDL_DestroyWindow
SDL_GetWindowBrightness
SDL_GetWindowBordersSize
SDL_GetWindowDisplayIndex
SDL_GetWindowDisplayMode
SDL_GetWindowFlags
SDL_GetWindowFromID
SDL_GetWindowGammaRamp
SDL_GetWindowGrab
SDL_GetGrabbedWindow
SDL_GetWindowID
SDL_GetWindowMaximumSize
SDL_GetWindowMinimumSize
SDL_GetWindowOpacity
SDL_GetWindowPixelFormat
SDL_GetWindowPosition
SDL_GetWindowSize
SDL_GetWindowSurface
SDL_GetWindowTitle
SDL_HideWindow
SDL_MaximizeWindow
SDL_MinimizeWindow
SDL_RaiseWindow
SDL_RestoreWindow
SDL_SetWindowBordered
SDL_SetWindowBrightness
SDL_SetWindowDisplayMode
SDL_SetWindowFullscreen
SDL_SetWindowGammaRamp
SDL_SetWindowGrab
SDL_SetWindowIcon
SDL_SetWindowInputFocus
SDL_SetWindowMaximumSize
SDL_SetWindowMinimumSize
SDL_SetWindowModalFor
SDL_SetWindowOpacity
SDL_SetWindowPosition
SDL_SetWindowResizable
SDL_SetWindowSize
SDL_SetWindowTitle
SDL_ShowWindow
SDL_UpdateWindowSurface
SDL_UpdateWindowSurfaceRects
SDL_GL_BindTexture
SDL_GL_CreateContext
SDL_GL_DeleteContext
SDL_GL_ExtensionSupported
SDL_GL_GetAttribute
SDL_GL_GetCurrentContext
SDL_GL_GetDrawableSize
SDL_GL_GetSwapInterval
SDL_GL_MakeCurrent
SDL_GL_ResetAttributes
SDL_GL_SetAttribute
SDL_GL_SetSwapInterval
SDL_GL_SwapWindow
SDL_GL_UnbindTexture
SDL_Vulkan_LoadLibrary
SDL_Vulkan_UnloadLibrary
SDL_Vulkan_GetInstanceExtensions
SDL_Vulkan_CreateSurface
SDL_Vulkan_GetDrawableSize
SDL_DisableScreenSaver
SDL_EnableScreenSaver
SDL_IsScreenSaverEnabled
SDL_ShowMessageBox
SDL_ShowSimpleMessageBox
SDL_GetClipboardText
SDL_HasClipboardText
SDL_SetClipboardText
SDL_GetKeyboardFocus
SDL_GetKeyboardState
SDL_GetKeyFromName
SDL_GetKeyFromScancode
SDL_GetKeyName
SDL_GetModState
SDL_GetScancodeFromKey
SDL_GetScancodeFromName
SDL_GetScancodeName
SDL_HasScreenKeyboardSupport
SDL_IsScreenKeyboardShown
SDL_IsTextInputActive
SDL_SetModState
SDL_SetTextInputRect
SDL_StartTextInput
SDL_StopTextInput
SDL_CaptureMouse
SDL_CreateColorCursor
SDL_CreateCursor
SDL_CreateSystemCursor
SDL_FreeCursor
SDL_GetCursor
SDL_GetDefaultCursor
SDL_GetGlobalMouseState
SDL_GetMouseFocus
SDL_GetMouseState
SDL_GetRelativeMouseMode
SDL_GetRelativeMouseState
SDL_ShowCursor
SDL_SetCursor
SDL_SetRelativeMouseMode
SDL_WarpMouseInWindow
SDL_WarpMouseGlobal
SDL_GetNumTouchDevices
SDL_GetNumTouchFingers
SDL_GetTouchDevice
SDL_GetTouchFinger
SDL_LoadDollarTemplates
SDL_RecordGesture
SDL_SaveDollarTemplate
SDL_SaveAllDollarTemplates
SDL_JoystickClose
SDL_JoystickCurrentPowerLevel
SDL_JoystickEventState
SDL_JoystickFromInstanceID
SDL_JoystickGetAttached
SDL_JoystickGetAxis
SDL_JoystickGetAxisInitialState
SDL_JoystickGetBall
SDL_JoystickGetButton
SDL_JoystickGetDeviceGUID
SDL_JoystickGetDeviceProduct
SDL_JoystickGetDeviceProductVersion
SDL_JoystickGetDeviceType
SDL_JoystickGetDeviceInstanceID
SDL_JoystickGetDeviceVendor
SDL_JoystickGetGUID
SDL_JoystickGetGUIDFromString
SDL_JoystickGetGUIDString
SDL_JoystickGetHat
SDL_JoystickGetProduct
SDL_JoystickGetProductVersion
SDL_JoystickGetType
SDL_JoystickGetVendor
SDL_JoystickInstanceID
SDL_JoystickName
SDL_JoystickNameForIndex
SDL_JoystickNumAxes
SDL_JoystickNumBalls
SDL_JoystickNumButtons
SDL_JoystickNumHats
SDL_JoystickOpen
SDL_JoystickUpdate
SDL_NumJoysticks
SDL_GameControllerAddMapping
SDL_GameControllerAddMappingsFromRW
SDL_GameControllerClose
SDL_GameControllerEventState
SDL_GameControllerFromInstanceID
SDL_GameControllerGetAttached
SDL_GameControllerGetAxis
SDL_GameControllerGetAxisFromString
SDL_GameControllerGetBindForAxis
SDL_GameControllerGetBindForButton
SDL_GameControllerGetButton
SDL_GameControllerGetButtonFromString
SDL_GameControllerGetJoystick
SDL_GameControllerGetProduct
SDL_GameControllerGetProductVersion
SDL_GameControllerGetStringForAxis
SDL_GameControllerGetStringForButton
SDL_GameControllerGetVendor
SDL_GameControllerMapping
SDL_GameControllerMappingForIndex
SDL_GameControllerMappingForGUID
SDL_GameControllerName
SDL_GameControllerNameForIndex
SDL_GameControllerNumMappings
SDL_GameControllerOpen
SDL_GameControllerUpdate
SDL_IsGameController
SDL_EventState
SDL_FlushEvent
SDL_FlushEvents
SDL_HasEvent
SDL_HasEvents
SDL_PollEvent
SDL_PumpEvents
SDL_PushEvent
SDL_RegisterEvents
SDL_WaitEvent
SDL_WaitEventTimeout
SDL_HapticClose
SDL_HapticDestroyEffect
SDL_HapticEffectSupported
SDL_HapticGetEffectStatus
SDL_HapticIndex
SDL_HapticName
SDL_HapticNewEffect
SDL_HapticNumAxes
SDL_HapticNumEffects
SDL_HapticNumEffectsPlaying
SDL_HapticOpen
SDL_HapticOpenFromJoystick
SDL_HapticOpenFromMouse
SDL_HapticOpened
SDL_HapticPause
SDL_HapticQuery
SDL_HapticRumbleInit
SDL_HapticRumblePlay
SDL_HapticRumbleStop
SDL_HapticRumbleSupported
SDL_HapticRunEffect
SDL_HapticSetAutocenter
SDL_HapticSetGain
SDL_HapticStopAll
SDL_HapticStopEffect
SDL_HapticUnpause
SDL_HapticUpdateEffect
SDL_JoystickIsHaptic
SDL_MouseIsHaptic
SDL_NumHaptics
SDL_AudioInit
SDL_AudioQuit
SDL_GetAudioDriver
SDL_GetCurrentAudioDriver
SDL_GetNumAudioDrivers
SDL_CloseAudioDevice
SDL_FreeWAV
SDL_GetAudioDeviceName
SDL_GetAudioDeviceStatus
SDL_GetNumAudioDevices
SDL_LoadWAV_RW
SDL_LockAudioDevice
SDL_OpenAudioDevice
SDL_PauseAudioDevice
SDL_UnlockAudioDevice
SDL_QueueAudio
SDL_DequeueAudio
SDL_GetQueuedAudioSize
SDL_ClearQueuedAudio
SDL_Delay
SDL_GetTicks
SDL_GetTicks64
SDL_GetPerformanceCounter
SDL_GetPerformanceFrequency
SDL_GetPlatform
SDL_GetCPUCacheLineSize
SDL_GetCPUCount
SDL_GetSystemRAM
SDL_Has3DNow
SDL_HasAltiVec
SDL_HasAVX
SDL_HasMMX
SDL_HasNEON
SDL_HasRDTSC
SDL_HasSSE
SDL_HasSSE2
SDL_HasSSE3
SDL_HasSSE41
SDL_HasSSE42
SDL_GetPowerInfo
SDL_GetPreferredLocales
Preferences path = /home/opam/.local/share/bogue/test/
SDL Version (2,32,64)
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 device
2026-04-03 13:01.04 ---> saved as "b4f1b99961eaf90d755ea84b5f57427b3ab8c8c7ffd27de3d77e0ed0a06f8ba9"
Job succeeded
2026-04-03 13:01.04: Job succeeded