Organisationssanettebogue-cairo6135ed (main)opensuse-15.6-4.14_opam-2.4

opensuse-15.6-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-09-29 07:24.06: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18
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-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18
# opensuse-15.6-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.20240225 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.20.2 ctypes-foreign.0.18.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.0.9.8 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-09-29 07:24.06: Using cache hint "sanette/bogue-cairo-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18-opensuse-15.6-4.14_opam-2.4-7282c66d612cfa3dc636a7855112296f"
2025-09-29 07:24.06: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18)
(comment opensuse-15.6-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.20240225 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.20.2 ctypes-foreign.0.18.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.0.9.8 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-09-29 07:24.06: Waiting for resource in pool OCluster
2025-09-29 07:50.21: Waiting for worker…
2025-09-29 07:51.58: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 6135ed8 version 0.1.0


(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18' locally
docker.io/ocaml/opam@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18: Pulling from ocaml/opam
af8041d15c6a: Already exists
b6c3054bc5c0: Already exists
707310e7afd2: Already exists
0139fb8752b0: Already exists
f204ff72fe65: Already exists
Digest: sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18
Status: Downloaded newer image for ocaml/opam@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18
2025-09-29 07:51.58 ---> using "22a8831ad63c0b56dbeda9544b4139acb767520e6e499618398c1640126dadfb" from cache


/: (comment opensuse-15.6-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-09-29 07:51.58 ---> using "36adc53d24b93cf133517581dd078c51dd85e5cb16e625ccf79aa0a22d684970" 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-09-29 07:51.58 ---> using "7ab1b118a5f5536a34210f23df0b816b54be91936b87476d29580b7aac95932b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-29 07:51.58 ---> using "3f978d4d65d5e8f24db4a7e9820535ac2f19689152e5378c579230c066547a29" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-29 07:51.58 ---> using "665cd5588eda9bb41559e24e57236ee2b579ee6b8d2d8db42f13beb76f392942" 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"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bcac5d1731..3c6a0f524c  master     -> origin/master
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-09-29 07:52.09 ---> saved as "18530b9a48028fd32b2fafbd64150c31944527d988b8428ae806c00a430cb9f8"


/src: (copy (src bogue-cairo.opam) (dst ./))
2025-09-29 07:52.10 ---> saved as "f92457737a28e744eb2eb9928cc20bd80bc1fe8610749ddfe78bfa970fe4ca69"


/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-09-29 07:52.12 ---> saved as "0d616b16eebed751c5c0a63ad4080f2f2bd15659f627e68782e1e3c1b57bc237"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-29 07:52.13 ---> saved as "30a61bba202fecb0a5303e42b33dd8ce87bd83d8e04a7f6cc70d35b14d1b44ba"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 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.20.2 ctypes-foreign.0.18.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.0.9.8 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"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.
- .
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ........
- .........
- ........done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- .
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ........
- ...........
- ........
- ........
- ........
- .........
- ........
- ........
- ........
- ......
- .......
- .........
- .........
- .......
- .........
- ..........
- .........
- .........
- .......
- ........
- ........
- ..........
- .............
- .........
- ........
- ........
- .........
- .........
- .........
- .......
- .......
- ........
- .........
- ........
- .......
- .........
- .........
- .......
- .........
- ........
- ........
- .......
- ........
- .......
- .........
- ........
- .......
- ........
- ........
- ........
- ........
- ........
- .......
- ........
- .........
- ........
- .........
- .......
- ........
- ........
- .......
- .........
- .......
- .......
- .....
- .......
- .......
- .......
- .......
- .......
- .......
- .......
- .........
- .......
- .......
- ........
- .......
- .........
- ........
- ........
- ........
- ....
- ......
- ........
- ........
- ........
- ......
- .........
- ........
- ........
- ......
- .......
- ........
- .......
- .......
- ........
- ......
- .......
- ........
- .......
- ........
- ........
- ...
- ..
- .......
- ......
- ........
- ......
- ........
- ......
- ........
- ........
- .......
- ........
- .......
- ......
- ........
- ........
- .........
- .........
- .......
- ........
- .......
- ........
- .......
- .......
- .......
- ........
- .......
- .......
- .....
- .......
- ........
- ........
- .......
- ......
- .....
- ......
- ........
- .......
- .......
- ......
- .........
- .......
- ........
- ......
- ......
- ........
- ........
- ......
- .......
- ........
- .......
- ......
- .
- .......
- .....
- .......
- .......
- .......
- ......
- ........
- .......
- .......
- ........
- ........
- ........
- .......
- ........
- ........
- .......
- ........
- .......
- ......
- ........
- ........
- .........
- .....
- ........
- .....
- ........
- ........
- .......
- ......
- ......
- ......
- ......
- .........
- ........
- ......
- .......
- ........
- .......
- ......
- ........
- .......
- .......
- .......
- ........
- ......
- ......
- ...
- ........
- ........
- ......
- .....
- .......
- ........
- ........
- ........
- ........
- .......
- .......
- ......
- ......
- ........
- ........
- ........
- .......
- ........
- ........
- .........
- .......
- .......
- ........
- ........
- ......
- ........
- ........
- .........
- ......
- ........
- .......
- ......
- .......
- .......
- .......
- ........
- .......
- .......
- ........
- .......
- ........
- ........
- ........
- ........
- .......
- .....
- ......
- .......
- ........
- ........
- .......
- .....
- .......
- ........
- ........
- .......
- ........
- ......
- .......
- .......
- .......
- ......
- .........
- .........
- .......
- ......
- ........
- ......
- ......
- .......
- .........
- ........
- ........
- .......
- .....
- .........
- .......
- .......
- .......
- ........
- ........
- ......
- .......
- ......
- .....
- .......
- ........
- .......
- ........
- .......
- ........
- .......
- ........
- .......
- ........
- ......
- .......
- .......
- .........
- .......
- ........
- .........
- .......
- .........
- .......
- ........
- .......
- ........
- ........
- .......
- ........
- ........
- ........
- ........
- ......
- .......
- ......
- ........
- ........
- .....
- .......
- .......
- .........
- ......
- .......
- .......
- ........
- ........
- ......
- .........
- .......
- ........
- ........
- ........
- .......
- ........
- .......
- .......
- ........
- .........
- ......
- ........
- ........
- .......
- ........
- ........
- ........
- ........
- ........
- .........
- ........
- .........
- .......
- ......
- .......
- ........
- ........
- ........
- .........
- ........
- .........
- ........
- ........
- .......
- .......
- ........
- .........
- ........
- ........
- ........
- .........
- ........
- .......
- ..........
- ........
- .........
- ........
- ........
- ........
- .........
- ........
- ........
- .......
- .........
- .......
- .........
- ........
- .........
- ..........
- ........
- .........
- .......
- .........
- .......
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- ..........
- .........
- .........
- .........
- .........
- ..........
- ..........
- .........
- .........
- ........
- ..........
- ..........
- ........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- ..........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- .........
- .........
- ........
- .........
- ..........
- ........
- ........
- .........
- ..........
- ........
- .........
- ........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ......
- ..............
- .........
- ..........
- .........
- ..........
- ..........
- .........
- .........
- .........
- ......done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [.
- ...
- .
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ..
- ...
- .......done]
- Building repository 'Main Update Repository' cache [....done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' 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"
- 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 94 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 fontconfig fontconfig-devel freetype2-devel gio-branding-openSUSE glib2-devel glib2-tools glu-devel libGLU1 libLLVM17 libSDL2-2_0-0 libSDL2_image-2_0-0 libSDL2_ttf-2_0-0 libXext-devel libXext6 libXfixes3 libXrender-devel libXrender1 libXxf86vm1 libasound2 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libgbm1 libgio-2_0-0 libglvnd libglvnd-devel libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0 libjbig2 libjpeg62 libjpeg62-devel libjpeg8 libmount-devel libopenssl1_1 libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpython3_6m1_0 libselinux-devel libsepol-devel libtiff-devel libtiff6 libvulkan1 libwayland-client0 libwayland-server0 libwebp-devel libwebp7 libwebpdecoder3 libwebpdemux2 libwebpmux3 libxshmfence1 libzstd-devel pcre2-devel python3-base renderproto-devel shared-mime-info xextproto-devel xz-devel
- 
- 94 new packages to install.
- 
- Package download size:    66.9 MiB
- 
- Package install size change:
-               |     296.4 MiB  required by packages that will be installed
-    296.4 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (1/94),  33.2 KiB
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [...done (7.8 KiB/s)]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (2/94),  16.1 KiB
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [..done (3.7 KiB/s)]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (3/94),  24.1 KiB
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [..done (6.4 KiB/s)]
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64 (Main Repository) (4/94), 449.6 KiB
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64.rpm [.
- .......
- ..done (449.6 KiB/s)]
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64 (Main Repository) (5/94), 205.7 KiB
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64.rpm [......
- .....done (102.9 KiB/s)]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (6/94),  18.7 KiB
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [..done (5.1 KiB/s)]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (7/94),  77.1 KiB
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64.rpm [.
- ...done (34.5 KiB/s)]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (8/94),  94.3 KiB
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [...done (55.8 KiB/s)]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (9/94),  26.7 KiB
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [..
- done (6.4 KiB/s)]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (10/94),  33.0 KiB
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64.rpm [...done (33.0 KiB/s)]
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64 (Main Repository) (11/94), 180.4 KiB
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64.rpm [......
- .done (156.0 KiB/s)]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (12/94), 180.8 KiB
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [...done (31.8 KiB/s)]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (13/94),  25.5 KiB
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [.done]
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (14/94), 282.8 KiB
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [..done (30.5 KiB/s)]
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64 (Main Repository) (15/94), 269.6 KiB
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64.rpm [..
- ......done (248.2 KiB/s)]
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64 (Main Repository) (16/94),  30.1 KiB
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64.rpm [..done (18.4 KiB/s)]
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64 (Main Repository) (17/94), 139.1 KiB
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64.rpm [....done (125.3 KiB/s)]
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (18/94),  46.5 KiB
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64.rpm [.done]
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64 (Main Repository) (19/94), 138.5 KiB
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64.rpm [....done (98.6 KiB/s)]
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64 (Main Repository) (20/94),  39.7 KiB
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64.rpm [.
- .done (22.4 KiB/s)]
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64 (Main Repository) (21/94),  45.4 KiB
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64.rpm [...done (45.4 KiB/s)]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (22/94),  11.2 KiB
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [...done (11.2 KiB/s)]
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64 (Main Repository) (23/94),  72.0 KiB
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64.rpm [..
- ..done (66.5 KiB/s)]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (24/94),  22.9 KiB
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [..done (1.1 KiB/s)]
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64 (Main Repository) (25/94), 114.5 KiB
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [....
- ...done (114.5 KiB/s)]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (26/94),  15.3 KiB
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [..done (6.4 KiB/s)]
- Retrieving: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64 (Main Repository) (27/94), 610.9 KiB
- Retrieving: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64.rpm [....
- .........done (301.8 KiB/s)]
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64 (Main Repository) (28/94),  32.7 KiB
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64.rpm [...done (31.8 KiB/s)]
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64 (Main Repository) (29/94),  63.9 KiB
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64.rpm [..done (29.1 KiB/s)]
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 (Main Repository) (30/94),  59.5 KiB
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64.rpm [..done (19.8 KiB/s)]
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 (Main Repository) (31/94),  63.8 KiB
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64.rpm [..done (46.5 KiB/s)]
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64 (Main Repository) (32/94), 121.1 KiB
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64.rpm [..
- ..done (93.2 KiB/s)]
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64 (Main Repository) (33/94), 100.8 KiB
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64.rpm [.......
- .done (97.3 KiB/s)]
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64 (Main Repository) (34/94), 275.7 KiB
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [.......
- ......done (136.8 KiB/s)]
- Retrieving: libpng16-devel-1.6.40-150600.1.3.x86_64 (Main Repository) (35/94), 198.4 KiB
- Retrieving: libpng16-devel-1.6.40-150600.1.3.x86_64.rpm [.
- .
- .......
- ....done (64.0 KiB/s)]
- Retrieving: libpng16-compat-devel-1.6.40-150600.1.3.x86_64 (Main Repository) (36/94), 106.5 KiB
- Retrieving: libpng16-compat-devel-1.6.40-150600.1.3.x86_64.rpm [...
- ...done (98.6 KiB/s)]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (37/94),  17.1 KiB
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64.rpm [..done (9.1 KiB/s)]
- Retrieving: libXext-devel-1.3.3-1.30.x86_64 (Main Repository) (38/94),  96.9 KiB
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [...done (86.6 KiB/s)]
- Retrieving: libSDL2_ttf-2_0-0-2.22.0-bp156.1.1.x86_64 (Main Repository) (39/94), 796.2 KiB
- Retrieving: libSDL2_ttf-2_0-0-2.22.0-bp156.1.1.x86_64.rpm [..
- .........
- .......
- .......
- .........
- .done (197.7 KiB/s)]
- Retrieving: libselinux-devel-3.5-150600.1.46.x86_64 (Main Repository) (40/94), 120.2 KiB
- Retrieving: libselinux-devel-3.5-150600.1.46.x86_64.rpm [...
- .......
- ..done (59.3 KiB/s)]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (41/94), 172.3 KiB
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [....done (127.1 KiB/s)]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (42/94), 187.6 KiB
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [..
- done (117.1 KiB/s)]
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (43/94),  69.0 KiB
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64.rpm [.done]
- Retrieving: libexpat-devel-2.7.1-150400.3.28.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (44/94),  65.5 KiB
- Retrieving: libexpat-devel-2.7.1-150400.3.28.1.x86_64.rpm [..done (65.5 KiB/s)]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (45/94), 147.2 KiB
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.done]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (46/94), 278.4 KiB
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [...done (267.0 KiB/s)]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (47/94), 143.7 KiB
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.
- ....done (128.5 KiB/s)]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (48/94),   1.4 MiB
- Retrieving: libopenssl1_1-1.1.1w-150600.5.15.1.x86_64.rpm [...
- ..........
- ....done (1.3 MiB/s)]
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (49/94), 172.0 KiB
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [..
- .done (172.0 KiB/s)]
- Retrieving: libwebp7-1.0.3-150200.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (50/94), 198.3 KiB
- Retrieving: libwebp7-1.0.3-150200.3.12.1.x86_64.rpm [..done (139.8 KiB/s)]
- Retrieving: libwebpdecoder3-1.0.3-150200.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (51/94), 102.5 KiB
- Retrieving: libwebpdecoder3-1.0.3-150200.3.12.1.x86_64.rpm [..done (91.7 KiB/s)]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (52/94), 336.6 KiB
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [...done (244.4 KiB/s)]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (53/94),  73.7 KiB
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.
- .done (36.5 KiB/s)]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/94),  23.7 MiB
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [........
- ........
- .......
- ......
- ..done (5.9 MiB/s)]
- Retrieving: libtiff6-4.7.0-150600.3.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (55/94), 245.9 KiB
- Retrieving: libtiff6-4.7.0-150600.3.18.1.x86_64.rpm [...done (245.9 KiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/94), 447.0 KiB
- Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64.rpm [....done (447.0 KiB/s)]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (57/94), 201.7 KiB
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.
- ..done (15.3 KiB/s)]
- Retrieving: libmount-devel-2.39.3-150600.4.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (58/94),  69.9 KiB
- Retrieving: libmount-devel-2.39.3-150600.4.12.2.x86_64.rpm [..done (2.6 KiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.97.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (59/94),   7.8 MiB
- Retrieving: python3-base-3.6.15-150300.10.97.1.x86_64.rpm [.
- .....
- ......done (3.6 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (60/94),   1.2 MiB
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64.rpm [..
- ...done (1.1 MiB/s)]
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (61/94),  20.1 KiB
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64.rpm [..done (5.4 KiB/s)]
- Retrieving: libwebpmux3-1.0.3-150200.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (62/94),  30.6 KiB
- Retrieving: libwebpmux3-1.0.3-150200.3.12.1.x86_64.rpm [..done (30.6 KiB/s)]
- Retrieving: libwebpdemux2-1.0.3-150200.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (63/94),  20.6 KiB
- Retrieving: libwebpdemux2-1.0.3-150200.3.12.1.x86_64.rpm [.done]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (64/94),   7.9 MiB
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.
- .......done (6.7 MiB/s)]
- Retrieving: libtiff-devel-4.7.0-150600.3.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (65/94), 110.2 KiB
- Retrieving: libtiff-devel-4.7.0-150600.3.18.1.x86_64.rpm [.
- .done (2.6 KiB/s)]
- Retrieving: freetype2-devel-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (66/94), 942.5 KiB
- Retrieving: freetype2-devel-2.10.4-150000.4.22.1.x86_64.rpm [......
- ......done (442.5 KiB/s)]
- Retrieving: libwebp-devel-1.0.3-150200.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (67/94),  37.0 KiB
- Retrieving: libwebp-devel-1.0.3-150200.3.12.1.x86_64.rpm [.done]
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch (Main Update Repository) (68/94),  19.6 KiB
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [..
- .done (3.7 KiB/s)]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (69/94), 126.4 KiB
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.....done (113.3 KiB/s)]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (70/94),  81.4 KiB
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [..done (57.2 KiB/s)]
- Retrieving: libSDL2_image-2_0-0-2.8.2-bp156.1.1.x86_64 (Main Repository) (71/94),  67.1 KiB
- Retrieving: libSDL2_image-2_0-0-2.8.2-bp156.1.1.x86_64.rpm [..
- ..done (65.2 KiB/s)]
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64 (Main Repository) (72/94), 218.8 KiB
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64.rpm [.......done (218.8 KiB/s)]
- Retrieving: libcairo2-1.18.0-150600.1.3.x86_64 (Main Repository) (73/94), 531.1 KiB
- Retrieving: libcairo2-1.18.0-150600.1.3.x86_64.rpm [.
- ........
- .....
- .......
- .....
- ........
- ........
- ..done (88.5 KiB/s)]
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64 (Main Repository) (74/94),  23.0 KiB
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64 (Main Repository) (75/94),  33.1 KiB
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64.rpm [..done (33.1 KiB/s)]
- Retrieving: libGLU1-9.0.0-8.45.x86_64 (Main Repository) (76/94), 169.6 KiB
- Retrieving: libGLU1-9.0.0-8.45.x86_64.rpm [..
- .....done (169.4 KiB/s)]
- Retrieving: libcairo-script-interpreter2-1.18.0-150600.1.3.x86_64 (Main Repository) (77/94),  79.7 KiB
- Retrieving: libcairo-script-interpreter2-1.18.0-150600.1.3.x86_64.rpm [...done (57.2 KiB/s)]
- Retrieving: libcairo-gobject2-1.18.0-150600.1.3.x86_64 (Main Repository) (78/94),  43.6 KiB
- Retrieving: libcairo-gobject2-1.18.0-150600.1.3.x86_64.rpm [.
- .done (5.1 KiB/s)]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (79/94), 739.8 KiB
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [..
- ......done (369.9 KiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (80/94), 245.8 KiB
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64.rpm [.
- ..done (198.1 KiB/s)]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (81/94), 279.4 KiB
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [..done (108.5 KiB/s)]
- Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (82/94), 584.2 KiB
- Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64.rpm [.
- ..done (117.2 KiB/s)]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (83/94), 308.6 KiB
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [..done (94.6 KiB/s)]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (84/94), 173.8 KiB
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [..done (4.0 KiB/s)]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (85/94),  10.1 MiB
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.
- .........
- ...done (8.4 MiB/s)]
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (86/94), 188.0 KiB
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [..done (52.8 KiB/s)]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (87/94), 612.8 KiB
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [..
- .done (397.5 KiB/s)]
- Retrieving: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (88/94), 203.5 KiB
- Retrieving: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64.rpm [..done (4.0 KiB/s)]
- Retrieving: Mesa-libGLESv1_CM-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (89/94), 182.1 KiB
- Retrieving: Mesa-libGLESv1_CM-devel-23.3.4-150600.83.3.1.x86_64.rpm [..done (23.5 KiB/s)]
- Retrieving: cairo-devel-1.18.0-150600.1.3.x86_64 (Main Repository) (90/94), 300.6 KiB
- Retrieving: cairo-devel-1.18.0-150600.1.3.x86_64.rpm [.....
- .......
- ...done (139.5 KiB/s)]
- Retrieving: glu-devel-9.0.0-8.45.x86_64 (Main Repository) (91/94),  13.7 KiB
- Retrieving: glu-devel-9.0.0-8.45.x86_64.rpm [.done]
- Retrieving: SDL2-devel-2.28.5-150600.1.4.x86_64 (Main Repository) (92/94), 527.6 KiB
- Retrieving: SDL2-devel-2.28.5-150600.1.4.x86_64.rpm [.....
- .......
- ......
- ......
- .done (128.2 KiB/s)]
- Retrieving: SDL2_ttf-devel-2.22.0-bp156.1.1.x86_64 (Main Repository) (93/94),  24.3 KiB
- Retrieving: SDL2_ttf-devel-2.22.0-bp156.1.1.x86_64.rpm [.
- .done]
- Retrieving: SDL2_image-devel-2.8.2-bp156.1.1.x86_64 (Main Repository) (94/94),  25.1 KiB
- Retrieving: SDL2_image-devel-2.8.2-bp156.1.1.x86_64.rpm [.
- ..done (22.4 KiB/s)]
- 
- Checking for file conflicts: [.....
- .done]
- ( 1/94) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 2/94) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- ( 3/94) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- ( 4/94) Installing: libasound2-1.2.10-150600.2.3.x86_64 [..done]
- ( 5/94) Installing: libbrotlienc1-1.0.7-3.3.1.x86_64 [..done]
- ( 6/94) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done]
- ( 7/94) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 8/94) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 9/94) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- (10/94) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [..done]
- (11/94) Installing: libjpeg62-62.3.0-150600.22.3.x86_64 [..done]
- (12/94) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..
- done]
- (13/94) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- (14/94) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done]
- (15/94) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [..done]
- (16/94) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done]
- (17/94) Installing: libpng16-16-1.6.40-150600.1.3.x86_64 [..done]
- (18/94) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done]
- (19/94) Installing: libvulkan1-1.3.275.0-150600.1.2.x86_64 [..done]
- (20/94) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [..done]
- (21/94) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done]
- (22/94) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- (23/94) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done]
- (24/94) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- (25/94) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- (26/94) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- (27/94) Installing: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64 [..
- .done]
- (28/94) Installing: libbrotli-devel-1.0.7-3.3.1.x86_64 [..done]
- (29/94) Installing: libdrm_radeon1-2.4.118-150600.1.4.x86_64 [..done]
- (30/94) Installing: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 [..done]
- (31/94) Installing: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 [..done]
- (32/94) Installing: libjpeg62-devel-62.3.0-150600.22.3.x86_64 [..done]
- (33/94) Installing: libdrm_intel1-2.4.118-150600.1.4.x86_64 [..done]
- (34/94) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [..done]
- (35/94) Installing: libpng16-devel-1.6.40-150600.1.3.x86_64 [..done]
- (36/94) Installing: libpng16-compat-devel-1.6.40-150600.1.3.x86_64 [..done]
- (37/94) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- (38/94) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- (39/94) Installing: libSDL2_ttf-2_0-0-2.22.0-bp156.1.1.x86_64 [...done]
- (40/94) Installing: libselinux-devel-3.5-150600.1.46.x86_64 [..done]
- (41/94) Installing: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (42/94) Installing: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 [..done]
- (43/94) Installing: libblkid-devel-2.39.3-150600.4.12.2.x86_64 [..done]
- (44/94) Installing: libexpat-devel-2.7.1-150400.3.28.1.x86_64 [..done]
- (45/94) Installing: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- (46/94) Installing: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- (47/94) Installing: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- (48/94) Installing: libopenssl1_1-1.1.1w-150600.5.15.1.x86_64 [....done]
- (49/94) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..done]
- (50/94) Installing: libwebp7-1.0.3-150200.3.12.1.x86_64 [.
- .done]
- (51/94) Installing: libwebpdecoder3-1.0.3-150200.3.12.1.x86_64 [..done]
- (52/94) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [...
- done]
- (53/94) Installing: xz-devel-5.4.1-150600.3.3.1.x86_64 [..done]
- (54/94) Installing: libLLVM17-17.0.6-150600.3.7.1.x86_64 [..
- ..........
- ..........
- ..........
- ..........
- ..........
- ..done]
- (55/94) Installing: libtiff6-4.7.0-150600.3.18.1.x86_64 [..done]
- (56/94) Installing: libfreetype6-2.10.4-150000.4.22.1.x86_64 [..done]
- (57/94) Installing: libgbm1-23.3.4-150600.83.3.1.x86_64 [..done]
- (58/94) Installing: libmount-devel-2.39.3-150600.4.12.2.x86_64 [..done]
- (59/94) Installing: python3-base-3.6.15-150300.10.97.1.x86_64 [......
- .........done]
- (60/94) Installing: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 [.
- ..done]
- (61/94) Installing: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 [..done]
- (62/94) Installing: libwebpmux3-1.0.3-150200.3.12.1.x86_64 [..done]
- (63/94) Installing: libwebpdemux2-1.0.3-150200.3.12.1.x86_64 [..done]
- (64/94) Installing: Mesa-dri-23.3.4-150600.83.3.1.x86_64 [.......
- .........done]
- (65/94) Installing: libtiff-devel-4.7.0-150600.3.18.1.x86_64 [..
- done]
- (66/94) Installing: freetype2-devel-2.10.4-150000.4.22.1.x86_64 [....done]
- (67/94) Installing: libwebp-devel-1.0.3-150200.3.12.1.x86_64 [..done]
- (68/94) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- (69/94) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- (70/94) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- (71/94) Installing: libSDL2_image-2_0-0-2.8.2-bp156.1.1.x86_64 [..done]
- (72/94) Installing: libglvnd-1.7.0-150600.1.2.x86_64 [..done]
- (73/94) Installing: libcairo2-1.18.0-150600.1.3.x86_64 [..done]
- (74/94) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [..done]
- (75/94) Installing: libglvnd-devel-1.7.0-150600.1.2.x86_64 [..done]
- (76/94) Installing: libGLU1-9.0.0-8.45.x86_64 [..done]
- (77/94) Installing: libcairo-script-interpreter2-1.18.0-150600.1.3.x86_64 [..done]
- (78/94) Installing: libcairo-gobject2-1.18.0-150600.1.3.x86_64 [..
- done]
- (79/94) Installing: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 [...done]
- (80/94) Installing: glib2-tools-2.78.6-150600.4.16.1.x86_64 [..
- No schema files found: doing nothing.
- done]
- (81/94) Installing: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (82/94) Installing: glib2-devel-2.78.6-150600.4.16.1.x86_64 [...
- No schema files found: doing nothing.
- done]
- (83/94) Installing: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (84/94) Installing: Mesa-23.3.4-150600.83.3.1.x86_64 [..done]
- (85/94) Installing: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 [...
- ..........
- .......done]
- (86/94) Installing: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (87/94) Installing: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (88/94) Installing: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (89/94) Installing: Mesa-libGLESv1_CM-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (90/94) Installing: cairo-devel-1.18.0-150600.1.3.x86_64 [..
- done]
- (91/94) Installing: glu-devel-9.0.0-8.45.x86_64 [..done]
- (92/94) Installing: SDL2-devel-2.28.5-150600.1.4.x86_64 [..done]
- (93/94) Installing: SDL2_ttf-devel-2.22.0-bp156.1.1.x86_64 [..done]
- (94/94) Installing: SDL2_image-devel-2.8.2-bp156.1.1.x86_64 [..done]
2025-09-29 08:09.47 ---> saved as "c089db03e8f1968be9c456fc83e177e31b5596b4a10ea3398e4d0cd4debda404"


/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             20240225
- 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.20.2
- install ctypes-foreign    0.18.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              0.9.8
- 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"
- 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.20240225  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.20.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.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.0.9.8  (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.20.2
-> installed tsdl.0.9.8
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
-> installed bogue.20240225
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-29 08:11.04 ---> saved as "86b485d09d2b3eaf7d4dd56323982ce1c21e2df71603faaa32b1d75f16a981ac"


/src: (copy (src .) (dst /src))
2025-09-29 08:11.05 ---> saved as "d30ffad9464399485d839bf82208b7f69f23cadee54f2556bed579ecd12290f4"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-09-29 08:11.06 ---> saved as "c9bdca48fee0041082e2c1218a46f2bdec53e8fe95226737da6808c17ba42796"
Job succeeded
2025-09-29 08:11.07: Job succeeded