2025-04-04 07:13.48: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (1ca31868b539f3e442e999fd06a0ae2f437748b4) (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" -b "main" && cd "index" && git reset --hard 1ca31868 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 ebbcec92a028ec6a4c71de7a7c3ed42739479745 || git fetch origin master) && git reset -q --hard ebbcec92a028ec6a4c71de7a7c3ed42739479745 && 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.9.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.5 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.18.0 dune-configurator.3.18.0 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-04-04 07:13.48: Using cache hint "mirage/index-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0-alpine-3.21-5.3_opam-2.3-2c01e5eafdefcad27bb9ff7a79c4ed8e" 2025-04-04 07:13.48: 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 ebbcec92a028ec6a4c71de7a7c3ed42739479745 || git fetch origin master) && git reset -q --hard ebbcec92a028ec6a4c71de7a7c3ed42739479745 && 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.9.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.5 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.18.0 dune-configurator.3.18.0 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-04-04 07:13.48: Waiting for resource in pool OCluster 2025-04-04 07:26.27: Waiting for worker… 2025-04-04 07:29.50: Got resource from pool OCluster Building on x86-bm-c8.sw.ocaml.org All commits already cached HEAD is now at 1ca3186 Merge pull request #400 from anmonteiro/patch-1 (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: Pull complete Digest: sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0 Status: Downloaded newer image for ocaml/opam@sha256:4ae4f6e361088eb06bab0beb78c7db535e8b7a689cca4c4dd76add4242c4dab0 2025-04-04 07:29.50 ---> 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-04-04 07:29.50 ---> 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 [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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [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-04-04 07:29.50 ---> 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-04-04 07:29.50 ---> using "bb90a277fb48150bfb58577b4b61ca2e911fa7d8ff44939da041b865bac9afe8" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-04-04 07:29.50 ---> 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 ebbcec92a028ec6a4c71de7a7c3ed42739479745 || git fetch origin master) && git reset -q --hard ebbcec92a028ec6a4c71de7a7c3ed42739479745 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 862a7640b1..da74d7829f master -> origin/master ebbcec92a0 Merge pull request #23330 from mseri/fix-gmp <><> 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-04-04 07:31.16 ---> saved as "09617ac198e2a09e1919f0b4bd8f9ae37c0ff09f32e1230fa6c6086ddf844ec7" /src: (copy (src index.opam index-bench.opam) (dst ./)) 2025-04-04 07:31.16 ---> saved as "33bee7d74d05c14bd31984c24fcc8d8b29319ee670d41069becca7f98efe54b1" /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-04-04 07:31.25 ---> saved as "dae53ca30c1420665e29a0c1a95e3f3ed4e4a76c73fea0fe8045c4bec40274da" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-04-04 07:31.25 ---> saved as "adcc2e133a5e37a03647f7371120ac9d3db400bab9d83e040f94c7a75e092e0f" /src: (env DEPS "afl-persistent.1.4 alcotest.1.9.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.5 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.18.0 dune-configurator.3.18.0 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-270-gc038d918979 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main] - v3.21.3-271-ge8487307ace [https://dl-cdn.alpinelinux.org/alpine/v3.21/community] - v20250108-5044-gfa14bf251c7 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20250108-5084-g435e8e8ff20 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20250108-5084-g435e8e8ff20 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 57510 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [index-bench.dev] synchronised (file:///src) [index.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-04-04 07:32.07 ---> saved as "c72355bd024294f81ce8afb7f21680c1582e565f8daa760f318e3e0305b32b14" /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.9.0 - install astring 0.8.5 - install base-bytes base - install base64 3.5.1 - install cmdliner 1.3.0 - install conf-gmp 5 - 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.18.0 - install dune-configurator 3.18.0 - 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 base64.3.5.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved cmdliner.1.3.0 (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.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 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 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) -> retrieved digestif.1.2.0 (cached) -> retrieved dune.3.18.0, dune-configurator.3.18.0 (cached) -> 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) -> 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.8 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved uutf.1.0.4 (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.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> 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.18.0 -> 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 ocaml-syntax-shims.1.0.0 -> installed optint.0.3.0 -> installed cppo.1.8.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 ocaml-compiler-libs.v0.17.0 -> installed yojson.2.2.2 -> installed lru.0.3.1 -> installed afl-persistent.1.4 -> installed ocplib-endian.1.2 -> installed crowbar.0.2.1 -> installed digestif.1.2.0 -> installed tezos-base58.1.0.0 -> installed alcotest.1.9.0 -> installed repr.0.7.0 -> installed dune-configurator.3.18.0 -> 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-04-04 07:33.54 ---> saved as "e3f167b1858396eef937341b62617e7f2e85ce2a912fd560adf9d5ecacc2f6d7" /src: (copy (src .) (dst /src)) 2025-04-04 07:33.54 ---> saved as "95eab99d97902ca970247c0c03c4a2bd8dcbd83056043ecc55a58f38a9044fa1" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I bench/.replay.eobjs/byte -I /home/opam/.opam/5.3/lib/cmdliner -I /home/opam/.opam/5.3/lib/digestif -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/ppx_repr -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/rusage -I /home/opam/.opam/5.3/lib/tezos-base58 -I bench/.common.objs/byte -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -no-alias-deps -opaque -o bench/.replay.eobjs/byte/dune__exe__Replay.cmo -c -impl bench/replay.pp.ml) File "bench/replay.ml", line 265, characters 69-76: 265 | $ Index_lib.Private.Logs.setup_term (module Mtime_clock) (module Fmt_tty) ^^^^^^^ Error: Unbound module Fmt_tty (cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/logs/fmt -I /home/opam/.opam/5.3/lib/logs/threaded -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/semaphore-compat -I /home/opam/.opam/5.3/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Common.cmx -c -impl test/unix/common.ml) File "test/unix/common.ml", line 10, characters 12-19: 10 | (module Fmt_tty) ^^^^^^^ Error: Unbound module Fmt_tty (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/unix/.main.eobjs/byte -I /home/opam/.opam/5.3/lib/alcotest -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/logs/fmt -I /home/opam/.opam/5.3/lib/logs/threaded -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/semaphore-compat -I /home/opam/.opam/5.3/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Common.cmo -c -impl test/unix/common.ml) File "test/unix/common.ml", line 10, characters 12-19: 10 | (module Fmt_tty) ^^^^^^^ Error: Unbound module Fmt_tty (cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.bench.eobjs/byte -I bench/.bench.eobjs/native -I /home/opam/.opam/5.3/lib/cmdliner -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/metrics -I /home/opam/.opam/5.3/lib/metrics-unix -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/stdlib-shims -I /home/opam/.opam/5.3/lib/yojson -I bench/.common.objs/byte -I bench/.common.objs/native -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml) File "bench/bench.ml", line 645, characters 71-78: 645 | $ Index_lib.Private.Logs.setup_term (module Mtime_clock) (module Fmt_tty) ^^^^^^^ Error: Unbound module Fmt_tty (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I bench/.bench.eobjs/byte -I /home/opam/.opam/5.3/lib/cmdliner -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/metrics -I /home/opam/.opam/5.3/lib/metrics-unix -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/repr -I /home/opam/.opam/5.3/lib/stdlib-shims -I /home/opam/.opam/5.3/lib/yojson -I bench/.common.objs/byte -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/byte/dune__exe__Bench.cmo -c -impl bench/bench.pp.ml) File "bench/bench.ml", line 645, characters 71-78: 645 | $ Index_lib.Private.Logs.setup_term (module Mtime_clock) (module Fmt_tty) ^^^^^^^ Error: Unbound module Fmt_tty (cd _build/default/test && ./main.exe) Testing `index'. This run has ID `Z5VJVJSC'. [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.014s. 4 tests run. "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-04-04 07:34.02: Job failed: Failed: Build failed