Organisationssanettegl-legacyd2f202 ()debian-13-5.4_s390x_opam-2.5

debian-13-5.4_s390x_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-s390x:debian-13-5.4_s390x_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567
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:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567
# debian-13-5.4_s390x_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-12 08:11.48: Using cache hint "sanette/gl-legacy-ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567-debian-13-5.4_s390x_opam-2.5-e74946b46fe957058e87657c89c3d412"
2026-01-12 08:11.48: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567)
(comment debian-13-5.4_s390x_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-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 s390x-worker-01.marist.ci.dev
HEAD is now at 34a989a tests
HEAD is now at d2f2028 fmt


(from ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567' locally
docker.io/ocaml/opam@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567: Pulling from ocaml/opam
af4c50a2cf28: Already exists
138ab0950a28: Already exists
eb860b03eb68: Already exists
6abb8bf8e7e6: Already exists
d88a55089b1c: Already exists
988e6b5f897a: Already exists
78309ad77658: Already exists
60aeed7dcb57: Already exists
23345a4ef487: Already exists
6503ec7362ae: Already exists
60535906be20: Already exists
fe26fbfe9834: Already exists
d07d668bb99c: Already exists
4496f11c353d: Already exists
a278f7970f73: Already exists
83323dc24521: Already exists
9e43aff4addf: Already exists
f2f855217eda: Already exists
01573bfbe3be: Already exists
7a4bd6c59fb4: Already exists
31003d094784: Already exists
a40090afa296: Already exists
4f4fb700ef54: Already exists
07b0e096a17f: Already exists
7c7acead71e8: Already exists
323084460a37: Already exists
1c8b9687a8f6: Already exists
9de7e57a4788: Already exists
5df137f664c3: Already exists
5c750dcbb0bb: Already exists
0ec38de66c15: Already exists
99c180472c45: Already exists
e9aa8b56fe47: Already exists
d3caa76e20e7: Already exists
e56ffd0c0bc8: Already exists
1af94b5d2b6c: Already exists
499b20c49901: Already exists
bce42a17a6ce: Already exists
18fc022a4dd3: Already exists
412e3484d8b9: Already exists
871bb35e30e2: Already exists
acace87ea944: Pulling fs layer
d9c69f6ee7be: Pulling fs layer
9987e38d26dc: Pulling fs layer
a786b9c2287a: Pulling fs layer
8b0ee8b12eec: Pulling fs layer
b5d6899c796b: Pulling fs layer
a786b9c2287a: Waiting
eb6201cb0b70: Pulling fs layer
8b0ee8b12eec: Waiting
b5d6899c796b: Waiting
eb6201cb0b70: Waiting
9987e38d26dc: Verifying Checksum
9987e38d26dc: Download complete
d9c69f6ee7be: Verifying Checksum
d9c69f6ee7be: Download complete
acace87ea944: Verifying Checksum
acace87ea944: Download complete
acace87ea944: Pull complete
8b0ee8b12eec: Verifying Checksum
8b0ee8b12eec: Download complete
b5d6899c796b: Verifying Checksum
b5d6899c796b: Download complete
d9c69f6ee7be: Pull complete
9987e38d26dc: Pull complete
eb6201cb0b70: Verifying Checksum
eb6201cb0b70: Download complete
a786b9c2287a: Verifying Checksum
a786b9c2287a: Download complete
a786b9c2287a: Pull complete
8b0ee8b12eec: Pull complete
b5d6899c796b: Pull complete
eb6201cb0b70: Pull complete
Digest: sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567
Status: Downloaded newer image for ocaml/opam@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567
2026-01-12 08:11.48 ---> using "df67c1a4bbc22daaed5617a2b040600ecd542ae283ddf2ebcadd0d9568c8e6e9" from cache


/: (comment debian-13-5.4_s390x_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.48 ---> using "7e1568a429b1927b9805d5541f315794b78db578cb5e75037506528dba07624e" 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-01-12 08:11.48 ---> using "3944f0bcce91c230959cf22f9131ac96d4201ec785448afcdd266da5e9b96348" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-12 08:11.48 ---> using "a61cf3bdd4735453fd17e2d960798a3e42a0b3c4378d4e9b340a15f034463069" 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
3e41859015..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-12 08:11.48 ---> using "01337ae56a79af341cf680dc51b5405d3ab711e11758cb3c801e07f6be29bdef" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-01-12 08:11.48 ---> using "f823f49aebad88cbfe3e0e3966428def7b13fd4616eae16e7659c3014b6b666f" 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.48 ---> using "7e9682a11177077f824b732f881e9c5c29140279ac85bca81c83581f3bec4c3c" from cache


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


/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://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main s390x Packages [9323 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main s390x Packages [85.4 kB]
- Fetched 9640 kB in 1s (6811 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 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 ... 20412 files and directories currently installed.)
- Preparing to unpack .../00-libdrm-common_2.4.124-2_all.deb ...
- Unpacking libdrm-common (2.4.124-2) ...
- Selecting previously unselected package libdrm2:s390x.
- Preparing to unpack .../01-libdrm2_2.4.124-2_s390x.deb ...
- Unpacking libdrm2:s390x (2.4.124-2) ...
- Selecting previously unselected package libdrm-amdgpu1:s390x.
- Preparing to unpack .../02-libdrm-amdgpu1_2.4.124-2_s390x.deb ...
- Unpacking libdrm-amdgpu1:s390x (2.4.124-2) ...
- Selecting previously unselected package libdrm-radeon1:s390x.
- Preparing to unpack .../03-libdrm-radeon1_2.4.124-2_s390x.deb ...
- Unpacking libdrm-radeon1:s390x (2.4.124-2) ...
- Selecting previously unselected package libdrm-nouveau2:s390x.
- Preparing to unpack .../04-libdrm-nouveau2_2.4.124-2_s390x.deb ...
- Unpacking libdrm-nouveau2:s390x (2.4.124-2) ...
- Selecting previously unselected package libpciaccess0:s390x.
- Preparing to unpack .../05-libpciaccess0_0.17-3+b3_s390x.deb ...
- Unpacking libpciaccess0:s390x (0.17-3+b3) ...
- Selecting previously unselected package libpciaccess-dev:s390x.
- Preparing to unpack .../06-libpciaccess-dev_0.17-3+b3_s390x.deb ...
- Unpacking libpciaccess-dev:s390x (0.17-3+b3) ...
- Selecting previously unselected package libdrm-dev:s390x.
- Preparing to unpack .../07-libdrm-dev_2.4.124-2_s390x.deb ...
- Unpacking libdrm-dev:s390x (2.4.124-2) ...
- Selecting previously unselected package libelf1t64:s390x.
- Preparing to unpack .../08-libelf1t64_0.192-4_s390x.deb ...
- Unpacking libelf1t64:s390x (0.192-4) ...
- Selecting previously unselected package libffi-dev:s390x.
- Preparing to unpack .../09-libffi-dev_3.4.8-2_s390x.deb ...
- Unpacking libffi-dev:s390x (3.4.8-2) ...
- Selecting previously unselected package libwayland-server0:s390x.
- Preparing to unpack .../10-libwayland-server0_1.23.1-3_s390x.deb ...
- Unpacking libwayland-server0:s390x (1.23.1-3) ...
- Selecting previously unselected package libxml2:s390x.
- Preparing to unpack .../11-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_s390x.deb ...
- Unpacking libxml2:s390x (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libz3-4:s390x.
- Preparing to unpack .../12-libz3-4_4.13.3-1_s390x.deb ...
- Unpacking libz3-4:s390x (4.13.3-1) ...
- Selecting previously unselected package libllvm19:s390x.
- Preparing to unpack .../13-libllvm19_1%3a19.1.7-3+b1_s390x.deb ...
- Unpacking libllvm19:s390x (1:19.1.7-3+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../14-libsensors-config_1%3a3.6.2-2_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2) ...
- Selecting previously unselected package libsensors5:s390x.
- Preparing to unpack .../15-libsensors5_1%3a3.6.2-2_s390x.deb ...
- Unpacking libsensors5:s390x (1:3.6.2-2) ...
- Selecting previously unselected package libx11-xcb1:s390x.
- Preparing to unpack .../16-libx11-xcb1_2%3a1.8.12-1_s390x.deb ...
- Unpacking libx11-xcb1:s390x (2:1.8.12-1) ...
- Selecting previously unselected package libxcb-dri3-0:s390x.
- Preparing to unpack .../17-libxcb-dri3-0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-dri3-0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-present0:s390x.
- Preparing to unpack .../18-libxcb-present0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-present0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-randr0:s390x.
- Preparing to unpack .../19-libxcb-randr0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-randr0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-sync1:s390x.
- Preparing to unpack .../20-libxcb-sync1_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-sync1:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-xfixes0:s390x.
- Preparing to unpack .../21-libxcb-xfixes0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-xfixes0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxshmfence1:s390x.
- Preparing to unpack .../22-libxshmfence1_1.3.3-1_s390x.deb ...
- Unpacking libxshmfence1:s390x (1.3.3-1) ...
- Selecting previously unselected package mesa-libgallium:s390x.
- Preparing to unpack .../23-mesa-libgallium_25.0.7-2_s390x.deb ...
- Unpacking mesa-libgallium:s390x (25.0.7-2) ...
- Selecting previously unselected package libgbm1:s390x.
- Preparing to unpack .../24-libgbm1_25.0.7-2_s390x.deb ...
- Unpacking libgbm1:s390x (25.0.7-2) ...
- Selecting previously unselected package libglvnd0:s390x.
- Preparing to unpack .../25-libglvnd0_1.7.0-1+b2_s390x.deb ...
- Unpacking libglvnd0:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libxcb-glx0:s390x.
- Preparing to unpack .../26-libxcb-glx0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-glx0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0:s390x.
- Preparing to unpack .../27-libxcb-shm0_1.17.0-2+b1_s390x.deb ...
- Unpacking libxcb-shm0:s390x (1.17.0-2+b1) ...
- Selecting previously unselected package libxxf86vm1:s390x.
- Preparing to unpack .../28-libxxf86vm1_1%3a1.1.4-1+b4_s390x.deb ...
- Unpacking libxxf86vm1:s390x (1:1.1.4-1+b4) ...
- Selecting previously unselected package libvulkan1:s390x.
- Preparing to unpack .../29-libvulkan1_1.4.309.0-1_s390x.deb ...
- Unpacking libvulkan1:s390x (1.4.309.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:s390x.
- Preparing to unpack .../30-libgl1-mesa-dri_25.0.7-2_s390x.deb ...
- Unpacking libgl1-mesa-dri:s390x (25.0.7-2) ...
- Selecting previously unselected package libglx-mesa0:s390x.
- Preparing to unpack .../31-libglx-mesa0_25.0.7-2_s390x.deb ...
- Unpacking libglx-mesa0:s390x (25.0.7-2) ...
- Selecting previously unselected package libglx0:s390x.
- Preparing to unpack .../32-libglx0_1.7.0-1+b2_s390x.deb ...
- Unpacking libglx0:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libgl1:s390x.
- Preparing to unpack .../33-libgl1_1.7.0-1+b2_s390x.deb ...
- Unpacking libgl1:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libglx-dev:s390x.
- Preparing to unpack .../34-libglx-dev_1.7.0-1+b2_s390x.deb ...
- Unpacking libglx-dev:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libgl-dev:s390x.
- Preparing to unpack .../35-libgl-dev_1.7.0-1+b2_s390x.deb ...
- Unpacking libgl-dev:s390x (1.7.0-1+b2) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../36-libpkgconf3_1.8.1-4_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-4) ...
- Selecting previously unselected package libwayland-client0:s390x.
- Preparing to unpack .../37-libwayland-client0_1.23.1-3_s390x.deb ...
- Unpacking libwayland-client0:s390x (1.23.1-3) ...
- Selecting previously unselected package mesa-common-dev:s390x.
- Preparing to unpack .../38-mesa-common-dev_25.0.7-2_s390x.deb ...
- Unpacking mesa-common-dev:s390x (25.0.7-2) ...
- Selecting previously unselected package mesa-vulkan-drivers:s390x.
- Preparing to unpack .../39-mesa-vulkan-drivers_25.0.7-2_s390x.deb ...
- Unpacking mesa-vulkan-drivers:s390x (25.0.7-2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../40-pkgconf-bin_1.8.1-4_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../41-pkgconf_1.8.1-4_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-4) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../42-pkg-config_1.8.1-4_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-4) ...
- Setting up libxcb-dri3-0:s390x (1.17.0-2+b1) ...
- Setting up libwayland-server0:s390x (1.23.1-3) ...
- Setting up libx11-xcb1:s390x (2:1.8.12-1) ...
- Setting up libpciaccess0:s390x (0.17-3+b3) ...
- Setting up libpciaccess-dev:s390x (0.17-3+b3) ...
- Setting up libxcb-xfixes0:s390x (1.17.0-2+b1) ...
- Setting up libglvnd0:s390x (1.7.0-1+b2) ...
- Setting up libxcb-glx0:s390x (1.17.0-2+b1) ...
- Setting up libsensors-config (1:3.6.2-2) ...
- Setting up libxcb-shm0:s390x (1.17.0-2+b1) ...
- Setting up libffi-dev:s390x (3.4.8-2) ...
- Setting up libelf1t64:s390x (0.192-4) ...
- Setting up libxxf86vm1:s390x (1:1.1.4-1+b4) ...
- Setting up libxcb-present0:s390x (1.17.0-2+b1) ...
- Setting up libz3-4:s390x (4.13.3-1) ...
- Setting up libpkgconf3:s390x (1.8.1-4) ...
- Setting up libxcb-sync1:s390x (1.17.0-2+b1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libsensors5:s390x (1:3.6.2-2) ...
- Setting up libvulkan1:s390x (1.4.309.0-1) ...
- Setting up libxshmfence1:s390x (1.3.3-1) ...
- Setting up libxcb-randr0:s390x (1.17.0-2+b1) ...
- Setting up libdrm-common (2.4.124-2) ...
- Setting up libxml2:s390x (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up libwayland-client0:s390x (1.23.1-3) ...
- Setting up libllvm19:s390x (1:19.1.7-3+b1) ...
- Setting up pkgconf:s390x (1.8.1-4) ...
- Setting up pkg-config:s390x (1.8.1-4) ...
- Setting up libdrm2:s390x (2.4.124-2) ...
- Setting up libdrm-amdgpu1:s390x (2.4.124-2) ...
- Setting up mesa-vulkan-drivers:s390x (25.0.7-2) ...
- Setting up mesa-libgallium:s390x (25.0.7-2) ...
- Setting up libdrm-nouveau2:s390x (2.4.124-2) ...
- Setting up libgbm1:s390x (25.0.7-2) ...
- Setting up libdrm-radeon1:s390x (2.4.124-2) ...
- Setting up libgl1-mesa-dri:s390x (25.0.7-2) ...
- Setting up libdrm-dev:s390x (2.4.124-2) ...
- Setting up libglx-mesa0:s390x (25.0.7-2) ...
- Setting up libglx0:s390x (1.7.0-1+b2) ...
- Setting up libgl1:s390x (1.7.0-1+b2) ...
- Setting up libglx-dev:s390x (1.7.0-1+b2) ...
- Setting up libgl-dev:s390x (1.7.0-1+b2) ...
- Setting up mesa-common-dev:s390x (25.0.7-2) ...
- Processing triggers for libc-bin (2.41-12) ...
# To update the current shell environment, run: eval $(opam env)
2026-01-12 08:11.48 ---> using "5accd3b83a7ba5851c3962ad101ad183b8680015fc9033342c19f03f221a3705" 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 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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-libgl.1
-> 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 dune.3.20.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> 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.48 ---> using "10cbe8f3631201f573c167a06445a8dbb0658b379c9c60c412a3f5537a8f5b1c" from cache


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


/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.54 ---> saved as "a18101eab58ef09b748eafa3679a01015feabf39eb88db68081337c696beef63"
Job succeeded
2026-01-12 08:11.54: Job succeeded