Organisationsmirageindex3563b4 ()alpine-3.21-5.3_opam-2.3

alpine-3.21-5.3_opam-2.3

Logs

Show full logs
2025-03-17 15:56.33: New job: test mirage/index https://github.com/mirage/index.git#refs/pull/402/head (3563b4fe1237e2f7bad74225847133ef4135a3f7) (linux-x86_64:alpine-3.21-5.3_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/index.git" && cd "index" && git fetch origin "refs/pull/402/head" && git reset --hard 3563b4fe
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0
# 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 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 index.opam index-bench.opam ./
RUN opam pin add -yn index.dev './' && \
    opam pin add -yn index-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.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.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.2.0 dune.3.17.2 dune-configurator.3.17.2 either.1.0.0 eqaf.0.10 fmt.0.10.0 jsonm.1.0.2 logs.0.8.0 lru.0.3.1 lwt.5.9.1 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.16.1 ocamlfind.1.9.8 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.35.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.8 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 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-03-17 15:56.33: Using cache hint "mirage/index-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0-alpine-3.21-5.3_opam-2.3-2085ccda5f6e6e6e34d4036fbfb04b9b"
2025-03-17 15:56.33: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0)
 (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 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && 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 (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (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.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.2.0 dune.3.17.2 dune-configurator.3.17.2 either.1.0.0 eqaf.0.10 fmt.0.10.0 jsonm.1.0.2 logs.0.8.0 lru.0.3.1 lwt.5.9.1 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.16.1 ocamlfind.1.9.8 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.35.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.8 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 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-03-17 15:56.33: Waiting for resource in pool OCluster
2025-03-17 15:56.33: Waiting for worker…
2025-03-17 15:58.03: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 3563b4f Update for cmdliner.2.0.0

(from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0)
Unable to find image 'ocaml/opam:alpine-3.21-ocaml-5.3@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0' locally
docker.io/ocaml/opam@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0: Pulling from ocaml/opam
ddb7f466ad9c: Pulling fs layer
ddb7f466ad9c: Verifying Checksum
ddb7f466ad9c: Download complete
ddb7f466ad9c: Pull complete
Digest: sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0
Status: Downloaded newer image for ocaml/opam@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0
2025-03-17 16:32.52 ---> using "dacbb842f0a2d29eaad3e832c76ea718382fa9cd05776a3fdb8016e465aa5e7b" 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-03-17 16:32.52 ---> using "4d575331d18a103bb0cc6f4a0dd61826f91da9419ba321b0b1320c4ec539b0db" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-17 16:32.52 ---> using "6937929ef5611e557c4991cd8189eebf46058c4ee81139f68d15319429555db6" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-17 16:32.52 ---> using "bb90a277fb48150bfb58577b4b61ca2e911fa7d8ff44939da041b865bac9afe8" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-03-17 16:32.52 ---> using "dc9101c084e576ab6dcbeea601d2b330166d0d274d8fdcaf9cff106e658a7bf6" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   862a7640b1..4f8517f5b7  master     -> origin/master
08baa0f29f Merge pull request #27602 from dbuenzli/b0-publish-logs.0.8.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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-03-17 16:32.52 ---> using "58210ff53a452348cf369b5ff0cc46974acf210f3486e5d1151ed124884de9a1" from cache

/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-03-17 16:32.52 ---> saved as "611b9a72b230bddbd8d1856737b9a6799c2a2b220546a83fdd8d2f83370bbf15"

/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-03-17 16:32.56 ---> saved as "6c4f858c5d09b427cb1da8c9a13444ec80bd4b66ff85ef828c539d5ada7e23b6"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-17 16:32.56 ---> saved as "6cbbca6b7173e69080a6c1f416613f68615ba4eec5f8afdff2f5db54abd5a8ba"

/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.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.2.0 dune.3.17.2 dune-configurator.3.17.2 either.1.0.0 eqaf.0.10 fmt.0.10.0 jsonm.1.0.2 logs.0.8.0 lru.0.3.1 lwt.5.9.1 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.16.1 ocamlfind.1.9.8 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.35.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.8 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 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.3-182-gb7f398fb35c [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-182-gb7f398fb35c [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v20250108-4009-gc6b0650fa86 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20250108-4033-g643771a758e [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20250108-3887-g4037a56c69f [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 57143 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.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.47-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.4-r0)
- (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.4-r0)
- (27/36) Installing libmount (2.40.4-r0)
- (28/36) Installing glib (2.82.5-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-r12.trigger
- Executing glib-2.82.5-r0.trigger
- OK: 335 MiB in 138 packages
2025-03-17 16:33.14 ---> saved as "80303388e9b79bb6e5e25269908a44905bb79b4d2c4deaaeffb3743bbf766495"

/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     4
  - install cppo                1.8.0
  - install crowbar             0.2.1
  - install csexp               1.5.2
  - install digestif            1.2.0
  - install dune                3.17.2
  - install dune-configurator   3.17.2
  - install either              1.0.0
  - install eqaf                0.10
  - install fmt                 0.10.0
  - install jsonm               1.0.2
  - install logs                0.8.0
  - install lru                 0.3.1
  - install lwt                 5.9.1
  - 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.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.0.3
  - install ppx_deriving_yojson 3.9.1
  - install ppx_repr            0.7.0
  - install ppxlib              0.35.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.8
  - install uucp                16.0.0
  - install uuidm               0.9.10
  - install uutf                1.0.4
  - 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 alcotest.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gmp.4
-> installed conf-gnuplot.0.1
-> installed conf-pkg-config.4
-> 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.10.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved digestif.1.2.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.16.1  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (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.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_repr.0.7.0, repr.0.7.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved ppxlib.0.35.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)
-> 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 uuidm.0.9.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved vector.1.0.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved uucp.16.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.0.8
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.17.2
-> installed ppx_derivers.1.2.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.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> 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 yojson.2.2.2
-> installed ocplib-endian.1.2
-> installed lru.0.3.1
-> installed afl-persistent.1.4
-> installed digestif.1.2.0
-> installed crowbar.0.2.1
-> installed tezos-base58.1.0.0
-> installed repr.0.7.0
-> installed alcotest.1.8.0
-> installed dune-configurator.3.17.2
-> installed lwt.5.9.1
-> installed metrics-unix.0.4.1
-> installed logs.0.8.0
-> installed uucp.16.0.0
-> installed terminal.0.4.0
-> installed progress.0.4.0
-> installed ppxlib.0.35.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-03-17 16:34.15 ---> saved as "bb0b20cd57b932e362bddd47189c2117d0f5a576299837461d204f8d5719884a"

/src: (copy (src .) (dst /src))
2025-03-17 16:34.16 ---> saved as "6bc81332fac7d538e19873de36b976df54edfdac7f1de59b230b3e8b09927fa6"

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

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

  [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.239s. 77 tests run.
2025-03-17 16:34.21 ---> saved as "56b9c59d56098fb982e36060251051d3ff7351b4cdf9665ae034e9b18f790a36"
Job succeeded
2025-03-17 16:34.24: Job succeeded