(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build conf-gtk4.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
                              on fedora-43-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29623/head" && git reset --hard 840d56c7
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ee186ded9e345e55d4230a8edfeb84c47deaa7f722133ccaecbfc2b88745b5d4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn conf-gtk4.1 1
RUN opam reinstall conf-gtk4.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-43\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-gtk4.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-05 06:24.23: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:ee186ded9e345e55d4230a8edfeb84c47deaa7f722133ccaecbfc2b88745b5d4-conf-gtk4.1-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ee186ded9e345e55d4230a8edfeb84c47deaa7f722133ccaecbfc2b88745b5d4)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-gtk4.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-43\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:24.24: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
 packages/conf-gtk4/conf-gtk4.1/opam    | 49 ++++++++++++++++++++++++++++++++++
 packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)
 create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
 create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam

(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ee186ded9e345e55d4230a8edfeb84c47deaa7f722133ccaecbfc2b88745b5d4)
2026-04-05 06:25.10 ---> using "d25c992ad2ea4d7343b2e5524c8d01191af3bcc5617b83e1c8534cf674048258" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-05 06:25.10 ---> using "8def26fdcc7bf5f4b96c6b4fa181245aada67baeae0cc229d5586e7a5b12d1e8" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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-05 06:25.10 ---> using "fcf1d2a828315e8435161875d3f668101096bdc88d61c06c3e72af092924223a" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=43
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-05 06:25.10 ---> using "cf8ffe05ba2fb593d326b1217bcb66b16bc379893272da73af88f533ef4bc1d8" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-05 06:25.10 ---> using "4c8657d5bf21f18aedc940953a667dc75df987e6055e340d2c0cb7e87bd7a489" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:25.18 ---> saved as "029d89319fec861dcfbfb4f9d981169a5bafb0e32e323df8a4ebda4689a01b0b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:25.36 ---> saved as "066940f15520db01acaa18e0e6ed773d10476efdddecf5cfd70762d7ae0c4318"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64 - Updates           100% |   7.7 KiB/s |   6.1 KiB |  00m01s
-  Fedora 43 - x86_64                     100% |  31.4 KiB/s |  21.3 KiB |  00m01s
-  Fedora 43 openh264 (From Cisco) - x86_ 100% |   6.1 KiB/s | 986.0   B |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-05 06:25.44 ---> saved as "e73b7f425f6d33c3256a27a19c5a9e604ec218b304b4aa445719ccca13c9c362"

/home/opam: (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
conf-gtk4 is now pinned to version 1
2026-04-05 06:25.45 ---> saved as "d00c2d75dfbc4d610b412511bcd2cb6bff4cb5d5723e2e264e3233602ff536f1"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-gtk4.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-43\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-gtk4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-gtk4       1 (pinned)
  - install conf-pkg-config 4          [required by conf-gtk4]

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

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

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

[1/2/3/4] 1

+ /usr/sbin/sudo "yum" "install" "-y" "gtk4-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
-  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:
-  gtk4-devel                       x86_64 4.20.4-1.fc43            updates                22.7 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-core                     x86_64 2.58.4-1.fc43            updates                 1.5 MiB
-  atk                              x86_64 2.58.4-1.fc43            updates               248.6 KiB
-  avahi-glib                       x86_64 0.9~rc2-6.fc43           fedora                 19.6 KiB
-  avahi-libs                       x86_64 0.9~rc2-6.fc43           fedora                171.6 KiB
-  bluez-libs                       x86_64 5.86-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
-  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
-  default-fonts-core-sans          noarch 4.2-5.fc43               fedora                 11.9 KiB
-  duktape                          x86_64 2.7.0-10.fc43            fedora                615.8 KiB
-  fdk-aac-free                     x86_64 2.0.0-16.fc43            fedora                611.8 KiB
-  fftw-libs-single                 x86_64 3.3.10-16.fc43           fedora                  3.6 MiB
-  flac-libs                        x86_64 1.5.0-5.fc43             updates               611.5 KiB
-  fontconfig                       x86_64 2.17.0-3.fc43            fedora                765.9 KiB
-  fontconfig-devel                 x86_64 2.17.0-3.fc43            fedora                123.6 KiB
-  fonts-filesystem                 noarch 1:2.0.5-23.fc43          fedora                  0.0   B
-  freetype                         x86_64 2.13.3-3.fc43            fedora                850.2 KiB
-  freetype-devel                   x86_64 2.13.3-3.fc43            fedora                  8.5 MiB
-  fribidi                          x86_64 1.0.16-3.fc43            fedora                190.3 KiB
-  fribidi-devel                    x86_64 1.0.16-3.fc43            fedora                 78.0 KiB
-  fuse-common                      x86_64 3.16.2-5.fc42            fedora                 38.0   B
-  fuse3                            x86_64 3.16.2-5.fc42            fedora                129.7 KiB
-  fuse3-libs                       x86_64 3.16.2-5.fc42            fedora                281.5 KiB
-  gdk-pixbuf2                      x86_64 2.44.4-1.fc43            updates                 2.5 MiB
-  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
-  graphene-devel                   x86_64 1.10.8-2.fc43            fedora                  2.3 MiB
-  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
-  gssdp                            x86_64 1.6.4-5.fc43             updates               146.4 KiB
-  gstreamer1                       x86_64 1.26.11-1.fc43           updates                 5.4 MiB
-  gstreamer1-plugins-bad-free-libs x86_64 1.26.11-1.fc43           updates                 3.1 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
-  gtk4                             x86_64 4.20.4-1.fc43            updates                26.9 MiB
-  gupnp                            x86_64 1.6.9-2.fc43             fedora                308.0 KiB
-  gupnp-igd                        x86_64 1.6.0-7.fc43             fedora                 66.7 KiB
-  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
-  libXcursor                       x86_64 1.2.3-3.fc43             fedora                 53.4 KiB
-  libXdamage                       x86_64 1.1.6-6.fc43             fedora                 39.6 KiB
-  libXext                          x86_64 1.3.6-4.fc43             fedora                 90.0 KiB
-  libXext-devel                    x86_64 1.3.6-4.fc43             fedora                 98.9 KiB
-  libXfixes                        x86_64 6.0.1-6.fc43             fedora                 26.2 KiB
-  libXft                           x86_64 2.3.8-9.fc43             fedora                164.4 KiB
-  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
-  libXinerama                      x86_64 1.1.5-9.fc43             fedora                 15.0 KiB
-  libXrandr                        x86_64 1.5.4-6.fc43             fedora                 51.8 KiB
-  libXrender                       x86_64 0.9.12-3.fc43            fedora                 46.0 KiB
-  libXrender-devel                 x86_64 0.9.12-3.fc43            fedora                 50.1 KiB
-  libXtst                          x86_64 1.2.5-3.fc43             fedora                 33.5 KiB
-  libXv                            x86_64 1.0.13-3.fc43            fedora                 26.0 KiB
-  libXxf86vm                       x86_64 1.1.6-3.fc43             fedora                 25.3 KiB
-  libaom                           x86_64 3.13.1-1.fc43            fedora                  5.0 MiB
-  libasyncns                       x86_64 0.8-31.fc43              fedora                 55.5 KiB
-  libblkid-devel                   x86_64 2.41.3-7.fc43            updates                44.9 KiB
-  libcanberra                      x86_64 0.30-38.fc43             fedora                266.5 KiB
-  libcloudproviders                x86_64 0.3.6-2.fc43             fedora                124.3 KiB
-  libdatrie                        x86_64 0.2.13-12.fc43           fedora                 53.8 KiB
-  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
-  libdisplay-info                  x86_64 0.2.0-4.fc43             fedora                215.9 KiB
-  libdrm                           x86_64 2.4.131-1.fc43           updates               404.7 KiB
-  libebur128                       x86_64 1.2.6-14.fc43            fedora                 39.3 KiB
-  libepoxy                         x86_64 1.5.10-11.fc43           fedora                  1.1 MiB
-  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-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
-  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.3-7.fc43            updates                65.5 KiB
-  libnice                          x86_64 0.1.22-8.fc43            fedora                497.7 KiB
-  libnotify                        x86_64 0.8.8-1.fc43             updates               126.6 KiB
-  libogg                           x86_64 2:1.3.6-2.fc43           updates                45.6 KiB
-  libopenjph                       x86_64 0.22.0-2.fc43            fedora                466.2 KiB
-  libpciaccess                     x86_64 0.16-16.fc43             fedora                 44.5 KiB
-  libpng                           x86_64 2:1.6.55-1.fc43          updates               241.7 KiB
-  libpng-devel                     x86_64 2:1.6.55-1.fc43          updates               887.7 KiB
-  libproxy                         x86_64 0.5.12-1.fc43            updates               102.3 KiB
-  librsvg2                         x86_64 2.61.0-5.fc43            updates                 5.1 MiB
-  libsbc                           x86_64 2.0-7.fc43               fedora                 93.4 KiB
-  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
-  libva                            x86_64 2.22.0-6.fc43            fedora                329.4 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
-  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
-  lm_sensors-libs                  x86_64 3.6.0-23.fc43            fedora                 85.8 KiB
-  lzo                              x86_64 2.10-15.fc43             fedora                178.9 KiB
-  lzo-devel                        x86_64 2.10-15.fc43             fedora                212.2 KiB
-  lzo-minilzo                      x86_64 2.10-15.fc43             fedora                 36.7 KiB
-  mesa-dri-drivers                 x86_64 25.3.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-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-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
-  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
-  vulkan-headers                   noarch 1.4.341.0-1.fc43         updates                36.1 MiB
-  vulkan-loader                    x86_64 1.4.341.0-1.fc43         updates               569.6 KiB
-  vulkan-loader-devel              x86_64 1.4.341.0-1.fc43         updates                 8.0 KiB
-  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
-  xdg-desktop-portal               x86_64 1.20.3-2.fc43            fedora                  1.8 MiB
-  xkeyboard-config                 noarch 2.46-1.fc43              updates                10.2 MiB
-  xml-common                       noarch 0.6.3-67.fc43            fedora                 78.4 KiB
-  xprop                            x86_64 1.2.8-4.fc43             fedora                 54.7 KiB
-  xz-devel                         x86_64 1:5.8.1-4.fc43           updates               258.8 KiB
-  zlib-ng-compat-devel             x86_64 2.3.3-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-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
-  mesa-vulkan-drivers              x86_64 25.3.6-3.fc43            updates               152.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:       210 packages
-  Upgrading:          2 packages
-  Replacing:          2 packages
- 
- Total size of inbound packages is 127 MiB. Need to download 127 MiB.
- After this operation, 585 MiB extra will be used (install 600 MiB, remove 15 MiB).
- [  1/212] cairo-gobject-0:1.18.4-2.fc43 100% |  40.5 KiB/s |  16.9 KiB |  00m00s
- [  2/212] colord-libs-0:1.4.8-2.fc43.x8 100% | 381.0 KiB/s | 230.5 KiB |  00m01s
- [  3/212] cairo-0:1.18.4-2.fc43.x86_64  100% | 626.0 KiB/s | 729.3 KiB |  00m01s
- [  4/212] fribidi-0:1.0.16-3.fc43.x86_6 100% | 586.0 KiB/s |  53.3 KiB |  00m00s
- [  5/212] graphene-0:1.10.8-2.fc43.x86_ 100% | 440.9 KiB/s |  61.3 KiB |  00m00s
- [  6/212] libXcursor-0:1.2.3-3.fc43.x86 100% | 156.6 KiB/s |  31.2 KiB |  00m00s
- [  7/212] libXdamage-0:1.1.6-6.fc43.x86 100% | 221.5 KiB/s |  23.3 KiB |  00m00s
- [  8/212] libXext-0:1.3.6-4.fc43.x86_64 100% | 465.0 KiB/s |  39.1 KiB |  00m00s
- [  9/212] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 235.4 KiB/s |  19.1 KiB |  00m00s
- [ 10/212] libXi-0:1.8.2-3.fc43.x86_64   100% | 234.1 KiB/s |  40.3 KiB |  00m00s
- [ 11/212] libXinerama-0:1.1.5-9.fc43.x8 100% | 155.5 KiB/s |  14.2 KiB |  00m00s
- [ 12/212] fontconfig-0:2.17.0-3.fc43.x8 100% | 235.1 KiB/s | 272.2 KiB |  00m01s
- [ 13/212] libXrandr-0:1.5.4-6.fc43.x86_ 100% | 213.9 KiB/s |  27.6 KiB |  00m00s
- [ 14/212] libwayland-client-0:1.24.0-1. 100% | 282.7 KiB/s |  33.6 KiB |  00m00s
- [ 15/212] libwayland-egl-0:1.24.0-1.fc4 100% | 117.8 KiB/s |  12.4 KiB |  00m00s
- [ 16/212] libxkbcommon-0:1.11.0-1.fc43. 100% | 176.1 KiB/s | 174.3 KiB |  00m01s
- [ 17/212] libepoxy-0:1.5.10-11.fc43.x86 100% | 125.1 KiB/s | 229.5 KiB |  00m02s
- [ 18/212] freetype-0:2.13.3-3.fc43.x86_ 100% | 303.7 KiB/s | 412.1 KiB |  00m01s
- [ 19/212] libXrender-0:0.9.12-3.fc43.x8 100% | 610.8 KiB/s |  26.9 KiB |  00m00s
- [ 20/212] lzo-0:2.10-15.fc43.x86_64     100% | 442.1 KiB/s |  69.4 KiB |  00m00s
- [ 21/212] pixman-0:0.46.2-2.fc43.x86_64 100% | 293.4 KiB/s | 292.5 KiB |  00m01s
- [ 22/212] lcms2-0:2.16-6.fc43.x86_64    100% | 105.3 KiB/s | 182.8 KiB |  00m02s
- [ 23/212] libgusb-0:0.4.9-4.fc43.x86_64 100% | 148.3 KiB/s |  64.5 KiB |  00m00s
- [ 24/212] default-fonts-core-sans-0:4.2 100% |  58.3 KiB/s |  29.9 KiB |  00m01s
- [ 25/212] fonts-filesystem-1:2.0.5-23.f 100% |  76.8 KiB/s |   8.7 KiB |  00m00s
- [ 26/212] xml-common-0:0.6.3-67.fc43.no 100% |  12.0 KiB/s |  31.0 KiB |  00m03s
- [ 27/212] adwaita-icon-theme-0:49.0-1.f 100% | 102.5 KiB/s | 403.9 KiB |  00m04s
- [ 28/212] hicolor-icon-theme-0:0.18-2.f 100% |  42.3 KiB/s |  65.9 KiB |  00m02s
- [ 29/212] libwayland-cursor-0:1.24.0-1. 100% | 118.1 KiB/s |  18.9 KiB |  00m00s
- [ 30/212] abattis-cantarell-vf-fonts-0: 100% | 158.7 KiB/s | 120.1 KiB |  00m01s
- [ 31/212] adwaita-cursor-theme-0:49.0-1 100% | 409.2 KiB/s | 380.1 KiB |  00m01s
- [ 32/212] gtk4-devel-0:4.20.4-1.fc43.x8 100% | 218.9 KiB/s |   4.4 MiB |  00m21s
- [ 33/212] cairo-devel-0:1.18.4-2.fc43.x 100% | 416.1 KiB/s | 191.8 KiB |  00m00s
- [ 34/212] cairo-gobject-devel-0:1.18.4- 100% | 123.8 KiB/s |  10.9 KiB |  00m00s
- [ 35/212] cups-libs-1:2.4.16-7.fc43.x86 100% | 398.8 KiB/s | 260.8 KiB |  00m01s
- [ 36/212] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 466.4 KiB/s |  69.0 KiB |  00m00s
- [ 37/212] cups-filesystem-1:2.4.16-7.fc 100% | 273.9 KiB/s |  12.3 KiB |  00m00s
- [ 38/212] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% | 674.4 KiB/s | 484.9 KiB |  00m01s
- [ 39/212] shared-mime-info-0:2.4-2.fc43 100% | 319.8 KiB/s | 399.7 KiB |  00m01s
- [ 40/212] gdk-pixbuf2-devel-0:2.44.4-1. 100% | 323.4 KiB/s | 369.3 KiB |  00m01s
- [ 41/212] glib2-devel-0:2.86.4-2.fc43.x 100% | 658.8 KiB/s |   1.5 MiB |  00m02s
- [ 42/212] adwaita-icon-theme-legacy-0:4 100% | 298.5 KiB/s |   2.5 MiB |  00m09s
- [ 43/212] python3-packaging-0:25.0-7.fc 100% | 334.3 KiB/s | 161.5 KiB |  00m00s
- [ 44/212] graphene-devel-0:1.10.8-2.fc4 100% | 334.9 KiB/s | 168.5 KiB |  00m01s
- [ 45/212] libunwind-0:1.8.1-3.fc43.x86_ 100% | 439.7 KiB/s |  76.5 KiB |  00m00s
- [ 46/212] gtk4-0:4.20.4-1.fc43.x86_64   100% | 257.7 KiB/s |   6.4 MiB |  00m26s
- [ 47/212] libnice-0:0.1.22-8.fc43.x86_6 100% | 355.0 KiB/s | 200.2 KiB |  00m01s
- [ 48/212] libva-0:2.22.0-6.fc43.x86_64  100% | 465.6 KiB/s | 115.9 KiB |  00m00s
- [ 49/212] gupnp-igd-0:1.6.0-7.fc43.x86_ 100% | 430.0 KiB/s |  33.5 KiB |  00m00s
- [ 50/212] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 382.9 KiB/s | 132.1 KiB |  00m00s
- [ 51/212] gupnp-0:1.6.9-2.fc43.x86_64   100% | 423.4 KiB/s | 106.7 KiB |  00m00s
- [ 52/212] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 545.5 KiB/s | 114.0 KiB |  00m00s
- [ 53/212] dbus-1:1.16.0-4.fc43.x86_64   100% | 299.1 KiB/s |   7.5 KiB |  00m00s
- [ 54/212] gstreamer1-0:1.26.11-1.fc43.x 100% | 170.2 KiB/s |   1.7 MiB |  00m10s
- [ 55/212] cdparanoia-libs-0:10.2-48.fc4 100% | 539.1 KiB/s |  53.9 KiB |  00m00s
- [ 56/212] gstreamer1-plugins-bad-free-l 100% |  94.8 KiB/s |   1.0 MiB |  00m11s
- [ 57/212] libXv-0:1.0.13-3.fc43.x86_64  100% | 844.2 KiB/s |  18.6 KiB |  00m00s
- [ 58/212] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 450.3 KiB/s |  36.0 KiB |  00m00s
- [ 59/212] libgudev-0:238-8.fc43.x86_64  100% | 264.3 KiB/s |  34.6 KiB |  00m00s
- [ 60/212] libtheora-1:1.1.1-40.fc43.x86 100% | 126.0 KiB/s | 170.3 KiB |  00m01s
- [ 61/212] libvisual-1:0.4.2-3.fc43.x86_ 100% | 143.4 KiB/s | 153.2 KiB |  00m01s
- [ 62/212] libvorbis-1:1.3.7-13.fc43.x86 100% | 207.2 KiB/s | 188.4 KiB |  00m01s
- [ 63/212] opus-0:1.5.2-3.fc43.x86_64    100% | 134.9 KiB/s | 237.1 KiB |  00m02s
- [ 64/212] orc-0:0.4.41-2.fc43.x86_64    100% | 102.5 KiB/s | 221.5 KiB |  00m02s
- [ 65/212] gstreamer1-plugins-base-0:1.2 100% | 128.7 KiB/s |   2.3 MiB |  00m18s
- [ 66/212] graphite2-0:1.3.14-19.fc43.x8 100% | 162.3 KiB/s |  95.6 KiB |  00m01s
- [ 67/212] libjpeg-turbo-0:3.1.3-1.fc43. 100% | 191.0 KiB/s | 236.8 KiB |  00m01s
- [ 68/212] libpng-2:1.6.55-1.fc43.x86_64 100% | 209.0 KiB/s | 123.9 KiB |  00m01s
- [ 69/212] harfbuzz-0:11.5.1-2.fc43.x86_ 100% | 183.7 KiB/s |   1.1 MiB |  00m06s
- [ 70/212] libtiff-0:4.7.1-1.fc43.x86_64 100% |  60.1 KiB/s | 222.4 KiB |  00m04s
- [ 71/212] jbigkit-libs-0:2.1-32.fc43.x8 100% | 265.9 KiB/s |  53.2 KiB |  00m00s
- [ 72/212] liblerc-0:4.0.0-9.fc43.x86_64 100% | 746.9 KiB/s | 215.1 KiB |  00m00s
- [ 73/212] libwebp-0:1.6.0-2.fc43.x86_64 100% | 152.6 KiB/s | 324.2 KiB |  00m02s
- [ 74/212] iso-codes-0:4.18.0-2.fc43.noa 100% | 165.7 KiB/s |   3.7 MiB |  00m23s
- [ 75/212] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 105.4 KiB/s |  15.2 KiB |  00m00s
- [ 76/212] libstemmer-0:3.0.1-8.fc43.x86 100% | 265.4 KiB/s | 155.3 KiB |  00m01s
- [ 77/212] libtinysparql-0:3.10.1-5.fc43 100% |  91.3 KiB/s | 347.1 KiB |  00m04s
- [ 78/212] libXft-0:2.3.8-9.fc43.x86_64  100% |  88.2 KiB/s |  72.2 KiB |  00m01s
- [ 79/212] libthai-0:0.1.29-11.fc43.x86_ 100% | 207.8 KiB/s | 210.3 KiB |  00m01s
- [ 80/212] libdatrie-0:0.2.13-12.fc43.x8 100% | 100.0 KiB/s |  32.0 KiB |  00m00s
- [ 81/212] pango-devel-0:1.57.1-1.fc43.x 100% | 337.4 KiB/s | 161.6 KiB |  00m00s
- [ 82/212] pango-0:1.57.1-1.fc43.x86_64  100% |  66.4 KiB/s | 358.0 KiB |  00m05s
- [ 83/212] fontconfig-devel-0:2.17.0-3.f 100% |  78.9 KiB/s | 169.5 KiB |  00m02s
- [ 84/212] librsvg2-0:2.61.0-5.fc43.x86_ 100% | 112.5 KiB/s |   1.9 MiB |  00m17s
- [ 85/212] vulkan-loader-devel-0:1.4.341 100% | 536.0 KiB/s |  12.3 KiB |  00m00s
- [ 86/212] vulkan-loader-0:1.4.341.0-1.f 100% | 136.8 KiB/s | 161.6 KiB |  00m01s
- [ 87/212] libwayland-server-0:1.24.0-1. 100% |  76.4 KiB/s |  41.5 KiB |  00m01s
- [ 88/212] gtk-update-icon-cache-0:3.24. 100% | 373.7 KiB/s |  33.6 KiB |  00m00s
- [ 89/212] wayland-devel-0:1.24.0-1.fc43 100% |  93.0 KiB/s | 154.2 KiB |  00m02s
- [ 90/212] libdrm-0:2.4.131-1.fc43.x86_6 100% | 646.5 KiB/s | 162.9 KiB |  00m00s
- [ 91/212] libpciaccess-0:0.16-16.fc43.x 100% |  71.7 KiB/s |  26.2 KiB |  00m00s
- [ 92/212] libogg-2:1.3.6-2.fc43.x86_64  100% | 408.3 KiB/s |  33.5 KiB |  00m00s
- [ 93/212] mesa-libgbm-0:25.3.6-3.fc43.x 100% | 366.4 KiB/s |  16.5 KiB |  00m00s
- [ 94/212] mesa-libEGL-0:25.3.6-3.fc43.x 100% | 553.7 KiB/s | 120.7 KiB |  00m00s
- [ 95/212] alsa-lib-0:1.2.15.3-1.fc43.x8 100% | 191.2 KiB/s | 541.4 KiB |  00m03s
- [ 96/212] libxshmfence-0:1.3.2-7.fc43.x 100% |  40.5 KiB/s |  13.3 KiB |  00m00s
- [ 97/212] lm_sensors-libs-0:3.6.0-23.fc 100% |  92.7 KiB/s |  40.6 KiB |  00m00s
- [ 98/212] mesa-filesystem-0:25.3.6-3.fc 100% |  19.7 KiB/s |  10.5 KiB |  00m01s
- [ 99/212] mesa-libGL-0:25.3.6-3.fc43.x8 100% | 217.5 KiB/s | 119.0 KiB |  00m01s
- [100/212] libXxf86vm-0:1.1.6-3.fc43.x86 100% |  71.3 KiB/s |  17.7 KiB |  00m00s
- [101/212] libffi-devel-0:3.5.2-1.fc43.x 100% | 219.8 KiB/s |  29.7 KiB |  00m00s
- [102/212] libmount-devel-0:2.41.3-7.fc4 100% | 346.5 KiB/s |  24.6 KiB |  00m00s
- [103/212] libselinux-devel-0:3.9-5.fc43 100% | 142.0 KiB/s | 152.1 KiB |  00m01s
- [104/212] libsepol-devel-0:3.9-2.fc43.x 100% |  58.6 KiB/s |  48.4 KiB |  00m01s
- [105/212] freetype-devel-0:2.13.3-3.fc4 100% | 100.4 KiB/s |   1.0 MiB |  00m11s
- [106/212] pcre2-devel-0:10.47-1.fc43.x8 100% | 177.5 KiB/s | 550.9 KiB |  00m03s
- [107/212] pcre2-utf16-0:10.47-1.fc43.x8 100% |  99.2 KiB/s | 246.1 KiB |  00m02s
- [108/212] pcre2-utf32-0:10.47-1.fc43.x8 100% | 541.7 KiB/s | 232.9 KiB |  00m00s
- [109/212] zlib-ng-compat-devel-0:2.3.3- 100% | 415.8 KiB/s |  37.8 KiB |  00m00s
- [110/212] glycin-devel-0:2.0.8-1.fc43.x 100% | 207.6 KiB/s |  24.5 KiB |  00m00s
- [111/212] sysprof-capture-devel-0:49.0- 100% | 107.1 KiB/s | 171.1 KiB |  00m02s
- [112/212] glycin-libs-0:2.0.8-1.fc43.x8 100% | 260.3 KiB/s |   1.5 MiB |  00m06s
- [113/212] libheif-0:1.20.2-6.fc43.x86_6 100% | 128.2 KiB/s | 578.1 KiB |  00m05s
- [114/212] glycin-loaders-0:2.0.8-1.fc43 100% | 168.5 KiB/s |   2.8 MiB |  00m17s
- [115/212] libopenjph-0:0.22.0-2.fc43.x8 100% |  27.6 KiB/s | 154.4 KiB |  00m06s
- [116/212] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 135.2 KiB/s | 192.2 KiB |  00m01s
- [117/212] libaom-0:3.13.1-1.fc43.x86_64 100% | 119.9 KiB/s |   1.9 MiB |  00m16s
- [118/212] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 335.4 KiB/s | 196.6 KiB |  00m01s
- [119/212] xkeyboard-config-0:2.46-1.fc4 100% | 398.9 KiB/s | 993.6 KiB |  00m02s
- [120/212] hwdata-0:0.406-1.fc43.noarch  100% | 345.6 KiB/s |   1.7 MiB |  00m05s
- [121/212] svt-av1-libs-0:3.1.2-1.fc43.x 100% | 214.7 KiB/s |   2.0 MiB |  00m10s
- [122/212] openh264-0:2.6.0-2.fc43.x86_6 100% | 668.0 KiB/s | 422.8 KiB |  00m01s
- [123/212] libdav1d-0:1.5.3-1.fc43.x86_6 100% | 307.3 KiB/s | 637.4 KiB |  00m02s
- [124/212] json-glib-0:1.10.8-4.fc43.x86 100% | 157.5 KiB/s | 172.7 KiB |  00m01s
- [125/212] gssdp-0:1.6.4-5.fc43.x86_64   100% | 237.8 KiB/s |  58.3 KiB |  00m00s
- [126/212] libsoup3-0:3.6.6-2.fc43.x86_6 100% | 137.0 KiB/s | 451.5 KiB |  00m03s
- [127/212] brotli-devel-0:1.2.0-1.fc43.x 100% | 107.7 KiB/s |  34.4 KiB |  00m00s
- [128/212] brotli-0:1.2.0-1.fc43.x86_64  100% | 267.5 KiB/s |  23.8 KiB |  00m00s
- [129/212] bzip2-devel-0:1.0.8-21.fc43.x 100% | 313.9 KiB/s | 213.4 KiB |  00m01s
- [130/212] mesa-dri-drivers-0:25.3.6-3.f 100% | 253.3 KiB/s |  12.8 MiB |  00m52s
- [131/212] harfbuzz-cairo-0:11.5.1-2.fc4 100% | 509.2 KiB/s |  30.0 KiB |  00m00s
- [132/212] harfbuzz-icu-0:11.5.1-2.fc43. 100% | 680.9 KiB/s |  15.7 KiB |  00m00s
- [133/212] harfbuzz-devel-0:11.5.1-2.fc4 100% | 650.2 KiB/s | 455.8 KiB |  00m01s
- [134/212] libpng-devel-2:1.6.55-1.fc43. 100% | 562.9 KiB/s | 293.8 KiB |  00m01s
- [135/212] libxml2-devel-0:2.12.10-5.fc4 100% | 647.0 KiB/s | 524.0 KiB |  00m01s
- [136/212] google-noto-fonts-common-0:20 100% | 384.7 KiB/s |  17.3 KiB |  00m00s
- [137/212] libXext-devel-0:1.3.6-4.fc43. 100% | 612.8 KiB/s |  85.2 KiB |  00m00s
- [138/212] libXrender-devel-0:0.9.12-3.f 100% | 379.7 KiB/s |  19.0 KiB |  00m00s
- [139/212] pixman-devel-0:0.46.2-2.fc43. 100% | 352.4 KiB/s |  18.0 KiB |  00m00s
- [140/212] lzo-devel-0:2.10-15.fc43.x86_ 100% | 265.6 KiB/s |  39.0 KiB |  00m00s
- [141/212] lzo-minilzo-0:2.10-15.fc43.x8 100% | 247.3 KiB/s |  24.0 KiB |  00m00s
- [142/212] cmake-filesystem-0:3.31.11-1. 100% | 297.2 KiB/s |  13.4 KiB |  00m00s
- [143/212] rav1e-libs-0:0.8.1-2.fc43.x86 100% | 114.6 KiB/s |   1.1 MiB |  00m10s
- [144/212] fribidi-devel-0:1.0.16-3.fc43 100% | 562.6 KiB/s |  29.3 KiB |  00m00s
- [145/212] libXft-devel-0:2.3.8-9.fc43.x 100% | 650.1 KiB/s |  49.4 KiB |  00m00s
- [146/212] libthai-devel-0:0.1.29-11.fc4 100% | 626.1 KiB/s | 128.3 KiB |  00m00s
- [147/212] google-noto-sans-vf-fonts-0:2 100% | 238.6 KiB/s | 614.5 KiB |  00m03s
- [148/212] libblkid-devel-0:2.41.3-7.fc4 100% | 519.8 KiB/s |  23.4 KiB |  00m00s
- [149/212] graphite2-devel-0:1.3.14-19.f 100% | 217.2 KiB/s |  20.6 KiB |  00m00s
- [150/212] libicu-devel-0:77.1-1.fc43.x8 100% | 576.5 KiB/s | 794.4 KiB |  00m01s
- [151/212] vulkan-headers-0:1.4.341.0-1. 100% | 327.6 KiB/s |   1.7 MiB |  00m05s
- [152/212] lcms2-devel-0:2.16-6.fc43.x86 100% | 521.0 KiB/s |  31.8 KiB |  00m00s
- [153/212] libseccomp-devel-0:2.6.0-2.fc 100% | 451.4 KiB/s |  62.3 KiB |  00m00s
- [154/212] libjxl-1:0.11.1-7.fc43.x86_64 100% | 443.4 KiB/s |   1.2 MiB |  00m03s
- [155/212] spirv-tools-libs-0:2026.1-2.f 100% | 363.4 KiB/s |   1.7 MiB |  00m05s
- [156/212] xz-devel-1:5.8.1-4.fc43.x86_6 100% | 148.9 KiB/s |  66.7 KiB |  00m00s
- [157/212] xdg-desktop-portal-gtk-0:1.15 100% | 394.4 KiB/s | 144.0 KiB |  00m00s
- [158/212] libdatrie-devel-0:0.2.13-12.f 100% | 220.4 KiB/s | 137.3 KiB |  00m01s
- [159/212] fuse3-0:3.16.2-5.fc42.x86_64  100% | 526.9 KiB/s |  57.4 KiB |  00m00s
- [160/212] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 654.5 KiB/s |  94.2 KiB |  00m00s
- [161/212] fuse-common-0:3.16.2-5.fc42.x 100% | 172.0 KiB/s |   8.6 KiB |  00m00s
- [162/212] dconf-0:0.49.0-1.fc43.x86_64  100% | 510.2 KiB/s | 110.2 KiB |  00m00s
- [163/212] gi-docgen-fonts-0:2026.1-3.fc 100% | 248.7 KiB/s |   9.2 KiB |  00m00s
- [164/212] highway-0:1.3.0-1.fc43.x86_64 100% | 435.7 KiB/s | 694.5 KiB |  00m02s
- [165/212] redhat-display-fonts-0:4.1.0- 100% | 806.4 KiB/s | 556.4 KiB |  00m01s
- [166/212] xdg-desktop-portal-0:1.20.3-2 100% | 240.8 KiB/s | 507.6 KiB |  00m02s
- [167/212] adobe-source-code-pro-fonts-0 100% | 405.4 KiB/s | 806.3 KiB |  00m02s
- [168/212] redhat-text-fonts-0:4.1.0-2.f 100% | 501.7 KiB/s | 484.1 KiB |  00m01s
- [169/212] libdisplay-info-0:0.2.0-4.fc4 100% | 246.2 KiB/s |  85.4 KiB |  00m00s
- [170/212] mesa-va-drivers-0:25.3.6-3.fc 100% | 133.9 KiB/s |   9.2 KiB |  00m00s
- [171/212] tinysparql-0:3.10.1-5.fc43.x8 100% | 633.8 KiB/s |   1.0 MiB |  00m02s
- [172/212] glib-networking-0:2.80.1-3.fc 100% | 206.8 KiB/s | 200.8 KiB |  00m01s
- [173/212] gsettings-desktop-schemas-0:4 100% | 702.1 KiB/s | 822.9 KiB |  00m01s
- [174/212] libXcomposite-0:0.4.6-6.fc43. 100% | 175.1 KiB/s |  24.2 KiB |  00m00s
- [175/212] libcloudproviders-0:0.3.6-2.f 100% | 205.6 KiB/s |  46.9 KiB |  00m00s
- [176/212] geoclue2-0:2.8.0-1.fc43.x86_6 100% | 585.2 KiB/s | 144.5 KiB |  00m00s
- [177/212] ModemManager-glib-0:1.24.2-1. 100% | 322.9 KiB/s | 334.9 KiB |  00m01s
- [178/212] pipewire-libs-0:1.4.11-1.fc43 100% | 337.6 KiB/s |   2.4 MiB |  00m07s
- [179/212] fdk-aac-free-0:2.0.0-16.fc43. 100% | 417.0 KiB/s | 341.1 KiB |  00m01s
- [180/212] fftw-libs-single-0:3.3.10-16. 100% | 318.2 KiB/s |   1.2 MiB |  00m04s
- [181/212] libebur128-0:1.2.6-14.fc43.x8 100% | 256.3 KiB/s |  24.9 KiB |  00m00s
- [182/212] liblc3-0:1.1.3-5.fc43.x86_64  100% | 350.5 KiB/s | 105.1 KiB |  00m00s
- [183/212] libldac-0:2.0.2.3-18.fc43.x86 100% | 287.5 KiB/s |  42.5 KiB |  00m00s
- [184/212] libsbc-0:2.0-7.fc43.x86_64    100% | 313.9 KiB/s |  49.0 KiB |  00m00s
- [185/212] libsndfile-0:1.2.2-10.fc43.x8 100% | 415.1 KiB/s | 220.8 KiB |  00m01s
- [186/212] webrtc-audio-processing-0:1.3 100% | 397.8 KiB/s | 533.9 KiB |  00m01s
- [187/212] gsm-0:1.0.23-1.fc43.x86_64    100% | 375.3 KiB/s |  36.0 KiB |  00m00s
- [188/212] lame-libs-0:3.100-20.fc43.x86 100% | 341.9 KiB/s | 338.9 KiB |  00m01s
- [189/212] mpg123-libs-0:1.32.10-2.fc43. 100% | 443.3 KiB/s | 355.6 KiB |  00m01s
- [190/212] flac-libs-0:1.5.0-5.fc43.x86_ 100% | 387.0 KiB/s | 217.1 KiB |  00m01s
- [191/212] libproxy-0:0.5.12-1.fc43.x86_ 100% | 373.1 KiB/s |  45.2 KiB |  00m00s
- [192/212] duktape-0:2.7.0-10.fc43.x86_6 100% | 815.0 KiB/s | 168.7 KiB |  00m00s
- [193/212] bluez-libs-0:5.86-4.fc43.x86_ 100% | 614.3 KiB/s |  82.9 KiB |  00m00s
- [194/212] gtk3-0:3.24.52-1.fc43.x86_64  100% | 285.7 KiB/s |   6.0 MiB |  00m21s
- [195/212] libasyncns-0:0.8-31.fc43.x86_ 100% | 455.2 KiB/s |  30.0 KiB |  00m00s
- [196/212] pulseaudio-libs-0:17.0-9.fc43 100% | 474.2 KiB/s | 694.2 KiB |  00m01s
- [197/212] at-spi2-atk-0:2.58.4-1.fc43.x 100% | 298.3 KiB/s |  88.0 KiB |  00m00s
- [198/212] atk-0:2.58.4-1.fc43.x86_64    100% | 399.2 KiB/s |  80.2 KiB |  00m00s
- [199/212] libXtst-0:1.2.5-3.fc43.x86_64 100% | 172.5 KiB/s |  20.5 KiB |  00m00s
- [200/212] at-spi2-core-0:2.58.4-1.fc43. 100% | 691.1 KiB/s | 391.2 KiB |  00m01s
- [201/212] xprop-0:1.2.8-4.fc43.x86_64   100% | 362.7 KiB/s |  34.8 KiB |  00m00s
- [202/212] low-memory-monitor-0:2.1-13.f 100% | 976.3 KiB/s |  34.2 KiB |  00m00s
- [203/212] libnotify-0:0.8.8-1.fc43.x86_ 100% | 417.2 KiB/s |  55.9 KiB |  00m00s
- [204/212] adwaita-sans-fonts-0:49.0-2.f 100% |   1.2 MiB/s | 764.3 KiB |  00m01s
- [205/212] libcanberra-gtk3-0:0.30-38.fc 100% | 381.4 KiB/s |  30.1 KiB |  00m00s
- [206/212] libcanberra-0:0.30-38.fc43.x8 100% | 890.1 KiB/s |  83.7 KiB |  00m00s
- [207/212] libtdb-0:1.4.14-3.fc43.x86_64 100% |   1.0 MiB/s |  55.1 KiB |  00m00s
- [208/212] sound-theme-freedesktop-0:0.8 100% | 887.0 KiB/s | 382.3 KiB |  00m00s
- [209/212] adwaita-mono-fonts-0:49.0-2.f 100% | 765.9 KiB/s |   1.4 MiB |  00m02s
- [210/212] zlib-ng-compat-0:2.3.3-2.fc43 100% | 343.7 KiB/s |  88.7 KiB |  00m00s
- [211/212] glib2-0:2.86.4-2.fc43.x86_64  100% | 593.5 KiB/s |   3.1 MiB |  00m05s
- [212/212] mesa-vulkan-drivers-0:25.3.6- 100% | 603.9 KiB/s |  24.8 MiB |  00m42s
- --------------------------------------------------------------------------------
- [212/212] Total                         100% | 738.2 KiB/s | 127.1 MiB |  02m56s
- Running transaction
- [  1/216] Verify package files          100% | 133.0   B/s | 212.0   B |  00m02s
- [  2/216] Prepare transaction           100% |   1.1 KiB/s | 214.0   B |  00m00s
- [  3/216] Installing libXext-0:1.3.6-4. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  4/216] Upgrading zlib-ng-compat-0:2. 100% |  52.9 MiB/s | 162.6 KiB |  00m00s
- [  5/216] Upgrading glib2-0:2.86.4-2.fc 100% | 170.4 MiB/s |  15.0 MiB |  00m00s
- [  6/216] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [  7/216] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [  8/216] Installing libpng-2:1.6.55-1. 100% |  79.1 MiB/s | 243.0 KiB |  00m00s
- [  9/216] Installing libXi-0:1.8.2-3.fc 100% |  79.8 MiB/s |  81.7 KiB |  00m00s
- [ 10/216] Installing dbus-1:1.16.0-4.fc 100% |   0.0   B/s | 124.0   B |  00m00s
- [ 11/216] Installing avahi-libs-0:0.9~r 100% |  56.7 MiB/s | 174.0 KiB |  00m00s
- [ 12/216] Installing libXrender-0:0.9.1 100% |  46.2 MiB/s |  47.3 KiB |  00m00s
- [ 13/216] Installing libXfixes-0:6.0.1- 100% |  13.5 MiB/s |  27.6 KiB |  00m00s
- [ 14/216] Installing json-glib-0:1.10.8 100% | 118.0 MiB/s | 604.4 KiB |  00m00s
- [ 15/216] Installing libogg-2:1.3.6-2.f 100% |  46.0 MiB/s |  47.1 KiB |  00m00s
- [ 16/216] Installing vulkan-loader-0:1. 100% | 111.8 MiB/s | 572.3 KiB |  00m00s
- [ 17/216] Installing libjpeg-turbo-0:3. 100% | 131.5 MiB/s | 808.0 KiB |  00m00s
- [ 18/216] Installing libwayland-egl-0:1 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 19/216] Installing fribidi-0:1.0.16-3 100% |   8.2 MiB/s | 192.8 KiB |  00m00s
- [ 20/216] Installing libvorbis-1:1.3.7- 100% | 116.6 MiB/s | 835.9 KiB |  00m00s
- [ 21/216] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 22/216] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 23/216] Installing graphene-0:1.10.8- 100% |  39.1 MiB/s | 160.1 KiB |  00m00s
- [ 24/216] Installing libsoup3-0:3.6.6-2 100% | 148.4 MiB/s |   1.8 MiB |  00m00s
- [ 25/216] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 26/216] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [ 27/216] Installing mesa-filesystem-0: 100% |   4.2 MiB/s |   4.3 KiB |  00m00s
- [ 28/216] Installing libpng-devel-2:1.6 100% |  34.8 MiB/s | 891.6 KiB |  00m00s
- [ 29/216] Installing libXcursor-0:1.2.3 100% |  26.9 MiB/s |  55.1 KiB |  00m00s
- [ 30/216] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [ 31/216] Installing libXrandr-0:1.5.4- 100% |  25.9 MiB/s |  53.0 KiB |  00m00s
- [ 32/216] Installing avahi-glib-0:0.9~r 100% |  10.0 MiB/s |  20.4 KiB |  00m00s
- [ 33/216] Installing shared-mime-info-0 100% |  43.2 MiB/s |   2.6 MiB |  00m00s
- [ 34/216] Installing libXinerama-0:1.1. 100% |   7.8 MiB/s |  16.1 KiB |  00m00s
- [ 35/216] Installing alsa-lib-0:1.2.15. 100% |  37.6 MiB/s |   1.5 MiB |  00m00s
- [ 36/216] Installing opus-0:1.5.2-3.fc4 100% |  83.7 MiB/s | 428.7 KiB |  00m00s
- [ 37/216] Installing lcms2-0:2.16-6.fc4 100% | 106.3 MiB/s | 435.3 KiB |  00m00s
- [ 38/216] Installing libepoxy-0:1.5.10- 100% | 134.8 MiB/s |   1.1 MiB |  00m00s
- [ 39/216] Installing gssdp-0:1.6.4-5.fc 100% |  48.3 MiB/s | 148.4 KiB |  00m00s
- [ 40/216] Installing libgudev-0:238-8.f 100% |  27.8 MiB/s |  85.3 KiB |  00m00s
- [ 41/216] Installing gsettings-desktop- 100% | 337.8 MiB/s |   5.7 MiB |  00m00s
- [ 42/216] Installing libXext-devel-0:1. 100% |  27.1 MiB/s | 110.9 KiB |  00m00s
- [ 43/216] Installing libtdb-0:1.4.14-3. 100% |  49.6 MiB/s | 101.6 KiB |  00m00s
- [ 44/216] Installing fuse3-libs-0:3.16. 100% |  92.0 MiB/s | 282.6 KiB |  00m00s
- [ 45/216] Installing spirv-tools-libs-0 100% | 112.3 MiB/s |   6.0 MiB |  00m00s
- [ 46/216] Installing libdav1d-0:1.5.3-1 100% | 130.2 MiB/s |   1.7 MiB |  00m00s
- [ 47/216] Installing libffi-devel-0:3.5 100% |  34.7 MiB/s |  35.6 KiB |  00m00s
- [ 48/216] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 49/216] Installing libdatrie-0:0.2.13 100% |  26.8 MiB/s |  54.9 KiB |  00m00s
- [ 50/216] Installing libthai-0:0.1.29-1 100% | 127.8 MiB/s | 785.2 KiB |  00m00s
- [ 51/216] Installing libwebp-0:1.6.0-2. 100% | 104.2 MiB/s | 960.7 KiB |  00m00s
- [ 52/216] Installing graphite2-0:1.3.14 100% |   8.2 MiB/s | 193.9 KiB |  00m00s
- [ 53/216] Installing freetype-0:2.13.3- 100% | 104.0 MiB/s | 851.9 KiB |  00m00s
- [ 54/216] Installing harfbuzz-0:11.5.1- 100% | 128.5 MiB/s |   2.8 MiB |  00m00s
- [ 55/216] Installing libglvnd-1:1.7.0-8 100% | 103.0 MiB/s | 527.5 KiB |  00m00s
- [ 56/216] Installing hicolor-icon-theme 100% |   4.3 MiB/s | 179.7 KiB |  00m00s
- [ 57/216] Installing xml-common-0:0.6.3 100% |  26.4 MiB/s |  81.1 KiB |  00m00s
- [ 58/216] Installing pixman-0:0.46.2-2. 100% | 115.8 MiB/s | 711.4 KiB |  00m00s
- [ 59/216] Installing pixman-devel-0:0.4 100% |  55.5 MiB/s |  56.9 KiB |  00m00s
- [ 60/216] Installing lzo-0:2.10-15.fc43 100% |  29.4 MiB/s | 180.5 KiB |  00m00s
- [ 61/216] Installing iso-codes-0:4.18.0 100% | 273.8 MiB/s |  21.6 MiB |  00m00s
- [ 62/216] Installing harfbuzz-icu-0:11. 100% |   7.9 MiB/s |  16.3 KiB |  00m00s
- [ 63/216] Installing graphite2-devel-0: 100% |  24.8 MiB/s |  50.8 KiB |  00m00s
- [ 64/216] Installing libdatrie-devel-0: 100% |  21.2 MiB/s | 565.3 KiB |  00m00s
- [ 65/216] Installing libthai-devel-0:0. 100% | 128.2 MiB/s | 656.3 KiB |  00m00s
- [ 66/216] Installing gupnp-0:1.6.9-2.fc 100% |  75.6 MiB/s | 309.8 KiB |  00m00s
- [ 67/216] Installing gupnp-igd-0:1.6.0- 100% |  33.5 MiB/s |  68.6 KiB |  00m00s
- [ 68/216] Installing libnice-0:0.1.22-8 100% |  16.9 MiB/s | 500.6 KiB |  00m00s
- [ 69/216] Installing lcms2-devel-0:2.16 100% |  44.4 MiB/s | 136.4 KiB |  00m00s
- [ 70/216] Installing vulkan-headers-0:1 100% | 186.3 MiB/s |  36.1 MiB |  00m00s
- [ 71/216] Installing vulkan-loader-deve 100% |   4.4 MiB/s |   9.1 KiB |  00m00s
- [ 72/216] Installing fribidi-devel-0:1. 100% |  20.0 MiB/s |  81.9 KiB |  00m00s
- [ 73/216] Installing libtheora-1:1.1.1- 100% |  78.1 MiB/s | 479.7 KiB |  00m00s
- [ 74/216] Installing flac-libs-0:1.5.0- 100% |  75.0 MiB/s | 614.2 KiB |  00m00s
- [ 75/216] Installing libgusb-0:0.4.9-4. 100% |  53.3 MiB/s | 163.7 KiB |  00m00s
- [ 76/216] Installing colord-libs-0:1.4. 100% |  90.5 MiB/s | 833.8 KiB |  00m00s
- [ 77/216] Installing libXtst-0:1.2.5-3. 100% |  16.9 MiB/s |  34.6 KiB |  00m00s
- [ 78/216] Installing abattis-cantarell- 100% |  47.5 MiB/s | 194.4 KiB |  00m00s
- [ 79/216] Installing adobe-source-code- 100% |  80.7 MiB/s |   1.6 MiB |  00m00s
- [ 80/216] Installing redhat-display-fon 100% |  72.7 MiB/s | 968.0 KiB |  00m00s
- [ 81/216] Installing redhat-text-fonts- 100% |  77.3 MiB/s | 791.5 KiB |  00m00s
- [ 82/216] Installing libcloudproviders- 100% |  24.7 MiB/s | 126.2 KiB |  00m00s
- [ 83/216] Installing ModemManager-glib- 100% |  79.5 MiB/s |   1.5 MiB |  00m00s
- [ 84/216] Installing libXv-0:1.0.13-3.f 100% |   8.9 MiB/s |  27.2 KiB |  00m00s
- [ 85/216] Installing libXxf86vm-0:1.1.6 100% |   8.6 MiB/s |  26.5 KiB |  00m00s
- [ 86/216] Installing sound-theme-freede 100% |  16.3 MiB/s | 467.2 KiB |  00m00s
- [ 87/216] Installing xprop-0:1.2.8-4.fc 100% |   1.7 MiB/s |  56.0 KiB |  00m00s
- [ 88/216] Installing at-spi2-core-0:2.5 100% | 130.7 MiB/s |   1.6 MiB |  00m00s
- [ 89/216] Installing atk-0:2.58.4-1.fc4 100% |  61.0 MiB/s | 250.0 KiB |  00m00s
- [ 90/216] Installing at-spi2-atk-0:2.58 100% |  69.8 MiB/s | 285.7 KiB |  00m00s
- [ 91/216] Installing libasyncns-0:0.8-3 100% |  27.7 MiB/s |  56.8 KiB |  00m00s
- [ 92/216] Installing bluez-libs-0:5.86- 100% |  64.9 MiB/s | 199.4 KiB |  00m00s
- [ 93/216] Installing duktape-0:2.7.0-10 100% | 100.5 MiB/s | 617.8 KiB |  00m00s
- [ 94/216] Installing libproxy-0:0.5.12- 100% |  25.5 MiB/s | 104.6 KiB |  00m00s
- [ 95/216] Installing mpg123-libs-0:1.32 100% |  99.7 MiB/s | 816.6 KiB |  00m00s
- [ 96/216] Installing lame-libs-0:3.100- 100% | 199.8 MiB/s |   1.2 MiB |  00m00s
- [ 97/216] Installing gsm-0:1.0.23-1.fc4 100% |  32.7 MiB/s |  66.9 KiB |  00m00s
- [ 98/216] Installing libsndfile-0:1.2.2 100% |  89.8 MiB/s | 551.6 KiB |  00m00s
- [ 99/216] Installing pulseaudio-libs-0: 100% | 225.3 MiB/s |   3.4 MiB |  00m00s
- [100/216] Installing webrtc-audio-proce 100% | 113.8 MiB/s |   1.4 MiB |  00m00s
- [101/216] Installing libsbc-0:2.0-7.fc4 100% |  46.2 MiB/s |  94.5 KiB |  00m00s
- [102/216] Installing libldac-0:2.0.2.3- 100% |  24.8 MiB/s |  76.2 KiB |  00m00s
- [103/216] Installing liblc3-0:1.1.3-5.f 100% |  55.9 MiB/s | 171.8 KiB |  00m00s
- [104/216] Installing libebur128-0:1.2.6 100% |  19.9 MiB/s |  40.7 KiB |  00m00s
- [105/216] Installing fftw-libs-single-0 100% | 150.0 MiB/s |   3.6 MiB |  00m00s
- [106/216] Installing fdk-aac-free-0:2.0 100% |  85.6 MiB/s | 613.3 KiB |  00m00s
- [107/216] Installing pipewire-libs-0:1. 100% | 109.9 MiB/s |   8.7 MiB |  00m00s
- [108/216] Installing libXcomposite-0:0. 100% |  41.0 MiB/s |  42.0 KiB |  00m00s
- [109/216] Installing libdisplay-info-0: 100% |  70.7 MiB/s | 217.3 KiB |  00m00s
- [110/216] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [111/216] Installing fuse3-0:3.16.2-5.f 100% |   5.6 MiB/s | 132.0 KiB |  00m00s
- [112/216] Installing highway-0:1.3.0-1. 100% | 173.0 MiB/s |   5.5 MiB |  00m00s
- [113/216] Installing libjxl-1:0.11.1-7. 100% | 141.7 MiB/s |   4.1 MiB |  00m00s
- [114/216] Installing xz-devel-1:5.8.1-4 100% |  51.3 MiB/s | 262.6 KiB |  00m00s
- [115/216] Installing libxml2-devel-0:2. 100% | 100.5 MiB/s |   3.4 MiB |  00m00s
- [116/216] Installing libseccomp-devel-0 100% |   4.9 MiB/s | 121.0 KiB |  00m00s
- [117/216] Installing libicu-devel-0:77. 100% |  77.0 MiB/s |   5.1 MiB |  00m00s
- [118/216] Installing libblkid-devel-0:2 100% |  22.5 MiB/s |  46.0 KiB |  00m00s
- [119/216] Installing lzo-minilzo-0:2.10 100% |  18.5 MiB/s |  37.9 KiB |  00m00s
- [120/216] Installing lzo-devel-0:2.10-1 100% |  70.1 MiB/s | 215.3 KiB |  00m00s
- [121/216] Installing google-noto-fonts- 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [122/216] Installing google-noto-sans-v 100% | 126.5 MiB/s |   1.4 MiB |  00m00s
- [123/216] Installing default-fonts-core 100% |   3.6 MiB/s |  18.2 KiB |  00m00s
- [124/216] Installing fontconfig-0:2.17. 100% | 713.9 KiB/s | 785.3 KiB |  00m01s
- [125/216] Installing cairo-0:1.18.4-2.f 100% | 126.6 MiB/s |   1.8 MiB |  00m00s
- [126/216] Installing cairo-gobject-0:1. 100% |  31.2 MiB/s |  32.0 KiB |  00m00s
- [127/216] Installing libXft-0:2.3.8-9.f 100% |  81.0 MiB/s | 165.9 KiB |  00m00s
- [128/216] Installing pango-0:1.57.1-1.f 100% |  32.4 MiB/s |   1.0 MiB |  00m00s
- [129/216] Installing harfbuzz-cairo-0:1 100% |  47.8 MiB/s |  49.0 KiB |  00m00s
- [130/216] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [131/216] Installing brotli-0:1.2.0-1.f 100% |   1.6 MiB/s |  34.4 KiB |  00m00s
- [132/216] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [133/216] Installing rav1e-libs-0:0.8.1 100% | 140.2 MiB/s |   3.1 MiB |  00m00s
- [134/216] Installing openh264-0:2.6.0-2 100% | 121.8 MiB/s |   1.1 MiB |  00m00s
- [135/216] Installing hwdata-0:0.406-1.f 100% | 159.2 MiB/s |   9.9 MiB |  00m00s
- [136/216] Installing libpciaccess-0:0.1 100% |  22.4 MiB/s |  45.9 KiB |  00m00s
- [137/216] Installing libdrm-0:2.4.131-1 100% |  57.0 MiB/s | 408.5 KiB |  00m00s
- [138/216] Installing xkeyboard-config-0 100% | 210.3 MiB/s |  10.3 MiB |  00m00s
- [139/216] Installing libxkbcommon-0:1.1 100% |  80.1 MiB/s | 409.9 KiB |  00m00s
- [140/216] Installing libvmaf-0:3.0.0-4. 100% | 115.6 MiB/s | 828.4 KiB |  00m00s
- [141/216] Installing libaom-0:3.13.1-1. 100% | 139.8 MiB/s |   5.0 MiB |  00m00s
- [142/216] Installing svt-av1-libs-0:3.1 100% | 139.2 MiB/s |   5.6 MiB |  00m00s
- [143/216] Installing openjpeg-0:2.5.4-1 100% |  89.5 MiB/s | 458.2 KiB |  00m00s
- [144/216] Installing libopenjph-0:0.22. 100% | 114.1 MiB/s | 467.3 KiB |  00m00s
- [145/216] Installing libheif-0:1.20.2-6 100% | 119.5 MiB/s |   1.6 MiB |  00m00s
- [146/216] Installing glycin-loaders-0:2 100% | 165.4 MiB/s |  12.7 MiB |  00m00s
- [147/216] Installing glycin-libs-0:2.0. 100% | 136.8 MiB/s |   4.2 MiB |  00m00s
- [148/216] Installing gdk-pixbuf2-0:2.44 100% |  81.4 MiB/s |   2.5 MiB |  00m00s
- [149/216] Installing librsvg2-0:2.61.0- 100% | 137.0 MiB/s |   5.1 MiB |  00m00s
- [150/216] Installing gtk-update-icon-ca 100% |   2.8 MiB/s |  63.3 KiB |  00m00s
- [151/216] 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.                     
- >>>                                                                             
- [152/216] Installing geoclue2-0:2.8.0-1 100% |  14.7 MiB/s | 405.6 KiB |  00m00s
- [153/216] Installing sysprof-capture-de 100% |  98.5 MiB/s | 806.5 KiB |  00m00s
- [154/216] Installing pcre2-utf32-0:10.4 100% |  99.6 MiB/s | 611.9 KiB |  00m00s
- [155/216] Installing pcre2-utf16-0:10.4 100% | 104.2 MiB/s | 640.0 KiB |  00m00s
- [156/216] Installing pcre2-devel-0:10.4 100% |  73.1 MiB/s |   2.1 MiB |  00m00s
- [157/216] Installing libsepol-devel-0:3 100% |  21.0 MiB/s | 128.9 KiB |  00m00s
- [158/216] Installing libselinux-devel-0 100% |  39.6 MiB/s | 162.1 KiB |  00m00s
- [159/216] Installing libmount-devel-0:2 100% |  32.5 MiB/s |  66.5 KiB |  00m00s
- [160/216] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [161/216] Installing mesa-dri-drivers-0 100% | 149.7 MiB/s |  48.8 MiB |  00m00s
- [162/216] Installing mesa-libgbm-0:25.3 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [163/216] Installing mesa-libEGL-0:25.3 100% |  76.0 MiB/s | 311.3 KiB |  00m00s
- [164/216] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [165/216] Installing mesa-libGL-0:25.3. 100% |  70.1 MiB/s | 286.9 KiB |  00m00s
- [166/216] Installing libglvnd-glx-1:1.7 100% |  98.1 MiB/s | 602.6 KiB |  00m00s
- [167/216] Installing libva-0:2.22.0-6.f 100% |  65.1 MiB/s | 333.4 KiB |  00m00s
- [168/216] Installing libwayland-server- 100% |  38.9 MiB/s |  79.7 KiB |  00m00s
- [169/216] Installing wayland-devel-0:1. 100% |  24.4 MiB/s | 700.4 KiB |  00m00s
- [170/216] Installing libstemmer-0:3.0.1 100% | 107.9 MiB/s | 662.9 KiB |  00m00s
- [171/216] Installing libtinysparql-0:3. 100% | 108.3 MiB/s | 997.9 KiB |  00m00s
- [172/216] Installing liblerc-0:4.0.0-9. 100% | 101.8 MiB/s | 625.6 KiB |  00m00s
- [173/216] Installing jbigkit-libs-0:2.1 100% |  56.4 MiB/s | 115.4 KiB |  00m00s
- [174/216] Installing libtiff-0:4.7.1-1. 100% | 102.0 MiB/s | 626.6 KiB |  00m00s
- [175/216] Installing orc-0:0.4.41-2.fc4 100% |  25.4 MiB/s | 728.9 KiB |  00m00s
- [176/216] Installing libvisual-1:0.4.2- 100% |  88.9 MiB/s | 455.1 KiB |  00m00s
- [177/216] Installing cdparanoia-libs-0: 100% |  37.4 MiB/s | 115.0 KiB |  00m00s
- [178/216] Installing libunwind-0:1.8.1- 100% |  38.6 MiB/s | 197.4 KiB |  00m00s
- [179/216] Installing gstreamer1-0:1.26. 100% |  81.6 MiB/s |   5.4 MiB |  00m00s
- [180/216] Installing gstreamer1-plugins 100% |  70.4 MiB/s |   7.4 MiB |  00m00s
- [181/216] Installing gstreamer1-plugins 100% |  57.2 MiB/s |   3.1 MiB |  00m00s
- [182/216] Installing xdg-desktop-portal 100% |  35.0 MiB/s |   1.9 MiB |  00m00s
- [183/216] Installing libcanberra-0:0.30 100% |   5.2 MiB/s | 271.4 KiB |  00m00s
- [184/216] Installing python3-packaging- 100% |  50.4 MiB/s | 619.9 KiB |  00m00s
- [185/216] Installing glib2-devel-0:2.86 100% | 113.5 MiB/s |  15.8 MiB |  00m00s
- [186/216] Installing harfbuzz-devel-0:1 100% | 124.1 MiB/s |   5.3 MiB |  00m00s
- [187/216] Installing freetype-devel-0:2 100% | 203.4 MiB/s |   8.5 MiB |  00m00s
- [188/216] Installing fontconfig-devel-0 100% |  38.9 MiB/s | 159.4 KiB |  00m00s
- [189/216] Installing cairo-devel-0:1.18 100% | 381.8 MiB/s |   2.3 MiB |  00m00s
- [190/216] Installing cairo-gobject-deve 100% |   7.4 MiB/s |   7.6 KiB |  00m00s
- [191/216] Installing glycin-devel-0:2.0 100% |  41.4 MiB/s | 127.3 KiB |  00m00s
- [192/216] Installing gdk-pixbuf2-devel- 100% |  79.9 MiB/s |   2.3 MiB |  00m00s
- [193/216] Installing libXft-devel-0:2.3 100% |  21.6 MiB/s |  44.3 KiB |  00m00s
- [194/216] Installing pango-devel-0:1.57 100% | 127.0 MiB/s |   1.5 MiB |  00m00s
- [195/216] Installing graphene-devel-0:1 100% | 260.1 MiB/s |   2.3 MiB |  00m00s
- [196/216] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [197/216] Installing cups-libs-1:2.4.16 100% |  46.6 MiB/s | 620.2 KiB |  00m00s
- [198/216] Installing adwaita-icon-theme 100% |  17.8 MiB/s |   2.4 MiB |  00m00s
- [199/216] Installing adwaita-cursor-the 100% | 187.4 MiB/s |  11.4 MiB |  00m00s
- [200/216] Installing adwaita-icon-theme 100% |  18.0 MiB/s |   1.3 MiB |  00m00s
- [201/216] Installing gtk3-0:3.24.52-1.f 100% | 128.0 MiB/s |  22.5 MiB |  00m00s
- [202/216] Installing gtk4-0:4.20.4-1.fc 100% | 125.1 MiB/s |  26.9 MiB |  00m00s
- [203/216] Installing gtk4-devel-0:4.20. 100% |  81.3 MiB/s |  22.8 MiB |  00m00s
- [204/216] Installing xdg-desktop-portal 100% |  21.4 MiB/s | 481.2 KiB |  00m00s
- [205/216] Installing libcanberra-gtk3-0 100% |   1.9 MiB/s |  73.9 KiB |  00m00s
- [206/216] Installing tinysparql-0:3.10. 100% |  33.6 MiB/s |   2.6 MiB |  00m00s
- [207/216] Installing mesa-vulkan-driver 100% | 184.5 MiB/s | 152.8 MiB |  00m01s
- [208/216] Installing glib-networking-0: 100% | 105.7 MiB/s | 757.9 KiB |  00m00s
- [209/216] Installing gi-docgen-fonts-0: 100% |   0.0   B/s | 124.0   B |  00m00s
- [210/216] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [211/216] Installing dconf-0:0.49.0-1.f 100% |   7.1 MiB/s | 312.1 KiB |  00m00s
- [212/216] Installing adwaita-mono-fonts 100% | 149.1 MiB/s |   5.5 MiB |  00m00s
- [213/216] Installing adwaita-sans-fonts 100% | 122.8 MiB/s |   1.7 MiB |  00m00s
- [214/216] Installing low-memory-monitor 100% |   2.5 MiB/s |  67.7 KiB |  00m00s
- [215/216] Removing glib2-0:2.86.4-1.fc4 100% |  10.8 KiB/s | 177.0   B |  00m00s
- [216/216] Removing zlib-ng-compat-0:2.3 100% |   5.0   B/s |   5.0   B |  00m01s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gtk4-devel"
- gtk4-devel-4.20.4-1.fc43.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-gtk4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:28.59 ---> saved as "be2af58de2e03c48381f440496658fe961a71c51f3d474cb7d0bb6bb0e3378f5"
Job succeeded
2026-04-05 06:29.09: Job succeeded