Build:
- 0
2026-06-24 13:00.27: New job: build alcotest.1.5.0 (7f85e7372563) 2026-06-24 13:00.27: Waiting for resource in pool day11-builds 2026-06-24 13:48.18: Got resource from pool day11-builds 2026-06-24 13:48.18: [profile full] build alcotest.1.5.0 2026-06-24 13:48.18: build alcotest.1.5.0 (7f85e7372563) === DEPENDENCIES (17 transitive) === astring.0.8.5 868f52a07c05 base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb cmdliner.1.3.0 7453dde17dbe compiler-cloning.enabled 439a1fc77aa6 dune.3.23.1 a59dd9b14fe3 fmt.0.11.0 f557f5d0e738 ocaml.5.5.0 383268832c4b ocaml-base-compiler.5.5.0 522c248944c8 ocaml-compiler.5.5.0 eb1a8babf54c ocaml-syntax-shims.1.0.0 57f31ba6c740 ocamlbuild.0.16.1 e57f00093c6a ocamlfind.1.9.8 b506a15fcd6c re.1.14.0 5e7365192893 stdlib-shims.0.3.0 e7f8a4f187fa topkg.1.1.1 ac206dbbd2b6 uutf.1.0.4 2e59291944bd === STDOUT === Processing: [default: loading data] [alcotest.1.5.0: dl] [alcotest.1.5.0: extract] -> retrieved alcotest.1.5.0 (https://opam.ocaml.org/cache) [alcotest: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "alcotest" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/alcotest.1.5.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/alcotest-engine/.alcotest_engine.objs/byte -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fmt/cli -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/uutf -I src/alcotest-stdlib-ext/.alcotest_stdlib_ext.objs/byte -cmi-file src/alcotest-engine/.alcotest_engine.objs/byte/alcotest_engine__Config.cmi -no-alias-deps -open Alcotest_engine__ -o src/alcotest-engine/.alcotest_engine.objs/byte/alcotest_engine__Config.cmo -c -impl src/alcotest-engine/config.ml) - File "src/alcotest-engine/config.ml", line 52, characters 16-27: - 52 | let env = Arg.env_var "ALCOTEST_VERBOSE" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 62, characters 16-27: - 62 | let env = Arg.env_var "ALCOTEST_COMPACT" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 69, characters 16-27: - 69 | let env = Arg.env_var "ALCOTEST_BAIL" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 82, characters 16-27: - 82 | let env = Arg.env_var "ALCOTEST_SHOW_ERRORS" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 89, characters 16-27: - 89 | let env = Arg.env_var "ALCOTEST_QUICK_TESTS" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 119, characters 16-27: - 119 | let env = Arg.env_var "ALCOTEST_TAIL_ERRORS" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/alcotest-engine/.alcotest_engine.objs/byte -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fmt/cli -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/uutf -I src/alcotest-stdlib-ext/.alcotest_stdlib_ext.objs/byte -cmi-file src/alcotest-engine/.alcotest_engine.objs/byte/alcotest_engine__Cli.cmi -no-alias-deps -open Alcotest_engine__ -o src/alcotest-engine/.alcotest_engine.objs/byte/alcotest_engine__Cli.cmo -c -impl src/alcotest-engine/cli.ml) - File "src/alcotest-engine/cli.ml", line 41, characters 14-25: - 41 | let env = Arg.env_var "ALCOTEST_COLOR" in - ^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/cli.ml", line 80, characters 11-20: - 80 | (term, Term.info exec_name ~doc) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - - File "src/alcotest-engine/cli.ml", line 91, characters 11-20: - 91 | (term, Term.info "test" ~doc) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - - File "src/alcotest-engine/cli.ml", line 97, characters 6-15: - 97 | Term.info "list" ~doc ) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - - File "src/alcotest-engine/cli.ml", line 105, characters 29-55: - 105 | if and_exit then exit (Term.exit_status_of_result result) else M.return () - ^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.exit_status_of_result - Use Cmd.eval instead. - - File "src/alcotest-engine/cli.ml", line 108, characters 6-22: - 108 | Term.eval_choice ?argv - ^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval_choice - Use Cmd.group and one of Cmd.eval* instead. - - File "src/alcotest-engine/cli.ml", line 117, characters 14-40: - 117 | exit (Term.exit_status_of_result result) - ^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.exit_status_of_result - Use Cmd.eval instead. - - File "src/alcotest-engine/cli.ml", line 127, characters 42-51: - 127 | run_with_args' config ~argv name (Term.pure ()) tl) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/alcotest/.alcotest.objs/byte -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fmt/tty -I src/alcotest-engine/.alcotest_engine.objs/byte -cmi-file src/alcotest/.alcotest.objs/byte/alcotest.cmi -no-alias-deps -open Alcotest__ -o src/alcotest/.alcotest.objs/byte/alcotest.cmo -c -impl src/alcotest/alcotest.ml) - File "src/alcotest/alcotest.ml", 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 src/alcotest-engine/.alcotest_engine.objs/byte -I src/alcotest-engine/.alcotest_engine.objs/native -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fmt/cli -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/uutf -I src/alcotest-stdlib-ext/.alcotest_stdlib_ext.objs/byte -I src/alcotest-stdlib-ext/.alcotest_stdlib_ext.objs/native -cmi-file src/alcotest-engine/.alcotest_engine.objs/byte/alcotest_engine__Config.cmi -no-alias-deps -open Alcotest_engine__ -o src/alcotest-engine/.alcotest_engine.objs/native/alcotest_engine__Config.cmx -c -impl src/alcotest-engine/config.ml) - File "src/alcotest-engine/config.ml", line 52, characters 16-27: - 52 | let env = Arg.env_var "ALCOTEST_VERBOSE" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 62, characters 16-27: - 62 | let env = Arg.env_var "ALCOTEST_COMPACT" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 69, characters 16-27: - 69 | let env = Arg.env_var "ALCOTEST_BAIL" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 82, characters 16-27: - 82 | let env = Arg.env_var "ALCOTEST_SHOW_ERRORS" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 89, characters 16-27: - 89 | let env = Arg.env_var "ALCOTEST_QUICK_TESTS" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/config.ml", line 119, characters 16-27: - 119 | let env = Arg.env_var "ALCOTEST_TAIL_ERRORS" in - ^^^^^^^^^^^ - Alert deprecated: Arg.env_var - Use Cmd.Env.info instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/alcotest-engine/.alcotest_engine.objs/byte -I src/alcotest-engine/.alcotest_engine.objs/native -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fmt/cli -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/stdlib-shims -I /home/opam/.opam/default/lib/uutf -I src/alcotest-stdlib-ext/.alcotest_stdlib_ext.objs/byte -I src/alcotest-stdlib-ext/.alcotest_stdlib_ext.objs/native -cmi-file src/alcotest-engine/.alcotest_engine.objs/byte/alcotest_engine__Cli.cmi -no-alias-deps -open Alcotest_engine__ -o src/alcotest-engine/.alcotest_engine.objs/native/alcotest_engine__Cli.cmx -c -impl src/alcotest-engine/cli.ml) - File "src/alcotest-engine/cli.ml", line 41, characters 14-25: - 41 | let env = Arg.env_var "ALCOTEST_COLOR" in - ^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.env_var - Use Cmd.Env.info instead. - - File "src/alcotest-engine/cli.ml", line 80, characters 11-20: - 80 | (term, Term.info exec_name ~doc) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - - File "src/alcotest-engine/cli.ml", line 91, characters 11-20: - 91 | (term, Term.info "test" ~doc) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - - File "src/alcotest-engine/cli.ml", line 97, characters 6-15: - 97 | Term.info "list" ~doc ) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - - File "src/alcotest-engine/cli.ml", line 105, characters 29-55: - 105 | if and_exit then exit (Term.exit_status_of_result result) else M.return () - ^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.exit_status_of_result - Use Cmd.eval instead. - - File "src/alcotest-engine/cli.ml", line 108, characters 6-22: - 108 | Term.eval_choice ?argv - ^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval_choice - Use Cmd.group and one of Cmd.eval* instead. - - File "src/alcotest-engine/cli.ml", line 117, characters 14-40: - 117 | exit (Term.exit_status_of_result result) - ^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.exit_status_of_result - Use Cmd.eval instead. - - File "src/alcotest-engine/cli.ml", line 127, characters 42-51: - 127 | run_with_args' config ~argv name (Term.pure ()) tl) - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/alcotest/.alcotest.objs/byte -I src/alcotest/.alcotest.objs/native -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fmt/tty -I src/alcotest-engine/.alcotest_engine.objs/byte -I src/alcotest-engine/.alcotest_engine.objs/native -cmi-file src/alcotest/.alcotest.objs/byte/alcotest.cmi -no-alias-deps -open Alcotest__ -o src/alcotest/.alcotest.objs/native/alcotest.cmx -c -impl src/alcotest/alcotest.ml) - File "src/alcotest/alcotest.ml", 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). -> compiled alcotest.1.5.0 -> installed alcotest.1.5.0 === STDERR === 2026-06-24 13:48.30: OK: build alcotest.1.5.0 (runc: 5.6s, disk: 18KB) 2026-06-24 13:48.30: Job succeeded