2026-04-29 00:35.52: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (6e84bed48db8ab53a09926b45d899815c30f2b39) (linux-x86_64:alpine-3.23-5.4_opam-2.5)Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/index.git" -b "main" && cd "index" && git reset --hard 6e84bed4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366# alpine-3.23-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 opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -uCOPY --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 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 digestif.1.3.0 dune.3.22.2 dune-configurator.3.22.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 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 topkg.1.1.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-29 00:35.52: Using cache hint "mirage/index-ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366-alpine-3.23-5.4_opam-2.5-01509d6bdb494cd4b3145f3b3e0da75f"2026-04-29 00:35.52: 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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && 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 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 digestif.1.3.0 dune.3.22.2 dune-configurator.3.22.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 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 topkg.1.1.1 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-04-29 00:35.52: Waiting for resource in pool OCluster2026-04-29 02:11.32: Waiting for worker…2026-04-29 02:18.53: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 6e84bed Merge pull request #404 from lyrm/stats_dls(from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366)2026-04-29 02:18.53 ---> 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-04-29 02:18.53 ---> 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.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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-29 02:18.53 ---> using "1e76191cb180700a1a4b4fb6f0b59791d7b11a581be0b4b93d5476ddfe3df3f0" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.12026-04-29 02:18.53 ---> using "059e0fa9bf335039c3fd833df6288d715762c1f93e9a1b08fa520560ef5ec6c3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-29 02:18.53 ---> 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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD045748b2d8..dd592986d4 master -> origin/masterdd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, 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-04-29 02:18.53 ---> using "38dbefc02d5c213c77adc304b9c50de7d70cca21886d2377fae885c8412ef952" from cache/src: (copy (src index.opam index-bench.opam) (dst ./))2026-04-29 02:18.53 ---> saved as "2faf2dca1cf5bc1f2bde56dac7be40ce9c9e9dbbe2c8ef14caef24053e11ebd6"/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-04-29 02:18.57 ---> saved as "42337a055cd25f4c9967851fcc151dcd2a8960e1e620e44a07b8bc58d45920b5"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-29 02:18.58 ---> saved as "59ac3f1dd6e5e9b4bd99ef6dbf68edbf214822b765eccc2977c145c809b1db45"/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 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 digestif.1.3.0 dune.3.22.2 dune-configurator.3.22.2 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.6.1.2 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 topkg.1.1.1 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-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v20260127-8640-gf3f2df533bb [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-8638-g4cfa8f7bcce [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-8639-gdef12764805 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62122 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<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apk" "add" "gmp-dev" "gnuplot"- ( 1/37) Installing libgmpxx (6.3.0-r4)- ( 2/37) Installing gmp-dev (6.3.0-r4)- ( 3/37) Installing libxext (1.3.6-r2)- ( 4/37) Installing libxrender (0.9.12-r0)- ( 5/37) Installing libpng (1.6.57-r0)- ( 6/37) Installing freetype (2.14.1-r0)- ( 7/37) Installing fontconfig (2.17.1-r0)- ( 8/37) Installing pixman (0.46.4-r0)- ( 9/37) Installing cairo (1.18.4-r0)- (10/37) Installing libcerf (3.3-r0)- (11/37) Installing libice (1.1.2-r0)- (12/37) Installing libuuid (2.41.4-r0)- (13/37) Installing libsm (1.2.6-r0)- (14/37) Installing libxt (1.3.1-r0)- (15/37) Installing libxpm (3.5.19-r0)- (16/37) Installing aom-libs (3.13.1-r1)- (17/37) Installing libdav1d (1.5.2-r0)- (18/37) Installing libjpeg-turbo (3.1.2-r0)- (19/37) Installing libyuv (0.0.1887.20251502-r1)- (20/37) Installing libavif (1.3.0-r0)- (21/37) Installing libsharpyuv (1.6.0-r0)- (22/37) Installing libwebp (1.6.0-r0)- (23/37) Installing tiff (4.7.1-r0)- (24/37) Installing libgd (2.3.3-r10)- (25/37) Installing libintl (0.24.1-r1)- (26/37) Installing libeconf (0.8.3-r0)- (27/37) Installing libblkid (2.41.4-r0)- (28/37) Installing libmount (2.41.4-r0)- (29/37) Installing glib (2.86.3-r0)- (30/37) Installing lua5.3-libs (5.3.6-r6)- (31/37) Installing libxft (2.3.9-r0)- (32/37) Installing fribidi (1.0.16-r2)- (33/37) Installing graphite2 (1.3.14-r6)- (34/37) Installing harfbuzz (12.2.0-r0)- (35/37) Installing pango (1.56.4-r0)- (36/37) Installing libwebpmux (1.6.0-r0)- (37/37) Installing gnuplot (6.0.3-r2)- Executing busybox-1.37.0-r30.trigger- Executing glib-2.86.3-r0.trigger- OK: 367.0 MiB in 141 packages# To update the current shell environment, run: eval $(opam env)2026-04-29 02:19.09 ---> saved as "1807522c36da6dde4bcae596309c45071338a5050f099cd24ecb9a2b7d793d08"/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 53 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 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 digestif 1.3.0- install dune 3.22.2- install dune-configurator 3.22.2- install either 1.0.0- install eqaf 0.10- install fmt 0.11.0- install jsonm 1.0.2- install logs 0.10.0- install lru 0.3.1- install lwt 6.1.2- 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 topkg 1.1.1- 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 conf-gmp.5 (cached)-> retrieved base64.3.5.2 (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 either.1.0.0 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (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 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 digestif.1.3.0 (cached)-> retrieved ocamlfind.1.9.8 (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 ppxlib.0.38.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved progress.0.5.0, terminal.0.5.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> 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 uuidm.0.9.10 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed seq.base-> retrieved uucp.17.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed zarith.1.14-> installed uuidm.0.9.10-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed mtime.2.1.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed dune.3.22.2-> installed ppx_derivers.1.2.1-> installed afl-persistent.1.4-> installed base64.3.5.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed either.1.0.0-> installed eqaf.0.10-> 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 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 repr.0.8.0-> installed dune-configurator.3.22.2-> installed tezos-base58.1.0.0-> installed alcotest.1.9.1-> installed lwt.6.1.2-> installed metrics-unix.0.5.0-> installed uucp.17.0.0-> installed terminal.0.5.0-> installed logs.0.10.0-> 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.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-04-29 02:20.03 ---> saved as "40006c5a3ed715b175b5b2dd02a405ab29c9cc90f72f864ab5ce10e7f654772f"/src: (copy (src .) (dst /src))2026-04-29 02:20.03 ---> saved as "985ccf548a6e81590c890772fff298a9b18e128e6a1e998b55afff7acb261479"/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 `8VILCL7Z'.[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.004s. 4 tests run.(cd _build/default/test/unix && ./main.exe)Testing `index.unix'.This run has ID `73E7TO1M'.[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/unix/_build/_tests/index.unix'.Test Successful in 1.247s. 77 tests run.2026-04-29 02:20.09 ---> saved as "2f3de320eca00aba45c724d5de3f79ce1e24d090b0877f74b28f770d344d7183"Job succeeded2026-04-29 02:20.09: Job succeeded