Organisationssanettetsdl30b393 ()fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-10 09:11.47: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (30b3936920d65d30f172aec7cabc5d884bccf28a) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard 30b39369
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2
# fedora-43-4.14_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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl.opam ./
RUN opam pin add -yn tsdl.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-04-10 09:11.47: Using cache hint "sanette/tsdl-ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2-fedora-43-4.14_opam-2.5-1e786dc7be3821ae8eedc046c0068302"
2026-04-10 09:11.47: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)
(comment fedora-43-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-10 09:11.47: Waiting for resource in pool OCluster
2026-04-10 10:28.07: Waiting for worker…
2026-04-10 10:30.26: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 30b3936 check pref path


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)
2026-04-10 10:30.26 ---> using "b53e31b79ae240e911bd4dbe895cf7d23581a2cfb176110e802dbc172e2207f8" from cache


/: (comment fedora-43-4.14_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 - x86_64                     100% |  51.1 KiB/s |  20.8 KiB |  00m00s
Fedora 43 openh264 (From Cisco) - x86_ 100% |   3.7 KiB/s | 986.0   B |  00m00s
Fedora 43 - x86_64 - Updates           100% |  38.1 KiB/s |   5.7 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-04-10 10:30.26 ---> using "f5535a281226abe35a70c0937d17524041000012367450952c04ff905fc43a19" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-10 10:30.26 ---> using "e656820258ae1329e61e088e3b74323a9a81fb7a1976bfda84b891534625d81b" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-10 10:30.26 ---> using "c194778dad03d316bbe8a9f0f0aecf84315fcfe8d38c84882015ad3c4a4fdd05" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-04-10 10:30.26 ---> using "f74c1f9434fc5d15e8a7f828a1fac776d0dedfb6095982641fa0091f3e3a89a3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-10 10:30.26 ---> using "e1a7186bf4aff43814a8f63902df06605e7abd22e993d46675dd54a432e5c693" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..4d62a12e26  master     -> origin/master
7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 10:30.26 ---> using "f816474c57c42e5ecfeda0fc928b433656dc0a632e1aaed8b492ea0753723850" from cache


/src: (copy (src tsdl.opam) (dst ./))
2026-04-10 10:30.26 ---> using "884dbc35f14073389be32d36a2d541ffd14f71708f24743dd26d50de679984f3" from cache


/src: (run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
[tsdl.dev] synchronised (file:///src)
tsdl is now pinned to file:///src (version dev)
2026-04-10 10:30.26 ---> using "f1447a574ed6b19d6038e3aaf704a04fe08187ddfb855e319226de64541ba1f5" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-10 10:30.26 ---> using "d69e1772d5ef1cf823d792502443e44767550c7af6488fa7c293bd47ffd1c2dc" from cache


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


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


+ /usr/sbin/sudo "yum" "install" "-y" "libffi-devel" "sdl2-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                        Repository                 Size
- Installing:
-  libffi-devel                            x86_64 3.5.2-1.fc43                   updates                33.9 KiB
-  sdl2-compat-devel                       x86_64 2.32.64-1.fc43                 updates                 3.2 MiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.24.2-1.fc43                  fedora                  1.5 MiB
-  SDL3                                    x86_64 3.4.0-3.fc43                   updates                 3.0 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.3-1.fc43                updates                 1.5 MiB
-  at-spi2-atk                             x86_64 2.58.4-1.fc43                  updates               283.7 KiB
-  at-spi2-core                            x86_64 2.58.4-1.fc43                  updates                 1.5 MiB
-  atk                                     x86_64 2.58.4-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.86-4.fc43                    updates               198.3 KiB
-  cairo                                   x86_64 1.18.4-2.fc43                  fedora                  1.8 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
-  cmake-filesystem                        x86_64 3.31.11-1.fc43                 updates                 0.0   B
-  colord-libs                             x86_64 1.4.8-2.fc43                   fedora                830.7 KiB
-  cups-filesystem                         noarch 1:2.4.16-7.fc43                updates                 0.0   B
-  cups-libs                               x86_64 1:2.4.16-7.fc43                updates               618.7 KiB
-  dbus                                    x86_64 1:1.16.0-4.fc43                fedora                  0.0   B
-  dbus-broker                             x86_64 37-2.fc43                      fedora                387.2 KiB
-  dbus-common                             noarch 1:1.16.0-4.fc43                fedora                 11.2 KiB
-  default-fonts-core-sans                 noarch 4.2-5.fc43                     fedora                 11.9 KiB
-  device-mapper                           x86_64 1.02.208-2.fc43                fedora                346.6 KiB
-  device-mapper-libs                      x86_64 1.02.208-2.fc43                fedora                418.2 KiB
-  duktape                                 x86_64 2.7.0-10.fc43                  fedora                615.8 KiB
-  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
-  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
-  fribidi                                 x86_64 1.0.16-3.fc43                  fedora                190.3 KiB
-  fuse-common                             x86_64 3.16.2-6.fc43                  updates                38.0   B
-  fuse3                                   x86_64 3.16.2-6.fc43                  updates               121.7 KiB
-  fuse3-libs                              x86_64 3.16.2-6.fc43                  updates               277.5 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
-  glycin-libs                             x86_64 2.0.8-1.fc43                   updates                 4.2 MiB
-  glycin-loaders                          x86_64 2.0.8-1.fc43                   updates                12.7 MiB
-  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
-  graphene                                x86_64 1.10.8-2.fc43                  fedora                158.4 KiB
-  graphite2                               x86_64 1.3.14-19.fc43                 fedora                191.8 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.11-1.fc43                 updates                 5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.11-1.fc43                 updates                 7.4 MiB
-  gtk-update-icon-cache                   x86_64 3.24.52-1.fc43                 updates                62.2 KiB
-  gtk3                                    x86_64 3.24.52-1.fc43                 updates                22.5 MiB
-  harfbuzz                                x86_64 11.5.1-2.fc43                  updates                 2.8 MiB
-  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.406-1.fc43                   updates                 9.9 MiB
-  iso-codes                               noarch 4.18.0-2.fc43                  fedora                 21.5 MiB
-  json-glib                               x86_64 1.10.8-4.fc43                  updates               592.3 KiB
-  kbd                                     x86_64 2.8.0-3.fc43                   fedora                  1.4 MiB
-  kbd-legacy                              noarch 2.8.0-3.fc43                   fedora                571.4 KiB
-  kbd-misc                                noarch 2.8.0-3.fc43                   fedora                  2.5 MiB
-  kmod                                    x86_64 34.2-2.fc43                    fedora                247.2 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
-  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
-  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
-  libasyncns                              x86_64 0.8-31.fc43                    fedora                 55.5 KiB
-  libcamera                               x86_64 0.5.2-5.fc43                   updates                 2.2 MiB
-  libcanberra                             x86_64 0.30-38.fc43                   fedora                266.5 KiB
-  libcloudproviders                       x86_64 0.3.6-2.fc43                   fedora                124.3 KiB
-  libdatrie                               x86_64 0.2.13-12.fc43                 fedora                 53.8 KiB
-  libdav1d                                x86_64 1.5.3-1.fc43                   updates                 1.7 MiB
-  libdecor                                x86_64 0.2.5-1.fc43                   updates               165.2 KiB
-  libdrm                                  x86_64 2.4.131-1.fc43                 updates               404.7 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
-  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
-  libgudev                                x86_64 238-8.fc43                     fedora                 83.8 KiB
-  libgusb                                 x86_64 0.4.9-4.fc43                   fedora                162.0 KiB
-  libheif                                 x86_64 1.20.2-6.fc43                  fedora                  1.6 MiB
-  libjpeg-turbo                           x86_64 3.1.3-1.fc43                   updates               806.3 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
-  libnotify                               x86_64 0.8.8-1.fc43                   updates               126.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
-  libpciaccess                            x86_64 0.16-16.fc43                   fedora                 44.5 KiB
-  libpng                                  x86_64 2:1.6.55-1.fc43                updates               241.7 KiB
-  libproxy                                x86_64 0.5.12-1.fc43                  updates               102.3 KiB
-  librsvg2                                x86_64 2.61.0-5.fc43                  updates                 5.1 MiB
-  libsbc                                  x86_64 2.0-7.fc43                     fedora                 93.4 KiB
-  libsndfile                              x86_64 1.2.2-10.fc43                  fedora                550.1 KiB
-  libsoup3                                x86_64 3.6.6-2.fc43                   updates                 1.7 MiB
-  libstemmer                              x86_64 3.0.1-8.fc43                   fedora                661.5 KiB
-  libtdb                                  x86_64 1.4.14-3.fc43                  fedora                100.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
-  libtinysparql                           x86_64 3.10.1-5.fc43                  updates               995.0 KiB
-  libunwind                               x86_64 1.8.1-3.fc43                   fedora                194.1 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
-  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
-  libwebp                                 x86_64 1.6.0-2.fc43                   fedora                956.6 KiB
-  libxkbcommon                            x86_64 1.11.0-1.fc43                  fedora                408.2 KiB
-  libxshmfence                            x86_64 1.3.2-7.fc43                   fedora                 12.4 KiB
-  libyuv                                  x86_64 0-0.57.20240704git96bbdb5.fc43 fedora                679.7 KiB
-  lm_sensors-libs                         x86_64 3.6.0-23.fc43                  fedora                 85.8 KiB
-  lttng-ust                               x86_64 2.14.0-4.fc43                  fedora                  1.3 MiB
-  lzo                                     x86_64 2.10-15.fc43                   fedora                178.9 KiB
-  mesa-dri-drivers                        x86_64 25.3.6-3.fc43                  updates                48.8 MiB
-  mesa-filesystem                         x86_64 25.3.6-3.fc43                  updates                 3.6 KiB
-  mesa-libEGL                             x86_64 25.3.6-3.fc43                  updates               310.4 KiB
-  mesa-libGL                              x86_64 25.3.6-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.3.6-3.fc43                  updates                19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-2.fc43                 fedora                814.0 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
-  opus                                    x86_64 1.5.2-3.fc43                   fedora                427.6 KiB
-  orc                                     x86_64 0.4.41-2.fc43                  fedora                726.3 KiB
-  pango                                   x86_64 1.57.1-1.fc43                  updates                 1.0 MiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.11-1.fc43                  updates               496.6 KiB
-  pipewire-libs                           x86_64 1.4.11-1.fc43                  updates                 8.6 MiB
-  pixman                                  x86_64 0.46.2-2.fc43                  fedora                710.3 KiB
-  polkit                                  x86_64 126-6.fc43.2                   updates               460.0 KiB
-  polkit-libs                             x86_64 126-6.fc43.2                   updates               199.8 KiB
-  pulseaudio-libs                         x86_64 17.0-9.fc43                    updates                 3.4 MiB
-  rav1e-libs                              x86_64 0.8.1-2.fc43                   updates                 3.1 MiB
-  rtkit                                   x86_64 0.11-69.fc43                   fedora                138.1 KiB
-  sdl2-compat                             x86_64 2.32.64-1.fc43                 updates               408.4 KiB
-  shared-mime-info                        x86_64 2.4-2.fc43                     fedora                  5.2 MiB
-  sound-theme-freedesktop                 noarch 0.8-24.fc43                    fedora                460.4 KiB
-  spirv-tools-libs                        x86_64 2026.1-2.fc43                  updates                 5.9 MiB
-  svt-av1-libs                            x86_64 3.1.2-1.fc43                   fedora                  5.6 MiB
-  systemd                                 x86_64 258.7-1.fc43                   updates                12.7 MiB
-  systemd-pam                             x86_64 258.7-1.fc43                   updates                 1.2 MiB
-  systemd-shared                          x86_64 258.7-1.fc43                   updates                 5.0 MiB
-  webrtc-audio-processing                 x86_64 1.3-9.fc43                     fedora                  1.4 MiB
-  wireplumber                             x86_64 0.5.14-1.fc43                  updates               427.5 KiB
-  wireplumber-libs                        x86_64 0.5.14-1.fc43                  updates                 1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-2.fc43                  fedora                  1.8 MiB
-  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
- 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
-  cryptsetup-libs                         x86_64 2.8.4-1.fc43                   updates                 2.6 MiB
-  dconf                                   x86_64 0.49.0-1.fc43                  fedora                307.5 KiB
-  glib-networking                         x86_64 2.80.1-3.fc43                  fedora                742.9 KiB
-  kmod-libs                               x86_64 34.2-2.fc43                    fedora                135.1 KiB
-  libbpf                                  x86_64 2:1.6.1-3.fc43                 fedora                422.8 KiB
-  libcamera-ipa                           x86_64 0.5.2-5.fc43                   updates               682.7 KiB
-  libcanberra-gtk3                        x86_64 0.30-38.fc43                   fedora                 70.7 KiB
-  low-memory-monitor                      x86_64 2.1-13.fc43                    fedora                 66.0 KiB
-  mesa-va-drivers                         x86_64 25.3.6-3.fc43                  updates               115.0   B
-  pipewire                                x86_64 1.4.11-1.fc43                  updates               433.2 KiB
-  pipewire-alsa                           x86_64 1.4.11-1.fc43                  updates               158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.11-1.fc43                  updates                30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.11-1.fc43                  updates               146.5 KiB
-  pipewire-pulseaudio                     x86_64 1.4.11-1.fc43                  updates               436.2 KiB
-  polkit-pkla-compat                      x86_64 0.1-31.fc43                    fedora                 89.5 KiB
-  qrencode-libs                           x86_64 4.1.1-11.fc43                  fedora                164.8 KiB
-  systemd-networkd                        x86_64 258.7-1.fc43                   updates                 2.3 MiB
-  systemd-resolved                        x86_64 258.7-1.fc43                   updates               733.0 KiB
-  systemd-udev                            x86_64 258.7-1.fc43                   updates                12.8 MiB
-  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:       191 packages
- 
- Total size of inbound packages is 93 MiB. Need to download 93 MiB.
- After this operation, 343 MiB extra will be used (install 343 MiB, remove 0 B).
- [  1/191] sdl2-compat-devel-0:2.32.64-1 100% | 329.8 KiB/s | 506.9 KiB |  00m02s
- [  2/191] libffi-devel-0:3.5.2-1.fc43.x 100% |  17.7 KiB/s |  29.7 KiB |  00m02s
- [  3/191] cmake-filesystem-0:3.31.11-1. 100% |  57.9 KiB/s |  13.4 KiB |  00m00s
- [  4/191] SDL3-0:3.4.0-3.fc43.x86_64    100% |   2.4 MiB/s |   1.1 MiB |  00m00s
- [  5/191] libglvnd-1:1.7.0-8.fc43.x86_6 100% |   1.4 MiB/s | 114.0 KiB |  00m00s
- [  6/191] libglvnd-core-devel-1:1.7.0-8 100% | 213.0 KiB/s |  17.3 KiB |  00m00s
- [  7/191] sdl2-compat-0:2.32.64-1.fc43. 100% |  62.4 KiB/s | 136.9 KiB |  00m02s
- [  8/191] libglvnd-gles-1:1.7.0-8.fc43. 100% | 663.8 KiB/s |  28.5 KiB |  00m00s
- [  9/191] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 450.3 KiB/s |  36.0 KiB |  00m00s
- [ 10/191] libglvnd-devel-1:1.7.0-8.fc43 100% | 451.7 KiB/s | 162.2 KiB |  00m00s
- [ 11/191] libXext-0:1.3.6-4.fc43.x86_64 100% |   2.9 MiB/s |  39.1 KiB |  00m00s
- [ 12/191] mesa-libGLU-devel-0:9.0.3-7.f 100% | 989.5 KiB/s |  11.9 KiB |  00m00s
- [ 13/191] libglvnd-opengl-1:1.7.0-8.fc4 100% | 521.3 KiB/s |  37.0 KiB |  00m00s
- [ 14/191] mesa-libGL-0:25.3.6-3.fc43.x8 100% |   4.6 MiB/s | 119.0 KiB |  00m00s
- [ 15/191] mesa-libGLU-0:9.0.3-7.fc43.x8 100% | 154.2 KiB/s | 166.0 KiB |  00m01s
- [ 16/191] libXxf86vm-0:1.1.6-3.fc43.x86 100% | 249.9 KiB/s |  17.7 KiB |  00m00s
- [ 17/191] mesa-filesystem-0:25.3.6-3.fc 100% | 811.2 KiB/s |  10.5 KiB |  00m00s
- [ 18/191] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 108.0 KiB/s | 132.1 KiB |  00m01s
- [ 19/191] libxshmfence-0:1.3.2-7.fc43.x 100% | 390.7 KiB/s |  13.3 KiB |  00m00s
- [ 20/191] mesa-libgbm-0:25.3.6-3.fc43.x 100% |   1.2 MiB/s |  16.5 KiB |  00m00s
- [ 21/191] lm_sensors-libs-0:3.6.0-23.fc 100% | 152.7 KiB/s |  40.6 KiB |  00m00s
- [ 22/191] libwayland-client-0:1.24.0-1. 100% | 118.9 KiB/s |  33.6 KiB |  00m00s
- [ 23/191] libdrm-0:2.4.131-1.fc43.x86_6 100% | 461.6 KiB/s | 162.9 KiB |  00m00s
- [ 24/191] libpciaccess-0:0.16-16.fc43.x 100% | 770.1 KiB/s |  26.2 KiB |  00m00s
- [ 25/191] mesa-libEGL-0:25.3.6-3.fc43.x 100% | 129.8 KiB/s | 120.7 KiB |  00m01s
- [ 26/191] libdecor-0:0.2.5-1.fc43.x86_6 100% |   1.2 MiB/s |  57.9 KiB |  00m00s
- [ 27/191] cairo-0:1.18.4-2.fc43.x86_64  100% | 794.5 KiB/s | 729.3 KiB |  00m01s
- [ 28/191] libwayland-cursor-0:1.24.0-1. 100% | 524.8 KiB/s |  18.9 KiB |  00m00s
- [ 29/191] fontconfig-0:2.17.0-3.fc43.x8 100% | 381.8 KiB/s | 272.2 KiB |  00m01s
- [ 30/191] spirv-tools-libs-0:2026.1-2.f 100% | 967.4 KiB/s |   1.7 MiB |  00m02s
- [ 31/191] libXrender-0:0.9.12-3.fc43.x8 100% |   1.9 MiB/s |  26.9 KiB |  00m00s
- [ 32/191] lzo-0:2.10-15.fc43.x86_64     100% | 977.6 KiB/s |  69.4 KiB |  00m00s
- [ 33/191] freetype-0:2.13.3-3.fc43.x86_ 100% | 761.8 KiB/s | 412.1 KiB |  00m01s
- [ 34/191] pixman-0:0.46.2-2.fc43.x86_64 100% | 391.1 KiB/s | 292.5 KiB |  00m01s
- [ 35/191] fonts-filesystem-1:2.0.5-23.f 100% |  36.8 KiB/s |   8.7 KiB |  00m00s
- [ 36/191] xml-common-0:0.6.3-67.fc43.no 100% |  66.6 KiB/s |  31.0 KiB |  00m00s
- [ 37/191] abattis-cantarell-vf-fonts-0: 100% | 770.1 KiB/s | 120.1 KiB |  00m00s
- [ 38/191] hwdata-0:0.406-1.fc43.noarch  100% |   3.5 MiB/s |   1.7 MiB |  00m00s
- [ 39/191] default-fonts-core-sans-0:4.2 100% |  16.6 KiB/s |  29.9 KiB |  00m02s
- [ 40/191] graphite2-0:1.3.14-19.fc43.x8 100% |   2.0 MiB/s |  95.6 KiB |  00m00s
- [ 41/191] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |   1.4 MiB/s |   1.1 MiB |  00m01s
- [ 42/191] libpng-2:1.6.55-1.fc43.x86_64 100% | 200.2 KiB/s | 123.9 KiB |  00m01s
- [ 43/191] google-noto-fonts-common-0:20 100% |   1.1 MiB/s |  17.3 KiB |  00m00s
- [ 44/191] google-noto-sans-vf-fonts-0:2 100% |   1.6 MiB/s | 614.5 KiB |  00m00s
- [ 45/191] adwaita-icon-theme-0:49.0-1.f 100% | 554.8 KiB/s | 403.9 KiB |  00m01s
- [ 46/191] cairo-gobject-0:1.18.4-2.fc43 100% |  18.1 KiB/s |  16.9 KiB |  00m01s
- [ 47/191] colord-libs-0:1.4.8-2.fc43.x8 100% |   1.7 MiB/s | 230.5 KiB |  00m00s
- [ 48/191] fribidi-0:1.0.16-3.fc43.x86_6 100% | 216.8 KiB/s |  53.3 KiB |  00m00s
- [ 49/191] hicolor-icon-theme-0:0.18-2.f 100% |  78.8 KiB/s |  65.9 KiB |  00m01s
- [ 50/191] libXcomposite-0:0.4.6-6.fc43. 100% |  37.7 KiB/s |  24.2 KiB |  00m01s
- [ 51/191] libXcursor-0:1.2.3-3.fc43.x86 100% |  62.2 KiB/s |  31.2 KiB |  00m01s
- [ 52/191] libXdamage-0:1.1.6-6.fc43.x86 100% | 394.2 KiB/s |  23.3 KiB |  00m00s
- [ 53/191] libXfixes-0:6.0.1-6.fc43.x86_ 100% |  81.9 KiB/s |  19.1 KiB |  00m00s
- [ 54/191] libXi-0:1.8.2-3.fc43.x86_64   100% |   1.2 MiB/s |  40.3 KiB |  00m00s
- [ 55/191] libXinerama-0:1.1.5-9.fc43.x8 100% |   1.4 MiB/s |  14.2 KiB |  00m00s
- [ 56/191] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 707.5 KiB/s |  27.6 KiB |  00m00s
- [ 57/191] libcloudproviders-0:0.3.6-2.f 100% | 901.5 KiB/s |  46.9 KiB |  00m00s
- [ 58/191] libepoxy-0:1.5.10-11.fc43.x86 100% | 196.3 KiB/s | 229.5 KiB |  00m01s
- [ 59/191] libwayland-egl-0:1.24.0-1.fc4 100% | 149.1 KiB/s |  12.4 KiB |  00m00s
- [ 60/191] libxkbcommon-0:1.11.0-1.fc43. 100% | 327.7 KiB/s | 174.3 KiB |  00m01s
- [ 61/191] adwaita-cursor-theme-0:49.0-1 100% |   2.0 MiB/s | 380.1 KiB |  00m00s
- [ 62/191] adwaita-icon-theme-legacy-0:4 100% | 430.7 KiB/s |   2.5 MiB |  00m06s
- [ 63/191] lcms2-0:2.16-6.fc43.x86_64    100% |   6.4 MiB/s | 182.8 KiB |  00m00s
- [ 64/191] libgusb-0:0.4.9-4.fc43.x86_64 100% |   1.7 MiB/s |  64.5 KiB |  00m00s
- [ 65/191] pango-0:1.57.1-1.fc43.x86_64  100% |   1.2 MiB/s | 358.0 KiB |  00m00s
- [ 66/191] libXft-0:2.3.8-9.fc43.x86_64  100% |   3.5 MiB/s |  72.2 KiB |  00m00s
- [ 67/191] libthai-0:0.1.29-11.fc43.x86_ 100% |   5.0 MiB/s | 210.3 KiB |  00m00s
- [ 68/191] libdatrie-0:0.2.13-12.fc43.x8 100% |  68.8 KiB/s |  32.0 KiB |  00m00s
- [ 69/191] at-spi2-atk-0:2.58.4-1.fc43.x 100% | 169.9 KiB/s |  88.0 KiB |  00m01s
- [ 70/191] at-spi2-core-0:2.58.4-1.fc43. 100% | 283.9 KiB/s | 391.2 KiB |  00m01s
- [ 71/191] atk-0:2.58.4-1.fc43.x86_64    100% |   4.9 MiB/s |  80.2 KiB |  00m00s
- [ 72/191] dbus-1:1.16.0-4.fc43.x86_64   100% |  32.5 KiB/s |   7.5 KiB |  00m00s
- [ 73/191] gtk3-0:3.24.52-1.fc43.x86_64  100% | 384.5 KiB/s |   6.0 MiB |  00m16s
- [ 74/191] xprop-0:1.2.8-4.fc43.x86_64   100% | 100.6 KiB/s |  34.8 KiB |  00m00s
- [ 75/191] cups-libs-1:2.4.16-7.fc43.x86 100% | 266.7 KiB/s | 260.8 KiB |  00m01s
- [ 76/191] cups-filesystem-1:2.4.16-7.fc 100% | 821.7 KiB/s |  12.3 KiB |  00m00s
- [ 77/191] avahi-libs-0:0.9~rc2-6.fc43.x 100% |   1.9 MiB/s |  69.0 KiB |  00m00s
- [ 78/191] libXtst-0:1.2.5-3.fc43.x86_64 100% |  12.9 KiB/s |  20.5 KiB |  00m02s
- [ 79/191] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% | 886.4 KiB/s | 484.9 KiB |  00m01s
- [ 80/191] shared-mime-info-0:2.4-2.fc43 100% | 300.5 KiB/s | 399.7 KiB |  00m01s
- [ 81/191] libtinysparql-0:3.10.1-5.fc43 100% |   1.9 MiB/s | 347.1 KiB |  00m00s
- [ 82/191] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 189.7 KiB/s |  15.2 KiB |  00m00s
- [ 83/191] libstemmer-0:3.0.1-8.fc43.x86 100% | 479.2 KiB/s | 155.3 KiB |  00m00s
- [ 84/191] glycin-libs-0:2.0.8-1.fc43.x8 100% | 834.5 KiB/s |   1.5 MiB |  00m02s
- [ 85/191] glycin-loaders-0:2.0.8-1.fc43 100% | 817.7 KiB/s |   2.8 MiB |  00m04s
- [ 86/191] libheif-0:1.20.2-6.fc43.x86_6 100% |   1.6 MiB/s | 578.1 KiB |  00m00s
- [ 87/191] libaom-0:3.13.1-1.fc43.x86_64 100% |   3.1 MiB/s |   1.9 MiB |  00m01s
- [ 88/191] libopenjph-0:0.22.0-2.fc43.x8 100% |   1.2 MiB/s | 154.4 KiB |  00m00s
- [ 89/191] libwebp-0:1.6.0-2.fc43.x86_64 100% | 241.2 KiB/s | 324.2 KiB |  00m01s
- [ 90/191] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 662.9 KiB/s | 192.2 KiB |  00m00s
- [ 91/191] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   2.7 MiB/s |   2.0 MiB |  00m01s
- [ 92/191] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 666.3 KiB/s | 196.6 KiB |  00m00s
- [ 93/191] mesa-dri-drivers-0:25.3.6-3.f 100% | 364.4 KiB/s |  12.8 MiB |  00m36s
- [ 94/191] libdav1d-0:1.5.3-1.fc43.x86_6 100% | 216.7 KiB/s | 637.4 KiB |  00m03s
- [ 95/191] libjpeg-turbo-0:3.1.3-1.fc43. 100% | 441.0 KiB/s | 236.8 KiB |  00m01s
- [ 96/191] rav1e-libs-0:0.8.1-2.fc43.x86 100% |   1.8 MiB/s |   1.1 MiB |  00m01s
- [ 97/191] openh264-0:2.6.0-2.fc43.x86_6 100% | 806.9 KiB/s | 422.8 KiB |  00m01s
- [ 98/191] json-glib-0:1.10.8-4.fc43.x86 100% | 608.0 KiB/s | 172.7 KiB |  00m00s
- [ 99/191] libsoup3-0:3.6.6-2.fc43.x86_6 100% |   1.4 MiB/s | 451.5 KiB |  00m00s
- [100/191] libjxl-1:0.11.1-7.fc43.x86_64 100% | 525.3 KiB/s |   1.2 MiB |  00m02s
- [101/191] librsvg2-0:2.61.0-5.fc43.x86_ 100% |   5.0 MiB/s |   1.9 MiB |  00m00s
- [102/191] highway-0:1.3.0-1.fc43.x86_64 100% |   1.6 MiB/s | 694.5 KiB |  00m00s
- [103/191] xdg-desktop-portal-gtk-0:1.15 100% |  66.0 KiB/s | 144.0 KiB |  00m02s
- [104/191] xdg-desktop-portal-0:1.20.3-2 100% |   2.8 MiB/s | 507.6 KiB |  00m00s
- [105/191] libgudev-0:238-8.fc43.x86_64  100% | 116.6 KiB/s |  34.6 KiB |  00m00s
- [106/191] mesa-va-drivers-0:25.3.6-3.fc 100% |   1.0 MiB/s |   9.2 KiB |  00m00s
- [107/191] libcanberra-gtk3-0:0.30-38.fc 100% |   1.1 MiB/s |  30.1 KiB |  00m00s
- [108/191] libcanberra-0:0.30-38.fc43.x8 100% | 193.7 KiB/s |  83.7 KiB |  00m00s
- [109/191] libtdb-0:1.4.14-3.fc43.x86_64 100% | 524.3 KiB/s |  55.1 KiB |  00m00s
- [110/191] libvorbis-1:1.3.7-13.fc43.x86 100% | 392.5 KiB/s | 188.4 KiB |  00m00s
- [111/191] sound-theme-freedesktop-0:0.8 100% | 503.7 KiB/s | 382.3 KiB |  00m01s
- [112/191] dconf-0:0.49.0-1.fc43.x86_64  100% |   1.5 MiB/s | 110.2 KiB |  00m00s
- [113/191] tinysparql-0:3.10.1-5.fc43.x8 100% |   1.8 MiB/s |   1.0 MiB |  00m01s
- [114/191] glib-networking-0:2.80.1-3.fc 100% |   1.6 MiB/s | 200.8 KiB |  00m00s
- [115/191] gtk-update-icon-cache-0:3.24. 100% |   1.1 KiB/s |  33.6 KiB |  00m31s
- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
- [116/191] fuse3-0:3.16.2-6.fc43.x86_64  100% | 453.2 KiB/s |  55.7 KiB |  00m00s
- [117/191] fuse3-libs-0:3.16.2-6.fc43.x8 100% |   1.2 MiB/s |  93.2 KiB |  00m00s
- [118/191] geoclue2-0:2.8.0-1.fc43.x86_6 100% | 220.0 KiB/s | 144.5 KiB |  00m01s
- [119/191] ModemManager-glib-0:1.24.2-1. 100% | 475.0 KiB/s | 334.9 KiB |  00m01s
- [120/191] gstreamer1-0:1.26.11-1.fc43.x 100% | 441.8 KiB/s |   1.7 MiB |  00m04s
- [121/191] libunwind-0:1.8.1-3.fc43.x86_ 100% |  83.3 KiB/s |  76.5 KiB |  00m01s
- [122/191] gstreamer1-plugins-base-0:1.2 100% | 985.0 KiB/s |   2.3 MiB |  00m02s
- [123/191] cdparanoia-libs-0:10.2-48.fc4 100% | 268.2 KiB/s |  53.9 KiB |  00m00s
- [124/191] graphene-0:1.10.8-2.fc43.x86_ 100% |  64.4 KiB/s |  61.3 KiB |  00m01s
- [125/191] xkeyboard-config-0:2.46-1.fc4 100% |  24.2 KiB/s | 993.6 KiB |  00m41s
- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
- [126/191] libXv-0:1.0.13-3.fc43.x86_64  100% |  11.5 KiB/s |  18.6 KiB |  00m02s
- [127/191] libtheora-1:1.1.1-40.fc43.x86 100% | 476.9 KiB/s | 170.3 KiB |  00m00s
- [128/191] libvisual-1:0.4.2-3.fc43.x86_ 100% | 103.8 KiB/s | 153.2 KiB |  00m01s
- [129/191] opus-0:1.5.2-3.fc43.x86_64    100% | 615.8 KiB/s | 237.1 KiB |  00m00s
- [130/191] orc-0:0.4.41-2.fc43.x86_64    100% | 108.1 KiB/s | 221.5 KiB |  00m02s
- [131/191] pipewire-libs-0:1.4.11-1.fc43 100% |   1.9 MiB/s |   2.4 MiB |  00m01s
- [132/191] fdk-aac-free-0:2.0.0-16.fc43. 100% | 204.6 KiB/s | 341.1 KiB |  00m02s
- [133/191] fftw-libs-single-0:3.3.10-16. 100% |   1.2 MiB/s |   1.2 MiB |  00m01s
- [134/191] libebur128-0:1.2.6-14.fc43.x8 100% |  61.7 KiB/s |  24.9 KiB |  00m00s
- [135/191] liblc3-0:1.1.3-5.fc43.x86_64  100% |  39.1 KiB/s | 105.1 KiB |  00m03s
- [136/191] libldac-0:2.0.2.3-18.fc43.x86 100% | 291.4 KiB/s |  42.5 KiB |  00m00s
- [137/191] libsbc-0:2.0-7.fc43.x86_64    100% |  48.9 KiB/s |  49.0 KiB |  00m01s
- [138/191] libsndfile-0:1.2.2-10.fc43.x8 100% | 546.6 KiB/s | 220.8 KiB |  00m00s
- [139/191] webrtc-audio-processing-0:1.3 100% |   1.6 MiB/s | 533.9 KiB |  00m00s
- [140/191] gsm-0:1.0.23-1.fc43.x86_64    100% |  60.5 KiB/s |  36.0 KiB |  00m01s
- [141/191] lame-libs-0:3.100-20.fc43.x86 100% |   1.1 MiB/s | 338.9 KiB |  00m00s
- [142/191] mpg123-libs-0:1.32.10-2.fc43. 100% | 990.4 KiB/s | 355.6 KiB |  00m00s
- [143/191] libogg-2:1.3.6-2.fc43.x86_64  100% | 631.8 KiB/s |  33.5 KiB |  00m00s
- [144/191] flac-libs-0:1.5.0-5.fc43.x86_ 100% | 392.6 KiB/s | 217.1 KiB |  00m01s
- [145/191] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |   7.2 MiB/s | 541.4 KiB |  00m00s
- [146/191] pulseaudio-libs-0:17.0-9.fc43 100% |   4.0 MiB/s | 694.2 KiB |  00m00s
- [147/191] libasyncns-0:0.8-31.fc43.x86_ 100% | 715.3 KiB/s |  30.0 KiB |  00m00s
- [148/191] libproxy-0:0.5.12-1.fc43.x86_ 100% |   2.4 MiB/s |  45.2 KiB |  00m00s
- [149/191] duktape-0:2.7.0-10.fc43.x86_6 100% |   1.7 MiB/s | 168.7 KiB |  00m00s
- [150/191] bluez-libs-0:5.86-4.fc43.x86_ 100% |   2.4 MiB/s |  82.9 KiB |  00m00s
- [151/191] libnotify-0:0.8.8-1.fc43.x86_ 100% |   1.9 MiB/s |  55.9 KiB |  00m00s
- [152/191] fuse-common-0:3.16.2-6.fc43.x 100% | 220.9 KiB/s |   7.3 KiB |  00m00s
- [153/191] low-memory-monitor-0:2.1-13.f 100% | 199.8 KiB/s |  34.2 KiB |  00m00s
- [154/191] pipewire-0:1.4.11-1.fc43.x86_ 100% |   6.5 MiB/s | 133.9 KiB |  00m00s
- [155/191] systemd-0:258.7-1.fc43.x86_64 100% |   2.9 MiB/s |   4.2 MiB |  00m01s
- [156/191] rtkit-0:0.11-69.fc43.x86_64   100% | 266.7 KiB/s |  54.9 KiB |  00m00s
- [157/191] dbus-broker-0:37-2.fc43.x86_6 100% | 480.2 KiB/s | 173.8 KiB |  00m00s
- [158/191] systemd-pam-0:258.7-1.fc43.x8 100% | 794.6 KiB/s | 424.3 KiB |  00m01s
- [159/191] systemd-shared-0:258.7-1.fc43 100% |   1.1 MiB/s |   1.8 MiB |  00m02s
- [160/191] dbus-common-1:1.16.0-4.fc43.n 100% |  20.0 KiB/s |  14.2 KiB |  00m01s
- [161/191] adwaita-mono-fonts-0:49.0-2.f 100% |   5.2 MiB/s |   1.4 MiB |  00m00s
- [162/191] adwaita-sans-fonts-0:49.0-2.f 100% |   3.3 MiB/s | 764.3 KiB |  00m00s
- [163/191] polkit-0:126-6.fc43.2.x86_64  100% |   2.5 MiB/s | 160.1 KiB |  00m00s
- [164/191] polkit-libs-0:126-6.fc43.2.x8 100% |   5.9 MiB/s |  66.9 KiB |  00m00s
- [165/191] wireplumber-0:0.5.14-1.fc43.x 100% |   3.9 MiB/s | 122.9 KiB |  00m00s
- [166/191] wireplumber-libs-0:0.5.14-1.f 100% |   1.4 MiB/s | 431.5 KiB |  00m00s
- [167/191] pipewire-alsa-0:1.4.11-1.fc43 100% |   4.4 MiB/s |  59.0 KiB |  00m00s
- [168/191] pipewire-jack-audio-connectio 100% | 780.6 KiB/s |  10.9 KiB |  00m00s
- [169/191] pipewire-jack-audio-connectio 100% |   4.7 MiB/s | 144.9 KiB |  00m00s
- [170/191] pipewire-pulseaudio-0:1.4.11- 100% |   4.5 MiB/s | 209.7 KiB |  00m00s
- [171/191] pipewire-plugin-libcamera-0:1 100% | 753.5 KiB/s |  73.8 KiB |  00m00s
- [172/191] libbpf-2:1.6.1-3.fc43.x86_64  100% | 687.2 KiB/s | 191.0 KiB |  00m00s
- [173/191] cryptsetup-libs-0:2.8.4-1.fc4 100% |   6.0 MiB/s | 574.2 KiB |  00m00s
- [174/191] device-mapper-libs-0:1.02.208 100% | 501.2 KiB/s | 179.9 KiB |  00m00s
- [175/191] device-mapper-0:1.02.208-2.fc 100% | 360.3 KiB/s | 138.7 KiB |  00m00s
- [176/191] qrencode-libs-0:4.1.1-11.fc43 100% | 930.3 KiB/s |  62.3 KiB |  00m00s
- [177/191] kmod-libs-0:34.2-2.fc43.x86_6 100% |   4.2 MiB/s |  68.1 KiB |  00m00s
- [178/191] systemd-networkd-0:258.7-1.fc 100% |   6.6 MiB/s | 775.5 KiB |  00m00s
- [179/191] systemd-resolved-0:258.7-1.fc 100% |   6.9 MiB/s | 319.7 KiB |  00m00s
- [180/191] polkit-pkla-compat-0:0.1-31.f 100% |   3.6 MiB/s |  43.9 KiB |  00m00s
- [181/191] libcamera-0:0.5.2-5.fc43.x86_ 100% |   2.1 MiB/s | 682.2 KiB |  00m00s
- [182/191] libyuv-0:0-0.57.20240704git96 100% |   3.7 MiB/s | 202.1 KiB |  00m00s
- [183/191] gsettings-desktop-schemas-0:4 100% |  15.5 KiB/s | 822.9 KiB |  00m53s
- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
- [184/191] lttng-ust-0:2.14.0-4.fc43.x86 100% | 165.4 KiB/s | 366.3 KiB |  00m02s
- [185/191] kbd-0:2.8.0-3.fc43.x86_64     100% | 958.0 KiB/s | 386.1 KiB |  00m00s
- [186/191] kmod-0:34.2-2.fc43.x86_64     100% | 512.3 KiB/s | 132.7 KiB |  00m00s
- [187/191] kbd-legacy-0:2.8.0-3.fc43.noa 100% |   3.1 MiB/s | 578.3 KiB |  00m00s
- [188/191] systemd-udev-0:258.7-1.fc43.x 100% |   1.2 MiB/s |   2.6 MiB |  00m02s
- [189/191] kbd-misc-0:2.8.0-3.fc43.noarc 100% |   1.9 MiB/s |   1.6 MiB |  00m01s
- [190/191] libcamera-ipa-0:0.5.2-5.fc43. 100% | 319.3 KiB/s | 179.1 KiB |  00m01s
- [191/191] iso-codes-0:4.18.0-2.fc43.noa 100% |  91.4 KiB/s |   3.7 MiB |  00m42s
- --------------------------------------------------------------------------------
- [191/191] Total                         100% | 871.0 KiB/s |  93.4 MiB |  01m50s
- Running transaction
- [  1/193] Verify package files          100% |  88.0   B/s | 191.0   B |  00m02s
- [  2/193] Prepare transaction           100% | 575.0   B/s | 191.0   B |  00m00s
- [  3/193] Installing libXext-0:1.3.6-4. 100% |  17.8 MiB/s |  91.2 KiB |  00m00s
- [  4/193] Installing avahi-libs-0:0.9~r 100% |  21.2 MiB/s | 174.0 KiB |  00m00s
- [  5/193] Installing libogg-2:1.3.6-2.f 100% |   9.2 MiB/s |  47.1 KiB |  00m00s
- [  6/193] Installing json-glib-0:1.10.8 100% |  53.7 MiB/s | 604.4 KiB |  00m00s
- [  7/193] Installing fonts-filesystem-1 100% | 256.5 KiB/s | 788.0   B |  00m00s
- [  8/193] Installing libXrender-0:0.9.1 100% |  11.5 MiB/s |  47.3 KiB |  00m00s
- [  9/193] Installing libwayland-client- 100% |  12.3 MiB/s |  63.2 KiB |  00m00s
- [ 10/193] Installing libglvnd-1:1.7.0-8 100% |  64.4 MiB/s | 527.5 KiB |  00m00s
- [ 11/193] Installing libvorbis-1:1.3.7- 100% |  62.8 MiB/s | 835.9 KiB |  00m00s
- [ 12/193] Installing libXi-0:1.8.2-3.fc 100% |  19.9 MiB/s |  81.7 KiB |  00m00s
- [ 13/193] Installing systemd-shared-0:2 100% |  68.0 MiB/s |   5.0 MiB |  00m00s
- [ 14/193] Installing alsa-lib-0:1.2.15. 100% |  22.2 MiB/s |   1.5 MiB |  00m00s
- [ 15/193] Installing libwayland-cursor- 100% |   9.4 MiB/s |  38.5 KiB |  00m00s
- [ 16/193] Installing avahi-glib-0:0.9~r 100% |   6.7 MiB/s |  20.4 KiB |  00m00s
- [ 17/193] Installing opus-0:1.5.2-3.fc4 100% |  46.5 MiB/s | 428.7 KiB |  00m00s
- [ 18/193] Installing libjpeg-turbo-0:3. 100% |  71.7 MiB/s | 808.0 KiB |  00m00s
- [ 19/193] Installing libXfixes-0:6.0.1- 100% |   6.7 MiB/s |  27.6 KiB |  00m00s
- [ 20/193] Installing libpng-2:1.6.55-1. 100% |  33.9 MiB/s | 243.0 KiB |  00m00s
- [ 21/193] Installing libglvnd-opengl-1: 100% |  35.5 MiB/s | 145.6 KiB |  00m00s
- [ 22/193] Installing polkit-libs-0:126- 100% |  28.1 MiB/s | 201.6 KiB |  00m00s
- [ 23/193] Installing duktape-0:2.7.0-10 100% |  60.3 MiB/s | 617.8 KiB |  00m00s
- [ 24/193] Installing libunwind-0:1.8.1- 100% |  21.4 MiB/s | 197.4 KiB |  00m00s
- [ 25/193] Installing gstreamer1-0:1.26. 100% |  52.3 MiB/s |   5.4 MiB |  00m00s
- [ 26/193] Installing fuse3-libs-0:3.16. 100% |  34.0 MiB/s | 278.6 KiB |  00m00s
- [ 27/193] Installing gsettings-desktop- 100% | 198.0 MiB/s |   5.7 MiB |  00m00s
- [ 28/193] Installing libtdb-0:1.4.14-3. 100% |  19.8 MiB/s | 101.6 KiB |  00m00s
- [ 29/193] Installing libgudev-0:238-8.f 100% |  10.4 MiB/s |  85.3 KiB |  00m00s
- [ 30/193] Installing libsoup3-0:3.6.6-2 100% |  81.0 MiB/s |   1.8 MiB |  00m00s
- [ 31/193] Installing libdav1d-0:1.5.3-1 100% |  62.7 MiB/s |   1.7 MiB |  00m00s
- [ 32/193] Installing shared-mime-info-0 100% |  23.1 MiB/s |   2.6 MiB |  00m00s
- [ 33/193] Installing lcms2-0:2.16-6.fc4 100% |  42.5 MiB/s | 435.3 KiB |  00m00s
- [ 34/193] Installing libwayland-egl-0:1 100% |   4.4 MiB/s |  13.6 KiB |  00m00s
- [ 35/193] Installing fribidi-0:1.0.16-3 100% |   3.0 MiB/s | 192.8 KiB |  00m00s
- [ 36/193] Installing xml-common-0:0.6.3 100% |   8.8 MiB/s |  81.1 KiB |  00m00s
- [ 37/193] Installing mesa-filesystem-0: 100% | 477.0 KiB/s |   4.3 KiB |  00m00s
- [ 38/193] Installing iso-codes-0:4.18.0 100% | 157.9 MiB/s |  21.6 MiB |  00m00s
- [ 39/193] Installing libproxy-0:0.5.12- 100% |  17.0 MiB/s | 104.6 KiB |  00m00s
- [ 40/193] Installing mesa-libGLU-0:9.0. 100% |  44.3 MiB/s | 362.6 KiB |  00m00s
- [ 41/193] Installing libXcursor-0:1.2.3 100% |  10.8 MiB/s |  55.1 KiB |  00m00s
- [ 42/193] Installing libXdamage-0:1.1.6 100% |  10.1 MiB/s |  41.2 KiB |  00m00s
- [ 43/193] Installing libyuv-0:0-0.57.20 100% |  60.5 MiB/s | 681.3 KiB |  00m00s
- [ 44/193] Installing libXtst-0:1.2.5-3. 100% |   8.4 MiB/s |  34.6 KiB |  00m00s
- [ 45/193] Installing libXrandr-0:1.5.4- 100% |  12.9 MiB/s |  53.0 KiB |  00m00s
- [ 46/193] Installing abattis-cantarell- 100% |  31.6 MiB/s | 194.4 KiB |  00m00s
- [ 47/193] Installing libgusb-0:0.4.9-4. 100% |  26.6 MiB/s | 163.7 KiB |  00m00s
- [ 48/193] Installing colord-libs-0:1.4. 100% |  54.3 MiB/s | 833.8 KiB |  00m00s
- [ 49/193] Installing libtheora-1:1.1.1- 100% |  46.8 MiB/s | 479.7 KiB |  00m00s
- [ 50/193] Installing flac-libs-0:1.5.0- 100% |  50.0 MiB/s | 614.2 KiB |  00m00s
- [ 51/193] Installing libXxf86vm-0:1.1.6 100% |   8.6 MiB/s |  26.5 KiB |  00m00s
- [ 52/193] Installing libXinerama-0:1.1. 100% |   5.2 MiB/s |  16.1 KiB |  00m00s
- [ 53/193] Installing libXv-0:1.0.13-3.f 100% |   3.0 MiB/s |  27.2 KiB |  00m00s
- [ 54/193] Installing kbd-misc-0:2.8.0-3 100% |  23.1 MiB/s |   2.6 MiB |  00m00s
- [ 55/193] Installing kbd-legacy-0:2.8.0 100% |  13.2 MiB/s | 621.4 KiB |  00m00s
- [ 56/193] Installing kbd-0:2.8.0-3.fc43 100% |  23.9 MiB/s |   1.5 MiB |  00m00s
- [ 57/193] Installing kmod-0:34.2-2.fc43 100% |   5.5 MiB/s | 253.1 KiB |  00m00s
- [ 58/193] Installing lttng-ust-0:2.14.0 100% |  57.2 MiB/s |   1.3 MiB |  00m00s
- [ 59/193] Installing libcamera-0:0.5.2- 100% |  69.2 MiB/s |   2.2 MiB |  00m00s
- [ 60/193] Installing kmod-libs-0:34.2-2 100% |  22.2 MiB/s | 136.2 KiB |  00m00s
- [ 61/193] Installing libbpf-2:1.6.1-3.f 100% |   7.5 MiB/s | 423.7 KiB |  00m00s
- >>> Running sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch
- >>> Finished sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch
- >>> Scriptlet output:
- >>> Creating group 'dbus' with GID 81.
- >>> Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
- >>>
- [ 62/193] Installing dbus-common-1:1.16 100% | 173.7 KiB/s |  13.6 KiB |  00m00s
- [ 63/193] Installing dbus-broker-0:37-2 100% |   4.9 MiB/s | 389.8 KiB |  00m00s
- [ 64/193] Installing dbus-1:1.16.0-4.fc 100% |   1.2 KiB/s | 124.0   B |  00m00s
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-journal' with GID 190.
- >>>
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-oom' with GID 997.
- >>> Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 997 and
- >>>
- [ 65/193] Installing systemd-0:258.7-1. 100% |  17.3 MiB/s |  12.9 MiB |  00m01s
- [ 66/193] Installing systemd-pam-0:258. 100% |  18.5 MiB/s |   1.2 MiB |  00m00s
- >>> Running sysusers scriptlet: polkit-0:126-6.fc43.2.x86_64
- >>> Finished sysusers scriptlet: polkit-0:126-6.fc43.2.x86_64
- >>> Scriptlet output:
- >>> Creating group 'polkitd' with GID 114.
- >>> Creating user 'polkitd' (User for polkitd) with UID 114 and GID 114.
- >>>
- [ 67/193] Installing polkit-0:126-6.fc4 100% |   3.1 MiB/s | 470.0 KiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Finished sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'rtkit' with GID 996.
- >>> Creating user 'rtkit' (RealtimeKit) with UID 996 and GID 996.
- >>>
- [ 68/193] Installing rtkit-0:0.11-69.fc 100% |   1.4 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Finished %post scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>
- [ 69/193] Installing device-mapper-0:1. 100% |   6.6 MiB/s | 350.2 KiB |  00m00s
- [ 70/193] Installing device-mapper-libs 100% |  41.0 MiB/s | 419.4 KiB |  00m00s
- [ 71/193] Installing cryptsetup-libs-0: 100% | 132.7 MiB/s |   2.7 MiB |  00m00s
- [ 72/193] Installing fuse-common-0:3.16 100% | 142.6 KiB/s | 292.0   B |  00m00s
- [ 73/193] Installing fuse3-0:3.16.2-6.f 100% |   3.0 MiB/s | 124.1 KiB |  00m00s
- [ 74/193] Installing bluez-libs-0:5.86- 100% |  27.8 MiB/s | 199.4 KiB |  00m00s
- [ 75/193] Installing libasyncns-0:0.8-3 100% |  13.9 MiB/s |  56.8 KiB |  00m00s
- [ 76/193] Installing mpg123-libs-0:1.32 100% |  53.2 MiB/s | 816.6 KiB |  00m00s
- [ 77/193] Installing lame-libs-0:3.100- 100% |  99.9 MiB/s |   1.2 MiB |  00m00s
- [ 78/193] Installing gsm-0:1.0.23-1.fc4 100% |  13.1 MiB/s |  66.9 KiB |  00m00s
- [ 79/193] Installing libsndfile-0:1.2.2 100% |  49.0 MiB/s | 551.6 KiB |  00m00s
- [ 80/193] Installing pulseaudio-libs-0: 100% | 116.5 MiB/s |   3.4 MiB |  00m00s
- [ 81/193] Installing webrtc-audio-proce 100% |  62.1 MiB/s |   1.4 MiB |  00m00s
- [ 82/193] Installing libsbc-0:2.0-7.fc4 100% |  18.5 MiB/s |  94.5 KiB |  00m00s
- [ 83/193] Installing libldac-0:2.0.2.3- 100% |  14.9 MiB/s |  76.2 KiB |  00m00s
- [ 84/193] Installing liblc3-0:1.1.3-5.f 100% |  28.0 MiB/s | 171.8 KiB |  00m00s
- [ 85/193] Installing libebur128-0:1.2.6 100% |   9.9 MiB/s |  40.7 KiB |  00m00s
- [ 86/193] Installing fftw-libs-single-0 100% |  78.3 MiB/s |   3.6 MiB |  00m00s
- [ 87/193] Installing fdk-aac-free-0:2.0 100% |  39.9 MiB/s | 613.3 KiB |  00m00s
- [ 88/193] Installing pipewire-libs-0:1. 100% |  59.5 MiB/s |   8.7 MiB |  00m00s
- [ 89/193] Installing wireplumber-libs-0 100% |  45.2 MiB/s |   1.4 MiB |  00m00s
- [ 90/193] Installing wireplumber-0:0.5. 100% |   7.9 MiB/s | 444.2 KiB |  00m00s
- [ 91/193] Installing pipewire-jack-audi 100% |  10.8 MiB/s | 499.3 KiB |  00m00s
- [ 92/193] Installing pipewire-jack-audi 100% | 101.6 KiB/s | 312.0   B |  00m00s
- [ 93/193] Installing orc-0:0.4.41-2.fc4 100% |  14.8 MiB/s | 728.9 KiB |  00m00s
- [ 94/193] Installing libvisual-1:0.4.2- 100% |  55.6 MiB/s | 455.1 KiB |  00m00s
- [ 95/193] Installing graphene-0:1.10.8- 100% |  26.1 MiB/s | 160.1 KiB |  00m00s
- [ 96/193] Installing cdparanoia-libs-0: 100% |  18.7 MiB/s | 115.0 KiB |  00m00s
- [ 97/193] Installing ModemManager-glib- 100% |  71.9 MiB/s |   1.5 MiB |  00m00s
- [ 98/193] Installing sound-theme-freede 100% |  10.1 MiB/s | 467.2 KiB |  00m00s
- [ 99/193] Installing libcanberra-0:0.30 100% |   2.4 MiB/s | 271.4 KiB |  00m00s
- [100/193] Installing highway-0:1.3.0-1. 100% |  90.7 MiB/s |   5.5 MiB |  00m00s
- [101/193] Installing libjxl-1:0.11.1-7. 100% |  70.9 MiB/s |   4.1 MiB |  00m00s
- [102/193] Installing openh264-0:2.6.0-2 100% |  60.9 MiB/s |   1.1 MiB |  00m00s
- [103/193] Installing rav1e-libs-0:0.8.1 100% |  70.1 MiB/s |   3.1 MiB |  00m00s
- [104/193] Installing xkeyboard-config-0 100% | 110.8 MiB/s |  10.3 MiB |  00m00s
- [105/193] Installing libxkbcommon-0:1.1 100% |  40.0 MiB/s | 409.9 KiB |  00m00s
- [106/193] Installing libvmaf-0:3.0.0-4. 100% |  62.2 MiB/s | 828.4 KiB |  00m00s
- [107/193] Installing libaom-0:3.13.1-1. 100% |  74.0 MiB/s |   5.0 MiB |  00m00s
- [108/193] Installing svt-av1-libs-0:3.1 100% |  75.3 MiB/s |   5.6 MiB |  00m00s
- [109/193] Installing openjpeg-0:2.5.4-1 100% |  44.8 MiB/s | 458.2 KiB |  00m00s
- [110/193] Installing libwebp-0:1.6.0-2. 100% |  55.2 MiB/s | 960.7 KiB |  00m00s
- [111/193] Installing libopenjph-0:0.22. 100% |  45.6 MiB/s | 467.3 KiB |  00m00s
- [112/193] Installing libheif-0:1.20.2-6 100% |  62.1 MiB/s |   1.6 MiB |  00m00s
- [113/193] Installing libstemmer-0:3.0.1 100% |  58.8 MiB/s | 662.9 KiB |  00m00s
- [114/193] Installing libtinysparql-0:3. 100% |  57.3 MiB/s | 997.9 KiB |  00m00s
- [115/193] Installing cups-filesystem-1: 100% | 356.2 KiB/s |   1.8 KiB |  00m00s
- [116/193] Installing cups-libs-1:2.4.16 100% |  46.6 MiB/s | 620.2 KiB |  00m00s
- [117/193] Installing xprop-0:1.2.8-4.fc 100% |   1.3 MiB/s |  56.0 KiB |  00m00s
- [118/193] Installing at-spi2-core-0:2.5 100% |  65.3 MiB/s |   1.6 MiB |  00m00s
- [119/193] Installing atk-0:2.58.4-1.fc4 100% |  34.9 MiB/s | 250.0 KiB |  00m00s
- [120/193] Installing at-spi2-atk-0:2.58 100% |  31.0 MiB/s | 285.7 KiB |  00m00s
- [121/193] Installing libdatrie-0:0.2.13 100% |  13.4 MiB/s |  54.9 KiB |  00m00s
- [122/193] Installing libthai-0:0.1.29-1 100% |  31.9 MiB/s | 785.2 KiB |  00m00s
- [123/193] Installing adwaita-icon-theme 100% |  10.3 MiB/s |   2.4 MiB |  00m00s
- [124/193] Installing adwaita-cursor-the 100% | 101.1 MiB/s |  11.4 MiB |  00m00s
- [125/193] Installing adwaita-icon-theme 100% |  12.4 MiB/s |   1.3 MiB |  00m00s
- [126/193] Installing libepoxy-0:1.5.10- 100% |  71.9 MiB/s |   1.1 MiB |  00m00s
- [127/193] Installing libcloudproviders- 100% |   6.8 MiB/s | 126.2 KiB |  00m00s
- [128/193] Installing libXcomposite-0:0. 100% |   6.8 MiB/s |  42.0 KiB |  00m00s
- [129/193] Installing hicolor-icon-theme 100% |   3.4 MiB/s | 179.7 KiB |  00m00s
- [130/193] Installing google-noto-fonts- 100% |   6.0 MiB/s |  18.5 KiB |  00m00s
- [131/193] Installing google-noto-sans-v 100% |  63.2 MiB/s |   1.4 MiB |  00m00s
- [132/193] Installing default-fonts-core 100% |   2.2 MiB/s |  18.2 KiB |  00m00s
- [133/193] Installing graphite2-0:1.3.14 100% |   4.6 MiB/s | 193.9 KiB |  00m00s
- [134/193] Installing freetype-0:2.13.3- 100% |  52.0 MiB/s | 851.9 KiB |  00m00s
- [135/193] Installing harfbuzz-0:11.5.1- 100% |  64.3 MiB/s |   2.8 MiB |  00m00s
- [136/193] Installing fontconfig-0:2.17. 100% | 685.9 KiB/s | 785.3 KiB |  00m01s
- [137/193] Installing libXft-0:2.3.8-9.f 100% |  27.0 MiB/s | 165.9 KiB |  00m00s
- [138/193] Installing hwdata-0:0.406-1.f 100% |  72.6 MiB/s |   9.9 MiB |  00m00s
- [139/193] Installing libpciaccess-0:0.1 100% |   9.0 MiB/s |  45.9 KiB |  00m00s
- [140/193] Installing libdrm-0:2.4.131-1 100% |  36.3 MiB/s | 408.5 KiB |  00m00s
- [141/193] Installing pixman-0:0.46.2-2. 100% |  57.9 MiB/s | 711.4 KiB |  00m00s
- [142/193] Installing lzo-0:2.10-15.fc43 100% |  35.3 MiB/s | 180.5 KiB |  00m00s
- [143/193] Installing cairo-0:1.18.4-2.f 100% |  65.6 MiB/s |   1.8 MiB |  00m00s
- [144/193] Installing pango-0:1.57.1-1.f 100% |  16.5 MiB/s |   1.0 MiB |  00m00s
- [145/193] Installing cairo-gobject-0:1. 100% |  10.4 MiB/s |  32.0 KiB |  00m00s
- [146/193] Installing librsvg2-0:2.61.0- 100% |  68.5 MiB/s |   5.1 MiB |  00m00s
- [147/193] Installing glycin-loaders-0:2 100% |  83.2 MiB/s |  12.7 MiB |  00m00s
- [148/193] Installing glycin-libs-0:2.0. 100% |  67.3 MiB/s |   4.2 MiB |  00m00s
- [149/193] Installing gdk-pixbuf2-0:2.44 100% |  47.6 MiB/s |   2.5 MiB |  00m00s
- [150/193] Installing gtk-update-icon-ca 100% |   1.5 MiB/s |  63.3 KiB |  00m00s
- [151/193] Installing gtk3-0:3.24.52-1.f 100% |  81.6 MiB/s |  22.5 MiB |  00m00s
- [152/193] Installing libdecor-0:0.2.5-1 100% |  20.5 MiB/s | 167.8 KiB |  00m00s
- [153/193] Installing SDL3-0:3.4.0-3.fc4 100% |  67.0 MiB/s |   3.0 MiB |  00m00s
- [154/193] Installing sdl2-compat-0:2.32 100% |  44.5 MiB/s | 410.1 KiB |  00m00s
- [155/193] Installing libnotify-0:0.8.8- 100% |   1.2 MiB/s | 129.0 KiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 995.
- >>> Creating user 'geoclue' (n/a) with UID 995 and GID 995.
- >>>
- [156/193] Installing geoclue2-0:2.8.0-1 100% |   6.3 MiB/s | 405.6 KiB |  00m00s
- [157/193] Installing spirv-tools-libs-0 100% |  64.7 MiB/s |   6.0 MiB |  00m00s
- [158/193] Installing lm_sensors-libs-0: 100% |  14.1 MiB/s |  86.9 KiB |  00m00s
- [159/193] Installing libxshmfence-0:1.3 100% |   3.3 MiB/s |  13.6 KiB |  00m00s
- [160/193] Installing mesa-dri-drivers-0 100% |  77.7 MiB/s |  48.8 MiB |  00m01s
- [161/193] Installing mesa-libgbm-0:25.3 100% |   5.0 MiB/s |  20.5 KiB |  00m00s
- [162/193] Installing libglvnd-egl-1:1.7 100% |  10.8 MiB/s |  66.3 KiB |  00m00s
- [163/193] Installing mesa-libEGL-0:25.3 100% |  33.8 MiB/s | 311.3 KiB |  00m00s
- [164/193] Installing libglvnd-gles-1:1. 100% |  16.2 MiB/s |  99.3 KiB |  00m00s
- [165/193] Installing libglvnd-glx-1:1.7 100% |  53.5 MiB/s | 602.6 KiB |  00m00s
- [166/193] Installing mesa-libGL-0:25.3. 100% |  25.5 MiB/s | 286.9 KiB |  00m00s
- [167/193] Installing gstreamer1-plugins 100% |  59.6 MiB/s |   7.4 MiB |  00m00s
- [168/193] Installing xdg-desktop-portal 100% |  16.3 MiB/s |   1.9 MiB |  00m00s
- [169/193] Installing libglvnd-core-deve 100% |  10.0 MiB/s |  41.1 KiB |  00m00s
- [170/193] Installing libglvnd-devel-1:1 100% |  73.1 MiB/s |   2.1 MiB |  00m00s
- [171/193] Installing mesa-libGLU-devel- 100% |   4.3 MiB/s |  17.5 KiB |  00m00s
- [172/193] Installing cmake-filesystem-0 100% | 759.0 KiB/s |   7.6 KiB |  00m00s
- [173/193] Installing sdl2-compat-devel- 100% |  37.5 MiB/s |   3.3 MiB |  00m00s
- [174/193] Installing xdg-desktop-portal 100% |   8.9 MiB/s | 481.2 KiB |  00m00s
- [175/193] Installing libcanberra-gtk3-0 100% |   1.6 MiB/s |  73.9 KiB |  00m00s
- [176/193] Installing pipewire-plugin-li 100% |  20.6 MiB/s | 147.4 KiB |  00m00s
- [177/193] Installing tinysparql-0:3.10. 100% |  17.4 MiB/s |   2.6 MiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 994.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 994 and GID 994.
- >>>
- [178/193] Installing pipewire-0:1.4.11- 100% |   3.3 MiB/s | 439.9 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [179/193] Installing pipewire-alsa-0:1. 100% |  14.2 MiB/s | 159.6 KiB |  00m00s
- [180/193] Installing pipewire-pulseaudi 100% |   2.0 MiB/s | 444.2 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- >>> Running sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-coredump' with GID 993.
- >>> Creating user 'systemd-coredump' (systemd Core Dumper) with UID 993 and GID
- >>>
- >>> Running sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-timesync' with GID 992.
- >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 992
- >>>
- [181/193] Installing systemd-udev-0:258 100% |   8.3 MiB/s |  12.9 MiB |  00m02s
- >>> Running %post scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Failed to preset unit: Unit system-systemdx2dcryptsetup.slice does not exist
- >>>
- [182/193] Installing polkit-pkla-compat 100% |   1.0 MiB/s |  94.0 KiB |  00m00s
- >>> Running sysusers scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-network' with GID 192.
- >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
- >>>
- [183/193] Installing systemd-networkd-0 100% |  12.1 MiB/s |   2.3 MiB |  00m00s
- >>> Running %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-network-ge
- >>>
- >>> Running sysusers scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-resolve' with GID 193.
- >>> Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- >>>
- [184/193] Installing systemd-resolved-0 100% |   5.1 MiB/s | 737.4 KiB |  00m00s
- >>> Running %post scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.resolve1.service'
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-resolved.s
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-v
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-m
- >>>
- [185/193] Installing dconf-0:0.49.0-1.f 100% |   2.6 MiB/s | 312.1 KiB |  00m00s
- [186/193] Installing libcamera-ipa-0:0. 100% |  33.6 MiB/s | 688.4 KiB |  00m00s
- [187/193] Installing glib-networking-0: 100% |  56.9 MiB/s | 757.9 KiB |  00m00s
- [188/193] Installing mesa-va-drivers-0: 100% | 480.5 KiB/s | 984.0   B |  00m00s
- [189/193] Installing adwaita-mono-fonts 100% |  78.8 MiB/s |   5.5 MiB |  00m00s
- [190/193] Installing adwaita-sans-fonts 100% |  66.1 MiB/s |   1.7 MiB |  00m00s
- [191/193] Installing qrencode-libs-0:4. 100% |  32.5 MiB/s | 166.6 KiB |  00m00s
- [192/193] Installing low-memory-monitor 100% | 879.8 KiB/s |  67.7 KiB |  00m00s
- [193/193] Installing libffi-devel-0:3.5 100% |  11.4 KiB/s |  35.6 KiB |  00m03s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.14-1.fc43.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.14-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "sdl2-compat-devel"
- libffi-devel-3.5.2-1.fc43.x86_64
- sdl2-compat-devel-2.32.64-1.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-10 10:30.26 ---> using "0d191cd59356fc47a0f92dd24253304f611128ac7dcf2689ec33990dfcfc4dda" 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 10 packages
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.22.1
- install dune-configurator 3.22.1
- install integers          0.7.0
- install stdlib-shims      0.3.0


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


/src: (copy (src .) (dst /src))
2026-04-10 10:30.26 ---> saved as "9af5765e73dc3253c78da9a1f1d16ef37e1d04b38609ab8551a0223d7dc97249"


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