Organisationssanettetsdl-ttfade84a ()fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-11 09:05.22: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (ade84ac0c6fd067a922496ba5716b9b8c4826bee) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard ade84ac0
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2
# fedora-43-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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.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-01-11 09:05.22: Using cache hint "sanette/tsdl-ttf-ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2-fedora-43-5.4_opam-2.5-c44e32e48bce9bc4977ebeeb0735d861"
2026-01-11 09:05.22: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2)
(comment fedora-43-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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.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-01-11 09:05.22: Waiting for resource in pool OCluster
2026-01-11 09:05.22: Waiting for worker…
2026-01-11 09:16.02: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at ade84ac doc


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:51857b77e14453184f8e7d44a9a7171bcfa8c2affcfc6df48a5bb08522abc6a2)
2026-01-11 09:16.03 ---> using "71487916328e2521e9b3eace51b2d612b3cb065793b43d1600de6f3b03cd399e" from cache


/: (comment fedora-43-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 43 - x86_64                     100% |  54.3 KiB/s |  22.0 KiB |  00m00s
Fedora 43 openh264 (From Cisco) - x86_ 100% |   3.6 KiB/s | 986.0   B |  00m00s
Fedora 43 - x86_64 - Updates           100% | 106.3 KiB/s |  16.4 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-01-11 09:16.03 ---> using "0b34afd4e3087d469b73a6367d196bb2e8240ba8587cb3dff0225a61fbc4d704" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-11 09:16.03 ---> using "cda57de870a0fb8a1b2aae3460ee81a914a60dde9ae3de8901b78ed905770b52" 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-01-11 09:16.03 ---> using "fff8ea5001be0d93f319380baf4ac13ad247643d070b0ee435a4260a4ed83eae" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-11 09:16.03 ---> using "ec068aa0d3f8f59972847d7b6d8a63a2103209f4fc3ff6b4ca6d36fbe9c62033" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-11 09:16.03 ---> using "15fb57da25d3835d29238de7432d19d2c06a159c23571da32ce6aec7d9aa4aba" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..a6b2f19780  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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-01-11 09:16.03 ---> using "601352d82d18371966d1f4c2d6170cd3f4a2ddb47333d8a38c3b3e79d49909d0" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-01-11 09:16.03 ---> using "45797af07f22ce85c3d7b78f9ab44b2f149c6447bf3b97d8e07040af25f36f05" 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-01-11 09:16.03 ---> using "1c571d5b95e0f28bd9be10c2f80431342ce0cc19aa71945d6dc74977f6e1c5c9" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-11 09:16.03 ---> using "26e0b0b85eb6281e75ff957b3dae1bcfbe06ed753bd748787d358d8b23fabc07" 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.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 43 - x86_64 - Updates           100% |  44.0 KiB/s |   8.3 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:
-  glib2                       x86_64 2.86.3-1.fc43                   updates                           14.8 MiB
-    replacing glib2           x86_64 2.86.2-1.fc43                   updates                           14.8 MiB
-  libblkid                    x86_64 2.41.3-7.fc43                   updates                          262.4 KiB
-    replacing libblkid        x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1 262.4 KiB
-  libfdisk                    x86_64 2.41.3-7.fc43                   updates                          380.4 KiB
-    replacing libfdisk        x86_64 2.41.1-17.fc43                  fedora                           380.4 KiB
-  liblastlog2                 x86_64 2.41.3-7.fc43                   updates                           33.9 KiB
-    replacing liblastlog2     x86_64 2.41.1-17.fc43                  fedora                            33.9 KiB
-  libmount                    x86_64 2.41.3-7.fc43                   updates                          372.7 KiB
-    replacing libmount        x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1 372.7 KiB
-  libsmartcols                x86_64 2.41.3-7.fc43                   updates                          180.5 KiB
-    replacing libsmartcols    x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1 180.5 KiB
-  libuuid                     x86_64 2.41.3-7.fc43                   updates                           37.4 KiB
-    replacing libuuid         x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1  37.4 KiB
-  util-linux                  x86_64 2.41.3-7.fc43                   updates                            3.5 MiB
-    replacing util-linux      x86_64 2.41.1-17.fc43                  fedora                             3.5 MiB
-  util-linux-core             x86_64 2.41.3-7.fc43                   updates                            1.5 MiB
-    replacing util-linux-core x86_64 2.41.1-17.fc43                  5690da5cccbe45b994d5f50dc0d022f1   1.5 MiB
-  zlib-ng-compat              x86_64 2.3.2-2.fc43                    updates                          161.7 KiB
-    replacing zlib-ng-compat  x86_64 2.3.2-1.fc43                    updates                          161.7 KiB
- Installing:
-  SDL2_ttf-devel              x86_64 2.24.0-1.fc43                   fedora                            95.2 KiB
-  libffi-devel                x86_64 3.5.2-1.fc43                    updates                           33.9 KiB
-  sdl2-compat-devel           x86_64 2.32.56-2.fc43                  fedora                             3.2 MiB
- Installing dependencies:
-  ModemManager-glib           x86_64 1.24.2-1.fc43                   fedora                             1.5 MiB
-  SDL2_ttf                    x86_64 2.24.0-1.fc43                   fedora                            89.8 KiB
-  SDL3                        x86_64 3.2.24-1.fc43                   updates                            2.7 MiB
-  abattis-cantarell-vf-fonts  noarch 0.301-15.fc43                   fedora                           192.7 KiB
-  adwaita-cursor-theme        noarch 49.0-1.fc43                     fedora                            11.4 MiB
-  adwaita-icon-theme          noarch 49.0-1.fc43                     fedora                             1.2 MiB
-  adwaita-icon-theme-legacy   noarch 46.2-4.fc43                     fedora                             2.1 MiB
-  alsa-lib                    x86_64 1.2.15.2-1.fc43                 updates                            1.5 MiB
-  aribb24                     x86_64 1.0.3^20160216git5e9be27-3.fc43 fedora                            83.1 KiB
-  at-spi2-atk                 x86_64 2.58.2-1.fc43                   updates                          283.7 KiB
-  at-spi2-core                x86_64 2.58.2-1.fc43                   updates                            1.5 MiB
-  atk                         x86_64 2.58.2-1.fc43                   updates                          248.6 KiB
-  avahi-glib                  x86_64 0.9~rc2-6.fc43                  fedora                            19.6 KiB
-  avahi-libs                  x86_64 0.9~rc2-6.fc43                  fedora                           171.6 KiB
-  bluez-libs                  x86_64 5.85-1.fc43                     updates                          198.3 KiB
-  brotli                      x86_64 1.2.0-1.fc43                    updates                           33.6 KiB
-  brotli-devel                x86_64 1.2.0-1.fc43                    updates                           65.9 KiB
-  bzip2-devel                 x86_64 1.0.8-21.fc43                   fedora                           309.8 KiB
-  cairo                       x86_64 1.18.4-2.fc43                   fedora                             1.8 MiB
-  cairo-devel                 x86_64 1.18.4-2.fc43                   fedora                             2.3 MiB
-  cairo-gobject               x86_64 1.18.4-2.fc43                   fedora                            31.1 KiB
-  cdparanoia-libs             x86_64 10.2-48.fc43                    fedora                           113.5 KiB
-  cjson                       x86_64 1.7.18-3.fc43                   fedora                            63.9 KiB
-  cmake-filesystem            x86_64 3.31.10-3.fc43                  updates                            0.0   B
-  codec2                      x86_64 1.2.0-7.fc43                    fedora                             1.4 MiB
-  colord-libs                 x86_64 1.4.8-2.fc43                    fedora                           830.7 KiB
-  cups-filesystem             noarch 1:2.4.16-4.fc43                 updates                            0.0   B
-  cups-libs                   x86_64 1:2.4.16-4.fc43                 updates                          618.7 KiB
-  dbus                        x86_64 1:1.16.0-4.fc43                 fedora                             0.0   B
-  default-fonts-core-sans     noarch 4.2-5.fc43                      fedora                            11.9 KiB
-  duktape                     x86_64 2.7.0-10.fc43                   fedora                           615.8 KiB
-  exempi                      x86_64 2.6.4-8.fc43                    fedora                             1.4 MiB
-  exiv2-libs                  x86_64 0.28.6-2.fc43                   fedora                             2.8 MiB
-  fdk-aac-free                x86_64 2.0.0-16.fc43                   fedora                           611.8 KiB
-  fftw-libs-single            x86_64 3.3.10-16.fc43                  fedora                             3.6 MiB
-  flac-libs                   x86_64 1.5.0-5.fc43                    updates                          611.5 KiB
-  fontconfig                  x86_64 2.17.0-3.fc43                   fedora                           765.9 KiB
-  fontconfig-devel            x86_64 2.17.0-3.fc43                   fedora                           123.6 KiB
-  fonts-filesystem            noarch 1:2.0.5-23.fc43                 fedora                             0.0   B
-  freetype                    x86_64 2.13.3-3.fc43                   fedora                           850.2 KiB
-  freetype-devel              x86_64 2.13.3-3.fc43                   fedora                             8.5 MiB
-  fribidi                     x86_64 1.0.16-3.fc43                   fedora                           190.3 KiB
-  fuse-common                 x86_64 3.16.2-5.fc42                   fedora                            38.0   B
-  fuse3                       x86_64 3.16.2-5.fc42                   fedora                           129.7 KiB
-  fuse3-libs                  x86_64 3.16.2-5.fc42                   fedora                           281.5 KiB
-  game-music-emu              x86_64 0.6.4-2.fc43                    fedora                           351.8 KiB
-  gdk-pixbuf2                 x86_64 2.44.4-1.fc43                   updates                            2.5 MiB
-  geoclue2                    x86_64 2.8.0-1.fc43                    updates                          401.7 KiB
-  giflib                      x86_64 5.2.2-8.fc43                    fedora                           112.1 KiB
-  glib2-devel                 x86_64 2.86.3-1.fc43                   updates                           15.7 MiB
-  glibc-gconv-extra           x86_64 2.42-4.fc43                     fedora                             7.2 MiB
-  glycin-libs                 x86_64 2.0.5-1.fc43                    updates                            4.4 MiB
-  glycin-loaders              x86_64 2.0.5-1.fc43                    updates                           13.0 MiB
-  gobject-introspection       x86_64 1.84.0-3.fc43                   fedora                           392.8 KiB
-  google-noto-fonts-common    noarch 20251101-2.fc43                 updates                           17.7 KiB
-  google-noto-sans-vf-fonts   noarch 20251101-2.fc43                 updates                            1.4 MiB
-  gpgme                       x86_64 1.24.3-6.fc43                   fedora                           587.9 KiB
-  gpgmepp                     x86_64 1.24.3-6.fc43                   fedora                           429.2 KiB
-  graphene                    x86_64 1.10.8-2.fc43                   fedora                           158.4 KiB
-  graphite2                   x86_64 1.3.14-19.fc43                  fedora                           191.8 KiB
-  graphite2-devel             x86_64 1.3.14-19.fc43                  fedora                            49.3 KiB
-  gsettings-desktop-schemas   x86_64 49.1-3.fc43                     updates                            5.7 MiB
-  gsm                         x86_64 1.0.23-1.fc43                   fedora                            65.3 KiB
-  gstreamer1                  x86_64 1.26.10-1.fc43                  updates                            5.4 MiB
-  gstreamer1-plugins-base     x86_64 1.26.10-1.fc43                  updates                            7.4 MiB
-  gtk-update-icon-cache       x86_64 3.24.51-2.fc43                  fedora                            62.2 KiB
-  gtk3                        x86_64 3.24.51-2.fc43                  fedora                            22.4 MiB
-  harfbuzz                    x86_64 11.5.1-1.fc43                   fedora                             2.8 MiB
-  harfbuzz-cairo              x86_64 11.5.1-1.fc43                   fedora                            48.1 KiB
-  harfbuzz-devel              x86_64 11.5.1-1.fc43                   fedora                             5.3 MiB
-  harfbuzz-icu                x86_64 11.5.1-1.fc43                   fedora                            15.4 KiB
-  hicolor-icon-theme          noarch 0.18-2.fc43                     fedora                            72.4 KiB
-  highway                     x86_64 1.3.0-1.fc43                    updates                            5.5 MiB
-  hwdata                      noarch 0.403-1.fc43                    updates                            9.8 MiB
-  ilbc                        x86_64 3.0.4-17.fc43                   fedora                            91.4 KiB
-  inih                        x86_64 62-1.fc43                       fedora                            22.4 KiB
-  inih-cpp                    x86_64 62-1.fc43                       fedora                            36.1 KiB
-  iso-codes                   noarch 4.18.0-2.fc43                   fedora                            21.5 MiB
-  jbigkit-libs                x86_64 2.1-32.fc43                     fedora                           113.5 KiB
-  json-glib                   x86_64 1.10.8-4.fc43                   updates                          592.3 KiB
-  lame-libs                   x86_64 3.100-20.fc43                   fedora                             1.2 MiB
-  lcms2                       x86_64 2.16-6.fc43                     fedora                           433.7 KiB
-  libXcomposite               x86_64 0.4.6-6.fc43                    fedora                            40.5 KiB
-  libXcursor                  x86_64 1.2.3-3.fc43                    fedora                            53.4 KiB
-  libXdamage                  x86_64 1.1.6-6.fc43                    fedora                            39.6 KiB
-  libXext                     x86_64 1.3.6-4.fc43                    fedora                            90.0 KiB
-  libXext-devel               x86_64 1.3.6-4.fc43                    fedora                            98.9 KiB
-  libXfixes                   x86_64 6.0.1-6.fc43                    fedora                            26.2 KiB
-  libXft                      x86_64 2.3.8-9.fc43                    fedora                           164.4 KiB
-  libXi                       x86_64 1.8.2-3.fc43                    fedora                            80.6 KiB
-  libXinerama                 x86_64 1.1.5-9.fc43                    fedora                            15.0 KiB
-  libXrandr                   x86_64 1.5.4-6.fc43                    fedora                            51.8 KiB
-  libXrender                  x86_64 0.9.12-3.fc43                   fedora                            46.0 KiB
-  libXrender-devel            x86_64 0.9.12-3.fc43                   fedora                            50.1 KiB
-  libXtst                     x86_64 1.2.5-3.fc43                    fedora                            33.5 KiB
-  libXv                       x86_64 1.0.13-3.fc43                   fedora                            26.0 KiB
-  libXxf86vm                  x86_64 1.1.6-3.fc43                    fedora                            25.3 KiB
-  libaom                      x86_64 3.13.1-1.fc43                   fedora                             5.0 MiB
-  libaribcaption              x86_64 1.1.1-3.fc43                    fedora                           244.5 KiB
-  libasyncns                  x86_64 0.8-31.fc43                     fedora                            55.5 KiB
-  libavcodec-free             x86_64 7.1.2-3.fc43                    updates                            9.8 MiB
-  libavformat-free            x86_64 7.1.2-3.fc43                    updates                            2.6 MiB
-  libavutil-free              x86_64 7.1.2-3.fc43                    updates                          942.5 KiB
-  libblkid-devel              x86_64 2.41.3-7.fc43                   updates                           44.9 KiB
-  libbluray                   x86_64 1.3.4-11.fc43                   updates                          393.7 KiB
-  libcanberra                 x86_64 0.30-38.fc43                    fedora                           266.5 KiB
-  libchromaprint              x86_64 1.6.0-1.fc43                    updates                           69.2 KiB
-  libcloudproviders           x86_64 0.3.6-2.fc43                    fedora                           124.3 KiB
-  libcue                      x86_64 2.3.0-12.fc43                   fedora                            85.8 KiB
-  libdatrie                   x86_64 0.2.13-12.fc43                  fedora                            53.8 KiB
-  libdav1d                    x86_64 1.5.2-1.fc43                    updates                            1.7 MiB
-  libdecor                    x86_64 0.2.5-1.fc43                    updates                          165.2 KiB
-  libdrm                      x86_64 2.4.128-3.fc43                  updates                          399.9 KiB
-  libdvdnav                   x86_64 6.1.1-11.fc43                   fedora                           116.1 KiB
-  libdvdread                  x86_64 6.1.3-10.fc43                   fedora                           156.1 KiB
-  libebur128                  x86_64 1.2.6-14.fc43                   fedora                            39.3 KiB
-  libepoxy                    x86_64 1.5.10-11.fc43                  fedora                             1.1 MiB
-  libexif                     x86_64 0.6.25-2.fc43                   fedora                             2.7 MiB
-  libgexiv2                   x86_64 0.14.6-2.fc43                   fedora                           279.2 KiB
-  libglvnd                    x86_64 1:1.7.0-8.fc43                  fedora                           526.1 KiB
-  libglvnd-core-devel         x86_64 1:1.7.0-8.fc43                  fedora                            40.3 KiB
-  libglvnd-devel              x86_64 1:1.7.0-8.fc43                  fedora                             2.1 MiB
-  libglvnd-egl                x86_64 1:1.7.0-8.fc43                  fedora                            64.7 KiB
-  libglvnd-gles               x86_64 1:1.7.0-8.fc43                  fedora                            97.9 KiB
-  libglvnd-glx                x86_64 1:1.7.0-8.fc43                  fedora                           601.2 KiB
-  libglvnd-opengl             x86_64 1:1.7.0-8.fc43                  fedora                           144.8 KiB
-  libgsf                      x86_64 1.14.54-1.fc43                  updates                          964.9 KiB
-  libgudev                    x86_64 238-8.fc43                      fedora                            83.8 KiB
-  libgusb                     x86_64 0.4.9-4.fc43                    fedora                           162.0 KiB
-  libgxps                     x86_64 0.3.2-11.fc43                   fedora                           188.1 KiB
-  libheif                     x86_64 1.20.2-6.fc43                   fedora                             1.6 MiB
-  libicu-devel                x86_64 77.1-1.fc43                     fedora                             5.0 MiB
-  libiptcdata                 x86_64 1.0.5-23.fc43                   fedora                           163.9 KiB
-  libjpeg-turbo               x86_64 3.1.2-1.fc43                    fedora                           804.9 KiB
-  libjxl                      x86_64 1:0.11.1-7.fc43                 updates                            4.1 MiB
-  liblc3                      x86_64 1.1.3-5.fc43                    fedora                           170.8 KiB
-  libldac                     x86_64 2.0.2.3-18.fc43                 fedora                            74.2 KiB
-  libldb                      x86_64 2:4.23.4-1.fc43                 updates                          450.8 KiB
-  liblerc                     x86_64 4.0.0-9.fc43                    fedora                           624.1 KiB
-  libmodplug                  x86_64 1:0.8.9.0-28.fc43               fedora                           355.2 KiB
-  libmount-devel              x86_64 2.41.3-7.fc43                   updates                           65.5 KiB
-  libnotify                   x86_64 0.8.7-1.fc43                    fedora                           123.6 KiB
-  libogg                      x86_64 2:1.3.6-2.fc43                  updates                           45.6 KiB
-  libopenjph                  x86_64 0.22.0-2.fc43                   fedora                           466.2 KiB
-  libopenmpt                  x86_64 0.8.4-1.fc43                    updates                            1.8 MiB
-  libosinfo                   x86_64 1.12.0-3.fc43                   fedora                             1.2 MiB
-  libpciaccess                x86_64 0.16-16.fc43                    fedora                            44.5 KiB
-  libpng                      x86_64 2:1.6.53-1.fc43                 updates                          241.7 KiB
-  libpng-devel                x86_64 2:1.6.53-1.fc43                 updates                          886.7 KiB
-  libproxy                    x86_64 0.5.12-1.fc43                   updates                          102.3 KiB
-  librabbitmq                 x86_64 0.15.0-3.fc43                   fedora                            89.6 KiB
-  librist                     x86_64 0.2.7-10.fc43                   fedora                           157.2 KiB
-  librsvg2                    x86_64 2.61.0-3.fc43                   updates                            5.0 MiB
-  libsbc                      x86_64 2.0-7.fc43                      fedora                            93.4 KiB
-  libselinux-devel            x86_64 3.9-5.fc43                      fedora                           127.3 KiB
-  libsepol-devel              x86_64 3.9-2.fc43                      fedora                           121.4 KiB
-  libsmbclient                x86_64 2:4.23.4-1.fc43                 updates                          167.5 KiB
-  libsndfile                  x86_64 1.2.2-10.fc43                   fedora                           550.1 KiB
-  libsodium                   x86_64 1.0.21-2.fc43                   updates                          449.4 KiB
-  libsoup3                    x86_64 3.6.5-8.fc43                    fedora                             1.1 MiB
-  libstemmer                  x86_64 3.0.1-8.fc43                    fedora                           661.5 KiB
-  libswresample-free          x86_64 7.1.2-3.fc43                    updates                          147.4 KiB
-  libtalloc                   x86_64 2.4.3-4.fc43                    fedora                            64.1 KiB
-  libtdb                      x86_64 1.4.14-3.fc43                   fedora                           100.5 KiB
-  libtevent                   x86_64 0.17.1-3.fc43                   fedora                           101.5 KiB
-  libthai                     x86_64 0.1.29-11.fc43                  fedora                           783.4 KiB
-  libtheora                   x86_64 1:1.1.1-40.fc43                 fedora                           477.3 KiB
-  libtiff                     x86_64 4.7.1-1.fc43                    updates                          624.4 KiB
-  libtinysparql               x86_64 3.10.1-5.fc43                   updates                          995.0 KiB
-  libudfread                  x86_64 1.1.2-12.fc43                   fedora                            65.9 KiB
-  libunwind                   x86_64 1.8.1-3.fc43                    fedora                           194.1 KiB
-  libva                       x86_64 2.22.0-6.fc43                   fedora                           329.4 KiB
-  libvdpau                    x86_64 1.5-10.fc43                     fedora                            20.7 KiB
-  libvisual                   x86_64 1:0.4.2-3.fc43                  fedora                           452.7 KiB
-  libvmaf                     x86_64 3.0.0-4.fc43                    fedora                           827.0 KiB
-  libvorbis                   x86_64 1:1.3.7-13.fc43                 fedora                           833.4 KiB
-  libvpl                      x86_64 1:2.16.0-1.fc43                 updates                          427.2 KiB
-  libvpx                      x86_64 1.15.0-4.fc43                   fedora                             3.3 MiB
-  libwayland-client           x86_64 1.24.0-1.fc43                   fedora                            62.0 KiB
-  libwayland-cursor           x86_64 1.24.0-1.fc43                   fedora                            37.3 KiB
-  libwayland-egl              x86_64 1.24.0-1.fc43                   fedora                            12.4 KiB
-  libwbclient                 x86_64 2:4.23.4-1.fc43                 updates                           68.7 KiB
-  libwebp                     x86_64 1.6.0-2.fc43                    fedora                           956.6 KiB
-  libxkbcommon                x86_64 1.11.0-1.fc43                   fedora                           408.2 KiB
-  libxml2-devel               x86_64 2.12.10-5.fc43                  fedora                             3.4 MiB
-  libxshmfence                x86_64 1.3.2-7.fc43                    fedora                            12.4 KiB
-  libxslt                     x86_64 1.1.43-5.fc43                   fedora                           460.1 KiB
-  lm_sensors-libs             x86_64 3.6.0-23.fc43                   fedora                            85.8 KiB
-  lmdb-libs                   x86_64 0.9.33-4.fc43                   fedora                           105.4 KiB
-  lpcnetfreedv                x86_64 0.5-9.fc43                      fedora                            14.8 MiB
-  lzo                         x86_64 2.10-15.fc43                    fedora                           178.9 KiB
-  lzo-devel                   x86_64 2.10-15.fc43                    fedora                           212.2 KiB
-  lzo-minilzo                 x86_64 2.10-15.fc43                    fedora                            36.7 KiB
-  mbedtls                     x86_64 3.6.5-1.fc43                    updates                            1.3 MiB
-  mesa-dri-drivers            x86_64 25.2.7-3.fc43                   updates                           47.9 MiB
-  mesa-filesystem             x86_64 25.2.7-3.fc43                   updates                            3.6 KiB
-  mesa-libEGL                 x86_64 25.2.7-3.fc43                   updates                          306.4 KiB
-  mesa-libGL                  x86_64 25.2.7-3.fc43                   updates                          286.0 KiB
-  mesa-libGLU                 x86_64 9.0.3-7.fc43                    fedora                           361.8 KiB
-  mesa-libGLU-devel           x86_64 9.0.3-7.fc43                    fedora                            17.0 KiB
-  mesa-libgbm                 x86_64 25.2.7-3.fc43                   updates                           19.7 KiB
-  mpg123-libs                 x86_64 1.32.10-2.fc43                  fedora                           814.0 KiB
-  ngtcp2-crypto-gnutls        x86_64 1.18.0-1.fc43                   updates                           39.6 KiB
-  nspr                        x86_64 4.38.2-1.fc43                   updates                          315.5 KiB
-  nss                         x86_64 3.119.1-1.fc43                  updates                            1.9 MiB
-  nss-softokn                 x86_64 3.119.1-1.fc43                  updates                            2.0 MiB
-  nss-softokn-freebl          x86_64 3.119.1-1.fc43                  updates                          990.9 KiB
-  nss-sysinit                 x86_64 3.119.1-1.fc43                  updates                           18.1 KiB
-  nss-util                    x86_64 3.119.1-1.fc43                  updates                          204.8 KiB
-  opencore-amr                x86_64 0.1.6-9.fc43                    fedora                           352.7 KiB
-  openh264                    x86_64 2.6.0-2.fc43                    fedora-cisco-openh264              1.1 MiB
-  openjpeg                    x86_64 2.5.4-1.fc43                    fedora                           456.3 KiB
-  openpgm                     x86_64 5.3.128-5.fc43                  fedora                           312.3 KiB
-  opus                        x86_64 1.5.2-3.fc43                    fedora                           427.6 KiB
-  orc                         x86_64 0.4.41-2.fc43                   fedora                           726.3 KiB
-  osinfo-db                   noarch 20250124-2.fc43                 fedora                             3.9 MiB
-  osinfo-db-tools             x86_64 1.12.0-4.fc43                   fedora                           190.9 KiB
-  pango                       x86_64 1.57.0-1.fc43                   fedora                             1.0 MiB
-  pcre2-devel                 x86_64 10.47-1.fc43                    updates                            2.1 MiB
-  pcre2-utf16                 x86_64 10.47-1.fc43                    updates                          639.2 KiB
-  pcre2-utf32                 x86_64 10.47-1.fc43                    updates                          611.1 KiB
-  pipewire-libs               x86_64 1.4.9-1.fc43                    updates                            8.6 MiB
-  pixman                      x86_64 0.46.2-2.fc43                   fedora                           710.3 KiB
-  pixman-devel                x86_64 0.46.2-2.fc43                   fedora                            56.1 KiB
-  poppler                     x86_64 25.07.0-3.fc43                  updates                            3.8 MiB
-  poppler-data                noarch 0.4.11-10.fc43                  fedora                            12.3 MiB
-  poppler-glib                x86_64 25.07.0-3.fc43                  updates                          633.9 KiB
-  pulseaudio-libs             x86_64 17.0-7.fc43                     fedora                             3.4 MiB
-  python3-packaging           noarch 25.0-7.fc43                     fedora                           607.4 KiB
-  rav1e-libs                  x86_64 0.7.1-8.fc43                    fedora                             3.0 MiB
-  samba-client-libs           x86_64 2:4.23.4-1.fc43                 updates                           19.7 MiB
-  samba-common                noarch 2:4.23.4-1.fc43                 updates                          202.9 KiB
-  samba-common-libs           x86_64 2:4.23.4-1.fc43                 updates                          268.6 KiB
-  sdl2-compat                 x86_64 2.32.56-2.fc43                  fedora                           399.6 KiB
-  shared-mime-info            x86_64 2.4-2.fc43                      fedora                             5.2 MiB
-  snappy                      x86_64 1.2.2-2.fc43                    fedora                            71.8 KiB
-  sound-theme-freedesktop     noarch 0.8-24.fc43                     fedora                           460.4 KiB
-  soxr                        x86_64 0.1.3-20.fc43                   fedora                           191.5 KiB
-  speex                       x86_64 1.2.0-20.fc43                   fedora                           128.5 KiB
-  spirv-tools-libs            x86_64 2025.4-1.fc43                   updates                            5.8 MiB
-  srt-libs                    x86_64 1.5.4-4.fc43                    fedora                           993.8 KiB
-  svt-av1-libs                x86_64 3.1.2-1.fc43                    fedora                             5.6 MiB
-  sysprof-capture-devel       x86_64 49.0-1.fc43                     fedora                           803.7 KiB
-  systemd-standalone-tmpfiles x86_64 258.3-2.fc43                    updates                          415.1 KiB
-  totem-pl-parser             x86_64 3.26.6-13.fc43                  fedora                           308.5 KiB
-  twolame-libs                x86_64 0.4.0-8.fc43                    fedora                           165.5 KiB
-  uchardet                    x86_64 0.0.8-8.fc43                    fedora                           275.6 KiB
-  upower-libs                 x86_64 1.91.0-1.fc43                   updates                          178.8 KiB
-  vo-amrwbenc                 x86_64 0.1.3-23.fc43                   fedora                           153.9 KiB
-  webrtc-audio-processing     x86_64 1.3-9.fc43                      fedora                             1.4 MiB
-  xdg-desktop-portal          x86_64 1.20.3-2.fc43                   fedora                             1.8 MiB
-  xevd-libs                   x86_64 0.5.0-5.fc43                    fedora                           367.9 KiB
-  xeve-libs                   x86_64 0.5.1-5.fc43                    fedora                           892.5 KiB
-  xkeyboard-config            noarch 2.46-1.fc43                     updates                           10.2 MiB
-  xml-common                  noarch 0.6.3-67.fc43                   fedora                            78.4 KiB
-  xprop                       x86_64 1.2.8-4.fc43                    fedora                            54.7 KiB
-  xvidcore                    x86_64 1.3.7-14.fc43                   fedora                           878.4 KiB
-  xz-devel                    x86_64 1:5.8.1-4.fc43                  updates                          258.8 KiB
-  zeromq                      x86_64 4.3.5-22.fc43                   fedora                           894.1 KiB
-  zlib-ng-compat-devel        x86_64 2.3.2-2.fc43                    updates                          107.0 KiB
-  zvbi                        x86_64 0.2.44-2.fc43                   fedora                             1.2 MiB
- Installing weak dependencies:
-  adwaita-mono-fonts          noarch 49.0-2.fc43                     fedora                             5.5 MiB
-  adwaita-sans-fonts          noarch 49.0-2.fc43                     fedora                             1.7 MiB
-  dconf                       x86_64 0.49.0-1.fc43                   fedora                           307.5 KiB
-  exiv2                       x86_64 0.28.6-2.fc43                   fedora                            12.2 MiB
-  glib-networking             x86_64 2.80.1-3.fc43                   fedora                           742.9 KiB
-  intel-mediasdk              x86_64 23.2.2-8.fc43                   fedora                            22.4 MiB
-  intel-vpl-gpu-rt            x86_64 25.4.5-1.fc43                   updates                           11.7 MiB
-  libcanberra-gtk3            x86_64 0.30-38.fc43                    fedora                            70.7 KiB
-  localsearch                 x86_64 3.10.2-1.fc43                   updates                            3.4 MiB
-  low-memory-monitor          x86_64 2.1-13.fc43                     fedora                            66.0 KiB
-  mesa-va-drivers             x86_64 25.2.7-3.fc43                   updates                          115.0   B
-  tinysparql                  x86_64 3.10.1-5.fc43                   updates                            2.5 MiB
-  xdg-desktop-portal-gtk      x86_64 1.15.3-2.fc43                   fedora                           473.3 KiB
- 
- Transaction Summary:
-  Installing:       277 packages
-  Upgrading:         10 packages
-  Replacing:         10 packages
- 
- Total size of inbound packages is 137 MiB. Need to download 137 MiB.
- After this operation, 500 MiB extra will be used (install 521 MiB, remove 21 MiB).
- [  1/287] SDL2_ttf-devel-0:2.24.0-1.fc4 100% | 609.2 KiB/s |  21.3 KiB |  00m00s
- [  2/287] SDL2_ttf-0:2.24.0-1.fc43.x86_ 100% |   5.4 MiB/s |  44.1 KiB |  00m00s
- [  3/287] sdl2-compat-0:2.32.56-2.fc43. 100% |   2.1 MiB/s | 135.0 KiB |  00m00s
- [  4/287] freetype-0:2.13.3-3.fc43.x86_ 100% |   8.2 MiB/s | 412.1 KiB |  00m00s
- [  5/287] graphite2-0:1.3.14-19.fc43.x8 100% | 154.7 KiB/s |  95.6 KiB |  00m01s
- [  6/287] libffi-devel-0:3.5.2-1.fc43.x 100% |  49.0 KiB/s |  29.7 KiB |  00m01s
- [  7/287] harfbuzz-0:11.5.1-1.fc43.x86_ 100% | 877.0 KiB/s |   1.1 MiB |  00m01s
- [  8/287] sdl2-compat-devel-0:2.32.56-2 100% | 381.1 KiB/s | 505.7 KiB |  00m01s
- [  9/287] cmake-filesystem-0:3.31.10-3. 100% |   1.7 MiB/s |  13.9 KiB |  00m00s
- [ 10/287] libglvnd-core-devel-1:1.7.0-8 100% |  18.3 KiB/s |  17.3 KiB |  00m01s
- [ 11/287] libglvnd-devel-1:1.7.0-8.fc43 100% | 170.7 KiB/s | 162.2 KiB |  00m01s
- [ 12/287] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 120.3 KiB/s | 114.0 KiB |  00m01s
- [ 13/287] libglvnd-egl-1:1.7.0-8.fc43.x 100% |   4.4 MiB/s |  36.0 KiB |  00m00s
- [ 14/287] libglvnd-gles-1:1.7.0-8.fc43. 100% |   3.5 MiB/s |  28.5 KiB |  00m00s
- [ 15/287] libglvnd-opengl-1:1.7.0-8.fc4 100% |   9.0 MiB/s |  37.0 KiB |  00m00s
- [ 16/287] mesa-libGLU-devel-0:9.0.3-7.f 100% |   2.9 MiB/s |  11.9 KiB |  00m00s
- [ 17/287] libglvnd-glx-1:1.7.0-8.fc43.x 100% |   6.5 MiB/s | 132.1 KiB |  00m00s
- [ 18/287] libXext-0:1.3.6-4.fc43.x86_64 100% |   2.0 MiB/s |  39.1 KiB |  00m00s
- [ 19/287] mesa-libGLU-0:9.0.3-7.fc43.x8 100% |   8.5 MiB/s | 166.0 KiB |  00m00s
- [ 20/287] mesa-libGL-0:25.2.7-3.fc43.x8 100% |   7.9 MiB/s | 130.0 KiB |  00m00s
- [ 21/287] libXxf86vm-0:1.1.6-3.fc43.x86 100% |   4.3 MiB/s |  17.7 KiB |  00m00s
- [ 22/287] mesa-filesystem-0:25.2.7-3.fc 100% |   5.3 MiB/s |  21.6 KiB |  00m00s
- [ 23/287] libxshmfence-0:1.3.2-7.fc43.x 100% |   3.2 MiB/s |  13.3 KiB |  00m00s
- [ 24/287] lm_sensors-libs-0:3.6.0-23.fc 100% |   5.7 MiB/s |  40.6 KiB |  00m00s
- [ 25/287] mesa-libgbm-0:25.2.7-3.fc43.x 100% |   6.7 MiB/s |  27.6 KiB |  00m00s
- [ 26/287] mesa-libEGL-0:25.2.7-3.fc43.x 100% |   6.8 MiB/s | 131.8 KiB |  00m00s
- [ 27/287] libwayland-client-0:1.24.0-1. 100% |   8.2 MiB/s |  33.6 KiB |  00m00s
- [ 28/287] libpng-2:1.6.53-1.fc43.x86_64 100% |   8.1 MiB/s | 123.9 KiB |  00m00s
- [ 29/287] SDL3-0:3.2.24-1.fc43.x86_64   100% |  10.3 MiB/s |   1.0 MiB |  00m00s
- [ 30/287] harfbuzz-devel-0:11.5.1-1.fc4 100% |  11.7 MiB/s | 456.1 KiB |  00m00s
- [ 31/287] freetype-devel-0:2.13.3-3.fc4 100% |  11.1 MiB/s |   1.0 MiB |  00m00s
- [ 32/287] harfbuzz-cairo-0:11.5.1-1.fc4 100% |   7.4 MiB/s |  30.2 KiB |  00m00s
- [ 33/287] harfbuzz-icu-0:11.5.1-1.fc43. 100% |   1.0 MiB/s |  15.8 KiB |  00m00s
- [ 34/287] cairo-0:1.18.4-2.fc43.x86_64  100% |   6.6 MiB/s | 729.3 KiB |  00m00s
- [ 35/287] fontconfig-0:2.17.0-3.fc43.x8 100% |   2.8 MiB/s | 272.2 KiB |  00m00s
- [ 36/287] libXrender-0:0.9.12-3.fc43.x8 100% | 401.1 KiB/s |  26.9 KiB |  00m00s
- [ 37/287] lzo-0:2.10-15.fc43.x86_64     100% |   1.4 MiB/s |  69.4 KiB |  00m00s
- [ 38/287] default-fonts-core-sans-0:4.2 100% |   3.6 MiB/s |  29.9 KiB |  00m00s
- [ 39/287] fonts-filesystem-1:2.0.5-23.f 100% | 510.5 KiB/s |   8.7 KiB |  00m00s
- [ 40/287] pixman-0:0.46.2-2.fc43.x86_64 100% |   3.2 MiB/s | 292.5 KiB |  00m00s
- [ 41/287] xml-common-0:0.6.3-67.fc43.no 100% | 970.2 KiB/s |  31.0 KiB |  00m00s
- [ 42/287] libdrm-0:2.4.128-3.fc43.x86_6 100% |   4.0 MiB/s | 162.0 KiB |  00m00s
- [ 43/287] abattis-cantarell-vf-fonts-0: 100% |   2.2 MiB/s | 120.1 KiB |  00m00s
- [ 44/287] spirv-tools-libs-0:2025.4-1.f 100% |   8.9 MiB/s |   1.6 MiB |  00m00s
- [ 45/287] libdecor-0:0.2.5-1.fc43.x86_6 100% |   7.1 MiB/s |  57.9 KiB |  00m00s
- [ 46/287] libpciaccess-0:0.16-16.fc43.x 100% | 130.9 KiB/s |  26.2 KiB |  00m00s
- [ 47/287] libwayland-cursor-0:1.24.0-1. 100% | 282.0 KiB/s |  18.9 KiB |  00m00s
- [ 48/287] pango-0:1.57.0-1.fc43.x86_64  100% |   3.5 MiB/s | 353.4 KiB |  00m00s
- [ 49/287] adwaita-icon-theme-0:49.0-1.f 100% |   9.6 MiB/s | 403.9 KiB |  00m00s
- [ 50/287] cairo-gobject-0:1.18.4-2.fc43 100% | 368.1 KiB/s |  16.9 KiB |  00m00s
- [ 51/287] colord-libs-0:1.4.8-2.fc43.x8 100% |   4.5 MiB/s | 230.5 KiB |  00m00s
- [ 52/287] fribidi-0:1.0.16-3.fc43.x86_6 100% |   1.4 MiB/s |  53.3 KiB |  00m00s
- [ 53/287] gtk-update-icon-cache-0:3.24. 100% | 450.5 KiB/s |  33.8 KiB |  00m00s
- [ 54/287] hicolor-icon-theme-0:0.18-2.f 100% | 902.9 KiB/s |  65.9 KiB |  00m00s
- [ 55/287] libXcomposite-0:0.4.6-6.fc43. 100% | 313.8 KiB/s |  24.2 KiB |  00m00s
- [ 56/287] mesa-dri-drivers-0:25.2.7-3.f 100% |   9.8 MiB/s |  12.7 MiB |  00m01s
- [ 57/287] libXcursor-0:1.2.3-3.fc43.x86 100% | 335.0 KiB/s |  31.2 KiB |  00m00s
- [ 58/287] libXdamage-0:1.1.6-6.fc43.x86 100% |   5.7 MiB/s |  23.3 KiB |  00m00s
- [ 59/287] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 635.7 KiB/s |  19.1 KiB |  00m00s
- [ 60/287] libXi-0:1.8.2-3.fc43.x86_64   100% | 522.8 KiB/s |  40.3 KiB |  00m00s
- [ 61/287] libXinerama-0:1.1.5-9.fc43.x8 100% | 277.5 KiB/s |  14.2 KiB |  00m00s
- [ 62/287] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 484.1 KiB/s |  27.6 KiB |  00m00s
- [ 63/287] gtk3-0:3.24.51-2.fc43.x86_64  100% |   6.7 MiB/s |   5.9 MiB |  00m01s
- [ 64/287] libwayland-egl-0:1.24.0-1.fc4 100% |   3.0 MiB/s |  12.4 KiB |  00m00s
- [ 65/287] libcloudproviders-0:0.3.6-2.f 100% | 334.8 KiB/s |  46.9 KiB |  00m00s
- [ 66/287] libepoxy-0:1.5.10-11.fc43.x86 100% |   1.5 MiB/s | 229.5 KiB |  00m00s
- [ 67/287] libXft-0:2.3.8-9.fc43.x86_64  100% | 963.3 KiB/s |  72.2 KiB |  00m00s
- [ 68/287] libxkbcommon-0:1.11.0-1.fc43. 100% |   1.2 MiB/s | 174.3 KiB |  00m00s
- [ 69/287] libthai-0:0.1.29-11.fc43.x86_ 100% |   2.3 MiB/s | 210.3 KiB |  00m00s
- [ 70/287] adwaita-cursor-theme-0:49.0-1 100% | 783.7 KiB/s | 380.1 KiB |  00m00s
- [ 71/287] lcms2-0:2.16-6.fc43.x86_64    100% | 447.9 KiB/s | 182.8 KiB |  00m00s
- [ 72/287] libgusb-0:0.4.9-4.fc43.x86_64 100% | 346.9 KiB/s |  64.5 KiB |  00m00s
- [ 73/287] libdatrie-0:0.2.13-12.fc43.x8 100% | 173.0 KiB/s |  32.0 KiB |  00m00s
- [ 74/287] json-glib-0:1.10.8-4.fc43.x86 100% |   1.1 MiB/s | 172.7 KiB |  00m00s
- [ 75/287] glib2-devel-0:2.86.3-1.fc43.x 100% |   1.4 MiB/s |   1.5 MiB |  00m01s
- [ 76/287] hwdata-0:0.403-1.fc43.noarch  100% | 748.7 KiB/s |   1.7 MiB |  00m02s
- [ 77/287] python3-packaging-0:25.0-7.fc 100% | 146.5 KiB/s | 161.5 KiB |  00m01s
- [ 78/287] adwaita-icon-theme-legacy-0:4 100% | 743.9 KiB/s |   2.5 MiB |  00m03s
- [ 79/287] graphite2-devel-0:1.3.14-19.f 100% |   1.8 MiB/s |  20.6 KiB |  00m00s
- [ 80/287] at-spi2-atk-0:2.58.2-1.fc43.x 100% |   7.1 MiB/s |  87.7 KiB |  00m00s
- [ 81/287] cairo-devel-0:1.18.4-2.fc43.x 100% |   7.5 MiB/s | 191.8 KiB |  00m00s
- [ 82/287] atk-0:2.58.2-1.fc43.x86_64    100% |   7.9 MiB/s |  80.7 KiB |  00m00s
- [ 83/287] dbus-1:1.16.0-4.fc43.x86_64   100% |   1.8 MiB/s |   7.5 KiB |  00m00s
- [ 84/287] at-spi2-core-0:2.58.2-1.fc43. 100% |   8.5 MiB/s | 390.1 KiB |  00m00s
- [ 85/287] libXtst-0:1.2.5-3.fc43.x86_64 100% | 554.7 KiB/s |  20.5 KiB |  00m00s
- [ 86/287] xprop-0:1.2.8-4.fc43.x86_64   100% |   1.7 MiB/s |  34.8 KiB |  00m00s
- [ 87/287] cups-filesystem-1:2.4.16-4.fc 100% |  48.4 KiB/s |  13.0 KiB |  00m00s
- [ 88/287] cups-libs-1:2.4.16-4.fc43.x86 100% | 924.4 KiB/s | 261.6 KiB |  00m00s
- [ 89/287] libicu-devel-0:77.1-1.fc43.x8 100% |   2.2 MiB/s | 794.4 KiB |  00m00s
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS" failed with exit status 137
2026-01-11 09:21.07: Job failed: Failed: Build failed