← Back to PR #0
Build Log: index-bench.1.6.0
Status: SUCCESS
Log Output
Processing: [default: loading data]
[index-bench.1.6.0: extract]
-> retrieved index-bench.1.6.0 (cached)
[index-bench: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "index-bench" "-j" "255" (CWD=/home/opam/.opam/default/.opam-switch/build/index-bench.1.6.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I bench/.common.objs/byte -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/mtime -I /home/opam/.opam/default/lib/mtime/clock/os -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/progress -I /home/opam/.opam/default/lib/progress/engine -I /home/opam/.opam/default/lib/terminal -no-alias-deps -o bench/.common.objs/byte/common.cmo -c -impl bench/common.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I bench/.common.objs/byte -I bench/.common.objs/native -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/mtime -I /home/opam/.opam/default/lib/mtime/clock/os -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/progress -I /home/opam/.opam/default/lib/progress/engine -I /home/opam/.opam/default/lib/terminal -cmi-file bench/.common.objs/byte/common.cmi -no-alias-deps -o bench/.common.objs/native/common.cmx -c -impl bench/common.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I bench/.bench.eobjs/byte -I bench/.bench.eobjs/native -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/index -I /home/opam/.opam/default/lib/index/unix -I /home/opam/.opam/default/lib/metrics -I /home/opam/.opam/default/lib/metrics-unix -I /home/opam/.opam/default/lib/mtime -I /home/opam/.opam/default/lib/mtime/clock/os -I /home/opam/.opam/default/lib/optint -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/repr -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/yojson -I bench/.common.objs/byte -I bench/.common.objs/native -cmi-file bench/.bench.eobjs/byte/dune__exe__Bench.cmi -no-alias-deps -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
-
- File "bench/bench.ml", line 556, characters 16-27:
- 556 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
- ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.env_var
- Use Cmd.Env.info instead.
-
- File "bench/bench.ml", line 624, characters 9-13:
- 624 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
-
- File "bench/bench.ml", line 624, characters 40-49:
- 624 | (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
-
- File "bench/bench.ml", line 657, characters 4-13:
- 657 | Term.info "run" ~doc ~exits:Term.default_exits )
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
-
- File "bench/bench.ml", line 657, characters 32-50:
- 657 | Term.info "run" ~doc ~exits:Term.default_exits )
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
-
- File "bench/bench.ml", line 661, characters 8-12:
- 661 | Term.(exit @@ eval_choice cmd choices)
- ^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
-
- File "bench/bench.ml", line 661, characters 16-27:
- 661 | Term.(exit @@ eval_choice cmd choices)
- ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-> compiled index-bench.1.6.0
-> installed index-bench.1.6.0
Dependency Graph
Loading graph...
View raw DOT format
digraph opam {
"base-bytes.base" -> {"ocaml.5.4.0" "ocamlfind.1.9.8"}
"base64.3.5.2" -> {"dune.3.20.2" "ocaml.5.4.0"}
"cmdliner.1.3.0" -> "ocaml.5.4.0";
"cppo.1.8.0" -> {"base-unix.base" "dune.3.20.2" "ocaml.5.4.0"}
"csexp.1.5.2" -> {"dune.3.20.2" "ocaml.5.4.0"}
"dune.3.20.2" -> {"base-threads.base" "base-unix.base" "ocaml.5.4.0"}
"dune-configurator.3.20.2" -> {"base-unix.base" "csexp.1.5.2" "dune.3.20.2" "ocaml.5.4.0"}
"either.1.0.0" -> {"dune.3.20.2" "ocaml.5.4.0"}
"fmt.0.11.0" -> {"base-unix.base" "cmdliner.1.3.0" "ocaml.5.4.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8" "topkg.1.1.1"}
"index.1.6.0" -> {"cmdliner.1.3.0" "dune.3.20.2" "fmt.0.11.0" "jsonm.1.0.2" "logs.0.10.0" "lru.0.3.1" "mtime.1.4.0" "ocaml.5.4.0" "optint.0.3.0" "ppx_repr.0.8.0" "progress.0.2.1" "repr.0.8.0" "semaphore-compat.1.0.2" "stdlib-shims.0.3.0"}
"index-bench.1.6.0" -> {"cmdliner.1.3.0" "dune.3.20.2" "fmt.0.11.0" "index.1.6.0" "logs.0.10.0" "metrics.0.5.0" "metrics-unix.0.5.0" "mtime.1.4.0" "ocaml.5.4.0" "ppx_deriving_yojson.3.10.0" "ppx_repr.0.8.0" "progress.0.2.1" "re.1.14.0" "stdlib-shims.0.3.0" "yojson.3.0.0"}
"jsonm.1.0.2" -> {"ocaml.5.4.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8" "topkg.1.1.1" "uutf.1.0.4"}
"logs.0.10.0" -> {"base-threads.base" "cmdliner.1.3.0" "fmt.0.11.0" "lwt.5.9.2" "ocaml.5.4.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8" "topkg.1.1.1"}
"lru.0.3.1" -> {"dune.3.20.2" "ocaml.5.4.0" "psq.0.2.1"}
"lwt.5.9.2" -> {"base-threads.base" "base-unix.base" "cppo.1.8.0" "dune.3.20.2" "dune-configurator.3.20.2" "ocaml.5.4.0" "ocplib-endian.1.2"}
"metrics.0.5.0" -> {"dune.3.20.2" "fmt.0.11.0" "ocaml.5.4.0"}
"metrics-unix.0.5.0" -> {"conf-gnuplot.0.1" "dune.3.20.2" "fmt.0.11.0" "lwt.5.9.2" "metrics.0.5.0" "mtime.1.4.0" "ocaml.5.4.0" "uuidm.0.9.10"}
"mtime.1.4.0" -> {"ocaml.5.4.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8" "topkg.1.1.1"}
"ocaml.5.4.0" -> {"ocaml-base-compiler.5.4.0" "ocaml-config.3"}
"ocaml-base-compiler.5.4.0" -> "ocaml-compiler.5.4.0";
"ocaml-compiler-libs.v0.17.0" -> {"dune.3.20.2" "ocaml.5.4.0"}
"ocaml-config.3" -> "ocaml-base-compiler.5.4.0";
"ocamlbuild.0.16.1" -> "ocaml.5.4.0";
"ocamlfind.1.9.8" -> "ocaml.5.4.0";
"ocplib-endian.1.2" -> {"base-bytes.base" "cppo.1.8.0" "dune.3.20.2" "ocaml.5.4.0"}
"optint.0.3.0" -> {"dune.3.20.2" "ocaml.5.4.0"}
"ppx_derivers.1.2.1" -> {"dune.3.20.2" "ocaml.5.4.0"}
"ppx_deriving.6.1.1" -> {"cppo.1.8.0" "dune.3.20.2" "ocaml.5.4.0" "ocamlfind.1.9.8" "ppx_derivers.1.2.1" "ppxlib.0.37.0"}
"ppx_deriving_yojson.3.10.0" -> {"dune.3.20.2" "ocaml.5.4.0" "ppx_deriving.6.1.1" "ppxlib.0.37.0" "yojson.3.0.0"}
"ppx_repr.0.8.0" -> {"dune.3.20.2" "fmt.0.11.0" "ppx_deriving.6.1.1" "ppxlib.0.37.0" "repr.0.8.0"}
"ppxlib.0.37.0" -> {"dune.3.20.2" "ocaml.5.4.0" "ocaml-compiler-libs.v0.17.0" "ppx_derivers.1.2.1" "sexplib0.v0.17.0" "stdlib-shims.0.3.0"}
"progress.0.2.1" -> {"dune.3.20.2" "fmt.0.11.0" "logs.0.10.0" "mtime.1.4.0" "ocaml.5.4.0" "optint.0.3.0" "terminal.0.2.1" "uucp.17.0.0" "uutf.1.0.4" "vector.1.0.0"}
"psq.0.2.1" -> {"dune.3.20.2" "ocaml.5.4.0" "seq.base"}
"re.1.14.0" -> {"dune.3.20.2" "ocaml.5.4.0"}
"repr.0.8.0" -> {"base64.3.5.2" "dune.3.20.2" "either.1.0.0" "fmt.0.11.0" "jsonm.1.0.2" "ocaml.5.4.0" "optint.0.3.0" "uutf.1.0.4"}
"semaphore-compat.1.0.2" -> {"dune.3.20.2" "ocaml.5.4.0"}
"seq.base" -> "ocaml.5.4.0";
"sexplib0.v0.17.0" -> {"dune.3.20.2" "ocaml.5.4.0"}
"stdlib-shims.0.3.0" -> {"dune.3.20.2" "ocaml.5.4.0"}
"terminal.0.2.1" -> {"dune.3.20.2" "ocaml.5.4.0" "stdlib-shims.0.3.0" "uucp.17.0.0" "uutf.1.0.4"}
"topkg.1.1.1" -> {"ocaml.5.4.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8"}
"uucp.17.0.0" -> {"cmdliner.1.3.0" "ocaml.5.4.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8" "topkg.1.1.1"}
"uuidm.0.9.10" -> {"cmdliner.1.3.0" "ocaml.5.4.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8" "topkg.1.1.1"}
"uutf.1.0.4" -> {"cmdliner.1.3.0" "ocaml.5.4.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8" "topkg.1.1.1"}
"vector.1.0.0" -> {"dune.3.20.2" "ocaml.5.4.0"}
"yojson.3.0.0" -> {"dune.3.20.2" "ocaml.5.4.0"}
}