2026-01-09 21:43.59: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (cd2acb780df37fa806ffc04df998bf856a3829d8) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard cd2acb78cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25# debian-13-4.14_riscv64_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-01-09 21:43.59: Using cache hint "sanette/gl-legacy-ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25-debian-13-4.14_riscv64_opam-2.5-16eaa6d4de7c3d25fb12bba49bee6249"2026-01-09 21:43.59: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25)(comment debian-13-4.14_riscv64_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-09 21:43.59: Waiting for resource in pool OCluster2026-01-09 21:43.59: Waiting for worker…2026-01-10 03:29.45: Got resource from pool OClusterBuilding on riscv-bm-03.sw.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 cd2acb7 safer argument passing(from ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25' locallydocker.io/ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25: Pulling from ocaml/opame8961870af39: Pulling fs layer4a832a4b5136: Pulling fs layere11310a182cd: Pulling fs layer391f5edf7911: Pulling fs layerdeea94045038: Pulling fs layerbe4e7bcc848f: Pulling fs layer396035b53bc8: Pulling fs layer7bea9105d9bd: Pulling fs layer5b46e8e533f2: Pulling fs layerab2ae9ff501d: Pulling fs layerf68fedbf467f: Pulling fs layer4e3c2b36c974: Pulling fs layer3a8678d6f55c: Pulling fs layerf4543e42c6e2: Pulling fs layere697da0f97a8: Pulling fs layer493a7efdd4dc: Pulling fs layerff33a970d7ea: Pulling fs layerc8fbffadb147: Pulling fs layer9475a1b29b89: Pulling fs layer7fdc5e499d24: Pulling fs layer54fcd2440734: Pulling fs layer1fdc2dbb38a7: Pulling fs layer4f4fb700ef54: Pulling fs layer333cb006279c: Pulling fs layer5a6bb2d2810c: Pulling fs layer8cc3bc437c9b: Pulling fs layer2fdabb00b8ed: Pulling fs layer6ac114550087: Pulling fs layer53c5e0722362: Pulling fs layerb68efb7eab28: Pulling fs layer5677914134a3: Pulling fs layer45f0c8828c23: Pulling fs layer433fbc97fb4e: Pulling fs layer31b3480c0997: Pulling fs layer216ab51b49c9: Pulling fs layerf7cbc98e0b07: Pulling fs layer89cd1b5164b5: Pulling fs layer253501d04927: Pulling fs layer229281282206: Pulling fs layer71bddc788bbc: Pulling fs layer5dd2697f8d70: Pulling fs layer23a01308d955: Pulling fs layerfacd44704fec: Pulling fs layer1454ae22d16a: Pulling fs layer12d8b6a0e452: Pulling fs layerbe4e7bcc848f: Waiting7bea9105d9bd: Waiting5b46e8e533f2: Waiting391f5edf7911: Waitingab2ae9ff501d: Waitingf68fedbf467f: Waitingdeea94045038: Waiting4e3c2b36c974: Waiting396035b53bc8: Waitingb68efb7eab28: Waiting5677914134a3: Waiting45f0c8828c23: Waiting433fbc97fb4e: Waiting1fdc2dbb38a7: Waiting31b3480c0997: Waiting4f4fb700ef54: Waiting333cb006279c: Waiting216ab51b49c9: Waitingf7cbc98e0b07: Waiting5a6bb2d2810c: Waiting89cd1b5164b5: Waiting8cc3bc437c9b: Waiting253501d04927: Waiting229281282206: Waiting2fdabb00b8ed: Waiting71bddc788bbc: Waiting5dd2697f8d70: Waiting6ac114550087: Waiting23a01308d955: Waiting53c5e0722362: Waitingfacd44704fec: Waiting3a8678d6f55c: Waiting1454ae22d16a: Waitingf4543e42c6e2: Waiting12d8b6a0e452: Waitingc8fbffadb147: Waiting9475a1b29b89: Waitinge697da0f97a8: Waitingff33a970d7ea: Waiting493a7efdd4dc: Waiting54fcd2440734: Waiting7fdc5e499d24: Waitinge11310a182cd: Verifying Checksume11310a182cd: Download complete4a832a4b5136: Verifying Checksum4a832a4b5136: Download completedeea94045038: Download complete391f5edf7911: Verifying Checksum391f5edf7911: Download complete396035b53bc8: Verifying Checksum396035b53bc8: Download completee8961870af39: Verifying Checksume8961870af39: Download complete7bea9105d9bd: Verifying Checksum7bea9105d9bd: Download completeab2ae9ff501d: Verifying Checksumab2ae9ff501d: Download complete5b46e8e533f2: Download complete4e3c2b36c974: Verifying Checksum4e3c2b36c974: Download completef68fedbf467f: Verifying Checksumf68fedbf467f: Download complete3a8678d6f55c: Verifying Checksum3a8678d6f55c: Download completee697da0f97a8: Download completef4543e42c6e2: Verifying Checksumf4543e42c6e2: Download complete493a7efdd4dc: Download completeff33a970d7ea: Download completec8fbffadb147: Verifying Checksumc8fbffadb147: Download complete9475a1b29b89: Verifying Checksum9475a1b29b89: Download complete7fdc5e499d24: Download complete54fcd2440734: Verifying Checksum54fcd2440734: Download complete1fdc2dbb38a7: Download complete4f4fb700ef54: Download complete333cb006279c: Verifying Checksum333cb006279c: Download complete5a6bb2d2810c: Verifying Checksum5a6bb2d2810c: Download complete8cc3bc437c9b: Verifying Checksum8cc3bc437c9b: Download complete2fdabb00b8ed: Verifying Checksum2fdabb00b8ed: Download completee8961870af39: Pull complete4a832a4b5136: Pull complete6ac114550087: Download completee11310a182cd: Pull complete53c5e0722362: Verifying Checksum53c5e0722362: Download completeb68efb7eab28: Verifying Checksumb68efb7eab28: Download complete5677914134a3: Verifying Checksum5677914134a3: Download complete45f0c8828c23: Download complete31b3480c0997: Verifying Checksum31b3480c0997: Download complete433fbc97fb4e: Download complete216ab51b49c9: Verifying Checksum216ab51b49c9: Download complete89cd1b5164b5: Verifying Checksum89cd1b5164b5: Download complete391f5edf7911: Pull completedeea94045038: Pull completebe4e7bcc848f: Verifying Checksumbe4e7bcc848f: Download complete229281282206: Verifying Checksum229281282206: Download complete71bddc788bbc: Verifying Checksum71bddc788bbc: Download complete5dd2697f8d70: Verifying Checksum5dd2697f8d70: Download completef7cbc98e0b07: Download complete23a01308d955: Verifying Checksum23a01308d955: Download completefacd44704fec: Verifying Checksumfacd44704fec: Download complete1454ae22d16a: Verifying Checksum1454ae22d16a: Download complete12d8b6a0e452: Download complete253501d04927: Verifying Checksum253501d04927: Download completebe4e7bcc848f: Pull complete396035b53bc8: Pull complete7bea9105d9bd: Pull complete5b46e8e533f2: Pull completeab2ae9ff501d: Pull completef68fedbf467f: Pull complete4e3c2b36c974: Pull complete3a8678d6f55c: Pull completef4543e42c6e2: Pull completee697da0f97a8: Pull complete493a7efdd4dc: Pull completeff33a970d7ea: Pull completec8fbffadb147: Pull complete9475a1b29b89: Pull complete7fdc5e499d24: Pull complete54fcd2440734: Pull complete1fdc2dbb38a7: Pull complete4f4fb700ef54: Pull complete333cb006279c: Pull complete5a6bb2d2810c: Pull complete8cc3bc437c9b: Pull complete2fdabb00b8ed: Pull complete6ac114550087: Pull complete53c5e0722362: Pull completeb68efb7eab28: Pull complete5677914134a3: Pull complete45f0c8828c23: Pull complete433fbc97fb4e: Pull complete31b3480c0997: Pull complete216ab51b49c9: Pull completef7cbc98e0b07: Pull complete89cd1b5164b5: Pull complete253501d04927: Pull complete229281282206: Pull complete71bddc788bbc: Pull complete5dd2697f8d70: Pull complete23a01308d955: Pull completefacd44704fec: Pull complete1454ae22d16a: Pull complete12d8b6a0e452: Pull completeDigest: sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf25Status: Downloaded newer image for ocaml/opam@sha256:6c0bf71b7496fe383f3d8a7edbdd3435dffc13e0655b8554b0ad04323de5cf252026-01-10 03:29.47 ---> using "2f036f5721b663ad0193431097395ba7cf7b655f5429c818c1d2c8c245333700" from cache/: (comment debian-13-4.14_riscv64_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-10 03:29.47 ---> using "c4cec86a6be13e2245f8d3607070c347058b6f04e73bbc6d6bd6e7fc0b928771" 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-01-10 03:29.47 ---> using "7eb25590ac9ea2e2b57eb549069ddeed3e636fe1666a8965e57edd1d5324d558" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 4.14.22.5.02026-01-10 03:29.47 ---> using "69d384370f927b0a9b1dc6a78faace0642e6dadde629ac6440e803f39239e140" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-10 03:29.47 ---> using "27f5f62e840dc7a27141d1c8530f535956c2cf065aabada332d6375cde595a53" 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_HEADee48e882f0..a6b2f19780 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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.4.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-01-10 03:29.47 ---> using "69186da4efa2a52a276bba81eea91bcfc423520db8764827c80a7fd4ec9455c4" from cache/src: (copy (src gl-legacy.opam) (dst ./))2026-01-10 03:29.48 ---> saved as "210880e75f5dcb5a77aa1c25f35d8ef06a10081d17e6e725ee02b59aa440c1c6"/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-10 03:29.55 ---> saved as "d2d14fc50796faedaf162ebd80fe7fc0eacac21cd1788849945ec8435ddb6c01"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-10 03:29.56 ---> saved as "ea575fc4cdb0caec560dbdb815c0f40efeb54d186d8cda64c217ca0075080754"/src: (env DEPS "base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 riscv64 Packages [86.9 kB]- Fetched 178 kB in 0s (389 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-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 ... 20700 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:riscv64.- Preparing to unpack .../01-libdrm2_2.4.124-2_riscv64.deb ...- Unpacking libdrm2:riscv64 (2.4.124-2) ...- Selecting previously unselected package libdrm-amdgpu1:riscv64.- Preparing to unpack .../02-libdrm-amdgpu1_2.4.124-2_riscv64.deb ...- Unpacking libdrm-amdgpu1:riscv64 (2.4.124-2) ...- Selecting previously unselected package libpciaccess0:riscv64.- Preparing to unpack .../03-libpciaccess0_0.17-3+b3_riscv64.deb ...- Unpacking libpciaccess0:riscv64 (0.17-3+b3) ...- Selecting previously unselected package libdrm-intel1:riscv64.- Preparing to unpack .../04-libdrm-intel1_2.4.124-2_riscv64.deb ...- Unpacking libdrm-intel1:riscv64 (2.4.124-2) ...- Selecting previously unselected package libdrm-radeon1:riscv64.- Preparing to unpack .../05-libdrm-radeon1_2.4.124-2_riscv64.deb ...- Unpacking libdrm-radeon1:riscv64 (2.4.124-2) ...- Selecting previously unselected package libdrm-nouveau2:riscv64.- Preparing to unpack .../06-libdrm-nouveau2_2.4.124-2_riscv64.deb ...- Unpacking libdrm-nouveau2:riscv64 (2.4.124-2) ...- Selecting previously unselected package libpciaccess-dev:riscv64.- Preparing to unpack .../07-libpciaccess-dev_0.17-3+b3_riscv64.deb ...- Unpacking libpciaccess-dev:riscv64 (0.17-3+b3) ...- Selecting previously unselected package libdrm-dev:riscv64.- Preparing to unpack .../08-libdrm-dev_2.4.124-2_riscv64.deb ...- Unpacking libdrm-dev:riscv64 (2.4.124-2) ...- Selecting previously unselected package libelf1t64:riscv64.- Preparing to unpack .../09-libelf1t64_0.192-4_riscv64.deb ...- Unpacking libelf1t64:riscv64 (0.192-4) ...- Selecting previously unselected package libffi-dev:riscv64.- Preparing to unpack .../10-libffi-dev_3.4.8-2_riscv64.deb ...- Unpacking libffi-dev:riscv64 (3.4.8-2) ...- Selecting previously unselected package libwayland-server0:riscv64.- Preparing to unpack .../11-libwayland-server0_1.23.1-3_riscv64.deb ...- Unpacking libwayland-server0:riscv64 (1.23.1-3) ...- Selecting previously unselected package libxml2:riscv64.- Preparing to unpack .../12-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_riscv64.deb ...- Unpacking libxml2:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Selecting previously unselected package libz3-4:riscv64.- Preparing to unpack .../13-libz3-4_4.13.3-1_riscv64.deb ...- Unpacking libz3-4:riscv64 (4.13.3-1) ...- Selecting previously unselected package libllvm19:riscv64.- Preparing to unpack .../14-libllvm19_1%3a19.1.7-3+b1_riscv64.deb ...- Unpacking libllvm19:riscv64 (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:riscv64.- Preparing to unpack .../16-libsensors5_1%3a3.6.2-2_riscv64.deb ...- Unpacking libsensors5:riscv64 (1:3.6.2-2) ...- Selecting previously unselected package libx11-xcb1:riscv64.- Preparing to unpack .../17-libx11-xcb1_2%3a1.8.12-1_riscv64.deb ...- Unpacking libx11-xcb1:riscv64 (2:1.8.12-1) ...- Selecting previously unselected package libxcb-dri3-0:riscv64.- Preparing to unpack .../18-libxcb-dri3-0_1.17.0-2+b1_riscv64.deb ...- Unpacking libxcb-dri3-0:riscv64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-present0:riscv64.- Preparing to unpack .../19-libxcb-present0_1.17.0-2+b1_riscv64.deb ...- Unpacking libxcb-present0:riscv64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-randr0:riscv64.- Preparing to unpack .../20-libxcb-randr0_1.17.0-2+b1_riscv64.deb ...- Unpacking libxcb-randr0:riscv64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-sync1:riscv64.- Preparing to unpack .../21-libxcb-sync1_1.17.0-2+b1_riscv64.deb ...- Unpacking libxcb-sync1:riscv64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-xfixes0:riscv64.- Preparing to unpack .../22-libxcb-xfixes0_1.17.0-2+b1_riscv64.deb ...- Unpacking libxcb-xfixes0:riscv64 (1.17.0-2+b1) ...- Selecting previously unselected package libxshmfence1:riscv64.- Preparing to unpack .../23-libxshmfence1_1.3.3-1_riscv64.deb ...- Unpacking libxshmfence1:riscv64 (1.3.3-1) ...- Selecting previously unselected package mesa-libgallium:riscv64.- Preparing to unpack .../24-mesa-libgallium_25.0.7-2_riscv64.deb ...- Unpacking mesa-libgallium:riscv64 (25.0.7-2) ...- Selecting previously unselected package libgbm1:riscv64.- Preparing to unpack .../25-libgbm1_25.0.7-2_riscv64.deb ...- Unpacking libgbm1:riscv64 (25.0.7-2) ...- Selecting previously unselected package libglvnd0:riscv64.- Preparing to unpack .../26-libglvnd0_1.7.0-1+b2_riscv64.deb ...- Unpacking libglvnd0:riscv64 (1.7.0-1+b2) ...- Selecting previously unselected package libxcb-glx0:riscv64.- Preparing to unpack .../27-libxcb-glx0_1.17.0-2+b1_riscv64.deb ...- Unpacking libxcb-glx0:riscv64 (1.17.0-2+b1) ...- Selecting previously unselected package libxcb-shm0:riscv64.- Preparing to unpack .../28-libxcb-shm0_1.17.0-2+b1_riscv64.deb ...- Unpacking libxcb-shm0:riscv64 (1.17.0-2+b1) ...- Selecting previously unselected package libxxf86vm1:riscv64.- Preparing to unpack .../29-libxxf86vm1_1%3a1.1.4-1+b4_riscv64.deb ...- Unpacking libxxf86vm1:riscv64 (1:1.1.4-1+b4) ...- Selecting previously unselected package libvulkan1:riscv64.- Preparing to unpack .../30-libvulkan1_1.4.309.0-1_riscv64.deb ...- Unpacking libvulkan1:riscv64 (1.4.309.0-1) ...- Selecting previously unselected package libgl1-mesa-dri:riscv64.- Preparing to unpack .../31-libgl1-mesa-dri_25.0.7-2_riscv64.deb ...- Unpacking libgl1-mesa-dri:riscv64 (25.0.7-2) ...- Selecting previously unselected package libglx-mesa0:riscv64.- Preparing to unpack .../32-libglx-mesa0_25.0.7-2_riscv64.deb ...- Unpacking libglx-mesa0:riscv64 (25.0.7-2) ...- Selecting previously unselected package libglx0:riscv64.- Preparing to unpack .../33-libglx0_1.7.0-1+b2_riscv64.deb ...- Unpacking libglx0:riscv64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl1:riscv64.- Preparing to unpack .../34-libgl1_1.7.0-1+b2_riscv64.deb ...- Unpacking libgl1:riscv64 (1.7.0-1+b2) ...- Selecting previously unselected package libglx-dev:riscv64.- Preparing to unpack .../35-libglx-dev_1.7.0-1+b2_riscv64.deb ...- Unpacking libglx-dev:riscv64 (1.7.0-1+b2) ...- Selecting previously unselected package libgl-dev:riscv64.- Preparing to unpack .../36-libgl-dev_1.7.0-1+b2_riscv64.deb ...- Unpacking libgl-dev:riscv64 (1.7.0-1+b2) ...- Selecting previously unselected package libpkgconf3:riscv64.- Preparing to unpack .../37-libpkgconf3_1.8.1-4_riscv64.deb ...- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...- Selecting previously unselected package libwayland-client0:riscv64.- Preparing to unpack .../38-libwayland-client0_1.23.1-3_riscv64.deb ...- Unpacking libwayland-client0:riscv64 (1.23.1-3) ...- Selecting previously unselected package mesa-common-dev:riscv64.- Preparing to unpack .../39-mesa-common-dev_25.0.7-2_riscv64.deb ...- Unpacking mesa-common-dev:riscv64 (25.0.7-2) ...- Selecting previously unselected package mesa-vulkan-drivers:riscv64.- Preparing to unpack .../40-mesa-vulkan-drivers_25.0.7-2_riscv64.deb ...- Unpacking mesa-vulkan-drivers:riscv64 (25.0.7-2) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../41-pkgconf-bin_1.8.1-4_riscv64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:riscv64.- Preparing to unpack .../42-pkgconf_1.8.1-4_riscv64.deb ...- Unpacking pkgconf:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:riscv64.- Preparing to unpack .../43-pkg-config_1.8.1-4_riscv64.deb ...- Unpacking pkg-config:riscv64 (1.8.1-4) ...- Setting up libxcb-dri3-0:riscv64 (1.17.0-2+b1) ...- Setting up libwayland-server0:riscv64 (1.23.1-3) ...- Setting up libx11-xcb1:riscv64 (2:1.8.12-1) ...- Setting up libpciaccess0:riscv64 (0.17-3+b3) ...- Setting up libpciaccess-dev:riscv64 (0.17-3+b3) ...- Setting up libxcb-xfixes0:riscv64 (1.17.0-2+b1) ...- Setting up libglvnd0:riscv64 (1.7.0-1+b2) ...- Setting up libxcb-glx0:riscv64 (1.17.0-2+b1) ...- Setting up libsensors-config (1:3.6.2-2) ...- Setting up libxcb-shm0:riscv64 (1.17.0-2+b1) ...- Setting up libffi-dev:riscv64 (3.4.8-2) ...- Setting up libelf1t64:riscv64 (0.192-4) ...- Setting up libxxf86vm1:riscv64 (1:1.1.4-1+b4) ...- Setting up libxcb-present0:riscv64 (1.17.0-2+b1) ...- Setting up libz3-4:riscv64 (4.13.3-1) ...- Setting up libpkgconf3:riscv64 (1.8.1-4) ...- Setting up libxcb-sync1:riscv64 (1.17.0-2+b1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libsensors5:riscv64 (1:3.6.2-2) ...- Setting up libvulkan1:riscv64 (1.4.309.0-1) ...- Setting up libxshmfence1:riscv64 (1.3.3-1) ...- Setting up libxcb-randr0:riscv64 (1.17.0-2+b1) ...- Setting up libdrm-common (2.4.124-2) ...- Setting up libxml2:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Setting up libwayland-client0:riscv64 (1.23.1-3) ...- Setting up libllvm19:riscv64 (1:19.1.7-3+b1) ...- Setting up pkgconf:riscv64 (1.8.1-4) ...- Setting up pkg-config:riscv64 (1.8.1-4) ...- Setting up libdrm2:riscv64 (2.4.124-2) ...- Setting up libdrm-amdgpu1:riscv64 (2.4.124-2) ...- Setting up mesa-vulkan-drivers:riscv64 (25.0.7-2) ...- Setting up mesa-libgallium:riscv64 (25.0.7-2) ...- Setting up libdrm-nouveau2:riscv64 (2.4.124-2) ...- Setting up libgbm1:riscv64 (25.0.7-2) ...- Setting up libdrm-radeon1:riscv64 (2.4.124-2) ...- Setting up libdrm-intel1:riscv64 (2.4.124-2) ...- Setting up libgl1-mesa-dri:riscv64 (25.0.7-2) ...- Setting up libdrm-dev:riscv64 (2.4.124-2) ...- Setting up libglx-mesa0:riscv64 (25.0.7-2) ...- Setting up libglx0:riscv64 (1.7.0-1+b2) ...- Setting up libgl1:riscv64 (1.7.0-1+b2) ...- Setting up libglx-dev:riscv64 (1.7.0-1+b2) ...- Setting up libgl-dev:riscv64 (1.7.0-1+b2) ...- Setting up mesa-common-dev:riscv64 (25.0.7-2) ...- Processing triggers for libc-bin (2.41-12) ...# To update the current shell environment, run: eval $(opam env)2026-01-10 03:31.18 ---> saved as "ba8dad30525158065ac74449f414f6437836cd22f0ec12b642fffb3383044d97"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> 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.20.2, dune-configurator.3.20.2 (cached)-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed integers.0.7.0-> installed dune-configurator.3.20.2-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-10 03:36.27 ---> saved as "13f63e20602965ed7876fd95806afa09f21d027c24ecc42288c5d70f1a6cb326"/src: (copy (src .) (dst /src))2026-01-10 03:36.27 ---> saved as "279d4f320dc2e6765ee710041d2f5b6f47bce9b18cc20e98875043c017e676a5"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Tests skipped. Please install tsdl.2026-01-10 03:36.32 ---> saved as "4662374b04ee5d9c37262df85902eb8da2257605b9a17f337526d422de81ceba"Job succeeded2026-01-10 03:36.32: Job succeeded