Organisationssanettegl-legacyd2f202 ()ubuntu-25.04-4.14_opam-2.5

ubuntu-25.04-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-01-12 08:11.48: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (d2f20283f47e5bdbf5dfde96eeb86d179b820f51) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard d2f20283
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098
# ubuntu-25.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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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-01-12 08:11.48: Using cache hint "sanette/gl-legacy-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098-ubuntu-25.04-4.14_opam-2.5-16eaa6d4de7c3d25fb12bba49bee6249"
2026-01-12 08:11.48: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098)
(comment ubuntu-25.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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gl-legacy.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gl-legacy.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base 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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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-01-12 08:11.48: Waiting for resource in pool OCluster
2026-01-12 08:11.48: Waiting for worker…
2026-01-12 08:11.48: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at d2f2028 fmt


(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098' locally
docker.io/ocaml/opam@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098: Pulling from ocaml/opam
c62190a9ab61: Already exists
8c22c3a9fee5: Already exists
b6a3881708c6: Already exists
181330b22b7e: Already exists
506bc07f54fb: Already exists
445a1d2e706e: Already exists
7a1946ec19c4: Already exists
98b064112b67: Already exists
1aec4bda6ddc: Already exists
76877c886107: Already exists
b702cfeb6615: Already exists
099ebca02eb1: Already exists
94b85c014d20: Already exists
e00c8f8334dc: Already exists
9a9581a3a202: Already exists
0ab820126803: Already exists
e578d8d3689b: Already exists
e578d8d3689b: Already exists
37286d2d5f81: Already exists
90223cbaf085: Already exists
c788b16891b0: Already exists
81346b5ad6e3: Already exists
4f4fb700ef54: Already exists
e654b9dd0f7f: Already exists
e08cf68499fe: Already exists
6bb38bef3de3: Already exists
5cc64a03c4df: Already exists
4dafc3bf5bc1: Already exists
79ef16461777: Already exists
51a91543f56b: Already exists
649cda3295cf: Already exists
b1c66dda0dac: Already exists
48e1615134a1: Already exists
a504a74d82d4: Already exists
1660d21f3d44: Already exists
5f3e1a987f27: Pulling fs layer
f0c14d70a9d6: Pulling fs layer
a19ccd39b1fe: Pulling fs layer
4b66343d864a: Pulling fs layer
3b60985d75a6: Pulling fs layer
edd26009aeb2: Pulling fs layer
4b66343d864a: Waiting
120c8b7a756e: Pulling fs layer
3b60985d75a6: Waiting
8d86138940ee: Pulling fs layer
edd26009aeb2: Waiting
a8e3ed887769: Pulling fs layer
120c8b7a756e: Waiting
8d86138940ee: Waiting
7dfb1fed1eb1: Pulling fs layer
a8e3ed887769: Waiting
7dfb1fed1eb1: Waiting
f0c14d70a9d6: Download complete
4b66343d864a: Verifying Checksum
4b66343d864a: Download complete
3b60985d75a6: Download complete
edd26009aeb2: Verifying Checksum
edd26009aeb2: Download complete
120c8b7a756e: Verifying Checksum
120c8b7a756e: Download complete
8d86138940ee: Verifying Checksum
8d86138940ee: Download complete
a19ccd39b1fe: Verifying Checksum
a19ccd39b1fe: Download complete
a8e3ed887769: Download complete
7dfb1fed1eb1: Verifying Checksum
7dfb1fed1eb1: Download complete
5f3e1a987f27: Verifying Checksum
5f3e1a987f27: Download complete
5f3e1a987f27: Pull complete
f0c14d70a9d6: Pull complete
a19ccd39b1fe: Pull complete
4b66343d864a: Pull complete
3b60985d75a6: Pull complete
edd26009aeb2: Pull complete
120c8b7a756e: Pull complete
8d86138940ee: Pull complete
a8e3ed887769: Pull complete
7dfb1fed1eb1: Pull complete
Digest: sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098
Status: Downloaded newer image for ocaml/opam@sha256:42dfa2b5c4338ad976cd25cf95a645bcb4cd44a61f89962961892cb3ef6c6098
2026-01-12 08:11.49 ---> using "082e0472106a0ff59c8974d4d0e4121fd1996105440d72ec9c14bd8a6570be24" from cache


/: (comment ubuntu-25.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-01-12 08:11.49 ---> using "f9b395e37832af02679355f9b62379bb37f1ac21e2508db79a49dd7a85d41320" 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-12 08:11.49 ---> using "cb56f026206f5b38c5ccb8a1f4c5272d6364fa09b2c84c4cc7fc9c0ca4f9edd8" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-01-12 08:11.49 ---> using "e92cdb9e0b46e08fa49567bceb3629bef601da322fc63094f2bd055a3d9bc8f5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-12 08:11.49 ---> using "50179c3816fc8fb81c66d10069ff63ff3f96b4f5f32dcbcb03f55cddc58b92bd" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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.4.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-01-12 08:11.49 ---> using "57c38ca21f4a6f70648bc5c2098d16d45efd75014587b2ce4260b27a4f9023fd" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-01-12 08:11.49 ---> using "6449390604c5107458612c2e6c03a3ead26908659118e4f42935ce9050947fd6" from cache


/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-01-12 08:11.49 ---> using "e65c79f3fecc6119149c1cbf6f43d01e894d38e423b02e6bb9a298391bb3702e" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-12 08:11.49 ---> using "0773a41e1ecb4792374f53d23ff156f9399e0a9a2e8473ef454bed771a77764b" from cache


/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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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://archive.ubuntu.com/ubuntu plucky InRelease
- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [354 kB]
- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [441 kB]
- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [31.6 kB]
- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [574 kB]
- Get:9 http://archive.ubuntu.com/ubuntu plucky-backports/universe amd64 Packages [4040 B]
- Get:10 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [262 kB]
- Get:11 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [405 kB]
- Fetched 2450 kB in 0s (10.0 MB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gl-legacy.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
libffi-dev mesa-common-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "mesa-common-dev" "pkg-config"
- Selecting previously unselected package 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 ... 16503 files and directories currently installed.)
- Preparing to unpack .../00-libelf1t64_0.192-4ubuntu1_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.192-4ubuntu1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-0.4ubuntu0.4_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.4) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../02-libdrm-common_2.4.124-2_all.deb ...
- Unpacking libdrm-common (2.4.124-2) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../03-libdrm2_2.4.124-2_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.124-2) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../04-libsensors-config_1%3a3.6.0-10_all.deb ...
- Unpacking libsensors-config (1:3.6.0-10) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../05-libsensors5_1%3a3.6.0-10_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-10) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../06-libdrm-amdgpu1_2.4.124-2_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.124-2) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../07-libpciaccess0_0.17-3ubuntu0.25.04.2_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-3ubuntu0.25.04.2) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../08-libdrm-intel1_2.4.124-2_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.124-2) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../09-libdrm-radeon1_2.4.124-2_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.124-2) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../10-libdrm-nouveau2_2.4.124-2_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.124-2) ...
- Selecting previously unselected package libpciaccess-dev:amd64.
- Preparing to unpack .../11-libpciaccess-dev_0.17-3ubuntu0.25.04.2_amd64.deb ...
- Unpacking libpciaccess-dev:amd64 (0.17-3ubuntu0.25.04.2) ...
- Selecting previously unselected package libdrm-dev:amd64.
- Preparing to unpack .../12-libdrm-dev_2.4.124-2_amd64.deb ...
- Unpacking libdrm-dev:amd64 (2.4.124-2) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../13-libwayland-server0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libllvm20:amd64.
- Preparing to unpack .../14-libllvm20_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking libllvm20:amd64 (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../15-libx11-xcb1_2%3a1.8.10-2_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.10-2) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../16-libxcb-dri3-0_1.17.0-2_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../17-libxcb-present0_1.17.0-2_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../18-libxcb-randr0_1.17.0-2_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../19-libxcb-sync1_1.17.0-2_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../20-libxcb-xfixes0_1.17.0-2_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../21-libxshmfence1_1.3-1build5_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1build5) ...
- Selecting previously unselected package mesa-libgallium:amd64.
- Preparing to unpack .../22-mesa-libgallium_25.0.7-0ubuntu0.25.04.2_amd64.deb ...
- Unpacking mesa-libgallium:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../23-libgbm1_25.0.7-0ubuntu0.25.04.2_amd64.deb ...
- Unpacking libgbm1:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../24-libglvnd0_1.7.0-1build1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.7.0-1build1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../25-libxcb-glx0_1.17.0-2_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../26-libxcb-shm0_1.17.0-2_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../27-libxxf86vm1_1%3a1.1.4-1build4_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1build4) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../28-libvulkan1_1.4.304.0-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.4.304.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../29-libgl1-mesa-dri_25.0.7-0ubuntu0.25.04.2_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../30-libglx-mesa0_25.0.7-0ubuntu0.25.04.2_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../31-libglx0_1.7.0-1build1_amd64.deb ...
- Unpacking libglx0:amd64 (1.7.0-1build1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../32-libgl1_1.7.0-1build1_amd64.deb ...
- Unpacking libgl1:amd64 (1.7.0-1build1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../33-libglx-dev_1.7.0-1build1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.7.0-1build1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../34-libgl-dev_1.7.0-1build1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.7.0-1build1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../35-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../36-libwayland-client0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.23.1-3) ...
- Selecting previously unselected package mesa-common-dev:amd64.
- Preparing to unpack .../37-mesa-common-dev_25.0.7-0ubuntu0.25.04.2_amd64.deb ...
- Unpacking mesa-common-dev:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../38-mesa-vulkan-drivers_25.0.7-0ubuntu0.25.04.2_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../39-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../40-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../41-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../42-libffi-dev_3.4.7-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.7-1) ...
- Setting up libxcb-dri3-0:amd64 (1.17.0-2) ...
- Setting up libwayland-server0:amd64 (1.23.1-3) ...
- Setting up libx11-xcb1:amd64 (2:1.8.10-2) ...
- Setting up libpciaccess0:amd64 (0.17-3ubuntu0.25.04.2) ...
- Setting up libpciaccess-dev:amd64 (0.17-3ubuntu0.25.04.2) ...
- Setting up libxcb-xfixes0:amd64 (1.17.0-2) ...
- Setting up libglvnd0:amd64 (1.7.0-1build1) ...
- Setting up libxcb-glx0:amd64 (1.17.0-2) ...
- Setting up libsensors-config (1:3.6.0-10) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2) ...
- Setting up libffi-dev:amd64 (3.4.7-1) ...
- Setting up libelf1t64:amd64 (0.192-4ubuntu1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1build4) ...
- Setting up libxcb-present0:amd64 (1.17.0-2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libxcb-sync1:amd64 (1.17.0-2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libsensors5:amd64 (1:3.6.0-10) ...
- Setting up libvulkan1:amd64 (1.4.304.0-1) ...
- Setting up libxshmfence1:amd64 (1.3-1build5) ...
- Setting up libxcb-randr0:amd64 (1.17.0-2) ...
- Setting up libdrm-common (2.4.124-2) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.4) ...
- Setting up libwayland-client0:amd64 (1.23.1-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libllvm20:amd64 (1:20.1.2-0ubuntu1) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libdrm2:amd64 (2.4.124-2) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.124-2) ...
- Setting up mesa-vulkan-drivers:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Setting up libdrm-nouveau2:amd64 (2.4.124-2) ...
- Setting up libdrm-radeon1:amd64 (2.4.124-2) ...
- Setting up libdrm-intel1:amd64 (2.4.124-2) ...
- Setting up mesa-libgallium:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Setting up libdrm-dev:amd64 (2.4.124-2) ...
- Setting up libgbm1:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Setting up libgl1-mesa-dri:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Setting up libglx-mesa0:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Setting up libglx0:amd64 (1.7.0-1build1) ...
- Setting up libgl1:amd64 (1.7.0-1build1) ...
- Setting up libglx-dev:amd64 (1.7.0-1build1) ...
- Setting up libgl-dev:amd64 (1.7.0-1build1) ...
- Setting up mesa-common-dev:amd64 (25.0.7-0ubuntu0.25.04.2) ...
- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
# To update the current shell environment, run: eval $(opam env)
2026-01-12 08:11.49 ---> using "e644f547750a17b8776639fa87ff639a45da171ffcfdf801dd0ead7500c28736" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 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.20.2
- install dune-configurator 3.20.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)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (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
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-12 08:11.49 ---> using "65f8e47ffd78a1feed81c5eaa1052ebf41305c7217bb1fdacfb45f5f8643d70c" from cache


/src: (copy (src .) (dst /src))
2026-01-12 08:11.49 ---> saved as "ec52c954b0a60a33009a8b60fcbf7ae8d14fdb83f531109b3c3a62daa6358127"


/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-01-12 08:11.50 ---> saved as "92ef7fc1a9cb14848ee230227883b9e4e95398adf45ba7ace7a01123aec6b793"
Job succeeded
2026-01-12 08:11.50: Job succeeded