2025-09-30 13:01.21: New job: test ocaml-multicore/eio https://github.com/ocaml-multicore/eio.git#refs/pull/575/head (7a2947e86244a98d476538ea55b406601ad737ec) (linux-riscv64:debian-13-5.3_riscv64_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/eio.git" && cd "eio" && git fetch origin "refs/pull/575/head" && git reset --hard 7a2947e8 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52 # debian-13-5.3_riscv64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 64dfb8c8f3d57322d6c1c70adec809b801b9121a || git fetch origin master) && git reset -q --hard 64dfb8c8f3d57322d6c1c70adec809b801b9121a && 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.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.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.1.3.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.1 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.9.0 lwt-dllist.1.1.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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.0 tsort.2.2.0 uring.0.9 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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 2025-09-30 13:01.21: Using cache hint "ocaml-multicore/eio-ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52-debian-13-5.3_riscv64_opam-2.4-eed4983df72e2b285acc49014263c8a9" 2025-09-30 13:01.21: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52) (comment debian-13-5.3_riscv64_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 64dfb8c8f3d57322d6c1c70adec809b801b9121a || git fetch origin master) && git reset -q --hard 64dfb8c8f3d57322d6c1c70adec809b801b9121a && 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.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.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.1.3.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.1 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.9.0 lwt-dllist.1.1.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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.0 tsort.2.2.0 uring.0.9 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.4 --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")) ) 2025-09-30 13:01.21: Waiting for resource in pool OCluster 2025-09-30 13:01.21: Waiting for worker… 2025-09-30 16:58.24: Got resource from pool OCluster Building on riscv-bm-01.sw.ci.dev HEAD is now at bb07b44 more Linux specific options, skipping multicast ones HEAD is now at 7a2947e fix network tests with older kernels (from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52' locally docker.io/ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52: Pulling from ocaml/opam 8f913be5ecad: Pulling fs layer ce31ce67e69b: Pulling fs layer 0cf3a7789759: Pulling fs layer 9f0c6299278d: Pulling fs layer e94bba55929b: Pulling fs layer fa0712264263: Pulling fs layer 2e9048a7b53d: Pulling fs layer 9902de28c3f0: Pulling fs layer ff517c358677: Pulling fs layer 383f060cda87: Pulling fs layer b7a964b1a83b: Pulling fs layer 02ef0fd530dd: Pulling fs layer 3cec61b290e9: Pulling fs layer 2273bd2c4d4b: Pulling fs layer c04c67aab9ae: Pulling fs layer b43aac5e47f2: Pulling fs layer fa01fc863b11: Pulling fs layer 70ce8722af9c: Pulling fs layer d62c11b367a0: Pulling fs layer e28d1e571478: Pulling fs layer e4619c0fdd56: Pulling fs layer 4f4fb700ef54: Pulling fs layer 2642eb02d1cf: Pulling fs layer 17410ed193a2: Pulling fs layer ea4027cf29ff: Pulling fs layer 2d1c149b33bc: Pulling fs layer aa1fc2e76ba7: Pulling fs layer 198f02c9d8bb: Pulling fs layer f3c530c1395c: Pulling fs layer b4c1f20e76b0: Pulling fs layer dabbe871c8f1: Pulling fs layer 07bc2850efcf: Pulling fs layer c44cd4c1c616: Pulling fs layer 9bad6d1480ef: Pulling fs layer 9139b16fda07: Pulling fs layer ddce8e624d6f: Pulling fs layer cdd44d9ef1e0: Pulling fs layer 9745a1b41bc7: Pulling fs layer 926c04a38725: Pulling fs layer 33c611bdffe3: Pulling fs layer 2f12c3515d38: Pulling fs layer b6435474c958: Pulling fs layer e8d70e26e60a: Pulling fs layer 3f06fd691d22: Pulling fs layer a5bdd4d4061a: Pulling fs layer 52f4f3aba300: Pulling fs layer 94f05428884b: Pulling fs layer 9f0c6299278d: Waiting e94bba55929b: Waiting fa0712264263: Waiting 2e9048a7b53d: Waiting 9902de28c3f0: Waiting ff517c358677: Waiting 383f060cda87: Waiting b7a964b1a83b: Waiting 02ef0fd530dd: Waiting 3cec61b290e9: Waiting 2d1c149b33bc: Waiting aa1fc2e76ba7: Waiting ea4027cf29ff: Waiting dabbe871c8f1: Waiting 07bc2850efcf: Waiting c44cd4c1c616: Waiting 198f02c9d8bb: Waiting cdd44d9ef1e0: Waiting f3c530c1395c: Waiting 9745a1b41bc7: Waiting b4c1f20e76b0: Waiting 926c04a38725: Waiting 33c611bdffe3: Waiting 9bad6d1480ef: Waiting 2f12c3515d38: Waiting 9139b16fda07: Waiting b6435474c958: Waiting ddce8e624d6f: Waiting e8d70e26e60a: Waiting 3f06fd691d22: Waiting 2273bd2c4d4b: Waiting c04c67aab9ae: Waiting b43aac5e47f2: Waiting fa01fc863b11: Waiting a5bdd4d4061a: Waiting 70ce8722af9c: Waiting 52f4f3aba300: Waiting 94f05428884b: Waiting d62c11b367a0: Waiting e28d1e571478: Waiting e4619c0fdd56: Waiting 4f4fb700ef54: Waiting 2642eb02d1cf: Waiting 17410ed193a2: Waiting ce31ce67e69b: Verifying Checksum ce31ce67e69b: Download complete 0cf3a7789759: Verifying Checksum 0cf3a7789759: Download complete e94bba55929b: Verifying Checksum e94bba55929b: Download complete 9f0c6299278d: Verifying Checksum 9f0c6299278d: Download complete 8f913be5ecad: Verifying Checksum 8f913be5ecad: Download complete 2e9048a7b53d: Verifying Checksum 2e9048a7b53d: Download complete 9902de28c3f0: Verifying Checksum 9902de28c3f0: Download complete 383f060cda87: Verifying Checksum 383f060cda87: Download complete b7a964b1a83b: Verifying Checksum b7a964b1a83b: Download complete 02ef0fd530dd: Verifying Checksum 02ef0fd530dd: Download complete ff517c358677: Verifying Checksum ff517c358677: Download complete 2273bd2c4d4b: Verifying Checksum 2273bd2c4d4b: Download complete c04c67aab9ae: Verifying Checksum c04c67aab9ae: Download complete b43aac5e47f2: Verifying Checksum b43aac5e47f2: Download complete fa01fc863b11: Verifying Checksum fa01fc863b11: Download complete 70ce8722af9c: Download complete d62c11b367a0: Verifying Checksum d62c11b367a0: Download complete e28d1e571478: Download complete e4619c0fdd56: Verifying Checksum e4619c0fdd56: Download complete 3cec61b290e9: Verifying Checksum 3cec61b290e9: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 2642eb02d1cf: Verifying Checksum 2642eb02d1cf: Download complete 17410ed193a2: Verifying Checksum 17410ed193a2: Download complete ea4027cf29ff: Verifying Checksum ea4027cf29ff: Download complete 2d1c149b33bc: Verifying Checksum 2d1c149b33bc: Download complete 198f02c9d8bb: Verifying Checksum 198f02c9d8bb: Download complete aa1fc2e76ba7: Verifying Checksum aa1fc2e76ba7: Download complete b4c1f20e76b0: Verifying Checksum b4c1f20e76b0: Download complete f3c530c1395c: Verifying Checksum f3c530c1395c: Download complete dabbe871c8f1: Download complete 07bc2850efcf: Verifying Checksum 07bc2850efcf: Download complete 8f913be5ecad: Pull complete ce31ce67e69b: Pull complete 0cf3a7789759: Pull complete c44cd4c1c616: Verifying Checksum c44cd4c1c616: Download complete 9bad6d1480ef: Verifying Checksum 9bad6d1480ef: Download complete 9f0c6299278d: Pull complete e94bba55929b: Pull complete ddce8e624d6f: Verifying Checksum ddce8e624d6f: Download complete fa0712264263: Verifying Checksum fa0712264263: Download complete 9745a1b41bc7: Verifying Checksum 9745a1b41bc7: Download complete 926c04a38725: Verifying Checksum 926c04a38725: Download complete 33c611bdffe3: Verifying Checksum 33c611bdffe3: Download complete 2f12c3515d38: Verifying Checksum 2f12c3515d38: Download complete b6435474c958: Download complete cdd44d9ef1e0: Verifying Checksum cdd44d9ef1e0: Download complete 9139b16fda07: Download complete e8d70e26e60a: Verifying Checksum e8d70e26e60a: Download complete a5bdd4d4061a: Verifying Checksum a5bdd4d4061a: Download complete 52f4f3aba300: Verifying Checksum 52f4f3aba300: Download complete 94f05428884b: Download complete 3f06fd691d22: Verifying Checksum 3f06fd691d22: Download complete fa0712264263: Pull complete 2e9048a7b53d: Pull complete 9902de28c3f0: Pull complete ff517c358677: Pull complete 383f060cda87: Pull complete b7a964b1a83b: Pull complete 02ef0fd530dd: Pull complete 3cec61b290e9: Pull complete 2273bd2c4d4b: Pull complete c04c67aab9ae: Pull complete b43aac5e47f2: Pull complete fa01fc863b11: Pull complete 70ce8722af9c: Pull complete d62c11b367a0: Pull complete e28d1e571478: Pull complete e4619c0fdd56: Pull complete 4f4fb700ef54: Pull complete 2642eb02d1cf: Pull complete 17410ed193a2: Pull complete ea4027cf29ff: Pull complete 2d1c149b33bc: Pull complete aa1fc2e76ba7: Pull complete 198f02c9d8bb: Pull complete f3c530c1395c: Pull complete b4c1f20e76b0: Pull complete dabbe871c8f1: Pull complete 07bc2850efcf: Pull complete c44cd4c1c616: Pull complete 9bad6d1480ef: Pull complete 9139b16fda07: Pull complete ddce8e624d6f: Pull complete cdd44d9ef1e0: Pull complete 9745a1b41bc7: Pull complete 926c04a38725: Pull complete 33c611bdffe3: Pull complete 2f12c3515d38: Pull complete b6435474c958: Pull complete e8d70e26e60a: Pull complete 3f06fd691d22: Pull complete a5bdd4d4061a: Pull complete 52f4f3aba300: Pull complete 94f05428884b: Pull complete Digest: sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52 Status: Downloaded newer image for ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52 2025-09-30 16:58.27 ---> using "464544ceb3be86cede6394dc71749c8c9ab6bfb0d79ff9828158551739284e81" from cache /: (comment debian-13-5.3_riscv64_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-30 16:58.27 ---> using "75ffd3c83aa012bc8b093a0947a298655da91fffc49261aacbc27aca5478db37" 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 2025-09-30 16:58.27 ---> using "bc4eabd090c5ab50b0842a159fc8bb3e4f2e48f604dc2d650850095378bf9911" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.10.113-scw1 The OCaml toplevel, version 5.3.0 2.4.1 2025-09-30 16:58.27 ---> using "99413c80cfa038280775c5555702646b7ce4ef7d5db78f1ce48bc162e5d0c7bc" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-30 16:58.27 ---> using "e0356af4238671a0454b22b8ecc0eed962e0df3a67ab6c6f465f7818ddabe16e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 64dfb8c8f3d57322d6c1c70adec809b801b9121a || git fetch origin master) && git reset -q --hard 64dfb8c8f3d57322d6c1c70adec809b801b9121a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..dfe27d924d master -> origin/master 64dfb8c8f3 Merge pull request #28606 from dbuenzli/more-cmdliner-failures <><> 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) 2025-09-30 16:58.27 ---> using "839d03e5bb50037d2d976c656c3e90d5f4ced5eee0cd3b7ad2c1bee8c772cba2" from cache /src: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam) (dst ./)) 2025-09-30 16:58.28 ---> saved as "e808c045e3f8ce3a1d3e33d064604fd863930db8be3a584e51d5e1095fceeb08" /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) 2025-09-30 16:59.00 ---> saved as "926acff857fcae74424f092b3513f50f125e5a00b90eaa2987be27bf5ec49ea5" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-30 16:59.00 ---> saved as "9314b6acca697dcfc7093c6aea63962a92c2ad27cf2eae5d127300481d13058c" /src: (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.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.1.3.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.1 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.9.0 lwt-dllist.1.1.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 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.0 tsort.2.2.0 uring.0.9 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.4 --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 trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [43.4 kB] - Fetched 134 kB in 0s (291 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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). 2025-09-30 16:59.45 ---> saved as "a4dfcc1f708521ab0fd80b51b5a6db3fe0e30057f8b00108c1f7d4d9b2d15ff3" /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 47 packages - install afl-persistent 1.4 - install alcotest 1.9.0 - install astring 0.8.5 - install backoff 0.1.1 - install base-bytes base - install bigstringaf 0.10.0 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install conf-bash 1 - install containers 3.16 - install cppo 1.8.0 - install crowbar 0.2.1 - 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.9.0 - install lwt-dllist 1.1.0 - install mdx 2.5.0 - install mtime 2.1.0 - install multicore-magic 2.3.1 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.0.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - 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.0 - install tsort 2.2.0 - install uring 0.9 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved alcotest.1.9.0 (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) -> retrieved cmdliner.1.3.0 (cached) -> installed conf-bash.1 -> retrieved cppo.1.8.0 (cached) -> retrieved crowbar.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved containers.3.16 (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 logs.0.9.0 (cached) -> retrieved kcas.0.7.0 (cached) -> retrieved lwt-dllist.1.1.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved multicore-magic.2.3.1 (cached) -> retrieved mdx.2.5.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved oseq.0.5.1 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) -> retrieved re.1.14.0 (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.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uring.0.9 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> retrieved yojson.3.0.0 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed seq.base -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed hmap.0.8.1 -> installed logs.0.9.0 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed dune.3.20.2 -> installed afl-persistent.1.4 -> installed backoff.0.1.1 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed lwt-dllist.1.1.0 -> installed multicore-magic.2.3.1 -> installed ocaml-version.4.0.1 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.20.2 -> installed optint.0.3.0 -> installed ocaml-syntax-shims.1.0.0 -> installed crowbar.0.2.1 -> installed bigstringaf.0.10.0 -> installed oseq.0.5.1 -> installed iomux.0.4 -> installed psq.0.2.1 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed thread-table.1.0.0 -> installed tsort.2.2.0 -> installed domain-local-await.1.0.1 -> installed re.1.14.0 -> installed domain-local-timeout.1.0.1 -> installed containers.3.16 -> installed alcotest.1.9.0 -> installed kcas.0.7.0 -> installed dscheck.0.5.0 -> installed uring.0.9 -> installed yojson.3.0.0 -> installed mdx.2.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.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2025-09-30 17:06.49 ---> saved as "37e93affce4bab879b5e61d3e3d54028bda89227fbeded95b70d2cb48e14c151" /src: (copy (src .) (dst /src)) 2025-09-30 17:06.50 ---> saved as "e443959ab2cc154837b634254b8d3075ebd0ac91b9ec173bfed7e3d03a68ccc0" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/fuzz && ./fuzz_buf_read.exe) random ops: PASS (cd _build/default/fuzz && ./fuzz_inherit_fds.exe) inherit_fds: PASS (cd _build/default/fuzz && ./fuzz_buf_write.exe) random ops: PASS File "lib_eio_linux/tests/fd_sharing.md", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/lib_eio_linux/tests/fd_sharing.md _build/default/lib_eio_linux/tests/.mdx/fd_sharing.md.corrected diff --git a/_build/default/lib_eio_linux/tests/fd_sharing.md b/_build/default/lib_eio_linux/tests/.mdx/fd_sharing.md.corrected index bf8230b..2b51e12 100644 --- a/_build/default/lib_eio_linux/tests/fd_sharing.md +++ b/_build/default/lib_eio_linux/tests/.mdx/fd_sharing.md.corrected @@ -51,11 +51,5 @@ One domain closes an FD after another domain has enqueued a uring operation ment (* Allow the read to complete. *) Eio.Flow.close w );; -+Domain 1 enqueuing read on FD -+Waiting for domain 0... -+Domain 0 closing FD -+Domain 0 closed FD; waking domain 1 -+Domain 1 flushing queue -+Read EOF -- : unit = () +Exception: Failure "Linux >= 5.15 is required for io_uring support". ``` File "lib_eio_linux/tests/spawn.md", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/lib_eio_linux/tests/spawn.md _build/default/lib_eio_linux/tests/.mdx/spawn.md.corrected diff --git a/_build/default/lib_eio_linux/tests/spawn.md b/_build/default/lib_eio_linux/tests/.mdx/spawn.md.corrected index 8d45211..b6bbe7b 100644 --- a/_build/default/lib_eio_linux/tests/spawn.md +++ b/_build/default/lib_eio_linux/tests/.mdx/spawn.md.corrected @@ -21,8 +21,7 @@ Setting environment variables: ~env:[| "FOO=bar" |]; ] in Promise.await (Process.exit_status child);; -FOO=bar -- : Unix.process_status = Unix.WEXITED 0 +Exception: Failure "Linux >= 5.15 is required for io_uring support". ``` Changing directory: @@ -37,8 +36,7 @@ Changing directory: ~env:(Unix.environment ()) ] in Promise.await (Process.exit_status child);; -/ -- : Unix.process_status = Unix.WEXITED 0 +Exception: Failure "Linux >= 5.15 is required for io_uring support". ``` Changing directory using a file descriptor: @@ -61,8 +59,7 @@ Changing directory using a file descriptor: ~env:(Unix.environment ()) ] in Promise.await (Process.exit_status child);; -/ -- : Unix.process_status = Unix.WEXITED 0 +Exception: Failure "Linux >= 5.15 is required for io_uring support". ``` Exit status: @@ -76,7 +73,7 @@ Exit status: ~env:(Unix.environment ()) ] in Promise.await (Process.exit_status child);; -- : Unix.process_status = Unix.WEXITED 1 +Exception: Failure "Linux >= 5.15 is required for io_uring support". ``` Failure starting child: @@ -96,7 +93,7 @@ Failure starting child: assert false with Failure ex -> String.sub ex 0 7 -- : string = "chdir: " +Exception: Failure "Linux >= 5.15 is required for io_uring support". ``` Signalling a running child: @@ -115,8 +112,7 @@ Signalling a running child: match Promise.await (Process.exit_status child) with | Unix.WSIGNALED x when x = Sys.sigkill -> traceln "Child got SIGKILL" | _ -> assert false;; -+Child got SIGKILL -- : unit = () +Exception: Failure "Linux >= 5.15 is required for io_uring support". ``` Signalling an exited child does nothing: @@ -133,6 +129,5 @@ Signalling an exited child does nothing: in ignore (Promise.await (Process.exit_status child) : Unix.process_status); Process.signal child Sys.sigkill;; -FOO=bar -- : unit = () +Exception: Failure "Linux >= 5.15 is required for io_uring support". ``` File "lib_eio_linux/tests/network.md", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/lib_eio_linux/tests/network.md _build/default/lib_eio_linux/tests/.mdx/network.md.corrected diff --git a/_build/default/lib_eio_linux/tests/network.md b/_build/default/lib_eio_linux/tests/.mdx/network.md.corrected index ff4edc6..4eadefd 100644 Binary files a/_build/default/lib_eio_linux/tests/network.md and b/_build/default/lib_eio_linux/tests/.mdx/network.md.corrected differ File "lib_eio_linux/tests/dune", line 42, characters 7-11: 42 | (name test) ^^^^ (cd _build/default/lib_eio_linux/tests && ./test.exe) Testing `eio_linux'. This run has ID `T30IFPF7'. [FAIL] io 0 copy. [FAIL] io 1 direct_copy. [FAIL] io 2 poll_add. [FAIL] io 3 poll_add_busy. [FAIL] io 4 iovec. [FAIL] io 5 no_sqe. [FAIL] io 6 read_exact. [FAIL] io 7 expose_backend. [FAIL] io 8 statx. [FAIL] io 9 signal_race. [FAIL] io 10 alloc-fixed-or-wait. ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 0 copy. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.000.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 1 direct_copy. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.001.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 2 poll_add. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.002.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 3 poll_add_busy. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.003.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 4 iovec. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.004.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 5 no_sqe. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Dune__exe__Test.test_no_sqe in file "lib_eio_linux/tests/test.ml", lines 116-125, characters 4-14 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.005.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 6 read_exact. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.006.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 7 expose_backend. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.007.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 8 statx. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.008.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 9 signal_race. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.009.output'. ────────────────────────────────────────────────────────────────────────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] io 10 alloc-fixed-or-wait. │ └──────────────────────────────────────────────────────────────────────────────┘ [failure] Linux >= 5.15 is required for io_uring support Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23 Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35 Logs saved to `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux/io.010.output'. ────────────────────────────────────────────────────────────────────────────── Full test results in `/src/_build/default/lib_eio_linux/tests/_build/_tests/eio_linux'. 11 failures! in 0.028s. 11 tests run. "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-09-30 17:08.15: Job failed: Failed: Build failed