2025-12-15 14:42.41: New job: test ocaml-multicore/eio https://github.com/ocaml-multicore/eio.git#refs/pull/575/head (b98d61130cae3871d3e4b891311e93ae4051463f) (linux-x86_64:debian-13-5.3_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9 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 b98d6113 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9 # debian-13-5.3_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam ./ RUN opam pin add -yn eio_windows.dev './' && \ opam pin add -yn eio_posix.dev './' && \ opam pin add -yn eio_main.dev './' && \ opam pin add -yn eio_linux.dev './' && \ opam pin add -yn eio.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.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.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.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-12-15 14:42.41: Using cache hint "ocaml-multicore/eio-ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9-debian-13-5.3_opam-2.4-b59d3096d74e5ccb089ddc28b241bc60" 2025-12-15 14:42.41: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9) (comment debian-13-5.3_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam) (dst ./)) (run (network host) (shell "opam pin add -yn eio_windows.dev './' && \ \nopam pin add -yn eio_posix.dev './' && \ \nopam pin add -yn eio_main.dev './' && \ \nopam pin add -yn eio_linux.dev './' && \ \nopam pin add -yn eio.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.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.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.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-12-15 14:42.41: Waiting for resource in pool OCluster 2025-12-15 21:48.06: Waiting for worker… 2025-12-15 21:51.05: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at b98d611 add a Eio_unix.Net.Sockopt.pp as well (from ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9' locally docker.io/ocaml/opam@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9: Pulling from ocaml/opam 2981f7e8980b: Pulling fs layer 9c63e1c4ba84: Pulling fs layer 02578b9c9f1b: Pulling fs layer 3801cb7ba5e6: Pulling fs layer 1c4cdedd39f1: Pulling fs layer 40f6006c5f5a: Pulling fs layer c451a17216ec: Pulling fs layer e4104b8f72ee: Pulling fs layer 9c63e1c4ba84: Waiting 7c7dbc5e7919: Pulling fs layer 2981f7e8980b: Waiting aa82be714e7c: Pulling fs layer 02578b9c9f1b: Waiting 922520f12384: Pulling fs layer 9bfea042cef8: Pulling fs layer c451a17216ec: Waiting 1244979f7c21: Pulling fs layer 1c4cdedd39f1: Waiting 7583a0e34f94: Pulling fs layer 40f6006c5f5a: Waiting 3801cb7ba5e6: Waiting 14bef3f2665a: Pulling fs layer 9bfea042cef8: Waiting aa82be714e7c: Waiting 922520f12384: Waiting 3a4b42ce6cb5: Pulling fs layer e4104b8f72ee: Waiting b0a08a900877: Pulling fs layer 1244979f7c21: Waiting 16ac87e68d60: Pulling fs layer 7583a0e34f94: Waiting 74ac6e8c9b82: Pulling fs layer 3a4b42ce6cb5: Waiting b0a08a900877: Waiting b41290a57dc5: Pulling fs layer 592e5bcb7159: Pulling fs layer 74ac6e8c9b82: Waiting 4f4fb700ef54: Pulling fs layer 16ac87e68d60: Waiting 7c7dbc5e7919: Waiting 1db0705661a3: Pulling fs layer 592e5bcb7159: Waiting 76bb8e35b9cc: Pulling fs layer 4f4fb700ef54: Waiting 3bc9d98c3b49: Pulling fs layer 1db0705661a3: Waiting 14bef3f2665a: Waiting 7096ef42e6c0: Pulling fs layer b41290a57dc5: Waiting cd0e70de8125: Pulling fs layer 76bb8e35b9cc: Waiting 3bc9d98c3b49: Waiting 23ffab57f98e: Pulling fs layer 7096ef42e6c0: Waiting b974353d8023: Pulling fs layer c74fba566723: Pulling fs layer 5ad399846f45: Pulling fs layer 3e7203fa3980: Pulling fs layer 0b8915d2a92b: Pulling fs layer 23ffab57f98e: Waiting e68c7a56c438: Pulling fs layer 5ad399846f45: Waiting 9024d680a167: Pulling fs layer 3e7203fa3980: Waiting 0b8915d2a92b: Waiting 3c7c73421b6e: Pulling fs layer e68c7a56c438: Waiting 9024d680a167: Waiting 7134fa9b4278: Pulling fs layer cd0e70de8125: Waiting c74fba566723: Waiting b974353d8023: Waiting 9d94fb523099: Pulling fs layer 3c7c73421b6e: Waiting 20d06dbdae7e: Pulling fs layer 7134fa9b4278: Waiting b9a45e537661: Pulling fs layer 9d94fb523099: Waiting a08a9a974983: Pulling fs layer 8924679c4512: Pulling fs layer 20d06dbdae7e: Waiting b9a45e537661: Waiting 768c99fc4263: Pulling fs layer a08a9a974983: Waiting 215f2d760d2b: Pulling fs layer 8924679c4512: Waiting 768c99fc4263: Waiting 7de9823e1d22: Pulling fs layer 84f9df68c39c: Pulling fs layer 4989e85de92f: Pulling fs layer 9c63e1c4ba84: Download complete 02578b9c9f1b: Download complete 2981f7e8980b: Verifying Checksum 2981f7e8980b: Download complete 1c4cdedd39f1: Verifying Checksum 1c4cdedd39f1: Download complete 3801cb7ba5e6: Verifying Checksum 3801cb7ba5e6: Download complete c451a17216ec: Verifying Checksum c451a17216ec: Download complete e4104b8f72ee: Download complete 7c7dbc5e7919: Verifying Checksum 7c7dbc5e7919: Download complete aa82be714e7c: Verifying Checksum aa82be714e7c: Download complete 922520f12384: Verifying Checksum 922520f12384: Download complete 2981f7e8980b: Pull complete 9c63e1c4ba84: Pull complete 02578b9c9f1b: Pull complete 9bfea042cef8: Verifying Checksum 9bfea042cef8: Download complete 3801cb7ba5e6: Pull complete 1244979f7c21: Verifying Checksum 1244979f7c21: Download complete 1c4cdedd39f1: Pull complete 7583a0e34f94: Verifying Checksum 7583a0e34f94: Download complete 14bef3f2665a: Download complete 3a4b42ce6cb5: Download complete b0a08a900877: Download complete 16ac87e68d60: Download complete 74ac6e8c9b82: Verifying Checksum 74ac6e8c9b82: Download complete b41290a57dc5: Download complete 592e5bcb7159: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 1db0705661a3: Download complete 76bb8e35b9cc: Verifying Checksum 76bb8e35b9cc: Download complete 3bc9d98c3b49: Download complete 7096ef42e6c0: Download complete cd0e70de8125: Verifying Checksum cd0e70de8125: Download complete 23ffab57f98e: Download complete b974353d8023: Download complete c74fba566723: Verifying Checksum c74fba566723: Download complete 5ad399846f45: Verifying Checksum 0b8915d2a92b: Download complete 3e7203fa3980: Verifying Checksum 3e7203fa3980: Download complete e68c7a56c438: Download complete 3c7c73421b6e: Download complete 9024d680a167: Verifying Checksum 9024d680a167: Download complete 9d94fb523099: Download complete 20d06dbdae7e: Verifying Checksum 20d06dbdae7e: Download complete b9a45e537661: Download complete 40f6006c5f5a: Verifying Checksum 40f6006c5f5a: Download complete 40f6006c5f5a: Pull complete c451a17216ec: Pull complete e4104b8f72ee: Pull complete 7c7dbc5e7919: Pull complete aa82be714e7c: Pull complete 922520f12384: Pull complete 9bfea042cef8: Pull complete 1244979f7c21: Pull complete 7134fa9b4278: Verifying Checksum 7134fa9b4278: Download complete 7583a0e34f94: Pull complete 14bef3f2665a: Pull complete 3a4b42ce6cb5: Pull complete b0a08a900877: Pull complete 16ac87e68d60: Pull complete 74ac6e8c9b82: Pull complete b41290a57dc5: Pull complete 592e5bcb7159: Pull complete 4f4fb700ef54: Pull complete 1db0705661a3: Pull complete 76bb8e35b9cc: Pull complete 3bc9d98c3b49: Pull complete 7096ef42e6c0: Pull complete cd0e70de8125: Pull complete 23ffab57f98e: Pull complete b974353d8023: Pull complete c74fba566723: Pull complete 5ad399846f45: Pull complete 3e7203fa3980: Pull complete 0b8915d2a92b: Pull complete e68c7a56c438: Pull complete 9024d680a167: Pull complete 3c7c73421b6e: Pull complete 7134fa9b4278: Pull complete 9d94fb523099: Pull complete 20d06dbdae7e: Pull complete b9a45e537661: Pull complete a08a9a974983: Pull complete 8924679c4512: Download complete 8924679c4512: Pull complete 768c99fc4263: Verifying Checksum 768c99fc4263: Download complete 768c99fc4263: Pull complete 7de9823e1d22: Verifying Checksum 7de9823e1d22: Download complete 84f9df68c39c: Verifying Checksum 84f9df68c39c: Download complete 4989e85de92f: Download complete 215f2d760d2b: Verifying Checksum 215f2d760d2b: Pull complete 7de9823e1d22: Pull complete 84f9df68c39c: Pull complete 4989e85de92f: Pull complete Digest: sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9 Status: Downloaded newer image for ocaml/opam@sha256:82862fdd2735789b1bfd7b572e93c7d8b36bb89223e583c9d778b90ebac71bd9 2025-12-15 21:51.07 ---> using "3c7396f7f2e012a60dc7c5964d5e4dd32d367437374fe9f1ba725dd799a085cd" from cache /: (comment debian-13-5.3_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-12-15 21:51.07 ---> using "188bd13278d51487628e3c8152a284ce0ca6b17296046e8f27a5dc2b2c5b1e02" 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-12-15 21:51.07 ---> using "b3fbfaff4a9ca4f50c88ca3ccadcd3fa16292ff452d7cb5695ae32362ba915fc" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-12-15 21:51.07 ---> using "504891920889c70afa45657726e85c2da1fdf105eecdc6f5dbca134fcb43cffe" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-15 21:51.07 ---> using "b020eb0e4ebb4de43d64a706ab7b7bd0fa2ba0377a0bc2872997ff47f4a03026" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee48e882f0..c65fcb1165 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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) 2025-12-15 21:51.07 ---> using "dfa5fff99960adf86ef947027971b2f06bce41b1dcd07e960edd40aa4eb6189e" from cache /src: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam) (dst ./)) 2025-12-15 21:51.07 ---> using "9d216e254cc4cfa7baf7058eaa53c0da6fa47bac5b6b036affb88dc1957be27b" from cache /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-12-15 21:51.07 ---> using "9b53977e1eb508d9b238c4f4a7d8eb32cbdd9ab227c06bf4e22aca7d7d51452b" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-15 21:51.07 ---> using "2fb00c1e3002e2cc5a3aa42fae096fa4eb38613ba2bb129fd75997ff6460d246" from cache /src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.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.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.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 amd64 Packages [84.8 kB] - Fetched 176 kB in 0s (871 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_windows.dev] synchronised (file:///src) [eio_posix.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-12-15 21:51.07 ---> using "e1961279cd9e9e0f44398914c9c38c6f6d6cf4784119749f8b582b2983060083" from cache /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 45 packages - install afl-persistent 1.4 - install alcotest 1.9.1 - install astring 0.8.5 - install backoff 0.1.1 - install bigstringaf 0.10.0 - install camlp-streams 5.0.1 - install cmdliner 2.1.0 - install conf-bash 1 - install containers 3.16 - install cppo 1.8.0 - install crowbar 0.2.2 - install csexp 1.5.2 - install cstruct 6.2.0 - install domain-local-await 1.0.1 - install domain-local-timeout 1.0.1 - install dscheck 0.5.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install either 1.0.0 - install fmt 0.11.0 - install hmap 0.8.1 - install iomux 0.4 - install kcas 0.7.0 - install logs 0.10.0 - install lwt-dllist 1.1.0 - install mdx 2.5.1 - install mtime 2.1.0 - install multicore-magic 2.3.1 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.0.3 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install optint 0.3.0 - install oseq 0.5.1 - install psq 0.2.1 - install re 1.14.0 - install result 1.5 - install seq base - install stdlib-shims 0.3.0 - install thread-table 1.0.0 - install topkg 1.1.1 - install tsort 2.2.0 - install uring 2.7.0 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved backoff.0.1.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> installed conf-bash.1 -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved crowbar.0.2.2 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain-local-timeout.1.0.1 (cached) -> retrieved containers.3.16 (cached) -> retrieved cstruct.6.2.0 (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.1 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.3 (cached) -> retrieved mdx.2.5.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved oseq.0.5.1 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved re.1.14.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved tsort.2.2.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved uring.2.7.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed hmap.0.8.1 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed logs.0.10.0 -> installed dune.3.20.2 -> installed lwt-dllist.1.1.0 -> installed afl-persistent.1.4 -> installed csexp.1.5.2 -> installed backoff.0.1.1 -> installed camlp-streams.5.0.1 -> installed cstruct.6.2.0 -> installed either.1.0.0 -> installed multicore-magic.2.3.1 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-version.4.0.3 -> installed optint.0.3.0 -> installed oseq.0.5.1 -> installed psq.0.2.1 -> installed result.1.5 -> installed re.1.14.0 -> installed cppo.1.8.0 -> installed stdlib-shims.0.3.0 -> installed thread-table.1.0.0 -> installed tsort.2.2.0 -> installed crowbar.0.2.2 -> installed yojson.3.0.0 -> installed domain-local-timeout.1.0.1 -> installed domain-local-await.1.0.1 -> installed kcas.0.7.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.20.2 -> installed bigstringaf.0.10.0 -> installed iomux.0.4 -> installed mdx.2.5.1 -> installed containers.3.16 -> 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.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2025-12-15 21:51.07 ---> using "a24cd02b6e0d733569659ffe74f883ef831e7b5b945ef4adf876cb926a8719dc" from cache /src: (copy (src .) (dst /src)) 2025-12-15 21:51.07 ---> saved as "f3706393e8834a649c376be74cd6dbea24f4cc8f1733097ed69d3190a3526a9d" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/fuzz && ./fuzz_buf_write.exe) random ops: PASS (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/lib_eio_linux/tests && ./test.exe) Testing `eio_linux'. This run has ID `5KOKO1FW'. [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.013s. 11 tests run. 2025-12-15 21:51.36 ---> saved as "78b0df974c06ebec063621abf6c5276cb81bbe941f532c49101d33e60d2abf19" Job succeeded 2025-12-15 21:51.37: Job succeeded