2026-04-25 17:24.04: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:debian-13-5.1_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80Opam 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:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80# debian-13-5.1_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 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-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.1.1 ocaml-base-compiler.5.1.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.04: Using cache hint "sanette/gl-legacy-ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80-debian-13-5.1_opam-2.5-b658ef307570febeae6c8faadd9c036e"2026-04-25 17:24.04: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80)(comment debian-13-5.1_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 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-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.1.1 ocaml-base-compiler.5.1.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.04: Waiting for resource in pool OCluster2026-04-25 18:04.20: Waiting for worker…2026-04-25 18:07.27: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 1c403ba readme(from ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80)Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80' locallydocker.io/ocaml/opam@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80: Pulling from ocaml/opam8f6ad858d0a4: Already exists9cb5e198c8cf: Pulling fs layer2d346d36dcf2: Pulling fs layercdc35e289b8d: Pulling fs layeraeb7244bb580: Pulling fs layerfc1943254a0d: Pulling fs layer84238c416f8e: Pulling fs layer2d346d36dcf2: Waitingfbbfe75d3112: Pulling fs layer221fdc5d9929: Pulling fs layercdc35e289b8d: Waiting1fec9149b52a: Pulling fs layer9c6e52557f24: Pulling fs layeraeb7244bb580: Waiting8737f5036aae: Pulling fs layerfc1943254a0d: Waitingd69c4074de14: Pulling fs layerfbbfe75d3112: Waiting84238c416f8e: Waiting7237152a5f04: Pulling fs layer221fdc5d9929: Waiting1fec9149b52a: Waitingfba4b414d8a0: Pulling fs layer9cb5e198c8cf: Waiting40d552afb3ef: Pulling fs layer9c6e52557f24: Waiting077cc17dc8e4: Pulling fs layer8737f5036aae: Waiting7237152a5f04: Waitingd69c4074de14: Waiting40d552afb3ef: Waiting077cc17dc8e4: Waitingfba4b414d8a0: Waiting169e1be36a55: Pulling fs layer0a8a005097ab: Pulling fs layer169e1be36a55: Waitingcaba3ec4b361: Pulling fs layer6a364dc641f8: Pulling fs layer4f4fb700ef54: Pulling fs layerab8052928cdc: Pulling fs layer0a8a005097ab: Waitingf5717a28dd6a: Pulling fs layer79233a9b9bed: Pulling fs layerab8052928cdc: Waitingcaba3ec4b361: Waitingd832d53e7392: Pulling fs layer6a364dc641f8: Waiting1872dad82243: Pulling fs layer79233a9b9bed: Waitingf5717a28dd6a: Waitingbfd849b08ba7: Pulling fs layer834a8024ef15: Pulling fs layerd832d53e7392: Waiting98ccec79258b: Pulling fs layerbfd849b08ba7: Waiting1872dad82243: Waitingfb48f36a0542: Pulling fs layer834a8024ef15: Waiting4f4fb700ef54: Waiting3688b13db8e7: Pulling fs layera5c099f5f72c: Pulling fs layer98ccec79258b: Waiting1ff1760de5b0: Pulling fs layerfb48f36a0542: Waiting98eec6764aa5: Pulling fs layera5c099f5f72c: Waiting1ff1760de5b0: Waitingaa22ae69debd: Pulling fs layer12bfb7b962a2: Pulling fs layer3688b13db8e7: Waitingaa22ae69debd: Waiting98eec6764aa5: Waitingec25ce9bb816: Pulling fs layerbeadd3cf7357: Pulling fs layerd0d0c65a426d: Pulling fs layer12bfb7b962a2: Waiting515483e45ca3: Pulling fs layerec25ce9bb816: Waitingbeadd3cf7357: Waitingd0d0c65a426d: Waiting661f20af1a8e: Pulling fs layer515483e45ca3: Waiting76308b68cccc: Pulling fs layerac510092256e: Pulling fs layerc89302c3f195: Pulling fs layer4e8fe808de1a: Pulling fs layerac510092256e: Waitingc89302c3f195: Waitingfa690c43dd15: Pulling fs layer76308b68cccc: Waiting4e8fe808de1a: Waitingfa690c43dd15: Waiting9cb5e198c8cf: Download complete9cb5e198c8cf: Pull complete2d346d36dcf2: Download complete2d346d36dcf2: Pull completecdc35e289b8d: Verifying Checksumcdc35e289b8d: Download completeaeb7244bb580: Verifying Checksumaeb7244bb580: Download complete84238c416f8e: Verifying Checksum84238c416f8e: Download completecdc35e289b8d: Pull completeaeb7244bb580: Pull completefbbfe75d3112: Verifying Checksumfbbfe75d3112: Download completefc1943254a0d: Verifying Checksumfc1943254a0d: Download complete221fdc5d9929: Verifying Checksum221fdc5d9929: Download complete9c6e52557f24: Download complete1fec9149b52a: Verifying Checksum1fec9149b52a: Download complete8737f5036aae: Verifying Checksum8737f5036aae: Download completed69c4074de14: Verifying Checksumd69c4074de14: Download complete7237152a5f04: Verifying Checksum7237152a5f04: Download completefba4b414d8a0: Download complete40d552afb3ef: Verifying Checksum40d552afb3ef: Download complete077cc17dc8e4: Verifying Checksum077cc17dc8e4: Download complete0a8a005097ab: Download complete169e1be36a55: Verifying Checksum169e1be36a55: Download completecaba3ec4b361: Verifying Checksumcaba3ec4b361: Download complete6a364dc641f8: Verifying Checksum6a364dc641f8: Download complete4f4fb700ef54: Download completeab8052928cdc: Verifying Checksumab8052928cdc: Download completef5717a28dd6a: Download complete79233a9b9bed: Download completed832d53e7392: Download complete1872dad82243: Download completebfd849b08ba7: Verifying Checksumbfd849b08ba7: Download complete834a8024ef15: Verifying Checksum834a8024ef15: Download complete98ccec79258b: Verifying Checksum98ccec79258b: Download completefb48f36a0542: Verifying Checksumfb48f36a0542: Download complete3688b13db8e7: Verifying Checksum3688b13db8e7: Download completea5c099f5f72c: Verifying Checksuma5c099f5f72c: Download complete1ff1760de5b0: Download completeaa22ae69debd: Verifying Checksumaa22ae69debd: Download completeec25ce9bb816: Verifying Checksumec25ce9bb816: Download completebeadd3cf7357: Verifying Checksumbeadd3cf7357: Download completed0d0c65a426d: Verifying Checksumd0d0c65a426d: Download complete515483e45ca3: Verifying Checksum515483e45ca3: Download complete661f20af1a8e: Verifying Checksum661f20af1a8e: Download complete76308b68cccc: Verifying Checksum76308b68cccc: Download complete98eec6764aa5: Verifying Checksum98eec6764aa5: Download completec89302c3f195: Verifying Checksumc89302c3f195: Download complete4e8fe808de1a: Verifying Checksum4e8fe808de1a: Download completefa690c43dd15: Download complete12bfb7b962a2: Verifying Checksum12bfb7b962a2: Download completeac510092256e: Verifying Checksumac510092256e: Download completefc1943254a0d: Pull complete84238c416f8e: Pull completefbbfe75d3112: Pull complete221fdc5d9929: Pull complete1fec9149b52a: Pull complete9c6e52557f24: Pull complete8737f5036aae: Pull completed69c4074de14: Pull complete7237152a5f04: Pull completefba4b414d8a0: Pull complete40d552afb3ef: Pull complete077cc17dc8e4: Pull complete169e1be36a55: Pull complete0a8a005097ab: Pull completecaba3ec4b361: Pull complete6a364dc641f8: Pull complete4f4fb700ef54: Pull completeab8052928cdc: Pull completef5717a28dd6a: Pull complete79233a9b9bed: Pull completed832d53e7392: Pull complete1872dad82243: Pull completebfd849b08ba7: Pull complete834a8024ef15: Pull complete98ccec79258b: Pull completefb48f36a0542: Pull complete3688b13db8e7: Pull completea5c099f5f72c: Pull complete1ff1760de5b0: Pull complete98eec6764aa5: Pull completeaa22ae69debd: Pull complete12bfb7b962a2: Pull completeec25ce9bb816: Pull completebeadd3cf7357: Pull completed0d0c65a426d: Pull complete515483e45ca3: Pull complete661f20af1a8e: Pull complete76308b68cccc: Pull completeac510092256e: Pull completec89302c3f195: Pull complete4e8fe808de1a: Pull completefa690c43dd15: Pull completeDigest: sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80Status: Downloaded newer image for ocaml/opam@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c802026-04-25 18:07.28 ---> using "7a8c4318ebecc195a110e805c6df6198dcb53ee500b47b3114d1212689aacb75" from cache/: (comment debian-13-5.1_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-04-25 18:07.28 ---> using "2e4f886f23455da2abfb8f5f813eee00f2f7d8c8219f3851a2ed3bd4c80c2377" 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:07.28 ---> using "2cf0e378e0df4f2111d4d17c93056b64ad0354b357fdbc21316283fb3374d3a2" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.1.12.5.02026-04-25 18:07.28 ---> using "b79d6d049404b668bf9ab393a9f1159158213010857518b5f1dfb08dde416486" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-25 18:07.28 ---> using "f9737289f29feea7a97b0dbc376b6e1186c8e5355663380f48453b7a76ae3834" 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_HEAD95972b8834..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 possible (run with --verbose to show unavailable upgrades).However, 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:07.28 ---> using "915f5e79e9988a1249fd0aa5bd1a7cb18ebe510a8043c41d6bef43841b45bac8" from cache/src: (copy (src gl-legacy.opam) (dst ./))2026-04-25 18:07.28 ---> saved as "02f275bd0a2d86aa9f74ab2ad6cef30892560096faa5133419d831ee1e417e30"/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:07.31 ---> saved as "731c71636d6bee2ced15a3dd3c5ea0b8ac870e81c382562063baecb4acf5dc15"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-25 18:07.31 ---> saved as "f130135551952441773e9d3e39a75db070ec150da17b4e1a80d308b97f250d47"/src: (env DEPS "base-bigarray.base base-domains.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.1.1 ocaml-base-compiler.5.1.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/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [127 kB]- Fetched 218 kB in 2s (108 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-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.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-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 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 ... 20654 files and directories currently installed.)- Preparing to unpack .../00-libdrm-common_2.4.124-2_all.deb ...- Unpacking libdrm-common (2.4.124-2) ...- Selecting previously unselected package libdrm2:amd64.- Preparing to unpack .../01-libdrm2_2.4.124-2_amd64.deb ...- Unpacking libdrm2:amd64 (2.4.124-2) ...- Selecting previously unselected package libdrm-amdgpu1:amd64.- Preparing to unpack .../02-libdrm-amdgpu1_2.4.124-2_amd64.deb ...- Unpacking libdrm-amdgpu1:amd64 (2.4.124-2) ...- Selecting previously unselected package libpciaccess0:amd64.- Preparing to unpack .../03-libpciaccess0_0.17-3+b3_amd64.deb ...- Unpacking libpciaccess0:amd64 (0.17-3+b3) ...- Selecting previously unselected package libdrm-intel1:amd64.- Preparing to unpack .../04-libdrm-intel1_2.4.124-2_amd64.deb ...- Unpacking libdrm-intel1:amd64 (2.4.124-2) ...- Selecting previously unselected package libdrm-radeon1:amd64.- Preparing to unpack .../05-libdrm-radeon1_2.4.124-2_amd64.deb ...- Unpacking libdrm-radeon1:amd64 (2.4.124-2) ...- Selecting previously unselected package libdrm-nouveau2:amd64.- Preparing to unpack .../06-libdrm-nouveau2_2.4.124-2_amd64.deb ...- Unpacking libdrm-nouveau2:amd64 (2.4.124-2) ...- Selecting previously unselected package libpciaccess-dev:amd64.- Preparing to unpack .../07-libpciaccess-dev_0.17-3+b3_amd64.deb ...- Unpacking libpciaccess-dev:amd64 (0.17-3+b3) ...- Selecting previously unselected package libdrm-dev:amd64.- Preparing to unpack .../08-libdrm-dev_2.4.124-2_amd64.deb ...- Unpacking libdrm-dev:amd64 (2.4.124-2) ...- Selecting previously unselected package libelf1t64:amd64.- Preparing to unpack .../09-libelf1t64_0.192-4_amd64.deb ...- Unpacking libelf1t64:amd64 (0.192-4) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../10-libffi-dev_3.4.8-2_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.8-2) ...- Selecting previously unselected package libwayland-server0:amd64.- Preparing to unpack .../11-libwayland-server0_1.23.1-3_amd64.deb ...- Unpacking libwayland-server0:amd64 (1.23.1-3) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../12-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Selecting previously unselected package libz3-4:amd64.- Preparing to unpack .../13-libz3-4_4.13.3-1_amd64.deb ...- Unpacking libz3-4:amd64 (4.13.3-1) ...- Selecting previously unselected package libllvm19:amd64.- Preparing to unpack .../14-libllvm19_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking libllvm19:amd64 (1:19.1.7-3+b1) ...- Selecting previously unselected package libsensors-config.- Preparing to unpack .../15-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 .../16-libsensors5_1%3a3.6.2-2_amd64.deb ...- Unpacking libsensors5:amd64 (1:3.6.2-2) ...- Selecting previously unselected package libx11-xcb1:amd64.- Preparing to unpack .../17-libx11-xcb1_2%3a1.8.12-1_amd64.deb ...- Unpacking libx11-xcb1:amd64 (2:1.8.12-1) ...- Selecting previously unselected package libxcb-dri3-0:amd64.- Preparing to unpack .../18-libxcb-dri3-0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-dri3-0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-present0:amd64.- Preparing to unpack .../19-libxcb-present0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-present0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-randr0:amd64.- Preparing to unpack .../20-libxcb-randr0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-randr0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-sync1:amd64.- Preparing to unpack .../21-libxcb-sync1_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-sync1:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-xfixes0:amd64.- Preparing to unpack .../22-libxcb-xfixes0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-xfixes0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxshmfence1:amd64.- Preparing to unpack .../23-libxshmfence1_1.3.3-1_amd64.deb ...- Unpacking libxshmfence1:amd64 (1.3.3-1) ...- Selecting previously unselected package mesa-libgallium:amd64.- Preparing to unpack .../24-mesa-libgallium_25.0.7-2_amd64.deb ...- Unpacking mesa-libgallium:amd64 (25.0.7-2) ...- Selecting previously unselected package libgbm1:amd64.- Preparing to unpack .../25-libgbm1_25.0.7-2_amd64.deb ...- Unpacking libgbm1:amd64 (25.0.7-2) ...- Selecting previously unselected package libglvnd0:amd64.- Preparing to unpack .../26-libglvnd0_1.7.0-1+b2_amd64.deb ...- Unpacking libglvnd0:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libxcb-glx0:amd64.- Preparing to unpack .../27-libxcb-glx0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-glx0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-shm0:amd64.- Preparing to unpack .../28-libxcb-shm0_1.17.0-2+b1_amd64.deb ...- Unpacking libxcb-shm0:amd64 (1.17.0-2+b1) ...- Selecting previously unselected package libxxf86vm1:amd64.- Preparing to unpack .../29-libxxf86vm1_1%3a1.1.4-1+b4_amd64.deb ...- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b4) ...- Selecting previously unselected package libvulkan1:amd64.- Preparing to unpack .../30-libvulkan1_1.4.309.0-1_amd64.deb ...- Unpacking libvulkan1:amd64 (1.4.309.0-1) ...- Selecting previously unselected package libgl1-mesa-dri:amd64.- Preparing to unpack .../31-libgl1-mesa-dri_25.0.7-2_amd64.deb ...- Unpacking libgl1-mesa-dri:amd64 (25.0.7-2) ...- Selecting previously unselected package libglx-mesa0:amd64.- Preparing to unpack .../32-libglx-mesa0_25.0.7-2_amd64.deb ...- Unpacking libglx-mesa0:amd64 (25.0.7-2) ...- Selecting previously unselected package libglx0:amd64.- Preparing to unpack .../33-libglx0_1.7.0-1+b2_amd64.deb ...- Unpacking libglx0:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl1:amd64.- Preparing to unpack .../34-libgl1_1.7.0-1+b2_amd64.deb ...- Unpacking libgl1:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libglx-dev:amd64.- Preparing to unpack .../35-libglx-dev_1.7.0-1+b2_amd64.deb ...- Unpacking libglx-dev:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl-dev:amd64.- Preparing to unpack .../36-libgl-dev_1.7.0-1+b2_amd64.deb ...- Unpacking libgl-dev:amd64 (1.7.0-1+b2) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../37-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package libwayland-client0:amd64.- Preparing to unpack .../38-libwayland-client0_1.23.1-3_amd64.deb ...- Unpacking libwayland-client0:amd64 (1.23.1-3) ...- Selecting previously unselected package mesa-common-dev:amd64.- Preparing to unpack .../39-mesa-common-dev_25.0.7-2_amd64.deb ...- Unpacking mesa-common-dev:amd64 (25.0.7-2) ...- Selecting previously unselected package mesa-vulkan-drivers:amd64.- Preparing to unpack .../40-mesa-vulkan-drivers_25.0.7-2_amd64.deb ...- Unpacking mesa-vulkan-drivers:amd64 (25.0.7-2) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../41-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../42-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../43-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libxcb-dri3-0:amd64 (1.17.0-2+b1) ...- Setting up libwayland-server0:amd64 (1.23.1-3) ...- Setting up libx11-xcb1:amd64 (2:1.8.12-1) ...- Setting up libpciaccess0:amd64 (0.17-3+b3) ...- Setting up libpciaccess-dev:amd64 (0.17-3+b3) ...- Setting up libxcb-xfixes0:amd64 (1.17.0-2+b1) ...- Setting up libglvnd0:amd64 (1.7.0-1+b2) ...- Setting up libxcb-glx0:amd64 (1.17.0-2+b1) ...- Setting up libsensors-config (1:3.6.2-2) ...- Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ...- Setting up libffi-dev:amd64 (3.4.8-2) ...- Setting up libelf1t64:amd64 (0.192-4) ...- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b4) ...- Setting up libxcb-present0:amd64 (1.17.0-2+b1) ...- Setting up libz3-4:amd64 (4.13.3-1) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libxcb-sync1:amd64 (1.17.0-2+b1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libsensors5:amd64 (1:3.6.2-2) ...- Setting up libvulkan1:amd64 (1.4.309.0-1) ...- Setting up libxshmfence1:amd64 (1.3.3-1) ...- Setting up libxcb-randr0:amd64 (1.17.0-2+b1) ...- Setting up libdrm-common (2.4.124-2) ...- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Setting up libwayland-client0:amd64 (1.23.1-3) ...- Setting up libllvm19:amd64 (1:19.1.7-3+b1) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Setting up libdrm2:amd64 (2.4.124-2) ...- Setting up libdrm-amdgpu1:amd64 (2.4.124-2) ...- Setting up mesa-vulkan-drivers:amd64 (25.0.7-2) ...- Setting up libdrm-nouveau2:amd64 (2.4.124-2) ...- Setting up libdrm-radeon1:amd64 (2.4.124-2) ...- Setting up libdrm-intel1:amd64 (2.4.124-2) ...- Setting up mesa-libgallium:amd64 (25.0.7-2) ...- Setting up libdrm-dev:amd64 (2.4.124-2) ...- Setting up libgbm1:amd64 (25.0.7-2) ...- Setting up libgl1-mesa-dri:amd64 (25.0.7-2) ...- Setting up libglx-mesa0:amd64 (25.0.7-2) ...- Setting up libglx0:amd64 (1.7.0-1+b2) ...- Setting up libgl1:amd64 (1.7.0-1+b2) ...- Setting up libglx-dev:amd64 (1.7.0-1+b2) ...- Setting up libgl-dev:amd64 (1.7.0-1+b2) ...- Setting up mesa-common-dev:amd64 (25.0.7-2) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...# To update the current shell environment, run: eval $(opam env)2026-04-25 18:08.37 ---> saved as "0045771ca5b2156de80b310d3f77263592d82d5a65f13375881f5d987083a331"/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-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.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-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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> installed conf-libgl.1-> 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-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed dune.3.22.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> 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:10.34 ---> saved as "b13aa604a3443c8a3150a1890fe66a25deff63a8f384d8ed6bf29b804a427350"/src: (copy (src .) (dst /src))2026-04-25 18:10.35 ---> saved as "ddf1bac119c4ddb21bcf80800caa46c1f932f5874eb427941f3e6b186498496f"/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:10.36 ---> saved as "0643d298c5888ba1a21213d63962725bb6cca16e9ca1dc84095a8926d0dfaaa2"Job succeeded2026-04-25 18:10.36: Job succeeded