Build:
- 0
2026-06-24 13:54.51: New job: build craml.1.0.0 (554d693ce914)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 15:51.48: Got resource from pool day11-builds
2026-06-24 15:51.48: [profile full] build craml.1.0.0
2026-06-24 15:51.48: build craml.1.0.0 (554d693ce914)
=== DEPENDENCIES (13 transitive) ===
astring.0.8.5 4ebc2fc0ee9d
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cmdliner.1.3.0 7280d3fb1acd
fmt.0.11.0 7cf6f7d63275
jbuilder.1.0+beta20.2 4f461261c648
logs.0.10.0 1d70129bf679
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
topkg.1.1.1 511e1a1958da
=== 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-24 15:52.15: OK: build craml.1.0.0 (runc: 3.1s, disk: 12KB)
2026-06-24 15:52.15: Job succeeded