Organisationssanettegl-legacyd2f202 ()opensuse-15.6-5.4_opam-2.5

opensuse-15.6-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-12 08:11.48: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (d2f20283f47e5bdbf5dfde96eeb86d179b820f51) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)
Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard d2f20283
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0
# opensuse-15.6-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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-01-12 08:11.48: Using cache hint "sanette/gl-legacy-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0-opensuse-15.6-5.4_opam-2.5-e74946b46fe957058e87657c89c3d412"
2026-01-12 08:11.48: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0)
(comment opensuse-15.6-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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.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 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"))
)


2026-01-12 08:11.48: Waiting for resource in pool OCluster
2026-01-12 08:11.48: Waiting for worker…
2026-01-12 08:11.48: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at d2f2028 fmt


(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0' locally
docker.io/ocaml/opam@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0: Pulling from ocaml/opam
d358089470df: Already exists
8a7f67298f8a: Pulling fs layer
7d94f1a04008: Pulling fs layer
2ba2d75d0b13: Pulling fs layer
6239d13c749d: Pulling fs layer
8a7f67298f8a: Waiting
7d94f1a04008: Waiting
ad107cb80d07: Pulling fs layer
2ba2d75d0b13: Waiting
a0329327a862: Pulling fs layer
6239d13c749d: Waiting
cb09c2859115: Pulling fs layer
ad107cb80d07: Waiting
a0329327a862: Waiting
67cd355eeb47: Pulling fs layer
a6a8a52a638a: Pulling fs layer
67cd355eeb47: Waiting
cb09c2859115: Waiting
d7f7c16375e7: Pulling fs layer
a6a8a52a638a: Waiting
2bbd57cd2466: Pulling fs layer
d7f7c16375e7: Waiting
187ab895bfd7: Pulling fs layer
2bbd57cd2466: Waiting
d068b10cfe31: Pulling fs layer
187ab895bfd7: Waiting
616e71360a57: Pulling fs layer
d068b10cfe31: Waiting
db13ec82587f: Pulling fs layer
616e71360a57: Waiting
223b9e74801d: Pulling fs layer
fba529c1c858: Pulling fs layer
db13ec82587f: Waiting
4f4fb700ef54: Pulling fs layer
223b9e74801d: Waiting
fba529c1c858: Waiting
abf5df13a1e3: Pulling fs layer
4f4fb700ef54: Waiting
366f1abd6bd7: Pulling fs layer
ec29060a3fca: Pulling fs layer
366f1abd6bd7: Waiting
bf20cc269dd0: Pulling fs layer
ec29060a3fca: Waiting
44e10e3f325a: Pulling fs layer
bf20cc269dd0: Waiting
0608b82ab517: Pulling fs layer
b38ef2f026ab: Pulling fs layer
cfdf3639c32c: Pulling fs layer
44e10e3f325a: Waiting
00a77d35eb15: Pulling fs layer
0608b82ab517: Waiting
b38ef2f026ab: Waiting
2ae36837771b: Pulling fs layer
00a77d35eb15: Waiting
bd412abdba0d: Pulling fs layer
2ae36837771b: Waiting
3516ba5cd6ca: Pulling fs layer
bd412abdba0d: Waiting
e699ea87e204: Pulling fs layer
3516ba5cd6ca: Waiting
f56cc9bf56f3: Pulling fs layer
3ff905d0685c: Pulling fs layer
f56cc9bf56f3: Waiting
16c4a3a3e382: Pulling fs layer
3ff905d0685c: Waiting
52675d848020: Pulling fs layer
16c4a3a3e382: Waiting
5fdcc7da1cbc: Pulling fs layer
52675d848020: Waiting
d6e2b0426396: Pulling fs layer
5fdcc7da1cbc: Waiting
75ded0ef76f4: Pulling fs layer
d6e2b0426396: Waiting
04d58073ace7: Pulling fs layer
75ded0ef76f4: Waiting
59ccbb6bd1d2: Pulling fs layer
04d58073ace7: Waiting
54d84d2d7299: Pulling fs layer
59ccbb6bd1d2: Waiting
94ad433ba13b: Pulling fs layer
54d84d2d7299: Waiting
b851dcd327a7: Pulling fs layer
b851dcd327a7: Waiting
94ad433ba13b: Waiting
8a7f67298f8a: Verifying Checksum
8a7f67298f8a: Download complete
8a7f67298f8a: Pull complete
7d94f1a04008: Verifying Checksum
7d94f1a04008: Download complete
2ba2d75d0b13: Verifying Checksum
2ba2d75d0b13: Download complete
6239d13c749d: Download complete
7d94f1a04008: Pull complete
ad107cb80d07: Download complete
a0329327a862: Verifying Checksum
a0329327a862: Download complete
cb09c2859115: Download complete
67cd355eeb47: Verifying Checksum
67cd355eeb47: Download complete
a6a8a52a638a: Verifying Checksum
a6a8a52a638a: Download complete
d7f7c16375e7: Verifying Checksum
d7f7c16375e7: Download complete
2bbd57cd2466: Verifying Checksum
2bbd57cd2466: Download complete
187ab895bfd7: Verifying Checksum
187ab895bfd7: Download complete
d068b10cfe31: Download complete
db13ec82587f: Download complete
2ba2d75d0b13: Pull complete
6239d13c749d: Pull complete
616e71360a57: Verifying Checksum
616e71360a57: Download complete
ad107cb80d07: Pull complete
223b9e74801d: Verifying Checksum
223b9e74801d: Download complete
fba529c1c858: Verifying Checksum
fba529c1c858: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
366f1abd6bd7: Verifying Checksum
366f1abd6bd7: Download complete
bf20cc269dd0: Verifying Checksum
bf20cc269dd0: Download complete
abf5df13a1e3: Verifying Checksum
abf5df13a1e3: Download complete
ec29060a3fca: Verifying Checksum
ec29060a3fca: Download complete
0608b82ab517: Download complete
a0329327a862: Pull complete
44e10e3f325a: Verifying Checksum
44e10e3f325a: Download complete
00a77d35eb15: Download complete
cb09c2859115: Pull complete
b38ef2f026ab: Download complete
cfdf3639c32c: Verifying Checksum
cfdf3639c32c: Download complete
67cd355eeb47: Pull complete
2ae36837771b: Verifying Checksum
2ae36837771b: Download complete
bd412abdba0d: Download complete
3516ba5cd6ca: Verifying Checksum
3516ba5cd6ca: Download complete
a6a8a52a638a: Pull complete
d7f7c16375e7: Pull complete
f56cc9bf56f3: Download complete
2bbd57cd2466: Pull complete
187ab895bfd7: Pull complete
16c4a3a3e382: Download complete
d068b10cfe31: Pull complete
616e71360a57: Pull complete
52675d848020: Verifying Checksum
52675d848020: Download complete
db13ec82587f: Pull complete
223b9e74801d: Pull complete
fba529c1c858: Pull complete
5fdcc7da1cbc: Download complete
d6e2b0426396: Verifying Checksum
d6e2b0426396: Download complete
75ded0ef76f4: Verifying Checksum
75ded0ef76f4: Download complete
04d58073ace7: Download complete
4f4fb700ef54: Pull complete
abf5df13a1e3: Pull complete
366f1abd6bd7: Pull complete
ec29060a3fca: Pull complete
bf20cc269dd0: Pull complete
44e10e3f325a: Pull complete
0608b82ab517: Pull complete
b38ef2f026ab: Pull complete
cfdf3639c32c: Pull complete
00a77d35eb15: Pull complete
2ae36837771b: Pull complete
bd412abdba0d: Pull complete
3516ba5cd6ca: Pull complete
3ff905d0685c: Verifying Checksum
3ff905d0685c: Download complete
54d84d2d7299: Verifying Checksum
54d84d2d7299: Download complete
94ad433ba13b: Verifying Checksum
94ad433ba13b: Download complete
59ccbb6bd1d2: Verifying Checksum
59ccbb6bd1d2: Download complete
b851dcd327a7: Download complete
e699ea87e204: Verifying Checksum
e699ea87e204: Download complete
e699ea87e204: Pull complete
f56cc9bf56f3: Pull complete
3ff905d0685c: Pull complete
16c4a3a3e382: Pull complete
52675d848020: Pull complete
5fdcc7da1cbc: Pull complete
d6e2b0426396: Pull complete
75ded0ef76f4: Pull complete
04d58073ace7: Pull complete
59ccbb6bd1d2: Pull complete
54d84d2d7299: Pull complete
94ad433ba13b: Pull complete
b851dcd327a7: Pull complete
Digest: sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0
Status: Downloaded newer image for ocaml/opam@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0
2026-01-12 08:11.50 ---> using "0218de18969439ffcdb6f3fbb60b9bdebf3e80510bdc84953e0409f79b153185" from cache


/: (comment opensuse-15.6-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-12 08:11.50 ---> using "262e3a09eb5cdce03c7e3db46ddeac88c2611d350cc75d9f8ca6979f849c4d25" 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
2026-01-12 08:11.50 ---> using "a89bc7e4c999d952135c9bd17a20a342b5b9a9ee17fc7f5ab9b3de45d17d8078" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-12 08:11.50 ---> using "7b4ce7942ed2fdd9e15a9d03b91e43a5522567f314c4c8fea01924c37148d228" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-12 08:11.50 ---> using "2fb76fd219b180ac84f2322a001196a56516880e20c6fa7f9ff98db2f7bd6768" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..2bf2bf6ea0  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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-12 08:11.50 ---> using "ded19d4c3513aae887d782991f669d486ea178111ffce8658c982a3f565bf726" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-01-12 08:11.50 ---> using "7d0cf88f79298a53c22a7ca49581efc5869dcd2efbd8c4433c73d4542324b3ee" from cache


/src: (run (network host)
(shell "opam pin add -yn gl-legacy.dev './'"))
[gl-legacy.dev] synchronised (file:///src)
gl-legacy is now pinned to file:///src (version dev)
2026-01-12 08:11.50 ---> using "f6c9b83d3174476a63aa0683b37d9a131dcb2f6000eb3638934f71b16d50cad0" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-12 08:11.50 ---> using "6f9ce80f696d85b851793a9539de68b6711fa5a7925ee698e602ff4402a81a54" from cache


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.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 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]
- 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 ><><><><><><><><><><><><><><><><><><><><><><>
[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 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:
libffi-devel Mesa-libGL-devel


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


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libffi-devel" "Mesa-libGL-devel"
- Loading repository data...
- Warning: Repository 'Update Repository (Non-Oss)' metadata expired since 2026-01-08 15:51:18 UTC.
- 
-     Warning: Repository metadata expired: Check if 'autorefresh' is turned on (zypper lr), otherwise
-     manually refresh the repository (zypper ref). If this does not solve the issue, it could be that
-     you are using a broken mirror or the server has actually discontinued to support the repository.
- 
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 27 NEW packages are going to be installed:
-   Mesa Mesa-KHR-devel Mesa-dri Mesa-gallium Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libglapi0 libLLVM17 libXext6 libXfixes3 libXxf86vm1 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libffi-devel libgbm1 libglvnd libglvnd-devel libpciaccess0 libvulkan1 libwayland-client0 libwayland-server0 libxshmfence1
- 
- 27 new packages to install.
- 
- Package download size:    44.6 MiB
- 
- Package install size change:
-               |     221.0 MiB  required by packages that will be installed
-    221.0 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/27),  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/27),  16.1 KiB
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (3/27),  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) (4/27),  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) (5/27),  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) (6/27),  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) (7/27), 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) (8/27),  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) (9/27),  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) (10/27),  11.2 KiB
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [.done]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (11/27),  15.3 KiB
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64 (Main Repository) (12/27),  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) (13/27),  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) (14/27),  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) (15/27), 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) (16/27), 172.3 KiB
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [....
- ....
- ....
- ....
- ....
- ....not found]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/27), 187.6 KiB
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- 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) (18/27),  23.7 MiB
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [........
- ........
- .........
- .........
- .......done (4.7 MiB/s)]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/27), 201.7 KiB
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- 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) (20/27),   7.9 MiB
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.......
- ......
- .done (3.7 MiB/s)]
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64 (Main Repository) (21/27), 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) (22/27),  33.1 KiB
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.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) (23/27), 279.4 KiB
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [..done (13.7 KiB/s)]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (24/27), 173.8 KiB
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [..done (70.9 KiB/s)]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (25/27), 308.6 KiB
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.
- .done (9.5 KiB/s)]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (26/27), 612.8 KiB
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [..done (236.8 KiB/s)]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (27/27),  10.1 MiB
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [..
- .........
- ..........
- done (4.9 MiB/s)]
- 
- Checking for file conflicts: [....done]
- ( 1/27) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 2/27) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- ( 3/27) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 4/27) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 5/27) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 6/27) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 7/27) Installing: libvulkan1-1.3.275.0-150600.1.2.x86_64 [..done]
- ( 8/27) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [..done]
- ( 9/27) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done]
- (10/27) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- (11/27) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- (12/27) Installing: libdrm_radeon1-2.4.118-150600.1.4.x86_64 [..done]
- (13/27) Installing: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 [..done]
- (14/27) Installing: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 [..done]
- (15/27) Installing: libdrm_intel1-2.4.118-150600.1.4.x86_64 [..done]
- (16/27) Installing: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (17/27) Installing: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 [..done]
- (18/27) Installing: libLLVM17-17.0.6-150600.3.7.1.x86_64 [..
- ..........
- ..........
- ..........
- done]
- (19/27) Installing: libgbm1-23.3.4-150600.83.3.1.x86_64 [..done]
- (20/27) Installing: Mesa-dri-23.3.4-150600.83.3.1.x86_64 [..........done]
- (21/27) Installing: libglvnd-1.7.0-150600.1.2.x86_64 [..
- done]
- (22/27) Installing: libglvnd-devel-1.7.0-150600.1.2.x86_64 [..done]
- (23/27) Installing: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (24/27) Installing: Mesa-23.3.4-150600.83.3.1.x86_64 [..done]
- (25/27) Installing: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (26/27) Installing: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (27/27) Installing: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 [........
- ......done]
# To update the current shell environment, run: eval $(opam env)
2026-01-12 08:11.50 ---> using "c46873cccaf7cc044f6a4eb00a5751ffe47f1605ca39e135d9ac9a6608766701" from cache


/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 10 packages
- install conf-libffi       2.0.0
- install conf-libgl        1
- install conf-pkg-config   4
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install integers          0.7.0
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed conf-libgl.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-12 08:11.50 ---> using "7b46eb2a5acd6cf73b404bef0ee15952c4e4a4f0bb6521e93ce083fb14b8dcb7" from cache


/src: (copy (src .) (dst /src))
2026-01-12 08:11.50 ---> saved as "eb77dd1a3d6390b41935d781c5235670fb5edd1c5529836a19fc036542588922"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
Tests skipped. Please install tsdl.
OCAMLCI=true
2026-01-12 08:11.50 ---> saved as "7649ac8fc8a559203498201ed205f2ed1ffe527769550e1b75e3c1269429f47d"
Job succeeded
2026-01-12 08:11.51: Job succeeded