2026-01-09 21:43.59: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (cd2acb780df37fa806ffc04df998bf856a3829d8) (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 cd2acb78 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-09 21:43.59: 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-09 21:43.59: 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-09 21:43.59: Waiting for resource in pool OCluster 2026-01-09 22:15.50: Waiting for worker… 2026-01-09 22:20.21: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at cd2acb7 safer argument passing (from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c4e3a777029c998ef8d41665142a0ce51b594026b5ddab6e9d25b834469fd7f0) 2026-01-09 22:25.35 ---> 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-09 22:25.35 ---> 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-09 22:25.35 ---> 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-09 22:25.35 ---> using "7b4ce7942ed2fdd9e15a9d03b91e43a5522567f314c4c8fea01924c37148d228" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-09 22:25.35 ---> 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..a6b2f19780 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-09 22:25.35 ---> using "ded19d4c3513aae887d782991f669d486ea178111ffce8658c982a3f565bf726" from cache /src: (copy (src gl-legacy.opam) (dst ./)) 2026-01-09 22:25.35 ---> saved as "7d0cf88f79298a53c22a7ca49581efc5869dcd2efbd8c4433c73d4542324b3ee" /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-09 22:25.37 ---> saved as "f6c9b83d3174476a63aa0683b37d9a131dcb2f6000eb3638934f71b16d50cad0" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-09 22:25.37 ---> saved as "6f9ce80f696d85b851793a9539de68b6711fa5a7925ee698e602ff4402a81a54" /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 (7.9 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.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] - 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] - 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] - 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 (497.6 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 (9.5 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-09 22:30.33 ---> saved as "c46873cccaf7cc044f6a4eb00a5751ffe47f1605ca39e135d9ac9a6608766701" /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) -> retrieved stdlib-shims.0.3.0 (cached) -> installed conf-libffi.2.0.0 -> 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-09 22:32.15 ---> saved as "7b46eb2a5acd6cf73b404bef0ee15952c4e4a4f0bb6521e93ce083fb14b8dcb7" /src: (copy (src .) (dst /src)) 2026-01-09 22:32.15 ---> saved as "cfee74a87dea766ceda7ca7e70ac14d9a17c096aafd87d4a0bf5a23b6a971544" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Tests skipped. Please install tsdl. 2026-01-09 22:32.17 ---> saved as "55ef08e4ad1812135040dcefcfe0dcbf3df3983b0501ed8820f4f18ab8629523" Job succeeded 2026-01-09 22:32.17: Job succeeded