Organisationsocaml-multicoreeio026dd7 ()debian-12-5.4_opam-2.5

debian-12-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-09 22:37.22: New job: test ocaml-multicore/eio https://github.com/ocaml-multicore/eio.git#refs/pull/827/head (026dd74692e383660882534fc2889d8fa376c886) (linux-x86_64:debian-12-5.4_opam-2.5)
Base: ocaml/opam:debian-12-ocaml-5.4@sha256:bd8d663a0c66570edf0ca5c57e4577998662299f20d3c4cc8a83c1863670a8ea
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/eio.git" && cd "eio" && git fetch origin "refs/pull/827/head" && git reset --hard 026dd746
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.4@sha256:bd8d663a0c66570edf0ca5c57e4577998662299f20d3c4cc8a83c1863670a8ea
# debian-12-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 eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam ./
RUN opam pin add -yn eio_windows.dev './' && \
opam pin add -yn eio_posix.dev './' && \
opam pin add -yn eio_main.dev './' && \
opam pin add -yn eio_linux.dev './' && \
opam pin add -yn eio.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uring.2.7.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio_linux.dev eio.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 22:37.22: Using cache hint "ocaml-multicore/eio-ocaml/opam:debian-12-ocaml-5.4@sha256:bd8d663a0c66570edf0ca5c57e4577998662299f20d3c4cc8a83c1863670a8ea-debian-12-5.4_opam-2.5-1f8e03ca2dbbed28623ac9654a050b14"
2026-01-09 22:37.22: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.4@sha256:bd8d663a0c66570edf0ca5c57e4577998662299f20d3c4cc8a83c1863670a8ea)
(comment debian-12-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 eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn eio_windows.dev './' && \
\nopam pin add -yn eio_posix.dev './' && \
\nopam pin add -yn eio_main.dev './' && \
\nopam pin add -yn eio_linux.dev './' && \
\nopam pin add -yn eio.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uring.2.7.0 uutf.1.0.4 yojson.3.0.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 eio_windows.dev eio_posix.dev eio_main.dev eio_linux.dev eio.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 22:37.22: Waiting for resource in pool OCluster
2026-01-09 23:54.50: Waiting for worker…
2026-01-09 23:55.54: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 026dd74 Added some documentation about the downsides of this approach


(from ocaml/opam:debian-12-ocaml-5.4@sha256:bd8d663a0c66570edf0ca5c57e4577998662299f20d3c4cc8a83c1863670a8ea)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:bd8d663a0c66570edf0ca5c57e4577998662299f20d3c4cc8a83c1863670a8ea' locally
docker.io/ocaml/opam@sha256:bd8d663a0c66570edf0ca5c57e4577998662299f20d3c4cc8a83c1863670a8ea: Pulling from ocaml/opam
708274aafe49: Pulling fs layer
a73733b08b3c: Pulling fs layer
cb40d7f96117: Pulling fs layer
708274aafe49: Waiting
a73733b08b3c: Waiting
ee9c8c5de7e3: Pulling fs layer
cb40d7f96117: Waiting
84e80908bda7: Pulling fs layer
ee9c8c5de7e3: Waiting
4c5fd3b4cc24: Pulling fs layer
84e80908bda7: Waiting
d71c2fbac086: Pulling fs layer
4c5fd3b4cc24: Waiting
046cc1ae5c18: Pulling fs layer
d71c2fbac086: Waiting
bfa5a03ecd8a: Pulling fs layer
046cc1ae5c18: Waiting
bfa5a03ecd8a: Waiting
40d4ddac16f1: Pulling fs layer
8305889da4d2: Pulling fs layer
40d4ddac16f1: Waiting
de468797725a: Pulling fs layer
8305889da4d2: Waiting
9277301f150f: Pulling fs layer
de468797725a: Waiting
eddb7b12d436: Pulling fs layer
9277301f150f: Waiting
eddb7b12d436: Waiting
64bb55638273: Pulling fs layer
16803dc303e9: Pulling fs layer
64bb55638273: Waiting
d4fa4b836a8f: Pulling fs layer
16803dc303e9: Waiting
302935314db8: Pulling fs layer
d4fa4b836a8f: Waiting
62bb2e2d5438: Pulling fs layer
302935314db8: Waiting
5338516f7da9: Pulling fs layer
62bb2e2d5438: Waiting
95d87687bac8: Pulling fs layer
5338516f7da9: Waiting
0b7298464a21: Pulling fs layer
95d87687bac8: Waiting
4f4fb700ef54: Pulling fs layer
0b7298464a21: Waiting
617bed7b7101: Pulling fs layer
4f4fb700ef54: Waiting
95a7fa87f8c6: Pulling fs layer
617bed7b7101: Waiting
f5467f70543b: Pulling fs layer
95a7fa87f8c6: Waiting
e303ef8ff120: Pulling fs layer
f5467f70543b: Waiting
e303ef8ff120: Waiting
baa02a77fc62: Pulling fs layer
a00df1b6f1fa: Pulling fs layer
baa02a77fc62: Waiting
7bada9614c67: Pulling fs layer
a00df1b6f1fa: Waiting
ba805f620b0c: Pulling fs layer
7bada9614c67: Waiting
d21b0b189228: Pulling fs layer
ba805f620b0c: Waiting
f1b7c8bb0559: Pulling fs layer
d21b0b189228: Waiting
b520aea8cba5: Pulling fs layer
f1b7c8bb0559: Waiting
7706c6a8f28a: Pulling fs layer
b520aea8cba5: Waiting
005d6943e121: Pulling fs layer
7706c6a8f28a: Waiting
987a765b6ccd: Pulling fs layer
0247fed0ecc3: Pulling fs layer
987a765b6ccd: Waiting
005d6943e121: Waiting
a108db66ef49: Pulling fs layer
0247fed0ecc3: Waiting
546e127da965: Pulling fs layer
a108db66ef49: Waiting
fae263707ddc: Pulling fs layer
adb7f0afd48d: Pulling fs layer
546e127da965: Waiting
fae263707ddc: Waiting
f3ddfb73d739: Pulling fs layer
3ce1bf543809: Pulling fs layer
adb7f0afd48d: Waiting
f3ddfb73d739: Waiting
7ccc9db3d390: Pulling fs layer
bec8b69a90b7: Pulling fs layer
3ce1bf543809: Waiting
7ccc9db3d390: Waiting
680e92740ec7: Pulling fs layer
bec8b69a90b7: Waiting
93796f4c88e8: Pulling fs layer
680e92740ec7: Waiting
93796f4c88e8: Waiting
a73733b08b3c: Download complete
cb40d7f96117: Download complete
ee9c8c5de7e3: Verifying Checksum
ee9c8c5de7e3: Download complete
708274aafe49: Download complete
84e80908bda7: Verifying Checksum
84e80908bda7: Download complete
d71c2fbac086: Verifying Checksum
d71c2fbac086: Download complete
046cc1ae5c18: Verifying Checksum
046cc1ae5c18: Download complete
bfa5a03ecd8a: Verifying Checksum
bfa5a03ecd8a: Download complete
40d4ddac16f1: Verifying Checksum
40d4ddac16f1: Download complete
708274aafe49: Pull complete
a73733b08b3c: Pull complete
cb40d7f96117: Pull complete
4c5fd3b4cc24: Verifying Checksum
4c5fd3b4cc24: Download complete
8305889da4d2: Verifying Checksum
8305889da4d2: Download complete
de468797725a: Verifying Checksum
de468797725a: Download complete
eddb7b12d436: Verifying Checksum
eddb7b12d436: Download complete
64bb55638273: Verifying Checksum
64bb55638273: Download complete
ee9c8c5de7e3: Pull complete
9277301f150f: Verifying Checksum
9277301f150f: Download complete
16803dc303e9: Download complete
d4fa4b836a8f: Verifying Checksum
d4fa4b836a8f: Download complete
84e80908bda7: Pull complete
302935314db8: Verifying Checksum
302935314db8: Download complete
62bb2e2d5438: Verifying Checksum
62bb2e2d5438: Download complete
5338516f7da9: Download complete
95d87687bac8: Download complete
0b7298464a21: Verifying Checksum
0b7298464a21: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
617bed7b7101: Verifying Checksum
617bed7b7101: Download complete
95a7fa87f8c6: Verifying Checksum
95a7fa87f8c6: Download complete
f5467f70543b: Verifying Checksum
f5467f70543b: Download complete
baa02a77fc62: Verifying Checksum
baa02a77fc62: Download complete
a00df1b6f1fa: Download complete
e303ef8ff120: Verifying Checksum
e303ef8ff120: Download complete
ba805f620b0c: Verifying Checksum
ba805f620b0c: Download complete
d21b0b189228: Verifying Checksum
d21b0b189228: Download complete
7bada9614c67: Verifying Checksum
7bada9614c67: Download complete
b520aea8cba5: Download complete
7706c6a8f28a: Verifying Checksum
7706c6a8f28a: Download complete
f1b7c8bb0559: Verifying Checksum
f1b7c8bb0559: Download complete
987a765b6ccd: Verifying Checksum
987a765b6ccd: Download complete
a108db66ef49: Verifying Checksum
a108db66ef49: Download complete
546e127da965: Download complete
fae263707ddc: Verifying Checksum
fae263707ddc: Download complete
adb7f0afd48d: Verifying Checksum
adb7f0afd48d: Download complete
f3ddfb73d739: Verifying Checksum
f3ddfb73d739: Download complete
005d6943e121: Verifying Checksum
005d6943e121: Download complete
3ce1bf543809: Verifying Checksum
3ce1bf543809: Download complete
bec8b69a90b7: Download complete
680e92740ec7: Download complete
93796f4c88e8: Verifying Checksum
93796f4c88e8: Download complete
7ccc9db3d390: Verifying Checksum
7ccc9db3d390: Download complete
0247fed0ecc3: Verifying Checksum
0247fed0ecc3: Download complete
4c5fd3b4cc24: Pull complete
d71c2fbac086: Pull complete
046cc1ae5c18: Pull complete
bfa5a03ecd8a: Pull complete
40d4ddac16f1: Pull complete
8305889da4d2: Pull complete
de468797725a: Pull complete
9277301f150f: Pull complete
eddb7b12d436: Pull complete
64bb55638273: Pull complete
16803dc303e9: Pull complete
d4fa4b836a8f: Pull complete
302935314db8: Pull complete
62bb2e2d5438: Pull complete
5338516f7da9: Pull complete
95d87687bac8: Pull complete
0b7298464a21: Pull complete
4f4fb700ef54: Pull complete
617bed7b7101: Pull complete
95a7fa87f8c6: Pull complete
f5467f70543b: Pull complete
e303ef8ff120: Pull complete
baa02a77fc62: Pull complete
a00df1b6f1fa: Pull complete
7bada9614c67: Pull complete
ba805f620b0c: Pull complete
d21b0b189228: Pull complete
f1b7c8bb0559: Pull complete
b520aea8cba5: Pull complete
7706c6a8f28a: Pull complete
005d6943e121: Pull complete
987a765b6ccd: Pull complete
0247fed0ecc3: Pull complete
a108db66ef49: Pull complete
546e127da965: Pull complete
fae263707ddc: Pull complete
adb7f0afd48d: Pull complete
f3ddfb73d739: Pull complete
3ce1bf543809: Pull complete
7ccc9db3d390: Pull complete
bec8b69a90b7: Pull complete
680e92740ec7: Pull complete
93796f4c88e8: Pull complete
Digest: sha256:bd8d663a0c66570edf0ca5c57e4577998662299f20d3c4cc8a83c1863670a8ea
Status: Downloaded newer image for ocaml/opam@sha256:bd8d663a0c66570edf0ca5c57e4577998662299f20d3c4cc8a83c1863670a8ea
2026-01-09 23:58.39 ---> using "5849b108cfe0492ddf16e3dd1a95b9407cb5aae44058d2c54c8faee309371d93" from cache


/: (comment debian-12-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 23:58.39 ---> using "dbcbbe215af40932f5209fb35f1fd604888323ef3187def2af69e8cbcc52dfa7" 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-09 23:58.39 ---> using "3635172bb2bb575ad584a3ca29e8a527be1fa02aa1074a456b9e0f9532adfcc7" 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 23:58.39 ---> using "599531b9036539e3479550840093cc8b6a38533a187fc426512e760910f85b08" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-09 23:58.39 ---> using "e0ef52a0ce8dd78068b8d29c20d7ade9e1b71ebdffda70cda82daa72759cd71e" 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-09 23:58.39 ---> using "5f06ed817df8ee5536efa9673d134f21b7028d944b63fa941e0e1fda45215f9b" from cache


/src: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)
(dst ./))
2026-01-09 23:58.39 ---> saved as "dcf639dbc543a3b9b193902d71082e70071f87fe1051faa795316d9d7e0b33b8"


/src: (run (network host)
(shell  "opam pin add -yn eio_windows.dev './' && \
\nopam pin add -yn eio_posix.dev './' && \
\nopam pin add -yn eio_main.dev './' && \
\nopam pin add -yn eio_linux.dev './' && \
\nopam pin add -yn eio.dev './'"))
[eio_windows.dev] synchronised (file:///src)
eio_windows is now pinned to file:///src (version dev)
[eio_posix.dev] synchronised (file:///src)
eio_posix is now pinned to file:///src (version dev)
[eio_main.dev] synchronised (file:///src)
eio_main is now pinned to file:///src (version dev)
[eio_linux.dev] synchronised (file:///src)
eio_linux is now pinned to file:///src (version dev)
[eio.dev] synchronised (file:///src)
eio is now pinned to file:///src (version dev)
2026-01-09 23:58.53 ---> saved as "f1a915b6dfab22938bc734f5c2dde997a83b59c9ecab377edec6f9deb25737dc"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-09 23:58.53 ---> saved as "12a3c41b2b2005e113185b53a33486c323e88827e9c7a696be97a2c870fdb7e0"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uring.2.7.0 uutf.1.0.4 yojson.3.0.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 eio_windows.dev eio_posix.dev eio_main.dev eio_linux.dev eio.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 [290 kB]
- Fetched 393 kB in 1s (550 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[eio.dev] synchronised (file:///src)
[eio_linux.dev] synchronised (file:///src)
[eio_main.dev] synchronised (file:///src)
[eio_posix.dev] synchronised (file:///src)
[eio_windows.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).
# To update the current shell environment, run: eval $(opam env)
2026-01-09 23:59.14 ---> saved as "f53d61637b77097132548771ef6c1a3caae9ee7ce3e4ed88f466d86078b13599"


/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 45 packages
- install afl-persistent       1.4
- install alcotest             1.9.1
- install astring              0.8.5
- install backoff              0.1.1
- install bigstringaf          0.10.0
- install camlp-streams        5.0.1
- install cmdliner             2.1.0
- install conf-bash            1
- install containers           3.16
- install cppo                 1.8.0
- install crowbar              0.2.2
- install csexp                1.5.2
- install cstruct              6.2.0
- install domain-local-await   1.0.1
- install domain-local-timeout 1.0.1
- install dscheck              0.5.0
- install dune                 3.20.2
- install dune-configurator    3.20.2
- install either               1.0.0
- install fmt                  0.11.0
- install hmap                 0.8.1
- install iomux                0.4
- install kcas                 0.7.0
- install logs                 0.10.0
- install lwt-dllist           1.1.0
- install mdx                  2.5.1
- install mtime                2.1.0
- install multicore-magic      2.3.1
- install ocaml-syntax-shims   1.0.0
- install ocaml-version        4.0.3
- install ocamlbuild           0.16.1
- install ocamlfind            1.9.8
- install optint               0.3.0
- install oseq                 0.5.1
- install psq                  0.2.1
- install re                   1.14.0
- install result               1.5
- install seq                  base
- install stdlib-shims         0.3.0
- install thread-table         1.0.0
- install topkg                1.1.1
- install tsort                2.2.0
- install uring                2.7.0
- install uutf                 1.0.4
- install yojson               3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> installed conf-bash.1
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved crowbar.0.2.2  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved containers.3.16  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved iomux.0.4  (cached)
-> retrieved kcas.0.7.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved mdx.2.5.1  (cached)
-> retrieved ocaml-version.4.0.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tsort.2.2.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved uring.2.7.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed dune.3.20.2
-> installed afl-persistent.1.4
-> installed lwt-dllist.1.1.0
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed either.1.0.0
-> installed multicore-magic.2.3.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.3
-> installed optint.0.3.0
-> installed oseq.0.5.1
-> installed psq.0.2.1
-> installed re.1.14.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed tsort.2.2.0
-> installed yojson.3.0.0
-> installed crowbar.0.2.2
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed kcas.0.7.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.20.2
-> installed mdx.2.5.1
-> installed bigstringaf.0.10.0
-> installed iomux.0.4
-> installed containers.3.16
-> installed dscheck.0.5.0
-> installed uring.2.7.0
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.


To globally enable AFL instrumentation, create an OCaml switch like:


opam switch create 5.4.0+afl ocaml-variants.5.4.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2026-01-10 00:01.31 ---> saved as "5c3b0afa197d3f81f2db745182f0c77d26b2180ceaf65c3562449e9f2fc6c04d"


/src: (copy (src .) (dst /src))
2026-01-10 00:01.31 ---> saved as "fd2bf49c96bd5e361509cc2f01d789819e09717b6fd07ecc1d0b7635058bb278"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/fuzz && ./fuzz_inherit_fds.exe)
inherit_fds: PASS


(cd _build/default/fuzz && ./fuzz_buf_write.exe)
random ops: PASS


(cd _build/default/fuzz && ./fuzz_buf_read.exe)
random ops: PASS


(cd _build/default/lib_eio_linux/tests && ./test.exe)
Testing `eio_linux'.
This run has ID `Z6VJF9WJ'.


[OK]          io          0   copy.
[OK]          io          1   direct_copy.
[OK]          io          2   poll_add.
[OK]          io          3   poll_add_busy.
[OK]          io          4   iovec.
[OK]          io          5   no_sqe.
[OK]          io          6   read_exact.
[OK]          io          7   expose_backend.
[OK]          io          8   statx.
[OK]          io          9   signal_race.
[OK]          io         10   alloc-fixed-or-wait.


Full test results in `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux'.
Test Successful in 0.015s. 11 tests run.
2026-01-10 00:02.03 ---> saved as "62d289ceb31e53951d6d71bc30c7dc694019fa7d6652f354f9cfc577069a972e"
Job succeeded
2026-01-10 00:02.03: Job succeeded