Organisationssanettebogue14c779 ()fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-11 10:05.08: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (14c7792f96f21fd6c11a8d56d7ff3596e665dd1f) (linux-x86_64:fedora-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 14c7792f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174
# fedora-42-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-01-11 10:05.08: Using cache hint "sanette/bogue-ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174-fedora-42-5.4_opam-2.5-98a9d951f093a65158f774ee6e7ee402"
2026-01-11 10:05.08: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174)
(comment fedora-42-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")
(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.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-01-11 10:05.08: Waiting for resource in pool OCluster
2026-01-11 10:05.09: Waiting for worker…
2026-01-11 10:05.09: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 14c7792 doc


(from ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174' locally
docker.io/ocaml/opam@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174: Pulling from ocaml/opam
166acd75d0b1: Already exists
3f5403f6a2f2: Already exists
67aec952ce79: Already exists
0bb48c2941bc: Already exists
4c00ee60bee0: Already exists
0405ae6db764: Already exists
75f105568f25: Already exists
89a1a8bb55db: Already exists
4dbdc277b5cc: Already exists
b9ac9b5d0d58: Already exists
ed3c58c8dfb3: Already exists
a7f2118798c2: Already exists
6cf8123db17c: Already exists
5ac472da51a5: Already exists
3922aa403f38: Already exists
98656b983bdb: Already exists
929c1c6503b7: Already exists
930e6f5c8d1d: Already exists
ea061ab209c7: Already exists
b6a2cb7f5c47: Already exists
c69cf0663843: Already exists
4f4fb700ef54: Already exists
067fb1fc80b8: Already exists
7ea6a305f43c: Already exists
e0c82749fa91: Already exists
f5f2f52bbfe6: Already exists
7f3917cda1bd: Already exists
12e8a6ba30d9: Already exists
52881c97bb6a: Already exists
e4dd3ced19f6: Already exists
85b85699624b: Already exists
5ec3770e6174: Already exists
0140052d9f0a: Already exists
97821c341b06: Already exists
b3d7a283a104: Already exists
095706e06400: Already exists
4ae871869804: Already exists
74c045f0c2b7: Already exists
228e90762f03: Already exists
eaa745f51533: Already exists
e7ceeac140ef: Already exists
1ea4fa27df4d: Already exists
6832ade56bdf: Already exists
ce8e84c22cec: Already exists
d61ee8857b6d: Already exists
Digest: sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174
Status: Downloaded newer image for ocaml/opam@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174
2026-01-11 10:05.10 ---> using "b36436dc0a54692b61a9e9b5101ae33d5a0f9d66e13662251127e35c6de973f9" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


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


Nothing to do.
2026-01-11 10:05.10 ---> using "35baf96c0a1244f6afe04d669a548c6cc3e2fd1a4fc674841b290f4712d91f07" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-11 10:05.10 ---> using "2a8d3b888cf82395df486b0aa3a7790c6d69ea4184e7ff969134667205d6d46b" 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 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-11 10:05.10 ---> using "d50fe6679d6314b4384888cd6b2ed8f088a2a778ae8dbe59fdaa0320d1b16de5" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-11 10:05.10 ---> using "f119d93260cf0a8d8942c1cbdddc5e53780c46c9c3e2540ffb2beaae9aae058b" from cache


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


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-11 10:05.10 ---> using "bc1ea3e10ecfae689caa84fa930724c4eb9c7bb3b8f9d682faa0164dd2dcb44e" from cache


/src: (copy (src bogue.opam) (dst ./))
2026-01-11 10:05.10 ---> saved as "a463bb01ca1a6892c2295b6a913444d8f3872dde40bf4facb7afbe520dc0784b"


/src: (run (network host)
(shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2026-01-11 10:05.11 ---> saved as "39383882da7c8086e0316ed5d3d0f3ac39df3d3a956055bc1d5f625449403798"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-11 10:05.11 ---> saved as "295e84f1cc656a30711210a072db7af0cbdcf2f4d5b7f0e0c8ad0d1365c85b59"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2")


/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.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  11.8 KiB/s |   5.2 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


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


+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel" "libffi-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                        Repository                            Size
- Upgrading:
-  libblkid                                x86_64 2.40.4-8.fc42                  updates                          262.4 KiB
-    replacing libblkid                    x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9 262.4 KiB
-  libbrotli                               x86_64 1.2.0-1.fc42                   updates                          865.4 KiB
-    replacing libbrotli                   x86_64 1.1.0-6.fc42                   cd98059b5bac496ca623982b31ceecb9 841.3 KiB
-  libfdisk                                x86_64 2.40.4-8.fc42                  updates                          372.3 KiB
-    replacing libfdisk                    x86_64 2.40.4-7.fc42                  fedora                           372.3 KiB
-  libmount                                x86_64 2.40.4-8.fc42                  updates                          356.3 KiB
-    replacing libmount                    x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9 356.3 KiB
-  libsmartcols                            x86_64 2.40.4-8.fc42                  updates                          176.4 KiB
-    replacing libsmartcols                x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9 180.4 KiB
-  libuuid                                 x86_64 2.40.4-8.fc42                  updates                           37.3 KiB
-    replacing libuuid                     x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9  37.3 KiB
-  util-linux                              x86_64 2.40.4-8.fc42                  updates                            3.4 MiB
-    replacing util-linux                  x86_64 2.40.4-7.fc42                  fedora                             3.4 MiB
-  util-linux-core                         x86_64 2.40.4-8.fc42                  updates                            1.4 MiB
-    replacing util-linux-core             x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9   1.4 MiB
- Installing:
-  SDL2_image-devel                        x86_64 2.8.8-1.fc42                   fedora                            78.5 KiB
-  SDL2_ttf-devel                          x86_64 2.22.0-4.fc42                  fedora                            94.3 KiB
-  libffi-devel                            x86_64 3.4.6-5.fc42                   fedora                            33.1 KiB
-  sdl2-compat-devel                       x86_64 2.32.56-1.fc42                 updates                            2.7 MiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.22.0-5.fc42                  fedora                             1.4 MiB
-  SDL2_image                              x86_64 2.8.8-1.fc42                   fedora                           209.7 KiB
-  SDL2_ttf                                x86_64 2.22.0-4.fc42                  fedora                            88.0 KiB
-  SDL3                                    x86_64 3.2.24-1.fc42                  updates                            2.7 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-14.fc42                  fedora                           192.7 KiB
-  adwaita-cursor-theme                    noarch 48.1-1.fc42                    updates                           11.4 MiB
-  adwaita-icon-theme                      noarch 48.1-1.fc42                    updates                            1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-3.fc42                    fedora                             2.1 MiB
-  alsa-lib                                x86_64 1.2.15.1-1.fc42                updates                            1.5 MiB
-  at-spi2-atk                             x86_64 2.56.7-1.fc42                  updates                          275.6 KiB
-  at-spi2-core                            x86_64 2.56.7-1.fc42                  updates                            1.5 MiB
-  atk                                     x86_64 2.56.7-1.fc42                  updates                          248.6 KiB
-  avahi-glib                              x86_64 0.9~rc2-2.fc42                 fedora                            23.6 KiB
-  avahi-libs                              x86_64 0.9~rc2-2.fc42                 fedora                           183.6 KiB
-  bluez-libs                              x86_64 5.84-2.fc42                    updates                          198.3 KiB
-  brotli                                  x86_64 1.2.0-1.fc42                   updates                           33.6 KiB
-  brotli-devel                            x86_64 1.2.0-1.fc42                   updates                           65.9 KiB
-  bzip2-devel                             x86_64 1.0.8-20.fc42                  fedora                           309.8 KiB
-  cairo                                   x86_64 1.18.2-3.fc42                  fedora                             1.8 MiB
-  cairo-devel                             x86_64 1.18.2-3.fc42                  fedora                             2.3 MiB
-  cairo-gobject                           x86_64 1.18.2-3.fc42                  fedora                            35.1 KiB
-  cdparanoia-libs                         x86_64 10.2-47.fc42                   fedora                           117.5 KiB
-  cmake-filesystem                        x86_64 3.31.6-2.fc42                  fedora                             0.0   B
-  colord-libs                             x86_64 1.4.7-6.fc42                   fedora                           850.7 KiB
-  cpuinfo                                 x86_64 24.09.26-2.git1e83a2f.fc42.1   updates                          107.0 KiB
-  cups-filesystem                         noarch 1:2.4.16-4.fc42                updates                            0.0   B
-  cups-libs                               x86_64 1:2.4.16-4.fc42                updates                          618.7 KiB
-  default-fonts-core-sans                 noarch 4.2-4.fc42                     fedora                            11.9 KiB
-  fdk-aac-free                            x86_64 2.0.0-15.fc42                  fedora                           615.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-15.fc42                 fedora                             3.6 MiB
-  flac-libs                               x86_64 1.4.3-6.fc42                   fedora                           698.1 KiB
-  fontconfig                              x86_64 2.16.0-2.fc42                  fedora                           764.7 KiB
-  fontconfig-devel                        x86_64 2.16.0-2.fc42                  fedora                           119.3 KiB
-  fonts-filesystem                        noarch 1:2.0.5-22.fc42                updates                            0.0   B
-  freetype                                x86_64 2.13.3-2.fc42                  fedora                           858.2 KiB
-  freetype-devel                          x86_64 2.13.3-2.fc42                  fedora                             8.5 MiB
-  fribidi                                 x86_64 1.0.16-2.fc42                  fedora                           194.3 KiB
-  fuse-common                             x86_64 3.16.2-5.fc42                  fedora                            38.0   B
-  fuse3                                   x86_64 3.16.2-5.fc42                  fedora                           129.7 KiB
-  fuse3-libs                              x86_64 3.16.2-5.fc42                  fedora                           281.5 KiB
-  gdk-pixbuf2                             x86_64 2.42.12-12.fc42                updates                            2.5 MiB
-  gdk-pixbuf2-modules                     x86_64 2.42.12-12.fc42                updates                           55.4 KiB
-  geoclue2                                x86_64 2.8.0-1.fc42                   updates                          401.7 KiB
-  gettext                                 x86_64 0.23.1-2.fc42                  fedora                             5.2 MiB
-  gettext-envsubst                        x86_64 0.23.1-2.fc42                  fedora                            78.8 KiB
-  gettext-libs                            x86_64 0.23.1-2.fc42                  fedora                             2.0 MiB
-  gettext-runtime                         x86_64 0.23.1-2.fc42                  fedora                           452.2 KiB
-  glib2-devel                             x86_64 2.84.4-1.fc42                  updates                           15.8 MiB
-  gmock                                   x86_64 1.15.2-3.fc42                  fedora                           131.0 KiB
-  google-noto-fonts-common                noarch 20250301-1.fc42                fedora                            17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20250301-1.fc42                fedora                             1.4 MiB
-  graphene                                x86_64 1.10.6-10.fc42                 fedora                           162.4 KiB
-  graphite2                               x86_64 1.3.14-18.fc42                 fedora                           195.8 KiB
-  graphite2-devel                         x86_64 1.3.14-18.fc42                 fedora                            49.3 KiB
-  gsettings-desktop-schemas               x86_64 48.0-3.fc42                    updates                            5.4 MiB
-  gsm                                     x86_64 1.0.22-8.fc42                  fedora                            68.8 KiB
-  gstreamer1                              x86_64 1.26.10-1.fc42                 updates                            5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.10-1.fc42                 updates                            7.4 MiB
-  gtest                                   x86_64 1.15.2-3.fc42                  fedora                           501.7 KiB
-  gtest-devel                             x86_64 1.15.2-3.fc42                  fedora                             1.0 MiB
-  gtk-update-icon-cache                   x86_64 3.24.49-2.fc42                 fedora                            62.2 KiB
-  gtk3                                    x86_64 3.24.49-2.fc42                 fedora                            23.1 MiB
-  harfbuzz                                x86_64 10.4.0-1.fc42                  fedora                             2.7 MiB
-  harfbuzz-cairo                          x86_64 10.4.0-1.fc42                  fedora                            52.1 KiB
-  harfbuzz-devel                          x86_64 10.4.0-1.fc42                  fedora                             5.1 MiB
-  harfbuzz-icu                            x86_64 10.4.0-1.fc42                  fedora                            15.4 KiB
-  hicolor-icon-theme                      noarch 0.17-20.fc42                   fedora                            72.2 KiB
-  highway                                 x86_64 1.3.0-1.fc42                   updates                            5.5 MiB
-  highway-devel                           x86_64 1.3.0-1.fc42                   updates                            4.3 MiB
-  hwdata                                  noarch 0.403-1.fc42                   updates                            9.8 MiB
-  iso-codes                               noarch 4.17.0-2.fc42                  fedora                            20.3 MiB
-  jbigkit-libs                            x86_64 2.1-31.fc42                    fedora                           121.4 KiB
-  json-glib                               x86_64 1.10.8-1.fc42                  updates                          592.3 KiB
-  lame-libs                               x86_64 3.100-19.fc42                  fedora                             1.2 MiB
-  lcms2                                   x86_64 2.16-5.fc42                    fedora                           437.7 KiB
-  libXcomposite                           x86_64 0.4.6-5.fc42                   fedora                            44.4 KiB
-  libXcursor                              x86_64 1.2.3-2.fc42                   fedora                            57.4 KiB
-  libXdamage                              x86_64 1.1.6-5.fc42                   fedora                            43.6 KiB
-  libXext                                 x86_64 1.3.6-3.fc42                   fedora                            90.0 KiB
-  libXext-devel                           x86_64 1.3.6-3.fc42                   fedora                            98.9 KiB
-  libXfixes                               x86_64 6.0.1-5.fc42                   fedora                            30.2 KiB
-  libXft                                  x86_64 2.3.8-8.fc42                   fedora                           168.4 KiB
-  libXi                                   x86_64 1.8.2-2.fc42                   fedora                            84.6 KiB
-  libXinerama                             x86_64 1.1.5-8.fc42                   fedora                            19.0 KiB
-  libXrandr                               x86_64 1.5.4-5.fc42                   fedora                            55.8 KiB
-  libXrender                              x86_64 0.9.12-2.fc42                  fedora                            50.0 KiB
-  libXrender-devel                        x86_64 0.9.12-2.fc42                  fedora                            50.1 KiB
-  libXtst                                 x86_64 1.2.5-2.fc42                   fedora                            33.5 KiB
-  libXv                                   x86_64 1.0.13-2.fc42                  fedora                            30.0 KiB
-  libXxf86vm                              x86_64 1.1.6-2.fc42                   fedora                            29.2 KiB
-  libaom                                  x86_64 3.13.1-1.fc42                  updates                            5.0 MiB
-  libaom-devel                            x86_64 3.13.1-1.fc42                  updates                          225.5 KiB
-  libasyncns                              x86_64 0.8-30.fc42                    fedora                            59.5 KiB
-  libavif                                 x86_64 1.1.1-1.fc42                   fedora                           213.9 KiB
-  libavif-devel                           x86_64 1.1.1-1.fc42                   fedora                            90.5 KiB
-  libblkid-devel                          x86_64 2.40.4-8.fc42                  updates                           44.9 KiB
-  libcamera                               x86_64 0.4.0-4.fc42                   fedora                             1.9 MiB
-  libcanberra                             x86_64 0.30-37.fc42                   fedora                           286.4 KiB
-  libcloudproviders                       x86_64 0.3.6-1.fc42                   fedora                           124.3 KiB
-  libdatrie                               x86_64 0.2.13-11.fc42                 fedora                            57.8 KiB
-  libdav1d                                x86_64 1.5.2-1.fc42                   updates                            1.7 MiB
-  libdav1d-devel                          x86_64 1.5.2-1.fc42                   updates                           41.9 KiB
-  libdecor                                x86_64 0.2.4-1.fc42                   updates                          165.2 KiB
-  libdrm                                  x86_64 2.4.128-3.fc42                 updates                          399.9 KiB
-  libebur128                              x86_64 1.2.6-12.fc42                  fedora                            39.3 KiB
-  libepoxy                                x86_64 1.5.10-9.fc42                  fedora                             1.1 MiB
-  libglvnd                                x86_64 1:1.7.0-7.fc42                 fedora                           530.2 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-7.fc42                 fedora                            40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-7.fc42                 fedora                             2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-7.fc42                 fedora                            68.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-7.fc42                 fedora                           105.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-7.fc42                 fedora                           609.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-7.fc42                 fedora                           148.8 KiB
-  libgudev                                x86_64 238-7.fc42                     fedora                            87.8 KiB
-  libgusb                                 x86_64 0.4.9-3.fc42                   fedora                           162.0 KiB
-  libicu-devel                            x86_64 76.1-4.fc42                    fedora                             5.0 MiB
-  libjpeg-turbo                           x86_64 3.1.2-1.fc42                   updates                          804.9 KiB
-  libjpeg-turbo-devel                     x86_64 3.1.2-1.fc42                   updates                          353.9 KiB
-  libjxl                                  x86_64 1:0.11.1-4.fc42                updates                            3.1 MiB
-  libjxl-devel                            x86_64 1:0.11.1-4.fc42                updates                          765.8 KiB
-  liblc3                                  x86_64 1.1.3-1.fc42                   fedora                           170.8 KiB
-  libldac                                 x86_64 2.0.2.3-17.fc42                fedora                            82.2 KiB
-  liblerc                                 x86_64 4.0.0-8.fc42                   fedora                           636.1 KiB
-  liblerc-devel                           x86_64 4.0.0-8.fc42                   fedora                             4.3 MiB
-  libmount-devel                          x86_64 2.40.4-8.fc42                  updates                           63.5 KiB
-  libnotify                               x86_64 0.8.7-1.fc42                   updates                          123.6 KiB
-  libogg                                  x86_64 2:1.3.5-11.fc42                fedora                            45.3 KiB
-  libpciaccess                            x86_64 0.16-15.fc42                   fedora                            44.5 KiB
-  libpng                                  x86_64 2:1.6.53-1.fc42                updates                          241.7 KiB
-  libpng-devel                            x86_64 2:1.6.53-1.fc42                updates                          886.7 KiB
-  libproxy                                x86_64 0.5.8-2.fc42                   fedora                           102.3 KiB
-  librsvg2                                x86_64 2.60.0-2.fc42                  updates                            5.0 MiB
-  libsbc                                  x86_64 2.0-6.fc42                     fedora                            93.4 KiB
-  libselinux-devel                        x86_64 3.8-3.fc42                     updates                          126.8 KiB
-  libsepol-devel                          x86_64 3.8-1.fc42                     fedora                           120.8 KiB
-  libsndfile                              x86_64 1.2.2-8.fc42                   fedora                           550.0 KiB
-  libsoup3                                x86_64 3.6.5-6.fc42                   updates                            1.1 MiB
-  libtdb                                  x86_64 1.4.13-2.fc42                  fedora                           100.5 KiB
-  libtextstyle                            x86_64 0.23.1-2.fc42                  fedora                           207.5 KiB
-  libthai                                 x86_64 0.1.29-10.fc42                 fedora                           783.4 KiB
-  libtheora                               x86_64 1:1.1.1-39.fc42                fedora                           481.3 KiB
-  libtiff                                 x86_64 4.7.1-1.fc42                   updates                          624.4 KiB
-  libtiff-devel                           x86_64 4.7.1-1.fc42                   updates                          805.2 KiB
-  libtinysparql                           x86_64 3.9.2-1.fc42                   updates                            1.3 MiB
-  libunwind                               x86_64 1.8.1-2.fc42                   fedora                           194.1 KiB
-  libvisual                               x86_64 1:0.4.2-1.fc42                 updates                          494.1 KiB
-  libvmaf                                 x86_64 3.0.0-3.fc42                   fedora                           827.0 KiB
-  libvmaf-devel                           x86_64 3.0.0-3.fc42                   fedora                            29.3 KiB
-  libvorbis                               x86_64 1:1.3.7-12.fc42                fedora                           833.4 KiB
-  libwayland-client                       x86_64 1.24.0-1.fc42                  updates                           62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc42                  updates                           37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc42                  updates                           12.4 KiB
-  libwayland-server                       x86_64 1.24.0-1.fc42                  updates                           78.5 KiB
-  libwebp                                 x86_64 1.5.0-2.fc42                   fedora                           947.6 KiB
-  libwebp-devel                           x86_64 1.5.0-2.fc42                   fedora                           121.2 KiB
-  libxml2-devel                           x86_64 2.12.10-1.fc42                 fedora                             3.4 MiB
-  libxshmfence                            x86_64 1.3.2-6.fc42                   fedora                            12.4 KiB
-  libyuv                                  x86_64 0-0.56.20240704git96bbdb5.fc42 fedora                           683.6 KiB
-  libzstd-devel                           x86_64 1.5.7-1.fc42                   fedora                           208.0 KiB
-  lm_sensors-libs                         x86_64 3.6.0-22.fc42                  fedora                            85.8 KiB
-  lttng-ust                               x86_64 2.13.8-4.fc42                  fedora                             1.1 MiB
-  mesa-dri-drivers                        x86_64 25.1.9-1.fc42                  updates                           46.7 MiB
-  mesa-filesystem                         x86_64 25.1.9-1.fc42                  updates                            3.6 KiB
-  mesa-libEGL                             x86_64 25.1.9-1.fc42                  updates                          334.9 KiB
-  mesa-libGL                              x86_64 25.1.9-1.fc42                  updates                          306.2 KiB
-  mesa-libGLU                             x86_64 9.0.3-6.fc42                   fedora                           361.7 KiB
-  mesa-libGLU-devel                       x86_64 9.0.3-6.fc42                   fedora                            17.0 KiB
-  mesa-libgbm                             x86_64 25.1.9-1.fc42                  updates                           19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-1.fc42                 updates                          814.0 KiB
-  opus                                    x86_64 1.5.2-2.fc42                   fedora                           427.5 KiB
-  orc                                     x86_64 0.4.41-1.fc42                  fedora                           726.3 KiB
-  pango                                   x86_64 1.56.4-2.fc42                  updates                            1.0 MiB
-  pcre2-devel                             x86_64 10.46-1.fc42                   updates                            2.1 MiB
-  pcre2-utf16                             x86_64 10.46-1.fc42                   updates                          626.3 KiB
-  pcre2-utf32                             x86_64 10.46-1.fc42                   updates                          602.2 KiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.9-1.fc42                   updates                          496.6 KiB
-  pipewire-libs                           x86_64 1.4.9-1.fc42                   updates                            8.6 MiB
-  pixman                                  x86_64 0.46.2-1.fc42                  updates                          710.3 KiB
-  pixman-devel                            x86_64 0.46.2-1.fc42                  updates                           56.1 KiB
-  pulseaudio-libs                         x86_64 17.0-5.fc42                    fedora                             3.4 MiB
-  python3-packaging                       noarch 24.2-3.fc42                    fedora                           555.7 KiB
-  rav1e-devel                             x86_64 0.7.1-8.fc42                   updates                           46.6 KiB
-  rav1e-libs                              x86_64 0.7.1-8.fc42                   updates                            3.0 MiB
-  rtkit                                   x86_64 0.11-66.fc42                   fedora                           138.1 KiB
-  sdl12-compat                            x86_64 1.2.68-5.fc42                  fedora                           195.5 KiB
-  sdl2-compat                             x86_64 2.32.56-1.fc42                 updates                          399.7 KiB
-  shared-mime-info                        x86_64 2.3-7.fc42                     fedora                             5.2 MiB
-  sound-theme-freedesktop                 noarch 0.8-23.fc42                    fedora                           460.4 KiB
-  spirv-tools-libs                        x86_64 2025.2-2.fc42                  updates                            5.8 MiB
-  svt-av1-devel                           x86_64 2.3.0-1.fc42                   fedora                            71.4 KiB
-  svt-av1-libs                            x86_64 2.3.0-1.fc42                   fedora                             5.6 MiB
-  sysprof-capture-devel                   x86_64 48.1-1.fc42                    updates                          274.0 KiB
-  webrtc-audio-processing                 x86_64 1.3-5.fc42                     fedora                             1.4 MiB
-  wireplumber                             x86_64 0.5.12-1.fc42                  updates                          408.6 KiB
-  wireplumber-libs                        x86_64 0.5.12-1.fc42                  updates                            1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-1.fc42                  updates                            1.8 MiB
-  xml-common                              noarch 0.6.3-66.fc42                  fedora                            78.4 KiB
-  xprop                                   x86_64 1.2.8-3.fc42                   fedora                            54.7 KiB
-  xz-devel                                x86_64 1:5.8.1-4.fc42                 updates                          258.8 KiB
-  zlib-ng-compat-devel                    x86_64 2.2.5-2.fc42                   updates                          107.0 KiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 48.2-2.fc42                    fedora                             5.4 MiB
-  adwaita-sans-fonts                      noarch 48.2-2.fc42                    fedora                             1.7 MiB
-  avif-pixbuf-loader                      x86_64 1.1.1-1.fc42                   fedora                            19.5 KiB
-  dconf                                   x86_64 0.40.0-15.fc42                 fedora                           315.4 KiB
-  glib-networking                         x86_64 2.80.1-1.fc42                  fedora                           742.9 KiB
-  jxl-pixbuf-loader                       x86_64 1:0.11.1-4.fc42                updates                           29.2 KiB
-  libcamera-ipa                           x86_64 0.4.0-4.fc42                   fedora                           548.2 KiB
-  libcanberra-gtk3                        x86_64 0.30-37.fc42                   fedora                            78.7 KiB
-  low-memory-monitor                      x86_64 2.1-12.fc42                    fedora                            66.0 KiB
-  mesa-va-drivers                         x86_64 25.1.9-1.fc42                  updates                          115.0   B
-  pipewire                                x86_64 1.4.9-1.fc42                   updates                          430.9 KiB
-  pipewire-alsa                           x86_64 1.4.9-1.fc42                   updates                          158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.9-1.fc42                   updates                           30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.9-1.fc42                   updates                          146.6 KiB
-  pipewire-pulseaudio                     x86_64 1.4.9-1.fc42                   updates                          436.1 KiB
-  rsvg-pixbuf-loader                      x86_64 2.60.0-2.fc42                  updates                          339.4 KiB
-  svt-av1-devel-docs                      noarch 2.3.0-1.fc42                   fedora                             8.4 MiB
-  tinysparql                              x86_64 3.9.2-1.fc42                   updates                            2.5 MiB
-  webp-pixbuf-loader                      x86_64 0.2.7-3.fc42                   fedora                            28.6 KiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-1.fc42                  fedora                           469.2 KiB
- 
- Transaction Summary:
-  Installing:       224 packages
-  Upgrading:          8 packages
-  Replacing:          8 packages
- 
- Total size of inbound packages is 95 MiB. Need to download 95 MiB.
- After this operation, 338 MiB extra will be used (install 345 MiB, remove 7 MiB).
- [  1/232] cmake-filesystem-0:3.31.6-2.f 100% |  52.8 KiB/s |  17.6 KiB |  00m00s
- [  2/232] sdl2-compat-0:2.32.56-1.fc42. 100% | 388.9 KiB/s | 134.9 KiB |  00m00s
- [  3/232] sdl2-compat-devel-0:2.32.56-1 100% | 783.6 KiB/s | 395.7 KiB |  00m01s
- [  4/232] SDL2_image-devel-0:2.8.8-1.fc 100% |  63.9 KiB/s |  19.1 KiB |  00m00s
- [  5/232] SDL2_image-0:2.8.8-1.fc42.x86 100% | 245.4 KiB/s | 108.7 KiB |  00m00s
- [  6/232] libwebp-0:1.5.0-2.fc42.x86_64 100% | 601.5 KiB/s | 320.6 KiB |  00m01s
- [  7/232] libavif-0:1.1.1-1.fc42.x86_64 100% | 108.8 KiB/s | 100.1 KiB |  00m01s
- [  8/232] libyuv-0:0-0.56.20240704git96 100% | 229.2 KiB/s | 201.9 KiB |  00m01s
- [  9/232] SDL2_ttf-devel-0:2.22.0-4.fc4 100% | 234.3 KiB/s |  21.6 KiB |  00m00s
- [ 10/232] SDL2_ttf-0:2.22.0-4.fc42.x86_ 100% | 105.8 KiB/s |  42.0 KiB |  00m00s
- [ 11/232] freetype-0:2.13.3-2.fc42.x86_ 100% | 289.9 KiB/s | 415.5 KiB |  00m01s
- [ 12/232] harfbuzz-0:10.4.0-1.fc42.x86_ 100% | 224.1 KiB/s |   1.1 MiB |  00m05s
- [ 13/232] graphite2-0:1.3.14-18.fc42.x8 100% | 240.6 KiB/s |  95.8 KiB |  00m00s
- [ 14/232] libffi-devel-0:3.4.6-5.fc42.x 100% |   2.6 MiB/s |  28.8 KiB |  00m00s
- [ 15/232] libglvnd-devel-1:1.7.0-7.fc42 100% | 781.8 KiB/s | 161.8 KiB |  00m00s
- [ 16/232] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 547.4 KiB/s | 114.4 KiB |  00m00s
- [ 17/232] libglvnd-core-devel-1:1.7.0-7 100% | 526.7 KiB/s |  17.4 KiB |  00m00s
- [ 18/232] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 740.7 KiB/s |  36.3 KiB |  00m00s
- [ 19/232] libglvnd-gles-1:1.7.0-7.fc42. 100% | 484.6 KiB/s |  28.6 KiB |  00m00s
- [ 20/232] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 437.7 KiB/s | 133.1 KiB |  00m00s
- [ 21/232] libglvnd-opengl-1:1.7.0-7.fc4 100% | 142.6 KiB/s |  37.4 KiB |  00m00s
- [ 22/232] libXext-0:1.3.6-3.fc42.x86_64 100% | 327.3 KiB/s |  39.3 KiB |  00m00s
- [ 23/232] mesa-libGLU-devel-0:9.0.3-6.f 100% | 319.1 KiB/s |  12.1 KiB |  00m00s
- [ 24/232] mesa-libGLU-0:9.0.3-6.fc42.x8 100% | 699.1 KiB/s | 167.1 KiB |  00m00s
- [ 25/232] svt-av1-libs-0:2.3.0-1.fc42.x 100% | 215.7 KiB/s |   2.0 MiB |  00m10s
- [ 26/232] cpuinfo-0:24.09.26-2.git1e83a 100% |  81.5 KiB/s |  43.8 KiB |  00m01s
- [ 27/232] mesa-libGL-0:25.1.9-1.fc42.x8 100% | 228.2 KiB/s | 121.8 KiB |  00m01s
- [ 28/232] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 148.8 KiB/s |  17.9 KiB |  00m00s
- [ 29/232] SDL3-0:3.2.24-1.fc42.x86_64   100% |  78.8 KiB/s |   1.0 MiB |  00m13s
- [ 30/232] libxshmfence-0:1.3.2-6.fc42.x 100% | 221.3 KiB/s |  13.3 KiB |  00m00s
- [ 31/232] lm_sensors-libs-0:3.6.0-22.fc 100% | 217.4 KiB/s |  40.4 KiB |  00m00s
- [ 32/232] mesa-filesystem-0:25.1.9-1.fc 100% |  52.8 KiB/s |   8.8 KiB |  00m00s
- [ 33/232] mesa-libgbm-0:25.1.9-1.fc42.x 100% | 114.9 KiB/s |  14.8 KiB |  00m00s
- [ 34/232] libjpeg-turbo-0:3.1.2-1.fc42. 100% |  75.2 KiB/s | 236.9 KiB |  00m03s
- [ 35/232] mesa-libEGL-0:25.1.9-1.fc42.x 100% |  58.4 KiB/s | 126.9 KiB |  00m02s
- [ 36/232] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 244.1 KiB/s | 197.7 KiB |  00m01s
- [ 37/232] libdav1d-0:1.5.2-1.fc42.x86_6 100% |  74.3 KiB/s | 637.7 KiB |  00m09s
- [ 38/232] libaom-0:3.13.1-1.fc42.x86_64 100% |  93.8 KiB/s |   1.9 MiB |  00m20s
- [ 39/232] libpng-2:1.6.53-1.fc42.x86_64 100% | 122.9 KiB/s | 124.1 KiB |  00m01s
- [ 40/232] rav1e-libs-0:0.7.1-8.fc42.x86 100% |  87.2 KiB/s |   1.0 MiB |  00m12s
- [ 41/232] freetype-devel-0:2.13.3-2.fc4 100% | 500.2 KiB/s |   1.0 MiB |  00m02s
- [ 42/232] harfbuzz-devel-0:10.4.0-1.fc4 100% | 326.4 KiB/s | 453.7 KiB |  00m01s
- [ 43/232] harfbuzz-cairo-0:10.4.0-1.fc4 100% | 127.4 KiB/s |  30.1 KiB |  00m00s
- [ 44/232] harfbuzz-icu-0:10.4.0-1.fc42. 100% | 113.2 KiB/s |  15.4 KiB |  00m00s
- [ 45/232] fontconfig-0:2.16.0-2.fc42.x8 100% | 277.6 KiB/s | 272.0 KiB |  00m01s
- [ 46/232] libXrender-0:0.9.12-2.fc42.x8 100% | 261.4 KiB/s |  26.9 KiB |  00m00s
- [ 47/232] default-fonts-core-sans-0:4.2 100% | 276.7 KiB/s |  31.3 KiB |  00m00s
- [ 48/232] cairo-0:1.18.2-3.fc42.x86_64  100% | 248.2 KiB/s | 731.8 KiB |  00m03s
- [ 49/232] xml-common-0:0.6.3-66.fc42.no 100% | 297.1 KiB/s |  31.2 KiB |  00m00s
- [ 50/232] abattis-cantarell-vf-fonts-0: 100% | 402.2 KiB/s | 120.3 KiB |  00m00s
- [ 51/232] google-noto-fonts-common-0:20 100% |  61.6 KiB/s |  17.1 KiB |  00m00s
- [ 52/232] libavif-devel-0:1.1.1-1.fc42. 100% | 316.0 KiB/s |  33.8 KiB |  00m00s
- [ 53/232] google-noto-sans-vf-fonts-0:2 100% | 484.3 KiB/s | 614.5 KiB |  00m01s
- [ 54/232] libjxl-devel-1:0.11.1-4.fc42. 100% | 253.2 KiB/s | 197.5 KiB |  00m01s
- [ 55/232] shared-mime-info-0:2.3-7.fc42 100% | 348.1 KiB/s | 393.7 KiB |  00m01s
- [ 56/232] libtiff-devel-0:4.7.1-1.fc42. 100% | 397.6 KiB/s | 276.8 KiB |  00m01s
- [ 57/232] libtiff-0:4.7.1-1.fc42.x86_64 100% | 806.3 KiB/s | 222.5 KiB |  00m00s
- [ 58/232] jbigkit-libs-0:2.1-31.fc42.x8 100% | 266.6 KiB/s |  53.3 KiB |  00m00s
- [ 59/232] liblerc-0:4.0.0-8.fc42.x86_64 100% | 274.2 KiB/s | 216.7 KiB |  00m01s
- [ 60/232] libwebp-devel-0:1.5.0-2.fc42. 100% | 270.2 KiB/s |  39.7 KiB |  00m00s
- [ 61/232] libdrm-0:2.4.128-3.fc42.x86_6 100% | 377.7 KiB/s | 162.0 KiB |  00m00s
- [ 62/232] libpciaccess-0:0.16-15.fc42.x 100% | 222.7 KiB/s |  26.3 KiB |  00m00s
- [ 63/232] libwayland-client-0:1.24.0-1. 100% | 203.9 KiB/s |  33.6 KiB |  00m00s
- [ 64/232] libwayland-server-0:1.24.0-1. 100% |  85.0 KiB/s |  41.5 KiB |  00m00s
- [ 65/232] libjxl-1:0.11.1-4.fc42.x86_64 100% | 124.2 KiB/s |   1.1 MiB |  00m09s
- [ 66/232] libdecor-0:0.2.4-1.fc42.x86_6 100% | 324.8 KiB/s |  57.8 KiB |  00m00s
- [ 67/232] spirv-tools-libs-0:2025.2-2.f 100% | 314.0 KiB/s |   1.5 MiB |  00m05s
- [ 68/232] libwayland-cursor-0:1.24.0-1. 100% | 325.4 KiB/s |  18.9 KiB |  00m00s
- [ 69/232] cairo-gobject-0:1.18.2-3.fc42 100% | 293.6 KiB/s |  17.3 KiB |  00m00s
- [ 70/232] colord-libs-0:1.4.7-6.fc42.x8 100% | 852.7 KiB/s | 231.1 KiB |  00m00s
- [ 71/232] fribidi-0:1.0.16-2.fc42.x86_6 100% | 558.0 KiB/s |  53.6 KiB |  00m00s
- [ 72/232] gtk-update-icon-cache-0:3.24. 100% | 625.2 KiB/s |  33.8 KiB |  00m00s
- [ 73/232] hicolor-icon-theme-0:0.17-20. 100% | 801.0 KiB/s |  65.7 KiB |  00m00s
- [ 74/232] libXcomposite-0:0.4.6-5.fc42. 100% | 868.0 KiB/s |  24.3 KiB |  00m00s
- [ 75/232] libXcursor-0:1.2.3-2.fc42.x86 100% | 522.6 KiB/s |  31.4 KiB |  00m00s
- [ 76/232] libXdamage-0:1.1.6-5.fc42.x86 100% | 709.2 KiB/s |  23.4 KiB |  00m00s
- [ 77/232] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 683.1 KiB/s |  19.1 KiB |  00m00s
- [ 78/232] libXi-0:1.8.2-2.fc42.x86_64   100% | 844.7 KiB/s |  40.5 KiB |  00m00s
- [ 79/232] libXinerama-0:1.1.5-8.fc42.x8 100% | 459.8 KiB/s |  14.3 KiB |  00m00s
- [ 80/232] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 895.9 KiB/s |  27.8 KiB |  00m00s
- [ 81/232] libcloudproviders-0:0.3.6-1.f 100% | 866.5 KiB/s |  46.8 KiB |  00m00s
- [ 82/232] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 792.8 KiB/s | 229.9 KiB |  00m00s
- [ 83/232] lcms2-0:2.16-5.fc42.x86_64    100% | 868.4 KiB/s | 184.1 KiB |  00m00s
- [ 84/232] libgusb-0:0.4.9-3.fc42.x86_64 100% | 848.6 KiB/s |  65.3 KiB |  00m00s
- [ 85/232] libjpeg-turbo-devel-0:3.1.2-1 100% | 464.1 KiB/s |  97.5 KiB |  00m00s
- [ 86/232] gtk3-0:3.24.49-2.fc42.x86_64  100% |   1.4 MiB/s |   5.8 MiB |  00m04s
- [ 87/232] libzstd-devel-0:1.5.7-1.fc42. 100% |   1.0 MiB/s |  53.1 KiB |  00m00s
- [ 88/232] liblerc-devel-0:4.0.0-8.fc42. 100% |   1.5 MiB/s |   3.2 MiB |  00m02s
- [ 89/232] zlib-ng-compat-devel-0:2.2.5- 100% | 180.8 KiB/s |  38.3 KiB |  00m00s
- [ 90/232] brotli-0:1.2.0-1.fc42.x86_64  100% | 410.3 KiB/s |  23.8 KiB |  00m00s
- [ 91/232] brotli-devel-0:1.2.0-1.fc42.x 100% | 185.6 KiB/s |  34.3 KiB |  00m00s
- [ 92/232] highway-devel-0:1.3.0-1.fc42. 100% |   1.0 MiB/s | 475.4 KiB |  00m00s
- [ 93/232] pango-0:1.56.4-2.fc42.x86_64  100% | 934.1 KiB/s | 351.2 KiB |  00m00s
- [ 94/232] libXft-0:2.3.8-8.fc42.x86_64  100% | 946.4 KiB/s |  72.9 KiB |  00m00s
- [ 95/232] highway-0:1.3.0-1.fc42.x86_64 100% | 724.7 KiB/s | 697.9 KiB |  00m01s
- [ 96/232] libdatrie-0:0.2.13-11.fc42.x8 100% | 789.3 KiB/s |  32.4 KiB |  00m00s
- [ 97/232] libthai-0:0.1.29-10.fc42.x86_ 100% |   1.6 MiB/s | 211.5 KiB |  00m00s
- [ 98/232] gtest-devel-0:1.15.2-3.fc42.x 100% |   2.7 MiB/s | 255.7 KiB |  00m00s
- [ 99/232] gtest-0:1.15.2-3.fc42.x86_64  100% |   1.7 MiB/s | 186.4 KiB |  00m00s
- [100/232] json-glib-0:1.10.8-1.fc42.x86 100% | 419.5 KiB/s | 172.4 KiB |  00m00s
- [101/232] libaom-devel-0:3.13.1-1.fc42. 100% | 472.3 KiB/s |  56.7 KiB |  00m00s
- [102/232] libvmaf-devel-0:3.0.0-3.fc42. 100% | 527.7 KiB/s |  16.4 KiB |  00m00s
- [103/232] libdav1d-devel-0:1.5.2-1.fc42 100% | 327.3 KiB/s |  19.3 KiB |  00m00s
- [104/232] rav1e-devel-0:0.7.1-8.fc42.x8 100% | 278.9 KiB/s |  16.5 KiB |  00m00s
- [105/232] svt-av1-devel-0:2.3.0-1.fc42. 100% |   1.8 MiB/s |  27.5 KiB |  00m00s
- [106/232] cairo-devel-0:1.18.2-3.fc42.x 100% |   2.4 MiB/s | 192.1 KiB |  00m00s
- [107/232] glib2-devel-0:2.84.4-1.fc42.x 100% | 833.0 KiB/s |   1.5 MiB |  00m02s
- [108/232] hwdata-0:0.403-1.fc42.noarch  100% | 626.7 KiB/s |   1.7 MiB |  00m03s
- [109/232] python3-packaging-0:24.2-3.fc 100% |   1.6 MiB/s | 154.0 KiB |  00m00s
- [110/232] graphite2-devel-0:1.3.14-18.f 100% | 612.2 KiB/s |  20.8 KiB |  00m00s
- [111/232] libicu-devel-0:76.1-4.fc42.x8 100% |   2.7 MiB/s | 793.5 KiB |  00m00s
- [112/232] adwaita-icon-theme-0:48.1-1.f 100% | 430.2 KiB/s | 398.8 KiB |  00m01s
- [113/232] adwaita-icon-theme-legacy-0:4 100% |   2.1 MiB/s |   2.5 MiB |  00m01s
- [114/232] at-spi2-atk-0:2.56.7-1.fc42.x 100% | 340.0 KiB/s |  86.4 KiB |  00m00s
- [115/232] adwaita-cursor-theme-0:48.1-1 100% | 386.1 KiB/s | 379.5 KiB |  00m01s
- [116/232] atk-0:2.56.7-1.fc42.x86_64    100% | 250.9 KiB/s |  80.0 KiB |  00m00s
- [117/232] libXtst-0:1.2.5-2.fc42.x86_64 100% | 645.4 KiB/s |  20.7 KiB |  00m00s
- [118/232] xprop-0:1.2.8-3.fc42.x86_64   100% |   2.0 MiB/s |  35.0 KiB |  00m00s
- [119/232] mesa-dri-drivers-0:25.1.9-1.f 100% | 255.8 KiB/s |  12.5 MiB |  00m50s
- [120/232] at-spi2-core-0:2.56.7-1.fc42. 100% | 340.8 KiB/s | 383.1 KiB |  00m01s
- [121/232] avahi-libs-0:0.9~rc2-2.fc42.x 100% |   1.5 MiB/s |  69.1 KiB |  00m00s
- [122/232] cups-filesystem-1:2.4.16-4.fc 100% | 246.5 KiB/s |  13.1 KiB |  00m00s
- [123/232] gdk-pixbuf2-modules-0:2.42.12 100% | 500.3 KiB/s |  28.0 KiB |  00m00s
- [124/232] cups-libs-1:2.4.16-4.fc42.x86 100% | 342.4 KiB/s | 261.6 KiB |  00m01s
- [125/232] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 848.8 KiB/s |  15.3 KiB |  00m00s
- [126/232] libwayland-egl-0:1.24.0-1.fc4 100% | 209.8 KiB/s |  12.4 KiB |  00m00s
- [127/232] gmock-0:1.15.2-3.fc42.x86_64  100% |   1.9 MiB/s |  61.4 KiB |  00m00s
- [128/232] fonts-filesystem-1:2.0.5-22.f 100% | 134.2 KiB/s |   8.7 KiB |  00m00s
- [129/232] bzip2-devel-0:1.0.8-20.fc42.x 100% |   2.7 MiB/s | 213.7 KiB |  00m00s
- [130/232] libtinysparql-0:3.9.2-1.fc42. 100% | 874.9 KiB/s | 373.6 KiB |  00m00s
- [131/232] fontconfig-devel-0:2.16.0-2.f 100% |   2.5 MiB/s | 167.3 KiB |  00m00s
- [132/232] gdk-pixbuf2-0:2.42.12-12.fc42 100% | 555.6 KiB/s | 488.9 KiB |  00m01s
- [133/232] gettext-0:0.23.1-2.fc42.x86_6 100% |   2.9 MiB/s |   1.1 MiB |  00m00s
- [134/232] gettext-runtime-0:0.23.1-2.fc 100% |   2.0 MiB/s | 116.1 KiB |  00m00s
- [135/232] libtextstyle-0:0.23.1-2.fc42. 100% |   1.8 MiB/s |  92.1 KiB |  00m00s
- [136/232] gettext-envsubst-0:0.23.1-2.f 100% |   1.3 MiB/s |  37.7 KiB |  00m00s
- [137/232] gettext-libs-0:0.23.1-2.fc42. 100% |   3.6 MiB/s | 760.4 KiB |  00m00s
- [138/232] libXrender-devel-0:0.9.12-2.f 100% |   1.0 MiB/s |  19.1 KiB |  00m00s
- [139/232] libXext-devel-0:1.3.6-3.fc42. 100% |   1.7 MiB/s |  85.3 KiB |  00m00s
- [140/232] libpng-devel-2:1.6.53-1.fc42. 100% | 370.9 KiB/s | 293.8 KiB |  00m01s
- [141/232] pixman-devel-0:0.46.2-1.fc42. 100% | 169.5 KiB/s |  18.0 KiB |  00m00s
- [142/232] libmount-devel-0:2.40.4-8.fc4 100% | 216.6 KiB/s |  24.0 KiB |  00m00s
- [143/232] libselinux-devel-0:3.8-3.fc42 100% | 404.9 KiB/s | 151.4 KiB |  00m00s
- [144/232] libsoup3-0:3.6.5-6.fc42.x86_6 100% | 753.7 KiB/s | 391.2 KiB |  00m01s
- [145/232] libsepol-devel-0:3.8-1.fc42.x 100% |   1.0 MiB/s |  48.4 KiB |  00m00s
- [146/232] pixman-0:0.46.2-1.fc42.x86_64 100% | 454.6 KiB/s | 292.7 KiB |  00m01s
- [147/232] pcre2-utf32-0:10.46-1.fc42.x8 100% | 554.0 KiB/s | 228.8 KiB |  00m00s
- [148/232] sysprof-capture-devel-0:48.1- 100% | 474.8 KiB/s |  56.0 KiB |  00m00s
- [149/232] pcre2-utf16-0:10.46-1.fc42.x8 100% | 422.3 KiB/s | 241.6 KiB |  00m01s
- [150/232] pcre2-devel-0:10.46-1.fc42.x8 100% | 917.4 KiB/s | 543.1 KiB |  00m01s
- [151/232] libblkid-devel-0:2.40.4-8.fc4 100% | 428.2 KiB/s |  23.1 KiB |  00m00s
- [152/232] xdg-desktop-portal-gtk-0:1.15 100% |   1.9 MiB/s | 143.8 KiB |  00m00s
- [153/232] mesa-va-drivers-0:25.1.9-1.fc 100% | 143.4 KiB/s |   7.6 KiB |  00m00s
- [154/232] libxml2-devel-0:2.12.10-1.fc4 100% |   2.3 MiB/s | 523.7 KiB |  00m00s
- [155/232] libcanberra-gtk3-0:0.30-37.fc 100% |   2.0 MiB/s |  30.6 KiB |  00m00s
- [156/232] xz-devel-1:5.8.1-4.fc42.x86_6 100% | 301.8 KiB/s |  66.7 KiB |  00m00s
- [157/232] jxl-pixbuf-loader-1:0.11.1-4. 100% | 367.8 KiB/s |  19.9 KiB |  00m00s
- [158/232] libtdb-0:1.4.13-2.fc42.x86_64 100% |   2.6 MiB/s |  54.8 KiB |  00m00s
- [159/232] libcanberra-0:0.30-37.fc42.x8 100% |   2.2 MiB/s |  84.1 KiB |  00m00s
- [160/232] libvorbis-1:1.3.7-12.fc42.x86 100% |   1.4 MiB/s | 189.2 KiB |  00m00s
- [161/232] libogg-2:1.3.5-11.fc42.x86_64 100% |   2.0 MiB/s |  33.1 KiB |  00m00s
- [162/232] sound-theme-freedesktop-0:0.8 100% |   2.6 MiB/s | 382.4 KiB |  00m00s
- [163/232] libasyncns-0:0.8-30.fc42.x86_ 100% |   2.1 MiB/s |  30.2 KiB |  00m00s
- [164/232] pulseaudio-libs-0:17.0-5.fc42 100% |   4.0 MiB/s | 701.1 KiB |  00m00s
- [165/232] gsm-0:1.0.22-8.fc42.x86_64    100% |   2.2 MiB/s |  35.8 KiB |  00m00s
- [166/232] libsndfile-0:1.2.2-8.fc42.x86 100% |   3.1 MiB/s | 221.5 KiB |  00m00s
- [167/232] flac-libs-0:1.4.3-6.fc42.x86_ 100% |   3.1 MiB/s | 274.3 KiB |  00m00s
- [168/232] dconf-0:0.40.0-15.fc42.x86_64 100% |   2.3 MiB/s | 109.5 KiB |  00m00s
- [169/232] lame-libs-0:3.100-19.fc42.x86 100% |   3.3 MiB/s | 339.7 KiB |  00m00s
- [170/232] opus-0:1.5.2-2.fc42.x86_64    100% |   3.0 MiB/s | 236.9 KiB |  00m00s
- [171/232] rsvg-pixbuf-loader-0:2.60.0-2 100% | 767.1 KiB/s | 164.9 KiB |  00m00s
- [172/232] webp-pixbuf-loader-0:0.2.7-3. 100% | 942.6 KiB/s |  19.8 KiB |  00m00s
- [173/232] avif-pixbuf-loader-0:1.1.1-1. 100% | 809.9 KiB/s |  16.2 KiB |  00m00s
- [174/232] tinysparql-0:3.9.2-1.fc42.x86 100% | 759.5 KiB/s |   1.0 MiB |  00m01s
- [175/232] glib-networking-0:2.80.1-1.fc 100% |   2.1 MiB/s | 201.4 KiB |  00m00s
- [176/232] libproxy-0:0.5.8-2.fc42.x86_6 100% |   1.6 MiB/s |  45.5 KiB |  00m00s
- [177/232] svt-av1-devel-docs-0:2.3.0-1. 100% |   2.8 MiB/s |   6.8 MiB |  00m02s
- [178/232] gsettings-desktop-schemas-0:4 100% | 554.6 KiB/s | 783.1 KiB |  00m01s
- [179/232] fuse3-0:3.16.2-5.fc42.x86_64  100% |   1.1 MiB/s |  57.4 KiB |  00m00s
- [180/232] xdg-desktop-portal-0:1.20.3-1 100% | 613.2 KiB/s | 505.3 KiB |  00m01s
- [181/232] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   1.9 MiB/s |  94.2 KiB |  00m00s
- [182/232] fuse-common-0:3.16.2-5.fc42.x 100% | 537.6 KiB/s |   8.6 KiB |  00m00s
- [183/232] libgudev-0:238-7.fc42.x86_64  100% | 997.7 KiB/s |  34.9 KiB |  00m00s
- [184/232] mpg123-libs-0:1.32.10-1.fc42. 100% | 553.8 KiB/s | 355.5 KiB |  00m01s
- [185/232] librsvg2-0:2.60.0-2.fc42.x86_ 100% | 450.1 KiB/s |   1.9 MiB |  00m04s
- [186/232] libunwind-0:1.8.1-2.fc42.x86_ 100% |   1.6 MiB/s |  77.2 KiB |  00m00s
- [187/232] alsa-lib-0:1.2.15.1-1.fc42.x8 100% | 519.6 KiB/s | 540.9 KiB |  00m01s
- [188/232] ModemManager-glib-0:1.22.0-5. 100% |   2.7 MiB/s | 304.6 KiB |  00m00s
- [189/232] geoclue2-0:2.8.0-1.fc42.x86_6 100% | 548.6 KiB/s | 144.8 KiB |  00m00s
- [190/232] cdparanoia-libs-0:10.2-47.fc4 100% |   1.7 MiB/s |  54.0 KiB |  00m00s
- [191/232] graphene-0:1.10.6-10.fc42.x86 100% |   2.0 MiB/s |  61.3 KiB |  00m00s
- [192/232] iso-codes-0:4.17.0-2.fc42.noa 100% |   3.9 MiB/s |   3.6 MiB |  00m01s
- [193/232] libXv-0:1.0.13-2.fc42.x86_64  100% |   1.2 MiB/s |  18.6 KiB |  00m00s
- [194/232] libtheora-1:1.1.1-39.fc42.x86 100% |   3.5 MiB/s | 170.4 KiB |  00m00s
- [195/232] orc-0:0.4.41-1.fc42.x86_64    100% |   3.3 MiB/s | 220.5 KiB |  00m00s
- [196/232] gstreamer1-0:1.26.10-1.fc42.x 100% | 651.8 KiB/s |   1.7 MiB |  00m03s
- [197/232] fdk-aac-free-0:2.0.0-15.fc42. 100% |   2.5 MiB/s | 342.4 KiB |  00m00s
- [198/232] fftw-libs-single-0:3.3.10-15. 100% |   4.0 MiB/s |   1.2 MiB |  00m00s
- [199/232] libebur128-0:1.2.6-12.fc42.x8 100% |   1.6 MiB/s |  24.8 KiB |  00m00s
- [200/232] liblc3-0:1.1.3-1.fc42.x86_64  100% |   2.9 MiB/s | 105.2 KiB |  00m00s
- [201/232] libldac-0:2.0.2.3-17.fc42.x86 100% |   2.5 MiB/s |  42.9 KiB |  00m00s
- [202/232] libsbc-0:2.0-6.fc42.x86_64    100% |   3.2 MiB/s |  49.3 KiB |  00m00s
- [203/232] webrtc-audio-processing-0:1.3 100% |   3.5 MiB/s | 537.4 KiB |  00m00s
- [204/232] bluez-libs-0:5.84-2.fc42.x86_ 100% | 394.3 KiB/s |  83.6 KiB |  00m00s
- [205/232] libvisual-1:0.4.2-1.fc42.x86_ 100% | 637.8 KiB/s | 169.0 KiB |  00m00s
- [206/232] sdl12-compat-0:1.2.68-5.fc42. 100% |   1.8 MiB/s |  91.1 KiB |  00m00s
- [207/232] libnotify-0:0.8.7-1.fc42.x86_ 100% | 507.7 KiB/s |  53.8 KiB |  00m00s
- [208/232] gstreamer1-plugins-base-0:1.2 100% | 682.0 KiB/s |   2.3 MiB |  00m03s
- [209/232] adwaita-mono-fonts-0:48.2-2.f 100% |   3.4 MiB/s |   1.4 MiB |  00m00s
- [210/232] low-memory-monitor-0:2.1-12.f 100% |   2.6 MiB/s |  34.3 KiB |  00m00s
- [211/232] adwaita-sans-fonts-0:48.2-2.f 100% |   1.9 MiB/s | 764.0 KiB |  00m00s
- [212/232] rtkit-0:0.11-66.fc42.x86_64   100% |   2.2 MiB/s |  55.1 KiB |  00m00s
- [213/232] wireplumber-0:0.5.12-1.fc42.x 100% | 668.4 KiB/s | 119.0 KiB |  00m00s
- [214/232] pipewire-0:1.4.9-1.fc42.x86_6 100% | 632.6 KiB/s | 134.8 KiB |  00m00s
- [215/232] pipewire-alsa-0:1.4.9-1.fc42. 100% | 564.2 KiB/s |  60.4 KiB |  00m00s
- [216/232] pipewire-jack-audio-connectio 100% | 223.4 KiB/s |  12.3 KiB |  00m00s
- [217/232] pipewire-jack-audio-connectio 100% | 815.2 KiB/s | 145.1 KiB |  00m00s
- [218/232] pipewire-libs-0:1.4.9-1.fc42. 100% | 740.4 KiB/s |   2.4 MiB |  00m03s
- [219/232] pipewire-pulseaudio-0:1.4.9-1 100% | 660.8 KiB/s | 210.1 KiB |  00m00s
- [220/232] pipewire-plugin-libcamera-0:1 100% | 660.3 KiB/s |  75.3 KiB |  00m00s
- [221/232] wireplumber-libs-0:0.5.12-1.f 100% | 585.1 KiB/s | 421.3 KiB |  00m01s
- [222/232] libcamera-ipa-0:0.4.0-4.fc42. 100% |   1.8 MiB/s | 147.0 KiB |  00m00s
- [223/232] lttng-ust-0:2.13.8-4.fc42.x86 100% |   2.1 MiB/s | 331.4 KiB |  00m00s
- [224/232] libcamera-0:0.4.0-4.fc42.x86_ 100% |   2.5 MiB/s | 605.0 KiB |  00m00s
- [225/232] libmount-0:2.40.4-8.fc42.x86_ 100% | 729.0 KiB/s | 153.8 KiB |  00m00s
- [226/232] libuuid-0:2.40.4-8.fc42.x86_6 100% | 479.6 KiB/s |  25.4 KiB |  00m00s
- [227/232] libblkid-0:2.40.4-8.fc42.x86_ 100% | 519.2 KiB/s | 122.0 KiB |  00m00s
- [228/232] libbrotli-0:1.2.0-1.fc42.x86_ 100% | 659.2 KiB/s | 349.4 KiB |  00m01s
- [229/232] libsmartcols-0:2.40.4-8.fc42. 100% | 510.3 KiB/s |  81.1 KiB |  00m00s
- [230/232] libfdisk-0:2.40.4-8.fc42.x86_ 100% | 680.9 KiB/s | 158.0 KiB |  00m00s
- [231/232] util-linux-core-0:2.40.4-8.fc 100% | 593.1 KiB/s | 528.5 KiB |  00m01s
- [232/232] util-linux-0:2.40.4-8.fc42.x8 100% | 613.4 KiB/s |   1.2 MiB |  00m02s
- --------------------------------------------------------------------------------
- [232/232] Total                         100% |   1.2 MiB/s |  94.8 MiB |  01m17s
- Running transaction
- [  1/242] Verify package files          100% | 323.0   B/s | 232.0   B |  00m01s
- [  2/242] Prepare transaction           100% |   1.5 KiB/s | 240.0   B |  00m00s
- [  3/242] Installing libXext-0:1.3.6-3. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  4/242] Installing cmake-filesystem-0 100% |   2.5 MiB/s |   7.6 KiB |  00m00s
- [  5/242] Installing avahi-libs-0:0.9~r 100% |  60.6 MiB/s | 186.2 KiB |  00m00s
- [  6/242] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.5 KiB |  00m00s
- [  7/242] Installing libXrender-0:0.9.1 100% |  50.1 MiB/s |  51.3 KiB |  00m00s
- [  8/242] Upgrading libuuid-0:2.40.4-8. 100% |  37.4 MiB/s |  38.3 KiB |  00m00s
- [  9/242] Upgrading libblkid-0:2.40.4-8 100% |  85.8 MiB/s | 263.5 KiB |  00m00s
- [ 10/242] Upgrading libbrotli-0:1.2.0-1 100% | 141.2 MiB/s | 867.7 KiB |  00m00s
- [ 11/242] Installing libogg-2:1.3.5-11. 100% |  45.8 MiB/s |  46.9 KiB |  00m00s
- [ 12/242] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 13/242] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB |  00m00s
- [ 14/242] Installing libwayland-client- 100% |  61.7 MiB/s |  63.2 KiB |  00m00s
- [ 15/242] Installing libpng-2:1.6.53-1. 100% | 118.6 MiB/s | 243.0 KiB |  00m00s
- [ 16/242] Installing libjpeg-turbo-0:3. 100% | 196.9 MiB/s | 806.6 KiB |  00m00s
- [ 17/242] Installing libglvnd-1:1.7.0-7 100% | 173.0 MiB/s | 531.6 KiB |  00m00s
- [ 18/242] Installing libvorbis-1:1.3.7- 100% | 163.3 MiB/s | 835.9 KiB |  00m00s
- [ 19/242] Installing libXi-0:1.8.2-2.fc 100% |  41.8 MiB/s |  85.7 KiB |  00m00s
- [ 20/242] Installing alsa-lib-0:1.2.15. 100% |  48.9 MiB/s |   1.5 MiB |  00m00s
- [ 21/242] Installing libwebp-0:1.5.0-2. 100% | 132.8 MiB/s | 951.8 KiB |  00m00s
- [ 22/242] Installing libwayland-cursor- 100% |  37.6 MiB/s |  38.5 KiB |  00m00s
- [ 23/242] Upgrading libmount-0:2.40.4-8 100% | 116.3 MiB/s | 357.3 KiB |  00m00s
- [ 24/242] Installing avahi-glib-0:0.9~r 100% |  23.9 MiB/s |  24.4 KiB |  00m00s
- [ 25/242] Installing opus-0:1.5.2-2.fc4 100% | 139.5 MiB/s | 428.6 KiB |  00m00s
- [ 26/242] Installing libXfixes-0:6.0.1- 100% |  30.8 MiB/s |  31.6 KiB |  00m00s
- [ 27/242] Installing libdav1d-0:1.5.2-1 100% | 169.3 MiB/s |   1.7 MiB |  00m00s
- [ 28/242] Installing libwebp-devel-0:1. 100% |  40.7 MiB/s | 124.9 KiB |  00m00s
- [ 29/242] Installing libglvnd-opengl-1: 100% | 146.1 MiB/s | 149.6 KiB |  00m00s
- [ 30/242] Installing libpng-devel-2:1.6 100% |  43.5 MiB/s | 890.6 KiB |  00m00s
- [ 31/242] Installing libsoup3-0:3.6.5-6 100% | 164.3 MiB/s |   1.2 MiB |  00m00s
- [ 32/242] Installing libtinysparql-0:3. 100% | 162.1 MiB/s |   1.3 MiB |  00m00s
- [ 33/242] Upgrading libsmartcols-0:2.40 100% |  86.7 MiB/s | 177.5 KiB |  00m00s
- [ 34/242] Installing libunwind-0:1.8.1- 100% |  64.3 MiB/s | 197.4 KiB |  00m00s
- [ 35/242] Installing gstreamer1-0:1.26. 100% | 117.4 MiB/s |   5.4 MiB |  00m00s
- [ 36/242] Installing libgudev-0:238-7.f 100% |  43.6 MiB/s |  89.3 KiB |  00m00s
- [ 37/242] Installing fuse3-libs-0:3.16. 100% |  92.0 MiB/s | 282.6 KiB |  00m00s
- [ 38/242] Installing gsettings-desktop- 100% | 494.5 MiB/s |   5.4 MiB |  00m00s
- [ 39/242] Installing libtdb-0:1.4.13-2. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 40/242] Installing pixman-0:0.46.2-1. 100% | 173.7 MiB/s | 711.4 KiB |  00m00s
- [ 41/242] Installing libtextstyle-0:0.2 100% | 101.7 MiB/s | 208.3 KiB |  00m00s
- [ 42/242] Installing gettext-libs-0:0.2 100% | 169.0 MiB/s |   2.0 MiB |  00m00s
- [ 43/242] Installing libwayland-egl-0:1 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 44/242] Installing gtest-0:1.15.2-3.f 100% | 122.8 MiB/s | 503.2 KiB |  00m00s
- [ 45/242] Installing highway-0:1.3.0-1. 100% | 228.8 MiB/s |   5.5 MiB |  00m00s
- [ 46/242] Installing fribidi-0:1.0.16-2 100% |  11.3 MiB/s | 196.8 KiB |  00m00s
- [ 47/242] Installing libwayland-server- 100% |  38.9 MiB/s |  79.7 KiB |  00m00s
- [ 48/242] Installing liblerc-0:4.0.0-8. 100% | 124.5 MiB/s | 637.6 KiB |  00m00s
- [ 49/242] Installing shared-mime-info-0 100% |  56.0 MiB/s |   2.6 MiB |  00m00s
- [ 50/242] Installing gdk-pixbuf2-0:2.42 100% | 100.7 MiB/s |   2.5 MiB |  00m00s
- [ 51/242] Installing libjxl-1:0.11.1-4. 100% | 127.2 MiB/s |   3.1 MiB |  00m00s
- [ 52/242] Installing xml-common-0:0.6.3 100% |  39.6 MiB/s |  81.1 KiB |  00m00s
- [ 53/242] Installing rav1e-libs-0:0.7.1 100% | 166.2 MiB/s |   3.0 MiB |  00m00s
- [ 54/242] Installing libvmaf-0:3.0.0-3. 100% | 161.8 MiB/s | 828.4 KiB |  00m00s
- [ 55/242] Installing libaom-0:3.13.1-1. 100% | 186.3 MiB/s |   5.0 MiB |  00m00s
- [ 56/242] Installing mesa-filesystem-0: 100% |   0.0   B/s |   4.3 KiB |  00m00s
- [ 57/242] Installing graphite2-0:1.3.14 100% |  10.2 MiB/s | 197.9 KiB |  00m00s
- [ 58/242] Installing harfbuzz-0:10.4.0- 100% | 171.8 MiB/s |   2.7 MiB |  00m00s
- [ 59/242] Installing freetype-0:2.13.3- 100% | 140.0 MiB/s | 859.9 KiB |  00m00s
- [ 60/242] Installing harfbuzz-icu-0:10. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 61/242] Installing graphite2-devel-0: 100% |  49.6 MiB/s |  50.8 KiB |  00m00s
- [ 62/242] Installing libvmaf-devel-0:3. 100% |  30.2 MiB/s |  30.9 KiB |  00m00s
- [ 63/242] Installing libaom-devel-0:3.1 100% | 111.4 MiB/s | 228.2 KiB |  00m00s
- [ 64/242] Installing rav1e-devel-0:0.7. 100% |  15.4 MiB/s |  47.3 KiB |  00m00s
- [ 65/242] Installing iso-codes-0:4.17.0 100% | 353.1 MiB/s |  20.5 MiB |  00m00s
- [ 66/242] Installing gtk-update-icon-ca 100% |   3.3 MiB/s |  63.3 KiB |  00m00s
- [ 67/242] Installing libnotify-0:0.8.7- 100% |   6.8 MiB/s | 126.0 KiB |  00m00s
- [ 68/242] Installing liblerc-devel-0:4. 100% | 612.5 MiB/s |   4.3 MiB |  00m00s
- [ 69/242] Installing gmock-0:1.15.2-3.f 100% |  64.7 MiB/s | 132.4 KiB |  00m00s
- [ 70/242] Installing gtest-devel-0:1.15 100% | 176.1 MiB/s |   1.1 MiB |  00m00s
- [ 71/242] Installing highway-devel-0:1. 100% | 179.5 MiB/s |   4.3 MiB |  00m00s
- [ 72/242] Installing pixman-devel-0:0.4 100% |  55.5 MiB/s |  56.9 KiB |  00m00s
- [ 73/242] Upgrading util-linux-core-0:2 100% |  44.6 MiB/s |   1.4 MiB |  00m00s
- [ 74/242] Installing mesa-libGLU-0:9.0. 100% | 118.0 MiB/s | 362.6 KiB |  00m00s
- [ 75/242] Installing libdav1d-devel-0:1 100% |  42.2 MiB/s |  43.2 KiB |  00m00s
- [ 76/242] Installing libXcursor-0:1.2.3 100% |  57.7 MiB/s |  59.1 KiB |  00m00s
- [ 77/242] Installing libXdamage-0:1.1.6 100% |  44.1 MiB/s |  45.2 KiB |  00m00s
- [ 78/242] Installing libXtst-0:1.2.5-2. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [ 79/242] Installing libyuv-0:0-0.56.20 100% | 167.3 MiB/s | 685.3 KiB |  00m00s
- [ 80/242] Installing libjpeg-turbo-deve 100% | 174.1 MiB/s | 356.5 KiB |  00m00s
- [ 81/242] Installing libgusb-0:0.4.9-3. 100% |  79.9 MiB/s | 163.7 KiB |  00m00s
- [ 82/242] Installing abattis-cantarell- 100% |  94.9 MiB/s | 194.4 KiB |  00m00s
- [ 83/242] Installing flac-libs-0:1.4.3- 100% | 136.9 MiB/s | 700.8 KiB |  00m00s
- [ 84/242] Installing libtheora-1:1.1.1- 100% | 118.1 MiB/s | 483.7 KiB |  00m00s
- [ 85/242] Installing brotli-0:1.2.0-1.f 100% |   2.0 MiB/s |  34.4 KiB |  00m00s
- [ 86/242] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [ 87/242] Installing libjxl-devel-1:0.1 100% | 125.4 MiB/s | 770.5 KiB |  00m00s
- [ 88/242] Installing libblkid-devel-0:2 100% |  44.9 MiB/s |  46.0 KiB |  00m00s
- [ 89/242] Upgrading libfdisk-0:2.40.4-8 100% | 121.6 MiB/s | 373.4 KiB |  00m00s
- [ 90/242] Installing libXrandr-0:1.5.4- 100% |  55.7 MiB/s |  57.0 KiB |  00m00s
- [ 91/242] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 92/242] Installing libXxf86vm-0:1.1.6 100% |  29.8 MiB/s |  30.5 KiB |  00m00s
- [ 93/242] Installing libXinerama-0:1.1. 100% |  19.6 MiB/s |  20.1 KiB |  00m00s
- [ 94/242] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [ 95/242] Installing libXv-0:1.0.13-2.f 100% |  30.5 MiB/s |  31.2 KiB |  00m00s
- [ 96/242] Installing lttng-ust-0:2.13.8 100% | 124.2 MiB/s |   1.1 MiB |  00m00s
- [ 97/242] Installing libcamera-0:0.4.0- 100% |  52.2 MiB/s |   1.9 MiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'rtkit' with GID 172.
- >>> Creating user 'rtkit' (RealtimeKit) with UID 172 and GID 172.
- >>>
- [ 98/242] Installing rtkit-0:0.11-66.fc 100% |   3.4 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished %post scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>
- [ 99/242] Installing bluez-libs-0:5.84- 100% |  64.9 MiB/s | 199.4 KiB |  00m00s
- [100/242] Installing webrtc-audio-proce 100% | 137.0 MiB/s |   1.4 MiB |  00m00s
- [101/242] Installing libsbc-0:2.0-6.fc4 100% |  46.2 MiB/s |  94.5 KiB |  00m00s
- [102/242] Installing libldac-0:2.0.2.3- 100% |  41.1 MiB/s |  84.2 KiB |  00m00s
- [103/242] Installing liblc3-0:1.1.3-1.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [104/242] Installing libebur128-0:1.2.6 100% |  39.8 MiB/s |  40.7 KiB |  00m00s
- [105/242] Installing fftw-libs-single-0 100% | 190.5 MiB/s |   3.6 MiB |  00m00s
- [106/242] Installing fdk-aac-free-0:2.0 100% | 150.7 MiB/s | 617.3 KiB |  00m00s
- [107/242] Installing orc-0:0.4.41-1.fc4 100% |  33.9 MiB/s | 728.9 KiB |  00m00s
- [108/242] Installing graphene-0:1.10.6- 100% |  80.1 MiB/s | 164.1 KiB |  00m00s
- [109/242] Installing cdparanoia-libs-0: 100% | 116.1 MiB/s | 118.9 KiB |  00m00s
- [110/242] Installing ModemManager-glib- 100% |  45.4 MiB/s |   1.4 MiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 994.
- >>> Creating user 'geoclue' (n/a) with UID 994 and GID 994.
- >>>
- [111/242] Installing geoclue2-0:2.8.0-1 100% |  17.2 MiB/s | 405.6 KiB |  00m00s
- [112/242] Installing mpg123-libs-0:1.32 100% | 113.9 MiB/s | 816.6 KiB |  00m00s
- [113/242] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [114/242] Installing fuse3-0:3.16.2-5.f 100% |   6.4 MiB/s | 132.0 KiB |  00m00s
- [115/242] Installing libproxy-0:0.5.8-2 100% |  51.0 MiB/s | 104.5 KiB |  00m00s
- [116/242] Installing lame-libs-0:3.100- 100% | 300.6 MiB/s |   1.2 MiB |  00m00s
- [117/242] Installing gsm-0:1.0.22-8.fc4 100% |  68.8 MiB/s |  70.4 KiB |  00m00s
- [118/242] Installing libsndfile-0:1.2.2 100% | 134.7 MiB/s | 551.6 KiB |  00m00s
- [119/242] Installing libasyncns-0:0.8-3 100% |  59.3 MiB/s |  60.8 KiB |  00m00s
- [120/242] Installing pulseaudio-libs-0: 100% | 260.5 MiB/s |   3.4 MiB |  00m00s
- [121/242] Installing pipewire-libs-0:1. 100% | 137.5 MiB/s |   8.7 MiB |  00m00s
- [122/242] Installing wireplumber-libs-0 100% | 108.8 MiB/s |   1.3 MiB |  00m00s
- [123/242] Installing wireplumber-0:0.5. 100% |  16.6 MiB/s | 424.4 KiB |  00m00s
- [124/242] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0   B |  00m00s
- [125/242] Installing pipewire-jack-audi 100% |  25.7 MiB/s | 499.2 KiB |  00m00s
- [126/242] Installing sound-theme-freede 100% |  32.6 MiB/s | 467.2 KiB |  00m00s
- [127/242] Installing libcanberra-0:0.30 100% |   6.9 MiB/s | 291.3 KiB |  00m00s
- [128/242] Installing xz-devel-1:5.8.1-4 100% |  51.3 MiB/s | 262.6 KiB |  00m00s
- [129/242] Installing libxml2-devel-0:2. 100% | 126.5 MiB/s |   3.4 MiB |  00m00s
- [130/242] Installing sysprof-capture-de 100% |  90.1 MiB/s | 276.9 KiB |  00m00s
- [131/242] Installing pcre2-utf32-0:10.4 100% | 147.2 MiB/s | 603.1 KiB |  00m00s
- [132/242] Installing pcre2-utf16-0:10.4 100% | 153.1 MiB/s | 627.2 KiB |  00m00s
- [133/242] Installing pcre2-devel-0:10.4 100% | 104.6 MiB/s |   2.1 MiB |  00m00s
- [134/242] Installing libsepol-devel-0:3 100% |  25.1 MiB/s | 128.3 KiB |  00m00s
- [135/242] Installing libselinux-devel-0 100% |  52.6 MiB/s | 161.6 KiB |  00m00s
- [136/242] Installing libmount-devel-0:2 100% |  63.0 MiB/s |  64.5 KiB |  00m00s
- [137/242] Installing gettext-envsubst-0 100% |   4.6 MiB/s |  80.2 KiB |  00m00s
- [138/242] Installing gettext-runtime-0: 100% |  22.5 MiB/s | 461.6 KiB |  00m00s
- [139/242] Installing gettext-0:0.23.1-2 100% | 157.5 MiB/s |   5.2 MiB |  00m00s
- [140/242] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [141/242] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [142/242] Installing cups-libs-1:2.4.16 100% | 121.1 MiB/s | 620.2 KiB |  00m00s
- [143/242] Installing xprop-0:1.2.8-3.fc 100% |   3.2 MiB/s |  56.1 KiB |  00m00s
- [144/242] Installing at-spi2-core-0:2.5 100% | 192.3 MiB/s |   1.5 MiB |  00m00s
- [145/242] Installing atk-0:2.56.7-1.fc4 100% |  30.5 MiB/s | 250.0 KiB |  00m00s
- [146/242] Installing at-spi2-atk-0:2.56 100% |  90.4 MiB/s | 277.7 KiB |  00m00s
- [147/242] Installing adwaita-cursor-the 100% | 233.2 MiB/s |  11.4 MiB |  00m00s
- [148/242] Installing adwaita-icon-theme 100% |  21.0 MiB/s |   2.4 MiB |  00m00s
- [149/242] Installing adwaita-icon-theme 100% |  26.0 MiB/s |   1.3 MiB |  00m00s
- [150/242] Installing libicu-devel-0:76. 100% |  99.5 MiB/s |   5.1 MiB |  00m00s
- [151/242] Installing python3-packaging- 100% |  79.2 MiB/s | 568.0 KiB |  00m00s
- [152/242] Installing hwdata-0:0.403-1.f 100% | 227.3 MiB/s |   9.8 MiB |  00m00s
- [153/242] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [154/242] Installing libdrm-0:2.4.128-3 100% |  98.6 MiB/s | 403.7 KiB |  00m00s
- [155/242] Installing libdatrie-0:0.2.13 100% |  57.6 MiB/s |  58.9 KiB |  00m00s
- [156/242] Installing libthai-0:0.1.29-1 100% | 191.7 MiB/s | 785.2 KiB |  00m00s
- [157/242] Installing libzstd-devel-0:1. 100% | 102.0 MiB/s | 208.8 KiB |  00m00s
- [158/242] Installing lcms2-0:2.16-5.fc4 100% | 143.0 MiB/s | 439.3 KiB |  00m00s
- [159/242] Installing colord-libs-0:1.4. 100% | 139.0 MiB/s | 853.7 KiB |  00m00s
- [160/242] Installing libepoxy-0:1.5.10- 100% | 180.4 MiB/s |   1.1 MiB |  00m00s
- [161/242] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [162/242] Installing libXcomposite-0:0. 100% |  44.9 MiB/s |  46.0 KiB |  00m00s
- [163/242] Installing hicolor-icon-theme 100% |   7.3 MiB/s | 179.5 KiB |  00m00s
- [164/242] Installing spirv-tools-libs-0 100% | 192.7 MiB/s |   5.8 MiB |  00m00s
- [165/242] Installing jbigkit-libs-0:2.1 100% |  60.3 MiB/s | 123.4 KiB |  00m00s
- [166/242] Installing libtiff-0:4.7.1-1. 100% | 122.4 MiB/s | 626.6 KiB |  00m00s
- [167/242] Installing libtiff-devel-0:4. 100% | 265.6 MiB/s | 816.0 KiB |  00m00s
- [168/242] Installing gdk-pixbuf2-module 100% |  55.3 MiB/s |  56.6 KiB |  00m00s
- [169/242] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [170/242] Installing google-noto-sans-v 100% | 173.9 MiB/s |   1.4 MiB |  00m00s
- [171/242] Installing default-fonts-core 100% |   4.4 MiB/s |  18.2 KiB |  00m00s
- [172/242] Installing fontconfig-0:2.16. 100% | 737.5 KiB/s | 783.9 KiB |  00m01s
- [173/242] Installing cairo-0:1.18.2-3.f 100% | 148.6 MiB/s |   1.8 MiB |  00m00s
- [174/242] Installing cairo-gobject-0:1. 100% |  35.1 MiB/s |  36.0 KiB |  00m00s
- [175/242] Installing harfbuzz-cairo-0:1 100% |  51.7 MiB/s |  53.0 KiB |  00m00s
- [176/242] Installing libXft-0:2.3.8-8.f 100% |  83.0 MiB/s | 169.9 KiB |  00m00s
- [177/242] Installing pango-0:1.56.4-2.f 100% |  34.0 MiB/s |   1.0 MiB |  00m00s
- [178/242] Installing gtk3-0:3.24.49-2.f 100% | 185.0 MiB/s |  23.1 MiB |  00m00s
- [179/242] Installing libdecor-0:0.2.4-1 100% |  54.6 MiB/s | 167.8 KiB |  00m00s
- [180/242] Installing SDL3-0:3.2.24-1.fc 100% | 157.8 MiB/s |   2.7 MiB |  00m00s
- [181/242] Installing sdl2-compat-0:2.32 100% | 130.7 MiB/s | 401.4 KiB |  00m00s
- [182/242] Installing SDL2_ttf-0:2.22.0- 100% |  43.7 MiB/s |  89.6 KiB |  00m00s
- [183/242] Installing sdl12-compat-0:1.2 100% |  96.3 MiB/s | 197.2 KiB |  00m00s
- [184/242] Installing libvisual-1:0.4.2- 100% |  23.1 MiB/s | 497.1 KiB |  00m00s
- [185/242] Installing rsvg-pixbuf-loader 100% | 110.8 MiB/s | 340.5 KiB |  00m00s
- [186/242] Installing librsvg2-0:2.60.0- 100% | 166.5 MiB/s |   5.0 MiB |  00m00s
- [187/242] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [188/242] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [189/242] Installing mesa-libgbm-0:25.1 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [190/242] Installing mesa-dri-drivers-0 100% | 172.2 MiB/s |  46.7 MiB |  00m00s
- [191/242] Installing mesa-libEGL-0:25.1 100% | 109.3 MiB/s | 335.9 KiB |  00m00s
- [192/242] Installing libglvnd-egl-1:1.7 100% |  34.3 MiB/s |  70.3 KiB |  00m00s
- [193/242] Installing libglvnd-gles-1:1. 100% |  52.4 MiB/s | 107.3 KiB |  00m00s
- [194/242] Installing mesa-libGL-0:25.1. 100% | 100.0 MiB/s | 307.2 KiB |  00m00s
- [195/242] Installing libglvnd-glx-1:1.7 100% | 119.3 MiB/s | 610.6 KiB |  00m00s
- [196/242] Installing gstreamer1-plugins 100% | 134.2 MiB/s |   7.4 MiB |  00m00s
- [197/242] Installing xdg-desktop-portal 100% |  33.7 MiB/s |   1.9 MiB |  00m00s
- [198/242] Installing cpuinfo-0:24.09.26 100% |   4.5 MiB/s | 109.7 KiB |  00m00s
- [199/242] Installing svt-av1-libs-0:2.3 100% | 156.2 MiB/s |   5.6 MiB |  00m00s
- [200/242] Installing libavif-0:1.1.1-1. 100% |  70.1 MiB/s | 215.2 KiB |  00m00s
- [201/242] Installing SDL2_image-0:2.8.8 100% |   9.8 MiB/s | 211.6 KiB |  00m00s
- [202/242] Installing svt-av1-devel-0:2. 100% |  35.6 MiB/s |  73.0 KiB |  00m00s
- [203/242] Installing libavif-devel-0:1. 100% |  44.9 MiB/s |  92.0 KiB |  00m00s
- [204/242] Installing libglvnd-core-deve 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [205/242] Installing libglvnd-devel-1:1 100% | 176.7 MiB/s |   2.1 MiB |  00m00s
- [206/242] Installing mesa-libGLU-devel- 100% |  17.1 MiB/s |  17.5 KiB |  00m00s
- [207/242] Installing sdl2-compat-devel- 100% |  71.7 MiB/s |   2.7 MiB |  00m00s
- [208/242] Installing libffi-devel-0:3.4 100% |  11.3 MiB/s |  34.8 KiB |  00m00s
- [209/242] Installing glib2-devel-0:2.84 100% | 133.6 MiB/s |  15.9 MiB |  00m00s
- [210/242] Installing freetype-devel-0:2 100% | 219.0 MiB/s |   8.5 MiB |  00m00s
- [211/242] Installing fontconfig-devel-0 100% |  50.3 MiB/s | 154.4 KiB |  00m00s
- [212/242] Installing cairo-devel-0:1.18 100% | 381.8 MiB/s |   2.3 MiB |  00m00s
- [213/242] Installing harfbuzz-devel-0:1 100% | 148.3 MiB/s |   5.2 MiB |  00m00s
- [214/242] Installing SDL2_ttf-devel-0:2 100% |  93.6 MiB/s |  95.8 KiB |  00m00s
- [215/242] Installing SDL2_image-devel-0 100% |  39.2 MiB/s |  80.2 KiB |  00m00s
- [216/242] Installing avif-pixbuf-loader 100% |  19.7 MiB/s |  20.2 KiB |  00m00s
- [217/242] Installing xdg-desktop-portal 100% |  18.6 MiB/s | 477.2 KiB |  00m00s
- [218/242] Installing libcanberra-gtk3-0 100% |   3.5 MiB/s |  82.0 KiB |  00m00s
- [219/242] Installing pipewire-plugin-li 100% |   7.2 MiB/s | 147.3 KiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 993.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 993 and GID 993.
- >>>
- [220/242] Installing pipewire-0:1.4.9-1 100% |   8.2 MiB/s | 437.6 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [221/242] Installing pipewire-alsa-0:1. 100% |  52.0 MiB/s | 159.6 KiB |  00m00s
- [222/242] Installing pipewire-pulseaudi 100% |   8.9 MiB/s | 444.2 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [223/242] Installing glib-networking-0: 100% | 105.7 MiB/s | 757.8 KiB |  00m00s
- [224/242] Installing libcamera-ipa-0:0. 100% |  77.0 MiB/s | 551.9 KiB |  00m00s
- [225/242] Upgrading util-linux-0:2.40.4 100% |  48.8 MiB/s |   3.5 MiB |  00m00s
- [226/242] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [227/242] Installing jxl-pixbuf-loader- 100% |  14.7 MiB/s |  30.2 KiB |  00m00s
- [228/242] Installing webp-pixbuf-loader 100% |  14.5 MiB/s |  29.8 KiB |  00m00s
- [229/242] Installing tinysparql-0:3.9.2 100% |  56.2 MiB/s |   2.5 MiB |  00m00s
- [230/242] Installing adwaita-mono-fonts 100% | 181.0 MiB/s |   5.4 MiB |  00m00s
- [231/242] Installing adwaita-sans-fonts 100% | 156.3 MiB/s |   1.7 MiB |  00m00s
- [232/242] Installing low-memory-monitor 100% |   2.9 MiB/s |  67.7 KiB |  00m00s
- [233/242] Installing svt-av1-devel-docs 100% | 469.4 MiB/s |   8.4 MiB |  00m00s
- [234/242] Installing dconf-0:0.40.0-15. 100% |   5.5 MiB/s | 320.0 KiB |  00m00s
- [235/242] Removing util-linux-0:2.40.4- 100% |  12.1 KiB/s | 458.0   B |  00m00s
- [236/242] Removing util-linux-core-0:2. 100% |  11.5 KiB/s | 153.0   B |  00m00s
- [237/242] Removing libfdisk-0:2.40.4-7. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [238/242] Removing libmount-0:2.40.4-7. 100% |   5.9 KiB/s |   6.0   B |  00m00s
- [239/242] Removing libblkid-0:2.40.4-7. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [240/242] Removing libuuid-0:2.40.4-7.f 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [241/242] Removing libsmartcols-0:2.40. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [242/242] Removing libbrotli-0:1.1.0-6. 100% |  20.0   B/s |  15.0   B |  00m01s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- libffi-devel-3.4.6-5.fc42.x86_64
- sdl2-compat-devel-2.32.56-1.fc42.x86_64
- SDL2_image-devel-2.8.8-1.fc42.x86_64
- SDL2_ttf-devel-2.22.0-4.fc42.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-01-11 10:06.53 ---> saved as "d1dd91c392534e7e5ebc6047a098d5723b6058eba11e5572c9e2848ed6c91026"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 19 packages
- 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.20.2
- install dune-configurator 3.20.2
- 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.20.2


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


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


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


[1/2/3/4] 1


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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> 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)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.20.2
-> installed dune-configurator.3.20.2
-> 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
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-11 10:07.47 ---> saved as "4b18ab62225adc0b15320f7508d08796b3d2b69151857633e232c1df135f2d51"


/src: (copy (src .) (dst /src))
2026-01-11 10:07.47 ---> saved as "27c31b5c7e8f1fa986ba2ecc3cbb64e71305ead23a1374d02e5f6711e89ed71f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/examples && ./examples.exe 00)
[0][0] :	 Warning: User variable 'DEBUG_CODE' not found in config.
[0][0] :	 Warning: Using DEBUG_CODE=1023
[0][0] :	 Warning: User variable 'LOG_TO_FILE' not found in config.
[0][0] :	 Warning: Using LOG_TO_FILE=false
[0][0] :	 I/O: Executable=examples.exe
[0][0] :	 I/O: Invoking opam
[20][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[20][0] :	 Warning: User variable 'DIR' not found in config.
[20][0] :	 Warning: Using DIR=
[24][0] :	 Warning: User variable 'THEME' not found in config.
[24][0] :	 Warning: Using THEME=default
[24][0] :	 I/O: No theme specified, using default=default.
[24][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20260111]
[24][0] :	 I/O: Reading BACKGROUND=color:white
[24][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[24][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[24][0] :	 Warning: Using THEME=default
Loading Bogue 20260111 with config dir /src/_build/install/default/share/bogue/themes/default
[24][0] :	 Warning: Using BACKGROUND=color:white
[24][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[24][0] :	 Warning: Using BG_COLOR=aliceblue
[24][0] :	 Warning: User variable 'BOX_BG_COLOR' not found in config.
[24][0] :	 Warning: Using BOX_BG_COLOR=lightsteelblue
[24][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[24][0] :	 Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[24][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[24][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[24][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[24][0] :	 Warning: Using CHECK_OFF=fa:square-o
[24][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[24][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[24][0] :	 Warning: User variable 'DISABLED_FG' not found in config.
[24][0] :	 Warning: Using DISABLED_FG=gray
[24][0] :	 Warning: User variable 'DISABLED_BG' not found in config.
[24][0] :	 Warning: Using DISABLED_BG=lightgray
[24][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[24][0] :	 Warning: Using FAINT_COLOR=gainsboro
[24][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[24][0] :	 Warning: Using TEXT_COLOR=black
[24][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[24][0] :	 Warning: Using SEL_BG_COLOR=slategray
[24][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[24][0] :	 Warning: Using SEL_FG_COLOR=white
[24][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[24][0] :	 Warning: Using LABEL_COLOR=black
[24][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[24][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[24][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[24][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[24][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[24][0] :	 Warning: Using LABEL_FONT_SIZE=14
[24][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[24][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[24][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[24][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[24][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[24][0] :	 Warning: Using TEXT_FONT_SIZE=14
[24][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[24][0] :	 Warning: Using SMALL_FONT_SIZE=10
[24][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[24][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[24][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[24][0] :	 Warning: Using ROOM_MARGIN=10
[24][0] :	 Warning: User variable 'FA_DIR' not found in config.
[24][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[24][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[24][0] :	 Warning: Using INT_SCALE=false
[24][0] :	 Warning: User variable 'SCALE' not found in config.
[24][0] :	 Warning: Using SCALE=0
[24][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[24][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[24][0] :	 Warning: User variable 'NO_VSYNC' not found in config.
[24][0] :	 Warning: Using NO_VSYNC=false
[24][0] :	 Warning: User variable 'NATURAL_SCROLLING' not found in config.
[24][0] :	 Warning: Using NATURAL_SCROLLING=auto
[27][0] :	 Warning: User variable 'USE_FSWATCH' not found in config.
[27][0] :	 Warning: Using USE_FSWATCH=true
[30][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[30][0] :	 Custom: Detected os type: [Linux]
[35][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[36][0] :	 Warning: SDL initialized
[36][0] :	 Event: SDL Events initialized
[36][0] :	 Event: Register new event type:user (Ox8000)
[36][0] :	 Event: Register new event type:stop (Ox8001)
[36][0] :	 Event: Register new event type:stopped (Ox8002)
[36][0] :	 Event: Register new event type:mouse_enter (Ox8003)
[36][0] :	 Event: Register new event type:mouse_leave (Ox8004)
[36][0] :	 Event: Register new event type:redraw (Ox8005)
[36][0] :	 Event: Register new event type:mouse_at_rest (Ox8006)
[36][0] :	 Event: Register new event type:startup (Ox8007)
[36][0] :	 Event: Register new event type:var_changed (Ox8008)
[36][0] :	 Event: Register new event type:update (Ox8009)
[36][0] :	 Event: Register new event type:sync_action (Ox800a)
[36][0] :	 Event: Register new event type:keyboard_focus (Ox800b)
[36][0] :	 Event: Register new event type:mouse_focus (Ox800c)
[36][0] :	 Event: Register new event type:remove_focus (Ox800d)
[36][0] :	 Event: Register new event type:destroy_window (Ox800e)
[36][0] :	 Event: Register new event type:add_window (Ox800f)
[36][0] :	 Event: Register new event type:new_mail (Ox8010)
[36][0] :	 Event: Register new event type:not_used (Ox8011)
[36][0] :	 Board: Layout #1 (dummy) created.
[39][0] :	 I/O: Fswatch program not found; using Unix_stat for file monitoring.
[40][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[42][0] :	 Graphics: SDL Video initialized
[42][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[43][0] :	 Graphics: DPI from system: 96
[43][0] :	 Graphics; Warning: Using SCALE=1.000000
[43][0] :	 Graphics: SDL Image initialized
[43][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[44][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[44][0] :	 Board: Adding timeout 1
[44][0] :	 Board: Layout #2 (windows_house) created.
[44][0] :	 Board: ==> Running board!
[44][0] :	 Graphics; Warning: Could not get refresh rate information for any monitor
[44][0] :	 Graphics: Desired FPS=60
[54][0] :	 Board: Has focus: NO
[54][0] :	 Board: Adding timeout 2
[54][0] :	 Graphics: FPS:100 (round_trip=0)


[1054][0] :	 Board: Executing timeout 1
Hello world
[1054][0] :	 Memory: All zombies have been killed! Congratulations!
[1054][0] :	 Board: Board exiting
[1054][0] :	 Board: Quitting...
[1054][0] :	 Graphics: Quitting SDL Image
[1054][0] :	 Graphics: Quitting SDL Video
[1054][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1054][0] :	 Memory: Freeing surface (123,128)
[1054][0] :	 Event: Quitting SDL Events
[1054][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.32.56
2026-01-11 10:07.51 ---> saved as "50b5f362a9a14c93894303be9343ddc2b302b68c20b01cb50e03c1a4a3d314c6"
Job succeeded
2026-01-11 10:07.52: Job succeeded