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:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/index.git" -b "eio2" && cd "index" && git reset --hard 5cf2b1f8cat > 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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-05-05 16:39.17: Waiting for worker…2026-05-05 16:41.27: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366: Pulling from ocaml/opam6a0ac1617861: Pulling fs layer9630673831f3: Pulling fs layer4cffb540229a: Pulling fs layeraa3cee094119: Pulling fs layerf2700202f619: Pulling fs layer33135c7375d5: Pulling fs layer6a0ac1617861: Waiting1ea4b64ae955: Pulling fs layerca34ef70eda1: Pulling fs layer9630673831f3: Waiting4cffb540229a: Waitingd4998b6f8f35: Pulling fs layer1ea4b64ae955: Waiting4a43cfe8648c: Pulling fs layer453dd28eaace: Pulling fs layer33135c7375d5: Waitingca34ef70eda1: Waitinga962f0379f0a: Pulling fs layerf2700202f619: Waitingb68882dcbbd8: Pulling fs layer4a43cfe8648c: Waitingaa3cee094119: Waiting3f63b4eac828: Pulling fs layerd4998b6f8f35: Waiting0720e1e1068a: Pulling fs layer453dd28eaace: Waitinga962f0379f0a: Waiting0676d4d6023a: Pulling fs layerb68882dcbbd8: Waiting0ab690805f49: Pulling fs layer0720e1e1068a: Waitingfc0af979c0fe: Pulling fs layer4f4fb700ef54: Pulling fs layerfc0af979c0fe: Waiting63f1d0bef8ae: Pulling fs layer43fd6995d88f: Pulling fs layer4f4fb700ef54: Waitingc775bfb331ab: Pulling fs layer63f1d0bef8ae: Waitinga7a9b5ed8780: Pulling fs layer43fd6995d88f: Waitingc775bfb331ab: Waiting0ab690805f49: Waiting0676d4d6023a: Waitinga7a9b5ed8780: Waiting86ac791930d3: Pulling fs layer2e34d70b785c: Pulling fs layer56c554cb0baa: Pulling fs layer0109b7ea4beb: Pulling fs layer86ac791930d3: Waitinga72aa581a14e: Pulling fs layer0b969b88b90b: Pulling fs layer0109b7ea4beb: Waitinga72aa581a14e: Waiting2e34d70b785c: Waiting0b969b88b90b: Waitingd1ae0e2bf910: Pulling fs layer56c554cb0baa: Waitingcfd8efe5a061: Pulling fs layera34595d6f491: Pulling fs layer7333547f58a0: Pulling fs layercfd8efe5a061: Waitinga34595d6f491: Waitingd1ae0e2bf910: Waiting803cdf5f2902: Pulling fs layerd74501489c54: Pulling fs layer7333547f58a0: Waiting803cdf5f2902: Waiting628aecb9cafb: Pulling fs layer0c52f398a865: Pulling fs layerd74501489c54: Waiting628aecb9cafb: Waitingf4e18988783e: Pulling fs layer0c52f398a865: Waitingd9b0005bf058: Pulling fs layerf4e18988783e: Waitingac511140fcec: Pulling fs layere5e3b5898b4b: Pulling fs layerac511140fcec: Waitingd9b0005bf058: Waiting08e53197d17a: Pulling fs layer9502f6b2d19e: Pulling fs layere5e3b5898b4b: Waiting9502f6b2d19e: Waiting6a0ac1617861: Verifying Checksum6a0ac1617861: Download complete9630673831f3: Verifying Checksum9630673831f3: Download complete6a0ac1617861: Pull complete9630673831f3: Pull complete4cffb540229a: Verifying Checksum4cffb540229a: Download complete4cffb540229a: Pull completeaa3cee094119: Verifying Checksumaa3cee094119: Download completef2700202f619: Verifying Checksumf2700202f619: Download complete33135c7375d5: Verifying Checksum33135c7375d5: Download complete1ea4b64ae955: Download completeca34ef70eda1: Verifying Checksumca34ef70eda1: Download completed4998b6f8f35: Verifying Checksumd4998b6f8f35: Download complete4a43cfe8648c: Verifying Checksum4a43cfe8648c: Download complete453dd28eaace: Verifying Checksum453dd28eaace: Download completea962f0379f0a: Verifying Checksuma962f0379f0a: Download completeb68882dcbbd8: Verifying Checksumb68882dcbbd8: Download complete3f63b4eac828: Verifying Checksum3f63b4eac828: Download complete0720e1e1068a: Verifying Checksum0720e1e1068a: Download complete0676d4d6023a: Verifying Checksum0676d4d6023a: Download complete0ab690805f49: Verifying Checksum0ab690805f49: Download completefc0af979c0fe: Verifying Checksumfc0af979c0fe: Download complete4f4fb700ef54: Download complete63f1d0bef8ae: Verifying Checksum63f1d0bef8ae: Download complete43fd6995d88f: Verifying Checksum43fd6995d88f: Download completea7a9b5ed8780: Verifying Checksuma7a9b5ed8780: Download complete86ac791930d3: Download completec775bfb331ab: Download complete2e34d70b785c: Verifying Checksum2e34d70b785c: Download complete56c554cb0baa: Verifying Checksum56c554cb0baa: Download complete0109b7ea4beb: Verifying Checksum0109b7ea4beb: Download completea72aa581a14e: Verifying Checksuma72aa581a14e: Download completed1ae0e2bf910: Download complete0b969b88b90b: Download completecfd8efe5a061: Verifying Checksumcfd8efe5a061: Download complete7333547f58a0: Verifying Checksum7333547f58a0: Download completeaa3cee094119: Pull completef2700202f619: Pull complete33135c7375d5: Pull complete1ea4b64ae955: Pull completeca34ef70eda1: Pull completed4998b6f8f35: Pull complete4a43cfe8648c: Pull complete453dd28eaace: Pull completea962f0379f0a: Pull completeb68882dcbbd8: Pull complete3f63b4eac828: Pull complete0720e1e1068a: Pull complete0676d4d6023a: Pull complete0ab690805f49: Pull completefc0af979c0fe: Pull complete4f4fb700ef54: Pull complete63f1d0bef8ae: Pull complete43fd6995d88f: Pull completec775bfb331ab: Pull completea7a9b5ed8780: Pull complete86ac791930d3: Pull complete2e34d70b785c: Pull complete56c554cb0baa: Pull complete0109b7ea4beb: Pull completea72aa581a14e: Pull complete0b969b88b90b: Pull completed1ae0e2bf910: Pull completecfd8efe5a061: Pull completea34595d6f491: Verifying Checksuma34595d6f491: Download completed74501489c54: Download complete628aecb9cafb: Verifying Checksum628aecb9cafb: Download complete0c52f398a865: Verifying Checksum0c52f398a865: Download completef4e18988783e: Verifying Checksumf4e18988783e: Download completed9b0005bf058: Download completeac511140fcec: Verifying Checksumac511140fcec: Download complete803cdf5f2902: Verifying Checksum803cdf5f2902: Download completee5e3b5898b4b: Download complete08e53197d17a: Verifying Checksum08e53197d17a: Download complete9502f6b2d19e: Download completea34595d6f491: Pull complete7333547f58a0: Pull complete803cdf5f2902: Pull completed74501489c54: Pull complete628aecb9cafb: Pull complete0c52f398a865: Pull completef4e18988783e: Pull completed9b0005bf058: Pull completeac511140fcec: Pull completee5e3b5898b4b: Pull complete08e53197d17a: Pull complete9502f6b2d19e: Pull completeDigest: sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366Status: Downloaded newer image for ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f633662026-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] yThis 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-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-genericThe OCaml toplevel, version 5.4.12.5.12026-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_HEAD045748b2d8..a70af20c71 master -> origin/mastera70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0<><> 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-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.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-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 succeeded2026-05-05 16:44.37: Job succeeded