Build:
  1. 0
2026-06-20 18:35.51: New job: build minicaml.0.2.2 (1ad4b4db42a9)
2026-06-20 18:35.51: Waiting for resource in pool day11-builds
2026-06-20 19:05.03: Got resource from pool day11-builds
2026-06-20 19:05.03: [profile full] build minicaml.0.2.2
2026-06-20 19:05.03: build minicaml.0.2.2 (1ad4b4db42a9)
=== DEPENDENCIES (23 transitive) ===
  ANSITerminal.0.8.5                                 614d94d87544
  base-bytes.base                                    ec2393fe4c6d
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cmdliner.1.3.0                                     207b321bdb62
  compiler-cloning.enabled                           0d2606125f88
  cppo.1.8.0                                         2299340fea15
  dune.3.23.1                                        dbfeecb5ca10
  menhir.20260209                                    5f76d1d3722e
  menhirCST.20260209                                 b9f719ef3696
  menhirGLR.20260209                                 e70329f7f267
  menhirLib.20260209                                 c73d74bf4444
  menhirSdk.20260209                                 d70f00a72002
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocaml-compiler-libs.v0.17.0                        6373bfde8e91
  ocamlfind.1.9.8                                    5b46f9d92bbd
  ppx_derivers.1.2.1                                 2a3f00c1f6d2
  ppx_deriving.6.1.1                                 f86af3c9f71e
  ppxlib.0.38.0                                      c01fe47fa7a4
  sexplib0.v0.17.0                                   313244870034
  stdlib-shims.0.3.0                                 9047e6396dc4
=== STDOUT ===
Processing: [default: loading data]
[minicaml.0.2.2: dl]
[minicaml.0.2.2: extract]
-> retrieved minicaml.0.2.2  (https://opam.ocaml.org/cache)
[minicaml: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "minicaml" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/minicaml.0.2.2)
- (cd _build/default && /home/opam/.opam/default/bin/menhir lib/parser.mly --base lib/parser --infer-read-reply lib/parser__mock.mli.inferred)
- File "lib/parser.mly", line 35, characters 0-9:
- Warning: the precedence level assigned to IF is never useful.
- File "lib/parser.mly", line 31, characters 0-9:
- Warning: the precedence level assigned to LAMBDA is never useful.
- File "lib/parser.mly", line 34, characters 0-9:
- Warning: the precedence level assigned to THEN is never useful.
- Warning: 21 states have shift/reduce conflicts.
- Warning: 182 shift/reduce conflicts were arbitrarily resolved.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I bin/.main.eobjs/byte -I /home/opam/.opam/default/lib/ANSITerminal -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I lib/.minicaml.objs/byte -no-alias-deps -o bin/.main.eobjs/byte/dune__exe__Main.cmo -c -impl bin/main.pp.ml)
- File "bin/main.ml", line 25, characters 2-11:
- 25 |   Term.info "minicaml" ~version:"0.2.2" ~doc ~exits:Term.default_exits ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "bin/main.ml", line 25, characters 52-70:
- 25 |   Term.info "minicaml" ~version:"0.2.2" ~doc ~exits:Term.default_exits ~man
-                                                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- 
- File "bin/main.ml", line 27, characters 9-18:
- 27 | let () = Term.exit @@ Term.eval (run_repl_t, info)
-               ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- 
- File "bin/main.ml", line 27, characters 22-31:
- 27 | let () = Term.exit @@ Term.eval (run_repl_t, info)
-                            ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I /home/opam/.opam/default/lib/ANSITerminal -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I lib/.minicaml.objs/byte -I lib/.minicaml.objs/native -cmi-file bin/.main.eobjs/byte/dune__exe__Main.cmi -no-alias-deps -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.pp.ml)
- File "bin/main.ml", line 25, characters 2-11:
- 25 |   Term.info "minicaml" ~version:"0.2.2" ~doc ~exits:Term.default_exits ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "bin/main.ml", line 25, characters 52-70:
- 25 |   Term.info "minicaml" ~version:"0.2.2" ~doc ~exits:Term.default_exits ~man
-                                                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- 
- File "bin/main.ml", line 27, characters 9-18:
- 27 | let () = Term.exit @@ Term.eval (run_repl_t, info)
-               ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- 
- File "bin/main.ml", line 27, characters 22-31:
- 27 | let () = Term.exit @@ Term.eval (run_repl_t, info)
-                            ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  minicaml.0.2.2
-> installed minicaml.0.2.2

=== STDERR ===

2026-06-20 19:05.21: OK: build minicaml.0.2.2 (runc: 12.7s, disk: 10KB)
2026-06-20 19:05.21: Job succeeded