Organisationsgs0510index8f2e73 (master)debian-12-4.11_opam-2.1

debian-12-4.11_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:36.06: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (linux-x86_64:debian-12-4.11_opam-2.1)
Base: ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074
# debian-12-4.11_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && 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.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-04-30 08:36.06: Using cache hint "gs0510/index-ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074-debian-12-4.11_opam-2.1-de958c1fe2d5b00e7bfe3625ad335961"
2024-04-30 08:36.06: Using OBuilder spec:
((from ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074)
 (comment debian-12-4.11_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && 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.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2")
 (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.1 --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"))
)


2024-04-30 08:36.06: Waiting for resource in pool OCluster
2024-04-30 19:54.39: Waiting for worker…
2024-04-30 19:59.53: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 8f2e73f Update cache.ml


(from ocaml/opam@sha256:8ad7f8bcdc250537e6f6af0d68ef1574f304596b4a635722e54d9fff6fa30074)
2024-04-30 19:59.53 ---> using "3598fbdac6039feb938c51a83239f028aeff7a79f1ad542841083b97fe00a016" from cache


/: (comment debian-12-4.11_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 19:59.53 ---> using "1347ac1ed3e89e7747498353a200ebe13b2071fb3a703c90e559752140ca5573" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-30 19:59.53 ---> using "b26642540ef8edc502bbca4269e64f8796da5f1c2f2ab4f294a5822f51b81b9a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.11.2
2.1.5
2024-04-30 19:59.53 ---> using "f2ea79c22f5f5ef0aef1107f06ddcf6d2a642e7fb17879dd38aabd78fefb35f9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:59.53 ---> using "c24676b659b044b5249ef62ee084e55e3317bfe232a18055fe1493cd3a0e879f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4bb8cb8b65..bafea8d973  master     -> origin/master
60c4208f49 Merge pull request #25714 from emillon/release-dune-3.15.2


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:59.53 ---> using "ac2cef12f5c8055b017335974867ff1e41d94ba97c63eef409eb0d3a84d46de0" from cache


/src: (copy (src index.opam index-bench.opam) (dst ./))
2024-04-30 19:59.54 ---> saved as "6ac37b7d02379522697db0b095648a6fee560d02e356dcd558608bcae3872d06"


/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)
2024-04-30 19:59.57 ---> saved as "2e3aece9db2cbf4eeb76659eb41658f21723a60acef841bc2f2aae3911f953df"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2")


/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.1 --depext-only -y index.dev index-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (1071 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[index.dev] synchronised (no changes)
[index-bench.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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:
    gnuplot-x11


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "gnuplot-x11"
- debconf: delaying package configuration, since apt-utils is not installed


- Regenerating fonts cache... 


2024-04-30 20:00.21 ---> saved as "2daca0bd06f4988c81bd2d050b38c9d6ad808cf00cdce944a000cd527250cc0b"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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 ocamlbuild          0.14.3
  - install cmdliner            1.2.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install dune                3.15.2
  - install conf-gnuplot        0.1
  - install topkg               1.0.7
  - install base-bytes          base
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install result              1.5
  - install re                  1.11.0
  - install ppx_derivers        1.2.1
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.12.4
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install afl-persistent      1.4
  - install uutf                1.0.3
  - install uuidm               0.9.8
  - install mtime               2.0.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install ppxlib              0.32.1
  - install dune-configurator   3.15.2
  - install yojson              2.1.2
  - install ocplib-endian       1.2
  - install metrics             0.4.1
  - install alcotest            1.7.0
  - install ppx_deriving        5.2.1
  - install lwt                 5.7.0
  - install crowbar             0.2.1
  - install ppx_deriving_yojson 3.7.0
  - install metrics-unix        0.4.1
  - install logs                0.7.0
===== 35 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-gnuplot.0.1
-> retrieved crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved metrics-unix.0.4.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppx_deriving_yojson.3.7.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> installed seq.base
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uuidm.0.9.8
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed metrics.0.4.1
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed afl-persistent.1.4
-> installed re.1.11.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed crowbar.0.2.1
-> installed alcotest.1.7.0
-> installed dune-configurator.3.15.2
-> installed yojson.2.1.2
-> installed lwt.5.7.0
-> installed metrics-unix.0.4.1
-> installed logs.0.7.0
-> installed ppxlib.0.32.1
-> installed ppx_deriving.5.2.1
-> installed ppx_deriving_yojson.3.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.11.2+afl ocaml-variants.4.11.2+options ocaml-option-afl
# Run eval $(opam env) to update the current shell environment
2024-04-30 20:01.13 ---> saved as "864148156cd4f32dc4db2fa124c8143677e93fced377f8996acc423c8248c1dd"


/src: (copy (src .) (dst /src))
2024-04-30 20:01.13 ---> saved as "de7de7176085e33dc79e7607e935c8f9c2475d03f81103ea11e87ed3ea6bdb2a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.11/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 src/.index.objs/byte -I /home/opam/.opam/4.11/lib/fmt -I /home/opam/.opam/4.11/lib/logs -I /home/opam/.opam/4.11/lib/mtime -I /home/opam/.opam/4.11/lib/mtime/clock/os -I /home/opam/.opam/4.11/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/byte/index__Stats.cmo -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.11/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 src/.index.objs/byte -I src/.index.objs/native -I /home/opam/.opam/4.11/lib/fmt -I /home/opam/.opam/4.11/lib/logs -I /home/opam/.opam/4.11/lib/mtime -I /home/opam/.opam/4.11/lib/mtime/clock/os -I /home/opam/.opam/4.11/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/native/index__Stats.cmx -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.11/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.11/lib/alcotest -I /home/opam/.opam/4.11/lib/fmt -I /home/opam/.opam/4.11/lib/logs -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/re -I /home/opam/.opam/4.11/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__Io_array.cmo -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.11/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.11/lib/alcotest -I /home/opam/.opam/4.11/lib/fmt -I /home/opam/.opam/4.11/lib/logs -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/re -I /home/opam/.opam/4.11/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__Io_array.cmx -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.11/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.11/lib/alcotest -I /home/opam/.opam/4.11/lib/fmt -I /home/opam/.opam/4.11/lib/logs -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/re -I /home/opam/.opam/4.11/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__Main.cmo -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.11/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.11/lib/alcotest -I /home/opam/.opam/4.11/lib/fmt -I /home/opam/.opam/4.11/lib/logs -I /home/opam/.opam/4.11/lib/ocaml/threads -I /home/opam/.opam/4.11/lib/re -I /home/opam/.opam/4.11/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__Main.cmx -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.11/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.11/lib/cmdliner -I /home/opam/.opam/4.11/lib/fmt -I /home/opam/.opam/4.11/lib/metrics -I /home/opam/.opam/4.11/lib/metrics-unix -I /home/opam/.opam/4.11/lib/ppx_deriving/runtime -I /home/opam/.opam/4.11/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.11/lib/re -I /home/opam/.opam/4.11/lib/stdlib-shims -I /home/opam/.opam/4.11/lib/yojson -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 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.
File "bench/bench.ml", line 561, characters 9-13:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
               ^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.
File "bench/bench.ml", line 561, characters 40-49:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
                                              ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 4-13:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
          ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 32-50:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
                                      ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
File "bench/bench.ml", line 596, characters 8-12:
596 |   Term.(exit @@ eval_choice cmd choices)
              ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "bench/bench.ml", line 596, characters 16-27:
596 |   Term.(exit @@ eval_choice cmd choices)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
(cd _build/default && /home/opam/.opam/4.11/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.11/lib/cmdliner -I /home/opam/.opam/4.11/lib/fmt -I /home/opam/.opam/4.11/lib/metrics -I /home/opam/.opam/4.11/lib/metrics-unix -I /home/opam/.opam/4.11/lib/ppx_deriving/runtime -I /home/opam/.opam/4.11/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.11/lib/re -I /home/opam/.opam/4.11/lib/stdlib-shims -I /home/opam/.opam/4.11/lib/yojson -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 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.
File "bench/bench.ml", line 561, characters 9-13:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
               ^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.
File "bench/bench.ml", line 561, characters 40-49:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
                                              ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 4-13:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
          ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 32-50:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
                                      ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
File "bench/bench.ml", line 596, characters 8-12:
596 |   Term.(exit @@ eval_choice cmd choices)
              ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "bench/bench.ml", line 596, characters 16-27:
596 |   Term.(exit @@ eval_choice cmd choices)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 20:01.15: Job failed: Failed: Build failed