Organisationsbacktrackingocamlgraph23aa17 (master)fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-16 16:37.54: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (23aa179cabeb0352b397198dad3ec7b085324b24) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 23aa179c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
# fedora-43-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./
RUN opam pin add -yn ocamlgraph_gtk.dev './' && \
opam pin add -yn ocamlgraph.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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:37.54: Using cache hint "backtracking/ocamlgraph-ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935-fedora-43-4.14_opam-2.5-073a88671d09e35c70067996be42c9a1"
2026-04-16 16:37.54: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)
(comment fedora-43-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
\nopam pin add -yn ocamlgraph.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")
(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 ocamlgraph_gtk.dev ocamlgraph.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:37.54: Waiting for resource in pool OCluster
2026-04-16 16:37.54: Waiting for worker…
2026-04-16 16:38.15: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 23aa179 fixed documentation for [scc]


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935' locally
docker.io/ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935: 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: Already exists
3a6ed7e0720e: Already exists
5503bfbdb082: Already exists
4685c134845d: Already exists
67f122543075: Already exists
d60a75d560f5: Already exists
d18a54147636: Pulling fs layer
933e64a11ba6: Pulling fs layer
d18a54147636: Waiting
f36483d78a79: Pulling fs layer
35267044a36f: Pulling fs layer
933e64a11ba6: Waiting
75b654a3d9d2: Pulling fs layer
35267044a36f: Waiting
f36483d78a79: Waiting
75b654a3d9d2: Waiting
933e64a11ba6: Verifying Checksum
933e64a11ba6: Download complete
f36483d78a79: Download complete
75b654a3d9d2: Verifying Checksum
75b654a3d9d2: Download complete
35267044a36f: Verifying Checksum
35267044a36f: Download complete
d18a54147636: Verifying Checksum
d18a54147636: Download complete
d18a54147636: Pull complete
933e64a11ba6: Pull complete
f36483d78a79: Pull complete
35267044a36f: Pull complete
75b654a3d9d2: Pull complete
Digest: sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
Status: Downloaded newer image for ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
2026-04-16 16:41.20 ---> saved as "427db3f6677dae2b06058d8dcb2f7770b96873f6845d54b43f9e27571c659618"


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


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


Nothing to do.
2026-04-16 16:41.52 ---> saved as "1a8c422457ca43273c120d41b99eceaf5146711b71420e35a2bee4d81364b1a5"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-16 16:42.04 ---> saved as "f67c481a1daa386f6430f66eef705f2c3e718af0cca248ff8d8a2fe5f109817f"


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"
[default] Initialised
2026-04-16 16:42.57 ---> saved as "bc829d8a618f2e3092457d9785bca8fbf68fdeb24e20105fc3a383cae7a6c00a"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-16 16:43.34 ---> saved as "84ee295ef92075699b3be334bcafee05db7a203f6059e3b9b39cbe4faefef15a"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-16 16:44.11 ---> saved as "5d31372e0e59d5a520b30695d22f10f0053c544e25e0f7f722eaf7806eb253db"


/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 ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] synchronised from git+file:///home/opam/opam-repository


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


/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2026-04-16 16:46.20 ---> saved as "3302b6aeca45ba75528df28bc37b550328ff87b95fa121618c3f8de9b2747ac6"


/src: (run (network host)
(shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
\nopam pin add -yn ocamlgraph.dev './'"))
[ocamlgraph_gtk.dev] synchronised (file:///src)
ocamlgraph_gtk is now pinned to file:///src (version dev)
[ocamlgraph.dev] synchronised (file:///src)
ocamlgraph is now pinned to file:///src (version dev)
2026-04-16 16:47.22 ---> saved as "44a3bd4077382688ed9ec3ceae9f36bc9d57515ab65a67fddea49369e61bd4b2"


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


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")


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


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


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


The following system packages will first need to be installed:
gtk2-devel libgnomecanvas-devel libXft-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "gtk2-devel" "libXft-devel" "libgnomecanvas-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
-  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
-  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:
-  gtk2-devel                  x86_64 2.24.33-23.fc43          fedora                            23.8 MiB
-  libXft-devel                x86_64 2.3.8-9.fc43             fedora                            31.7 KiB
-  libgnomecanvas-devel        x86_64 2.30.3-32.fc43           fedora                           595.6 KiB
- 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-core                x86_64 2.58.4-1.fc43            updates                            1.5 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-devel                 x86_64 1.18.4-2.fc43            fedora                             2.3 MiB
-  cairo-gobject               x86_64 1.18.4-2.fc43            fedora                            31.1 KiB
-  cdparanoia-libs             x86_64 10.2-48.fc43             fedora                           113.5 KiB
-  cmake-filesystem            x86_64 3.31.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
-  default-fonts-core-sans     noarch 4.2-5.fc43               fedora                            11.9 KiB
-  docbook-dtds                noarch 1.0-89.fc43              fedora                             8.3 MiB
-  docbook-style-dsssl         noarch 1.79-42.fc43             fedora                             2.2 MiB
-  docbook-style-xsl           noarch 1.79.2-25.fc43           fedora                            15.6 MiB
-  docbook-utils               noarch 0.6.15-3.fc43            fedora                           156.7 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-doc                     x86_64 1.34.0-7.fc43            fedora                             3.2 MiB
-  gtk-update-icon-cache       x86_64 3.24.52-1.fc43           updates                           62.2 KiB
-  gtk2                        x86_64 2.24.33-23.fc43          fedora                            12.8 MiB
-  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
-  jbigkit-libs                x86_64 2.1-32.fc43              fedora                           113.5 KiB
-  json-glib                   x86_64 1.10.8-4.fc43            updates                          592.3 KiB
-  lame-libs                   x86_64 3.100-20.fc43            fedora                             1.2 MiB
-  lcms2                       x86_64 2.16-6.fc43              fedora                           433.7 KiB
-  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
-  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
-  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
-  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
-  libart_lgpl                 x86_64 2.3.21-36.fc43           fedora                           139.0 KiB
-  libart_lgpl-devel           x86_64 2.3.21-36.fc43           fedora                            72.6 KiB
-  libasyncns                  x86_64 0.8-31.fc43              fedora                            55.5 KiB
-  libblkid-devel              x86_64 2.41.4-7.fc43            updates                           44.9 KiB
-  libcanberra                 x86_64 0.30-38.fc43             fedora                           266.5 KiB
-  libcanberra-gtk3            x86_64 0.30-38.fc43             fedora                            70.7 KiB
-  libcloudproviders           x86_64 0.3.6-2.fc43             fedora                           124.3 KiB
-  libdatrie                   x86_64 0.2.13-12.fc43           fedora                            53.8 KiB
-  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
-  libffi-devel                x86_64 3.5.2-1.fc43             updates                           33.9 KiB
-  libglade2                   x86_64 2.6.4-36.fc43            fedora                           152.3 KiB
-  libglvnd                    x86_64 1:1.7.0-8.fc43           fedora                           526.1 KiB
-  libglvnd-egl                x86_64 1:1.7.0-8.fc43           fedora                            64.7 KiB
-  libglvnd-glx                x86_64 1:1.7.0-8.fc43           fedora                           601.2 KiB
-  libgnomecanvas              x86_64 2.30.3-32.fc43           fedora                           961.4 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
-  liblerc                     x86_64 4.0.0-9.fc43             fedora                           624.1 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
-  libtiff                     x86_64 4.7.1-1.fc43             updates                          624.4 KiB
-  libtinysparql               x86_64 3.10.1-5.fc43            updates                          995.0 KiB
-  libunwind                   x86_64 1.8.1-3.fc43             fedora                           194.1 KiB
-  libvisual                   x86_64 1:0.4.2-3.fc43           fedora                           452.7 KiB
-  libvmaf                     x86_64 3.0.0-4.fc43             fedora                           827.0 KiB
-  libvorbis                   x86_64 1:1.3.7-13.fc43          fedora                           833.4 KiB
-  libwayland-client           x86_64 1.24.0-1.fc43            fedora                            62.0 KiB
-  libwayland-cursor           x86_64 1.24.0-1.fc43            fedora                            37.3 KiB
-  libwayland-egl              x86_64 1.24.0-1.fc43            fedora                            12.4 KiB
-  libwebp                     x86_64 1.6.0-2.fc43             fedora                           956.6 KiB
-  libxkbcommon                x86_64 1.11.0-1.fc43            fedora                           408.2 KiB
-  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
-  libxslt                     x86_64 1.1.43-5.fc43            fedora                           460.1 KiB
-  lm_sensors-libs             x86_64 3.6.0-23.fc43            fedora                            85.8 KiB
-  lynx                        x86_64 2.9.2-4.fc43             fedora                             6.0 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
-  openjade                    x86_64 1.3.2-83.fc43            fedora                             3.7 MiB
-  openjpeg                    x86_64 2.5.4-1.fc43             fedora                           456.3 KiB
-  opensp                      x86_64 1.5.2-49.fc43            fedora                             2.8 MiB
-  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
-  perl-SGMLSpm                noarch 1.03ii-65.fc43           fedora                            71.1 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
-  pulseaudio-libs             x86_64 17.0-9.fc43              updates                            3.4 MiB
-  python3-lxml                x86_64 6.0.1-2.fc43             fedora                             5.8 MiB
-  python3-packaging           noarch 25.0-7.fc43              fedora                           607.4 KiB
-  python3-pygments            noarch 2.19.1-6.fc43            fedora                            11.3 MiB
-  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
-  sgml-common                 noarch 0.6.3-67.fc43            fedora                           168.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
-  webrtc-audio-processing     x86_64 1.3-9.fc43               fedora                             1.4 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
-  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
-  libcanberra-gtk2            x86_64 0.30-38.fc43             fedora                            50.2 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
-  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:       221 packages
-  Upgrading:         10 packages
-  Replacing:         10 packages
- 
- Total size of inbound packages is 108 MiB. Need to download 108 MiB.
- After this operation, 443 MiB extra will be used (install 464 MiB, remove 21 MiB).
- [  1/231] gtk2-0:2.24.33-23.fc43.x86_64 100% |   5.4 MiB/s |   3.3 MiB |  00m01s
- [  2/231] fontconfig-0:2.17.0-3.fc43.x8 100% |   1.1 MiB/s | 272.2 KiB |  00m00s
- [  3/231] cairo-0:1.18.4-2.fc43.x86_64  100% | 821.3 KiB/s | 729.3 KiB |  00m01s
- [  4/231] freetype-0:2.13.3-3.fc43.x86_ 100% |   1.8 MiB/s | 412.1 KiB |  00m00s
- [  5/231] libXrender-0:0.9.12-3.fc43.x8 100% |   2.2 MiB/s |  26.9 KiB |  00m00s
- [  6/231] libXext-0:1.3.6-4.fc43.x86_64 100% | 169.1 KiB/s |  39.1 KiB |  00m00s
- [  7/231] lzo-0:2.10-15.fc43.x86_64     100% |   3.6 MiB/s |  69.4 KiB |  00m00s
- [  8/231] hicolor-icon-theme-0:0.18-2.f 100% |   3.2 MiB/s |  65.9 KiB |  00m00s
- [  9/231] pixman-0:0.46.2-2.fc43.x86_64 100% |  10.2 MiB/s | 292.5 KiB |  00m00s
- [ 10/231] libXcursor-0:1.2.3-3.fc43.x86 100% |   4.3 MiB/s |  31.2 KiB |  00m00s
- [ 11/231] libXcomposite-0:0.4.6-6.fc43. 100% |   1.7 MiB/s |  24.2 KiB |  00m00s
- [ 12/231] libXdamage-0:1.1.6-6.fc43.x86 100% |   2.3 MiB/s |  23.3 KiB |  00m00s
- [ 13/231] libXi-0:1.8.2-3.fc43.x86_64   100% |   3.6 MiB/s |  40.3 KiB |  00m00s
- [ 14/231] libXinerama-0:1.1.5-9.fc43.x8 100% |  62.6 KiB/s |  14.2 KiB |  00m00s
- [ 15/231] libXrandr-0:1.5.4-6.fc43.x86_ 100% |   3.8 MiB/s |  27.6 KiB |  00m00s
- [ 16/231] default-fonts-core-sans-0:4.2 100% |   4.2 MiB/s |  29.9 KiB |  00m00s
- [ 17/231] fonts-filesystem-1:2.0.5-23.f 100% |   1.1 MiB/s |   8.7 KiB |  00m00s
- [ 18/231] xml-common-0:0.6.3-67.fc43.no 100% |   3.0 MiB/s |  31.0 KiB |  00m00s
- [ 19/231] libXfixes-0:6.0.1-6.fc43.x86_ 100% |  26.6 KiB/s |  19.1 KiB |  00m01s
- [ 20/231] libXft-devel-0:2.3.8-9.fc43.x 100% |   2.4 MiB/s |  49.4 KiB |  00m00s
- [ 21/231] gtk2-devel-0:2.24.33-23.fc43. 100% |   1.3 MiB/s |   2.8 MiB |  00m02s
- [ 22/231] libgnomecanvas-devel-0:2.30.3 100% |   5.8 MiB/s |  71.4 KiB |  00m00s
- [ 23/231] libXft-0:2.3.8-9.fc43.x86_64  100% | 286.7 KiB/s |  72.2 KiB |  00m00s
- [ 24/231] gtk-doc-0:1.34.0-7.fc43.x86_6 100% |   4.3 MiB/s | 488.5 KiB |  00m00s
- [ 25/231] libgnomecanvas-0:2.30.3-32.fc 100% |   2.6 MiB/s | 241.3 KiB |  00m00s
- [ 26/231] docbook-utils-0:0.6.15-3.fc43 100% |   5.6 MiB/s |  69.1 KiB |  00m00s
- [ 27/231] python3-lxml-0:6.0.1-2.fc43.x 100% |   7.7 MiB/s |   1.6 MiB |  00m00s
- [ 28/231] docbook-style-xsl-0:1.79.2-25 100% |   3.8 MiB/s |   1.5 MiB |  00m00s
- [ 29/231] libart_lgpl-0:2.3.21-36.fc43. 100% |   3.4 MiB/s |  73.0 KiB |  00m00s
- [ 30/231] libglade2-0:2.6.4-36.fc43.x86 100% |   5.4 MiB/s |  60.3 KiB |  00m00s
- [ 31/231] docbook-dtds-0:1.0-89.fc43.no 100% |   5.1 MiB/s | 334.8 KiB |  00m00s
- [ 32/231] docbook-style-dsssl-0:1.79-42 100% |   5.5 MiB/s | 258.7 KiB |  00m00s
- [ 33/231] perl-SGMLSpm-0:1.03ii-65.fc43 100% |   2.1 MiB/s |  27.7 KiB |  00m00s
- [ 34/231] libxslt-0:1.1.43-5.fc43.x86_6 100% |   3.8 MiB/s | 184.4 KiB |  00m00s
- [ 35/231] sgml-common-0:0.6.3-67.fc43.n 100% |   3.7 MiB/s |  60.5 KiB |  00m00s
- [ 36/231] python3-pygments-0:2.19.1-6.f 100% |   4.8 MiB/s |   2.7 MiB |  00m01s
- [ 37/231] abattis-cantarell-vf-fonts-0: 100% |  72.5 KiB/s | 120.1 KiB |  00m02s
- [ 38/231] opensp-0:1.5.2-49.fc43.x86_64 100% |   3.9 MiB/s | 889.1 KiB |  00m00s
- [ 39/231] libart_lgpl-devel-0:2.3.21-36 100% | 144.7 KiB/s |  32.0 KiB |  00m00s
- [ 40/231] cairo-devel-0:1.18.4-2.fc43.x 100% |   7.5 MiB/s | 191.8 KiB |  00m00s
- [ 41/231] pango-devel-0:1.57.1-1.fc43.x 100% |   1.5 MiB/s | 161.6 KiB |  00m00s
- [ 42/231] openjade-0:1.3.2-83.fc43.x86_ 100% |   1.6 MiB/s | 869.7 KiB |  00m01s
- [ 43/231] fontconfig-devel-0:2.17.0-3.f 100% |   3.8 MiB/s | 169.5 KiB |  00m00s
- [ 44/231] fribidi-0:1.0.16-3.fc43.x86_6 100% |   3.5 MiB/s |  53.3 KiB |  00m00s
- [ 45/231] pango-0:1.57.1-1.fc43.x86_64  100% |   9.0 MiB/s | 358.0 KiB |  00m00s
- [ 46/231] libdatrie-0:0.2.13-12.fc43.x8 100% |   2.6 MiB/s |  32.0 KiB |  00m00s
- [ 47/231] libthai-0:0.1.29-11.fc43.x86_ 100% |   5.7 MiB/s | 210.3 KiB |  00m00s
- [ 48/231] atk-0:2.58.4-1.fc43.x86_64    100% |   4.1 MiB/s |  80.2 KiB |  00m00s
- [ 49/231] dbus-1:1.16.0-4.fc43.x86_64   100% | 623.1 KiB/s |   7.5 KiB |  00m00s
- [ 50/231] libXtst-0:1.2.5-3.fc43.x86_64 100% |   2.2 MiB/s |  20.5 KiB |  00m00s
- [ 51/231] xprop-0:1.2.8-4.fc43.x86_64   100% |   4.3 MiB/s |  34.8 KiB |  00m00s
- [ 52/231] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |  16.9 MiB/s | 484.9 KiB |  00m00s
- [ 53/231] freetype-devel-0:2.13.3-3.fc4 100% |   5.1 MiB/s |   1.0 MiB |  00m00s
- [ 54/231] at-spi2-core-0:2.58.4-1.fc43. 100% |   3.3 MiB/s | 391.2 KiB |  00m00s
- [ 55/231] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |  29.1 MiB/s |   1.1 MiB |  00m00s
- [ 56/231] libXrender-devel-0:0.9.12-3.f 100% |   1.7 MiB/s |  19.0 KiB |  00m00s
- [ 57/231] atk-devel-0:2.58.4-1.fc43.x86 100% |   7.9 MiB/s | 447.7 KiB |  00m00s
- [ 58/231] gdk-pixbuf2-devel-0:2.44.4-1. 100% |   5.9 MiB/s | 369.3 KiB |  00m00s
- [ 59/231] glib2-devel-0:2.86.4-2.fc43.x 100% |  17.3 MiB/s |   1.5 MiB |  00m00s
- [ 60/231] shared-mime-info-0:2.4-2.fc43 100% |   1.1 MiB/s | 399.7 KiB |  00m00s
- [ 61/231] libXcomposite-devel-0:0.4.6-6 100% |   1.5 MiB/s |  15.8 KiB |  00m00s
- [ 62/231] libXcursor-devel-0:1.2.3-3.fc 100% |   3.9 MiB/s |  39.6 KiB |  00m00s
- [ 63/231] libXext-devel-0:1.3.6-4.fc43. 100% |   2.9 MiB/s |  85.2 KiB |  00m00s
- [ 64/231] libXfixes-devel-0:6.0.1-6.fc4 100% |   1.4 MiB/s |  12.6 KiB |  00m00s
- [ 65/231] libXi-devel-0:1.8.2-3.fc43.x8 100% |   3.2 MiB/s | 115.8 KiB |  00m00s
- [ 66/231] libXinerama-devel-0:1.1.5-9.f 100% |  59.0 KiB/s |  13.0 KiB |  00m00s
- [ 67/231] python3-packaging-0:25.0-7.fc 100% | 312.3 KiB/s | 161.5 KiB |  00m01s
- [ 68/231] cups-libs-1:2.4.16-7.fc43.x86 100% |  13.4 MiB/s | 260.8 KiB |  00m00s
- [ 69/231] libXrandr-devel-0:1.5.4-6.fc4 100% |  82.9 KiB/s |  19.2 KiB |  00m00s
- [ 70/231] cups-filesystem-1:2.4.16-7.fc 100% | 821.7 KiB/s |  12.3 KiB |  00m00s
- [ 71/231] gtk-update-icon-cache-0:3.24. 100% |   1.8 MiB/s |  33.6 KiB |  00m00s
- [ 72/231] libtiff-0:4.7.1-1.fc43.x86_64 100% |  11.4 MiB/s | 222.4 KiB |  00m00s
- [ 73/231] jbigkit-libs-0:2.1-32.fc43.x8 100% |   2.3 MiB/s |  53.2 KiB |  00m00s
- [ 74/231] liblerc-0:4.0.0-9.fc43.x86_64 100% | 396.1 KiB/s | 215.1 KiB |  00m01s
- [ 75/231] libwebp-0:1.6.0-2.fc43.x86_64 100% | 948.0 KiB/s | 324.2 KiB |  00m00s
- [ 76/231] cmake-filesystem-0:3.31.11-1. 100% | 703.8 KiB/s |  13.4 KiB |  00m00s
- [ 77/231] brotli-devel-0:1.2.0-1.fc43.x 100% |   2.2 MiB/s |  34.4 KiB |  00m00s
- [ 78/231] brotli-0:1.2.0-1.fc43.x86_64  100% |   1.5 MiB/s |  23.8 KiB |  00m00s
- [ 79/231] bzip2-devel-0:1.0.8-21.fc43.x 100% | 390.9 KiB/s | 213.4 KiB |  00m01s
- [ 80/231] harfbuzz-devel-0:11.5.1-2.fc4 100% |  16.5 MiB/s | 455.8 KiB |  00m00s
- [ 81/231] harfbuzz-cairo-0:11.5.1-2.fc4 100% |   2.0 MiB/s |  30.0 KiB |  00m00s
- [ 82/231] harfbuzz-icu-0:11.5.1-2.fc43. 100% | 921.2 KiB/s |  15.7 KiB |  00m00s
- [ 83/231] libpng-devel-2:1.6.56-1.fc43. 100% |  14.8 MiB/s | 302.9 KiB |  00m00s
- [ 84/231] libpng-2:1.6.56-1.fc43.x86_64 100% |   7.7 MiB/s | 125.5 KiB |  00m00s
- [ 85/231] zlib-ng-compat-devel-0:2.3.3- 100% |   2.6 MiB/s |  37.8 KiB |  00m00s
- [ 86/231] libxml2-devel-0:2.12.10-5.fc4 100% |   5.8 MiB/s | 524.0 KiB |  00m00s
- [ 87/231] google-noto-sans-vf-fonts-0:2 100% |  23.1 MiB/s | 614.5 KiB |  00m00s
- [ 88/231] google-noto-fonts-common-0:20 100% |   1.1 MiB/s |  17.3 KiB |  00m00s
- [ 89/231] lzo-devel-0:2.10-15.fc43.x86_ 100% |   4.8 MiB/s |  39.0 KiB |  00m00s
- [ 90/231] lzo-minilzo-0:2.10-15.fc43.x8 100% |   3.3 MiB/s |  24.0 KiB |  00m00s
- [ 91/231] pixman-devel-0:0.46.2-2.fc43. 100% |   2.2 MiB/s |  18.0 KiB |  00m00s
- [ 92/231] fribidi-devel-0:1.0.16-3.fc43 100% |   3.2 MiB/s |  29.3 KiB |  00m00s
- [ 93/231] libthai-devel-0:0.1.29-11.fc4 100% |   8.4 MiB/s | 128.3 KiB |  00m00s
- [ 94/231] libjpeg-turbo-0:3.1.3-1.fc43. 100% |  12.8 MiB/s | 236.8 KiB |  00m00s
- [ 95/231] graphite2-devel-0:1.3.14-19.f 100% |  92.5 KiB/s |  20.6 KiB |  00m00s
- [ 96/231] libicu-devel-0:77.1-1.fc43.x8 100% |   1.6 MiB/s | 794.4 KiB |  00m00s
- [ 97/231] libffi-devel-0:3.5.2-1.fc43.x 100% |   2.1 MiB/s |  29.7 KiB |  00m00s
- [ 98/231] libmount-devel-0:2.41.4-7.fc4 100% |   1.7 MiB/s |  24.8 KiB |  00m00s
- [ 99/231] libselinux-devel-0:3.9-5.fc43 100% |   3.6 MiB/s | 152.1 KiB |  00m00s
- [100/231] libsepol-devel-0:3.9-2.fc43.x 100% |   3.6 MiB/s |  48.4 KiB |  00m00s
- [101/231] pcre2-devel-0:10.47-1.fc43.x8 100% |  21.5 MiB/s | 550.9 KiB |  00m00s
- [102/231] pcre2-utf16-0:10.47-1.fc43.x8 100% |  12.6 MiB/s | 246.1 KiB |  00m00s
- [103/231] pcre2-utf32-0:10.47-1.fc43.x8 100% |  12.0 MiB/s | 232.9 KiB |  00m00s
- [104/231] sysprof-capture-devel-0:49.0- 100% |   7.0 MiB/s | 171.1 KiB |  00m00s
- [105/231] glycin-devel-0:2.0.8-1.fc43.x 100% |   1.6 MiB/s |  24.5 KiB |  00m00s
- [106/231] glycin-libs-0:2.0.8-1.fc43.x8 100% |  24.4 MiB/s |   1.5 MiB |  00m00s
- [107/231] lcms2-0:2.16-6.fc43.x86_64    100% |   8.1 MiB/s | 182.8 KiB |  00m00s
- [108/231] glycin-loaders-0:2.0.8-1.fc43 100% |  41.9 MiB/s |   2.8 MiB |  00m00s
- [109/231] libheif-0:1.20.2-6.fc43.x86_6 100% | 974.9 KiB/s | 578.1 KiB |  00m01s
- [110/231] libopenjph-0:0.22.0-2.fc43.x8 100% | 543.6 KiB/s | 154.4 KiB |  00m00s
- [111/231] openjpeg-0:2.5.4-1.fc43.x86_6 100% |   4.2 MiB/s | 192.2 KiB |  00m00s
- [112/231] avahi-libs-0:0.9~rc2-6.fc43.x 100% |  17.3 KiB/s |  69.0 KiB |  00m04s
- [113/231] xz-devel-1:5.8.1-4.fc43.x86_6 100% |   3.0 MiB/s |  66.7 KiB |  00m00s
- [114/231] libdatrie-devel-0:0.2.13-12.f 100% |   4.2 MiB/s | 137.3 KiB |  00m00s
- [115/231] openh264-0:2.6.0-2.fc43.x86_6 100% | 972.0 KiB/s | 422.8 KiB |  00m00s
- [116/231] libaom-0:3.13.3-1.fc43.x86_64 100% |  29.9 MiB/s |   1.9 MiB |  00m00s
- [117/231] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   3.1 MiB/s |   2.0 MiB |  00m01s
- [118/231] libdav1d-0:1.5.3-1.fc43.x86_6 100% |  12.4 MiB/s | 637.4 KiB |  00m00s
- [119/231] libvmaf-0:3.0.0-4.fc43.x86_64 100% |   2.0 MiB/s | 196.6 KiB |  00m00s
- [120/231] rav1e-libs-0:0.8.1-2.fc43.x86 100% |  19.8 MiB/s |   1.1 MiB |  00m00s
- [121/231] libblkid-devel-0:2.41.4-7.fc4 100% | 375.1 KiB/s |  23.6 KiB |  00m00s
- [122/231] libjxl-1:0.11.1-7.fc43.x86_64 100% |  22.5 MiB/s |   1.2 MiB |  00m00s
- [123/231] librsvg2-0:2.61.0-5.fc43.x86_ 100% |  15.5 MiB/s |   1.9 MiB |  00m00s
- [124/231] lcms2-devel-0:2.16-6.fc43.x86 100% | 133.5 KiB/s |  31.8 KiB |  00m00s
- [125/231] cairo-gobject-0:1.18.4-2.fc43 100% |  25.1 KiB/s |  16.9 KiB |  00m01s
- [126/231] highway-0:1.3.0-1.fc43.x86_64 100% |  13.0 MiB/s | 694.5 KiB |  00m00s
- [127/231] lynx-0:2.9.2-4.fc43.x86_64    100% |   7.8 MiB/s |   1.6 MiB |  00m00s
- [128/231] libcanberra-gtk2-0:0.30-38.fc 100% | 105.0 KiB/s |  24.5 KiB |  00m00s
- [129/231] libcanberra-0:0.30-38.fc43.x8 100% | 347.2 KiB/s |  83.7 KiB |  00m00s
- [130/231] libcanberra-gtk3-0:0.30-38.fc 100% |   1.8 MiB/s |  30.1 KiB |  00m00s
- [131/231] libtdb-0:1.4.14-3.fc43.x86_64 100% |   4.9 MiB/s |  55.1 KiB |  00m00s
- [132/231] libvorbis-1:1.3.7-13.fc43.x86 100% |   4.8 MiB/s | 188.4 KiB |  00m00s
- [133/231] sound-theme-freedesktop-0:0.8 100% |   4.6 MiB/s | 382.3 KiB |  00m00s
- [134/231] gi-docgen-fonts-0:2026.1-3.fc 100% | 575.0 KiB/s |   9.2 KiB |  00m00s
- [135/231] libseccomp-devel-0:2.6.0-2.fc 100% |  40.6 KiB/s |  62.3 KiB |  00m02s
- [136/231] adobe-source-code-pro-fonts-0 100% |   2.1 MiB/s | 806.3 KiB |  00m00s
- [137/231] redhat-display-fonts-0:4.1.0- 100% |   5.3 MiB/s | 556.4 KiB |  00m00s
- [138/231] libogg-2:1.3.6-2.fc43.x86_64  100% |   2.2 MiB/s |  33.5 KiB |  00m00s
- [139/231] gtk3-0:3.24.52-1.fc43.x86_64  100% |  35.5 MiB/s |   6.0 MiB |  00m00s
- [140/231] adwaita-icon-theme-0:49.0-1.f 100% |  13.1 MiB/s | 403.9 KiB |  00m00s
- [141/231] at-spi2-atk-0:2.58.4-1.fc43.x 100% |   4.8 MiB/s |  88.0 KiB |  00m00s
- [142/231] redhat-text-fonts-0:4.1.0-2.f 100% |   1.6 MiB/s | 484.1 KiB |  00m00s
- [143/231] libcloudproviders-0:0.3.6-2.f 100% |   5.1 MiB/s |  46.9 KiB |  00m00s
- [144/231] colord-libs-0:1.4.8-2.fc43.x8 100% |   3.5 MiB/s | 230.5 KiB |  00m00s
- [145/231] libwayland-client-0:1.24.0-1. 100% |   2.3 MiB/s |  33.6 KiB |  00m00s
- [146/231] libepoxy-0:1.5.10-11.fc43.x86 100% |   3.7 MiB/s | 229.5 KiB |  00m00s
- [147/231] libwayland-cursor-0:1.24.0-1. 100% |   1.8 MiB/s |  18.9 KiB |  00m00s
- [148/231] libwayland-egl-0:1.24.0-1.fc4 100% |  55.0 KiB/s |  12.4 KiB |  00m00s
- [149/231] libxkbcommon-0:1.11.0-1.fc43. 100% | 708.7 KiB/s | 174.3 KiB |  00m00s
- [150/231] adwaita-cursor-theme-0:49.0-1 100% |   3.9 MiB/s | 380.1 KiB |  00m00s
- [151/231] libgusb-0:0.4.9-4.fc43.x86_64 100% |   3.2 MiB/s |  64.5 KiB |  00m00s
- [152/231] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |  12.3 MiB/s | 541.4 KiB |  00m00s
- [153/231] gstreamer1-0:1.26.11-1.fc43.x 100% |  27.2 MiB/s |   1.7 MiB |  00m00s
- [154/231] libunwind-0:1.8.1-3.fc43.x86_ 100% | 859.7 KiB/s |  76.5 KiB |  00m00s
- [155/231] pulseaudio-libs-0:17.0-9.fc43 100% |  13.8 MiB/s | 694.2 KiB |  00m00s
- [156/231] libasyncns-0:0.8-31.fc43.x86_ 100% |   2.9 MiB/s |  30.0 KiB |  00m00s
- [157/231] libsndfile-0:1.2.2-10.fc43.x8 100% |   4.1 MiB/s | 220.8 KiB |  00m00s
- [158/231] gsm-0:1.0.23-1.fc43.x86_64    100% |   3.2 MiB/s |  36.0 KiB |  00m00s
- [159/231] lame-libs-0:3.100-20.fc43.x86 100% |   2.4 MiB/s | 338.9 KiB |  00m00s
- [160/231] adwaita-icon-theme-legacy-0:4 100% |   2.0 MiB/s |   2.5 MiB |  00m01s
- [161/231] opus-0:1.5.2-3.fc43.x86_64    100% |   4.6 MiB/s | 237.1 KiB |  00m00s
- [162/231] libtinysparql-0:3.10.1-5.fc43 100% |   8.5 MiB/s | 347.1 KiB |  00m00s
- [163/231] mpg123-libs-0:1.32.10-2.fc43. 100% | 447.2 KiB/s | 355.6 KiB |  00m01s
- [164/231] avahi-glib-0:0.9~rc2-6.fc43.x 100% |   1.6 MiB/s |  15.2 KiB |  00m00s
- [165/231] libstemmer-0:3.0.1-8.fc43.x86 100% |   4.6 MiB/s | 155.3 KiB |  00m00s
- [166/231] xkeyboard-config-0:2.46-1.fc4 100% |  18.0 MiB/s | 993.6 KiB |  00m00s
- [167/231] json-glib-0:1.10.8-4.fc43.x86 100% |   4.2 MiB/s | 172.7 KiB |  00m00s
- [168/231] libsoup3-0:3.6.6-2.fc43.x86_6 100% |  11.3 MiB/s | 451.5 KiB |  00m00s
- [169/231] flac-libs-0:1.5.0-5.fc43.x86_ 100% |   1.9 MiB/s | 217.1 KiB |  00m00s
- [170/231] dconf-0:0.49.0-1.fc43.x86_64  100% |   2.0 MiB/s | 110.2 KiB |  00m00s
- [171/231] tinysparql-0:3.10.1-5.fc43.x8 100% |  17.4 MiB/s |   1.0 MiB |  00m00s
- [172/231] xdg-desktop-portal-gtk-0:1.15 100% | 590.0 KiB/s | 144.0 KiB |  00m00s
- [173/231] glib-networking-0:2.80.1-3.fc 100% |   1.2 MiB/s | 200.8 KiB |  00m00s
- [174/231] gsettings-desktop-schemas-0:4 100% |  19.1 MiB/s | 822.9 KiB |  00m00s
- [175/231] libgudev-0:238-8.fc43.x86_64  100% |   2.3 MiB/s |  34.6 KiB |  00m00s
- [176/231] libproxy-0:0.5.12-1.fc43.x86_ 100% |   2.6 MiB/s |  45.2 KiB |  00m00s
- [177/231] xdg-desktop-portal-0:1.20.4-1 100% |  12.3 MiB/s | 516.7 KiB |  00m00s
- [178/231] fuse3-0:3.16.2-6.fc43.x86_64  100% |   3.6 MiB/s |  55.7 KiB |  00m00s
- [179/231] duktape-0:2.7.0-10.fc43.x86_6 100% |   5.1 MiB/s | 168.7 KiB |  00m00s
- [180/231] fuse3-libs-0:3.16.2-6.fc43.x8 100% |   5.4 MiB/s |  93.2 KiB |  00m00s
- [181/231] geoclue2-0:2.8.0-1.fc43.x86_6 100% |   8.3 MiB/s | 144.5 KiB |  00m00s
- [182/231] gstreamer1-plugins-base-0:1.2 100% |  30.1 MiB/s |   2.3 MiB |  00m00s
- [183/231] ModemManager-glib-0:1.24.2-1. 100% |   3.6 MiB/s | 334.9 KiB |  00m00s
- [184/231] cdparanoia-libs-0:10.2-48.fc4 100% |   4.8 MiB/s |  53.9 KiB |  00m00s
- [185/231] graphene-0:1.10.8-2.fc43.x86_ 100% |   6.0 MiB/s |  61.3 KiB |  00m00s
- [186/231] libXv-0:1.0.13-3.fc43.x86_64  100% |   1.5 MiB/s |  18.6 KiB |  00m00s
- [187/231] libglvnd-egl-1:1.7.0-8.fc43.x 100% |   2.7 MiB/s |  36.0 KiB |  00m00s
- [188/231] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 498.5 KiB/s | 132.1 KiB |  00m00s
- [189/231] libtheora-1:1.1.1-40.fc43.x86 100% |   1.4 MiB/s | 170.3 KiB |  00m00s
- [190/231] libvisual-1:0.4.2-3.fc43.x86_ 100% | 605.4 KiB/s | 153.2 KiB |  00m00s
- [191/231] orc-0:0.4.41-2.fc43.x86_64    100% |   3.7 MiB/s | 221.5 KiB |  00m00s
- [192/231] libglvnd-1:1.7.0-8.fc43.x86_6 100% |   4.1 MiB/s | 114.0 KiB |  00m00s
- [193/231] pipewire-libs-0:1.4.11-1.fc43 100% |  30.5 MiB/s |   2.4 MiB |  00m00s
- [194/231] iso-codes-0:4.18.0-2.fc43.noa 100% |   4.2 MiB/s |   3.7 MiB |  00m01s
- [195/231] fdk-aac-free-0:2.0.0-16.fc43. 100% |   3.8 MiB/s | 341.1 KiB |  00m00s
- [196/231] libebur128-0:1.2.6-14.fc43.x8 100% |   2.0 MiB/s |  24.9 KiB |  00m00s
- [197/231] liblc3-0:1.1.3-5.fc43.x86_64  100% | 735.2 KiB/s | 105.1 KiB |  00m00s
- [198/231] libldac-0:2.0.2.3-18.fc43.x86 100% |   3.0 MiB/s |  42.5 KiB |  00m00s
- [199/231] libsbc-0:2.0-7.fc43.x86_64    100% |   2.0 MiB/s |  49.0 KiB |  00m00s
- [200/231] fftw-libs-single-0:3.3.10-16. 100% |   2.5 MiB/s |   1.2 MiB |  00m00s
- [201/231] bluez-libs-0:5.86-4.fc43.x86_ 100% |   5.1 MiB/s |  82.9 KiB |  00m00s
- [202/231] libdrm-0:2.4.131-1.fc43.x86_6 100% |   9.4 MiB/s | 162.9 KiB |  00m00s
- [203/231] webrtc-audio-processing-0:1.3 100% | 660.7 KiB/s | 533.9 KiB |  00m01s
- [204/231] mesa-libgbm-0:25.3.6-3.fc43.x 100% | 824.4 KiB/s |  16.5 KiB |  00m00s
- [205/231] mesa-libEGL-0:25.3.6-3.fc43.x 100% |   7.4 MiB/s | 120.7 KiB |  00m00s
- [206/231] libpciaccess-0:0.16-16.fc43.x 100% |  34.6 KiB/s |  26.2 KiB |  00m01s
- [207/231] libxshmfence-0:1.3.2-7.fc43.x 100% |   1.1 MiB/s |  13.3 KiB |  00m00s
- [208/231] lm_sensors-libs-0:3.6.0-23.fc 100% |   3.6 MiB/s |  40.6 KiB |  00m00s
- [209/231] mesa-dri-drivers-0:25.3.6-3.f 100% |  50.4 MiB/s |  12.8 MiB |  00m00s
- [210/231] mesa-libGL-0:25.3.6-3.fc43.x8 100% |   7.3 MiB/s | 119.0 KiB |  00m00s
- [211/231] libXxf86vm-0:1.1.6-3.fc43.x86 100% |   1.9 MiB/s |  17.7 KiB |  00m00s
- [212/231] mesa-filesystem-0:25.3.6-3.fc 100% | 175.8 KiB/s |  10.5 KiB |  00m00s
- [213/231] libnotify-0:0.8.8-1.fc43.x86_ 100% |   3.9 MiB/s |  55.9 KiB |  00m00s
- [214/231] fuse-common-0:3.16.2-6.fc43.x 100% | 486.0 KiB/s |   7.3 KiB |  00m00s
- [215/231] hwdata-0:0.406-1.fc43.noarch  100% |  31.9 MiB/s |   1.7 MiB |  00m00s
- [216/231] spirv-tools-libs-0:2026.1-2.f 100% |  13.4 MiB/s |   1.7 MiB |  00m00s
- [217/231] adwaita-mono-fonts-0:49.0-2.f 100% |   1.8 MiB/s |   1.4 MiB |  00m01s
- [218/231] graphite2-0:1.3.14-19.fc43.x8 100% |   7.1 KiB/s |  95.6 KiB |  00m13s
- [219/231] mesa-va-drivers-0:25.3.6-3.fc 100% | 660.1 KiB/s |   9.2 KiB |  00m00s
- [220/231] glib2-0:2.86.4-2.fc43.x86_64  100% |  34.3 MiB/s |   3.1 MiB |  00m00s
- [221/231] zlib-ng-compat-0:2.3.3-2.fc43 100% |   5.4 MiB/s |  88.7 KiB |  00m00s
- [222/231] libmount-0:2.41.4-7.fc43.x86_ 100% |   9.4 MiB/s | 163.0 KiB |  00m00s
- [223/231] libblkid-0:2.41.4-7.fc43.x86_ 100% |   7.6 MiB/s | 123.9 KiB |  00m00s
- [224/231] libuuid-0:2.41.4-7.fc43.x86_6 100% |   1.5 MiB/s |  26.6 KiB |  00m00s
- [225/231] util-linux-core-0:2.41.4-7.fc 100% |  11.5 MiB/s | 551.2 KiB |  00m00s
- [226/231] util-linux-0:2.41.4-7.fc43.x8 100% |  26.5 MiB/s |   1.2 MiB |  00m00s
- [227/231] adwaita-sans-fonts-0:49.0-2.f 100% | 599.9 KiB/s | 764.3 KiB |  00m01s
- [228/231] libsmartcols-0:2.41.4-7.fc43. 100% |   5.5 MiB/s |  84.2 KiB |  00m00s
- [229/231] liblastlog2-0:2.41.4-7.fc43.x 100% |   1.6 MiB/s |  23.6 KiB |  00m00s
- [230/231] libfdisk-0:2.41.4-7.fc43.x86_ 100% |   4.2 MiB/s | 162.1 KiB |  00m00s
- [231/231] low-memory-monitor-0:2.1-13.f 100% |  17.1 KiB/s |  34.2 KiB |  00m02s
- --------------------------------------------------------------------------------
- [231/231] Total                         100% |   5.5 MiB/s | 107.6 MiB |  00m19s
- Running transaction
- [  1/243] Verify package files          100% | 533.0   B/s | 231.0   B |  00m00s
- [  2/243] Prepare transaction           100% |   1.3 KiB/s | 241.0   B |  00m00s
- [  3/243] Upgrading zlib-ng-compat-0:2. 100% |  79.4 MiB/s | 162.6 KiB |  00m00s
- [  4/243] Installing libXext-0:1.3.6-4. 100% |  89.1 MiB/s |  91.2 KiB |  00m00s
- [  5/243] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [  6/243] Installing libXrender-0:0.9.1 100% |  46.2 MiB/s |  47.3 KiB |  00m00s
- [  7/243] Installing libXi-0:1.8.2-3.fc 100% |  79.8 MiB/s |  81.7 KiB |  00m00s
- [  8/243] Installing avahi-libs-0:0.9~r 100% |  56.7 MiB/s | 174.0 KiB |  00m00s
- [  9/243] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 10/243] Installing libXext-devel-0:1. 100% |  54.2 MiB/s | 110.9 KiB |  00m00s
- [ 11/243] Upgrading libuuid-0:2.41.4-7. 100% |  37.6 MiB/s |  38.5 KiB |  00m00s
- [ 12/243] Upgrading libblkid-0:2.41.4-7 100% | 128.7 MiB/s | 263.6 KiB |  00m00s
- [ 13/243] Installing libogg-2:1.3.6-2.f 100% |  46.0 MiB/s |  47.1 KiB |  00m00s
- [ 14/243] Installing libvorbis-1:1.3.7- 100% | 204.1 MiB/s | 835.9 KiB |  00m00s
- [ 15/243] Installing dbus-1:1.16.0-4.fc 100% |   7.6 KiB/s | 124.0   B |  00m00s
- [ 16/243] Installing xml-common-0:0.6.3 100% |  39.6 MiB/s |  81.1 KiB |  00m00s
- [ 17/243] Installing libXfixes-0:6.0.1- 100% |  26.9 MiB/s |  27.6 KiB |  00m00s
- [ 18/243] Installing libXfixes-devel-0: 100% |   9.7 MiB/s |   9.9 KiB |  00m00s
- [ 19/243] Upgrading libmount-0:2.41.4-7 100% | 121.7 MiB/s | 373.8 KiB |  00m00s
- [ 20/243] Upgrading glib2-0:2.86.4-2.fc 100% | 272.7 MiB/s |  15.0 MiB |  00m00s
- [ 21/243] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB |  00m00s
- [ 22/243] Installing libpng-2:1.6.56-1. 100% | 118.7 MiB/s | 243.0 KiB |  00m00s
- [ 23/243] Installing libwayland-client- 100% |  61.7 MiB/s |  63.2 KiB |  00m00s
- [ 24/243] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 25/243] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [ 26/243] Installing sgml-common-0:0.6. 100% |   9.5 MiB/s | 174.9 KiB |  00m00s
- [ 27/243] Installing docbook-dtds-0:1.0 100% |  18.9 MiB/s |   8.3 MiB |  00m00s
- [ 28/243] Installing shared-mime-info-0 100% |  50.8 MiB/s |   2.6 MiB |  00m00s
- [ 29/243] Installing avahi-glib-0:0.9~r 100% |  20.0 MiB/s |  20.4 KiB |  00m00s
- [ 30/243] Installing libXcursor-0:1.2.3 100% |  53.8 MiB/s |  55.1 KiB |  00m00s
- [ 31/243] Installing libXrandr-0:1.5.4- 100% |  51.8 MiB/s |  53.0 KiB |  00m00s
- [ 32/243] Installing libXinerama-0:1.1. 100% |  15.7 MiB/s |  16.1 KiB |  00m00s
- [ 33/243] Installing opus-0:1.5.2-3.fc4 100% | 139.5 MiB/s | 428.7 KiB |  00m00s
- [ 34/243] Installing alsa-lib-0:1.2.15. 100% |  56.4 MiB/s |   1.5 MiB |  00m00s
- [ 35/243] Installing libtdb-0:1.4.14-3. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 36/243] Installing lcms2-0:2.16-6.fc4 100% | 141.7 MiB/s | 435.3 KiB |  00m00s
- [ 37/243] Installing libjpeg-turbo-0:3. 100% | 263.0 MiB/s | 808.0 KiB |  00m00s
- [ 38/243] Installing fribidi-0:1.0.16-3 100% |  11.8 MiB/s | 192.8 KiB |  00m00s
- [ 39/243] Installing libXcomposite-0:0. 100% |  41.0 MiB/s |  42.0 KiB |  00m00s
- [ 40/243] Installing libpng-devel-2:1.6 100% |  55.8 MiB/s |   1.1 MiB |  00m00s
- [ 41/243] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 42/243] Installing libsoup3-0:3.6.6-2 100% | 222.6 MiB/s |   1.8 MiB |  00m00s
- [ 43/243] Installing gsettings-desktop- 100% | 478.5 MiB/s |   5.7 MiB |  00m00s
- [ 44/243] Installing libgudev-0:238-8.f 100% |  83.3 MiB/s |  85.3 KiB |  00m00s
- [ 45/243] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [ 46/243] Upgrading libsmartcols-0:2.41 100% |  88.6 MiB/s | 181.5 KiB |  00m00s
- [ 47/243] Installing mesa-filesystem-0: 100% |   0.0   B/s |   4.3 KiB |  00m00s
- [ 48/243] Installing libglvnd-1:1.7.0-8 100% | 257.6 MiB/s | 527.5 KiB |  00m00s
- [ 49/243] Installing fuse3-libs-0:3.16. 100% | 136.1 MiB/s | 278.6 KiB |  00m00s
- [ 50/243] Installing libwayland-egl-0:1 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 51/243] Installing libdav1d-0:1.5.3-1 100% | 241.9 MiB/s |   1.7 MiB |  00m00s
- [ 52/243] Installing libwebp-0:1.6.0-2. 100% | 187.6 MiB/s | 960.7 KiB |  00m00s
- [ 53/243] Installing graphite2-0:1.3.14 100% |  11.8 MiB/s | 193.9 KiB |  00m00s
- [ 54/243] Installing freetype-0:2.13.3- 100% | 166.4 MiB/s | 851.9 KiB |  00m00s
- [ 55/243] Installing harfbuzz-0:11.5.1- 100% | 235.6 MiB/s |   2.8 MiB |  00m00s
- [ 56/243] Installing libdatrie-0:0.2.13 100% |  53.7 MiB/s |  54.9 KiB |  00m00s
- [ 57/243] Installing libthai-0:0.1.29-1 100% | 191.7 MiB/s | 785.2 KiB |  00m00s
- [ 58/243] Installing libxslt-0:1.1.43-5 100% |  23.8 MiB/s | 463.2 KiB |  00m00s
- [ 59/243] Installing libart_lgpl-0:2.3. 100% |  68.7 MiB/s | 140.7 KiB |  00m00s
- [ 60/243] Installing hicolor-icon-theme 100% |   5.8 MiB/s | 179.7 KiB |  00m00s
- [ 61/243] Installing pixman-0:0.46.2-2. 100% | 231.6 MiB/s | 711.4 KiB |  00m00s
- [ 62/243] Installing lzo-0:2.10-15.fc43 100% |  88.1 MiB/s | 180.5 KiB |  00m00s
- [ 63/243] Installing pixman-devel-0:0.4 100% |  55.5 MiB/s |  56.9 KiB |  00m00s
- [ 64/243] Installing libart_lgpl-devel- 100% |   4.4 MiB/s |  80.7 KiB |  00m00s
- [ 65/243] Installing python3-lxml-0:6.0 100% | 187.9 MiB/s |   5.8 MiB |  00m00s
- [ 66/243] Installing libdatrie-devel-0: 100% |  32.5 MiB/s | 565.3 KiB |  00m00s
- [ 67/243] Installing libthai-devel-0:0. 100% | 213.7 MiB/s | 656.3 KiB |  00m00s
- [ 68/243] Installing harfbuzz-icu-0:11. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 69/243] Installing graphite2-devel-0: 100% |  24.8 MiB/s |  50.8 KiB |  00m00s
- [ 70/243] Upgrading util-linux-core-0:2 100% |  49.3 MiB/s |   1.5 MiB |  00m00s
- [ 71/243] Installing libXcomposite-deve 100% |  10.3 MiB/s |  10.5 KiB |  00m00s
- [ 72/243] Installing fribidi-devel-0:1. 100% |  40.0 MiB/s |  81.9 KiB |  00m00s
- [ 73/243] Installing lcms2-devel-0:2.16 100% | 133.2 MiB/s | 136.4 KiB |  00m00s
- [ 74/243] Installing libXinerama-devel- 100% |   8.3 MiB/s |   8.5 KiB |  00m00s
- [ 75/243] Installing libXrandr-devel-0: 100% |  24.1 MiB/s |  24.7 KiB |  00m00s
- [ 76/243] Installing libXcursor-devel-0 100% |   6.4 MiB/s |  32.8 KiB |  00m00s
- [ 77/243] Installing docbook-style-xsl- 100% | 154.0 MiB/s |  15.9 MiB |  00m00s
- [ 78/243] Installing opensp-0:1.5.2-49. 100% |  98.1 MiB/s |   2.8 MiB |  00m00s
- [ 79/243] Installing openjade-0:1.3.2-8 100% |  33.9 MiB/s |   3.7 MiB |  00m00s
- [ 80/243] Installing docbook-style-dsss 100% |  12.7 MiB/s |   2.2 MiB |  00m00s
- [ 81/243] Installing perl-SGMLSpm-0:1.0 100% |   4.4 MiB/s |  72.5 KiB |  00m00s
- [ 82/243] Installing libgusb-0:0.4.9-4. 100% |  79.9 MiB/s | 163.7 KiB |  00m00s
- [ 83/243] Installing colord-libs-0:1.4. 100% | 162.8 MiB/s | 833.8 KiB |  00m00s
- [ 84/243] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [ 85/243] Installing ModemManager-glib- 100% | 302.2 MiB/s |   1.5 MiB |  00m00s
- [ 86/243] Installing graphene-0:1.10.8- 100% |  78.2 MiB/s | 160.1 KiB |  00m00s
- [ 87/243] Installing libXi-devel-0:1.8. 100% |  47.1 MiB/s | 144.6 KiB |  00m00s
- [ 88/243] Installing iso-codes-0:4.18.0 100% | 450.7 MiB/s |  21.6 MiB |  00m00s
- [ 89/243] Installing flac-libs-0:1.5.0- 100% | 150.0 MiB/s | 614.2 KiB |  00m00s
- [ 90/243] Installing libtheora-1:1.1.1- 100% | 156.2 MiB/s | 479.7 KiB |  00m00s
- [ 91/243] Installing libblkid-devel-0:2 100% |  45.0 MiB/s |  46.0 KiB |  00m00s
- [ 92/243] Upgrading libfdisk-0:2.41.4-7 100% | 124.2 MiB/s | 381.4 KiB |  00m00s
- [ 93/243] Installing libXtst-0:1.2.5-3. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [ 94/243] Installing abattis-cantarell- 100% |  94.9 MiB/s | 194.4 KiB |  00m00s
- [ 95/243] Installing adobe-source-code- 100% | 230.5 MiB/s |   1.6 MiB |  00m00s
- [ 96/243] Installing redhat-display-fon 100% | 189.1 MiB/s | 968.0 KiB |  00m00s
- [ 97/243] Installing redhat-text-fonts- 100% | 193.2 MiB/s | 791.5 KiB |  00m00s
- [ 98/243] Installing libXv-0:1.0.13-3.f 100% |  26.6 MiB/s |  27.2 KiB |  00m00s
- [ 99/243] Installing libXxf86vm-0:1.1.6 100% |  25.9 MiB/s |  26.5 KiB |  00m00s
- [100/243] Installing lynx-0:2.9.2-4.fc4 100% | 201.5 MiB/s |   6.0 MiB |  00m00s
- [101/243] Installing docbook-utils-0:0. 100% |   8.9 MiB/s | 163.8 KiB |  00m00s
- [102/243] Upgrading liblastlog2-0:2.41. 100% |   1.9 MiB/s |  36.0 KiB |  00m00s
- [103/243] Installing spirv-tools-libs-0 100% | 258.8 MiB/s |   6.0 MiB |  00m00s
- [104/243] Installing hwdata-0:0.406-1.f 100% | 379.6 MiB/s |   9.9 MiB |  00m00s
- [105/243] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [106/243] Installing libdrm-0:2.4.131-1 100% |  79.8 MiB/s | 408.5 KiB |  00m00s
- [107/243] Installing fuse-common-0:3.16 100% |   0.0   B/s | 292.0   B |  00m00s
- [108/243] Installing fuse3-0:3.16.2-6.f 100% |   7.1 MiB/s | 124.1 KiB |  00m00s
- [109/243] Installing lm_sensors-libs-0: 100% |  84.9 MiB/s |  86.9 KiB |  00m00s
- [110/243] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [111/243] Installing mesa-dri-drivers-0 100% | 325.4 MiB/s |  48.8 MiB |  00m00s
- [112/243] Installing mesa-libgbm-0:25.3 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [113/243] Installing mesa-libEGL-0:25.3 100% | 101.3 MiB/s | 311.3 KiB |  00m00s
- [114/243] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [115/243] Installing mesa-libGL-0:25.3. 100% | 140.1 MiB/s | 286.9 KiB |  00m00s
- [116/243] Installing libglvnd-glx-1:1.7 100% | 196.2 MiB/s | 602.6 KiB |  00m00s
- [117/243] Installing bluez-libs-0:5.86- 100% |  97.4 MiB/s | 199.4 KiB |  00m00s
- [118/243] Installing webrtc-audio-proce 100% | 195.2 MiB/s |   1.4 MiB |  00m00s
- [119/243] Installing libsbc-0:2.0-7.fc4 100% |  92.3 MiB/s |  94.5 KiB |  00m00s
- [120/243] Installing libldac-0:2.0.2.3- 100% |  37.2 MiB/s |  76.2 KiB |  00m00s
- [121/243] Installing liblc3-0:1.1.3-5.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [122/243] Installing libebur128-0:1.2.6 100% |  39.8 MiB/s |  40.7 KiB |  00m00s
- [123/243] Installing fftw-libs-single-0 100% | 300.0 MiB/s |   3.6 MiB |  00m00s
- [124/243] Installing fdk-aac-free-0:2.0 100% | 199.7 MiB/s | 613.3 KiB |  00m00s
- [125/243] Installing orc-0:0.4.41-2.fc4 100% |  39.5 MiB/s | 728.9 KiB |  00m00s
- [126/243] Installing libvisual-1:0.4.2- 100% | 148.2 MiB/s | 455.1 KiB |  00m00s
- [127/243] Installing cdparanoia-libs-0: 100% |  56.1 MiB/s | 115.0 KiB |  00m00s
- [128/243] Installing duktape-0:2.7.0-10 100% | 201.1 MiB/s | 617.8 KiB |  00m00s
- [129/243] Installing libproxy-0:0.5.12- 100% |  34.0 MiB/s | 104.6 KiB |  00m00s
- [130/243] Installing xkeyboard-config-0 100% | 286.3 MiB/s |  10.3 MiB |  00m00s
- [131/243] Installing libxkbcommon-0:1.1 100% | 133.4 MiB/s | 409.9 KiB |  00m00s
- [132/243] Installing libstemmer-0:3.0.1 100% | 161.8 MiB/s | 662.9 KiB |  00m00s
- [133/243] Installing libtinysparql-0:3. 100% | 162.4 MiB/s | 997.9 KiB |  00m00s
- [134/243] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB |  00m00s
- [135/243] Installing lame-libs-0:3.100- 100% | 399.5 MiB/s |   1.2 MiB |  00m00s
- [136/243] Installing gsm-0:1.0.23-1.fc4 100% |  65.3 MiB/s |  66.9 KiB |  00m00s
- [137/243] Installing libsndfile-0:1.2.2 100% | 179.6 MiB/s | 551.6 KiB |  00m00s
- [138/243] Installing libasyncns-0:0.8-3 100% |  55.4 MiB/s |  56.8 KiB |  00m00s
- [139/243] Installing pulseaudio-libs-0: 100% | 337.9 MiB/s |   3.4 MiB |  00m00s
- [140/243] Installing pipewire-libs-0:1. 100% | 177.3 MiB/s |   8.7 MiB |  00m00s
- [141/243] Installing libunwind-0:1.8.1- 100% |  64.3 MiB/s | 197.4 KiB |  00m00s
- [142/243] Installing gstreamer1-0:1.26. 100% | 112.1 MiB/s |   5.4 MiB |  00m00s
- [143/243] Installing adwaita-icon-theme 100% |  19.8 MiB/s |   2.4 MiB |  00m00s
- [144/243] Installing adwaita-cursor-the 100% | 408.2 MiB/s |  11.4 MiB |  00m00s
- [145/243] Installing adwaita-icon-theme 100% |  25.3 MiB/s |   1.3 MiB |  00m00s
- [146/243] Installing libepoxy-0:1.5.10- 100% | 269.6 MiB/s |   1.1 MiB |  00m00s
- [147/243] Installing sound-theme-freede 100% |  20.7 MiB/s | 467.2 KiB |  00m00s
- [148/243] Installing libcanberra-0:0.30 100% |   6.5 MiB/s | 271.4 KiB |  00m00s
- [149/243] Installing highway-0:1.3.0-1. 100% | 345.9 MiB/s |   5.5 MiB |  00m00s
- [150/243] Installing libjxl-1:0.11.1-7. 100% | 274.0 MiB/s |   4.1 MiB |  00m00s
- [151/243] Installing libseccomp-devel-0 100% |   7.4 MiB/s | 121.0 KiB |  00m00s
- [152/243] Installing rav1e-libs-0:0.8.1 100% | 280.3 MiB/s |   3.1 MiB |  00m00s
- [153/243] Installing libvmaf-0:3.0.0-4. 100% | 269.7 MiB/s | 828.4 KiB |  00m00s
- [154/243] Installing libaom-0:3.13.3-1. 100% | 296.0 MiB/s |   5.0 MiB |  00m00s
- [155/243] Installing openh264-0:2.6.0-2 100% | 219.2 MiB/s |   1.1 MiB |  00m00s
- [156/243] Installing xz-devel-1:5.8.1-4 100% |  85.5 MiB/s | 262.6 KiB |  00m00s
- [157/243] Installing libxml2-devel-0:2. 100% | 148.5 MiB/s |   3.4 MiB |  00m00s
- [158/243] Installing svt-av1-libs-0:3.1 100% | 278.4 MiB/s |   5.6 MiB |  00m00s
- [159/243] Installing openjpeg-0:2.5.4-1 100% | 149.2 MiB/s | 458.2 KiB |  00m00s
- [160/243] Installing libopenjph-0:0.22. 100% | 152.1 MiB/s | 467.3 KiB |  00m00s
- [161/243] Installing libheif-0:1.20.2-6 100% | 221.9 MiB/s |   1.6 MiB |  00m00s
- [162/243] Installing sysprof-capture-de 100% | 196.9 MiB/s | 806.5 KiB |  00m00s
- [163/243] Installing pcre2-utf32-0:10.4 100% | 199.2 MiB/s | 611.9 KiB |  00m00s
- [164/243] Installing pcre2-utf16-0:10.4 100% | 208.3 MiB/s | 640.0 KiB |  00m00s
- [165/243] Installing pcre2-devel-0:10.4 100% | 111.5 MiB/s |   2.1 MiB |  00m00s
- [166/243] Installing libsepol-devel-0:3 100% |  25.2 MiB/s | 128.9 KiB |  00m00s
- [167/243] Installing libselinux-devel-0 100% |  52.8 MiB/s | 162.1 KiB |  00m00s
- [168/243] Installing libmount-devel-0:2 100% |  65.0 MiB/s |  66.5 KiB |  00m00s
- [169/243] Installing libffi-devel-0:3.5 100% |  34.7 MiB/s |  35.6 KiB |  00m00s
- [170/243] Installing libicu-devel-0:77. 100% | 121.0 MiB/s |   5.1 MiB |  00m00s
- [171/243] Installing lzo-minilzo-0:2.10 100% |  37.1 MiB/s |  37.9 KiB |  00m00s
- [172/243] Installing lzo-devel-0:2.10-1 100% | 105.1 MiB/s | 215.3 KiB |  00m00s
- [173/243] Installing google-noto-fonts- 100% |   0.0   B/s |  18.5 KiB |  00m00s
- [174/243] Installing google-noto-sans-v 100% | 231.9 MiB/s |   1.4 MiB |  00m00s
- [175/243] Installing default-fonts-core 100% |   5.9 MiB/s |  18.2 KiB |  00m00s
- [176/243] Installing fontconfig-0:2.17. 100% | 724.5 KiB/s | 785.3 KiB |  00m01s
- [177/243] Installing cairo-0:1.18.4-2.f 100% | 221.5 MiB/s |   1.8 MiB |  00m00s
- [178/243] Installing cairo-gobject-0:1. 100% |  31.2 MiB/s |  32.0 KiB |  00m00s
- [179/243] Installing libXft-0:2.3.8-9.f 100% |  81.0 MiB/s | 165.9 KiB |  00m00s
- [180/243] Installing pango-0:1.57.1-1.f 100% |  45.7 MiB/s |   1.0 MiB |  00m00s
- [181/243] Installing librsvg2-0:2.61.0- 100% | 266.7 MiB/s |   5.1 MiB |  00m00s
- [182/243] Installing glycin-loaders-0:2 100% | 344.2 MiB/s |  12.7 MiB |  00m00s
- [183/243] Installing glycin-libs-0:2.0. 100% | 282.6 MiB/s |   4.2 MiB |  00m00s
- [184/243] Installing gdk-pixbuf2-0:2.44 100% | 114.8 MiB/s |   2.5 MiB |  00m00s
- [185/243] Installing gtk-update-icon-ca 100% |   4.1 MiB/s |  63.3 KiB |  00m00s
- [186/243] Installing libnotify-0:0.8.8- 100% |   2.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 997.
- >>> Creating user 'geoclue' (n/a) with UID 997 and GID 997.
- >>>
- [187/243] Installing geoclue2-0:2.8.0-1 100% |  16.5 MiB/s | 405.6 KiB |  00m00s
- [188/243] Installing gstreamer1-plugins 100% | 184.8 MiB/s |   7.4 MiB |  00m00s
- [189/243] Installing xdg-desktop-portal 100% |  64.9 MiB/s |   1.9 MiB |  00m00s
- [190/243] Installing harfbuzz-cairo-0:1 100% |  47.8 MiB/s |  49.0 KiB |  00m00s
- [191/243] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [192/243] Installing brotli-0:1.2.0-1.f 100% |   2.1 MiB/s |  34.4 KiB |  00m00s
- [193/243] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [194/243] Installing liblerc-0:4.0.0-9. 100% | 203.6 MiB/s | 625.6 KiB |  00m00s
- [195/243] Installing jbigkit-libs-0:2.1 100% |  37.6 MiB/s | 115.4 KiB |  00m00s
- [196/243] Installing libtiff-0:4.7.1-1. 100% | 204.0 MiB/s | 626.6 KiB |  00m00s
- [197/243] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [198/243] Installing cups-libs-1:2.4.16 100% | 151.4 MiB/s | 620.2 KiB |  00m00s
- [199/243] Installing python3-packaging- 100% |  75.7 MiB/s | 619.9 KiB |  00m00s
- [200/243] Installing glib2-devel-0:2.86 100% | 202.3 MiB/s |  15.8 MiB |  00m00s
- [201/243] Installing harfbuzz-devel-0:1 100% | 190.5 MiB/s |   5.3 MiB |  00m00s
- [202/243] Installing freetype-devel-0:2 100% | 305.1 MiB/s |   8.5 MiB |  00m00s
- [203/243] Installing fontconfig-devel-0 100% |  51.9 MiB/s | 159.4 KiB |  00m00s
- [204/243] Installing cairo-devel-0:1.18 100% | 458.2 MiB/s |   2.3 MiB |  00m00s
- [205/243] Installing libXft-devel-0:2.3 100% |  43.2 MiB/s |  44.3 KiB |  00m00s
- [206/243] Installing pango-devel-0:1.57 100% | 217.6 MiB/s |   1.5 MiB |  00m00s
- [207/243] Installing glycin-devel-0:2.0 100% |  62.1 MiB/s | 127.3 KiB |  00m00s
- [208/243] Installing gdk-pixbuf2-devel- 100% | 115.9 MiB/s |   2.3 MiB |  00m00s
- [209/243] Installing xprop-0:1.2.8-4.fc 100% |   3.6 MiB/s |  56.0 KiB |  00m00s
- [210/243] Installing at-spi2-core-0:2.5 100% | 196.0 MiB/s |   1.6 MiB |  00m00s
- [211/243] Installing atk-0:2.58.4-1.fc4 100% | 122.1 MiB/s | 250.0 KiB |  00m00s
- [212/243] Installing gtk2-0:2.24.33-23. 100% | 246.6 MiB/s |  12.8 MiB |  00m00s
- [213/243] Installing libglade2-0:2.6.4- 100% |  75.4 MiB/s | 154.5 KiB |  00m00s
- [214/243] Installing libgnomecanvas-0:2 100% | 159.2 MiB/s | 978.3 KiB |  00m00s
- [215/243] Installing atk-devel-0:2.58.4 100% | 506.1 MiB/s |   6.1 MiB |  00m00s
- [216/243] Installing gtk2-devel-0:2.24. 100% | 322.3 MiB/s |  23.9 MiB |  00m00s
- [217/243] Installing at-spi2-atk-0:2.58 100% |  93.0 MiB/s | 285.7 KiB |  00m00s
- [218/243] Installing gtk3-0:3.24.52-1.f 100% | 292.6 MiB/s |  22.5 MiB |  00m00s
- [219/243] Installing libcanberra-gtk3-0 100% |   3.8 MiB/s |  73.9 KiB |  00m00s
- [220/243] Installing python3-pygments-0 100% | 116.0 MiB/s |  11.5 MiB |  00m00s
- [221/243] Installing gtk-doc-0:1.34.0-7 100% |  94.8 MiB/s |   3.2 MiB |  00m00s
- [222/243] Installing libgnomecanvas-dev 100% | 196.5 MiB/s | 603.7 KiB |  00m00s
- [223/243] Installing libcanberra-gtk2-0 100% |  25.2 MiB/s |  51.5 KiB |  00m00s
- [224/243] Installing xdg-desktop-portal 100% |  22.4 MiB/s | 481.2 KiB |  00m00s
- [225/243] Installing tinysparql-0:3.10. 100% |  60.7 MiB/s |   2.6 MiB |  00m00s
- [226/243] Installing glib-networking-0: 100% |  82.2 MiB/s | 757.9 KiB |  00m00s
- [227/243] Upgrading util-linux-0:2.41.4 100% |  49.0 MiB/s |   3.6 MiB |  00m00s
- [228/243] Installing gi-docgen-fonts-0: 100% |   0.0   B/s | 124.0   B |  00m00s
- [229/243] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [230/243] Installing dconf-0:0.49.0-1.f 100% |   8.0 MiB/s | 312.1 KiB |  00m00s
- [231/243] Installing low-memory-monitor 100% |   3.5 MiB/s |  67.7 KiB |  00m00s
- [232/243] Installing adwaita-mono-fonts 100% | 306.6 MiB/s |   5.5 MiB |  00m00s
- [233/243] Installing adwaita-sans-fonts 100% |  53.7 MiB/s |   1.7 MiB |  00m00s
- [234/243] Removing util-linux-0:2.41.3- 100% |  10.3 KiB/s | 474.0   B |  00m00s
- [235/243] Removing util-linux-core-0:2. 100% |  12.6 KiB/s | 155.0   B |  00m00s
- [236/243] Removing libfdisk-0:2.41.3-7. 100% | 700.0   B/s |   7.0   B |  00m00s
- [237/243] Removing glib2-0:2.86.4-1.fc4 100% |  14.4 KiB/s | 177.0   B |  00m00s
- [238/243] Removing libmount-0:2.41.3-7. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [239/243] Removing libblkid-0:2.41.3-7. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [240/243] Removing libuuid-0:2.41.3-7.f 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [241/243] Removing zlib-ng-compat-0:2.3 100% |   4.9 KiB/s |   5.0   B |  00m00s
- [242/243] Removing libsmartcols-0:2.41. 100% |   6.8 KiB/s |   7.0   B |  00m00s
- [243/243] Removing liblastlog2-0:2.41.3 100% |  15.0   B/s |  14.0   B |  00m01s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gtk2-devel" "libgnomecanvas-devel" "libXft-devel"
- gtk2-devel-2.24.33-23.fc43.x86_64
- libgnomecanvas-devel-2.30.3-32.fc43.x86_64
- libXft-devel-2.3.8-9.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-16 16:49.53 ---> saved as "bb03c022765fd2d09d7b227da58154535edb312c76040c3faf7a5bef611fe6a0"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 12 packages
- install camlp-streams     5.0.1
- install conf-gnomecanvas  2
- install conf-gtk2         1
- install conf-libX11       1
- install conf-libXft       1
- install conf-pkg-config   4
- install csexp             1.5.2
- install dune              3.22.2
- install dune-configurator 3.22.2
- install graphics          5.2.0
- install lablgtk           2.18.14
- install ocamlfind         1.9.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved graphics.5.2.0  (cached)
-> installed conf-gnomecanvas.2
-> retrieved lablgtk.2.18.14  (cached)
-> installed conf-gtk2.1
-> installed conf-libX11.1
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-libXft.1
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed dune-configurator.3.22.2
-> installed graphics.5.2.0
-> installed ocamlfind.1.9.8
-> installed lablgtk.2.18.14
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-16 16:51.44 ---> saved as "f26f039fceb688e99808b4d2e978a22b329a40b868677130b10e99405c4b9c5c"


/src: (copy (src .) (dst /src))
2026-04-16 16:52.05 ---> saved as "8fa5b1b82bc268c9cae247d869b9616091d5b9ffade31e15c680ffb52b46c776"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.editor.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.graph.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o editor/.editor.eobjs/byte/dune__exe__Gtree.cmo -c -impl editor/gtree.ml)
File "editor/gtree.ml", line 224, characters 14-24:
224 |       let _ = sigs#event (drag_label db) in
^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -open ViewGraph -g -bin-annot -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.graph.objs/byte -I view_graph/.viewGraph.objs/byte -no-alias-deps -opaque -o view_graph/.viewGraph_test.eobjs/byte/dune__exe__ViewGraph_test.cmo -c -impl view_graph/viewGraph_test.ml)
File "view_graph/viewGraph_test.ml", line 70, characters 4-24:
70 |     GToolbox.message_box "Error"
^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of this function.
File "view_graph/viewGraph_test.ml", line 82, characters 2-22:
82 |   GToolbox.message_box "Error"
^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of this function.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.graph.objs/byte -no-alias-deps -opaque -open Dune__exe -o editor/.graphEdGTK.eobjs/byte/dune__exe__GraphEdGTK.cmo -c -impl editor/graphEdGTK.ml)
File "editor/graphEdGTK.ml", line 397, characters 14-24:
397 |       let _ = sigs#event (drag_label noeud ellipse) in
^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.
File "editor/graphEdGTK.ml", line 717, characters 8-33:
717 | let _ = canvas#root#connect#event (canvas_event)
^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.
File "editor/graphEdGTK.ml", line 865, characters 9-33:
865 | let () = canvas#set_scroll_region 0. 0. w h
^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels x1, y1, x2, y2 were omitted in the application of this function.
strat: all tests succeeded.
test_chaotic: all tests succeeded.
test_wto: all tests succeeded.
test_contraction: all tests succeeded.
(cd _build/default/tests && ./test_bfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
test_johnson: all tests succeeded.
test_fixpoint: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
basic: all tests succeeded.
test_saps: all tests succeeded.
test_bf: all tests succeeded.
dot: all tests succeeded.
(cd _build/default/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
test_cycles: all tests succeeded.
test_components: all tests succeeded.
(cd _build/default/tests && ./check.exe)
check: all tests succeeded
(cd _build/default/tests && ./test_topsort.exe)
test topsort: all tests succeeded.
test topsort: all tests succeeded.
2026-04-16 16:52.14 ---> saved as "8b29c8e13326daba24005b20bdc63a24b8c6750b3fdb8f56cb9ffa8e79fbf198"
Job succeeded
2026-04-16 16:53.05: Job succeeded