2026-06-09 10:09.17: New job: test ocaml-multicore/eio https://github.com/ocaml-multicore/eio.git#refs/pull/851/head (a1f7b6848795abf641d8b1843bb7a1e56f869a03) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/eio.git" && cd "eio" && git fetch origin "refs/pull/851/head" && git reset --hard a1f7b684cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c# ubuntu-22.04-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c98b21e24c088665ccae4c3b53eadadd3b755b15 || git fetch origin master) && git reset -q --hard c98b21e24c088665ccae4c3b53eadadd3b755b15 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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.1 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.23.1 dune-configurator.3.23.1 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 lintcstubs-arity.0.5.2 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.2 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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.14.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-09 10:09.17: Using cache hint "ocaml-multicore/eio-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c-ubuntu-22.04-5.4_opam-2.5-12c456a1f67161cdda644e9d789b7618"2026-06-09 10:09.17: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c)(comment ubuntu-22.04-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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c98b21e24c088665ccae4c3b53eadadd3b755b15 || git fetch origin master) && git reset -q --hard c98b21e24c088665ccae4c3b53eadadd3b755b15 && git log --no-decorate -n1 --oneline"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))(copy (src 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.1 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.23.1 dune-configurator.3.23.1 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 lintcstubs-arity.0.5.2 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.2 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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.14.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-06-09 10:09.17: Waiting for resource in pool OCluster2026-06-09 10:09.17: Waiting for worker…2026-06-09 10:09.17: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devHEAD is now at bd0ad09 Merge pull request #849 from talex5/simplify-rwHEAD is now at a1f7b68 eio_linux: remove unused code(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c' locallydocker.io/ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c: Pulling from ocaml/opamf63eb04151bc: Pulling fs layerc3a7cf967865: Pulling fs layer6994ddface72: Pulling fs layer1efd9d9872cf: Pulling fs layerf63eb04151bc: Waitingf2072edad4b7: Pulling fs layerc3a7cf967865: Waiting6994ddface72: Waiting847f5455a303: Pulling fs layer1efd9d9872cf: Waitingb5fef2855228: Pulling fs layer164714ea8001: Pulling fs layerfb9c1ff34694: Pulling fs layer847f5455a303: Waitingf2072edad4b7: Waitingb5fef2855228: Waiting3a0954af5984: Pulling fs layer164714ea8001: Waitingfb9c1ff34694: Waiting6027285b7abe: Pulling fs layer194499324179: Pulling fs layer436538616540: Pulling fs layer3a0954af5984: Waitingeba6c657b0d1: Pulling fs layer6027285b7abe: Waiting75a1d643791d: Pulling fs layer194499324179: Waiting436538616540: Waiting8d32fd95c2a9: Pulling fs layereba6c657b0d1: Waiting75a1d643791d: Waiting4f4fb700ef54: Pulling fs layerf4a6bdf1a5d4: Pulling fs layer527ab22e258c: Pulling fs layerc925ee5da3a2: Pulling fs layer4f4fb700ef54: Waitingfca24bca417a: Pulling fs layer527ab22e258c: Waitingf4a6bdf1a5d4: Waiting8d32fd95c2a9: Waitingc925ee5da3a2: Waiting624114cf75d2: Pulling fs layerfca24bca417a: Waiting8f4ddc383044: Pulling fs layer624114cf75d2: Waiting6ff4e2f13c3d: Pulling fs layer76c94a7a334c: Pulling fs layer8f4ddc383044: Waitingeb822e1c8d96: Pulling fs layerfe76e26a4bbd: Pulling fs layer76c94a7a334c: Waitinge37ac0b59238: Pulling fs layereb822e1c8d96: Waiting6ff4e2f13c3d: Waitingfe76e26a4bbd: Waiting940dcac173f6: Pulling fs layere37ac0b59238: Waiting51785f87a6f8: Pulling fs layerce421a1a7271: Pulling fs layer940dcac173f6: Waiting7424e1639045: Pulling fs layer51785f87a6f8: Waiting5345c659eb86: Pulling fs layerce421a1a7271: Waitingc5289b3e923d: Pulling fs layer7424e1639045: Waitingd4828cefae96: Pulling fs layerc5289b3e923d: Waitinge51a7246d012: Pulling fs layerd4828cefae96: Waiting0f37644adc12: Pulling fs layer0464926e312d: Pulling fs layer0f37644adc12: Waitinge51a7246d012: Waiting003f09510c48: Pulling fs layerf52861b1f919: Pulling fs layer0464926e312d: Waiting003f09510c48: Waitinga063ef7174a6: Pulling fs layercd1bf4a97a64: Pulling fs layerf52861b1f919: Waiting32cdd371bb67: Pulling fs layera063ef7174a6: Waitingcd1bf4a97a64: Waiting02966ee4db72: Pulling fs layer32cdd371bb67: Waiting02966ee4db72: Waitingc3a7cf967865: Verifying Checksumc3a7cf967865: Download complete6994ddface72: Verifying Checksum6994ddface72: Download completef63eb04151bc: Download completef2072edad4b7: Verifying Checksumf2072edad4b7: Download complete1efd9d9872cf: Verifying Checksum1efd9d9872cf: Download completef63eb04151bc: Pull completec3a7cf967865: Pull complete6994ddface72: Pull completeb5fef2855228: Verifying Checksumb5fef2855228: Download complete1efd9d9872cf: Pull completefb9c1ff34694: Verifying Checksumfb9c1ff34694: Download completef2072edad4b7: Pull complete164714ea8001: Verifying Checksum164714ea8001: Download complete6027285b7abe: Verifying Checksum6027285b7abe: Download complete194499324179: Verifying Checksum194499324179: Download complete436538616540: Verifying Checksum436538616540: Download complete3a0954af5984: Verifying Checksum3a0954af5984: Download complete75a1d643791d: Verifying Checksum75a1d643791d: Download completeeba6c657b0d1: Verifying Checksumeba6c657b0d1: Download complete8d32fd95c2a9: Verifying Checksum8d32fd95c2a9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete527ab22e258c: Download completef4a6bdf1a5d4: Verifying Checksumf4a6bdf1a5d4: Download completefca24bca417a: Download complete624114cf75d2: Verifying Checksum624114cf75d2: Download completec925ee5da3a2: Verifying Checksumc925ee5da3a2: Download complete8f4ddc383044: Verifying Checksum8f4ddc383044: Download complete6ff4e2f13c3d: Download completeeb822e1c8d96: Verifying Checksumeb822e1c8d96: Download complete76c94a7a334c: Download completee37ac0b59238: Verifying Checksume37ac0b59238: Download completefe76e26a4bbd: Verifying Checksumfe76e26a4bbd: Download complete51785f87a6f8: Verifying Checksum51785f87a6f8: Download complete940dcac173f6: Verifying Checksum940dcac173f6: Download completece421a1a7271: Download complete7424e1639045: Download completec5289b3e923d: Download complete847f5455a303: Download completee51a7246d012: Download complete0f37644adc12: Verifying Checksum0f37644adc12: Download complete0464926e312d: Verifying Checksum0464926e312d: Download completed4828cefae96: Verifying Checksumd4828cefae96: Download complete003f09510c48: Verifying Checksum003f09510c48: Download completef52861b1f919: Verifying Checksumf52861b1f919: Download completecd1bf4a97a64: Download complete32cdd371bb67: Verifying Checksum32cdd371bb67: Download complete02966ee4db72: Verifying Checksum02966ee4db72: Download completea063ef7174a6: Verifying Checksuma063ef7174a6: Download complete847f5455a303: Pull completeb5fef2855228: Pull complete164714ea8001: Pull completefb9c1ff34694: Pull complete3a0954af5984: Pull complete6027285b7abe: Pull complete194499324179: Pull complete436538616540: Pull completeeba6c657b0d1: Pull complete75a1d643791d: Pull complete8d32fd95c2a9: Pull complete5345c659eb86: Verifying Checksum5345c659eb86: Download complete4f4fb700ef54: Pull completef4a6bdf1a5d4: Pull complete527ab22e258c: Pull completec925ee5da3a2: Pull completefca24bca417a: Pull complete624114cf75d2: Pull complete8f4ddc383044: Pull complete6ff4e2f13c3d: Pull complete76c94a7a334c: Pull completeeb822e1c8d96: Pull completefe76e26a4bbd: Pull completee37ac0b59238: Pull complete940dcac173f6: Pull complete51785f87a6f8: Pull completece421a1a7271: Pull complete7424e1639045: Pull complete5345c659eb86: Pull completec5289b3e923d: Pull completed4828cefae96: Pull completee51a7246d012: Pull complete0f37644adc12: Pull complete0464926e312d: Pull complete003f09510c48: Pull completef52861b1f919: Pull completea063ef7174a6: Pull completecd1bf4a97a64: Pull complete32cdd371bb67: Pull complete02966ee4db72: Pull completeDigest: sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475cStatus: Downloaded newer image for ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c2026-06-09 10:09.18 ---> using "980dedcb58daec2579b2bfe2d08099f60a9194a1a9d5882ba85b86f57d31ff27" from cache/: (comment ubuntu-22.04-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-06-09 10:09.18 ---> using "c7fd9f20983583e3422457f4ee71b7c4308fa80c820baac143a3ed8ce5ae4d5a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c98b21e24c088665ccae4c3b53eadadd3b755b15 || git fetch origin master) && git reset -q --hard c98b21e24c088665ccae4c3b53eadadd3b755b15 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..b860455781 master -> origin/masterc98b21e24c Merge pull request #29993 from shonfeder/conditional-mdx-tests2026-06-09 10:09.23 ---> saved as "0b258bacdc723ac26d66d1cd9d007d1563e72a2c9f579d2070f6dfa15a14df16"/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-09 10:09.34 ---> saved as "414b21e348a541c9999616854e72ce5bd358506324092606e6a6347f29f454ca"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.4.12.5.12026-06-09 10:09.34 ---> saved as "7c2e227e22f67f40c9e9d345fb26e7b72754fa361048d4fa1270a93b647bc26a"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-09 10:09.34 ---> saved as "3b5dadc49c5a46eca34fb7053056370aab1fe057d44d2abbdd435ce55b954166"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-compiler.5.4.1+lrgrep-- ocaml-base-compiler.5.4.1 is installed and requires ocaml-compiler = 5.4.1However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-06-09 10:09.42 ---> saved as "16447ee187e518bb0685e9d98924dca2ad8c1eb259ea7036a13ab01e4814a53b"/src: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)(dst ./))2026-06-09 10:09.42 ---> saved as "bfb78357b3dda51dae608d30fa687b5f462adf9449962e9888b435cecc669083"/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-06-09 10:09.51 ---> saved as "9011d6b039009ef651d0fdea8525537ffed2ba088ee5b76a34642a1f15bfe121"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-09 10:09.51 ---> saved as "d145e05af636de618c64ab6f355ce16195dc3c70baf67c2641887ec289407df2"/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.1 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.23.1 dune-configurator.3.23.1 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 lintcstubs-arity.0.5.2 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.2 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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.14.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"- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4355 kB]- Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [4006 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.4 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7489 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1301 kB]- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1607 kB]- Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7183 kB]- Get:12 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [77.8 kB]- Fetched 26.5 MB in 2s (15.4 MB/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-06-09 10:10.02 ---> saved as "81d70dd8e9e93db1a5d11d9fe8b0d98eca59095e98861f11a962bd268fb9be03"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 46 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.1- 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.23.1- install dune-configurator 3.23.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 lintcstubs-arity 0.5.2- install logs 0.10.0- install lwt-dllist 1.1.0- install mdx 2.5.2- install mtime 2.1.0- install multicore-magic 2.3.2- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.1.1- 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.14.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 bigstringaf.0.10.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> installed conf-bash.1-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved backoff.0.1.1 (https://opam.ocaml.org/cache)-> retrieved crowbar.0.2.2 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-timeout.1.0.1 (https://opam.ocaml.org/cache)-> retrieved containers.3.18 (https://opam.ocaml.org/cache)-> retrieved dscheck.0.5.0 (https://opam.ocaml.org/cache)-> retrieved either.1.0.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved iomux.0.4 (cached)-> retrieved lintcstubs-arity.0.5.2 (https://opam.ocaml.org/cache)-> retrieved logs.0.10.0 (cached)-> retrieved kcas.0.7.0 (https://opam.ocaml.org/cache)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved mdx.2.5.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.1.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved multicore-magic.2.3.2 (https://opam.ocaml.org/cache)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved oseq.0.5.1 (https://opam.ocaml.org/cache)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> retrieved uring.2.14.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved tsort.2.2.0 (https://opam.ocaml.org/cache)-> retrieved yojson.3.0.0 (cached)-> installed cmdliner.2.1.1-> 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 fmt.0.11.0-> installed mtime.2.1.0-> installed astring.0.8.5-> installed logs.0.10.0-> installed dune.3.23.1-> 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 lintcstubs-arity.0.5.2-> installed multicore-magic.2.3.2-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.1.1-> 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 afl-persistent.1.4-> installed domain-local-timeout.1.0.1-> installed domain-local-await.1.0.1-> installed crowbar.0.2.2-> installed dune-configurator.3.23.1-> installed kcas.0.7.0-> installed alcotest.1.9.1-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed mdx.2.5.2-> installed containers.3.18-> installed uring.2.14.0-> installed dscheck.0.5.0Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 5.4.1+afl ocaml-variants.5.4.1+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2026-06-09 10:10.47 ---> saved as "be1635da373e5740d0bcaf19e821d98a02a769ba6c60030a99f478dcdd59589a"/src: (copy (src .) (dst /src))2026-06-09 10:10.47 ---> saved as "df8f99fd9ad745808f7a395e01c5f8245985bc23586b461bcf16f61a1a35360b"/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 `KWTK9X1N'.[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.006s. 11 tests run.2026-06-09 10:10.53 ---> saved as "ee3448b4f4c3502e71061ab46c29f776c4a15c80281a7471639fa88f35224a51"Job succeeded2026-06-09 10:10.53: Job succeeded