Organisationssanettetsdl27bac3 ()fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-11 10:26.06: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (27bac32c5580cb7c900fca9936e28e37541fd43d) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard 27bac32c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
# fedora-43-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl.opam ./
RUN opam pin add -yn tsdl.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2026-04-11 10:26.06: Using cache hint "sanette/tsdl-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-7efe6469eb878fa6912b9bac90dbfa02"
2026-04-11 10:26.06: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
(comment fedora-43-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-11 10:26.06: Waiting for resource in pool OCluster
2026-04-11 10:26.07: Waiting for worker…
2026-04-11 10:26.07: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 27bac32 factorize foreign


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
2026-04-11 10:26.08 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


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


Nothing to do.
2026-04-11 10:26.08 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-11 10:26.08 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" from cache


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


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


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-11 10:26.08 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-11 10:26.08 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-11 10:26.08 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..42844088d7  master     -> origin/master
7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi


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


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


/src: (copy (src tsdl.opam) (dst ./))
2026-04-11 10:26.21 ---> saved as "85021aadf159fc46482fe53d75cf53d04d91b5c1d9f2205140ae4e91a07645f1"


/src: (run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
[tsdl.dev] synchronised (file:///src)
tsdl is now pinned to file:///src (version dev)
2026-04-11 10:26.21 ---> saved as "c65f1de2cff6755337394b3e94cbfb20b731924c4813fb0420c85aeeca3d8b35"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-11 10:26.21 ---> saved as "077be99a81be4157d1817e2246deab18c7cfdc30d701a6de9ff950cd7d076954"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
libffi-devel sdl2-compat-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "libffi-devel" "sdl2-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                        Repository                 Size
- Installing:
-  libffi-devel                            x86_64 3.5.2-1.fc43                   updates                33.9 KiB
-  sdl2-compat-devel                       x86_64 2.32.64-1.fc43                 updates                 3.2 MiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.24.2-1.fc43                  fedora                  1.5 MiB
-  SDL3                                    x86_64 3.4.0-3.fc43                   updates                 3.0 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-15.fc43                  fedora                192.7 KiB
-  adwaita-cursor-theme                    noarch 49.0-1.fc43                    fedora                 11.4 MiB
-  adwaita-icon-theme                      noarch 49.0-1.fc43                    fedora                  1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-4.fc43                    fedora                  2.1 MiB
-  alsa-lib                                x86_64 1.2.15.3-1.fc43                updates                 1.5 MiB
-  at-spi2-atk                             x86_64 2.58.4-1.fc43                  updates               283.7 KiB
-  at-spi2-core                            x86_64 2.58.4-1.fc43                  updates                 1.5 MiB
-  atk                                     x86_64 2.58.4-1.fc43                  updates               248.6 KiB
-  avahi-glib                              x86_64 0.9~rc2-6.fc43                 fedora                 19.6 KiB
-  avahi-libs                              x86_64 0.9~rc2-6.fc43                 fedora                171.6 KiB
-  bluez-libs                              x86_64 5.86-4.fc43                    updates               198.3 KiB
-  cairo                                   x86_64 1.18.4-2.fc43                  fedora                  1.8 MiB
-  cairo-gobject                           x86_64 1.18.4-2.fc43                  fedora                 31.1 KiB
-  cdparanoia-libs                         x86_64 10.2-48.fc43                   fedora                113.5 KiB
-  cmake-filesystem                        x86_64 3.31.11-1.fc43                 updates                 0.0   B
-  colord-libs                             x86_64 1.4.8-2.fc43                   fedora                830.7 KiB
-  cups-filesystem                         noarch 1:2.4.16-7.fc43                updates                 0.0   B
-  cups-libs                               x86_64 1:2.4.16-7.fc43                updates               618.7 KiB
-  dbus                                    x86_64 1:1.16.0-4.fc43                fedora                  0.0   B
-  dbus-broker                             x86_64 37-2.fc43                      fedora                387.2 KiB
-  dbus-common                             noarch 1:1.16.0-4.fc43                fedora                 11.2 KiB
-  default-fonts-core-sans                 noarch 4.2-5.fc43                     fedora                 11.9 KiB
-  device-mapper                           x86_64 1.02.208-2.fc43                fedora                346.6 KiB
-  device-mapper-libs                      x86_64 1.02.208-2.fc43                fedora                418.2 KiB
-  duktape                                 x86_64 2.7.0-10.fc43                  fedora                615.8 KiB
-  fdk-aac-free                            x86_64 2.0.0-16.fc43                  fedora                611.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-16.fc43                 fedora                  3.6 MiB
-  flac-libs                               x86_64 1.5.0-5.fc43                   updates               611.5 KiB
-  fontconfig                              x86_64 2.17.0-3.fc43                  fedora                765.9 KiB
-  fonts-filesystem                        noarch 1:2.0.5-23.fc43                fedora                  0.0   B
-  freetype                                x86_64 2.13.3-3.fc43                  fedora                850.2 KiB
-  fribidi                                 x86_64 1.0.16-3.fc43                  fedora                190.3 KiB
-  fuse-common                             x86_64 3.16.2-6.fc43                  updates                38.0   B
-  fuse3                                   x86_64 3.16.2-6.fc43                  updates               121.7 KiB
-  fuse3-libs                              x86_64 3.16.2-6.fc43                  updates               277.5 KiB
-  gdk-pixbuf2                             x86_64 2.44.4-1.fc43                  updates                 2.5 MiB
-  geoclue2                                x86_64 2.8.0-1.fc43                   updates               401.7 KiB
-  glycin-libs                             x86_64 2.0.8-1.fc43                   updates                 4.2 MiB
-  glycin-loaders                          x86_64 2.0.8-1.fc43                   updates                12.7 MiB
-  google-noto-fonts-common                noarch 20251101-2.fc43                updates                17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20251101-2.fc43                updates                 1.4 MiB
-  graphene                                x86_64 1.10.8-2.fc43                  fedora                158.4 KiB
-  graphite2                               x86_64 1.3.14-19.fc43                 fedora                191.8 KiB
-  gsettings-desktop-schemas               x86_64 49.1-3.fc43                    updates                 5.7 MiB
-  gsm                                     x86_64 1.0.23-1.fc43                  fedora                 65.3 KiB
-  gstreamer1                              x86_64 1.26.11-1.fc43                 updates                 5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.11-1.fc43                 updates                 7.4 MiB
-  gtk-update-icon-cache                   x86_64 3.24.52-1.fc43                 updates                62.2 KiB
-  gtk3                                    x86_64 3.24.52-1.fc43                 updates                22.5 MiB
-  harfbuzz                                x86_64 11.5.1-2.fc43                  updates                 2.8 MiB
-  hicolor-icon-theme                      noarch 0.18-2.fc43                    fedora                 72.4 KiB
-  highway                                 x86_64 1.3.0-1.fc43                   updates                 5.5 MiB
-  hwdata                                  noarch 0.406-1.fc43                   updates                 9.9 MiB
-  iso-codes                               noarch 4.18.0-2.fc43                  fedora                 21.5 MiB
-  json-glib                               x86_64 1.10.8-4.fc43                  updates               592.3 KiB
-  kbd                                     x86_64 2.8.0-3.fc43                   fedora                  1.4 MiB
-  kbd-legacy                              noarch 2.8.0-3.fc43                   fedora                571.4 KiB
-  kbd-misc                                noarch 2.8.0-3.fc43                   fedora                  2.5 MiB
-  kmod                                    x86_64 34.2-2.fc43                    fedora                247.2 KiB
-  lame-libs                               x86_64 3.100-20.fc43                  fedora                  1.2 MiB
-  lcms2                                   x86_64 2.16-6.fc43                    fedora                433.7 KiB
-  libXcomposite                           x86_64 0.4.6-6.fc43                   fedora                 40.5 KiB
-  libXcursor                              x86_64 1.2.3-3.fc43                   fedora                 53.4 KiB
-  libXdamage                              x86_64 1.1.6-6.fc43                   fedora                 39.6 KiB
-  libXext                                 x86_64 1.3.6-4.fc43                   fedora                 90.0 KiB
-  libXfixes                               x86_64 6.0.1-6.fc43                   fedora                 26.2 KiB
-  libXft                                  x86_64 2.3.8-9.fc43                   fedora                164.4 KiB
-  libXi                                   x86_64 1.8.2-3.fc43                   fedora                 80.6 KiB
-  libXinerama                             x86_64 1.1.5-9.fc43                   fedora                 15.0 KiB
-  libXrandr                               x86_64 1.5.4-6.fc43                   fedora                 51.8 KiB
-  libXrender                              x86_64 0.9.12-3.fc43                  fedora                 46.0 KiB
-  libXtst                                 x86_64 1.2.5-3.fc43                   fedora                 33.5 KiB
-  libXv                                   x86_64 1.0.13-3.fc43                  fedora                 26.0 KiB
-  libXxf86vm                              x86_64 1.1.6-3.fc43                   fedora                 25.3 KiB
-  libaom                                  x86_64 3.13.1-1.fc43                  fedora                  5.0 MiB
-  libasyncns                              x86_64 0.8-31.fc43                    fedora                 55.5 KiB
-  libcamera                               x86_64 0.5.2-5.fc43                   updates                 2.2 MiB
-  libcanberra                             x86_64 0.30-38.fc43                   fedora                266.5 KiB
-  libcloudproviders                       x86_64 0.3.6-2.fc43                   fedora                124.3 KiB
-  libdatrie                               x86_64 0.2.13-12.fc43                 fedora                 53.8 KiB
-  libdav1d                                x86_64 1.5.3-1.fc43                   updates                 1.7 MiB
-  libdecor                                x86_64 0.2.5-1.fc43                   updates               165.2 KiB
-  libdrm                                  x86_64 2.4.131-1.fc43                 updates               404.7 KiB
-  libebur128                              x86_64 1.2.6-14.fc43                  fedora                 39.3 KiB
-  libepoxy                                x86_64 1.5.10-11.fc43                 fedora                  1.1 MiB
-  libglvnd                                x86_64 1:1.7.0-8.fc43                 fedora                526.1 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-8.fc43                 fedora                 40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-8.fc43                 fedora                  2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-8.fc43                 fedora                 64.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-8.fc43                 fedora                 97.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-8.fc43                 fedora                601.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-8.fc43                 fedora                144.8 KiB
-  libgudev                                x86_64 238-8.fc43                     fedora                 83.8 KiB
-  libgusb                                 x86_64 0.4.9-4.fc43                   fedora                162.0 KiB
-  libheif                                 x86_64 1.20.2-6.fc43                  fedora                  1.6 MiB
-  libjpeg-turbo                           x86_64 3.1.3-1.fc43                   updates               806.3 KiB
-  libjxl                                  x86_64 1:0.11.1-7.fc43                updates                 4.1 MiB
-  liblc3                                  x86_64 1.1.3-5.fc43                   fedora                170.8 KiB
-  libldac                                 x86_64 2.0.2.3-18.fc43                fedora                 74.2 KiB
-  libnotify                               x86_64 0.8.8-1.fc43                   updates               126.6 KiB
-  libogg                                  x86_64 2:1.3.6-2.fc43                 updates                45.6 KiB
-  libopenjph                              x86_64 0.22.0-2.fc43                  fedora                466.2 KiB
-  libpciaccess                            x86_64 0.16-16.fc43                   fedora                 44.5 KiB
-  libpng                                  x86_64 2:1.6.55-1.fc43                updates               241.7 KiB
-  libproxy                                x86_64 0.5.12-1.fc43                  updates               102.3 KiB
-  librsvg2                                x86_64 2.61.0-5.fc43                  updates                 5.1 MiB
-  libsbc                                  x86_64 2.0-7.fc43                     fedora                 93.4 KiB
-  libsndfile                              x86_64 1.2.2-10.fc43                  fedora                550.1 KiB
-  libsoup3                                x86_64 3.6.6-2.fc43                   updates                 1.7 MiB
-  libstemmer                              x86_64 3.0.1-8.fc43                   fedora                661.5 KiB
-  libtdb                                  x86_64 1.4.14-3.fc43                  fedora                100.5 KiB
-  libthai                                 x86_64 0.1.29-11.fc43                 fedora                783.4 KiB
-  libtheora                               x86_64 1:1.1.1-40.fc43                fedora                477.3 KiB
-  libtinysparql                           x86_64 3.10.1-5.fc43                  updates               995.0 KiB
-  libunwind                               x86_64 1.8.1-3.fc43                   fedora                194.1 KiB
-  libvisual                               x86_64 1:0.4.2-3.fc43                 fedora                452.7 KiB
-  libvmaf                                 x86_64 3.0.0-4.fc43                   fedora                827.0 KiB
-  libvorbis                               x86_64 1:1.3.7-13.fc43                fedora                833.4 KiB
-  libwayland-client                       x86_64 1.24.0-1.fc43                  fedora                 62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc43                  fedora                 37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc43                  fedora                 12.4 KiB
-  libwebp                                 x86_64 1.6.0-2.fc43                   fedora                956.6 KiB
-  libxkbcommon                            x86_64 1.11.0-1.fc43                  fedora                408.2 KiB
-  libxshmfence                            x86_64 1.3.2-7.fc43                   fedora                 12.4 KiB
-  libyuv                                  x86_64 0-0.57.20240704git96bbdb5.fc43 fedora                679.7 KiB
-  lm_sensors-libs                         x86_64 3.6.0-23.fc43                  fedora                 85.8 KiB
-  lttng-ust                               x86_64 2.14.0-4.fc43                  fedora                  1.3 MiB
-  lzo                                     x86_64 2.10-15.fc43                   fedora                178.9 KiB
-  mesa-dri-drivers                        x86_64 25.3.6-3.fc43                  updates                48.8 MiB
-  mesa-filesystem                         x86_64 25.3.6-3.fc43                  updates                 3.6 KiB
-  mesa-libEGL                             x86_64 25.3.6-3.fc43                  updates               310.4 KiB
-  mesa-libGL                              x86_64 25.3.6-3.fc43                  updates               286.0 KiB
-  mesa-libGLU                             x86_64 9.0.3-7.fc43                   fedora                361.8 KiB
-  mesa-libGLU-devel                       x86_64 9.0.3-7.fc43                   fedora                 17.0 KiB
-  mesa-libgbm                             x86_64 25.3.6-3.fc43                  updates                19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-2.fc43                 fedora                814.0 KiB
-  openh264                                x86_64 2.6.0-2.fc43                   fedora-cisco-openh264   1.1 MiB
-  openjpeg                                x86_64 2.5.4-1.fc43                   fedora                456.3 KiB
-  opus                                    x86_64 1.5.2-3.fc43                   fedora                427.6 KiB
-  orc                                     x86_64 0.4.41-2.fc43                  fedora                726.3 KiB
-  pango                                   x86_64 1.57.1-1.fc43                  updates                 1.0 MiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.11-1.fc43                  updates               496.6 KiB
-  pipewire-libs                           x86_64 1.4.11-1.fc43                  updates                 8.6 MiB
-  pixman                                  x86_64 0.46.2-2.fc43                  fedora                710.3 KiB
-  polkit                                  x86_64 126-6.fc43.2                   updates               460.0 KiB
-  polkit-libs                             x86_64 126-6.fc43.2                   updates               199.8 KiB
-  pulseaudio-libs                         x86_64 17.0-9.fc43                    updates                 3.4 MiB
-  rav1e-libs                              x86_64 0.8.1-2.fc43                   updates                 3.1 MiB
-  rtkit                                   x86_64 0.11-69.fc43                   fedora                138.1 KiB
-  sdl2-compat                             x86_64 2.32.64-1.fc43                 updates               408.4 KiB
-  shared-mime-info                        x86_64 2.4-2.fc43                     fedora                  5.2 MiB
-  sound-theme-freedesktop                 noarch 0.8-24.fc43                    fedora                460.4 KiB
-  spirv-tools-libs                        x86_64 2026.1-2.fc43                  updates                 5.9 MiB
-  svt-av1-libs                            x86_64 3.1.2-1.fc43                   fedora                  5.6 MiB
-  systemd                                 x86_64 258.7-1.fc43                   updates                12.7 MiB
-  systemd-pam                             x86_64 258.7-1.fc43                   updates                 1.2 MiB
-  systemd-shared                          x86_64 258.7-1.fc43                   updates                 5.0 MiB
-  webrtc-audio-processing                 x86_64 1.3-9.fc43                     fedora                  1.4 MiB
-  wireplumber                             x86_64 0.5.14-1.fc43                  updates               427.5 KiB
-  wireplumber-libs                        x86_64 0.5.14-1.fc43                  updates                 1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-2.fc43                  fedora                  1.8 MiB
-  xkeyboard-config                        noarch 2.46-1.fc43                    updates                10.2 MiB
-  xml-common                              noarch 0.6.3-67.fc43                  fedora                 78.4 KiB
-  xprop                                   x86_64 1.2.8-4.fc43                   fedora                 54.7 KiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 49.0-2.fc43                    fedora                  5.5 MiB
-  adwaita-sans-fonts                      noarch 49.0-2.fc43                    fedora                  1.7 MiB
-  cryptsetup-libs                         x86_64 2.8.4-1.fc43                   updates                 2.6 MiB
-  dconf                                   x86_64 0.49.0-1.fc43                  fedora                307.5 KiB
-  glib-networking                         x86_64 2.80.1-3.fc43                  fedora                742.9 KiB
-  kmod-libs                               x86_64 34.2-2.fc43                    fedora                135.1 KiB
-  libbpf                                  x86_64 2:1.6.1-3.fc43                 fedora                422.8 KiB
-  libcamera-ipa                           x86_64 0.5.2-5.fc43                   updates               682.7 KiB
-  libcanberra-gtk3                        x86_64 0.30-38.fc43                   fedora                 70.7 KiB
-  low-memory-monitor                      x86_64 2.1-13.fc43                    fedora                 66.0 KiB
-  mesa-va-drivers                         x86_64 25.3.6-3.fc43                  updates               115.0   B
-  pipewire                                x86_64 1.4.11-1.fc43                  updates               433.2 KiB
-  pipewire-alsa                           x86_64 1.4.11-1.fc43                  updates               158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.11-1.fc43                  updates                30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.11-1.fc43                  updates               146.5 KiB
-  pipewire-pulseaudio                     x86_64 1.4.11-1.fc43                  updates               436.2 KiB
-  polkit-pkla-compat                      x86_64 0.1-31.fc43                    fedora                 89.5 KiB
-  qrencode-libs                           x86_64 4.1.1-11.fc43                  fedora                164.8 KiB
-  systemd-networkd                        x86_64 258.7-1.fc43                   updates                 2.3 MiB
-  systemd-resolved                        x86_64 258.7-1.fc43                   updates               733.0 KiB
-  systemd-udev                            x86_64 258.7-1.fc43                   updates                12.8 MiB
-  tinysparql                              x86_64 3.10.1-5.fc43                  updates                 2.5 MiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-2.fc43                  fedora                473.3 KiB
- 
- Transaction Summary:
-  Installing:       191 packages
- 
- Total size of inbound packages is 93 MiB. Need to download 93 MiB.
- After this operation, 343 MiB extra will be used (install 343 MiB, remove 0 B).
- [  1/191] sdl2-compat-0:2.32.64-1.fc43. 100% |  21.2 KiB/s | 136.9 KiB |  00m06s
- [  2/191] SDL3-0:3.4.0-3.fc43.x86_64    100% |   1.4 MiB/s |   1.1 MiB |  00m01s
- [  3/191] cmake-filesystem-0:3.31.11-1. 100% |   1.3 MiB/s |  13.4 KiB |  00m00s
- [  4/191] libffi-devel-0:3.5.2-1.fc43.x 100% |   4.0 KiB/s |  29.7 KiB |  00m07s
- [  5/191] libglvnd-devel-1:1.7.0-8.fc43 100% | 435.9 KiB/s | 162.2 KiB |  00m00s
- [  6/191] libglvnd-core-devel-1:1.7.0-8 100% |   5.3 KiB/s |  17.3 KiB |  00m03s
- [  7/191] libglvnd-1:1.7.0-8.fc43.x86_6 100% |  22.2 KiB/s | 114.0 KiB |  00m05s
- [  8/191] libglvnd-gles-1:1.7.0-8.fc43. 100% |  17.9 KiB/s |  28.5 KiB |  00m02s
- [  9/191] libglvnd-glx-1:1.7.0-8.fc43.x 100% |   2.2 MiB/s | 132.1 KiB |  00m00s
- [ 10/191] libglvnd-egl-1:1.7.0-8.fc43.x 100% |   4.8 KiB/s |  36.0 KiB |  00m08s
- [ 11/191] libXext-0:1.3.6-4.fc43.x86_64 100% | 143.1 KiB/s |  39.1 KiB |  00m00s
- [ 12/191] mesa-libGLU-devel-0:9.0.3-7.f 100% | 320.9 KiB/s |  11.9 KiB |  00m00s
- [ 13/191] mesa-libGLU-0:9.0.3-7.fc43.x8 100% | 971.0 KiB/s | 166.0 KiB |  00m00s
- [ 14/191] mesa-libGL-0:25.3.6-3.fc43.x8 100% | 249.9 KiB/s | 119.0 KiB |  00m00s
- [ 15/191] libglvnd-opengl-1:1.7.0-8.fc4 100% |   5.7 KiB/s |  37.0 KiB |  00m07s
- [ 16/191] libXxf86vm-0:1.1.6-3.fc43.x86 100% |  10.8 KiB/s |  17.7 KiB |  00m02s
- [ 17/191] mesa-filesystem-0:25.3.6-3.fc 100% |   2.5 KiB/s |  10.5 KiB |  00m04s
- [ 18/191] libxshmfence-0:1.3.2-7.fc43.x 100% |  32.5 KiB/s |  13.3 KiB |  00m00s
- [ 19/191] lm_sensors-libs-0:3.6.0-23.fc 100% | 100.0 KiB/s |  40.6 KiB |  00m00s
- [ 20/191] mesa-libgbm-0:25.3.6-3.fc43.x 100% | 166.5 KiB/s |  16.5 KiB |  00m00s
- [ 21/191] mesa-libEGL-0:25.3.6-3.fc43.x 100% | 293.7 KiB/s | 120.7 KiB |  00m00s
- [ 22/191] libwayland-client-0:1.24.0-1. 100% |  98.9 KiB/s |  33.6 KiB |  00m00s
- [ 23/191] libdrm-0:2.4.131-1.fc43.x86_6 100% | 213.8 KiB/s | 162.9 KiB |  00m01s
- [ 24/191] libpciaccess-0:0.16-16.fc43.x 100% | 569.2 KiB/s |  26.2 KiB |  00m00s
- [ 25/191] spirv-tools-libs-0:2026.1-2.f 100% | 281.1 KiB/s |   1.7 MiB |  00m06s
- [ 26/191] libdecor-0:0.2.5-1.fc43.x86_6 100% | 249.5 KiB/s |  57.9 KiB |  00m00s
- [ 27/191] cairo-0:1.18.4-2.fc43.x86_64  100% |   1.4 MiB/s | 729.3 KiB |  00m01s
- [ 28/191] mesa-dri-drivers-0:25.3.6-3.f 100% | 788.0 KiB/s |  12.8 MiB |  00m17s
- [ 29/191] libwayland-cursor-0:1.24.0-1. 100% | 299.9 KiB/s |  18.9 KiB |  00m00s
- [ 30/191] fontconfig-0:2.17.0-3.fc43.x8 100% | 858.7 KiB/s | 272.2 KiB |  00m00s
- [ 31/191] libXrender-0:0.9.12-3.fc43.x8 100% | 689.1 KiB/s |  26.9 KiB |  00m00s
- [ 32/191] lzo-0:2.10-15.fc43.x86_64     100% | 754.5 KiB/s |  69.4 KiB |  00m00s
- [ 33/191] freetype-0:2.13.3-3.fc43.x86_ 100% | 913.9 KiB/s | 412.1 KiB |  00m00s
- [ 34/191] sdl2-compat-devel-0:2.32.64-1 100% |  13.9 KiB/s | 506.9 KiB |  00m37s
- >>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
- [ 35/191] default-fonts-core-sans-0:4.2 100% | 245.1 KiB/s |  29.9 KiB |  00m00s
- [ 36/191] xml-common-0:0.6.3-67.fc43.no 100% |  90.8 KiB/s |  31.0 KiB |  00m00s
- [ 37/191] fonts-filesystem-1:2.0.5-23.f 100% |  17.9 KiB/s |   8.7 KiB |  00m00s
- [ 38/191] abattis-cantarell-vf-fonts-0: 100% | 379.0 KiB/s | 120.1 KiB |  00m00s
- [ 39/191] hwdata-0:0.406-1.fc43.noarch  100% |   1.5 MiB/s |   1.7 MiB |  00m01s
- [ 40/191] pixman-0:0.46.2-2.fc43.x86_64 100% | 145.7 KiB/s | 292.5 KiB |  00m02s
- [ 41/191] graphite2-0:1.3.14-19.fc43.x8 100% | 234.9 KiB/s |  95.6 KiB |  00m00s
- [ 42/191] libpng-2:1.6.55-1.fc43.x86_64 100% | 755.8 KiB/s | 123.9 KiB |  00m00s
- [ 43/191] google-noto-fonts-common-0:20 100% | 721.4 KiB/s |  17.3 KiB |  00m00s
- [ 44/191] harfbuzz-0:11.5.1-2.fc43.x86_ 100% | 311.3 KiB/s |   1.1 MiB |  00m04s
- [ 45/191] adwaita-icon-theme-0:49.0-1.f 100% | 897.6 KiB/s | 403.9 KiB |  00m00s
- [ 46/191] cairo-gobject-0:1.18.4-2.fc43 100% | 118.4 KiB/s |  16.9 KiB |  00m00s
- [ 47/191] google-noto-sans-vf-fonts-0:2 100% | 207.1 KiB/s | 614.5 KiB |  00m03s
- [ 48/191] colord-libs-0:1.4.8-2.fc43.x8 100% | 307.8 KiB/s | 230.5 KiB |  00m01s
- [ 49/191] fribidi-0:1.0.16-3.fc43.x86_6 100% |  41.0 KiB/s |  53.3 KiB |  00m01s
- [ 50/191] hicolor-icon-theme-0:0.18-2.f 100% |  79.1 KiB/s |  65.9 KiB |  00m01s
- [ 51/191] libXcursor-0:1.2.3-3.fc43.x86 100% | 247.3 KiB/s |  31.2 KiB |  00m00s
- [ 52/191] libXdamage-0:1.1.6-6.fc43.x86 100% | 369.2 KiB/s |  23.3 KiB |  00m00s
- [ 53/191] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 302.7 KiB/s |  19.1 KiB |  00m00s
- [ 54/191] libXcomposite-0:0.4.6-6.fc43. 100% |  46.1 KiB/s |  24.2 KiB |  00m01s
- [ 55/191] libXi-0:1.8.2-3.fc43.x86_64   100% | 390.9 KiB/s |  40.3 KiB |  00m00s
- [ 56/191] libXinerama-0:1.1.5-9.fc43.x8 100% |  26.7 KiB/s |  14.2 KiB |  00m01s
- [ 57/191] libXrandr-0:1.5.4-6.fc43.x86_ 100% |  52.0 KiB/s |  27.6 KiB |  00m01s
- [ 58/191] libcloudproviders-0:0.3.6-2.f 100% | 183.8 KiB/s |  46.9 KiB |  00m00s
- [ 59/191] libwayland-egl-0:1.24.0-1.fc4 100% |  82.5 KiB/s |  12.4 KiB |  00m00s
- [ 60/191] libxkbcommon-0:1.11.0-1.fc43. 100% | 394.4 KiB/s | 174.3 KiB |  00m00s
- [ 61/191] libepoxy-0:1.5.10-11.fc43.x86 100% | 108.1 KiB/s | 229.5 KiB |  00m02s
- [ 62/191] adwaita-cursor-theme-0:49.0-1 100% | 252.9 KiB/s | 380.1 KiB |  00m02s
- [ 63/191] lcms2-0:2.16-6.fc43.x86_64    100% |  65.6 KiB/s | 182.8 KiB |  00m03s
- [ 64/191] libgusb-0:0.4.9-4.fc43.x86_64 100% |  62.8 KiB/s |  64.5 KiB |  00m01s
- [ 65/191] pango-0:1.57.1-1.fc43.x86_64  100% |  94.5 KiB/s | 358.0 KiB |  00m04s
- [ 66/191] libXft-0:2.3.8-9.fc43.x86_64  100% | 870.5 KiB/s |  72.2 KiB |  00m00s
- [ 67/191] libthai-0:0.1.29-11.fc43.x86_ 100% |   1.2 MiB/s | 210.3 KiB |  00m00s
- [ 68/191] libdatrie-0:0.2.13-12.fc43.x8 100% |  70.3 KiB/s |  32.0 KiB |  00m00s
- [ 69/191] at-spi2-atk-0:2.58.4-1.fc43.x 100% | 334.6 KiB/s |  88.0 KiB |  00m00s
- [ 70/191] at-spi2-core-0:2.58.4-1.fc43. 100% | 250.7 KiB/s | 391.2 KiB |  00m02s
- [ 71/191] atk-0:2.58.4-1.fc43.x86_64    100% | 212.3 KiB/s |  80.2 KiB |  00m00s
- [ 72/191] dbus-1:1.16.0-4.fc43.x86_64   100% | 233.7 KiB/s |   7.5 KiB |  00m00s
- [ 73/191] libXtst-0:1.2.5-3.fc43.x86_64 100% |  15.9 KiB/s |  20.5 KiB |  00m01s
- [ 74/191] xprop-0:1.2.8-4.fc43.x86_64   100% |  37.5 KiB/s |  34.8 KiB |  00m01s
- [ 75/191] cups-libs-1:2.4.16-7.fc43.x86 100% | 599.5 KiB/s | 260.8 KiB |  00m00s
- [ 76/191] cups-filesystem-1:2.4.16-7.fc 100% | 725.0 KiB/s |  12.3 KiB |  00m00s
- [ 77/191] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 595.1 KiB/s |  69.0 KiB |  00m00s
- [ 78/191] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |  43.7 KiB/s | 484.9 KiB |  00m11s
- [ 79/191] shared-mime-info-0:2.4-2.fc43 100% | 333.9 KiB/s | 399.7 KiB |  00m01s
- [ 80/191] gtk-update-icon-cache-0:3.24. 100% | 336.3 KiB/s |  33.6 KiB |  00m00s
- [ 81/191] libtinysparql-0:3.10.1-5.fc43 100% | 480.8 KiB/s | 347.1 KiB |  00m01s
- [ 82/191] avahi-glib-0:0.9~rc2-6.fc43.x 100% |  46.4 KiB/s |  15.2 KiB |  00m00s
- [ 83/191] libstemmer-0:3.0.1-8.fc43.x86 100% | 276.7 KiB/s | 155.3 KiB |  00m01s
- [ 84/191] adwaita-icon-theme-legacy-0:4 100% |  62.4 KiB/s |   2.5 MiB |  00m41s
- [ 85/191] glycin-loaders-0:2.0.8-1.fc43 100% | 143.6 KiB/s |   2.8 MiB |  00m20s
- [ 86/191] libheif-0:1.20.2-6.fc43.x86_6 100% | 117.5 KiB/s | 578.1 KiB |  00m05s
- [ 87/191] libaom-0:3.13.1-1.fc43.x86_64 100% |   1.4 MiB/s |   1.9 MiB |  00m01s
- [ 88/191] libopenjph-0:0.22.0-2.fc43.x8 100% | 701.7 KiB/s | 154.4 KiB |  00m00s
- [ 89/191] libwebp-0:1.6.0-2.fc43.x86_64 100% | 929.0 KiB/s | 324.2 KiB |  00m00s
- [ 90/191] gtk3-0:3.24.52-1.fc43.x86_64  100% |  79.9 KiB/s |   6.0 MiB |  01m16s
- >>> Curl error (28): Timeout was reached for http://fedora.mirrorservice.org/fed
- [ 91/191] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 115.2 KiB/s | 192.2 KiB |  00m02s
- [ 92/191] glycin-libs-0:2.0.8-1.fc43.x8 100% |  37.6 KiB/s |   1.5 MiB |  00m42s
- [ 93/191] xkeyboard-config-0:2.46-1.fc4 100% |   1.7 MiB/s | 993.6 KiB |  00m01s
- [ 94/191] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   1.7 MiB/s |   2.0 MiB |  00m01s
- [ 95/191] libdav1d-0:1.5.3-1.fc43.x86_6 100% |   2.9 MiB/s | 637.4 KiB |  00m00s
- [ 96/191] libjpeg-turbo-0:3.1.3-1.fc43. 100% | 607.2 KiB/s | 236.8 KiB |  00m00s
- [ 97/191] rav1e-libs-0:0.8.1-2.fc43.x86 100% |   2.2 MiB/s |   1.1 MiB |  00m00s
- [ 98/191] json-glib-0:1.10.8-4.fc43.x86 100% |   1.6 MiB/s | 172.7 KiB |  00m00s
- [ 99/191] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 115.3 KiB/s | 196.6 KiB |  00m02s
- [100/191] libsoup3-0:3.6.6-2.fc43.x86_6 100% |   1.3 MiB/s | 451.5 KiB |  00m00s
- [101/191] openh264-0:2.6.0-2.fc43.x86_6 100% | 702.4 KiB/s | 422.8 KiB |  00m01s
- [102/191] highway-0:1.3.0-1.fc43.x86_64 100% |   3.8 MiB/s | 694.5 KiB |  00m00s
- [103/191] xdg-desktop-portal-gtk-0:1.15 100% | 176.2 KiB/s | 144.0 KiB |  00m01s
- [104/191] librsvg2-0:2.61.0-5.fc43.x86_ 100% | 883.1 KiB/s |   1.9 MiB |  00m02s
- [105/191] xdg-desktop-portal-0:1.20.3-2 100% | 424.0 KiB/s | 507.6 KiB |  00m01s
- [106/191] mesa-va-drivers-0:25.3.6-3.fc 100% | 280.0 KiB/s |   9.2 KiB |  00m00s
- [107/191] libgudev-0:238-8.fc43.x86_64  100% | 190.2 KiB/s |  34.6 KiB |  00m00s
- [108/191] libjxl-1:0.11.1-7.fc43.x86_64 100% | 454.6 KiB/s |   1.2 MiB |  00m03s
- [109/191] libtdb-0:1.4.14-3.fc43.x86_64 100% | 329.7 KiB/s |  55.1 KiB |  00m00s
- [110/191] libcanberra-gtk3-0:0.30-38.fc 100% |  64.7 KiB/s |  30.1 KiB |  00m00s
- [111/191] libcanberra-0:0.30-38.fc43.x8 100% | 169.4 KiB/s |  83.7 KiB |  00m00s
- [112/191] libvorbis-1:1.3.7-13.fc43.x86 100% | 406.0 KiB/s | 188.4 KiB |  00m00s
- [113/191] dconf-0:0.49.0-1.fc43.x86_64  100% | 134.4 KiB/s | 110.2 KiB |  00m01s
- [114/191] glib-networking-0:2.80.1-3.fc 100% | 362.4 KiB/s | 200.8 KiB |  00m01s
- [115/191] sound-theme-freedesktop-0:0.8 100% | 154.1 KiB/s | 382.3 KiB |  00m02s
- [116/191] fuse3-0:3.16.2-6.fc43.x86_64  100% |  51.3 KiB/s |  55.7 KiB |  00m01s
- [117/191] tinysparql-0:3.10.1-5.fc43.x8 100% | 317.1 KiB/s |   1.0 MiB |  00m03s
- [118/191] fuse3-libs-0:3.16.2-6.fc43.x8 100% |   2.8 MiB/s |  93.2 KiB |  00m00s
- [119/191] geoclue2-0:2.8.0-1.fc43.x86_6 100% | 469.3 KiB/s | 144.5 KiB |  00m00s
- [120/191] gsettings-desktop-schemas-0:4 100% | 346.6 KiB/s | 822.9 KiB |  00m02s
- [121/191] libunwind-0:1.8.1-3.fc43.x86_ 100% | 134.9 KiB/s |  76.5 KiB |  00m01s
- [122/191] gstreamer1-0:1.26.11-1.fc43.x 100% | 675.2 KiB/s |   1.7 MiB |  00m03s
- [123/191] cdparanoia-libs-0:10.2-48.fc4 100% | 189.1 KiB/s |  53.9 KiB |  00m00s
- [124/191] graphene-0:1.10.8-2.fc43.x86_ 100% |  80.1 KiB/s |  61.3 KiB |  00m01s
- [125/191] gstreamer1-plugins-base-0:1.2 100% | 517.8 KiB/s |   2.3 MiB |  00m05s
- [126/191] libXv-0:1.0.13-3.fc43.x86_64  100% |  61.1 KiB/s |  18.6 KiB |  00m00s
- [127/191] libtheora-1:1.1.1-40.fc43.x86 100% | 377.5 KiB/s | 170.3 KiB |  00m00s
- [128/191] libvisual-1:0.4.2-3.fc43.x86_ 100% | 240.5 KiB/s | 153.2 KiB |  00m01s
- [129/191] opus-0:1.5.2-3.fc43.x86_64    100% | 328.4 KiB/s | 237.1 KiB |  00m01s
- [130/191] orc-0:0.4.41-2.fc43.x86_64    100% | 836.0 KiB/s | 221.5 KiB |  00m00s
- [131/191] iso-codes-0:4.18.0-2.fc43.noa 100% | 731.9 KiB/s |   3.7 MiB |  00m05s
- [132/191] fdk-aac-free-0:2.0.0-16.fc43. 100% | 227.4 KiB/s | 341.1 KiB |  00m02s
- [133/191] fftw-libs-single-0:3.3.10-16. 100% | 527.8 KiB/s |   1.2 MiB |  00m02s
- [134/191] pipewire-libs-0:1.4.11-1.fc43 100% | 470.9 KiB/s |   2.4 MiB |  00m05s
- [135/191] libebur128-0:1.2.6-14.fc43.x8 100% |  84.3 KiB/s |  24.9 KiB |  00m00s
- [136/191] libldac-0:2.0.2.3-18.fc43.x86 100% |   1.1 MiB/s |  42.5 KiB |  00m00s
- [137/191] libsbc-0:2.0-7.fc43.x86_64    100% | 550.1 KiB/s |  49.0 KiB |  00m00s
- [138/191] liblc3-0:1.1.3-5.fc43.x86_64  100% | 356.4 KiB/s | 105.1 KiB |  00m00s
- [139/191] webrtc-audio-processing-0:1.3 100% |   4.0 MiB/s | 533.9 KiB |  00m00s
- [140/191] gsm-0:1.0.23-1.fc43.x86_64    100% | 486.9 KiB/s |  36.0 KiB |  00m00s
- [141/191] libsndfile-0:1.2.2-10.fc43.x8 100% | 935.7 KiB/s | 220.8 KiB |  00m00s
- [142/191] lame-libs-0:3.100-20.fc43.x86 100% |   3.0 MiB/s | 338.9 KiB |  00m00s
- [143/191] mpg123-libs-0:1.32.10-2.fc43. 100% |   2.9 MiB/s | 355.6 KiB |  00m00s
- [144/191] libogg-2:1.3.6-2.fc43.x86_64  100% | 540.1 KiB/s |  33.5 KiB |  00m00s
- [145/191] flac-libs-0:1.5.0-5.fc43.x86_ 100% |   1.4 MiB/s | 217.1 KiB |  00m00s
- [146/191] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |   1.8 MiB/s | 541.4 KiB |  00m00s
- [147/191] libasyncns-0:0.8-31.fc43.x86_ 100% |  88.1 KiB/s |  30.0 KiB |  00m00s
- [148/191] libproxy-0:0.5.12-1.fc43.x86_ 100% | 142.9 KiB/s |  45.2 KiB |  00m00s
- [149/191] duktape-0:2.7.0-10.fc43.x86_6 100% | 409.5 KiB/s | 168.7 KiB |  00m00s
- [150/191] bluez-libs-0:5.86-4.fc43.x86_ 100% | 450.7 KiB/s |  82.9 KiB |  00m00s
- [151/191] libnotify-0:0.8.8-1.fc43.x86_ 100% | 105.3 KiB/s |  55.9 KiB |  00m01s
- [152/191] fuse-common-0:3.16.2-6.fc43.x 100% | 428.8 KiB/s |   7.3 KiB |  00m00s
- [153/191] low-memory-monitor-0:2.1-13.f 100% |  34.1 KiB/s |  34.2 KiB |  00m01s
- [154/191] pipewire-0:1.4.11-1.fc43.x86_ 100% | 384.9 KiB/s | 133.9 KiB |  00m00s
- [155/191] pulseaudio-libs-0:17.0-9.fc43 100% | 102.9 KiB/s | 694.2 KiB |  00m07s
- [156/191] rtkit-0:0.11-69.fc43.x86_64   100% | 134.0 KiB/s |  54.9 KiB |  00m00s
- [157/191] ModemManager-glib-0:1.24.2-1. 100% |  12.9 KiB/s | 334.9 KiB |  00m26s
2026-04-11 10:29.10: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled