Organisationssanettegl-legacy1c403b (main)opensuse-15.6-5.4_opam-2.5

opensuse-15.6-5.4_opam-2.5

Logs

Show full logs
2026-04-25 17:24.20: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)
Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 1c403ba3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
# 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-04-25 17:24.20: Using cache hint "sanette/gl-legacy-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745-opensuse-15.6-5.4_opam-2.5-905a55c0e46d312b05fb07bdfcb4856b"
2026-04-25 17:24.20: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)
 (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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 (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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-04-25 17:24.20: Waiting for resource in pool OCluster
2026-04-25 18:22.02: Waiting for worker…
2026-04-25 18:25.40: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 1c403ba readme

(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)
2026-04-25 18:50.03 ---> using "5a3680208c73beb3331771a2f7c7cfa44299220a0d1ff13e680cdae5b80bdaf8" 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-04-25 18:50.03 ---> using "463c319ef5be82dadb4076ef7cbdb1657274c5987ad974c76f4520c6671653ad" 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 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-25 18:50.03 ---> using "78bb359f9aafa4629dc59de13b9deb4bc92d380688527008853d4cbf7d329c49" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-25 18:50.03 ---> using "f6fc4b12b0418b37aa6f9f032abf9c0881c3fa85253a420db64176a4057fa51e" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-25 18:50.03 ---> using "1b29546a3142f107d43752c85d792b294550aa31a3a2bc5277f7fff61f0aa274" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   42844088d7..f83868273d  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2

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

Everything as up-to-date as possible
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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)
2026-04-25 18:50.03 ---> using "69caec99b1c1221a25fb36fbb4df7e98d210a99338f6f0e726b6300f06edca34" from cache

/src: (copy (src gl-legacy.opam) (dst ./))
2026-04-25 18:50.03 ---> saved as "457972a1ace5382ddf5bc02a082d91f29837e9828c42813a4bd6d25188d5b029"

/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-04-25 18:50.04 ---> saved as "767991782e10082190294791371ff58da1156105392066c2554bee04f00427d3"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-25 18:50.04 ---> saved as "f17c4971438e9a72dee84e66b55a0a95c14e652260728501aeef5acb11d75e43"

/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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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]
- 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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...
- 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 (4.6 KiB/s)]
- 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 (3.7 KiB/s)]
- 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 (47.8 KiB/s)]
- 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 (91.9 KiB/s)]
- 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 (10.4 KiB/s)]
- 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 (21.1 KiB/s)]
- 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 (90.6 KiB/s)]
- 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 (14.4 KiB/s)]
- 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 (31.8 KiB/s)]
- 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 (11.2 KiB/s)]
- 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 (6.4 KiB/s)]
- 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 (57.2 KiB/s)]
- 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 (42.5 KiB/s)]
- 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 (59.9 KiB/s)]
- 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 (93.2 KiB/s)]
- 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 (9.5 KiB/s)]
- 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 (187.6 KiB/s)]
- 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 (2.0 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 (201.7 KiB/s)]
- 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 (1.9 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 (192.1 KiB/s)]
- 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 (154.5 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]
- 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 (207.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 (585.4 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 (1.4 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-04-25 18:53.24 ---> saved as "14c88690803aa94421d197c4a0976925d6de725060455cd6127006d4fe7bc660"

/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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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.22.2
  - install dune-configurator 3.22.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)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-libgl.1
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.22.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-25 18:54.31 ---> saved as "d7be8eaeb06046a352f4db704f9d10ca14741933bd4e15e9c3f81de237aec942"

/src: (copy (src .) (dst /src))
2026-04-25 18:54.32 ---> saved as "157164f3972e9b18ca29fa2c5353a4306eacaf4272fd72fb48a583df962aa386"

/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-04-25 18:54.33 ---> saved as "756d00245501a278a7a08756eab1f4ad172a8c47158aac70f56d8b340f2af019"
Job succeeded
2026-04-25 18:54.33: Job succeeded