(for PR #28495)

2026-05-04 08:20.05: New job: build efl.1.12.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on fedora-42-ocaml-4.14/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/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06
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 efl.1.12.0 1.12.0
RUN opam reinstall efl.1.12.0; \
    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-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'efl.1.12.0' && 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-05-04 08:20.05: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06-efl.1.12.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)
 (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 efl.1.12.0 1.12.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.12.0;\
             \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-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'efl.1.12.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-04 08:20.05: Waiting for resource in pool OCluster
2026-05-04 08:28.58: Waiting for worker…
2026-05-04 08:34.12: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
 packages/efl/efl.1.12.0/opam | 2 +-
 packages/efl/efl.1.13.0/opam | 2 +-
 packages/efl/efl.1.17.0/opam | 2 +-
 packages/efl/efl.1.18.0/opam | 2 +-
 packages/efl/efl.1.19.0/opam | 2 +-
 packages/efl/efl.1.20.0/opam | 2 +-
 packages/efl/efl.1.22.0/opam | 2 +-
 packages/efl/efl.1.24.0/opam | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

(from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)
2026-05-04 08:34.14 ---> using "a2138dc0ef62f001e023e4416ed486d1206cfe1a8119b44d0145c01c1c705900" 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-05-04 08:34.14 ---> using "184ba36fbc610efe69c9e04924355ff77c877d4f430770318d8c00dc7ffb970c" 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 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-04 08:34.14 ---> using "91f75b06c1aa3c1652f704d274f652e7d324b043f3dddad7a5dd7e0b37b8472b" 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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=42
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-05-04 08:34.14 ---> using "d7b99b793c1495407852bc088432437c8d084181e2aade9f891078d98ca706d5" 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-05-04 08:34.14 ---> using "2db1a9f7947aed731b8406bd75d83d6a26296945116cbb11efd002574e1705d5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:34.21 ---> saved as "73255c00c985466575e89b5d1737dea49da7649c47cb2cf8760eb6b136c8b562"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:34.38 ---> saved as "8e84882b73c6470dc4a4a56cdcdc9e49d26169144d7e743b1b521ca17756f8e9"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |   1.3 KiB/s |   7.1 KiB |  00m05s
-  Fedora 42 - x86_64                     100% | 120.7 KiB/s |  21.1 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-05-04 08:34.59 ---> saved as "8ac1205c5c73935a61bd82a94a75b62e664f04f12ff40c4a88d9cfec43705691"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.12.0 1.12.0"))
efl is now pinned to version 1.12.0
2026-05-04 08:34.59 ---> saved as "d5356aadb22122179aa7cd895a6fbcbba71271060d8e146104e9840bc725125b"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.12.0;\
                        \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-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'efl.1.12.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
efl.1.12.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
  - install conf-efl        1.8             [required by efl]
  - install conf-pkg-config 4               [required by conf-efl]
  - install efl             1.12.0 (pinned)
  - install ocamlbuild      0.16.1          [required by efl]
  - install ocamlfind       1.9.8           [required by efl]

The following system packages will first need to be installed:
    elementary-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" "elementary-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                        Repository      Size
- Installing:
-  efl-devel                               x86_64 1.28.1-1.fc42                  updates     17.1 MiB
- Installing dependencies:
-  LibRaw                                  x86_64 0.21.5-1.fc42                  updates      2.3 MiB
-  ModemManager-glib                       x86_64 1.22.0-5.fc42                  fedora       1.4 MiB
-  SDL3                                    x86_64 3.4.0-3.fc42                   updates      3.0 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-14.fc42                  fedora     192.7 KiB
-  adobe-mappings-cmap                     noarch 20231115-2.fc42                fedora      15.2 MiB
-  adobe-mappings-cmap-deprecated          noarch 20231115-2.fc42                fedora     582.1 KiB
-  adobe-mappings-pdf                      noarch 20190401-9.fc42                fedora       4.4 MiB
-  adwaita-cursor-theme                    noarch 48.1-1.fc42                    updates     11.4 MiB
-  adwaita-icon-theme                      noarch 48.1-1.fc42                    updates      1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-3.fc42                    fedora       2.1 MiB
-  alsa-lib                                x86_64 1.2.15.3-1.fc42                updates      1.5 MiB
-  at-spi2-atk                             x86_64 2.56.8-1.fc42                  updates    275.6 KiB
-  at-spi2-core                            x86_64 2.56.8-1.fc42                  updates      1.5 MiB
-  atk                                     x86_64 2.56.8-1.fc42                  updates    248.6 KiB
-  avahi                                   x86_64 0.9~rc2-2.fc42                 fedora       1.6 MiB
-  avahi-devel                             x86_64 0.9~rc2-2.fc42                 fedora     130.6 KiB
-  avahi-glib                              x86_64 0.9~rc2-2.fc42                 fedora      23.6 KiB
-  avahi-libs                              x86_64 0.9~rc2-2.fc42                 fedora     183.6 KiB
-  bluez-libs                              x86_64 5.84-2.fc42                    updates    198.3 KiB
-  brotli                                  x86_64 1.2.0-1.fc42                   updates     33.6 KiB
-  brotli-devel                            x86_64 1.2.0-1.fc42                   updates     65.9 KiB
-  bullet                                  x86_64 3.08-13.fc42                   fedora       3.7 MiB
-  bullet-devel                            x86_64 3.08-13.fc42                   fedora       2.9 MiB
-  bzip2-devel                             x86_64 1.0.8-20.fc42                  fedora     309.8 KiB
-  cairo                                   x86_64 1.18.2-3.fc42                  fedora       1.8 MiB
-  cairo-devel                             x86_64 1.18.2-3.fc42                  fedora       2.3 MiB
-  cairo-gobject                           x86_64 1.18.2-3.fc42                  fedora      35.1 KiB
-  cdparanoia-libs                         x86_64 10.2-47.fc42                   fedora     117.5 KiB
-  cmake                                   x86_64 3.31.11-1.fc42                 updates     34.5 MiB
-  cmake-data                              noarch 3.31.11-1.fc42                 updates      8.5 MiB
-  cmake-filesystem                        x86_64 3.31.11-1.fc42                 updates      0.0   B
-  colord-libs                             x86_64 1.4.7-6.fc42                   fedora     850.7 KiB
-  cpuinfo                                 x86_64 24.09.26-2.git1e83a2f.fc42.1   updates    107.0 KiB
-  cups-filesystem                         noarch 1:2.4.17-1.fc42                updates      0.0   B
-  cups-libs                               x86_64 1:2.4.17-1.fc42                updates    618.7 KiB
-  dbus-devel                              x86_64 1:1.16.0-3.fc42                fedora     131.7 KiB
-  default-fonts-core-sans                 noarch 4.2-4.fc42                     fedora      11.9 KiB
-  efl                                     x86_64 1.28.1-1.fc42                  updates     55.6 MiB
-  fdk-aac-free                            x86_64 2.0.0-15.fc42                  fedora     615.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-15.fc42                 fedora       3.6 MiB
-  flac-devel                              x86_64 1.4.3-6.fc42                   fedora       5.4 MiB
-  flac-libs                               x86_64 1.4.3-6.fc42                   fedora     698.1 KiB
-  fontconfig                              x86_64 2.16.0-2.fc42                  fedora     764.7 KiB
-  fontconfig-devel                        x86_64 2.16.0-2.fc42                  fedora     119.3 KiB
-  fonts-filesystem                        noarch 1:2.0.5-22.fc42                updates      0.0   B
-  freetype                                x86_64 2.13.3-2.fc42                  fedora     858.2 KiB
-  freetype-devel                          x86_64 2.13.3-2.fc42                  fedora       8.5 MiB
-  fribidi                                 x86_64 1.0.16-2.fc42                  fedora     194.3 KiB
-  fribidi-devel                           x86_64 1.0.16-2.fc42                  fedora      78.0 KiB
-  fuse-common                             x86_64 3.16.2-6.fc42                  updates     38.0   B
-  fuse3                                   x86_64 3.16.2-6.fc42                  updates    121.7 KiB
-  fuse3-libs                              x86_64 3.16.2-6.fc42                  updates    277.5 KiB
-  gdk-pixbuf2                             x86_64 2.42.12-12.fc42                updates      2.5 MiB
-  gdk-pixbuf2-modules                     x86_64 2.42.12-12.fc42                updates     55.4 KiB
-  geoclue2                                x86_64 2.8.0-1.fc42                   updates    401.7 KiB
-  gettext                                 x86_64 0.23.1-2.fc42                  fedora       5.2 MiB
-  gettext-envsubst                        x86_64 0.23.1-2.fc42                  fedora      78.8 KiB
-  gettext-libs                            x86_64 0.23.1-2.fc42                  fedora       2.0 MiB
-  gettext-runtime                         x86_64 0.23.1-2.fc42                  fedora     452.2 KiB
-  giflib                                  x86_64 5.2.2-9.fc42                   updates    116.1 KiB
-  glib2-devel                             x86_64 2.84.4-1.fc42                  updates     15.8 MiB
-  gobject-introspection                   x86_64 1.84.0-1.fc42                  fedora     392.8 KiB
-  google-droid-sans-fonts                 noarch 20200215-22.fc42               fedora       6.3 MiB
-  google-noto-fonts-common                noarch 20250301-1.fc42                fedora      17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20250301-1.fc42                fedora       1.4 MiB
-  gpgme                                   x86_64 1.24.3-1.fc42                  updates    587.9 KiB
-  gpgmepp                                 x86_64 1.24.3-1.fc42                  updates    429.2 KiB
-  graphene                                x86_64 1.10.6-10.fc42                 fedora     162.4 KiB
-  graphite2                               x86_64 1.3.14-18.fc42                 fedora     195.8 KiB
-  graphite2-devel                         x86_64 1.3.14-18.fc42                 fedora      49.3 KiB
-  gsettings-desktop-schemas               x86_64 48.0-3.fc42                    updates      5.4 MiB
-  gsm                                     x86_64 1.0.22-8.fc42                  fedora      68.8 KiB
-  gstreamer1                              x86_64 1.26.11-1.fc42                 updates      5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.11-1.fc42                 updates      7.4 MiB
-  gtk-update-icon-cache                   x86_64 3.24.52-1.fc42                 updates     62.2 KiB
-  gtk3                                    x86_64 3.24.52-1.fc42                 updates     22.5 MiB
-  harfbuzz                                x86_64 10.4.0-2.fc42                  updates      2.8 MiB
-  harfbuzz-cairo                          x86_64 10.4.0-2.fc42                  updates     52.1 KiB
-  harfbuzz-devel                          x86_64 10.4.0-2.fc42                  updates      5.2 MiB
-  harfbuzz-icu                            x86_64 10.4.0-2.fc42                  updates     15.4 KiB
-  hicolor-icon-theme                      noarch 0.17-20.fc42                   fedora      72.2 KiB
-  highway                                 x86_64 1.3.0-1.fc42                   updates      5.5 MiB
-  hwdata                                  noarch 0.406-1.fc42                   updates      9.9 MiB
-  ibus-libs                               x86_64 1.5.32-3.fc42                  updates    860.1 KiB
-  iso-codes                               noarch 4.17.0-2.fc42                  fedora      20.3 MiB
-  jasper-libs                             x86_64 4.2.3-3.fc42                   fedora     345.8 KiB
-  jbig2dec-libs                           x86_64 0.20-6.fc42                    fedora     169.0 KiB
-  jbigkit-libs                            x86_64 2.1-31.fc42                    fedora     121.4 KiB
-  json-glib                               x86_64 1.10.8-1.fc42                  updates    592.3 KiB
-  jsoncpp                                 x86_64 1.9.6-1.fc42                   fedora     261.6 KiB
-  lame-libs                               x86_64 3.100-19.fc42                  fedora       1.2 MiB
-  lcms2                                   x86_64 2.16-5.fc42                    fedora     437.7 KiB
-  libICE                                  x86_64 1.1.2-2.fc42                   fedora     198.4 KiB
-  libSM                                   x86_64 1.2.5-2.fc42                   fedora     105.0 KiB
-  libXScrnSaver                           x86_64 1.2.4-5.fc42                   fedora      49.6 KiB
-  libXcomposite                           x86_64 0.4.6-5.fc42                   fedora      44.4 KiB
-  libXcursor                              x86_64 1.2.3-2.fc42                   fedora      57.4 KiB
-  libXdamage                              x86_64 1.1.6-5.fc42                   fedora      43.6 KiB
-  libXext                                 x86_64 1.3.6-3.fc42                   fedora      90.0 KiB
-  libXext-devel                           x86_64 1.3.6-3.fc42                   fedora      98.9 KiB
-  libXfixes                               x86_64 6.0.1-5.fc42                   fedora      30.2 KiB
-  libXft                                  x86_64 2.3.8-8.fc42                   fedora     168.4 KiB
-  libXi                                   x86_64 1.8.2-2.fc42                   fedora      84.6 KiB
-  libXinerama                             x86_64 1.1.5-8.fc42                   fedora      19.0 KiB
-  libXrandr                               x86_64 1.5.4-5.fc42                   fedora      55.8 KiB
-  libXrender                              x86_64 0.9.12-2.fc42                  fedora      50.0 KiB
-  libXrender-devel                        x86_64 0.9.12-2.fc42                  fedora      50.1 KiB
-  libXt                                   x86_64 1.3.1-2.fc42                   fedora     429.7 KiB
-  libXtst                                 x86_64 1.2.5-2.fc42                   fedora      33.5 KiB
-  libXv                                   x86_64 1.0.13-2.fc42                  fedora      30.0 KiB
-  libXxf86vm                              x86_64 1.1.6-2.fc42                   fedora      29.2 KiB
-  libaom                                  x86_64 3.13.1-1.fc42                  updates      5.0 MiB
-  libasyncns                              x86_64 0.8-30.fc42                    fedora      59.5 KiB
-  libavif                                 x86_64 1.1.1-1.fc42                   fedora     213.9 KiB
-  libblkid-devel                          x86_64 2.40.4-10.fc42                 updates     44.9 KiB
-  libcamera                               x86_64 0.4.0-4.fc42                   fedora       1.9 MiB
-  libcanberra                             x86_64 0.30-37.fc42                   fedora     286.4 KiB
-  libcloudproviders                       x86_64 0.3.6-1.fc42                   fedora     124.3 KiB
-  libdaemon                               x86_64 0.14-31.fc42                   fedora      68.3 KiB
-  libdatrie                               x86_64 0.2.13-11.fc42                 fedora      57.8 KiB
-  libdav1d                                x86_64 1.5.3-1.fc42                   updates      1.7 MiB
-  libdecor                                x86_64 0.2.4-1.fc42                   updates    165.2 KiB
-  libdrm                                  x86_64 2.4.131-1.fc42                 updates    404.7 KiB
-  libebur128                              x86_64 1.2.6-12.fc42                  fedora      39.3 KiB
-  libepoxy                                x86_64 1.5.10-9.fc42                  fedora       1.1 MiB
-  libevdev                                x86_64 1.13.4-1.fc42                  fedora      82.0 KiB
-  libevent-devel                          x86_64 2.1.12-15.fc42                 fedora     426.0 KiB
-  libffi-devel                            x86_64 3.4.6-5.fc42                   fedora      33.1 KiB
-  libglvnd                                x86_64 1:1.7.0-7.fc42                 fedora     530.2 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-7.fc42                 fedora      40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-7.fc42                 fedora       2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-7.fc42                 fedora      68.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-7.fc42                 fedora     105.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-7.fc42                 fedora     609.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-7.fc42                 fedora     148.8 KiB
-  libgs                                   x86_64 10.05.1-6.fc42                 updates     23.5 MiB
-  libgudev                                x86_64 238-7.fc42                     fedora      87.8 KiB
-  libgusb                                 x86_64 0.4.9-3.fc42                   fedora     162.0 KiB
-  libicu-devel                            x86_64 76.1-4.fc42                    fedora       5.0 MiB
-  libijs                                  x86_64 0.35-24.fc42                   fedora      65.5 KiB
-  libinput                                x86_64 1.29.1-1.fc42                  updates    638.2 KiB
-  libinput-devel                          x86_64 1.29.1-1.fc42                  updates    230.5 KiB
-  libjpeg-turbo                           x86_64 3.1.3-1.fc42                   updates    806.3 KiB
-  libjpeg-turbo-devel                     x86_64 3.1.3-1.fc42                   updates    353.9 KiB
-  libjxl                                  x86_64 1:0.11.1-4.fc42                updates      3.1 MiB
-  liblc3                                  x86_64 1.1.3-1.fc42                   fedora     170.8 KiB
-  libldac                                 x86_64 2.0.2.3-17.fc42                fedora      82.2 KiB
-  liblerc                                 x86_64 4.0.0-8.fc42                   fedora     636.1 KiB
-  libmount-devel                          x86_64 2.40.4-10.fc42                 updates     63.5 KiB
-  libnotify                               x86_64 0.8.8-1.fc42                   updates    126.6 KiB
-  libogg                                  x86_64 2:1.3.5-11.fc42                fedora      45.3 KiB
-  libogg-devel                            x86_64 2:1.3.5-11.fc42                fedora      17.5 KiB
-  libpaper                                x86_64 1:2.1.1-8.fc42                 fedora      48.8 KiB
-  libpciaccess                            x86_64 0.16-15.fc42                   fedora      44.5 KiB
-  libpng                                  x86_64 2:1.6.56-1.fc42                updates    241.8 KiB
-  libpng-devel                            x86_64 2:1.6.56-1.fc42                updates      1.1 MiB
-  libproxy                                x86_64 0.5.8-2.fc42                   fedora     102.3 KiB
-  librsvg2                                x86_64 2.60.0-5.fc42                  updates      5.1 MiB
-  libsbc                                  x86_64 2.0-6.fc42                     fedora      93.4 KiB
-  libselinux-devel                        x86_64 3.8-3.fc42                     updates    126.8 KiB
-  libsepol-devel                          x86_64 3.8-1.fc42                     fedora     120.8 KiB
-  libsndfile                              x86_64 1.2.2-8.fc42                   fedora     550.0 KiB
-  libsndfile-devel                        x86_64 1.2.2-8.fc42                   fedora     212.9 KiB
-  libsoup3                                x86_64 3.6.6-2.fc42                   updates      1.7 MiB
-  libspectre                              x86_64 0.2.12-9.fc42                  fedora      89.8 KiB
-  libtdb                                  x86_64 1.4.13-2.fc42                  fedora     100.5 KiB
-  libtextstyle                            x86_64 0.23.1-2.fc42                  fedora     207.5 KiB
-  libthai                                 x86_64 0.1.29-10.fc42                 fedora     783.4 KiB
-  libtheora                               x86_64 1:1.1.1-39.fc42                fedora     481.3 KiB
-  libtiff                                 x86_64 4.7.1-1.fc42                   updates    624.4 KiB
-  libtinysparql                           x86_64 3.9.2-1.fc42                   updates      1.3 MiB
-  libunwind                               x86_64 1.8.1-2.fc42                   fedora     194.1 KiB
-  libunwind-devel                         x86_64 1.8.1-2.fc42                   fedora     138.6 KiB
-  libuv                                   x86_64 1:1.51.0-1.fc42                updates    570.2 KiB
-  libvisual                               x86_64 1:0.4.2-1.fc42                 updates    494.1 KiB
-  libvmaf                                 x86_64 3.0.0-3.fc42                   fedora     827.0 KiB
-  libvorbis                               x86_64 1:1.3.7-12.fc42                fedora     833.4 KiB
-  libvorbis-devel                         x86_64 1:1.3.7-12.fc42                fedora      38.4 KiB
-  libwacom                                x86_64 2.16.1-1.fc42                  updates    106.0 KiB
-  libwacom-data                           noarch 2.16.1-1.fc42                  updates      1.4 MiB
-  libwayland-client                       x86_64 1.24.0-1.fc42                  updates     62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc42                  updates     37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc42                  updates     12.4 KiB
-  libwayland-server                       x86_64 1.24.0-1.fc42                  updates     78.5 KiB
-  libwebp                                 x86_64 1.5.0-2.fc42                   fedora     947.6 KiB
-  libxkbcommon-devel                      x86_64 1.8.1-1.fc42                   fedora     358.8 KiB
-  libxkbcommon-x11                        x86_64 1.8.1-1.fc42                   fedora      35.5 KiB
-  libxkbcommon-x11-devel                  x86_64 1.8.1-1.fc42                   fedora       8.3 KiB
-  libxml2-devel                           x86_64 2.12.10-1.fc42                 fedora       3.4 MiB
-  libxshmfence                            x86_64 1.3.2-6.fc42                   fedora      12.4 KiB
-  libyuv                                  x86_64 0-0.56.20240704git96bbdb5.fc42 fedora     683.6 KiB
-  lm_sensors-libs                         x86_64 3.6.0-22.fc42                  fedora      85.8 KiB
-  lttng-ust                               x86_64 2.13.8-4.fc42                  fedora       1.1 MiB
-  luajit                                  x86_64 2.1.1761727121-1.fc42          updates      1.4 MiB
-  luajit-devel                            x86_64 2.1.1761727121-1.fc42          updates    251.6 KiB
-  mesa-dri-drivers                        x86_64 25.1.9-1.fc42                  updates     46.7 MiB
-  mesa-filesystem                         x86_64 25.1.9-1.fc42                  updates      3.6 KiB
-  mesa-libEGL                             x86_64 25.1.9-1.fc42                  updates    334.9 KiB
-  mesa-libGL                              x86_64 25.1.9-1.fc42                  updates    306.2 KiB
-  mesa-libGLU                             x86_64 9.0.3-6.fc42                   fedora     361.7 KiB
-  mesa-libGLU-devel                       x86_64 9.0.3-6.fc42                   fedora      17.0 KiB
-  mesa-libgbm                             x86_64 25.1.9-1.fc42                  updates     19.7 KiB
-  mpg123-devel                            x86_64 1.32.10-1.fc42                 updates      3.3 MiB
-  mpg123-libs                             x86_64 1.32.10-1.fc42                 updates    814.0 KiB
-  mtdev                                   x86_64 1.1.6-10.fc42                  fedora      29.2 KiB
-  nspr                                    x86_64 4.38.2-5.fc42                  updates    315.5 KiB
-  nss                                     x86_64 3.122.1-1.fc42                 updates      1.9 MiB
-  nss-softokn                             x86_64 3.122.1-1.fc42                 updates      2.0 MiB
-  nss-softokn-freebl                      x86_64 3.122.1-1.fc42                 updates    990.9 KiB
-  nss-sysinit                             x86_64 3.122.1-1.fc42                 updates     18.1 KiB
-  nss-util                                x86_64 3.122.1-1.fc42                 updates    204.8 KiB
-  openjpeg                                x86_64 2.5.4-1.fc42                   updates    456.3 KiB
-  openssl-devel                           x86_64 1:3.2.6-3.fc42                 updates      4.3 MiB
-  opus                                    x86_64 1.5.2-2.fc42                   fedora     427.5 KiB
-  opus-devel                              x86_64 1.5.2-2.fc42                   fedora       2.7 MiB
-  orc                                     x86_64 0.4.41-1.fc42                  fedora     726.3 KiB
-  pango                                   x86_64 1.56.4-2.fc42                  updates      1.0 MiB
-  pcre2-devel                             x86_64 10.46-1.fc42                   updates      2.1 MiB
-  pcre2-utf16                             x86_64 10.46-1.fc42                   updates    626.3 KiB
-  pcre2-utf32                             x86_64 10.46-1.fc42                   updates    602.2 KiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.11-1.fc42                  updates    496.6 KiB
-  pipewire-libs                           x86_64 1.4.11-1.fc42                  updates      8.6 MiB
-  pixman                                  x86_64 0.46.2-1.fc42                  updates    710.3 KiB
-  pixman-devel                            x86_64 0.46.2-1.fc42                  updates     56.1 KiB
-  poppler                                 x86_64 25.02.0-4.fc42                 updates      3.7 MiB
-  poppler-cpp                             x86_64 25.02.0-4.fc42                 updates    130.0 KiB
-  poppler-data                            noarch 0.4.11-9.fc42                  fedora      12.3 MiB
-  pulseaudio-libs                         x86_64 17.0-9.fc42                    updates      3.4 MiB
-  pulseaudio-libs-devel                   x86_64 17.0-9.fc42                    updates      4.9 MiB
-  pulseaudio-libs-glib2                   x86_64 17.0-9.fc42                    updates     19.7 KiB
-  python3-packaging                       noarch 24.2-3.fc42                    fedora     555.7 KiB
-  rav1e-libs                              x86_64 0.8.1-2.fc42                   updates      3.1 MiB
-  rhash                                   x86_64 1.4.5-2.fc42                   fedora     351.0 KiB
-  rsvg-pixbuf-loader                      x86_64 2.60.0-5.fc42                  updates    335.7 KiB
-  rtkit                                   x86_64 0.11-66.fc42                   fedora     138.1 KiB
-  sdl12-compat                            x86_64 1.2.74-1.fc42                  updates    200.4 KiB
-  sdl2-compat                             x86_64 2.32.64-1.fc42                 updates    408.4 KiB
-  sdl2-compat-devel                       x86_64 2.32.64-1.fc42                 updates      2.7 MiB
-  shared-mime-info                        x86_64 2.3-7.fc42                     fedora       5.2 MiB
-  sound-theme-freedesktop                 noarch 0.8-23.fc42                    fedora     460.4 KiB
-  spirv-tools-libs                        x86_64 2025.2-2.fc42                  updates      5.8 MiB
-  svt-av1-libs                            x86_64 2.3.0-1.fc42                   fedora       5.6 MiB
-  sysprof-capture-devel                   x86_64 48.1-1.fc42                    updates    274.0 KiB
-  systemd-devel                           x86_64 257.13-1.fc42                  updates    612.1 KiB
-  urw-base35-bookman-fonts                noarch 20200910-24.fc42               fedora       1.4 MiB
-  urw-base35-c059-fonts                   noarch 20200910-24.fc42               fedora       1.4 MiB
-  urw-base35-d050000l-fonts               noarch 20200910-24.fc42               fedora      84.3 KiB
-  urw-base35-fonts                        noarch 20200910-24.fc42               fedora       5.3 KiB
-  urw-base35-fonts-common                 noarch 20200910-24.fc42               fedora      37.4 KiB
-  urw-base35-gothic-fonts                 noarch 20200910-24.fc42               fedora       1.2 MiB
-  urw-base35-nimbus-mono-ps-fonts         noarch 20200910-24.fc42               fedora       1.0 MiB
-  urw-base35-nimbus-roman-fonts           noarch 20200910-24.fc42               fedora       1.4 MiB
-  urw-base35-nimbus-sans-fonts            noarch 20200910-24.fc42               fedora       2.4 MiB
-  urw-base35-p052-fonts                   noarch 20200910-24.fc42               fedora       1.5 MiB
-  urw-base35-standard-symbols-ps-fonts    noarch 20200910-24.fc42               fedora      64.9 KiB
-  urw-base35-z003-fonts                   noarch 20200910-24.fc42               fedora     390.8 KiB
-  vim-filesystem                          noarch 2:9.2.280-1.fc42               updates     40.0   B
-  wayland-devel                           x86_64 1.24.0-1.fc42                  updates    691.9 KiB
-  webrtc-audio-processing                 x86_64 1.3-5.fc42                     fedora       1.4 MiB
-  wireplumber                             x86_64 0.5.14-1.fc42                  updates    427.5 KiB
-  wireplumber-libs                        x86_64 0.5.14-1.fc42                  updates      1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.4-1.fc42                  updates      1.9 MiB
-  xml-common                              noarch 0.6.3-66.fc42                  fedora      78.4 KiB
-  xprop                                   x86_64 1.2.8-3.fc42                   fedora      54.7 KiB
-  xz-devel                                x86_64 1:5.8.1-4.fc42                 updates    258.8 KiB
-  zlib-ng-compat-devel                    x86_64 2.2.5-2.fc42                   updates    107.0 KiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 48.2-2.fc42                    fedora       5.4 MiB
-  adwaita-sans-fonts                      noarch 48.2-2.fc42                    fedora       1.7 MiB
-  avif-pixbuf-loader                      x86_64 1.1.1-1.fc42                   fedora      19.5 KiB
-  dconf                                   x86_64 0.40.0-15.fc42                 fedora     315.4 KiB
-  glib-networking                         x86_64 2.80.1-1.fc42                  fedora     742.9 KiB
-  jxl-pixbuf-loader                       x86_64 1:0.11.1-4.fc42                updates     29.2 KiB
-  libcamera-ipa                           x86_64 0.4.0-4.fc42                   fedora     548.2 KiB
-  libcanberra-gtk3                        x86_64 0.30-37.fc42                   fedora      78.7 KiB
-  low-memory-monitor                      x86_64 2.1-12.fc42                    fedora      66.0 KiB
-  mesa-va-drivers                         x86_64 25.1.9-1.fc42                  updates    115.0   B
-  pipewire                                x86_64 1.4.11-1.fc42                  updates    433.2 KiB
-  pipewire-alsa                           x86_64 1.4.11-1.fc42                  updates    158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.11-1.fc42                  updates     30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.11-1.fc42                  updates    146.6 KiB
-  pipewire-pulseaudio                     x86_64 1.4.11-1.fc42                  updates    436.2 KiB
-  tinysparql                              x86_64 3.9.2-1.fc42                   updates      2.5 MiB
-  webp-pixbuf-loader                      x86_64 0.2.7-3.fc42                   fedora      28.6 KiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-1.fc42                  fedora     469.2 KiB
- 
- Transaction Summary:
-  Installing:       285 packages
- 
- Total size of inbound packages is 160 MiB. Need to download 160 MiB.
- After this operation, 559 MiB extra will be used (install 559 MiB, remove 0 B).
- [  1/285] efl-devel-0:1.28.1-1.fc42.x86 100% |   5.4 MiB/s |   2.3 MiB |  00m00s
- [  2/285] efl-0:1.28.1-1.fc42.x86_64    100% |   3.2 MiB/s |  28.9 MiB |  00m09s
- [  3/285] cairo-0:1.18.2-3.fc42.x86_64  100% |  74.2 KiB/s | 731.8 KiB |  00m10s
- [  4/285] fontconfig-0:2.16.0-2.fc42.x8 100% | 119.3 KiB/s | 272.0 KiB |  00m02s
- [  5/285] fribidi-0:1.0.16-2.fc42.x86_6 100% | 236.0 KiB/s |  53.6 KiB |  00m00s
- [  6/285] libXScrnSaver-0:1.2.4-5.fc42. 100% |  29.1 KiB/s |  25.1 KiB |  00m01s
- [  7/285] libXcomposite-0:0.4.6-5.fc42. 100% | 255.8 KiB/s |  24.3 KiB |  00m00s
- [  8/285] libXcursor-0:1.2.3-2.fc42.x86 100% |  62.3 KiB/s |  31.4 KiB |  00m01s
- [  9/285] libXdamage-0:1.1.6-5.fc42.x86 100% |  13.9 KiB/s |  23.4 KiB |  00m02s
- [ 10/285] freetype-0:2.13.3-2.fc42.x86_ 100% |  72.6 KiB/s | 415.5 KiB |  00m06s
- [ 11/285] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 138.6 KiB/s |  19.1 KiB |  00m00s
- [ 12/285] libXext-0:1.3.6-3.fc42.x86_64 100% |  18.2 KiB/s |  39.3 KiB |  00m02s
- [ 13/285] libXinerama-0:1.1.5-8.fc42.x8 100% |  67.2 KiB/s |  14.3 KiB |  00m00s
- [ 14/285] libXi-0:1.8.2-2.fc42.x86_64   100% |  43.0 KiB/s |  40.5 KiB |  00m01s
- [ 15/285] libXrender-0:0.9.12-2.fc42.x8 100% | 163.2 KiB/s |  26.9 KiB |  00m00s
- [ 16/285] libXtst-0:1.2.5-2.fc42.x86_64 100% |  46.5 KiB/s |  20.7 KiB |  00m00s
- [ 17/285] libXrandr-0:1.5.4-5.fc42.x86_ 100% |  31.1 KiB/s |  27.8 KiB |  00m01s
- [ 18/285] libglvnd-egl-1:1.7.0-7.fc42.x 100% |  92.1 KiB/s |  36.3 KiB |  00m00s
- [ 19/285] libglvnd-gles-1:1.7.0-7.fc42. 100% |  45.2 KiB/s |  28.6 KiB |  00m01s
- [ 20/285] libavif-0:1.1.1-1.fc42.x86_64 100% |  81.0 KiB/s | 100.1 KiB |  00m01s
- [ 21/285] libspectre-0:0.2.12-9.fc42.x8 100% | 210.5 KiB/s |  44.6 KiB |  00m00s
- [ 22/285] libunwind-0:1.8.1-2.fc42.x86_ 100% |  59.0 KiB/s |  77.2 KiB |  00m01s
- [ 23/285] libxkbcommon-x11-0:1.8.1-1.fc 100% |  36.4 KiB/s |  22.3 KiB |  00m01s
- [ 24/285] default-fonts-core-sans-0:4.2 100% |  88.1 KiB/s |  31.3 KiB |  00m00s
- [ 25/285] xml-common-0:0.6.3-66.fc42.no 100% | 104.3 KiB/s |  31.2 KiB |  00m00s
- [ 26/285] libwebp-0:1.5.0-2.fc42.x86_64 100% | 104.7 KiB/s | 320.6 KiB |  00m03s
- [ 27/285] libyuv-0:0-0.56.20240704git96 100% |  39.5 KiB/s | 201.9 KiB |  00m05s
- [ 28/285] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 109.3 KiB/s | 114.4 KiB |  00m01s
- [ 29/285] abattis-cantarell-vf-fonts-0: 100% |  55.2 KiB/s | 120.3 KiB |  00m02s
- [ 30/285] bullet-0:3.08-13.fc42.x86_64  100% |  40.6 KiB/s |   1.2 MiB |  00m31s
- [ 31/285] google-noto-fonts-common-0:20 100% |  33.3 KiB/s |  17.1 KiB |  00m01s
- [ 32/285] cpuinfo-0:24.09.26-2.git1e83a 100% | 452.0 KiB/s |  43.8 KiB |  00m00s
- [ 33/285] libjpeg-turbo-0:3.1.3-1.fc42. 100% |   2.3 MiB/s | 236.9 KiB |  00m00s
- [ 34/285] libgs-0:10.05.1-6.fc42.x86_64 100% |  13.1 MiB/s |   3.5 MiB |  00m00s
- [ 35/285] google-noto-sans-vf-fonts-0:2 100% |  29.4 KiB/s | 614.5 KiB |  00m21s
- [ 36/285] adobe-mappings-cmap-deprecate 100% |  20.5 KiB/s | 110.5 KiB |  00m05s
- [ 37/285] svt-av1-libs-0:2.3.0-1.fc42.x 100% |  58.9 KiB/s |   2.0 MiB |  00m35s
- [ 38/285] adobe-mappings-pdf-0:20190401 100% | 579.9 KiB/s | 625.1 KiB |  00m01s
- [ 39/285] jbig2dec-libs-0:0.20-6.fc42.x 100% | 581.5 KiB/s |  74.4 KiB |  00m00s
- [ 40/285] lcms2-0:2.16-5.fc42.x86_64    100% |  67.3 KiB/s | 184.1 KiB |  00m03s
- [ 41/285] libXt-0:1.3.1-2.fc42.x86_64   100% |  27.9 KiB/s | 181.3 KiB |  00m07s
- [ 42/285] libijs-0:0.35-24.fc42.x86_64  100% | 121.4 KiB/s |  29.4 KiB |  00m00s
- [ 43/285] libpaper-1:2.1.1-8.fc42.x86_6 100% |  41.4 KiB/s |  26.9 KiB |  00m01s
- [ 44/285] urw-base35-fonts-0:20200910-2 100% | 839.5 KiB/s |  10.1 KiB |  00m00s
- [ 45/285] libICE-0:1.1.2-2.fc42.x86_64  100% |  29.1 KiB/s |  78.8 KiB |  00m03s
- [ 46/285] libSM-0:1.2.5-2.fc42.x86_64   100% | 177.0 KiB/s |  44.4 KiB |  00m00s
- [ 47/285] urw-base35-bookman-fonts-0:20 100% |  66.5 KiB/s | 846.9 KiB |  00m13s
- [ 48/285] adobe-mappings-cmap-0:2023111 100% |  42.2 KiB/s |   2.2 MiB |  00m55s
- [ 49/285] urw-base35-d050000l-fonts-0:2 100% | 399.1 KiB/s |  75.8 KiB |  00m00s
- [ 50/285] urw-base35-fonts-common-0:202 100% |  68.1 KiB/s |  20.8 KiB |  00m00s
- [ 51/285] google-droid-sans-fonts-0:202 100% |  92.8 KiB/s |   2.7 MiB |  00m30s
- [ 52/285] urw-base35-gothic-fonts-0:202 100% |  64.8 KiB/s | 642.5 KiB |  00m10s
- [ 53/285] urw-base35-c059-fonts-0:20200 100% |  62.7 KiB/s | 874.0 KiB |  00m14s
- [ 54/285] urw-base35-nimbus-mono-ps-fon 100% |  63.5 KiB/s | 794.7 KiB |  00m13s
- [ 55/285] urw-base35-nimbus-roman-fonts 100% |  19.7 KiB/s | 856.1 KiB |  00m44s
- [ 56/285] urw-base35-nimbus-sans-fonts- 100% |  25.7 KiB/s |   1.3 MiB |  00m52s
- [ 57/285] urw-base35-standard-symbols-p 100% |   3.0 KiB/s |  58.3 KiB |  00m20s
- [ 58/285] mesa-libEGL-0:25.1.9-1.fc42.x 100% | 135.3 KiB/s | 126.9 KiB |  00m01s
- [ 59/285] urw-base35-z003-fonts-0:20200 100% |  18.5 KiB/s | 275.5 KiB |  00m15s
- [ 60/285] mesa-dri-drivers-0:25.1.9-1.f 100% |   2.9 MiB/s |  12.5 MiB |  00m04s
- [ 61/285] mesa-filesystem-0:25.1.9-1.fc 100% |  16.9 KiB/s |   8.8 KiB |  00m01s
- [ 62/285] libxshmfence-0:1.3.2-6.fc42.x 100% |  55.1 KiB/s |  13.3 KiB |  00m00s
- [ 63/285] mesa-libgbm-0:25.1.9-1.fc42.x 100% |   9.4 KiB/s |  14.8 KiB |  00m02s
- [ 64/285] lm_sensors-libs-0:3.6.0-22.fc 100% |  71.6 KiB/s |  40.4 KiB |  00m01s
- [ 65/285] libaom-0:3.13.1-1.fc42.x86_64 100% |   2.5 MiB/s |   1.9 MiB |  00m01s
- [ 66/285] libdav1d-0:1.5.3-1.fc42.x86_6 100% |   2.1 MiB/s | 637.4 KiB |  00m00s
- [ 67/285] rav1e-libs-0:0.8.1-2.fc42.x86 100% |   3.8 MiB/s |   1.1 MiB |  00m00s
- [ 68/285] fonts-filesystem-1:2.0.5-22.f 100% |  18.4 KiB/s |   8.7 KiB |  00m00s
- [ 69/285] harfbuzz-0:10.4.0-2.fc42.x86_ 100% |   3.8 MiB/s |   1.1 MiB |  00m00s
- [ 70/285] graphite2-0:1.3.14-18.fc42.x8 100% |  59.1 KiB/s |  95.8 KiB |  00m02s
- [ 71/285] libpng-2:1.6.56-1.fc42.x86_64 100% | 996.1 KiB/s | 125.5 KiB |  00m00s
- [ 72/285] pixman-0:0.46.2-1.fc42.x86_64 100% |   3.2 MiB/s | 292.7 KiB |  00m00s
- [ 73/285] libdrm-0:2.4.131-1.fc42.x86_6 100% |   2.2 MiB/s | 162.9 KiB |  00m00s
- [ 74/285] libpciaccess-0:0.16-15.fc42.x 100% |  82.4 KiB/s |  26.3 KiB |  00m00s
- [ 75/285] libwayland-client-0:1.24.0-1. 100% | 115.2 KiB/s |  33.6 KiB |  00m00s
- [ 76/285] libvmaf-0:3.0.0-3.fc42.x86_64 100% |  48.5 KiB/s | 197.7 KiB |  00m04s
- [ 77/285] libwayland-server-0:1.24.0-1. 100% | 140.6 KiB/s |  41.5 KiB |  00m00s
- [ 78/285] cups-libs-1:2.4.17-1.fc42.x86 100% | 744.8 KiB/s | 262.2 KiB |  00m00s
- [ 79/285] cups-filesystem-1:2.4.17-1.fc 100% | 239.1 KiB/s |  12.4 KiB |  00m00s
- [ 80/285] spirv-tools-libs-0:2025.2-2.f 100% |   1.9 MiB/s |   1.5 MiB |  00m01s
- [ 81/285] urw-base35-p052-fonts-0:20200 100% |  13.6 KiB/s | 973.2 KiB |  01m12s
- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
- [ 82/285] libtiff-0:4.7.1-1.fc42.x86_64 100% | 664.3 KiB/s | 222.5 KiB |  00m00s
- [ 83/285] avahi-libs-0:0.9~rc2-2.fc42.x 100% |  97.6 KiB/s |  69.1 KiB |  00m01s
- [ 84/285] jbigkit-libs-0:2.1-31.fc42.x8 100% |  96.8 KiB/s |  53.3 KiB |  00m01s
- [ 85/285] openjpeg-0:2.5.4-1.fc42.x86_6 100% | 251.0 KiB/s | 192.3 KiB |  00m01s
- [ 86/285] cmake-filesystem-0:3.31.11-1. 100% |  18.4 KiB/s |  12.8 KiB |  00m01s
- [ 87/285] glib2-devel-0:2.84.4-1.fc42.x 100% |   2.1 MiB/s |   1.5 MiB |  00m01s
- [ 88/285] harfbuzz-devel-0:10.4.0-2.fc4 100% |   1.1 MiB/s | 452.3 KiB |  00m00s
- [ 89/285] harfbuzz-cairo-0:10.4.0-2.fc4 100% | 116.0 KiB/s |  28.9 KiB |  00m00s
- [ 90/285] harfbuzz-icu-0:10.4.0-2.fc42. 100% |  19.9 KiB/s |  14.1 KiB |  00m01s
- [ 91/285] libinput-devel-0:1.29.1-1.fc4 100% | 423.5 KiB/s |  41.9 KiB |  00m00s
- [ 92/285] libinput-0:1.29.1-1.fc42.x86_ 100% |   2.0 MiB/s | 251.5 KiB |  00m00s
- [ 93/285] libevdev-0:1.13.4-1.fc42.x86_ 100% | 531.7 KiB/s |  37.7 KiB |  00m00s
- [ 94/285] mtdev-0:1.1.6-10.fc42.x86_64  100% | 234.8 KiB/s |  21.1 KiB |  00m00s
- [ 95/285] libjpeg-turbo-devel-0:3.1.3-1 100% |   1.3 MiB/s |  97.1 KiB |  00m00s
- [ 96/285] libmount-devel-0:2.40.4-10.fc 100% |   1.2 MiB/s |  24.3 KiB |  00m00s
- [ 97/285] libpng-devel-2:1.6.56-1.fc42. 100% |   2.5 MiB/s | 302.9 KiB |  00m00s
- [ 98/285] luajit-devel-0:2.1.1761727121 100% |   1.2 MiB/s |  78.9 KiB |  00m00s
- [ 99/285] luajit-0:2.1.1761727121-1.fc4 100% |   3.0 MiB/s | 433.2 KiB |  00m00s
- [100/285] openssl-devel-1:3.2.6-3.fc42. 100% |   4.6 MiB/s |   2.8 MiB |  00m01s
- [101/285] pulseaudio-libs-devel-0:17.0- 100% |   3.8 MiB/s | 470.2 KiB |  00m00s
- [102/285] python3-packaging-0:24.2-3.fc 100% |  39.8 KiB/s | 154.0 KiB |  00m04s
- [103/285] pulseaudio-libs-0:17.0-9.fc42 100% |   1.6 MiB/s | 694.4 KiB |  00m00s
- [104/285] pulseaudio-libs-glib2-0:17.0- 100% |  47.0 KiB/s |  16.2 KiB |  00m00s
- [105/285] libasyncns-0:0.8-30.fc42.x86_ 100% |  44.7 KiB/s |  30.2 KiB |  00m01s
- [106/285] libsndfile-0:1.2.2-8.fc42.x86 100% | 421.0 KiB/s | 221.5 KiB |  00m01s
- [107/285] gsm-0:1.0.22-8.fc42.x86_64    100% |   1.2 MiB/s |  35.8 KiB |  00m00s
- [108/285] liblerc-0:4.0.0-8.fc42.x86_64 100% |  28.8 KiB/s | 216.7 KiB |  00m08s
- [109/285] lame-libs-0:3.100-19.fc42.x86 100% | 176.0 KiB/s | 339.7 KiB |  00m02s
- [110/285] libvorbis-1:1.3.7-12.fc42.x86 100% |   1.1 MiB/s | 189.2 KiB |  00m00s
- [111/285] libogg-2:1.3.5-11.fc42.x86_64 100% |  58.3 KiB/s |  33.1 KiB |  00m01s
- [112/285] sdl2-compat-devel-0:2.32.64-1 100% |   2.5 MiB/s | 397.4 KiB |  00m00s
- [113/285] sdl2-compat-0:2.32.64-1.fc42. 100% |   2.9 MiB/s | 137.0 KiB |  00m00s
- [114/285] SDL3-0:3.4.0-3.fc42.x86_64    100% |   5.6 MiB/s |   1.1 MiB |  00m00s
- [115/285] systemd-devel-0:257.13-1.fc42 100% |   5.1 MiB/s | 672.4 KiB |  00m00s
- [116/285] wayland-devel-0:1.24.0-1.fc42 100% |   2.6 MiB/s | 154.1 KiB |  00m00s
- [117/285] libwayland-cursor-0:1.24.0-1. 100% | 471.9 KiB/s |  18.9 KiB |  00m00s
- [118/285] libwayland-egl-0:1.24.0-1.fc4 100% | 287.8 KiB/s |  12.4 KiB |  00m00s
- [119/285] zlib-ng-compat-devel-0:2.2.5- 100% |   1.0 MiB/s |  38.3 KiB |  00m00s
- [120/285] opus-0:1.5.2-2.fc42.x86_64    100% | 236.5 KiB/s | 236.9 KiB |  00m01s
- [121/285] avahi-devel-0:0.9~rc2-2.fc42. 100% |  55.2 KiB/s |  43.0 KiB |  00m01s
- [122/285] libdaemon-0:0.14-31.fc42.x86_ 100% | 189.4 KiB/s |  31.6 KiB |  00m00s
- [123/285] flac-libs-0:1.4.3-6.fc42.x86_ 100% |  57.7 KiB/s | 274.3 KiB |  00m05s
- [124/285] dbus-devel-1:1.16.0-3.fc42.x8 100% | 507.9 KiB/s |  39.1 KiB |  00m00s
- [125/285] fontconfig-devel-0:2.16.0-2.f 100% | 811.9 KiB/s | 167.3 KiB |  00m00s
- [126/285] bullet-devel-0:3.08-13.fc42.x 100% | 125.1 KiB/s | 503.7 KiB |  00m04s
- [127/285] avahi-0:0.9~rc2-2.fc42.x86_64 100% |  90.7 KiB/s | 449.6 KiB |  00m05s
- [128/285] gettext-runtime-0:0.23.1-2.fc 100% |  69.0 KiB/s | 116.1 KiB |  00m02s
- [129/285] libtextstyle-0:0.23.1-2.fc42. 100% |  97.6 KiB/s |  92.1 KiB |  00m01s
- [130/285] gettext-envsubst-0:0.23.1-2.f 100% | 299.5 KiB/s |  37.7 KiB |  00m00s
- [131/285] freetype-devel-0:2.13.3-2.fc4 100% | 260.6 KiB/s |   1.0 MiB |  00m04s
- [132/285] fribidi-devel-0:1.0.16-2.fc42 100% |  84.2 KiB/s |  29.5 KiB |  00m00s
- [133/285] libsndfile-devel-0:1.2.2-8.fc 100% | 138.3 KiB/s |  81.3 KiB |  00m01s
- [134/285] libunwind-devel-0:1.8.1-2.fc4 100% | 239.4 KiB/s | 102.9 KiB |  00m00s
- [135/285] gettext-libs-0:0.23.1-2.fc42. 100% |  88.8 KiB/s | 760.4 KiB |  00m09s
- [136/285] libxkbcommon-devel-0:1.8.1-1. 100% | 105.0 KiB/s |  68.2 KiB |  00m01s
- [137/285] libxkbcommon-x11-devel-0:1.8. 100% |  27.8 KiB/s |  11.7 KiB |  00m00s
- [138/285] LibRaw-0:0.21.5-1.fc42.x86_64 100% | 238.1 KiB/s | 414.1 KiB |  00m02s
- [139/285] giflib-0:5.2.2-9.fc42.x86_64  100% |   1.3 MiB/s |  52.2 KiB |  00m00s
- [140/285] gstreamer1-0:1.26.11-1.fc42.x 100% |   4.3 MiB/s |   1.7 MiB |  00m00s
- [141/285] gstreamer1-plugins-base-0:1.2 100% |   1.1 MiB/s |   2.3 MiB |  00m02s
- [142/285] cdparanoia-libs-0:10.2-47.fc4 100% |  61.3 KiB/s |  54.0 KiB |  00m01s
- [143/285] graphene-0:1.10.6-10.fc42.x86 100% |  33.7 KiB/s |  61.3 KiB |  00m02s
- [144/285] gettext-0:0.23.1-2.fc42.x86_6 100% |  58.1 KiB/s |   1.1 MiB |  00m19s
- [145/285] libXv-0:1.0.13-2.fc42.x86_64  100% |  15.6 KiB/s |  18.6 KiB |  00m01s
- [146/285] jasper-libs-0:4.2.3-3.fc42.x8 100% |  19.2 KiB/s | 164.8 KiB |  00m09s
- [147/285] libgudev-0:238-7.fc42.x86_64  100% | 158.7 KiB/s |  34.9 KiB |  00m00s
- [148/285] libglvnd-glx-1:1.7.0-7.fc42.x 100% |  84.8 KiB/s | 133.1 KiB |  00m02s
- [149/285] libtheora-1:1.1.1-39.fc42.x86 100% |  76.5 KiB/s | 170.4 KiB |  00m02s
- [150/285] mesa-libGL-0:25.1.9-1.fc42.x8 100% |   1.1 MiB/s | 121.8 KiB |  00m00s
- [151/285] libXxf86vm-0:1.1.6-2.fc42.x86 100% |  44.4 KiB/s |  17.9 KiB |  00m00s
- [152/285] ibus-libs-0:1.5.32-3.fc42.x86 100% |   2.3 MiB/s | 261.4 KiB |  00m00s
- [153/285] orc-0:0.4.41-1.fc42.x86_64    100% | 105.7 KiB/s | 220.5 KiB |  00m02s
- [154/285] libjxl-1:0.11.1-4.fc42.x86_64 100% |   4.7 MiB/s |   1.1 MiB |  00m00s
- [155/285] librsvg2-0:2.60.0-5.fc42.x86_ 100% |   7.3 MiB/s |   1.9 MiB |  00m00s
- [156/285] cairo-gobject-0:1.18.2-3.fc42 100% | 108.3 KiB/s |  17.3 KiB |  00m00s
- [157/285] shared-mime-info-0:2.3-7.fc42 100% | 811.8 KiB/s | 393.7 KiB |  00m00s
- [158/285] poppler-cpp-0:25.02.0-4.fc42. 100% | 208.9 KiB/s |  57.4 KiB |  00m00s
- [159/285] poppler-0:25.02.0-4.fc42.x86_ 100% |   2.8 MiB/s |   1.3 MiB |  00m00s
- [160/285] poppler-data-0:0.4.11-9.fc42. 100% | 294.4 KiB/s |   2.0 MiB |  00m07s
- [161/285] mpg123-devel-0:1.32.10-1.fc42 100% | 320.5 KiB/s | 380.4 KiB |  00m01s
- [162/285] mpg123-libs-0:1.32.10-1.fc42. 100% |   1.3 MiB/s | 355.5 KiB |  00m00s
- [163/285] flac-devel-0:1.4.3-6.fc42.x86 100% | 121.0 KiB/s | 412.5 KiB |  00m03s
- [164/285] libogg-devel-2:1.3.5-11.fc42. 100% | 100.9 KiB/s |  12.8 KiB |  00m00s
- [165/285] libvorbis-devel-1:1.3.7-12.fc 100% | 471.7 KiB/s |  18.4 KiB |  00m00s
- [166/285] libxml2-devel-0:2.12.10-1.fc4 100% |  32.6 KiB/s | 523.7 KiB |  00m16s
- [167/285] opus-devel-0:1.5.2-2.fc42.x86 100% | 115.8 KiB/s | 796.6 KiB |  00m07s
- [168/285] brotli-devel-0:1.2.0-1.fc42.x 100% |   3.1 KiB/s |  34.3 KiB |  00m11s
- [169/285] hwdata-0:0.406-1.fc42.noarch  100% | 124.2 KiB/s |   1.7 MiB |  00m14s
- [170/285] bzip2-devel-0:1.0.8-20.fc42.x 100% |   2.5 MiB/s | 213.7 KiB |  00m00s
- [171/285] brotli-0:1.2.0-1.fc42.x86_64  100% |  47.0 KiB/s |  23.8 KiB |  00m01s
- [172/285] cmake-0:3.31.11-1.fc42.x86_64 100% |  10.3 MiB/s |  12.2 MiB |  00m01s
- [173/285] cmake-data-0:3.31.11-1.fc42.n 100% |   1.9 MiB/s |   2.5 MiB |  00m01s
- [174/285] jsoncpp-0:1.9.6-1.fc42.x86_64 100% | 191.3 KiB/s | 103.5 KiB |  00m01s
- [175/285] libevent-devel-0:2.1.12-15.fc 100% | 367.5 KiB/s | 100.0 KiB |  00m00s
- [176/285] libffi-devel-0:3.4.6-5.fc42.x 100% |  53.1 KiB/s |  28.8 KiB |  00m01s
- [177/285] libglvnd-devel-1:1.7.0-7.fc42 100% | 183.9 KiB/s | 161.8 KiB |  00m01s
- [178/285] libglvnd-core-devel-1:1.7.0-7 100% |  96.0 KiB/s |  17.4 KiB |  00m00s
- [179/285] rhash-0:1.4.5-2.fc42.x86_64   100% |  71.9 KiB/s | 198.7 KiB |  00m03s
- [180/285] mesa-libGLU-devel-0:9.0.3-6.f 100% |  23.8 KiB/s |  12.1 KiB |  00m01s
- [181/285] libglvnd-opengl-1:1.7.0-7.fc4 100% |  36.2 KiB/s |  37.4 KiB |  00m01s
- [182/285] gpgmepp-0:1.24.3-1.fc42.x86_6 100% | 364.3 KiB/s | 143.2 KiB |  00m00s
- [183/285] gpgme-0:1.24.3-1.fc42.x86_64  100% |   1.9 MiB/s | 219.1 KiB |  00m00s
- [184/285] nspr-0:4.38.2-5.fc42.x86_64   100% |   1.9 MiB/s | 137.5 KiB |  00m00s
- [185/285] nss-0:3.122.1-1.fc42.x86_64   100% |   2.6 MiB/s | 717.3 KiB |  00m00s
- [186/285] nss-softokn-0:3.122.1-1.fc42. 100% |   3.3 MiB/s | 430.6 KiB |  00m00s
- [187/285] nss-softokn-freebl-0:3.122.1- 100% |   3.0 MiB/s | 371.8 KiB |  00m00s
- [188/285] nss-sysinit-0:3.122.1-1.fc42. 100% |   1.2 MiB/s |  18.8 KiB |  00m00s
- [189/285] nss-util-0:3.122.1-1.fc42.x86 100% |   2.8 MiB/s |  86.0 KiB |  00m00s
- [190/285] libdecor-0:0.2.4-1.fc42.x86_6 100% | 118.7 KiB/s |  57.8 KiB |  00m00s
- [191/285] gdk-pixbuf2-0:2.42.12-12.fc42 100% |   3.4 MiB/s | 488.9 KiB |  00m00s
- [192/285] pango-0:1.56.4-2.fc42.x86_64  100% |   1.0 MiB/s | 351.2 KiB |  00m00s
- [193/285] libXft-0:2.3.8-8.fc42.x86_64  100% | 105.0 KiB/s |  72.9 KiB |  00m01s
- [194/285] mesa-libGLU-0:9.0.3-6.fc42.x8 100% |  51.3 KiB/s | 167.1 KiB |  00m03s
- [195/285] libdatrie-0:0.2.13-11.fc42.x8 100% |  80.1 KiB/s |  32.4 KiB |  00m00s
- [196/285] rsvg-pixbuf-loader-0:2.60.0-5 100% | 614.3 KiB/s | 164.0 KiB |  00m00s
- [197/285] libblkid-devel-0:2.40.4-10.fc 100% | 531.7 KiB/s |  23.4 KiB |  00m00s
- [198/285] libselinux-devel-0:3.8-3.fc42 100% |   1.9 MiB/s | 151.4 KiB |  00m00s
- [199/285] libsepol-devel-0:3.8-1.fc42.x 100% |  45.8 KiB/s |  48.4 KiB |  00m01s
- [200/285] highway-0:1.3.0-1.fc42.x86_64 100% |   3.4 MiB/s | 697.9 KiB |  00m00s
- [201/285] libwacom-0:2.16.1-1.fc42.x86_ 100% |   1.2 MiB/s |  51.6 KiB |  00m00s
- [202/285] libwacom-data-0:2.16.1-1.fc42 100% |   2.6 MiB/s | 336.6 KiB |  00m00s
- [203/285] gtk3-0:3.24.52-1.fc42.x86_64  100% |   8.4 MiB/s |   6.0 MiB |  00m01s
- [204/285] gdk-pixbuf2-modules-0:2.42.12 100% | 651.6 KiB/s |  28.0 KiB |  00m00s
- [205/285] libthai-0:0.1.29-10.fc42.x86_ 100% |  60.5 KiB/s | 211.5 KiB |  00m03s
- [206/285] hicolor-icon-theme-0:0.17-20. 100% |  46.8 KiB/s |  65.7 KiB |  00m01s
- [207/285] libcloudproviders-0:0.3.6-1.f 100% |  31.9 KiB/s |  46.8 KiB |  00m01s
- [208/285] libepoxy-0:1.5.10-9.fc42.x86_ 100% |  65.1 KiB/s | 229.9 KiB |  00m04s
- [209/285] libgusb-0:0.4.9-3.fc42.x86_64 100% | 130.9 KiB/s |  65.3 KiB |  00m00s
- [210/285] colord-libs-0:1.4.7-6.fc42.x8 100% |  33.0 KiB/s | 231.1 KiB |  00m07s
- [211/285] gobject-introspection-0:1.84. 100% |  46.0 KiB/s | 119.9 KiB |  00m03s
- [212/285] graphite2-devel-0:1.3.14-18.f 100% | 136.9 KiB/s |  20.8 KiB |  00m00s
- [213/285] cairo-devel-0:1.18.2-3.fc42.x 100% |  68.7 KiB/s | 192.1 KiB |  00m03s
- [214/285] adwaita-icon-theme-0:48.1-1.f 100% |   1.9 MiB/s | 398.8 KiB |  00m00s
- [215/285] adwaita-cursor-theme-0:48.1-1 100% |   2.3 MiB/s | 379.5 KiB |  00m00s
- [216/285] iso-codes-0:4.17.0-2.fc42.noa 100% |  60.1 KiB/s |   3.6 MiB |  01m02s
- [217/285] at-spi2-atk-0:2.56.8-1.fc42.x 100% |   1.0 MiB/s |  85.8 KiB |  00m00s
- [218/285] at-spi2-core-0:2.56.8-1.fc42. 100% |   4.4 MiB/s | 383.4 KiB |  00m00s
- [219/285] atk-0:2.56.8-1.fc42.x86_64    100% |   2.5 MiB/s |  79.5 KiB |  00m00s
- [220/285] xprop-0:1.2.8-3.fc42.x86_64   100% | 144.0 KiB/s |  35.0 KiB |  00m00s
- [221/285] gtk-update-icon-cache-0:3.24. 100% | 130.9 KiB/s |  33.3 KiB |  00m00s
- [222/285] libicu-devel-0:76.1-4.fc42.x8 100% | 124.8 KiB/s | 793.5 KiB |  00m06s
- [223/285] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 186.3 KiB/s |  15.3 KiB |  00m00s
- [224/285] libtinysparql-0:3.9.2-1.fc42. 100% |   1.3 MiB/s | 373.6 KiB |  00m00s
- [225/285] libvisual-1:0.4.2-1.fc42.x86_ 100% |   4.1 MiB/s | 169.0 KiB |  00m00s
- [226/285] pcre2-devel-0:10.46-1.fc42.x8 100% |   6.1 MiB/s | 543.1 KiB |  00m00s
- [227/285] alsa-lib-0:1.2.15.3-1.fc42.x8 100% |   2.8 MiB/s | 541.4 KiB |  00m00s
- [228/285] pcre2-utf16-0:10.46-1.fc42.x8 100% |   3.7 MiB/s | 241.6 KiB |  00m00s
- [229/285] pcre2-utf32-0:10.46-1.fc42.x8 100% |   3.3 MiB/s | 228.8 KiB |  00m00s
- [230/285] sysprof-capture-devel-0:48.1- 100% |   1.4 MiB/s |  56.0 KiB |  00m00s
- [231/285] vim-filesystem-2:9.2.280-1.fc 100% | 716.0 KiB/s |  15.8 KiB |  00m00s
- [232/285] xz-devel-1:5.8.1-4.fc42.x86_6 100% |   2.2 MiB/s |  66.7 KiB |  00m00s
- [233/285] json-glib-0:1.10.8-1.fc42.x86 100% |   3.0 MiB/s | 172.4 KiB |  00m00s
- [234/285] pixman-devel-0:0.46.2-1.fc42. 100% | 665.3 KiB/s |  18.0 KiB |  00m00s
- [235/285] libuv-1:1.51.0-1.fc42.x86_64  100% | 937.8 KiB/s | 266.3 KiB |  00m00s
- [236/285] libXrender-devel-0:0.9.12-2.f 100% | 258.3 KiB/s |  19.1 KiB |  00m00s
- [237/285] sdl12-compat-0:1.2.74-1.fc42. 100% |   2.6 MiB/s |  94.7 KiB |  00m00s
- [238/285] libsoup3-0:3.6.6-2.fc42.x86_6 100% |   4.8 MiB/s | 451.4 KiB |  00m00s
- [239/285] xdg-desktop-portal-gtk-0:1.15 100% | 305.3 KiB/s | 143.8 KiB |  00m00s
- [240/285] mesa-va-drivers-0:25.1.9-1.fc 100% | 584.4 KiB/s |   7.6 KiB |  00m00s
- [241/285] jxl-pixbuf-loader-1:0.11.1-4. 100% | 640.7 KiB/s |  19.9 KiB |  00m00s
- [242/285] libXext-devel-0:1.3.6-3.fc42. 100% |  82.2 KiB/s |  85.3 KiB |  00m01s
- [243/285] libcanberra-gtk3-0:0.30-37.fc 100% |  67.5 KiB/s |  30.6 KiB |  00m00s
- [244/285] libcanberra-0:0.30-37.fc42.x8 100% |  84.5 KiB/s |  84.1 KiB |  00m01s
- [245/285] libtdb-0:1.4.13-2.fc42.x86_64 100% |  29.3 KiB/s |  54.8 KiB |  00m02s
- [246/285] dconf-0:0.40.0-15.fc42.x86_64 100% | 102.6 KiB/s | 109.5 KiB |  00m01s
- [247/285] webp-pixbuf-loader-0:0.2.7-3. 100% | 116.4 KiB/s |  19.8 KiB |  00m00s
- [248/285] avif-pixbuf-loader-0:1.1.1-1. 100% | 120.0 KiB/s |  16.2 KiB |  00m00s
- [249/285] tinysparql-0:3.9.2-1.fc42.x86 100% |   4.7 MiB/s |   1.0 MiB |  00m00s
- [250/285] sound-theme-freedesktop-0:0.8 100% |  87.8 KiB/s | 382.4 KiB |  00m04s
- [251/285] libproxy-0:0.5.8-2.fc42.x86_6 100% |  43.2 KiB/s |  45.5 KiB |  00m01s
- [252/285] gsettings-desktop-schemas-0:4 100% | 904.2 KiB/s | 783.1 KiB |  00m01s
- [253/285] xdg-desktop-portal-0:1.20.4-1 100% |   1.8 MiB/s | 515.7 KiB |  00m00s
- [254/285] fuse3-0:3.16.2-6.fc42.x86_64  100% | 199.5 KiB/s |  55.7 KiB |  00m00s
- [255/285] fuse3-libs-0:3.16.2-6.fc42.x8 100% | 185.2 KiB/s |  93.0 KiB |  00m01s
- [256/285] geoclue2-0:2.8.0-1.fc42.x86_6 100% |   1.8 MiB/s | 144.8 KiB |  00m00s
- [257/285] glib-networking-0:2.80.1-1.fc 100% |  35.0 KiB/s | 201.4 KiB |  00m06s
- [258/285] pipewire-libs-0:1.4.11-1.fc42 100% |   3.0 MiB/s |   2.4 MiB |  00m01s
- [259/285] ModemManager-glib-0:1.22.0-5. 100% |  38.0 KiB/s | 304.6 KiB |  00m08s
- [260/285] fdk-aac-free-0:2.0.0-15.fc42. 100% |  48.8 KiB/s | 342.4 KiB |  00m07s
- [261/285] libebur128-0:1.2.6-12.fc42.x8 100% | 121.0 KiB/s |  24.8 KiB |  00m00s
- [262/285] liblc3-0:1.1.3-1.fc42.x86_64  100% |  94.0 KiB/s | 105.2 KiB |  00m01s
- [263/285] libldac-0:2.0.2.3-17.fc42.x86 100% |  98.1 KiB/s |  42.9 KiB |  00m00s
- [264/285] libsbc-0:2.0-6.fc42.x86_64    100% |  87.8 KiB/s |  49.3 KiB |  00m01s
- [265/285] fftw-libs-single-0:3.3.10-15. 100% |  64.5 KiB/s |   1.2 MiB |  00m19s
- [266/285] webrtc-audio-processing-0:1.3 100% |  31.9 KiB/s | 537.4 KiB |  00m17s
- [267/285] adwaita-icon-theme-legacy-0:4 100% |  56.9 KiB/s |   2.5 MiB |  00m45s
- [268/285] bluez-libs-0:5.84-2.fc42.x86_ 100% |   6.2 KiB/s |  83.6 KiB |  00m13s
- [269/285] libnotify-0:0.8.8-1.fc42.x86_ 100% |   4.5 KiB/s |  55.8 KiB |  00m13s
- [270/285] fuse-common-0:3.16.2-6.fc42.x 100% | 578.0   B/s |   7.3 KiB |  00m13s
- [271/285] low-memory-monitor-0:2.1-12.f 100% | 177.0 KiB/s |  34.3 KiB |  00m00s
- [272/285] pipewire-0:1.4.11-1.fc42.x86_ 100% |   2.8 MiB/s | 133.4 KiB |  00m00s
- [273/285] rtkit-0:0.11-66.fc42.x86_64   100% | 194.9 KiB/s |  55.1 KiB |  00m00s
- [274/285] wireplumber-0:0.5.14-1.fc42.x 100% |   3.5 MiB/s | 122.9 KiB |  00m00s
- [275/285] wireplumber-libs-0:0.5.14-1.f 100% |   7.5 MiB/s | 431.6 KiB |  00m00s
- [276/285] pipewire-alsa-0:1.4.11-1.fc42 100% | 850.4 KiB/s |  58.7 KiB |  00m00s
- [277/285] pipewire-jack-audio-connectio 100% | 617.4 KiB/s |  10.5 KiB |  00m00s
- [278/285] pipewire-jack-audio-connectio 100% |   3.7 MiB/s | 144.3 KiB |  00m00s
- [279/285] pipewire-pulseaudio-0:1.4.11- 100% |   4.7 MiB/s | 209.6 KiB |  00m00s
- [280/285] pipewire-plugin-libcamera-0:1 100% | 284.8 KiB/s |  73.5 KiB |  00m00s
- [281/285] libcamera-0:0.4.0-4.fc42.x86_ 100% |  89.1 KiB/s | 605.0 KiB |  00m07s
- [282/285] adwaita-sans-fonts-0:48.2-2.f 100% |  63.8 KiB/s | 764.0 KiB |  00m12s
- [283/285] libcamera-ipa-0:0.4.0-4.fc42. 100% | 199.1 KiB/s | 147.0 KiB |  00m01s
- [284/285] lttng-ust-0:2.13.8-4.fc42.x86 100% |  69.8 KiB/s | 331.4 KiB |  00m05s
- [285/285] adwaita-mono-fonts-0:48.2-2.f 100% |  60.4 KiB/s |   1.4 MiB |  00m23s
- --------------------------------------------------------------------------------
- [285/285] Total                         100% | 470.6 KiB/s | 159.8 MiB |  05m48s
- Running transaction
- [  1/287] Verify package files          100% | 514.0   B/s | 285.0   B |  00m01s
- [  2/287] Prepare transaction           100% |   1.0 KiB/s | 285.0   B |  00m00s
- [  3/287] Installing libXext-0:1.3.6-3. 100% |  89.1 MiB/s |  91.2 KiB |  00m00s
- [  4/287] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [  5/287] Installing libjpeg-turbo-0:3. 100% | 263.0 MiB/s | 808.0 KiB |  00m00s
- [  6/287] Installing avahi-libs-0:0.9~r 100% |  60.6 MiB/s | 186.2 KiB |  00m00s
- [  7/287] Installing libpng-2:1.6.56-1. 100% | 118.7 MiB/s | 243.0 KiB |  00m00s
- [  8/287] Installing libwayland-client- 100% |  61.7 MiB/s |  63.2 KiB |  00m00s
- [  9/287] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 10/287] Installing urw-base35-fonts-c 100% |  37.5 MiB/s |  38.4 KiB |  00m00s
- [ 11/287] Installing libXrender-0:0.9.1 100% |  50.1 MiB/s |  51.3 KiB |  00m00s
- [ 12/287] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.5 KiB |  00m00s
- [ 13/287] Installing nspr-0:4.38.2-5.fc 100% | 103.2 MiB/s | 317.0 KiB |  00m00s
- [ 14/287] Installing libogg-2:1.3.5-11. 100% |  45.8 MiB/s |  46.9 KiB |  00m00s
- [ 15/287] Installing libvorbis-1:1.3.7- 100% | 204.1 MiB/s | 835.9 KiB |  00m00s
- [ 16/287] Installing libXi-0:1.8.2-2.fc 100% |  83.7 MiB/s |  85.7 KiB |  00m00s
- [ 17/287] Installing json-glib-0:1.10.8 100% | 147.6 MiB/s | 604.4 KiB |  00m00s
- [ 18/287] Installing libglvnd-1:1.7.0-7 100% | 259.6 MiB/s | 531.6 KiB |  00m00s
- [ 19/287] Installing libogg-devel-2:1.3 100% |  18.1 MiB/s |  18.6 KiB |  00m00s
- [ 20/287] Installing nss-util-0:3.122.1 100% | 100.5 MiB/s | 205.8 KiB |  00m00s
- [ 21/287] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 22/287] Installing alsa-lib-0:1.2.15. 100% |  54.3 MiB/s |   1.5 MiB |  00m00s
- [ 23/287] Installing libwayland-egl-0:1 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [ 24/287] Installing opus-0:1.5.2-2.fc4 100% | 139.5 MiB/s | 428.6 KiB |  00m00s
- [ 25/287] Installing libwayland-server- 100% |  38.9 MiB/s |  79.7 KiB |  00m00s
- [ 26/287] Installing lcms2-0:2.16-5.fc4 100% | 143.0 MiB/s | 439.3 KiB |  00m00s
- [ 27/287] Installing libunwind-0:1.8.1- 100% |  64.3 MiB/s | 197.4 KiB |  00m00s
- [ 28/287] Installing gstreamer1-0:1.26. 100% | 141.8 MiB/s |   5.4 MiB |  00m00s
- [ 29/287] Installing libXfixes-0:6.0.1- 100% |  30.8 MiB/s |  31.6 KiB |  00m00s
- [ 30/287] Installing fribidi-0:1.0.16-2 100% |  12.0 MiB/s | 196.8 KiB |  00m00s
- [ 31/287] Installing libpng-devel-2:1.6 100% |  55.8 MiB/s |   1.1 MiB |  00m00s
- [ 32/287] Installing avahi-glib-0:0.9~r 100% |  23.9 MiB/s |  24.4 KiB |  00m00s
- [ 33/287] Installing libgudev-0:238-7.f 100% |  21.8 MiB/s |  89.3 KiB |  00m00s
- [ 34/287] Installing systemd-devel-0:25 100% |  80.7 MiB/s | 744.0 KiB |  00m00s
- [ 35/287] Installing openjpeg-0:2.5.4-1 100% |  22.4 MiB/s | 458.2 KiB |  00m00s
- [ 36/287] Installing xml-common-0:0.6.3 100% |  39.6 MiB/s |  81.1 KiB |  00m00s
- [ 37/287] Installing libwebp-0:1.5.0-2. 100% | 154.9 MiB/s | 951.8 KiB |  00m00s
- [ 38/287] Installing dbus-devel-1:1.16. 100% |  44.4 MiB/s | 136.5 KiB |  00m00s
- [ 39/287] Installing libXcursor-0:1.2.3 100% |  28.9 MiB/s |  59.1 KiB |  00m00s
- [ 40/287] Installing libXdamage-0:1.1.6 100% |  44.1 MiB/s |  45.2 KiB |  00m00s
- [ 41/287] Installing libglvnd-opengl-1: 100% | 146.1 MiB/s | 149.6 KiB |  00m00s
- [ 42/287] Installing libXtst-0:1.2.5-2. 100% |  33.8 MiB/s |  34.6 KiB |  00m00s
- [ 43/287] Installing flac-libs-0:1.4.3- 100% | 171.1 MiB/s | 700.8 KiB |  00m00s
- [ 44/287] Installing libXrandr-0:1.5.4- 100% |  55.7 MiB/s |  57.0 KiB |  00m00s
- [ 45/287] Installing libXinerama-0:1.1. 100% |  19.6 MiB/s |  20.1 KiB |  00m00s
- [ 46/287] Installing fuse3-libs-0:3.16. 100% | 136.1 MiB/s | 278.6 KiB |  00m00s
- [ 47/287] Installing gsettings-desktop- 100% | 453.3 MiB/s |   5.4 MiB |  00m00s
- [ 48/287] Installing libtdb-0:1.4.13-2. 100% |  33.1 MiB/s | 101.6 KiB |  00m00s
- [ 49/287] Installing libsoup3-0:3.6.6-2 100% | 222.6 MiB/s |   1.8 MiB |  00m00s
- [ 50/287] Installing libtinysparql-0:3. 100% | 216.1 MiB/s |   1.3 MiB |  00m00s
- [ 51/287] Installing libffi-devel-0:3.4 100% |  34.0 MiB/s |  34.8 KiB |  00m00s
- [ 52/287] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB |  00m00s
- [ 53/287] Installing shared-mime-info-0 100% |  52.6 MiB/s |   2.6 MiB |  00m00s
- [ 54/287] Installing gdk-pixbuf2-0:2.42 100% | 109.5 MiB/s |   2.5 MiB |  00m00s
- [ 55/287] Installing libtextstyle-0:0.2 100% | 101.7 MiB/s | 208.3 KiB |  00m00s
- [ 56/287] Installing gettext-libs-0:0.2 100% | 225.3 MiB/s |   2.0 MiB |  00m00s
- [ 57/287] Installing luajit-0:2.1.17617 100% |  62.1 MiB/s |   1.4 MiB |  00m00s
- [ 58/287] Installing libevdev-0:1.13.4- 100% |  40.6 MiB/s |  83.1 KiB |  00m00s
- [ 59/287] Installing pixman-0:0.46.2-1. 100% | 173.7 MiB/s | 711.4 KiB |  00m00s
- [ 60/287] Installing graphite2-0:1.3.14 100% |  11.4 MiB/s | 197.9 KiB |  00m00s
- [ 61/287] Installing harfbuzz-0:10.4.0- 100% | 230.0 MiB/s |   2.8 MiB |  00m00s
- [ 62/287] Installing freetype-0:2.13.3- 100% | 168.0 MiB/s | 859.9 KiB |  00m00s
- [ 63/287] Installing libdav1d-0:1.5.3-1 100% | 241.9 MiB/s |   1.7 MiB |  00m00s
- [ 64/287] Installing mesa-filesystem-0: 100% |   0.0   B/s |   4.3 KiB |  00m00s
- [ 65/287] Installing libICE-0:1.1.2-2.f 100% |  97.6 MiB/s | 199.8 KiB |  00m00s
- [ 66/287] Installing adobe-mappings-cma 100% | 233.7 MiB/s |  15.2 MiB |  00m00s
- [ 67/287] Installing libxkbcommon-x11-0 100% |  35.5 MiB/s |  36.4 KiB |  00m00s
- [ 68/287] Installing libXcomposite-0:0. 100% |  44.9 MiB/s |  46.0 KiB |  00m00s
- [ 69/287] Installing bullet-0:3.08-13.f 100% | 231.3 MiB/s |   3.7 MiB |  00m00s
- [ 70/287] Installing adobe-mappings-cma 100% | 142.9 MiB/s | 585.2 KiB |  00m00s
- [ 71/287] Installing libSM-0:1.2.5-2.fc 100% | 103.9 MiB/s | 106.4 KiB |  00m00s
- [ 72/287] Installing libXt-0:1.3.1-2.fc 100% | 140.3 MiB/s | 430.9 KiB |  00m00s
- [ 73/287] Installing harfbuzz-icu-0:10. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 74/287] Installing graphite2-devel-0: 100% |  49.6 MiB/s |  50.8 KiB |  00m00s
- [ 75/287] Installing pixman-devel-0:0.4 100% |  55.5 MiB/s |  56.9 KiB |  00m00s
- [ 76/287] Installing luajit-devel-0:2.1 100% | 125.0 MiB/s | 256.0 KiB |  00m00s
- [ 77/287] Installing gtk-update-icon-ca 100% |   3.9 MiB/s |  63.3 KiB |  00m00s
- [ 78/287] Installing libnotify-0:0.8.8- 100% |   7.4 MiB/s | 129.0 KiB |  00m00s
- [ 79/287] Installing mpg123-devel-0:1.3 100% | 556.3 MiB/s |   3.3 MiB |  00m00s
- [ 80/287] Installing wayland-devel-0:1. 100% |  34.2 MiB/s | 700.4 KiB |  00m00s
- [ 81/287] Installing flac-devel-0:1.4.3 100% | 678.5 MiB/s |   5.4 MiB |  00m00s
- [ 82/287] Installing mesa-libGLU-0:9.0. 100% |  88.5 MiB/s | 362.6 KiB |  00m00s
- [ 83/287] Installing iso-codes-0:4.17.0 100% | 465.4 MiB/s |  20.5 MiB |  00m00s
- [ 84/287] Installing fribidi-devel-0:1. 100% |  40.0 MiB/s |  81.9 KiB |  00m00s
- [ 85/287] Installing libunwind-devel-0: 100% |  47.9 MiB/s | 147.3 KiB |  00m00s
- [ 86/287] Installing opus-devel-0:1.5.2 100% | 454.5 MiB/s |   2.7 MiB |  00m00s
- [ 87/287] Installing nss-softokn-freebl 100% | 193.9 MiB/s | 992.9 KiB |  00m00s
- [ 88/287] Installing nss-softokn-0:3.12 100% | 219.6 MiB/s |   2.0 MiB |  00m00s
- [ 89/287] Installing nss-0:3.122.1-1.fc 100% |  70.1 MiB/s |   1.9 MiB |  00m00s
- [ 90/287] Installing nss-sysinit-0:3.12 100% |   1.0 MiB/s |  19.2 KiB |  00m00s
- [ 91/287] Installing libvorbis-devel-1: 100% |  39.1 MiB/s |  40.1 KiB |  00m00s
- [ 92/287] Installing libgusb-0:0.4.9-3. 100% |  79.9 MiB/s | 163.7 KiB |  00m00s
- [ 93/287] Installing colord-libs-0:1.4. 100% | 166.7 MiB/s | 853.7 KiB |  00m00s
- [ 94/287] Installing libtheora-1:1.1.1- 100% | 157.5 MiB/s | 483.7 KiB |  00m00s
- [ 95/287] Installing libXrender-devel-0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 96/287] Installing urw-base35-bookman 100% |  41.4 MiB/s |   1.4 MiB |  00m00s
- [ 97/287] Installing urw-base35-c059-fo 100% |  63.4 MiB/s |   1.4 MiB |  00m00s
- [ 98/287] Installing urw-base35-d050000 100% |   4.0 MiB/s |  85.4 KiB |  00m00s
- [ 99/287] Installing urw-base35-gothic- 100% |  50.6 MiB/s |   1.2 MiB |  00m00s
- [100/287] Installing urw-base35-nimbus- 100% |  42.1 MiB/s |   1.1 MiB |  00m00s
- [101/287] Installing urw-base35-nimbus- 100% |  52.5 MiB/s |   1.4 MiB |  00m00s
- [102/287] Installing urw-base35-nimbus- 100% |  79.8 MiB/s |   2.4 MiB |  00m00s
- [103/287] Installing urw-base35-p052-fo 100% |  57.2 MiB/s |   1.5 MiB |  00m00s
- [104/287] Installing urw-base35-standar 100% |   3.2 MiB/s |  66.0 KiB |  00m00s
- [105/287] Installing urw-base35-z003-fo 100% |  17.4 MiB/s | 391.8 KiB |  00m00s
- [106/287] Installing urw-base35-fonts-0 100% |   5.5 MiB/s |   5.6 KiB |  00m00s
- [107/287] Installing abattis-cantarell- 100% |  63.3 MiB/s | 194.4 KiB |  00m00s
- [108/287] Installing google-droid-sans- 100% | 223.5 MiB/s |   6.3 MiB |  00m00s
- [109/287] Installing libyuv-0:0-0.56.20 100% | 167.3 MiB/s | 685.3 KiB |  00m00s
- [110/287] Installing libjpeg-turbo-deve 100% | 174.1 MiB/s | 356.5 KiB |  00m00s
- [111/287] Installing jasper-libs-0:4.2. 100% | 113.1 MiB/s | 347.3 KiB |  00m00s
- [112/287] Installing LibRaw-0:0.21.5-1. 100% | 334.9 MiB/s |   2.3 MiB |  00m00s
- [113/287] Installing libXScrnSaver-0:1. 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [114/287] Installing libXv-0:1.0.13-2.f 100% |  30.5 MiB/s |  31.2 KiB |  00m00s
- [115/287] Installing libXxf86vm-0:1.1.6 100% |  29.8 MiB/s |  30.5 KiB |  00m00s
- [116/287] Installing libXext-devel-0:1. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [117/287] Installing lttng-ust-0:2.13.8 100% | 139.7 MiB/s |   1.1 MiB |  00m00s
- [118/287] Installing libcamera-0:0.4.0- 100% |  32.2 MiB/s |   1.9 MiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64                     
- >>> Finished sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64                    
- >>> Scriptlet output:                                                           
- >>> Creating group 'rtkit' with GID 172.                                        
- >>> Creating user 'rtkit' (RealtimeKit) with UID 172 and GID 172.               
- >>>                                                                             
- [119/287] Installing rtkit-0:0.11-66.fc 100% |   2.6 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-66.fc42.x86_64                        
- >>> Finished %post scriptlet: rtkit-0:0.11-66.fc42.x86_64                       
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>                                                                             
- [120/287] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [121/287] Installing fuse3-0:3.16.2-6.f 100% |   6.7 MiB/s | 124.1 KiB |  00m00s
- [122/287] Installing bluez-libs-0:5.84- 100% |  97.4 MiB/s | 199.4 KiB |  00m00s
- [123/287] Installing webrtc-audio-proce 100% | 195.7 MiB/s |   1.4 MiB |  00m00s
- [124/287] Installing libsbc-0:2.0-6.fc4 100% |  92.3 MiB/s |  94.5 KiB |  00m00s
- [125/287] Installing libldac-0:2.0.2.3- 100% |  41.1 MiB/s |  84.2 KiB |  00m00s
- [126/287] Installing liblc3-0:1.1.3-1.f 100% |  83.9 MiB/s | 171.8 KiB |  00m00s
- [127/287] Installing libebur128-0:1.2.6 100% |  39.8 MiB/s |  40.7 KiB |  00m00s
- [128/287] Installing fftw-libs-single-0 100% | 278.4 MiB/s |   3.6 MiB |  00m00s
- [129/287] Installing fdk-aac-free-0:2.0 100% | 201.0 MiB/s | 617.3 KiB |  00m00s
- [130/287] Installing ModemManager-glib- 100% |  24.7 MiB/s |   1.4 MiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64                  
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64                 
- >>> Scriptlet output:                                                           
- >>> Creating group 'geoclue' with GID 994.                                      
- >>> Creating user 'geoclue' (n/a) with UID 994 and GID 994.                     
- >>>                                                                             
- [131/287] Installing geoclue2-0:2.8.0-1 100% |  11.0 MiB/s | 405.6 KiB |  00m00s
- [132/287] Installing libproxy-0:0.5.8-2 100% |  34.0 MiB/s | 104.5 KiB |  00m00s
- [133/287] Installing sound-theme-freede 100% |  19.0 MiB/s | 467.2 KiB |  00m00s
- [134/287] Installing xz-devel-1:5.8.1-4 100% |  64.1 MiB/s | 262.6 KiB |  00m00s
- [135/287] Installing libxml2-devel-0:2. 100% | 131.4 MiB/s |   3.4 MiB |  00m00s
- [136/287] Installing libxkbcommon-devel 100% | 176.0 MiB/s | 360.5 KiB |  00m00s
- [137/287] Installing libxkbcommon-x11-d 100% |   8.6 MiB/s |   8.8 KiB |  00m00s
- [138/287] Installing libuv-1:1.51.0-1.f 100% | 139.9 MiB/s | 573.0 KiB |  00m00s
- [139/287] Installing vim-filesystem-2:9 100% | 210.6 KiB/s |   4.8 KiB |  00m00s
- [140/287] Installing sysprof-capture-de 100% |  90.1 MiB/s | 276.9 KiB |  00m00s
- [141/287] Installing pcre2-utf32-0:10.4 100% | 196.3 MiB/s | 603.1 KiB |  00m00s
- [142/287] Installing pcre2-utf16-0:10.4 100% | 153.1 MiB/s | 627.2 KiB |  00m00s
- [143/287] Installing pcre2-devel-0:10.4 100% | 104.6 MiB/s |   2.1 MiB |  00m00s
- [144/287] Installing xprop-0:1.2.8-3.fc 100% |   3.2 MiB/s |  56.1 KiB |  00m00s
- [145/287] Installing at-spi2-core-0:2.5 100% | 193.5 MiB/s |   1.5 MiB |  00m00s
- [146/287] Installing atk-0:2.56.8-1.fc4 100% | 122.1 MiB/s | 250.0 KiB |  00m00s
- [147/287] Installing at-spi2-atk-0:2.56 100% |  38.7 MiB/s | 277.7 KiB |  00m00s
- [148/287] Installing adwaita-icon-theme 100% |  19.8 MiB/s |   2.4 MiB |  00m00s
- [149/287] Installing adwaita-cursor-the 100% | 394.1 MiB/s |  11.4 MiB |  00m00s
- [150/287] Installing adwaita-icon-theme 100% |  21.0 MiB/s |   1.3 MiB |  00m00s
- [151/287] Installing libicu-devel-0:76. 100% | 118.0 MiB/s |   5.1 MiB |  00m00s
- [152/287] Installing gobject-introspect 100% |  96.9 MiB/s | 397.1 KiB |  00m00s
- [153/287] Installing ibus-libs-0:1.5.32 100% | 210.3 MiB/s | 861.2 KiB |  00m00s
- [154/287] Installing libepoxy-0:1.5.10- 100% | 270.5 MiB/s |   1.1 MiB |  00m00s
- [155/287] Installing libcloudproviders- 100% |  61.6 MiB/s | 126.2 KiB |  00m00s
- [156/287] Installing hicolor-icon-theme 100% |   5.5 MiB/s | 179.5 KiB |  00m00s
- [157/287] Installing libwacom-data-0:2. 100% |  29.0 MiB/s |   1.5 MiB |  00m00s
- [158/287] Installing libwacom-0:2.16.1- 100% |   6.2 MiB/s | 108.1 KiB |  00m00s
- [159/287] Installing highway-0:1.3.0-1. 100% | 366.1 MiB/s |   5.5 MiB |  00m00s
- [160/287] Installing libjxl-1:0.11.1-4. 100% | 254.4 MiB/s |   3.1 MiB |  00m00s
- [161/287] Installing libsepol-devel-0:3 100% |  25.1 MiB/s | 128.3 KiB |  00m00s
- [162/287] Installing libselinux-devel-0 100% |  52.6 MiB/s | 161.6 KiB |  00m00s
- [163/287] Installing libblkid-devel-0:2 100% |  44.9 MiB/s |  46.0 KiB |  00m00s
- [164/287] Installing libmount-devel-0:2 100% |  63.0 MiB/s |  64.5 KiB |  00m00s
- [165/287] Installing libdatrie-0:0.2.13 100% |  57.6 MiB/s |  58.9 KiB |  00m00s
- [166/287] Installing libthai-0:0.1.29-1 100% | 255.6 MiB/s | 785.2 KiB |  00m00s
- [167/287] Installing gpgme-0:1.24.3-1.f 100% |  32.0 MiB/s | 590.4 KiB |  00m00s
- [168/287] Installing gpgmepp-0:1.24.3-1 100% | 140.1 MiB/s | 430.4 KiB |  00m00s
- [169/287] Installing libglvnd-core-deve 100% |  40.1 MiB/s |  41.1 KiB |  00m00s
- [170/287] Installing libevent-devel-0:2 100% |  23.5 MiB/s | 432.3 KiB |  00m00s
- [171/287] Installing rhash-0:1.4.5-2.fc 100% |  20.5 MiB/s | 356.4 KiB |  00m00s
- [172/287] Installing jsoncpp-0:1.9.6-1. 100% | 128.5 MiB/s | 263.1 KiB |  00m00s
- [173/287] Installing cmake-0:3.31.11-1. 100% | 261.5 MiB/s |  34.5 MiB |  00m00s
- [174/287] Installing cmake-data-0:3.31. 100% |  35.6 MiB/s |   9.1 MiB |  00m00s
- [175/287] Installing bullet-devel-0:3.0 100% |  77.0 MiB/s |   3.0 MiB |  00m00s
- [176/287] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [177/287] Installing brotli-0:1.2.0-1.f 100% |   2.1 MiB/s |  34.4 KiB |  00m00s
- [178/287] Installing brotli-devel-0:1.2 100% |  66.8 MiB/s |  68.4 KiB |  00m00s
- [179/287] Installing hwdata-0:0.406-1.f 100% | 394.8 MiB/s |   9.9 MiB |  00m00s
- [180/287] Installing libpciaccess-0:0.1 100% |  44.8 MiB/s |  45.9 KiB |  00m00s
- [181/287] Installing libdrm-0:2.4.131-1 100% |  79.8 MiB/s | 408.5 KiB |  00m00s
- [182/287] Installing poppler-data-0:0.4 100% | 225.3 MiB/s |  12.4 MiB |  00m00s
- [183/287] Installing orc-0:0.4.41-1.fc4 100% |  37.5 MiB/s | 728.9 KiB |  00m00s
- [184/287] Installing graphene-0:1.10.6- 100% |  80.1 MiB/s | 164.1 KiB |  00m00s
- [185/287] Installing cdparanoia-libs-0: 100% | 116.1 MiB/s | 118.9 KiB |  00m00s
- [186/287] Installing giflib-0:5.2.2-9.f 100% | 115.0 MiB/s | 117.8 KiB |  00m00s
- [187/287] Installing gettext-envsubst-0 100% |   5.2 MiB/s |  80.2 KiB |  00m00s
- [188/287] Installing gettext-runtime-0: 100% |  25.0 MiB/s | 461.6 KiB |  00m00s
- [189/287] Installing gettext-0:0.23.1-2 100% | 173.3 MiB/s |   5.2 MiB |  00m00s
- [190/287] Installing libdaemon-0:0.14-3 100% |   1.6 MiB/s |  69.6 KiB |  00m00s
- [191/287] Installing avahi-0:0.9~rc2-2. 100% |  25.6 MiB/s |   1.6 MiB |  00m00s
- >>> Running %post scriptlet: avahi-0:0.9~rc2-2.fc42.x86_64                      
- >>> Finished %post scriptlet: avahi-0:0.9~rc2-2.fc42.x86_64                     
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/avahi-daemon.socke
- >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.Avahi.service' 
- >>> Created symlink '/etc/systemd/system/multi-user.target.wants/avahi-daemon.se
- >>>                                                                             
- [192/287] Installing avahi-devel-0:0.9~ 100% |  33.1 MiB/s | 135.8 KiB |  00m00s
- [193/287] Installing lame-libs-0:3.100- 100% | 400.8 MiB/s |   1.2 MiB |  00m00s
- [194/287] Installing gsm-0:1.0.22-8.fc4 100% |  68.8 MiB/s |  70.4 KiB |  00m00s
- [195/287] Installing libsndfile-0:1.2.2 100% | 179.5 MiB/s | 551.6 KiB |  00m00s
- [196/287] Installing libsndfile-devel-0 100% | 105.8 MiB/s | 216.8 KiB |  00m00s
- [197/287] Installing libasyncns-0:0.8-3 100% |  59.3 MiB/s |  60.8 KiB |  00m00s
- [198/287] Installing pulseaudio-libs-0: 100% | 307.2 MiB/s |   3.4 MiB |  00m00s
- [199/287] Installing pipewire-libs-0:1. 100% | 173.7 MiB/s |   8.7 MiB |  00m00s
- [200/287] Installing wireplumber-libs-0 100% | 112.9 MiB/s |   1.4 MiB |  00m00s
- [201/287] Installing wireplumber-0:0.5. 100% |  17.4 MiB/s | 444.2 KiB |  00m00s
- [202/287] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0   B |  00m00s
- [203/287] Installing pipewire-jack-audi 100% |  28.7 MiB/s | 499.2 KiB |  00m00s
- [204/287] Installing pulseaudio-libs-gl 100% |  19.9 MiB/s |  20.4 KiB |  00m00s
- [205/287] Installing libcanberra-0:0.30 100% |   4.5 MiB/s | 291.3 KiB |  00m00s
- [206/287] Installing openssl-devel-1:3. 100% | 120.8 MiB/s |   5.2 MiB |  00m00s
- [207/287] Installing mtdev-0:1.1.6-10.f 100% |  29.7 MiB/s |  30.4 KiB |  00m00s
- [208/287] Installing libinput-0:1.29.1- 100% |  14.8 MiB/s | 651.3 KiB |  00m00s
- [209/287] Installing libinput-devel-0:1 100% | 112.8 MiB/s | 231.0 KiB |  00m00s
- [210/287] Installing python3-packaging- 100% |  69.3 MiB/s | 568.0 KiB |  00m00s
- [211/287] Installing glib2-devel-0:2.84 100% | 203.9 MiB/s |  15.9 MiB |  00m00s
- [212/287] Installing pulseaudio-libs-de 100% | 499.1 MiB/s |   5.0 MiB |  00m00s
- [213/287] Installing liblerc-0:4.0.0-8. 100% | 207.6 MiB/s | 637.6 KiB |  00m00s
- [214/287] Installing jbigkit-libs-0:2.1 100% |  60.3 MiB/s | 123.4 KiB |  00m00s
- [215/287] Installing libtiff-0:4.7.1-1. 100% | 204.0 MiB/s | 626.6 KiB |  00m00s
- [216/287] Installing gdk-pixbuf2-module 100% |  55.3 MiB/s |  56.6 KiB |  00m00s
- [217/287] Installing cups-filesystem-1: 100% |   1.7 MiB/s |   1.8 KiB |  00m00s
- [218/287] Installing cups-libs-1:2.4.17 100% | 151.4 MiB/s | 620.3 KiB |  00m00s
- [219/287] Installing spirv-tools-libs-0 100% | 304.3 MiB/s |   5.8 MiB |  00m00s
- [220/287] Installing rav1e-libs-0:0.8.1 100% | 280.0 MiB/s |   3.1 MiB |  00m00s
- [221/287] Installing libvmaf-0:3.0.0-3. 100% | 269.7 MiB/s | 828.4 KiB |  00m00s
- [222/287] Installing libaom-0:3.13.1-1. 100% | 296.0 MiB/s |   5.0 MiB |  00m00s
- [223/287] Installing lm_sensors-libs-0: 100% |  84.9 MiB/s |  86.9 KiB |  00m00s
- [224/287] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [225/287] Installing mesa-libgbm-0:25.1 100% |  20.0 MiB/s |  20.5 KiB |  00m00s
- [226/287] Installing mesa-dri-drivers-0 100% | 343.1 MiB/s |  46.7 MiB |  00m00s
- [227/287] Installing mesa-libEGL-0:25.1 100% | 164.0 MiB/s | 335.9 KiB |  00m00s
- [228/287] Installing libglvnd-egl-1:1.7 100% |  34.3 MiB/s |  70.3 KiB |  00m00s
- [229/287] Installing libglvnd-gles-1:1. 100% | 104.8 MiB/s | 107.3 KiB |  00m00s
- [230/287] Installing libglvnd-glx-1:1.7 100% | 198.8 MiB/s | 610.6 KiB |  00m00s
- [231/287] Installing mesa-libGL-0:25.1. 100% | 150.0 MiB/s | 307.2 KiB |  00m00s
- [232/287] Installing libglvnd-devel-1:1 100% | 302.9 MiB/s |   2.1 MiB |  00m00s
- [233/287] Installing mesa-libGLU-devel- 100% |  17.1 MiB/s |  17.5 KiB |  00m00s
- [234/287] Installing libpaper-1:2.1.1-8 100% |  49.2 MiB/s |  50.4 KiB |  00m00s
- [235/287] Installing libijs-0:0.35-24.f 100% |  64.9 MiB/s |  66.5 KiB |  00m00s
- [236/287] Installing jbig2dec-libs-0:0. 100% | 166.5 MiB/s | 170.5 KiB |  00m00s
- [237/287] Installing adobe-mappings-pdf 100% | 258.6 MiB/s |   4.4 MiB |  00m00s
- [238/287] Installing cpuinfo-0:24.09.26 100% |   6.3 MiB/s | 109.7 KiB |  00m00s
- [239/287] Installing svt-av1-libs-0:2.3 100% | 281.2 MiB/s |   5.6 MiB |  00m00s
- [240/287] Installing libavif-0:1.1.1-1. 100% | 105.1 MiB/s | 215.2 KiB |  00m00s
- [241/287] Installing google-noto-fonts- 100% |   0.0   B/s |  18.5 KiB |  00m00s
- [242/287] Installing google-noto-sans-v 100% | 231.9 MiB/s |   1.4 MiB |  00m00s
- [243/287] Installing default-fonts-core 100% |   4.4 MiB/s |  18.2 KiB |  00m00s
- [244/287] Installing fontconfig-0:2.16. 100% | 638.4 KiB/s | 783.9 KiB |  00m01s
- [245/287] Installing cairo-0:1.18.2-3.f 100% | 222.9 MiB/s |   1.8 MiB |  00m00s
- [246/287] Installing cairo-gobject-0:1. 100% |  35.1 MiB/s |  36.0 KiB |  00m00s
- [247/287] Installing harfbuzz-cairo-0:1 100% |  25.9 MiB/s |  53.0 KiB |  00m00s
- [248/287] Installing fontconfig-devel-0 100% |  50.3 MiB/s | 154.4 KiB |  00m00s
- [249/287] Installing freetype-devel-0:2 100% | 275.6 MiB/s |   8.5 MiB |  00m00s
- [250/287] Installing cairo-devel-0:1.18 100% | 458.2 MiB/s |   2.3 MiB |  00m00s
- [251/287] Installing harfbuzz-devel-0:1 100% | 179.0 MiB/s |   5.2 MiB |  00m00s
- [252/287] Installing libgs-0:10.05.1-6. 100% | 298.8 MiB/s |  23.6 MiB |  00m00s
- [253/287] Installing libspectre-0:0.2.1 100% |  44.7 MiB/s |  91.6 KiB |  00m00s
- [254/287] Installing poppler-0:25.02.0- 100% | 265.3 MiB/s |   3.7 MiB |  00m00s
- [255/287] Installing poppler-cpp-0:25.0 100% | 127.8 MiB/s | 130.9 KiB |  00m00s
- [256/287] Installing libXft-0:2.3.8-8.f 100% |  83.0 MiB/s | 169.9 KiB |  00m00s
- [257/287] Installing pango-0:1.56.4-2.f 100% |  44.8 MiB/s |   1.0 MiB |  00m00s
- [258/287] Installing gtk3-0:3.24.52-1.f 100% | 288.9 MiB/s |  22.5 MiB |  00m00s
- [259/287] Installing rsvg-pixbuf-loader 100% | 164.4 MiB/s | 336.7 KiB |  00m00s
- [260/287] Installing librsvg2-0:2.60.0- 100% | 284.8 MiB/s |   5.1 MiB |  00m00s
- [261/287] Installing libdecor-0:0.2.4-1 100% |  54.6 MiB/s | 167.8 KiB |  00m00s
- [262/287] Installing SDL3-0:3.4.0-3.fc4 100% | 274.1 MiB/s |   3.0 MiB |  00m00s
- [263/287] Installing sdl2-compat-0:2.32 100% | 133.5 MiB/s | 410.1 KiB |  00m00s
- [264/287] Installing sdl2-compat-devel- 100% |  66.6 MiB/s |   2.7 MiB |  00m00s
- [265/287] Installing sdl12-compat-0:1.2 100% |  98.7 MiB/s | 202.1 KiB |  00m00s
- [266/287] Installing libvisual-1:0.4.2- 100% |  27.0 MiB/s | 497.1 KiB |  00m00s
- [267/287] Installing gstreamer1-plugins 100% | 184.8 MiB/s |   7.4 MiB |  00m00s
- [268/287] Installing efl-0:1.28.1-1.fc4 100% | 177.6 MiB/s |  55.8 MiB |  00m00s
- [269/287] Installing xdg-desktop-portal 100% |  30.3 MiB/s |   1.9 MiB |  00m00s
- [270/287] Installing xdg-desktop-portal 100% |  11.6 MiB/s | 477.2 KiB |  00m00s
- [271/287] Installing efl-devel-0:1.28.1 100% |  80.1 MiB/s |  17.5 MiB |  00m00s
- [272/287] Installing libcanberra-gtk3-0 100% |   4.7 MiB/s |  82.0 KiB |  00m00s
- [273/287] Installing avif-pixbuf-loader 100% | 672.9 KiB/s |  20.2 KiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.11-1.fc42.x86_64                 
- >>> Finished sysusers scriptlet: pipewire-0:1.4.11-1.fc42.x86_64                
- >>> Scriptlet output:                                                           
- >>> Creating group 'pipewire' with GID 993.                                     
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 993 and GID 993. 
- >>>                                                                             
- [274/287] Installing pipewire-0:1.4.11- 100% |   6.6 MiB/s | 439.9 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.11-1.fc42.x86_64                    
- >>> Finished %post scriptlet: pipewire-0:1.4.11-1.fc42.x86_64                   
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' 
- >>>                                                                             
- [275/287] Installing pipewire-alsa-0:1. 100% |  52.0 MiB/s | 159.8 KiB |  00m00s
- [276/287] Installing pipewire-pulseaudi 100% |   6.8 MiB/s | 444.3 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc42.x86_64         
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc42.x86_64        
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>                                                                             
- [277/287] Installing pipewire-plugin-li 100% |  71.9 MiB/s | 147.3 KiB |  00m00s
- [278/287] Installing jxl-pixbuf-loader- 100% |  14.7 MiB/s |  30.2 KiB |  00m00s
- [279/287] Installing glib-networking-0: 100% | 148.0 MiB/s | 757.8 KiB |  00m00s
- [280/287] Installing libcamera-ipa-0:0. 100% | 107.8 MiB/s | 551.9 KiB |  00m00s
- [281/287] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0   B |  00m00s
- [282/287] Installing webp-pixbuf-loader 100% |  14.5 MiB/s |  29.8 KiB |  00m00s
- [283/287] Installing tinysparql-0:3.9.2 100% |  48.6 MiB/s |   2.5 MiB |  00m00s
- [284/287] Installing adwaita-mono-fonts 100% | 319.3 MiB/s |   5.4 MiB |  00m00s
- [285/287] Installing adwaita-sans-fonts 100% | 245.6 MiB/s |   1.7 MiB |  00m00s
- [286/287] Installing low-memory-monitor 100% |   1.9 MiB/s |  67.7 KiB |  00m00s
- [287/287] Installing dconf-0:0.40.0-15. 100% | 177.9 KiB/s | 320.0 KiB |  00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.14-1.fc42.x86_64            
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.14-1.fc42.x86_64           
- >>> Scriptlet output:                                                           
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service' 
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>                                                                             
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "elementary-devel"
- efl-devel-1.28.1-1.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-efl.1.8
-> retrieved efl.1.12.0  (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
[ERROR] The compilation of efl.1.12.0 failed at "make".

#=== ERROR while compiling efl.1.12.0 =========================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://download.ocamlcore.org/ocaml-efl/ocaml-efl/1.12.0/ocaml-efl-1.12.0.tar.gz)
# path                 ~/.opam/4.14/.opam-switch/build/efl.1.12.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code            2
# env-file             ~/.opam/log/efl-7-15ae39.env
# output-file          ~/.opam/log/efl-7-15ae39.out
### output ###
#  cd . && /bin/sh /home/opam/.opam/4.14/.opam-switch/build/efl.1.12.0/missing automake-1.14 --foreign
# /home/opam/.opam/4.14/.opam-switch/build/efl.1.12.0/missing: line 81: automake-1.14: command not found
# WARNING: 'automake-1.14' is missing on your system.
#          You should only need it if you modified 'Makefile.am' or
#          'configure.ac' or m4 files included by 'configure.ac'.
#          The 'automake' program is part of the GNU Automake package:
#          <http://www.gnu.org/software/automake>
#          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
#          <http://www.gnu.org/software/autoconf>
#          <http://www.gnu.org/software/m4/>
#          <http://www.perl.org/>
# make: *** [Makefile:240: Makefile.in] Error 1



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build efl 1.12.0
+- 
+- The following changes have been performed
| - install conf-efl        1.8
| - install conf-pkg-config 4
| - install ocamlbuild      0.16.1
| - install ocamlfind       1.9.8
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260504083500.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.12.0;
        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-42\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'efl.1.12.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-05-04 08:41.19: Job failed: Failed: Build failed
2026-05-04 08:41.19: Log analysis:
2026-05-04 08:41.19: >>> 
[ERROR] The compilation of efl.1.12.0 failed at "make".
 (score = 20)
2026-05-04 08:41.19: The compilation of efl.1.12.0 failed at "make".