2026-04-03 11:36.01: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9Opam 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:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9# ubuntu-22.04-5.4_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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-03 11:36.01: Using cache hint "sanette/gl-legacy-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9-ubuntu-22.04-5.4_opam-2.5-1a53c02b3364320a771b7ab218b8f836"2026-04-03 11:36.01: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9)(comment ubuntu-22.04-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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-03 11:36.01: Waiting for resource in pool OCluster2026-04-03 12:56.02: Waiting for worker…2026-04-03 12:59.45: Got resource from pool OClusterBuilding on clete.caelum.ci.devAll commits already cachedHEAD is now at 1c403ba readme(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9)2026-04-03 12:59.45 ---> using "a494baecbb94e7af4729d4c2ae860efde3ac6b3dc163dcb8423239dae5deadc4" from cache/: (comment ubuntu-22.04-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-03 12:59.45 ---> using "e5280f8b1c6f0298ccc2a6bcb36e6de990878c996fb6e9437093be910da9449d" 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-03 12:59.45 ---> using "0733a7d2324a7e649e143a7b1a25624625d45bf75af068c91f760900ce4dfe73" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-04-03 12:59.45 ---> using "4d7450a6f82470363f267e9558dda7fc3483e573698f6886e667a9bb28c3b837" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 12:59.45 ---> using "b8a2c0d42955ac90f8517be228dcb3fea7854c0d204131339e5e27619cebb1b7" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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-03 12:59.45 ---> using "326e8c7c790f5c572d0be9aa0f02bc72c2af5ed611409784fa44086f53730f98" from cache/src: (copy (src gl-legacy.opam) (dst ./))2026-04-03 12:59.45 ---> saved as "81c81e4a16e6e40f48e0bde4c1284c9aac07c7ef6d00a2d20d6f157da2adf84b"/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-03 12:59.48 ---> saved as "59245f902c4e10769af2c2811c097e8b5732746834d45698bd19fc960039e4c4"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 12:59.48 ---> saved as "e6c2bdf84974dfe0e59728d4988d60c7b55c3195e093d816d925843dedbeb097"/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"- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4219 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1622 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7125 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [84.0 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3844 kB]- Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1310 kB]- Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6803 kB]- Fetched 25.4 MB in 10s (2493 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"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libelf1:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15669 files and directories currently installed.)- Preparing to unpack .../00-libelf1_0.186-1ubuntu0.1_amd64.deb ...- Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ...- Selecting previously unselected package libglib2.0-0:amd64.- Preparing to unpack .../01-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...- Selecting previously unselected package libglib2.0-data.- Preparing to unpack .../02-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...- Selecting previously unselected package libicu70:amd64.- Preparing to unpack .../03-libicu70_70.1-2_amd64.deb ...- Unpacking libicu70:amd64 (70.1-2) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../04-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...- Selecting previously unselected package shared-mime-info.- Preparing to unpack .../05-shared-mime-info_2.1-2_amd64.deb ...- Unpacking shared-mime-info (2.1-2) ...- Selecting previously unselected package xdg-user-dirs.- Preparing to unpack .../06-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...- Selecting previously unselected package libdrm-common.- Preparing to unpack .../07-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ...- Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...- Selecting previously unselected package libdrm2:amd64.- Preparing to unpack .../08-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...- Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Selecting previously unselected package libdrm-amdgpu1:amd64.- Preparing to unpack .../09-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...- Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Selecting previously unselected package libpciaccess0:amd64.- Preparing to unpack .../10-libpciaccess0_0.16-3_amd64.deb ...- Unpacking libpciaccess0:amd64 (0.16-3) ...- Selecting previously unselected package libdrm-intel1:amd64.- Preparing to unpack .../11-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...- Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Selecting previously unselected package libdrm-radeon1:amd64.- Preparing to unpack .../12-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...- Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Selecting previously unselected package libdrm-nouveau2:amd64.- Preparing to unpack .../13-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...- Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Selecting previously unselected package libpciaccess-dev:amd64.- Preparing to unpack .../14-libpciaccess-dev_0.16-3_amd64.deb ...- Unpacking libpciaccess-dev:amd64 (0.16-3) ...- Selecting previously unselected package libdrm-dev:amd64.- Preparing to unpack .../15-libdrm-dev_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...- Unpacking libdrm-dev:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Selecting previously unselected package libglvnd0:amd64.- Preparing to unpack .../16-libglvnd0_1.4.0-1_amd64.deb ...- Unpacking libglvnd0:amd64 (1.4.0-1) ...- Selecting previously unselected package libglapi-mesa:amd64.- Preparing to unpack .../17-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...- Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...- Selecting previously unselected package libx11-xcb1:amd64.- Preparing to unpack .../18-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ...- Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ...- Selecting previously unselected package libxcb-dri2-0:amd64.- Preparing to unpack .../19-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ...- Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ...- Selecting previously unselected package libxcb-dri3-0:amd64.- Preparing to unpack .../20-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ...- Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ...- Selecting previously unselected package libxcb-glx0:amd64.- Preparing to unpack .../21-libxcb-glx0_1.14-3ubuntu3_amd64.deb ...- Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ...- Selecting previously unselected package libxcb-present0:amd64.- Preparing to unpack .../22-libxcb-present0_1.14-3ubuntu3_amd64.deb ...- Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ...- Selecting previously unselected package libxcb-randr0:amd64.- Preparing to unpack .../23-libxcb-randr0_1.14-3ubuntu3_amd64.deb ...- Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ...- Selecting previously unselected package libxcb-shm0:amd64.- Preparing to unpack .../24-libxcb-shm0_1.14-3ubuntu3_amd64.deb ...- Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ...- Selecting previously unselected package libxcb-sync1:amd64.- Preparing to unpack .../25-libxcb-sync1_1.14-3ubuntu3_amd64.deb ...- Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ...- Selecting previously unselected package libxcb-xfixes0:amd64.- Preparing to unpack .../26-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ...- Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ...- Selecting previously unselected package libxfixes3:amd64.- Preparing to unpack .../27-libxfixes3_1%3a6.0.0-1_amd64.deb ...- Unpacking libxfixes3:amd64 (1:6.0.0-1) ...- Selecting previously unselected package libxshmfence1:amd64.- Preparing to unpack .../28-libxshmfence1_1.3-1build4_amd64.deb ...- Unpacking libxshmfence1:amd64 (1.3-1build4) ...- Selecting previously unselected package libxxf86vm1:amd64.- Preparing to unpack .../29-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ...- Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ...- Selecting previously unselected package libllvm15:amd64.- Preparing to unpack .../30-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ...- Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ...- Selecting previously unselected package libsensors-config.- Preparing to unpack .../31-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ...- Unpacking libsensors-config (1:3.6.0-7ubuntu1) ...- Selecting previously unselected package libsensors5:amd64.- Preparing to unpack .../32-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ...- Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ...- Selecting previously unselected package libgl1-mesa-dri:amd64.- Preparing to unpack .../33-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...- Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...- Selecting previously unselected package libglx-mesa0:amd64.- Preparing to unpack .../34-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...- Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...- Selecting previously unselected package libglx0:amd64.- Preparing to unpack .../35-libglx0_1.4.0-1_amd64.deb ...- Unpacking libglx0:amd64 (1.4.0-1) ...- Selecting previously unselected package libgl1:amd64.- Preparing to unpack .../36-libgl1_1.4.0-1_amd64.deb ...- Unpacking libgl1:amd64 (1.4.0-1) ...- Selecting previously unselected package libglx-dev:amd64.- Preparing to unpack .../37-libglx-dev_1.4.0-1_amd64.deb ...- Unpacking libglx-dev:amd64 (1.4.0-1) ...- Selecting previously unselected package libgl-dev:amd64.- Preparing to unpack .../38-libgl-dev_1.4.0-1_amd64.deb ...- Unpacking libgl-dev:amd64 (1.4.0-1) ...- Selecting previously unselected package libgl1-amber-dri:amd64.- Preparing to unpack .../39-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ...- Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ...- Selecting previously unselected package mesa-common-dev:amd64.- Preparing to unpack .../40-mesa-common-dev_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...- Unpacking mesa-common-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...- Selecting previously unselected package pkg-config.- Preparing to unpack .../41-pkg-config_0.29.2-1ubuntu3_amd64.deb ...- Unpacking pkg-config (0.29.2-1ubuntu3) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../42-libffi-dev_3.4.2-4_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.2-4) ...- Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ...- Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ...- Setting up libpciaccess0:amd64 (0.16-3) ...- Setting up libpciaccess-dev:amd64 (0.16-3) ...- Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ...- Setting up xdg-user-dirs (0.17-2ubuntu4) ...- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...- No schema files found: doing nothing.- Setting up libglvnd0:amd64 (1.4.0-1) ...- Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ...- Setting up libsensors-config (1:3.6.0-7ubuntu1) ...- Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ...- Setting up libffi-dev:amd64 (3.4.2-4) ...- Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ...- Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ...- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...- Setting up libxfixes3:amd64 (1:6.0.0-1) ...- Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ...- Setting up pkg-config (0.29.2-1ubuntu3) ...- Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ...- Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...- Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ...- Setting up libxshmfence1:amd64 (1.3-1build4) ...- Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ...- Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...- Setting up libelf1:amd64 (0.186-1ubuntu0.1) ...- Setting up libicu70:amd64 (70.1-2) ...- Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...- Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Setting up shared-mime-info (2.1-2) ...- Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ...- Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ...- Setting up libdrm-dev:amd64 (2.4.113-2~ubuntu0.22.04.1) ...- Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...- Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...- Setting up libglx0:amd64 (1.4.0-1) ...- Setting up libgl1:amd64 (1.4.0-1) ...- Setting up libglx-dev:amd64 (1.4.0-1) ...- Setting up libgl-dev:amd64 (1.4.0-1) ...- Setting up mesa-common-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...# To update the current shell environment, run: eval $(opam env)2026-04-03 13:01.05 ---> saved as "8e2284695dc48d8f0cc9321858c1c1bebd20749de4f63c10452aee389d2a834b"/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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-pkg-config.4-> retrieved integers.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-libgl.1-> retrieved dune.3.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-03 13:02.05 ---> saved as "30dd05f852eed5fcb5ee5a3f090e2c46a533d1bb5285d68d563b308a8133d9a0"/src: (copy (src .) (dst /src))2026-04-03 13:02.05 ---> saved as "1fb0c899c81b41fcb1376534284ffc04dda8d64f50905d2cddb68c7eea86ab42"/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-03 13:02.06 ---> saved as "ac2ac7f9360b5f410686ec16484b201f0dcc860ce1fb497d798776d2eb138c5d"Job succeeded2026-04-03 13:02.06: Job succeeded