Organisationssanettegl-legacy2155f5 ()opensuse-15.6-4.14_opam-2.4

opensuse-15.6-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-09-23 07:20.44: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (2155f528b57789d2f264a4b0ad4c4f5a82a2c2f7) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 2155f528
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
# 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 gl-legacy.opam ./
RUN opam pin add -yn gl-legacy.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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.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"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y gl-legacy.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-23 07:20.44: Using cache hint "sanette/gl-legacy-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd-opensuse-15.6-4.14_opam-2.4-02f0ddc2c6da1d46f650dc3b2e1ac142"
2025-09-23 07:20.44: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd)
(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 gl-legacy.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gl-legacy.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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.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")
(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 gl-legacy.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-23 07:20.44: Waiting for resource in pool OCluster
2025-09-23 07:20.44: Waiting for worker…
2025-09-23 07:20.44: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 2155f52 ok, add tsdl dep...


(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd' locally
docker.io/ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd: Pulling from ocaml/opam
00b1d65d02fb: Already exists
Digest: sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
Status: Downloaded newer image for ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
2025-09-23 07:20.45 ---> using "1a99a4fa2b22a5ddfdc055ef8b0a89929fb705f376c98cfd746d241bec785819" 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-23 07:20.45 ---> using "1293171ff685d91b0f5dc4fa5f962fccde85a94a85de976b087d856432f07457" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-23 07:20.45 ---> using "31781b9568029bbbf85cb18f103b72b67aa5e7fdc365220bcbe1ddd22e43a4fc" 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-23 07:20.45 ---> using "35db6a2970114995ffd848de592176c95ef1af46640c7a7cb8ad76a972ac62b5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-23 07:20.45 ---> using "d2a2c4e333aefc86c9246be6a0a8ba2c4e1d8c12f01857609904cf1f121bc789" 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
ee24528071..3f21ebe342  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-23 07:21.06 ---> saved as "ea8c256d687aaad86431399a9e99e24f62d0d6d17e0a8884d2267fbb0854e689"


/src: (copy (src gl-legacy.opam) (dst ./))
2025-09-23 07:21.07 ---> saved as "232750f8247f38d7a4693cbbd73976d1fdcff6be91bfde9536ba09f39b401dfd"


/src: (run (network host)
(shell "opam pin add -yn gl-legacy.dev './'"))
[NOTE] Package gl-legacy does not exist in opam repositories registered in the current switch.
[gl-legacy.dev] synchronised (file:///src)
gl-legacy is now pinned to file:///src (version dev)
2025-09-23 07:21.08 ---> saved as "bdd692ddfc6eebe0079969e462fa928cea563add1b3c92c3b89f8515ed58023d"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-23 07:21.08 ---> saved as "d26845ef027b444f0964ea21f983bd1d8ec2c97ab64010cbb6d76159f6f2c05a"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.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")


/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 gl-legacy.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]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- Looking for gpg keys in repository Update Repository (Non-Oss).
-   gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key
- .
- .........
- .done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gl-legacy.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:
libffi-devel libSDL2-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libffi-devel" "libSDL2-devel"
- Loading repository data...
- Reading installed packages...
- 'libSDL2-devel' not found in package names. Trying capabilities.
- Resolving package dependencies...
- 
- The following 35 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 glu-devel libGLU1 libLLVM17 libSDL2-2_0-0 libXext6 libXfixes3 libXxf86vm1 libasound2 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libffi-devel libgbm1 libglvnd libglvnd-devel libpciaccess0 libvulkan1 libwayland-client0 libwayland-server0 libxshmfence1
- 
- 35 new packages to install.
- 
- Package download size:    46.9 MiB
- 
- Package install size change:
-               |     227.9 MiB  required by packages that will be installed
-    227.9 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/35),  33.2 KiB
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (2/35),  16.1 KiB
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [.
- done]
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64 (Main Repository) (3/35), 449.6 KiB
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64.rpm [.done]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (4/35),  77.1 KiB
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (5/35),  94.3 KiB
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [.done]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (6/35),  26.7 KiB
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [.done]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (7/35),  25.5 KiB
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [.done]
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64 (Main Repository) (8/35), 138.5 KiB
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64 (Main Repository) (9/35),  39.7 KiB
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64 (Main Repository) (10/35),  45.4 KiB
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (11/35),  11.2 KiB
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [.done]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (12/35),  15.3 KiB
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64 (Main Repository) (13/35), 610.9 KiB
- Retrieving: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64 (Main Repository) (14/35),  63.9 KiB
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 (Main Repository) (15/35),  59.5 KiB
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 (Main Repository) (16/35),  63.8 KiB
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64 (Main Repository) (17/35), 100.8 KiB
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/35), 172.3 KiB
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [...done (111.3 KiB/s)]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/35), 187.6 KiB
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/35),  23.7 MiB
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [..
- .........
- .done (22.5 MiB/s)]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/35), 201.7 KiB
- Retrieving: libgbm1-23.3.4-150600.83.3.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) (22/35),   7.9 MiB
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [....done (6.3 MiB/s)]
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64 (Main Repository) (23/35), 218.8 KiB
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64 (Main Repository) (24/35),  33.1 KiB
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libGLU1-9.0.0-8.45.x86_64 (Main Repository) (25/35), 169.6 KiB
- Retrieving: libGLU1-9.0.0-8.45.x86_64.rpm [.done]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (26/35), 279.4 KiB
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.
- done]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (27/35), 308.6 KiB
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (28/35), 173.8 KiB
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (29/35),  10.1 MiB
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.......
- .done (9.0 MiB/s)]
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (30/35), 188.0 KiB
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (31/35), 612.8 KiB
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [..done (449.1 KiB/s)]
- Retrieving: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (32/35), 203.5 KiB
- Retrieving: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-libGLESv1_CM-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (33/35), 182.1 KiB
- Retrieving: Mesa-libGLESv1_CM-devel-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: glu-devel-9.0.0-8.45.x86_64 (Main Repository) (34/35),  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) (35/35), 527.6 KiB
- Retrieving: SDL2-devel-2.28.5-150600.1.4.x86_64.rpm [.done]
- 
- Checking for file conflicts: [...done]
- ( 1/35) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 2/35) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- ( 3/35) Installing: libasound2-1.2.10-150600.2.3.x86_64 [.
- .done]
- ( 4/35) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 5/35) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 6/35) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 7/35) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 8/35) Installing: libvulkan1-1.3.275.0-150600.1.2.x86_64 [..done]
- ( 9/35) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [..done]
- (10/35) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done]
- (11/35) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- (12/35) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- (13/35) Installing: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64 [..done]
- (14/35) Installing: libdrm_radeon1-2.4.118-150600.1.4.x86_64 [..done]
- (15/35) Installing: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 [..done]
- (16/35) Installing: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 [..done]
- (17/35) Installing: libdrm_intel1-2.4.118-150600.1.4.x86_64 [..done]
- (18/35) Installing: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (19/35) Installing: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 [..done]
- (20/35) Installing: libLLVM17-17.0.6-150600.3.7.1.x86_64 [....
- ..........
- ..........
- ..........done]
- (21/35) Installing: libgbm1-23.3.4-150600.83.3.1.x86_64 [.
- .done]
- (22/35) Installing: Mesa-dri-23.3.4-150600.83.3.1.x86_64 [..........
- .done]
- (23/35) Installing: libglvnd-1.7.0-150600.1.2.x86_64 [..done]
- (24/35) Installing: libglvnd-devel-1.7.0-150600.1.2.x86_64 [..done]
- (25/35) Installing: libGLU1-9.0.0-8.45.x86_64 [..done]
- (26/35) Installing: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (27/35) Installing: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (28/35) Installing: Mesa-23.3.4-150600.83.3.1.x86_64 [..done]
- (29/35) Installing: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 [......
- ..........
- .done]
- (30/35) Installing: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (31/35) Installing: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (32/35) Installing: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (33/35) Installing: Mesa-libGLESv1_CM-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (34/35) Installing: glu-devel-9.0.0-8.45.x86_64 [..done]
- (35/35) Installing: SDL2-devel-2.28.5-150600.1.4.x86_64 [..done]
2025-09-23 07:22.18 ---> saved as "5e08978f905c9b14112bfeb33d076214fe1a863141b0131970d1655b5bdace40"


/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 13 packages
- install bigarray-compat 1.1.0
- install conf-libffi     2.0.0
- install conf-pkg-config 4
- install conf-sdl2       1
- install ctypes          0.20.2
- install ctypes-foreign  0.18.0
- install dune            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


The following system packages will first need to be installed:
libSDL2-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"
- Loading repository data...
- Reading installed packages...
- 'libSDL2-devel' not found in package names. Trying capabilities.
- 'SDL2-devel' providing 'libSDL2-devel' is already installed.
- Resolving package dependencies...
- Nothing to do.


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-sdl2.1
-> 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 dune.3.20.2  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed bigarray-compat.1.1.0
-> installed integers.0.7.0
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-23 07:23.15 ---> saved as "9bda2b866ac3912eefda2ec0b65f076ccc7454203a5bfc707bed209116ffb771"


/src: (copy (src .) (dst /src))
2025-09-23 07:23.15 ---> saved as "cd260834d491e647e904a75a49512af2bbb9508b6dbf69ee68f8301b7efca4fb"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-09-23 08:20.44: Cancelling: Timeout (60.0 minutes)
Job cancelled
2025-09-23 08:20.44: Timeout (60.0 minutes)