Build:
- 0
2026-06-16 12:47.52: New job: build craml.1.0.0 (a4e539f28335)
2026-06-16 12:47.52: Waiting for resource in pool day11-builds
2026-06-16 14:13.12: Got resource from pool day11-builds
2026-06-16 14:13.12: [profile full] build craml.1.0.0
2026-06-16 14:13.12: build craml.1.0.0 (a4e539f28335)
=== DEPENDENCIES (13 transitive) ===
astring.0.8.5 156e7cc742dd
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
cmdliner.1.3.0 dad70bc4de20
fmt.0.11.0 2f125ef7f2a8
jbuilder.1.0+beta20.2 ab5ab9884b95
logs.0.10.0 7db568857837
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-config.2 669e0fcf9e4d
ocamlbuild.0.16.1 8f6c52e6fce8
ocamlfind.1.9.8 6025f4a8e98e
topkg.1.1.1 ab549298f3fc
=== STDOUT ===
Processing: [default: loading data]
[craml.1.0.0: dl]
[craml.1.0.0: extract]
-> retrieved craml.1.0.0 (https://opam.ocaml.org/cache)
[craml: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "craml" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/craml.1.0.0)
- ocamlc lib/.craml.objs/craml__Lexer.{cmi,cmo,cmt}
- File "lib/lexer.mll", line 12, characters 4-13:
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- ocamlopt lib/.craml.objs/craml__Lexer.{cmx,o}
- File "lib/lexer.mll", line 12, characters 4-13:
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- ocamlc bin/.main.eobjs/main.{cmi,cmo,cmt}
- File "bin/main.ml", line 112, characters 14-32:
- 112 | let exits = Term.default_exits in
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- File "bin/main.ml", line 113, characters 8-12:
- 113 | Term.(pure run $ setup_log $ non_deterministic $ expect_test),
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/main.ml", line 114, characters 2-11:
- 114 | Term.info "cram" ~version:"1.0.0" ~doc ~exits
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 116, characters 15-19:
- 116 | let () = Term.(exit @@ eval cmd)
- ^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "bin/main.ml", line 116, characters 23-27:
- 116 | let () = Term.(exit @@ eval cmd)
- ^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- ocamlc lib/.craml.objs/craml.{cmo,cmt}
- File "lib/craml.ml", line 106, characters 33-37:
- 106 | let pp_command = Fmt.(list ~sep:(unit "\\\n > ") string)
- ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "lib/craml.ml", line 110, characters 4-13:
- 110 | Fmt.kstrf (fun str ->
- ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- File "lib/craml.ml", line 151, characters 41-45:
- 151 | let pp_command ppf c = Fmt.(list ~sep:(unit "\\\n ") string) ppf c
- ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- ocamlopt lib/.craml.objs/craml.{cmx,o}
- File "lib/craml.ml", line 106, characters 33-37:
- 106 | let pp_command = Fmt.(list ~sep:(unit "\\\n > ") string)
- ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "lib/craml.ml", line 110, characters 4-13:
- 110 | Fmt.kstrf (fun str ->
- ^^^^^^^^^
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- File "lib/craml.ml", line 151, characters 41-45:
- 151 | let pp_command ppf c = Fmt.(list ~sep:(unit "\\\n ") string) ppf c
- ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- ocamlopt bin/.main.eobjs/main.{cmx,o}
- File "bin/main.ml", line 112, characters 14-32:
- 112 | let exits = Term.default_exits in
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- File "bin/main.ml", line 113, characters 8-12:
- 113 | Term.(pure run $ setup_log $ non_deterministic $ expect_test),
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/main.ml", line 114, characters 2-11:
- 114 | Term.info "cram" ~version:"1.0.0" ~doc ~exits
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 116, characters 15-19:
- 116 | let () = Term.(exit @@ eval cmd)
- ^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "bin/main.ml", line 116, characters 23-27:
- 116 | let () = Term.(exit @@ eval cmd)
- ^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled craml.1.0.0
-> installed craml.1.0.0
=== STDERR ===
2026-06-16 14:13.21: OK: build craml.1.0.0 (runc: 3.6s, disk: 11KB)
2026-06-16 14:13.21: Job succeeded