2026-01-12 08:33.15: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (0dba807921c8aef15df0e97d922dfca9e2d0bb19) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5) Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 0dba8079 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3 # ubuntu-25.10-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-12 08:33.15: Using cache hint "sanette/gl-legacy-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3-ubuntu-25.10-5.4_opam-2.5-e74946b46fe957058e87657c89c3d412" 2026-01-12 08:33.15: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3) (comment ubuntu-25.10-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:33.15: Waiting for resource in pool OCluster 2026-01-12 08:33.15: Waiting for worker… 2026-01-12 08:33.15: Got resource from pool OCluster Building on eumache HEAD is now at 285456a workflow HEAD is now at 0dba807 fmt (from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3' locally docker.io/ocaml/opam@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3: Pulling from ocaml/opam a206cee1e839: Already exists 31a4860f1a71: Already exists 39e1a38aeb75: Already exists 809ec5b87400: Already exists 093176b16caf: Already exists ac0434fe2275: Already exists 86111f9687be: Already exists acba9462cead: Already exists 9b773cbc6ab7: Already exists 169f0c98de02: Already exists 79d5a71e5d4d: Already exists c8ad29fa07f4: Already exists 38362d2beb6c: Already exists 9735327f785c: Already exists 25d986e4e09c: Already exists 08765368831e: Already exists 263d027970a4: Already exists 263d027970a4: Already exists 0db8ad403ffc: Already exists 0774a22e03ec: Already exists ecae8e86db15: Already exists 7bde8086daf3: Already exists 4f4fb700ef54: Already exists c8795f0be74f: Already exists bf1686ddcf2f: Already exists 6190e5884020: Already exists d3ef051d940f: Already exists 74516cbf13d5: Already exists 2b9c6d0ca8aa: Already exists 828602f5a7e1: Already exists 1c2200cbac34: Already exists ddcac09cadd2: Already exists f72178fefb52: Already exists e391052d0a0a: Already exists 092f96d7da41: Already exists 728c71316025: Already exists 26503a58709c: Already exists e6440340e603: Already exists c919b1d29ded: Already exists 7dba17a6ef30: Already exists e91032db10a1: Already exists fdf50f15a889: Already exists 021fb7876a3f: Already exists cc4987229b93: Already exists f3a98ed10735: Already exists ef572132f747: Already exists 7450e9d280a4: Already exists 15cad31e1f60: Already exists Digest: sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3 Status: Downloaded newer image for ocaml/opam@sha256:9cbf3da9bfd77a10b23a729cefa9f882afad591e9ce96d8832affb9695de0ab3 2026-01-12 08:33.16 ---> using "2d3af8a2eb621494054029e85a3557d7609b364473df85d89e2f074564c464ef" from cache /: (comment ubuntu-25.10-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:33.16 ---> using "564d88f7a87962dfeb6f5f53d8b8eeb863e6a3dd4e50380cdb5f3e64d911b9a3" 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-12 08:33.16 ---> using "163bc07db16bfb613e84b924d498023109cbaac350b865dd2268aa75cade598d" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-01-12 08:33.16 ---> using "07c2e02348ae65c427555de33add9881be0018a6196a65f0104765793f022ec2" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-12 08:33.16 ---> using "74120422c8add92672a5d3454fbf07b14e993b395e7d21f5a9d9561b29cda0b9" 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-12 08:33.16 ---> using "c61f1622de6f45dafc2cda254e1aefb226a52c776fa6b09a878073b4ce106508" from cache /src: (copy (src gl-legacy.opam) (dst ./)) 2026-01-12 08:33.16 ---> using "14bf75eaa519507d8cb4ef199b7d2b8302d1f9296ee025780d53ed35dc6738e5" 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:33.16 ---> using "f71a344f77691676e4440e4505b8b134582601a4bc3318956d64a2ac11c0dfa7" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-12 08:33.16 ---> using "e65cc3b44aa51690f102a115663f17da1a05ed2efc33854e4320d90ed81ec4f8" 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 "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease - Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [103 kB] - Get:5 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Get:6 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [156 kB] - Get:7 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [122 kB] - Get:8 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [154 kB] - Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [284 kB] - Get:10 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [1689 B] - Get:11 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [666 B] - Fetched 1225 kB in 1s (1444 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.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-dev mesa-common-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "mesa-common-dev" "pkg-config" - Selecting previously unselected package libelf1t64:amd64. - (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 ... 18746 files and directories currently installed.) - Preparing to unpack .../00-libelf1t64_0.193-1_amd64.deb ... - Unpacking libelf1t64:amd64 (0.193-1) ... - Selecting previously unselected package libxml2-16:amd64. - Preparing to unpack .../01-libxml2-16_2.14.5+dfsg-0.2_amd64.deb ... - Unpacking libxml2-16:amd64 (2.14.5+dfsg-0.2) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../02-libdrm-common_2.4.125-1ubuntu0.1_all.deb ... - Unpacking libdrm-common (2.4.125-1ubuntu0.1) ... - Selecting previously unselected package libdrm2:amd64. - Preparing to unpack .../03-libdrm2_2.4.125-1ubuntu0.1_amd64.deb ... - Unpacking libdrm2:amd64 (2.4.125-1ubuntu0.1) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../04-libsensors-config_1%3a3.6.2-2_all.deb ... - Unpacking libsensors-config (1:3.6.2-2) ... - Selecting previously unselected package libsensors5:amd64. - Preparing to unpack .../05-libsensors5_1%3a3.6.2-2_amd64.deb ... - Unpacking libsensors5:amd64 (1:3.6.2-2) ... - Selecting previously unselected package libdrm-amdgpu1:amd64. - Preparing to unpack .../06-libdrm-amdgpu1_2.4.125-1ubuntu0.1_amd64.deb ... - Unpacking libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1) ... - Selecting previously unselected package libpciaccess0:amd64. - Preparing to unpack .../07-libpciaccess0_0.18.1-1ubuntu2_amd64.deb ... - Unpacking libpciaccess0:amd64 (0.18.1-1ubuntu2) ... - Selecting previously unselected package libdrm-intel1:amd64. - Preparing to unpack .../08-libdrm-intel1_2.4.125-1ubuntu0.1_amd64.deb ... - Unpacking libdrm-intel1:amd64 (2.4.125-1ubuntu0.1) ... - Selecting previously unselected package libdrm-radeon1:amd64. - Preparing to unpack .../09-libdrm-radeon1_2.4.125-1ubuntu0.1_amd64.deb ... - Unpacking libdrm-radeon1:amd64 (2.4.125-1ubuntu0.1) ... - Selecting previously unselected package libdrm-nouveau2:amd64. - Preparing to unpack .../10-libdrm-nouveau2_2.4.125-1ubuntu0.1_amd64.deb ... - Unpacking libdrm-nouveau2:amd64 (2.4.125-1ubuntu0.1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../11-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu2_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ... - Selecting previously unselected package libpciaccess-dev:amd64. - Preparing to unpack .../12-libpciaccess-dev_0.18.1-1ubuntu2_amd64.deb ... - Unpacking libpciaccess-dev:amd64 (0.18.1-1ubuntu2) ... - Selecting previously unselected package libdrm-dev:amd64. - Preparing to unpack .../13-libdrm-dev_2.4.125-1ubuntu0.1_amd64.deb ... - Unpacking libdrm-dev:amd64 (2.4.125-1ubuntu0.1) ... - Selecting previously unselected package libllvm20:amd64. - Preparing to unpack .../14-libllvm20_1%3a20.1.8-0ubuntu4_amd64.deb ... - Unpacking libllvm20:amd64 (1:20.1.8-0ubuntu4) ... - Selecting previously unselected package libx11-xcb1:amd64. - Preparing to unpack .../15-libx11-xcb1_2%3a1.8.12-1build1_amd64.deb ... - Unpacking libx11-xcb1:amd64 (2:1.8.12-1build1) ... - Selecting previously unselected package libxcb-dri3-0:amd64. - Preparing to unpack .../16-libxcb-dri3-0_1.17.0-2build1_amd64.deb ... - Unpacking libxcb-dri3-0:amd64 (1.17.0-2build1) ... - Selecting previously unselected package libxcb-present0:amd64. - Preparing to unpack .../17-libxcb-present0_1.17.0-2build1_amd64.deb ... - Unpacking libxcb-present0:amd64 (1.17.0-2build1) ... - Selecting previously unselected package libxcb-randr0:amd64. - Preparing to unpack .../18-libxcb-randr0_1.17.0-2build1_amd64.deb ... - Unpacking libxcb-randr0:amd64 (1.17.0-2build1) ... - Selecting previously unselected package libxcb-sync1:amd64. - Preparing to unpack .../19-libxcb-sync1_1.17.0-2build1_amd64.deb ... - Unpacking libxcb-sync1:amd64 (1.17.0-2build1) ... - Selecting previously unselected package libxcb-xfixes0:amd64. - Preparing to unpack .../20-libxcb-xfixes0_1.17.0-2build1_amd64.deb ... - Unpacking libxcb-xfixes0:amd64 (1.17.0-2build1) ... - Selecting previously unselected package libxshmfence1:amd64. - Preparing to unpack .../21-libxshmfence1_1.3.3-1_amd64.deb ... - Unpacking libxshmfence1:amd64 (1.3.3-1) ... - Selecting previously unselected package mesa-libgallium:amd64. - Preparing to unpack .../22-mesa-libgallium_25.2.3-1ubuntu1_amd64.deb ... - Unpacking mesa-libgallium:amd64 (25.2.3-1ubuntu1) ... - Selecting previously unselected package libgbm1:amd64. - Preparing to unpack .../23-libgbm1_25.2.3-1ubuntu1_amd64.deb ... - Unpacking libgbm1:amd64 (25.2.3-1ubuntu1) ... - Selecting previously unselected package libglvnd0:amd64. - Preparing to unpack .../24-libglvnd0_1.7.0-1build2_amd64.deb ... - Unpacking libglvnd0:amd64 (1.7.0-1build2) ... - Selecting previously unselected package libxcb-glx0:amd64. - Preparing to unpack .../25-libxcb-glx0_1.17.0-2build1_amd64.deb ... - Unpacking libxcb-glx0:amd64 (1.17.0-2build1) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../26-libxcb-shm0_1.17.0-2build1_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.17.0-2build1) ... - Selecting previously unselected package libxxf86vm1:amd64. - Preparing to unpack .../27-libxxf86vm1_1%3a1.1.4-1build4_amd64.deb ... - Unpacking libxxf86vm1:amd64 (1:1.1.4-1build4) ... - Selecting previously unselected package libvulkan1:amd64. - Preparing to unpack .../28-libvulkan1_1.4.321.0-1_amd64.deb ... - Unpacking libvulkan1:amd64 (1.4.321.0-1) ... - Selecting previously unselected package libgl1-mesa-dri:amd64. - Preparing to unpack .../29-libgl1-mesa-dri_25.2.3-1ubuntu1_amd64.deb ... - Unpacking libgl1-mesa-dri:amd64 (25.2.3-1ubuntu1) ... - Selecting previously unselected package libglx-mesa0:amd64. - Preparing to unpack .../30-libglx-mesa0_25.2.3-1ubuntu1_amd64.deb ... - Unpacking libglx-mesa0:amd64 (25.2.3-1ubuntu1) ... - Selecting previously unselected package libglx0:amd64. - Preparing to unpack .../31-libglx0_1.7.0-1build2_amd64.deb ... - Unpacking libglx0:amd64 (1.7.0-1build2) ... - Selecting previously unselected package libgl1:amd64. - Preparing to unpack .../32-libgl1_1.7.0-1build2_amd64.deb ... - Unpacking libgl1:amd64 (1.7.0-1build2) ... - Selecting previously unselected package libglx-dev:amd64. - Preparing to unpack .../33-libglx-dev_1.7.0-1build2_amd64.deb ... - Unpacking libglx-dev:amd64 (1.7.0-1build2) ... - Selecting previously unselected package libgl-dev:amd64. - Preparing to unpack .../34-libgl-dev_1.7.0-1build2_amd64.deb ... - Unpacking libgl-dev:amd64 (1.7.0-1build2) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../35-libpkgconf3_1.8.1-4build1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4build1) ... - Selecting previously unselected package libwayland-client0:amd64. - Preparing to unpack .../36-libwayland-client0_1.24.0-1build1_amd64.deb ... - Unpacking libwayland-client0:amd64 (1.24.0-1build1) ... - Selecting previously unselected package mesa-common-dev:amd64. - Preparing to unpack .../37-mesa-common-dev_25.2.3-1ubuntu1_amd64.deb ... - Unpacking mesa-common-dev:amd64 (25.2.3-1ubuntu1) ... - Selecting previously unselected package mesa-vulkan-drivers:amd64. - Preparing to unpack .../38-mesa-vulkan-drivers_25.2.3-1ubuntu1_amd64.deb ... - Unpacking mesa-vulkan-drivers:amd64 (25.2.3-1ubuntu1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../39-pkgconf-bin_1.8.1-4build1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4build1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../40-pkgconf_1.8.1-4build1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4build1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../41-pkg-config_1.8.1-4build1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4build1) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../42-libffi-dev_3.5.2-1build1_amd64.deb ... - Unpacking libffi-dev:amd64 (3.5.2-1build1) ... - Setting up libxcb-dri3-0:amd64 (1.17.0-2build1) ... - Setting up libx11-xcb1:amd64 (2:1.8.12-1build1) ... - Setting up libpciaccess0:amd64 (0.18.1-1ubuntu2) ... - Setting up libxcb-xfixes0:amd64 (1.17.0-2build1) ... - Setting up libglvnd0:amd64 (1.7.0-1build2) ... - Setting up libxml2-16:amd64 (2.14.5+dfsg-0.2) ... - Setting up libxcb-glx0:amd64 (1.17.0-2build1) ... - Setting up libsensors-config (1:3.6.2-2) ... - Setting up libxcb-shm0:amd64 (1.17.0-2build1) ... - Setting up libffi-dev:amd64 (3.5.2-1build1) ... - Setting up libelf1t64:amd64 (0.193-1) ... - Setting up libxxf86vm1:amd64 (1:1.1.4-1build4) ... - Setting up libxcb-present0:amd64 (1.17.0-2build1) ... - Setting up libpkgconf3:amd64 (1.8.1-4build1) ... - Setting up libxcb-sync1:amd64 (1.17.0-2build1) ... - Setting up libllvm20:amd64 (1:20.1.8-0ubuntu4) ... - Setting up pkgconf-bin (1.8.1-4build1) ... - Setting up libsensors5:amd64 (1:3.6.2-2) ... - Setting up libvulkan1:amd64 (1.4.321.0-1) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ... - Setting up libxshmfence1:amd64 (1.3.3-1) ... - Setting up libxcb-randr0:amd64 (1.17.0-2build1) ... - Setting up libdrm-common (2.4.125-1ubuntu0.1) ... - Setting up libwayland-client0:amd64 (1.24.0-1build1) ... - Setting up libpciaccess-dev:amd64 (0.18.1-1ubuntu2) ... - Setting up pkgconf:amd64 (1.8.1-4build1) ... - Setting up pkg-config:amd64 (1.8.1-4build1) ... - Setting up libdrm2:amd64 (2.4.125-1ubuntu0.1) ... - Setting up libdrm-amdgpu1:amd64 (2.4.125-1ubuntu0.1) ... - Setting up mesa-vulkan-drivers:amd64 (25.2.3-1ubuntu1) ... - Setting up libdrm-nouveau2:amd64 (2.4.125-1ubuntu0.1) ... - Setting up libdrm-radeon1:amd64 (2.4.125-1ubuntu0.1) ... - Setting up libdrm-intel1:amd64 (2.4.125-1ubuntu0.1) ... - Setting up mesa-libgallium:amd64 (25.2.3-1ubuntu1) ... - Setting up libdrm-dev:amd64 (2.4.125-1ubuntu0.1) ... - Setting up libgbm1:amd64 (25.2.3-1ubuntu1) ... - Setting up libgl1-mesa-dri:amd64 (25.2.3-1ubuntu1) ... - Setting up libglx-mesa0:amd64 (25.2.3-1ubuntu1) ... - Setting up libglx0:amd64 (1.7.0-1build2) ... - Setting up libgl1:amd64 (1.7.0-1build2) ... - Setting up libglx-dev:amd64 (1.7.0-1build2) ... - Setting up libgl-dev:amd64 (1.7.0-1build2) ... - Setting up mesa-common-dev:amd64 (25.2.3-1ubuntu1) ... - Processing triggers for libc-bin (2.42-0ubuntu3) ... # To update the current shell environment, run: eval $(opam env) 2026-01-12 08:33.16 ---> using "e6734cd995f59a51876ed7751404453f1144d10f31defff93ced34479e9753f1" 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) -> 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-12 08:33.16 ---> using "d421db740b1ada09d75634205407d8fcba0081ae2d4ba6fd73a3ae2a3ef28e86" from cache /src: (copy (src .) (dst /src)) 2026-01-12 08:33.16 ---> saved as "6e3ea594f6b6c880c56604083acf9a1afc0cd46eaa4afc48e052790a9c14d6c6" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Tests skipped. Please install tsdl. OCAMLCI=true 2026-01-12 08:33.16 ---> saved as "1450e1f52b10cfc593e2acc6b8bee48748e5727bc4f471f160d092401cbec646" Job succeeded 2026-01-12 08:33.17: Job succeeded