Organisationsmirageindex09ab31 (main)alpine-3.21-5.3_opam-2.3

alpine-3.21-5.3_opam-2.3

Link Copied
Code Copied

Logs

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-5.3_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:dd8bd5730daca2f54c2054aa2189a8460a1950b93d82ac0fcbeab44c2e393a43
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-5.3@sha256:dd8bd5730daca2f54c2054aa2189a8460a1950b93d82ac0fcbeab44c2e393a43
# alpine-3.21-5.3_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-domains.base base-effects.base base-nnp.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 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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-5.3@sha256:dd8bd5730daca2f54c2054aa2189a8460a1950b93d82ac0fcbeab44c2e393a43-alpine-3.21-5.3_opam-2.3-d283598a16f69909df067e79e19325f2"
2025-01-13 15:56.50: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:dd8bd5730daca2f54c2054aa2189a8460a1950b93d82ac0fcbeab44c2e393a43)
(comment alpine-3.21-5.3_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-domains.base base-effects.base base-nnp.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 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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:59.45: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
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-5.3@sha256:dd8bd5730daca2f54c2054aa2189a8460a1950b93d82ac0fcbeab44c2e393a43)
2025-01-13 22:59.45 ---> using "6a093706e05c0e53555e9244d46f7209a1fc612c26c390c11f484f242340b7cc" from cache


/: (comment alpine-3.21-5.3_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:59.45 ---> using "47e2cd9455944f816144a39e11a1b407a2c678674ac47b3a54baf41d5c87bbb6" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[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:59.45 ---> using "05823c35ec1905ed8e3c1eba252d0c71d26c74dfeaca45ec163adeb413086403" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-13 22:59.45 ---> using "be40361a26aa90a3ae3280f9b87ab6ad1b9428a5e8cf8827e8aa63325b49635f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-01-13 22:59.45 ---> using "15fd2c878f779a79d4269fac9181a0eab2a1cfd97f0dab23438ac7ce787314aa" from cache


/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:59.45 ---> using "349ace5eea4f47ca53bbeff7b00af9daf9d498b8451ff9e5377fa2fce1411fb7" from cache


/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-01-13 22:59.45 ---> saved as "768a415e393ae633fd53be8230405207f43fd045a8bd0492b9a17710c5abab6a"


/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:59.54 ---> saved as "6fcbbe6e43b115c0c65bf445856f7f89bcbaabc8314c9a0be77228600c7101da"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.8.0 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.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 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following 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 138 packages
2025-01-13 23:00.25 ---> saved as "c33e20752afda4ac43d354155aa17f9dbb643eaec292f09fa15bae08fde86d10"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 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.17.0
- 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.17.0  (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 dune.3.17.1, dune-configurator.3.17.1  (cached)
-> retrieved digestif.1.2.0  (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)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tezos-base58.1.0.0  (cached)
-> retrieved uuidm.0.9.9  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved vector.1.0.0  (cached)
-> retrieved topkg.1.0.7  (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 zarith.1.14
-> installed topkg.1.0.7
-> installed uuidm.0.9.9
-> installed mtime.2.1.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.17.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed either.1.0.0
-> installed eqaf.0.10
-> installed metrics.0.4.1
-> installed optint.0.3.0
-> installed psq.0.2.1
-> 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 afl-persistent.1.4
-> installed lru.0.3.1
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed ocplib-endian.1.2
-> installed yojson.2.2.2
-> installed digestif.1.2.0
-> installed tezos-base58.1.0.0
-> installed crowbar.0.2.1
-> installed repr.0.7.0
-> installed dune-configurator.3.17.1
-> installed alcotest.1.8.0
-> 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 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-01-13 23:03.01 ---> saved as "7976cd9e0d842b15c96b9905e4320d92918fd5db0523d82bce1d9fb6423d3b26"


/src: (copy (src .) (dst /src))
2025-01-13 23:03.01 ---> saved as "acef8e64f4ea07c35b70d00b1e0140c15de7d371560ec80b695fb4714832ad31"


/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 `OKSUGVZ7'.


[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.022s. 4 tests run.
(cd _build/default/test/unix && ./main.exe)
Testing `index.unix'.
This run has ID `T3ETA47Y'.


[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 5.957s. 77 tests run.
2025-01-13 23:03.19 ---> saved as "fb094ff94057b2381e073c6fc07322558dd7d69041c2bf9bfe41bc28ac1cfb52"
Job succeeded
2025-01-13 23:03.20: Job succeeded