2025-09-04 19:29.06: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/pull/45/head (46d4e6b4fa88154807e4dbda0d4cca52541eea40) (linux-x86_64:fedora-42-5.3_opam-2.4) Base: ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" && cd "eio-trace" && git fetch origin "refs/pull/45/head" && git reset --hard 46d4e6b4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3 # fedora-42-5.3_opam-2.4 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.4 /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 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 || git fetch origin master) && git reset -q --hard 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 eio-trace.opam ./ RUN opam pin add -yn eio-trace.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.1 dune-configurator.3.20.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y eio-trace.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-09-04 19:29.06: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3-fedora-42-5.3_opam-2.4-936616bcb15b34aa26ee2859897b4934" 2025-09-04 19:29.06: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3) (comment fedora-42-5.3_opam-2.4) (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.4 /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 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 || git fetch origin master) && git reset -q --hard 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src eio-trace.opam) (dst ./)) (run (network host) (shell "opam pin add -yn eio-trace.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.1 dune-configurator.3.20.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9") (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.4 --depext-only -y eio-trace.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-09-04 19:29.06: Waiting for resource in pool OCluster 2025-09-04 19:29.07: Waiting for worker… 2025-09-04 19:29.37: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 46d4e6b Add Nix flake (from ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3) 2025-09-04 19:29.37 ---> using "1c28e5fa04d791c5cc6b2ce470bc0a36440778ebb02f6a81cac1039d44837550" from cache /: (comment fedora-42-5.3_opam-2.4) /: (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 42 - x86_64 100% | 89.8 KiB/s | 25.5 KiB | 00m00s Fedora 42 - x86_64 - Updates 100% | 118.6 KiB/s | 18.5 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2025-09-04 19:29.37 ---> using "30ec58b95dbf2ce96df4e0cfd8a1378824cbb7b27634e3d768f5bf1b1e1c12fa" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-04 19:29.37 ---> using "0ad4a4c74ee6c7a0b8bf9645c88cf8c3bf100a4760210eed524534c68f94573d" 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 2025-09-04 19:29.37 ---> using "2c08b3d4d9970b4bac64786d6d0477265643e2d044ac19b059db06fdd1dd1657" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-09-04 19:29.37 ---> using "d52a6c44307dc82177848cfaa8cef6522574cfc34b36be6107ca3d1e528ee622" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-04 19:29.37 ---> using "318448b2e032a62250509c5bafb909b7dd3a4955875af20650db352317c1781b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 || git fetch origin master) && git reset -q --hard 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee24528071..8793cd66e3 master -> origin/master 563a4c63d4 Merge pull request #28389 from jmid/conf-gtk3-windows <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-04 19:29.57 ---> saved as "2a837675e33b6e98bf9d81910bb084335341a33625847379ebe780f8a4aa848d" /src: (copy (src eio-trace.opam) (dst ./)) 2025-09-04 19:29.57 ---> saved as "6f45f0a67022f5043dde18bc8988ec33609992efcb48237f93d2f546ec7203e4" /src: (run (network host) (shell "opam pin add -yn eio-trace.dev './'")) [eio-trace.dev] synchronised (file:///src) eio-trace is now pinned to file:///src (version dev) 2025-09-04 19:29.58 ---> saved as "5e0781d80e362a039fa59529bea3399ff1b4f120fe5d1de078357b10a178bd57" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-04 19:29.58 ---> saved as "20a9ddb9f298bb7162564f164d7c737d1dd64290a4393ac0aea8355a4d32863b" /src: (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.1 dune-configurator.3.20.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9") /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.4 --depext-only -y eio-trace.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [eio-trace.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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: cairo-devel gtk3-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/sbin/sudo "yum" "install" "-y" "cairo-devel" "gtk3-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - cairo-devel x86_64 1.18.2-3.fc42 fedora 2.3 MiB - gtk3-devel x86_64 3.24.49-2.fc42 fedora 34.1 MiB - Installing dependencies: - ModemManager-glib x86_64 1.22.0-5.fc42 fedora 1.4 MiB - SDL3 x86_64 3.2.16-1.fc42 updates 2.7 MiB - abattis-cantarell-vf-fonts noarch 0.301-14.fc42 fedora 192.7 KiB - adobe-source-code-pro-fonts noarch 2.042.1.062.1.026-6.fc42 fedora 1.6 MiB - adwaita-cursor-theme noarch 48.0-1.fc42 fedora 11.4 MiB - adwaita-icon-theme noarch 48.0-1.fc42 fedora 1.2 MiB - adwaita-icon-theme-legacy noarch 46.2-3.fc42 fedora 2.1 MiB - alsa-lib x86_64 1.2.14-3.fc42 updates 1.4 MiB - at-spi2-atk x86_64 2.56.3-1.fc42 updates 275.6 KiB - at-spi2-atk-devel x86_64 2.56.3-1.fc42 updates 1.6 KiB - at-spi2-core x86_64 2.56.3-1.fc42 updates 1.5 MiB - at-spi2-core-devel x86_64 2.56.3-1.fc42 updates 4.3 MiB - atk x86_64 2.56.3-1.fc42 updates 248.6 KiB - atk-devel x86_64 2.56.3-1.fc42 updates 5.9 MiB - 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.83-2.fc42 updates 198.3 KiB - brotli x86_64 1.1.0-6.fc42 fedora 31.6 KiB - brotli-devel x86_64 1.1.0-6.fc42 fedora 65.6 KiB - 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-gobject x86_64 1.18.2-3.fc42 fedora 35.1 KiB - cairo-gobject-devel x86_64 1.18.2-3.fc42 fedora 7.0 KiB - cdparanoia-libs x86_64 10.2-47.fc42 fedora 117.5 KiB - cmake-filesystem x86_64 3.31.6-2.fc42 fedora 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.12-3.fc42 updates 0.0 B - cups-libs x86_64 1:2.4.12-3.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 - 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-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-5.fc42 fedora 38.0 B - fuse3 x86_64 3.16.2-5.fc42 fedora 129.7 KiB - fuse3-libs x86_64 3.16.2-5.fc42 fedora 281.5 KiB - gdk-pixbuf2 x86_64 2.42.12-12.fc42 updates 2.5 MiB - gdk-pixbuf2-devel x86_64 2.42.12-12.fc42 updates 2.3 MiB - gdk-pixbuf2-modules x86_64 2.42.12-12.fc42 updates 55.4 KiB - geoclue2 x86_64 2.7.2-2.fc42 fedora 395.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 - glib2-devel x86_64 2.84.4-1.fc42 updates 15.8 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 - 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-1.fc42 fedora 5.4 MiB - gsm x86_64 1.0.22-8.fc42 fedora 68.8 KiB - gstreamer1 x86_64 1.26.5-2.fc42 updates 5.3 MiB - gstreamer1-plugins-base x86_64 1.26.5-1.fc42 updates 7.3 MiB - gtk-update-icon-cache x86_64 3.24.49-2.fc42 fedora 62.2 KiB - gtk3 x86_64 3.24.49-2.fc42 fedora 23.1 MiB - harfbuzz x86_64 10.4.0-1.fc42 fedora 2.7 MiB - harfbuzz-cairo x86_64 10.4.0-1.fc42 fedora 52.1 KiB - harfbuzz-devel x86_64 10.4.0-1.fc42 fedora 5.1 MiB - harfbuzz-icu x86_64 10.4.0-1.fc42 fedora 15.4 KiB - hicolor-icon-theme noarch 0.17-20.fc42 fedora 72.2 KiB - highway x86_64 1.2.0-5.fc42 fedora 4.4 MiB - hwdata noarch 0.399-1.fc42 updates 9.6 MiB - iso-codes noarch 4.17.0-2.fc42 fedora 20.3 MiB - jbigkit-libs x86_64 2.1-31.fc42 fedora 121.4 KiB - json-glib x86_64 1.10.6-2.fc42 fedora 590.7 KiB - lame-libs x86_64 3.100-19.fc42 fedora 1.2 MiB - lcms2 x86_64 2.16-5.fc42 fedora 437.7 KiB - libXcomposite x86_64 0.4.6-5.fc42 fedora 44.4 KiB - libXcomposite-devel x86_64 0.4.6-5.fc42 fedora 8.0 KiB - libXcursor x86_64 1.2.3-2.fc42 fedora 57.4 KiB - libXcursor-devel x86_64 1.2.3-2.fc42 fedora 22.7 KiB - libXdamage x86_64 1.1.6-5.fc42 fedora 43.6 KiB - libXdamage-devel x86_64 1.1.6-5.fc42 fedora 2.5 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 - libXfixes-devel x86_64 6.0.1-5.fc42 fedora 9.2 KiB - libXft x86_64 2.3.8-8.fc42 fedora 168.4 KiB - libXft-devel x86_64 2.3.8-8.fc42 fedora 31.7 KiB - libXi x86_64 1.8.2-2.fc42 fedora 84.6 KiB - libXi-devel x86_64 1.8.2-2.fc42 fedora 132.5 KiB - libXinerama x86_64 1.1.5-8.fc42 fedora 19.0 KiB - libXinerama-devel x86_64 1.1.5-8.fc42 fedora 7.0 KiB - libXrandr x86_64 1.5.4-5.fc42 fedora 55.8 KiB - libXrandr-devel x86_64 1.5.4-5.fc42 fedora 21.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 - libXtst x86_64 1.2.5-2.fc42 fedora 33.5 KiB - libXtst-devel x86_64 1.2.5-2.fc42 fedora 11.6 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.12.0-1.fc42 fedora 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-7.fc42 fedora 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 - libcloudproviders-devel x86_64 0.3.6-1.fc42 fedora 375.4 KiB - libdatrie x86_64 0.2.13-11.fc42 fedora 57.8 KiB - libdatrie-devel x86_64 0.2.13-11.fc42 fedora 597.7 KiB - libdav1d x86_64 1.5.1-1.fc42 fedora 1.7 MiB - libdecor x86_64 0.2.3-5.fc42 updates 165.2 KiB - libdrm x86_64 2.4.125-1.fc42 updates 395.8 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 - libepoxy-devel x86_64 1.5.10-9.fc42 fedora 1.6 MiB - 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 - 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 - libjpeg-turbo x86_64 3.1.0-2.fc42 fedora 803.2 KiB - libjpeg-turbo-devel x86_64 3.1.0-2.fc42 fedora 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 - liblerc-devel x86_64 4.0.0-8.fc42 fedora 4.3 MiB - libmount-devel x86_64 2.40.4-7.fc42 fedora 63.5 KiB - libnotify x86_64 0.8.6-1.fc42 updates 122.2 KiB - libogg x86_64 2:1.3.5-11.fc42 fedora 45.3 KiB - libpciaccess x86_64 0.16-15.fc42 fedora 44.5 KiB - libpng x86_64 2:1.6.44-2.fc42 fedora 241.7 KiB - libpng-devel x86_64 2:1.6.44-2.fc42 fedora 877.7 KiB - libproxy x86_64 0.5.8-2.fc42 fedora 102.3 KiB - librsvg2 x86_64 2.60.0-2.fc42 updates 5.0 MiB - libsbc x86_64 2.0-6.fc42 fedora 93.4 KiB - libselinux-devel x86_64 3.8-2.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 - libsoup3 x86_64 3.6.5-2.fc42 updates 1.1 MiB - 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 - libthai-devel x86_64 0.1.29-10.fc42 fedora 700.9 KiB - libtheora x86_64 1:1.1.1-39.fc42 fedora 481.3 KiB - libtiff x86_64 4.7.0-8.fc42 updates 619.1 KiB - libtiff-devel x86_64 4.7.0-8.fc42 updates 761.9 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 - 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 - 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 - libwebp-devel x86_64 1.5.0-2.fc42 fedora 121.2 KiB - libxkbcommon-devel x86_64 1.8.1-1.fc42 fedora 358.8 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 - libzstd-devel x86_64 1.5.7-1.fc42 fedora 208.0 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 - mesa-dri-drivers x86_64 25.1.7-1.fc42 updates 46.6 MiB - mesa-filesystem x86_64 25.1.7-1.fc42 updates 3.6 KiB - mesa-libEGL x86_64 25.1.7-1.fc42 updates 335.0 KiB - mesa-libGL x86_64 25.1.7-1.fc42 updates 306.2 KiB - mesa-libgbm x86_64 25.1.7-1.fc42 updates 19.7 KiB - mpg123-libs x86_64 1.32.10-1.fc42 updates 814.0 KiB - opus x86_64 1.5.2-2.fc42 fedora 427.5 KiB - orc x86_64 0.4.41-1.fc42 fedora 726.3 KiB - pango x86_64 1.56.4-1.fc42 updates 1.0 MiB - pango-devel x86_64 1.56.4-1.fc42 updates 1.5 MiB - pcre2-devel x86_64 10.45-1.fc42 fedora 2.1 MiB - pcre2-utf16 x86_64 10.45-1.fc42 fedora 626.3 KiB - pcre2-utf32 x86_64 10.45-1.fc42 fedora 598.2 KiB - pipewire-jack-audio-connection-kit-libs x86_64 1.4.7-1.fc42 updates 496.6 KiB - pipewire-libs x86_64 1.4.7-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 - pulseaudio-libs x86_64 17.0-5.fc42 fedora 3.4 MiB - python3-packaging noarch 24.2-3.fc42 fedora 555.7 KiB - rav1e-libs x86_64 0.7.1-8.fc42 updates 3.0 MiB - redhat-display-fonts noarch 4.1.0-1.fc42 fedora 963.9 KiB - redhat-text-fonts noarch 4.1.0-1.fc42 fedora 788.2 KiB - rtkit x86_64 0.11-66.fc42 fedora 138.1 KiB - sdl12-compat x86_64 1.2.68-5.fc42 fedora 195.5 KiB - sdl2-compat x86_64 2.32.56-1.fc42 updates 399.7 KiB - 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.0-1.fc42 fedora 273.8 KiB - systemd-devel x86_64 257.7-1.fc42 updates 612.3 KiB - 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.10-1.fc42 updates 382.5 KiB - wireplumber-libs x86_64 0.5.10-1.fc42 updates 1.2 MiB - xdg-desktop-portal x86_64 1.20.3-1.fc42 updates 1.8 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-2.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 - gi-docgen-fonts noarch 2025.4-2.fc42 updates 0.0 B - 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.7-1.fc42 updates 115.0 B - pipewire x86_64 1.4.7-1.fc42 updates 428.0 KiB - pipewire-alsa x86_64 1.4.7-1.fc42 updates 158.0 KiB - pipewire-jack-audio-connection-kit x86_64 1.4.7-1.fc42 updates 30.0 B - pipewire-plugin-libcamera x86_64 1.4.7-1.fc42 updates 146.5 KiB - pipewire-pulseaudio x86_64 1.4.7-1.fc42 updates 436.1 KiB - rsvg-pixbuf-loader x86_64 2.60.0-2.fc42 updates 339.4 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: 234 packages - - Total size of inbound packages is 92 MiB. Need to download 92 MiB. - After this operation, 374 MiB extra will be used (install 374 MiB, remove 0 B). - [ 1/234] cairo-devel-0:1.18.2-3.fc42.x 100% | 3.4 MiB/s | 192.1 KiB | 00m00s - [ 2/234] fontconfig-0:2.16.0-2.fc42.x8 100% | 3.6 MiB/s | 272.0 KiB | 00m00s - [ 3/234] libXext-0:1.3.6-3.fc42.x86_64 100% | 7.7 MiB/s | 39.3 KiB | 00m00s - [ 4/234] libXrender-0:0.9.12-2.fc42.x8 100% | 1.3 MiB/s | 26.9 KiB | 00m00s - [ 5/234] libpng-2:1.6.44-2.fc42.x86_64 100% | 6.4 MiB/s | 123.9 KiB | 00m00s - [ 6/234] cairo-0:1.18.2-3.fc42.x86_64 100% | 4.8 MiB/s | 731.8 KiB | 00m00s - [ 7/234] freetype-0:2.13.3-2.fc42.x86_ 100% | 3.9 MiB/s | 415.5 KiB | 00m00s - [ 8/234] xml-common-0:0.6.3-66.fc42.no 100% | 945.5 KiB/s | 31.2 KiB | 00m00s - [ 9/234] harfbuzz-0:10.4.0-1.fc42.x86_ 100% | 24.0 MiB/s | 1.1 MiB | 00m00s - [ 10/234] default-fonts-core-sans-0:4.2 100% | 339.9 KiB/s | 31.3 KiB | 00m00s - [ 11/234] abattis-cantarell-vf-fonts-0: 100% | 2.3 MiB/s | 120.3 KiB | 00m00s - [ 12/234] graphite2-0:1.3.14-18.fc42.x8 100% | 2.8 MiB/s | 95.8 KiB | 00m00s - [ 13/234] google-noto-sans-vf-fonts-0:2 100% | 11.3 MiB/s | 614.5 KiB | 00m00s - [ 14/234] google-noto-fonts-common-0:20 100% | 108.1 KiB/s | 17.1 KiB | 00m00s - [ 15/234] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 3.1 MiB/s | 229.9 KiB | 00m00s - [ 16/234] adwaita-icon-theme-0:48.0-1.f 100% | 2.3 MiB/s | 399.2 KiB | 00m00s - [ 17/234] cairo-gobject-0:1.18.2-3.fc42 100% | 577.4 KiB/s | 17.3 KiB | 00m00s - [ 18/234] gtk3-0:3.24.49-2.fc42.x86_64 100% | 11.7 MiB/s | 5.8 MiB | 00m00s - [ 19/234] gtk3-devel-0:3.24.49-2.fc42.x 100% | 8.2 MiB/s | 4.3 MiB | 00m01s - [ 20/234] gtk-update-icon-cache-0:3.24. 100% | 2.1 MiB/s | 33.8 KiB | 00m00s - [ 21/234] fribidi-0:1.0.16-2.fc42.x86_6 100% | 1.4 MiB/s | 53.6 KiB | 00m00s - [ 22/234] colord-libs-0:1.4.7-6.fc42.x8 100% | 1.8 MiB/s | 231.1 KiB | 00m00s - [ 23/234] hicolor-icon-theme-0:0.17-20. 100% | 1.5 MiB/s | 65.7 KiB | 00m00s - [ 24/234] libXcursor-0:1.2.3-2.fc42.x86 100% | 783.9 KiB/s | 31.4 KiB | 00m00s - [ 25/234] libXcomposite-0:0.4.6-5.fc42. 100% | 506.3 KiB/s | 24.3 KiB | 00m00s - [ 26/234] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 3.1 MiB/s | 19.1 KiB | 00m00s - [ 27/234] libXinerama-0:1.1.5-8.fc42.x8 100% | 2.3 MiB/s | 14.3 KiB | 00m00s - [ 28/234] libXdamage-0:1.1.6-5.fc42.x86 100% | 1.0 MiB/s | 23.4 KiB | 00m00s - [ 29/234] libXi-0:1.8.2-2.fc42.x86_64 100% | 2.0 MiB/s | 40.5 KiB | 00m00s - [ 30/234] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 1.5 MiB/s | 27.8 KiB | 00m00s - [ 31/234] libcloudproviders-0:0.3.6-1.f 100% | 820.9 KiB/s | 46.8 KiB | 00m00s - [ 32/234] adwaita-cursor-theme-0:48.0-1 100% | 5.2 MiB/s | 379.6 KiB | 00m00s - [ 33/234] lcms2-0:2.16-5.fc42.x86_64 100% | 2.9 MiB/s | 184.1 KiB | 00m00s - [ 34/234] libgusb-0:0.4.9-3.fc42.x86_64 100% | 777.9 KiB/s | 65.3 KiB | 00m00s - [ 35/234] json-glib-0:1.10.6-2.fc42.x86 100% | 1.8 MiB/s | 171.7 KiB | 00m00s - [ 36/234] at-spi2-atk-0:2.56.3-1.fc42.x 100% | 6.5 MiB/s | 86.4 KiB | 00m00s - [ 37/234] at-spi2-atk-devel-0:2.56.3-1. 100% | 100.5 KiB/s | 10.8 KiB | 00m00s - [ 38/234] at-spi2-core-0:2.56.3-1.fc42. 100% | 7.6 MiB/s | 382.3 KiB | 00m00s - [ 39/234] atk-0:2.56.3-1.fc42.x86_64 100% | 6.0 MiB/s | 80.1 KiB | 00m00s - [ 40/234] libXtst-0:1.2.5-2.fc42.x86_64 100% | 764.9 KiB/s | 20.7 KiB | 00m00s - [ 41/234] atk-devel-0:2.56.3-1.fc42.x86 100% | 7.6 MiB/s | 443.6 KiB | 00m00s - [ 42/234] xprop-0:1.2.8-3.fc42.x86_64 100% | 432.0 KiB/s | 35.0 KiB | 00m00s - [ 43/234] gdk-pixbuf2-0:2.42.12-12.fc42 100% | 6.0 MiB/s | 488.9 KiB | 00m00s - [ 44/234] libjpeg-turbo-0:3.1.0-2.fc42. 100% | 2.7 MiB/s | 236.2 KiB | 00m00s - [ 45/234] gdk-pixbuf2-modules-0:2.42.12 100% | 2.3 MiB/s | 28.0 KiB | 00m00s - [ 46/234] shared-mime-info-0:2.3-7.fc42 100% | 3.2 MiB/s | 393.7 KiB | 00m00s - [ 47/234] gdk-pixbuf2-devel-0:2.42.12-1 100% | 2.1 MiB/s | 367.6 KiB | 00m00s - [ 48/234] adwaita-icon-theme-legacy-0:4 100% | 3.8 MiB/s | 2.5 MiB | 00m01s - [ 49/234] python3-packaging-0:24.2-3.fc 100% | 1.7 MiB/s | 154.0 KiB | 00m00s - [ 50/234] pango-0:1.56.4-1.fc42.x86_64 100% | 3.1 MiB/s | 350.8 KiB | 00m00s - [ 51/234] libXft-0:2.3.8-8.fc42.x86_64 100% | 674.8 KiB/s | 72.9 KiB | 00m00s - [ 52/234] glib2-devel-0:2.84.4-1.fc42.x 100% | 5.3 MiB/s | 1.5 MiB | 00m00s - [ 53/234] libdatrie-0:0.2.13-11.fc42.x8 100% | 2.4 MiB/s | 32.4 KiB | 00m00s - [ 54/234] libthai-0:0.1.29-10.fc42.x86_ 100% | 2.0 MiB/s | 211.5 KiB | 00m00s - [ 55/234] fontconfig-devel-0:2.16.0-2.f 100% | 2.0 MiB/s | 167.3 KiB | 00m00s - [ 56/234] pango-devel-0:1.56.4-1.fc42.x 100% | 1.8 MiB/s | 161.5 KiB | 00m00s - [ 57/234] gettext-libs-0:0.23.1-2.fc42. 100% | 4.6 MiB/s | 760.4 KiB | 00m00s - [ 58/234] gettext-0:0.23.1-2.fc42.x86_6 100% | 5.8 MiB/s | 1.1 MiB | 00m00s - [ 59/234] gettext-runtime-0:0.23.1-2.fc 100% | 7.1 MiB/s | 116.1 KiB | 00m00s - [ 60/234] gettext-envsubst-0:0.23.1-2.f 100% | 4.6 MiB/s | 37.7 KiB | 00m00s - [ 61/234] libtextstyle-0:0.23.1-2.fc42. 100% | 6.9 MiB/s | 92.1 KiB | 00m00s - [ 62/234] libwayland-client-0:1.24.0-1. 100% | 6.6 MiB/s | 33.6 KiB | 00m00s - [ 63/234] libwayland-cursor-0:1.24.0-1. 100% | 3.1 MiB/s | 18.9 KiB | 00m00s - [ 64/234] libwayland-egl-0:1.24.0-1.fc4 100% | 2.0 MiB/s | 12.4 KiB | 00m00s - [ 65/234] wayland-devel-0:1.24.0-1.fc42 100% | 6.0 MiB/s | 154.1 KiB | 00m00s - [ 66/234] libwayland-server-0:1.24.0-1. 100% | 2.4 MiB/s | 41.5 KiB | 00m00s - [ 67/234] cairo-gobject-devel-0:1.18.2- 100% | 470.8 KiB/s | 11.3 KiB | 00m00s - [ 68/234] fribidi-devel-0:1.0.16-2.fc42 100% | 1.3 MiB/s | 29.5 KiB | 00m00s - [ 69/234] libXcomposite-devel-0:0.4.6-5 100% | 1.0 MiB/s | 16.0 KiB | 00m00s - [ 70/234] libXdamage-devel-0:1.1.6-5.fc 100% | 2.3 MiB/s | 9.6 KiB | 00m00s - [ 71/234] freetype-devel-0:2.13.3-2.fc4 100% | 3.1 MiB/s | 1.0 MiB | 00m00s - [ 72/234] libXcursor-devel-0:1.2.3-2.fc 100% | 1.6 MiB/s | 39.7 KiB | 00m00s - [ 73/234] libXext-devel-0:1.3.6-3.fc42. 100% | 2.6 MiB/s | 85.3 KiB | 00m00s - [ 74/234] libXi-devel-0:1.8.2-2.fc42.x8 100% | 6.0 MiB/s | 116.0 KiB | 00m00s - [ 75/234] libXrandr-devel-0:1.5.4-5.fc4 100% | 4.7 MiB/s | 19.4 KiB | 00m00s - [ 76/234] libXfixes-devel-0:6.0.1-5.fc4 100% | 437.2 KiB/s | 12.7 KiB | 00m00s - [ 77/234] libcloudproviders-devel-0:0.3 100% | 723.0 KiB/s | 49.2 KiB | 00m00s - [ 78/234] libepoxy-devel-0:1.5.10-9.fc4 100% | 1.9 MiB/s | 133.3 KiB | 00m00s - [ 79/234] libXinerama-devel-0:1.1.5-8.f 100% | 160.5 KiB/s | 13.2 KiB | 00m00s - [ 80/234] cups-filesystem-1:2.4.12-3.fc 100% | 3.3 MiB/s | 13.6 KiB | 00m00s - [ 81/234] cups-libs-1:2.4.12-3.fc42.x86 100% | 5.3 MiB/s | 261.9 KiB | 00m00s - [ 82/234] libxkbcommon-devel-0:1.8.1-1. 100% | 886.0 KiB/s | 68.2 KiB | 00m00s - [ 83/234] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 2.5 MiB/s | 15.3 KiB | 00m00s - [ 84/234] fonts-filesystem-1:2.0.5-22.f 100% | 1.4 MiB/s | 8.7 KiB | 00m00s - [ 85/234] zlib-ng-compat-devel-0:2.2.5- 100% | 2.1 MiB/s | 38.3 KiB | 00m00s - [ 86/234] cmake-filesystem-0:3.31.6-2.f 100% | 3.4 MiB/s | 17.6 KiB | 00m00s - [ 87/234] libtinysparql-0:3.9.2-1.fc42. 100% | 4.5 MiB/s | 373.6 KiB | 00m00s - [ 88/234] avahi-libs-0:0.9~rc2-2.fc42.x 100% | 515.9 KiB/s | 69.1 KiB | 00m00s - [ 89/234] brotli-devel-0:1.1.0-6.fc42.x 100% | 499.0 KiB/s | 33.9 KiB | 00m00s - [ 90/234] bzip2-devel-0:1.0.8-20.fc42.x 100% | 4.4 MiB/s | 213.7 KiB | 00m00s - [ 91/234] harfbuzz-cairo-0:10.4.0-1.fc4 100% | 1.4 MiB/s | 30.1 KiB | 00m00s - [ 92/234] harfbuzz-icu-0:10.4.0-1.fc42. 100% | 1.4 MiB/s | 15.4 KiB | 00m00s - [ 93/234] brotli-0:1.1.0-6.fc42.x86_64 100% | 163.5 KiB/s | 19.9 KiB | 00m00s - [ 94/234] harfbuzz-devel-0:10.4.0-1.fc4 100% | 3.5 MiB/s | 453.7 KiB | 00m00s - [ 95/234] pixman-devel-0:0.46.2-1.fc42. 100% | 998.0 KiB/s | 18.0 KiB | 00m00s - [ 96/234] libpng-devel-2:1.6.44-2.fc42. 100% | 2.7 MiB/s | 291.9 KiB | 00m00s - [ 97/234] libXrender-devel-0:0.9.12-2.f 100% | 1.1 MiB/s | 19.1 KiB | 00m00s - [ 98/234] libffi-devel-0:3.4.6-5.fc42.x 100% | 1.0 MiB/s | 28.8 KiB | 00m00s - [ 99/234] pixman-0:0.46.2-1.fc42.x86_64 100% | 6.1 MiB/s | 292.7 KiB | 00m00s - [100/234] libxml2-devel-0:2.12.10-1.fc4 100% | 3.6 MiB/s | 523.7 KiB | 00m00s - [101/234] libXft-devel-0:2.3.8-8.fc42.x 100% | 1.5 MiB/s | 49.7 KiB | 00m00s - [102/234] libthai-devel-0:0.1.29-10.fc4 100% | 3.1 MiB/s | 147.1 KiB | 00m00s - [103/234] libsepol-devel-0:3.8-1.fc42.x 100% | 1.1 MiB/s | 48.4 KiB | 00m00s - [104/234] libselinux-devel-0:3.8-2.fc42 100% | 2.3 MiB/s | 151.5 KiB | 00m00s - [105/234] libmount-devel-0:2.40.4-7.fc4 100% | 1.6 MiB/s | 23.9 KiB | 00m00s - [106/234] libsoup3-0:3.6.5-2.fc42.x86_6 100% | 4.4 MiB/s | 390.9 KiB | 00m00s - [107/234] pcre2-utf16-0:10.45-1.fc42.x8 100% | 5.8 MiB/s | 241.9 KiB | 00m00s - [108/234] sysprof-capture-devel-0:48.0- 100% | 1.8 MiB/s | 55.8 KiB | 00m00s - [109/234] pcre2-utf32-0:10.45-1.fc42.x8 100% | 2.8 MiB/s | 228.7 KiB | 00m00s - [110/234] pcre2-devel-0:10.45-1.fc42.x8 100% | 4.8 MiB/s | 543.4 KiB | 00m00s - [111/234] libtiff-0:4.7.0-8.fc42.x86_64 100% | 6.5 MiB/s | 221.2 KiB | 00m00s - [112/234] jbigkit-libs-0:2.1-31.fc42.x8 100% | 1.4 MiB/s | 53.3 KiB | 00m00s - [113/234] liblerc-0:4.0.0-8.fc42.x86_64 100% | 5.2 MiB/s | 216.7 KiB | 00m00s - [114/234] libwebp-0:1.5.0-2.fc42.x86_64 100% | 4.3 MiB/s | 320.6 KiB | 00m00s - [115/234] libtiff-devel-0:4.7.0-8.fc42. 100% | 3.2 MiB/s | 268.5 KiB | 00m00s - [116/234] dbus-devel-1:1.16.0-3.fc42.x8 100% | 3.2 MiB/s | 39.1 KiB | 00m00s - [117/234] at-spi2-core-devel-0:2.56.3-1 100% | 5.4 MiB/s | 340.3 KiB | 00m00s - [118/234] libjpeg-turbo-devel-0:3.1.0-2 100% | 841.5 KiB/s | 97.6 KiB | 00m00s - [119/234] libblkid-devel-0:2.40.4-7.fc4 100% | 469.3 KiB/s | 23.0 KiB | 00m00s - [120/234] libdatrie-devel-0:0.2.13-11.f 100% | 2.2 MiB/s | 156.0 KiB | 00m00s - [121/234] xz-devel-1:5.8.1-2.fc42.x86_6 100% | 697.5 KiB/s | 67.0 KiB | 00m00s - [122/234] libglvnd-core-devel-1:1.7.0-7 100% | 2.4 MiB/s | 17.4 KiB | 00m00s - [123/234] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 7.0 MiB/s | 114.4 KiB | 00m00s - [124/234] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 2.2 MiB/s | 36.3 KiB | 00m00s - [125/234] libglvnd-gles-1:1.7.0-7.fc42. 100% | 1.2 MiB/s | 28.6 KiB | 00m00s - [126/234] libglvnd-devel-1:1.7.0-7.fc42 100% | 2.4 MiB/s | 161.8 KiB | 00m00s - [127/234] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 3.4 MiB/s | 133.1 KiB | 00m00s - [128/234] graphite2-devel-0:1.3.14-18.f 100% | 495.6 KiB/s | 20.8 KiB | 00m00s - [129/234] libglvnd-opengl-1:1.7.0-7.fc4 100% | 479.0 KiB/s | 37.4 KiB | 00m00s - [130/234] libicu-devel-0:76.1-4.fc42.x8 100% | 4.8 MiB/s | 793.5 KiB | 00m00s - [131/234] libwebp-devel-0:1.5.0-2.fc42. 100% | 1.3 MiB/s | 39.7 KiB | 00m00s - [132/234] libzstd-devel-0:1.5.7-1.fc42. 100% | 2.1 MiB/s | 53.1 KiB | 00m00s - [133/234] libXtst-devel-0:1.2.5-2.fc42. 100% | 3.9 MiB/s | 15.9 KiB | 00m00s - [134/234] mesa-libGL-0:25.1.7-1.fc42.x8 100% | 7.0 MiB/s | 121.8 KiB | 00m00s - [135/234] systemd-devel-0:257.7-1.fc42. 100% | 3.3 MiB/s | 679.8 KiB | 00m00s - [136/234] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 714.2 KiB/s | 17.9 KiB | 00m00s - [137/234] mesa-filesystem-0:25.1.7-1.fc 100% | 1.4 MiB/s | 8.7 KiB | 00m00s - [138/234] libxshmfence-0:1.3.2-6.fc42.x 100% | 340.5 KiB/s | 13.3 KiB | 00m00s - [139/234] lm_sensors-libs-0:3.6.0-22.fc 100% | 622.2 KiB/s | 40.4 KiB | 00m00s - [140/234] mesa-libgbm-0:25.1.7-1.fc42.x 100% | 2.4 MiB/s | 14.7 KiB | 00m00s - [141/234] liblerc-devel-0:4.0.0-8.fc42. 100% | 8.0 MiB/s | 3.2 MiB | 00m00s - [142/234] libdrm-0:2.4.125-1.fc42.x86_6 100% | 8.7 MiB/s | 161.3 KiB | 00m00s - [143/234] mesa-libEGL-0:25.1.7-1.fc42.x 100% | 1.4 MiB/s | 126.9 KiB | 00m00s - [144/234] libpciaccess-0:0.16-15.fc42.x 100% | 796.5 KiB/s | 26.3 KiB | 00m00s - [145/234] hwdata-0:0.399-1.fc42.noarch 100% | 11.5 MiB/s | 1.7 MiB | 00m00s - [146/234] xdg-desktop-portal-gtk-0:1.15 100% | 2.1 MiB/s | 143.8 KiB | 00m00s - [147/234] libcanberra-gtk3-0:0.30-37.fc 100% | 2.5 MiB/s | 30.6 KiB | 00m00s - [148/234] libcanberra-0:0.30-37.fc42.x8 100% | 5.5 MiB/s | 84.1 KiB | 00m00s - [149/234] spirv-tools-libs-0:2025.2-2.f 100% | 5.6 MiB/s | 1.5 MiB | 00m00s - [150/234] libvorbis-1:1.3.7-12.fc42.x86 100% | 5.0 MiB/s | 189.2 KiB | 00m00s - [151/234] libtdb-0:1.4.13-2.fc42.x86_64 100% | 527.3 KiB/s | 54.8 KiB | 00m00s - [152/234] pulseaudio-libs-0:17.0-5.fc42 100% | 6.5 MiB/s | 701.1 KiB | 00m00s - [153/234] libogg-2:1.3.5-11.fc42.x86_64 100% | 4.6 MiB/s | 33.1 KiB | 00m00s - [154/234] libasyncns-0:0.8-30.fc42.x86_ 100% | 3.7 MiB/s | 30.2 KiB | 00m00s - [155/234] sound-theme-freedesktop-0:0.8 100% | 4.0 MiB/s | 382.4 KiB | 00m00s - [156/234] libsndfile-0:1.2.2-8.fc42.x86 100% | 2.0 MiB/s | 221.5 KiB | 00m00s - [157/234] flac-libs-0:1.4.3-6.fc42.x86_ 100% | 3.3 MiB/s | 274.3 KiB | 00m00s - [158/234] gsm-0:1.0.22-8.fc42.x86_64 100% | 778.0 KiB/s | 35.8 KiB | 00m00s - [159/234] lame-libs-0:3.100-19.fc42.x86 100% | 4.8 MiB/s | 339.7 KiB | 00m00s - [160/234] opus-0:1.5.2-2.fc42.x86_64 100% | 3.9 MiB/s | 236.9 KiB | 00m00s - [161/234] rsvg-pixbuf-loader-0:2.60.0-2 100% | 4.2 MiB/s | 164.9 KiB | 00m00s - [162/234] dconf-0:0.40.0-15.fc42.x86_64 100% | 1.3 MiB/s | 109.5 KiB | 00m00s - [163/234] libdav1d-0:1.5.1-1.fc42.x86_6 100% | 6.1 MiB/s | 640.9 KiB | 00m00s - [164/234] jxl-pixbuf-loader-1:0.11.1-4. 100% | 4.8 MiB/s | 19.9 KiB | 00m00s - [165/234] webp-pixbuf-loader-0:0.2.7-3. 100% | 4.8 MiB/s | 19.8 KiB | 00m00s - [166/234] avif-pixbuf-loader-0:1.1.1-1. 100% | 4.0 MiB/s | 16.2 KiB | 00m00s - [167/234] libavif-0:1.1.1-1.fc42.x86_64 100% | 7.0 MiB/s | 100.1 KiB | 00m00s - [168/234] libaom-0:3.12.0-1.fc42.x86_64 100% | 5.6 MiB/s | 1.8 MiB | 00m00s - [169/234] libyuv-0:0-0.56.20240704git96 100% | 3.8 MiB/s | 201.9 KiB | 00m00s - [170/234] mesa-dri-drivers-0:25.1.7-1.f 100% | 8.3 MiB/s | 12.5 MiB | 00m02s - [171/234] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 6.7 MiB/s | 197.7 KiB | 00m00s - [172/234] librsvg2-0:2.60.0-2.fc42.x86_ 100% | 3.1 MiB/s | 1.9 MiB | 00m01s - [173/234] gi-docgen-fonts-0:2025.4-2.fc 100% | 391.9 KiB/s | 8.6 KiB | 00m00s - [174/234] adobe-source-code-pro-fonts-0 100% | 4.6 MiB/s | 806.3 KiB | 00m00s - [175/234] redhat-text-fonts-0:4.1.0-1.f 100% | 5.1 MiB/s | 483.2 KiB | 00m00s - [176/234] tinysparql-0:3.9.2-1.fc42.x86 100% | 9.5 MiB/s | 1.0 MiB | 00m00s - [177/234] redhat-display-fonts-0:4.1.0- 100% | 1.5 MiB/s | 555.4 KiB | 00m00s - [178/234] libproxy-0:0.5.8-2.fc42.x86_6 100% | 1.8 MiB/s | 45.5 KiB | 00m00s - [179/234] mesa-va-drivers-0:25.1.7-1.fc 100% | 1.2 MiB/s | 7.5 KiB | 00m00s - [180/234] glib-networking-0:2.80.1-1.fc 100% | 2.9 MiB/s | 201.4 KiB | 00m00s - [181/234] svt-av1-libs-0:2.3.0-1.fc42.x 100% | 3.8 MiB/s | 2.0 MiB | 00m01s - [182/234] fuse3-0:3.16.2-5.fc42.x86_64 100% | 2.7 MiB/s | 57.4 KiB | 00m00s - [183/234] xdg-desktop-portal-0:1.20.3-1 100% | 7.8 MiB/s | 505.3 KiB | 00m00s - [184/234] geoclue2-0:2.7.2-2.fc42.x86_6 100% | 5.6 MiB/s | 144.1 KiB | 00m00s - [185/234] libgudev-0:238-7.fc42.x86_64 100% | 4.9 MiB/s | 34.9 KiB | 00m00s - [186/234] fuse-common-0:3.16.2-5.fc42.x 100% | 172.0 KiB/s | 8.6 KiB | 00m00s - [187/234] ModemManager-glib-0:1.22.0-5. 100% | 5.6 MiB/s | 304.6 KiB | 00m00s - [188/234] cpuinfo-0:24.09.26-2.git1e83a 100% | 7.1 MiB/s | 43.8 KiB | 00m00s - [189/234] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 889.1 KiB/s | 94.2 KiB | 00m00s - [190/234] mpg123-libs-0:1.32.10-1.fc42. 100% | 8.9 MiB/s | 355.5 KiB | 00m00s - [191/234] gsettings-desktop-schemas-0:4 100% | 9.0 MiB/s | 784.0 KiB | 00m00s - [192/234] alsa-lib-0:1.2.14-3.fc42.x86_ 100% | 7.2 MiB/s | 531.3 KiB | 00m00s - [193/234] libunwind-0:1.8.1-2.fc42.x86_ 100% | 3.4 MiB/s | 77.2 KiB | 00m00s - [194/234] libnotify-0:0.8.6-1.fc42.x86_ 100% | 10.2 MiB/s | 52.0 KiB | 00m00s - [195/234] rav1e-libs-0:0.7.1-8.fc42.x86 100% | 4.5 MiB/s | 1.0 MiB | 00m00s - [196/234] gstreamer1-0:1.26.5-2.fc42.x8 100% | 4.7 MiB/s | 1.6 MiB | 00m00s - [197/234] cdparanoia-libs-0:10.2-47.fc4 100% | 606.9 KiB/s | 54.0 KiB | 00m00s - [198/234] gstreamer1-plugins-base-0:1.2 100% | 7.2 MiB/s | 2.3 MiB | 00m00s - [199/234] graphene-0:1.10.6-10.fc42.x86 100% | 2.2 MiB/s | 61.3 KiB | 00m00s - [200/234] libXv-0:1.0.13-2.fc42.x86_64 100% | 600.7 KiB/s | 18.6 KiB | 00m00s - [201/234] libtheora-1:1.1.1-39.fc42.x86 100% | 2.2 MiB/s | 170.4 KiB | 00m00s - [202/234] orc-0:0.4.41-1.fc42.x86_64 100% | 1.0 MiB/s | 220.5 KiB | 00m00s - [203/234] fdk-aac-free-0:2.0.0-15.fc42. 100% | 6.3 MiB/s | 342.4 KiB | 00m00s - [204/234] pipewire-libs-0:1.4.7-1.fc42. 100% | 9.4 MiB/s | 2.4 MiB | 00m00s - [205/234] libebur128-0:1.2.6-12.fc42.x8 100% | 468.0 KiB/s | 24.8 KiB | 00m00s - [206/234] liblc3-0:1.1.3-1.fc42.x86_64 100% | 3.3 MiB/s | 105.2 KiB | 00m00s - [207/234] libldac-0:2.0.2.3-17.fc42.x86 100% | 2.0 MiB/s | 42.9 KiB | 00m00s - [208/234] fftw-libs-single-0:3.3.10-15. 100% | 6.5 MiB/s | 1.2 MiB | 00m00s - [209/234] libsbc-0:2.0-6.fc42.x86_64 100% | 1.2 MiB/s | 49.3 KiB | 00m00s - [210/234] iso-codes-0:4.17.0-2.fc42.noa 100% | 7.1 MiB/s | 3.6 MiB | 00m01s - [211/234] bluez-libs-0:5.83-2.fc42.x86_ 100% | 5.1 MiB/s | 83.5 KiB | 00m00s - [212/234] libjxl-1:0.11.1-4.fc42.x86_64 100% | 5.7 MiB/s | 1.1 MiB | 00m00s - [213/234] webrtc-audio-processing-0:1.3 100% | 2.4 MiB/s | 537.4 KiB | 00m00s - [214/234] sdl12-compat-0:1.2.68-5.fc42. 100% | 3.4 MiB/s | 91.1 KiB | 00m00s - [215/234] libvisual-1:0.4.2-1.fc42.x86_ 100% | 3.8 MiB/s | 169.0 KiB | 00m00s - [216/234] highway-0:1.2.0-5.fc42.x86_64 100% | 2.5 MiB/s | 625.6 KiB | 00m00s - [217/234] libdecor-0:0.2.3-5.fc42.x86_6 100% | 3.5 MiB/s | 58.0 KiB | 00m00s - [218/234] sdl2-compat-0:2.32.56-1.fc42. 100% | 3.7 MiB/s | 134.9 KiB | 00m00s - [219/234] low-memory-monitor-0:2.1-12.f 100% | 4.2 MiB/s | 34.3 KiB | 00m00s - [220/234] pipewire-0:1.4.7-1.fc42.x86_6 100% | 4.0 MiB/s | 134.7 KiB | 00m00s - [221/234] rtkit-0:0.11-66.fc42.x86_64 100% | 765.9 KiB/s | 55.1 KiB | 00m00s - [222/234] SDL3-0:3.2.16-1.fc42.x86_64 100% | 5.4 MiB/s | 1.0 MiB | 00m00s - [223/234] wireplumber-0:0.5.10-1.fc42.x 100% | 5.0 MiB/s | 113.6 KiB | 00m00s - [224/234] wireplumber-libs-0:0.5.10-1.f 100% | 6.0 MiB/s | 394.9 KiB | 00m00s - [225/234] adwaita-sans-fonts-0:48.2-2.f 100% | 4.3 MiB/s | 764.0 KiB | 00m00s - [226/234] pipewire-alsa-0:1.4.7-1.fc42. 100% | 6.6 MiB/s | 60.8 KiB | 00m00s - [227/234] pipewire-jack-audio-connectio 100% | 2.5 MiB/s | 12.8 KiB | 00m00s - [228/234] pipewire-jack-audio-connectio 100% | 7.1 MiB/s | 144.6 KiB | 00m00s - [229/234] pipewire-plugin-libcamera-0:1 100% | 8.2 MiB/s | 75.4 KiB | 00m00s - [230/234] pipewire-pulseaudio-0:1.4.7-1 100% | 7.1 MiB/s | 210.5 KiB | 00m00s - [231/234] lttng-ust-0:2.13.8-4.fc42.x86 100% | 3.8 MiB/s | 331.4 KiB | 00m00s - [232/234] libcamera-0:0.4.0-4.fc42.x86_ 100% | 6.1 MiB/s | 605.0 KiB | 00m00s - [233/234] adwaita-mono-fonts-0:48.2-2.f 100% | 3.6 MiB/s | 1.4 MiB | 00m00s - [234/234] libcamera-ipa-0:0.4.0-4.fc42. 100% | 2.8 MiB/s | 147.0 KiB | 00m00s - -------------------------------------------------------------------------------- - [234/234] Total 100% | 12.5 MiB/s | 92.3 MiB | 00m07s - Running transaction - [ 1/236] Verify package files 100% | 686.0 B/s | 234.0 B | 00m00s - [ 2/236] Prepare transaction 100% | 1.4 KiB/s | 234.0 B | 00m00s - [ 3/236] Installing libXext-0:1.3.6-3. 100% | 44.5 MiB/s | 91.2 KiB | 00m00s - [ 4/236] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s - [ 5/236] Installing libXext-devel-0:1. 100% | 36.1 MiB/s | 110.9 KiB | 00m00s - [ 6/236] Installing avahi-libs-0:0.9~r 100% | 90.9 MiB/s | 186.2 KiB | 00m00s - [ 7/236] Installing libwayland-client- 100% | 61.7 MiB/s | 63.2 KiB | 00m00s - [ 8/236] Installing libXrender-0:0.9.1 100% | 50.1 MiB/s | 51.3 KiB | 00m00s - [ 9/236] Installing libXrender-devel-0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s - [ 10/236] Installing libXi-0:1.8.2-2.fc 100% | 83.7 MiB/s | 85.7 KiB | 00m00s - [ 11/236] Installing libogg-2:1.3.5-11. 100% | 45.8 MiB/s | 46.9 KiB | 00m00s - [ 12/236] Installing libglvnd-1:1.7.0-7 100% | 173.0 MiB/s | 531.6 KiB | 00m00s - [ 13/236] Installing cmake-filesystem-0 100% | 1.9 MiB/s | 7.6 KiB | 00m00s - [ 14/236] Installing zlib-ng-compat-dev 100% | 53.0 MiB/s | 108.5 KiB | 00m00s - [ 15/236] Installing libjpeg-turbo-0:3. 100% | 196.5 MiB/s | 804.9 KiB | 00m00s - [ 16/236] Installing json-glib-0:1.10.6 100% | 147.1 MiB/s | 602.5 KiB | 00m00s - [ 17/236] Installing libpng-2:1.6.44-2. 100% | 118.6 MiB/s | 242.9 KiB | 00m00s - [ 18/236] Installing libpng-devel-2:1.6 100% | 43.0 MiB/s | 881.7 KiB | 00m00s - [ 19/236] Installing libvorbis-1:1.3.7- 100% | 163.3 MiB/s | 835.9 KiB | 00m00s - [ 20/236] Installing libwayland-cursor- 100% | 18.8 MiB/s | 38.5 KiB | 00m00s - [ 21/236] Installing alsa-lib-0:1.2.14- 100% | 49.8 MiB/s | 1.4 MiB | 00m00s - [ 22/236] Installing libXfixes-0:6.0.1- 100% | 30.8 MiB/s | 31.6 KiB | 00m00s - [ 23/236] Installing libXfixes-devel-0: 100% | 9.7 MiB/s | 9.9 KiB | 00m00s - [ 24/236] Installing libXi-devel-0:1.8. 100% | 70.6 MiB/s | 144.6 KiB | 00m00s - [ 25/236] Installing avahi-glib-0:0.9~r 100% | 23.9 MiB/s | 24.4 KiB | 00m00s - [ 26/236] Installing opus-0:1.5.2-2.fc4 100% | 139.5 MiB/s | 428.6 KiB | 00m00s - [ 27/236] Installing libwebp-0:1.5.0-2. 100% | 154.9 MiB/s | 951.8 KiB | 00m00s - [ 28/236] Installing libwayland-server- 100% | 38.9 MiB/s | 79.7 KiB | 00m00s - [ 29/236] Installing libwayland-egl-0:1 100% | 6.6 MiB/s | 13.6 KiB | 00m00s - [ 30/236] Installing shared-mime-info-0 100% | 56.0 MiB/s | 2.6 MiB | 00m00s - [ 31/236] Installing gdk-pixbuf2-0:2.42 100% | 109.5 MiB/s | 2.5 MiB | 00m00s - [ 32/236] Installing fribidi-0:1.0.16-2 100% | 11.3 MiB/s | 196.8 KiB | 00m00s - [ 33/236] Installing libepoxy-0:1.5.10- 100% | 67.6 MiB/s | 1.1 MiB | 00m00s - [ 34/236] Installing xml-common-0:0.6.3 100% | 39.6 MiB/s | 81.1 KiB | 00m00s - [ 35/236] Installing fribidi-devel-0:1. 100% | 16.0 MiB/s | 81.9 KiB | 00m00s - [ 36/236] Installing libXcursor-0:1.2.3 100% | 28.9 MiB/s | 59.1 KiB | 00m00s - [ 37/236] Installing libXdamage-0:1.1.6 100% | 44.1 MiB/s | 45.2 KiB | 00m00s - [ 38/236] Installing libjpeg-turbo-deve 100% | 174.1 MiB/s | 356.5 KiB | 00m00s - [ 39/236] Installing libXtst-0:1.2.5-2. 100% | 33.8 MiB/s | 34.6 KiB | 00m00s - [ 40/236] Installing libXrandr-0:1.5.4- 100% | 55.7 MiB/s | 57.0 KiB | 00m00s - [ 41/236] Installing libXinerama-0:1.1. 100% | 19.6 MiB/s | 20.1 KiB | 00m00s - [ 42/236] Installing libunwind-0:1.8.1- 100% | 48.2 MiB/s | 197.4 KiB | 00m00s - [ 43/236] Installing gstreamer1-0:1.26. 100% | 116.3 MiB/s | 5.3 MiB | 00m00s - [ 44/236] Installing gsettings-desktop- 100% | 340.0 MiB/s | 5.4 MiB | 00m00s - [ 45/236] Installing libgudev-0:238-7.f 100% | 43.6 MiB/s | 89.3 KiB | 00m00s - [ 46/236] Installing fuse3-libs-0:3.16. 100% | 92.0 MiB/s | 282.6 KiB | 00m00s - [ 47/236] Installing libdav1d-0:1.5.1-1 100% | 211.7 MiB/s | 1.7 MiB | 00m00s - [ 48/236] Installing libtdb-0:1.4.13-2. 100% | 49.6 MiB/s | 101.6 KiB | 00m00s - [ 49/236] Installing mesa-filesystem-0: 100% | 0.0 B/s | 4.3 KiB | 00m00s - [ 50/236] Installing liblerc-0:4.0.0-8. 100% | 155.7 MiB/s | 637.6 KiB | 00m00s - [ 51/236] Installing libsoup3-0:3.6.5-2 100% | 164.3 MiB/s | 1.2 MiB | 00m00s - [ 52/236] Installing libtinysparql-0:3. 100% | 216.1 MiB/s | 1.3 MiB | 00m00s - [ 53/236] Installing libffi-devel-0:3.4 100% | 34.0 MiB/s | 34.8 KiB | 00m00s - [ 54/236] Installing pixman-0:0.46.2-1. 100% | 231.6 MiB/s | 711.4 KiB | 00m00s - [ 55/236] Installing pixman-devel-0:0.4 100% | 18.5 MiB/s | 56.9 KiB | 00m00s - [ 56/236] Installing libtextstyle-0:0.2 100% | 67.8 MiB/s | 208.3 KiB | 00m00s - [ 57/236] Installing gettext-libs-0:0.2 100% | 184.4 MiB/s | 2.0 MiB | 00m00s - [ 58/236] Installing libdatrie-0:0.2.13 100% | 57.6 MiB/s | 58.9 KiB | 00m00s - [ 59/236] Installing libthai-0:0.1.29-1 100% | 191.7 MiB/s | 785.2 KiB | 00m00s - [ 60/236] Installing libcloudproviders- 100% | 61.6 MiB/s | 126.2 KiB | 00m00s - [ 61/236] Installing libXcomposite-0:0. 100% | 44.9 MiB/s | 46.0 KiB | 00m00s - [ 62/236] Installing graphite2-0:1.3.14 100% | 10.7 MiB/s | 197.9 KiB | 00m00s - [ 63/236] Installing harfbuzz-0:10.4.0- 100% | 229.1 MiB/s | 2.7 MiB | 00m00s - [ 64/236] Installing freetype-0:2.13.3- 100% | 168.0 MiB/s | 859.9 KiB | 00m00s - [ 65/236] Installing harfbuzz-icu-0:10. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s - [ 66/236] Installing graphite2-devel-0: 100% | 49.6 MiB/s | 50.8 KiB | 00m00s - [ 67/236] Installing libXcomposite-deve 100% | 10.3 MiB/s | 10.5 KiB | 00m00s - [ 68/236] Installing libcloudproviders- 100% | 124.5 MiB/s | 382.5 KiB | 00m00s - [ 69/236] Installing libdatrie-devel-0: 100% | 29.8 MiB/s | 609.8 KiB | 00m00s - [ 70/236] Installing libthai-devel-0:0. 100% | 175.3 MiB/s | 718.0 KiB | 00m00s - [ 71/236] Installing wayland-devel-0:1. 100% | 28.5 MiB/s | 700.4 KiB | 00m00s - [ 72/236] Installing liblerc-devel-0:4. 100% | 714.5 MiB/s | 4.3 MiB | 00m00s - [ 73/236] Installing libXinerama-devel- 100% | 8.3 MiB/s | 8.5 KiB | 00m00s - [ 74/236] Installing libXrandr-devel-0: 100% | 24.1 MiB/s | 24.7 KiB | 00m00s - [ 75/236] Installing libXtst-devel-0:1. 100% | 13.7 MiB/s | 14.0 KiB | 00m00s - [ 76/236] Installing libXdamage-devel-0 100% | 3.0 MiB/s | 3.1 KiB | 00m00s - [ 77/236] Installing libXcursor-devel-0 100% | 10.7 MiB/s | 32.8 KiB | 00m00s - [ 78/236] Installing iso-codes-0:4.17.0 100% | 409.6 MiB/s | 20.5 MiB | 00m00s - [ 79/236] Installing gtk-update-icon-ca 100% | 3.6 MiB/s | 63.3 KiB | 00m00s - [ 80/236] Installing libnotify-0:0.8.6- 100% | 5.3 MiB/s | 124.6 KiB | 00m00s - [ 81/236] Installing libwebp-devel-0:1. 100% | 40.7 MiB/s | 124.9 KiB | 00m00s - [ 82/236] Installing libgusb-0:0.4.9-3. 100% | 79.9 MiB/s | 163.7 KiB | 00m00s - [ 83/236] Installing libyuv-0:0-0.56.20 100% | 167.3 MiB/s | 685.3 KiB | 00m00s - [ 84/236] Installing libglvnd-opengl-1: 100% | 146.1 MiB/s | 149.6 KiB | 00m00s - [ 85/236] Installing flac-libs-0:1.4.3- 100% | 171.1 MiB/s | 700.8 KiB | 00m00s - [ 86/236] Installing libtheora-1:1.1.1- 100% | 157.5 MiB/s | 483.7 KiB | 00m00s - [ 87/236] Installing abattis-cantarell- 100% | 94.9 MiB/s | 194.4 KiB | 00m00s - [ 88/236] Installing adobe-source-code- 100% | 201.7 MiB/s | 1.6 MiB | 00m00s - [ 89/236] Installing redhat-display-fon 100% | 157.6 MiB/s | 968.0 KiB | 00m00s - [ 90/236] Installing redhat-text-fonts- 100% | 193.2 MiB/s | 791.5 KiB | 00m00s - [ 91/236] Installing libXxf86vm-0:1.1.6 100% | 29.8 MiB/s | 30.5 KiB | 00m00s - [ 92/236] Installing libXv-0:1.0.13-2.f 100% | 30.5 MiB/s | 31.2 KiB | 00m00s - [ 93/236] Installing lttng-ust-0:2.13.8 100% | 139.7 MiB/s | 1.1 MiB | 00m00s - [ 94/236] Installing libcamera-0:0.4.0- 100% | 41.1 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. - >>> - [ 95/236] Installing rtkit-0:0.11-66.fc 100% | 3.0 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 - >>> - [ 96/236] Installing highway-0:1.2.0-5. 100% | 311.0 MiB/s | 4.4 MiB | 00m00s - [ 97/236] Installing libjxl-1:0.11.1-4. 100% | 234.9 MiB/s | 3.1 MiB | 00m00s - [ 98/236] Installing bluez-libs-0:5.83- 100% | 97.4 MiB/s | 199.4 KiB | 00m00s - [ 99/236] Installing webrtc-audio-proce 100% | 195.7 MiB/s | 1.4 MiB | 00m00s - [100/236] Installing libsbc-0:2.0-6.fc4 100% | 92.3 MiB/s | 94.5 KiB | 00m00s - [101/236] Installing libldac-0:2.0.2.3- 100% | 41.1 MiB/s | 84.2 KiB | 00m00s - [102/236] Installing liblc3-0:1.1.3-1.f 100% | 83.9 MiB/s | 171.8 KiB | 00m00s - [103/236] Installing libebur128-0:1.2.6 100% | 39.8 MiB/s | 40.7 KiB | 00m00s - [104/236] Installing fftw-libs-single-0 100% | 278.4 MiB/s | 3.6 MiB | 00m00s - [105/236] Installing fdk-aac-free-0:2.0 100% | 150.7 MiB/s | 617.3 KiB | 00m00s - [106/236] Installing orc-0:0.4.41-1.fc4 100% | 33.9 MiB/s | 728.9 KiB | 00m00s - [107/236] Installing graphene-0:1.10.6- 100% | 80.1 MiB/s | 164.1 KiB | 00m00s - [108/236] Installing cdparanoia-libs-0: 100% | 58.1 MiB/s | 118.9 KiB | 00m00s - [109/236] Installing rav1e-libs-0:0.7.1 100% | 272.0 MiB/s | 3.0 MiB | 00m00s - [110/236] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB | 00m00s - [111/236] Installing cpuinfo-0:24.09.26 100% | 6.0 MiB/s | 109.7 KiB | 00m00s - [112/236] Installing svt-av1-libs-0:2.3 100% | 255.6 MiB/s | 5.6 MiB | 00m00s - [113/236] Installing ModemManager-glib- 100% | 39.1 MiB/s | 1.4 MiB | 00m00s - >>> Running sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64 - >>> Finished sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64 - >>> Scriptlet output: - >>> Creating group 'geoclue' with GID 994. - >>> Creating user 'geoclue' (User for geoclue) with UID 994 and GID 994. - >>> - [114/236] Installing geoclue2-0:2.7.2-2 100% | 14.5 MiB/s | 399.6 KiB | 00m00s - [115/236] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0 B | 00m00s - [116/236] Installing fuse3-0:3.16.2-5.f 100% | 6.8 MiB/s | 132.0 KiB | 00m00s - [117/236] Installing libproxy-0:0.5.8-2 100% | 51.0 MiB/s | 104.5 KiB | 00m00s - [118/236] Installing libvmaf-0:3.0.0-3. 100% | 202.2 MiB/s | 828.4 KiB | 00m00s - [119/236] Installing libaom-0:3.12.0-1. 100% | 293.8 MiB/s | 5.0 MiB | 00m00s - [120/236] Installing libavif-0:1.1.1-1. 100% | 105.1 MiB/s | 215.2 KiB | 00m00s - [121/236] Installing lame-libs-0:3.100- 100% | 300.6 MiB/s | 1.2 MiB | 00m00s - [122/236] Installing gsm-0:1.0.22-8.fc4 100% | 68.8 MiB/s | 70.4 KiB | 00m00s - [123/236] Installing libsndfile-0:1.2.2 100% | 179.5 MiB/s | 551.6 KiB | 00m00s - [124/236] Installing libasyncns-0:0.8-3 100% | 29.7 MiB/s | 60.8 KiB | 00m00s - [125/236] Installing pulseaudio-libs-0: 100% | 211.7 MiB/s | 3.4 MiB | 00m00s - [126/236] Installing pipewire-libs-0:1. 100% | 151.3 MiB/s | 8.6 MiB | 00m00s - [127/236] Installing wireplumber-libs-0 100% | 122.3 MiB/s | 1.2 MiB | 00m00s - [128/236] Installing wireplumber-0:0.5. 100% | 15.5 MiB/s | 397.8 KiB | 00m00s - [129/236] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0 B | 00m00s - [130/236] Installing pipewire-jack-audi 100% | 27.1 MiB/s | 499.0 KiB | 00m00s - [131/236] Installing sound-theme-freede 100% | 19.8 MiB/s | 467.2 KiB | 00m00s - [132/236] Installing libcanberra-0:0.30 100% | 5.4 MiB/s | 291.3 KiB | 00m00s - [133/236] Installing hwdata-0:0.399-1.f 100% | 355.4 MiB/s | 9.6 MiB | 00m00s - [134/236] Installing libpciaccess-0:0.1 100% | 44.8 MiB/s | 45.9 KiB | 00m00s - [135/236] Installing libdrm-0:2.4.125-1 100% | 97.6 MiB/s | 399.6 KiB | 00m00s - [136/236] Installing spirv-tools-libs-0 100% | 289.1 MiB/s | 5.8 MiB | 00m00s - [137/236] Installing lm_sensors-libs-0: 100% | 42.4 MiB/s | 86.9 KiB | 00m00s - [138/236] Installing libxshmfence-0:1.3 100% | 13.2 MiB/s | 13.6 KiB | 00m00s - [139/236] Installing mesa-libgbm-0:25.1 100% | 20.0 MiB/s | 20.5 KiB | 00m00s - [140/236] Installing mesa-dri-drivers-0 100% | 333.1 MiB/s | 46.6 MiB | 00m00s - [141/236] Installing libglvnd-egl-1:1.7 100% | 34.3 MiB/s | 70.3 KiB | 00m00s - [142/236] Installing mesa-libEGL-0:25.1 100% | 109.4 MiB/s | 335.9 KiB | 00m00s - [143/236] Installing libglvnd-gles-1:1. 100% | 104.8 MiB/s | 107.3 KiB | 00m00s - [144/236] Installing libglvnd-glx-1:1.7 100% | 198.8 MiB/s | 610.6 KiB | 00m00s - [145/236] Installing mesa-libGL-0:25.1. 100% | 150.0 MiB/s | 307.2 KiB | 00m00s - [146/236] Installing libzstd-devel-0:1. 100% | 68.0 MiB/s | 208.8 KiB | 00m00s - [147/236] Installing systemd-devel-0:25 100% | 80.7 MiB/s | 744.1 KiB | 00m00s - [148/236] Installing dbus-devel-1:1.16. 100% | 33.3 MiB/s | 136.5 KiB | 00m00s - [149/236] Installing libicu-devel-0:76. 100% | 120.8 MiB/s | 5.1 MiB | 00m00s - [150/236] Installing libglvnd-core-deve 100% | 40.1 MiB/s | 41.1 KiB | 00m00s - [151/236] Installing libglvnd-devel-1:1 100% | 141.4 MiB/s | 2.1 MiB | 00m00s - [152/236] Installing libepoxy-devel-0:1 100% | 397.4 MiB/s | 1.6 MiB | 00m00s - [153/236] Installing libblkid-devel-0:2 100% | 44.9 MiB/s | 46.0 KiB | 00m00s - [154/236] Installing xz-devel-1:5.8.1-2 100% | 85.5 MiB/s | 262.6 KiB | 00m00s - [155/236] Installing libxml2-devel-0:2. 100% | 155.3 MiB/s | 3.4 MiB | 00m00s - [156/236] Installing libxkbcommon-devel 100% | 176.0 MiB/s | 360.5 KiB | 00m00s - [157/236] Installing jbigkit-libs-0:2.1 100% | 60.3 MiB/s | 123.4 KiB | 00m00s - [158/236] Installing libtiff-0:4.7.0-8. 100% | 202.2 MiB/s | 621.3 KiB | 00m00s - [159/236] Installing gdk-pixbuf2-module 100% | 27.6 MiB/s | 56.6 KiB | 00m00s - [160/236] Installing libtiff-devel-0:4. 100% | 377.3 MiB/s | 772.7 KiB | 00m00s - [161/236] Installing sysprof-capture-de 100% | 135.1 MiB/s | 276.7 KiB | 00m00s - [162/236] Installing pcre2-utf32-0:10.4 100% | 292.5 MiB/s | 599.1 KiB | 00m00s - [163/236] Installing pcre2-utf16-0:10.4 100% | 153.1 MiB/s | 627.1 KiB | 00m00s - [164/236] Installing pcre2-devel-0:10.4 100% | 104.6 MiB/s | 2.1 MiB | 00m00s - [165/236] Installing libsepol-devel-0:3 100% | 31.3 MiB/s | 128.3 KiB | 00m00s - [166/236] Installing libselinux-devel-0 100% | 52.6 MiB/s | 161.6 KiB | 00m00s - [167/236] Installing libmount-devel-0:2 100% | 63.0 MiB/s | 64.5 KiB | 00m00s - [168/236] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB | 00m00s - [169/236] Installing brotli-0:1.1.0-6.f 100% | 2.0 MiB/s | 32.3 KiB | 00m00s - [170/236] Installing brotli-devel-0:1.1 100% | 66.4 MiB/s | 68.0 KiB | 00m00s - [171/236] Installing cups-filesystem-1: 100% | 1.7 MiB/s | 1.8 KiB | 00m00s - [172/236] Installing cups-libs-1:2.4.12 100% | 151.4 MiB/s | 620.1 KiB | 00m00s - [173/236] Installing gettext-envsubst-0 100% | 4.9 MiB/s | 80.2 KiB | 00m00s - [174/236] Installing gettext-runtime-0: 100% | 25.0 MiB/s | 461.6 KiB | 00m00s - [175/236] Installing gettext-0:0.23.1-2 100% | 167.7 MiB/s | 5.2 MiB | 00m00s - [176/236] Installing python3-packaging- 100% | 79.2 MiB/s | 568.0 KiB | 00m00s - [177/236] Installing glib2-devel-0:2.84 100% | 209.3 MiB/s | 15.9 MiB | 00m00s - [178/236] Installing gdk-pixbuf2-devel- 100% | 104.4 MiB/s | 2.3 MiB | 00m00s - [179/236] Installing xprop-0:1.2.8-3.fc 100% | 3.4 MiB/s | 56.1 KiB | 00m00s - [180/236] Installing at-spi2-core-0:2.5 100% | 170.8 MiB/s | 1.5 MiB | 00m00s - [181/236] Installing atk-0:2.56.3-1.fc4 100% | 122.1 MiB/s | 250.0 KiB | 00m00s - [182/236] Installing at-spi2-atk-0:2.56 100% | 67.8 MiB/s | 277.7 KiB | 00m00s - [183/236] Installing atk-devel-0:2.56.3 100% | 548.7 MiB/s | 6.0 MiB | 00m00s - [184/236] Installing at-spi2-core-devel 100% | 542.6 MiB/s | 4.3 MiB | 00m00s - [185/236] Installing at-spi2-atk-devel- 100% | 2.1 MiB/s | 2.2 KiB | 00m00s - [186/236] Installing lcms2-0:2.16-5.fc4 100% | 143.0 MiB/s | 439.3 KiB | 00m00s - [187/236] Installing colord-libs-0:1.4. 100% | 92.6 MiB/s | 853.7 KiB | 00m00s - [188/236] Installing adwaita-icon-theme 100% | 21.7 MiB/s | 2.4 MiB | 00m00s - [189/236] Installing adwaita-cursor-the 100% | 408.1 MiB/s | 11.4 MiB | 00m00s - [190/236] Installing adwaita-icon-theme 100% | 24.5 MiB/s | 1.3 MiB | 00m00s - [191/236] Installing hicolor-icon-theme 100% | 5.5 MiB/s | 179.5 KiB | 00m00s - [192/236] Installing google-noto-fonts- 100% | 18.1 MiB/s | 18.5 KiB | 00m00s - [193/236] Installing google-noto-sans-v 100% | 198.8 MiB/s | 1.4 MiB | 00m00s - [194/236] Installing default-fonts-core 100% | 5.9 MiB/s | 18.2 KiB | 00m00s - [195/236] Installing fontconfig-0:2.16. 100% | 725.2 KiB/s | 783.9 KiB | 00m01s - [196/236] Installing cairo-0:1.18.2-3.f 100% | 222.9 MiB/s | 1.8 MiB | 00m00s - [197/236] Installing cairo-gobject-0:1. 100% | 35.1 MiB/s | 36.0 KiB | 00m00s - [198/236] Installing libXft-0:2.3.8-8.f 100% | 83.0 MiB/s | 169.9 KiB | 00m00s - [199/236] Installing pango-0:1.56.4-1.f 100% | 42.9 MiB/s | 1.0 MiB | 00m00s - [200/236] Installing gtk3-0:3.24.49-2.f 100% | 272.1 MiB/s | 23.1 MiB | 00m00s - [201/236] Installing libdecor-0:0.2.3-5 100% | 54.6 MiB/s | 167.8 KiB | 00m00s - [202/236] Installing SDL3-0:3.2.16-1.fc 100% | 267.8 MiB/s | 2.7 MiB | 00m00s - [203/236] Installing sdl2-compat-0:2.32 100% | 196.0 MiB/s | 401.4 KiB | 00m00s - [204/236] Installing sdl12-compat-0:1.2 100% | 96.3 MiB/s | 197.2 KiB | 00m00s - [205/236] Installing libvisual-1:0.4.2- 100% | 25.6 MiB/s | 497.1 KiB | 00m00s - [206/236] Installing gstreamer1-plugins 100% | 188.2 MiB/s | 7.3 MiB | 00m00s - [207/236] Installing xdg-desktop-portal 100% | 35.6 MiB/s | 1.9 MiB | 00m00s - [208/236] Installing rsvg-pixbuf-loader 100% | 110.8 MiB/s | 340.5 KiB | 00m00s - [209/236] Installing librsvg2-0:2.60.0- 100% | 262.8 MiB/s | 5.0 MiB | 00m00s - [210/236] Installing harfbuzz-cairo-0:1 100% | 25.9 MiB/s | 53.0 KiB | 00m00s - [211/236] Installing fontconfig-devel-0 100% | 50.3 MiB/s | 154.4 KiB | 00m00s - [212/236] Installing freetype-devel-0:2 100% | 275.6 MiB/s | 8.5 MiB | 00m00s - [213/236] Installing cairo-devel-0:1.18 100% | 458.2 MiB/s | 2.3 MiB | 00m00s - [214/236] Installing harfbuzz-devel-0:1 100% | 192.3 MiB/s | 5.2 MiB | 00m00s - [215/236] Installing cairo-gobject-deve 100% | 7.4 MiB/s | 7.6 KiB | 00m00s - [216/236] Installing libXft-devel-0:2.3 100% | 43.2 MiB/s | 44.3 KiB | 00m00s - [217/236] Installing pango-devel-0:1.56 100% | 189.7 MiB/s | 1.5 MiB | 00m00s - [218/236] Installing gtk3-devel-0:3.24. 100% | 335.7 MiB/s | 34.2 MiB | 00m00s - [219/236] Installing xdg-desktop-portal 100% | 16.6 MiB/s | 477.2 KiB | 00m00s - [220/236] Installing libcanberra-gtk3-0 100% | 4.0 MiB/s | 82.0 KiB | 00m00s - [221/236] Installing pipewire-plugin-li 100% | 4.8 MiB/s | 147.4 KiB | 00m00s - >>> Running sysusers scriptlet: pipewire-0:1.4.7-1.fc42.x86_64 - >>> Finished sysusers scriptlet: pipewire-0:1.4.7-1.fc42.x86_64 - >>> Scriptlet output: - >>> Creating group 'pipewire' with GID 993. - >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 993 and GID 993. - >>> - [222/236] Installing pipewire-0:1.4.7-1 100% | 8.2 MiB/s | 434.7 KiB | 00m00s - >>> Running %post scriptlet: pipewire-0:1.4.7-1.fc42.x86_64 - >>> Finished %post scriptlet: pipewire-0:1.4.7-1.fc42.x86_64 - >>> Scriptlet output: - >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket' - >>> - [223/236] Installing pipewire-alsa-0:1. 100% | 51.9 MiB/s | 159.5 KiB | 00m00s - [224/236] Installing pipewire-pulseaudi 100% | 8.0 MiB/s | 444.0 KiB | 00m00s - >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.7-1.fc42.x86_64 - >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.7-1.fc42.x86_64 - >>> Scriptlet output: - >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke - >>> - [225/236] Installing avif-pixbuf-loader 100% | 9.9 MiB/s | 20.2 KiB | 00m00s - [226/236] Installing glib-networking-0: 100% | 105.7 MiB/s | 757.8 KiB | 00m00s - [227/236] Installing jxl-pixbuf-loader- 100% | 14.7 MiB/s | 30.2 KiB | 00m00s - [228/236] Installing libcamera-ipa-0:0. 100% | 107.8 MiB/s | 551.9 KiB | 00m00s - [229/236] Installing gi-docgen-fonts-0: 100% | 0.0 B/s | 124.0 B | 00m00s - [230/236] Installing tinysparql-0:3.9.2 100% | 50.6 MiB/s | 2.5 MiB | 00m00s - [231/236] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0 B | 00m00s - [232/236] Installing webp-pixbuf-loader 100% | 29.1 MiB/s | 29.8 KiB | 00m00s - [233/236] Installing adwaita-mono-fonts 100% | 301.6 MiB/s | 5.4 MiB | 00m00s - [234/236] Installing adwaita-sans-fonts 100% | 214.9 MiB/s | 1.7 MiB | 00m00s - [235/236] Installing low-memory-monitor 100% | 2.1 MiB/s | 67.7 KiB | 00m00s - [236/236] Installing dconf-0:0.40.0-15. 100% | 347.1 KiB/s | 320.0 KiB | 00m01s - >>> Running %posttrans scriptlet: wireplumber-0:0.5.10-1.fc42.x86_64 - >>> Finished %posttrans scriptlet: wireplumber-0:0.5.10-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" "cairo-devel" "gtk3-devel" - cairo-devel-1.18.2-3.fc42.x86_64 - gtk3-devel-3.24.49-2.fc42.x86_64 2025-09-04 19:30.21 ---> saved as "02f79175c2ad9b9b48ae2e056b714da3c1df5595032cfb3c46c13b114bb44088" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 actions will be performed: === install 36 packages - install afl-persistent 1.4 - install base-bytes base - install bigstringaf 0.10.0 - install cairo2 0.6.5 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install conf-cairo 1 - install conf-gtk3 18 - install conf-pkg-config 4 - install cppo 1.8.0 - install crowbar 0.2.1 - install csexp 1.5.2 - install cstruct 6.2.0 - install domain-local-await 1.0.1 - install dune 3.20.1 - install dune-configurator 3.20.1 - install eio 1.3 - install eio_linux 1.3 - install eio_main 1.3 - install eio_posix 1.3 - install fmt 0.11.0 - install hmap 0.8.1 - install iomux 0.3 - install lablgtk3 3.1.5 - install lwt-dllist 1.1.0 - install mtime 2.1.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install optint 0.3.0 - install processor 0.2 - install psq 0.2.1 - install seq base - install thread-table 1.0.0 - install topkg 1.1.0 - install uring 0.9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cairo2.0.6.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-pkg-config.4 -> retrieved crowbar.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> installed conf-cairo.1 -> installed conf-gtk3.18 -> retrieved domain-local-await.1.0.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved iomux.0.3 (cached) -> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached) -> retrieved lablgtk3.3.1.5 (cached) -> retrieved lwt-dllist.1.1.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved seq.base (cached) -> retrieved psq.0.2.1 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved processor.0.2 (cached) -> retrieved topkg.1.1.0 (cached) -> installed cmdliner.1.3.0 -> installed seq.base -> retrieved uring.0.9 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed hmap.0.8.1 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed dune.3.20.1 -> installed afl-persistent.1.4 -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed lwt-dllist.1.1.0 -> installed optint.0.3.0 -> installed processor.0.2 -> installed psq.0.2.1 -> installed thread-table.1.0.0 -> installed ocplib-endian.1.2 -> installed domain-local-await.1.0.1 -> installed crowbar.0.2.1 -> installed dune-configurator.3.20.1 -> installed bigstringaf.0.10.0 -> installed iomux.0.3 -> installed cairo2.0.6.5 -> installed uring.0.9 -> installed eio.1.3 -> installed eio_linux.1.3 -> installed eio_posix.1.3 -> installed eio_main.1.3 -> installed lablgtk3.3.1.5 Done. <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented and fuzzing with afl-fuzz may not be effective. To globally enable AFL instrumentation, create an OCaml switch like: opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2025-09-04 19:30.59 ---> saved as "a5505e28acea53e759cf4a62308eaeee4de6d1c71287c4807d8a0a4f5a0c2697" /src: (copy (src .) (dst /src)) 2025-09-04 19:30.59 ---> saved as "516cc4fd4c832a52a3000450dc607574a253c2c867b70ffe1d380103da4f542d" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) ivt: PASS space: PASS 2025-09-04 19:31.00 ---> saved as "d708c2d10624f69b3c822072d3dc5db470843773e7cc87483b95c3eb209072cf" Job succeeded 2025-09-04 19:31.01: Job succeeded