2025-09-27 15:51.16: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (7522005ec1548798cad41b803b2293956687ee9c) (linux-x86_64:debian-12-5.3_opam-2.4)Base: ocaml/opam:debian-12-ocaml-5.3@sha256:ce109ed7a40b6b1bb0ad44021720e8dfea08fdd83f1f42dd0dbcf019bc7bf746Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 7522005ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.3@sha256:ce109ed7a40b6b1bb0ad44021720e8dfea08fdd83f1f42dd0dbcf019bc7bf746# debian-12-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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 bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.4 --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-BLOCK2025-09-27 15:51.16: Using cache hint "sanette/gl-legacy-ocaml/opam:debian-12-ocaml-5.3@sha256:ce109ed7a40b6b1bb0ad44021720e8dfea08fdd83f1f42dd0dbcf019bc7bf746-debian-12-5.3_opam-2.4-d94a333a7608ae22a3751fa583abf3b0"2025-09-27 15:51.16: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.3@sha256:ce109ed7a40b6b1bb0ad44021720e8dfea08fdd83f1f42dd0dbcf019bc7bf746)(comment debian-12-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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 bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.4 --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")))2025-09-27 15:51.16: Waiting for resource in pool OCluster2025-09-27 15:51.16: Waiting for worker…2025-09-27 15:52.28: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 7522005 readme(from ocaml/opam:debian-12-ocaml-5.3@sha256:ce109ed7a40b6b1bb0ad44021720e8dfea08fdd83f1f42dd0dbcf019bc7bf746)2025-09-27 15:52.28 ---> using "15aa1cf9b6eab837810155e26b0481282547cd1c9774850777b777a01817a556" from cache/: (comment debian-12-5.3_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-09-27 15:52.28 ---> using "d98c74e8a1b39caaed0c5dd448b9f70838344d1f552593d4680215ce63cfc1d5" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-27 15:52.28 ---> using "b985350161f8be0ac630962e60a51ca6dc32fd113681d699788b80061b4b8711" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-60-genericThe OCaml toplevel, version 5.3.02.4.12025-09-27 15:52.28 ---> using "e53dab84980c00a88614037e0f89115393a34d2a108068ce3ab080387dff902a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-27 15:52.28 ---> using "60ea2c52b2d08e1017910ce0e425fe6ad51f3a4d2a4f0f47c60b4d14327f0467" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee24528071..f736a66f83 master -> origin/master6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> 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)2025-09-27 15:52.45 ---> saved as "9bdf72f1f2006c0317a015c3a12bb0b92ce09dd6ad8f0575766d9cb938a547e2"/src: (copy (src gl-legacy.opam) (dst ./))2025-09-27 15:52.45 ---> saved as "fa90e4c5a9f4f51b3577a9dc2264c583d0fef1bf7c1d0f9b1735d3fb7fbdca72"/src: (run (network host)(shell "opam pin add -yn gl-legacy.dev './'"))[NOTE] Package gl-legacy does not exist in opam repositories registered in the current switch.[gl-legacy.dev] synchronised (file:///src)gl-legacy is now pinned to file:///src (version dev)2025-09-27 15:52.46 ---> saved as "8b5d000c15ee63f42a4685d585d735e6d1ff474214df03d636f9e476d075aad8"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-27 15:52.46 ---> saved as "115cb2b8887f5fa993bfdcaaef4a58310d4c61236a27e209878636460e3a0209"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.4 --depext-only -y gl-legacy.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8791 kB]- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [280 kB]- Fetched 9326 kB in 2s (5887 kB/s)- Reading package lists...-<><> 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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-dev mesa-common-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "mesa-common-dev" "pkg-config"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libdrm-common.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18778 files and directories currently installed.)- Preparing to unpack .../00-libdrm-common_2.4.114-1_all.deb ...- Unpacking libdrm-common (2.4.114-1) ...- Selecting previously unselected package libdrm2:amd64.- Preparing to unpack .../01-libdrm2_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm2:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-amdgpu1:amd64.- Preparing to unpack .../02-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libpciaccess0:amd64.- Preparing to unpack .../03-libpciaccess0_0.17-2_amd64.deb ...- Unpacking libpciaccess0:amd64 (0.17-2) ...- Selecting previously unselected package libdrm-intel1:amd64.- Preparing to unpack .../04-libdrm-intel1_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-radeon1:amd64.- Preparing to unpack .../05-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libdrm-nouveau2:amd64.- Preparing to unpack .../06-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libpciaccess-dev:amd64.- Preparing to unpack .../07-libpciaccess-dev_0.17-2_amd64.deb ...- Unpacking libpciaccess-dev:amd64 (0.17-2) ...- Selecting previously unselected package libdrm-dev:amd64.- Preparing to unpack .../08-libdrm-dev_2.4.114-1+b1_amd64.deb ...- Unpacking libdrm-dev:amd64 (2.4.114-1+b1) ...- Selecting previously unselected package libelf1:amd64.- Preparing to unpack .../09-libelf1_0.188-2.1_amd64.deb ...- Unpacking libelf1:amd64 (0.188-2.1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../10-libffi-dev_3.4.4-1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.4-1) ...- Selecting previously unselected package libglvnd0:amd64.- Preparing to unpack .../11-libglvnd0_1.6.0-1_amd64.deb ...- Unpacking libglvnd0:amd64 (1.6.0-1) ...- Selecting previously unselected package libglapi-mesa:amd64.- Preparing to unpack .../12-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...- Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libx11-xcb1:amd64.- Preparing to unpack .../13-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...- Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...- Selecting previously unselected package libxcb-dri2-0:amd64.- Preparing to unpack .../14-libxcb-dri2-0_1.15-1_amd64.deb ...- Unpacking libxcb-dri2-0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-dri3-0:amd64.- Preparing to unpack .../15-libxcb-dri3-0_1.15-1_amd64.deb ...- Unpacking libxcb-dri3-0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-glx0:amd64.- Preparing to unpack .../16-libxcb-glx0_1.15-1_amd64.deb ...- Unpacking libxcb-glx0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-present0:amd64.- Preparing to unpack .../17-libxcb-present0_1.15-1_amd64.deb ...- Unpacking libxcb-present0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-randr0:amd64.- Preparing to unpack .../18-libxcb-randr0_1.15-1_amd64.deb ...- Unpacking libxcb-randr0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-shm0:amd64.- Preparing to unpack .../19-libxcb-shm0_1.15-1_amd64.deb ...- Unpacking libxcb-shm0:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-sync1:amd64.- Preparing to unpack .../20-libxcb-sync1_1.15-1_amd64.deb ...- Unpacking libxcb-sync1:amd64 (1.15-1) ...- Selecting previously unselected package libxcb-xfixes0:amd64.- Preparing to unpack .../21-libxcb-xfixes0_1.15-1_amd64.deb ...- Unpacking libxcb-xfixes0:amd64 (1.15-1) ...- Selecting previously unselected package libxfixes3:amd64.- Preparing to unpack .../22-libxfixes3_1%3a6.0.0-2_amd64.deb ...- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...- Selecting previously unselected package libxshmfence1:amd64.- Preparing to unpack .../23-libxshmfence1_1.3-1_amd64.deb ...- Unpacking libxshmfence1:amd64 (1.3-1) ...- Selecting previously unselected package libxxf86vm1:amd64.- Preparing to unpack .../24-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...- Selecting previously unselected package libicu72:amd64.- Preparing to unpack .../25-libicu72_72.1-3+deb12u1_amd64.deb ...- Unpacking libicu72:amd64 (72.1-3+deb12u1) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../26-libxml2_2.9.14+dfsg-1.3~deb12u4_amd64.deb ...- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u4) ...- Selecting previously unselected package libz3-4:amd64.- Preparing to unpack .../27-libz3-4_4.8.12-3.1_amd64.deb ...- Unpacking libz3-4:amd64 (4.8.12-3.1) ...- Selecting previously unselected package libllvm15:amd64.- Preparing to unpack .../28-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...- Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...- Selecting previously unselected package libsensors-config.- Preparing to unpack .../29-libsensors-config_1%3a3.6.0-7.1_all.deb ...- Unpacking libsensors-config (1:3.6.0-7.1) ...- Selecting previously unselected package libsensors5:amd64.- Preparing to unpack .../30-libsensors5_1%3a3.6.0-7.1_amd64.deb ...- Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...- Selecting previously unselected package libgl1-mesa-dri:amd64.- Preparing to unpack .../31-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...- Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libglx-mesa0:amd64.- Preparing to unpack .../32-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...- Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package libglx0:amd64.- Preparing to unpack .../33-libglx0_1.6.0-1_amd64.deb ...- Unpacking libglx0:amd64 (1.6.0-1) ...- Selecting previously unselected package libgl1:amd64.- Preparing to unpack .../34-libgl1_1.6.0-1_amd64.deb ...- Unpacking libgl1:amd64 (1.6.0-1) ...- Selecting previously unselected package libglx-dev:amd64.- Preparing to unpack .../35-libglx-dev_1.6.0-1_amd64.deb ...- Unpacking libglx-dev:amd64 (1.6.0-1) ...- Selecting previously unselected package libgl-dev:amd64.- Preparing to unpack .../36-libgl-dev_1.6.0-1_amd64.deb ...- Unpacking libgl-dev:amd64 (1.6.0-1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../37-libpkgconf3_1.8.1-1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-1) ...- Selecting previously unselected package mesa-common-dev:amd64.- Preparing to unpack .../38-mesa-common-dev_22.3.6-1+deb12u1_amd64.deb ...- Unpacking mesa-common-dev:amd64 (22.3.6-1+deb12u1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../39-pkgconf-bin_1.8.1-1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../40-pkgconf_1.8.1-1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../41-pkg-config_1.8.1-1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-1) ...- Setting up libxcb-dri3-0:amd64 (1.15-1) ...- Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...- Setting up libpciaccess0:amd64 (0.17-2) ...- Setting up libicu72:amd64 (72.1-3+deb12u1) ...- Setting up libpciaccess-dev:amd64 (0.17-2) ...- Setting up libxcb-xfixes0:amd64 (1.15-1) ...- Setting up libglvnd0:amd64 (1.6.0-1) ...- Setting up libxcb-glx0:amd64 (1.15-1) ...- Setting up libsensors-config (1:3.6.0-7.1) ...- Setting up libxcb-shm0:amd64 (1.15-1) ...- Setting up libffi-dev:amd64 (3.4.4-1) ...- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...- Setting up libxcb-present0:amd64 (1.15-1) ...- Setting up libz3-4:amd64 (4.8.12-3.1) ...- Setting up libpkgconf3:amd64 (1.8.1-1) ...- Setting up libxfixes3:amd64 (1:6.0.0-2) ...- Setting up libxcb-sync1:amd64 (1.15-1) ...- Setting up pkgconf-bin (1.8.1-1) ...- Setting up libsensors5:amd64 (1:3.6.0-7.1) ...- Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...- Setting up libxcb-dri2-0:amd64 (1.15-1) ...- Setting up libxshmfence1:amd64 (1.3-1) ...- Setting up libxcb-randr0:amd64 (1.15-1) ...- Setting up libdrm-common (2.4.114-1) ...- Setting up libelf1:amd64 (0.188-2.1) ...- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u4) ...- Setting up pkgconf:amd64 (1.8.1-1) ...- Setting up pkg-config:amd64 (1.8.1-1) ...- Setting up libdrm2:amd64 (2.4.114-1+b1) ...- Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...- Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...- Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...- Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...- Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...- Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...- Setting up libdrm-dev:amd64 (2.4.114-1+b1) ...- Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...- Setting up libglx0:amd64 (1.6.0-1) ...- Setting up libgl1:amd64 (1.6.0-1) ...- Setting up libglx-dev:amd64 (1.6.0-1) ...- Setting up libgl-dev:amd64 (1.6.0-1) ...- Setting up mesa-common-dev:amd64 (22.3.6-1+deb12u1) ...- Processing triggers for libc-bin (2.36-9+deb12u10) ...2025-09-27 15:53.05 ---> saved as "9e3fd81b4b87a493ca654532cc1641faaaf319b8548813170eec2a82ead9977e"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 11 packages- install bigarray-compat 1.1.0- install conf-libffi 2.0.0- install conf-libgl 1- install conf-pkg-config 4- install csexp 1.5.2- install ctypes 0.23.0- install ctypes-foreign 0.23.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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> installed conf-libgl.1-> retrieved bigarray-compat.1.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.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-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed dune.3.20.2-> installed csexp.1.5.2-> installed bigarray-compat.1.1.0-> installed stdlib-shims.0.3.0-> installed integers.0.7.0-> installed dune-configurator.3.20.2-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0Done.# To update the current shell environment, run: eval $(opam env)2025-09-27 15:53.38 ---> saved as "af00e265104a964f75a235b1f5e24d9a8e7a00acab73a5e954481555c287a8b4"/src: (copy (src .) (dst /src))2025-09-27 15:53.38 ---> saved as "6130982af6d2258added38c71bb80a74395d451b6d64d8d66564de4de89141a9"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Tests skipped. Please install tsdl.2025-09-27 15:53.39 ---> saved as "5438b4250ce98845ee90209e663e1f3fc7b0b7a7836b193c8f80e4fd5688125c"Job succeeded2025-09-27 15:53.39: Job succeeded