Organisationssanettebogue-cairo0b8cc4 ()fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-02-26 10:55.40: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (0b8cc40d4a29aeb1d746ee4b120f391f690961df) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 0b8cc40d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
# 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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bogue.20260208 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue-cairo.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-02-26 10:55.40: Using cache hint "sanette/bogue-cairo-ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4-fedora-43-4.14_opam-2.5-036b6efdf346261fb6f1c12907cdd045"
2026-02-26 10:55.40: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
(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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue-cairo.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base bogue.20260208 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1")
(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 bogue-cairo.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-02-26 10:55.40: Waiting for resource in pool OCluster
2026-02-26 10:55.41: Waiting for worker…
2026-02-26 10:56.00: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 0b8cc40 fix test
2026-02-26 11:01.38: Cancelling: Auto-cancelling job because it is no longer needed


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
2026-02-26 11:20.13 ---> using "1f54aa51492a69d3d8ee5c55c8bbd619dd53887b0a823c40d168b74a6ba8f9f5" 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% |  36.8 KiB/s |  22.3 KiB |  00m01s
Fedora 43 - x86_64 - Updates           100% |  55.1 KiB/s |   8.0 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-02-26 11:20.13 ---> using "f29b1946ad5ef4344453dde0a6e91f6b1b5de8cde20c032c769e3ab35dbb33b7" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-26 11:20.13 ---> using "a7f98fddf79bde08f47f7dac631ec363de8e054f0ffb8ecebd5e6bf2143f3d63" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-26 11:20.13 ---> using "790a777ec09532aa50147c00cc1d86536d648124cc3cf542fa11931f117165a7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-26 11:20.13 ---> using "9eb5d191c15af29a8332ec4cfec738918c61bef1c393b4e89c140d44af4c269c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-26 11:20.13 ---> using "432e1d13e123d26431cc76adbec5d6a2163af5c39210d86901090fb44a45b8b9" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
3109384a92..e5f44b75d9  master     -> origin/master
9464771fda Merge pull request #29437 from jrfondren/master


<><> 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.4.1"), 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-02-26 11:20.13 ---> using "11e2249d3c5349bbdc4d82219a30caf4ca88442acbf6d8afbadc9d76303fad0b" from cache


/src: (copy (src bogue-cairo.opam) (dst ./))
2026-02-26 11:20.13 ---> using "aa5438132b75f080b8b22f007be6925ff3a12cc55d2c9e152125103afe4b4a30" from cache


/src: (run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
[NOTE] Package bogue-cairo does not exist in opam repositories registered in the current switch.
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2026-02-26 11:20.13 ---> using "02f0f6d25b3c9336386f6390be2719bcbcfe543472e40c5f8ba6cb601fd1e427" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-26 11:20.13 ---> using "8ab68360f14d29d4484d81254f9f7f34b591689dceec6b4bc1d2bcabdf32f01a" from cache


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bogue.20260208 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1")


/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 bogue-cairo.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.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:
cairo-devel libffi-devel SDL2_image-devel SDL2_ttf-devel sdl2-compat-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "SDL2_image-devel" "SDL2_ttf-devel" "cairo-devel" "libffi-devel" "sdl2-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                        Repository                            Size
- Upgrading:
-  glib2                                   x86_64 2.86.4-1.fc43                  updates                           15.0 MiB
-    replacing glib2                       x86_64 2.86.3-1.fc43                  a899a9b296804e8ab27411270a04f5e9  14.8 MiB
-  zlib-ng-compat                          x86_64 2.3.3-1.fc43                   updates                          161.7 KiB
-    replacing zlib-ng-compat              x86_64 2.3.2-2.fc43                   a899a9b296804e8ab27411270a04f5e9 161.7 KiB
- Installing:
-  SDL2_image-devel                        x86_64 2.8.8-2.fc43                   fedora                            78.5 KiB
-  SDL2_ttf-devel                          x86_64 2.24.0-1.fc43                  fedora                            95.2 KiB
-  cairo-devel                             x86_64 1.18.4-2.fc43                  fedora                             2.3 MiB
-  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
-  SDL2_image                              x86_64 2.8.8-2.fc43                   fedora                           209.7 KiB
-  SDL2_ttf                                x86_64 2.24.0-1.fc43                  fedora                            89.8 KiB
-  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.3-1.fc43                  updates                          283.7 KiB
-  at-spi2-core                            x86_64 2.58.3-1.fc43                  updates                            1.5 MiB
-  atk                                     x86_64 2.58.3-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-3.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-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.10-3.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-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
-  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
-  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
-  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
-  glib2-devel                             x86_64 2.86.4-1.fc43                  updates                           15.7 MiB
-  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
-  gmock                                   x86_64 1.15.2-4.fc43                  fedora                           131.0 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
-  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
-  gtest                                   x86_64 1.15.2-4.fc43                  fedora                           501.8 KiB
-  gtest-devel                             x86_64 1.15.2-4.fc43                  fedora                             1.0 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-2.fc43                  updates                            2.8 MiB
-  harfbuzz-cairo                          x86_64 11.5.1-2.fc43                  updates                           48.1 KiB
-  harfbuzz-devel                          x86_64 11.5.1-2.fc43                  updates                            5.3 MiB
-  harfbuzz-icu                            x86_64 11.5.1-2.fc43                  updates                           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
-  highway-devel                           x86_64 1.3.0-1.fc43                   updates                            4.3 MiB
-  hwdata                                  noarch 0.404-1.fc43                   updates                            9.8 MiB
-  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
-  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
-  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
-  libaom-devel                            x86_64 3.13.1-1.fc43                  fedora                           225.5 KiB
-  libasyncns                              x86_64 0.8-31.fc43                    fedora                            55.5 KiB
-  libavif                                 x86_64 1.3.0-2.fc43                   fedora                           258.0 KiB
-  libavif-devel                           x86_64 1.3.0-2.fc43                   fedora                            97.2 KiB
-  libblkid-devel                          x86_64 2.41.3-7.fc43                  updates                           44.9 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
-  libdav1d-devel                          x86_64 1.5.3-1.fc43                   updates                           41.9 KiB
-  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
-  libicu-devel                            x86_64 77.1-1.fc43                    fedora                             5.0 MiB
-  libjpeg-turbo                           x86_64 3.1.2-1.fc43                   fedora                           804.9 KiB
-  libjpeg-turbo-devel                     x86_64 3.1.2-1.fc43                   fedora                           353.9 KiB
-  libjxl                                  x86_64 1:0.11.1-7.fc43                updates                            4.1 MiB
-  libjxl-devel                            x86_64 1:0.11.1-7.fc43                updates                            6.6 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
-  liblerc                                 x86_64 4.0.0-9.fc43                   fedora                           624.1 KiB
-  liblerc-devel                           x86_64 4.0.0-9.fc43                   fedora                             4.3 MiB
-  libmount-devel                          x86_64 2.41.3-7.fc43                  updates                           65.5 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
-  libpng-devel                            x86_64 2:1.6.55-1.fc43                updates                          887.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
-  libselinux-devel                        x86_64 3.9-5.fc43                     fedora                           127.3 KiB
-  libsepol-devel                          x86_64 3.9-2.fc43                     fedora                           121.4 KiB
-  libsndfile                              x86_64 1.2.2-10.fc43                  fedora                           550.1 KiB
-  libsoup3                                x86_64 3.6.6-1.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
-  libtiff                                 x86_64 4.7.1-1.fc43                   updates                          624.4 KiB
-  libtiff-devel                           x86_64 4.7.1-1.fc43                   updates                          805.2 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
-  libvmaf-devel                           x86_64 3.0.0-4.fc43                   fedora                            29.3 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
-  libwebp-devel                           x86_64 1.6.0-2.fc43                   fedora                           121.7 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
-  libyuv                                  x86_64 0-0.57.20240704git96bbdb5.fc43 fedora                           679.7 KiB
-  libzstd-devel                           x86_64 1.5.7-2.fc43                   fedora                           208.0 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
-  lzo-devel                               x86_64 2.10-15.fc43                   fedora                           212.2 KiB
-  lzo-minilzo                             x86_64 2.10-15.fc43                   fedora                            36.7 KiB
-  mesa-dri-drivers                        x86_64 25.3.5-1.fc43                  updates                           48.8 MiB
-  mesa-filesystem                         x86_64 25.3.5-1.fc43                  updates                            3.6 KiB
-  mesa-libEGL                             x86_64 25.3.5-1.fc43                  updates                          310.4 KiB
-  mesa-libGL                              x86_64 25.3.5-1.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.5-1.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.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-jack-audio-connection-kit-libs x86_64 1.4.10-1.fc43                  updates                          496.7 KiB
-  pipewire-libs                           x86_64 1.4.10-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
-  polkit                                  x86_64 126-6.fc43                     fedora                           459.9 KiB
-  polkit-libs                             x86_64 126-6.fc43                     fedora                           199.8 KiB
-  pulseaudio-libs                         x86_64 17.0-9.fc43                    updates                            3.4 MiB
-  python3-packaging                       noarch 25.0-7.fc43                    fedora                           607.4 KiB
-  rav1e-devel                             x86_64 0.8.1-2.fc43                   updates                           46.8 KiB
-  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-devel                           x86_64 3.1.2-1.fc43                   fedora                            69.2 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                                 x86_64 258.4-1.fc43                   updates                           12.7 MiB
-  systemd-pam                             x86_64 258.4-1.fc43                   updates                            1.2 MiB
-  systemd-shared                          x86_64 258.4-1.fc43                   updates                            5.0 MiB
-  webrtc-audio-processing                 x86_64 1.3-9.fc43                     fedora                             1.4 MiB
-  wireplumber                             x86_64 0.5.13-1.fc43                  updates                          426.6 KiB
-  wireplumber-libs                        x86_64 0.5.13-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
-  xz-devel                                x86_64 1:5.8.1-4.fc43                 updates                          258.8 KiB
-  zlib-ng-compat-devel                    x86_64 2.3.3-1.fc43                   updates                          107.0 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.5-1.fc43                  updates                          115.0   B
-  pipewire                                x86_64 1.4.10-1.fc43                  updates                          432.1 KiB
-  pipewire-alsa                           x86_64 1.4.10-1.fc43                  updates                          158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.10-1.fc43                  updates                           30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.10-1.fc43                  updates                          146.5 KiB
-  pipewire-pulseaudio                     x86_64 1.4.10-1.fc43                  updates                          436.3 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
-  svt-av1-devel-docs                      noarch 3.1.2-1.fc43                   fedora                             8.4 MiB
-  systemd-networkd                        x86_64 258.4-1.fc43                   updates                            2.3 MiB
-  systemd-resolved                        x86_64 258.4-1.fc43                   updates                          733.0 KiB
-  systemd-udev                            x86_64 258.4-1.fc43                   updates                           12.7 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:       246 packages
-  Upgrading:          2 packages
-  Replacing:          2 packages
- 
- Total size of inbound packages is 117 MiB. Need to download 117 MiB.
- After this operation, 420 MiB extra will be used (install 435 MiB, remove 15 MiB).
- [  1/248] SDL2_image-devel-0:2.8.8-2.fc 100% |   7.2 KiB/s |  19.0 KiB |  00m03s
- [  2/248] libavif-0:1.3.0-2.fc43.x86_64 100% |  24.5 KiB/s | 120.7 KiB |  00m05s
- [  3/248] SDL2_image-0:2.8.8-2.fc43.x86 100% |  18.6 KiB/s | 108.7 KiB |  00m06s
- [  4/248] libwebp-0:1.6.0-2.fc43.x86_64 100% |  34.3 KiB/s | 324.2 KiB |  00m09s
- [  5/248] libyuv-0:0-0.57.20240704git96 100% |  17.6 KiB/s | 202.1 KiB |  00m11s
- [  6/248] libvmaf-0:3.0.0-4.fc43.x86_64 100% |  44.0 KiB/s | 196.6 KiB |  00m04s
- [  7/248] libjpeg-turbo-0:3.1.2-1.fc43. 100% |  33.2 KiB/s | 236.8 KiB |  00m07s
- [  8/248] SDL2_ttf-devel-0:2.24.0-1.fc4 100% |  41.1 KiB/s |  21.3 KiB |  00m01s
- [  9/248] SDL2_ttf-0:2.24.0-1.fc43.x86_ 100% |  20.7 KiB/s |  44.1 KiB |  00m02s
- [ 10/248] freetype-0:2.13.3-3.fc43.x86_ 100% | 214.7 KiB/s | 412.1 KiB |  00m02s
- [ 11/248] cairo-devel-0:1.18.4-2.fc43.x 100% | 278.8 KiB/s | 191.8 KiB |  00m01s
- [ 12/248] libaom-0:3.13.1-1.fc43.x86_64 100% |  56.3 KiB/s |   1.9 MiB |  00m34s
- [ 13/248] svt-av1-libs-0:3.1.2-1.fc43.x 100% |  67.7 KiB/s |   2.0 MiB |  00m30s
- [ 14/248] libXext-0:1.3.6-4.fc43.x86_64 100% |  19.5 KiB/s |  39.1 KiB |  00m02s
- [ 15/248] libXrender-0:0.9.12-3.fc43.x8 100% | 128.0 KiB/s |  26.9 KiB |  00m00s
- [ 16/248] cairo-0:1.18.4-2.fc43.x86_64  100% |  70.6 KiB/s | 729.3 KiB |  00m10s
- [ 17/248] lzo-0:2.10-15.fc43.x86_64     100% | 164.9 KiB/s |  69.4 KiB |  00m00s
- [ 18/248] fontconfig-0:2.17.0-3.fc43.x8 100% |  42.0 KiB/s | 272.2 KiB |  00m06s
- [ 19/248] default-fonts-core-sans-0:4.2 100% | 112.4 KiB/s |  29.9 KiB |  00m00s
- [ 20/248] fonts-filesystem-1:2.0.5-23.f 100% |  26.6 KiB/s |   8.7 KiB |  00m00s
- [ 21/248] xml-common-0:0.6.3-67.fc43.no 100% |  23.8 KiB/s |  31.0 KiB |  00m01s
- [ 22/248] libffi-devel-0:3.5.2-1.fc43.x 100% | 239.3 KiB/s |  29.7 KiB |  00m00s
- [ 23/248] abattis-cantarell-vf-fonts-0: 100% |  41.1 KiB/s | 120.1 KiB |  00m03s
- [ 24/248] sdl2-compat-devel-0:2.32.64-1 100% | 279.9 KiB/s | 506.9 KiB |  00m02s
- [ 25/248] sdl2-compat-0:2.32.64-1.fc43. 100% |   1.1 MiB/s | 136.9 KiB |  00m00s
- [ 26/248] pixman-0:0.46.2-2.fc43.x86_64 100% |  51.3 KiB/s | 292.5 KiB |  00m06s
- [ 27/248] libdav1d-0:1.5.3-1.fc43.x86_6 100% | 358.1 KiB/s | 637.4 KiB |  00m02s
- [ 28/248] rav1e-libs-0:0.8.1-2.fc43.x86 100% |  46.7 KiB/s |   1.1 MiB |  00m23s
- [ 29/248] graphite2-0:1.3.14-19.fc43.x8 100% | 139.6 KiB/s |  95.6 KiB |  00m01s
- [ 30/248] libpng-2:1.6.55-1.fc43.x86_64 100% | 154.0 KiB/s | 123.9 KiB |  00m01s
- [ 31/248] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |  42.3 KiB/s |   1.1 MiB |  00m26s
- [ 32/248] google-noto-fonts-common-0:20 100% |  64.1 KiB/s |  17.3 KiB |  00m00s
- [ 33/248] google-noto-sans-vf-fonts-0:2 100% | 183.3 KiB/s | 614.5 KiB |  00m03s
- [ 34/248] libpng-devel-2:1.6.55-1.fc43. 100% | 110.1 KiB/s | 293.8 KiB |  00m03s
- [ 35/248] zlib-ng-compat-devel-0:2.3.3- 100% |  31.3 KiB/s |  37.8 KiB |  00m01s
- [ 36/248] fontconfig-devel-0:2.17.0-3.f 100% |  87.4 KiB/s | 169.5 KiB |  00m02s
- [ 37/248] libXext-devel-0:1.3.6-4.fc43. 100% |  82.9 KiB/s |  85.2 KiB |  00m01s
- [ 38/248] libXrender-devel-0:0.9.12-3.f 100% |   6.1 KiB/s |  19.0 KiB |  00m03s
- [ 39/248] lzo-devel-0:2.10-15.fc43.x86_ 100% |  19.6 KiB/s |  39.0 KiB |  00m02s
- [ 40/248] lzo-minilzo-0:2.10-15.fc43.x8 100% |  42.8 KiB/s |  24.0 KiB |  00m01s
- [ 41/248] pixman-devel-0:0.46.2-2.fc43. 100% |  53.3 KiB/s |  18.0 KiB |  00m00s
- [ 42/248] SDL3-0:3.4.0-3.fc43.x86_64    100% |  29.0 KiB/s |   1.1 MiB |  00m40s
- [ 43/248] cmake-filesystem-0:3.31.10-3. 100% | 101.2 KiB/s |  13.9 KiB |  00m00s
- [ 44/248] harfbuzz-cairo-0:11.5.1-2.fc4 100% |  55.7 KiB/s |  30.0 KiB |  00m01s
- [ 45/248] harfbuzz-icu-0:11.5.1-2.fc43. 100% |  21.3 KiB/s |  15.7 KiB |  00m01s
- [ 46/248] freetype-devel-0:2.13.3-3.fc4 100% |  57.9 KiB/s |   1.0 MiB |  00m18s
- [ 47/248] harfbuzz-devel-0:11.5.1-2.fc4 100% |  40.5 KiB/s | 455.8 KiB |  00m11s
- [ 48/248] libjxl-devel-1:0.11.1-7.fc43. 100% |  76.9 KiB/s |   1.2 MiB |  00m16s
- [ 49/248] shared-mime-info-0:2.4-2.fc43 100% |  47.9 KiB/s | 399.7 KiB |  00m08s
- [ 50/248] libtiff-devel-0:4.7.1-1.fc43. 100% |  68.8 KiB/s | 276.8 KiB |  00m04s
- [ 51/248] libtiff-0:4.7.1-1.fc43.x86_64 100% |  98.5 KiB/s | 222.4 KiB |  00m02s
- [ 52/248] jbigkit-libs-0:2.1-32.fc43.x8 100% |  33.4 KiB/s |  53.2 KiB |  00m02s
- [ 53/248] libavif-devel-0:1.3.0-2.fc43. 100% |  22.3 KiB/s |  35.4 KiB |  00m02s
- [ 54/248] liblerc-0:4.0.0-9.fc43.x86_64 100% |  65.5 KiB/s | 215.1 KiB |  00m03s
- [ 55/248] libwebp-devel-0:1.6.0-2.fc43. 100% | 306.3 KiB/s |  39.5 KiB |  00m00s
- [ 56/248] libjxl-1:0.11.1-7.fc43.x86_64 100% |  77.6 KiB/s |   1.2 MiB |  00m16s
- [ 57/248] libglvnd-1:1.7.0-8.fc43.x86_6 100% |  61.8 KiB/s | 114.0 KiB |  00m02s
- [ 58/248] libglvnd-core-devel-1:1.7.0-8 100% |   9.6 KiB/s |  17.3 KiB |  00m02s
- [ 59/248] libglvnd-devel-1:1.7.0-8.fc43 100% |  69.9 KiB/s | 162.2 KiB |  00m02s
- [ 60/248] libglvnd-egl-1:1.7.0-8.fc43.x 100% |  27.5 KiB/s |  36.0 KiB |  00m01s
- [ 61/248] libglvnd-gles-1:1.7.0-8.fc43. 100% |  12.0 KiB/s |  28.5 KiB |  00m02s
- [ 62/248] libglvnd-opengl-1:1.7.0-8.fc4 100% |  25.9 KiB/s |  37.0 KiB |  00m01s
- [ 63/248] libglvnd-glx-1:1.7.0-8.fc43.x 100% |  57.0 KiB/s | 132.1 KiB |  00m02s
- [ 64/248] mesa-libGLU-devel-0:9.0.3-7.f 100% | 119.9 KiB/s |  11.9 KiB |  00m00s
- [ 65/248] libjpeg-turbo-devel-0:3.1.2-1 100% | 130.6 KiB/s |  97.5 KiB |  00m01s
- [ 66/248] libzstd-devel-0:1.5.7-2.fc43. 100% |   1.1 MiB/s |  52.9 KiB |  00m00s
- [ 67/248] mesa-libGLU-0:9.0.3-7.fc43.x8 100% | 175.7 KiB/s | 166.0 KiB |  00m01s
- [ 68/248] brotli-devel-0:1.2.0-1.fc43.x 100% | 272.6 KiB/s |  34.4 KiB |  00m00s
- [ 69/248] brotli-0:1.2.0-1.fc43.x86_64  100% |  35.9 KiB/s |  23.8 KiB |  00m01s
- [ 70/248] highway-devel-0:1.3.0-1.fc43. 100% |  22.1 KiB/s | 475.5 KiB |  00m21s
- [ 71/248] gtest-devel-0:1.15.2-4.fc43.x 100% | 354.5 KiB/s | 255.6 KiB |  00m01s
- [ 72/248] gtest-0:1.15.2-4.fc43.x86_64  100% | 292.8 KiB/s | 186.0 KiB |  00m01s
- [ 73/248] liblerc-devel-0:4.0.0-9.fc43. 100% | 123.8 KiB/s |   3.2 MiB |  00m26s
- [ 74/248] python3-packaging-0:25.0-7.fc 100% | 165.3 KiB/s | 161.5 KiB |  00m01s
- [ 75/248] graphite2-devel-0:1.3.14-19.f 100% |  18.4 KiB/s |  20.6 KiB |  00m01s
- [ 76/248] highway-0:1.3.0-1.fc43.x86_64 100% |  21.4 KiB/s | 694.5 KiB |  00m32s
- [ 77/248] libmount-devel-0:2.41.3-7.fc4 100% |  50.8 KiB/s |  24.6 KiB |  00m00s
- [ 78/248] pcre2-devel-0:10.47-1.fc43.x8 100% | 105.0 KiB/s | 550.9 KiB |  00m05s
- [ 79/248] pcre2-utf16-0:10.47-1.fc43.x8 100% |  46.0 KiB/s | 246.1 KiB |  00m05s
- [ 80/248] pcre2-utf32-0:10.47-1.fc43.x8 100% |  79.1 KiB/s | 232.9 KiB |  00m03s
- [ 81/248] libselinux-devel-0:3.9-5.fc43 100% |  93.9 KiB/s | 152.1 KiB |  00m02s
- [ 82/248] libsepol-devel-0:3.9-2.fc43.x 100% |  72.5 KiB/s |  48.4 KiB |  00m01s
- [ 83/248] sysprof-capture-devel-0:49.0- 100% |  39.3 KiB/s | 171.1 KiB |  00m04s
- [ 84/248] mesa-libGL-0:25.3.5-1.fc43.x8 100% | 331.7 KiB/s | 118.8 KiB |  00m00s
- [ 85/248] libicu-devel-0:77.1-1.fc43.x8 100% |  28.7 KiB/s | 794.4 KiB |  00m28s
- [ 86/248] libXxf86vm-0:1.1.6-3.fc43.x86 100% |  19.2 KiB/s |  17.7 KiB |  00m01s
- [ 87/248] mesa-filesystem-0:25.3.5-1.fc 100% | 490.5 KiB/s |  10.3 KiB |  00m00s
- [ 88/248] libxshmfence-0:1.3.2-7.fc43.x 100% |  59.3 KiB/s |  13.3 KiB |  00m00s
- [ 89/248] lm_sensors-libs-0:3.6.0-23.fc 100% |  32.9 KiB/s |  40.6 KiB |  00m01s
- [ 90/248] mesa-libgbm-0:25.3.5-1.fc43.x 100% | 386.8 KiB/s |  16.2 KiB |  00m00s
- [ 91/248] mesa-libEGL-0:25.3.5-1.fc43.x 100% | 602.2 KiB/s | 120.4 KiB |  00m00s
- [ 92/248] libwayland-client-0:1.24.0-1. 100% |  43.3 KiB/s |  33.6 KiB |  00m01s
- [ 93/248] libdav1d-devel-0:1.5.3-1.fc43 100% | 264.7 KiB/s |  19.3 KiB |  00m00s
- [ 94/248] rav1e-devel-0:0.8.1-2.fc43.x8 100% | 289.9 KiB/s |  16.5 KiB |  00m00s
- [ 95/248] glib2-devel-0:2.86.4-1.fc43.x 100% |  42.4 KiB/s |   1.5 MiB |  00m36s
- [ 96/248] libvmaf-devel-0:3.0.0-4.fc43. 100% |  51.9 KiB/s |  16.2 KiB |  00m00s
- [ 97/248] libaom-devel-0:3.13.1-1.fc43. 100% |  82.8 KiB/s |  56.9 KiB |  00m01s
- [ 98/248] svt-av1-devel-0:3.1.2-1.fc43. 100% |  19.1 KiB/s |  27.2 KiB |  00m01s
- [ 99/248] gmock-0:1.15.2-4.fc43.x86_64  100% |  19.7 KiB/s |  61.1 KiB |  00m03s
- [100/248] bzip2-devel-0:1.0.8-21.fc43.x 100% |  95.9 KiB/s | 213.4 KiB |  00m02s
- [101/248] libdrm-0:2.4.131-1.fc43.x86_6 100% | 398.4 KiB/s | 162.9 KiB |  00m00s
- [102/248] libpciaccess-0:0.16-16.fc43.x 100% |  61.6 KiB/s |  26.2 KiB |  00m00s
- [103/248] libxml2-devel-0:2.12.10-5.fc4 100% | 303.1 KiB/s | 524.0 KiB |  00m02s
- [104/248] libblkid-devel-0:2.41.3-7.fc4 100% | 389.9 KiB/s |  23.4 KiB |  00m00s
- [105/248] xz-devel-1:5.8.1-4.fc43.x86_6 100% | 404.3 KiB/s |  66.7 KiB |  00m00s
- [106/248] libdecor-0:0.2.5-1.fc43.x86_6 100% | 252.8 KiB/s |  57.9 KiB |  00m00s
- [107/248] spirv-tools-libs-0:2026.1-2.f 100% | 144.1 KiB/s |   1.7 MiB |  00m12s
- [108/248] libwayland-cursor-0:1.24.0-1. 100% | 135.9 KiB/s |  18.9 KiB |  00m00s
- [109/248] pango-0:1.57.0-1.fc43.x86_64  100% |  95.0 KiB/s | 353.4 KiB |  00m04s
- [110/248] adwaita-icon-theme-0:49.0-1.f 100% |   3.8 MiB/s | 403.9 KiB |  00m00s
- [111/248] cairo-gobject-0:1.18.4-2.fc43 100% | 445.5 KiB/s |  16.9 KiB |  00m00s
- [112/248] colord-libs-0:1.4.8-2.fc43.x8 100% |   1.1 MiB/s | 230.5 KiB |  00m00s
- [113/248] fribidi-0:1.0.16-3.fc43.x86_6 100% | 308.2 KiB/s |  53.3 KiB |  00m00s
- [114/248] gtk-update-icon-cache-0:3.24. 100% | 444.6 KiB/s |  33.8 KiB |  00m00s
- [115/248] hicolor-icon-theme-0:0.18-2.f 100% | 134.5 KiB/s |  65.9 KiB |  00m00s
- [116/248] libXcomposite-0:0.4.6-6.fc43. 100% |   1.0 MiB/s |  24.2 KiB |  00m00s
- [117/248] libXcursor-0:1.2.3-3.fc43.x86 100% | 944.2 KiB/s |  31.2 KiB |  00m00s
- [118/248] libXdamage-0:1.1.6-6.fc43.x86 100% | 540.9 KiB/s |  23.3 KiB |  00m00s
- [119/248] libXfixes-0:6.0.1-6.fc43.x86_ 100% |  37.6 KiB/s |  19.1 KiB |  00m01s
- [120/248] libXi-0:1.8.2-3.fc43.x86_64   100% |   1.8 MiB/s |  40.3 KiB |  00m00s
- [121/248] libXinerama-0:1.1.5-9.fc43.x8 100% |   2.0 MiB/s |  14.2 KiB |  00m00s
- [122/248] libXrandr-0:1.5.4-6.fc43.x86_ 100% |   1.5 MiB/s |  27.6 KiB |  00m00s
- [123/248] libcloudproviders-0:0.3.6-2.f 100% |   2.2 MiB/s |  46.9 KiB |  00m00s
- [124/248] libepoxy-0:1.5.10-11.fc43.x86 100% |   2.9 MiB/s | 229.5 KiB |  00m00s
- [125/248] libwayland-egl-0:1.24.0-1.fc4 100% | 147.3 KiB/s |  12.4 KiB |  00m00s
- [126/248] libxkbcommon-0:1.11.0-1.fc43. 100% | 405.4 KiB/s | 174.3 KiB |  00m00s
- [127/248] libXft-0:2.3.8-9.fc43.x86_64  100% |   2.0 MiB/s |  72.2 KiB |  00m00s
- [128/248] libthai-0:0.1.29-11.fc43.x86_ 100% |   2.1 MiB/s | 210.3 KiB |  00m00s
- [129/248] adwaita-cursor-theme-0:49.0-1 100% | 283.2 KiB/s | 380.1 KiB |  00m01s
- [130/248] gtk3-0:3.24.51-2.fc43.x86_64  100% | 171.4 KiB/s |   5.9 MiB |  00m35s
- [131/248] adwaita-icon-theme-legacy-0:4 100% | 149.8 KiB/s |   2.5 MiB |  00m17s
- [132/248] libgusb-0:0.4.9-4.fc43.x86_64 100% | 143.7 KiB/s |  64.5 KiB |  00m00s
- [133/248] lcms2-0:2.16-6.fc43.x86_64    100% | 313.5 KiB/s | 182.8 KiB |  00m01s
- [134/248] libdatrie-0:0.2.13-12.fc43.x8 100% | 941.1 KiB/s |  32.0 KiB |  00m00s
- [135/248] json-glib-0:1.10.8-4.fc43.x86 100% | 182.7 KiB/s | 172.7 KiB |  00m01s
- [136/248] at-spi2-atk-0:2.58.3-1.fc43.x 100% | 188.3 KiB/s |  87.4 KiB |  00m00s
- [137/248] at-spi2-core-0:2.58.3-1.fc43. 100% |  88.7 KiB/s | 390.0 KiB |  00m04s
- [138/248] atk-0:2.58.3-1.fc43.x86_64    100% | 337.5 KiB/s |  80.3 KiB |  00m00s
- [139/248] dbus-1:1.16.0-4.fc43.x86_64   100% | 159.1 KiB/s |   7.5 KiB |  00m00s
- [140/248] libXtst-0:1.2.5-3.fc43.x86_64 100% | 146.6 KiB/s |  20.5 KiB |  00m00s
- [141/248] xprop-0:1.2.8-4.fc43.x86_64   100% |  45.1 KiB/s |  34.8 KiB |  00m01s
- [142/248] cups-libs-1:2.4.16-4.fc43.x86 100% | 160.7 KiB/s | 261.6 KiB |  00m02s
- [143/248] cups-filesystem-1:2.4.16-4.fc 100% | 232.5 KiB/s |  13.0 KiB |  00m00s
- [144/248] avahi-libs-0:0.9~rc2-6.fc43.x 100% |  45.6 KiB/s |  69.0 KiB |  00m02s
- [145/248] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% | 164.6 KiB/s | 484.9 KiB |  00m03s
- [146/248] hwdata-0:0.404-1.fc43.noarch  100% | 126.7 KiB/s |   1.7 MiB |  00m14s
- [147/248] avahi-glib-0:0.9~rc2-6.fc43.x 100% |  63.2 KiB/s |  15.2 KiB |  00m00s
- [148/248] libstemmer-0:3.0.1-8.fc43.x86 100% |  87.7 KiB/s | 155.3 KiB |  00m02s
- [149/248] libtinysparql-0:3.10.1-5.fc43 100% | 111.9 KiB/s | 347.1 KiB |  00m03s
- [150/248] libsoup3-0:3.6.6-1.fc43.x86_6 100% | 290.8 KiB/s | 451.3 KiB |  00m02s
- [151/248] glycin-libs-0:2.0.8-1.fc43.x8 100% | 183.9 KiB/s |   1.5 MiB |  00m09s
- [152/248] libheif-0:1.20.2-6.fc43.x86_6 100% | 103.2 KiB/s | 578.1 KiB |  00m06s
- [153/248] libopenjph-0:0.22.0-2.fc43.x8 100% | 569.6 KiB/s | 154.4 KiB |  00m00s
- [154/248] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 587.9 KiB/s | 192.2 KiB |  00m00s
- [155/248] glycin-loaders-0:2.0.8-1.fc43 100% | 199.2 KiB/s |   2.8 MiB |  00m14s
- [156/248] openh264-0:2.6.0-2.fc43.x86_6 100% | 353.2 KiB/s | 422.8 KiB |  00m01s
- [157/248] xkeyboard-config-0:2.46-1.fc4 100% | 230.2 KiB/s | 993.6 KiB |  00m04s
- [158/248] xdg-desktop-portal-gtk-0:1.15 100% | 366.3 KiB/s | 144.0 KiB |  00m00s
- [159/248] xdg-desktop-portal-0:1.20.3-2 100% | 238.2 KiB/s | 507.6 KiB |  00m02s
- [160/248] fuse3-0:3.16.2-5.fc42.x86_64  100% |  24.4 KiB/s |  57.4 KiB |  00m02s
- [161/248] mesa-dri-drivers-0:25.3.5-1.f 100% | 150.0 KiB/s |  12.8 MiB |  01m27s
- [162/248] libgudev-0:238-8.fc43.x86_64  100% | 186.1 KiB/s |  34.6 KiB |  00m00s
- [163/248] fuse-common-0:3.16.2-5.fc42.x 100% | 204.8 KiB/s |   8.6 KiB |  00m00s
- [164/248] mesa-va-drivers-0:25.3.5-1.fc 100% | 243.1 KiB/s |   9.0 KiB |  00m00s
- [165/248] fuse3-libs-0:3.16.2-5.fc42.x8 100% |  94.7 KiB/s |  94.2 KiB |  00m01s
- [166/248] libcanberra-gtk3-0:0.30-38.fc 100% |  67.1 KiB/s |  30.1 KiB |  00m00s
- [167/248] libcanberra-0:0.30-38.fc43.x8 100% |  77.8 KiB/s |  83.7 KiB |  00m01s
- [168/248] libtdb-0:1.4.14-3.fc43.x86_64 100% | 140.1 KiB/s |  55.1 KiB |  00m00s
- [169/248] librsvg2-0:2.61.0-5.fc43.x86_ 100% | 162.5 KiB/s |   1.9 MiB |  00m12s
- [170/248] libvorbis-1:1.3.7-13.fc43.x86 100% |  62.1 KiB/s | 188.4 KiB |  00m03s
- [171/248] dconf-0:0.49.0-1.fc43.x86_64  100% |  29.8 KiB/s | 110.2 KiB |  00m04s
- [172/248] sound-theme-freedesktop-0:0.8 100% |  44.3 KiB/s | 382.3 KiB |  00m09s
- [173/248] glib-networking-0:2.80.1-3.fc 100% |  79.9 KiB/s | 200.8 KiB |  00m03s
- [174/248] tinysparql-0:3.10.1-5.fc43.x8 100% | 148.2 KiB/s |   1.0 MiB |  00m07s
- [175/248] geoclue2-0:2.8.0-1.fc43.x86_6 100% | 208.0 KiB/s | 144.5 KiB |  00m01s
- [176/248] ModemManager-glib-0:1.24.2-1. 100% | 203.5 KiB/s | 334.9 KiB |  00m02s
- [177/248] gsettings-desktop-schemas-0:4 100% | 159.7 KiB/s | 822.9 KiB |  00m05s
- [178/248] libunwind-0:1.8.1-3.fc43.x86_ 100% |  98.0 KiB/s |  76.5 KiB |  00m01s
- [179/248] gstreamer1-0:1.26.10-1.fc43.x 100% | 176.2 KiB/s |   1.7 MiB |  00m10s
- [180/248] cdparanoia-libs-0:10.2-48.fc4 100% |  55.7 KiB/s |  53.9 KiB |  00m01s
- [181/248] graphene-0:1.10.8-2.fc43.x86_ 100% | 179.2 KiB/s |  61.3 KiB |  00m00s
- [182/248] gstreamer1-plugins-base-0:1.2 100% | 140.6 KiB/s |   2.3 MiB |  00m17s
- [183/248] libXv-0:1.0.13-3.fc43.x86_64  100% |  66.6 KiB/s |  18.6 KiB |  00m00s
- [184/248] libtheora-1:1.1.1-40.fc43.x86 100% |   2.1 MiB/s | 170.3 KiB |  00m00s
- [185/248] libvisual-1:0.4.2-3.fc43.x86_ 100% |   1.5 MiB/s | 153.2 KiB |  00m00s
- [186/248] opus-0:1.5.2-3.fc43.x86_64    100% |   1.7 MiB/s | 237.1 KiB |  00m00s
- [187/248] orc-0:0.4.41-2.fc43.x86_64    100% |   1.9 MiB/s | 221.5 KiB |  00m00s
- [188/248] svt-av1-devel-docs-0:3.1.2-1. 100% | 155.5 KiB/s |   6.8 MiB |  00m44s
- [189/248] fdk-aac-free-0:2.0.0-16.fc43. 100% | 125.7 KiB/s | 341.1 KiB |  00m03s
- [190/248] fftw-libs-single-0:3.3.10-16. 100% | 425.1 KiB/s |   1.2 MiB |  00m03s
- [191/248] libebur128-0:1.2.6-14.fc43.x8 100% | 591.9 KiB/s |  24.9 KiB |  00m00s
- [192/248] liblc3-0:1.1.3-5.fc43.x86_64  100% | 304.8 KiB/s | 105.1 KiB |  00m00s
- [193/248] libldac-0:2.0.2.3-18.fc43.x86 100% |   1.1 MiB/s |  42.5 KiB |  00m00s
- [194/248] libsbc-0:2.0-7.fc43.x86_64    100% |   1.6 MiB/s |  49.0 KiB |  00m00s
- [195/248] libsndfile-0:1.2.2-10.fc43.x8 100% |   4.6 MiB/s | 220.8 KiB |  00m00s
- [196/248] pipewire-libs-0:1.4.10-1.fc43 100% | 196.9 KiB/s |   2.4 MiB |  00m13s
- [197/248] gsm-0:1.0.23-1.fc43.x86_64    100% |   1.0 MiB/s |  36.0 KiB |  00m00s
- [198/248] lame-libs-0:3.100-20.fc43.x86 100% |   3.2 MiB/s | 338.9 KiB |  00m00s
- [199/248] mpg123-libs-0:1.32.10-2.fc43. 100% |   5.4 MiB/s | 355.6 KiB |  00m00s
- [200/248] libogg-2:1.3.6-2.fc43.x86_64  100% | 310.0 KiB/s |  33.5 KiB |  00m00s
- [201/248] webrtc-audio-processing-0:1.3 100% | 485.8 KiB/s | 533.9 KiB |  00m01s
- [202/248] flac-libs-0:1.5.0-5.fc43.x86_ 100% | 289.9 KiB/s | 217.1 KiB |  00m01s
- [203/248] iso-codes-0:4.18.0-2.fc43.noa 100% | 165.5 KiB/s |   3.7 MiB |  00m23s
- [204/248] libasyncns-0:0.8-31.fc43.x86_ 100% |  35.4 KiB/s |  30.0 KiB |  00m01s
- [205/248] libproxy-0:0.5.12-1.fc43.x86_ 100% | 303.0 KiB/s |  45.2 KiB |  00m00s
- [206/248] alsa-lib-0:1.2.15.3-1.fc43.x8 100% | 241.5 KiB/s | 541.4 KiB |  00m02s
- [207/248] bluez-libs-0:5.86-3.fc43.x86_ 100% | 280.3 KiB/s |  82.7 KiB |  00m00s
- [208/248] pulseaudio-libs-0:17.0-9.fc43 100% | 270.5 KiB/s | 694.2 KiB |  00m03s
- [209/248] libnotify-0:0.8.8-1.fc43.x86_ 100% | 223.6 KiB/s |  55.9 KiB |  00m00s
- [210/248] pipewire-0:1.4.10-1.fc43.x86_ 100% | 304.6 KiB/s | 134.3 KiB |  00m00s
- [211/248] low-memory-monitor-0:2.1-13.f 100% |  45.0 KiB/s |  34.2 KiB |  00m01s
- [212/248] rtkit-0:0.11-69.fc43.x86_64   100% | 413.2 KiB/s |  54.9 KiB |  00m00s
- [213/248] duktape-0:2.7.0-10.fc43.x86_6 100% |  54.5 KiB/s | 168.7 KiB |  00m03s
- [214/248] dbus-broker-0:37-2.fc43.x86_6 100% |  84.5 KiB/s | 173.8 KiB |  00m02s
- [215/248] systemd-pam-0:258.4-1.fc43.x8 100% | 124.9 KiB/s | 423.3 KiB |  00m03s
- [216/248] polkit-0:126-6.fc43.x86_64    100% | 112.0 KiB/s | 160.3 KiB |  00m01s
- [217/248] dbus-common-1:1.16.0-4.fc43.n 100% | 488.8 KiB/s |  14.2 KiB |  00m00s
- [218/248] polkit-libs-0:126-6.fc43.x86_ 100% | 548.0 KiB/s |  67.4 KiB |  00m00s
- [219/248] adwaita-mono-fonts-0:49.0-2.f 100% | 231.7 KiB/s |   1.4 MiB |  00m06s
- [220/248] adwaita-sans-fonts-0:49.0-2.f 100% | 652.1 KiB/s | 764.3 KiB |  00m01s
- [221/248] wireplumber-0:0.5.13-1.fc43.x 100% | 372.8 KiB/s | 122.3 KiB |  00m00s
- [222/248] systemd-shared-0:258.4-1.fc43 100% | 156.8 KiB/s |   1.8 MiB |  00m12s
- [223/248] pipewire-alsa-0:1.4.10-1.fc43 100% | 400.5 KiB/s |  59.7 KiB |  00m00s
- [224/248] pipewire-jack-audio-connectio 100% | 202.7 KiB/s |  11.6 KiB |  00m00s
- [225/248] pipewire-jack-audio-connectio 100% | 281.7 KiB/s | 144.8 KiB |  00m01s
- [226/248] pipewire-pulseaudio-0:1.4.10- 100% | 189.2 KiB/s | 210.4 KiB |  00m01s
- [227/248] wireplumber-libs-0:0.5.13-1.f 100% | 155.4 KiB/s | 426.2 KiB |  00m03s
- [228/248] pipewire-plugin-libcamera-0:1 100% | 201.8 KiB/s |  74.5 KiB |  00m00s
- [229/248] libbpf-2:1.6.1-3.fc43.x86_64  100% |   1.5 MiB/s | 191.0 KiB |  00m00s
- [230/248] device-mapper-libs-0:1.02.208 100% | 191.6 KiB/s | 179.9 KiB |  00m01s
- [231/248] device-mapper-0:1.02.208-2.fc 100% | 222.3 KiB/s | 138.7 KiB |  00m01s
- [232/248] qrencode-libs-0:4.1.1-11.fc43 100% | 210.6 KiB/s |  62.3 KiB |  00m00s
- [233/248] kmod-libs-0:34.2-2.fc43.x86_6 100% | 216.1 KiB/s |  68.1 KiB |  00m00s
- [234/248] cryptsetup-libs-0:2.8.4-1.fc4 100% | 190.3 KiB/s | 574.2 KiB |  00m03s
- [235/248] systemd-resolved-0:258.4-1.fc 100% | 116.8 KiB/s | 319.5 KiB |  00m03s
- [236/248] polkit-pkla-compat-0:0.1-31.f 100% | 129.1 KiB/s |  43.9 KiB |  00m00s
- [237/248] systemd-0:258.4-1.fc43.x86_64 100% | 182.6 KiB/s |   4.2 MiB |  00m23s
- [238/248] systemd-networkd-0:258.4-1.fc 100% | 172.9 KiB/s | 774.8 KiB |  00m04s
- [239/248] libcamera-0:0.5.2-5.fc43.x86_ 100% | 225.0 KiB/s | 682.2 KiB |  00m03s
- [240/248] lttng-ust-0:2.14.0-4.fc43.x86 100% | 127.1 KiB/s | 366.3 KiB |  00m03s
- [241/248] kmod-0:34.2-2.fc43.x86_64     100% | 220.8 KiB/s | 132.7 KiB |  00m01s
- [242/248] kbd-0:2.8.0-3.fc43.x86_64     100% | 243.1 KiB/s | 386.1 KiB |  00m02s
- [243/248] kbd-legacy-0:2.8.0-3.fc43.noa 100% | 310.9 KiB/s | 578.3 KiB |  00m02s
- [244/248] libcamera-ipa-0:0.5.2-5.fc43. 100% | 377.9 KiB/s | 179.1 KiB |  00m00s
- [245/248] zlib-ng-compat-0:2.3.3-1.fc43 100% | 221.0 KiB/s |  88.6 KiB |  00m00s
- [246/248] kbd-misc-0:2.8.0-3.fc43.noarc 100% | 280.6 KiB/s |   1.6 MiB |  00m06s
- [247/248] systemd-udev-0:258.4-1.fc43.x 100% | 188.9 KiB/s |   2.6 MiB |  00m14s
- [248/248] glib2-0:2.86.4-1.fc43.x86_64  100% | 219.8 KiB/s |   3.1 MiB |  00m14s
- --------------------------------------------------------------------------------
- [248/248] Total                         100% | 329.8 KiB/s | 117.1 MiB |  06m04s
- Running transaction
- [  1/252] Verify package files          100% | 517.0   B/s | 248.0   B |  00m00s
- [  2/252] Prepare transaction           100% |   1.5 KiB/s | 250.0   B |  00m00s
- [  3/252] Upgrading zlib-ng-compat-0:2. 100% |  52.9 MiB/s | 162.6 KiB |  00m00s
- [  4/252] Upgrading glib2-0:2.86.4-1.fc 100% | 258.6 MiB/s |  15.0 MiB |  00m00s
- [  5/252] Installing libXext-0:1.3.6-4. 100% |  89.1 MiB/s |  91.2 KiB |  00m00s
- [  6/252] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [  7/252] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [  8/252] Installing avahi-libs-0:0.9~r 100% |  85.0 MiB/s | 174.0 KiB |  00m00s
- [  9/252] Installing libXrender-0:0.9.1 100% |  46.2 MiB/s |  47.3 KiB |  00m00s
- [ 10/252] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB |  00m00s
- [ 11/252] Installing libogg-2:1.3.6-2.f 100% |  46.0 MiB/s |  47.1 KiB |  00m00s
- [ 12/252] Installing libwayland-client- 100% |  61.7 MiB/s |  63.2 KiB |  00m00s
- [ 13/252] Installing libglvnd-1:1.7.0-8 100% | 257.6 MiB/s | 527.5 KiB |  00m00s
- [ 14/252] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 15/252] Installing libjpeg-turbo-0:3. 100% | 262.6 MiB/s | 806.6 KiB |  00m00s
- [ 16/252] Installing libvorbis-1:1.3.7- 100% | 163.3 MiB/s | 835.9 KiB |  00m00s
- [ 17/252] Installing libXi-0:1.8.2-3.fc 100% |  79.8 MiB/s |  81.7 KiB |  00m00s
- [ 18/252] Installing libpng-2:1.6.55-1. 100% | 118.6 MiB/s | 243.0 KiB |  00m00s
- [ 19/252] Installing systemd-shared-0:2 100% | 260.7 MiB/s |   5.0 MiB |  00m00s
- [ 20/252] Installing alsa-lib-0:1.2.15. 100% |  54.3 MiB/s |   1.5 MiB |  00m00s
- [ 21/252] Installing libdav1d-0:1.5.3-1 100% | 241.9 MiB/s |   1.7 MiB |  00m00s
- [ 22/252] Installing libwebp-0:1.6.0-2. 100% | 156.4 MiB/s | 960.7 KiB |  00m00s
- [ 23/252] Installing libwayland-cursor- 100% |  37.6 MiB/s |  38.5 KiB |  00m00s
- [ 24/252] Installing avahi-glib-0:0.9~r 100% |  20.0 MiB/s |  20.4 KiB |  00m00s
- [ 25/252] Installing opus-0:1.5.2-3.fc4 100% | 139.5 MiB/s | 428.7 KiB |  00m00s
- [ 26/252] Installing libXfixes-0:6.0.1- 100% |  26.9 MiB/s |  27.6 KiB |  00m00s
- [ 27/252] Installing rav1e-libs-0:0.8.1 100% | 256.9 MiB/s |   3.1 MiB |  00m00s
- [ 28/252] Installing svt-av1-libs-0:3.1 100% | 265.2 MiB/s |   5.6 MiB |  00m00s
- [ 29/252] Installing libwebp-devel-0:1. 100% |  40.8 MiB/s | 125.4 KiB |  00m00s
- [ 30/252] Installing libpng-devel-2:1.6 100% |  48.4 MiB/s | 891.6 KiB |  00m00s
- [ 31/252] Installing libyuv-0:0-0.57.20 100% | 166.3 MiB/s | 681.3 KiB |  00m00s
- [ 32/252] Installing libglvnd-opengl-1: 100% |  71.1 MiB/s | 145.6 KiB |  00m00s
- [ 33/252] Installing shared-mime-info-0 100% |  56.3 MiB/s |   2.6 MiB |  00m00s
- [ 34/252] Installing libsoup3-0:3.6.6-1 100% | 222.6 MiB/s |   1.8 MiB |  00m00s
- [ 35/252] Installing libgudev-0:238-8.f 100% |  41.7 MiB/s |  85.3 KiB |  00m00s
- [ 36/252] Installing gsettings-desktop- 100% | 478.5 MiB/s |   5.7 MiB |  00m00s
- [ 37/252] Installing polkit-libs-0:126- 100% |  98.4 MiB/s | 201.5 KiB |  00m00s
- [ 38/252] Installing duktape-0:2.7.0-10 100% | 201.1 MiB/s | 617.8 KiB |  00m00s
- [ 39/252] Installing libunwind-0:1.8.1- 100% |  64.3 MiB/s | 197.4 KiB |  00m00s
- [ 40/252] Installing gstreamer1-0:1.26. 100% | 145.9 MiB/s |   5.4 MiB |  00m00s
- [ 41/252] Installing libtdb-0:1.4.14-3. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 42/252] Installing fuse3-libs-0:3.16. 100% | 138.0 MiB/s | 282.6 KiB |  00m00s
- [ 43/252] Installing lcms2-0:2.16-6.fc4 100% | 141.7 MiB/s | 435.3 KiB |  00m00s
- [ 44/252] Installing libwayland-egl-0:1 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 45/252] Installing fribidi-0:1.0.16-3 100% |  11.8 MiB/s | 192.8 KiB |  00m00s
- [ 46/252] Installing mesa-filesystem-0: 100% |   0.0   B/s |   4.3 KiB |  00m00s
- [ 47/252] Installing gtest-0:1.15.2-4.f 100% | 163.8 MiB/s | 503.2 KiB |  00m00s
- [ 48/252] Installing highway-0:1.3.0-1. 100% | 345.9 MiB/s |   5.5 MiB |  00m00s
- [ 49/252] Installing libjxl-1:0.11.1-7. 100% | 274.0 MiB/s |   4.1 MiB |  00m00s
- [ 50/252] Installing liblerc-0:4.0.0-9. 100% | 203.6 MiB/s | 625.6 KiB |  00m00s
- [ 51/252] Installing graphite2-0:1.3.14 100% |  11.1 MiB/s | 193.9 KiB |  00m00s
- [ 52/252] Installing freetype-0:2.13.3- 100% | 166.4 MiB/s | 851.9 KiB |  00m00s
- [ 53/252] Installing harfbuzz-0:11.5.1- 100% | 104.7 MiB/s |   2.8 MiB |  00m00s
- [ 54/252] Installing xml-common-0:0.6.3 100% |  26.4 MiB/s |  81.1 KiB |  00m00s
- [ 55/252] Installing pixman-0:0.46.2-2. 100% | 173.7 MiB/s | 711.4 KiB |  00m00s
- [ 56/252] Installing lzo-0:2.10-15.fc43 100% |  88.1 MiB/s | 180.5 KiB |  00m00s
- [ 57/252] Installing libvmaf-0:3.0.0-4. 100% | 202.2 MiB/s | 828.4 KiB |  00m00s
- [ 58/252] Installing libaom-0:3.13.1-1. 100% | 264.8 MiB/s |   5.0 MiB |  00m00s
- [ 59/252] Installing libavif-0:1.3.0-2. 100% | 126.5 MiB/s | 259.1 KiB |  00m00s
- [ 60/252] Installing libvmaf-devel-0:3. 100% |  30.2 MiB/s |  30.9 KiB |  00m00s
- [ 61/252] Installing libaom-devel-0:3.1 100% | 111.4 MiB/s | 228.2 KiB |  00m00s
- [ 62/252] Installing pixman-devel-0:0.4 100% |  18.5 MiB/s |  56.9 KiB |  00m00s
- [ 63/252] Installing iso-codes-0:4.18.0 100% | 460.3 MiB/s |  21.6 MiB |  00m00s
- [ 64/252] Installing harfbuzz-icu-0:11. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 65/252] Installing graphite2-devel-0: 100% |  49.6 MiB/s |  50.8 KiB |  00m00s
- [ 66/252] Installing liblerc-devel-0:4. 100% | 857.4 MiB/s |   4.3 MiB |  00m00s
- [ 67/252] Installing gmock-0:1.15.2-4.f 100% |  64.7 MiB/s | 132.4 KiB |  00m00s
- [ 68/252] Installing gtest-devel-0:1.15 100% | 176.1 MiB/s |   1.1 MiB |  00m00s
- [ 69/252] Installing highway-devel-0:1. 100% | 253.4 MiB/s |   4.3 MiB |  00m00s
- [ 70/252] Installing libproxy-0:0.5.12- 100% |  51.1 MiB/s | 104.6 KiB |  00m00s
- [ 71/252] Installing mesa-libGLU-0:9.0. 100% | 177.1 MiB/s | 362.6 KiB |  00m00s
- [ 72/252] Installing svt-av1-devel-0:3. 100% |  69.1 MiB/s |  70.8 KiB |  00m00s
- [ 73/252] Installing rav1e-devel-0:0.8. 100% |  46.3 MiB/s |  47.4 KiB |  00m00s
- [ 74/252] Installing libXcursor-0:1.2.3 100% |  53.8 MiB/s |  55.1 KiB |  00m00s
- [ 75/252] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [ 76/252] Installing libdav1d-devel-0:1 100% |  42.2 MiB/s |  43.2 KiB |  00m00s
- [ 77/252] Installing libavif-devel-0:1. 100% |  96.3 MiB/s |  98.6 KiB |  00m00s
- [ 78/252] Installing libXtst-0:1.2.5-3. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [ 79/252] Installing libjpeg-turbo-deve 100% | 174.1 MiB/s | 356.5 KiB |  00m00s
- [ 80/252] Installing abattis-cantarell- 100% |  94.9 MiB/s | 194.4 KiB |  00m00s
- [ 81/252] Installing libtheora-1:1.1.1- 100% | 156.2 MiB/s | 479.7 KiB |  00m00s
- [ 82/252] Installing flac-libs-0:1.5.0- 100% | 150.0 MiB/s | 614.2 KiB |  00m00s
- [ 83/252] Installing libgusb-0:0.4.9-4. 100% |  79.9 MiB/s | 163.7 KiB |  00m00s
- [ 84/252] Installing colord-libs-0:1.4. 100% | 162.8 MiB/s | 833.8 KiB |  00m00s
- [ 85/252] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 86/252] Installing libXrandr-0:1.5.4- 100% |  51.8 MiB/s |  53.0 KiB |  00m00s
- [ 87/252] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [ 88/252] Installing libXxf86vm-0:1.1.6 100% |  25.9 MiB/s |  26.5 KiB |  00m00s
- [ 89/252] Installing libXinerama-0:1.1. 100% |  15.7 MiB/s |  16.1 KiB |  00m00s
- [ 90/252] Installing libXv-0:1.0.13-3.f 100% |  26.6 MiB/s |  27.2 KiB |  00m00s
- [ 91/252] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [ 92/252] Installing ModemManager-glib- 100% | 251.8 MiB/s |   1.5 MiB |  00m00s
- [ 93/252] Installing graphene-0:1.10.8- 100% |  78.2 MiB/s | 160.1 KiB |  00m00s
- [ 94/252] Installing libbpf-2:1.6.1-3.f 100% | 137.9 MiB/s | 423.7 KiB |  00m00s
- [ 95/252] Installing kmod-libs-0:34.2-2 100% |  66.5 MiB/s | 136.2 KiB |  00m00s
- [ 96/252] Installing kmod-0:34.2-2.fc43 100% |  12.4 MiB/s | 253.1 KiB |  00m00s
- [ 97/252] Installing kbd-misc-0:2.8.0-3 100% |  50.2 MiB/s |   2.6 MiB |  00m00s
- [ 98/252] Installing kbd-legacy-0:2.8.0 100% |  22.5 MiB/s | 621.4 KiB |  00m00s
- [ 99/252] Installing kbd-0:2.8.0-3.fc43 100% |  56.1 MiB/s |   1.5 MiB |  00m00s
- [100/252] Installing lttng-ust-0:2.14.0 100% | 146.2 MiB/s |   1.3 MiB |  00m00s
- [101/252] Installing libcamera-0:0.5.2- 100% |  69.2 MiB/s |   2.2 MiB |  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.
- >>>
- [102/252] Installing dbus-common-1:1.16 100% | 376.4 KiB/s |  13.6 KiB |  00m00s
- [103/252] Installing dbus-broker-0:37-2 100% |   9.8 MiB/s | 389.8 KiB |  00m00s
- [104/252] Installing dbus-1:1.16.0-4.fc 100% |   2.1 KiB/s | 124.0   B |  00m00s
- >>> Running sysusers scriptlet: systemd-0:258.4-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.4-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-journal' with GID 190.
- >>>
- >>> Running sysusers scriptlet: systemd-0:258.4-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.4-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
- >>>
- [105/252] Installing systemd-0:258.4-1. 100% |  31.7 MiB/s |  12.9 MiB |  00m00s
- [106/252] Installing systemd-pam-0:258. 100% |  38.8 MiB/s |   1.2 MiB |  00m00s
- >>> Running sysusers scriptlet: polkit-0:126-6.fc43.x86_64
- >>> Finished sysusers scriptlet: polkit-0:126-6.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'polkitd' with GID 114.
- >>> Creating user 'polkitd' (User for polkitd) with UID 114 and GID 114.
- >>>
- [107/252] Installing polkit-0:126-6.fc4 100% |   5.8 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.
- >>>
- [108/252] Installing rtkit-0:0.11-69.fc 100% |   2.7 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
- >>>
- [109/252] Installing device-mapper-0:1. 100% |  18.0 MiB/s | 350.2 KiB |  00m00s
- [110/252] Installing device-mapper-libs 100% | 102.4 MiB/s | 419.4 KiB |  00m00s
- [111/252] Installing cryptsetup-libs-0: 100% | 294.8 MiB/s |   2.7 MiB |  00m00s
- [112/252] Installing bluez-libs-0:5.86- 100% |  97.4 MiB/s | 199.4 KiB |  00m00s
- [113/252] Installing libasyncns-0:0.8-3 100% |  55.4 MiB/s |  56.8 KiB |  00m00s
- [114/252] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB |  00m00s
- [115/252] Installing lame-libs-0:3.100- 100% | 239.7 MiB/s |   1.2 MiB |  00m00s
- [116/252] Installing gsm-0:1.0.23-1.fc4 100% |  32.7 MiB/s |  66.9 KiB |  00m00s
- [117/252] Installing libsndfile-0:1.2.2 100% | 134.7 MiB/s | 551.6 KiB |  00m00s
- [118/252] Installing pulseaudio-libs-0: 100% | 307.2 MiB/s |   3.4 MiB |  00m00s
- [119/252] Installing webrtc-audio-proce 100% | 195.2 MiB/s |   1.4 MiB |  00m00s
- [120/252] Installing libsbc-0:2.0-7.fc4 100% |  92.3 MiB/s |  94.5 KiB |  00m00s
- [121/252] Installing libldac-0:2.0.2.3- 100% |  37.2 MiB/s |  76.2 KiB |  00m00s
- [122/252] Installing liblc3-0:1.1.3-5.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [123/252] Installing libebur128-0:1.2.6 100% |  39.8 MiB/s |  40.7 KiB |  00m00s
- [124/252] Installing fftw-libs-single-0 100% | 276.9 MiB/s |   3.6 MiB |  00m00s
- [125/252] Installing fdk-aac-free-0:2.0 100% | 119.8 MiB/s | 613.3 KiB |  00m00s
- [126/252] Installing pipewire-libs-0:1. 100% | 166.9 MiB/s |   8.7 MiB |  00m00s
- [127/252] Installing wireplumber-libs-0 100% | 110.5 MiB/s |   1.3 MiB |  00m00s
- [128/252] Installing wireplumber-0:0.5. 100% |  16.0 MiB/s | 443.2 KiB |  00m00s
- [129/252] Installing pipewire-jack-audi 100% |  25.7 MiB/s | 499.2 KiB |  00m00s
- [130/252] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0   B |  00m00s
- [131/252] Installing orc-0:0.4.41-2.fc4 100% |  37.5 MiB/s | 728.9 KiB |  00m00s
- [132/252] Installing libvisual-1:0.4.2- 100% | 148.2 MiB/s | 455.1 KiB |  00m00s
- [133/252] Installing cdparanoia-libs-0: 100% |  56.1 MiB/s | 115.0 KiB |  00m00s
- [134/252] Installing sound-theme-freede 100% |  19.8 MiB/s | 467.2 KiB |  00m00s
- [135/252] Installing libcanberra-0:0.30 100% |   4.4 MiB/s | 271.4 KiB |  00m00s
- [136/252] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [137/252] Installing fuse3-0:3.16.2-5.f 100% |   7.2 MiB/s | 132.0 KiB |  00m00s
- [138/252] Installing openh264-0:2.6.0-2 100% | 156.6 MiB/s |   1.1 MiB |  00m00s
- [139/252] Installing xkeyboard-config-0 100% | 198.2 MiB/s |  10.3 MiB |  00m00s
- [140/252] Installing libxkbcommon-0:1.1 100% | 133.4 MiB/s | 409.9 KiB |  00m00s
- [141/252] Installing openjpeg-0:2.5.4-1 100% | 149.2 MiB/s | 458.2 KiB |  00m00s
- [142/252] Installing libopenjph-0:0.22. 100% | 114.1 MiB/s | 467.3 KiB |  00m00s
- [143/252] Installing libheif-0:1.20.2-6 100% | 221.9 MiB/s |   1.6 MiB |  00m00s
- [144/252] Installing libstemmer-0:3.0.1 100% | 215.8 MiB/s | 662.9 KiB |  00m00s
- [145/252] Installing libtinysparql-0:3. 100% | 162.4 MiB/s | 997.9 KiB |  00m00s
- [146/252] Installing cups-filesystem-1: 100% | 890.6 KiB/s |   1.8 KiB |  00m00s
- [147/252] Installing cups-libs-1:2.4.16 100% | 151.4 MiB/s | 620.2 KiB |  00m00s
- [148/252] Installing xprop-0:1.2.8-4.fc 100% |   3.2 MiB/s |  56.0 KiB |  00m00s
- [149/252] Installing at-spi2-core-0:2.5 100% | 173.2 MiB/s |   1.6 MiB |  00m00s
- [150/252] Installing atk-0:2.58.3-1.fc4 100% | 122.1 MiB/s | 250.0 KiB |  00m00s
- [151/252] Installing at-spi2-atk-0:2.58 100% |  93.0 MiB/s | 285.7 KiB |  00m00s
- [152/252] Installing hwdata-0:0.404-1.f 100% | 392.5 MiB/s |   9.8 MiB |  00m00s
- [153/252] Installing libpciaccess-0:0.1 100% |  44.8 MiB/s |  45.9 KiB |  00m00s
- [154/252] Installing libdrm-0:2.4.131-1 100% |  99.7 MiB/s | 408.5 KiB |  00m00s
- [155/252] Installing libdatrie-0:0.2.13 100% |  53.7 MiB/s |  54.9 KiB |  00m00s
- [156/252] Installing libthai-0:0.1.29-1 100% |  95.8 MiB/s | 785.2 KiB |  00m00s
- [157/252] Installing adwaita-icon-theme 100% |  19.6 MiB/s |   2.4 MiB |  00m00s
- [158/252] Installing adwaita-cursor-the 100% | 394.1 MiB/s |  11.4 MiB |  00m00s
- [159/252] Installing adwaita-icon-theme 100% |  23.9 MiB/s |   1.3 MiB |  00m00s
- [160/252] Installing libepoxy-0:1.5.10- 100% | 215.7 MiB/s |   1.1 MiB |  00m00s
- [161/252] Installing libXcomposite-0:0. 100% |  41.0 MiB/s |  42.0 KiB |  00m00s
- [162/252] Installing hicolor-icon-theme 100% |   5.0 MiB/s | 179.7 KiB |  00m00s
- [163/252] Installing xz-devel-1:5.8.1-4 100% |  64.1 MiB/s | 262.6 KiB |  00m00s
- [164/252] Installing libxml2-devel-0:2. 100% | 126.5 MiB/s |   3.4 MiB |  00m00s
- [165/252] Installing libblkid-devel-0:2 100% |  22.5 MiB/s |  46.0 KiB |  00m00s
- [166/252] Installing spirv-tools-libs-0 100% | 228.9 MiB/s |   6.0 MiB |  00m00s
- [167/252] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [168/252] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [169/252] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [170/252] Installing mesa-dri-drivers-0 100% | 274.2 MiB/s |  48.8 MiB |  00m00s
- [171/252] Installing mesa-libgbm-0:25.3 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [172/252] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [173/252] Installing mesa-libEGL-0:25.3 100% | 101.3 MiB/s | 311.3 KiB |  00m00s
- [174/252] Installing libglvnd-gles-1:1. 100% |  97.0 MiB/s |  99.3 KiB |  00m00s
- [175/252] Installing mesa-libGL-0:25.3. 100% |  93.4 MiB/s | 287.0 KiB |  00m00s
- [176/252] Installing libglvnd-glx-1:1.7 100% | 117.7 MiB/s | 602.6 KiB |  00m00s
- [177/252] Installing sysprof-capture-de 100% | 131.3 MiB/s | 806.5 KiB |  00m00s
- [178/252] Installing libsepol-devel-0:3 100% |  18.0 MiB/s | 128.9 KiB |  00m00s
- [179/252] Installing pcre2-utf32-0:10.4 100% | 119.5 MiB/s | 611.9 KiB |  00m00s
- [180/252] Installing pcre2-utf16-0:10.4 100% | 125.0 MiB/s | 640.0 KiB |  00m00s
- [181/252] Installing pcre2-devel-0:10.4 100% |  92.1 MiB/s |   2.1 MiB |  00m00s
- [182/252] Installing libselinux-devel-0 100% |  39.6 MiB/s | 162.1 KiB |  00m00s
- [183/252] Installing libmount-devel-0:2 100% |  32.5 MiB/s |  66.5 KiB |  00m00s
- [184/252] Installing libicu-devel-0:77. 100% | 110.5 MiB/s |   5.1 MiB |  00m00s
- [185/252] Installing python3-packaging- 100% |  75.7 MiB/s | 619.9 KiB |  00m00s
- [186/252] Installing brotli-0:1.2.0-1.f 100% |   2.0 MiB/s |  34.4 KiB |  00m00s
- [187/252] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [188/252] Installing libjxl-devel-1:0.1 100% | 273.5 MiB/s |   6.6 MiB |  00m00s
- [189/252] Installing libzstd-devel-0:1. 100% | 102.0 MiB/s | 208.8 KiB |  00m00s
- [190/252] Installing libglvnd-core-deve 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [191/252] Installing libglvnd-devel-1:1 100% | 212.0 MiB/s |   2.1 MiB |  00m00s
- [192/252] Installing mesa-libGLU-devel- 100% |  17.1 MiB/s |  17.5 KiB |  00m00s
- [193/252] Installing jbigkit-libs-0:2.1 100% |  56.4 MiB/s | 115.4 KiB |  00m00s
- [194/252] Installing libtiff-0:4.7.1-1. 100% | 122.4 MiB/s | 626.6 KiB |  00m00s
- [195/252] Installing libtiff-devel-0:4. 100% | 199.2 MiB/s | 816.0 KiB |  00m00s
- [196/252] Installing lzo-minilzo-0:2.10 100% |  37.1 MiB/s |  37.9 KiB |  00m00s
- [197/252] Installing lzo-devel-0:2.10-1 100% |  70.1 MiB/s | 215.3 KiB |  00m00s
- [198/252] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [199/252] Installing google-noto-sans-v 100% | 173.9 MiB/s |   1.4 MiB |  00m00s
- [200/252] Installing default-fonts-core 100% |   3.6 MiB/s |  18.2 KiB |  00m00s
- [201/252] Installing fontconfig-0:2.17. 100% | 731.2 KiB/s | 785.3 KiB |  00m01s
- [202/252] Installing cairo-0:1.18.4-2.f 100% | 221.5 MiB/s |   1.8 MiB |  00m00s
- [203/252] Installing cairo-gobject-0:1. 100% |  31.2 MiB/s |  32.0 KiB |  00m00s
- [204/252] Installing harfbuzz-cairo-0:1 100% |  47.8 MiB/s |  49.0 KiB |  00m00s
- [205/252] Installing libXft-0:2.3.8-9.f 100% | 162.0 MiB/s | 165.9 KiB |  00m00s
- [206/252] Installing pango-0:1.57.0-1.f 100% |  43.1 MiB/s |   1.0 MiB |  00m00s
- [207/252] Installing glycin-loaders-0:2 100% | 318.4 MiB/s |  12.7 MiB |  00m00s
- [208/252] Installing glycin-libs-0:2.0. 100% | 265.0 MiB/s |   4.2 MiB |  00m00s
- [209/252] Installing gdk-pixbuf2-0:2.44 100% | 114.8 MiB/s |   2.5 MiB |  00m00s
- [210/252] Installing librsvg2-0:2.61.0- 100% | 281.5 MiB/s |   5.1 MiB |  00m00s
- [211/252] Installing gtk-update-icon-ca 100% |   3.9 MiB/s |  63.3 KiB |  00m00s
- [212/252] Installing gtk3-0:3.24.51-2.f 100% | 276.6 MiB/s |  22.4 MiB |  00m00s
- [213/252] Installing libdecor-0:0.2.5-1 100% |  54.6 MiB/s | 167.8 KiB |  00m00s
- [214/252] Installing SDL3-0:3.4.0-3.fc4 100% | 251.2 MiB/s |   3.0 MiB |  00m00s
- [215/252] Installing sdl2-compat-0:2.32 100% | 133.5 MiB/s | 410.1 KiB |  00m00s
- [216/252] Installing sdl2-compat-devel- 100% | 108.9 MiB/s |   3.3 MiB |  00m00s
- [217/252] Installing SDL2_image-0:2.8.8 100% |  12.2 MiB/s | 211.6 KiB |  00m00s
- [218/252] Installing SDL2_ttf-0:2.24.0- 100% |  44.6 MiB/s |  91.4 KiB |  00m00s
- [219/252] Installing libnotify-0:0.8.8- 100% |   2.1 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.
- >>>
- [220/252] Installing geoclue2-0:2.8.0-1 100% |   9.0 MiB/s | 405.6 KiB |  00m00s
- [221/252] Installing gstreamer1-plugins 100% | 171.7 MiB/s |   7.4 MiB |  00m00s
- [222/252] Installing xdg-desktop-portal 100% |  30.4 MiB/s |   1.9 MiB |  00m00s
- [223/252] Installing libffi-devel-0:3.5 100% |  17.4 MiB/s |  35.6 KiB |  00m00s
- [224/252] Installing glib2-devel-0:2.86 100% | 185.7 MiB/s |  15.8 MiB |  00m00s
- [225/252] Installing harfbuzz-devel-0:1 100% | 183.9 MiB/s |   5.3 MiB |  00m00s
- [226/252] Installing freetype-devel-0:2 100% | 275.6 MiB/s |   8.5 MiB |  00m00s
- [227/252] Installing fontconfig-devel-0 100% |  51.9 MiB/s | 159.4 KiB |  00m00s
- [228/252] Installing cairo-devel-0:1.18 100% | 458.2 MiB/s |   2.3 MiB |  00m00s
- [229/252] Installing SDL2_ttf-devel-0:2 100% |  94.4 MiB/s |  96.7 KiB |  00m00s
- [230/252] Installing xdg-desktop-portal 100% |  12.7 MiB/s | 481.2 KiB |  00m00s
- [231/252] Installing SDL2_image-devel-0 100% |  39.2 MiB/s |  80.2 KiB |  00m00s
- [232/252] Installing libcanberra-gtk3-0 100% |   3.6 MiB/s |  73.9 KiB |  00m00s
- [233/252] Installing pipewire-plugin-li 100% |  72.0 MiB/s | 147.4 KiB |  00m00s
- [234/252] Installing tinysparql-0:3.10. 100% |  30.0 MiB/s |   2.6 MiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.10-1.fc43.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.10-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 994.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 994 and GID 994.
- >>>
- [235/252] Installing pipewire-0:1.4.10- 100% |   6.7 MiB/s | 438.7 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.10-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.10-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [236/252] Installing pipewire-alsa-0:1. 100% |  52.0 MiB/s | 159.6 KiB |  00m00s
- [237/252] Installing pipewire-pulseaudi 100% |   3.7 MiB/s | 444.3 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.10-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.10-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- >>> Running sysusers scriptlet: systemd-udev-0:258.4-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.4-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.4-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.4-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-timesync' with GID 992.
- >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 992
- >>>
- [238/252] Installing systemd-udev-0:258 100% |  17.2 MiB/s |  12.8 MiB |  00m01s
- >>> Running %post scriptlet: systemd-udev-0:258.4-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-udev-0:258.4-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Failed to preset unit: Unit system-systemdx2dcryptsetup.slice does not exist
- >>>
- [239/252] Installing polkit-pkla-compat 100% |   1.9 MiB/s |  94.0 KiB |  00m00s
- >>> Running sysusers scriptlet: systemd-networkd-0:258.4-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-networkd-0:258.4-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-network' with GID 192.
- >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
- >>>
- [240/252] Installing systemd-networkd-0 100% |  22.4 MiB/s |   2.3 MiB |  00m00s
- >>> Running %post scriptlet: systemd-networkd-0:258.4-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-networkd-0:258.4-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-network-ge
- >>>
- >>> Running sysusers scriptlet: systemd-resolved-0:258.4-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-resolved-0:258.4-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.
- >>>
- [241/252] Installing systemd-resolved-0 100% |  11.6 MiB/s | 737.5 KiB |  00m00s
- >>> Running %post scriptlet: systemd-resolved-0:258.4-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-resolved-0:258.4-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
- >>>
- [242/252] Installing dconf-0:0.49.0-1.f 100% |   5.4 MiB/s | 312.1 KiB |  00m00s
- [243/252] Installing libcamera-ipa-0:0. 100% |  74.7 MiB/s | 688.4 KiB |  00m00s
- [244/252] Installing glib-networking-0: 100% | 123.4 MiB/s | 757.9 KiB |  00m00s
- [245/252] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [246/252] Installing adwaita-mono-fonts 100% | 290.4 MiB/s |   5.5 MiB |  00m00s
- [247/252] Installing adwaita-sans-fonts 100% | 214.9 MiB/s |   1.7 MiB |  00m00s
- [248/252] Installing low-memory-monitor 100% |   1.9 MiB/s |  67.7 KiB |  00m00s
- [249/252] Installing qrencode-libs-0:4. 100% |  54.2 MiB/s | 166.6 KiB |  00m00s
- [250/252] Installing svt-av1-devel-docs 100% | 367.2 MiB/s |   8.4 MiB |  00m00s
- [251/252] Removing glib2-0:2.86.3-1.fc4 100% |   7.2 KiB/s | 176.0   B |  00m00s
- [252/252] Removing zlib-ng-compat-0:2.3 100% |   2.0   B/s |   5.0   B |  00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.13-1.fc43.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.13-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" "cairo-devel" "libffi-devel" "SDL2_image-devel" "SDL2_ttf-devel" "sdl2-compat-devel"
- cairo-devel-1.18.4-2.fc43.x86_64
- libffi-devel-3.5.2-1.fc43.x86_64
- SDL2_image-devel-2.8.8-2.fc43.x86_64
- SDL2_ttf-devel-2.24.0-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-02-26 11:20.13 ---> using "abf090f587f19cde6d2a91b3c0367c51965fdd12e9b13e703bb966c6faa18b94" 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).
[NOE] 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 22 packages
- install bogue             20260208
- install cairo2            0.6.5
- install conf-cairo        1
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install conf-sdl2-image   1
- install conf-sdl2-ttf     1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.21.1
- install dune-configurator 3.21.1
- install integers          0.7.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install stdlib-shims      0.3.0
- install topkg             1.1.1
- install tsdl              1.2.0
- install tsdl-image        0.6
- install tsdl-ttf          0.6
- install xdg               3.21.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bogue.20260208  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tsdl.1.2.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1, xdg.3.21.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.21.1
-> installed dune-configurator.3.21.1
-> installed cairo2.0.6.5
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
-> installed bogue.20260208
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-26 11:20.13 ---> using "408c665a9323d12ec29f43bf5012f4c54018f3439ed214eaeddd218942c631d7" from cache


/src: (copy (src .) (dst /src))
Job cancelled