Organisationssanettegl-legacy1c403b (main)ubuntu-22.04-4.14_opam-2.5

ubuntu-22.04-4.14_opam-2.5

Logs

Show full logs
2026-04-27 07:29.50: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a
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-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a
# ubuntu-22.04-4.14_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-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.4.14.3 ocaml-base-compiler.4.14.3 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 $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-27 07:29.50: Using cache hint "sanette/gl-legacy-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a-ubuntu-22.04-4.14_opam-2.5-c0b74ef11d0bda477807bfd91cfcc352"
2026-04-27 07:29.50: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a)
 (comment ubuntu-22.04-4.14_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-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.4.14.3 ocaml-base-compiler.4.14.3 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-04-27 07:29.50: Waiting for resource in pool OCluster
2026-04-27 08:15.33: Waiting for worker…
2026-04-27 08:18.21: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 1c403ba readme

(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a' locally
docker.io/ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a: Pulling from ocaml/opam
f63eb04151bc: Pulling fs layer
16ef32c2b922: Pulling fs layer
e5e797a8532e: Pulling fs layer
900d76492cd2: Pulling fs layer
b32fb13583c7: Pulling fs layer
cc067465d8d1: Pulling fs layer
6aa8f5351c31: Pulling fs layer
dd8552e5b43d: Pulling fs layer
43f4b9675c30: Pulling fs layer
4c7b0811a3d4: Pulling fs layer
631ea5d5606c: Pulling fs layer
feb2963643de: Pulling fs layer
4a7bd3298042: Pulling fs layer
869749c01379: Pulling fs layer
062faef17978: Pulling fs layer
3da7b1d53079: Pulling fs layer
5c55fc1c2e7f: Pulling fs layer
4f4fb700ef54: Pulling fs layer
bc630b9f54d9: Pulling fs layer
d37f1552c2be: Pulling fs layer
93fddfb5d660: Pulling fs layer
7e22d88b1f22: Pulling fs layer
471528d8c145: Pulling fs layer
ea05e57fd084: Pulling fs layer
158119cd57c7: Pulling fs layer
325db06da924: Pulling fs layer
168b1f896c3b: Pulling fs layer
2bfb76a16172: Pulling fs layer
3da7b1d53079: Waiting
5c55fc1c2e7f: Waiting
4f4fb700ef54: Waiting
bc630b9f54d9: Waiting
d37f1552c2be: Waiting
93fddfb5d660: Waiting
43f4b9675c30: Waiting
4c7b0811a3d4: Waiting
631ea5d5606c: Waiting
cc067465d8d1: Waiting
6aa8f5351c31: Waiting
dd8552e5b43d: Waiting
7e22d88b1f22: Waiting
471528d8c145: Waiting
ea05e57fd084: Waiting
feb2963643de: Waiting
4a7bd3298042: Waiting
158119cd57c7: Waiting
869749c01379: Waiting
b32fb13583c7: Waiting
168b1f896c3b: Waiting
900d76492cd2: Waiting
062faef17978: Waiting
325db06da924: Waiting
2bfb76a16172: Waiting
0cf1ed22f117: Pulling fs layer
5ccb0f2d64b3: Pulling fs layer
5e94edcc9569: Pulling fs layer
00860f476adc: Pulling fs layer
94d81fb6e3f5: Pulling fs layer
0247515e7c33: Pulling fs layer
e05c2c8dbed5: Pulling fs layer
5e97b484e1fe: Pulling fs layer
0cf1ed22f117: Waiting
3b7e8887fcc2: Pulling fs layer
5ccb0f2d64b3: Waiting
15db2b9812bb: Pulling fs layer
5e94edcc9569: Waiting
610e48377a63: Pulling fs layer
00860f476adc: Waiting
117f8d44d4a3: Pulling fs layer
94d81fb6e3f5: Waiting
0247515e7c33: Waiting
9eddb87ae6a8: Pulling fs layer
b38c24be2496: Pulling fs layer
e05c2c8dbed5: Waiting
4cffb5c2964b: Pulling fs layer
5e97b484e1fe: Waiting
3b7e8887fcc2: Waiting
15db2b9812bb: Waiting
9eddb87ae6a8: Waiting
b38c24be2496: Waiting
4cffb5c2964b: Waiting
610e48377a63: Waiting
117f8d44d4a3: Waiting
16ef32c2b922: Verifying Checksum
16ef32c2b922: Download complete
e5e797a8532e: Verifying Checksum
e5e797a8532e: Download complete
b32fb13583c7: Verifying Checksum
b32fb13583c7: Download complete
900d76492cd2: Verifying Checksum
900d76492cd2: Download complete
6aa8f5351c31: Verifying Checksum
6aa8f5351c31: Download complete
dd8552e5b43d: Verifying Checksum
dd8552e5b43d: Download complete
43f4b9675c30: Verifying Checksum
43f4b9675c30: Download complete
4c7b0811a3d4: Verifying Checksum
4c7b0811a3d4: Download complete
631ea5d5606c: Download complete
feb2963643de: Verifying Checksum
feb2963643de: Download complete
4a7bd3298042: Download complete
869749c01379: Verifying Checksum
869749c01379: Download complete
062faef17978: Verifying Checksum
062faef17978: Download complete
3da7b1d53079: Verifying Checksum
3da7b1d53079: Download complete
5c55fc1c2e7f: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
bc630b9f54d9: Verifying Checksum
bc630b9f54d9: Download complete
d37f1552c2be: Verifying Checksum
d37f1552c2be: Download complete
93fddfb5d660: Verifying Checksum
93fddfb5d660: Download complete
7e22d88b1f22: Verifying Checksum
7e22d88b1f22: Download complete
471528d8c145: Verifying Checksum
471528d8c145: Download complete
f63eb04151bc: Verifying Checksum
f63eb04151bc: Download complete
ea05e57fd084: Verifying Checksum
ea05e57fd084: Download complete
158119cd57c7: Verifying Checksum
158119cd57c7: Download complete
325db06da924: Download complete
2bfb76a16172: Verifying Checksum
2bfb76a16172: Download complete
168b1f896c3b: Verifying Checksum
168b1f896c3b: Download complete
0cf1ed22f117: Verifying Checksum
0cf1ed22f117: Download complete
5ccb0f2d64b3: Download complete
5e94edcc9569: Download complete
94d81fb6e3f5: Verifying Checksum
94d81fb6e3f5: Download complete
00860f476adc: Verifying Checksum
00860f476adc: Download complete
f63eb04151bc: Pull complete
16ef32c2b922: Pull complete
e5e797a8532e: Pull complete
e05c2c8dbed5: Download complete
900d76492cd2: Pull complete
b32fb13583c7: Pull complete
cc067465d8d1: Verifying Checksum
cc067465d8d1: Download complete
3b7e8887fcc2: Verifying Checksum
3b7e8887fcc2: Download complete
15db2b9812bb: Verifying Checksum
15db2b9812bb: Download complete
610e48377a63: Verifying Checksum
610e48377a63: Download complete
cc067465d8d1: Pull complete
6aa8f5351c31: Pull complete
dd8552e5b43d: Pull complete
43f4b9675c30: Pull complete
4c7b0811a3d4: Pull complete
631ea5d5606c: Pull complete
feb2963643de: Pull complete
4a7bd3298042: Pull complete
869749c01379: Pull complete
062faef17978: Pull complete
3da7b1d53079: Pull complete
5c55fc1c2e7f: Pull complete
117f8d44d4a3: Verifying Checksum
117f8d44d4a3: Download complete
9eddb87ae6a8: Download complete
4f4fb700ef54: Pull complete
bc630b9f54d9: Pull complete
d37f1552c2be: Pull complete
93fddfb5d660: Pull complete
7e22d88b1f22: Pull complete
471528d8c145: Pull complete
ea05e57fd084: Pull complete
158119cd57c7: Pull complete
325db06da924: Pull complete
168b1f896c3b: Pull complete
2bfb76a16172: Pull complete
0cf1ed22f117: Pull complete
5ccb0f2d64b3: Pull complete
5e94edcc9569: Pull complete
00860f476adc: Pull complete
94d81fb6e3f5: Pull complete
b38c24be2496: Download complete
4cffb5c2964b: Verifying Checksum
4cffb5c2964b: Download complete
0247515e7c33: Verifying Checksum
0247515e7c33: Download complete
5e97b484e1fe: Verifying Checksum
5e97b484e1fe: Download complete
0247515e7c33: Pull complete
e05c2c8dbed5: Pull complete
5e97b484e1fe: Pull complete
3b7e8887fcc2: Pull complete
15db2b9812bb: Pull complete
610e48377a63: Pull complete
117f8d44d4a3: Pull complete
9eddb87ae6a8: Pull complete
b38c24be2496: Pull complete
4cffb5c2964b: Pull complete
Digest: sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a
Status: Downloaded newer image for ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a
2026-04-27 08:18.21 ---> using "8f2b5d0a59cc03e6e84b710b80d10f3206c6bcf1d163b115e624435fb4299fd5" from cache

/: (comment ubuntu-22.04-4.14_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-27 08:18.21 ---> using "87fdcf2f2a15f69e2326fdefca603bf7e5009918339b39978c52d9140c3c5cd9" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-27 08:18.21 ---> using "0780bb7df08dce901f0f1d0c7e2ed44e749fe768d09bfe42aa793c4b41ebc505" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-04-27 08:18.21 ---> using "292a08f2d8ffaadcbe2e8aef0b4b29bd4676ba1d6895ab82a8f9fed1b58fe31a" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-27 08:18.21 ---> using "a03adddbad1c03d5ec72934682e5f46d67d262e0e097e2afa79c5c78dfcdb45a" 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 (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-27 08:18.21 ---> using "352076b96bb2d0ea96495ed1da1cfb48f46c310d7c90a2d195452a9adbc74b8d" from cache

/src: (copy (src gl-legacy.opam) (dst ./))
2026-04-27 08:18.22 ---> saved as "7ad15e228b1f203a8b12c46a167ea3ccc269e12cf6d2dc8e4927fac9b500c754"

/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-27 08:18.28 ---> saved as "211a572a01685eca9892e03f3a1feaba3a217eb565904d66e142b24718c260a8"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-27 08:18.28 ---> saved as "9c3064c30c71fc9f286826187cb7e29db8a0c0cb6e00071e77fb573bad6555c7"

/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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Fetched 384 kB in 1s (315 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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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"
- 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 ... 15645 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-27 08:19.14 ---> saved as "03f22889975a2f7bc07902472db3af9a1821e0844ab54fa3d86ad7e91b2fc0f7"

/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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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.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 stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> 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-27 08:20.46 ---> saved as "b5f5681e4383f6847ff11d5d292bf52345eee2931b3f0f18170e6f357c65dae8"

/src: (copy (src .) (dst /src))
2026-04-27 08:20.47 ---> saved as "c807adf64fa1b4fd8321c09b6000726a7a4f1e1224dad18417e929f4f1e27d3e"

/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-27 08:20.48 ---> saved as "8f28479cf3632332d6e9a0a9d2883733ecfed24096a3ba19cb5190ba7985c2d8"
Job succeeded
2026-04-27 08:20.48: Job succeeded