Organisationssanettebogue483291 ()fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-02-08 08:01.46: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (4832914d2fe8eeb4cc8b65332066fda137844b24) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 4832914d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7
# fedora-43-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 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.21.0"
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-02-08 08:01.46: Using cache hint "sanette/bogue-ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7-fedora-43-5.4_opam-2.5-dbaeeb26f57394ec433fa820a588abf0"
2026-02-08 08:01.46: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7)
(comment fedora-43-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 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.21.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y 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-02-08 08:01.46: Waiting for resource in pool OCluster
2026-02-08 08:01.47: Waiting for worker…
2026-02-08 08:01.47: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 4832914 split colors in RGB and RGBA


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7' locally
docker.io/ocaml/opam@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7: Pulling from ocaml/opam
1216d224fefc: Pulling fs layer
d2b80d0f9692: Pulling fs layer
b44754d8bf82: Pulling fs layer
36abc5888bbf: Pulling fs layer
13ceeda275e3: Pulling fs layer
9d0a0e279caf: Pulling fs layer
d2b80d0f9692: Waiting
36abc5888bbf: Waiting
40e2d63e6bc8: Pulling fs layer
1216d224fefc: Waiting
75b3ac574ea6: Pulling fs layer
1049f777ea82: Pulling fs layer
03fc9df51c6a: Pulling fs layer
9d0a0e279caf: Waiting
40e2d63e6bc8: Waiting
b047e90b13a5: Pulling fs layer
13ceeda275e3: Waiting
9e9b975180f0: Pulling fs layer
75b3ac574ea6: Waiting
67d0d0d5c8c1: Pulling fs layer
89a5d6bde7a7: Pulling fs layer
1049f777ea82: Waiting
1d93c1211989: Pulling fs layer
b047e90b13a5: Waiting
29eae7cc87b0: Pulling fs layer
89a5d6bde7a7: Waiting
67d0d0d5c8c1: Waiting
cbc0891b6ad5: Pulling fs layer
1dcdb5dba4d6: Pulling fs layer
29eae7cc87b0: Waiting
cbc0891b6ad5: Waiting
cbbbe6830481: Pulling fs layer
21e1ea572da2: Pulling fs layer
4f4fb700ef54: Pulling fs layer
98b69470db28: Pulling fs layer
1dcdb5dba4d6: Waiting
cbbbe6830481: Waiting
21e1ea572da2: Waiting
2dcdfd57803f: Pulling fs layer
4f4fb700ef54: Waiting
379ef38822e9: Pulling fs layer
98b69470db28: Waiting
3bc4f9dcff1f: Pulling fs layer
d9698ccc8ea7: Pulling fs layer
5ed663178eca: Pulling fs layer
3bc4f9dcff1f: Waiting
c8305c642087: Pulling fs layer
d9698ccc8ea7: Waiting
8f6d93fd556f: Pulling fs layer
921519ed1807: Pulling fs layer
5ed663178eca: Waiting
c60d13ca69bb: Pulling fs layer
c8305c642087: Waiting
2aac9c9633a8: Pulling fs layer
c0e95d961175: Pulling fs layer
8f6d93fd556f: Waiting
921519ed1807: Waiting
2aac9c9633a8: Waiting
27ce8579a8e4: Pulling fs layer
fe5862feaa51: Pulling fs layer
e29132ca7758: Pulling fs layer
7f1e364d449b: Pulling fs layer
fe5862feaa51: Waiting
a8bd8d8144bc: Pulling fs layer
571a3efac70d: Pulling fs layer
a83a90a79bde: Pulling fs layer
e29132ca7758: Waiting
965ec293f8c1: Pulling fs layer
a8bd8d8144bc: Waiting
98102c35b6c5: Pulling fs layer
571a3efac70d: Waiting
965ec293f8c1: Waiting
a83a90a79bde: Waiting
be27aa16171d: Pulling fs layer
c900362c76d3: Pulling fs layer
c900362c76d3: Waiting
98102c35b6c5: Waiting
1216d224fefc: Download complete
d2b80d0f9692: Verifying Checksum
d2b80d0f9692: Download complete
b44754d8bf82: Verifying Checksum
b44754d8bf82: Download complete
1216d224fefc: Pull complete
d2b80d0f9692: Pull complete
b44754d8bf82: Pull complete
36abc5888bbf: Verifying Checksum
36abc5888bbf: Download complete
9d0a0e279caf: Verifying Checksum
9d0a0e279caf: Download complete
13ceeda275e3: Verifying Checksum
13ceeda275e3: Download complete
40e2d63e6bc8: Verifying Checksum
40e2d63e6bc8: Download complete
75b3ac574ea6: Verifying Checksum
75b3ac574ea6: Download complete
1049f777ea82: Verifying Checksum
1049f777ea82: Download complete
03fc9df51c6a: Download complete
b047e90b13a5: Verifying Checksum
b047e90b13a5: Download complete
9e9b975180f0: Verifying Checksum
9e9b975180f0: Download complete
67d0d0d5c8c1: Verifying Checksum
67d0d0d5c8c1: Download complete
89a5d6bde7a7: Verifying Checksum
89a5d6bde7a7: Download complete
1d93c1211989: Verifying Checksum
1d93c1211989: Download complete
29eae7cc87b0: Download complete
cbc0891b6ad5: Download complete
cbbbe6830481: Download complete
1dcdb5dba4d6: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
21e1ea572da2: Verifying Checksum
21e1ea572da2: Download complete
98b69470db28: Download complete
2dcdfd57803f: Verifying Checksum
2dcdfd57803f: Download complete
379ef38822e9: Download complete
d9698ccc8ea7: Download complete
5ed663178eca: Verifying Checksum
5ed663178eca: Download complete
3bc4f9dcff1f: Verifying Checksum
3bc4f9dcff1f: Download complete
c8305c642087: Verifying Checksum
c8305c642087: Download complete
8f6d93fd556f: Verifying Checksum
8f6d93fd556f: Download complete
921519ed1807: Download complete
2aac9c9633a8: Download complete
c60d13ca69bb: Verifying Checksum
c60d13ca69bb: Download complete
c0e95d961175: Download complete
fe5862feaa51: Download complete
7f1e364d449b: Download complete
a8bd8d8144bc: Verifying Checksum
a8bd8d8144bc: Download complete
571a3efac70d: Download complete
a83a90a79bde: Verifying Checksum
a83a90a79bde: Download complete
36abc5888bbf: Pull complete
13ceeda275e3: Pull complete
9d0a0e279caf: Pull complete
40e2d63e6bc8: Pull complete
27ce8579a8e4: Verifying Checksum
27ce8579a8e4: Download complete
98102c35b6c5: Verifying Checksum
98102c35b6c5: Download complete
75b3ac574ea6: Pull complete
be27aa16171d: Verifying Checksum
be27aa16171d: Download complete
c900362c76d3: Verifying Checksum
c900362c76d3: Download complete
1049f777ea82: Pull complete
03fc9df51c6a: Pull complete
b047e90b13a5: Pull complete
9e9b975180f0: Pull complete
67d0d0d5c8c1: Pull complete
89a5d6bde7a7: Pull complete
1d93c1211989: Pull complete
29eae7cc87b0: Pull complete
cbc0891b6ad5: Pull complete
1dcdb5dba4d6: Pull complete
cbbbe6830481: Pull complete
21e1ea572da2: Pull complete
4f4fb700ef54: Pull complete
98b69470db28: Pull complete
2dcdfd57803f: Pull complete
379ef38822e9: Pull complete
3bc4f9dcff1f: Pull complete
d9698ccc8ea7: Pull complete
5ed663178eca: Pull complete
c8305c642087: Pull complete
8f6d93fd556f: Pull complete
921519ed1807: Pull complete
c60d13ca69bb: Pull complete
2aac9c9633a8: Pull complete
c0e95d961175: Pull complete
965ec293f8c1: Download complete
e29132ca7758: Verifying Checksum
e29132ca7758: Download complete
27ce8579a8e4: Pull complete
fe5862feaa51: Pull complete
e29132ca7758: Pull complete
7f1e364d449b: Pull complete
a8bd8d8144bc: Pull complete
571a3efac70d: Pull complete
a83a90a79bde: Pull complete
965ec293f8c1: Pull complete
98102c35b6c5: Pull complete
be27aa16171d: Pull complete
c900362c76d3: Pull complete
Digest: sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7
Status: Downloaded newer image for ocaml/opam@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7
2026-02-08 08:01.48 ---> using "4e2b8591845136281b2629afb7934c15f1ae534ce6c700ee8841e11b607a33a7" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


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


Nothing to do.
2026-02-08 08:01.53 ---> saved as "837c07188bf50ea546afbccb4d2f64bc0404968bc0937813826ca26b88c6ea71"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-08 08:01.53 ---> saved as "a0e1ae1c42dd01ffe431135132f32b5d6f97bc76e97c00f10122bcde345422b4"


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-08 08:02.19 ---> saved as "61a7774f29dc5820513e99ec972f57df997429bf3f81ba129e961d9c42ee9cf0"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-08 08:02.20 ---> saved as "63917ca5af84f6109637526de6c22761387273cdcaa1b1d885dc1d45fbb1fa8b"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-08 08:02.20 ---> saved as "26df678581fbe1125840d6b3260cbe14d9d438bec832027001047372311489df"


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


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-08 08:02.39 ---> saved as "49b37028defa538922886761feef9a46e2c85e832a643652757c45819caa9f86"


/src: (copy (src bogue.opam) (dst ./))
2026-02-08 08:02.39 ---> saved as "a39cad8524824c46714ad7985c35d2b48c77d4ae9dfa4d8a7f1d5a19e2cce3f8"


/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-02-08 08:02.40 ---> saved as "29168b0ed80c3741e7a066da3c8359d701433114e62ffa4badd29abccc8121bb"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-08 08:02.40 ---> saved as "ec3e5f3b15bbd4bee1d56be21b2379fc767ef5c6fc4ea45f05e875e04b823617"


/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.21.0 dune-configurator.3.21.0 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.21.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- 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
- Installing:
-  SDL2_image-devel           x86_64 2.8.8-2.fc43                   fedora                 78.5 KiB
-  SDL2_ttf-devel             x86_64 2.24.0-1.fc43                  fedora                 95.2 KiB
-  libffi-devel               x86_64 3.5.2-1.fc43                   updates                33.9 KiB
-  sdl2-compat-devel          x86_64 2.32.56-2.fc43                 fedora                  3.2 MiB
- Installing dependencies:
-  ModemManager-glib          x86_64 1.24.2-1.fc43                  fedora                  1.5 MiB
-  SDL2_image                 x86_64 2.8.8-2.fc43                   fedora                209.7 KiB
-  SDL2_ttf                   x86_64 2.24.0-1.fc43                  fedora                 89.8 KiB
-  SDL3                       x86_64 3.2.24-1.fc43                  updates                 2.7 MiB
-  abattis-cantarell-vf-fonts noarch 0.301-15.fc43                  fedora                192.7 KiB
-  adwaita-cursor-theme       noarch 49.0-1.fc43                    fedora                 11.4 MiB
-  adwaita-icon-theme         noarch 49.0-1.fc43                    fedora                  1.2 MiB
-  adwaita-icon-theme-legacy  noarch 46.2-4.fc43                    fedora                  2.1 MiB
-  alsa-lib                   x86_64 1.2.15.3-1.fc43                updates                 1.5 MiB
-  at-spi2-atk                x86_64 2.58.3-1.fc43                  updates               283.7 KiB
-  at-spi2-core               x86_64 2.58.3-1.fc43                  updates                 1.5 MiB
-  atk                        x86_64 2.58.3-1.fc43                  updates               248.6 KiB
-  avahi-glib                 x86_64 0.9~rc2-6.fc43                 fedora                 19.6 KiB
-  avahi-libs                 x86_64 0.9~rc2-6.fc43                 fedora                171.6 KiB
-  bluez-libs                 x86_64 5.85-1.fc43                    updates               198.3 KiB
-  brotli                     x86_64 1.2.0-1.fc43                   updates                33.6 KiB
-  brotli-devel               x86_64 1.2.0-1.fc43                   updates                65.9 KiB
-  bzip2-devel                x86_64 1.0.8-21.fc43                  fedora                309.8 KiB
-  cairo                      x86_64 1.18.4-2.fc43                  fedora                  1.8 MiB
-  cairo-devel                x86_64 1.18.4-2.fc43                  fedora                  2.3 MiB
-  cairo-gobject              x86_64 1.18.4-2.fc43                  fedora                 31.1 KiB
-  cdparanoia-libs            x86_64 10.2-48.fc43                   fedora                113.5 KiB
-  cmake-filesystem           x86_64 3.31.10-3.fc43                 updates                 0.0   B
-  colord-libs                x86_64 1.4.8-2.fc43                   fedora                830.7 KiB
-  cups-filesystem            noarch 1:2.4.16-4.fc43                updates                 0.0   B
-  cups-libs                  x86_64 1:2.4.16-4.fc43                updates               618.7 KiB
-  dbus                       x86_64 1:1.16.0-4.fc43                fedora                  0.0   B
-  default-fonts-core-sans    noarch 4.2-5.fc43                     fedora                 11.9 KiB
-  duktape                    x86_64 2.7.0-10.fc43                  fedora                615.8 KiB
-  fdk-aac-free               x86_64 2.0.0-16.fc43                  fedora                611.8 KiB
-  fftw-libs-single           x86_64 3.3.10-16.fc43                 fedora                  3.6 MiB
-  flac-libs                  x86_64 1.5.0-5.fc43                   updates               611.5 KiB
-  fontconfig                 x86_64 2.17.0-3.fc43                  fedora                765.9 KiB
-  fontconfig-devel           x86_64 2.17.0-3.fc43                  fedora                123.6 KiB
-  fonts-filesystem           noarch 1:2.0.5-23.fc43                fedora                  0.0   B
-  freetype                   x86_64 2.13.3-3.fc43                  fedora                850.2 KiB
-  freetype-devel             x86_64 2.13.3-3.fc43                  fedora                  8.5 MiB
-  fribidi                    x86_64 1.0.16-3.fc43                  fedora                190.3 KiB
-  fuse-common                x86_64 3.16.2-5.fc42                  fedora                 38.0   B
-  fuse3                      x86_64 3.16.2-5.fc42                  fedora                129.7 KiB
-  fuse3-libs                 x86_64 3.16.2-5.fc42                  fedora                281.5 KiB
-  gdk-pixbuf2                x86_64 2.44.4-1.fc43                  updates                 2.5 MiB
-  geoclue2                   x86_64 2.8.0-1.fc43                   updates               401.7 KiB
-  glib2-devel                x86_64 2.86.3-1.fc43                  updates                15.7 MiB
-  glycin-libs                x86_64 2.0.5-1.fc43                   updates                 4.4 MiB
-  glycin-loaders             x86_64 2.0.5-1.fc43                   updates                13.0 MiB
-  gmock                      x86_64 1.15.2-4.fc43                  fedora                131.0 KiB
-  google-noto-fonts-common   noarch 20251101-2.fc43                updates                17.7 KiB
-  google-noto-sans-vf-fonts  noarch 20251101-2.fc43                updates                 1.4 MiB
-  graphene                   x86_64 1.10.8-2.fc43                  fedora                158.4 KiB
-  graphite2                  x86_64 1.3.14-19.fc43                 fedora                191.8 KiB
-  graphite2-devel            x86_64 1.3.14-19.fc43                 fedora                 49.3 KiB
-  gsettings-desktop-schemas  x86_64 49.1-3.fc43                    updates                 5.7 MiB
-  gsm                        x86_64 1.0.23-1.fc43                  fedora                 65.3 KiB
-  gstreamer1                 x86_64 1.26.10-1.fc43                 updates                 5.4 MiB
-  gstreamer1-plugins-base    x86_64 1.26.10-1.fc43                 updates                 7.4 MiB
-  gtest                      x86_64 1.15.2-4.fc43                  fedora                501.8 KiB
-  gtest-devel                x86_64 1.15.2-4.fc43                  fedora                  1.0 MiB
-  gtk-update-icon-cache      x86_64 3.24.51-2.fc43                 fedora                 62.2 KiB
-  gtk3                       x86_64 3.24.51-2.fc43                 fedora                 22.4 MiB
-  harfbuzz                   x86_64 11.5.1-2.fc43                  updates                 2.8 MiB
-  harfbuzz-cairo             x86_64 11.5.1-2.fc43                  updates                48.1 KiB
-  harfbuzz-devel             x86_64 11.5.1-2.fc43                  updates                 5.3 MiB
-  harfbuzz-icu               x86_64 11.5.1-2.fc43                  updates                15.4 KiB
-  hicolor-icon-theme         noarch 0.18-2.fc43                    fedora                 72.4 KiB
-  highway                    x86_64 1.3.0-1.fc43                   updates                 5.5 MiB
-  highway-devel              x86_64 1.3.0-1.fc43                   updates                 4.3 MiB
-  hwdata                     noarch 0.403-1.fc43                   updates                 9.8 MiB
-  iso-codes                  noarch 4.18.0-2.fc43                  fedora                 21.5 MiB
-  jbigkit-libs               x86_64 2.1-32.fc43                    fedora                113.5 KiB
-  json-glib                  x86_64 1.10.8-4.fc43                  updates               592.3 KiB
-  lame-libs                  x86_64 3.100-20.fc43                  fedora                  1.2 MiB
-  lcms2                      x86_64 2.16-6.fc43                    fedora                433.7 KiB
-  libXcomposite              x86_64 0.4.6-6.fc43                   fedora                 40.5 KiB
-  libXcursor                 x86_64 1.2.3-3.fc43                   fedora                 53.4 KiB
-  libXdamage                 x86_64 1.1.6-6.fc43                   fedora                 39.6 KiB
-  libXext                    x86_64 1.3.6-4.fc43                   fedora                 90.0 KiB
-  libXext-devel              x86_64 1.3.6-4.fc43                   fedora                 98.9 KiB
-  libXfixes                  x86_64 6.0.1-6.fc43                   fedora                 26.2 KiB
-  libXft                     x86_64 2.3.8-9.fc43                   fedora                164.4 KiB
-  libXi                      x86_64 1.8.2-3.fc43                   fedora                 80.6 KiB
-  libXinerama                x86_64 1.1.5-9.fc43                   fedora                 15.0 KiB
-  libXrandr                  x86_64 1.5.4-6.fc43                   fedora                 51.8 KiB
-  libXrender                 x86_64 0.9.12-3.fc43                  fedora                 46.0 KiB
-  libXrender-devel           x86_64 0.9.12-3.fc43                  fedora                 50.1 KiB
-  libXtst                    x86_64 1.2.5-3.fc43                   fedora                 33.5 KiB
-  libXv                      x86_64 1.0.13-3.fc43                  fedora                 26.0 KiB
-  libXxf86vm                 x86_64 1.1.6-3.fc43                   fedora                 25.3 KiB
-  libaom                     x86_64 3.13.1-1.fc43                  fedora                  5.0 MiB
-  libaom-devel               x86_64 3.13.1-1.fc43                  fedora                225.5 KiB
-  libasyncns                 x86_64 0.8-31.fc43                    fedora                 55.5 KiB
-  libavif                    x86_64 1.3.0-2.fc43                   fedora                258.0 KiB
-  libavif-devel              x86_64 1.3.0-2.fc43                   fedora                 97.2 KiB
-  libblkid-devel             x86_64 2.41.3-7.fc43                  updates                44.9 KiB
-  libcanberra                x86_64 0.30-38.fc43                   fedora                266.5 KiB
-  libcloudproviders          x86_64 0.3.6-2.fc43                   fedora                124.3 KiB
-  libdatrie                  x86_64 0.2.13-12.fc43                 fedora                 53.8 KiB
-  libdav1d                   x86_64 1.5.2-1.fc43                   updates                 1.7 MiB
-  libdav1d-devel             x86_64 1.5.2-1.fc43                   updates                41.9 KiB
-  libdecor                   x86_64 0.2.5-1.fc43                   updates               165.2 KiB
-  libdrm                     x86_64 2.4.131-1.fc43                 updates               404.7 KiB
-  libebur128                 x86_64 1.2.6-14.fc43                  fedora                 39.3 KiB
-  libepoxy                   x86_64 1.5.10-11.fc43                 fedora                  1.1 MiB
-  libglvnd                   x86_64 1:1.7.0-8.fc43                 fedora                526.1 KiB
-  libglvnd-core-devel        x86_64 1:1.7.0-8.fc43                 fedora                 40.3 KiB
-  libglvnd-devel             x86_64 1:1.7.0-8.fc43                 fedora                  2.1 MiB
-  libglvnd-egl               x86_64 1:1.7.0-8.fc43                 fedora                 64.7 KiB
-  libglvnd-gles              x86_64 1:1.7.0-8.fc43                 fedora                 97.9 KiB
-  libglvnd-glx               x86_64 1:1.7.0-8.fc43                 fedora                601.2 KiB
-  libglvnd-opengl            x86_64 1:1.7.0-8.fc43                 fedora                144.8 KiB
-  libgudev                   x86_64 238-8.fc43                     fedora                 83.8 KiB
-  libgusb                    x86_64 0.4.9-4.fc43                   fedora                162.0 KiB
-  libheif                    x86_64 1.20.2-6.fc43                  fedora                  1.6 MiB
-  libicu-devel               x86_64 77.1-1.fc43                    fedora                  5.0 MiB
-  libjpeg-turbo              x86_64 3.1.2-1.fc43                   fedora                804.9 KiB
-  libjpeg-turbo-devel        x86_64 3.1.2-1.fc43                   fedora                353.9 KiB
-  libjxl                     x86_64 1:0.11.1-7.fc43                updates                 4.1 MiB
-  libjxl-devel               x86_64 1:0.11.1-7.fc43                updates                 6.6 MiB
-  liblc3                     x86_64 1.1.3-5.fc43                   fedora                170.8 KiB
-  libldac                    x86_64 2.0.2.3-18.fc43                fedora                 74.2 KiB
-  liblerc                    x86_64 4.0.0-9.fc43                   fedora                624.1 KiB
-  liblerc-devel              x86_64 4.0.0-9.fc43                   fedora                  4.3 MiB
-  libmount-devel             x86_64 2.41.3-7.fc43                  updates                65.5 KiB
-  libnotify                  x86_64 0.8.8-1.fc43                   updates               126.6 KiB
-  libogg                     x86_64 2:1.3.6-2.fc43                 updates                45.6 KiB
-  libopenjph                 x86_64 0.22.0-2.fc43                  fedora                466.2 KiB
-  libpciaccess               x86_64 0.16-16.fc43                   fedora                 44.5 KiB
-  libpng                     x86_64 2:1.6.53-1.fc43                updates               241.7 KiB
-  libpng-devel               x86_64 2:1.6.53-1.fc43                updates               886.7 KiB
-  libproxy                   x86_64 0.5.12-1.fc43                  updates               102.3 KiB
-  librsvg2                   x86_64 2.61.0-5.fc43                  updates                 5.1 MiB
-  libsbc                     x86_64 2.0-7.fc43                     fedora                 93.4 KiB
-  libselinux-devel           x86_64 3.9-5.fc43                     fedora                127.3 KiB
-  libsepol-devel             x86_64 3.9-2.fc43                     fedora                121.4 KiB
-  libsndfile                 x86_64 1.2.2-10.fc43                  fedora                550.1 KiB
-  libsoup3                   x86_64 3.6.5-8.fc43                   fedora                  1.1 MiB
-  libstemmer                 x86_64 3.0.1-8.fc43                   fedora                661.5 KiB
-  libtdb                     x86_64 1.4.14-3.fc43                  fedora                100.5 KiB
-  libthai                    x86_64 0.1.29-11.fc43                 fedora                783.4 KiB
-  libtheora                  x86_64 1:1.1.1-40.fc43                fedora                477.3 KiB
-  libtiff                    x86_64 4.7.1-1.fc43                   updates               624.4 KiB
-  libtiff-devel              x86_64 4.7.1-1.fc43                   updates               805.2 KiB
-  libtinysparql              x86_64 3.10.1-5.fc43                  updates               995.0 KiB
-  libunwind                  x86_64 1.8.1-3.fc43                   fedora                194.1 KiB
-  libvisual                  x86_64 1:0.4.2-3.fc43                 fedora                452.7 KiB
-  libvmaf                    x86_64 3.0.0-4.fc43                   fedora                827.0 KiB
-  libvmaf-devel              x86_64 3.0.0-4.fc43                   fedora                 29.3 KiB
-  libvorbis                  x86_64 1:1.3.7-13.fc43                fedora                833.4 KiB
-  libwayland-client          x86_64 1.24.0-1.fc43                  fedora                 62.0 KiB
-  libwayland-cursor          x86_64 1.24.0-1.fc43                  fedora                 37.3 KiB
-  libwayland-egl             x86_64 1.24.0-1.fc43                  fedora                 12.4 KiB
-  libwebp                    x86_64 1.6.0-2.fc43                   fedora                956.6 KiB
-  libwebp-devel              x86_64 1.6.0-2.fc43                   fedora                121.7 KiB
-  libxkbcommon               x86_64 1.11.0-1.fc43                  fedora                408.2 KiB
-  libxml2-devel              x86_64 2.12.10-5.fc43                 fedora                  3.4 MiB
-  libxshmfence               x86_64 1.3.2-7.fc43                   fedora                 12.4 KiB
-  libyuv                     x86_64 0-0.57.20240704git96bbdb5.fc43 fedora                679.7 KiB
-  libzstd-devel              x86_64 1.5.7-2.fc43                   fedora                208.0 KiB
-  lm_sensors-libs            x86_64 3.6.0-23.fc43                  fedora                 85.8 KiB
-  lzo                        x86_64 2.10-15.fc43                   fedora                178.9 KiB
-  lzo-devel                  x86_64 2.10-15.fc43                   fedora                212.2 KiB
-  lzo-minilzo                x86_64 2.10-15.fc43                   fedora                 36.7 KiB
-  mesa-dri-drivers           x86_64 25.3.4-7.fc43                  updates                48.8 MiB
-  mesa-filesystem            x86_64 25.3.4-7.fc43                  updates                 3.6 KiB
-  mesa-libEGL                x86_64 25.3.4-7.fc43                  updates               310.4 KiB
-  mesa-libGL                 x86_64 25.3.4-7.fc43                  updates               286.0 KiB
-  mesa-libGLU                x86_64 9.0.3-7.fc43                   fedora                361.8 KiB
-  mesa-libGLU-devel          x86_64 9.0.3-7.fc43                   fedora                 17.0 KiB
-  mesa-libgbm                x86_64 25.3.4-7.fc43                  updates                19.7 KiB
-  mpg123-libs                x86_64 1.32.10-2.fc43                 fedora                814.0 KiB
-  openh264                   x86_64 2.6.0-2.fc43                   fedora-cisco-openh264   1.1 MiB
-  openjpeg                   x86_64 2.5.4-1.fc43                   fedora                456.3 KiB
-  opus                       x86_64 1.5.2-3.fc43                   fedora                427.6 KiB
-  orc                        x86_64 0.4.41-2.fc43                  fedora                726.3 KiB
-  pango                      x86_64 1.57.0-1.fc43                  fedora                  1.0 MiB
-  pcre2-devel                x86_64 10.47-1.fc43                   updates                 2.1 MiB
-  pcre2-utf16                x86_64 10.47-1.fc43                   updates               639.2 KiB
-  pcre2-utf32                x86_64 10.47-1.fc43                   updates               611.1 KiB
-  pipewire-libs              x86_64 1.4.10-1.fc43                  updates                 8.6 MiB
-  pixman                     x86_64 0.46.2-2.fc43                  fedora                710.3 KiB
-  pixman-devel               x86_64 0.46.2-2.fc43                  fedora                 56.1 KiB
-  pulseaudio-libs            x86_64 17.0-9.fc43                    updates                 3.4 MiB
-  python3-packaging          noarch 25.0-7.fc43                    fedora                607.4 KiB
-  rav1e-devel                x86_64 0.8.1-2.fc43                   updates                46.8 KiB
-  rav1e-libs                 x86_64 0.8.1-2.fc43                   updates                 3.1 MiB
-  sdl2-compat                x86_64 2.32.56-2.fc43                 fedora                399.6 KiB
-  shared-mime-info           x86_64 2.4-2.fc43                     fedora                  5.2 MiB
-  sound-theme-freedesktop    noarch 0.8-24.fc43                    fedora                460.4 KiB
-  spirv-tools-libs           x86_64 2025.4-1.fc43                  updates                 5.8 MiB
-  svt-av1-devel              x86_64 3.1.2-1.fc43                   fedora                 69.2 KiB
-  svt-av1-libs               x86_64 3.1.2-1.fc43                   fedora                  5.6 MiB
-  sysprof-capture-devel      x86_64 49.0-1.fc43                    fedora                803.7 KiB
-  webrtc-audio-processing    x86_64 1.3-9.fc43                     fedora                  1.4 MiB
-  xdg-desktop-portal         x86_64 1.20.3-2.fc43                  fedora                  1.8 MiB
-  xkeyboard-config           noarch 2.46-1.fc43                    updates                10.2 MiB
-  xml-common                 noarch 0.6.3-67.fc43                  fedora                 78.4 KiB
-  xprop                      x86_64 1.2.8-4.fc43                   fedora                 54.7 KiB
-  xz-devel                   x86_64 1:5.8.1-4.fc43                 updates               258.8 KiB
-  zlib-ng-compat-devel       x86_64 2.3.2-2.fc43                   updates               107.0 KiB
- Installing weak dependencies:
-  adwaita-mono-fonts         noarch 49.0-2.fc43                    fedora                  5.5 MiB
-  adwaita-sans-fonts         noarch 49.0-2.fc43                    fedora                  1.7 MiB
-  dconf                      x86_64 0.49.0-1.fc43                  fedora                307.5 KiB
-  glib-networking            x86_64 2.80.1-3.fc43                  fedora                742.9 KiB
-  libcanberra-gtk3           x86_64 0.30-38.fc43                   fedora                 70.7 KiB
-  low-memory-monitor         x86_64 2.1-13.fc43                    fedora                 66.0 KiB
-  mesa-va-drivers            x86_64 25.3.4-7.fc43                  updates               115.0   B
-  svt-av1-devel-docs         noarch 3.1.2-1.fc43                   fedora                  8.4 MiB
-  tinysparql                 x86_64 3.10.1-5.fc43                  updates                 2.5 MiB
-  xdg-desktop-portal-gtk     x86_64 1.15.3-2.fc43                  fedora                473.3 KiB
- 
- Transaction Summary:
-  Installing:       213 packages
- 
- Total size of inbound packages is 97 MiB. Need to download 97 MiB.
- After this operation, 367 MiB extra will be used (install 367 MiB, remove 0 B).
- [  1/213] SDL2_image-devel-0:2.8.8-2.fc 100% | 116.8 KiB/s |  19.0 KiB |  00m00s
- [  2/213] sdl2-compat-0:2.32.56-2.fc43. 100% | 451.4 KiB/s | 135.0 KiB |  00m00s
- [  3/213] SDL2_image-0:2.8.8-2.fc43.x86 100% | 654.9 KiB/s | 108.7 KiB |  00m00s
- [  4/213] sdl2-compat-devel-0:2.32.56-2 100% |   1.4 MiB/s | 505.7 KiB |  00m00s
- [  5/213] libavif-0:1.3.0-2.fc43.x86_64 100% | 566.7 KiB/s | 120.7 KiB |  00m00s
- [  6/213] libwebp-0:1.6.0-2.fc43.x86_64 100% |   1.3 MiB/s | 324.2 KiB |  00m00s
- [  7/213] libyuv-0:0-0.57.20240704git96 100% | 852.8 KiB/s | 202.1 KiB |  00m00s
- [  8/213] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 370.2 KiB/s | 196.6 KiB |  00m01s
- [  9/213] libaom-0:3.13.1-1.fc43.x86_64 100% |   1.9 MiB/s |   1.9 MiB |  00m01s
- [ 10/213] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   2.6 MiB/s |   2.0 MiB |  00m01s
- [ 11/213] SDL2_ttf-0:2.24.0-1.fc43.x86_ 100% |   1.2 MiB/s |  44.1 KiB |  00m00s
- [ 12/213] SDL2_ttf-devel-0:2.24.0-1.fc4 100% | 380.8 KiB/s |  21.3 KiB |  00m00s
- [ 13/213] libffi-devel-0:3.5.2-1.fc43.x 100% | 436.4 KiB/s |  29.7 KiB |  00m00s
- [ 14/213] cmake-filesystem-0:3.31.10-3. 100% | 815.8 KiB/s |  13.9 KiB |  00m00s
- [ 15/213] libjpeg-turbo-0:3.1.2-1.fc43. 100% |   1.0 MiB/s | 236.8 KiB |  00m00s
- [ 16/213] freetype-0:2.13.3-3.fc43.x86_ 100% |   2.8 MiB/s | 412.1 KiB |  00m00s
- [ 17/213] libglvnd-core-devel-1:1.7.0-8 100% | 130.7 KiB/s |  17.3 KiB |  00m00s
- [ 18/213] libglvnd-devel-1:1.7.0-8.fc43 100% | 764.9 KiB/s | 162.2 KiB |  00m00s
- [ 19/213] libglvnd-egl-1:1.7.0-8.fc43.x 100% |   1.2 MiB/s |  36.0 KiB |  00m00s
- [ 20/213] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 581.7 KiB/s | 114.0 KiB |  00m00s
- [ 21/213] libglvnd-opengl-1:1.7.0-8.fc4 100% | 544.3 KiB/s |  37.0 KiB |  00m00s
- [ 22/213] libglvnd-gles-1:1.7.0-8.fc43. 100% | 235.9 KiB/s |  28.5 KiB |  00m00s
- [ 23/213] libXext-0:1.3.6-4.fc43.x86_64 100% |   1.1 MiB/s |  39.1 KiB |  00m00s
- [ 24/213] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 863.5 KiB/s | 132.1 KiB |  00m00s
- [ 25/213] mesa-libGLU-devel-0:9.0.3-7.f 100% | 148.4 KiB/s |  11.9 KiB |  00m00s
- [ 26/213] SDL3-0:3.2.24-1.fc43.x86_64   100% |  11.7 MiB/s |   1.0 MiB |  00m00s
- [ 27/213] mesa-libGLU-0:9.0.3-7.fc43.x8 100% |   1.2 MiB/s | 166.0 KiB |  00m00s
- [ 28/213] mesa-libGL-0:25.3.4-7.fc43.x8 100% |   1.1 MiB/s | 118.2 KiB |  00m00s
- [ 29/213] mesa-filesystem-0:25.3.4-7.fc 100% | 749.5 KiB/s |   9.7 KiB |  00m00s
- [ 30/213] libXxf86vm-0:1.1.6-3.fc43.x86 100% | 157.0 KiB/s |  17.7 KiB |  00m00s
- [ 31/213] libxshmfence-0:1.3.2-7.fc43.x 100% | 119.7 KiB/s |  13.3 KiB |  00m00s
- [ 32/213] mesa-libgbm-0:25.3.4-7.fc43.x 100% |   1.0 MiB/s |  15.7 KiB |  00m00s
- [ 33/213] lm_sensors-libs-0:3.6.0-23.fc 100% | 514.0 KiB/s |  40.6 KiB |  00m00s
- [ 34/213] mesa-libEGL-0:25.3.4-7.fc43.x 100% |   1.9 MiB/s | 119.9 KiB |  00m00s
- [ 35/213] libdav1d-0:1.5.2-1.fc43.x86_6 100% |   5.6 MiB/s | 637.4 KiB |  00m00s
- [ 36/213] mesa-dri-drivers-0:25.3.4-7.f 100% |  26.8 MiB/s |  12.8 MiB |  00m00s
- [ 37/213] rav1e-libs-0:0.8.1-2.fc43.x86 100% |  10.1 MiB/s |   1.1 MiB |  00m00s
- [ 38/213] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |  18.3 MiB/s |   1.1 MiB |  00m00s
- [ 39/213] libpng-2:1.6.53-1.fc43.x86_64 100% |   5.0 MiB/s | 123.9 KiB |  00m00s
- [ 40/213] libwayland-client-0:1.24.0-1. 100% |  95.6 KiB/s |  33.6 KiB |  00m00s
- [ 41/213] harfbuzz-devel-0:11.5.1-2.fc4 100% |  15.3 MiB/s | 455.8 KiB |  00m00s
- [ 42/213] graphite2-0:1.3.14-19.fc43.x8 100% | 853.6 KiB/s |  95.6 KiB |  00m00s
- [ 43/213] harfbuzz-cairo-0:11.5.1-2.fc4 100% | 883.5 KiB/s |  30.0 KiB |  00m00s
- [ 44/213] harfbuzz-icu-0:11.5.1-2.fc43. 100% |   1.1 MiB/s |  15.7 KiB |  00m00s
- [ 45/213] fontconfig-0:2.17.0-3.fc43.x8 100% | 432.8 KiB/s | 272.2 KiB |  00m01s
- [ 46/213] cairo-0:1.18.4-2.fc43.x86_64  100% |   1.0 MiB/s | 729.3 KiB |  00m01s
- [ 47/213] lzo-0:2.10-15.fc43.x86_64     100% | 578.4 KiB/s |  69.4 KiB |  00m00s
- [ 48/213] pixman-0:0.46.2-2.fc43.x86_64 100% |   2.4 MiB/s | 292.5 KiB |  00m00s
- [ 49/213] libXrender-0:0.9.12-3.fc43.x8 100% |  32.4 KiB/s |  26.9 KiB |  00m01s
- [ 50/213] default-fonts-core-sans-0:4.2 100% | 257.7 KiB/s |  29.9 KiB |  00m00s
- [ 51/213] fonts-filesystem-1:2.0.5-23.f 100% | 152.2 KiB/s |   8.7 KiB |  00m00s
- [ 52/213] abattis-cantarell-vf-fonts-0: 100% |   1.7 MiB/s | 120.1 KiB |  00m00s
- [ 53/213] libjxl-devel-1:0.11.1-7.fc43. 100% |  17.2 MiB/s |   1.2 MiB |  00m00s
- [ 54/213] libjxl-1:0.11.1-7.fc43.x86_64 100% |  11.1 MiB/s |   1.2 MiB |  00m00s
- [ 55/213] shared-mime-info-0:2.4-2.fc43 100% | 882.3 KiB/s | 399.7 KiB |  00m00s
- [ 56/213] libtiff-devel-0:4.7.1-1.fc43. 100% |  11.8 MiB/s | 276.8 KiB |  00m00s
- [ 57/213] xml-common-0:0.6.3-67.fc43.no 100% |  38.9 KiB/s |  31.0 KiB |  00m01s
- [ 58/213] libtiff-0:4.7.1-1.fc43.x86_64 100% |   2.3 MiB/s | 222.4 KiB |  00m00s
- [ 59/213] jbigkit-libs-0:2.1-32.fc43.x8 100% | 474.9 KiB/s |  53.2 KiB |  00m00s
- [ 60/213] libavif-devel-0:1.3.0-2.fc43. 100% | 589.3 KiB/s |  35.4 KiB |  00m00s
- [ 61/213] liblerc-0:4.0.0-9.fc43.x86_64 100% |   1.4 MiB/s | 215.1 KiB |  00m00s
- [ 62/213] libdrm-0:2.4.131-1.fc43.x86_6 100% |   8.4 MiB/s | 162.9 KiB |  00m00s
- [ 63/213] freetype-devel-0:2.13.3-3.fc4 100% | 968.1 KiB/s |   1.0 MiB |  00m01s
- [ 64/213] libwebp-devel-0:1.6.0-2.fc43. 100% | 253.3 KiB/s |  39.5 KiB |  00m00s
- [ 65/213] libpciaccess-0:0.16-16.fc43.x 100% | 264.5 KiB/s |  26.2 KiB |  00m00s
- [ 66/213] zlib-ng-compat-devel-0:2.3.2- 100% |   1.0 MiB/s |  38.0 KiB |  00m00s
- [ 67/213] spirv-tools-libs-0:2025.4-1.f 100% |  16.9 MiB/s |   1.6 MiB |  00m00s
- [ 68/213] libjpeg-turbo-devel-0:3.1.2-1 100% | 854.9 KiB/s |  97.5 KiB |  00m00s
- [ 69/213] libzstd-devel-0:1.5.7-2.fc43. 100% |   1.5 MiB/s |  52.9 KiB |  00m00s
- [ 70/213] brotli-devel-0:1.2.0-1.fc43.x 100% |   2.0 MiB/s |  34.4 KiB |  00m00s
- [ 71/213] brotli-0:1.2.0-1.fc43.x86_64  100% |   1.8 MiB/s |  23.8 KiB |  00m00s
- [ 72/213] highway-devel-0:1.3.0-1.fc43. 100% |   4.8 MiB/s | 475.5 KiB |  00m00s
- [ 73/213] highway-0:1.3.0-1.fc43.x86_64 100% |   7.4 MiB/s | 694.5 KiB |  00m00s
- [ 74/213] gtest-devel-0:1.15.2-4.fc43.x 100% |   1.1 MiB/s | 255.6 KiB |  00m00s
- [ 75/213] glib2-devel-0:2.86.3-1.fc43.x 100% |  18.0 MiB/s |   1.5 MiB |  00m00s
- [ 76/213] gtest-0:1.15.2-4.fc43.x86_64  100% | 545.3 KiB/s | 186.0 KiB |  00m00s
- [ 77/213] cairo-devel-0:1.18.4-2.fc43.x 100% |   2.0 MiB/s | 191.8 KiB |  00m00s
- [ 78/213] python3-packaging-0:25.0-7.fc 100% |   1.1 MiB/s | 161.5 KiB |  00m00s
- [ 79/213] graphite2-devel-0:1.3.14-19.f 100% | 793.7 KiB/s |  20.6 KiB |  00m00s
- [ 80/213] libmount-devel-0:2.41.3-7.fc4 100% |   1.8 MiB/s |  24.6 KiB |  00m00s
- [ 81/213] pcre2-devel-0:10.47-1.fc43.x8 100% |   8.3 MiB/s | 550.9 KiB |  00m00s
- [ 82/213] pcre2-utf16-0:10.47-1.fc43.x8 100% |   4.1 MiB/s | 246.1 KiB |  00m00s
- [ 83/213] pcre2-utf32-0:10.47-1.fc43.x8 100% |   3.9 MiB/s | 232.9 KiB |  00m00s
- [ 84/213] libselinux-devel-0:3.9-5.fc43 100% |   1.4 MiB/s | 152.1 KiB |  00m00s
- [ 85/213] libsepol-devel-0:3.9-2.fc43.x 100% | 282.8 KiB/s |  48.4 KiB |  00m00s
- [ 86/213] sysprof-capture-devel-0:49.0- 100% |   1.9 MiB/s | 171.1 KiB |  00m00s
- [ 87/213] libdecor-0:0.2.5-1.fc43.x86_6 100% |   3.1 MiB/s |  57.9 KiB |  00m00s
- [ 88/213] libicu-devel-0:77.1-1.fc43.x8 100% |   1.0 MiB/s | 794.4 KiB |  00m01s
- [ 89/213] libwayland-cursor-0:1.24.0-1. 100% | 178.2 KiB/s |  18.9 KiB |  00m00s
- [ 90/213] pango-0:1.57.0-1.fc43.x86_64  100% |   1.2 MiB/s | 353.4 KiB |  00m00s
- [ 91/213] liblerc-devel-0:4.0.0-9.fc43. 100% |   1.7 MiB/s |   3.2 MiB |  00m02s
- [ 92/213] cairo-gobject-0:1.18.4-2.fc43 100% | 149.8 KiB/s |  16.9 KiB |  00m00s
- [ 93/213] colord-libs-0:1.4.8-2.fc43.x8 100% |   2.3 MiB/s | 230.5 KiB |  00m00s
- [ 94/213] adwaita-icon-theme-0:49.0-1.f 100% |   1.3 MiB/s | 403.9 KiB |  00m00s
- [ 95/213] fribidi-0:1.0.16-3.fc43.x86_6 100% |   1.6 MiB/s |  53.3 KiB |  00m00s
- [ 96/213] hicolor-icon-theme-0:0.18-2.f 100% |   2.0 MiB/s |  65.9 KiB |  00m00s
- [ 97/213] gtk-update-icon-cache-0:3.24. 100% | 553.9 KiB/s |  33.8 KiB |  00m00s
- [ 98/213] libXcomposite-0:0.4.6-6.fc43. 100% | 503.4 KiB/s |  24.2 KiB |  00m00s
- [ 99/213] libXcursor-0:1.2.3-3.fc43.x86 100% | 610.9 KiB/s |  31.2 KiB |  00m00s
- [100/213] libXdamage-0:1.1.6-6.fc43.x86 100% | 750.2 KiB/s |  23.3 KiB |  00m00s
- [101/213] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 515.4 KiB/s |  19.1 KiB |  00m00s
- [102/213] libXi-0:1.8.2-3.fc43.x86_64   100% | 491.0 KiB/s |  40.3 KiB |  00m00s
- [103/213] libXinerama-0:1.1.5-9.fc43.x8 100% | 205.1 KiB/s |  14.2 KiB |  00m00s
- [104/213] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 501.7 KiB/s |  27.6 KiB |  00m00s
- [105/213] libcloudproviders-0:0.3.6-2.f 100% | 837.1 KiB/s |  46.9 KiB |  00m00s
- [106/213] libwayland-egl-0:1.24.0-1.fc4 100% | 687.4 KiB/s |  12.4 KiB |  00m00s
- [107/213] gtk3-0:3.24.51-2.fc43.x86_64  100% |   4.6 MiB/s |   5.9 MiB |  00m01s
- [108/213] libxkbcommon-0:1.11.0-1.fc43. 100% |   1.1 MiB/s | 174.3 KiB |  00m00s
- [109/213] libepoxy-0:1.5.10-11.fc43.x86 100% |   1.1 MiB/s | 229.5 KiB |  00m00s
- [110/213] libXft-0:2.3.8-9.fc43.x86_64  100% | 811.8 KiB/s |  72.2 KiB |  00m00s
- [111/213] libthai-0:0.1.29-11.fc43.x86_ 100% |   1.3 MiB/s | 210.3 KiB |  00m00s
- [112/213] adwaita-cursor-theme-0:49.0-1 100% |   1.5 MiB/s | 380.1 KiB |  00m00s
- [113/213] lcms2-0:2.16-6.fc43.x86_64    100% | 966.9 KiB/s | 182.8 KiB |  00m00s
- [114/213] libgusb-0:0.4.9-4.fc43.x86_64 100% | 571.0 KiB/s |  64.5 KiB |  00m00s
- [115/213] libdatrie-0:0.2.13-12.fc43.x8 100% | 333.3 KiB/s |  32.0 KiB |  00m00s
- [116/213] hwdata-0:0.403-1.fc43.noarch  100% |  20.7 MiB/s |   1.7 MiB |  00m00s
- [117/213] libdav1d-devel-0:1.5.2-1.fc43 100% |   1.5 MiB/s |  19.3 KiB |  00m00s
- [118/213] rav1e-devel-0:0.8.1-2.fc43.x8 100% |   1.1 MiB/s |  16.5 KiB |  00m00s
- [119/213] json-glib-0:1.10.8-4.fc43.x86 100% |   1.7 MiB/s | 172.7 KiB |  00m00s
- [120/213] libaom-devel-0:3.13.1-1.fc43. 100% | 917.8 KiB/s |  56.9 KiB |  00m00s
- [121/213] libvmaf-devel-0:3.0.0-4.fc43. 100% | 353.2 KiB/s |  16.2 KiB |  00m00s
- [122/213] svt-av1-devel-0:3.1.2-1.fc43. 100% | 775.8 KiB/s |  27.2 KiB |  00m00s
- [123/213] at-spi2-atk-0:2.58.3-1.fc43.x 100% |   2.1 MiB/s |  87.4 KiB |  00m00s
- [124/213] atk-0:2.58.3-1.fc43.x86_64    100% |   2.5 MiB/s |  80.3 KiB |  00m00s
- [125/213] at-spi2-core-0:2.58.3-1.fc43. 100% |   3.5 MiB/s | 390.0 KiB |  00m00s
- [126/213] libXtst-0:1.2.5-3.fc43.x86_64 100% | 707.7 KiB/s |  20.5 KiB |  00m00s
- [127/213] adwaita-icon-theme-legacy-0:4 100% |   3.5 MiB/s |   2.5 MiB |  00m01s
- [128/213] dbus-1:1.16.0-4.fc43.x86_64   100% |  68.0 KiB/s |   7.5 KiB |  00m00s
- [129/213] xprop-0:1.2.8-4.fc43.x86_64   100% | 773.7 KiB/s |  34.8 KiB |  00m00s
- [130/213] cups-filesystem-1:2.4.16-4.fc 100% | 929.9 KiB/s |  13.0 KiB |  00m00s
- [131/213] cups-libs-1:2.4.16-4.fc43.x86 100% |  10.6 MiB/s | 261.6 KiB |  00m00s
- [132/213] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |   8.0 MiB/s | 484.9 KiB |  00m00s
- [133/213] libtinysparql-0:3.10.1-5.fc43 100% |   6.2 MiB/s | 347.1 KiB |  00m00s
- [134/213] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 862.8 KiB/s |  69.0 KiB |  00m00s
- [135/213] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 722.8 KiB/s |  15.2 KiB |  00m00s
- [136/213] gmock-0:1.15.2-4.fc43.x86_64  100% | 899.0 KiB/s |  61.1 KiB |  00m00s
- [137/213] libpng-devel-2:1.6.53-1.fc43. 100% |  11.0 MiB/s | 293.7 KiB |  00m00s
- [138/213] libsoup3-0:3.6.5-8.fc43.x86_6 100% |   2.0 MiB/s | 391.4 KiB |  00m00s
- [139/213] libstemmer-0:3.0.1-8.fc43.x86 100% | 699.3 KiB/s | 155.3 KiB |  00m00s
- [140/213] bzip2-devel-0:1.0.8-21.fc43.x 100% |   1.6 MiB/s | 213.4 KiB |  00m00s
- [141/213] google-noto-fonts-common-0:20 100% |   1.1 MiB/s |  17.3 KiB |  00m00s
- [142/213] google-noto-sans-vf-fonts-0:2 100% |   9.0 MiB/s | 614.5 KiB |  00m00s
- [143/213] libXrender-devel-0:0.9.12-3.f 100% | 306.2 KiB/s |  19.0 KiB |  00m00s
- [144/213] libXext-devel-0:1.3.6-4.fc43. 100% | 819.1 KiB/s |  85.2 KiB |  00m00s
- [145/213] lzo-devel-0:2.10-15.fc43.x86_ 100% | 406.7 KiB/s |  39.0 KiB |  00m00s
- [146/213] lzo-minilzo-0:2.10-15.fc43.x8 100% | 333.2 KiB/s |  24.0 KiB |  00m00s
- [147/213] fontconfig-devel-0:2.17.0-3.f 100% | 941.6 KiB/s | 169.5 KiB |  00m00s
- [148/213] pixman-devel-0:0.46.2-2.fc43. 100% | 945.8 KiB/s |  18.0 KiB |  00m00s
- [149/213] libblkid-devel-0:2.41.3-7.fc4 100% |   1.6 MiB/s |  23.4 KiB |  00m00s
- [150/213] glycin-libs-0:2.0.5-1.fc43.x8 100% |  12.5 MiB/s |   1.6 MiB |  00m00s
- [151/213] glycin-loaders-0:2.0.5-1.fc43 100% |  11.3 MiB/s |   2.8 MiB |  00m00s
- [152/213] libopenjph-0:0.22.0-2.fc43.x8 100% |   1.0 MiB/s | 154.4 KiB |  00m00s
- [153/213] openjpeg-0:2.5.4-1.fc43.x86_6 100% |   2.4 MiB/s | 192.2 KiB |  00m00s
- [154/213] libheif-0:1.20.2-6.fc43.x86_6 100% |   1.6 MiB/s | 578.1 KiB |  00m00s
- [155/213] xkeyboard-config-0:2.46-1.fc4 100% |   6.6 MiB/s | 993.6 KiB |  00m00s
- [156/213] librsvg2-0:2.61.0-5.fc43.x86_ 100% |  16.0 MiB/s |   1.9 MiB |  00m00s
- [157/213] xz-devel-1:5.8.1-4.fc43.x86_6 100% |   4.1 MiB/s |  66.7 KiB |  00m00s
- [158/213] libxml2-devel-0:2.12.10-5.fc4 100% |   2.4 MiB/s | 524.0 KiB |  00m00s
- [159/213] xdg-desktop-portal-gtk-0:1.15 100% | 867.3 KiB/s | 144.0 KiB |  00m00s
- [160/213] fuse3-0:3.16.2-5.fc42.x86_64  100% | 820.5 KiB/s |  57.4 KiB |  00m00s
- [161/213] xdg-desktop-portal-0:1.20.3-2 100% |   2.1 MiB/s | 507.6 KiB |  00m00s
- [162/213] libgudev-0:238-8.fc43.x86_64  100% | 736.6 KiB/s |  34.6 KiB |  00m00s
- [163/213] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   1.1 MiB/s |  94.2 KiB |  00m00s
- [164/213] fuse-common-0:3.16.2-5.fc42.x 100% | 296.6 KiB/s |   8.6 KiB |  00m00s
- [165/213] mesa-va-drivers-0:25.3.4-7.fc 100% | 527.3 KiB/s |   8.4 KiB |  00m00s
- [166/213] libcanberra-gtk3-0:0.30-38.fc 100% | 528.7 KiB/s |  30.1 KiB |  00m00s
- [167/213] openh264-0:2.6.0-2.fc43.x86_6 100% | 670.1 KiB/s | 422.8 KiB |  00m01s
- [168/213] libcanberra-0:0.30-38.fc43.x8 100% | 804.5 KiB/s |  83.7 KiB |  00m00s
- [169/213] libtdb-0:1.4.14-3.fc43.x86_64 100% | 860.2 KiB/s |  55.1 KiB |  00m00s
- [170/213] libvorbis-1:1.3.7-13.fc43.x86 100% |   1.9 MiB/s | 188.4 KiB |  00m00s
- [171/213] dconf-0:0.49.0-1.fc43.x86_64  100% |   1.1 MiB/s | 110.2 KiB |  00m00s
- [172/213] tinysparql-0:3.10.1-5.fc43.x8 100% |  12.0 MiB/s |   1.0 MiB |  00m00s
- [173/213] sound-theme-freedesktop-0:0.8 100% |   1.7 MiB/s | 382.3 KiB |  00m00s
- [174/213] gsettings-desktop-schemas-0:4 100% |  10.7 MiB/s | 822.9 KiB |  00m00s
- [175/213] glib-networking-0:2.80.1-3.fc 100% |   1.7 MiB/s | 200.8 KiB |  00m00s
- [176/213] geoclue2-0:2.8.0-1.fc43.x86_6 100% |   7.8 MiB/s | 144.5 KiB |  00m00s
- [177/213] gstreamer1-0:1.26.10-1.fc43.x 100% |  15.1 MiB/s |   1.7 MiB |  00m00s
- [178/213] ModemManager-glib-0:1.24.2-1. 100% |   1.9 MiB/s | 334.9 KiB |  00m00s
- [179/213] libunwind-0:1.8.1-3.fc43.x86_ 100% | 822.7 KiB/s |  76.5 KiB |  00m00s
- [180/213] gstreamer1-plugins-base-0:1.2 100% |  22.9 MiB/s |   2.3 MiB |  00m00s
- [181/213] cdparanoia-libs-0:10.2-48.fc4 100% | 579.6 KiB/s |  53.9 KiB |  00m00s
- [182/213] graphene-0:1.10.8-2.fc43.x86_ 100% | 928.6 KiB/s |  61.3 KiB |  00m00s
- [183/213] libXv-0:1.0.13-3.fc43.x86_64  100% | 546.3 KiB/s |  18.6 KiB |  00m00s
- [184/213] libtheora-1:1.1.1-40.fc43.x86 100% |   2.0 MiB/s | 170.3 KiB |  00m00s
- [185/213] libvisual-1:0.4.2-3.fc43.x86_ 100% | 699.4 KiB/s | 153.2 KiB |  00m00s
- [186/213] opus-0:1.5.2-3.fc43.x86_64    100% | 846.8 KiB/s | 237.1 KiB |  00m00s
- [187/213] svt-av1-devel-docs-0:3.1.2-1. 100% |   5.1 MiB/s |   6.8 MiB |  00m01s
- [188/213] orc-0:0.4.41-2.fc43.x86_64    100% |   1.1 MiB/s | 221.5 KiB |  00m00s
- [189/213] pipewire-libs-0:1.4.10-1.fc43 100% |  21.2 MiB/s |   2.4 MiB |  00m00s
- [190/213] fdk-aac-free-0:2.0.0-16.fc43. 100% |   1.9 MiB/s | 341.1 KiB |  00m00s
- [191/213] iso-codes-0:4.18.0-2.fc43.noa 100% |   3.4 MiB/s |   3.7 MiB |  00m01s
- [192/213] libebur128-0:1.2.6-14.fc43.x8 100% | 414.3 KiB/s |  24.9 KiB |  00m00s
- [193/213] libldac-0:2.0.2.3-18.fc43.x86 100% | 494.7 KiB/s |  42.5 KiB |  00m00s
- [194/213] liblc3-0:1.1.3-5.fc43.x86_64  100% | 883.5 KiB/s | 105.1 KiB |  00m00s
- [195/213] libsbc-0:2.0-7.fc43.x86_64    100% |   1.1 MiB/s |  49.0 KiB |  00m00s
- [196/213] fftw-libs-single-0:3.3.10-16. 100% |   3.5 MiB/s |   1.2 MiB |  00m00s
- [197/213] gsm-0:1.0.23-1.fc43.x86_64    100% | 632.1 KiB/s |  36.0 KiB |  00m00s
- [198/213] libsndfile-0:1.2.2-10.fc43.x8 100% |   1.6 MiB/s | 220.8 KiB |  00m00s
- [199/213] webrtc-audio-processing-0:1.3 100% |   2.7 MiB/s | 533.9 KiB |  00m00s
- [200/213] libogg-2:1.3.6-2.fc43.x86_64  100% |   2.5 MiB/s |  33.5 KiB |  00m00s
- [201/213] flac-libs-0:1.5.0-5.fc43.x86_ 100% |   8.8 MiB/s | 217.1 KiB |  00m00s
- [202/213] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |  12.6 MiB/s | 541.4 KiB |  00m00s
- [203/213] pulseaudio-libs-0:17.0-9.fc43 100% |  16.1 MiB/s | 694.2 KiB |  00m00s
- [204/213] lame-libs-0:3.100-20.fc43.x86 100% |   1.3 MiB/s | 338.9 KiB |  00m00s
- [205/213] libasyncns-0:0.8-31.fc43.x86_ 100% | 682.8 KiB/s |  30.0 KiB |  00m00s
- [206/213] libproxy-0:0.5.12-1.fc43.x86_ 100% | 544.0 KiB/s |  45.2 KiB |  00m00s
- [207/213] bluez-libs-0:5.85-1.fc43.x86_ 100% |   5.4 MiB/s |  83.2 KiB |  00m00s
- [208/213] mpg123-libs-0:1.32.10-2.fc43. 100% |   1.1 MiB/s | 355.6 KiB |  00m00s
- [209/213] libnotify-0:0.8.8-1.fc43.x86_ 100% |   3.0 MiB/s |  55.9 KiB |  00m00s
- [210/213] duktape-0:2.7.0-10.fc43.x86_6 100% |   1.8 MiB/s | 168.7 KiB |  00m00s
- [211/213] low-memory-monitor-0:2.1-13.f 100% | 899.3 KiB/s |  34.2 KiB |  00m00s
- [212/213] adwaita-mono-fonts-0:49.0-2.f 100% |   6.5 MiB/s |   1.4 MiB |  00m00s
- [213/213] adwaita-sans-fonts-0:49.0-2.f 100% |   3.0 MiB/s | 764.3 KiB |  00m00s
- --------------------------------------------------------------------------------
- [213/213] Total                         100% |   7.3 MiB/s |  96.9 MiB |  00m13s
- Running transaction
- [  1/215] Verify package files          100% | 181.0   B/s | 213.0   B |  00m01s
- [  2/215] Prepare transaction           100% |   1.1 KiB/s | 213.0   B |  00m00s
- [  3/215] Installing libXext-0:1.3.6-4. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  4/215] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [  5/215] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [  6/215] Installing avahi-libs-0:0.9~r 100% |  56.7 MiB/s | 174.0 KiB |  00m00s
- [  7/215] Installing libXrender-0:0.9.1 100% |  46.2 MiB/s |  47.3 KiB |  00m00s
- [  8/215] Installing libogg-2:1.3.6-2.f 100% |  46.0 MiB/s |  47.1 KiB |  00m00s
- [  9/215] Installing dbus-1:1.16.0-4.fc 100% | 121.1 KiB/s | 124.0   B |  00m00s
- [ 10/215] Installing json-glib-0:1.10.8 100% | 118.0 MiB/s | 604.4 KiB |  00m00s
- [ 11/215] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 12/215] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [ 13/215] Installing libglvnd-1:1.7.0-8 100% | 103.0 MiB/s | 527.5 KiB |  00m00s
- [ 14/215] Installing libjpeg-turbo-0:3. 100% | 131.3 MiB/s | 806.6 KiB |  00m00s
- [ 15/215] Installing libvorbis-1:1.3.7- 100% | 116.6 MiB/s | 835.9 KiB |  00m00s
- [ 16/215] Installing libXi-0:1.8.2-3.fc 100% |  79.8 MiB/s |  81.7 KiB |  00m00s
- [ 17/215] Installing libpng-2:1.6.53-1. 100% |  79.1 MiB/s | 243.0 KiB |  00m00s
- [ 18/215] Installing libdav1d-0:1.5.2-1 100% | 130.2 MiB/s |   1.7 MiB |  00m00s
- [ 19/215] Installing libwebp-0:1.6.0-2. 100% | 104.2 MiB/s | 960.7 KiB |  00m00s
- [ 20/215] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 21/215] Installing avahi-glib-0:0.9~r 100% |  10.0 MiB/s |  20.4 KiB |  00m00s
- [ 22/215] Installing alsa-lib-0:1.2.15. 100% |  38.6 MiB/s |   1.5 MiB |  00m00s
- [ 23/215] Installing opus-0:1.5.2-3.fc4 100% | 104.7 MiB/s | 428.7 KiB |  00m00s
- [ 24/215] Installing libXfixes-0:6.0.1- 100% |  26.9 MiB/s |  27.6 KiB |  00m00s
- [ 25/215] Installing rav1e-libs-0:0.8.1 100% | 140.2 MiB/s |   3.1 MiB |  00m00s
- [ 26/215] Installing svt-av1-libs-0:3.1 100% | 150.5 MiB/s |   5.6 MiB |  00m00s
- [ 27/215] Installing libwebp-devel-0:1. 100% |  40.8 MiB/s | 125.4 KiB |  00m00s
- [ 28/215] Installing libpng-devel-2:1.6 100% |  36.2 MiB/s | 890.6 KiB |  00m00s
- [ 29/215] Installing libglvnd-opengl-1: 100% |  71.1 MiB/s | 145.6 KiB |  00m00s
- [ 30/215] Installing gsettings-desktop- 100% | 382.8 MiB/s |   5.7 MiB |  00m00s
- [ 31/215] Installing libtdb-0:1.4.14-3. 100% |  33.1 MiB/s | 101.6 KiB |  00m00s
- [ 32/215] Installing libgudev-0:238-8.f 100% |  41.7 MiB/s |  85.3 KiB |  00m00s
- [ 33/215] Installing fuse3-libs-0:3.16. 100% |  69.0 MiB/s | 282.6 KiB |  00m00s
- [ 34/215] Installing libsoup3-0:3.6.5-8 100% | 127.8 MiB/s |   1.2 MiB |  00m00s
- [ 35/215] Installing lcms2-0:2.16-6.fc4 100% | 106.3 MiB/s | 435.3 KiB |  00m00s
- [ 36/215] Installing libwayland-egl-0:1 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 37/215] Installing fribidi-0:1.0.16-3 100% |   8.6 MiB/s | 192.8 KiB |  00m00s
- [ 38/215] Installing gtest-0:1.15.2-4.f 100% |  98.3 MiB/s | 503.2 KiB |  00m00s
- [ 39/215] Installing highway-0:1.3.0-1. 100% | 173.0 MiB/s |   5.5 MiB |  00m00s
- [ 40/215] Installing liblerc-0:4.0.0-9. 100% |  87.3 MiB/s | 625.6 KiB |  00m00s
- [ 41/215] Installing shared-mime-info-0 100% |  50.8 MiB/s |   2.6 MiB |  00m00s
- [ 42/215] Installing libjxl-1:0.11.1-7. 100% | 114.2 MiB/s |   4.1 MiB |  00m00s
- [ 43/215] Installing xml-common-0:0.6.3 100% |  26.4 MiB/s |  81.1 KiB |  00m00s
- [ 44/215] Installing pixman-0:0.46.2-2. 100% |  99.3 MiB/s | 711.4 KiB |  00m00s
- [ 45/215] Installing lzo-0:2.10-15.fc43 100% |  58.8 MiB/s | 180.5 KiB |  00m00s
- [ 46/215] Installing graphite2-0:1.3.14 100% |   7.9 MiB/s | 193.9 KiB |  00m00s
- [ 47/215] Installing freetype-0:2.13.3- 100% | 104.0 MiB/s | 851.9 KiB |  00m00s
- [ 48/215] Installing harfbuzz-0:11.5.1- 100% | 134.7 MiB/s |   2.8 MiB |  00m00s
- [ 49/215] Installing mesa-filesystem-0: 100% |   4.2 MiB/s |   4.3 KiB |  00m00s
- [ 50/215] Installing libvmaf-0:3.0.0-4. 100% | 134.8 MiB/s | 828.4 KiB |  00m00s
- [ 51/215] Installing libaom-0:3.13.1-1. 100% | 148.0 MiB/s |   5.0 MiB |  00m00s
- [ 52/215] Installing libvmaf-devel-0:3. 100% |  30.2 MiB/s |  30.9 KiB |  00m00s
- [ 53/215] Installing libaom-devel-0:3.1 100% |  74.3 MiB/s | 228.2 KiB |  00m00s
- [ 54/215] Installing harfbuzz-icu-0:11. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 55/215] Installing graphite2-devel-0: 100% |  24.8 MiB/s |  50.8 KiB |  00m00s
- [ 56/215] Installing pixman-devel-0:0.4 100% |  11.1 MiB/s |  56.9 KiB |  00m00s
- [ 57/215] Installing iso-codes-0:4.18.0 100% | 309.1 MiB/s |  21.6 MiB |  00m00s
- [ 58/215] Installing liblerc-devel-0:4. 100% | 428.7 MiB/s |   4.3 MiB |  00m00s
- [ 59/215] Installing gmock-0:1.15.2-4.f 100% |  25.9 MiB/s | 132.4 KiB |  00m00s
- [ 60/215] Installing gtest-devel-0:1.15 100% |  70.5 MiB/s |   1.1 MiB |  00m00s
- [ 61/215] Installing highway-devel-0:1. 100% | 110.5 MiB/s |   4.3 MiB |  00m00s
- [ 62/215] Installing mesa-libGLU-0:9.0. 100% |  88.5 MiB/s | 362.6 KiB |  00m00s
- [ 63/215] Installing svt-av1-devel-0:3. 100% |  34.6 MiB/s |  70.8 KiB |  00m00s
- [ 64/215] Installing rav1e-devel-0:0.8. 100% |  46.3 MiB/s |  47.4 KiB |  00m00s
- [ 65/215] Installing libXcursor-0:1.2.3 100% |  26.9 MiB/s |  55.1 KiB |  00m00s
- [ 66/215] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [ 67/215] Installing libdav1d-devel-0:1 100% |  42.2 MiB/s |  43.2 KiB |  00m00s
- [ 68/215] Installing libXtst-0:1.2.5-3. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [ 69/215] Installing libyuv-0:0-0.57.20 100% | 133.1 MiB/s | 681.3 KiB |  00m00s
- [ 70/215] Installing libavif-0:1.3.0-2. 100% |  63.2 MiB/s | 259.1 KiB |  00m00s
- [ 71/215] Installing libavif-devel-0:1. 100% |  48.2 MiB/s |  98.6 KiB |  00m00s
- [ 72/215] Installing libjpeg-turbo-deve 100% | 116.0 MiB/s | 356.5 KiB |  00m00s
- [ 73/215] Installing abattis-cantarell- 100% |  63.3 MiB/s | 194.4 KiB |  00m00s
- [ 74/215] Installing libgusb-0:0.4.9-4. 100% |  79.9 MiB/s | 163.7 KiB |  00m00s
- [ 75/215] Installing colord-libs-0:1.4. 100% | 101.8 MiB/s | 833.8 KiB |  00m00s
- [ 76/215] Installing libtheora-1:1.1.1- 100% | 117.1 MiB/s | 479.7 KiB |  00m00s
- [ 77/215] Installing flac-libs-0:1.5.0- 100% | 120.0 MiB/s | 614.2 KiB |  00m00s
- [ 78/215] Installing libXrandr-0:1.5.4- 100% |  25.9 MiB/s |  53.0 KiB |  00m00s
- [ 79/215] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 80/215] Installing libXxf86vm-0:1.1.6 100% |  25.9 MiB/s |  26.5 KiB |  00m00s
- [ 81/215] Installing libXinerama-0:1.1. 100% |   7.8 MiB/s |  16.1 KiB |  00m00s
- [ 82/215] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [ 83/215] Installing libXv-0:1.0.13-3.f 100% |  26.6 MiB/s |  27.2 KiB |  00m00s
- [ 84/215] Installing bluez-libs-0:5.85- 100% |  64.9 MiB/s | 199.4 KiB |  00m00s
- [ 85/215] Installing duktape-0:2.7.0-10 100% | 150.8 MiB/s | 617.8 KiB |  00m00s
- [ 86/215] Installing libproxy-0:0.5.12- 100% |  51.1 MiB/s | 104.6 KiB |  00m00s
- [ 87/215] Installing libasyncns-0:0.8-3 100% |  55.4 MiB/s |  56.8 KiB |  00m00s
- [ 88/215] Installing mpg123-libs-0:1.32 100% | 132.9 MiB/s | 816.6 KiB |  00m00s
- [ 89/215] Installing lame-libs-0:3.100- 100% | 239.7 MiB/s |   1.2 MiB |  00m00s
- [ 90/215] Installing gsm-0:1.0.23-1.fc4 100% |  32.7 MiB/s |  66.9 KiB |  00m00s
- [ 91/215] Installing libsndfile-0:1.2.2 100% | 107.7 MiB/s | 551.6 KiB |  00m00s
- [ 92/215] Installing pulseaudio-libs-0: 100% | 241.4 MiB/s |   3.4 MiB |  00m00s
- [ 93/215] Installing webrtc-audio-proce 100% | 124.2 MiB/s |   1.4 MiB |  00m00s
- [ 94/215] Installing libsbc-0:2.0-7.fc4 100% |  46.2 MiB/s |  94.5 KiB |  00m00s
- [ 95/215] Installing libldac-0:2.0.2.3- 100% |  37.2 MiB/s |  76.2 KiB |  00m00s
- [ 96/215] Installing liblc3-0:1.1.3-5.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [ 97/215] Installing libebur128-0:1.2.6 100% |  19.9 MiB/s |  40.7 KiB |  00m00s
- [ 98/215] Installing fftw-libs-single-0 100% | 163.6 MiB/s |   3.6 MiB |  00m00s
- [ 99/215] Installing fdk-aac-free-0:2.0 100% |  85.6 MiB/s | 613.3 KiB |  00m00s
- [100/215] Installing pipewire-libs-0:1. 100% | 118.9 MiB/s |   8.7 MiB |  00m00s
- [101/215] Installing orc-0:0.4.41-2.fc4 100% |  27.4 MiB/s | 728.9 KiB |  00m00s
- [102/215] Installing libvisual-1:0.4.2- 100% | 111.1 MiB/s | 455.1 KiB |  00m00s
- [103/215] Installing graphene-0:1.10.8- 100% |  52.1 MiB/s | 160.1 KiB |  00m00s
- [104/215] Installing cdparanoia-libs-0: 100% |  56.1 MiB/s | 115.0 KiB |  00m00s
- [105/215] Installing libunwind-0:1.8.1- 100% |  48.2 MiB/s | 197.4 KiB |  00m00s
- [106/215] Installing gstreamer1-0:1.26. 100% | 101.8 MiB/s |   5.4 MiB |  00m00s
- [107/215] Installing ModemManager-glib- 100% | 151.1 MiB/s |   1.5 MiB |  00m00s
- [108/215] Installing sound-theme-freede 100% |  26.8 MiB/s | 467.2 KiB |  00m00s
- [109/215] Installing libcanberra-0:0.30 100% |   5.6 MiB/s | 271.4 KiB |  00m00s
- [110/215] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [111/215] Installing fuse3-0:3.16.2-5.f 100% |   4.0 MiB/s | 132.0 KiB |  00m00s
- [112/215] Installing xz-devel-1:5.8.1-4 100% |  42.7 MiB/s | 262.6 KiB |  00m00s
- [113/215] Installing libxml2-devel-0:2. 100% |  81.3 MiB/s |   3.4 MiB |  00m00s
- [114/215] Installing openh264-0:2.6.0-2 100% |  78.3 MiB/s |   1.1 MiB |  00m00s
- [115/215] Installing xkeyboard-config-0 100% | 151.6 MiB/s |  10.3 MiB |  00m00s
- [116/215] Installing libxkbcommon-0:1.1 100% |  57.2 MiB/s | 409.9 KiB |  00m00s
- [117/215] Installing openjpeg-0:2.5.4-1 100% |  74.6 MiB/s | 458.2 KiB |  00m00s
- [118/215] Installing libopenjph-0:0.22. 100% |  76.1 MiB/s | 467.3 KiB |  00m00s
- [119/215] Installing libheif-0:1.20.2-6 100% |  97.1 MiB/s |   1.6 MiB |  00m00s
- [120/215] Installing libblkid-devel-0:2 100% |  22.5 MiB/s |  46.0 KiB |  00m00s
- [121/215] Installing lzo-minilzo-0:2.10 100% |  18.5 MiB/s |  37.9 KiB |  00m00s
- [122/215] Installing lzo-devel-0:2.10-1 100% |  52.6 MiB/s | 215.3 KiB |  00m00s
- [123/215] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [124/215] Installing google-noto-sans-v 100% |  99.4 MiB/s |   1.4 MiB |  00m00s
- [125/215] Installing default-fonts-core 100% |   3.0 MiB/s |  18.2 KiB |  00m00s
- [126/215] Installing fontconfig-0:2.17. 100% | 729.2 KiB/s | 785.3 KiB |  00m01s
- [127/215] Installing cairo-0:1.18.4-2.f 100% | 126.6 MiB/s |   1.8 MiB |  00m00s
- [128/215] Installing cairo-gobject-0:1. 100% |  31.2 MiB/s |  32.0 KiB |  00m00s
- [129/215] Installing harfbuzz-cairo-0:1 100% |  23.9 MiB/s |  49.0 KiB |  00m00s
- [130/215] Installing libXft-0:2.3.8-9.f 100% |  81.0 MiB/s | 165.9 KiB |  00m00s
- [131/215] Installing bzip2-devel-0:1.0. 100% | 151.7 MiB/s | 310.7 KiB |  00m00s
- [132/215] Installing libstemmer-0:3.0.1 100% | 107.9 MiB/s | 662.9 KiB |  00m00s
- [133/215] Installing libtinysparql-0:3. 100% |  97.5 MiB/s | 997.9 KiB |  00m00s
- [134/215] Installing cups-filesystem-1: 100% | 890.6 KiB/s |   1.8 KiB |  00m00s
- [135/215] Installing cups-libs-1:2.4.16 100% |  86.5 MiB/s | 620.2 KiB |  00m00s
- [136/215] Installing xprop-0:1.2.8-4.fc 100% |   2.4 MiB/s |  56.0 KiB |  00m00s
- [137/215] Installing at-spi2-core-0:2.5 100% | 141.7 MiB/s |   1.6 MiB |  00m00s
- [138/215] Installing atk-0:2.58.3-1.fc4 100% |  81.4 MiB/s | 250.0 KiB |  00m00s
- [139/215] Installing at-spi2-atk-0:2.58 100% |  55.8 MiB/s | 285.7 KiB |  00m00s
- [140/215] Installing hwdata-0:0.403-1.f 100% | 150.3 MiB/s |   9.8 MiB |  00m00s
- [141/215] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [142/215] Installing libdrm-0:2.4.131-1 100% |  66.5 MiB/s | 408.5 KiB |  00m00s
- [143/215] Installing libdatrie-0:0.2.13 100% |  26.8 MiB/s |  54.9 KiB |  00m00s
- [144/215] Installing libthai-0:0.1.29-1 100% | 109.5 MiB/s | 785.2 KiB |  00m00s
- [145/215] Installing pango-0:1.57.0-1.f 100% |  31.0 MiB/s |   1.0 MiB |  00m00s
- [146/215] Installing glycin-loaders-0:2 100% | 161.0 MiB/s |  13.0 MiB |  00m00s
- [147/215] Installing glycin-libs-0:2.0. 100% | 137.4 MiB/s |   4.4 MiB |  00m00s
- [148/215] Installing gdk-pixbuf2-0:2.44 100% |  78.9 MiB/s |   2.5 MiB |  00m00s
- [149/215] Installing librsvg2-0:2.61.0- 100% | 137.0 MiB/s |   5.1 MiB |  00m00s
- [150/215] Installing gtk-update-icon-ca 100% |   2.6 MiB/s |  63.3 KiB |  00m00s
- [151/215] Installing libnotify-0:0.8.8- 100% |   2.6 MiB/s | 129.0 KiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 997.
- >>> Creating user 'geoclue' (n/a) with UID 997 and GID 997.
- >>>
- [152/215] Installing geoclue2-0:2.8.0-1 100% |  19.8 MiB/s | 405.6 KiB |  00m00s
- [153/215] Installing adwaita-icon-theme 100% |  16.8 MiB/s |   2.4 MiB |  00m00s
- [154/215] Installing adwaita-cursor-the 100% | 154.4 MiB/s |  11.4 MiB |  00m00s
- [155/215] Installing adwaita-icon-theme 100% |  18.8 MiB/s |   1.3 MiB |  00m00s
- [156/215] Installing libepoxy-0:1.5.10- 100% | 107.8 MiB/s |   1.1 MiB |  00m00s
- [157/215] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [158/215] Installing libXcomposite-0:0. 100% |  20.5 MiB/s |  42.0 KiB |  00m00s
- [159/215] Installing hicolor-icon-theme 100% |   4.5 MiB/s | 179.7 KiB |  00m00s
- [160/215] Installing gtk3-0:3.24.51-2.f 100% | 147.4 MiB/s |  22.4 MiB |  00m00s
- [161/215] Installing libdecor-0:0.2.5-1 100% |  54.6 MiB/s | 167.8 KiB |  00m00s
- [162/215] Installing SDL3-0:3.2.24-1.fc 100% | 121.9 MiB/s |   2.7 MiB |  00m00s
- [163/215] Installing sdl2-compat-0:2.32 100% |  98.0 MiB/s | 401.3 KiB |  00m00s
- [164/215] Installing SDL2_ttf-0:2.24.0- 100% |  44.6 MiB/s |  91.4 KiB |  00m00s
- [165/215] Installing sysprof-capture-de 100% |  87.5 MiB/s | 806.5 KiB |  00m00s
- [166/215] Installing libsepol-devel-0:3 100% |  21.0 MiB/s | 128.9 KiB |  00m00s
- [167/215] Installing pcre2-utf32-0:10.4 100% |  99.6 MiB/s | 611.9 KiB |  00m00s
- [168/215] Installing pcre2-utf16-0:10.4 100% | 104.2 MiB/s | 640.0 KiB |  00m00s
- [169/215] Installing pcre2-devel-0:10.4 100% |  68.4 MiB/s |   2.1 MiB |  00m00s
- [170/215] Installing libselinux-devel-0 100% |  31.7 MiB/s | 162.1 KiB |  00m00s
- [171/215] Installing libmount-devel-0:2 100% |  21.7 MiB/s |  66.5 KiB |  00m00s
- [172/215] Installing libicu-devel-0:77. 100% |  68.7 MiB/s |   5.1 MiB |  00m00s
- [173/215] Installing python3-packaging- 100% |  46.6 MiB/s | 619.9 KiB |  00m00s
- [174/215] Installing brotli-0:1.2.0-1.f 100% |   1.3 MiB/s |  34.4 KiB |  00m00s
- [175/215] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [176/215] Installing libjxl-devel-1:0.1 100% | 156.3 MiB/s |   6.6 MiB |  00m00s
- [177/215] Installing libzstd-devel-0:1. 100% | 102.0 MiB/s | 208.8 KiB |  00m00s
- [178/215] Installing spirv-tools-libs-0 100% | 144.7 MiB/s |   5.8 MiB |  00m00s
- [179/215] Installing jbigkit-libs-0:2.1 100% |  56.4 MiB/s | 115.4 KiB |  00m00s
- [180/215] Installing libtiff-0:4.7.1-1. 100% | 102.0 MiB/s | 626.6 KiB |  00m00s
- [181/215] Installing SDL2_image-0:2.8.8 100% |   8.3 MiB/s | 211.6 KiB |  00m00s
- [182/215] Installing libtiff-devel-0:4. 100% | 199.2 MiB/s | 816.0 KiB |  00m00s
- [183/215] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [184/215] Installing libxshmfence-0:1.3 100% |   6.6 MiB/s |  13.6 KiB |  00m00s
- [185/215] Installing mesa-dri-drivers-0 100% | 151.6 MiB/s |  48.8 MiB |  00m00s
- [186/215] Installing mesa-libgbm-0:25.3 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [187/215] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [188/215] Installing mesa-libEGL-0:25.3 100% |  76.0 MiB/s | 311.3 KiB |  00m00s
- [189/215] Installing libglvnd-gles-1:1. 100% |  48.5 MiB/s |  99.3 KiB |  00m00s
- [190/215] Installing libglvnd-glx-1:1.7 100% | 117.7 MiB/s | 602.6 KiB |  00m00s
- [191/215] Installing mesa-libGL-0:25.3. 100% |  56.0 MiB/s | 286.9 KiB |  00m00s
- [192/215] Installing gstreamer1-plugins 100% | 107.0 MiB/s |   7.4 MiB |  00m00s
- [193/215] Installing xdg-desktop-portal 100% |  66.2 MiB/s |   1.9 MiB |  00m00s
- [194/215] Installing libglvnd-core-deve 100% |  20.1 MiB/s |  41.1 KiB |  00m00s
- [195/215] Installing libglvnd-devel-1:1 100% | 151.5 MiB/s |   2.1 MiB |  00m00s
- [196/215] Installing mesa-libGLU-devel- 100% |  17.1 MiB/s |  17.5 KiB |  00m00s
- [197/215] Installing sdl2-compat-devel- 100% |  72.4 MiB/s |   3.3 MiB |  00m00s
- [198/215] Installing libffi-devel-0:3.5 100% |  11.6 MiB/s |  35.6 KiB |  00m00s
- [199/215] Installing glib2-devel-0:2.86 100% | 119.6 MiB/s |  15.8 MiB |  00m00s
- [200/215] Installing freetype-devel-0:2 100% | 164.3 MiB/s |   8.5 MiB |  00m00s
- [201/215] Installing fontconfig-devel-0 100% |  31.1 MiB/s | 159.4 KiB |  00m00s
- [202/215] Installing cairo-devel-0:1.18 100% | 254.5 MiB/s |   2.3 MiB |  00m00s
- [203/215] Installing harfbuzz-devel-0:1 100% | 111.1 MiB/s |   5.3 MiB |  00m00s
- [204/215] Installing SDL2_ttf-devel-0:2 100% |  47.2 MiB/s |  96.7 KiB |  00m00s
- [205/215] Installing SDL2_image-devel-0 100% |  39.2 MiB/s |  80.2 KiB |  00m00s
- [206/215] Installing xdg-desktop-portal 100% |  31.3 MiB/s | 481.2 KiB |  00m00s
- [207/215] Installing libcanberra-gtk3-0 100% |   2.2 MiB/s |  73.9 KiB |  00m00s
- [208/215] Installing tinysparql-0:3.10. 100% |  50.0 MiB/s |   2.6 MiB |  00m00s
- [209/215] Installing glib-networking-0: 100% |  92.5 MiB/s | 757.9 KiB |  00m00s
- [210/215] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [211/215] Installing adwaita-mono-fonts 100% | 153.3 MiB/s |   5.5 MiB |  00m00s
- [212/215] Installing adwaita-sans-fonts 100% | 132.3 MiB/s |   1.7 MiB |  00m00s
- [213/215] Installing dconf-0:0.49.0-1.f 100% |   8.7 MiB/s | 312.1 KiB |  00m00s
- [214/215] Installing low-memory-monitor 100% |   6.0 MiB/s |  67.7 KiB |  00m00s
- [215/215] Installing svt-av1-devel-docs 100% |  10.6 MiB/s |   8.4 MiB |  00m01s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- libffi-devel-3.5.2-1.fc43.x86_64
- sdl2-compat-devel-2.32.56-2.fc43.x86_64
- SDL2_image-devel-2.8.8-2.fc43.x86_64
- SDL2_ttf-devel-2.24.0-1.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-02-08 08:03.14 ---> saved as "8999273a90aeb4373cd32a500cb5d458d1f5307bb001119bdd97898cae395579"


/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.21.0
- install dune-configurator 3.21.0
- install integers          0.7.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install stdlib-shims      0.3.0
- install topkg             1.1.1
- install tsdl              1.2.0
- install tsdl-image        0.6
- install tsdl-ttf          0.6
- install xdg               3.21.0


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


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


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


[1/2/3/4] 1


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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0, xdg.3.21.0  (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.21.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.21.0
-> installed dune-configurator.3.21.0
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-08 08:04.14 ---> saved as "da62cded904c4a702af629d66a98b1fb46c9160e936d5eb34059814255a9d462"


/src: (copy (src .) (dst /src))
2026-02-08 08:04.14 ---> saved as "de2d7aa29d88793e9ba0e5a8bffddea74ea2eca870cccf2f370a3aaf5ba1ebf9"


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


[1064][0] :	 Board: Executing timeout 1
Hello world
[1064][0] :	 Memory: All zombies have been killed! Congratulations!
[1065][0] :	 Board: Board exiting
[1065][0] :	 Board: Quitting...
[1065][0] :	 Graphics: Quitting SDL Image
[1065][0] :	 Graphics: Quitting SDL Video
[1065][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1065][0] :	 Memory: Freeing surface (123,128)
[1065][0] :	 Event: Quitting SDL Events
[1065][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.32.56
2026-02-08 08:04.20 ---> saved as "f1cd5dbae703417f975ad8099b82b55b7bfe8007105267f1027923e46982d39c"
Job succeeded
2026-02-08 08:04.20: Job succeeded