Organisationssanettegl-legacy1c403b (main)debian-12-4.14_opam-2.5

debian-12-4.14_opam-2.5

Logs

Show full logs
2026-04-27 07:22.01: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:debian-12-4.14_opam-2.5)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
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:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
# debian-12-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:22.01: Using cache hint "sanette/gl-legacy-ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131-debian-12-4.14_opam-2.5-c0b74ef11d0bda477807bfd91cfcc352"
2026-04-27 07:22.01: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)
 (comment debian-12-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:22.01: Waiting for resource in pool OCluster
2026-04-27 07:22.11: Waiting for worker…
2026-04-27 07:23.56: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 1c403ba readme

(from ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131' locally
docker.io/ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131: Pulling from ocaml/opam
db53381ee51f: Pulling fs layer
b3e2b48e921d: Pulling fs layer
e459b55aaa69: Pulling fs layer
0a156e8c6272: Pulling fs layer
e42408e5ffdf: Pulling fs layer
50bb2b3826ab: Pulling fs layer
4618d1f3d563: Pulling fs layer
efa196b04cec: Pulling fs layer
78007f9dbcde: Pulling fs layer
9eb9691d1780: Pulling fs layer
154d04bdbd49: Pulling fs layer
afab16d31797: Pulling fs layer
43546dfdea90: Pulling fs layer
c285e4bc2236: Pulling fs layer
9fa77dc95407: Pulling fs layer
f8dca9d30623: Pulling fs layer
a900254ad981: Pulling fs layer
9ec16dbccaf2: Pulling fs layer
d8bb652027f5: Pulling fs layer
d5a64739e55b: Pulling fs layer
8411aa5818e1: Pulling fs layer
c367703ffbfd: Pulling fs layer
4f4fb700ef54: Pulling fs layer
06ed83b93433: Pulling fs layer
e42408e5ffdf: Waiting
50bb2b3826ab: Waiting
e335f4621067: Pulling fs layer
78007f9dbcde: Waiting
936c44eb0cd5: Pulling fs layer
a900254ad981: Waiting
9ec16dbccaf2: Waiting
9eb9691d1780: Waiting
d8bb652027f5: Waiting
154d04bdbd49: Waiting
d5a64739e55b: Waiting
31c07354a88a: Pulling fs layer
afab16d31797: Waiting
9fa77dc95407: Waiting
43546dfdea90: Waiting
ed57764a58c9: Pulling fs layer
4618d1f3d563: Waiting
f8dca9d30623: Waiting
c285e4bc2236: Waiting
06ed83b93433: Waiting
8411aa5818e1: Waiting
936c44eb0cd5: Waiting
e335f4621067: Waiting
c367703ffbfd: Waiting
04ee923c5dd7: Pulling fs layer
31c07354a88a: Waiting
00d09ef45b27: Pulling fs layer
efa196b04cec: Waiting
ed57764a58c9: Waiting
4f4fb700ef54: Waiting
9d8c730b185a: Pulling fs layer
0a156e8c6272: Waiting
00d09ef45b27: Waiting
b1ca3f6b0b88: Pulling fs layer
9d8c730b185a: Waiting
e7959d77f2f9: Pulling fs layer
56d4d012630e: Pulling fs layer
b1ca3f6b0b88: Waiting
bfc1e2c4fe29: Pulling fs layer
56d4d012630e: Waiting
bd0dac824dd3: Pulling fs layer
04ee923c5dd7: Waiting
8534f767fb63: Pulling fs layer
43147bea5997: Pulling fs layer
bfc1e2c4fe29: Waiting
bd0dac824dd3: Waiting
61e1aff4c41d: Pulling fs layer
841b52120a5c: Pulling fs layer
d56e33f3c3f1: Pulling fs layer
d1ad66254d32: Pulling fs layer
61e1aff4c41d: Waiting
26aa6f0595b6: Pulling fs layer
d9866a05df42: Pulling fs layer
d06932c99024: Pulling fs layer
26aa6f0595b6: Waiting
d9866a05df42: Waiting
43147bea5997: Waiting
d06932c99024: Waiting
e7959d77f2f9: Waiting
d56e33f3c3f1: Waiting
841b52120a5c: Waiting
d1ad66254d32: Waiting
b3e2b48e921d: Download complete
e459b55aaa69: Verifying Checksum
e459b55aaa69: Download complete
e42408e5ffdf: Download complete
db53381ee51f: Verifying Checksum
db53381ee51f: Download complete
4618d1f3d563: Verifying Checksum
4618d1f3d563: Download complete
efa196b04cec: Verifying Checksum
efa196b04cec: Download complete
78007f9dbcde: Verifying Checksum
78007f9dbcde: Download complete
9eb9691d1780: Download complete
db53381ee51f: Pull complete
b3e2b48e921d: Pull complete
e459b55aaa69: Pull complete
154d04bdbd49: Verifying Checksum
154d04bdbd49: Download complete
0a156e8c6272: Verifying Checksum
0a156e8c6272: Download complete
0a156e8c6272: Pull complete
e42408e5ffdf: Pull complete
afab16d31797: Verifying Checksum
afab16d31797: Download complete
43546dfdea90: Verifying Checksum
43546dfdea90: Download complete
c285e4bc2236: Verifying Checksum
c285e4bc2236: Download complete
9fa77dc95407: Download complete
50bb2b3826ab: Verifying Checksum
50bb2b3826ab: Download complete
f8dca9d30623: Download complete
9ec16dbccaf2: Download complete
d8bb652027f5: Download complete
a900254ad981: Download complete
d5a64739e55b: Verifying Checksum
d5a64739e55b: Download complete
8411aa5818e1: Download complete
c367703ffbfd: Verifying Checksum
c367703ffbfd: Download complete
4f4fb700ef54: Download complete
06ed83b93433: Download complete
936c44eb0cd5: Download complete
31c07354a88a: Download complete
ed57764a58c9: Download complete
04ee923c5dd7: Download complete
00d09ef45b27: Verifying Checksum
00d09ef45b27: Download complete
e335f4621067: Verifying Checksum
e335f4621067: Download complete
9d8c730b185a: Verifying Checksum
9d8c730b185a: Download complete
e7959d77f2f9: Download complete
56d4d012630e: Verifying Checksum
56d4d012630e: Download complete
b1ca3f6b0b88: Verifying Checksum
b1ca3f6b0b88: Download complete
bfc1e2c4fe29: Verifying Checksum
bfc1e2c4fe29: Download complete
8534f767fb63: Verifying Checksum
8534f767fb63: Download complete
61e1aff4c41d: Download complete
841b52120a5c: Verifying Checksum
841b52120a5c: Download complete
d56e33f3c3f1: Verifying Checksum
d56e33f3c3f1: Download complete
50bb2b3826ab: Pull complete
4618d1f3d563: Pull complete
efa196b04cec: Pull complete
78007f9dbcde: Pull complete
9eb9691d1780: Pull complete
154d04bdbd49: Pull complete
afab16d31797: Pull complete
43546dfdea90: Pull complete
c285e4bc2236: Pull complete
9fa77dc95407: Pull complete
f8dca9d30623: Pull complete
a900254ad981: Pull complete
9ec16dbccaf2: Pull complete
d8bb652027f5: Pull complete
d5a64739e55b: Pull complete
8411aa5818e1: Pull complete
c367703ffbfd: Pull complete
4f4fb700ef54: Pull complete
06ed83b93433: Pull complete
e335f4621067: Pull complete
936c44eb0cd5: Pull complete
31c07354a88a: Pull complete
ed57764a58c9: Pull complete
04ee923c5dd7: Pull complete
00d09ef45b27: Pull complete
9d8c730b185a: Pull complete
b1ca3f6b0b88: Pull complete
e7959d77f2f9: Pull complete
56d4d012630e: Pull complete
bfc1e2c4fe29: Pull complete
d1ad66254d32: Verifying Checksum
d1ad66254d32: Download complete
26aa6f0595b6: Download complete
d9866a05df42: Download complete
d06932c99024: Verifying Checksum
d06932c99024: Download complete
bd0dac824dd3: Verifying Checksum
bd0dac824dd3: Download complete
43147bea5997: Verifying Checksum
43147bea5997: Download complete
bd0dac824dd3: Pull complete
8534f767fb63: Pull complete
43147bea5997: Pull complete
61e1aff4c41d: Pull complete
841b52120a5c: Pull complete
d56e33f3c3f1: Pull complete
d1ad66254d32: Pull complete
26aa6f0595b6: Pull complete
d9866a05df42: Pull complete
d06932c99024: Pull complete
Digest: sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
Status: Downloaded newer image for ocaml/opam@sha256:aa7ac95689bc33445957fddf00f47f1afca5fe8d099a057cd1416698f955d131
2026-04-27 07:25.30 ---> saved as "8eeeee592794562764d894fbd145492a49eae4057d14de00ab0bc2eb49387fc0"

/: (comment debian-12-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 07:25.32 ---> saved as "84257d805c6f7bc639fe2196530d35e2500b50093994cf2a111687c109982a81"

/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-27 07:25.54 ---> saved as "ffb1bdb340243b49dc9df1b2e0c32d07aab013444d1af80709726454b62d4687"

/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 07:25.56 ---> saved as "7cc0e1908486cd81cfb13a206a6a38d62635f7188e7734bd5070c1d7c8a67127"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-27 07:25.57 ---> saved as "2116358d41d594606c34a071624c510454ea89b2b02afe33d4a752251deb06fe"

/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 07:26.11 ---> saved as "88b579ff25c2d57284f848b371a89516dfe2c19e0d988eb6ddd765ef5d5de8c0"

/src: (copy (src gl-legacy.opam) (dst ./))
2026-04-27 07:26.27 ---> saved as "bba421ce099bf6861e5009fff0ed5f8632129066b37cba2ac78e415fa2d2bcd2"

/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 07:26.52 ---> saved as "49cbf5e2555f443cf883a164b3f2456535f4f48d2b864546fe479b32dec3941b"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-27 07:27.20 ---> saved as "9f27c92af37c7ef5b546b865ec22d9162b2e78b2f53845b7a512295bbc3d7016"

/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"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 0s (275 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 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 ... 18755 files and directories currently installed.)
- Preparing to unpack .../00-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../01-libdrm2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../02-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../03-libpciaccess0_0.17-2_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-2) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../04-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../05-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../06-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess-dev:amd64.
- Preparing to unpack .../07-libpciaccess-dev_0.17-2_amd64.deb ...
- Unpacking libpciaccess-dev:amd64 (0.17-2) ...
- Selecting previously unselected package libdrm-dev:amd64.
- Preparing to unpack .../08-libdrm-dev_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-dev:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../09-libelf1_0.188-2.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.188-2.1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../10-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../11-libglvnd0_1.6.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../12-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../13-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../14-libxcb-dri2-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../15-libxcb-dri3-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../16-libxcb-glx0_1.15-1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../17-libxcb-present0_1.15-1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../18-libxcb-randr0_1.15-1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../19-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../20-libxcb-sync1_1.15-1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../21-libxcb-xfixes0_1.15-1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../22-libxfixes3_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../23-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../24-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../25-libicu72_72.1-3+deb12u1_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3+deb12u1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../26-libxml2_2.9.14+dfsg-1.3~deb12u5_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../27-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm15:amd64.
- Preparing to unpack .../28-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
- Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../29-libsensors-config_1%3a3.6.0-7.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7.1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../30-libsensors5_1%3a3.6.0-7.1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../31-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../32-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../33-libglx0_1.6.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../34-libgl1_1.6.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../35-libglx-dev_1.6.0-1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../36-libgl-dev_1.6.0-1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../37-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package mesa-common-dev:amd64.
- Preparing to unpack .../38-mesa-common-dev_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking mesa-common-dev:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../39-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../40-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../41-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libxcb-dri3-0:amd64 (1.15-1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libpciaccess0:amd64 (0.17-2) ...
- Setting up libicu72:amd64 (72.1-3+deb12u1) ...
- Setting up libpciaccess-dev:amd64 (0.17-2) ...
- Setting up libxcb-xfixes0:amd64 (1.15-1) ...
- Setting up libglvnd0:amd64 (1.6.0-1) ...
- Setting up libxcb-glx0:amd64 (1.15-1) ...
- Setting up libsensors-config (1:3.6.0-7.1) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libxcb-present0:amd64 (1.15-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2) ...
- Setting up libxcb-sync1:amd64 (1.15-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
- Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Setting up libxcb-dri2-0:amd64 (1.15-1) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libxcb-randr0:amd64 (1.15-1) ...
- Setting up libdrm-common (2.4.114-1) ...
- Setting up libelf1:amd64 (0.188-2.1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libdrm2:amd64 (2.4.114-1+b1) ...
- Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Setting up libdrm-dev:amd64 (2.4.114-1+b1) ...
- Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libglx0:amd64 (1.6.0-1) ...
- Setting up libgl1:amd64 (1.6.0-1) ...
- Setting up libglx-dev:amd64 (1.6.0-1) ...
- Setting up libgl-dev:amd64 (1.6.0-1) ...
- Setting up mesa-common-dev:amd64 (22.3.6-1+deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u13) ...
# To update the current shell environment, run: eval $(opam env)
2026-04-27 07:28.29 ---> saved as "d614fff7aac60d07c8256f8d11e280852c95bebceccbaf7340fa663841530b55"

/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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-libgl.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed conf-libffi.2.0.0
-> retrieved dune.3.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 07:30.12 ---> saved as "fc88f080fb8442bcfcebcce87a9a6966f083e4e582b65eb38e1af358c217ddf7"

/src: (copy (src .) (dst /src))
2026-04-27 07:31.55 ---> saved as "2c9281e2f88ac99705f452bd295a5df051a2099de9b02ccca7bd2493d3e95eb7"

/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 07:31.58 ---> saved as "50a443f354abcbc659a85c1eb2c19278ca7d2b724b03497b93d8a4fde37ec912"
Job succeeded
2026-04-27 07:32.01: Job succeeded