Organisationsavsmocaml-ctypes8e58a5 (master)debian-12-5.5_opam-2.5

debian-12-5.5_opam-2.5

Link Copied
Code Copied

Logs

2026-06-30 12:14.38: New job: test avsm/ocaml-ctypes https://github.com/avsm/ocaml-ctypes.git#refs/heads/master (8e58a54e3d8b4657e856570ffecf4941d8d676ab) (linux-x86_64:debian-12-5.5_opam-2.5)
Base: ocaml/opam:debian-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/avsm/ocaml-ctypes.git" -b "master" && cd "ocaml-ctypes" && git reset --hard 8e58a54e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0
# debian-12-5.5_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 cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 ctypes.opam ctypes-foreign.opam ./
RUN opam pin add -yn ctypes.dev './' && \
opam pin add -yn ctypes-foreign.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled conf-ncurses.1 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 integers.0.8.0 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ctypes.dev ctypes-foreign.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-06-30 12:14.38: Using cache hint "avsm/ocaml-ctypes-ocaml/opam:debian-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0-debian-12-5.5_opam-2.5-55013467506b9be4cfd5502916553278"
2026-06-30 12:14.38: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0)
(comment debian-12-5.5_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))
(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 "opam update -u"))
(copy (src ctypes.opam ctypes-foreign.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ctypes.dev './' && \
\nopam pin add -yn ctypes-foreign.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled conf-ncurses.1 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 integers.0.8.0 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base 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 ctypes.dev ctypes-foreign.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-06-30 12:14.38: Waiting for resource in pool OCluster
2026-06-30 16:03.18: Waiting for worker…
2026-06-30 16:04.48: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 8e58a54 ctypes-foreign: add win32 depext


(from ocaml/opam:debian-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0' locally
docker.io/ocaml/opam@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0: Pulling from ocaml/opam
01cedcff86f8: Pulling fs layer
9bf581ba34fd: Pulling fs layer
6c4bd78e0c43: Pulling fs layer
799649323729: Pulling fs layer
1ae4fb0c8a4a: Pulling fs layer
b237ecdf51a3: Pulling fs layer
9bf581ba34fd: Waiting
6c4bd78e0c43: Waiting
b16ee2e05313: Pulling fs layer
1ae4fb0c8a4a: Waiting
01cedcff86f8: Waiting
adb989234928: Pulling fs layer
b237ecdf51a3: Waiting
e3a01a28a7ad: Pulling fs layer
adb989234928: Waiting
ca0e54137564: Pulling fs layer
e3a01a28a7ad: Waiting
e88b1a083917: Pulling fs layer
ca0e54137564: Waiting
d10f17e04c11: Pulling fs layer
e88b1a083917: Waiting
d38ea67f8871: Pulling fs layer
d10f17e04c11: Waiting
8153ec1c4f57: Pulling fs layer
799649323729: Waiting
d38ea67f8871: Waiting
0546e39b6053: Pulling fs layer
5ebdad05b03e: Pulling fs layer
6435672f1863: Pulling fs layer
0546e39b6053: Waiting
b16ee2e05313: Waiting
8153ec1c4f57: Waiting
5c5711f4465e: Pulling fs layer
6435672f1863: Waiting
7264e6096409: Pulling fs layer
5c5711f4465e: Waiting
2202cd0e879d: Pulling fs layer
7264e6096409: Waiting
c31277fa0297: Pulling fs layer
4f4fb700ef54: Pulling fs layer
c31277fa0297: Waiting
2202cd0e879d: Waiting
8e159597691d: Pulling fs layer
4f4fb700ef54: Waiting
c0ebccf77ab9: Pulling fs layer
8e159597691d: Waiting
b7093a70d5d5: Pulling fs layer
f2a57dfa5358: Pulling fs layer
c0ebccf77ab9: Waiting
93b66eaa292a: Pulling fs layer
b7093a70d5d5: Waiting
f2a57dfa5358: Waiting
0aba2ee32120: Pulling fs layer
60033bb88c74: Pulling fs layer
0aba2ee32120: Waiting
883b72a7df53: Pulling fs layer
60033bb88c74: Waiting
9aaba240d281: Pulling fs layer
883b72a7df53: Waiting
fd24333fa18a: Pulling fs layer
93b66eaa292a: Waiting
9aaba240d281: Waiting
ab20f402dc6f: Pulling fs layer
fd24333fa18a: Waiting
a3afc412b613: Pulling fs layer
ab20f402dc6f: Waiting
dd4125684748: Pulling fs layer
a3afc412b613: Waiting
ceb2df76c559: Pulling fs layer
dd4125684748: Waiting
f7ccc162a221: Pulling fs layer
34ab2afe4a21: Pulling fs layer
f7ccc162a221: Waiting
ceb2df76c559: Waiting
d633eb0495b6: Pulling fs layer
34ab2afe4a21: Waiting
725b8fe35ff0: Pulling fs layer
d633eb0495b6: Waiting
389158e4fd73: Pulling fs layer
725b8fe35ff0: Waiting
7545a5a47fa3: Pulling fs layer
d6fad63240c0: Pulling fs layer
4f16cfd6b2e7: Pulling fs layer
7545a5a47fa3: Waiting
eef18e33f558: Pulling fs layer
d6fad63240c0: Waiting
a4a234f26864: Pulling fs layer
4f16cfd6b2e7: Waiting
389158e4fd73: Waiting
eef18e33f558: Waiting
33af7e7ec4b5: Pulling fs layer
a4a234f26864: Waiting
33af7e7ec4b5: Waiting
01cedcff86f8: Verifying Checksum
01cedcff86f8: Download complete
9bf581ba34fd: Download complete
6c4bd78e0c43: Download complete
799649323729: Verifying Checksum
799649323729: Download complete
1ae4fb0c8a4a: Download complete
b16ee2e05313: Verifying Checksum
b16ee2e05313: Download complete
adb989234928: Verifying Checksum
adb989234928: Download complete
e3a01a28a7ad: Verifying Checksum
e3a01a28a7ad: Download complete
01cedcff86f8: Pull complete
9bf581ba34fd: Pull complete
6c4bd78e0c43: Pull complete
ca0e54137564: Download complete
799649323729: Pull complete
1ae4fb0c8a4a: Pull complete
e88b1a083917: Verifying Checksum
e88b1a083917: Download complete
d10f17e04c11: Verifying Checksum
d10f17e04c11: Download complete
d38ea67f8871: Verifying Checksum
d38ea67f8871: Download complete
8153ec1c4f57: Verifying Checksum
8153ec1c4f57: Download complete
0546e39b6053: Download complete
5ebdad05b03e: Verifying Checksum
5ebdad05b03e: Download complete
b237ecdf51a3: Verifying Checksum
b237ecdf51a3: Download complete
6435672f1863: Download complete
5c5711f4465e: Verifying Checksum
5c5711f4465e: Download complete
7264e6096409: Verifying Checksum
7264e6096409: Download complete
2202cd0e879d: Download complete
c31277fa0297: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8e159597691d: Download complete
c0ebccf77ab9: Download complete
b7093a70d5d5: Verifying Checksum
b7093a70d5d5: Download complete
f2a57dfa5358: Verifying Checksum
f2a57dfa5358: Download complete
93b66eaa292a: Download complete
0aba2ee32120: Download complete
60033bb88c74: Verifying Checksum
60033bb88c74: Download complete
883b72a7df53: Verifying Checksum
883b72a7df53: Download complete
9aaba240d281: Verifying Checksum
9aaba240d281: Download complete
fd24333fa18a: Download complete
ab20f402dc6f: Download complete
a3afc412b613: Verifying Checksum
a3afc412b613: Download complete
ceb2df76c559: Verifying Checksum
ceb2df76c559: Download complete
34ab2afe4a21: Download complete
d633eb0495b6: Download complete
725b8fe35ff0: Verifying Checksum
725b8fe35ff0: Download complete
389158e4fd73: Verifying Checksum
389158e4fd73: Download complete
7545a5a47fa3: Download complete
d6fad63240c0: Verifying Checksum
d6fad63240c0: Download complete
f7ccc162a221: Verifying Checksum
f7ccc162a221: Download complete
eef18e33f558: Verifying Checksum
eef18e33f558: Download complete
a4a234f26864: Verifying Checksum
a4a234f26864: Download complete
dd4125684748: Verifying Checksum
dd4125684748: Download complete
33af7e7ec4b5: Verifying Checksum
33af7e7ec4b5: Download complete
4f16cfd6b2e7: Verifying Checksum
4f16cfd6b2e7: Download complete
b237ecdf51a3: Pull complete
b16ee2e05313: Pull complete
adb989234928: Pull complete
e3a01a28a7ad: Pull complete
ca0e54137564: Pull complete
e88b1a083917: Pull complete
d10f17e04c11: Pull complete
d38ea67f8871: Pull complete
8153ec1c4f57: Pull complete
0546e39b6053: Pull complete
5ebdad05b03e: Pull complete
6435672f1863: Pull complete
5c5711f4465e: Pull complete
7264e6096409: Pull complete
2202cd0e879d: Pull complete
c31277fa0297: Pull complete
4f4fb700ef54: Pull complete
8e159597691d: Pull complete
c0ebccf77ab9: Pull complete
b7093a70d5d5: Pull complete
f2a57dfa5358: Pull complete
93b66eaa292a: Pull complete
0aba2ee32120: Pull complete
60033bb88c74: Pull complete
883b72a7df53: Pull complete
9aaba240d281: Pull complete
fd24333fa18a: Pull complete
ab20f402dc6f: Pull complete
a3afc412b613: Pull complete
dd4125684748: Pull complete
ceb2df76c559: Pull complete
f7ccc162a221: Pull complete
34ab2afe4a21: Pull complete
d633eb0495b6: Pull complete
725b8fe35ff0: Pull complete
389158e4fd73: Pull complete
7545a5a47fa3: Pull complete
d6fad63240c0: Pull complete
4f16cfd6b2e7: Pull complete
eef18e33f558: Pull complete
a4a234f26864: Pull complete
33af7e7ec4b5: Pull complete
Digest: sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0
Status: Downloaded newer image for ocaml/opam@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0
2026-06-30 16:04.49 ---> using "228ca740acddf2eea3670dcf0ce71e10e87bb0dbff5c47936f8a95dddd86b0ee" from cache


/: (comment debian-12-5.5_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-06-30 16:04.49 ---> using "ae3c979b338c3812081555695794bf25cf14bac1a466b6f26a14e17275e2d977" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
b85f65c75d..8cd35acddd  master     -> origin/master
8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0
2026-06-30 16:04.49 ---> using "4c0016c23eeab9847925c82e1c8eb34e052a0dfc0abfb2ff9345ddecfe77dbe2" 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.


[NOTE] The 'jobs' option was reset, its value was 1 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=1 --global
Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-30 16:04.49 ---> using "317c835faee2b608c4c65f910cf989443256fc1534a60d117e9936979792cc02" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 5.5.0
2.5.1
2026-06-30 16:04.49 ---> using "515db4858eebfbe5077e34347e68bd70e979f949e0e593ed36262ecfd9c83d8f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-06-30 16:04.49 ---> using "994b828562268942d6f6323a0066212f29e7b177c81a78849a3628f360be4254" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))


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


The following actions will be performed:
=== recompile 7 packages
- recompile base-domains        base           [uses ocaml]
- recompile base-effects        base           [uses ocaml]
- recompile base-nnp            base           [uses base-domains]
- recompile ocaml               5.5.0          [uses ocaml-base-compiler]
- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]
- recompile ocaml-compiler      5.5.0          [upstream or system changes]
- recompile opam-depext         1.2.3          [uses ocaml]
=== install 1 package
- install   compiler-cloning    enabled        [required by ocaml-compiler]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml.5.5.0  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> installed compiler-cloning.enabled
-> retrieved ocaml-compiler.5.5.0  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.5.0
-> removed   ocaml-base-compiler.5.5.0
-> removed   ocaml-compiler.5.5.0
-> installed ocaml-compiler.5.5.0
-> installed ocaml-base-compiler.5.5.0
-> installed ocaml.5.5.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.


<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead


<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>
=> This switch had to be compiled from sources, but future switches with the 🐌
same compiler version and configuration should assemble instantly.
# To update the current shell environment, run: eval $(opam env)
2026-06-30 16:04.49 ---> using "436edd8af605487593055cbd3700620f040d9d4da186e593facc360ebf959b41" from cache


/src: (copy (src ctypes.opam ctypes-foreign.opam) (dst ./))
2026-06-30 16:04.51 ---> saved as "0bdbd14f81e194cfaf06e155f336f493bca85d1e27384dac1d7aa360e93da004"


/src: (run (network host)
(shell  "opam pin add -yn ctypes.dev './' && \
\nopam pin add -yn ctypes-foreign.dev './'"))
[ctypes.dev] synchronised (file:///src)
[WARNING] Failed checks on ctypes package definition from source at file:///src:
warning 48: The fields 'build-test:' and 'build-doc:' are deprecated, and should be replaced by uses of the 'with-test' and 'with-doc' filter variables in the 'build:' and 'install:' fields, and by the newer 'run-test:' field
error 52: Package is needlessly flagged "light-uninstall", since it has no remove instructions
ctypes is now pinned to file:///src (version dev)
[ctypes-foreign.dev] synchronised (file:///src)
[WARNING] Failed checks on ctypes-foreign package definition from source at file:///src:
error  3: File format error in 'depends' at line 47, column 0: Duplicate field depends
warning 47: Synopsis should start with a capital and not end with a dot
warning 68: Missing field 'license'
ctypes-foreign is now pinned to file:///src (version dev)
2026-06-30 16:04.57 ---> saved as "404f0728c4fc789070a8fd5025e5290e2b89e25f891867bb0ee651e46360f556"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-30 16:04.59 ---> saved as "b5bc7d8eabc9c8149b06d8ab5b315185a8c023063e3b2856c0a9ce7653c3c97c"


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled conf-ncurses.1 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 integers.0.8.0 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base 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 ctypes.dev ctypes-foreign.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [313 kB]
- Fetched 417 kB in 1s (482 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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 ncurses-dev pkg-config


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "ncurses-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libffi-dev: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 ... 18786 files and directories currently installed.)
- Preparing to unpack .../0-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../1-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../2-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../3-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u14) ...
# To update the current shell environment, run: eval $(opam env)
2026-06-30 16:05.21 ---> saved as "0c0ae9f41b5d96ec5cd3912e117250e96b0d7f2297ec0f8ca3e1384a7f8a8823"


/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-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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 15 packages
- install base-bytes        base
- install conf-ncurses      1
- install conf-pkg-config   5
- install cppo              1.8.0
- install csexp             1.5.2
- install dune              3.24.0
- install dune-configurator 3.24.0
- install integers          0.8.0
- install lwt               6.1.2
- install ocamlfind         1.9.8
- install ocplib-endian     1.2
- install ounit             2.2.7
- install ounit2            2.2.7
- install seq               base
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-pkg-config.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved integers.0.8.0  (cached)
-> installed conf-pkg-config.5
-> retrieved lwt.6.1.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-ncurses.1
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.24.0, dune-configurator.3.24.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.24.0
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed integers.0.8.0
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.24.0
-> installed lwt.6.1.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-30 16:06.32 ---> saved as "42a38e8934067e8a471abaf2a9424477ea2b18115754a4610e94dac226473fe7"


/src: (copy (src .) (dst /src))
2026-06-30 16:06.35 ---> saved as "32f4c71df29fce5da580d1b8b13268301e519cfd790f4e01a814084b0651177e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-06-30 16:06.35 ---> saved as "80755a6bcdbf5464b734981d2eece0dc514fdc3436a7322c761ff9027e525da1"
Job succeeded
2026-06-30 16:06.36: Job succeeded