Build:
- 0
2026-08-05 19:44.59: New job: build functoria-runtime.4.0.0~beta3 (c85d7328f42d) 2026-08-05 19:44.59: Waiting for resource in pool day11-builds 2026-08-05 20:30.57: Got resource from pool day11-builds 2026-08-05 20:30.57: [profile full] build functoria-runtime.4.0.0~beta3 2026-08-05 20:30.57: build functoria-runtime.4.0.0~beta3 (c85d7328f42d) === DEPENDENCIES (12 transitive) === base-threads.base 4e0218232a65 base-unix.base 2d2c0bf34146 cmdliner.1.3.0 c2f0be446b09 compiler-cloning.enabled 645922735998 dune.3.24.2 1e5f2fe7e8cc fmt.0.11.0 b259c1021169 ocaml.5.5.0 07a9fea0affc ocaml-base-compiler.5.5.0 90119128ecb1 ocaml-compiler.5.5.0 6aaaaa99fb41 ocamlbuild.0.16.1 799d75b8313e ocamlfind.1.9.9~preview 851bbc5aa659 topkg.1.1.1 b3532e45bdee === STDOUT === Processing: [default: loading data] [functoria-runtime.4.0.0~beta3: dl] [functoria-runtime.4.0.0~beta3: extract] -> retrieved functoria-runtime.4.0.0~beta3 (https://opam.ocaml.org/cache) [functoria-runtime: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "functoria-runtime" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/functoria-runtime.4.0.0~beta3) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib_runtime/functoria/.functoria_runtime.objs/byte -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -no-alias-deps -o lib_runtime/functoria/.functoria_runtime.objs/byte/functoria_runtime.cmi -c -intf lib_runtime/functoria/functoria_runtime.mli) - File "lib_runtime/functoria/functoria_runtime.mli", line 32, characters 15-37: - 32 | val opt : 'a Cmdliner.Arg.converter -> 'a -> Cmdliner.Arg.info -> 'a t - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.converter - Use Arg.conv' function instead. - - File "lib_runtime/functoria/functoria_runtime.mli", line 35, characters 20-42: - 35 | val required : 'a Cmdliner.Arg.converter -> Cmdliner.Arg.info -> 'a t - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.converter - Use Arg.conv' function instead. - - File "lib_runtime/functoria/functoria_runtime.mli", line 39, characters 22-44: - 39 | ?default:'a -> 'a Cmdliner.Arg.converter -> Cmdliner.Arg.info -> 'a t - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.converter - Use Arg.conv' function instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib_runtime/functoria/.functoria_runtime.objs/byte -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -cmi-file lib_runtime/functoria/.functoria_runtime.objs/byte/functoria_runtime.cmi -no-alias-deps -o lib_runtime/functoria/.functoria_runtime.objs/byte/functoria_runtime.cmo -c -impl lib_runtime/functoria/functoria_runtime.ml) - File "lib_runtime/functoria/functoria_runtime.ml", line 19, characters 20-42: - 19 | | Opt : 'a * 'a Cmdliner.Arg.converter -> 'a kind - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.converter - Use Arg.conv' function instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 21, characters 20-42: - 21 | | Required : 'a Cmdliner.Arg.converter -> 'a kind - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.converter - Use Arg.conv' function instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 60, characters 34-38: - 60 | let term arg = Cmdliner.Term.(pure set $ arg) in - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 75, characters 30-34: - 75 | let gather k rest = Term.(pure (fun () () -> ()) $ k $ rest) in - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 76, characters 41-50: - 76 | let t = List.fold_right gather keys (Term.pure ()) in - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 77, characters 16-20: - 77 | match Term.(eval ~argv (t, info s)) with - ^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 77, characters 31-35: - 77 | match Term.(eval ~argv (t, info s)) with - ^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib_runtime/functoria/.functoria_runtime.objs/byte -I lib_runtime/functoria/.functoria_runtime.objs/native -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -cmi-file lib_runtime/functoria/.functoria_runtime.objs/byte/functoria_runtime.cmi -no-alias-deps -o lib_runtime/functoria/.functoria_runtime.objs/native/functoria_runtime.cmx -c -impl lib_runtime/functoria/functoria_runtime.ml) - File "lib_runtime/functoria/functoria_runtime.ml", line 19, characters 20-42: - 19 | | Opt : 'a * 'a Cmdliner.Arg.converter -> 'a kind - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.converter - Use Arg.conv' function instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 21, characters 20-42: - 21 | | Required : 'a Cmdliner.Arg.converter -> 'a kind - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.converter - Use Arg.conv' function instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 60, characters 34-38: - 60 | let term arg = Cmdliner.Term.(pure set $ arg) in - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 75, characters 30-34: - 75 | let gather k rest = Term.(pure (fun () () -> ()) $ k $ rest) in - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 76, characters 41-50: - 76 | let t = List.fold_right gather keys (Term.pure ()) in - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 77, characters 16-20: - 77 | match Term.(eval ~argv (t, info s)) with - ^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - - File "lib_runtime/functoria/functoria_runtime.ml", line 77, characters 31-35: - 77 | match Term.(eval ~argv (t, info s)) with - ^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. -> compiled functoria-runtime.4.0.0~beta3 -> installed functoria-runtime.4.0.0~beta3 === STDERR === 2026-08-05 20:31.04: OK: build functoria-runtime.4.0.0~beta3 (runc: 2.6s, disk: 12KB) 2026-08-05 20:31.04: Job succeeded