Organisationssanettegl-legacycd2acb ()ubuntu-25.04-5.4_opam-2.5

ubuntu-25.04-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-09 21:43.59: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (cd2acb780df37fa806ffc04df998bf856a3829d8) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:91b64b9209e37c6b9a59223b22eaf5ed0a8ae12e28a79f04c30e922dffba710d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard cd2acb78
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:91b64b9209e37c6b9a59223b22eaf5ed0a8ae12e28a79f04c30e922dffba710d
# ubuntu-25.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 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-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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y gl-legacy.dev $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-09 21:43.59: Using cache hint "sanette/gl-legacy-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:91b64b9209e37c6b9a59223b22eaf5ed0a8ae12e28a79f04c30e922dffba710d-ubuntu-25.04-5.4_opam-2.5-e74946b46fe957058e87657c89c3d412"
2026-01-09 21:43.59: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:91b64b9209e37c6b9a59223b22eaf5ed0a8ae12e28a79f04c30e922dffba710d)
(comment ubuntu-25.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 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-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.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y gl-legacy.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-01-09 21:43.59: Waiting for resource in pool OCluster
2026-01-09 22:15.43: Waiting for worker…
2026-01-09 22:20.11: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at cd2acb7 safer argument passing


(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:91b64b9209e37c6b9a59223b22eaf5ed0a8ae12e28a79f04c30e922dffba710d)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:91b64b9209e37c6b9a59223b22eaf5ed0a8ae12e28a79f04c30e922dffba710d' locally
docker.io/ocaml/opam@sha256:91b64b9209e37c6b9a59223b22eaf5ed0a8ae12e28a79f04c30e922dffba710d: Pulling from ocaml/opam
c62190a9ab61: Pulling fs layer
8c22c3a9fee5: Pulling fs layer
b6a3881708c6: Pulling fs layer
181330b22b7e: Pulling fs layer
506bc07f54fb: Pulling fs layer
445a1d2e706e: Pulling fs layer
7a1946ec19c4: Pulling fs layer
98b064112b67: Pulling fs layer
1aec4bda6ddc: Pulling fs layer
76877c886107: Pulling fs layer
b702cfeb6615: Pulling fs layer
099ebca02eb1: Pulling fs layer
181330b22b7e: Waiting
506bc07f54fb: Waiting
445a1d2e706e: Waiting
7a1946ec19c4: Waiting
98b064112b67: Waiting
1aec4bda6ddc: Waiting
76877c886107: Waiting
b702cfeb6615: Waiting
94b85c014d20: Pulling fs layer
099ebca02eb1: Waiting
e00c8f8334dc: Pulling fs layer
94b85c014d20: Waiting
9a9581a3a202: Pulling fs layer
0ab820126803: Pulling fs layer
e00c8f8334dc: Waiting
e578d8d3689b: Pulling fs layer
9a9581a3a202: Waiting
0ab820126803: Waiting
e578d8d3689b: Waiting
37286d2d5f81: Pulling fs layer
90223cbaf085: Pulling fs layer
37286d2d5f81: Waiting
c788b16891b0: Pulling fs layer
81346b5ad6e3: Pulling fs layer
4f4fb700ef54: Pulling fs layer
e654b9dd0f7f: Pulling fs layer
e08cf68499fe: Pulling fs layer
6bb38bef3de3: Pulling fs layer
5cc64a03c4df: Pulling fs layer
4dafc3bf5bc1: Pulling fs layer
90223cbaf085: Waiting
c788b16891b0: Waiting
79ef16461777: Pulling fs layer
81346b5ad6e3: Waiting
4f4fb700ef54: Waiting
51a91543f56b: Pulling fs layer
e654b9dd0f7f: Waiting
e08cf68499fe: Waiting
649cda3295cf: Pulling fs layer
6bb38bef3de3: Waiting
5cc64a03c4df: Waiting
4dafc3bf5bc1: Waiting
b1c66dda0dac: Pulling fs layer
79ef16461777: Waiting
51a91543f56b: Waiting
649cda3295cf: Waiting
48e1615134a1: Pulling fs layer
b1c66dda0dac: Waiting
a504a74d82d4: Pulling fs layer
1660d21f3d44: Pulling fs layer
b568157ae43b: Pulling fs layer
48e1615134a1: Waiting
a504a74d82d4: Waiting
1660d21f3d44: Waiting
a4e40167eb6a: Pulling fs layer
b568157ae43b: Waiting
a4e40167eb6a: Waiting
4a5791c95f65: Pulling fs layer
47d329750f4e: Pulling fs layer
4b7417253945: Pulling fs layer
71f35f70e437: Pulling fs layer
4a5791c95f65: Waiting
110b197f7ebc: Pulling fs layer
47d329750f4e: Waiting
65f9c2882cdd: Pulling fs layer
aeca891f6ac4: Pulling fs layer
920d05f044c0: Pulling fs layer
60d6e2bef9b3: Pulling fs layer
169bb364200c: Pulling fs layer
1c91cd305524: Pulling fs layer
4b7417253945: Waiting
71f35f70e437: Waiting
aeca891f6ac4: Waiting
110b197f7ebc: Waiting
920d05f044c0: Waiting
65f9c2882cdd: Waiting
60d6e2bef9b3: Waiting
1c91cd305524: Waiting
169bb364200c: Waiting
8c22c3a9fee5: Download complete
b6a3881708c6: Verifying Checksum
b6a3881708c6: Download complete
c62190a9ab61: Verifying Checksum
c62190a9ab61: Download complete
506bc07f54fb: Verifying Checksum
506bc07f54fb: Download complete
181330b22b7e: Verifying Checksum
181330b22b7e: Download complete
7a1946ec19c4: Download complete
98b064112b67: Verifying Checksum
98b064112b67: Download complete
76877c886107: Verifying Checksum
76877c886107: Download complete
1aec4bda6ddc: Verifying Checksum
1aec4bda6ddc: Download complete
c62190a9ab61: Pull complete
8c22c3a9fee5: Pull complete
b6a3881708c6: Pull complete
b702cfeb6615: Verifying Checksum
b702cfeb6615: Download complete
94b85c014d20: Verifying Checksum
94b85c014d20: Download complete
099ebca02eb1: Verifying Checksum
099ebca02eb1: Download complete
181330b22b7e: Pull complete
506bc07f54fb: Pull complete
9a9581a3a202: Verifying Checksum
9a9581a3a202: Download complete
445a1d2e706e: Verifying Checksum
445a1d2e706e: Download complete
e00c8f8334dc: Verifying Checksum
e00c8f8334dc: Download complete
0ab820126803: Download complete
e578d8d3689b: Verifying Checksum
e578d8d3689b: Download complete
37286d2d5f81: Verifying Checksum
37286d2d5f81: Download complete
90223cbaf085: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c788b16891b0: Verifying Checksum
c788b16891b0: Download complete
81346b5ad6e3: Download complete
e08cf68499fe: Verifying Checksum
e08cf68499fe: Download complete
e654b9dd0f7f: Verifying Checksum
e654b9dd0f7f: Download complete
6bb38bef3de3: Download complete
5cc64a03c4df: Verifying Checksum
5cc64a03c4df: Download complete
4dafc3bf5bc1: Verifying Checksum
4dafc3bf5bc1: Download complete
51a91543f56b: Download complete
79ef16461777: Verifying Checksum
79ef16461777: Download complete
649cda3295cf: Verifying Checksum
649cda3295cf: Download complete
b1c66dda0dac: Download complete
48e1615134a1: Download complete
a504a74d82d4: Download complete
1660d21f3d44: Verifying Checksum
1660d21f3d44: Download complete
a4e40167eb6a: Download complete
b568157ae43b: Verifying Checksum
b568157ae43b: Download complete
4b7417253945: Verifying Checksum
4b7417253945: Download complete
47d329750f4e: Verifying Checksum
47d329750f4e: Download complete
110b197f7ebc: Verifying Checksum
110b197f7ebc: Download complete
71f35f70e437: Verifying Checksum
71f35f70e437: Download complete
aeca891f6ac4: Download complete
65f9c2882cdd: Verifying Checksum
65f9c2882cdd: Download complete
445a1d2e706e: Pull complete
60d6e2bef9b3: Download complete
7a1946ec19c4: Pull complete
98b064112b67: Pull complete
1aec4bda6ddc: Pull complete
169bb364200c: Verifying Checksum
169bb364200c: Download complete
76877c886107: Pull complete
b702cfeb6615: Pull complete
1c91cd305524: Download complete
099ebca02eb1: Pull complete
94b85c014d20: Pull complete
e00c8f8334dc: Pull complete
9a9581a3a202: Pull complete
0ab820126803: Pull complete
e578d8d3689b: Pull complete
920d05f044c0: Verifying Checksum
920d05f044c0: Download complete
4a5791c95f65: Verifying Checksum
4a5791c95f65: Download complete
37286d2d5f81: Pull complete
90223cbaf085: Pull complete
c788b16891b0: Pull complete
81346b5ad6e3: Pull complete
4f4fb700ef54: Pull complete
e654b9dd0f7f: Pull complete
e08cf68499fe: Pull complete
6bb38bef3de3: Pull complete
5cc64a03c4df: Pull complete
4dafc3bf5bc1: Pull complete
79ef16461777: Pull complete
51a91543f56b: Pull complete
649cda3295cf: Pull complete
b1c66dda0dac: Pull complete
48e1615134a1: Pull complete
a504a74d82d4: Pull complete
1660d21f3d44: Pull complete
b568157ae43b: Pull complete
a4e40167eb6a: Pull complete
4a5791c95f65: Pull complete
47d329750f4e: Pull complete
4b7417253945: Pull complete
71f35f70e437: Pull complete
110b197f7ebc: Pull complete
65f9c2882cdd: Pull complete
aeca891f6ac4: Pull complete
920d05f044c0: Pull complete
60d6e2bef9b3: Pull complete
169bb364200c: Pull complete
1c91cd305524: Pull complete
Digest: sha256:91b64b9209e37c6b9a59223b22eaf5ed0a8ae12e28a79f04c30e922dffba710d
Status: Downloaded newer image for ocaml/opam@sha256:91b64b9209e37c6b9a59223b22eaf5ed0a8ae12e28a79f04c30e922dffba710d
2026-01-09 22:22.59 ---> using "0ba7dfb8aff75a8826b1928659d51fa40c7fb1649549480c45dfe846e5344e61" from cache


/: (comment ubuntu-25.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-01-09 22:22.59 ---> using "735a675864cc8d45aa0200fdb7f8af399ac390be820dab707877200c62926230" 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-09 22:22.59 ---> using "ec120da2c9a79b1ab1e1b0495dae71858c642de9bd444543b2548ebfcc9b60f8" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-09 22:22.59 ---> using "3c43b1d7966d8fb5da1ed868044cb1332f1c68a5f86efa37623647f5fbb0885b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-09 22:22.59 ---> using "96ff5b06520d3ae363e2acf040f5a28d1b8de8a2d3b5133bc3508940ee237676" 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"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..a6b2f19780  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-09 22:22.59 ---> using "a5e93998f0c3cd8db4db82124f148bd0e82d3bf736ed73c816de41d4c5225fff" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-01-09 22:22.59 ---> saved as "ebd47aa7abba8d9e4d2805c4aba626ed96f243c59d8807e50127ff7257126f6d"


/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-09 22:23.03 ---> saved as "527161fcda54727d312f123132ec39b2964fc4e157665dbbd2d09018ba0c4c1d"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-09 22:23.03 ---> saved as "e7616b2fad877d735fad31dc4310bec89a63673eef2268232f22f37895c973e5"


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


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y gl-legacy.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [403 kB]
- Get:3 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [259 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu plucky InRelease
- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [351 kB]
- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [31.6 kB]
- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [572 kB]
- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [441 kB]
- Get:11 http://archive.ubuntu.com/ubuntu plucky-backports/universe amd64 Packages [4040 B]
- Fetched 2440 kB in 1s (2099 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "mesa-common-dev" "pkg-config"
- 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 ... 16533 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-09 22:23.45 ---> saved as "31460721a6b84126dfb5476275c506bbb744aeb220375c1b6b35b311417eef65"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 10 packages
- install conf-libffi       2.0.0
- install conf-libgl        1
- install conf-pkg-config   4
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.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)
-> 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.20.2, dune-configurator.3.20.2  (cached)
-> 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-09 22:25.31 ---> saved as "7e7459b868af638ed85f35502427672218ba4f1c6dbd71a36027fdb1e3406ccb"


/src: (copy (src .) (dst /src))
2026-01-09 22:25.31 ---> saved as "86539dbcb31494955d637bd65b9b792235ca7c1599e63bc64e199d82beacddb1"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
Tests skipped. Please install tsdl.
2026-01-09 22:25.32 ---> saved as "2dee303d6ca3d1c88b1a0a91740ea37ca803e749e7cff6f68802118eb645f882"
Job succeeded
2026-01-09 22:25.33: Job succeeded