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:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 1c403ba3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b# fedora-43-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-25 17:24.20: Using cache hint "sanette/gl-legacy-ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b-fedora-43-5.4_opam-2.5-905a55c0e46d312b05fb07bdfcb4856b"2026-04-25 17:24.20: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b)(comment fedora-43-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 OCluster2026-04-25 18:21.57: Waiting for worker…2026-04-25 18:25.28: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 1c403ba readme(from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b)2026-04-25 18:25.28 ---> using "b4f58bf638be103d120971146d8fc126e9b3a8c46e3a4588789af4c5e1fccda0" from cache/: (comment fedora-43-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 - Updates 100% | 19.8 KiB/s | 5.6 KiB | 00m00sFedora 43 - x86_64 100% | 102.8 KiB/s | 21.3 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-04-25 18:25.28 ---> using "524735b077c9512b6910eb61394d9eebef016b7d107d4d7b79adf23a8d11090c" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-25 18:25.28 ---> using "8cfb01e840492959ff95d3d5b6f59f80dfb7be314774547e49c6b970bb5e1d00" 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-04-25 18:25.28 ---> using "62a4127ab24cb770a3f441b63fbbb50777e0a9c11a35360cd84ef49dd3bfeb23" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-25 18:25.28 ---> using "201ad514b21b8e45f6ee307ccc16011d93b1898dc3d1c414ee43a01f6017ca08" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-25 18:25.28 ---> using "0ea47d1513ca38b3e93e2d568380f3532c58d7ee39e5227e7b3a1d92427960eb" 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_HEAD42844088d7..f83868273d master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, 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:25.28 ---> using "ab73ebcb4a8f0dc890272086ed3b984d087fa9a4f8132756c5df5136d947e249" from cache/src: (copy (src gl-legacy.opam) (dst ./))2026-04-25 18:25.29 ---> saved as "2a8e0df7ccda9e54fddfea3eca08b3e4e8c02b5731149bf88ce0d3fee8810514"/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:25.29 ---> saved as "189752d8d80adc1ee5c53be64f976eb45be75147f290efadce1fb83ea7ea3fcd"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-25 18:25.30 ---> saved as "ec245ad137d261ea90a2801d2ce1369b70b8ddd9dd0fde2c2a4e724b42d6641f"/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/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 43 openh264 (From Cisco) - x86_ 100% | 3.9 KiB/s | 986.0 B | 00m00s- Fedora 43 - x86_64 - Updates 100% | 80.6 KiB/s | 11.0 KiB | 00m00s- Repositories loaded.- Metadata cache created.<><> 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/sbin/sudo "yum" "install" "-y" "libffi-devel" "mesa-libGL-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- libffi-devel x86_64 3.5.2-1.fc43 updates 33.9 KiB- mesa-libGL-devel x86_64 25.3.6-3.fc43 updates 80.8 KiB- Installing dependencies:- hwdata noarch 0.406-1.fc43 updates 9.9 MiB- libXext x86_64 1.3.6-4.fc43 fedora 90.0 KiB- libXxf86vm x86_64 1.1.6-3.fc43 fedora 25.3 KiB- libdrm x86_64 2.4.131-1.fc43 updates 404.7 KiB- libdrm-devel x86_64 2.4.131-1.fc43 updates 741.5 KiB- libglvnd x86_64 1:1.7.0-8.fc43 fedora 526.1 KiB- libglvnd-core-devel x86_64 1:1.7.0-8.fc43 fedora 40.3 KiB- libglvnd-devel x86_64 1:1.7.0-8.fc43 fedora 2.1 MiB- libglvnd-egl x86_64 1:1.7.0-8.fc43 fedora 64.7 KiB- libglvnd-gles x86_64 1:1.7.0-8.fc43 fedora 97.9 KiB- libglvnd-glx x86_64 1:1.7.0-8.fc43 fedora 601.2 KiB- libglvnd-opengl x86_64 1:1.7.0-8.fc43 fedora 144.8 KiB- libpciaccess x86_64 0.16-16.fc43 fedora 44.5 KiB- libpciaccess-devel x86_64 0.16-16.fc43 fedora 15.3 KiB- libwayland-client x86_64 1.24.0-1.fc43 fedora 62.0 KiB- libxshmfence x86_64 1.3.2-7.fc43 fedora 12.4 KiB- lm_sensors-libs x86_64 3.6.0-23.fc43 fedora 85.8 KiB- mesa-dri-drivers x86_64 25.3.6-3.fc43 updates 48.8 MiB- mesa-filesystem x86_64 25.3.6-3.fc43 updates 3.6 KiB- mesa-libEGL x86_64 25.3.6-3.fc43 updates 310.4 KiB- mesa-libGL x86_64 25.3.6-3.fc43 updates 286.0 KiB- mesa-libgbm x86_64 25.3.6-3.fc43 updates 19.7 KiB- spirv-tools-libs x86_64 2026.1-2.fc43 updates 5.9 MiB- Installing weak dependencies:- gl-manpages noarch 1.1-34.20190306.fc43 fedora 935.6 KiB- mesa-va-drivers x86_64 25.3.6-3.fc43 updates 115.0 B-- Transaction Summary:- Installing: 27 packages-- Total size of inbound packages is 19 MiB. Need to download 19 MiB.- After this operation, 71 MiB extra will be used (install 71 MiB, remove 0 B).- [ 1/27] libffi-devel-0:3.5.2-1.fc43.x86 100% | 824.3 KiB/s | 29.7 KiB | 00m00s- [ 2/27] libglvnd-1:1.7.0-8.fc43.x86_64 100% | 9.3 MiB/s | 114.0 KiB | 00m00s- [ 3/27] libglvnd-core-devel-1:1.7.0-8.f 100% | 1.1 MiB/s | 17.3 KiB | 00m00s- [ 4/27] libglvnd-egl-1:1.7.0-8.fc43.x86 100% | 3.5 MiB/s | 36.0 KiB | 00m00s- [ 5/27] libglvnd-gles-1:1.7.0-8.fc43.x8 100% | 3.1 MiB/s | 28.5 KiB | 00m00s- [ 6/27] libglvnd-devel-1:1.7.0-8.fc43.x 100% | 1.8 MiB/s | 162.2 KiB | 00m00s- [ 7/27] libglvnd-opengl-1:1.7.0-8.fc43. 100% | 83.7 KiB/s | 37.0 KiB | 00m00s- [ 8/27] libglvnd-glx-1:1.7.0-8.fc43.x86 100% | 294.9 KiB/s | 132.1 KiB | 00m00s- [ 9/27] libdrm-devel-0:2.4.131-1.fc43.x 100% | 10.1 MiB/s | 186.5 KiB | 00m00s- [10/27] libdrm-0:2.4.131-1.fc43.x86_64 100% | 5.1 MiB/s | 162.9 KiB | 00m00s- [11/27] libpciaccess-0:0.16-16.fc43.x86 100% | 6.4 MiB/s | 26.2 KiB | 00m00s- [12/27] libpciaccess-devel-0:0.16-16.fc 100% | 3.0 MiB/s | 12.4 KiB | 00m00s- [13/27] hwdata-0:0.406-1.fc43.noarch 100% | 13.3 MiB/s | 1.7 MiB | 00m00s- [14/27] libXext-0:1.3.6-4.fc43.x86_64 100% | 172.1 KiB/s | 39.1 KiB | 00m00s- [15/27] libXxf86vm-0:1.1.6-3.fc43.x86_6 100% | 2.5 MiB/s | 17.7 KiB | 00m00s- [16/27] mesa-libGL-0:25.3.6-3.fc43.x86_ 100% | 474.0 KiB/s | 119.0 KiB | 00m00s- [17/27] libxshmfence-0:1.3.2-7.fc43.x86 100% | 2.6 MiB/s | 13.3 KiB | 00m00s- [18/27] lm_sensors-libs-0:3.6.0-23.fc43 100% | 7.9 MiB/s | 40.6 KiB | 00m00s- [19/27] mesa-filesystem-0:25.3.6-3.fc43 100% | 1.7 MiB/s | 10.5 KiB | 00m00s- [20/27] mesa-libgbm-0:25.3.6-3.fc43.x86 100% | 4.0 MiB/s | 16.5 KiB | 00m00s- [21/27] mesa-libEGL-0:25.3.6-3.fc43.x86 100% | 8.4 MiB/s | 120.7 KiB | 00m00s- [22/27] libwayland-client-0:1.24.0-1.fc 100% | 8.2 MiB/s | 33.6 KiB | 00m00s- [23/27] mesa-libGL-devel-0:25.3.6-3.fc4 100% | 24.9 KiB/s | 27.8 KiB | 00m01s- [24/27] spirv-tools-libs-0:2026.1-2.fc4 100% | 8.9 MiB/s | 1.7 MiB | 00m00s- [25/27] mesa-va-drivers-0:25.3.6-3.fc43 100% | 840.1 KiB/s | 9.2 KiB | 00m00s- [26/27] gl-manpages-0:1.1-34.20190306.f 100% | 10.6 MiB/s | 1.2 MiB | 00m00s- [27/27] mesa-dri-drivers-0:25.3.6-3.fc4 100% | 5.4 MiB/s | 12.8 MiB | 00m02s- --------------------------------------------------------------------------------- [27/27] Total 100% | 5.4 MiB/s | 18.7 MiB | 00m03s- Running transaction- [ 1/29] Verify package files 100% | 369.0 B/s | 27.0 B | 00m00s- [ 2/29] Prepare transaction 100% | 551.0 B/s | 27.0 B | 00m00s- [ 3/29] Installing libglvnd-1:1.7.0-8.f 100% | 171.7 MiB/s | 527.5 KiB | 00m00s- [ 4/29] Installing libXext-0:1.3.6-4.fc 100% | 89.1 MiB/s | 91.2 KiB | 00m00s- [ 5/29] Installing mesa-filesystem-0:25 100% | 0.0 B/s | 4.3 KiB | 00m00s- [ 6/29] Installing libXxf86vm-0:1.1.6-3 100% | 25.9 MiB/s | 26.5 KiB | 00m00s- [ 7/29] Installing libglvnd-opengl-1:1. 100% | 142.2 MiB/s | 145.6 KiB | 00m00s- [ 8/29] Installing spirv-tools-libs-0:2 100% | 258.8 MiB/s | 6.0 MiB | 00m00s- [ 9/29] Installing libwayland-client-0: 100% | 30.9 MiB/s | 63.2 KiB | 00m00s- [10/29] Installing lm_sensors-libs-0:3. 100% | 84.9 MiB/s | 86.9 KiB | 00m00s- [11/29] Installing libxshmfence-0:1.3.2 100% | 13.2 MiB/s | 13.6 KiB | 00m00s- [12/29] Installing hwdata-0:0.406-1.fc4 100% | 379.6 MiB/s | 9.9 MiB | 00m00s- [13/29] Installing libpciaccess-0:0.16- 100% | 22.4 MiB/s | 45.9 KiB | 00m00s- [14/29] Installing libdrm-0:2.4.131-1.f 100% | 99.7 MiB/s | 408.5 KiB | 00m00s- [15/29] Installing mesa-libgbm-0:25.3.6 100% | 20.0 MiB/s | 20.5 KiB | 00m00s- [16/29] Installing mesa-dri-drivers-0:2 100% | 336.7 MiB/s | 48.8 MiB | 00m00s- [17/29] Installing libglvnd-glx-1:1.7.0 100% | 196.2 MiB/s | 602.6 KiB | 00m00s- [18/29] Installing mesa-libGL-0:25.3.6- 100% | 140.1 MiB/s | 286.9 KiB | 00m00s- [19/29] Installing libglvnd-egl-1:1.7.0 100% | 32.4 MiB/s | 66.3 KiB | 00m00s- [20/29] Installing mesa-libEGL-0:25.3.6 100% | 152.0 MiB/s | 311.3 KiB | 00m00s- [21/29] Installing libglvnd-gles-1:1.7. 100% | 97.0 MiB/s | 99.3 KiB | 00m00s- [22/29] Installing libpciaccess-devel-0 100% | 15.5 MiB/s | 15.9 KiB | 00m00s- [23/29] Installing libdrm-devel-0:2.4.1 100% | 122.2 MiB/s | 750.6 KiB | 00m00s- [24/29] Installing libglvnd-core-devel- 100% | 40.1 MiB/s | 41.1 KiB | 00m00s- [25/29] Installing libglvnd-devel-1:1.7 100% | 265.1 MiB/s | 2.1 MiB | 00m00s- [26/29] Installing mesa-libGL-devel-0:2 100% | 79.6 MiB/s | 81.5 KiB | 00m00s- [27/29] Installing mesa-va-drivers-0:25 100% | 320.3 KiB/s | 984.0 B | 00m00s- [28/29] Installing gl-manpages-0:1.1-34 100% | 176.1 MiB/s | 1.1 MiB | 00m00s- [29/29] Installing libffi-devel-0:3.5.2 100% | 613.3 KiB/s | 35.6 KiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "mesa-libGL-devel"- libffi-devel-3.5.2-1.fc43.x86_64- mesa-libGL-devel-25.3.6-3.fc43.x86_64# To update the current shell environment, run: eval $(opam env)2026-04-25 18:25.45 ---> saved as "16d9a62e04d00001f42b9e2e43fad5705469e73fa31e249b5642d5262b5565d1"/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.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-25 18:26.27 ---> saved as "4a34ad8ece73e392a29020e74922e498c4be1432f786c2e7d37687b984af1718"/src: (copy (src .) (dst /src))2026-04-25 18:26.27 ---> saved as "48bd2639fccaa43297c1c93f0c9f237a002e5138e997169b3302ef4c76899780"/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-04-25 18:26.28 ---> saved as "b4ad0210f1eda262c9f2e684a3cb137d9bb26d761a386d57b64d732404eae233"Job succeeded2026-04-25 18:26.28: Job succeeded