Build:
  1. 0
2026-06-20 16:45.13: New job: build alcotest.1.5.0 (0e507d7d8569)
2026-06-20 16:45.13: Waiting for resource in pool day11-builds
2026-06-20 17:16.38: Got resource from pool day11-builds
2026-06-20 17:16.38: [profile full] build alcotest.1.5.0
2026-06-20 17:16.38: build alcotest.1.5.0 (0e507d7d8569)
=== DEPENDENCIES (17 transitive) ===
  astring.0.8.5                                      c9b7741b1ba7
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cmdliner.1.3.0                                     207b321bdb62
  compiler-cloning.enabled                           0d2606125f88
  dune.3.23.1                                        dbfeecb5ca10
  fmt.0.11.0                                         feecefc1fa30
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocaml-syntax-shims.1.0.0                           ab53fc8c6e2d
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
  re.1.14.0                                          a474ef408490
  stdlib-shims.0.3.0                                 9047e6396dc4
  topkg.1.1.1                                        8e3718e4cf5c
  uutf.1.0.4                                         5eba884574a2
=== 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/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/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__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-20 17:16.54: OK: build alcotest.1.5.0 (runc: 5.1s, disk: 18KB)
2026-06-20 17:16.54: Job succeeded