Organisationssanettegl-legacy1c403b (main)ubuntu-26.04-5.4_opam-2.5

ubuntu-26.04-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-28 18:44.40: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:ubuntu-26.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 1c403ba3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
# ubuntu-26.04-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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-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.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y gl-legacy.dev $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


2026-04-28 18:44.40: Using cache hint "sanette/gl-legacy-ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93-ubuntu-26.04-5.4_opam-2.5-905a55c0e46d312b05fb07bdfcb4856b"
2026-04-28 18:44.40: Using OBuilder spec:
((from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93)
(comment ubuntu-26.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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gl-legacy.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gl-legacy.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-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.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y gl-legacy.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-28 18:44.40: Waiting for resource in pool OCluster
2026-04-28 18:55.03: Waiting for worker…
2026-04-28 18:58.08: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 1c403ba readme


(from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93)
Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93' locally
docker.io/ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93: Pulling from ocaml/opam
5f528443f346: Already exists
9d7db96ef8a1: Already exists
69cd0ed39c32: Already exists
8ddd605780bc: Already exists
b3563cf9c718: Already exists
0ff6404f2cf9: Already exists
0fd106322b2a: Already exists
6cfb66f33040: Already exists
b054a68819af: Already exists
935df48738cf: Already exists
6d7855f07084: Already exists
baf8b6b1404d: Already exists
d11a2bc559d8: Already exists
47b449369e16: Already exists
8821a6dafec4: Already exists
de6cbfe58b17: Already exists
4789d14f0dba: Already exists
dc40a97042b2: Already exists
5ba7a82e9924: Already exists
5ba7a82e9924: Already exists
1bd9b354e379: Already exists
d95538300577: Already exists
ccb31d3e72ef: Already exists
d5ec08a27795: Already exists
4f4fb700ef54: Already exists
cace1535e380: Already exists
6abc7b96ebc8: Already exists
31baaf291736: Already exists
d7ee8870a44e: Already exists
bec0e40ffcad: Already exists
8e3943b026f0: Already exists
2a4924aaac32: Already exists
4761365b4e53: Already exists
1a958ae6c150: Already exists
65cf788ac9e8: Already exists
549c069a431e: Already exists
d41918af1eb8: Already exists
b07a459306ae: Already exists
7a4d6fbc7167: Already exists
d0314755e705: Already exists
9fe4679cfa16: Already exists
3da651ad3c12: Already exists
d706efa35e7e: Already exists
6e4c6034b693: Pulling fs layer
36d0bd387fb0: Pulling fs layer
d28a1a7cd77e: Pulling fs layer
95308d60d7f3: Pulling fs layer
26bd9639e4ee: Pulling fs layer
33968c9edaaf: Pulling fs layer
95308d60d7f3: Waiting
8b13cfd06b81: Pulling fs layer
26bd9639e4ee: Waiting
33968c9edaaf: Waiting
8b13cfd06b81: Waiting
6e4c6034b693: Download complete
6e4c6034b693: Pull complete
36d0bd387fb0: Verifying Checksum
36d0bd387fb0: Download complete
d28a1a7cd77e: Verifying Checksum
d28a1a7cd77e: Download complete
36d0bd387fb0: Pull complete
d28a1a7cd77e: Pull complete
26bd9639e4ee: Download complete
33968c9edaaf: Verifying Checksum
33968c9edaaf: Download complete
8b13cfd06b81: Download complete
95308d60d7f3: Verifying Checksum
95308d60d7f3: Download complete
95308d60d7f3: Pull complete
26bd9639e4ee: Pull complete
33968c9edaaf: Pull complete
8b13cfd06b81: Pull complete
Digest: sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
Status: Downloaded newer image for ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
2026-04-28 19:30.16 ---> using "adfe62a45dcf1f3d9a164e7f0368fcd193a49fd597399c1056161905cce9782f" from cache


/: (comment ubuntu-26.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-28 19:30.16 ---> using "b9838b293e5f89d62a9632e502da1025454ab6b34001005252ead3cf4dde9f8d" 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
2026-04-28 19:30.16 ---> using "fc799b5b75670c49b5dcd664b948892af46813078beb8491ffa32208b628d37b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-04-28 19:30.16 ---> using "4c43701be6bba98acfc33570ce6b1e0d025c02dabce58a2d606d8dadaee56a1a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-28 19:30.16 ---> using "964d8523f4b7cfafa163e75bd9a7a84f3117f3f0b733287929a5d7b9e61d5bb1" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible
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-28 19:30.16 ---> using "19090571f277837fc40c65efecb39f00c806725374c83053174ea3c6eead7f57" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-04-28 19:30.17 ---> saved as "4dcb676fcd6433bad02d59de363d29c212559d971d38968c868fa170fa0b99a0"


/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-28 19:30.19 ---> saved as "bd39196598ed75669cfba3663d97454f1cf21f5e2501c866e1675c8347c65ca1"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-28 19:30.20 ---> saved as "9476231dc648807bf0ea645470c288a2aa41f865f281d52633a7f5af534b67ff"


/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.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y gl-legacy.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu resolute InRelease
- Get:2 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [136 kB]
- Get:3 http://security.ubuntu.com/ubuntu resolute-security InRelease [136 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu resolute-backports InRelease
- Get:5 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [14.1 kB]
- Get:6 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [6843 B]
- Get:7 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [14.1 kB]
- Get:8 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [6843 B]
- Fetched 313 kB in 2s (157 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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-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 libelf1t64: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 ... 22821 files and directories currently installed.)
- Preparing to unpack .../00-libelf1t64_0.194-4_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.194-4) ...
- Selecting previously unselected package libxml2-16:amd64.
- Preparing to unpack .../01-libxml2-16_2.15.2+dfsg-0.1_amd64.deb ...
- Unpacking libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../02-libdrm-common_2.4.131-1_all.deb ...
- Unpacking libdrm-common (2.4.131-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../03-libdrm2_2.4.131-1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.131-1) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../04-libpng16-16t64_1.6.57-1_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.57-1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../05-libsensors-config_1%3a3.6.2-2build1_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2build1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../06-libsensors5_1%3a3.6.2-2build1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.2-2build1) ...
- Selecting previously unselected package libdisplay-info3:amd64.
- Preparing to unpack .../07-libdisplay-info3_0.3.0-1_amd64.deb ...
- Unpacking libdisplay-info3:amd64 (0.3.0-1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../08-libdrm-amdgpu1_2.4.131-1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.131-1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../09-libpciaccess0_0.18.1-1ubuntu4_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.18.1-1ubuntu4) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../10-libdrm-intel1_2.4.131-1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.131-1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../11-libdrm-radeon1_2.4.131-1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.131-1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../12-libdrm-nouveau2_2.4.131-1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.131-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../13-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu3_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu3) ...
- Selecting previously unselected package libpciaccess-dev:amd64.
- Preparing to unpack .../14-libpciaccess-dev_0.18.1-1ubuntu4_amd64.deb ...
- Unpacking libpciaccess-dev:amd64 (0.18.1-1ubuntu4) ...
- Selecting previously unselected package libdrm-dev:amd64.
- Preparing to unpack .../15-libdrm-dev_2.4.131-1_amd64.deb ...
- Unpacking libdrm-dev:amd64 (2.4.131-1) ...
- Selecting previously unselected package libllvm21:amd64.
- Preparing to unpack .../16-libllvm21_1%3a21.1.8-6ubuntu1_amd64.deb ...
- Unpacking libllvm21:amd64 (1:21.1.8-6ubuntu1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../17-libx11-xcb1_2%3a1.8.13-1_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.13-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../18-libxcb-dri3-0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../19-libxcb-present0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../20-libxcb-randr0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../21-libxcb-sync1_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../22-libxcb-xfixes0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../23-libxshmfence1_1.3.3-1build1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3.3-1build1) ...
- Selecting previously unselected package mesa-libgallium:amd64.
- Preparing to unpack .../24-mesa-libgallium_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking mesa-libgallium:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../25-libgbm1_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking libgbm1:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../26-libglvnd0_1.7.0-3_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.7.0-3) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../27-libvulkan1_1.4.341.0-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.4.341.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../28-libgl1-mesa-dri_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../29-libxcb-glx0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../30-libxcb-shm0_1.17.0-2ubuntu1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2ubuntu1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../31-libxxf86vm1_1%3a1.1.4-2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-2) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../32-libglx-mesa0_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../33-libglx0_1.7.0-3_amd64.deb ...
- Unpacking libglx0:amd64 (1.7.0-3) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../34-libgl1_1.7.0-3_amd64.deb ...
- Unpacking libgl1:amd64 (1.7.0-3) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../35-libglx-dev_1.7.0-3_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.7.0-3) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../36-libgl-dev_1.7.0-3_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.7.0-3) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../37-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../38-libwayland-client0_1.24.0-2_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.24.0-2) ...
- Selecting previously unselected package mesa-common-dev:amd64.
- Preparing to unpack .../39-mesa-common-dev_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking mesa-common-dev:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../40-mesa-vulkan-drivers_26.0.3-1ubuntu1_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (26.0.3-1ubuntu1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../41-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../42-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../43-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../44-libffi-dev_3.5.2-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.5.2-4) ...
- Setting up libxcb-dri3-0:amd64 (1.17.0-2ubuntu1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.13-1) ...
- Setting up libpciaccess0:amd64 (0.18.1-1ubuntu4) ...
- Setting up libxcb-xfixes0:amd64 (1.17.0-2ubuntu1) ...
- Setting up libglvnd0:amd64 (1.7.0-3) ...
- Setting up libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Setting up libdisplay-info3:amd64 (0.3.0-1) ...
- Setting up libxcb-glx0:amd64 (1.17.0-2ubuntu1) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libsensors-config (1:3.6.2-2build1) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2ubuntu1) ...
- Setting up libffi-dev:amd64 (3.5.2-4) ...
- Setting up libelf1t64:amd64 (0.194-4) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-2) ...
- Setting up libxcb-present0:amd64 (1.17.0-2ubuntu1) ...
- Setting up libxcb-sync1:amd64 (1.17.0-2ubuntu1) ...
- Setting up libllvm21:amd64 (1:21.1.8-6ubuntu1) ...
- Setting up libpng16-16t64:amd64 (1.6.57-1) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libsensors5:amd64 (1:3.6.2-2build1) ...
- Setting up libvulkan1:amd64 (1.4.341.0-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu3) ...
- Setting up libxshmfence1:amd64 (1.3.3-1build1) ...
- Setting up libxcb-randr0:amd64 (1.17.0-2ubuntu1) ...
- Setting up libdrm-common (2.4.131-1) ...
- Setting up libwayland-client0:amd64 (1.24.0-2) ...
- Setting up libpciaccess-dev:amd64 (0.18.1-1ubuntu4) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Setting up libdrm2:amd64 (2.4.131-1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.131-1) ...
- Setting up mesa-vulkan-drivers:amd64 (26.0.3-1ubuntu1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.131-1) ...
- Setting up libdrm-radeon1:amd64 (2.4.131-1) ...
- Setting up libdrm-intel1:amd64 (2.4.131-1) ...
- Setting up mesa-libgallium:amd64 (26.0.3-1ubuntu1) ...
- Setting up libdrm-dev:amd64 (2.4.131-1) ...
- Setting up libgbm1:amd64 (26.0.3-1ubuntu1) ...
- Setting up libgl1-mesa-dri:amd64 (26.0.3-1ubuntu1) ...
- Setting up libglx-mesa0:amd64 (26.0.3-1ubuntu1) ...
- Setting up libglx0:amd64 (1.7.0-3) ...
- Setting up libgl1:amd64 (1.7.0-3) ...
- Setting up libglx-dev:amd64 (1.7.0-3) ...
- Setting up libgl-dev:amd64 (1.7.0-3) ...
- Setting up mesa-common-dev:amd64 (26.0.3-1ubuntu1) ...
- Processing triggers for libc-bin (2.43-2ubuntu2) ...
# To update the current shell environment, run: eval $(opam env)
2026-04-28 19:30.40 ---> saved as "26b57897ec9dcfafd2ab042c489c7c3c2114098ec7f1f8bbc22ca768592326b5"


/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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-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.2
- install dune-configurator 3.22.2
- 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.2, dune-configurator.3.22.2  (cached)
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.22.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-28 19:31.25 ---> saved as "2ade78c20b8619a0faaa9f5da1f70407fd4f129cda760eada261a1353b64665f"


/src: (copy (src .) (dst /src))
2026-04-28 19:31.26 ---> saved as "f24950beeddca21388621132188662b96a064a9d90b00b4779a5530d840c4420"


/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=true
2026-04-28 19:31.28 ---> saved as "f98743453ca69a6ccf727ea5344fec766bcaebf42ed1e68bf2e83f8a5b34cb38"
Job succeeded
2026-04-28 19:31.28: Job succeeded