2026-04-10 09:11.46: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-arm64:debian-13-5.4_arm64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13aOpam 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.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a# debian-13-5.4_arm64_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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && 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.1 dune-configurator.3.22.1 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 $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-10 09:11.46: Using cache hint "sanette/gl-legacy-ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a-debian-13-5.4_arm64_opam-2.5-1a53c02b3364320a771b7ab218b8f836"2026-04-10 09:11.46: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a)(comment debian-13-5.4_arm64_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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && 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.1 dune-configurator.3.22.1 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-04-10 09:11.46: Waiting for resource in pool OCluster2026-04-10 09:11.46: Waiting for worker…2026-04-10 09:33.43: Got resource from pool OClusterBuilding on kydoime.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/gl-legacy.git-643cfcad4c6cee44f8ca158fa701ec3d56de4baf/.git/HEAD is now at 1c403ba readme(from ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a' locallydocker.io/ocaml/opam@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a: Pulling from ocaml/opamac9148dc57ca: Pulling fs layer7888403f6ebd: Pulling fs layerc624d8e138d3: Pulling fs layerbae5329cb92a: Pulling fs layer6228156e24ec: Pulling fs layerd851fec6b77f: Pulling fs layer45e3afcdcfef: Pulling fs layerb3e7f2150c0a: Pulling fs layer91048a8ba3a7: Pulling fs layer26a15cffb83a: Pulling fs layer3c2f2520de0f: Pulling fs layer9f731cc5daa6: Pulling fs layer0809377d5f3c: Pulling fs layerec4e42e8f98c: Pulling fs layer065e3401ccf2: Pulling fs layerbce3ceded749: Pulling fs layerc4a4a6ab703b: Pulling fs layer6228156e24ec: Waitingaa84bc2cf05b: Pulling fs layer0fb96351134e: Pulling fs layerd851fec6b77f: Waiting45e3afcdcfef: Waiting91048a8ba3a7: Waitinga1735f92ccde: Pulling fs layerb3e7f2150c0a: Waitingdce836972d90: Pulling fs layer8a0c641e2184: Pulling fs layerbae5329cb92a: Waiting4f4fb700ef54: Pulling fs layer44a2b50d619a: Pulling fs layer26a15cffb83a: Waitinge27f63ab21e8: Pulling fs layer3c2f2520de0f: Waiting826c3a0f7d41: Pulling fs layerec4e42e8f98c: Waiting7fe544c7b3e6: Pulling fs layer9f731cc5daa6: Waiting0809377d5f3c: Waiting065e3401ccf2: Waitingefa4af957d6d: Pulling fs layerbce3ceded749: Waitinga2fa2f09a7e4: Pulling fs layerc4a4a6ab703b: Waitinga1735f92ccde: Waitingaa84bc2cf05b: Waiting3e0efbdba3cc: Pulling fs layerdce836972d90: Waiting4f299997ffd7: Pulling fs layer0fb96351134e: Waiting8a0c641e2184: Waitingf868b4e81e65: Pulling fs layer87577251fd14: Pulling fs layer4f4fb700ef54: Waitinga2fa2f09a7e4: Waiting7fe544c7b3e6: Waiting826c3a0f7d41: Waitinge27f63ab21e8: Waitingf868b4e81e65: Waiting5e9e2e42ec71: Pulling fs layer44a2b50d619a: Waiting4f299997ffd7: Waiting99812197be51: Pulling fs layer87577251fd14: Waiting5e9e2e42ec71: Waiting8b48f92b9c03: Pulling fs layer99812197be51: Waiting3e0efbdba3cc: Waiting6336fa3f0edf: Pulling fs layer8b48f92b9c03: Waitingf03483f6ff47: Pulling fs layer26c2642c44cf: Pulling fs layer35e7bc3e512e: Pulling fs layerfb2e4e264f0c: Pulling fs layeraa2081614483: Pulling fs layer6336fa3f0edf: Waiting526a1409cb54: Pulling fs layer26c2642c44cf: Waitingfb2e4e264f0c: Waitingf03483f6ff47: Waiting3a2eac8aba41: Pulling fs layer663c0b5229f0: Pulling fs layeraa2081614483: Waitingf07447d54e12: Pulling fs layer663c0b5229f0: Waiting8eca58e2e466: Pulling fs layer269ed2830268: Pulling fs layerf07447d54e12: Waiting35e7bc3e512e: Waiting269ed2830268: Waiting8eca58e2e466: Waiting526a1409cb54: Waiting3a2eac8aba41: Waiting7888403f6ebd: Verifying Checksum7888403f6ebd: Download completec624d8e138d3: Download complete6228156e24ec: Download completebae5329cb92a: Download completeac9148dc57ca: Verifying Checksumac9148dc57ca: Download complete45e3afcdcfef: Verifying Checksum45e3afcdcfef: Download completeb3e7f2150c0a: Verifying Checksumb3e7f2150c0a: Download complete26a15cffb83a: Verifying Checksum26a15cffb83a: Download complete91048a8ba3a7: Verifying Checksum91048a8ba3a7: Download complete3c2f2520de0f: Verifying Checksum3c2f2520de0f: Download completeac9148dc57ca: Pull complete7888403f6ebd: Pull completec624d8e138d3: Pull complete9f731cc5daa6: Verifying Checksum9f731cc5daa6: Download completebae5329cb92a: Pull complete6228156e24ec: Pull complete0809377d5f3c: Verifying Checksum0809377d5f3c: Download completeec4e42e8f98c: Verifying Checksumec4e42e8f98c: Download complete065e3401ccf2: Download completebce3ceded749: Verifying Checksumbce3ceded749: Download completec4a4a6ab703b: Download completeaa84bc2cf05b: Verifying Checksumaa84bc2cf05b: Download complete0fb96351134e: Verifying Checksum0fb96351134e: Download completea1735f92ccde: Verifying Checksuma1735f92ccde: Download completedce836972d90: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8a0c641e2184: Verifying Checksum8a0c641e2184: Download complete44a2b50d619a: Verifying Checksum44a2b50d619a: Download completee27f63ab21e8: Verifying Checksume27f63ab21e8: Download complete7fe544c7b3e6: Download complete826c3a0f7d41: Download completeefa4af957d6d: Verifying Checksumefa4af957d6d: Download completea2fa2f09a7e4: Verifying Checksuma2fa2f09a7e4: Download completed851fec6b77f: Verifying Checksumd851fec6b77f: Download complete3e0efbdba3cc: Verifying Checksum3e0efbdba3cc: Download complete4f299997ffd7: Verifying Checksum4f299997ffd7: Download completef868b4e81e65: Verifying Checksumf868b4e81e65: Download complete87577251fd14: Verifying Checksum87577251fd14: Download complete5e9e2e42ec71: Verifying Checksum5e9e2e42ec71: Download complete99812197be51: Verifying Checksum99812197be51: Download complete6336fa3f0edf: Verifying Checksum6336fa3f0edf: Download complete26c2642c44cf: Verifying Checksum26c2642c44cf: Download complete35e7bc3e512e: Verifying Checksum35e7bc3e512e: Download completefb2e4e264f0c: Verifying Checksumfb2e4e264f0c: Download completeaa2081614483: Download complete526a1409cb54: Download complete3a2eac8aba41: Verifying Checksum3a2eac8aba41: Download completef03483f6ff47: Verifying Checksumf03483f6ff47: Download completef07447d54e12: Verifying Checksumf07447d54e12: Download complete8eca58e2e466: Verifying Checksum8eca58e2e466: Download complete269ed2830268: Verifying Checksum269ed2830268: Download completed851fec6b77f: Pull complete45e3afcdcfef: Pull completeb3e7f2150c0a: Pull complete91048a8ba3a7: Pull complete26a15cffb83a: Pull complete663c0b5229f0: Verifying Checksum663c0b5229f0: Download complete3c2f2520de0f: Pull complete9f731cc5daa6: Pull complete0809377d5f3c: Pull completeec4e42e8f98c: Pull complete065e3401ccf2: Pull completebce3ceded749: Pull completec4a4a6ab703b: Pull completeaa84bc2cf05b: Pull complete0fb96351134e: Pull completea1735f92ccde: Pull completedce836972d90: Pull complete8a0c641e2184: Pull complete4f4fb700ef54: Pull complete44a2b50d619a: Pull completee27f63ab21e8: Pull complete826c3a0f7d41: Pull complete7fe544c7b3e6: Pull completeefa4af957d6d: Pull completea2fa2f09a7e4: Pull complete3e0efbdba3cc: Pull complete4f299997ffd7: Pull completef868b4e81e65: Pull complete87577251fd14: Pull complete5e9e2e42ec71: Pull complete99812197be51: Pull complete8b48f92b9c03: Download complete8b48f92b9c03: Pull complete6336fa3f0edf: Pull completef03483f6ff47: Pull complete26c2642c44cf: Pull complete35e7bc3e512e: Pull completefb2e4e264f0c: Pull completeaa2081614483: Pull complete526a1409cb54: Pull complete3a2eac8aba41: Pull complete663c0b5229f0: Pull completef07447d54e12: Pull complete8eca58e2e466: Pull complete269ed2830268: Pull completeDigest: sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13aStatus: Downloaded newer image for ocaml/opam@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a2026-04-10 09:33.43 ---> using "d3aef2d93064c0f54a54ca210e09e3e24634a77abbb58d114299d90d4843ce0d" from cache/: (comment debian-13-5.4_arm64_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-10 09:33.43 ---> using "26fbe6c6f6005ce5948b37f283839b24f93e5ed4d96bbb09998ab7c0ef2162df" 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-10 09:33.43 ---> using "7c4abe0c556bf71da30fbdbef06c92f36bad545e3ab8919a0691b5d347cee360" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.02.5.02026-04-10 09:33.43 ---> using "6cb0208b5c98d92a52f29957d4c163cc844d1602926f5fdab97837e3ced98827" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-10 09:33.43 ---> using "d6529484688c91d5d67aa4125460c67769e01fb0c9a9c84795637f03b8c38f5b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..4d62a12e26 master -> origin/master7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi<><> 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-10 09:33.43 ---> using "40530c5fcd32e4094abd821383c4e716cef0221077fa18ab1bed23ebc5f6f24e" from cache/src: (copy (src gl-legacy.opam) (dst ./))2026-04-10 09:33.44 ---> saved as "f27cbc80ea582870b138fe375808031a4739070c3d36dbc38ecfa7a992436018"/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-10 09:33.45 ---> saved as "370f02f6bc3e7d84613c1b97a539cf9f624753d05dc7798dd455b3f53e283210"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-10 09:33.45 ---> saved as "ce2914d35dde038f46763f1d8ed0a5adc945475c9154a91eb3763a574c8b72ac"/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.1 dune-configurator.3.22.1 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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main arm64 Packages [9607 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [120 kB]- Fetched 9958 kB in 1s (8376 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 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 ... 20768 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:arm64.- Preparing to unpack .../01-libdrm2_2.4.124-2_arm64.deb ...- Unpacking libdrm2:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-amdgpu1:arm64.- Preparing to unpack .../02-libdrm-amdgpu1_2.4.124-2_arm64.deb ...- Unpacking libdrm-amdgpu1:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-radeon1:arm64.- Preparing to unpack .../03-libdrm-radeon1_2.4.124-2_arm64.deb ...- Unpacking libdrm-radeon1:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-nouveau2:arm64.- Preparing to unpack .../04-libdrm-nouveau2_2.4.124-2_arm64.deb ...- Unpacking libdrm-nouveau2:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-freedreno1:arm64.- Preparing to unpack .../05-libdrm-freedreno1_2.4.124-2_arm64.deb ...- Unpacking libdrm-freedreno1:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-tegra0:arm64.- Preparing to unpack .../06-libdrm-tegra0_2.4.124-2_arm64.deb ...- Unpacking libdrm-tegra0:arm64 (2.4.124-2) ...- Selecting previously unselected package libdrm-etnaviv1:arm64.- Preparing to unpack .../07-libdrm-etnaviv1_2.4.124-2_arm64.deb ...- Unpacking libdrm-etnaviv1:arm64 (2.4.124-2) ...- Selecting previously unselected package libpciaccess0:arm64.- Preparing to unpack .../08-libpciaccess0_0.17-3+b3_arm64.deb ...- Unpacking libpciaccess0:arm64 (0.17-3+b3) ...- Selecting previously unselected package libpciaccess-dev:arm64.- Preparing to unpack .../09-libpciaccess-dev_0.17-3+b3_arm64.deb ...- Unpacking libpciaccess-dev:arm64 (0.17-3+b3) ...- Selecting previously unselected package libdrm-dev:arm64.- Preparing to unpack .../10-libdrm-dev_2.4.124-2_arm64.deb ...- Unpacking libdrm-dev:arm64 (2.4.124-2) ...- Selecting previously unselected package libelf1t64:arm64.- Preparing to unpack .../11-libelf1t64_0.192-4_arm64.deb ...- Unpacking libelf1t64:arm64 (0.192-4) ...- Selecting previously unselected package libffi-dev:arm64.- Preparing to unpack .../12-libffi-dev_3.4.8-2_arm64.deb ...- Unpacking libffi-dev:arm64 (3.4.8-2) ...- Selecting previously unselected package libwayland-server0:arm64.- Preparing to unpack .../13-libwayland-server0_1.23.1-3_arm64.deb ...- Unpacking libwayland-server0:arm64 (1.23.1-3) ...- Selecting previously unselected package libxml2:arm64.- Preparing to unpack .../14-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_arm64.deb ...- Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Selecting previously unselected package libz3-4:arm64.- Preparing to unpack .../15-libz3-4_4.13.3-1_arm64.deb ...- Unpacking libz3-4:arm64 (4.13.3-1) ...- Selecting previously unselected package libllvm19:arm64.- Preparing to unpack .../16-libllvm19_1%3a19.1.7-3+b1_arm64.deb ...- Unpacking libllvm19:arm64 (1:19.1.7-3+b1) ...- Selecting previously unselected package libsensors-config.- Preparing to unpack .../17-libsensors-config_1%3a3.6.2-2_all.deb ...- Unpacking libsensors-config (1:3.6.2-2) ...- Selecting previously unselected package libsensors5:arm64.- Preparing to unpack .../18-libsensors5_1%3a3.6.2-2_arm64.deb ...- Unpacking libsensors5:arm64 (1:3.6.2-2) ...- Selecting previously unselected package libx11-xcb1:arm64.- Preparing to unpack .../19-libx11-xcb1_2%3a1.8.12-1_arm64.deb ...- Unpacking libx11-xcb1:arm64 (2:1.8.12-1) ...- Selecting previously unselected package libxcb-dri3-0:arm64.- Preparing to unpack .../20-libxcb-dri3-0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-dri3-0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-present0:arm64.- Preparing to unpack .../21-libxcb-present0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-present0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-randr0:arm64.- Preparing to unpack .../22-libxcb-randr0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-randr0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-sync1:arm64.- Preparing to unpack .../23-libxcb-sync1_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-sync1:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-xfixes0:arm64.- Preparing to unpack .../24-libxcb-xfixes0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-xfixes0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxshmfence1:arm64.- Preparing to unpack .../25-libxshmfence1_1.3.3-1_arm64.deb ...- Unpacking libxshmfence1:arm64 (1.3.3-1) ...- Selecting previously unselected package mesa-libgallium:arm64.- Preparing to unpack .../26-mesa-libgallium_25.0.7-2_arm64.deb ...- Unpacking mesa-libgallium:arm64 (25.0.7-2) ...- Selecting previously unselected package libgbm1:arm64.- Preparing to unpack .../27-libgbm1_25.0.7-2_arm64.deb ...- Unpacking libgbm1:arm64 (25.0.7-2) ...- Selecting previously unselected package libglvnd0:arm64.- Preparing to unpack .../28-libglvnd0_1.7.0-1+b2_arm64.deb ...- Unpacking libglvnd0:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libxcb-glx0:arm64.- Preparing to unpack .../29-libxcb-glx0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-glx0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-shm0:arm64.- Preparing to unpack .../30-libxcb-shm0_1.17.0-2+b1_arm64.deb ...- Unpacking libxcb-shm0:arm64 (1.17.0-2+b1) ...- Selecting previously unselected package libxxf86vm1:arm64.- Preparing to unpack .../31-libxxf86vm1_1%3a1.1.4-1+b4_arm64.deb ...- Unpacking libxxf86vm1:arm64 (1:1.1.4-1+b4) ...- Selecting previously unselected package libvulkan1:arm64.- Preparing to unpack .../32-libvulkan1_1.4.309.0-1_arm64.deb ...- Unpacking libvulkan1:arm64 (1.4.309.0-1) ...- Selecting previously unselected package libgl1-mesa-dri:arm64.- Preparing to unpack .../33-libgl1-mesa-dri_25.0.7-2_arm64.deb ...- Unpacking libgl1-mesa-dri:arm64 (25.0.7-2) ...- Selecting previously unselected package libglx-mesa0:arm64.- Preparing to unpack .../34-libglx-mesa0_25.0.7-2_arm64.deb ...- Unpacking libglx-mesa0:arm64 (25.0.7-2) ...- Selecting previously unselected package libglx0:arm64.- Preparing to unpack .../35-libglx0_1.7.0-1+b2_arm64.deb ...- Unpacking libglx0:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl1:arm64.- Preparing to unpack .../36-libgl1_1.7.0-1+b2_arm64.deb ...- Unpacking libgl1:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libglx-dev:arm64.- Preparing to unpack .../37-libglx-dev_1.7.0-1+b2_arm64.deb ...- Unpacking libglx-dev:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl-dev:arm64.- Preparing to unpack .../38-libgl-dev_1.7.0-1+b2_arm64.deb ...- Unpacking libgl-dev:arm64 (1.7.0-1+b2) ...- Selecting previously unselected package libpkgconf3:arm64.- Preparing to unpack .../39-libpkgconf3_1.8.1-4_arm64.deb ...- Unpacking libpkgconf3:arm64 (1.8.1-4) ...- Selecting previously unselected package libwayland-client0:arm64.- Preparing to unpack .../40-libwayland-client0_1.23.1-3_arm64.deb ...- Unpacking libwayland-client0:arm64 (1.23.1-3) ...- Selecting previously unselected package mesa-common-dev:arm64.- Preparing to unpack .../41-mesa-common-dev_25.0.7-2_arm64.deb ...- Unpacking mesa-common-dev:arm64 (25.0.7-2) ...- Selecting previously unselected package mesa-vulkan-drivers:arm64.- Preparing to unpack .../42-mesa-vulkan-drivers_25.0.7-2_arm64.deb ...- Unpacking mesa-vulkan-drivers:arm64 (25.0.7-2) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../43-pkgconf-bin_1.8.1-4_arm64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:arm64.- Preparing to unpack .../44-pkgconf_1.8.1-4_arm64.deb ...- Unpacking pkgconf:arm64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:arm64.- Preparing to unpack .../45-pkg-config_1.8.1-4_arm64.deb ...- Unpacking pkg-config:arm64 (1.8.1-4) ...- Setting up libxcb-dri3-0:arm64 (1.17.0-2+b1) ...- Setting up libwayland-server0:arm64 (1.23.1-3) ...- Setting up libx11-xcb1:arm64 (2:1.8.12-1) ...- Setting up libpciaccess0:arm64 (0.17-3+b3) ...- Setting up libpciaccess-dev:arm64 (0.17-3+b3) ...- Setting up libxcb-xfixes0:arm64 (1.17.0-2+b1) ...- Setting up libglvnd0:arm64 (1.7.0-1+b2) ...- Setting up libxcb-glx0:arm64 (1.17.0-2+b1) ...- Setting up libsensors-config (1:3.6.2-2) ...- Setting up libxcb-shm0:arm64 (1.17.0-2+b1) ...- Setting up libffi-dev:arm64 (3.4.8-2) ...- Setting up libelf1t64:arm64 (0.192-4) ...- Setting up libxxf86vm1:arm64 (1:1.1.4-1+b4) ...- Setting up libxcb-present0:arm64 (1.17.0-2+b1) ...- Setting up libz3-4:arm64 (4.13.3-1) ...- Setting up libpkgconf3:arm64 (1.8.1-4) ...- Setting up libxcb-sync1:arm64 (1.17.0-2+b1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libsensors5:arm64 (1:3.6.2-2) ...- Setting up libvulkan1:arm64 (1.4.309.0-1) ...- Setting up libxshmfence1:arm64 (1.3.3-1) ...- Setting up libxcb-randr0:arm64 (1.17.0-2+b1) ...- Setting up libdrm-common (2.4.124-2) ...- Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Setting up libwayland-client0:arm64 (1.23.1-3) ...- Setting up libllvm19:arm64 (1:19.1.7-3+b1) ...- Setting up pkgconf:arm64 (1.8.1-4) ...- Setting up pkg-config:arm64 (1.8.1-4) ...- Setting up libdrm2:arm64 (2.4.124-2) ...- Setting up libdrm-amdgpu1:arm64 (2.4.124-2) ...- Setting up mesa-vulkan-drivers:arm64 (25.0.7-2) ...- Setting up mesa-libgallium:arm64 (25.0.7-2) ...- Setting up libdrm-nouveau2:arm64 (2.4.124-2) ...- Setting up libdrm-etnaviv1:arm64 (2.4.124-2) ...- Setting up libgbm1:arm64 (25.0.7-2) ...- Setting up libdrm-radeon1:arm64 (2.4.124-2) ...- Setting up libgl1-mesa-dri:arm64 (25.0.7-2) ...- Setting up libdrm-freedreno1:arm64 (2.4.124-2) ...- Setting up libdrm-tegra0:arm64 (2.4.124-2) ...- Setting up libdrm-dev:arm64 (2.4.124-2) ...- Setting up libglx-mesa0:arm64 (25.0.7-2) ...- Setting up libglx0:arm64 (1.7.0-1+b2) ...- Setting up libgl1:arm64 (1.7.0-1+b2) ...- Setting up libglx-dev:arm64 (1.7.0-1+b2) ...- Setting up libgl-dev:arm64 (1.7.0-1+b2) ...- Setting up mesa-common-dev:arm64 (25.0.7-2) ...- Processing triggers for libc-bin (2.41-12+deb13u1) ...# To update the current shell environment, run: eval $(opam env)2026-04-10 09:34.04 ---> saved as "2b9f7d8f4ea814c71101f83e35fbd26342e62129a1db36ee7be0a7f47fb64c41"/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.22.1- install dune-configurator 3.22.1- 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)-> installed conf-libffi.2.0.0-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)-> installed dune.3.22.1-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed integers.0.7.0-> installed dune-configurator.3.22.1-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-10 09:34.52 ---> saved as "923149482566c5cb14d2f223a783081788efddf81d7b60e28673b1cc7a4946fc"/src: (copy (src .) (dst /src))2026-04-10 09:34.52 ---> saved as "77fdd4c77d771d83019bb698425ac62d7cb5f37b4d67f30151153ca3ef20396a"/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-10 09:34.53 ---> saved as "12b018920fd8a2cdb1e2ebfcd2bbd786012ba907e8b22ce8dd63758b2b90e0ec"Job succeeded2026-04-10 09:34.53: Job succeeded