2026-04-16 16:38.18: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (ce5fb3cfd516783c13cc6ae1962459a0c57a2514) (linux-x86_64:opensuse-16.0-5.4_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard ce5fb3cfcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01# opensuse-16.0-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.2 dune-configurator.3.22.2 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.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-16 16:38.18: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01-opensuse-16.0-5.4_opam-2.5-7d45530e8ac47f224f21f6512018e2dc"2026-04-16 16:38.18: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)(comment opensuse-16.0-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src eio-trace.opam) (dst ./))(run (network host)(shell "opam pin add -yn eio-trace.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 base-bigarray.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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.2 dune-configurator.3.22.2 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.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.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 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")))2026-04-16 16:38.18: Waiting for resource in pool OCluster2026-04-16 18:30.13: Waiting for worker…2026-04-16 18:35.12: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at ce5fb3c Merge pull request #45 from talex5/nix(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01' locallydocker.io/ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01: Pulling from ocaml/opam64cfa2a65095: Already exists204ffcf2f1fe: Already existsf6fa4529cc6b: Already exists97af65095748: Already existsb802a6057f6d: Already exists47b045e79836: Already exists2ce8a10bf29f: Already exists781ee767d1c7: Already exists2271c058ae3a: Already exists2e5754ca2c40: Already existsde21e4dabd9c: Already existsf047029589c4: Already exists0f454d36be04: Already exists04ab44a2df2c: Already existsad401f078830: Already exists096a51bccb57: Already existse7134f98c78b: Already existsafc7c35ee433: Already exists7bfa5dba7952: Already exists4f4fb700ef54: Already existsf6b6a751bb6a: Already existsf71dccae2ee7: Already existsfe37a54a1499: Already exists1815b99ebc09: Already exists363d1f23b2cf: Already exists4bb0990bd121: Already existsac4f9c652c6c: Already existsab5409fef174: Already exists5e58ee45c6c7: Already existsee06219176b1: Already exists34fd31afeec8: Already existsc7a97b361486: Already existsfc2b6e5cc5d9: Pulling fs layer1c145dfb6c8a: Pulling fs layerf1bb600e92a6: Pulling fs layer97457e4bb83c: Pulling fs layerf443344b6027: Pulling fs layer899babe8d9b2: Pulling fs layer0782628cdc8a: Pulling fs layer97457e4bb83c: Waiting5f180230ef97: Pulling fs layer899babe8d9b2: Waitingf013892c68c1: Pulling fs layerf443344b6027: Waiting0782628cdc8a: Waiting5f180230ef97: Waitingf013892c68c1: Waiting3c9c3f15c70f: Pulling fs layerdc2d418c83c6: Pulling fs layer3c9c3f15c70f: Waiting977e732b88fa: Pulling fs layerdc2d418c83c6: Waiting45baf3280147: Pulling fs layer977e732b88fa: Waiting1c145dfb6c8a: Verifying Checksum1c145dfb6c8a: Download complete97457e4bb83c: Download completef443344b6027: Verifying Checksumf443344b6027: Download complete899babe8d9b2: Verifying Checksum899babe8d9b2: Download complete0782628cdc8a: Verifying Checksum0782628cdc8a: Download completefc2b6e5cc5d9: Verifying Checksumfc2b6e5cc5d9: Download completef013892c68c1: Verifying Checksumf013892c68c1: Download complete5f180230ef97: Verifying Checksum5f180230ef97: Download completedc2d418c83c6: Download complete977e732b88fa: Verifying Checksum977e732b88fa: Download complete45baf3280147: Verifying Checksum45baf3280147: Download complete3c9c3f15c70f: Verifying Checksum3c9c3f15c70f: Download completef1bb600e92a6: Verifying Checksumf1bb600e92a6: Download completefc2b6e5cc5d9: Pull complete1c145dfb6c8a: Pull completef1bb600e92a6: Pull complete97457e4bb83c: Pull completef443344b6027: Pull complete899babe8d9b2: Pull complete0782628cdc8a: Pull complete5f180230ef97: Pull completef013892c68c1: Pull complete3c9c3f15c70f: Pull completedc2d418c83c6: Pull complete977e732b88fa: Pull complete45baf3280147: Pull completeDigest: sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01Status: Downloaded newer image for ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c012026-04-16 18:35.12 ---> using "ae84376c8ea64c3b44609ae7ddbc6e3c1ee969d9d31c6d20fd5399e1219d3141" from cache/: (comment opensuse-16.0-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-16 18:35.12 ---> using "1ee9c1e317a25924020f89502dbdbad8fdf3f56681bfee7edfc8d0ed6348d80e" 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 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-16 18:35.12 ---> using "7805bba59b7c6e676aabbcb51933844eaffb2f4bb1fab3f2094053a973466463" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-16 18:35.12 ---> using "8368f41d2b7f9e27edfe538453b7a35ef59ae347249d166d59db90c1ae6552fb" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-16 18:35.12 ---> using "7811d14c159e034d2d2bb93679fdcd7e841dee20d8ba648dad9e05a22f63897b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-16 18:35.12 ---> using "8caaf6cb40c414f7b82519a377445372366610b2e04579680f72dc25072f9eee" from cache/src: (copy (src eio-trace.opam) (dst ./))2026-04-16 18:35.12 ---> saved as "cf641fc93ab0512664df663f59489f65b02124ca2e7248afc6058640c5efcc46"/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)2026-04-16 18:35.13 ---> saved as "bdb0c960a736cd9bce05b07fe410145d6e793e084843f7e9b62e34b838ab8ef0"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-16 18:35.13 ---> saved as "e7963bc4af533a05a1132e44fe13fda0d9e3a349746b2dd8859e246b79aa16bf"/src: (env DEPS "afl-persistent.1.4 base-bigarray.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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.2 dune-configurator.3.22.2 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.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.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 eio-trace.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Repository 'repo-oss (16.0)' is up to date.- All repositories have been refreshed.<><> 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.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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/bin/sudo "zypper" "--non-interactive" "install" "cairo-devel" "gtk3-devel"- Refreshing service 'openSUSE'.- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 167 NEW packages are going to be installed:- Mesa Mesa-KHR-devel Mesa-dri Mesa-gallium Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libglapi0 at-spi2-core at-spi2-core-devel cairo-devel cups-config dbus-1-daemon dbus-1-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-loader-rsvg gdk-pixbuf-query-loaders gettext-its-gtk4 gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools graphite2-devel gtk3-data gtk3-devel gtk3-schema gtk3-tools harfbuzz-devel hicolor-icon-theme libLLVM19 libSPIRV-Tools-2025_1_rc1 libXcomposite-devel libXcomposite1 libXcursor-devel libXcursor1 libXdamage-devel libXdamage1 libXext-devel libXext6 libXfixes-devel libXfixes3 libXft-devel libXft2 libXi-devel libXi6 libXinerama-devel libXinerama1 libXrandr-devel libXrandr2 libXrender-devel libXrender1 libXtst-devel libXtst6 libXxf86vm1 libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 libavahi-client3 libavahi-common3 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcolord2 libcups2 libdatrie-devel libdatrie1 libdav1d7 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_radeon1 libeconf-devel libelf1 libepoxy-devel libepoxy0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libgirepository-2_0-0 libglvnd libglvnd-devel libgmodule-2_0-0 libgobject-2_0-0 libgraphite2-3 libgthread-2_0-0 libgtk-3-0 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu-devel libicu77 libicu77-ledata libjbig2 libjpeg62 libjpeg62-devel libjpeg8 liblcms2-2 liblzo2-2 libmount-devel libmpdec4 libpango-1_0-0 libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpython3_13-1_0 librsvg-2-2 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtiff-devel libtiff6 libvulkan1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxshmfence1 libzstd-devel lzo-devel pango-devel pcre2-devel python313-base shared-mime-info system-user-lp typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0 typelib-1_0-GIRepository-3_0 typelib-1_0-GLib-2_0 typelib-1_0-GLibUnix-2_0 typelib-1_0-GModule-2_0 typelib-1_0-GObject-2_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gio-2_0 typelib-1_0-Gtk-3_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 wayland-devel xkeyboard-config xz-devel-- 167 new packages to install.-- Package download size: 113.5 MiB-- Package install size change:- | 459.5 MiB required by packages that will be installed- 459.5 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Preloading Packages [..- Preloading: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: libicu-devel-77.1-160000.2.2.x86_64.rpm [done]- .- Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libtiff-devel-4.7.1-160000.1.1.x86_64.rpm [done]- .- Preloading: libharfbuzz0-11.4.5-160000.1.1.x86_64.rpm [done]- .- Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libXcursor-devel-1.2.3-160000.3.2.x86_64.rpm [done]- .- Preloading: libselinux-devel-3.8.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]- ..- Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done]- .- Preloading: libthai-devel-0.1.29-160000.3.2.x86_64.rpm [done]- .- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]- .- Preloading: wayland-devel-1.24.0-160000.1.2.x86_64.rpm [done]- .- Preloading: libatspi0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.3.1.x86_64.rpm [done]- .-- Preloading: freetype2-devel-2.13.3-160000.3.1.x86_64.rpm [done]- .- Preloading: libcolord2-1.4.8-160000.1.1.x86_64.rpm [done]- .- Preloading: libcups2-2.4.16-160000.1.1.x86_64.rpm [done]- .- Preloading: gio-branding-openSUSE-42.1-lp160.3.2.noarch.rpm [done]- .- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]- ..- Preloading: pcre2-devel-10.45-160000.2.2.x86_64.rpm [done]- .- Preloading: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libpng16-devel-1.6.44-160000.6.1.x86_64.rpm [done]- .- Preloading: libpng16-compat-devel-1.6.44-160000.6.1.x86_64.rpm [done]- .- Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]- ..- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]- .- Preloading: libwayland-cursor0-1.24.0-160000.1.2.x86_64.rpm [done]- .- Preloading: libpython3_13-1_0-3.13.12-160000.1.1.x86_64.rpm [done]- .- Preloading: libxkbcommon-devel-1.8.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libfreetype6-2.13.3-160000.3.1.x86_64.rpm [done]- .- Preloading: glib2-tools-2.84.4-160000.2.1.x86_64.rpm [done]- .-- Preloading: libxkbcommon0-1.8.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libXinerama-devel-1.1.5-160000.3.2.x86_64.rpm [done]- .- Preloading: cups-config-2.4.16-160000.1.1.x86_64.rpm [done]- .- Preloading: python313-base-3.13.12-160000.1.1.x86_64.rpm [done]- .- Preloading: libgio-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: libXdamage-devel-1.1.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libXi-devel-1.8.2-160000.3.2.x86_64.rpm [done]- .- Preloading: libXrandr-devel-1.5.4-160000.3.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.3.1.x86_64.rpm [done]- .- Preloading: libXft-devel-2.3.8-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.3.1.x86_64.rpm [done]- .- Preloading: at-spi2-core-2.56.3-160000.2.2.x86_64.rpm [done]- ..- Preloading: libXcomposite-devel-0.4.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64.rpm [done]- .- Preloading: cairo-devel-1.18.4-160000.2.2.x86_64.rpm [done]- .- Preloading: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]- .- Preloading: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libepoxy-devel-1.5.10-160000.3.2.x86_64.rpm [done]- .- Preloading: harfbuzz-devel-11.4.5-160000.1.1.x86_64.rpm [done]- .- Preloading: at-spi2-core-devel-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: gdk-pixbuf-devel-2.42.12-160000.3.1.x86_64.rpm [done]- .- Preloading: gdk-pixbuf-loader-rsvg-2.60.2-160000.1.1.x86_64.rpm [done]- ..- Preloading: librsvg-2-2-2.60.2-160000.1.1.x86_64.rpm [done]- .- Preloading: pango-devel-1.56.4-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-Gtk-3_0-3.24.49+14-160000.2.2.x86_64.rpm [done]- .- Preloading: fontconfig-devel-2.16.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libXtst-devel-1.2.5-160000.3.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64.rpm [done]- .-- Preloading: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: gtk3-devel-3.24.49+14-160000.2.2.x86_64.rpm [done]- .- Preloading: Mesa-libGL1-24.3.3-160000.2.2.x86_64.rpm [done]- ..- Preloading: libmount-devel-2.41.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libharfbuzz-icu0-11.4.5-160000.1.1.x86_64.rpm [done]- .- Preloading: libharfbuzz-subset0-11.4.5-160000.1.1.x86_64.rpm [done]- .- Preloading: gtk3-tools-3.24.49+14-160000.2.2.x86_64.rpm [done]- .- Preloading: libXft2-2.3.8-160000.2.2.x86_64.rpm [done]- .- Preloading: libharfbuzz-gobject0-11.4.5-160000.1.1.x86_64.rpm [done]- .- Preloading: lzo-devel-2.10-160000.3.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libglvnd-devel-1.7.0-160000.3.2.x86_64.rpm [done]- .- Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.3.1.x86_64.rpm [done]- .- Preloading: typelib-1_0-HarfBuzz-0_0-11.4.5-160000.1.1.x86_64.rpm [done]- ..- Preloading: glib2-devel-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: libharfbuzz-cairo0-11.4.5-160000.1.1.x86_64.rpm [done]- .- Preloading: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]- .- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]- .- Preloading: libexpat-devel-2.7.1-160000.5.1.x86_64.rpm [done]- .- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- .- Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done]- .- Preloading: libepoxy0-1.5.10-160000.3.2.x86_64.rpm [done]- .-- Preloading: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: libgobject-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]- .- Preloading: libeconf-devel-0.7.9-160000.2.2.x86_64.rpm [done]- .- Preloading: libgthread-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: libjpeg62-62.4.0-160000.3.2.x86_64.rpm [done]- .- Preloading: libgtk-3-0-3.24.49+14-160000.2.2.x86_64.rpm [done]- .- Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]- ..- Preloading: liblcms2-2-2.16-160000.3.2.x86_64.rpm [done]- .- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]- .- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]- .- Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]- .- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]- .- Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]- .- Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: dbus-1-daemon-1.14.10-160000.2.2.x86_64.rpm [done]- .- Preloading: gettext-its-gtk4-4.18.6-160000.2.2.x86_64.rpm [done]- .- Preloading: dbus-1-devel-1.14.10-160000.2.2.x86_64.rpm [done]- .- Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done]- .- Preloading: gtk3-data-3.24.49+14-160000.2.2.noarch.rpm [done]- .- Preloading: gtk3-schema-3.24.49+14-160000.2.2.noarch.rpm [done]- .- Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libXfixes3-6.0.1-160000.3.2.x86_64.rpm [done]- ..- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]- .- Preloading: libavahi-common3-0.8-160000.4.1.x86_64.rpm [done]- .- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]- .- Preloading: libbz2-devel-1.0.8-160000.2.2.x86_64.rpm [done]- .- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]- .-- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: fribidi-devel-1.0.15-160000.2.2.x86_64.rpm [done]- .- Preloading: libXrender-devel-0.9.11-160000.2.2.x86_64.rpm [done]- .- Preloading: libXrandr2-1.5.4-160000.3.2.x86_64.rpm [done]- .- Preloading: libXcursor1-1.2.3-160000.3.2.x86_64.rpm [done]- .- Preloading: libdav1d7-1.5.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libavahi-client3-0.8-160000.4.1.x86_64.rpm [done]- ..- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libdatrie-devel-0.2.13-160000.3.2.x86_64.rpm [done]- .- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]- .- Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]- .- Preloading: libblkid-devel-2.41.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libXfixes-devel-6.0.1-160000.3.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]- ..- Preloading: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: girepository-1_0-1.84.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: graphite2-devel-1.3.14-160000.2.2.x86_64.rpm [done]- .- Preloading: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64.rpm [done]- .- Preloading: libjpeg62-devel-62.4.0-160000.3.2.x86_64.rpm [done]- .-- Preloading: libtiff6-4.7.1-160000.1.1.x86_64.rpm [done]- .- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]- .- Preloading: libpng16-16-1.6.44-160000.6.1.x86_64.rpm [done]- ..- Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]- .- Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done]- .- Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done]- .- Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done]- .- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]- .- Preloading: libxshmfence1-1.3.2-160000.3.2.x86_64.rpm [done]- .- Preloading: system-user-lp-20170617-160000.2.2.noarch.rpm [done]- .- Preloading: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64.rpm [done]- .- Preloading: libwayland-egl1-1.24.0-160000.1.2.x86_64.rpm [done]- .- Preloading: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64.rpm [done]- .- Preloading: libXxf86vm1-1.1.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libXtst6-1.2.5-160000.3.2.x86_64.rpm [done]- .- Preloading: xz-devel-5.8.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libXinerama1-1.1.5-160000.3.2.x86_64.rpm [done]- .- Preloading: xkeyboard-config-2.44-160000.2.2.noarch.rpm [done]- ..- Preloading: libXext-devel-1.3.6-160000.3.2.x86_64.rpm [done]- .- Preloading: libXi6-1.8.2-160000.3.2.x86_64.rpm [done]- .- ..- .- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]- ..- ..- ..- ..- ..- ..- ..- Preloading: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done]- .done]- Retrieving: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (1/167), 256.2 KiB- Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (2/167), 276.4 KiB- Retrieving: dbus-1-daemon-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (3/167), 244.9 KiB- Retrieving: dbus-1-devel-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (4/167), 154.9 KiB- Retrieving: gettext-its-gtk4-4.18.6-160000.2.2.x86_64 (repo-oss (16.0)) (5/167), 132.6 KiB- Retrieving: gtk3-data-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (6/167), 222.9 KiB- Retrieving: gtk3-schema-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (7/167), 222.6 KiB- Retrieving: hicolor-icon-theme-0.18-160000.3.2.noarch (repo-oss (16.0)) (8/167), 78.7 KiB- Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (9/167), 28.3 MiB- Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (10/167), 1.5 MiB- Retrieving: libXcomposite1-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (11/167), 12.3 KiB- Retrieving: libXdamage1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (12/167), 12.1 KiB- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (13/167), 37.3 KiB- Retrieving: libXfixes3-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (14/167), 19.9 KiB- Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (15/167), 27.5 KiB- Retrieving: libavahi-common3-0.8-160000.4.1.x86_64 (repo-oss (16.0)) (16/167), 71.5 KiB- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (17/167), 263.6 KiB- Retrieving: libbz2-devel-1.0.8-160000.2.2.x86_64 (repo-oss (16.0)) (18/167), 24.5 KiB- Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (19/167), 50.6 KiB- Retrieving: libdav1d7-1.5.1-160000.2.2.x86_64 (repo-oss (16.0)) (20/167), 618.2 KiB- Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (21/167), 107.8 KiB- Retrieving: libeconf-devel-0.7.9-160000.2.2.x86_64 (repo-oss (16.0)) (22/167), 45.8 KiB- Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (23/167), 94.7 KiB- Retrieving: libepoxy0-1.5.10-160000.3.2.x86_64 (repo-oss (16.0)) (24/167), 228.2 KiB- Retrieving: libexpat-devel-2.7.1-160000.5.1.x86_64 (repo-oss (16.0)) (25/167), 73.2 KiB- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (26/167), 30.8 KiB- Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (27/167), 42.8 KiB- Retrieving: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (28/167), 318.1 KiB- Retrieving: libgobject-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (29/167), 449.2 KiB- Retrieving: libgraphite2-3-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (30/167), 71.9 KiB- Retrieving: libgthread-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (31/167), 314.2 KiB- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (32/167), 8.6 MiB- Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (33/167), 35.4 KiB- Retrieving: libjpeg62-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (34/167), 306.3 KiB- Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (35/167), 307.2 KiB- Retrieving: liblcms2-2-2.16-160000.3.2.x86_64 (repo-oss (16.0)) (36/167), 171.6 KiB- Retrieving: liblzo2-2-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (37/167), 62.1 KiB- Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (38/167), 85.2 KiB- Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (39/167), 29.1 KiB- Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (40/167), 309.1 KiB- Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (41/167), 292.1 KiB- Retrieving: libpcre2-posix3-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (42/167), 66.6 KiB- Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (43/167), 210.0 KiB- Retrieving: libpng16-16-1.6.44-160000.6.1.x86_64 (repo-oss (16.0)) (44/167), 187.4 KiB- Retrieving: libsepol-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (45/167), 51.4 KiB- Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (46/167), 158.7 KiB- Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (47/167), 156.2 KiB- Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (48/167), 47.8 KiB- Retrieving: libwayland-egl1-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (49/167), 24.2 KiB- Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (50/167), 54.2 KiB- Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (51/167), 12.0 KiB- Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (52/167), 79.5 KiB- Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (53/167), 347.4 KiB- Retrieving: system-user-lp-20170617-160000.2.2.noarch (repo-oss (16.0)) (54/167), 12.6 KiB- Retrieving: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (55/167), 310.2 KiB- Retrieving: xkeyboard-config-2.44-160000.2.2.noarch (repo-oss (16.0)) (56/167), 455.5 KiB- Retrieving: xz-devel-5.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (57/167), 106.7 KiB- Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (58/167), 17.0 KiB- Retrieving: libXtst6-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (59/167), 18.0 KiB- Retrieving: libXinerama1-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (60/167), 11.3 KiB- Retrieving: libXi6-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (61/167), 42.8 KiB- Retrieving: libXext-devel-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (62/167), 98.5 KiB- Retrieving: libXfixes-devel-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (63/167), 16.4 KiB- Retrieving: libXrender-devel-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (64/167), 22.3 KiB- Retrieving: libXrandr2-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (65/167), 26.1 KiB- Retrieving: libXcursor1-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (66/167), 30.1 KiB- Retrieving: libavahi-client3-0.8-160000.4.1.x86_64 (repo-oss (16.0)) (67/167), 74.8 KiB- Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (68/167), 37.7 KiB- Retrieving: libdatrie-devel-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (69/167), 113.7 KiB- Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (70/167), 258.9 KiB- Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (71/167), 90.7 KiB- Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (72/167), 93.5 KiB- Retrieving: libblkid-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (73/167), 174.1 KiB- Retrieving: fribidi-devel-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (74/167), 102.9 KiB- Retrieving: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (75/167), 364.2 KiB- Retrieving: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (76/167), 394.7 KiB- Retrieving: libatk-1_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (77/167), 106.3 KiB- Retrieving: girepository-1_0-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (78/167), 110.6 KiB- Retrieving: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (79/167), 129.9 KiB- Retrieving: graphite2-devel-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (80/167), 26.2 KiB- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (81/167), 2.1 MiB- Retrieving: libjpeg62-devel-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (82/167), 140.2 KiB- Retrieving: libtiff6-4.7.1-160000.1.1.x86_64 (repo-oss (16.0)) (83/167), 287.0 KiB- Retrieving: lzo-devel-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (84/167), 52.2 KiB- Retrieving: python313-base-3.13.12-160000.1.1.x86_64 (repo-oss (16.0)) (85/167), 9.2 MiB- Retrieving: libpython3_13-1_0-3.13.12-160000.1.1.x86_64 (repo-oss (16.0)) (86/167), 2.1 MiB- Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (87/167), 133.3 KiB- Retrieving: pcre2-devel-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (88/167), 331.4 KiB- Retrieving: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (89/167), 31.9 KiB- Retrieving: libpng16-devel-1.6.44-160000.6.1.x86_64 (repo-oss (16.0)) (90/167), 232.3 KiB- Retrieving: libpng16-compat-devel-1.6.44-160000.6.1.x86_64 (repo-oss (16.0)) (91/167), 134.9 KiB- Retrieving: libfreetype6-2.13.3-160000.3.1.x86_64 (repo-oss (16.0)) (92/167), 564.1 KiB- Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (93/167), 28.1 KiB- Retrieving: libwayland-cursor0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (94/167), 30.9 KiB- Retrieving: gio-branding-openSUSE-42.1-lp160.3.2.noarch (repo-oss (16.0)) (95/167), 29.6 KiB- Retrieving: libgio-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (96/167), 961.7 KiB- Retrieving: glib2-tools-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (97/167), 423.6 KiB- Retrieving: cups-config-2.4.16-160000.1.1.x86_64 (repo-oss (16.0)) (98/167), 442.3 KiB- Retrieving: libxkbcommon0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (99/167), 151.2 KiB- Retrieving: libXinerama-devel-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (100/167), 13.4 KiB- Retrieving: libXi-devel-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (101/167), 142.8 KiB- Retrieving: libXdamage-devel-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (102/167), 10.3 KiB- Retrieving: libXcomposite-devel-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (103/167), 17.2 KiB- Retrieving: libXrandr-devel-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (104/167), 21.5 KiB- Retrieving: libXcursor-devel-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (105/167), 32.1 KiB- Retrieving: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (106/167), 319.8 KiB- Retrieving: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (107/167), 304.4 KiB- Retrieving: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (108/167), 304.5 KiB- Retrieving: libicu-devel-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (109/167), 749.4 KiB- Retrieving: libtiff-devel-4.7.1-160000.1.1.x86_64 (repo-oss (16.0)) (110/167), 128.7 KiB- Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (111/167), 257.7 KiB- Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (112/167), 9.7 MiB- Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (113/167), 253.7 KiB- Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (114/167), 380.4 KiB- Retrieving: libselinux-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (115/167), 132.4 KiB- Retrieving: libharfbuzz0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (116/167), 595.4 KiB- Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (117/167), 199.5 KiB- Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (118/167), 137.4 KiB- Retrieving: freetype2-devel-2.13.3-160000.3.1.x86_64 (repo-oss (16.0)) (119/167), 874.6 KiB- Retrieving: libthai-devel-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (120/167), 24.5 KiB- Retrieving: wayland-devel-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (121/167), 115.9 KiB- Retrieving: libcolord2-1.4.8-160000.1.1.x86_64 (repo-oss (16.0)) (122/167), 202.9 KiB- Retrieving: libatspi0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (123/167), 138.2 KiB- Retrieving: gdk-pixbuf-query-loaders-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (124/167), 49.0 KiB- Retrieving: libcups2-2.4.16-160000.1.1.x86_64 (repo-oss (16.0)) (125/167), 458.0 KiB- Retrieving: libxkbcommon-devel-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (126/167), 97.8 KiB- Retrieving: libXtst-devel-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (127/167), 29.1 KiB- Retrieving: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (128/167), 80.5 KiB- Retrieving: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (129/167), 392.0 KiB- Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (130/167), 395.5 KiB- Retrieving: libmount-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (131/167), 175.3 KiB- Retrieving: libharfbuzz-subset0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (132/167), 549.4 KiB- Retrieving: libharfbuzz-icu0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (133/167), 89.2 KiB- Retrieving: libharfbuzz-gobject0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (134/167), 110.1 KiB- Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (135/167), 604.1 KiB- Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (136/167), 51.8 KiB- Retrieving: fontconfig-devel-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (137/167), 76.2 KiB- Retrieving: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (138/167), 77.8 KiB- Retrieving: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (139/167), 124.2 KiB- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (140/167), 188.0 KiB- Retrieving: libglvnd-devel-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (141/167), 32.2 KiB- Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (142/167), 13.3 MiB- Retrieving: glib2-devel-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (143/167), 1.6 MiB- Retrieving: typelib-1_0-HarfBuzz-0_0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (144/167), 121.1 KiB- Retrieving: libharfbuzz-cairo0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (145/167), 102.1 KiB- Retrieving: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (146/167), 113.8 KiB- Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (147/167), 73.0 KiB- Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (148/167), 356.3 KiB- Retrieving: libXft-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (149/167), 37.9 KiB- Retrieving: at-spi2-core-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (150/167), 112.9 KiB- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (151/167), 48.5 KiB- Retrieving: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (152/167), 692.3 KiB- Retrieving: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (153/167), 272.4 KiB- Retrieving: cairo-devel-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (154/167), 318.9 KiB- Retrieving: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (155/167), 106.5 KiB- Retrieving: librsvg-2-2-2.60.2-160000.1.1.x86_64 (repo-oss (16.0)) (156/167), 2.0 MiB- Retrieving: at-spi2-core-devel-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (157/167), 1.6 MiB- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (158/167), 44.0 KiB- Retrieving: libepoxy-devel-1.5.10-160000.3.2.x86_64 (repo-oss (16.0)) (159/167), 142.3 KiB- Retrieving: harfbuzz-devel-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (160/167), 230.3 KiB- Retrieving: gdk-pixbuf-loader-rsvg-2.60.2-160000.1.1.x86_64 (repo-oss (16.0)) (161/167), 268.7 KiB- Retrieving: gdk-pixbuf-devel-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (162/167), 97.8 KiB- Retrieving: pango-devel-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (163/167), 225.3 KiB- Retrieving: gtk3-tools-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (164/167), 1.6 MiB- Retrieving: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (165/167), 3.0 MiB- Retrieving: typelib-1_0-Gtk-3_0-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (166/167), 436.6 KiB- Retrieving: gtk3-devel-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (167/167), 2.0 MiB-- Checking for file conflicts: [......done]- ( 1/167) Installing: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 [..done]- ( 2/167) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [..done]- ( 3/167) Installing: dbus-1-daemon-1.14.10-160000.2.2.x86_64 [..done]- ( 4/167) Installing: dbus-1-devel-1.14.10-160000.2.2.x86_64 [..- done]- ( 5/167) Installing: gettext-its-gtk4-4.18.6-160000.2.2.x86_64 [..done]- ( 6/167) Installing: gtk3-data-3.24.49+14-160000.2.2.noarch [..done]- ( 7/167) Installing: gtk3-schema-3.24.49+14-160000.2.2.noarch [..done]- ( 8/167) Installing: hicolor-icon-theme-0.18-160000.3.2.noarch [..done]- ( 9/167) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [.....- ......done]- ( 10/167) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [..done]- ( 11/167) Installing: libXcomposite1-0.4.6-160000.3.2.x86_64 [..done]- ( 12/167) Installing: libXdamage1-1.1.6-160000.3.2.x86_64 [..done]- ( 13/167) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]- ( 14/167) Installing: libXfixes3-6.0.1-160000.3.2.x86_64 [..done]- ( 15/167) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done]- ( 16/167) Installing: libavahi-common3-0.8-160000.4.1.x86_64 [..done]- ( 17/167) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..- done]- ( 18/167) Installing: libbz2-devel-1.0.8-160000.2.2.x86_64 [..done]- ( 19/167) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [..done]- ( 20/167) Installing: libdav1d7-1.5.1-160000.2.2.x86_64 [..done]- ( 21/167) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [..done]- ( 22/167) Installing: libeconf-devel-0.7.9-160000.2.2.x86_64 [..done]- ( 23/167) Installing: libelf1-0.192-160000.2.2.x86_64 [..done]- ( 24/167) Installing: libepoxy0-1.5.10-160000.3.2.x86_64 [..done]- ( 25/167) Installing: libexpat-devel-2.7.1-160000.5.1.x86_64 [..done]- ( 26/167) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]- ( 27/167) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done]- ( 28/167) Installing: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64 [..done]- ( 29/167) Installing: libgobject-2_0-0-2.84.4-160000.2.1.x86_64 [..done]- ( 30/167) Installing: libgraphite2-3-1.3.14-160000.2.2.x86_64 [..done]- ( 31/167) Installing: libgthread-2_0-0-2.84.4-160000.2.1.x86_64 [..done]- ( 32/167) Installing: libicu77-ledata-77.1-160000.2.2.noarch [.....done]- ( 33/167) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done]- ( 34/167) Installing: libjpeg62-62.4.0-160000.3.2.x86_64 [..done]- ( 35/167) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done]- ( 36/167) Installing: liblcms2-2-2.16-160000.3.2.x86_64 [.- .done]- ( 37/167) Installing: liblzo2-2-2.10-160000.3.2.x86_64 [..done]- ( 38/167) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [..done]- ( 39/167) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done]- ( 40/167) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [..done]- ( 41/167) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [..done]- ( 42/167) Installing: libpcre2-posix3-10.45-160000.2.2.x86_64 [..done]- ( 43/167) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done]- ( 44/167) Installing: libpng16-16-1.6.44-160000.6.1.x86_64 [..done]- ( 45/167) Installing: libsepol-devel-3.8.1-160000.2.2.x86_64 [..done]- ( 46/167) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [..done]- ( 47/167) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done]- ( 48/167) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done]- ( 49/167) Installing: libwayland-egl1-1.24.0-160000.1.2.x86_64 [..done]- ( 50/167) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done]- ( 51/167) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done]- ( 52/167) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..done]- ( 53/167) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [..- done]- ( 54/167) Installing: system-user-lp-20170617-160000.2.2.noarch [..- /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-lp.conf -- Creating group 'systemd-journal' with GID 497.- Creating group 'lp' with GID 496.- Creating user 'lp' (Printing daemon) with UID 496 and GID 496.- Creating group 'systemd-coredump' with GID 495.- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 495 and GID 495.- done]- ( 55/167) Installing: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64 [..done]- ( 56/167) Installing: xkeyboard-config-2.44-160000.2.2.noarch [..done]- ( 57/167) Installing: xz-devel-5.8.1-160000.2.2.x86_64 [..done]- ( 58/167) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done]- ( 59/167) Installing: libXtst6-1.2.5-160000.3.2.x86_64 [..done]- ( 60/167) Installing: libXinerama1-1.1.5-160000.3.2.x86_64 [..done]- ( 61/167) Installing: libXi6-1.8.2-160000.3.2.x86_64 [..done]- ( 62/167) Installing: libXext-devel-1.3.6-160000.3.2.x86_64 [..done]- ( 63/167) Installing: libXfixes-devel-6.0.1-160000.3.2.x86_64 [..done]- ( 64/167) Installing: libXrender-devel-0.9.11-160000.2.2.x86_64 [..done]- ( 65/167) Installing: libXrandr2-1.5.4-160000.3.2.x86_64 [..done]- ( 66/167) Installing: libXcursor1-1.2.3-160000.3.2.x86_64 [..done]- ( 67/167) Installing: libavahi-client3-0.8-160000.4.1.x86_64 [..done]- ( 68/167) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done]- ( 69/167) Installing: libdatrie-devel-0.2.13-160000.3.2.x86_64 [.- .done]- ( 70/167) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [..done]- ( 71/167) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done]- ( 72/167) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done]- ( 73/167) Installing: libblkid-devel-2.41.1-160000.2.2.x86_64 [..done]- ( 74/167) Installing: fribidi-devel-1.0.15-160000.2.2.x86_64 [..done]- ( 75/167) Installing: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.x86_64 [..done]- ( 76/167) Installing: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64 [..done]- ( 77/167) Installing: libatk-1_0-0-2.56.3-160000.2.2.x86_64 [..done]- ( 78/167) Installing: girepository-1_0-1.84.0-160000.2.2.x86_64 [..done]- ( 79/167) Installing: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 [..done]- ( 80/167) Installing: graphite2-devel-1.3.14-160000.2.2.x86_64 [..done]- ( 81/167) Installing: libicu77-77.1-160000.2.2.x86_64 [..done]- ( 82/167) Installing: libjpeg62-devel-62.4.0-160000.3.2.x86_64 [..done]- ( 83/167) Installing: libtiff6-4.7.1-160000.1.1.x86_64 [..done]- ( 84/167) Installing: lzo-devel-2.10-160000.3.2.x86_64 [..done]- ( 85/167) Installing: python313-base-3.13.12-160000.1.1.x86_64 [....- ...done]- ( 86/167) Installing: libpython3_13-1_0-3.13.12-160000.1.1.x86_64 [..done]- ( 87/167) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done]- ( 88/167) Installing: pcre2-devel-10.45-160000.2.2.x86_64 [..done]- ( 89/167) Installing: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 [..done]- ( 90/167) Installing: libpng16-devel-1.6.44-160000.6.1.x86_64 [..done]- ( 91/167) Installing: libpng16-compat-devel-1.6.44-160000.6.1.x86_64 [..done]- ( 92/167) Installing: libfreetype6-2.13.3-160000.3.1.x86_64 [..done]- ( 93/167) Installing: libthai0-0.1.29-160000.3.2.x86_64 [..done]- ( 94/167) Installing: libwayland-cursor0-1.24.0-160000.1.2.x86_64 [..done]- ( 95/167) Installing: gio-branding-openSUSE-42.1-lp160.3.2.noarch [..done]- ( 96/167) Installing: libgio-2_0-0-2.84.4-160000.2.1.x86_64 [..done]- ( 97/167) Installing: glib2-tools-2.84.4-160000.2.1.x86_64 [..done]- ( 98/167) Installing: cups-config-2.4.16-160000.1.1.x86_64 [..- done]- ( 99/167) Installing: libxkbcommon0-1.8.0-160000.2.2.x86_64 [..done]- (100/167) Installing: libXinerama-devel-1.1.5-160000.3.2.x86_64 [..done]- (101/167) Installing: libXi-devel-1.8.2-160000.3.2.x86_64 [..done]- (102/167) Installing: libXdamage-devel-1.1.6-160000.3.2.x86_64 [..done]- (103/167) Installing: libXcomposite-devel-0.4.6-160000.3.2.x86_64 [..done]- (104/167) Installing: libXrandr-devel-1.5.4-160000.3.2.x86_64 [..done]- (105/167) Installing: libXcursor-devel-1.2.3-160000.3.2.x86_64 [..done]- (106/167) Installing: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64 [..done]- (107/167) Installing: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64 [..done]- (108/167) Installing: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64 [..done]- (109/167) Installing: libicu-devel-77.1-160000.2.2.x86_64 [..done]- (110/167) Installing: libtiff-devel-4.7.1-160000.1.1.x86_64 [..done]- (111/167) Installing: Mesa-24.3.3-160000.2.2.x86_64 [..done]- (112/167) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [......- .done]- (113/167) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done]- (114/167) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done]- (115/167) Installing: libselinux-devel-3.8.1-160000.2.2.x86_64 [..done]- (116/167) Installing: libharfbuzz0-11.4.5-160000.1.1.x86_64 [..done]- (117/167) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done]- (118/167) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done]- (119/167) Installing: freetype2-devel-2.13.3-160000.3.1.x86_64 [..done]- (120/167) Installing: libthai-devel-0.1.29-160000.3.2.x86_64 [..done]- (121/167) Installing: wayland-devel-1.24.0-160000.1.2.x86_64 [..done]- (122/167) Installing: libcolord2-1.4.8-160000.1.1.x86_64 [..done]- (123/167) Installing: libatspi0-2.56.3-160000.2.2.x86_64 [..done]- (124/167) Installing: gdk-pixbuf-query-loaders-2.42.12-160000.3.1.x86_64 [..done]- (125/167) Installing: libcups2-2.4.16-160000.1.1.x86_64 [..done]- (126/167) Installing: libxkbcommon-devel-1.8.0-160000.2.2.x86_64 [..done]- (127/167) Installing: libXtst-devel-1.2.5-160000.3.2.x86_64 [..done]- (128/167) Installing: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64 [..done]- (129/167) Installing: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64 [..done]- (130/167) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done]- (131/167) Installing: libmount-devel-2.41.1-160000.2.2.x86_64 [..done]- (132/167) Installing: libharfbuzz-subset0-11.4.5-160000.1.1.x86_64 [..done]- (133/167) Installing: libharfbuzz-icu0-11.4.5-160000.1.1.x86_64 [..- done]- (134/167) Installing: libharfbuzz-gobject0-11.4.5-160000.1.1.x86_64 [..done]- (135/167) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [..done]- (136/167) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done]- (137/167) Installing: fontconfig-devel-2.16.0-160000.2.2.x86_64 [..done]- (138/167) Installing: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64 [..done]- (139/167) Installing: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 [..done]- (140/167) Installing: libgdk_pixbuf-2_0-0-2.42.12-160000.3.1.x86_64 [..done]- (141/167) Installing: libglvnd-devel-1.7.0-160000.3.2.x86_64 [..done]- (142/167) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [......- .done]- (143/167) Installing: glib2-devel-2.84.4-160000.2.1.x86_64 [...done]- (144/167) Installing: typelib-1_0-HarfBuzz-0_0-11.4.5-160000.1.1.x86_64 [..done]- (145/167) Installing: libharfbuzz-cairo0-11.4.5-160000.1.1.x86_64 [..done]- (146/167) Installing: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 [..done]- (147/167) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [..done]- (148/167) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done]- (149/167) Installing: libXft-devel-2.3.8-160000.2.2.x86_64 [..done]- (150/167) Installing: at-spi2-core-2.56.3-160000.2.2.x86_64 [..done]- (151/167) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.3.1.x86_64 [..done]- (152/167) Installing: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 [..done]- (153/167) Installing: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 [..done]- (154/167) Installing: cairo-devel-1.18.4-160000.2.2.x86_64 [..done]- (155/167) Installing: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 [..done]- (156/167) Installing: librsvg-2-2-2.60.2-160000.1.1.x86_64 [..done]- (157/167) Installing: at-spi2-core-devel-2.56.3-160000.2.2.x86_64 [..done]- (158/167) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.3.1.x86_64 [..done]- (159/167) Installing: libepoxy-devel-1.5.10-160000.3.2.x86_64 [..done]- (160/167) Installing: harfbuzz-devel-11.4.5-160000.1.1.x86_64 [..done]- (161/167) Installing: gdk-pixbuf-loader-rsvg-2.60.2-160000.1.1.x86_64 [..done]- (162/167) Installing: gdk-pixbuf-devel-2.42.12-160000.3.1.x86_64 [..done]- (163/167) Installing: pango-devel-1.56.4-160000.2.2.x86_64 [..done]- (164/167) Installing: gtk3-tools-3.24.49+14-160000.2.2.x86_64 [..done]- (165/167) Installing: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 [...done]- (166/167) Installing: typelib-1_0-Gtk-3_0-3.24.49+14-160000.2.2.x86_64 [..done]- (167/167) Installing: gtk3-devel-3.24.49+14-160000.2.2.x86_64 [...done]- Running post-transaction scripts [..- ..done]# To update the current shell environment, run: eval $(opam env)2026-04-16 18:35.53 ---> saved as "146f920a927a9791bf673eb0197a2491e4b8a6818aa43c6cc2d01d530cc8ad70"/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.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 33 packages- install afl-persistent 1.4- install bigstringaf 0.10.0- install cairo2 0.6.5- install camlp-streams 5.0.1- install cmdliner 2.1.0- install conf-cairo 1- install conf-gtk3 18- install conf-pkg-config 4- install crowbar 0.2.2- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.22.2- install dune-configurator 3.22.2- 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.4- install lablgtk3 3.1.5-1- install lwt-dllist 1.1.0- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- 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.1- install uring 2.7.0<><> 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)-> installed conf-pkg-config.4-> retrieved cmdliner.2.1.0 (cached)-> retrieved crowbar.0.2.2 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-cairo.1-> installed conf-gtk3.18-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved iomux.0.4 (cached)-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved lablgtk3.3.1.5-1 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved thread-table.1.0.0 (cached)-> retrieved processor.0.2 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uring.2.7.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed fmt.0.11.0-> installed mtime.2.1.0-> installed dune.3.22.2-> installed afl-persistent.1.4-> installed lwt-dllist.1.1.0-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed cstruct.6.2.0-> installed optint.0.3.0-> installed processor.0.2-> installed psq.0.2.1-> installed thread-table.1.0.0-> installed crowbar.0.2.2-> installed domain-local-await.1.0.1-> installed dune-configurator.3.22.2-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed eio.1.3-> installed cairo2.0.6.5-> installed uring.2.7.0-> installed eio_posix.1.3-> installed eio_linux.1.3-> installed eio_main.1.3-> installed lablgtk3.3.1.5-1Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 5.4.1+afl ocaml-variants.5.4.1+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2026-04-16 18:37.43 ---> saved as "99964421a058ca313b2e659efac55822db94c12f0967e14264a8c9a8a70b4a69"/src: (copy (src .) (dst /src))2026-04-16 18:37.43 ---> saved as "e04f91a0c3f78146abc76f79d4dd40d73d9fd84781647281d33663c8913b08f0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)ivt: PASSspace: PASS2026-04-16 18:37.47 ---> saved as "1b856d6d1c224bf688754c81706fc7bbe5bdcfa8620a7d1db2eaa3bbb2613f99"Job succeeded2026-04-16 18:37.47: Job succeeded