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:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard d2f20283cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0# opensuse-15.6-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-01-12 08:11.48: Waiting for worker…2026-01-12 08:11.48: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0: Pulling from ocaml/opamd358089470df: Already exists8a7f67298f8a: Pulling fs layer7d94f1a04008: Pulling fs layer2ba2d75d0b13: Pulling fs layer6239d13c749d: Pulling fs layer8a7f67298f8a: Waiting7d94f1a04008: Waitingad107cb80d07: Pulling fs layer2ba2d75d0b13: Waitinga0329327a862: Pulling fs layer6239d13c749d: Waitingcb09c2859115: Pulling fs layerad107cb80d07: Waitinga0329327a862: Waiting67cd355eeb47: Pulling fs layera6a8a52a638a: Pulling fs layer67cd355eeb47: Waitingcb09c2859115: Waitingd7f7c16375e7: Pulling fs layera6a8a52a638a: Waiting2bbd57cd2466: Pulling fs layerd7f7c16375e7: Waiting187ab895bfd7: Pulling fs layer2bbd57cd2466: Waitingd068b10cfe31: Pulling fs layer187ab895bfd7: Waiting616e71360a57: Pulling fs layerd068b10cfe31: Waitingdb13ec82587f: Pulling fs layer616e71360a57: Waiting223b9e74801d: Pulling fs layerfba529c1c858: Pulling fs layerdb13ec82587f: Waiting4f4fb700ef54: Pulling fs layer223b9e74801d: Waitingfba529c1c858: Waitingabf5df13a1e3: Pulling fs layer4f4fb700ef54: Waiting366f1abd6bd7: Pulling fs layerec29060a3fca: Pulling fs layer366f1abd6bd7: Waitingbf20cc269dd0: Pulling fs layerec29060a3fca: Waiting44e10e3f325a: Pulling fs layerbf20cc269dd0: Waiting0608b82ab517: Pulling fs layerb38ef2f026ab: Pulling fs layercfdf3639c32c: Pulling fs layer44e10e3f325a: Waiting00a77d35eb15: Pulling fs layer0608b82ab517: Waitingb38ef2f026ab: Waiting2ae36837771b: Pulling fs layer00a77d35eb15: Waitingbd412abdba0d: Pulling fs layer2ae36837771b: Waiting3516ba5cd6ca: Pulling fs layerbd412abdba0d: Waitinge699ea87e204: Pulling fs layer3516ba5cd6ca: Waitingf56cc9bf56f3: Pulling fs layer3ff905d0685c: Pulling fs layerf56cc9bf56f3: Waiting16c4a3a3e382: Pulling fs layer3ff905d0685c: Waiting52675d848020: Pulling fs layer16c4a3a3e382: Waiting5fdcc7da1cbc: Pulling fs layer52675d848020: Waitingd6e2b0426396: Pulling fs layer5fdcc7da1cbc: Waiting75ded0ef76f4: Pulling fs layerd6e2b0426396: Waiting04d58073ace7: Pulling fs layer75ded0ef76f4: Waiting59ccbb6bd1d2: Pulling fs layer04d58073ace7: Waiting54d84d2d7299: Pulling fs layer59ccbb6bd1d2: Waiting94ad433ba13b: Pulling fs layer54d84d2d7299: Waitingb851dcd327a7: Pulling fs layerb851dcd327a7: Waiting94ad433ba13b: Waiting8a7f67298f8a: Verifying Checksum8a7f67298f8a: Download complete8a7f67298f8a: Pull complete7d94f1a04008: Verifying Checksum7d94f1a04008: Download complete2ba2d75d0b13: Verifying Checksum2ba2d75d0b13: Download complete6239d13c749d: Download complete7d94f1a04008: Pull completead107cb80d07: Download completea0329327a862: Verifying Checksuma0329327a862: Download completecb09c2859115: Download complete67cd355eeb47: Verifying Checksum67cd355eeb47: Download completea6a8a52a638a: Verifying Checksuma6a8a52a638a: Download completed7f7c16375e7: Verifying Checksumd7f7c16375e7: Download complete2bbd57cd2466: Verifying Checksum2bbd57cd2466: Download complete187ab895bfd7: Verifying Checksum187ab895bfd7: Download completed068b10cfe31: Download completedb13ec82587f: Download complete2ba2d75d0b13: Pull complete6239d13c749d: Pull complete616e71360a57: Verifying Checksum616e71360a57: Download completead107cb80d07: Pull complete223b9e74801d: Verifying Checksum223b9e74801d: Download completefba529c1c858: Verifying Checksumfba529c1c858: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete366f1abd6bd7: Verifying Checksum366f1abd6bd7: Download completebf20cc269dd0: Verifying Checksumbf20cc269dd0: Download completeabf5df13a1e3: Verifying Checksumabf5df13a1e3: Download completeec29060a3fca: Verifying Checksumec29060a3fca: Download complete0608b82ab517: Download completea0329327a862: Pull complete44e10e3f325a: Verifying Checksum44e10e3f325a: Download complete00a77d35eb15: Download completecb09c2859115: Pull completeb38ef2f026ab: Download completecfdf3639c32c: Verifying Checksumcfdf3639c32c: Download complete67cd355eeb47: Pull complete2ae36837771b: Verifying Checksum2ae36837771b: Download completebd412abdba0d: Download complete3516ba5cd6ca: Verifying Checksum3516ba5cd6ca: Download completea6a8a52a638a: Pull completed7f7c16375e7: Pull completef56cc9bf56f3: Download complete2bbd57cd2466: Pull complete187ab895bfd7: Pull complete16c4a3a3e382: Download completed068b10cfe31: Pull complete616e71360a57: Pull complete52675d848020: Verifying Checksum52675d848020: Download completedb13ec82587f: Pull complete223b9e74801d: Pull completefba529c1c858: Pull complete5fdcc7da1cbc: Download completed6e2b0426396: Verifying Checksumd6e2b0426396: Download complete75ded0ef76f4: Verifying Checksum75ded0ef76f4: Download complete04d58073ace7: Download complete4f4fb700ef54: Pull completeabf5df13a1e3: Pull complete366f1abd6bd7: Pull completeec29060a3fca: Pull completebf20cc269dd0: Pull complete44e10e3f325a: Pull complete0608b82ab517: Pull completeb38ef2f026ab: Pull completecfdf3639c32c: Pull complete00a77d35eb15: Pull complete2ae36837771b: Pull completebd412abdba0d: Pull complete3516ba5cd6ca: Pull complete3ff905d0685c: Verifying Checksum3ff905d0685c: Download complete54d84d2d7299: Verifying Checksum54d84d2d7299: Download complete94ad433ba13b: Verifying Checksum94ad433ba13b: Download complete59ccbb6bd1d2: Verifying Checksum59ccbb6bd1d2: Download completeb851dcd327a7: Download completee699ea87e204: Verifying Checksume699ea87e204: Download completee699ea87e204: Pull completef56cc9bf56f3: Pull complete3ff905d0685c: Pull complete16c4a3a3e382: Pull complete52675d848020: Pull complete5fdcc7da1cbc: Pull completed6e2b0426396: Pull complete75ded0ef76f4: Pull complete04d58073ace7: Pull complete59ccbb6bd1d2: Pull complete54d84d2d7299: Pull complete94ad433ba13b: Pull completeb851dcd327a7: Pull completeDigest: sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0Status: Downloaded newer image for ocaml/opam@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f02026-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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-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-genericThe OCaml toplevel, version 5.4.02.5.02026-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_HEADee48e882f0..2bf2bf6ea0 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready 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.0Done.# 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=true2026-01-12 08:11.50 ---> saved as "7649ac8fc8a559203498201ed205f2ed1ffe527769550e1b75e3c1269429f47d"Job succeeded2026-01-12 08:11.51: Job succeeded