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

opensuse-16.0-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-16 13:58.34: 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.5)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:b4c4078273e87bccedd39788dec2f1547d525cdade7f23d755aa37113ddc398a
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:b4c4078273e87bccedd39788dec2f1547d525cdade7f23d755aa37113ddc398a
# opensuse-16.0-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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 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.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 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.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-01-16 13:58.34: Using cache hint "sanette/bogue-cairo-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:b4c4078273e87bccedd39788dec2f1547d525cdade7f23d755aa37113ddc398a-opensuse-16.0-5.4_opam-2.5-3d23f81bea909e190e6e1ac208a1f300"
2026-01-16 13:58.34: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:b4c4078273e87bccedd39788dec2f1547d525cdade7f23d755aa37113ddc398a)
(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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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 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.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 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.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.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 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"))
)


2026-01-16 13:58.34: Waiting for resource in pool OCluster
2026-01-16 17:52.17: Waiting for worker…
2026-01-16 17:56.11: Got resource from pool OCluster
Building on toxis.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:b4c4078273e87bccedd39788dec2f1547d525cdade7f23d755aa37113ddc398a)
2026-01-16 17:56.11 ---> using "b406375448d05c740c3dfe01a84fe3cd4b6f40cee7cc2d77fc552f60deaa28cc" 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-01-16 17:56.11 ---> using "e52efa2e417126b2cc9ca6b06ee06ca2cf19f79eb01abf7549797e638e948965" from cache


/src: (run (shell "opam init --reinit -ni"))
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.


[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
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.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-16 17:56.11 ---> using "49aca0de9152a0b0cbe38070c29ee47f5eb8e632702fc4f07f3a7ff8d4681d19" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-16 17:56.11 ---> using "14c58864aff76dfab37c499a5a3ac973d232b7c895985e383b7693f2531fa5e9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-16 17:56.11 ---> using "38c76ef71d1eae91b92930f133bce9bdf458edda72e0592684a30bf74a9e77ad" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..92679ed614  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> 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)
2026-01-16 17:56.11 ---> using "38c182274331f2ee5ebce1107b46d7522fe77568d30f456d50b579eb324a6b0c" from cache


/src: (copy (src bogue-cairo.opam) (dst ./))
2026-01-16 17:56.11 ---> saved as "7d35ae438e920f01ca9571df847127163610fce94fb7a9cdbb579c9432709c4a"


/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)
2026-01-16 17:56.13 ---> saved as "ffd9ae81fa16401e8905391c7ac0a3dccfd22a975bbe01f5e6377335c945cb6c"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-16 17:56.13 ---> saved as "2d863a4f4413e47bc4946809f6ef0b02e84316121cd4f4ee23f80ff05c1e9a94"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base 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.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 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.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.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 bogue-cairo.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- .
- ......
- ..........
- ..........
- .........
- done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- 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:    86.0 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: libgio-2_0-0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libtiff-devel-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: Mesa-24.3.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: typelib-1_0-GObject-2_0-2.84.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: typelib-1_0-GLibUnix-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gio-branding-openSUSE-42.1-lp160.3.1.noarch.rpm [done]
- .
- Preloading: glib2-tools-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.13.3-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libpng16-compat-devel-1.6.44-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libwebp7-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpng16-devel-1.6.44-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libpython3_13-1_0-3.13.5-160000.2.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: Mesa-dri-24.3.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: python313-base-3.13.5-160000.2.2.x86_64.rpm [done]
- .
- Preloading: SDL2-devel-2.30.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libtiff6-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: glu-devel-9.0.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- .
- Preloading: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.16.0-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: glib2-devel-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libglvnd-devel-1.7.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libGLU1-9.0.3-160000.2.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: 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-gallium-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libGLESv1_CM-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: libexpat-devel-2.7.1-160000.3.1.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: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-16-0-10.45-160000.2.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: libgobject-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: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgmodule-2_0-0-2.84.3-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: freetype2-devel-2.13.3-160000.3.1.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: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: Mesa-libglapi0-24.3.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: 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: 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: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GLib-2_0-2.84.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: dbus-1-daemon-1.14.10-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXext-devel-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXxf86vm1-1.1.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: libwebpdecoder3-1.5.0-160000.2.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: 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: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpng16-16-1.6.44-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXrender-devel-0.9.11-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libasound2-1.2.14-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.3.1.x86_64 (repo-oss (16.0)) (14/103),  72.2 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.3.1.x86_64 (repo-oss (16.0)) (29/103), 186.1 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.1-160000.1.1.x86_64 (repo-oss (16.0)) (53/103), 287.0 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.3.1.x86_64 (repo-oss (16.0)) (60/103), 231.2 KiB
- Retrieving: libpng16-compat-devel-1.6.44-160000.3.1.x86_64 (repo-oss (16.0)) (61/103), 133.7 KiB
- Retrieving: libfreetype6-2.13.3-160000.3.1.x86_64 (repo-oss (16.0)) (62/103), 564.1 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.3.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.1-160000.1.1.x86_64 (repo-oss (16.0)) (71/103), 128.7 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.3.1.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.3.1.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.3.1.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.1-160000.1.1.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.3.1.x86_64 [..done]
- ( 61/103) Installing: libpng16-compat-devel-1.6.44-160000.3.1.x86_64 [..done]
- ( 62/103) Installing: libfreetype6-2.13.3-160000.3.1.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.3.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.1-160000.1.1.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.3.1.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]
# To update the current shell environment, run: eval $(opam env)
2026-01-16 17:57.25 ---> saved as "1afdbe023bf9be8aa796fabaa220392800546bc0d0a550092a9743ab6b708a48"


/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 22 packages
- 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.24.0
- install ctypes-foreign    0.24.0
- install dune              3.21.0
- install dune-configurator 3.21.0
- 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.1
- install tsdl              1.2.0
- install tsdl-image        0.6
- install tsdl-ttf          0.6
- install xdg               3.21.0


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 bogue.20250815  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.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.1  (cached)
-> retrieved tsdl.1.2.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0, xdg.3.21.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.21.0
-> installed dune-configurator.3.21.0
-> installed cairo2.0.6.5
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.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)
2026-01-16 17:59.48 ---> saved as "8572a6978fd510aebb3e64f46c19cb8ba53b37f1eb4b95384f067d90637042a5"


/src: (copy (src .) (dst /src))
2026-01-16 17:59.49 ---> saved as "d1137efe67d4dc4f84046bcbaf7e11a6ac3ed064d6963be387303d19c8f6484b"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-01-16 17:59.50 ---> saved as "8736ac0f3f7cad352c69cbcd35688295aa4d381bdf3aea8aaa07cb188ceb1051"
Job succeeded
2026-01-16 17:59.50: Job succeeded