2025-09-23 11:35.28: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (d14c8c6f39f24d49ee28b2f2d1f56a2a162d6419) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard d14c8c6f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc # debian-13-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 ac8717cc1db49bf0e03c9422ea72652e92de53df || git fetch origin master) && git reset -q --hard ac8717cc1db49bf0e03c9422ea72652e92de53df && 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-threads.base base-unix.base bigarray-compat.1.0.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.1.0 ctypes.0.21.1 ctypes-foreign.0.21.1 dune.3.12.1 dune-configurator.2.5.1 dune-private-libs.2.5.1 integers.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 topkg.1.0.8" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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 2025-09-23 11:35.28: Using cache hint "sanette/gl-legacy-ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc-debian-13-4.14_opam-2.4-af97125b01821719b4c89700ef2c32b4" 2025-09-23 11:35.28: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc) (comment debian-13-4.14_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e ac8717cc1db49bf0e03c9422ea72652e92de53df || git fetch origin master) && git reset -q --hard ac8717cc1db49bf0e03c9422ea72652e92de53df && 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 bigarray-compat.1.0.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.1.0 ctypes.0.21.1 ctypes-foreign.0.21.1 dune.3.12.1 dune-configurator.2.5.1 dune-private-libs.2.5.1 integers.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 topkg.1.0.8") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y gl-legacy.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-09-23 11:35.28: Waiting for resource in pool OCluster 2025-09-23 11:35.28: Waiting for worker… 2025-09-23 11:35.28: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at d14c8c6 another test (from ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc' locally docker.io/ocaml/opam@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc: Pulling from ocaml/opam 15b1d8a5ff03: Already exists 4d5eb3ed0208: Already exists b44e00377829: Already exists 93018e586176: Already exists 587e432a29e2: Already exists cdf304204754: Already exists a444cfe202e3: Already exists 964991c828c0: Already exists a94458d90f79: Already exists e972c69afbc9: Already exists 3997d62e9de2: Already exists d78ea61f72f9: Already exists c68a1176424c: Already exists 63495b383f1a: Already exists aa1a6204320d: Already exists 187b2023e0b3: Already exists 4787e66ddf43: Already exists 973a552bac2d: Already exists 8ad831d15267: Already exists a8377bc33a29: Already exists 84a002321686: Already exists 4f4fb700ef54: Already exists 5d52c4f201d6: Already exists 68ef19bc296a: Already exists 1cda2aa0af1b: Already exists 769f31bcfe07: Already exists b1d715eb0b34: Already exists 6b92d559de80: Already exists 1552f16d9075: Already exists 7a69328970da: Already exists e66b1fc86e6f: Already exists b14737f10b30: Already exists 4b7cf33f8dea: Already exists 0499d18bfcaa: Already exists fb0e4a52e51b: Already exists af1ea896d29c: Already exists cff41317f198: Already exists fbb90a49a8ca: Already exists 2f7f155032eb: Already exists 02f68e1ce660: Already exists ecccefc40725: Pulling fs layer b3c55c49d7c7: Pulling fs layer 086c23210c52: Pulling fs layer be64ebf82eb2: Pulling fs layer b3c55c49d7c7: Waiting 086c23210c52: Waiting be64ebf82eb2: Waiting ecccefc40725: Waiting ecccefc40725: Verifying Checksum ecccefc40725: Download complete b3c55c49d7c7: Download complete 086c23210c52: Verifying Checksum 086c23210c52: Download complete be64ebf82eb2: Verifying Checksum be64ebf82eb2: Download complete ecccefc40725: Pull complete b3c55c49d7c7: Pull complete 086c23210c52: Pull complete be64ebf82eb2: Pull complete Digest: sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc Status: Downloaded newer image for ocaml/opam@sha256:ce7583a4463e517dda39f02d53e6fd4065fe70d94a26e5f51dcceb761272b5dc 2025-09-23 11:35.29 ---> using "f2c15438f4e8107ac42e1adfbd29c5c483ff0e5aaf05ff1291b0b30470c339be" from cache /: (comment debian-13-4.14_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-23 11:35.29 ---> using "26ab65df60191c64e560c28233f493c202a4bbd9bc7407470045de6309f3dbc7" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-23 11:35.50 ---> saved as "b01fa340a5410b8655d54e5c8ba6922600038d8aa3bf6fea9cde94dbae538950" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-23 11:35.50 ---> saved as "bcd57de4dd2d7ffb6e6f53b8fc195555675a5e0356946d206dfa1f13f1fad62e" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-23 11:35.50 ---> saved as "2d027b54766bada2509ab183947b4aa5380e26a0ea7dd540a7b7e4593762f848" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e ac8717cc1db49bf0e03c9422ea72652e92de53df || git fetch origin master) && git reset -q --hard ac8717cc1db49bf0e03c9422ea72652e92de53df && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..3f21ebe342 master -> origin/master ac8717cc1d Merge pull request #28542 from jmid/dune-3-12-1-bound <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.3.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) 2025-09-23 11:36.10 ---> saved as "5d410fd3f1abd8ffffb0083ef09ff2ec64f8c61de865309c50df5efabea99d7a" /src: (copy (src gl-legacy.opam) (dst ./)) 2025-09-23 11:36.10 ---> saved as "dc4f9981d987000614fc1c42a55d2697605f77481b6dc3a8d9956b735112cb42" /src: (run (network host) (shell "opam pin add -yn gl-legacy.dev './'")) [NOTE] Package gl-legacy does not exist in opam repositories registered in the current switch. [gl-legacy.dev] synchronised (file:///src) gl-legacy is now pinned to file:///src (version dev) 2025-09-23 11:36.11 ---> saved as "d506d9250ca8614624116ed49487fd6607d311b2bac06872a791378d40b05339" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-23 11:36.12 ---> saved as "d6aef1d3f718326b584337f552db056f4ed6836230733972ccb3c72f1426dff7" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.0.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.1.0 ctypes.0.21.1 ctypes-foreign.0.21.1 dune.3.12.1 dune-configurator.2.5.1 dune-private-libs.2.5.1 integers.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 topkg.1.0.8") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y gl-legacy.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - 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 [45.7 kB] - Fetched 136 kB in 0s (970 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 ... 20622 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+deb13u1_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... - 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+deb13u1) ... - 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) ... 2025-09-23 11:36.28 ---> saved as "f2082dc9b577d6a6e31dcab0e933cb596d6691381d28aa1eef16b2c5a3d6c260" /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 13 packages - install bigarray-compat 1.0.0 - install conf-libffi 2.0.0 - install conf-libgl 1 - install conf-pkg-config 1.0 - install ctypes 0.21.1 - install ctypes-foreign 0.21.1 - install dune 3.12.1 - install dune-configurator 2.5.1 - install dune-private-libs 2.5.1 - install integers 0.1.0 - install ocamlbuild 0.14.0 - install ocamlfind 1.9.1 - install topkg 1.0.8 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-libgl.1 -> retrieved bigarray-compat.1.0.0 (cached) -> retrieved ctypes.0.21.1, ctypes-foreign.0.21.1 (cached) -> installed conf-pkg-config.1.0 -> retrieved dune.3.12.1 (cached) -> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached) -> retrieved integers.0.1.0 (cached) -> installed conf-libffi.2.0.0 -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved ocamlfind.1.9.1 (cached) -> retrieved topkg.1.0.8 (cached) -> installed ocamlfind.1.9.1 -> installed ocamlbuild.0.14.0 -> installed topkg.1.0.8 -> installed integers.0.1.0 -> installed dune.3.12.1 -> installed bigarray-compat.1.0.0 -> installed dune-private-libs.2.5.1 -> installed dune-configurator.2.5.1 -> installed ctypes.0.21.1 -> installed ctypes-foreign.0.21.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-23 11:37.02 ---> saved as "5e9c1be997cf7778ac847074670a7cff16ceefc475311e52f67daef053dadcd5" /src: (copy (src .) (dst /src)) 2025-09-23 11:37.02 ---> saved as "5a8e462554607873eb4baae4517f755ba23963838a2e878f0c966241cd221909" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-09-23 11:37.03 ---> saved as "1f3bf219c4dc1a3673dfa064208a4acab40da641a662cf22af02b0dbcfa72e19" Job succeeded 2025-09-23 11:37.03: Job succeeded