2026-05-05 14:39.48: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/eio2 (5cf2b1f84bdc695e4055df868da4827c4b57ba3e) (linux-x86_64:alpine-3.23-5.4_opam-2.5) Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/index.git" -b "eio2" && cd "index" && git reset --hard 5cf2b1f8 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 # alpine-3.23-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 index.opam index-bench.opam ./ RUN opam pin add -yn index.dev './' && \ opam pin add -yn index-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cmdliner.2.1.1 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-local-await.1.0.1 dune.3.23.0 dune-configurator.3.23.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 either.1.0.0 eqaf.0.10 fmt.0.11.0 hmap.0.8.1 iomux.0.4 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 lwt-dllist.1.1.0 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_repr.0.8.0 ppxlib.0.38.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.8.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 thread-table.1.0.0 topkg.1.1.1 uring.2.7.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y index.dev index-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-05-05 14:39.48: Using cache hint "mirage/index-ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366-alpine-3.23-5.4_opam-2.5-1e31400232cb957ed56ab096fc94ca83" 2026-05-05 14:39.48: Using OBuilder spec: ((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366) (comment alpine-3.23-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 (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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src index.opam index-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn index.dev './' && \ \nopam pin add -yn index-bench.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cmdliner.2.1.1 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-local-await.1.0.1 dune.3.23.0 dune-configurator.3.23.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 either.1.0.0 eqaf.0.10 fmt.0.11.0 hmap.0.8.1 iomux.0.4 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 lwt-dllist.1.1.0 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_repr.0.8.0 ppxlib.0.38.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.8.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 thread-table.1.0.0 topkg.1.1.1 uring.2.7.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14") (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 index.dev index-bench.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-05-05 14:39.48: Waiting for resource in pool OCluster 2026-05-05 16:39.17: Waiting for worker… 2026-05-05 16:41.27: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at 5cf2b1f wip: implement file locking (from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366) Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366' locally docker.io/ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366: Pulling from ocaml/opam 6a0ac1617861: Pulling fs layer 9630673831f3: Pulling fs layer 4cffb540229a: Pulling fs layer aa3cee094119: Pulling fs layer f2700202f619: Pulling fs layer 33135c7375d5: Pulling fs layer 6a0ac1617861: Waiting 1ea4b64ae955: Pulling fs layer ca34ef70eda1: Pulling fs layer 9630673831f3: Waiting 4cffb540229a: Waiting d4998b6f8f35: Pulling fs layer 1ea4b64ae955: Waiting 4a43cfe8648c: Pulling fs layer 453dd28eaace: Pulling fs layer 33135c7375d5: Waiting ca34ef70eda1: Waiting a962f0379f0a: Pulling fs layer f2700202f619: Waiting b68882dcbbd8: Pulling fs layer 4a43cfe8648c: Waiting aa3cee094119: Waiting 3f63b4eac828: Pulling fs layer d4998b6f8f35: Waiting 0720e1e1068a: Pulling fs layer 453dd28eaace: Waiting a962f0379f0a: Waiting 0676d4d6023a: Pulling fs layer b68882dcbbd8: Waiting 0ab690805f49: Pulling fs layer 0720e1e1068a: Waiting fc0af979c0fe: Pulling fs layer 4f4fb700ef54: Pulling fs layer fc0af979c0fe: Waiting 63f1d0bef8ae: Pulling fs layer 43fd6995d88f: Pulling fs layer 4f4fb700ef54: Waiting c775bfb331ab: Pulling fs layer 63f1d0bef8ae: Waiting a7a9b5ed8780: Pulling fs layer 43fd6995d88f: Waiting c775bfb331ab: Waiting 0ab690805f49: Waiting 0676d4d6023a: Waiting a7a9b5ed8780: Waiting 86ac791930d3: Pulling fs layer 2e34d70b785c: Pulling fs layer 56c554cb0baa: Pulling fs layer 0109b7ea4beb: Pulling fs layer 86ac791930d3: Waiting a72aa581a14e: Pulling fs layer 0b969b88b90b: Pulling fs layer 0109b7ea4beb: Waiting a72aa581a14e: Waiting 2e34d70b785c: Waiting 0b969b88b90b: Waiting d1ae0e2bf910: Pulling fs layer 56c554cb0baa: Waiting cfd8efe5a061: Pulling fs layer a34595d6f491: Pulling fs layer 7333547f58a0: Pulling fs layer cfd8efe5a061: Waiting a34595d6f491: Waiting d1ae0e2bf910: Waiting 803cdf5f2902: Pulling fs layer d74501489c54: Pulling fs layer 7333547f58a0: Waiting 803cdf5f2902: Waiting 628aecb9cafb: Pulling fs layer 0c52f398a865: Pulling fs layer d74501489c54: Waiting 628aecb9cafb: Waiting f4e18988783e: Pulling fs layer 0c52f398a865: Waiting d9b0005bf058: Pulling fs layer f4e18988783e: Waiting ac511140fcec: Pulling fs layer e5e3b5898b4b: Pulling fs layer ac511140fcec: Waiting d9b0005bf058: Waiting 08e53197d17a: Pulling fs layer 9502f6b2d19e: Pulling fs layer e5e3b5898b4b: Waiting 9502f6b2d19e: Waiting 6a0ac1617861: Verifying Checksum 6a0ac1617861: Download complete 9630673831f3: Verifying Checksum 9630673831f3: Download complete 6a0ac1617861: Pull complete 9630673831f3: Pull complete 4cffb540229a: Verifying Checksum 4cffb540229a: Download complete 4cffb540229a: Pull complete aa3cee094119: Verifying Checksum aa3cee094119: Download complete f2700202f619: Verifying Checksum f2700202f619: Download complete 33135c7375d5: Verifying Checksum 33135c7375d5: Download complete 1ea4b64ae955: Download complete ca34ef70eda1: Verifying Checksum ca34ef70eda1: Download complete d4998b6f8f35: Verifying Checksum d4998b6f8f35: Download complete 4a43cfe8648c: Verifying Checksum 4a43cfe8648c: Download complete 453dd28eaace: Verifying Checksum 453dd28eaace: Download complete a962f0379f0a: Verifying Checksum a962f0379f0a: Download complete b68882dcbbd8: Verifying Checksum b68882dcbbd8: Download complete 3f63b4eac828: Verifying Checksum 3f63b4eac828: Download complete 0720e1e1068a: Verifying Checksum 0720e1e1068a: Download complete 0676d4d6023a: Verifying Checksum 0676d4d6023a: Download complete 0ab690805f49: Verifying Checksum 0ab690805f49: Download complete fc0af979c0fe: Verifying Checksum fc0af979c0fe: Download complete 4f4fb700ef54: Download complete 63f1d0bef8ae: Verifying Checksum 63f1d0bef8ae: Download complete 43fd6995d88f: Verifying Checksum 43fd6995d88f: Download complete a7a9b5ed8780: Verifying Checksum a7a9b5ed8780: Download complete 86ac791930d3: Download complete c775bfb331ab: Download complete 2e34d70b785c: Verifying Checksum 2e34d70b785c: Download complete 56c554cb0baa: Verifying Checksum 56c554cb0baa: Download complete 0109b7ea4beb: Verifying Checksum 0109b7ea4beb: Download complete a72aa581a14e: Verifying Checksum a72aa581a14e: Download complete d1ae0e2bf910: Download complete 0b969b88b90b: Download complete cfd8efe5a061: Verifying Checksum cfd8efe5a061: Download complete 7333547f58a0: Verifying Checksum 7333547f58a0: Download complete aa3cee094119: Pull complete f2700202f619: Pull complete 33135c7375d5: Pull complete 1ea4b64ae955: Pull complete ca34ef70eda1: Pull complete d4998b6f8f35: Pull complete 4a43cfe8648c: Pull complete 453dd28eaace: Pull complete a962f0379f0a: Pull complete b68882dcbbd8: Pull complete 3f63b4eac828: Pull complete 0720e1e1068a: Pull complete 0676d4d6023a: Pull complete 0ab690805f49: Pull complete fc0af979c0fe: Pull complete 4f4fb700ef54: Pull complete 63f1d0bef8ae: Pull complete 43fd6995d88f: Pull complete c775bfb331ab: Pull complete a7a9b5ed8780: Pull complete 86ac791930d3: Pull complete 2e34d70b785c: Pull complete 56c554cb0baa: Pull complete 0109b7ea4beb: Pull complete a72aa581a14e: Pull complete 0b969b88b90b: Pull complete d1ae0e2bf910: Pull complete cfd8efe5a061: Pull complete a34595d6f491: Verifying Checksum a34595d6f491: Download complete d74501489c54: Download complete 628aecb9cafb: Verifying Checksum 628aecb9cafb: Download complete 0c52f398a865: Verifying Checksum 0c52f398a865: Download complete f4e18988783e: Verifying Checksum f4e18988783e: Download complete d9b0005bf058: Download complete ac511140fcec: Verifying Checksum ac511140fcec: Download complete 803cdf5f2902: Verifying Checksum 803cdf5f2902: Download complete e5e3b5898b4b: Download complete 08e53197d17a: Verifying Checksum 08e53197d17a: Download complete 9502f6b2d19e: Download complete a34595d6f491: Pull complete 7333547f58a0: Pull complete 803cdf5f2902: Pull complete d74501489c54: Pull complete 628aecb9cafb: Pull complete 0c52f398a865: Pull complete f4e18988783e: Pull complete d9b0005bf058: Pull complete ac511140fcec: Pull complete e5e3b5898b4b: Pull complete 08e53197d17a: Pull complete 9502f6b2d19e: Pull complete Digest: sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 Status: Downloaded newer image for ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366 2026-05-05 16:41.27 ---> using "01c11b07ac2b5cd48e66007e5a5cac291b476dda37442ad969d24b0ab6dc0559" from cache /: (comment alpine-3.23-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-05-05 16:41.27 ---> using "a8a9ea5c59254a5a0f8f67ea52c72885ad5d9b7a990b02c87babbf030ab69642" 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. Continue? [Y/n] y 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. [NOTE] The 'jobs' option was reset, its value was 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-05 16:41.27 ---> using "1e76191cb180700a1a4b4fb6f0b59791d7b11a581be0b4b93d5476ddfe3df3f0" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-05-05 16:41.27 ---> using "059e0fa9bf335039c3fd833df6288d715762c1f93e9a1b08fa520560ef5ec6c3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-05 16:41.27 ---> using "df7006147f8edefa1d31bb335dd77eaeb1d134668f6ea6934fc058697cdbef27" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 045748b2d8..a70af20c71 master -> origin/master a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible However, 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-05-05 16:41.27 ---> using "9a3e10daef7296c880c04ffbc3dd65d01430cdf9894c444e3c43148e1725237a" from cache /src: (copy (src index.opam index-bench.opam) (dst ./)) 2026-05-05 16:41.27 ---> saved as "6a1604cb98dfaea4f63bc1d57ebfa42fba9b517c6958528db0abe640e0213956" /src: (run (network host) (shell "opam pin add -yn index.dev './' && \ \nopam pin add -yn index-bench.dev './'")) [index.dev] synchronised (file:///src) index is now pinned to file:///src (version dev) [index-bench.dev] synchronised (file:///src) index-bench is now pinned to file:///src (version dev) 2026-05-05 16:41.31 ---> saved as "50bddd96268842991860c0af8c02edffa1eaba76b0e462dee0dbe9004f6521ff" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-05 16:41.31 ---> saved as "553aa2180eb0d96bc9a2bb2525500e510ce8ff826b6cf467242f5841275dad6e" /src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cmdliner.2.1.1 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-local-await.1.0.1 dune.3.23.0 dune-configurator.3.23.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 either.1.0.0 eqaf.0.10 fmt.0.11.0 hmap.0.8.1 iomux.0.4 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 lwt-dllist.1.1.0 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppx_repr.0.8.0 ppxlib.0.38.0 progress.0.5.0 psq.0.2.1 re.1.14.0 repr.0.8.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.5.0 tezos-base58.1.0.0 thread-table.1.0.0 topkg.1.1.1 uring.2.7.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14") /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 index.dev index-bench.dev $DEPS")) + /usr/bin/sudo "apk" "update" - v3.23.4-136-g11c41b79f3b [https://dl-cdn.alpinelinux.org/alpine/v3.23/main] - v3.23.4-131-gb5d853bc1dd [https://dl-cdn.alpinelinux.org/alpine/v3.23/community] - v20260127-9047-gbf8898bdf81 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20260127-9080-ge7bc1ff4aa6 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20260127-9076-g6fcd29c33b6 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 62171 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [index.dev] synchronised (file:///src) [index-bench.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). The following system packages will first need to be installed: gmp-dev gnuplot linux-headers <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apk" "add" "gmp-dev" "gnuplot" "linux-headers" - ( 1/38) Installing libgmpxx (6.3.0-r4) - ( 2/38) Installing gmp-dev (6.3.0-r4) - ( 3/38) Installing libxext (1.3.6-r2) - ( 4/38) Installing libxrender (0.9.12-r0) - ( 5/38) Installing libpng (1.6.57-r0) - ( 6/38) Installing freetype (2.14.1-r0) - ( 7/38) Installing fontconfig (2.17.1-r0) - ( 8/38) Installing pixman (0.46.4-r0) - ( 9/38) Installing cairo (1.18.4-r0) - (10/38) Installing libcerf (3.3-r0) - (11/38) Installing libice (1.1.2-r0) - (12/38) Installing libuuid (2.41.4-r0) - (13/38) Installing libsm (1.2.6-r0) - (14/38) Installing libxt (1.3.1-r0) - (15/38) Installing libxpm (3.5.19-r0) - (16/38) Installing aom-libs (3.13.1-r1) - (17/38) Installing libdav1d (1.5.2-r0) - (18/38) Installing libjpeg-turbo (3.1.2-r0) - (19/38) Installing libyuv (0.0.1887.20251502-r1) - (20/38) Installing libavif (1.3.0-r0) - (21/38) Installing libsharpyuv (1.6.0-r0) - (22/38) Installing libwebp (1.6.0-r0) - (23/38) Installing tiff (4.7.1-r0) - (24/38) Installing libgd (2.3.3-r10) - (25/38) Installing libintl (0.24.1-r1) - (26/38) Installing libeconf (0.8.3-r0) - (27/38) Installing libblkid (2.41.4-r0) - (28/38) Installing libmount (2.41.4-r0) - (29/38) Installing glib (2.86.3-r0) - (30/38) Installing lua5.3-libs (5.3.6-r6) - (31/38) Installing libxft (2.3.9-r0) - (32/38) Installing fribidi (1.0.16-r2) - (33/38) Installing graphite2 (1.3.14-r6) - (34/38) Installing harfbuzz (12.2.0-r0) - (35/38) Installing pango (1.56.4-r0) - (36/38) Installing libwebpmux (1.6.0-r0) - (37/38) Installing gnuplot (6.0.3-r2) - (38/38) Installing linux-headers (6.16.12-r0) - Executing busybox-1.37.0-r30.trigger - Executing glib-2.86.3-r0.trigger - OK: 372.8 MiB in 142 packages # To update the current shell environment, run: eval $(opam env) 2026-05-05 16:41.52 ---> saved as "e27b078e757ed78178b0ecf91895d63d98ef21a85111c68fc84d4ca3d117585a" /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 65 packages - install afl-persistent 1.4 - install alcotest 1.9.1 - install astring 0.8.5 - install base-bytes base - install base64 3.5.2 - install bigstringaf 0.10.0 - install cmdliner 2.1.1 - install conf-gmp 5 - install conf-gnuplot 0.1 - install conf-pkg-config 4 - install cppo 1.8.0 - install crowbar 0.2.2 - install csexp 1.5.2 - install cstruct 6.2.0 - install digestif 1.3.0 - install domain-local-await 1.0.1 - install dune 3.23.0 - install dune-configurator 3.23.0 - install eio 1.3 - install eio_linux 1.3 - install eio_main 1.3 - install eio_posix 1.3 - install either 1.0.0 - install eqaf 0.10 - install fmt 0.11.0 - install hmap 0.8.1 - install iomux 0.4 - install jsonm 1.0.2 - install logs 0.10.0 - install lru 0.3.1 - install lwt 6.1.2 - install lwt-dllist 1.1.0 - install metrics 0.5.0 - install metrics-unix 0.5.0 - install mtime 2.1.0 - install ocaml-compiler-libs v0.17.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install optint 0.3.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppx_deriving_yojson 3.10.0 - install ppx_repr 0.8.0 - install ppxlib 0.38.0 - install progress 0.5.0 - install psq 0.2.1 - install re 1.14.0 - install repr 0.8.0 - install rusage 1.0.0 - install semaphore-compat 1.0.2 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install terminal 0.5.0 - install tezos-base58 1.0.0 - install thread-table 1.0.0 - install topkg 1.1.1 - install uring 2.7.0 - install uucp 17.0.0 - install uuidm 0.9.10 - install uutf 1.0.4 - install yojson 3.0.0 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base64.3.5.2 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-gmp.5 -> installed conf-gnuplot.0.1 -> installed conf-pkg-config.4 -> retrieved crowbar.0.2.2 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached) -> retrieved either.1.0.0 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved iomux.0.4 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved lru.0.3.1 (cached) -> retrieved lwt.6.1.2 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved lwt-dllist.1.1.0 (cached) -> retrieved metrics.0.5.0, metrics-unix.0.5.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved dune.3.23.0, dune-configurator.3.23.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_deriving_yojson.3.10.0 (cached) -> retrieved ppx_repr.0.8.0, repr.0.8.0 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved re.1.14.0 (cached) -> retrieved progress.0.5.0, terminal.0.5.0 (cached) -> retrieved ppxlib.0.38.0 (cached) -> retrieved seq.base (cached) -> installed cmdliner.2.1.1 -> installed seq.base -> retrieved rusage.1.0.0 (cached) -> retrieved semaphore-compat.1.0.2 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved tezos-base58.1.0.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uring.2.7.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved uucp.17.0.0 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.1.1 -> installed hmap.0.8.1 -> installed uuidm.0.9.10 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.23.0 -> installed ppx_derivers.1.2.1 -> installed afl-persistent.1.4 -> installed either.1.0.0 -> installed base64.3.5.2 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed eqaf.0.10 -> installed lwt-dllist.1.1.0 -> installed cppo.1.8.0 -> installed metrics.0.5.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed optint.0.3.0 -> installed psq.0.2.1 -> installed re.1.14.0 -> installed rusage.1.0.0 -> installed semaphore-compat.1.0.2 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed thread-table.1.0.0 -> installed yojson.3.0.0 -> installed ocplib-endian.1.2 -> installed lru.0.3.1 -> installed crowbar.0.2.2 -> installed digestif.1.3.0 -> installed domain-local-await.1.0.1 -> installed tezos-base58.1.0.0 -> installed dune-configurator.3.23.0 -> installed repr.0.8.0 -> installed alcotest.1.9.1 -> installed bigstringaf.0.10.0 -> installed iomux.0.4 -> installed eio.1.3 -> installed lwt.6.1.2 -> installed uring.2.7.0 -> installed metrics-unix.0.5.0 -> installed uucp.17.0.0 -> installed eio_posix.1.3 -> installed terminal.0.5.0 -> installed eio_linux.1.3 -> installed logs.0.10.0 -> installed eio_main.1.3 -> installed progress.0.5.0 -> installed ppxlib.0.38.0 -> installed ppx_deriving.6.1.1 -> installed ppx_deriving_yojson.3.10.0 -> installed ppx_repr.0.8.0 Done. <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented and fuzzing with afl-fuzz may not be effective. To globally enable AFL instrumentation, create an OCaml switch like: opam switch create 5.4.1+afl ocaml-variants.5.4.1+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2026-05-05 16:44.18 ---> saved as "d21637c9f27661e73128e66682767f77d92caf78e1799f69cf81ac5d8ed5ba2c" /src: (copy (src .) (dst /src)) 2026-05-05 16:44.18 ---> saved as "3f8e8b2231eb3486d92c38818db55633ff3ed04ce16a2ed008900cf1ef88c030" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./main.exe) Testing `index'. This run has ID `69QDAF1O'. [OK] cache 0 noop. [OK] cache 1 unbounded. [OK] search 0 unique. [OK] search 1 constant metric. Full test results in `/src/_build/default/test/_build/_tests/index'. Test Successful in 0.019s. 4 tests run. (cd _build/default/test && ./test_unix.exe) Testing `index.unix'. This run has ID `7I5P18WC'. [OK] io_array 0 fresh. [OK] io_array 1 prefetch. [OK] merge 0 readonly in sequence. [OK] merge 1 readonly interleaved. [OK] merge 2 interleaved merge. [OK] merge 3 write at the end of merge. [OK] merge 4 write in log_async. [OK] merge 5 find while merging. [OK] merge 6 find in async without log. [OK] merge 7 find in async with log. [OK] merge 8 sync before and after clearing th... [OK] merge 9 sync and find after log cleared. [OK] merge 10 merge during ro sync. [OK] merge 11 is_merging. [OK] merge 12 clear is not blocking. [OK] merge 13 `clear` aborts merge. [OK] merge 14 `close ~immediately` aborts merge. [OK] live 0 find (present). [OK] live 1 find (absent). [OK] live 2 replace. [OK] live 3 fail add (key). [OK] live 4 fail add (value). [OK] live 5 membership. [OK] live 6 clear and iter. [OK] live 7 clear and find. [OK] live 8 open after clear. [OK] live 9 files on disk after clear. [OK] live 10 duplicate entries. [OK] lru 0 replace_and_find. [OK] lru 1 mem. [OK] lru 2 clear. [OK] lru 3 filter. [OK] on restart 0 find (present). [OK] on restart 1 find (absent). [OK] on restart 2 replace. [OK] on restart 3 membership. [OK] on restart 4 fail restart readonly fresh. [OK] on restart 5 in sync. [OK] on restart 6 duplicate entries in log. [OK] readonly 0 add. [OK] readonly 1 read after clear. [OK] readonly 2 snapshot isolation. [OK] readonly 3 Readonly v after replace. [OK] readonly 4 add not allowed. [OK] readonly 5 fail read if no flush. [OK] readonly 6 readonly v is in sync. [OK] readonly 7 read values added in log before c... [OK] readonly 8 read values added in index before... [OK] readonly 9 read old values in log after clear. [OK] readonly 10 read old values in index after cl... [OK] readonly 11 readonly open after clear. [OK] readonly 12 race between sync and merge. [OK] readonly 13 race between sync and clear. [OK] readonly 14 race between sync and end of merge. [OK] readonly 15 reload log and log async. [OK] close 0 close and reopen. [OK] close 1 close and reopen more. [OK] close 2 crash and continue. [OK] close 3 find (absent). [OK] close 4 replace. [OK] close 5 open two instances, close one. [OK] close 6 close and reopen on readonly. [OK] close 7 non-close operations fail after c... [OK] close 8 double close. [OK] close 9 double restart. [OK] close 10 aborted merge. [OK] filter 0 filter none. [OK] filter 1 filter all. [OK] filter 2 filter one. [OK] filter 3 clone then filter. [OK] filter 4 filter then clone. [OK] filter 5 empty after filter+fresh. [OK] flush_callback 0 close. [OK] flush_callback 1 flush. [OK] flush_callback 2 replace. [OK] throttle 0 force merge. [OK] throttle 1 implicit merge. Full test results in `/src/_build/default/test/_build/_tests/index.unix'. Test Successful in 3.988s. 77 tests run. (cd _build/default/test && ./test_eio.exe) Testing `index.eio'. This run has ID `YUU3UFVX'. [OK] io_array 0 fresh. [OK] io_array 1 prefetch. [OK] merge 0 readonly in sequence. [OK] merge 1 readonly interleaved. [OK] merge 2 interleaved merge. [OK] merge 3 write at the end of merge. [OK] merge 4 write in log_async. [OK] merge 5 find while merging. [OK] merge 6 find in async without log. [OK] merge 7 find in async with log. [OK] merge 8 sync before and after clearing th... [OK] merge 9 sync and find after log cleared. [OK] merge 10 merge during ro sync. [OK] merge 11 is_merging. [OK] merge 12 clear is not blocking. [OK] merge 13 `clear` aborts merge. [OK] merge 14 `close ~immediately` aborts merge. [OK] live 0 find (present). [OK] live 1 find (absent). [OK] live 2 replace. [OK] live 3 fail add (key). [OK] live 4 fail add (value). [OK] live 5 membership. [OK] live 6 clear and iter. [OK] live 7 clear and find. [OK] live 8 open after clear. [OK] live 9 files on disk after clear. [OK] live 10 duplicate entries. [OK] lru 0 replace_and_find. [OK] lru 1 mem. [OK] lru 2 clear. [OK] lru 3 filter. [OK] on restart 0 find (present). [OK] on restart 1 find (absent). [OK] on restart 2 replace. [OK] on restart 3 membership. [OK] on restart 4 fail restart readonly fresh. [OK] on restart 5 in sync. [OK] on restart 6 duplicate entries in log. [OK] readonly 0 add. [OK] readonly 1 read after clear. [OK] readonly 2 snapshot isolation. [OK] readonly 3 Readonly v after replace. [OK] readonly 4 add not allowed. [OK] readonly 5 fail read if no flush. [OK] readonly 6 readonly v is in sync. [OK] readonly 7 read values added in log before c... [OK] readonly 8 read values added in index before... [OK] readonly 9 read old values in log after clear. [OK] readonly 10 read old values in index after cl... [OK] readonly 11 readonly open after clear. [OK] readonly 12 race between sync and merge. [OK] readonly 13 race between sync and clear. [OK] readonly 14 race between sync and end of merge. [OK] readonly 15 reload log and log async. [OK] close 0 close and reopen. [OK] close 1 close and reopen more. [OK] close 2 crash and continue. [OK] close 3 find (absent). [OK] close 4 replace. [OK] close 5 open two instances, close one. [OK] close 6 close and reopen on readonly. [OK] close 7 non-close operations fail after c... [OK] close 8 double close. [OK] close 9 double restart. [OK] close 10 aborted merge. [OK] filter 0 filter none. [OK] filter 1 filter all. [OK] filter 2 filter one. [OK] filter 3 clone then filter. [OK] filter 4 filter then clone. [OK] filter 5 empty after filter+fresh. [OK] flush_callback 0 close. [OK] flush_callback 1 flush. [OK] flush_callback 2 replace. [OK] throttle 0 force merge. [OK] throttle 1 implicit merge. Full test results in `/src/_build/default/test/_build/_tests/index.eio'. Test Successful in 4.937s. 77 tests run. 2026-05-05 16:44.37 ---> saved as "8ca6de392be9a257f447158d8599b00ac18c78fd5d8b1fad6d6a12582583110d" Job succeeded 2026-05-05 16:44.37: Job succeeded