Organisationsocaml-multicoreeio-tracece5fb3 (main)fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-16 16:38.18: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (ce5fb3cfd516783c13cc6ae1962459a0c57a2514) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard ce5fb3cf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b
# 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 eio-trace.opam ./
RUN opam pin add -yn eio-trace.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.2 dune-configurator.3.22.2 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-04-16 16:38.18: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b-fedora-43-5.4_opam-2.5-7d45530e8ac47f224f21f6512018e2dc"
2026-04-16 16:38.18: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b)
(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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src eio-trace.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn eio-trace.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.2 dune-configurator.3.22.2 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.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 eio-trace.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-16 16:38.18: Waiting for resource in pool OCluster
2026-04-16 16:40.08: Waiting for worker…
2026-04-16 16:44.30: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at ce5fb3c Merge pull request #45 from talex5/nix


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b' locally
docker.io/ocaml/opam@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b: Pulling from ocaml/opam
5bc90b3315da: Already exists
80d71788ea9e: Already exists
ad80df798a1c: Already exists
cd85517f6ae1: Already exists
a927948f92fa: Already exists
4433c52b5ab1: Already exists
8aa93bc8ca93: Already exists
7d31cd7e9a9b: Already exists
959a5be6bfab: Already exists
6569047248d7: Already exists
a01a3ff02f3d: Already exists
8b1106fd8e03: Already exists
61c97bcc90cd: Already exists
b9124a8b6c28: Already exists
d2c94cd49c4c: Already exists
0e63679d7dbc: Already exists
0e63679d7dbc: Already exists
6819a31cdb14: Already exists
1d67c4c09922: Already exists
3f456f1cc39a: Already exists
6afff2ae07da: Already exists
4f4fb700ef54: Already exists
90c294795090: Already exists
d7c6287626d1: Already exists
0e6719fd9f6d: Already exists
53830a3a67c9: Already exists
b407be133f08: Already exists
951a5932e150: Already exists
dcc0f382cd80: Already exists
d3cdec43bf88: Already exists
d69ff9f37121: Already exists
cfcfca2848c7: Already exists
08269f8e9f88: Already exists
3e59769da2fa: Already exists
a1004eb1842a: Pulling fs layer
3a6ed7e0720e: Pulling fs layer
5503bfbdb082: Pulling fs layer
4685c134845d: Pulling fs layer
67f122543075: Pulling fs layer
d60a75d560f5: Pulling fs layer
d1f1983b7a0a: Pulling fs layer
4685c134845d: Waiting
67f122543075: Waiting
d9c0eec06d5d: Pulling fs layer
d60a75d560f5: Waiting
453380662f6c: Pulling fs layer
d1f1983b7a0a: Waiting
d9c0eec06d5d: Waiting
4d090674c42b: Pulling fs layer
bbd88afdcdf3: Pulling fs layer
4d090674c42b: Waiting
bbd88afdcdf3: Waiting
3a6ed7e0720e: Download complete
4685c134845d: Verifying Checksum
4685c134845d: Download complete
67f122543075: Verifying Checksum
67f122543075: Download complete
d60a75d560f5: Download complete
5503bfbdb082: Download complete
d1f1983b7a0a: Verifying Checksum
d1f1983b7a0a: Download complete
453380662f6c: Verifying Checksum
453380662f6c: Download complete
4d090674c42b: Verifying Checksum
4d090674c42b: Download complete
d9c0eec06d5d: Verifying Checksum
d9c0eec06d5d: Download complete
bbd88afdcdf3: Verifying Checksum
bbd88afdcdf3: Download complete
a1004eb1842a: Verifying Checksum
a1004eb1842a: Download complete
a1004eb1842a: Pull complete
3a6ed7e0720e: Pull complete
5503bfbdb082: Pull complete
4685c134845d: Pull complete
67f122543075: Pull complete
d60a75d560f5: Pull complete
d1f1983b7a0a: Pull complete
d9c0eec06d5d: Pull complete
453380662f6c: Pull complete
4d090674c42b: Pull complete
bbd88afdcdf3: Pull complete
Digest: sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b
Status: Downloaded newer image for ocaml/opam@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b
2026-04-16 16:44.30 ---> using "b4f58bf638be103d120971146d8fc126e9b3a8c46e3a4588789af4c5e1fccda0" 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 - Updates           100% |  25.2 KiB/s |   6.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-04-16 16:44.30 ---> using "524735b077c9512b6910eb61394d9eebef016b7d107d4d7b79adf23a8d11090c" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-16 16:44.30 ---> using "8cfb01e840492959ff95d3d5b6f59f80dfb7be314774547e49c6b970bb5e1d00" 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-04-16 16:44.30 ---> using "62a4127ab24cb770a3f441b63fbbb50777e0a9c11a35360cd84ef49dd3bfeb23" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-16 16:44.30 ---> using "201ad514b21b8e45f6ee307ccc16011d93b1898dc3d1c414ee43a01f6017ca08" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-16 16:44.30 ---> using "0ea47d1513ca38b3e93e2d568380f3532c58d7ee39e5227e7b3a1d92427960eb" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..0b0acbee05  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


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


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


/src: (copy (src eio-trace.opam) (dst ./))
2026-04-16 16:44.30 ---> saved as "f03bac3695704735a720c38a03efa9ac4993cb9057682236b547358d19ffba8d"


/src: (run (network host)
(shell "opam pin add -yn eio-trace.dev './'"))
[eio-trace.dev] synchronised (file:///src)
eio-trace is now pinned to file:///src (version dev)
2026-04-16 16:44.32 ---> saved as "04ad8474965f98bafe1260bc310cdbdc9f0622eba66117b972eef26e033c9005"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-16 16:44.32 ---> saved as "b4ae818171c6e22b07d1c79445bf4ef51f76564419d876f6bff52ef13238d3c2"


/src: (env DEPS "afl-persistent.1.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.2 dune-configurator.3.22.2 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.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 eio-trace.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[eio-trace.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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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:
cairo-devel gtk3-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "cairo-devel" "gtk3-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                        Repository                            Size
- Upgrading:
-  glib2                                   x86_64 2.86.4-2.fc43                  updates                           15.0 MiB
-    replacing glib2                       x86_64 2.86.4-1.fc43                  updates                           15.0 MiB
-  libblkid                                x86_64 2.41.4-7.fc43                  updates                          262.4 KiB
-    replacing libblkid                    x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9 262.4 KiB
-  libcap                                  x86_64 2.76-4.fc43                    updates                          209.1 KiB
-    replacing libcap                      x86_64 2.76-3.fc43                    3b3d0b7480cd48d19a2c4259e547f2da 209.1 KiB
-  libfdisk                                x86_64 2.41.4-7.fc43                  updates                          380.4 KiB
-    replacing libfdisk                    x86_64 2.41.3-7.fc43                  updates                          380.4 KiB
-  liblastlog2                             x86_64 2.41.4-7.fc43                  updates                           33.9 KiB
-    replacing liblastlog2                 x86_64 2.41.3-7.fc43                  updates                           33.9 KiB
-  libmount                                x86_64 2.41.4-7.fc43                  updates                          372.7 KiB
-    replacing libmount                    x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9 372.7 KiB
-  libsmartcols                            x86_64 2.41.4-7.fc43                  updates                          180.5 KiB
-    replacing libsmartcols                x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9 180.5 KiB
-  libuuid                                 x86_64 2.41.4-7.fc43                  updates                           37.4 KiB
-    replacing libuuid                     x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9  37.4 KiB
-  systemd-libs                            x86_64 258.7-1.fc43                   updates                            2.3 MiB
-    replacing systemd-libs                x86_64 258.5-2.fc43                   updates                            2.3 MiB
-  util-linux                              x86_64 2.41.4-7.fc43                  updates                            3.5 MiB
-    replacing util-linux                  x86_64 2.41.3-7.fc43                  updates                            3.5 MiB
-  util-linux-core                         x86_64 2.41.4-7.fc43                  updates                            1.5 MiB
-    replacing util-linux-core             x86_64 2.41.3-7.fc43                  a899a9b296804e8ab27411270a04f5e9   1.5 MiB
-  zlib-ng-compat                          x86_64 2.3.3-2.fc43                   updates                          161.7 KiB
-    replacing zlib-ng-compat              x86_64 2.3.3-1.fc43                   updates                          161.7 KiB
- Installing:
-  cairo-devel                             x86_64 1.18.4-2.fc43                  fedora                             2.3 MiB
-  gtk3-devel                              x86_64 3.24.52-1.fc43                 updates                           34.6 MiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.24.2-1.fc43                  fedora                             1.5 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-15.fc43                  fedora                           192.7 KiB
-  adobe-source-code-pro-fonts             noarch 2.042.1.062.1.026-7.fc43       fedora                             1.6 MiB
-  adwaita-cursor-theme                    noarch 49.0-1.fc43                    fedora                            11.4 MiB
-  adwaita-icon-theme                      noarch 49.0-1.fc43                    fedora                             1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-4.fc43                    fedora                             2.1 MiB
-  alsa-lib                                x86_64 1.2.15.3-1.fc43                updates                            1.5 MiB
-  at-spi2-atk                             x86_64 2.58.4-1.fc43                  updates                          283.7 KiB
-  at-spi2-atk-devel                       x86_64 2.58.4-1.fc43                  updates                            1.6 KiB
-  at-spi2-core                            x86_64 2.58.4-1.fc43                  updates                            1.5 MiB
-  at-spi2-core-devel                      x86_64 2.58.4-1.fc43                  updates                            4.3 MiB
-  atk                                     x86_64 2.58.4-1.fc43                  updates                          248.6 KiB
-  atk-devel                               x86_64 2.58.4-1.fc43                  updates                            6.0 MiB
-  avahi-glib                              x86_64 0.9~rc2-6.fc43                 fedora                            19.6 KiB
-  avahi-libs                              x86_64 0.9~rc2-6.fc43                 fedora                           171.6 KiB
-  bluez-libs                              x86_64 5.86-4.fc43                    updates                          198.3 KiB
-  brotli                                  x86_64 1.2.0-1.fc43                   updates                           33.6 KiB
-  brotli-devel                            x86_64 1.2.0-1.fc43                   updates                           65.9 KiB
-  bzip2-devel                             x86_64 1.0.8-21.fc43                  fedora                           309.8 KiB
-  cairo                                   x86_64 1.18.4-2.fc43                  fedora                             1.8 MiB
-  cairo-gobject                           x86_64 1.18.4-2.fc43                  fedora                            31.1 KiB
-  cairo-gobject-devel                     x86_64 1.18.4-2.fc43                  fedora                             7.0 KiB
-  cdparanoia-libs                         x86_64 10.2-48.fc43                   fedora                           113.5 KiB
-  cmake-filesystem                        x86_64 3.31.11-1.fc43                 updates                            0.0   B
-  colord-libs                             x86_64 1.4.8-2.fc43                   fedora                           830.7 KiB
-  cups-filesystem                         noarch 1:2.4.16-7.fc43                updates                            0.0   B
-  cups-libs                               x86_64 1:2.4.16-7.fc43                updates                          618.7 KiB
-  dbus                                    x86_64 1:1.16.0-4.fc43                fedora                             0.0   B
-  dbus-broker                             x86_64 37-2.fc43                      fedora                           387.2 KiB
-  dbus-common                             noarch 1:1.16.0-4.fc43                fedora                            11.2 KiB
-  dbus-devel                              x86_64 1:1.16.0-4.fc43                fedora                           131.7 KiB
-  default-fonts-core-sans                 noarch 4.2-5.fc43                     fedora                            11.9 KiB
-  device-mapper                           x86_64 1.02.208-2.fc43                fedora                           346.6 KiB
-  device-mapper-libs                      x86_64 1.02.208-2.fc43                fedora                           418.2 KiB
-  duktape                                 x86_64 2.7.0-10.fc43                  fedora                           615.8 KiB
-  fdk-aac-free                            x86_64 2.0.0-16.fc43                  fedora                           611.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-16.fc43                 fedora                             3.6 MiB
-  flac-libs                               x86_64 1.5.0-5.fc43                   updates                          611.5 KiB
-  fontconfig                              x86_64 2.17.0-3.fc43                  fedora                           765.9 KiB
-  fontconfig-devel                        x86_64 2.17.0-3.fc43                  fedora                           123.6 KiB
-  fonts-filesystem                        noarch 1:2.0.5-23.fc43                fedora                             0.0   B
-  freetype                                x86_64 2.13.3-3.fc43                  fedora                           850.2 KiB
-  freetype-devel                          x86_64 2.13.3-3.fc43                  fedora                             8.5 MiB
-  fribidi                                 x86_64 1.0.16-3.fc43                  fedora                           190.3 KiB
-  fribidi-devel                           x86_64 1.0.16-3.fc43                  fedora                            78.0 KiB
-  fuse-common                             x86_64 3.16.2-6.fc43                  updates                           38.0   B
-  fuse3                                   x86_64 3.16.2-6.fc43                  updates                          121.7 KiB
-  fuse3-libs                              x86_64 3.16.2-6.fc43                  updates                          277.5 KiB
-  gdk-pixbuf2                             x86_64 2.44.4-1.fc43                  updates                            2.5 MiB
-  gdk-pixbuf2-devel                       x86_64 2.44.4-1.fc43                  updates                            2.3 MiB
-  geoclue2                                x86_64 2.8.0-1.fc43                   updates                          401.7 KiB
-  glib2-devel                             x86_64 2.86.4-2.fc43                  updates                           15.7 MiB
-  glycin-devel                            x86_64 2.0.8-1.fc43                   updates                          126.1 KiB
-  glycin-libs                             x86_64 2.0.8-1.fc43                   updates                            4.2 MiB
-  glycin-loaders                          x86_64 2.0.8-1.fc43                   updates                           12.7 MiB
-  google-noto-fonts-common                noarch 20251101-2.fc43                updates                           17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20251101-2.fc43                updates                            1.4 MiB
-  graphene                                x86_64 1.10.8-2.fc43                  fedora                           158.4 KiB
-  graphite2                               x86_64 1.3.14-19.fc43                 fedora                           191.8 KiB
-  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.11-1.fc43                 updates                            5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.11-1.fc43                 updates                            7.4 MiB
-  gtk-update-icon-cache                   x86_64 3.24.52-1.fc43                 updates                           62.2 KiB
-  gtk3                                    x86_64 3.24.52-1.fc43                 updates                           22.5 MiB
-  harfbuzz                                x86_64 11.5.1-2.fc43                  updates                            2.8 MiB
-  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
-  hwdata                                  noarch 0.406-1.fc43                   updates                            9.9 MiB
-  iso-codes                               noarch 4.18.0-2.fc43                  fedora                            21.5 MiB
-  json-glib                               x86_64 1.10.8-4.fc43                  updates                          592.3 KiB
-  kbd                                     x86_64 2.8.0-3.fc43                   fedora                             1.4 MiB
-  kbd-legacy                              noarch 2.8.0-3.fc43                   fedora                           571.4 KiB
-  kbd-misc                                noarch 2.8.0-3.fc43                   fedora                             2.5 MiB
-  kmod                                    x86_64 34.2-2.fc43                    fedora                           247.2 KiB
-  lame-libs                               x86_64 3.100-20.fc43                  fedora                             1.2 MiB
-  lcms2                                   x86_64 2.16-6.fc43                    fedora                           433.7 KiB
-  lcms2-devel                             x86_64 2.16-6.fc43                    fedora                           135.7 KiB
-  libXcomposite                           x86_64 0.4.6-6.fc43                   fedora                            40.5 KiB
-  libXcomposite-devel                     x86_64 0.4.6-6.fc43                   fedora                             8.0 KiB
-  libXcursor                              x86_64 1.2.3-3.fc43                   fedora                            53.4 KiB
-  libXcursor-devel                        x86_64 1.2.3-3.fc43                   fedora                            22.7 KiB
-  libXdamage                              x86_64 1.1.6-6.fc43                   fedora                            39.6 KiB
-  libXdamage-devel                        x86_64 1.1.6-6.fc43                   fedora                             2.5 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
-  libXfixes-devel                         x86_64 6.0.1-6.fc43                   fedora                             9.2 KiB
-  libXft                                  x86_64 2.3.8-9.fc43                   fedora                           164.4 KiB
-  libXft-devel                            x86_64 2.3.8-9.fc43                   fedora                            31.7 KiB
-  libXi                                   x86_64 1.8.2-3.fc43                   fedora                            80.6 KiB
-  libXi-devel                             x86_64 1.8.2-3.fc43                   fedora                           132.5 KiB
-  libXinerama                             x86_64 1.1.5-9.fc43                   fedora                            15.0 KiB
-  libXinerama-devel                       x86_64 1.1.5-9.fc43                   fedora                             7.0 KiB
-  libXrandr                               x86_64 1.5.4-6.fc43                   fedora                            51.8 KiB
-  libXrandr-devel                         x86_64 1.5.4-6.fc43                   fedora                            21.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
-  libXtst-devel                           x86_64 1.2.5-3.fc43                   fedora                            11.6 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.3-1.fc43                  updates                            5.0 MiB
-  libasyncns                              x86_64 0.8-31.fc43                    fedora                            55.5 KiB
-  libblkid-devel                          x86_64 2.41.4-7.fc43                  updates                           44.9 KiB
-  libcamera                               x86_64 0.5.2-5.fc43                   updates                            2.2 MiB
-  libcanberra                             x86_64 0.30-38.fc43                   fedora                           266.5 KiB
-  libcap-devel                            x86_64 2.76-4.fc43                    updates                           37.5 KiB
-  libcloudproviders                       x86_64 0.3.6-2.fc43                   fedora                           124.3 KiB
-  libcloudproviders-devel                 x86_64 0.3.6-2.fc43                   fedora                           375.4 KiB
-  libdatrie                               x86_64 0.2.13-12.fc43                 fedora                            53.8 KiB
-  libdatrie-devel                         x86_64 0.2.13-12.fc43                 fedora                           558.1 KiB
-  libdav1d                                x86_64 1.5.3-1.fc43                   updates                            1.7 MiB
-  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
-  libepoxy-devel                          x86_64 1.5.10-11.fc43                 fedora                             1.6 MiB
-  libffi-devel                            x86_64 3.5.2-1.fc43                   updates                           33.9 KiB
-  libglvnd                                x86_64 1:1.7.0-8.fc43                 fedora                           526.1 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-8.fc43                 fedora                            40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-8.fc43                 fedora                             2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-8.fc43                 fedora                            64.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-8.fc43                 fedora                            97.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-8.fc43                 fedora                           601.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-8.fc43                 fedora                           144.8 KiB
-  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.3-1.fc43                   updates                          806.3 KiB
-  libjxl                                  x86_64 1:0.11.1-7.fc43                updates                            4.1 MiB
-  liblc3                                  x86_64 1.1.3-5.fc43                   fedora                           170.8 KiB
-  libldac                                 x86_64 2.0.2.3-18.fc43                fedora                            74.2 KiB
-  libmount-devel                          x86_64 2.41.4-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.56-1.fc43                updates                          241.8 KiB
-  libpng-devel                            x86_64 2:1.6.56-1.fc43                updates                            1.1 MiB
-  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
-  libseccomp-devel                        x86_64 2.6.0-2.fc43                   fedora                           114.3 KiB
-  libselinux-devel                        x86_64 3.9-5.fc43                     fedora                           127.3 KiB
-  libsepol-devel                          x86_64 3.9-2.fc43                     fedora                           121.4 KiB
-  libsndfile                              x86_64 1.2.2-10.fc43                  fedora                           550.1 KiB
-  libsoup3                                x86_64 3.6.6-2.fc43                   updates                            1.7 MiB
-  libstemmer                              x86_64 3.0.1-8.fc43                   fedora                           661.5 KiB
-  libtdb                                  x86_64 1.4.14-3.fc43                  fedora                           100.5 KiB
-  libthai                                 x86_64 0.1.29-11.fc43                 fedora                           783.4 KiB
-  libthai-devel                           x86_64 0.1.29-11.fc43                 fedora                           644.3 KiB
-  libtheora                               x86_64 1:1.1.1-40.fc43                fedora                           477.3 KiB
-  libtinysparql                           x86_64 3.10.1-5.fc43                  updates                          995.0 KiB
-  libunwind                               x86_64 1.8.1-3.fc43                   fedora                           194.1 KiB
-  libvisual                               x86_64 1:0.4.2-3.fc43                 fedora                           452.7 KiB
-  libvmaf                                 x86_64 3.0.0-4.fc43                   fedora                           827.0 KiB
-  libvorbis                               x86_64 1:1.3.7-13.fc43                fedora                           833.4 KiB
-  libwayland-client                       x86_64 1.24.0-1.fc43                  fedora                            62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc43                  fedora                            37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc43                  fedora                            12.4 KiB
-  libwayland-server                       x86_64 1.24.0-1.fc43                  fedora                            78.5 KiB
-  libwebp                                 x86_64 1.6.0-2.fc43                   fedora                           956.6 KiB
-  libxkbcommon                            x86_64 1.11.0-1.fc43                  fedora                           408.2 KiB
-  libxkbcommon-devel                      x86_64 1.11.0-1.fc43                  fedora                           383.4 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
-  lm_sensors-libs                         x86_64 3.6.0-23.fc43                  fedora                            85.8 KiB
-  lttng-ust                               x86_64 2.14.0-4.fc43                  fedora                             1.3 MiB
-  lzo                                     x86_64 2.10-15.fc43                   fedora                           178.9 KiB
-  lzo-devel                               x86_64 2.10-15.fc43                   fedora                           212.2 KiB
-  lzo-minilzo                             x86_64 2.10-15.fc43                   fedora                            36.7 KiB
-  mesa-dri-drivers                        x86_64 25.3.6-3.fc43                  updates                           48.8 MiB
-  mesa-filesystem                         x86_64 25.3.6-3.fc43                  updates                            3.6 KiB
-  mesa-libEGL                             x86_64 25.3.6-3.fc43                  updates                          310.4 KiB
-  mesa-libGL                              x86_64 25.3.6-3.fc43                  updates                          286.0 KiB
-  mesa-libgbm                             x86_64 25.3.6-3.fc43                  updates                           19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-2.fc43                 fedora                           814.0 KiB
-  openh264                                x86_64 2.6.0-2.fc43                   fedora-cisco-openh264              1.1 MiB
-  openjpeg                                x86_64 2.5.4-1.fc43                   fedora                           456.3 KiB
-  opus                                    x86_64 1.5.2-3.fc43                   fedora                           427.6 KiB
-  orc                                     x86_64 0.4.41-2.fc43                  fedora                           726.3 KiB
-  pango                                   x86_64 1.57.1-1.fc43                  updates                            1.0 MiB
-  pango-devel                             x86_64 1.57.1-1.fc43                  updates                            1.5 MiB
-  pcre2-devel                             x86_64 10.47-1.fc43                   updates                            2.1 MiB
-  pcre2-utf16                             x86_64 10.47-1.fc43                   updates                          639.2 KiB
-  pcre2-utf32                             x86_64 10.47-1.fc43                   updates                          611.1 KiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.11-1.fc43                  updates                          496.6 KiB
-  pipewire-libs                           x86_64 1.4.11-1.fc43                  updates                            8.6 MiB
-  pixman                                  x86_64 0.46.2-2.fc43                  fedora                           710.3 KiB
-  pixman-devel                            x86_64 0.46.2-2.fc43                  fedora                            56.1 KiB
-  polkit                                  x86_64 126-6.fc43.2                   updates                          460.0 KiB
-  polkit-libs                             x86_64 126-6.fc43.2                   updates                          199.8 KiB
-  pulseaudio-libs                         x86_64 17.0-9.fc43                    updates                            3.4 MiB
-  python3-packaging                       noarch 25.0-7.fc43                    fedora                           607.4 KiB
-  rav1e-libs                              x86_64 0.8.1-2.fc43                   updates                            3.1 MiB
-  redhat-display-fonts                    noarch 4.1.0-2.fc43                   fedora                           963.9 KiB
-  redhat-text-fonts                       noarch 4.1.0-2.fc43                   fedora                           788.2 KiB
-  rtkit                                   x86_64 0.11-69.fc43                   fedora                           138.1 KiB
-  shared-mime-info                        x86_64 2.4-2.fc43                     fedora                             5.2 MiB
-  sound-theme-freedesktop                 noarch 0.8-24.fc43                    fedora                           460.4 KiB
-  spirv-tools-libs                        x86_64 2026.1-2.fc43                  updates                            5.9 MiB
-  svt-av1-libs                            x86_64 3.1.2-1.fc43                   fedora                             5.6 MiB
-  sysprof-capture-devel                   x86_64 49.0-1.fc43                    fedora                           803.7 KiB
-  systemd                                 x86_64 258.7-1.fc43                   updates                           12.7 MiB
-  systemd-devel                           x86_64 258.7-1.fc43                   updates                          615.4 KiB
-  systemd-pam                             x86_64 258.7-1.fc43                   updates                            1.2 MiB
-  systemd-shared                          x86_64 258.7-1.fc43                   updates                            5.0 MiB
-  wayland-devel                           x86_64 1.24.0-1.fc43                  fedora                           691.9 KiB
-  webrtc-audio-processing                 x86_64 1.3-9.fc43                     fedora                             1.4 MiB
-  wireplumber                             x86_64 0.5.14-1.fc43                  updates                          427.5 KiB
-  wireplumber-libs                        x86_64 0.5.14-1.fc43                  updates                            1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.4-1.fc43                  updates                            1.9 MiB
-  xkeyboard-config                        noarch 2.46-1.fc43                    updates                           10.2 MiB
-  xml-common                              noarch 0.6.3-67.fc43                  fedora                            78.4 KiB
-  xprop                                   x86_64 1.2.8-4.fc43                   fedora                            54.7 KiB
-  xz-devel                                x86_64 1:5.8.1-4.fc43                 updates                          258.8 KiB
-  zlib-ng-compat-devel                    x86_64 2.3.3-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
-  cryptsetup-libs                         x86_64 2.8.4-1.fc43                   updates                            2.6 MiB
-  dconf                                   x86_64 0.49.0-1.fc43                  fedora                           307.5 KiB
-  gi-docgen-fonts                         noarch 2026.1-3.fc43                  updates                            0.0   B
-  glib-networking                         x86_64 2.80.1-3.fc43                  fedora                           742.9 KiB
-  kmod-libs                               x86_64 34.2-2.fc43                    fedora                           135.1 KiB
-  libbpf                                  x86_64 2:1.6.1-3.fc43                 fedora                           422.8 KiB
-  libcamera-ipa                           x86_64 0.5.2-5.fc43                   updates                          682.7 KiB
-  libcanberra-gtk3                        x86_64 0.30-38.fc43                   fedora                            70.7 KiB
-  low-memory-monitor                      x86_64 2.1-13.fc43                    fedora                            66.0 KiB
-  mesa-va-drivers                         x86_64 25.3.6-3.fc43                  updates                          115.0   B
-  pipewire                                x86_64 1.4.11-1.fc43                  updates                          433.2 KiB
-  pipewire-alsa                           x86_64 1.4.11-1.fc43                  updates                          158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.11-1.fc43                  updates                           30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.11-1.fc43                  updates                          146.5 KiB
-  pipewire-pulseaudio                     x86_64 1.4.11-1.fc43                  updates                          436.2 KiB
-  polkit-pkla-compat                      x86_64 0.1-31.fc43                    fedora                            89.5 KiB
-  qrencode-libs                           x86_64 4.1.1-11.fc43                  fedora                           164.8 KiB
-  systemd-networkd                        x86_64 258.7-1.fc43                   updates                            2.3 MiB
-  systemd-resolved                        x86_64 258.7-1.fc43                   updates                          733.0 KiB
-  systemd-udev                            x86_64 258.7-1.fc43                   updates                           12.8 MiB
-  tinysparql                              x86_64 3.10.1-5.fc43                  updates                            2.5 MiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-2.fc43                  fedora                           473.3 KiB
- 
- Transaction Summary:
-  Installing:       249 packages
-  Upgrading:         12 packages
-  Replacing:         12 packages
- 
- Total size of inbound packages is 114 MiB. Need to download 114 MiB.
- After this operation, 441 MiB extra will be used (install 465 MiB, remove 24 MiB).
- [  1/261] fontconfig-0:2.17.0-3.fc43.x8 100% | 296.5 KiB/s | 272.2 KiB |  00m01s
- [  2/261] freetype-0:2.13.3-3.fc43.x86_ 100% |   5.3 MiB/s | 412.1 KiB |  00m00s
- [  3/261] libXext-0:1.3.6-4.fc43.x86_64 100% |   2.4 MiB/s |  39.1 KiB |  00m00s
- [  4/261] libXrender-0:0.9.12-3.fc43.x8 100% | 115.3 KiB/s |  26.9 KiB |  00m00s
- [  5/261] lzo-0:2.10-15.fc43.x86_64     100% | 100.5 KiB/s |  69.4 KiB |  00m01s
- [  6/261] pixman-0:0.46.2-2.fc43.x86_64 100% | 736.9 KiB/s | 292.5 KiB |  00m00s
- [  7/261] cairo-devel-0:1.18.4-2.fc43.x 100% |  81.8 KiB/s | 191.8 KiB |  00m02s
- [  8/261] default-fonts-core-sans-0:4.2 100% | 126.1 KiB/s |  29.9 KiB |  00m00s
- [  9/261] xml-common-0:0.6.3-67.fc43.no 100% |   1.9 MiB/s |  31.0 KiB |  00m00s
- [ 10/261] fonts-filesystem-1:2.0.5-23.f 100% |  13.1 KiB/s |   8.7 KiB |  00m01s
- [ 11/261] gtk3-devel-0:3.24.52-1.fc43.x 100% |  16.9 MiB/s |   4.3 MiB |  00m00s
- [ 12/261] gtk3-0:3.24.52-1.fc43.x86_64  100% |  39.2 MiB/s |   6.0 MiB |  00m00s
- [ 13/261] abattis-cantarell-vf-fonts-0: 100% | 146.3 KiB/s | 120.1 KiB |  00m01s
- [ 14/261] adwaita-icon-theme-0:49.0-1.f 100% | 383.6 KiB/s | 403.9 KiB |  00m01s
- [ 15/261] cairo-gobject-0:1.18.4-2.fc43 100% |   1.0 MiB/s |  16.9 KiB |  00m00s
- [ 16/261] colord-libs-0:1.4.8-2.fc43.x8 100% | 447.6 KiB/s | 230.5 KiB |  00m01s
- [ 17/261] fribidi-0:1.0.16-3.fc43.x86_6 100% |   3.1 MiB/s |  53.3 KiB |  00m00s
- [ 18/261] cairo-0:1.18.4-2.fc43.x86_64  100% | 139.4 KiB/s | 729.3 KiB |  00m05s
- [ 19/261] libXcomposite-0:0.4.6-6.fc43. 100% |   2.4 MiB/s |  24.2 KiB |  00m00s
- [ 20/261] libXcursor-0:1.2.3-3.fc43.x86 100% |   2.3 MiB/s |  31.2 KiB |  00m00s
- [ 21/261] hicolor-icon-theme-0:0.18-2.f 100% | 284.1 KiB/s |  65.9 KiB |  00m00s
- [ 22/261] libXfixes-0:6.0.1-6.fc43.x86_ 100% |   1.9 MiB/s |  19.1 KiB |  00m00s
- [ 23/261] libXi-0:1.8.2-3.fc43.x86_64   100% |   2.6 MiB/s |  40.3 KiB |  00m00s
- [ 24/261] libXinerama-0:1.1.5-9.fc43.x8 100% |   1.1 MiB/s |  14.2 KiB |  00m00s
- [ 25/261] libXdamage-0:1.1.6-6.fc43.x86 100% | 100.2 KiB/s |  23.3 KiB |  00m00s
- [ 26/261] libcloudproviders-0:0.3.6-2.f 100% | 202.1 KiB/s |  46.9 KiB |  00m00s
- [ 27/261] libwayland-client-0:1.24.0-1. 100% |   3.3 MiB/s |  33.6 KiB |  00m00s
- [ 28/261] libwayland-cursor-0:1.24.0-1. 100% |   1.8 MiB/s |  18.9 KiB |  00m00s
- [ 29/261] libXrandr-0:1.5.4-6.fc43.x86_ 100% |  62.0 KiB/s |  27.6 KiB |  00m00s
- [ 30/261] libwayland-egl-0:1.24.0-1.fc4 100% |  28.5 KiB/s |  12.4 KiB |  00m00s
- [ 31/261] adwaita-cursor-theme-0:49.0-1 100% |   1.4 MiB/s | 380.1 KiB |  00m00s
- [ 32/261] libxkbcommon-0:1.11.0-1.fc43. 100% |  98.5 KiB/s | 174.3 KiB |  00m02s
- [ 33/261] lcms2-0:2.16-6.fc43.x86_64    100% |   4.5 MiB/s | 182.8 KiB |  00m00s
- [ 34/261] libgusb-0:0.4.9-4.fc43.x86_64 100% |   2.9 MiB/s |  64.5 KiB |  00m00s
- [ 35/261] xkeyboard-config-0:2.46-1.fc4 100% |   6.8 MiB/s | 993.6 KiB |  00m00s
- [ 36/261] json-glib-0:1.10.8-4.fc43.x86 100% |   4.6 MiB/s | 172.7 KiB |  00m00s
- [ 37/261] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |  20.3 MiB/s |   1.1 MiB |  00m00s
- [ 38/261] graphite2-0:1.3.14-19.fc43.x8 100% | 104.4 KiB/s |  95.6 KiB |  00m01s
- [ 39/261] libpng-2:1.6.56-1.fc43.x86_64 100% |   3.4 MiB/s | 125.5 KiB |  00m00s
- [ 40/261] google-noto-sans-vf-fonts-0:2 100% |  13.3 MiB/s | 614.5 KiB |  00m00s
- [ 41/261] google-noto-fonts-common-0:20 100% |   1.1 MiB/s |  17.3 KiB |  00m00s
- [ 42/261] libpng-devel-2:1.6.56-1.fc43. 100% |  12.9 MiB/s | 302.9 KiB |  00m00s
- [ 43/261] zlib-ng-compat-devel-0:2.3.3- 100% |   2.5 MiB/s |  37.8 KiB |  00m00s
- [ 44/261] fontconfig-devel-0:2.17.0-3.f 100% |  53.3 KiB/s | 169.5 KiB |  00m03s
- [ 45/261] freetype-devel-0:2.13.3-3.fc4 100% | 181.1 KiB/s |   1.0 MiB |  00m06s
- [ 46/261] libXext-devel-0:1.3.6-4.fc43. 100% | 214.0 KiB/s |  85.2 KiB |  00m00s
- [ 47/261] libXrender-devel-0:0.9.12-3.f 100% |   1.1 MiB/s |  19.0 KiB |  00m00s
- [ 48/261] lzo-devel-0:2.10-15.fc43.x86_ 100% |   2.4 MiB/s |  39.0 KiB |  00m00s
- [ 49/261] lzo-minilzo-0:2.10-15.fc43.x8 100% |   2.3 MiB/s |  24.0 KiB |  00m00s
- [ 50/261] pixman-devel-0:0.46.2-2.fc43. 100% |  78.5 KiB/s |  18.0 KiB |  00m00s
- [ 51/261] cmake-filesystem-0:3.31.11-1. 100% | 257.2 KiB/s |  13.4 KiB |  00m00s
- [ 52/261] at-spi2-atk-devel-0:2.58.4-1. 100% | 600.8 KiB/s |  10.8 KiB |  00m00s
- [ 53/261] at-spi2-atk-0:2.58.4-1.fc43.x 100% |   2.0 MiB/s |  88.0 KiB |  00m00s
- [ 54/261] at-spi2-core-0:2.58.4-1.fc43. 100% |   7.5 MiB/s | 391.2 KiB |  00m00s
- [ 55/261] atk-0:2.58.4-1.fc43.x86_64    100% |   3.4 MiB/s |  80.2 KiB |  00m00s
- [ 56/261] dbus-1:1.16.0-4.fc43.x86_64   100% | 747.8 KiB/s |   7.5 KiB |  00m00s
- [ 57/261] libXtst-0:1.2.5-3.fc43.x86_64 100% |   1.4 MiB/s |  20.5 KiB |  00m00s
- [ 58/261] xprop-0:1.2.8-4.fc43.x86_64   100% | 148.8 KiB/s |  34.8 KiB |  00m00s
- [ 59/261] atk-devel-0:2.58.4-1.fc43.x86 100% |  15.6 MiB/s | 447.7 KiB |  00m00s
- [ 60/261] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |  16.3 MiB/s | 484.9 KiB |  00m00s
- [ 61/261] shared-mime-info-0:2.4-2.fc43 100% |   1.0 MiB/s | 399.7 KiB |  00m00s
- [ 62/261] gdk-pixbuf2-devel-0:2.44.4-1. 100% |   7.5 MiB/s | 369.3 KiB |  00m00s
- [ 63/261] glib2-devel-0:2.86.4-2.fc43.x 100% |  21.9 MiB/s |   1.5 MiB |  00m00s
- [ 64/261] python3-packaging-0:25.0-7.fc 100% |  72.7 KiB/s | 161.5 KiB |  00m02s
- [ 65/261] pango-0:1.57.1-1.fc43.x86_64  100% |   3.0 MiB/s | 358.0 KiB |  00m00s
- [ 66/261] libXft-0:2.3.8-9.fc43.x86_64  100% | 342.4 KiB/s |  72.2 KiB |  00m00s
- [ 67/261] libthai-0:0.1.29-11.fc43.x86_ 100% | 145.5 KiB/s | 210.3 KiB |  00m01s
- [ 68/261] libdatrie-0:0.2.13-12.fc43.x8 100% |   1.8 MiB/s |  32.0 KiB |  00m00s
- [ 69/261] pango-devel-0:1.57.1-1.fc43.x 100% |   7.2 MiB/s | 161.6 KiB |  00m00s
- [ 70/261] adwaita-icon-theme-legacy-0:4 100% | 142.5 KiB/s |   2.5 MiB |  00m18s
- [ 71/261] cairo-gobject-devel-0:1.18.4- 100% |  11.8 KiB/s |  10.9 KiB |  00m01s
- [ 72/261] libXcomposite-devel-0:0.4.6-6 100% |  67.4 KiB/s |  15.8 KiB |  00m00s
- [ 73/261] libXcursor-devel-0:1.2.3-3.fc 100% |   2.6 MiB/s |  39.6 KiB |  00m00s
- [ 74/261] libXdamage-devel-0:1.1.6-6.fc 100% |  14.5 KiB/s |   9.5 KiB |  00m01s
- [ 75/261] fribidi-devel-0:1.0.16-3.fc43 100% |  16.8 KiB/s |  29.3 KiB |  00m02s
- [ 76/261] libXi-devel-0:1.8.2-3.fc43.x8 100% |   1.1 MiB/s | 115.8 KiB |  00m00s
- [ 77/261] libXinerama-devel-0:1.1.5-9.f 100% |  55.9 KiB/s |  13.0 KiB |  00m00s
- [ 78/261] libXrandr-devel-0:1.5.4-6.fc4 100% | 961.5 KiB/s |  19.2 KiB |  00m00s
- [ 79/261] libcloudproviders-devel-0:0.3 100% |  92.1 KiB/s |  49.2 KiB |  00m01s
- [ 80/261] libXfixes-devel-0:6.0.1-6.fc4 100% |   7.8 KiB/s |  12.6 KiB |  00m02s
- [ 81/261] libxkbcommon-devel-0:1.11.0-1 100% | 118.4 KiB/s |  73.0 KiB |  00m01s
- [ 82/261] libepoxy-devel-0:1.5.10-11.fc 100% | 162.7 KiB/s | 132.9 KiB |  00m01s
- [ 83/261] libwayland-server-0:1.24.0-1. 100% | 136.0 KiB/s |  41.5 KiB |  00m00s
- [ 84/261] cups-libs-1:2.4.16-7.fc43.x86 100% |   2.3 MiB/s | 260.8 KiB |  00m00s
- [ 85/261] cups-filesystem-1:2.4.16-7.fc 100% | 821.7 KiB/s |  12.3 KiB |  00m00s
- [ 86/261] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 141.4 KiB/s |  69.0 KiB |  00m00s
- [ 87/261] gtk-update-icon-cache-0:3.24. 100% |   2.1 MiB/s |  33.6 KiB |  00m00s
- [ 88/261] libtinysparql-0:3.10.1-5.fc43 100% |   9.7 MiB/s | 347.1 KiB |  00m00s
- [ 89/261] avahi-glib-0:0.9~rc2-6.fc43.x 100% |   1.5 MiB/s |  15.2 KiB |  00m00s
- [ 90/261] libstemmer-0:3.0.1-8.fc43.x86 100% |   4.9 MiB/s | 155.3 KiB |  00m00s
- [ 91/261] libffi-devel-0:3.5.2-1.fc43.x 100% |   1.8 MiB/s |  29.7 KiB |  00m00s
- [ 92/261] libmount-devel-0:2.41.4-7.fc4 100% |   1.5 MiB/s |  24.8 KiB |  00m00s
- [ 93/261] pcre2-devel-0:10.47-1.fc43.x8 100% |   9.8 MiB/s | 550.9 KiB |  00m00s
- [ 94/261] pcre2-utf16-0:10.47-1.fc43.x8 100% |   4.0 MiB/s | 246.1 KiB |  00m00s
- [ 95/261] pcre2-utf32-0:10.47-1.fc43.x8 100% |   7.8 MiB/s | 232.9 KiB |  00m00s
- [ 96/261] libselinux-devel-0:3.9-5.fc43 100% |   1.1 MiB/s | 152.1 KiB |  00m00s
- [ 97/261] libsepol-devel-0:3.9-2.fc43.x 100% |   4.3 MiB/s |  48.4 KiB |  00m00s
- [ 98/261] sysprof-capture-devel-0:49.0- 100% |   5.4 MiB/s | 171.1 KiB |  00m00s
- [ 99/261] glycin-devel-0:2.0.8-1.fc43.x 100% |   1.4 MiB/s |  24.5 KiB |  00m00s
- [100/261] glycin-libs-0:2.0.8-1.fc43.x8 100% |  19.0 MiB/s |   1.5 MiB |  00m00s
- [101/261] glycin-loaders-0:2.0.8-1.fc43 100% |  23.8 MiB/s |   2.8 MiB |  00m00s
- [102/261] libheif-0:1.20.2-6.fc43.x86_6 100% |   1.5 MiB/s | 578.1 KiB |  00m00s
- [103/261] libopenjph-0:0.22.0-2.fc43.x8 100% | 455.4 KiB/s | 154.4 KiB |  00m00s
- [104/261] libwebp-0:1.6.0-2.fc43.x86_64 100% | 408.8 KiB/s | 324.2 KiB |  00m01s
- [105/261] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 653.8 KiB/s | 192.2 KiB |  00m00s
- [106/261] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   1.7 MiB/s |   2.0 MiB |  00m01s
- [107/261] at-spi2-core-devel-0:2.58.4-1 100% |   2.7 MiB/s | 345.2 KiB |  00m00s
- [108/261] wayland-devel-0:1.24.0-1.fc43 100% |  24.6 KiB/s | 154.2 KiB |  00m06s
- [109/261] libxml2-devel-0:2.12.10-5.fc4 100% |   3.3 MiB/s | 524.0 KiB |  00m00s
- [110/261] dbus-devel-1:1.16.0-4.fc43.x8 100% |  22.9 KiB/s |  38.8 KiB |  00m02s
- [111/261] libvmaf-0:3.0.0-4.fc43.x86_64 100% |   3.8 MiB/s | 196.6 KiB |  00m00s
- [112/261] libaom-0:3.13.3-1.fc43.x86_64 100% |  17.8 MiB/s |   1.9 MiB |  00m00s
- [113/261] libjpeg-turbo-0:3.1.3-1.fc43. 100% |   4.2 MiB/s | 236.8 KiB |  00m00s
- [114/261] libdav1d-0:1.5.3-1.fc43.x86_6 100% |   3.7 MiB/s | 637.4 KiB |  00m00s
- [115/261] rav1e-libs-0:0.8.1-2.fc43.x86 100% |  10.2 MiB/s |   1.1 MiB |  00m00s
- [116/261] openh264-0:2.6.0-2.fc43.x86_6 100% | 799.3 KiB/s | 422.8 KiB |  00m01s
- [117/261] libglvnd-devel-1:1.7.0-8.fc43 100% | 225.2 KiB/s | 162.2 KiB |  00m01s
- [118/261] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 152.8 KiB/s | 114.0 KiB |  00m01s
- [119/261] libglvnd-egl-1:1.7.0-8.fc43.x 100% |   2.7 MiB/s |  36.0 KiB |  00m00s
- [120/261] libglvnd-core-devel-1:1.7.0-8 100% |  23.9 KiB/s |  17.3 KiB |  00m01s
- [121/261] libglvnd-glx-1:1.7.0-8.fc43.x 100% |   5.4 MiB/s | 132.1 KiB |  00m00s
- [122/261] libglvnd-opengl-1:1.7.0-8.fc4 100% |  54.8 KiB/s |  37.0 KiB |  00m01s
- [123/261] brotli-devel-0:1.2.0-1.fc43.x 100% | 483.9 KiB/s |  34.4 KiB |  00m00s
- [124/261] libglvnd-gles-1:1.7.0-8.fc43. 100% |  29.5 KiB/s |  28.5 KiB |  00m01s
- [125/261] brotli-0:1.2.0-1.fc43.x86_64  100% |   1.1 MiB/s |  23.8 KiB |  00m00s
- [126/261] harfbuzz-cairo-0:11.5.1-2.fc4 100% |   1.3 MiB/s |  30.0 KiB |  00m00s
- [127/261] harfbuzz-icu-0:11.5.1-2.fc43. 100% | 680.9 KiB/s |  15.7 KiB |  00m00s
- [128/261] bzip2-devel-0:1.0.8-21.fc43.x 100% |   4.7 MiB/s | 213.4 KiB |  00m00s
- [129/261] harfbuzz-devel-0:11.5.1-2.fc4 100% |   3.1 MiB/s | 455.8 KiB |  00m00s
- [130/261] libcap-devel-0:2.76-4.fc43.x8 100% |   2.5 MiB/s |  60.5 KiB |  00m00s
- [131/261] libXft-devel-0:2.3.8-9.fc43.x 100% |   6.0 MiB/s |  49.4 KiB |  00m00s
- [132/261] systemd-devel-0:258.7-1.fc43. 100% |   7.0 MiB/s | 673.3 KiB |  00m00s
- [133/261] libthai-devel-0:0.1.29-11.fc4 100% |   4.6 MiB/s | 128.3 KiB |  00m00s
- [134/261] libsoup3-0:3.6.6-2.fc43.x86_6 100% |  10.3 MiB/s | 451.5 KiB |  00m00s
- [135/261] graphite2-devel-0:1.3.14-19.f 100% |   2.0 MiB/s |  20.6 KiB |  00m00s
- [136/261] libblkid-devel-0:2.41.4-7.fc4 100% |  93.4 KiB/s |  23.6 KiB |  00m00s
- [137/261] libjxl-1:0.11.1-7.fc43.x86_64 100% |   8.9 MiB/s |   1.2 MiB |  00m00s
- [138/261] librsvg2-0:2.61.0-5.fc43.x86_ 100% |  29.1 MiB/s |   1.9 MiB |  00m00s
- [139/261] lcms2-devel-0:2.16-6.fc43.x86 100% |   1.2 MiB/s |  31.8 KiB |  00m00s
- [140/261] libseccomp-devel-0:2.6.0-2.fc 100% |   2.2 MiB/s |  62.3 KiB |  00m00s
- [141/261] libicu-devel-0:77.1-1.fc43.x8 100% | 921.6 KiB/s | 794.4 KiB |  00m01s
- [142/261] xz-devel-1:5.8.1-4.fc43.x86_6 100% |   3.6 MiB/s |  66.7 KiB |  00m00s
- [143/261] libdatrie-devel-0:0.2.13-12.f 100% |   3.0 MiB/s | 137.3 KiB |  00m00s
- [144/261] mesa-libGL-0:25.3.6-3.fc43.x8 100% |   6.1 MiB/s | 119.0 KiB |  00m00s
- [145/261] mesa-dri-drivers-0:25.3.6-3.f 100% |  28.9 MiB/s |  12.8 MiB |  00m00s
- [146/261] libXtst-devel-0:1.2.5-3.fc43. 100% |  16.8 KiB/s |  15.8 KiB |  00m01s
- [147/261] mesa-filesystem-0:25.3.6-3.fc 100% | 659.1 KiB/s |  10.5 KiB |  00m00s
- [148/261] libxshmfence-0:1.3.2-7.fc43.x 100% |   1.2 MiB/s |  13.3 KiB |  00m00s
- [149/261] lm_sensors-libs-0:3.6.0-23.fc 100% |   1.8 MiB/s |  40.6 KiB |  00m00s
- [150/261] mesa-libgbm-0:25.3.6-3.fc43.x 100% | 687.0 KiB/s |  16.5 KiB |  00m00s
- [151/261] mesa-libEGL-0:25.3.6-3.fc43.x 100% |   2.9 MiB/s | 120.7 KiB |  00m00s
- [152/261] libdrm-0:2.4.131-1.fc43.x86_6 100% |   3.8 MiB/s | 162.9 KiB |  00m00s
- [153/261] libpciaccess-0:0.16-16.fc43.x 100% | 105.6 KiB/s |  26.2 KiB |  00m00s
- [154/261] spirv-tools-libs-0:2026.1-2.f 100% |  23.4 MiB/s |   1.7 MiB |  00m00s
- [155/261] highway-0:1.3.0-1.fc43.x86_64 100% |  13.6 MiB/s | 694.5 KiB |  00m00s
- [156/261] hwdata-0:0.406-1.fc43.noarch  100% |  23.1 MiB/s |   1.7 MiB |  00m00s
- [157/261] xdg-desktop-portal-gtk-0:1.15 100% | 271.6 KiB/s | 144.0 KiB |  00m01s
- [158/261] libcanberra-gtk3-0:0.30-38.fc 100% |   2.5 MiB/s |  30.1 KiB |  00m00s
- [159/261] libcanberra-0:0.30-38.fc43.x8 100% | 624.4 KiB/s |  83.7 KiB |  00m00s
- [160/261] libtdb-0:1.4.14-3.fc43.x86_64 100% |   3.2 MiB/s |  55.1 KiB |  00m00s
- [161/261] libvorbis-1:1.3.7-13.fc43.x86 100% | 649.6 KiB/s | 188.4 KiB |  00m00s
- [162/261] sound-theme-freedesktop-0:0.8 100% |   3.4 MiB/s | 382.3 KiB |  00m00s
- [163/261] libXxf86vm-0:1.1.6-3.fc43.x86 100% |  10.0 KiB/s |  17.7 KiB |  00m02s
- [164/261] gi-docgen-fonts-0:2026.1-3.fc 100% | 613.3 KiB/s |   9.2 KiB |  00m00s
- [165/261] dconf-0:0.49.0-1.fc43.x86_64  100% | 221.7 KiB/s | 110.2 KiB |  00m00s
- [166/261] adobe-source-code-pro-fonts-0 100% |   1.8 MiB/s | 806.3 KiB |  00m00s
- [167/261] redhat-text-fonts-0:4.1.0-2.f 100% |   4.6 MiB/s | 484.1 KiB |  00m00s
- [168/261] tinysparql-0:3.10.1-5.fc43.x8 100% |  12.7 MiB/s |   1.0 MiB |  00m00s
- [169/261] glib-networking-0:2.80.1-3.fc 100% | 528.3 KiB/s | 200.8 KiB |  00m00s
- [170/261] mesa-va-drivers-0:25.3.6-3.fc 100% | 513.4 KiB/s |   9.2 KiB |  00m00s
- [171/261] gsettings-desktop-schemas-0:4 100% |  13.4 MiB/s | 822.9 KiB |  00m00s
- [172/261] xdg-desktop-portal-0:1.20.4-1 100% |   9.0 MiB/s | 516.7 KiB |  00m00s
- [173/261] libgudev-0:238-8.fc43.x86_64  100% |   1.9 MiB/s |  34.6 KiB |  00m00s
- [174/261] libogg-2:1.3.6-2.fc43.x86_64  100% |   1.7 MiB/s |  33.5 KiB |  00m00s
- [175/261] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |   9.4 MiB/s | 541.4 KiB |  00m00s
- [176/261] gstreamer1-0:1.26.11-1.fc43.x 100% |  17.3 MiB/s |   1.7 MiB |  00m00s
- [177/261] libunwind-0:1.8.1-3.fc43.x86_ 100% |   3.0 MiB/s |  76.5 KiB |  00m00s
- [178/261] pulseaudio-libs-0:17.0-9.fc43 100% |  11.1 MiB/s | 694.2 KiB |  00m00s
- [179/261] libasyncns-0:0.8-31.fc43.x86_ 100% |   2.7 MiB/s |  30.0 KiB |  00m00s
- [180/261] redhat-display-fonts-0:4.1.0- 100% | 482.1 KiB/s | 556.4 KiB |  00m01s
- [181/261] gsm-0:1.0.23-1.fc43.x86_64    100% |   2.9 MiB/s |  36.0 KiB |  00m00s
- [182/261] libepoxy-0:1.5.10-11.fc43.x86 100% |   6.0 KiB/s | 229.5 KiB |  00m39s
- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
- [183/261] mpg123-libs-0:1.32.10-2.fc43. 100% |  12.4 MiB/s | 355.6 KiB |  00m00s
- [184/261] lame-libs-0:3.100-20.fc43.x86 100% |   1.0 MiB/s | 338.9 KiB |  00m00s
- [185/261] libproxy-0:0.5.12-1.fc43.x86_ 100% |   2.4 MiB/s |  45.2 KiB |  00m00s
- [186/261] libsndfile-0:1.2.2-10.fc43.x8 100% | 286.4 KiB/s | 220.8 KiB |  00m01s
- [187/261] fuse3-0:3.16.2-6.fc43.x86_64  100% |   3.4 MiB/s |  55.7 KiB |  00m00s
- [188/261] fuse3-libs-0:3.16.2-6.fc43.x8 100% |   4.8 MiB/s |  93.2 KiB |  00m00s
- [189/261] geoclue2-0:2.8.0-1.fc43.x86_6 100% |   5.6 MiB/s | 144.5 KiB |  00m00s
- [190/261] opus-0:1.5.2-3.fc43.x86_64    100% | 495.0 KiB/s | 237.1 KiB |  00m00s
- [191/261] gstreamer1-plugins-base-0:1.2 100% |  23.9 MiB/s |   2.3 MiB |  00m00s
- [192/261] duktape-0:2.7.0-10.fc43.x86_6 100% | 334.1 KiB/s | 168.7 KiB |  00m01s
- [193/261] ModemManager-glib-0:1.24.2-1. 100% |   2.0 MiB/s | 334.9 KiB |  00m00s
- [194/261] graphene-0:1.10.8-2.fc43.x86_ 100% | 839.6 KiB/s |  61.3 KiB |  00m00s
- [195/261] libXv-0:1.0.13-3.fc43.x86_64  100% |   1.6 MiB/s |  18.6 KiB |  00m00s
- [196/261] libtheora-1:1.1.1-40.fc43.x86 100% | 374.2 KiB/s | 170.3 KiB |  00m00s
- [197/261] cdparanoia-libs-0:10.2-48.fc4 100% |  57.2 KiB/s |  53.9 KiB |  00m01s
- [198/261] orc-0:0.4.41-2.fc43.x86_64    100% |   8.3 MiB/s | 221.5 KiB |  00m00s
- [199/261] pipewire-libs-0:1.4.11-1.fc43 100% |  21.6 MiB/s |   2.4 MiB |  00m00s
- [200/261] libvisual-1:0.4.2-3.fc43.x86_ 100% | 173.9 KiB/s | 153.2 KiB |  00m01s
- [201/261] fdk-aac-free-0:2.0.0-16.fc43. 100% | 447.1 KiB/s | 341.1 KiB |  00m01s
- [202/261] fftw-libs-single-0:3.3.10-16. 100% |   1.5 MiB/s |   1.2 MiB |  00m01s
- [203/261] libebur128-0:1.2.6-14.fc43.x8 100% |  55.6 KiB/s |  24.9 KiB |  00m00s
- [204/261] liblc3-0:1.1.3-5.fc43.x86_64  100% |   1.0 MiB/s | 105.1 KiB |  00m00s
- [205/261] libsbc-0:2.0-7.fc43.x86_64    100% |   3.2 MiB/s |  49.0 KiB |  00m00s
- [206/261] libldac-0:2.0.2.3-18.fc43.x86 100% |  91.1 KiB/s |  42.5 KiB |  00m00s
- [207/261] bluez-libs-0:5.86-4.fc43.x86_ 100% |   5.1 MiB/s |  82.9 KiB |  00m00s
- [208/261] libnotify-0:0.8.8-1.fc43.x86_ 100% |   3.6 MiB/s |  55.9 KiB |  00m00s
- [209/261] fuse-common-0:3.16.2-6.fc43.x 100% | 291.6 KiB/s |   7.3 KiB |  00m00s
- [210/261] flac-libs-0:1.5.0-5.fc43.x86_ 100% |   8.8 MiB/s | 217.1 KiB |  00m00s
- [211/261] webrtc-audio-processing-0:1.3 100% | 586.7 KiB/s | 533.9 KiB |  00m01s
- [212/261] iso-codes-0:4.18.0-2.fc43.noa 100% |   1.1 MiB/s |   3.7 MiB |  00m04s
- [213/261] adwaita-sans-fonts-0:49.0-2.f 100% |   1.7 MiB/s | 764.3 KiB |  00m00s
- [214/261] pipewire-0:1.4.11-1.fc43.x86_ 100% |   5.9 MiB/s | 133.9 KiB |  00m00s
- [215/261] low-memory-monitor-0:2.1-13.f 100% | 146.0 KiB/s |  34.2 KiB |  00m00s
- [216/261] systemd-0:258.7-1.fc43.x86_64 100% |  30.5 MiB/s |   4.2 MiB |  00m00s
- [217/261] dbus-broker-0:37-2.fc43.x86_6 100% | 122.1 KiB/s | 173.8 KiB |  00m01s
- [218/261] systemd-pam-0:258.7-1.fc43.x8 100% |   9.4 MiB/s | 424.3 KiB |  00m00s
- [219/261] systemd-shared-0:258.7-1.fc43 100% |  24.9 MiB/s |   1.8 MiB |  00m00s
- [220/261] dbus-common-1:1.16.0-4.fc43.n 100% |  31.2 KiB/s |  14.2 KiB |  00m00s
- [221/261] polkit-0:126-6.fc43.2.x86_64  100% |   8.2 MiB/s | 160.1 KiB |  00m00s
- [222/261] polkit-libs-0:126-6.fc43.2.x8 100% |   3.8 MiB/s |  66.9 KiB |  00m00s
- [223/261] wireplumber-0:0.5.14-1.fc43.x 100% |   3.2 MiB/s | 122.9 KiB |  00m00s
- [224/261] wireplumber-libs-0:0.5.14-1.f 100% |   8.4 MiB/s | 431.5 KiB |  00m00s
- [225/261] pipewire-alsa-0:1.4.11-1.fc43 100% |   2.7 MiB/s |  59.0 KiB |  00m00s
- [226/261] pipewire-jack-audio-connectio 100% | 642.9 KiB/s |  10.9 KiB |  00m00s
- [227/261] pipewire-jack-audio-connectio 100% |   3.5 MiB/s | 144.9 KiB |  00m00s
- [228/261] pipewire-pulseaudio-0:1.4.11- 100% |   2.8 MiB/s | 209.7 KiB |  00m00s
- [229/261] pipewire-plugin-libcamera-0:1 100% |   2.3 MiB/s |  73.8 KiB |  00m00s
- [230/261] rtkit-0:0.11-69.fc43.x86_64   100% |  20.8 KiB/s |  54.9 KiB |  00m03s
- [231/261] cryptsetup-libs-0:2.8.4-1.fc4 100% |   4.9 MiB/s | 574.2 KiB |  00m00s
- [232/261] device-mapper-libs-0:1.02.208 100% | 983.2 KiB/s | 179.9 KiB |  00m00s
- [233/261] libbpf-2:1.6.1-3.fc43.x86_64  100% | 218.8 KiB/s | 191.0 KiB |  00m01s
- [234/261] qrencode-libs-0:4.1.1-11.fc43 100% | 944.4 KiB/s |  62.3 KiB |  00m00s
- [235/261] kmod-libs-0:34.2-2.fc43.x86_6 100% |   3.5 MiB/s |  68.1 KiB |  00m00s
- [236/261] systemd-networkd-0:258.7-1.fc 100% |   7.0 MiB/s | 775.5 KiB |  00m00s
- [237/261] device-mapper-0:1.02.208-2.fc 100% | 239.6 KiB/s | 138.7 KiB |  00m01s
- [238/261] systemd-resolved-0:258.7-1.fc 100% |   7.6 MiB/s | 319.7 KiB |  00m00s
- [239/261] libcamera-0:0.5.2-5.fc43.x86_ 100% |   4.3 MiB/s | 682.2 KiB |  00m00s
- [240/261] libyuv-0:0-0.57.20240704git96 100% | 530.5 KiB/s | 202.1 KiB |  00m00s
- [241/261] lttng-ust-0:2.14.0-4.fc43.x86 100% |   2.1 MiB/s | 366.3 KiB |  00m00s
- [242/261] polkit-pkla-compat-0:0.1-31.f 100% |  59.0 KiB/s |  43.9 KiB |  00m01s
- [243/261] systemd-udev-0:258.7-1.fc43.x 100% |  13.8 MiB/s |   2.6 MiB |  00m00s
- [244/261] kmod-0:34.2-2.fc43.x86_64     100% |   5.4 MiB/s | 132.7 KiB |  00m00s
- [245/261] kbd-0:2.8.0-3.fc43.x86_64     100% | 286.2 KiB/s | 386.1 KiB |  00m01s
- [246/261] kbd-legacy-0:2.8.0-3.fc43.noa 100% | 302.3 KiB/s | 578.3 KiB |  00m02s
- [247/261] libcamera-ipa-0:0.5.2-5.fc43. 100% |   1.5 MiB/s | 179.1 KiB |  00m00s
- [248/261] zlib-ng-compat-0:2.3.3-2.fc43 100% |   4.6 MiB/s |  88.7 KiB |  00m00s
- [249/261] glib2-0:2.86.4-2.fc43.x86_64  100% |  20.4 MiB/s |   3.1 MiB |  00m00s
- [250/261] libmount-0:2.41.4-7.fc43.x86_ 100% |   2.8 MiB/s | 163.0 KiB |  00m00s
- [251/261] libblkid-0:2.41.4-7.fc43.x86_ 100% |   2.3 MiB/s | 123.9 KiB |  00m00s
- [252/261] libuuid-0:2.41.4-7.fc43.x86_6 100% |   1.6 MiB/s |  26.6 KiB |  00m00s
- [253/261] util-linux-core-0:2.41.4-7.fc 100% |  11.2 MiB/s | 551.2 KiB |  00m00s
- [254/261] util-linux-0:2.41.4-7.fc43.x8 100% |   9.6 MiB/s |   1.2 MiB |  00m00s
- [255/261] libsmartcols-0:2.41.4-7.fc43. 100% |   4.3 MiB/s |  84.2 KiB |  00m00s
- [256/261] libfdisk-0:2.41.4-7.fc43.x86_ 100% |   5.9 MiB/s | 162.1 KiB |  00m00s
- [257/261] liblastlog2-0:2.41.4-7.fc43.x 100% |   1.4 MiB/s |  23.6 KiB |  00m00s
- [258/261] systemd-libs-0:258.7-1.fc43.x 100% |  13.5 MiB/s | 827.9 KiB |  00m00s
- [259/261] libcap-0:2.76-4.fc43.x86_64   100% |   4.4 MiB/s |  86.1 KiB |  00m00s
- [260/261] kbd-misc-0:2.8.0-3.fc43.noarc 100% | 438.7 KiB/s |   1.6 MiB |  00m04s
- [261/261] adwaita-mono-fonts-0:49.0-2.f 100% |  45.7 KiB/s |   1.4 MiB |  00m31s
- --------------------------------------------------------------------------------
- [261/261] Total                         100% |   1.5 MiB/s | 114.2 MiB |  01m17s
- Running transaction
- [  1/275] Verify package files          100% | 103.0   B/s | 261.0   B |  00m03s
- [  2/275] Prepare transaction           100% | 554.0   B/s | 273.0   B |  00m00s
- [  3/275] Upgrading zlib-ng-compat-0:2. 100% |  26.5 MiB/s | 162.6 KiB |  00m00s
- [  4/275] Installing libXext-0:1.3.6-4. 100% |  22.3 MiB/s |  91.2 KiB |  00m00s
- [  5/275] Installing fonts-filesystem-1 100% | 256.5 KiB/s | 788.0   B |  00m00s
- [  6/275] Installing libXext-devel-0:1. 100% |  15.5 MiB/s | 110.9 KiB |  00m00s
- [  7/275] Upgrading libcap-0:2.76-4.fc4 100% |   4.8 MiB/s | 214.3 KiB |  00m00s
- [  8/275] Upgrading systemd-libs-0:258. 100% |  61.5 MiB/s |   2.3 MiB |  00m00s
- [  9/275] Installing avahi-libs-0:0.9~r 100% |  28.3 MiB/s | 174.0 KiB |  00m00s
- [ 10/275] Upgrading libuuid-0:2.41.4-7. 100% |   9.4 MiB/s |  38.5 KiB |  00m00s
- [ 11/275] Upgrading libblkid-0:2.41.4-7 100% |  36.8 MiB/s | 263.6 KiB |  00m00s
- [ 12/275] Upgrading libmount-0:2.41.4-7 100% |  36.5 MiB/s | 373.8 KiB |  00m00s
- [ 13/275] Upgrading glib2-0:2.86.4-2.fc 100% |  95.5 MiB/s |  15.0 MiB |  00m00s
- [ 14/275] Installing libXrender-0:0.9.1 100% |  15.4 MiB/s |  47.3 KiB |  00m00s
- [ 15/275] Installing libXrender-devel-0 100% |  16.6 MiB/s |  51.0 KiB |  00m00s
- [ 16/275] Installing json-glib-0:1.10.8 100% |  53.7 MiB/s | 604.4 KiB |  00m00s
- [ 17/275] Installing libXi-0:1.8.2-3.fc 100% |  19.9 MiB/s |  81.7 KiB |  00m00s
- [ 18/275] Installing libogg-2:1.3.6-2.f 100% |  15.3 MiB/s |  47.1 KiB |  00m00s
- [ 19/275] Installing libglvnd-1:1.7.0-8 100% |  57.2 MiB/s | 527.5 KiB |  00m00s
- [ 20/275] Installing libwayland-client- 100% |  15.4 MiB/s |  63.2 KiB |  00m00s
- [ 21/275] Installing libvorbis-1:1.3.7- 100% |  58.3 MiB/s | 835.9 KiB |  00m00s
- [ 22/275] Installing systemd-shared-0:2 100% |  68.9 MiB/s |   5.0 MiB |  00m00s
- [ 23/275] Installing libpng-2:1.6.56-1. 100% |  33.9 MiB/s | 243.0 KiB |  00m00s
- [ 24/275] Installing alsa-lib-0:1.2.15. 100% |  23.7 MiB/s |   1.5 MiB |  00m00s
- [ 25/275] Installing cmake-filesystem-0 100% | 948.7 KiB/s |   7.6 KiB |  00m00s
- [ 26/275] Installing zlib-ng-compat-dev 100% |  21.2 MiB/s | 108.6 KiB |  00m00s
- [ 27/275] Installing libXfixes-0:6.0.1- 100% |   9.0 MiB/s |  27.6 KiB |  00m00s
- [ 28/275] Installing libXfixes-devel-0: 100% |   3.2 MiB/s |   9.9 KiB |  00m00s
- [ 29/275] Installing libXi-devel-0:1.8. 100% |  28.2 MiB/s | 144.6 KiB |  00m00s
- [ 30/275] Installing libpng-devel-2:1.6 100% |  20.8 MiB/s |   1.1 MiB |  00m00s
- [ 31/275] Installing libwayland-cursor- 100% |   5.4 MiB/s |  38.5 KiB |  00m00s
- [ 32/275] Installing shared-mime-info-0 100% |  29.1 MiB/s |   2.6 MiB |  00m00s
- [ 33/275] Installing avahi-glib-0:0.9~r 100% |   6.7 MiB/s |  20.4 KiB |  00m00s
- [ 34/275] Upgrading libfdisk-0:2.41.4-7 100% |  41.4 MiB/s | 381.4 KiB |  00m00s
- [ 35/275] Installing opus-0:1.5.2-3.fc4 100% |  46.5 MiB/s | 428.7 KiB |  00m00s
- [ 36/275] Installing libjpeg-turbo-0:3. 100% |  71.7 MiB/s | 808.0 KiB |  00m00s
- [ 37/275] Installing lcms2-0:2.16-6.fc4 100% |  47.2 MiB/s | 435.3 KiB |  00m00s
- [ 38/275] Installing libwayland-egl-0:1 100% |   4.4 MiB/s |  13.6 KiB |  00m00s
- [ 39/275] Installing fribidi-0:1.0.16-3 100% |   5.2 MiB/s | 192.8 KiB |  00m00s
- [ 40/275] Installing libepoxy-0:1.5.10- 100% |  35.9 MiB/s |   1.1 MiB |  00m00s
- [ 41/275] Installing xml-common-0:0.6.3 100% |  11.3 MiB/s |  81.1 KiB |  00m00s
- [ 42/275] Installing fribidi-devel-0:1. 100% |  13.3 MiB/s |  81.9 KiB |  00m00s
- [ 43/275] Installing libXcursor-0:1.2.3 100% |  13.5 MiB/s |  55.1 KiB |  00m00s
- [ 44/275] Installing libXdamage-0:1.1.6 100% |  13.4 MiB/s |  41.2 KiB |  00m00s
- [ 45/275] Installing libXtst-0:1.2.5-3. 100% |  11.3 MiB/s |  34.6 KiB |  00m00s
- [ 46/275] Installing libXrandr-0:1.5.4- 100% |  10.4 MiB/s |  53.0 KiB |  00m00s
- [ 47/275] Installing libcloudproviders- 100% |  17.6 MiB/s | 126.2 KiB |  00m00s
- [ 48/275] Installing libsoup3-0:3.6.6-2 100% |  74.2 MiB/s |   1.8 MiB |  00m00s
- [ 49/275] Installing gsettings-desktop- 100% | 168.9 MiB/s |   5.7 MiB |  00m00s
- [ 50/275] Installing libgudev-0:238-8.f 100% |  16.7 MiB/s |  85.3 KiB |  00m00s
- [ 51/275] Installing polkit-libs-0:126- 100% |  28.1 MiB/s | 201.6 KiB |  00m00s
- [ 52/275] Installing libXinerama-0:1.1. 100% |   3.9 MiB/s |  16.1 KiB |  00m00s
- [ 53/275] Upgrading libsmartcols-0:2.41 100% |  25.3 MiB/s | 181.5 KiB |  00m00s
- [ 54/275] Upgrading util-linux-core-0:2 100% |  21.4 MiB/s |   1.5 MiB |  00m00s
- [ 55/275] Installing fuse3-libs-0:3.16. 100% |  38.9 MiB/s | 278.6 KiB |  00m00s
- [ 56/275] Installing duktape-0:2.7.0-10 100% |  46.4 MiB/s | 617.8 KiB |  00m00s
- [ 57/275] Installing libunwind-0:1.8.1- 100% |  21.4 MiB/s | 197.4 KiB |  00m00s
- [ 58/275] Installing gstreamer1-0:1.26. 100% |  47.6 MiB/s |   5.4 MiB |  00m00s
- [ 59/275] Installing libtdb-0:1.4.14-3. 100% |  19.8 MiB/s | 101.6 KiB |  00m00s
- [ 60/275] Installing mesa-filesystem-0: 100% |   2.1 MiB/s |   4.3 KiB |  00m00s
- [ 61/275] Installing libdav1d-0:1.5.3-1 100% |  67.7 MiB/s |   1.7 MiB |  00m00s
- [ 62/275] Installing libffi-devel-0:3.5 100% |   8.7 MiB/s |  35.6 KiB |  00m00s
- [ 63/275] Installing libdatrie-0:0.2.13 100% |  13.4 MiB/s |  54.9 KiB |  00m00s
- [ 64/275] Installing libthai-0:0.1.29-1 100% |  63.9 MiB/s | 785.2 KiB |  00m00s
- [ 65/275] Installing graphite2-0:1.3.14 100% |   4.3 MiB/s | 193.9 KiB |  00m00s
- [ 66/275] Installing freetype-0:2.13.3- 100% |  48.9 MiB/s | 851.9 KiB |  00m00s
- [ 67/275] Installing harfbuzz-0:11.5.1- 100% |  58.9 MiB/s |   2.8 MiB |  00m00s
- [ 68/275] Installing libXcomposite-0:0. 100% |  10.3 MiB/s |  42.0 KiB |  00m00s
- [ 69/275] Installing pixman-0:0.46.2-2. 100% |  63.2 MiB/s | 711.4 KiB |  00m00s
- [ 70/275] Installing pixman-devel-0:0.4 100% |  13.9 MiB/s |  56.9 KiB |  00m00s
- [ 71/275] Installing lzo-0:2.10-15.fc43 100% |  29.4 MiB/s | 180.5 KiB |  00m00s
- [ 72/275] Installing libXcomposite-deve 100% |   2.6 MiB/s |  10.5 KiB |  00m00s
- [ 73/275] Installing harfbuzz-icu-0:11. 100% |   4.0 MiB/s |  16.3 KiB |  00m00s
- [ 74/275] Installing graphite2-devel-0: 100% |   8.3 MiB/s |  50.8 KiB |  00m00s
- [ 75/275] Installing libdatrie-devel-0: 100% |  11.5 MiB/s | 565.3 KiB |  00m00s
- [ 76/275] Installing libthai-devel-0:0. 100% |  64.1 MiB/s | 656.3 KiB |  00m00s
- [ 77/275] Installing libproxy-0:0.5.12- 100% |  14.6 MiB/s | 104.6 KiB |  00m00s
- [ 78/275] Installing libXinerama-devel- 100% |   2.1 MiB/s |   8.5 KiB |  00m00s
- [ 79/275] Installing libcloudproviders- 100% |  41.5 MiB/s | 382.6 KiB |  00m00s
- [ 80/275] Installing libXrandr-devel-0: 100% |   4.8 MiB/s |  24.7 KiB |  00m00s
- [ 81/275] Installing libXtst-devel-0:1. 100% |   3.4 MiB/s |  14.0 KiB |  00m00s
- [ 82/275] Installing libXdamage-devel-0 100% |   1.0 MiB/s |   3.1 KiB |  00m00s
- [ 83/275] Installing libXcursor-devel-0 100% |   2.7 MiB/s |  32.8 KiB |  00m00s
- [ 84/275] Installing iso-codes-0:4.18.0 100% | 127.3 MiB/s |  21.6 MiB |  00m00s
- [ 85/275] Installing lcms2-devel-0:2.16 100% |  22.2 MiB/s | 136.4 KiB |  00m00s
- [ 86/275] Installing libyuv-0:0-0.57.20 100% |  44.4 MiB/s | 681.3 KiB |  00m00s
- [ 87/275] Installing libglvnd-opengl-1: 100% |  20.3 MiB/s | 145.6 KiB |  00m00s
- [ 88/275] Installing libtheora-1:1.1.1- 100% |  33.5 MiB/s | 479.7 KiB |  00m00s
- [ 89/275] Installing flac-libs-0:1.5.0- 100% |  35.3 MiB/s | 614.2 KiB |  00m00s
- [ 90/275] Installing libgusb-0:0.4.9-4. 100% |  13.3 MiB/s | 163.7 KiB |  00m00s
- [ 91/275] Installing colord-libs-0:1.4. 100% |  37.0 MiB/s | 833.8 KiB |  00m00s
- [ 92/275] Installing ModemManager-glib- 100% |  63.0 MiB/s |   1.5 MiB |  00m00s
- [ 93/275] Installing graphene-0:1.10.8- 100% |  19.5 MiB/s | 160.1 KiB |  00m00s
- [ 94/275] Installing libblkid-devel-0:2 100% |   7.5 MiB/s |  46.0 KiB |  00m00s
- [ 95/275] Installing libcap-devel-0:2.7 100% |   3.7 MiB/s |  49.8 KiB |  00m00s
- [ 96/275] Installing systemd-devel-0:25 100% |  31.8 MiB/s | 748.5 KiB |  00m00s
- [ 97/275] Installing dbus-devel-1:1.16. 100% |  13.3 MiB/s | 136.5 KiB |  00m00s
- [ 98/275] Installing abattis-cantarell- 100% |  23.7 MiB/s | 194.4 KiB |  00m00s
- [ 99/275] Installing adobe-source-code- 100% |  59.8 MiB/s |   1.6 MiB |  00m00s
- [100/275] Installing redhat-display-fon 100% |  55.6 MiB/s | 968.0 KiB |  00m00s
- [101/275] Installing redhat-text-fonts- 100% |  59.5 MiB/s | 791.5 KiB |  00m00s
- [102/275] Installing libXxf86vm-0:1.1.6 100% |   6.5 MiB/s |  26.5 KiB |  00m00s
- [103/275] Installing libXv-0:1.0.13-3.f 100% |   6.6 MiB/s |  27.2 KiB |  00m00s
- [104/275] Installing libbpf-2:1.6.1-3.f 100% |  37.6 MiB/s | 423.7 KiB |  00m00s
- [105/275] Installing kmod-libs-0:34.2-2 100% |  19.0 MiB/s | 136.2 KiB |  00m00s
- [106/275] Installing kmod-0:34.2-2.fc43 100% |   5.1 MiB/s | 253.1 KiB |  00m00s
- [107/275] Upgrading liblastlog2-0:2.41. 100% | 837.9 KiB/s |  36.0 KiB |  00m00s
- [108/275] Upgrading util-linux-0:2.41.4 100% |  15.6 MiB/s |   3.6 MiB |  00m00s
- [109/275] Installing kbd-misc-0:2.8.0-3 100% |  15.8 MiB/s |   2.6 MiB |  00m00s
- [110/275] Installing kbd-legacy-0:2.8.0 100% |   9.6 MiB/s | 621.4 KiB |  00m00s
- [111/275] Installing kbd-0:2.8.0-3.fc43 100% |  15.2 MiB/s |   1.5 MiB |  00m00s
- [112/275] Installing lttng-ust-0:2.14.0 100% |  42.5 MiB/s |   1.3 MiB |  00m00s
- [113/275] Installing libcamera-0:0.5.2- 100% |  26.7 MiB/s |   2.2 MiB |  00m00s
- >>> Running sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch
- >>> Finished sysusers scriptlet: dbus-common-1:1.16.0-4.fc43.noarch
- >>> Scriptlet output:
- >>> Creating group 'dbus' with GID 81.
- >>> Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
- >>>
- [114/275] Installing dbus-common-1:1.16 100% | 167.3 KiB/s |  13.6 KiB |  00m00s
- [115/275] Installing dbus-broker-0:37-2 100% |   4.0 MiB/s | 389.8 KiB |  00m00s
- [116/275] Installing dbus-1:1.16.0-4.fc 100% |   1.1 KiB/s | 124.0   B |  00m00s
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-journal' with GID 190.
- >>>
- >>> Running sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-oom' with GID 997.
- >>> Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 997 and
- >>>
- [117/275] Installing systemd-0:258.7-1. 100% |  15.5 MiB/s |  12.9 MiB |  00m01s
- [118/275] Installing systemd-pam-0:258. 100% |  17.7 MiB/s |   1.2 MiB |  00m00s
- >>> Running sysusers scriptlet: polkit-0:126-6.fc43.2.x86_64
- >>> Finished sysusers scriptlet: polkit-0:126-6.fc43.2.x86_64
- >>> Scriptlet output:
- >>> Creating group 'polkitd' with GID 114.
- >>> Creating user 'polkitd' (User for polkitd) with UID 114 and GID 114.
- >>>
- [119/275] Installing polkit-0:126-6.fc4 100% |   2.4 MiB/s | 470.0 KiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Finished sysusers scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'rtkit' with GID 996.
- >>> Creating user 'rtkit' (RealtimeKit) with UID 996 and GID 996.
- >>>
- [120/275] Installing rtkit-0:0.11-69.fc 100% |   1.1 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Finished %post scriptlet: rtkit-0:0.11-69.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>
- [121/275] Installing device-mapper-0:1. 100% |   5.5 MiB/s | 350.2 KiB |  00m00s
- [122/275] Installing device-mapper-libs 100% |  34.1 MiB/s | 419.4 KiB |  00m00s
- [123/275] Installing cryptsetup-libs-0: 100% | 110.6 MiB/s |   2.7 MiB |  00m00s
- [124/275] Installing fuse-common-0:3.16 100% | 142.6 KiB/s | 292.0   B |  00m00s
- [125/275] Installing fuse3-0:3.16.2-6.f 100% |   2.6 MiB/s | 124.1 KiB |  00m00s
- [126/275] Installing bluez-libs-0:5.86- 100% |  19.5 MiB/s | 199.4 KiB |  00m00s
- [127/275] Installing webrtc-audio-proce 100% |  50.6 MiB/s |   1.4 MiB |  00m00s
- [128/275] Installing libsbc-0:2.0-7.fc4 100% |  13.2 MiB/s |  94.5 KiB |  00m00s
- [129/275] Installing libldac-0:2.0.2.3- 100% |   9.3 MiB/s |  76.2 KiB |  00m00s
- [130/275] Installing liblc3-0:1.1.3-5.f 100% |  24.0 MiB/s | 171.8 KiB |  00m00s
- [131/275] Installing libebur128-0:1.2.6 100% |   5.0 MiB/s |  40.7 KiB |  00m00s
- [132/275] Installing fftw-libs-single-0 100% |  58.1 MiB/s |   3.6 MiB |  00m00s
- [133/275] Installing fdk-aac-free-0:2.0 100% |  37.4 MiB/s | 613.3 KiB |  00m00s
- [134/275] Installing orc-0:0.4.41-2.fc4 100% |   8.9 MiB/s | 728.9 KiB |  00m00s
- [135/275] Installing libvisual-1:0.4.2- 100% |  27.8 MiB/s | 455.1 KiB |  00m00s
- [136/275] Installing cdparanoia-libs-0: 100% |  12.5 MiB/s | 115.0 KiB |  00m00s
- [137/275] Installing mpg123-libs-0:1.32 100% |  29.5 MiB/s | 816.6 KiB |  00m00s
- [138/275] Installing lame-libs-0:3.100- 100% |  79.9 MiB/s |   1.2 MiB |  00m00s
- [139/275] Installing gsm-0:1.0.23-1.fc4 100% |   7.3 MiB/s |  66.9 KiB |  00m00s
- [140/275] Installing libsndfile-0:1.2.2 100% |  29.9 MiB/s | 551.6 KiB |  00m00s
- [141/275] Installing libasyncns-0:0.8-3 100% |   6.9 MiB/s |  56.8 KiB |  00m00s
- [142/275] Installing pulseaudio-libs-0: 100% |  76.8 MiB/s |   3.4 MiB |  00m00s
- [143/275] Installing pipewire-libs-0:1. 100% |  38.1 MiB/s |   8.7 MiB |  00m00s
- [144/275] Installing wireplumber-libs-0 100% |  33.9 MiB/s |   1.4 MiB |  00m00s
- [145/275] Installing wireplumber-0:0.5. 100% |   5.2 MiB/s | 444.2 KiB |  00m00s
- [146/275] Installing pipewire-jack-audi 100% |   7.7 MiB/s | 499.3 KiB |  00m00s
- [147/275] Installing pipewire-jack-audi 100% |  50.8 KiB/s | 312.0   B |  00m00s
- [148/275] Installing sound-theme-freede 100% |   8.4 MiB/s | 467.2 KiB |  00m00s
- [149/275] Installing libcanberra-0:0.30 100% |   1.9 MiB/s | 271.4 KiB |  00m00s
- [150/275] Installing hwdata-0:0.406-1.f 100% |   9.0 MiB/s |   9.9 MiB |  00m01s
- [151/275] Installing libpciaccess-0:0.1 100% |  11.2 MiB/s |  45.9 KiB |  00m00s
- [152/275] Installing libdrm-0:2.4.131-1 100% |  39.9 MiB/s | 408.5 KiB |  00m00s
- [153/275] Installing highway-0:1.3.0-1. 100% | 106.4 MiB/s |   5.5 MiB |  00m00s
- [154/275] Installing libjxl-1:0.11.1-7. 100% |  85.6 MiB/s |   4.1 MiB |  00m00s
- [155/275] Installing spirv-tools-libs-0 100% |  82.7 MiB/s |   6.0 MiB |  00m00s
- [156/275] Installing lm_sensors-libs-0: 100% |  28.3 MiB/s |  86.9 KiB |  00m00s
- [157/275] Installing libxshmfence-0:1.3 100% |   6.6 MiB/s |  13.6 KiB |  00m00s
- [158/275] Installing mesa-dri-drivers-0 100% |  80.4 MiB/s |  48.8 MiB |  00m01s
- [159/275] Installing mesa-libgbm-0:25.3 100% |   4.0 MiB/s |  20.5 KiB |  00m00s
- [160/275] Installing mesa-libEGL-0:25.3 100% |  30.4 MiB/s | 311.3 KiB |  00m00s
- [161/275] Installing libglvnd-egl-1:1.7 100% |  10.8 MiB/s |  66.3 KiB |  00m00s
- [162/275] Installing libglvnd-gles-1:1. 100% |  16.2 MiB/s |  99.3 KiB |  00m00s
- [163/275] Installing mesa-libGL-0:25.3. 100% |  25.5 MiB/s | 286.9 KiB |  00m00s
- [164/275] Installing libglvnd-glx-1:1.7 100% |  39.2 MiB/s | 602.6 KiB |  00m00s
- [165/275] Installing xz-devel-1:5.8.1-4 100% |  19.7 MiB/s | 262.6 KiB |  00m00s
- [166/275] Installing libxml2-devel-0:2. 100% |  45.6 MiB/s |   3.4 MiB |  00m00s
- [167/275] Installing libseccomp-devel-0 100% |   2.4 MiB/s | 121.0 KiB |  00m00s
- [168/275] Installing libicu-devel-0:77. 100% |  31.4 MiB/s |   5.1 MiB |  00m00s
- [169/275] Installing bzip2-devel-0:1.0. 100% |  75.9 MiB/s | 310.7 KiB |  00m00s
- [170/275] Installing brotli-0:1.2.0-1.f 100% | 839.7 KiB/s |  34.4 KiB |  00m00s
- [171/275] Installing brotli-devel-0:1.2 100% |  11.1 MiB/s |  68.4 KiB |  00m00s
- [172/275] Installing libglvnd-core-deve 100% |   8.0 MiB/s |  41.1 KiB |  00m00s
- [173/275] Installing libglvnd-devel-1:1 100% |  58.9 MiB/s |   2.1 MiB |  00m00s
- [174/275] Installing libepoxy-devel-0:1 100% |  63.6 MiB/s |   1.6 MiB |  00m00s
- [175/275] Installing openh264-0:2.6.0-2 100% |  49.8 MiB/s |   1.1 MiB |  00m00s
- [176/275] Installing rav1e-libs-0:0.8.1 100% |  61.7 MiB/s |   3.1 MiB |  00m00s
- [177/275] Installing libvmaf-0:3.0.0-4. 100% |  53.9 MiB/s | 828.4 KiB |  00m00s
- [178/275] Installing libaom-0:3.13.3-1. 100% |  59.9 MiB/s |   5.0 MiB |  00m00s
- [179/275] Installing svt-av1-libs-0:3.1 100% |  61.2 MiB/s |   5.6 MiB |  00m00s
- [180/275] Installing openjpeg-0:2.5.4-1 100% |  32.0 MiB/s | 458.2 KiB |  00m00s
- [181/275] Installing libwebp-0:1.6.0-2. 100% |  37.5 MiB/s | 960.7 KiB |  00m00s
- [182/275] Installing libopenjph-0:0.22. 100% |  38.0 MiB/s | 467.3 KiB |  00m00s
- [183/275] Installing libheif-0:1.20.2-6 100% |  55.5 MiB/s |   1.6 MiB |  00m00s
- [184/275] Installing sysprof-capture-de 100% |  52.5 MiB/s | 806.5 KiB |  00m00s
- [185/275] Installing libsepol-devel-0:3 100% |   9.0 MiB/s | 128.9 KiB |  00m00s
- [186/275] Installing pcre2-utf32-0:10.4 100% |  39.8 MiB/s | 611.9 KiB |  00m00s
- [187/275] Installing pcre2-utf16-0:10.4 100% |  31.3 MiB/s | 640.0 KiB |  00m00s
- [188/275] Installing pcre2-devel-0:10.4 100% |  30.7 MiB/s |   2.1 MiB |  00m00s
- [189/275] Installing libselinux-devel-0 100% |  12.2 MiB/s | 162.1 KiB |  00m00s
- [190/275] Installing libmount-devel-0:2 100% |   9.3 MiB/s |  66.5 KiB |  00m00s
- [191/275] Installing libstemmer-0:3.0.1 100% |  40.5 MiB/s | 662.9 KiB |  00m00s
- [192/275] Installing libtinysparql-0:3. 100% |  42.4 MiB/s | 997.9 KiB |  00m00s
- [193/275] Installing cups-filesystem-1: 100% | 296.9 KiB/s |   1.8 KiB |  00m00s
- [194/275] Installing cups-libs-1:2.4.16 100% |  35.6 MiB/s | 620.2 KiB |  00m00s
- [195/275] Installing libwayland-server- 100% |   8.6 MiB/s |  79.7 KiB |  00m00s
- [196/275] Installing wayland-devel-0:1. 100% |  10.2 MiB/s | 700.4 KiB |  00m00s
- [197/275] Installing python3-packaging- 100% |  19.5 MiB/s | 619.9 KiB |  00m00s
- [198/275] Installing glib2-devel-0:2.86 100% |  54.4 MiB/s |  15.8 MiB |  00m00s
- [199/275] Installing xprop-0:1.2.8-4.fc 100% |   1.1 MiB/s |  56.0 KiB |  00m00s
- [200/275] Installing at-spi2-core-0:2.5 100% |  54.1 MiB/s |   1.6 MiB |  00m00s
- [201/275] Installing atk-0:2.58.4-1.fc4 100% |  27.1 MiB/s | 250.0 KiB |  00m00s
- [202/275] Installing at-spi2-atk-0:2.58 100% |  15.5 MiB/s | 285.7 KiB |  00m00s
- [203/275] Installing atk-devel-0:2.58.4 100% | 129.2 MiB/s |   6.1 MiB |  00m00s
- [204/275] Installing at-spi2-core-devel 100% | 133.0 MiB/s |   4.4 MiB |  00m00s
- [205/275] Installing at-spi2-atk-devel- 100% | 535.2 KiB/s |   2.1 KiB |  00m00s
- [206/275] Installing lzo-minilzo-0:2.10 100% |   6.2 MiB/s |  37.9 KiB |  00m00s
- [207/275] Installing lzo-devel-0:2.10-1 100% |  21.0 MiB/s | 215.3 KiB |  00m00s
- [208/275] Installing google-noto-fonts- 100% |   4.5 MiB/s |  18.5 KiB |  00m00s
- [209/275] Installing google-noto-sans-v 100% |  53.5 MiB/s |   1.4 MiB |  00m00s
- [210/275] Installing default-fonts-core 100% |   1.5 MiB/s |  18.2 KiB |  00m00s
- [211/275] Installing fontconfig-0:2.17. 100% | 646.9 KiB/s | 785.3 KiB |  00m01s
- [212/275] Installing cairo-0:1.18.4-2.f 100% |  57.2 MiB/s |   1.8 MiB |  00m00s
- [213/275] Installing cairo-gobject-0:1. 100% |   6.2 MiB/s |  32.0 KiB |  00m00s
- [214/275] Installing libXft-0:2.3.8-9.f 100% |  20.3 MiB/s | 165.9 KiB |  00m00s
- [215/275] Installing pango-0:1.57.1-1.f 100% |  15.9 MiB/s |   1.0 MiB |  00m00s
- [216/275] Installing librsvg2-0:2.61.0- 100% |  62.6 MiB/s |   5.1 MiB |  00m00s
- [217/275] Installing glycin-loaders-0:2 100% |  79.1 MiB/s |  12.7 MiB |  00m00s
- [218/275] Installing glycin-libs-0:2.0. 100% |  63.3 MiB/s |   4.2 MiB |  00m00s
- [219/275] Installing gdk-pixbuf2-0:2.44 100% |  45.9 MiB/s |   2.5 MiB |  00m00s
- [220/275] Installing gtk-update-icon-ca 100% |   1.5 MiB/s |  63.3 KiB |  00m00s
- [221/275] Installing libnotify-0:0.8.8- 100% |   1.2 MiB/s | 129.0 KiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 995.
- >>> Creating user 'geoclue' (n/a) with UID 995 and GID 995.
- >>>
- [222/275] Installing geoclue2-0:2.8.0-1 100% |   6.4 MiB/s | 405.6 KiB |  00m00s
- [223/275] Installing gstreamer1-plugins 100% |  50.6 MiB/s |   7.4 MiB |  00m00s
- [224/275] Installing xdg-desktop-portal 100% |  16.9 MiB/s |   1.9 MiB |  00m00s
- [225/275] Installing harfbuzz-cairo-0:1 100% |   6.8 MiB/s |  49.0 KiB |  00m00s
- [226/275] Installing cairo-devel-0:1.18 100% | 120.6 MiB/s |   2.3 MiB |  00m00s
- [227/275] Installing harfbuzz-devel-0:1 100% |  63.5 MiB/s |   5.3 MiB |  00m00s
- [228/275] Installing freetype-devel-0:2 100% |   2.1 MiB/s |   8.5 MiB |  00m04s
- [229/275] Installing fontconfig-devel-0 100% |  19.5 MiB/s | 159.4 KiB |  00m00s
- [230/275] Installing cairo-gobject-deve 100% |   2.5 MiB/s |   7.6 KiB |  00m00s
- [231/275] Installing glycin-devel-0:2.0 100% |  20.7 MiB/s | 127.3 KiB |  00m00s
- [232/275] Installing gdk-pixbuf2-devel- 100% |  45.5 MiB/s |   2.3 MiB |  00m00s
- [233/275] Installing libXft-devel-0:2.3 100% |   8.6 MiB/s |  44.3 KiB |  00m00s
- [234/275] Installing pango-devel-0:1.57 100% |  60.9 MiB/s |   1.5 MiB |  00m00s
- [235/275] Installing xkeyboard-config-0 100% | 110.8 MiB/s |  10.3 MiB |  00m00s
- [236/275] Installing libxkbcommon-0:1.1 100% |  40.0 MiB/s | 409.9 KiB |  00m00s
- [237/275] Installing libxkbcommon-devel 100% |  20.9 MiB/s | 385.1 KiB |  00m00s
- [238/275] Installing adwaita-icon-theme 100% |  10.6 MiB/s |   2.4 MiB |  00m00s
- [239/275] Installing adwaita-cursor-the 100% | 104.8 MiB/s |  11.4 MiB |  00m00s
- [240/275] Installing adwaita-icon-theme 100% |  11.7 MiB/s |   1.3 MiB |  00m00s
- [241/275] Installing hicolor-icon-theme 100% |   3.1 MiB/s | 179.7 KiB |  00m00s
- [242/275] Installing gtk3-0:3.24.52-1.f 10% |  76.9 MiB/s |  22.5 MiB |  00m00s
- [243/275] Installing gtk3-devel-0:3.24. 100% | 117.1 MiB/s |  34.6 MiB |  00m00s
- [244/275] Installing xdg-desktop-portal 100% |   8.7 MiB/s | 481.2 KiB |  00m00s
- [245/275] Installing libcanberra-gtk3-0 100% |   1.7 MiB/s |  73.9 KiB |  00m00s
- [246/275] Installing tinysparql-0:3.10. 100% |  28.7 MiB/s |   2.6 MiB |  00m00s
- [247/275] Installing pipewire-plugin-li 100% |   4.5 MiB/s | 147.4 KiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 994.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 994 and GID 994.
- >>>
- [248/275] Installing pipewire-0:1.4.11- 100% |   4.1 MiB/s | 439.9 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.11-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [249/275] Installing pipewire-alsa-0:1. 100% |  22.3 MiB/s | 159.6 KiB |  00m00s
- [250/275] Installing pipewire-pulseaudi 100% |   2.3 MiB/s | 444.2 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc43.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- >>> Running sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-coredump' with GID 993.
- >>> Creating user 'systemd-coredump' (systemd Core Dumper) with UID 993 and GID
- >>>
- >>> Running sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-timesync' with GID 992.
- >>> Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 992
- >>>
- [251/275] Installing systemd-udev-0:258 100% |   7.5 MiB/s |  12.9 MiB |  00m02s
- >>> Running %post scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-udev-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Failed to preset unit: Unit system-systemdx2dcryptsetup.slice does not exist
- >>>
- [252/275] Installing polkit-pkla-compat 100% |   1.0 MiB/s |  94.0 KiB |  00m00s
- >>> Running sysusers scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-network' with GID 192.
- >>> Creating user 'systemd-network' (systemd Network Management) with UID 192 an
- >>>
- [253/275] Installing systemd-networkd-0 100% |  11.9 MiB/s |   2.3 MiB |  00m00s
- >>> Running %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-networkd-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-network-ge
- >>>
- >>> Running sysusers scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Finished sysusers scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'systemd-resolve' with GID 193.
- >>> Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- >>>
- [254/275] Installing systemd-resolved-0 100% |   5.0 MiB/s | 737.4 KiB |  00m00s
- >>> Running %post scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Finished %post scriptlet: systemd-resolved-0:258.7-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.resolve1.service'
- >>> Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-resolved.s
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-v
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/systemd-resolved-m
- >>>
- [255/275] Installing dconf-0:0.49.0-1.f 100% |   2.3 MiB/s | 312.1 KiB |  00m00s
- [256/275] Installing libcamera-ipa-0:0. 100% |  30.6 MiB/s | 688.4 KiB |  00m00s
- [257/275] Installing gi-docgen-fonts-0: 100% |  30.3 KiB/s | 124.0   B |  00m00s
- [258/275] Installing glib-networking-0: 100% |  41.1 MiB/s | 757.9 KiB |  00m00s
- [259/275] Installing mesa-va-drivers-0: 100% | 160.2 KiB/s | 984.0   B |  00m00s
- [260/275] Installing low-memory-monitor 100% | 787.7 KiB/s |  67.7 KiB |  00m00s
- [261/275] Installing adwaita-mono-fonts 100% |  66.5 MiB/s |   5.5 MiB |  00m00s
- [262/275] Installing adwaita-sans-fonts 100% |  53.7 MiB/s |   1.7 MiB |  00m00s
- [263/275] Installing qrencode-libs-0:4. 100% |   2.5 MiB/s | 166.6 KiB |  00m00s
- [264/275] Removing util-linux-0:2.41.3- 100% |   4.6 KiB/s | 474.0   B |  00m00s
- [265/275] Removing util-linux-core-0:2. 100% |   4.6 KiB/s | 155.0   B |  00m00s
- [266/275] Removing libfdisk-0:2.41.3-7. 100% | 280.0   B/s |   7.0   B |  00m00s
- [267/275] Removing glib2-0:2.86.4-1.fc4 100% |   4.5 KiB/s | 177.0   B |  00m00s
- [268/275] Removing libmount-0:2.41.3-7. 100% |   1.1 KiB/s |   7.0   B |  00m00s
- [269/275] Removing libblkid-0:2.41.3-7. 100% |   1.1 KiB/s |   7.0   B |  00m00s
- [270/275] Removing systemd-libs-0:258.5 100% | 733.0   B/s |  22.0   B |  00m00s
- [271/275] Removing libcap-0:2.76-3.fc43 100% |   1.1 KiB/s |  35.0   B |  00m00s
- [272/275] Removing libuuid-0:2.41.3-7.f 100% |   1.7 KiB/s |   7.0   B |  00m00s
- [273/275] Removing zlib-ng-compat-0:2.3 100% |   1.6 KiB/s |   5.0   B |  00m00s
- [274/275] Removing libsmartcols-0:2.41. 100% |   2.3 KiB/s |   7.0   B |  00m00s
- [275/275] Removing liblastlog2-0:2.41.3 100% |   3.0   B/s |  14.0   B |  00m04s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.14-1.fc43.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.14-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cairo-devel" "gtk3-devel"
- cairo-devel-1.18.4-2.fc43.x86_64
- gtk3-devel-3.24.52-1.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-16 16:46.41 ---> saved as "a84c4beae4a14beb6034f1aa7c8466824da7245f908fdb2fd0c1862fd42b70b9"


/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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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 33 packages
- install afl-persistent     1.4
- install bigstringaf        0.10.0
- install cairo2             0.6.5
- install camlp-streams      5.0.1
- install cmdliner           2.1.0
- install conf-cairo         1
- install conf-gtk3          18
- install conf-pkg-config    4
- install crowbar            0.2.2
- install csexp              1.5.2
- install cstruct            6.2.0
- install domain-local-await 1.0.1
- install dune               3.22.2
- install dune-configurator  3.22.2
- install eio                1.3
- install eio_linux          1.3
- install eio_main           1.3
- install eio_posix          1.3
- install fmt                0.11.0
- install hmap               0.8.1
- install iomux              0.4
- install lablgtk3           3.1.5-1
- install lwt-dllist         1.1.0
- install mtime              2.1.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install optint             0.3.0
- install processor          0.2
- install psq                0.2.1
- install seq                base
- install thread-table       1.0.0
- install topkg              1.1.1
- install uring              2.7.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved crowbar.0.2.2  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> retrieved fmt.0.11.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.4  (cached)
-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved lablgtk3.3.1.5-1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved thread-table.1.0.0  (cached)
-> retrieved processor.0.2  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uring.2.7.0  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed dune.3.22.2
-> installed afl-persistent.1.4
-> installed lwt-dllist.1.1.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cstruct.6.2.0
-> installed optint.0.3.0
-> installed processor.0.2
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed crowbar.0.2.2
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.22.2
-> installed bigstringaf.0.10.0
-> installed iomux.0.4
-> installed eio.1.3
-> installed cairo2.0.6.5
-> installed uring.2.7.0
-> installed eio_linux.1.3
-> installed eio_posix.1.3
-> installed eio_main.1.3
-> installed lablgtk3.3.1.5-1
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.


To globally enable AFL instrumentation, create an OCaml switch like:


opam switch create 5.4.1+afl ocaml-variants.5.4.1+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2026-04-16 16:48.56 ---> saved as "8eddf1798ddd91c77d8dbf02bb7d592aab7dadff2462b18a86a5905721416fbd"


/src: (copy (src .) (dst /src))
2026-04-16 16:48.56 ---> saved as "e623b9e4737b2968eedb960100a0f35f41108b7a644932b37f313530a1864c6e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
ivt: PASS


space: PASS


2026-04-16 16:48.59 ---> saved as "83eddd5466a4eb052cfc689c235c8637fd16f307674ca16adb31e9b6814b6b8f"
Job succeeded
2026-04-16 16:48.59: Job succeeded