Organisationssanettebogue-cairo6135ed (main)opensuse-16.0-5.4_opam-2.4

opensuse-16.0-5.4_opam-2.4

Logs

Show full logs
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-5.4_opam-2.4)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214
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-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214
# opensuse-16.0-5.4_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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && 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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214-opensuse-16.0-5.4_opam-2.4-d9531d5fda75e6389e933e19bb20f2f9"
2025-10-18 16:34.25: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214)
 (comment opensuse-16.0-5.4_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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && 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-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.13: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 6135ed8 version 0.1.0

(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214' locally
docker.io/ocaml/opam@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214: 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
bd2643bb4e57: Pulling fs layer
1d1f818b3d69: Pulling fs layer
1f2c1c940f9a: Pulling fs layer
35c8edf46b30: Pulling fs layer
bd2643bb4e57: Waiting
5e642a5ac051: Pulling fs layer
35c8edf46b30: Waiting
c6560baf709e: Pulling fs layer
1d1f818b3d69: Waiting
5e642a5ac051: Waiting
1f2c1c940f9a: Waiting
0bd76bce9a41: Pulling fs layer
c6560baf709e: Waiting
0bd76bce9a41: Waiting
bd2643bb4e57: Verifying Checksum
bd2643bb4e57: Download complete
bd2643bb4e57: Pull complete
1d1f818b3d69: Verifying Checksum
1d1f818b3d69: Download complete
1d1f818b3d69: Pull complete
35c8edf46b30: Verifying Checksum
35c8edf46b30: Download complete
5e642a5ac051: Verifying Checksum
5e642a5ac051: Download complete
c6560baf709e: Verifying Checksum
c6560baf709e: Download complete
1f2c1c940f9a: Verifying Checksum
1f2c1c940f9a: Download complete
1f2c1c940f9a: Pull complete
0bd76bce9a41: Verifying Checksum
0bd76bce9a41: Download complete
35c8edf46b30: Pull complete
5e642a5ac051: Pull complete
c6560baf709e: Pull complete
0bd76bce9a41: Pull complete
Digest: sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214
Status: Downloaded newer image for ocaml/opam@sha256:152e9225236133ca641e5c201a34bb0067d71d56129bae5ed6825a7a14e58214
2025-10-18 17:16.50 ---> using "9d38683995b9bb49551e843deb9716f7bd1ad3adb6587b4c40a8eb60aa1ab60e" from cache

/: (comment opensuse-16.0-5.4_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:16.50 ---> using "b3542340bd2208c71fce428a3b3aa6b53a9668c8954e1b3dd81f34bc5f6d6592" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-18 17:16.50 ---> using "728b7687b472e18330a8de64e1a078a94e50e387650658e9409b2e7e5d7cfcbf" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-18 17:16.50 ---> using "ae51319793515b3f645d0ff01305101e669c757eda759a7d4d52d1d1b67822ec" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-18 17:16.50 ---> using "4971281788d5cc39160451ff2c958f77dbad879e7922f999083697cdc5e25710" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u"))
c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release

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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 17:16.50 ---> using "584397b547ec54cb790687a7ad009c3d829ddd4d64af6b5f7c9fd4bf3bd9dbf3" from cache

/src: (copy (src bogue-cairo.opam) (dst ./))
2025-10-18 17:16.50 ---> saved as "0e3adfe82e23c45e18f4c2f970da10e3cab579efd24a2fa78893d13f6f361e8c"

/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:16.50 ---> saved as "23b4c9413ae13b935c72661908084660dc113cadc646906f7fbd9e831992a8a6"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 17:16.51 ---> saved as "031001ec4698c499ffc9cf45555d098c7595cc8b905e53c1d396b0c6aec859f5"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    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: 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: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libtiff-devel-4.7.0-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: Mesa-24.3.3-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: typelib-1_0-GModule-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: gio-branding-openSUSE-42.1-lp160.2.1.noarch.rpm [done]
- .
- Preloading: libwebp7-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.13.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libSDL2_ttf-2_0-0-2.24.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpng16-compat-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: pcre2-devel-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpng16-devel-1.6.44-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm_intel1-2.4.124-160000.3.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: libgio-2_0-0-2.84.3-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: libpython3_13-1_0-3.13.5-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: cairo-devel-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: SDL2-devel-2.30.7-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: 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: 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: libcairo2-1.18.4-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: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libexpat-devel-2.7.1-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: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: freetype2-devel-2.13.3-160000.2.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: libjpeg62-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgthread-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgmodule-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libeconf-devel-0.7.9-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgobject-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libbz2-devel-1.0.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libdrm2-2.4.124-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: libgirepository-2_0-0-2.84.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: libblkid-devel-2.41.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-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: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXrender-devel-0.9.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgbm1-24.3.3-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: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libwebpdecoder3-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libsharpyuv0-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done]
- .
- Preloading: python313-base-3.13.5-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libsepol-devel-3.8.1-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: 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:17.13 ---> saved as "b459f269519cf8c4738314fbc50ad62b77a22bc97b2c00513f218ce4ca9da7e9"

/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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following 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 cairo2.0.6.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> 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 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-image.0.6
-> installed tsdl-ttf.0.6
-> installed bogue.20250815
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 17:17.58 ---> saved as "55aaaf98f8ee941aae78e217173daa854e9c96248e3c594ed8fd8358ec573e91"

/src: (copy (src .) (dst /src))
2025-10-18 17:17.58 ---> saved as "915edee16961bd6f0e0eb42703fc88957207711a71c5469e536e9d6d1115ef6c"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-18 17:17.58 ---> saved as "3a3e414ef772df9693257c2a3099edd4fd519c305e333bb075fbcfa1e66c3a06"
Job succeeded
2025-10-18 17:17.59: Job succeeded