2025-04-03 16:22.55: New job: test emillon/eio https://github.com/emillon/eio.git#refs/heads/main (264a7d0751f2a1cc9b16ecdf71480ea5c9ad068a) (linux-s390x:debian-12-5.3_s390x_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454 Opam project build To reproduce locally: git clone --recursive "https://github.com/emillon/eio.git" -b "main" && cd "eio" && git reset --hard 264a7d07 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454 # debian-12-5.3_s390x_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && 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 containers.3.15 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.18.0 dune-configurator.3.18.0 either.1.0.0 fmt.0.10.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.8.0 lwt-dllist.1.0.1 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.0 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.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uring.0.9 uutf.1.0.4 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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-04-03 16:22.55: Using cache hint "emillon/eio-ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454-debian-12-5.3_s390x_opam-2.3-04df49a516a96c20d555639f0146922f" 2025-04-03 16:22.55: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454) (comment debian-12-5.3_s390x_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && 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 containers.3.15 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.18.0 dune-configurator.3.18.0 either.1.0.0 fmt.0.10.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.8.0 lwt-dllist.1.0.1 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.0 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.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uring.0.9 uutf.1.0.4 yojson.2.2.2") (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.3 --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-04-03 16:22.55: Waiting for resource in pool OCluster 2025-04-04 03:46.29: Waiting for worker… 2025-04-04 07:17.43: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev All commits already cached HEAD is now at 264a7d0 Merge pull request #547 from talex5/double-close-ok (from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454' locally docker.io/ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454: Pulling from ocaml/opam f54fe0873ec6: Already exists 3953f69ba164: Already exists f39c451577b1: Already exists 024c3813d399: Already exists 82694f817519: Already exists da71310c0a42: Already exists e8a89e73a049: Already exists 4a90b330588c: Already exists a2c3b7288221: Already exists ed4bc940ad91: Already exists 47ee01ed0654: Already exists fc07cb35ff09: Already exists 14366eb79146: Already exists 1a6c30adb581: Already exists bdfa8c4ce9a5: Already exists fa1186060768: Already exists 311eb61bcd22: Already exists 74f299b0fc99: Already exists 04f9c5740f9c: Already exists 63b399323e8a: Already exists 4f4fb700ef54: Already exists 20b5924a1543: Already exists 26732f273d98: Already exists 787b86b362d0: Already exists 1e0d6a6421aa: Already exists 3f9de11d1a6d: Already exists 6ee3c53fb5da: Already exists 2a7106753557: Already exists cf8135ef3389: Already exists 25709b913201: Already exists e77b2a9a1883: Already exists d47f04d587e9: Already exists b7f4c4547737: Already exists f00d125eedd3: Already exists ffb45432d3e0: Already exists 1e27c4ca3b83: Already exists 9b3ab493c53f: Already exists dc7f46e5b11d: Already exists ed6891ca3696: Pulling fs layer 2d27930f8df9: Pulling fs layer 3e498a6f166b: Pulling fs layer 00247204389c: Pulling fs layer 2ee70e351495: Pulling fs layer 00247204389c: Waiting 2ee70e351495: Waiting 207e6a2e0b83: Pulling fs layer 207e6a2e0b83: Waiting 6fbc8d38ccd5: Pulling fs layer 011c7cab5807: Pulling fs layer 6fbc8d38ccd5: Waiting 011c7cab5807: Waiting 2d27930f8df9: Verifying Checksum 2d27930f8df9: Download complete 3e498a6f166b: Verifying Checksum 3e498a6f166b: Download complete 00247204389c: Download complete ed6891ca3696: Verifying Checksum ed6891ca3696: Download complete 207e6a2e0b83: Verifying Checksum 207e6a2e0b83: Download complete 6fbc8d38ccd5: Verifying Checksum 6fbc8d38ccd5: Download complete 011c7cab5807: Verifying Checksum 011c7cab5807: Download complete 2ee70e351495: Verifying Checksum 2ee70e351495: Download complete ed6891ca3696: Pull complete 2d27930f8df9: Pull complete 3e498a6f166b: Pull complete 00247204389c: Pull complete 2ee70e351495: Pull complete 207e6a2e0b83: Pull complete 6fbc8d38ccd5: Pull complete 011c7cab5807: Pull complete Digest: sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454 Status: Downloaded newer image for ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454 2025-04-04 07:17.43 ---> using "8a5cf988ed4e44aa69a9a92c390361dd0474bf1c7888178b24b31a1b5b8cd184" from cache /: (comment debian-12-5.3_s390x_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-04-04 07:17.43 ---> using "8aa7fdae16e363611ed304826287f198076f11c224b45492c65931e25441c926" 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 development 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-04-04 07:17.43 ---> using "1546b68e92ad04b4f79c84f82420d186c6abe552c32f79e815b5e0dde244a13d" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-55-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-04-04 07:17.43 ---> using "2dbfca78776cc46b8f72593cb352c8f1c5ff567e2c32d2080f658ed9bbee6e99" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-04-04 07:17.43 ---> using "e245c0b33541df3a7c29f26b4c0acab0214ac26c8e9a20001d24adb14a5ff60e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 862a7640b1..1b767795a4 master -> origin/master 1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from 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, 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-04-04 07:17.43 ---> using "6136666dfb018757ba52e6ee63a0711f37a889f6e85a848685900a44799ca97f" from cache /src: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam) (dst ./)) 2025-04-04 07:17.50 ---> saved as "f6db6b740e26e77be1ee8574923906e17ca14519c64033fdb5fe8d18a5e86463" /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-04-04 07:18.01 ---> saved as "9a9dc1d2424387d4851a4b0181b83e121448b6914f624f962c5924dc0afcc1a0" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-04-04 07:18.02 ---> saved as "3d34783c84c2cb8fe2edf0d478bf1149779a42ef37af7426f84c9a3150e6a387" /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 containers.3.15 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.18.0 dune-configurator.3.18.0 either.1.0.0 fmt.0.10.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.8.0 lwt-dllist.1.0.1 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.0 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.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uring.0.9 uutf.1.0.4 yojson.2.2.2") /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.3 --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://deb.debian.org/debian bookworm InRelease [151 kB] - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm/main s390x Packages [8458 kB] - Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages.diff/Index [16.2 kB] - Get:6 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [217 kB] - Get:7 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [186 B] - Get:7 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [186 B] - Fetched 8945 kB in 1s (6298 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-04-04 07:18.18 ---> saved as "19117f5d9989a02a87834f9ec957f633b79a8383eed2bf9af803678314c6f03b" /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 46 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 containers 3.15 - 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.18.0 - install dune-configurator 3.18.0 - install either 1.0.0 - install fmt 0.10.0 - install hmap 0.8.1 - install iomux 0.3 - install kcas 0.7.0 - install logs 0.8.0 - install lwt-dllist 1.0.1 - 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.0 - 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.12.0 - install result 1.5 - install seq base - install stdlib-shims 0.3.0 - install thread-table 1.0.0 - install topkg 1.0.8 - install tsort 2.2.0 - install uring 0.9 - install uutf 1.0.4 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved backoff.0.1.1 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved containers.3.15 (cached) -> retrieved crowbar.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain-local-timeout.1.0.1 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved dscheck.0.5.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved iomux.0.3 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved kcas.0.7.0 (cached) -> retrieved lwt-dllist.1.0.1 (cached) -> retrieved mdx.2.5.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.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved dune.3.18.0, dune-configurator.3.18.0 (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 seq.base (cached) -> retrieved re.1.12.0 (cached) -> installed cmdliner.1.3.0 -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved tsort.2.2.0 (cached) -> retrieved uring.0.9 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.2.2.2 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed seq.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed hmap.0.8.1 -> installed logs.0.8.0 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed dune.3.18.0 -> installed afl-persistent.1.4 -> installed backoff.0.1.1 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed either.1.0.0 -> installed lwt-dllist.1.0.1 -> installed multicore-magic.2.3.1 -> installed ocaml-version.4.0.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.18.0 -> installed oseq.0.5.1 -> installed optint.0.3.0 -> installed crowbar.0.2.1 -> installed bigstringaf.0.10.0 -> installed psq.0.2.1 -> installed iomux.0.3 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed thread-table.1.0.0 -> installed tsort.2.2.0 -> installed re.1.12.0 -> installed domain-local-await.1.0.1 -> installed domain-local-timeout.1.0.1 -> installed containers.3.15 -> installed alcotest.1.9.0 -> installed kcas.0.7.0 -> installed dscheck.0.5.0 -> installed mdx.2.5.0 -> installed yojson.2.2.2 -> installed uring.0.9 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-04-04 07:19.44 ---> saved as "92304ad067ab0e6576b7f8f21ffa4a6081177f4d1065acc8388eddeb961c5ae5" /src: (copy (src .) (dst /src)) 2025-04-04 07:19.48 ---> saved as "8f702f3bd0a382079ee70ebd2b1cc18e8245f5be4bfbef7ba264fdbb75b5a92c" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib_eio/unix/.eio_unix.objs/byte -I /home/opam/.opam/5.3/lib/bigstringaf -I /home/opam/.opam/5.3/lib/cstruct -I /home/opam/.opam/5.3/lib/domain-local-await -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/hmap -I /home/opam/.opam/5.3/lib/lwt-dllist -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/thread-table -I lib_eio/.eio.objs/byte -I lib_eio/core/.eio__core.objs/byte -no-alias-deps -opaque -open Eio_unix__ -o lib_eio/unix/.eio_unix.objs/byte/eio_unix.cmi -c -intf lib_eio/unix/eio_unix.mli) File "lib_eio/unix/eio_unix.mli", line 78, characters 4-14: 78 | [@@@deprecated "Use Net.socketpair_stream"] ^^^^^^^^^^ Error (warning 53 [misplaced-attribute]): the "deprecated" attribute cannot appear in this context "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-04-04 07:20.04: Job failed: Failed: Build failed