2025-01-13 15:56.50: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (09ab315dcfe6c1affbbb01c737f1b8e235b04eca) (linux-x86_64:alpine-3.21-4.14_opam-2.3) Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/index.git" -b "main" && cd "index" && git reset --hard 09ab315d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd # alpine-3.21-4.14_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 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && 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 './' ENV DEPS="afl-persistent.1.4 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-gmp.4 conf-gnuplot.0.1 conf-pkg-config.3 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.2.0 dune.3.17.1 dune-configurator.3.17.1 either.1.0.0 eqaf.0.10 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.9.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.34.0 progress.0.4.0 psq.0.2.1 re.1.12.0 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.4.0 tezos-base58.1.0.0 topkg.1.0.7 uucp.16.0.0 uuidm.0.9.9 uutf.1.0.3 vector.1.0.0 yojson.2.2.2 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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 2025-01-13 15:56.50: Using cache hint "mirage/index-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd-alpine-3.21-4.14_opam-2.3-3e4849b0646fad6467369f0310ae178f" 2025-01-13 15:56.50: Using OBuilder spec: ((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd) (comment alpine-3.21-4.14_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 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && 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 './'")) (env DEPS "afl-persistent.1.4 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-gmp.4 conf-gnuplot.0.1 conf-pkg-config.3 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.2.0 dune.3.17.1 dune-configurator.3.17.1 either.1.0.0 eqaf.0.10 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.9.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.34.0 progress.0.4.0 psq.0.2.1 re.1.12.0 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.4.0 tezos-base58.1.0.0 topkg.1.0.7 uucp.16.0.0 uuidm.0.9.9 uutf.1.0.3 vector.1.0.0 yojson.2.2.2 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.3 --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")) ) 2025-01-13 15:56.50: Waiting for resource in pool OCluster 2025-01-13 22:50.00: Waiting for worker… 2025-01-13 22:53.11: Got resource from pool OCluster Building on x86-bm-c6.sw.ocaml.org All commits already cached HEAD is now at 09ab315 Merge pull request #396 from art-w/mirage-io (from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd) Unable to find image 'ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd' locally docker.io/ocaml/opam@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd: Pulling from ocaml/opam f2acd517ae21: Pulling fs layer f2acd517ae21: Verifying Checksum f2acd517ae21: Download complete f2acd517ae21: Pull complete Digest: sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd Status: Downloaded newer image for ocaml/opam@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd 2025-01-13 22:54.53 ---> saved as "53a586dee36495bf7ec4fb904a8b3330f0aafc149d45da9757d8480bbc81dd56" /: (comment alpine-3.21-4.14_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-01-13 22:54.53 ---> saved as "461c3f13be41faf96f6a13c92270e688b0ad5416f7520d46cd35e5c4784d07c5" /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 [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] synchronised from file:///home/opam/opam-repository 2025-01-13 22:56.44 ---> saved as "a08aa2b714f2eb9001308844375adde0dffdf93ef9dd2ee9cbb051cd0aaaf049" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-130-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-01-13 22:56.44 ---> saved as "b0a038d393f2dc47db52841066eaf215bed6b9836d87a4470823f9f304af2c74" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-01-13 22:56.45 ---> saved as "23d495eb6205288b0503ee14c3933a15dc88912b2d66b9e90ce44d81c8bc47ba" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..8cf9020b27 master -> origin/master 85e5d991b8 Merge pull request #27251 from NathanReb/ppxlib-maintenance-intent <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [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-01-13 22:58.25 ---> saved as "9366c038c62185b3663b7fa463e84b2e73c951c9c7a9a5c7b7de86bac63d1d31" /src: (copy (src index.opam index-bench.opam) (dst ./)) 2025-01-13 22:58.26 ---> saved as "a4470c2c5fee675df528da805ff3c1d470769442284c76f813198dbb6e319549" /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) 2025-01-13 22:58.35 ---> saved as "d6e39fdb931aa303cd9638873bbe863ca3ec4c773b7857d0f8254d3cf35b9967" /src: (env DEPS "afl-persistent.1.4 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-gmp.4 conf-gnuplot.0.1 conf-pkg-config.3 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.2.0 dune.3.17.1 dune-configurator.3.17.1 either.1.0.0 eqaf.0.10 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 lru.0.3.1 lwt.5.9.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.34.0 progress.0.4.0 psq.0.2.1 re.1.12.0 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.4.0 tezos-base58.1.0.0 topkg.1.0.7 uucp.16.0.0 uuidm.0.9.9 uutf.1.0.3 vector.1.0.0 yojson.2.2.2 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.3 --depext-only -y index.dev index-bench.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.21.2-57-gcefcc653734 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main] - v3.21.2-57-gcefcc653734 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community] - v20250108-378-g7837320a582 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20250108-382-g142a3347df5 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20250108-381-gf924258fdac [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 55236 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [index.dev] synchronised (no changes) [index-bench.dev] synchronised (no changes) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 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-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/36) Installing libgmpxx (6.3.0-r2) - (2/36) Installing gmp-dev (6.3.0-r2) - (3/36) Installing libxext (1.3.6-r2) - (4/36) Installing libxrender (0.9.11-r5) - (5/36) Installing libpng (1.6.44-r0) - (6/36) Installing freetype (2.13.3-r0) - (7/36) Installing fontconfig (2.15.0-r1) - (8/36) Installing pixman (0.43.4-r1) - (9/36) Installing cairo (1.18.2-r1) - (10/36) Installing libcerf (2.4-r0) - (11/36) Installing libice (1.1.1-r6) - (12/36) Installing libuuid (2.40.2-r4) - (13/36) Installing libsm (1.2.4-r4) - (14/36) Installing libxt (1.3.1-r0) - (15/36) Installing libxpm (3.5.17-r0) - (16/36) Installing aom-libs (3.11.0-r0) - (17/36) Installing libdav1d (1.5.0-r0) - (18/36) Installing libsharpyuv (1.4.0-r0) - (19/36) Installing libavif (1.0.4-r0) - (20/36) Installing libjpeg-turbo (3.0.4-r0) - (21/36) Installing libwebp (1.4.0-r0) - (22/36) Installing tiff (4.7.0-r0) - (23/36) Installing libgd (2.3.3-r9) - (24/36) Installing libintl (0.22.5-r0) - (25/36) Installing libeconf (0.6.3-r0) - (26/36) Installing libblkid (2.40.2-r4) - (27/36) Installing libmount (2.40.2-r4) - (28/36) Installing glib (2.82.4-r0) - (29/36) Installing lua5.3-libs (5.3.6-r6) - (30/36) Installing libxft (2.3.8-r3) - (31/36) Installing fribidi (1.0.16-r0) - (32/36) Installing graphite2 (1.3.14-r6) - (33/36) Installing harfbuzz (9.0.0-r1) - (34/36) Installing pango (1.54.0-r1) - (35/36) Installing libwebpmux (1.4.0-r0) - (36/36) Installing gnuplot (6.0.1-r0) - Executing busybox-1.37.0-r9.trigger - Executing glib-2.82.4-r0.trigger - OK: 335 MiB in 137 packages 2025-01-13 22:59.12 ---> saved as "7e7c5f93c4c397de32433604aeaed961b284c27fed8df23f39b863ffbe511d79" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 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-bigarray is already installed (current version is base). The following actions will be performed: === install 54 packages - install afl-persistent 1.4 - install alcotest 1.8.0 - install astring 0.8.5 - install base-bytes base - install base64 3.5.1 - install cmdliner 1.3.0 - install conf-gmp 4 - install conf-gnuplot 0.1 - install conf-pkg-config 3 - install cppo 1.8.0 - install crowbar 0.2.1 - install csexp 1.5.2 - install digestif 1.2.0 - install dune 3.17.1 - install dune-configurator 3.17.1 - install either 1.0.0 - install eqaf 0.10 - install fmt 0.9.0 - install jsonm 1.0.2 - install logs 0.7.0 - install lru 0.3.1 - install lwt 5.9.0 - install metrics 0.4.1 - install metrics-unix 0.4.1 - install mtime 2.1.0 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocplib-endian 1.2 - install optint 0.3.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_deriving_yojson 3.9.1 - install ppx_repr 0.7.0 - install ppxlib 0.34.0 - install progress 0.4.0 - install psq 0.2.1 - install re 1.12.0 - install repr 0.7.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.4.0 - install tezos-base58 1.0.0 - install topkg 1.0.7 - install uucp 16.0.0 - install uuidm 0.9.9 - install uutf 1.0.3 - install vector 1.0.0 - install yojson 2.2.2 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-gmp.4 -> installed conf-gnuplot.0.1 -> installed conf-pkg-config.3 -> retrieved crowbar.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lru.0.3.1 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved metrics.0.4.1, metrics-unix.0.4.1 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_deriving_yojson.3.9.1 (cached) -> retrieved ppx_repr.0.7.0, repr.0.7.0 (cached) -> retrieved digestif.1.2.0 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> retrieved ppxlib.0.34.0 (cached) -> retrieved progress.0.4.0, terminal.0.4.0 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved re.1.12.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) -> installed cmdliner.1.3.0 -> installed seq.base -> retrieved tezos-base58.1.0.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uuidm.0.9.9 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved vector.1.0.0 (cached) -> retrieved zarith.1.14 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved uucp.16.0.0 (cached) -> installed ocamlbuild.0.15.0 -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed topkg.1.0.7 -> installed zarith.1.14 -> installed uuidm.0.9.9 -> installed uutf.1.0.3 -> installed mtime.2.1.0 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.17.1 -> installed csexp.1.5.2 -> installed base64.3.5.1 -> installed cppo.1.8.0 -> installed either.1.0.0 -> installed eqaf.0.10 -> installed metrics.0.4.1 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed optint.0.3.0 -> installed ppx_derivers.1.2.1 -> installed psq.0.2.1 -> installed re.1.12.0 -> installed rusage.1.0.0 -> installed semaphore-compat.1.0.2 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed vector.1.0.0 -> installed ocplib-endian.1.2 -> installed yojson.2.2.2 -> installed lru.0.3.1 -> installed afl-persistent.1.4 -> installed crowbar.0.2.1 -> installed digestif.1.2.0 -> installed repr.0.7.0 -> installed tezos-base58.1.0.0 -> installed alcotest.1.8.0 -> installed dune-configurator.3.17.1 -> installed lwt.5.9.0 -> installed metrics-unix.0.4.1 -> installed logs.0.7.0 -> installed uucp.16.0.0 -> installed terminal.0.4.0 -> installed progress.0.4.0 -> installed ppxlib.0.34.0 -> installed ppx_deriving.6.0.3 -> installed ppx_deriving_yojson.3.9.1 -> installed ppx_repr.0.7.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 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2025-01-13 23:01.43 ---> saved as "b3262d36e05ba0c24e4a3f5e9c6ae6b368442008447a92ac7d0f5068173fab50" /src: (copy (src .) (dst /src)) 2025-01-13 23:01.43 ---> saved as "091814e72cef50aa34ca59842f4f41fce26a504fb44042bb73b298c52f9cd83b" /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 `XVQQY9IY'. [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.013s. 4 tests run. (cd _build/default/test/unix && ./main.exe) Testing `index.unix'. This run has ID `GR3OLMFX'. [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.891s. 77 tests run. 2025-01-13 23:01.54 ---> saved as "f26975c76507d91f2d5a707d1a3dba501537b5489c4c6a77368aa0234f7a0116" Job succeeded 2025-01-13 23:01.55: Job succeeded