2025-10-18 16:34.25: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:opensuse-16.0-4.14_opam-2.4) Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1 # opensuse-16.0-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src 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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue-cairo.opam ./ RUN opam pin add -yn bogue-cairo.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue-cairo.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-10-18 16:34.25: Using cache hint "sanette/bogue-cairo-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1-opensuse-16.0-4.14_opam-2.4-e8316b66056dc76c5fd6545bd6bc0d1c" 2025-10-18 16:34.25: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1) (comment opensuse-16.0-4.14_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue-cairo.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bogue-cairo.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2") (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 bogue-cairo.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-10-18 16:34.25: Waiting for resource in pool OCluster 2025-10-18 16:58.36: Waiting for worker… 2025-10-18 17:00.14: Got resource from pool OCluster Building on bremusa.ocamllabs.io hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialised empty Git repository in /var/cache/obuilder/ocluster/git/bogue-cairo.git-fca9cdfa43d36688dd6ccfd2d5be4340427a46d9/.git/ HEAD is now at 6135ed8 version 0.1.0 (from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1' locally docker.io/ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1: Pulling from ocaml/opam 64cfa2a65095: Already exists 7971a163c5cf: Already exists 0bcedfafe7dd: Already exists f42ca884ff10: Already exists 7a58dd924804: Already exists 73b6bf2442e2: Already exists c7b2f1118c39: Already exists 9664ba876e4c: Already exists d307e097761a: Already exists a2f7a77a011c: Already exists 94b2c92a6e32: Already exists dc059a0b69a6: Already exists b1b115775ad6: Already exists 9578045c60a5: Already exists 9438161e6dc8: Already exists 5354b34c6410: Already exists 7ba29a3affaf: Already exists 978c6754ed91: Already exists 4f4fb700ef54: Already exists 1a894d493bd5: Already exists e279e4c3cc8b: Already exists cdfaa2485c7d: Already exists c8563e41aa6f: Already exists 911bff4bcd02: Already exists 7e6490154d95: Already exists dd6beeecc8f8: Already exists 3e02f73f561d: Already exists 801dc6436763: Already exists 7ddd0c153f59: Already exists 5ee8f7f96184: Already exists facc8b57701e: Already exists f5c712f16134: Already exists 7c5c7be08383: Already exists 25e2ed376925: Already exists 1b4a119d9eef: Already exists ab7e2fb7737c: Already exists db30acbe9a06: Already exists 4f666f8f907e: Pulling fs layer 23c142cc9273: Pulling fs layer e74b0971cd39: Pulling fs layer eea27d0942eb: Pulling fs layer 23c142cc9273: Waiting 4f666f8f907e: Waiting eea27d0942eb: Waiting e74b0971cd39: Waiting 4f666f8f907e: Verifying Checksum 4f666f8f907e: Download complete 23c142cc9273: Download complete e74b0971cd39: Download complete eea27d0942eb: Download complete 4f666f8f907e: Pull complete 23c142cc9273: Pull complete e74b0971cd39: Pull complete eea27d0942eb: Pull complete Digest: sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1 Status: Downloaded newer image for ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1 2025-10-18 17:00.15 ---> using "edeae5226791935b63a8fd5be3eaac2ce37c898763f283ad46f4cdae8d9b727f" from cache /: (comment opensuse-16.0-4.14_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-18 17:00.15 ---> using "3120a7277ea96be3f4a85df6f9443ac9eaa0a35193d3790dbf701864a67e6b3a" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-18 17:00.15 ---> using "aed3ef74c0e3f661f96253076c2d23652dab93a943434cd93f5d0e10d3cb2a0c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-85-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-10-18 17:00.15 ---> using "1cd582082aacd8d1a8a2bdf75160f7d1d095e044090e56f0e8a5efaa787f8af0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-18 17:00.15 ---> using "d477bbe834e90da9624ae1e0cff2923d54e3c6e42da56f5a8ac8408ae118e4f6" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.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) 2025-10-18 17:00.15 ---> using "774276f731c79969711b2ac3aadccf0e2df17f2e04abf8ca6e400cb4bd524724" from cache /src: (copy (src bogue-cairo.opam) (dst ./)) 2025-10-18 17:00.15 ---> saved as "3c7a45e7f603e00cd8c3dcac71ed39ee4835fb82d9dfd933a91f62ab105f8c67" /src: (run (network host) (shell "opam pin add -yn bogue-cairo.dev './'")) [NOTE] Package bogue-cairo does not exist in opam repositories registered in the current switch. [bogue-cairo.dev] synchronised (file:///src) bogue-cairo is now pinned to file:///src (version dev) 2025-10-18 17:00.17 ---> saved as "3f9683b7f0584eb9400b82a0257e4a295b29c634134b588b9be41c40ae716a93" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-18 17:00.17 ---> saved as "4be8c668ec99bd58fe18ae3a9b8d29a8280445668c1f95fca4efb5aa6fba348a" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250815 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.2") /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 bogue-cairo.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 ><><><><><><><><><><><><><><><><><><><><><><> [bogue-cairo.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). The following system packages will first need to be installed: cairo-devel libffi-devel libSDL2-devel libSDL2_image-devel SDL2_ttf-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "cairo-devel" "libffi-devel" "libSDL2-devel" "libSDL2_image-devel" "SDL2_ttf-devel" - Refreshing service 'openSUSE'. - Loading repository data... - Reading installed packages... - 'libSDL2-devel' not found in package names. Trying capabilities. - 'libSDL2_image-devel' not found in package names. Trying capabilities. - Resolving package dependencies... - - The following 103 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-libGLESv1_CM-devel Mesa-libGLESv2-devel Mesa-libglapi0 SDL2-devel SDL2_image-devel SDL2_ttf-devel cairo-devel dbus-1-daemon fontconfig fontconfig-devel freetype2-devel gio-branding-openSUSE glib2-devel glib2-tools glu-devel libGLU1 libLLVM19 libSDL2-2_0-0 libSDL2_image-2_0-0 libSDL2_ttf-2_0-0 libSPIRV-Tools-2025_1_rc1 libXext-devel libXext6 libXrender-devel libXrender1 libXxf86vm1 libasound2 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_radeon1 libeconf-devel libelf1 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libgbm1 libgio-2_0-0 libgirepository-2_0-0 libglvnd libglvnd-devel libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0 libjbig2 libjpeg62 libjpeg62-devel libjpeg8 liblzo2-2 libmount-devel libmpdec4 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 libselinux-devel libsepol-devel libsharpyuv0 libtiff-devel libtiff6 libvulkan1 libwayland-client0 libwayland-server0 libwebp-devel libwebp7 libwebpdecoder3 libwebpdemux2 libwebpmux3 libxshmfence1 libzstd-devel lzo-devel pcre2-devel python313-base shared-mime-info 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-Gio-2_0 xz-devel - - 103 new packages to install. - - Package download size: 85.9 MiB - - Package install size change: - | 351.3 MiB required by packages that will be installed - 351.3 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: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done] - . - Preloading: libselinux-devel-3.8.1-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libtiff-devel-4.7.0-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libgio-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done] - . - Preloading: gio-branding-openSUSE-42.1-lp160.2.1.noarch.rpm [done] - . - Preloading: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64.rpm [done] - . - Preloading: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: glib2-tools-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libpng16-compat-devel-1.6.44-160000.2.2.x86_64.rpm [done] - . - Preloading: libwebp7-1.5.0-160000.2.2.x86_64.rpm [done] - .. - Preloading: libpng16-devel-1.6.44-160000.2.2.x86_64.rpm [done] - . - Preloading: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libfreetype6-2.13.3-160000.2.2.x86_64.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: lzo-devel-2.10-160000.3.2.x86_64.rpm [done] - . - Preloading: libtiff6-4.7.0-160000.2.2.x86_64.rpm [done] - . - Preloading: SDL2_image-devel-2.8.2-bp160.1.14.x86_64.rpm [done] - . - Preloading: SDL2_ttf-devel-2.24.0-160000.2.2.x86_64.rpm [done] - . - . - Preloading: SDL2-devel-2.30.7-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: glu-devel-9.0.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libpython3_13-1_0-3.13.5-160000.2.2.x86_64.rpm [done] - .. - Preloading: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: cairo-devel-1.18.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libcairo-script-interpreter2-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: libjpeg62-devel-62.4.0-160000.3.2.x86_64.rpm [done] - . - Preloading: libGLU1-9.0.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libglvnd-devel-1.7.0-160000.3.2.x86_64.rpm [done] - . - Preloading: libSDL2_image-2_0-0-2.8.2-bp160.1.14.x86_64.rpm [done] - . - Preloading: libwebp-devel-1.5.0-160000.2.2.x86_64.rpm [done] - . - Preloading: fontconfig-devel-2.16.0-160000.2.2.x86_64.rpm [done] - .. - Preloading: glib2-devel-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libmount-devel-2.41.1-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libGL1-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libwebpdemux2-1.5.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libwebpmux3-1.5.0-160000.2.2.x86_64.rpm [done] - . - Preloading: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64.rpm [done] - . - - Preloading: libexpat-devel-2.7.1-160000.2.2.x86_64.rpm [done] - .. - Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done] - . - Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done] - . - Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done] - . - Preloading: freetype2-devel-2.13.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done] - . - Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done] - .. - Preloading: libjpeg62-62.4.0-160000.3.2.x86_64.rpm [done] - . - Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done] - . - Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done] - . - Preloading: libgthread-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done] - . - Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done] - . - Preloading: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done] - . - Preloading: libeconf-devel-0.7.9-160000.2.2.x86_64.rpm [done] - . - Preloading: libbz2-devel-1.0.8-160000.2.2.x86_64.rpm [done] - . - Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done] - . - Preloading: libgobject-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done] - . - Preloading: python313-base-3.13.5-160000.2.2.x86_64.rpm [done] - . - Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done] - . - . - Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libasound2-1.2.14-160000.2.2.x86_64.rpm [done] - . - Preloading: dbus-1-daemon-1.14.10-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done] - . - Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done] - . - Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done] - .. - Preloading: libblkid-devel-2.41.1-160000.2.2.x86_64.rpm [done] - . - Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done] - . - Preloading: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libXrender-devel-0.9.11-160000.2.2.x86_64.rpm [done] - . - Preloading: libXxf86vm1-1.1.6-160000.3.2.x86_64.rpm [done] - . - Preloading: libXext-devel-1.3.6-160000.3.2.x86_64.rpm [done] - . - Preloading: xz-devel-5.8.1-160000.2.2.x86_64.rpm [done] - . - Preloading: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libSDL2-2_0-0-2.30.7-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: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done] - . - Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done] - . - Preloading: libwebpdecoder3-1.5.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libsharpyuv0-1.5.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done] - . - Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done] - . - Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done] - . - . - Preloading: libpng16-16-1.6.44-160000.2.2.x86_64.rpm [done] - . - Preloading: libpixman-1-0-0.43.4-160000.2.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/103), 256.2 KiB - Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (2/103), 276.4 KiB - Retrieving: dbus-1-daemon-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (3/103), 244.9 KiB - Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (4/103), 28.3 MiB - Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (5/103), 1.5 MiB - Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (6/103), 37.3 KiB - Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (7/103), 27.5 KiB - Retrieving: libasound2-1.2.14-160000.2.2.x86_64 (repo-oss (16.0)) (8/103), 589.8 KiB - Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (9/103), 263.6 KiB - Retrieving: libbz2-devel-1.0.8-160000.2.2.x86_64 (repo-oss (16.0)) (10/103), 24.5 KiB - Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (11/103), 107.8 KiB - Retrieving: libeconf-devel-0.7.9-160000.2.2.x86_64 (repo-oss (16.0)) (12/103), 45.8 KiB - Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (13/103), 94.7 KiB - Retrieving: libexpat-devel-2.7.1-160000.2.2.x86_64 (repo-oss (16.0)) (14/103), 72.0 KiB - Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (15/103), 30.8 KiB - Retrieving: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (16/103), 316.7 KiB - Retrieving: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (17/103), 447.7 KiB - Retrieving: libgthread-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (18/103), 312.7 KiB - Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (19/103), 35.4 KiB - Retrieving: libjpeg62-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (20/103), 306.3 KiB - Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (21/103), 307.2 KiB - Retrieving: liblzo2-2-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (22/103), 62.1 KiB - Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (23/103), 85.2 KiB - Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (24/103), 29.1 KiB - Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (25/103), 309.1 KiB - Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (26/103), 292.1 KiB - Retrieving: libpcre2-posix3-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (27/103), 66.6 KiB - Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (28/103), 210.0 KiB - Retrieving: libpng16-16-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (29/103), 185.0 KiB - Retrieving: libsepol-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (30/103), 51.4 KiB - Retrieving: libsharpyuv0-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (31/103), 31.6 KiB - Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (32/103), 156.2 KiB - Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (33/103), 47.8 KiB - Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (34/103), 54.2 KiB - Retrieving: libwebpdecoder3-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (35/103), 117.4 KiB - Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (36/103), 12.0 KiB - Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (37/103), 79.5 KiB - Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (38/103), 347.4 KiB - Retrieving: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (39/103), 308.7 KiB - Retrieving: xz-devel-5.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (40/103), 106.7 KiB - Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (41/103), 17.0 KiB - Retrieving: libXext-devel-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (42/103), 98.5 KiB - Retrieving: libXrender-devel-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (43/103), 22.3 KiB - Retrieving: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 (repo-oss (16.0)) (44/103), 698.3 KiB - Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (45/103), 37.7 KiB - Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (46/103), 258.9 KiB - Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (47/103), 90.7 KiB - Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (48/103), 93.5 KiB - Retrieving: libblkid-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (49/103), 174.1 KiB - Retrieving: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (50/103), 362.7 KiB - Retrieving: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (51/103), 393.3 KiB - Retrieving: libjpeg62-devel-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (52/103), 140.2 KiB - Retrieving: libtiff6-4.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (53/103), 276.3 KiB - Retrieving: lzo-devel-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (54/103), 52.2 KiB - Retrieving: python313-base-3.13.5-160000.2.2.x86_64 (repo-oss (16.0)) (55/103), 9.2 MiB - Retrieving: libpython3_13-1_0-3.13.5-160000.2.2.x86_64 (repo-oss (16.0)) (56/103), 2.0 MiB - Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (57/103), 133.3 KiB - Retrieving: pcre2-devel-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (58/103), 331.4 KiB - Retrieving: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (59/103), 31.9 KiB - Retrieving: libpng16-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (60/103), 230.3 KiB - Retrieving: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 (repo-oss (16.0)) (61/103), 132.9 KiB - Retrieving: libfreetype6-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (62/103), 564.0 KiB - Retrieving: libwebp7-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (63/103), 227.4 KiB - Retrieving: gio-branding-openSUSE-42.1-lp160.2.1.noarch (repo-oss (16.0)) (64/103), 29.6 KiB - Retrieving: libgio-2_0-0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (65/103), 960.3 KiB - Retrieving: glib2-tools-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (66/103), 423.3 KiB - Retrieving: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64 (repo-oss (16.0)) (67/103), 701.0 KiB - Retrieving: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (68/103), 318.4 KiB - Retrieving: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (69/103), 302.9 KiB - Retrieving: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (70/103), 303.0 KiB - Retrieving: libtiff-devel-4.7.0-160000.2.2.x86_64 (repo-oss (16.0)) (71/103), 119.5 KiB - Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (72/103), 257.7 KiB - Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (73/103), 9.7 MiB - Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (74/103), 253.7 KiB - Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (75/103), 380.4 KiB - Retrieving: libselinux-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (76/103), 132.4 KiB - Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (77/103), 199.5 KiB - Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (78/103), 137.4 KiB - Retrieving: freetype2-devel-2.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (79/103), 874.6 KiB - Retrieving: libwebpmux3-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (80/103), 40.2 KiB - Retrieving: libwebpdemux2-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (81/103), 29.5 KiB - Retrieving: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (82/103), 390.6 KiB - Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (83/103), 395.5 KiB - Retrieving: libmount-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (84/103), 175.3 KiB - Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (85/103), 604.1 KiB - Retrieving: fontconfig-devel-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (86/103), 76.2 KiB - Retrieving: libwebp-devel-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (87/103), 52.2 KiB - Retrieving: libSDL2_image-2_0-0-2.8.2-bp160.1.14.x86_64 (repo-oss (16.0)) (88/103), 70.4 KiB - Retrieving: libglvnd-devel-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (89/103), 32.2 KiB - Retrieving: libGLU1-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (90/103), 153.1 KiB - Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (91/103), 13.3 MiB - Retrieving: glib2-devel-2.84.3-160000.2.2.x86_64 (repo-oss (16.0)) (92/103), 1.6 MiB - Retrieving: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (93/103), 113.8 KiB - Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (94/103), 73.0 KiB - Retrieving: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (95/103), 692.3 KiB - Retrieving: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (96/103), 272.4 KiB - Retrieving: cairo-devel-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (97/103), 318.9 KiB - Retrieving: glu-devel-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (98/103), 13.7 KiB - Retrieving: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (99/103), 287.3 KiB - Retrieving: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (100/103), 266.2 KiB - Retrieving: SDL2-devel-2.30.7-160000.2.2.x86_64 (repo-oss (16.0)) (101/103), 552.6 KiB - Retrieving: SDL2_ttf-devel-2.24.0-160000.2.2.x86_64 (repo-oss (16.0)) (102/103), 23.7 KiB - Retrieving: SDL2_image-devel-2.8.2-bp160.1.14.x86_64 (repo-oss (16.0)) (103/103), 24.8 KiB - - Checking for file conflicts: [.. - ....done] - ( 1/103) Installing: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 [..done] - ( 2/103) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [..done] - ( 3/103) Installing: dbus-1-daemon-1.14.10-160000.2.2.x86_64 [..done] - ( 4/103) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [.. - .... - .......... - ....done] - ( 5/103) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [...done] - ( 6/103) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done] - ( 7/103) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done] - ( 8/103) Installing: libasound2-1.2.14-160000.2.2.x86_64 [..done] - ( 9/103) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done] - ( 10/103) Installing: libbz2-devel-1.0.8-160000.2.2.x86_64 [..done] - ( 11/103) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [.. - done] - ( 12/103) Installing: libeconf-devel-0.7.9-160000.2.2.x86_64 [..done] - ( 13/103) Installing: libelf1-0.192-160000.2.2.x86_64 [..done] - ( 14/103) Installing: libexpat-devel-2.7.1-160000.2.2.x86_64 [..done] - ( 15/103) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done] - ( 16/103) Installing: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64 [..done] - ( 17/103) Installing: libgobject-2_0-0-2.84.3-160000.2.2.x86_64 [..done] - ( 18/103) Installing: libgthread-2_0-0-2.84.3-160000.2.2.x86_64 [..done] - ( 19/103) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done] - ( 20/103) Installing: libjpeg62-62.4.0-160000.3.2.x86_64 [..done] - ( 21/103) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done] - ( 22/103) Installing: liblzo2-2-2.10-160000.3.2.x86_64 [..done] - ( 23/103) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [..done] - ( 24/103) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done] - ( 25/103) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [..done] - ( 26/103) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [. - .done] - ( 27/103) Installing: libpcre2-posix3-10.45-160000.2.2.x86_64 [..done] - ( 28/103) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done] - ( 29/103) Installing: libpng16-16-1.6.44-160000.2.2.x86_64 [..done] - ( 30/103) Installing: libsepol-devel-3.8.1-160000.2.2.x86_64 [..done] - ( 31/103) Installing: libsharpyuv0-1.5.0-160000.2.2.x86_64 [..done] - ( 32/103) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done] - ( 33/103) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done] - ( 34/103) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done] - ( 35/103) Installing: libwebpdecoder3-1.5.0-160000.2.2.x86_64 [..done] - ( 36/103) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done] - ( 37/103) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..done] - ( 38/103) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [.. - done] - ( 39/103) Installing: typelib-1_0-GIRepository-3_0-2.84.3-160000.2.2.x86_64 [..done] - ( 40/103) Installing: xz-devel-5.8.1-160000.2.2.x86_64 [..done] - ( 41/103) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done] - ( 42/103) Installing: libXext-devel-1.3.6-160000.3.2.x86_64 [..done] - ( 43/103) Installing: libXrender-devel-0.9.11-160000.2.2.x86_64 [..done] - ( 44/103) Installing: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 [..done] - ( 45/103) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done] - ( 46/103) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [..done] - ( 47/103) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done] - ( 48/103) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done] - ( 49/103) Installing: libblkid-devel-2.41.1-160000.2.2.x86_64 [..done] - ( 50/103) Installing: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64 [..done] - ( 51/103) Installing: libgirepository-2_0-0-2.84.3-160000.2.2.x86_64 [.. - done] - ( 52/103) Installing: libjpeg62-devel-62.4.0-160000.3.2.x86_64 [..done] - ( 53/103) Installing: libtiff6-4.7.0-160000.2.2.x86_64 [..done] - ( 54/103) Installing: lzo-devel-2.10-160000.3.2.x86_64 [..done] - ( 55/103) Installing: python313-base-3.13.5-160000.2.2.x86_64 [....... - ....done] - ( 56/103) Installing: libpython3_13-1_0-3.13.5-160000.2.2.x86_64 [...done] - ( 57/103) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done] - ( 58/103) Installing: pcre2-devel-10.45-160000.2.2.x86_64 [..done] - ( 59/103) Installing: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 [..done] - ( 60/103) Installing: libpng16-devel-1.6.44-160000.2.2.x86_64 [..done] - ( 61/103) Installing: libpng16-compat-devel-1.6.44-160000.2.2.x86_64 [..done] - ( 62/103) Installing: libfreetype6-2.13.3-160000.2.2.x86_64 [.. - done] - ( 63/103) Installing: libwebp7-1.5.0-160000.2.2.x86_64 [..done] - ( 64/103) Installing: gio-branding-openSUSE-42.1-lp160.2.1.noarch [..done] - ( 65/103) Installing: libgio-2_0-0-2.84.3-160000.2.2.x86_64 [..done] - ( 66/103) Installing: glib2-tools-2.84.3-160000.2.2.x86_64 [.. - No schema files found: doing nothing. - done] - ( 67/103) Installing: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64 [..done] - ( 68/103) Installing: typelib-1_0-GObject-2_0-2.84.3-160000.2.2.x86_64 [..done] - ( 69/103) Installing: typelib-1_0-GModule-2_0-2.84.3-160000.2.2.x86_64 [..done] - ( 70/103) Installing: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64 [..done] - ( 71/103) Installing: libtiff-devel-4.7.0-160000.2.2.x86_64 [..done] - ( 72/103) Installing: Mesa-24.3.3-160000.2.2.x86_64 [..done] - ( 73/103) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [.. - ......done] - ( 74/103) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done] - ( 75/103) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done] - ( 76/103) Installing: libselinux-devel-3.8.1-160000.2.2.x86_64 [. - .done] - ( 77/103) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done] - ( 78/103) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done] - ( 79/103) Installing: freetype2-devel-2.13.3-160000.2.2.x86_64 [..done] - ( 80/103) Installing: libwebpmux3-1.5.0-160000.2.2.x86_64 [..done] - ( 81/103) Installing: libwebpdemux2-1.5.0-160000.2.2.x86_64 [..done] - ( 82/103) Installing: typelib-1_0-Gio-2_0-2.84.3-160000.2.2.x86_64 [..done] - ( 83/103) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done] - ( 84/103) Installing: libmount-devel-2.41.1-160000.2.2.x86_64 [..done] - ( 85/103) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [..done] - ( 86/103) Installing: fontconfig-devel-2.16.0-160000.2.2.x86_64 [..done] - ( 87/103) Installing: libwebp-devel-1.5.0-160000.2.2.x86_64 [..done] - ( 88/103) Installing: libSDL2_image-2_0-0-2.8.2-bp160.1.14.x86_64 [..done] - ( 89/103) Installing: libglvnd-devel-1.7.0-160000.3.2.x86_64 [..done] - ( 90/103) Installing: libGLU1-9.0.3-160000.2.2.x86_64 [. - .done] - ( 91/103) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [........ - ....done] - ( 92/103) Installing: glib2-devel-2.84.3-160000.2.2.x86_64 [..... - No schema files found: doing nothing. - done] - ( 93/103) Installing: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 [..done] - ( 94/103) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [.. - done] - ( 95/103) Installing: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 [..done] - ( 96/103) Installing: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 [..done] - ( 97/103) Installing: cairo-devel-1.18.4-160000.2.2.x86_64 [..done] - ( 98/103) Installing: glu-devel-9.0.3-160000.2.2.x86_64 [..done] - ( 99/103) Installing: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 [..done] - (100/103) Installing: Mesa-libGLESv1_CM-devel-24.3.3-160000.2.2.x86_64 [..done] - (101/103) Installing: SDL2-devel-2.30.7-160000.2.2.x86_64 [..done] - (102/103) Installing: SDL2_ttf-devel-2.24.0-160000.2.2.x86_64 [..done] - (103/103) Installing: SDL2_image-devel-2.8.2-bp160.1.14.x86_64 [..done] - Running post-transaction scripts [.. - ..done] 2025-10-18 17:01.04 ---> saved as "cc5918deca96ab387b816c2daddbdb1667fee5fba162d6dbd32fd89616c18394" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). The following actions will be performed: === install 23 packages - install bigarray-compat 1.1.0 - install bogue 20250815 - install cairo2 0.6.5 - install conf-cairo 1 - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install conf-sdl2 1 - install conf-sdl2-image 1 - install conf-sdl2-ttf 1 - install csexp 1.5.2 - install ctypes 0.23.0 - install ctypes-foreign 0.23.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install integers 0.7.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install tsdl 1.1.0 - install tsdl-image 0.6 - install tsdl-ttf 0.6 - install xdg 3.20.2 The following system packages will first need to be installed: libSDL2-devel libSDL2_image-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run zypper to install them (may need root/sudo access) 2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "zypper" "--non-interactive" "install" "libSDL2-devel" "libSDL2_image-devel" - Refreshing service 'openSUSE'. - Loading repository data... - Reading installed packages... - 'libSDL2-devel' not found in package names. Trying capabilities. - 'SDL2-devel' providing 'libSDL2-devel' is already installed. - 'libSDL2_image-devel' not found in package names. Trying capabilities. - 'SDL2_image-devel' providing 'libSDL2_image-devel' is already installed. - Resolving package dependencies... - Nothing to do. <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved bogue.20250815 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> retrieved cairo2.0.6.5 (https://opam.ocaml.org/cache) -> installed conf-cairo.1 -> installed conf-libffi.2.0.0 -> installed conf-sdl2.1 -> installed conf-sdl2-image.1 -> installed conf-sdl2-ttf.1 -> retrieved integers.0.7.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved tsdl.1.1.0 (cached) -> retrieved tsdl-image.0.6 (cached) -> retrieved tsdl-ttf.0.6 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2, xdg.3.20.2 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.0 -> installed dune.3.20.2 -> installed bigarray-compat.1.1.0 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed xdg.3.20.2 -> installed dune-configurator.3.20.2 -> installed cairo2.0.6.5 -> installed ctypes.0.23.0 -> installed ctypes-foreign.0.23.0 -> installed tsdl.1.1.0 -> installed tsdl-ttf.0.6 -> installed tsdl-image.0.6 -> installed bogue.20250815 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-18 17:03.39 ---> saved as "ff8110562dd0abdf31c64fe92227adb8a0c326836d893ad3092be4758ae933ab" /src: (copy (src .) (dst /src)) 2025-10-18 17:03.40 ---> saved as "7517bd54cb4882544d7822f130163dd1b03a907af913582bb22cd7392c52253f" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-10-18 17:03.41 ---> saved as "66e4162d42b13bc6003771a813d02b2208ed9d3c97047899d8b16b6594569269" Job succeeded 2025-10-18 17:03.41: Job succeeded