Organisationsmirageindex1ca318 (main)alpine-3.21-4.14_opam-2.3

alpine-3.21-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-03-28 15:19.55: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (1ca31868b539f3e442e999fd06a0ae2f437748b4) (linux-x86_64:alpine-3.21-4.14_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:d388038c045b444892fac6ec1f36ca88a8060f2e05d39caeb449a880d6ec4dec
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-4.14@sha256:d388038c045b444892fac6ec1f36ca88a8060f2e05d39caeb449a880d6ec4dec
# 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 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && 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-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.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.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-28 15:19.55: Using cache hint "mirage/index-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:d388038c045b444892fac6ec1f36ca88a8060f2e05d39caeb449a880d6ec4dec-alpine-3.21-4.14_opam-2.3-ca3a5774641a11ae892fe8d8fafddf10"
2025-03-28 15:19.55: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:d388038c045b444892fac6ec1f36ca88a8060f2e05d39caeb449a880d6ec4dec)
(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 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && 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-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.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.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-28 15:19.55: Waiting for resource in pool OCluster
2025-03-28 18:52.33: Waiting for worker…
2025-03-28 18:53.45: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 1ca3186 Merge pull request #400 from anmonteiro/patch-1


(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:d388038c045b444892fac6ec1f36ca88a8060f2e05d39caeb449a880d6ec4dec)
2025-03-28 18:53.46 ---> using "1365d3d062370cdb3e23e0410421a094d8879b8f0dd4d3093d64147b4bfe4ff9" from cache


/: (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-03-28 18:53.46 ---> using "5be1ab3ea9e48bd2199383c0f25d4669eec253aa64c46238de9e36ed6f7e50cb" 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.
[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


<><> 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-28 18:53.46 ---> using "ca0f9b6308acc60ffbea931949e0e9fb7680afa32d2003099d5a7f217fa5486d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-28 18:53.46 ---> using "8e127786c3870968fda1dfe20835536dac15f3a82c303577d90f01ea7cc40e6d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-28 18:53.46 ---> using "1106de8ba8163af5066c46218ad21da7ed722fff392921ab78c2a9189d06c86d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
862a7640b1..dabc6e3b05  master     -> origin/master
46648c7f67 Allow core and dependencies to be installed on arm32 (#27519)


<><> 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-28 18:53.46 ---> using "15e8195e276c3f8261cd844d1d959c25354e7257cebbb025b697ba3c527ae7c2" from cache


/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-03-28 18:53.46 ---> saved as "7e3721d223b134f1b85d26783ae8e7630347a586c04334c66883b9377512e53c"


/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-28 18:53.57 ---> saved as "2c26da3fbf7d8b9b205a00e93c01dfb5b060dce841298b4639304df5c20a7838"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-28 18:53.58 ---> saved as "cfb8325651b6821877741e5f16f2968e05e6e3db8d140d37d761a2e2a8fbb6e1"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.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.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.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.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-238-gd00a4517d56 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-249-g24df65a7275 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v20250108-4774-gd7da8793e2c [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20250108-4699-gb2fa4c8cec9 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20250108-4690-gcea6afcdae4 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 57361 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 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 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.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 137 packages
2025-03-28 18:54.46 ---> saved as "894bc932f84ba4b2687da94949438b42bd3706aeb54e2ef84f7fa202449ec0c2"


/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 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.9.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.12.4
- 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.4  (cached)
-> retrieved alcotest.1.9.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 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.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 ppxlib.0.35.0  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (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)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> 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.17.2
-> 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 ppx_derivers.1.2.1
-> 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 ocaml-compiler-libs.v0.12.4
-> installed cppo.1.8.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed lru.0.3.1
-> installed afl-persistent.1.4
-> installed ocplib-endian.1.2
-> installed yojson.2.2.2
-> installed crowbar.0.2.1
-> installed digestif.1.2.0
-> installed repr.0.7.0
-> installed tezos-base58.1.0.0
-> installed alcotest.1.9.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 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-03-28 18:57.15 ---> saved as "99702fb8953f07f7afe1cdd5964bdef3d8dbef0467ffbdaa48e0597ef104a784"


/src: (copy (src .) (dst /src))
2025-03-28 18:57.16 ---> saved as "ab9e655fc3486554e7bc47ea21604fe2d6a846d8658a393d27f44b45aa0e604e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/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 -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/logs/threaded -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/repr -I /home/opam/.opam/4.14/lib/semaphore-compat -I /home/opam/.opam/4.14/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/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/logs/threaded -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/repr -I /home/opam/.opam/4.14/lib/semaphore-compat -I /home/opam/.opam/4.14/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/4.14/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 -I bench/.replay.eobjs/byte -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/digestif -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/ppx_repr -I /home/opam/.opam/4.14/lib/repr -I /home/opam/.opam/4.14/lib/rusage -I /home/opam/.opam/4.14/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/4.14/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/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/metrics -I /home/opam/.opam/4.14/lib/metrics-unix -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/repr -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/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/4.14/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 -I bench/.bench.eobjs/byte -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/metrics -I /home/opam/.opam/4.14/lib/metrics-unix -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/optint -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/repr -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/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 `CZUTOM21'.


[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.009s. 4 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-28 18:57.23: Job failed: Failed: Build failed