Organisationsocaml-multicoreeio7ce8ac ()fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Logs

Show full logs
2026-02-28 13:55.34: New job: test ocaml-multicore/eio https://github.com/ocaml-multicore/eio.git#refs/pull/832/head (7ce8ac1fb064153f73182dd3d410140001190954) (linux-x86_64:fedora-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/eio.git" && cd "eio" && git fetch origin "refs/pull/832/head" && git reset --hard 7ce8ac1f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8
# fedora-42-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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 ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 || git fetch origin master) && git reset -q --hard ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 && 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.18 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.21.1 dune-configurator.3.21.1 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.2 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-02-28 13:55.34: Using cache hint "ocaml-multicore/eio-ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8-fedora-42-5.4_opam-2.5-8221efd5b0d5d7965fd62dc7976f92c6"
2026-02-28 13:55.34: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)
 (comment fedora-42-5.4_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (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 ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 || git fetch origin master) && git reset -q --hard ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 && 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 (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.18 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.21.1 dune-configurator.3.21.1 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.2 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-02-28 13:55.34: Waiting for resource in pool OCluster
2026-02-28 13:55.34: Waiting for worker…
2026-02-28 13:56.02: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 7ce8ac1 Simplify custom "env" type in example

(from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8' locally
docker.io/ocaml/opam@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
3c0f297c7ebe: Pulling fs layer
aa5c2d2d08bf: Pulling fs layer
6d0ea2f7619a: Pulling fs layer
d8ae33fdd7e4: Pulling fs layer
aff0ae25a5ed: Pulling fs layer
763c4d48e69f: Pulling fs layer
224f6408282e: Pulling fs layer
b0e824e6a43e: Pulling fs layer
49602a4eaa78: Pulling fs layer
8f7482f03196: Pulling fs layer
e5cca9034cee: Pulling fs layer
671100e31ff4: Pulling fs layer
92d8a98c5a53: Pulling fs layer
8c978c0f4d23: Pulling fs layer
5fafe8b7433b: Pulling fs layer
ac811e41c6f4: Pulling fs layer
c8847b6d78da: Pulling fs layer
cd8d073f2bde: Pulling fs layer
08d9cdfd2caa: Pulling fs layer
14f0b1c87802: Pulling fs layer
4f4fb700ef54: Pulling fs layer
0da4a6bd454b: Pulling fs layer
d18868971912: Pulling fs layer
987cb7d14d01: Pulling fs layer
5f356ad75c5c: Pulling fs layer
0927f1175e1d: Pulling fs layer
f5c2edb93960: Pulling fs layer
6934bfa87ff6: Pulling fs layer
e74423d6cd9a: Pulling fs layer
0a18e22160b1: Pulling fs layer
4c112de4bc7c: Pulling fs layer
1929b0892699: Pulling fs layer
22b50ce1d753: Pulling fs layer
f256f9415c16: Pulling fs layer
7c46b5aee8e8: Pulling fs layer
710b959bafe1: Pulling fs layer
8be66c6a213a: Pulling fs layer
3d6e47b0e7a8: Pulling fs layer
511d127400dd: Pulling fs layer
53b752509743: Pulling fs layer
7cfd122df5ef: Pulling fs layer
2bf97858691f: Pulling fs layer
f6c0f4e21b4f: Pulling fs layer
68b65f2fb2c2: Pulling fs layer
224f6408282e: Waiting
b0e824e6a43e: Waiting
49602a4eaa78: Waiting
8f7482f03196: Waiting
e5cca9034cee: Waiting
671100e31ff4: Waiting
92d8a98c5a53: Waiting
8c978c0f4d23: Waiting
5fafe8b7433b: Waiting
ac811e41c6f4: Waiting
c8847b6d78da: Waiting
cd8d073f2bde: Waiting
08d9cdfd2caa: Waiting
14f0b1c87802: Waiting
4f4fb700ef54: Waiting
d8ae33fdd7e4: Waiting
aff0ae25a5ed: Waiting
6d0ea2f7619a: Waiting
763c4d48e69f: Waiting
0da4a6bd454b: Waiting
d18868971912: Waiting
987cb7d14d01: Waiting
5f356ad75c5c: Waiting
0927f1175e1d: Waiting
f5c2edb93960: Waiting
6934bfa87ff6: Waiting
e74423d6cd9a: Waiting
0a18e22160b1: Waiting
4c112de4bc7c: Waiting
1929b0892699: Waiting
22b50ce1d753: Waiting
7c46b5aee8e8: Waiting
f256f9415c16: Waiting
710b959bafe1: Waiting
2bf97858691f: Waiting
f6c0f4e21b4f: Waiting
53b752509743: Waiting
68b65f2fb2c2: Waiting
8be66c6a213a: Waiting
7cfd122df5ef: Waiting
3d6e47b0e7a8: Waiting
511d127400dd: Waiting
3c0f297c7ebe: Verifying Checksum
3c0f297c7ebe: Download complete
bcbfb8588268: Download complete
aa5c2d2d08bf: Verifying Checksum
aa5c2d2d08bf: Download complete
aff0ae25a5ed: Verifying Checksum
aff0ae25a5ed: Download complete
d8ae33fdd7e4: Verifying Checksum
d8ae33fdd7e4: Download complete
763c4d48e69f: Verifying Checksum
763c4d48e69f: Download complete
b0e824e6a43e: Download complete
49602a4eaa78: Verifying Checksum
49602a4eaa78: Download complete
6d0ea2f7619a: Verifying Checksum
6d0ea2f7619a: Download complete
8f7482f03196: Verifying Checksum
8f7482f03196: Download complete
e5cca9034cee: Verifying Checksum
e5cca9034cee: Download complete
671100e31ff4: Verifying Checksum
671100e31ff4: Download complete
224f6408282e: Verifying Checksum
224f6408282e: Download complete
92d8a98c5a53: Verifying Checksum
92d8a98c5a53: Download complete
8c978c0f4d23: Verifying Checksum
8c978c0f4d23: Download complete
5fafe8b7433b: Verifying Checksum
5fafe8b7433b: Download complete
ac811e41c6f4: Verifying Checksum
ac811e41c6f4: Download complete
c8847b6d78da: Verifying Checksum
c8847b6d78da: Download complete
bcbfb8588268: Pull complete
3c0f297c7ebe: Pull complete
cd8d073f2bde: Verifying Checksum
cd8d073f2bde: Download complete
08d9cdfd2caa: Verifying Checksum
08d9cdfd2caa: Download complete
14f0b1c87802: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
0da4a6bd454b: Verifying Checksum
0da4a6bd454b: Download complete
d18868971912: Verifying Checksum
d18868971912: Download complete
987cb7d14d01: Verifying Checksum
987cb7d14d01: Download complete
5f356ad75c5c: Download complete
0927f1175e1d: Verifying Checksum
0927f1175e1d: Download complete
f5c2edb93960: Verifying Checksum
f5c2edb93960: Download complete
6934bfa87ff6: Verifying Checksum
6934bfa87ff6: Download complete
e74423d6cd9a: Download complete
0a18e22160b1: Verifying Checksum
0a18e22160b1: Download complete
4c112de4bc7c: Verifying Checksum
4c112de4bc7c: Download complete
1929b0892699: Verifying Checksum
1929b0892699: Download complete
22b50ce1d753: Download complete
7c46b5aee8e8: Download complete
aa5c2d2d08bf: Pull complete
8be66c6a213a: Verifying Checksum
8be66c6a213a: Download complete
3d6e47b0e7a8: Download complete
511d127400dd: Download complete
53b752509743: Verifying Checksum
53b752509743: Download complete
710b959bafe1: Verifying Checksum
710b959bafe1: Download complete
2bf97858691f: Verifying Checksum
2bf97858691f: Download complete
f6c0f4e21b4f: Verifying Checksum
f6c0f4e21b4f: Download complete
68b65f2fb2c2: Verifying Checksum
68b65f2fb2c2: Download complete
7cfd122df5ef: Verifying Checksum
7cfd122df5ef: Download complete
f256f9415c16: Verifying Checksum
f256f9415c16: Download complete
6d0ea2f7619a: Pull complete
d8ae33fdd7e4: Pull complete
aff0ae25a5ed: Pull complete
763c4d48e69f: Pull complete
224f6408282e: Pull complete
b0e824e6a43e: Pull complete
49602a4eaa78: Pull complete
8f7482f03196: Pull complete
e5cca9034cee: Pull complete
671100e31ff4: Pull complete
92d8a98c5a53: Pull complete
8c978c0f4d23: Pull complete
5fafe8b7433b: Pull complete
ac811e41c6f4: Pull complete
c8847b6d78da: Pull complete
cd8d073f2bde: Pull complete
08d9cdfd2caa: Pull complete
14f0b1c87802: Pull complete
4f4fb700ef54: Pull complete
0da4a6bd454b: Pull complete
d18868971912: Pull complete
987cb7d14d01: Pull complete
5f356ad75c5c: Pull complete
0927f1175e1d: Pull complete
f5c2edb93960: Pull complete
6934bfa87ff6: Pull complete
e74423d6cd9a: Pull complete
0a18e22160b1: Pull complete
4c112de4bc7c: Pull complete
1929b0892699: Pull complete
22b50ce1d753: Pull complete
f256f9415c16: Pull complete
7c46b5aee8e8: Pull complete
710b959bafe1: Pull complete
8be66c6a213a: Pull complete
3d6e47b0e7a8: Pull complete
511d127400dd: Pull complete
53b752509743: Pull complete
7cfd122df5ef: Pull complete
2bf97858691f: Pull complete
f6c0f4e21b4f: Pull complete
68b65f2fb2c2: Pull complete
Digest: sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8
Status: Downloaded newer image for ocaml/opam@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8
2026-02-28 13:58.40 ---> saved as "df14cd90ce9bb00d2ec3452cc8c95f7005fb902611b52fd480ace2e03f802e87"

/: (comment fedora-42-5.4_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 42 - x86_64 - Updates           100% |  15.2 KiB/s |   5.8 KiB |  00m00s
 Fedora 42 - x86_64                     100% |  75.2 KiB/s |  23.1 KiB |  00m00s
 Fedora 42 openh264 (From Cisco) - x86_ 100% |   5.8 KiB/s | 986.0   B |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.

Nothing to do.
2026-02-28 13:58.47 ---> saved as "2799ff75c9c61284d6f7a1f647ac37570b94a2b49ae88a2e1c73dfb1ea43194e"

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-28 13:58.47 ---> saved as "9c619b4adeab6fdd5544f88f84a4bb54a7c60a1fac8236cf05e09d18e183c65e"

/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-02-28 13:59.17 ---> saved as "7f98e5eebde2aa32373cdf2b56e35afa38478f841e32595058079a1009ca1ca0"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-94-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-28 13:59.17 ---> saved as "b84868788286afe3b7593c4c2a6c6b9b5f222bc8b625b8b73b5b9e58dd3950b3"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-02-28 13:59.17 ---> saved as "c4b52acd1f2460cd9cdca02c90025ed2e9060a6f6453d01bb3ae0fbb36481c69"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 || git fetch origin master) && git reset -q --hard ff53f72a2370b4077c5d0df2664a9a52feb1d8c3 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3109384a92..ef5c0a2eb7  master     -> origin/master
ff53f72a23 Merge pull request #29372 from c-cube/release-containers-v3.18

<><> 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-02-28 13:59.34 ---> saved as "5935c42622185068a9aa800ecaae1a208f30f10e19231772da6c29ccd7326d8c"

/src: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)
            (dst ./))
2026-02-28 13:59.34 ---> saved as "2df99bf0f916cd1a4df1123b6ad679c59889342ccb227ce6aeb6a53e28f342e6"

/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-02-28 13:59.38 ---> saved as "34101711ff179c8bc5ec41b73b0fbcfcffcf62984c88f25257a562e30c8607be"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-28 13:59.39 ---> saved as "7bf33a8f081edf44fefd97aad1ae26b1a0b959b72b9c4826ea136cb5b65fa058"

/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.18 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.21.1 dune-configurator.3.21.1 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.2 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/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.

<><> 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-02-28 13:59.48 ---> saved as "0308c0101d9c6ed7e02a56e67a7bcd9c7d596e262004b5ff7a47537f3b6b848f"

/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.18
  - 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.21.1
  - install dune-configurator    3.21.1
  - 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.2
  - 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 cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crowbar.0.2.2  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved containers.3.18  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved hmap.0.8.1  (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.2  (cached)
-> retrieved mdx.2.5.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (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.21.1, dune-configurator.3.21.1  (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.21.1
-> 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.2
-> 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.21.1
-> installed bigstringaf.0.10.0
-> installed mdx.2.5.1
-> installed iomux.0.4
-> installed containers.3.18
-> installed uring.2.7.0
-> installed dscheck.0.5.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-02-28 14:00.31 ---> saved as "c3d694fc2fb2cdfc26396cad23374962e93b67d750f47388e3a66c961017c838"

/src: (copy (src .) (dst /src))
2026-02-28 14:00.32 ---> saved as "274ebc157c760e58dd5cab9c5b2fd76fc3091b52718a6fbfd6d1ba6ef8a03a96"

/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_read.exe)
random ops: PASS

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

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

  [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.008s. 11 tests run.
2026-02-28 14:00.38 ---> saved as "82b1cb58eb8f43716b95fbe7d911d29d3fecc784f3b86c01c55f13d6ed3a568a"
Job succeeded
2026-02-28 14:00.38: Job succeeded