Organisationssanettetsdl-ttf69e46a ()fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-02-13 20:35.58: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (69e46a3e91898ce22013f34b95265e14253eba9f) (linux-x86_64:fedora-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard 69e46a3e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb
# 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.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 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.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-02-13 20:35.58: Using cache hint "sanette/tsdl-ttf-ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb-fedora-42-5.4_opam-2.5-422714fe6cc7b07c1027d9bf2a7d46d9"
2026-02-13 20:35.58: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)
(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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl-ttf.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.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-ttf.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-02-13 20:35.58: Waiting for resource in pool OCluster
2026-02-13 20:35.59: Waiting for worker…
2026-02-13 20:36.00: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 69e46a3 Support LIBSDL2_TTF_SHLIB (#8)


(from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)
2026-02-13 20:36.03 ---> using "036f9b732f9d17c01c758b4a476cea75fc5ffc0b43db5723c9bcbaffb014b54a" 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% |  25.2 KiB/s |  16.9 KiB |  00m01s
Fedora 42 - x86_64                     100% |  72.9 KiB/s |  22.1 KiB |  00m00s
Fedora 42 openh264 (From Cisco) - x86_ 100% |   6.6 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-02-13 20:36.03 ---> using "588c434da937157851c1fdd79d468b8fbe29979786d68316bd7dca540f11abbb" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-13 20:36.03 ---> using "261e20e1f8f71b537145407ffb40a24cd62176eb08a4c4e42f73955442e82c28" 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.


Continue? [Y/n] y
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.


[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-13 20:36.03 ---> using "042111dbe804c3e3e9a1dae31a4d4bd5a1ca2cc34c00b6bef56a8d6aa60bda24" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-13 20:36.03 ---> using "8ca1d76b03366644862de06631e57eba020ac1bf4bdffd05b1e1e9c149b2b02b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-13 20:36.03 ---> using "01060aa655f86127c338903c2da3486b461f3f62339b138a62f8550c06ee8e88" from cache


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


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-13 20:36.03 ---> using "7c84687561b69dcce1792ef092672b1d87a022cb90600566e624cd3a2c349e50" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-02-13 20:36.03 ---> using "b8a10c767d1d2147211ef3eda2e1d1b6a111c944fb3e6926f80abee565b3a4f5" from cache


/src: (run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2026-02-13 20:36.03 ---> using "661adbded09d18b96f0ecfd39a09ddf5d053887267a08414fea9aabd29a870d1" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-13 20:36.03 ---> using "dc1b393aebf11ac0787675c790ebf03624535f9964dbda9661f8b7201864e549" 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 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.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-ttf.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  74.6 KiB/s |  17.0 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.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-devel SDL2_ttf-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_ttf-devel" "libffi-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                        Repository      Size
- Upgrading:
-  libblkid                                x86_64 2.40.4-10.fc42                 updates    262.4 KiB
-    replacing libblkid                    x86_64 2.40.4-8.fc42                  updates    262.4 KiB
-  libfdisk                                x86_64 2.40.4-10.fc42                 updates    372.3 KiB
-    replacing libfdisk                    x86_64 2.40.4-8.fc42                  updates    372.3 KiB
-  libmount                                x86_64 2.40.4-10.fc42                 updates    356.3 KiB
-    replacing libmount                    x86_64 2.40.4-8.fc42                  updates    356.3 KiB
-  libsmartcols                            x86_64 2.40.4-10.fc42                 updates    176.4 KiB
-    replacing libsmartcols                x86_64 2.40.4-8.fc42                  updates    176.4 KiB
-  libuuid                                 x86_64 2.40.4-10.fc42                 updates     37.3 KiB
-    replacing libuuid                     x86_64 2.40.4-8.fc42                  updates     37.3 KiB
-  util-linux                              x86_64 2.40.4-10.fc42                 updates      3.4 MiB
-    replacing util-linux                  x86_64 2.40.4-8.fc42                  updates      3.4 MiB
-  util-linux-core                         x86_64 2.40.4-10.fc42                 updates      1.4 MiB
-    replacing util-linux-core             x86_64 2.40.4-8.fc42                  updates      1.4 MiB
- Installing:
-  SDL2_ttf-devel                          x86_64 2.22.0-4.fc42                  fedora      94.3 KiB
-  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
-  SDL2_ttf                                x86_64 2.22.0-4.fc42                  fedora      88.0 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
-  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
-  brotli                                  x86_64 1.2.0-1.fc42                   updates     33.6 KiB
-  brotli-devel                            x86_64 1.2.0-1.fc42                   updates     65.9 KiB
-  bzip2-devel                             x86_64 1.0.8-20.fc42                  fedora     309.8 KiB
-  cairo                                   x86_64 1.18.2-3.fc42                  fedora       1.8 MiB
-  cairo-devel                             x86_64 1.18.2-3.fc42                  fedora       2.3 MiB
-  cairo-gobject                           x86_64 1.18.2-3.fc42                  fedora      35.1 KiB
-  cdparanoia-libs                         x86_64 10.2-47.fc42                   fedora     117.5 KiB
-  cmake-filesystem                        x86_64 3.31.6-2.fc42                  fedora       0.0   B
-  colord-libs                             x86_64 1.4.7-6.fc42                   fedora     850.7 KiB
-  cpuinfo                                 x86_64 24.09.26-2.git1e83a2f.fc42.1   updates    107.0 KiB
-  cups-filesystem                         noarch 1:2.4.16-4.fc42                updates      0.0   B
-  cups-libs                               x86_64 1:2.4.16-4.fc42                updates    618.7 KiB
-  default-fonts-core-sans                 noarch 4.2-4.fc42                     fedora      11.9 KiB
-  fdk-aac-free                            x86_64 2.0.0-15.fc42                  fedora     615.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-15.fc42                 fedora       3.6 MiB
-  flac-libs                               x86_64 1.4.3-6.fc42                   fedora     698.1 KiB
-  fontconfig                              x86_64 2.16.0-2.fc42                  fedora     764.7 KiB
-  fontconfig-devel                        x86_64 2.16.0-2.fc42                  fedora     119.3 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
-  freetype-devel                          x86_64 2.13.3-2.fc42                  fedora       8.5 MiB
-  fribidi                                 x86_64 1.0.16-2.fc42                  fedora     194.3 KiB
-  fuse-common                             x86_64 3.16.2-5.fc42                  fedora      38.0   B
-  fuse3                                   x86_64 3.16.2-5.fc42                  fedora     129.7 KiB
-  fuse3-libs                              x86_64 3.16.2-5.fc42                  fedora     281.5 KiB
-  gdk-pixbuf2                             x86_64 2.42.12-12.fc42                updates      2.5 MiB
-  gdk-pixbuf2-modules                     x86_64 2.42.12-12.fc42                updates     55.4 KiB
-  geoclue2                                x86_64 2.8.0-1.fc42                   updates    401.7 KiB
-  gettext                                 x86_64 0.23.1-2.fc42                  fedora       5.2 MiB
-  gettext-envsubst                        x86_64 0.23.1-2.fc42                  fedora      78.8 KiB
-  gettext-libs                            x86_64 0.23.1-2.fc42                  fedora       2.0 MiB
-  gettext-runtime                         x86_64 0.23.1-2.fc42                  fedora     452.2 KiB
-  glib2-devel                             x86_64 2.84.4-1.fc42                  updates     15.8 MiB
-  google-noto-fonts-common                noarch 20250301-1.fc42                fedora      17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20250301-1.fc42                fedora       1.4 MiB
-  graphene                                x86_64 1.10.6-10.fc42                 fedora     162.4 KiB
-  graphite2                               x86_64 1.3.14-18.fc42                 fedora     195.8 KiB
-  graphite2-devel                         x86_64 1.3.14-18.fc42                 fedora      49.3 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
-  harfbuzz-cairo                          x86_64 10.4.0-2.fc42                  updates     52.1 KiB
-  harfbuzz-devel                          x86_64 10.4.0-2.fc42                  updates      5.2 MiB
-  harfbuzz-icu                            x86_64 10.4.0-2.fc42                  updates     15.4 KiB
-  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.404-1.fc42                   updates      9.8 MiB
-  iso-codes                               noarch 4.17.0-2.fc42                  fedora      20.3 MiB
-  jbigkit-libs                            x86_64 2.1-31.fc42                    fedora     121.4 KiB
-  json-glib                               x86_64 1.10.8-1.fc42                  updates    592.3 KiB
-  lame-libs                               x86_64 3.100-19.fc42                  fedora       1.2 MiB
-  lcms2                                   x86_64 2.16-5.fc42                    fedora     437.7 KiB
-  libXcomposite                           x86_64 0.4.6-5.fc42                   fedora      44.4 KiB
-  libXcursor                              x86_64 1.2.3-2.fc42                   fedora      57.4 KiB
-  libXdamage                              x86_64 1.1.6-5.fc42                   fedora      43.6 KiB
-  libXext                                 x86_64 1.3.6-3.fc42                   fedora      90.0 KiB
-  libXext-devel                           x86_64 1.3.6-3.fc42                   fedora      98.9 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
-  libXrender-devel                        x86_64 0.9.12-2.fc42                  fedora      50.1 KiB
-  libXtst                                 x86_64 1.2.5-2.fc42                   fedora      33.5 KiB
-  libXv                                   x86_64 1.0.13-2.fc42                  fedora      30.0 KiB
-  libXxf86vm                              x86_64 1.1.6-2.fc42                   fedora      29.2 KiB
-  libaom                                  x86_64 3.13.1-1.fc42                  updates      5.0 MiB
-  libasyncns                              x86_64 0.8-30.fc42                    fedora      59.5 KiB
-  libavif                                 x86_64 1.1.1-1.fc42                   fedora     213.9 KiB
-  libblkid-devel                          x86_64 2.40.4-10.fc42                 updates     44.9 KiB
-  libcamera                               x86_64 0.4.0-4.fc42                   fedora       1.9 MiB
-  libcanberra                             x86_64 0.30-37.fc42                   fedora     286.4 KiB
-  libcloudproviders                       x86_64 0.3.6-1.fc42                   fedora     124.3 KiB
-  libdatrie                               x86_64 0.2.13-11.fc42                 fedora      57.8 KiB
-  libdav1d                                x86_64 1.5.2-1.fc42                   updates      1.7 MiB
-  libdecor                                x86_64 0.2.4-1.fc42                   updates    165.2 KiB
-  libdrm                                  x86_64 2.4.131-1.fc42                 updates    404.7 KiB
-  libebur128                              x86_64 1.2.6-12.fc42                  fedora      39.3 KiB
-  libepoxy                                x86_64 1.5.10-9.fc42                  fedora       1.1 MiB
-  libglvnd                                x86_64 1:1.7.0-7.fc42                 fedora     530.2 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-7.fc42                 fedora      40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-7.fc42                 fedora       2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-7.fc42                 fedora      68.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-7.fc42                 fedora     105.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-7.fc42                 fedora     609.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-7.fc42                 fedora     148.8 KiB
-  libgudev                                x86_64 238-7.fc42                     fedora      87.8 KiB
-  libgusb                                 x86_64 0.4.9-3.fc42                   fedora     162.0 KiB
-  libicu-devel                            x86_64 76.1-4.fc42                    fedora       5.0 MiB
-  libjpeg-turbo                           x86_64 3.1.2-1.fc42                   updates    804.9 KiB
-  libjxl                                  x86_64 1:0.11.1-4.fc42                updates      3.1 MiB
-  liblc3                                  x86_64 1.1.3-1.fc42                   fedora     170.8 KiB
-  libldac                                 x86_64 2.0.2.3-17.fc42                fedora      82.2 KiB
-  liblerc                                 x86_64 4.0.0-8.fc42                   fedora     636.1 KiB
-  libmount-devel                          x86_64 2.40.4-10.fc42                 updates     63.5 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
-  libpciaccess                            x86_64 0.16-15.fc42                   fedora      44.5 KiB
-  libpng                                  x86_64 2:1.6.53-1.fc42                updates    241.7 KiB
-  libpng-devel                            x86_64 2:1.6.53-1.fc42                updates    886.7 KiB
-  libproxy                                x86_64 0.5.8-2.fc42                   fedora     102.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
-  libselinux-devel                        x86_64 3.8-3.fc42                     updates    126.8 KiB
-  libsepol-devel                          x86_64 3.8-1.fc42                     fedora     120.8 KiB
-  libsndfile                              x86_64 1.2.2-8.fc42                   fedora     550.0 KiB
-  libsoup3                                x86_64 3.6.5-6.fc42                   updates      1.1 MiB
-  libtdb                                  x86_64 1.4.13-2.fc42                  fedora     100.5 KiB
-  libtextstyle                            x86_64 0.23.1-2.fc42                  fedora     207.5 KiB
-  libthai                                 x86_64 0.1.29-10.fc42                 fedora     783.4 KiB
-  libtheora                               x86_64 1:1.1.1-39.fc42                fedora     481.3 KiB
-  libtiff                                 x86_64 4.7.1-1.fc42                   updates    624.4 KiB
-  libtinysparql                           x86_64 3.9.2-1.fc42                   updates      1.3 MiB
-  libunwind                               x86_64 1.8.1-2.fc42                   fedora     194.1 KiB
-  libvisual                               x86_64 1:0.4.2-1.fc42                 updates    494.1 KiB
-  libvmaf                                 x86_64 3.0.0-3.fc42                   fedora     827.0 KiB
-  libvorbis                               x86_64 1:1.3.7-12.fc42                fedora     833.4 KiB
-  libwayland-client                       x86_64 1.24.0-1.fc42                  updates     62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc42                  updates     37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc42                  updates     12.4 KiB
-  libwayland-server                       x86_64 1.24.0-1.fc42                  updates     78.5 KiB
-  libwebp                                 x86_64 1.5.0-2.fc42                   fedora     947.6 KiB
-  libxml2-devel                           x86_64 2.12.10-1.fc42                 fedora       3.4 MiB
-  libxshmfence                            x86_64 1.3.2-6.fc42                   fedora      12.4 KiB
-  libyuv                                  x86_64 0-0.56.20240704git96bbdb5.fc42 fedora     683.6 KiB
-  lm_sensors-libs                         x86_64 3.6.0-22.fc42                  fedora      85.8 KiB
-  lttng-ust                               x86_64 2.13.8-4.fc42                  fedora       1.1 MiB
-  mesa-dri-drivers                        x86_64 25.1.9-1.fc42                  updates     46.7 MiB
-  mesa-filesystem                         x86_64 25.1.9-1.fc42                  updates      3.6 KiB
-  mesa-libEGL                             x86_64 25.1.9-1.fc42                  updates    334.9 KiB
-  mesa-libGL                              x86_64 25.1.9-1.fc42                  updates    306.2 KiB
-  mesa-libGLU                             x86_64 9.0.3-6.fc42                   fedora     361.7 KiB
-  mesa-libGLU-devel                       x86_64 9.0.3-6.fc42                   fedora      17.0 KiB
-  mesa-libgbm                             x86_64 25.1.9-1.fc42                  updates     19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-1.fc42                 updates    814.0 KiB
-  opus                                    x86_64 1.5.2-2.fc42                   fedora     427.5 KiB
-  orc                                     x86_64 0.4.41-1.fc42                  fedora     726.3 KiB
-  pango                                   x86_64 1.56.4-2.fc42                  updates      1.0 MiB
-  pcre2-devel                             x86_64 10.46-1.fc42                   updates      2.1 MiB
-  pcre2-utf16                             x86_64 10.46-1.fc42                   updates    626.3 KiB
-  pcre2-utf32                             x86_64 10.46-1.fc42                   updates    602.2 KiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.10-1.fc42                  updates    496.7 KiB
-  pipewire-libs                           x86_64 1.4.10-1.fc42                  updates      8.6 MiB
-  pixman                                  x86_64 0.46.2-1.fc42                  updates    710.3 KiB
-  pixman-devel                            x86_64 0.46.2-1.fc42                  updates     56.1 KiB
-  pulseaudio-libs                         x86_64 17.0-5.fc42                    fedora       3.4 MiB
-  python3-packaging                       noarch 24.2-3.fc42                    fedora     555.7 KiB
-  rav1e-libs                              x86_64 0.8.1-2.fc42                   updates      3.1 MiB
-  rtkit                                   x86_64 0.11-66.fc42                   fedora     138.1 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
-  sound-theme-freedesktop                 noarch 0.8-23.fc42                    fedora     460.4 KiB
-  spirv-tools-libs                        x86_64 2025.2-2.fc42                  updates      5.8 MiB
-  svt-av1-libs                            x86_64 2.3.0-1.fc42                   fedora       5.6 MiB
-  sysprof-capture-devel                   x86_64 48.1-1.fc42                    updates    274.0 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
-  xz-devel                                x86_64 1:5.8.1-4.fc42                 updates    258.8 KiB
-  zlib-ng-compat-devel                    x86_64 2.2.5-2.fc42                   updates    107.0 KiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 48.2-2.fc42                    fedora       5.4 MiB
-  adwaita-sans-fonts                      noarch 48.2-2.fc42                    fedora       1.7 MiB
-  avif-pixbuf-loader                      x86_64 1.1.1-1.fc42                   fedora      19.5 KiB
-  dconf                                   x86_64 0.40.0-15.fc42                 fedora     315.4 KiB
-  glib-networking                         x86_64 2.80.1-1.fc42                  fedora     742.9 KiB
-  jxl-pixbuf-loader                       x86_64 1:0.11.1-4.fc42                updates     29.2 KiB
-  libcamera-ipa                           x86_64 0.4.0-4.fc42                   fedora     548.2 KiB
-  libcanberra-gtk3                        x86_64 0.30-37.fc42                   fedora      78.7 KiB
-  low-memory-monitor                      x86_64 2.1-12.fc42                    fedora      66.0 KiB
-  mesa-va-drivers                         x86_64 25.1.9-1.fc42                  updates    115.0   B
-  pipewire                                x86_64 1.4.10-1.fc42                  updates    432.1 KiB
-  pipewire-alsa                           x86_64 1.4.10-1.fc42                  updates    158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.10-1.fc42                  updates     30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.10-1.fc42                  updates    146.6 KiB
-  pipewire-pulseaudio                     x86_64 1.4.10-1.fc42                  updates    436.3 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
-  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:       205 packages
-  Upgrading:          7 packages
-  Replacing:          7 packages
- 
- Total size of inbound packages is 83 MiB. Need to download 83 MiB.
- After this operation, 317 MiB extra will be used (install 323 MiB, remove 6 MiB).
- [  1/212] cmake-filesystem-0:3.31.6-2.f 100% | 303.3 KiB/s |  17.6 KiB |  00m00s
- [  2/212] SDL3-0:3.4.0-3.fc42.x86_64    100% |  18.6 MiB/s |   1.1 MiB |  00m00s
- [  3/212] sdl2-compat-devel-0:2.32.64-1 100% |   3.1 MiB/s | 397.4 KiB |  00m00s
- [  4/212] sdl2-compat-0:2.32.64-1.fc42. 100% | 985.7 KiB/s | 137.0 KiB |  00m00s
- [  5/212] SDL2_ttf-0:2.22.0-4.fc42.x86_ 100% | 712.2 KiB/s |  42.0 KiB |  00m00s
- [  6/212] SDL2_ttf-devel-0:2.22.0-4.fc4 100% | 336.8 KiB/s |  21.6 KiB |  00m00s
- [  7/212] freetype-0:2.13.3-2.fc42.x86_ 100% |   5.4 MiB/s | 415.5 KiB |  00m00s
- [  8/212] libglvnd-devel-1:1.7.0-7.fc42 100% |   1.2 MiB/s | 161.8 KiB |  00m00s
- [  9/212] libglvnd-1:1.7.0-7.fc42.x86_6 100% |   1.0 MiB/s | 114.4 KiB |  00m00s
- [ 10/212] libffi-devel-0:3.4.6-5.fc42.x 100% | 172.3 KiB/s |  28.8 KiB |  00m00s
- [ 11/212] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 533.7 KiB/s |  36.3 KiB |  00m00s
- [ 12/212] libglvnd-core-devel-1:1.7.0-7 100% | 220.0 KiB/s |  17.4 KiB |  00m00s
- [ 13/212] libglvnd-gles-1:1.7.0-7.fc42. 100% | 560.6 KiB/s |  28.6 KiB |  00m00s
- [ 14/212] libglvnd-opengl-1:1.7.0-7.fc4 100% |   2.4 MiB/s |  37.4 KiB |  00m00s
- [ 15/212] libXext-0:1.3.6-3.fc42.x86_64 100% | 451.4 KiB/s |  39.3 KiB |  00m00s
- [ 16/212] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 950.5 KiB/s | 133.1 KiB |  00m00s
- [ 17/212] mesa-libGLU-devel-0:9.0.3-6.f 100% |  52.9 KiB/s |  12.1 KiB |  00m00s
- [ 18/212] mesa-libGL-0:25.1.9-1.fc42.x8 100% |   1.1 MiB/s | 121.8 KiB |  00m00s
- [ 19/212] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 288.0 KiB/s |  17.9 KiB |  00m00s
- [ 20/212] mesa-libGLU-0:9.0.3-6.fc42.x8 100% | 756.0 KiB/s | 167.1 KiB |  00m00s
- [ 21/212] lm_sensors-libs-0:3.6.0-22.fc 100% | 663.0 KiB/s |  40.4 KiB |  00m00s
- [ 22/212] libxshmfence-0:1.3.2-6.fc42.x 100% | 152.6 KiB/s |  13.3 KiB |  00m00s
- [ 23/212] mesa-filesystem-0:25.1.9-1.fc 100% | 204.9 KiB/s |   8.8 KiB |  00m00s
- [ 24/212] mesa-libgbm-0:25.1.9-1.fc42.x 100% | 315.5 KiB/s |  14.8 KiB |  00m00s
- [ 25/212] mesa-libEGL-0:25.1.9-1.fc42.x 100% |   4.3 MiB/s | 126.9 KiB |  00m00s
- [ 26/212] graphite2-0:1.3.14-18.fc42.x8 100% |   2.6 MiB/s |  95.8 KiB |  00m00s
- [ 27/212] harfbuzz-0:10.4.0-2.fc42.x86_ 100% |  13.0 MiB/s |   1.1 MiB |  00m00s
- [ 28/212] libpng-2:1.6.53-1.fc42.x86_64 100% |   1.8 MiB/s | 124.1 KiB |  00m00s
- [ 29/212] harfbuzz-devel-0:10.4.0-2.fc4 100% |   6.3 MiB/s | 452.3 KiB |  00m00s
- [ 30/212] freetype-devel-0:2.13.3-2.fc4 100% |   2.7 MiB/s |   1.0 MiB |  00m00s
- [ 31/212] harfbuzz-cairo-0:10.4.0-2.fc4 100% | 288.7 KiB/s |  28.9 KiB |  00m00s
- [ 32/212] harfbuzz-icu-0:10.4.0-2.fc42. 100% | 879.2 KiB/s |  14.1 KiB |  00m00s
- [ 33/212] fontconfig-0:2.16.0-2.fc42.x8 100% |   2.1 MiB/s | 272.0 KiB |  00m00s
- [ 34/212] cairo-0:1.18.2-3.fc42.x86_64  100% |   1.3 MiB/s | 731.8 KiB |  00m01s
- [ 35/212] libXrender-0:0.9.12-2.fc42.x8 100% | 868.5 KiB/s |  26.9 KiB |  00m00s
- [ 36/212] xml-common-0:0.6.3-66.fc42.no 100% |   3.8 MiB/s |  31.2 KiB |  00m00s
- [ 37/212] default-fonts-core-sans-0:4.2 100% |   1.0 MiB/s |  31.3 KiB |  00m00s
- [ 38/212] abattis-cantarell-vf-fonts-0: 100% | 962.0 KiB/s | 120.3 KiB |  00m00s
- [ 39/212] google-noto-fonts-common-0:20 100% | 200.8 KiB/s |  17.1 KiB |  00m00s
- [ 40/212] libdrm-0:2.4.131-1.fc42.x86_6 100% |   3.9 MiB/s | 162.9 KiB |  00m00s
- [ 41/212] google-noto-sans-vf-fonts-0:2 100% |   1.7 MiB/s | 614.5 KiB |  00m00s
- [ 42/212] libwayland-client-0:1.24.0-1. 100% |   1.7 MiB/s |  33.6 KiB |  00m00s
- [ 43/212] libpciaccess-0:0.16-15.fc42.x 100% | 175.2 KiB/s |  26.3 KiB |  00m00s
- [ 44/212] libwayland-server-0:1.24.0-1. 100% | 658.3 KiB/s |  41.5 KiB |  00m00s
- [ 45/212] libdecor-0:0.2.4-1.fc42.x86_6 100% | 862.8 KiB/s |  57.8 KiB |  00m00s
- [ 46/212] mesa-dri-drivers-0:25.1.9-1.f 100% |   7.2 MiB/s |  12.5 MiB |  00m02s
- [ 47/212] spirv-tools-libs-0:2025.2-2.f 100% |   3.9 MiB/s |   1.5 MiB |  00m00s
- [ 48/212] libwayland-cursor-0:1.24.0-1. 100% | 230.2 KiB/s |  18.9 KiB |  00m00s
- [ 49/212] colord-libs-0:1.4.7-6.fc42.x8 100% |   1.1 MiB/s | 231.1 KiB |  00m00s
- [ 50/212] cairo-gobject-0:1.18.2-3.fc42 100% |  58.7 KiB/s |  17.3 KiB |  00m00s
- [ 51/212] fribidi-0:1.0.16-2.fc42.x86_6 100% | 744.0 KiB/s |  53.6 KiB |  00m00s
- [ 52/212] gtk-update-icon-cache-0:3.24. 100% | 215.0 KiB/s |  33.8 KiB |  00m00s
- [ 53/212] hicolor-icon-theme-0:0.17-20. 100% | 479.4 KiB/s |  65.7 KiB |  00m00s
- [ 54/212] libXcomposite-0:0.4.6-5.fc42. 100% | 199.2 KiB/s |  24.3 KiB |  00m00s
- [ 55/212] libXdamage-0:1.1.6-5.fc42.x86 100% | 251.7 KiB/s |  23.4 KiB |  00m00s
- [ 56/212] libXcursor-0:1.2.3-2.fc42.x86 100% | 162.5 KiB/s |  31.4 KiB |  00m00s
- [ 57/212] gtk3-0:3.24.49-2.fc42.x86_64  100% |   5.6 MiB/s |   5.8 MiB |  00m01s
- [ 58/212] libXi-0:1.8.2-2.fc42.x86_64   100% | 466.1 KiB/s |  40.5 KiB |  00m00s
- [ 59/212] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 132.8 KiB/s |  19.1 KiB |  00m00s
- [ 60/212] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 555.5 KiB/s |  27.8 KiB |  00m00s
- [ 61/212] libcloudproviders-0:0.3.6-1.f 100% | 607.7 KiB/s |  46.8 KiB |  00m00s
- [ 62/212] libXinerama-0:1.1.5-8.fc42.x8 100% |  58.7 KiB/s |  14.3 KiB |  00m00s
- [ 63/212] lcms2-0:2.16-5.fc42.x86_64    100% |   1.2 MiB/s | 184.1 KiB |  00m00s
- [ 64/212] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 923.4 KiB/s | 229.9 KiB |  00m00s
- [ 65/212] libgusb-0:0.4.9-3.fc42.x86_64 100% | 421.6 KiB/s |  65.3 KiB |  00m00s
- [ 66/212] pango-0:1.56.4-2.fc42.x86_64  100% |   2.8 MiB/s | 351.2 KiB |  00m00s
- [ 67/212] libXft-0:2.3.8-8.fc42.x86_64  100% | 235.1 KiB/s |  72.9 KiB |  00m00s
- [ 68/212] libdatrie-0:0.2.13-11.fc42.x8 100% | 147.1 KiB/s |  32.4 KiB |  00m00s
- [ 69/212] libthai-0:0.1.29-10.fc42.x86_ 100% | 763.7 KiB/s | 211.5 KiB |  00m00s
- [ 70/212] glib2-devel-0:2.84.4-1.fc42.x 100% |   6.5 MiB/s |   1.5 MiB |  00m00s
- [ 71/212] cairo-devel-0:1.18.2-3.fc42.x 100% | 759.3 KiB/s | 192.1 KiB |  00m00s
- [ 72/212] python3-packaging-0:24.2-3.fc 100% | 583.4 KiB/s | 154.0 KiB |  00m00s
- [ 73/212] libmount-devel-0:2.40.4-10.fc 100% | 187.0 KiB/s |  24.3 KiB |  00m00s
- [ 74/212] libselinux-devel-0:3.8-3.fc42 100% |   1.1 MiB/s | 151.4 KiB |  00m00s
- [ 75/212] graphite2-devel-0:1.3.14-18.f 100% |  60.0 KiB/s |  20.8 KiB |  00m00s
- [ 76/212] libicu-devel-0:76.1-4.fc42.x8 100% |   1.7 MiB/s | 793.5 KiB |  00m00s
- [ 77/212] libsepol-devel-0:3.8-1.fc42.x 100% | 231.6 KiB/s |  48.4 KiB |  00m00s
- [ 78/212] pcre2-devel-0:10.46-1.fc42.x8 100% |   1.7 MiB/s | 543.1 KiB |  00m00s
- [ 79/212] pcre2-utf32-0:10.46-1.fc42.x8 100% |   1.6 MiB/s | 228.8 KiB |  00m00s
- [ 80/212] zlib-ng-compat-devel-0:2.2.5- 100% |   4.2 MiB/s |  38.3 KiB |  00m00s
- [ 81/212] pcre2-utf16-0:10.46-1.fc42.x8 100% | 915.0 KiB/s | 241.6 KiB |  00m00s
- [ 82/212] sysprof-capture-devel-0:48.1- 100% | 514.0 KiB/s |  56.0 KiB |  00m00s
- [ 83/212] hwdata-0:0.404-1.fc42.noarch  100% |   8.9 MiB/s |   1.7 MiB |  00m00s
- [ 84/212] json-glib-0:1.10.8-1.fc42.x86 100% | 681.5 KiB/s | 172.4 KiB |  00m00s
- [ 85/212] adwaita-icon-theme-0:48.1-1.f 100% |   1.6 MiB/s | 398.8 KiB |  00m00s
- [ 86/212] at-spi2-atk-0:2.56.7-1.fc42.x 100% |   8.4 MiB/s |  86.4 KiB |  00m00s
- [ 87/212] at-spi2-core-0:2.56.7-1.fc42. 100% |   2.8 MiB/s | 383.1 KiB |  00m00s
- [ 88/212] adwaita-icon-theme-legacy-0:4 100% |   8.0 MiB/s |   2.5 MiB |  00m00s
- [ 89/212] adwaita-cursor-theme-0:48.1-1 100% |   1.5 MiB/s | 379.5 KiB |  00m00s
- [ 90/212] xprop-0:1.2.8-3.fc42.x86_64   100% | 853.5 KiB/s |  35.0 KiB |  00m00s
- [ 91/212] atk-0:2.56.7-1.fc42.x86_64    100% | 714.7 KiB/s |  80.0 KiB |  00m00s
- [ 92/212] avahi-libs-0:0.9~rc2-2.fc42.x 100% |   1.0 MiB/s |  69.1 KiB |  00m00s
- [ 93/212] libXtst-0:1.2.5-2.fc42.x86_64 100% | 122.9 KiB/s |  20.7 KiB |  00m00s
- [ 94/212] cups-libs-1:2.4.16-4.fc42.x86 100% |   1.5 MiB/s | 261.6 KiB |  00m00s
- [ 95/212] gdk-pixbuf2-0:2.42.12-12.fc42 100% |   4.4 MiB/s | 488.9 KiB |  00m00s
- [ 96/212] cups-filesystem-1:2.4.16-4.fc 100% |  88.9 KiB/s |  13.1 KiB |  00m00s
- [ 97/212] libtinysparql-0:3.9.2-1.fc42. 100% |  10.1 MiB/s | 373.6 KiB |  00m00s
- [ 98/212] gdk-pixbuf2-modules-0:2.42.12 100% | 354.7 KiB/s |  28.0 KiB |  00m00s
- [ 99/212] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 382.0 KiB/s |  15.3 KiB |  00m00s
- [100/212] fonts-filesystem-1:2.0.5-22.f 100% |   2.1 MiB/s |   8.7 KiB |  00m00s
- [101/212] brotli-devel-0:1.2.0-1.fc42.x 100% |   1.3 MiB/s |  34.3 KiB |  00m00s
- [102/212] libwayland-egl-0:1.24.0-1.fc4 100% | 294.7 KiB/s |  12.4 KiB |  00m00s
- [103/212] bzip2-devel-0:1.0.8-20.fc42.x 100% |   8.3 MiB/s | 213.7 KiB |  00m00s
- [104/212] brotli-0:1.2.0-1.fc42.x86_64  100% | 721.1 KiB/s |  23.8 KiB |  00m00s
- [105/212] shared-mime-info-0:2.3-7.fc42 100% |   1.5 MiB/s | 393.7 KiB |  00m00s
- [106/212] libpng-devel-2:1.6.53-1.fc42. 100% |   3.4 MiB/s | 293.8 KiB |  00m00s
- [107/212] fontconfig-devel-0:2.16.0-2.f 100% |   1.5 MiB/s | 167.3 KiB |  00m00s
- [108/212] gettext-0:0.23.1-2.fc42.x86_6 100% |   5.1 MiB/s |   1.1 MiB |  00m00s
- [109/212] libtextstyle-0:0.23.1-2.fc42. 100% |   1.8 MiB/s |  92.1 KiB |  00m00s
- [110/212] gettext-runtime-0:0.23.1-2.fc 100% | 617.7 KiB/s | 116.1 KiB |  00m00s
- [111/212] gettext-libs-0:0.23.1-2.fc42. 100% |   3.1 MiB/s | 760.4 KiB |  00m00s
- [112/212] libXext-devel-0:1.3.6-3.fc42. 100% | 651.0 KiB/s |  85.3 KiB |  00m00s
- [113/212] libXrender-devel-0:0.9.12-2.f 100% | 158.0 KiB/s |  19.1 KiB |  00m00s
- [114/212] gettext-envsubst-0:0.23.1-2.f 100% | 157.9 KiB/s |  37.7 KiB |  00m00s
- [115/212] pixman-devel-0:0.46.2-1.fc42. 100% | 130.2 KiB/s |  18.0 KiB |  00m00s
- [116/212] pixman-0:0.46.2-1.fc42.x86_64 100% |   1.8 MiB/s | 292.7 KiB |  00m00s
- [117/212] libsoup3-0:3.6.5-6.fc42.x86_6 100% |   2.9 MiB/s | 391.2 KiB |  00m00s
- [118/212] libblkid-devel-0:2.40.4-10.fc 100% | 201.7 KiB/s |  23.4 KiB |  00m00s
- [119/212] jbigkit-libs-0:2.1-31.fc42.x8 100% | 397.9 KiB/s |  53.3 KiB |  00m00s
- [120/212] libtiff-0:4.7.1-1.fc42.x86_64 100% | 993.5 KiB/s | 222.5 KiB |  00m00s
- [121/212] libwebp-0:1.5.0-2.fc42.x86_64 100% |   7.5 MiB/s | 320.6 KiB |  00m00s
- [122/212] liblerc-0:4.0.0-8.fc42.x86_64 100% |   1.2 MiB/s | 216.7 KiB |  00m00s
- [123/212] libjpeg-turbo-0:3.1.2-1.fc42. 100% |   3.3 MiB/s | 236.9 KiB |  00m00s
- [124/212] xz-devel-1:5.8.1-4.fc42.x86_6 100% |   1.7 MiB/s |  66.7 KiB |  00m00s
- [125/212] mesa-va-drivers-0:25.1.9-1.fc 100% | 146.1 KiB/s |   7.6 KiB |  00m00s
- [126/212] libcanberra-gtk3-0:0.30-37.fc 100% |   1.3 MiB/s |  30.6 KiB |  00m00s
- [127/212] libcanberra-0:0.30-37.fc42.x8 100% |   7.5 MiB/s |  84.1 KiB |  00m00s
- [128/212] xdg-desktop-portal-gtk-0:1.15 100% |   1.5 MiB/s | 143.8 KiB |  00m00s
- [129/212] libvorbis-1:1.3.7-12.fc42.x86 100% |   6.4 MiB/s | 189.2 KiB |  00m00s
- [130/212] libxml2-devel-0:2.12.10-1.fc4 100% |   2.8 MiB/s | 523.7 KiB |  00m00s
- [131/212] libtdb-0:1.4.13-2.fc42.x86_64 100% | 945.5 KiB/s |  54.8 KiB |  00m00s
- [132/212] sound-theme-freedesktop-0:0.8 100% |   4.2 MiB/s | 382.4 KiB |  00m00s
- [133/212] libogg-2:1.3.5-11.fc42.x86_64 100% | 430.5 KiB/s |  33.1 KiB |  00m00s
- [134/212] pulseaudio-libs-0:17.0-5.fc42 100% |   4.5 MiB/s | 701.1 KiB |  00m00s
- [135/212] libasyncns-0:0.8-30.fc42.x86_ 100% | 419.5 KiB/s |  30.2 KiB |  00m00s
- [136/212] libsndfile-0:1.2.2-8.fc42.x86 100% |   2.7 MiB/s | 221.5 KiB |  00m00s
- [137/212] gsm-0:1.0.22-8.fc42.x86_64    100% | 518.7 KiB/s |  35.8 KiB |  00m00s
- [138/212] lame-libs-0:3.100-19.fc42.x86 100% |   4.7 MiB/s | 339.7 KiB |  00m00s
- [139/212] flac-libs-0:1.4.3-6.fc42.x86_ 100% |   1.4 MiB/s | 274.3 KiB |  00m00s
- [140/212] opus-0:1.5.2-2.fc42.x86_64    100% |   2.3 MiB/s | 236.9 KiB |  00m00s
- [141/212] rsvg-pixbuf-loader-0:2.60.0-5 100% |   2.3 MiB/s | 164.0 KiB |  00m00s
- [142/212] jxl-pixbuf-loader-1:0.11.1-4. 100% | 484.4 KiB/s |  19.9 KiB |  00m00s
- [143/212] dconf-0:0.40.0-15.fc42.x86_64 100% | 531.6 KiB/s | 109.5 KiB |  00m00s
- [144/212] webp-pixbuf-loader-0:0.2.7-3. 100% |   1.1 MiB/s |  19.8 KiB |  00m00s
- [145/212] avif-pixbuf-loader-0:1.1.1-1. 100% | 205.0 KiB/s |  16.2 KiB |  00m00s
- [146/212] libavif-0:1.1.1-1.fc42.x86_64 100% |   1.0 MiB/s | 100.1 KiB |  00m00s
- [147/212] librsvg2-0:2.60.0-5.fc42.x86_ 100% |   6.9 MiB/s |   1.9 MiB |  00m00s
- [148/212] libyuv-0:0-0.56.20240704git96 100% |   1.9 MiB/s | 201.9 KiB |  00m00s
- [149/212] tinysparql-0:3.9.2-1.fc42.x86 100% |   5.6 MiB/s |   1.0 MiB |  00m00s
- [150/212] libproxy-0:0.5.8-2.fc42.x86_6 100% | 369.6 KiB/s |  45.5 KiB |  00m00s
- [151/212] glib-networking-0:2.80.1-1.fc 100% | 711.8 KiB/s | 201.4 KiB |  00m00s
- [152/212] svt-av1-libs-0:2.3.0-1.fc42.x 100% |   5.1 MiB/s |   2.0 MiB |  00m00s
- [153/212] libdav1d-0:1.5.2-1.fc42.x86_6 100% |   4.3 MiB/s | 637.7 KiB |  00m00s
- [154/212] gsettings-desktop-schemas-0:4 100% |   4.3 MiB/s | 783.1 KiB |  00m00s
- [155/212] xdg-desktop-portal-0:1.20.3-1 100% |   3.3 MiB/s | 505.3 KiB |  00m00s
- [156/212] fuse3-0:3.16.2-5.fc42.x86_64  100% | 832.4 KiB/s |  57.4 KiB |  00m00s
- [157/212] libjxl-1:0.11.1-4.fc42.x86_64 100% |   3.5 MiB/s |   1.1 MiB |  00m00s
- [158/212] fuse-common-0:3.16.2-5.fc42.x 100% |   1.4 MiB/s |   8.6 KiB |  00m00s
- [159/212] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   1.7 MiB/s |  94.2 KiB |  00m00s
- [160/212] cpuinfo-0:24.09.26-2.git1e83a 100% | 996.4 KiB/s |  43.8 KiB |  00m00s
- [161/212] mpg123-libs-0:1.32.10-1.fc42. 100% |   3.5 MiB/s | 355.5 KiB |  00m00s
- [162/212] alsa-lib-0:1.2.15.3-1.fc42.x8 100% |   6.5 MiB/s | 541.4 KiB |  00m00s
- [163/212] libgudev-0:238-7.fc42.x86_64  100% | 211.6 KiB/s |  34.9 KiB |  00m00s
- [164/212] libunwind-0:1.8.1-2.fc42.x86_ 100% | 456.6 KiB/s |  77.2 KiB |  00m00s
- [165/212] gstreamer1-0:1.26.10-1.fc42.x 100% |   4.0 MiB/s |   1.7 MiB |  00m00s
- [166/212] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 810.2 KiB/s | 197.7 KiB |  00m00s
- [167/212] geoclue2-0:2.8.0-1.fc42.x86_6 100% |   1.4 MiB/s | 144.8 KiB |  00m00s
- [168/212] libaom-0:3.13.1-1.fc42.x86_64 100% |   3.1 MiB/s |   1.9 MiB |  00m01s
- [169/212] ModemManager-glib-0:1.22.0-5. 100% |   1.5 MiB/s | 304.6 KiB |  00m00s
- [170/212] rav1e-libs-0:0.8.1-2.fc42.x86 100% |   2.6 MiB/s |   1.1 MiB |  00m00s
- [171/212] cdparanoia-libs-0:10.2-47.fc4 100% | 362.5 KiB/s |  54.0 KiB |  00m00s
- [172/212] graphene-0:1.10.6-10.fc42.x86 100% | 612.6 KiB/s |  61.3 KiB |  00m00s
- [173/212] libXv-0:1.0.13-2.fc42.x86_64  100% | 517.3 KiB/s |  18.6 KiB |  00m00s
- [174/212] libtheora-1:1.1.1-39.fc42.x86 100% |   1.4 MiB/s | 170.4 KiB |  00m00s
- [175/212] gstreamer1-plugins-base-0:1.2 100% |   3.8 MiB/s |   2.3 MiB |  00m01s
- [176/212] orc-0:0.4.41-1.fc42.x86_64    100% | 851.2 KiB/s | 220.5 KiB |  00m00s
- [177/212] fdk-aac-free-0:2.0.0-15.fc42. 100% |   2.1 MiB/s | 342.4 KiB |  00m00s
- [178/212] pipewire-libs-0:1.4.10-1.fc42 100% |   4.6 MiB/s |   2.4 MiB |  00m01s
- [179/212] fftw-libs-single-0:3.3.10-15. 100% |   3.4 MiB/s |   1.2 MiB |  00m00s
- [180/212] libebur128-0:1.2.6-12.fc42.x8 100% | 213.8 KiB/s |  24.8 KiB |  00m00s
- [181/212] liblc3-0:1.1.3-1.fc42.x86_64  100% |   1.6 MiB/s | 105.2 KiB |  00m00s
- [182/212] iso-codes-0:4.17.0-2.fc42.noa 100% |   3.4 MiB/s |   3.6 MiB |  00m01s
- [183/212] libsbc-0:2.0-6.fc42.x86_64    100% | 985.2 KiB/s |  49.3 KiB |  00m00s
- [184/212] bluez-libs-0:5.84-2.fc42.x86_ 100% |   4.1 MiB/s |  83.6 KiB |  00m00s
- [185/212] libldac-0:2.0.2.3-17.fc42.x86 100% | 291.6 KiB/s |  42.9 KiB |  00m00s
- [186/212] libvisual-1:0.4.2-1.fc42.x86_ 100% |   2.6 MiB/s | 169.0 KiB |  00m00s
- [187/212] libnotify-0:0.8.8-1.fc42.x86_ 100% |   5.4 MiB/s |  55.8 KiB |  00m00s
- [188/212] highway-0:1.3.0-1.fc42.x86_64 100% |   5.8 MiB/s | 697.9 KiB |  00m00s
- [189/212] sdl12-compat-0:1.2.74-1.fc42. 100% |   2.1 MiB/s |  94.7 KiB |  00m00s
- [190/212] webrtc-audio-processing-0:1.3 100% |   2.2 MiB/s | 537.4 KiB |  00m00s
- [191/212] adwaita-sans-fonts-0:48.2-2.f 100% |   5.0 MiB/s | 764.0 KiB |  00m00s
- [192/212] low-memory-monitor-0:2.1-12.f 100% | 343.4 KiB/s |  34.3 KiB |  00m00s
- [193/212] pipewire-0:1.4.10-1.fc42.x86_ 100% |   3.5 MiB/s | 133.9 KiB |  00m00s
- [194/212] adwaita-mono-fonts-0:48.2-2.f 100% |   6.4 MiB/s |   1.4 MiB |  00m00s
- [195/212] wireplumber-0:0.5.13-1.fc42.x 100% |   1.3 MiB/s | 122.2 KiB |  00m00s
- [196/212] pipewire-alsa-0:1.4.10-1.fc42 100% |   1.0 MiB/s |  59.1 KiB |  00m00s
- [197/212] wireplumber-libs-0:0.5.13-1.f 100% |   2.9 MiB/s | 426.4 KiB |  00m00s
- [198/212] pipewire-jack-audio-connectio 100% | 241.8 KiB/s |  11.1 KiB |  00m00s
- [199/212] rtkit-0:0.11-66.fc42.x86_64   100% | 244.0 KiB/s |  55.1 KiB |  00m00s
- [200/212] pipewire-jack-audio-connectio 100% |   1.7 MiB/s | 143.9 KiB |  00m00s
- [201/212] pipewire-plugin-libcamera-0:1 100% |   1.2 MiB/s |  74.2 KiB |  00m00s
- [202/212] pipewire-pulseaudio-0:1.4.10- 100% |   2.3 MiB/s | 209.9 KiB |  00m00s
- [203/212] lttng-ust-0:2.13.8-4.fc42.x86 100% |   4.3 MiB/s | 331.4 KiB |  00m00s
- [204/212] libmount-0:2.40.4-10.fc42.x86 100% |   5.2 MiB/s | 154.1 KiB |  00m00s
- [205/212] libblkid-0:2.40.4-10.fc42.x86 100% |   6.0 MiB/s | 122.3 KiB |  00m00s
- [206/212] libcamera-ipa-0:0.4.0-4.fc42. 100% |   1.2 MiB/s | 147.0 KiB |  00m00s
- [207/212] libuuid-0:2.40.4-10.fc42.x86_ 100% |   4.2 MiB/s |  25.7 KiB |  00m00s
- [208/212] util-linux-core-0:2.40.4-10.f 100% |   8.1 MiB/s | 528.6 KiB |  00m00s
- [209/212] libcamera-0:0.4.0-4.fc42.x86_ 100% |   2.5 MiB/s | 605.0 KiB |  00m00s
- [210/212] libsmartcols-0:2.40.4-10.fc42 100% |   5.3 MiB/s |  81.3 KiB |  00m00s
- [211/212] libfdisk-0:2.40.4-10.fc42.x86 100% |   5.9 MiB/s | 158.2 KiB |  00m00s
- [212/212] util-linux-0:2.40.4-10.fc42.x 100% |   5.0 MiB/s |   1.2 MiB |  00m00s
- --------------------------------------------------------------------------------
- [212/212] Total                         100% |   7.3 MiB/s |  82.8 MiB |  00m11s
- Running transaction
- [  1/221] Verify package files          100% | 165.0   B/s | 212.0   B |  00m01s
- [  2/221] Prepare transaction           100% | 550.0   B/s | 219.0   B |  00m00s
- [  3/221] Installing libXext-0:1.3.6-3. 100% |  17.8 MiB/s |  91.2 KiB |  00m00s
- [  4/221] Installing avahi-libs-0:0.9~r 100% |  26.0 MiB/s | 186.2 KiB |  00m00s
- [  5/221] Installing libXrender-0:0.9.1 100% |  16.7 MiB/s |  51.3 KiB |  00m00s
- [  6/221] Upgrading libuuid-0:2.40.4-10 100% |   9.4 MiB/s |  38.3 KiB |  00m00s
- [  7/221] Upgrading libblkid-0:2.40.4-1 100% |  36.8 MiB/s | 263.5 KiB |  00m00s
- [  8/221] Installing libogg-2:1.3.5-11. 100% |  15.3 MiB/s |  46.9 KiB |  00m00s
- [  9/221] Installing fonts-filesystem-1 100% | 256.5 KiB/s | 788.0   B |  00m00s
- [ 10/221] Installing json-glib-0:1.10.8 100% |  59.0 MiB/s | 604.4 KiB |  00m00s
- [ 11/221] Installing libwayland-client- 100% |  15.4 MiB/s |  63.2 KiB |  00m00s
- [ 12/221] Installing libpng-2:1.6.53-1. 100% |  33.9 MiB/s | 243.0 KiB |  00m00s
- [ 13/221] Installing libglvnd-1:1.7.0-7 100% |  64.9 MiB/s | 531.6 KiB |  00m00s
- [ 14/221] Installing libvorbis-1:1.3.7- 100% |  58.3 MiB/s | 835.9 KiB |  00m00s
- [ 15/221] Installing libXi-0:1.8.2-2.fc 100% |  20.9 MiB/s |  85.7 KiB |  00m00s
- [ 16/221] Installing alsa-lib-0:1.2.15. 100% |  21.6 MiB/s |   1.5 MiB |  00m00s
- [ 17/221] Installing libjpeg-turbo-0:3. 100% |  60.6 MiB/s | 806.6 KiB |  00m00s
- [ 18/221] Installing cmake-filesystem-0 100% | 948.7 KiB/s |   7.6 KiB |  00m00s
- [ 19/221] Installing zlib-ng-compat-dev 100% |  21.2 MiB/s | 108.5 KiB |  00m00s
- [ 20/221] Installing libwayland-cursor- 100% |  12.5 MiB/s |  38.5 KiB |  00m00s
- [ 21/221] Upgrading libmount-0:2.40.4-1 100% |  43.6 MiB/s | 357.3 KiB |  00m00s
- [ 22/221] Installing avahi-glib-0:0.9~r 100% |   8.0 MiB/s |  24.4 KiB |  00m00s
- [ 23/221] Installing opus-0:1.5.2-2.fc4 100% |  46.5 MiB/s | 428.6 KiB |  00m00s
- [ 24/221] Installing libXfixes-0:6.0.1- 100% |  10.3 MiB/s |  31.6 KiB |  00m00s
- [ 25/221] Installing libpng-devel-2:1.6 100% |  19.3 MiB/s | 890.6 KiB |  00m00s
- [ 26/221] Installing libglvnd-opengl-1: 100% |  36.5 MiB/s | 149.6 KiB |  00m00s
- [ 27/221] Upgrading libsmartcols-0:2.40 100% |  34.6 MiB/s | 177.4 KiB |  00m00s
- [ 28/221] Installing libunwind-0:1.8.1- 100% |  24.1 MiB/s | 197.4 KiB |  00m00s
- [ 29/221] Installing gstreamer1-0:1.26. 100% |  50.5 MiB/s |   5.4 MiB |  00m00s
- [ 30/221] Installing libgudev-0:238-7.f 100% |  17.4 MiB/s |  89.3 KiB |  00m00s
- [ 31/221] Installing fuse3-libs-0:3.16. 100% |  39.4 MiB/s | 282.6 KiB |  00m00s
- [ 32/221] Installing gsettings-desktop- 100% | 187.6 MiB/s |   5.4 MiB |  00m00s
- [ 33/221] Installing libdav1d-0:1.5.2-1 100% |  65.1 MiB/s |   1.7 MiB |  00m00s
- [ 34/221] Installing libtdb-0:1.4.13-2. 100% |  19.8 MiB/s | 101.6 KiB |  00m00s
- [ 35/221] Installing libwebp-0:1.5.0-2. 100% |  46.5 MiB/s | 951.8 KiB |  00m00s
- [ 36/221] Installing libsoup3-0:3.6.5-6 100% |  63.9 MiB/s |   1.2 MiB |  00m00s
- [ 37/221] Installing libtinysparql-0:3. 100% |  61.7 MiB/s |   1.3 MiB |  00m00s
- [ 38/221] Installing pixman-0:0.46.2-1. 100% |  57.9 MiB/s | 711.4 KiB |  00m00s
- [ 39/221] Installing libtextstyle-0:0.2 100% |  33.9 MiB/s | 208.3 KiB |  00m00s
- [ 40/221] Installing gettext-libs-0:0.2 100% |  69.9 MiB/s |   2.0 MiB |  00m00s
- [ 41/221] Installing libwayland-egl-0:1 100% |   2.6 MiB/s |  13.6 KiB |  00m00s
- [ 42/221] Installing shared-mime-info-0 100% |  28.3 MiB/s |   2.6 MiB |  00m00s
- [ 43/221] Installing gdk-pixbuf2-0:2.42 100% |  45.8 MiB/s |   2.5 MiB |  00m00s
- [ 44/221] Installing fribidi-0:1.0.16-2 100% |   5.1 MiB/s | 196.8 KiB |  00m00s
- [ 45/221] Installing libwayland-server- 100% |   3.7 MiB/s |  79.7 KiB |  00m00s
- [ 46/221] Installing xml-common-0:0.6.3 100% |  15.8 MiB/s |  81.1 KiB |  00m00s
- [ 47/221] Installing graphite2-0:1.3.14 100% |   4.6 MiB/s | 197.9 KiB |  00m00s
- [ 48/221] Installing harfbuzz-0:10.4.0- 100% |  65.7 MiB/s |   2.8 MiB |  00m00s
- [ 49/221] Installing freetype-0:2.13.3- 100% |  52.5 MiB/s | 859.9 KiB |  00m00s
- [ 50/221] Installing mesa-filesystem-0: 100% |   2.1 MiB/s |   4.3 KiB |  00m00s
- [ 51/221] Installing harfbuzz-icu-0:10. 100% |   5.3 MiB/s |  16.3 KiB |  00m00s
- [ 52/221] Installing graphite2-devel-0: 100% |   3.8 MiB/s |  50.8 KiB |  00m00s
- [ 53/221] Installing iso-codes-0:4.17.0 100% | 149.5 MiB/s |  20.5 MiB |  00m00s
- [ 54/221] Installing gtk-update-icon-ca 100% |   1.7 MiB/s |  63.3 KiB |  00m00s
- [ 55/221] Installing libnotify-0:0.8.8- 100% |   3.2 MiB/s | 129.0 KiB |  00m00s
- [ 56/221] Installing pixman-devel-0:0.4 100% |  13.9 MiB/s |  56.9 KiB |  00m00s
- [ 57/221] Upgrading util-linux-core-0:2 100% |  20.4 MiB/s |   1.4 MiB |  00m00s
- [ 58/221] Installing mesa-libGLU-0:9.0. 100% |  50.6 MiB/s | 362.6 KiB |  00m00s
- [ 59/221] Installing libXcursor-0:1.2.3 100% |  14.4 MiB/s |  59.1 KiB |  00m00s
- [ 60/221] Installing libXdamage-0:1.1.6 100% |  14.7 MiB/s |  45.2 KiB |  00m00s
- [ 61/221] Installing libyuv-0:0-0.56.20 100% |  60.8 MiB/s | 685.3 KiB |  00m00s
- [ 62/221] Installing libXtst-0:1.2.5-2. 100% |  11.3 MiB/s |  34.6 KiB |  00m00s
- [ 63/221] Installing libgusb-0:0.4.9-3. 100% |  32.0 MiB/s | 163.7 KiB |  00m00s
- [ 64/221] Installing abattis-cantarell- 100% |  31.6 MiB/s | 194.4 KiB |  00m00s
- [ 65/221] Installing flac-libs-0:1.4.3- 100% |  45.6 MiB/s | 700.8 KiB |  00m00s
- [ 66/221] Installing libtheora-1:1.1.1- 100% |  47.2 MiB/s | 483.7 KiB |  00m00s
- [ 67/221] Installing libblkid-devel-0:2 100% |  15.0 MiB/s |  46.0 KiB |  00m00s
- [ 68/221] Upgrading libfdisk-0:2.40.4-1 100% |  45.6 MiB/s | 373.4 KiB |  00m00s
- [ 69/221] Installing libXrandr-0:1.5.4- 100% |  18.6 MiB/s |  57.0 KiB |  00m00s
- [ 70/221] Installing libXrender-devel-0 100% |  16.6 MiB/s |  51.0 KiB |  00m00s
- [ 71/221] Installing libXxf86vm-0:1.1.6 100% |   9.9 MiB/s |  30.5 KiB |  00m00s
- [ 72/221] Installing libXinerama-0:1.1. 100% |   6.5 MiB/s |  20.1 KiB |  00m00s
- [ 73/221] Installing libXext-devel-0:1. 100% |  18.1 MiB/s | 110.9 KiB |  00m00s
- [ 74/221] Installing libXv-0:1.0.13-2.f 100% |  10.2 MiB/s |  31.2 KiB |  00m00s
- [ 75/221] Installing lttng-ust-0:2.13.8 100% |  50.8 MiB/s |   1.1 MiB |  00m00s
- [ 76/221] Installing libcamera-0:0.4.0- 100% |  23.9 MiB/s |   1.9 MiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'rtkit' with GID 172.
- >>> Creating user 'rtkit' (RealtimeKit) with UID 172 and GID 172.
- >>>
- [ 77/221] Installing rtkit-0:0.11-66.fc 100% |   1.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
- >>>
- [ 78/221] Installing highway-0:1.3.0-1. 100% |  91.5 MiB/s |   5.5 MiB |  00m00s
- [ 79/221] Installing libjxl-1:0.11.1-4. 100% |  67.8 MiB/s |   3.1 MiB |  00m00s
- [ 80/221] Installing bluez-libs-0:5.84- 100% |  32.5 MiB/s | 199.4 KiB |  00m00s
- [ 81/221] Installing webrtc-audio-proce 100% |  62.3 MiB/s |   1.4 MiB |  00m00s
- [ 82/221] Installing libsbc-0:2.0-6.fc4 100% |  23.1 MiB/s |  94.5 KiB |  00m00s
- [ 83/221] Installing libldac-0:2.0.2.3- 100% |  20.6 MiB/s |  84.2 KiB |  00m00s
- [ 84/221] Installing liblc3-0:1.1.3-1.f 100% |  33.6 MiB/s | 171.8 KiB |  00m00s
- [ 85/221] Installing libebur128-0:1.2.6 100% |  13.3 MiB/s |  40.7 KiB |  00m00s
- [ 86/221] Installing fftw-libs-single-0 100% |  78.7 MiB/s |   3.6 MiB |  00m00s
- [ 87/221] Installing fdk-aac-free-0:2.0 100% |  54.8 MiB/s | 617.3 KiB |  00m00s
- [ 88/221] Installing orc-0:0.4.41-1.fc4 100% |  15.5 MiB/s | 728.9 KiB |  00m00s
- [ 89/221] Installing graphene-0:1.10.6- 100% |  26.7 MiB/s | 164.1 KiB |  00m00s
- [ 90/221] Installing cdparanoia-libs-0: 100% |  23.2 MiB/s | 118.9 KiB |  00m00s
- [ 91/221] Installing ModemManager-glib- 100% |  19.3 MiB/s |   1.4 MiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 994.
- >>> Creating user 'geoclue' (n/a) with UID 994 and GID 994.
- >>>
- [ 92/221] Installing geoclue2-0:2.8.0-1 100% |   6.4 MiB/s | 405.6 KiB |  00m00s
- [ 93/221] Installing rav1e-libs-0:0.8.1 100% |  60.4 MiB/s |   3.1 MiB |  00m00s
- [ 94/221] Installing libvmaf-0:3.0.0-3. 100% |  67.4 MiB/s | 828.4 KiB |  00m00s
- [ 95/221] Installing libaom-0:3.13.1-1. 100% |  77.4 MiB/s |   5.0 MiB |  00m00s
- [ 96/221] Installing mpg123-libs-0:1.32 100% |  57.0 MiB/s | 816.6 KiB |  00m00s
- [ 97/221] Installing cpuinfo-0:24.09.26 100% |   2.7 MiB/s | 109.7 KiB |  00m00s
- [ 98/221] Installing svt-av1-libs-0:2.3 100% |  76.0 MiB/s |   5.6 MiB |  00m00s
- [ 99/221] Installing libavif-0:1.1.1-1. 100% |  35.0 MiB/s | 215.2 KiB |  00m00s
- [100/221] Installing fuse-common-0:3.16 100% | 142.6 KiB/s | 292.0   B |  00m00s
- [101/221] Installing fuse3-0:3.16.2-5.f 100% |   3.4 MiB/s | 132.0 KiB |  00m00s
- [102/221] Installing libproxy-0:0.5.8-2 100% |  17.0 MiB/s | 104.5 KiB |  00m00s
- [103/221] Installing lame-libs-0:3.100- 100% | 109.3 MiB/s |   1.2 MiB |  00m00s
- [104/221] Installing gsm-0:1.0.22-8.fc4 100% |  17.2 MiB/s |  70.4 KiB |  00m00s
- [105/221] Installing libsndfile-0:1.2.2 100% |  53.9 MiB/s | 551.6 KiB |  00m00s
- [106/221] Installing libasyncns-0:0.8-3 100% |  14.8 MiB/s |  60.8 KiB |  00m00s
- [107/221] Installing pulseaudio-libs-0: 100% | 112.9 MiB/s |   3.4 MiB |  00m00s
- [108/221] Installing pipewire-libs-0:1. 100% |  58.6 MiB/s |   8.7 MiB |  00m00s
- [109/221] Installing wireplumber-libs-0 100% |  45.7 MiB/s |   1.3 MiB |  00m00s
- [110/221] Installing wireplumber-0:0.5. 100% |   7.9 MiB/s | 443.2 KiB |  00m00s
- [111/221] Installing pipewire-jack-audi 100% | 152.3 KiB/s | 312.0   B |  00m00s
- [112/221] Installing pipewire-jack-audi 100% |  10.8 MiB/s | 499.2 KiB |  00m00s
- [113/221] Installing sound-theme-freede 100% |  14.3 MiB/s | 467.2 KiB |  00m00s
- [114/221] Installing libcanberra-0:0.30 100% |   3.3 MiB/s | 291.3 KiB |  00m00s
- [115/221] Installing xz-devel-1:5.8.1-4 100% |  28.5 MiB/s | 262.6 KiB |  00m00s
- [116/221] Installing libxml2-devel-0:2. 100% |  56.9 MiB/s |   3.4 MiB |  00m00s
- [117/221] Installing liblerc-0:4.0.0-8. 100% |  56.6 MiB/s | 637.6 KiB |  00m00s
- [118/221] Installing jbigkit-libs-0:2.1 100% |  24.1 MiB/s | 123.4 KiB |  00m00s
- [119/221] Installing libtiff-0:4.7.1-1. 100% |  51.0 MiB/s | 626.6 KiB |  00m00s
- [120/221] Installing gdk-pixbuf2-module 100% |  11.1 MiB/s |  56.6 KiB |  00m00s
- [121/221] Installing gettext-envsubst-0 100% |   2.2 MiB/s |  80.2 KiB |  00m00s
- [122/221] Installing gettext-runtime-0: 100% |  11.0 MiB/s | 461.6 KiB |  00m00s
- [123/221] Installing gettext-0:0.23.1-2 100% |  70.2 MiB/s |   5.2 MiB |  00m00s
- [124/221] Installing bzip2-devel-0:1.0. 100% | 101.2 MiB/s | 310.7 KiB |  00m00s
- [125/221] Installing brotli-0:1.2.0-1.f 100% | 983.8 KiB/s |  34.4 KiB |  00m00s
- [126/221] Installing brotli-devel-0:1.2 100% |  16.7 MiB/s |  68.4 KiB |  00m00s
- [127/221] Installing cups-filesystem-1: 100% | 445.3 KiB/s |   1.8 KiB |  00m00s
- [128/221] Installing cups-libs-1:2.4.16 100% |  50.5 MiB/s | 620.2 KiB |  00m00s
- [129/221] Installing xprop-0:1.2.8-3.fc 100% |   1.4 MiB/s |  56.1 KiB |  00m00s
- [130/221] Installing at-spi2-core-0:2.5 100% |  81.0 MiB/s |   1.5 MiB |  00m00s
- [131/221] Installing atk-0:2.56.7-1.fc4 100% |  40.7 MiB/s | 250.0 KiB |  00m00s
- [132/221] Installing at-spi2-atk-0:2.56 100% |  38.7 MiB/s | 277.7 KiB |  00m00s
- [133/221] Installing adwaita-cursor-the 100% | 105.8 MiB/s |  11.4 MiB |  00m00s
- [134/221] Installing adwaita-icon-theme 100% |  10.7 MiB/s |   2.4 MiB |  00m00s
- [135/221] Installing adwaita-icon-theme 100% |  12.1 MiB/s |   1.3 MiB |  00m00s
- [136/221] Installing hwdata-0:0.404-1.f 100% |  87.6 MiB/s |   9.8 MiB |  00m00s
- [137/221] Installing libpciaccess-0:0.1 100% |  11.2 MiB/s |  45.9 KiB |  00m00s
- [138/221] Installing libdrm-0:2.4.131-1 100% |  33.2 MiB/s | 408.5 KiB |  00m00s
- [139/221] Installing sysprof-capture-de 100% |  45.1 MiB/s | 276.9 KiB |  00m00s
- [140/221] Installing pcre2-utf32-0:10.4 100% |  28.0 MiB/s | 603.1 KiB |  00m00s
- [141/221] Installing pcre2-utf16-0:10.4 100% |  55.7 MiB/s | 627.2 KiB |  00m00s
- [142/221] Installing pcre2-devel-0:10.4 100% |  44.5 MiB/s |   2.1 MiB |  00m00s
- [143/221] Installing libsepol-devel-0:3 100% |  11.4 MiB/s | 128.3 KiB |  00m00s
- [144/221] Installing libselinux-devel-0 100% |  14.3 MiB/s | 161.6 KiB |  00m00s
- [145/221] Installing libmount-devel-0:2 100% |  12.6 MiB/s |  64.5 KiB |  00m00s
- [146/221] Installing libicu-devel-0:76. 100% |  44.5 MiB/s |   5.1 MiB |  00m00s
- [147/221] Installing python3-packaging- 100% |  37.0 MiB/s | 568.0 KiB |  00m00s
- [148/221] Installing libdatrie-0:0.2.13 100% |  19.2 MiB/s |  58.9 KiB |  00m00s
- [149/221] Installing libthai-0:0.1.29-1 100% |  69.7 MiB/s | 785.2 KiB |  00m00s
- [150/221] Installing lcms2-0:2.16-5.fc4 100% |  47.7 MiB/s | 439.3 KiB |  00m00s
- [151/221] Installing colord-libs-0:1.4. 100% |  59.6 MiB/s | 853.7 KiB |  00m00s
- [152/221] Installing libepoxy-0:1.5.10- 100% |  67.6 MiB/s |   1.1 MiB |  00m00s
- [153/221] Installing libcloudproviders- 100% |  24.7 MiB/s | 126.2 KiB |  00m00s
- [154/221] Installing libXcomposite-0:0. 100% |  11.2 MiB/s |  46.0 KiB |  00m00s
- [155/221] Installing hicolor-icon-theme 100% |   3.4 MiB/s | 179.5 KiB |  00m00s
- [156/221] Installing spirv-tools-libs-0 100% |  78.1 MiB/s |   5.8 MiB |  00m00s
- [157/221] Installing google-noto-fonts- 100% |   9.0 MiB/s |  18.5 KiB |  00m00s
- [158/221] Installing google-noto-sans-v 100% |  60.5 MiB/s |   1.4 MiB |  00m00s
- [159/221] Installing default-fonts-core 100% |   2.2 MiB/s |  18.2 KiB |  00m00s
- [160/221] Installing fontconfig-0:2.16. 100% | 696.2 KiB/s | 783.9 KiB |  00m01s
- [161/221] Installing cairo-0:1.18.2-3.f 100% |  68.6 MiB/s |   1.8 MiB |  00m00s
- [162/221] Installing cairo-gobject-0:1. 100% |  11.7 MiB/s |  36.0 KiB |  00m00s
- [163/221] Installing harfbuzz-cairo-0:1 100% |  17.3 MiB/s |  53.0 KiB |  00m00s
- [164/221] Installing libXft-0:2.3.8-8.f 100% |  33.2 MiB/s | 169.9 KiB |  00m00s
- [165/221] Installing pango-0:1.56.4-2.f 100% |  19.0 MiB/s |   1.0 MiB |  00m00s
- [166/221] Installing gtk3-0:3.24.49-2.f 100% |  89.0 MiB/s |  23.1 MiB |  00m00s
- [167/221] Installing libdecor-0:0.2.4-1 100% |  27.3 MiB/s | 167.8 KiB |  00m00s
- [168/221] Installing SDL3-0:3.4.0-3.fc4 100% |  73.5 MiB/s |   3.0 MiB |  00m00s
- [169/221] Installing sdl2-compat-0:2.32 100% |  50.1 MiB/s | 410.1 KiB |  00m00s
- [170/221] Installing SDL2_ttf-0:2.22.0- 100% |  21.9 MiB/s |  89.6 KiB |  00m00s
- [171/221] Installing sdl12-compat-0:1.2 100% |  32.9 MiB/s | 202.1 KiB |  00m00s
- [172/221] Installing libvisual-1:0.4.2- 100% |  11.6 MiB/s | 497.1 KiB |  00m00s
- [173/221] Installing rsvg-pixbuf-loader 100% |  47.0 MiB/s | 336.7 KiB |  00m00s
- [174/221] Installing librsvg2-0:2.60.0- 100% |  73.2 MiB/s |   5.1 MiB |  00m00s
- [175/221] Installing lm_sensors-libs-0: 100% |  21.2 MiB/s |  86.9 KiB |  00m00s
- [176/221] Installing libxshmfence-0:1.3 100% |   4.4 MiB/s |  13.6 KiB |  00m00s
- [177/221] Installing mesa-libgbm-0:25.1 100% |   5.0 MiB/s |  20.5 KiB |  00m00s
- [178/221] Installing mesa-dri-drivers-0 100% |  79.9 MiB/s |  46.7 MiB |  00m01s
- [179/221] Installing mesa-libEGL-0:25.1 100% |  41.0 MiB/s | 335.9 KiB |  00m00s
- [180/221] Installing libglvnd-egl-1:1.7 100% |  17.2 MiB/s |  70.3 KiB |  00m00s
- [181/221] Installing libglvnd-gles-1:1. 100% |  26.2 MiB/s | 107.3 KiB |  00m00s
- [182/221] Installing mesa-libGL-0:25.1. 100% |  42.9 MiB/s | 307.2 KiB |  00m00s
- [183/221] Installing libglvnd-glx-1:1.7 100% |  54.2 MiB/s | 610.6 KiB |  00m00s
- [184/221] Installing gstreamer1-plugins 100% |  64.2 MiB/s |   7.4 MiB |  00m00s
- [185/221] Installing xdg-desktop-portal 100% |  15.7 MiB/s |   1.9 MiB |  00m00s
- [186/221] Installing libglvnd-core-deve 100% |  13.4 MiB/s |  41.1 KiB |  00m00s
- [187/221] Installing libglvnd-devel-1:1 100% |  70.7 MiB/s |   2.1 MiB |  00m00s
- [188/221] Installing mesa-libGLU-devel- 100% |   5.7 MiB/s |  17.5 KiB |  00m00s
- [189/221] Installing sdl2-compat-devel- 100% |  35.9 MiB/s |   2.7 MiB |  00m00s
- [190/221] Installing libffi-devel-0:3.4 100% |   5.7 MiB/s |  34.8 KiB |  00m00s
- [191/221] Installing glib2-devel-0:2.84 100% |  66.8 MiB/s |  15.9 MiB |  00m00s
- [192/221] Installing freetype-devel-0:2 100% | 110.9 MiB/s |   8.5 MiB |  00m00s
- [193/221] Installing fontconfig-devel-0 100% |  18.8 MiB/s | 154.4 KiB |  00m00s
- [194/221] Installing cairo-devel-0:1.18 100% | 176.2 MiB/s |   2.3 MiB |  00m00s
- [195/221] Installing harfbuzz-devel-0:1 100% |  74.2 MiB/s |   5.2 MiB |  00m00s
- [196/221] Installing SDL2_ttf-devel-0:2 100% |  23.4 MiB/s |  95.8 KiB |  00m00s
- [197/221] Installing xdg-desktop-portal 100% |   9.9 MiB/s | 477.2 KiB |  00m00s
- [198/221] Installing libcanberra-gtk3-0 100% |   1.7 MiB/s |  82.0 KiB |  00m00s
- [199/221] Installing pipewire-plugin-li 100% |   4.4 MiB/s | 147.4 KiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.10-1.fc42.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.10-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 993.
- >>>
- [200/221] Installing pipewire-0:1.4.10- 100% |   3.6 MiB/s | 438.7 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.10-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.10-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [201/221] Installing pipewire-alsa-0:1. 100% |  22.3 MiB/s | 159.5 KiB |  00m00s
- [202/221] Installing pipewire-pulseaudi 100% |   4.0 MiB/s | 444.2 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.10-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.10-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [203/221] Installing glib-networking-0: 100% |  43.5 MiB/s | 757.8 KiB |  00m00s
- [204/221] Installing avif-pixbuf-loader 100% |   9.9 MiB/s |  20.2 KiB |  00m00s
- [205/221] Installing jxl-pixbuf-loader- 100% |   9.8 MiB/s |  30.2 KiB |  00m00s
- [206/221] Installing libcamera-ipa-0:0. 100% |  33.7 MiB/s | 551.9 KiB |  00m00s
- [207/221] Upgrading util-linux-0:2.40.4 100% |  22.5 MiB/s |   3.5 MiB |  00m00s
- [208/221] Installing mesa-va-drivers-0: 100% | 480.5 KiB/s | 984.0   B |  00m00s
- [209/221] Installing webp-pixbuf-loader 100% |   5.8 MiB/s |  29.8 KiB |  00m00s
- [210/221] Installing tinysparql-0:3.9.2 100% |  26.1 MiB/s |   2.5 MiB |  00m00s
- [211/221] Installing adwaita-mono-fonts 100% |  75.4 MiB/s |   5.4 MiB |  00m00s
- [212/221] Installing adwaita-sans-fonts 100% |  68.8 MiB/s |   1.7 MiB |  00m00s
- [213/221] Installing low-memory-monitor 100% | 728.4 KiB/s |  67.7 KiB |  00m00s
- [214/221] Installing dconf-0:0.40.0-15. 100% |   2.5 MiB/s | 320.0 KiB |  00m00s
- [215/221] Removing util-linux-0:2.40.4- 100% |   5.5 KiB/s | 459.0   B |  00m00s
- [216/221] Removing util-linux-core-0:2. 100% |   5.3 KiB/s | 152.0   B |  00m00s
- [217/221] Removing libfdisk-0:2.40.4-8. 100% |   2.3 KiB/s |   7.0   B |  00m00s
- [218/221] Removing libmount-0:2.40.4-8. 100% |   2.0 KiB/s |   6.0   B |  00m00s
- [219/221] Removing libblkid-0:2.40.4-8. 100% |   2.3 KiB/s |   7.0   B |  00m00s
- [220/221] Removing libuuid-0:2.40.4-8.f 100% |   2.9 KiB/s |   6.0   B |  00m00s
- [221/221] Removing libsmartcols-0:2.40. 100% |   3.0   B/s |   7.0   B |  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-devel" "SDL2_ttf-devel"
- libffi-devel-3.4.6-5.fc42.x86_64
- sdl2-compat-devel-2.32.64-1.fc42.x86_64
- SDL2_ttf-devel-2.22.0-4.fc42.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-02-13 20:36.03 ---> using "a1cff7b9a8adad855541920b97a2bcace4d2fdf11ac399494765b7fe005de02c" from cache


/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 15 packages
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install conf-sdl2-ttf     1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.21.1
- install dune-configurator 3.21.1
- install integers          0.7.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install stdlib-shims      0.3.0
- install topkg             1.1.1
- install tsdl              1.2.0


The following system packages will first need to be installed:
SDL2-devel


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


opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation


[1/2/3/4] 1


+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package "sdl2-compat-devel-2.32.64-1.fc42.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "SDL2-devel"
- sdl2-compat-devel-2.32.64-1.fc42.x86_64


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tsdl.1.2.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.21.1
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-13 20:36.03 ---> using "139ac89755b7ddf070e616d59f3aa536c661d4ccf58b9b512b7581f74e978bcc" from cache


/src: (copy (src .) (dst /src))
2026-02-13 20:36.03 ---> using "b04ed30f46b077adf3f137448de0c5a8796643d09c1e88613d07fda6418bb1cc" from cache


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./show_string.exe)
TTF_Init
TTF_Linked_Version
TTF_OpenFont
TTF_OpenFontIndex
TTF_OpenFontRW
TTF_OpenFontIndexRW
TTF_GetFontStyle
TTF_SetFontStyle
TTF_GetFontOutline
TTF_SetFontOutline
TTF_GetFontHinting
TTF_SetFontHinting
TTF_FontHeight
TTF_FontAscent
TTF_FontDescent
TTF_FontLineSkip
TTF_GetFontKerning
TTF_SetFontKerning
TTF_FontFaces
TTF_FontFaceIsFixedWidth
TTF_FontFaceFamilyName
TTF_FontFaceStyleName
TTF_GlyphIsProvided
TTF_GlyphIsProvided32
TTF_GlyphMetrics
TTF_SizeText
TTF_SizeUTF8
TTF_RenderText_Solid
TTF_RenderUTF8_Solid
TTF_RenderGlyph_Solid
TTF_RenderGlyph32_Solid
TTF_RenderText_Shaded
TTF_RenderUTF8_Shaded
TTF_RenderGlyph_Shaded
TTF_RenderGlyph32_Shaded
TTF_RenderText_Blended
TTF_RenderUTF8_Blended
TTF_RenderText_Blended_Wrapped
TTF_RenderUTF8_Blended_Wrapped
TTF_RenderGlyph_Blended
TTF_RenderGlyph32_Blended
TTF_CloseFont
TTF_Quit
TTF_WasInit
TTF_GetFontKerningSize
Dummy video driver
SDL_ttf Version (2,22,0)
ERROR: Couldn't open /dev/input/event0: No such file or directory
ERROR: Couldn't open /dev/input/event0: No such file or directory
ERROR: Couldn't open /dev/input/event0: No such file or directory
2026-02-13 20:36.03 ---> using "f27c43ec7bcbe799767cf29f5b0f4afb51cc49ad896abe84246abf4846df1fa9" from cache
Job succeeded
2026-02-13 20:36.03: Job succeeded