Organisationssanettegl-legacy1c403b (main)alpine-3.23-5.4_opam-2.5

alpine-3.23-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-28 18:44.40: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:alpine-3.23-5.4_opam-2.5)
Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366
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:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366
# alpine-3.23-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 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-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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-04-28 18:44.40: Using cache hint "sanette/gl-legacy-ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366-alpine-3.23-5.4_opam-2.5-905a55c0e46d312b05fb07bdfcb4856b"
2026-04-28 18:44.40: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366)
(comment alpine-3.23-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 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-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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-04-28 18:44.40: Waiting for resource in pool OCluster
2026-04-28 18:55.04: Waiting for worker…
2026-04-28 18:58.15: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 1c403ba readme


(from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366)
Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366' locally
docker.io/ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366: Pulling from ocaml/opam
6a0ac1617861: Already exists
9630673831f3: Pulling fs layer
4cffb540229a: Pulling fs layer
9630673831f3: Waiting
aa3cee094119: Pulling fs layer
4cffb540229a: Waiting
f2700202f619: Pulling fs layer
aa3cee094119: Waiting
33135c7375d5: Pulling fs layer
f2700202f619: Waiting
1ea4b64ae955: Pulling fs layer
33135c7375d5: Waiting
ca34ef70eda1: Pulling fs layer
1ea4b64ae955: Waiting
d4998b6f8f35: Pulling fs layer
ca34ef70eda1: Waiting
4a43cfe8648c: Pulling fs layer
d4998b6f8f35: Waiting
453dd28eaace: Pulling fs layer
4a43cfe8648c: Waiting
a962f0379f0a: Pulling fs layer
b68882dcbbd8: Pulling fs layer
453dd28eaace: Waiting
a962f0379f0a: Waiting
3f63b4eac828: Pulling fs layer
b68882dcbbd8: Waiting
0720e1e1068a: Pulling fs layer
3f63b4eac828: Waiting
0676d4d6023a: Pulling fs layer
0ab690805f49: Pulling fs layer
0720e1e1068a: Waiting
0676d4d6023a: Waiting
fc0af979c0fe: Pulling fs layer
0ab690805f49: Waiting
4f4fb700ef54: Pulling fs layer
63f1d0bef8ae: Pulling fs layer
4f4fb700ef54: Waiting
fc0af979c0fe: Waiting
43fd6995d88f: Pulling fs layer
63f1d0bef8ae: Waiting
c775bfb331ab: Pulling fs layer
43fd6995d88f: Waiting
a7a9b5ed8780: Pulling fs layer
c775bfb331ab: Waiting
86ac791930d3: Pulling fs layer
a7a9b5ed8780: Waiting
86ac791930d3: Waiting
2e34d70b785c: Pulling fs layer
56c554cb0baa: Pulling fs layer
2e34d70b785c: Waiting
0109b7ea4beb: Pulling fs layer
a72aa581a14e: Pulling fs layer
0109b7ea4beb: Waiting
56c554cb0baa: Waiting
a72aa581a14e: Waiting
0b969b88b90b: Pulling fs layer
d1ae0e2bf910: Pulling fs layer
0b969b88b90b: Waiting
cfd8efe5a061: Pulling fs layer
d1ae0e2bf910: Waiting
a34595d6f491: Pulling fs layer
cfd8efe5a061: Waiting
7333547f58a0: Pulling fs layer
a34595d6f491: Waiting
803cdf5f2902: Pulling fs layer
7333547f58a0: Waiting
d74501489c54: Pulling fs layer
803cdf5f2902: Waiting
628aecb9cafb: Pulling fs layer
d74501489c54: Waiting
0c52f398a865: Pulling fs layer
f4e18988783e: Pulling fs layer
628aecb9cafb: Waiting
0c52f398a865: Waiting
d9b0005bf058: Pulling fs layer
ac511140fcec: Pulling fs layer
f4e18988783e: Waiting
d9b0005bf058: Waiting
e5e3b5898b4b: Pulling fs layer
ac511140fcec: Waiting
08e53197d17a: Pulling fs layer
e5e3b5898b4b: Waiting
9502f6b2d19e: Pulling fs layer
08e53197d17a: Waiting
9502f6b2d19e: Waiting
4cffb540229a: Download complete
9630673831f3: Verifying Checksum
9630673831f3: Download complete
9630673831f3: Pull complete
4cffb540229a: Pull complete
f2700202f619: Verifying Checksum
f2700202f619: Download complete
33135c7375d5: Verifying Checksum
33135c7375d5: Download complete
1ea4b64ae955: Verifying Checksum
1ea4b64ae955: Download complete
d4998b6f8f35: Verifying Checksum
d4998b6f8f35: Download complete
ca34ef70eda1: Verifying Checksum
ca34ef70eda1: Download complete
453dd28eaace: Verifying Checksum
453dd28eaace: Download complete
4a43cfe8648c: Verifying Checksum
4a43cfe8648c: Download complete
b68882dcbbd8: Verifying Checksum
b68882dcbbd8: Download complete
a962f0379f0a: Verifying Checksum
a962f0379f0a: Download complete
3f63b4eac828: Download complete
0720e1e1068a: Download complete
0ab690805f49: Download complete
4f4fb700ef54: Download complete
fc0af979c0fe: Verifying Checksum
fc0af979c0fe: Download complete
63f1d0bef8ae: Verifying Checksum
63f1d0bef8ae: Download complete
43fd6995d88f: Download complete
a7a9b5ed8780: Verifying Checksum
a7a9b5ed8780: Download complete
86ac791930d3: Verifying Checksum
86ac791930d3: Download complete
c775bfb331ab: Verifying Checksum
c775bfb331ab: Download complete
56c554cb0baa: Verifying Checksum
56c554cb0baa: Download complete
0109b7ea4beb: Verifying Checksum
0109b7ea4beb: Download complete
2e34d70b785c: Download complete
a72aa581a14e: Download complete
0b969b88b90b: Verifying Checksum
0b969b88b90b: Download complete
aa3cee094119: Verifying Checksum
aa3cee094119: Download complete
d1ae0e2bf910: Verifying Checksum
cfd8efe5a061: Download complete
7333547f58a0: Download complete
d74501489c54: Download complete
628aecb9cafb: Download complete
0c52f398a865: Download complete
f4e18988783e: Verifying Checksum
f4e18988783e: Download complete
d9b0005bf058: Download complete
a34595d6f491: Verifying Checksum
a34595d6f491: Download complete
803cdf5f2902: Verifying Checksum
803cdf5f2902: Download complete
e5e3b5898b4b: Verifying Checksum
e5e3b5898b4b: Download complete
08e53197d17a: Verifying Checksum
08e53197d17a: Download complete
aa3cee094119: Pull complete
9502f6b2d19e: Download complete
ac511140fcec: Verifying Checksum
ac511140fcec: Download complete
f2700202f619: Pull complete
33135c7375d5: Pull complete
1ea4b64ae955: Pull complete
ca34ef70eda1: Pull complete
d4998b6f8f35: Pull complete
4a43cfe8648c: Pull complete
453dd28eaace: Pull complete
a962f0379f0a: Pull complete
b68882dcbbd8: Pull complete
3f63b4eac828: Pull complete
0720e1e1068a: Pull complete
0676d4d6023a: Pull complete
0ab690805f49: Pull complete
fc0af979c0fe: Pull complete
4f4fb700ef54: Pull complete
63f1d0bef8ae: Pull complete
43fd6995d88f: Pull complete
c775bfb331ab: Pull complete
a7a9b5ed8780: Pull complete
86ac791930d3: Pull complete
2e34d70b785c: Pull complete
56c554cb0baa: Pull complete
0109b7ea4beb: Pull complete
a72aa581a14e: Pull complete
0b969b88b90b: Pull complete
d1ae0e2bf910: Pull complete
cfd8efe5a061: Pull complete
a34595d6f491: Pull complete
7333547f58a0: Pull complete
803cdf5f2902: Pull complete
d74501489c54: Pull complete
628aecb9cafb: Pull complete
0c52f398a865: Pull complete
f4e18988783e: Pull complete
d9b0005bf058: Pull complete
ac511140fcec: Pull complete
e5e3b5898b4b: Pull complete
08e53197d17a: Pull complete
9502f6b2d19e: Pull complete
Digest: sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366
Status: Downloaded newer image for ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366
2026-04-28 18:58.20 ---> using "01c11b07ac2b5cd48e66007e5a5cac291b476dda37442ad969d24b0ab6dc0559" from cache


/: (comment alpine-3.23-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-04-28 18:58.22 ---> using "a8a9ea5c59254a5a0f8f67ea52c72885ad5d9b7a990b02c87babbf030ab69642" 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-04-28 18:58.23 ---> using "1e76191cb180700a1a4b4fb6f0b59791d7b11a581be0b4b93d5476ddfe3df3f0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-04-28 18:58.25 ---> using "059e0fa9bf335039c3fd833df6288d715762c1f93e9a1b08fa520560ef5ec6c3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-28 18:58.25 ---> using "df7006147f8edefa1d31bb335dd77eaeb1d134668f6ea6934fc058697cdbef27" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


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


Everything as up-to-date as possible
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-28 18:58.26 ---> using "f732b87e75ca0340aea537502376e6d2519a136db03ec70be93c6bfc5c444674" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-04-28 18:58.32 ---> saved as "75d035e933c5a21f9a48047970650a3471acedd3f410eae62bc6bc6c7bfdc26f"


/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-28 18:58.40 ---> saved as "738e8a4c02d040b4b86874e6b37ec4373610ca88c365864c937ff0e09f3d2b1d"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-28 18:58.46 ---> saved as "f624eaa01499033fd8a6a95ddf4a0eef91129bb5797f09415b93c19f1c7564d4"


/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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 "apk" "update"
- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v20260127-8614-g3dadfe355ed [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62099 distinct packages available


<><> 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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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-dev


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


+ /usr/bin/sudo "apk" "add" "libffi-dev" "mesa-dev"
- ( 1/33) Installing linux-headers (6.16.12-r0)
- ( 2/33) Installing libffi-dev (3.5.2-r0)
- ( 3/33) Installing hwdata-pci (0.401-r0)
- ( 4/33) Installing libpciaccess (0.18.1-r1)
- ( 5/33) Installing libdrm (2.4.131-r0)
- ( 6/33) Installing libpciaccess-dev (0.18.1-r1)
- ( 7/33) Installing libdrm-dev (2.4.131-r0)
- ( 8/33) Installing libxdamage (1.1.6-r5)
- ( 9/33) Installing libxfixes (6.0.2-r0)
- (10/33) Installing libxfixes-dev (6.0.2-r0)
- (11/33) Installing libxdamage-dev (1.1.6-r5)
- (12/33) Installing libxshmfence (1.3.3-r0)
- (13/33) Installing libxshmfence-dev (1.3.3-r0)
- (14/33) Installing libxml2 (2.13.9-r0)
- (15/33) Installing llvm21-libs (21.1.2-r1)
- (16/33) Installing spirv-tools (1.4.321.0-r1)
- (17/33) Installing libelf (0.194-r0)
- (18/33) Installing mesa (25.2.7-r1)
- (19/33) Installing mesa-gles (25.2.7-r1)
- (20/33) Installing mesa-gbm (25.2.7-r1)
- (21/33) Installing wayland-libs-client (1.24.0-r0)
- (22/33) Installing mesa-egl (25.2.7-r1)
- (23/33) Installing libxext (1.3.6-r2)
- (24/33) Installing libxxf86vm (1.1.7-r0)
- (25/33) Installing mesa-gl (25.2.7-r1)
- (26/33) Installing clang21-headers (21.1.2-r2)
- (27/33) Installing libclc (21.1.2-r0)
- (28/33) Installing spirv-llvm-translator-libs (21.1.0-r0)
- (29/33) Installing clang21-libs (21.1.2-r2)
- (30/33) Installing mesa-rusticl (25.2.7-r1)
- (31/33) Installing libxext-dev (1.3.6-r2)
- (32/33) Installing libxxf86vm-dev (1.1.7-r0)
- (33/33) Installing mesa-dev (25.2.7-r1)
- Executing busybox-1.37.0-r30.trigger
- OK: 774.1 MiB in 137 packages
# To update the current shell environment, run: eval $(opam env)
2026-04-28 18:59.28 ---> saved as "64e54b3ddefd52d534291a2ce6df7071c153488bdfbba4c2040ab38a8ba1a127"


/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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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.22.2
- install dune-configurator 3.22.2
- install integers          0.7.0
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-libgl.1
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> 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-28 19:00.52 ---> saved as "eccdf3c5a1b86566d98864a9625dd62c2df2c0301f9dae3b02b957f67eaf9132"


/src: (copy (src .) (dst /src))
2026-04-28 19:01.53 ---> saved as "9aaa17c798c35f05e048f055664ae1c3033f9f06c6aa903eb1d87c5b82f370d0"


/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-28 19:02.02 ---> saved as "db564fc1f740375514849095d22271eda9c81eadc6167294eae23b7a414efcd3"
Job succeeded
2026-04-28 19:02.33: Job succeeded