Build:
  1. 0
2026-06-16 16:41.23: New job: build minicaml.0.4 (06e879307ebf)
2026-06-16 16:41.23: Waiting for resource in pool day11-builds
2026-06-16 17:18.01: Got resource from pool day11-builds
2026-06-16 17:18.01: [profile full] build minicaml.0.4
2026-06-16 17:18.01: build minicaml.0.4 (06e879307ebf)
=== DEPENDENCIES (27 transitive) ===
  ANSITerminal.0.8.5                                 0f862dedde02
  base-bytes.base                                    a8b2f2cb4094
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bisect_ppx.1.4.2                                   56913f3b416d
  cmdliner.1.3.0                                     a308ed263822
  cppo.1.8.0                                         708e9eb1da47
  dune.3.23.1                                        6e9c895d33c4
  menhir.20260209                                    b45234b4b21c
  menhirCST.20260209                                 3ca75d60bd90
  menhirGLR.20260209                                 6d1f5317158a
  menhirLib.20260209                                 f54bb40208eb
  menhirSdk.20260209                                 0ba8a5f6edc0
  ocaml.4.12.1                                       b220906b3826
  ocaml-base-compiler.4.12.1                         ce8680725b32
  ocaml-config.2                                     3a99bd9dbb34
  ocaml-migrate-parsetree.1.8.0                      2e4ce0b38e6e
  ocaml-secondary-compiler.4.14.2                    208983c0e1e0
  ocamlfind.1.9.6                                    6a204c1e4cf6
  ocamlfind-secondary.1.9.6                          74c288ceaf87
  ocamline.1.1                                       31ae677efce0
  ppx_derivers.1.2.1                                 8e0bcbefff24
  ppx_deriving.4.5-1                                 b3d930f793f2
  ppx_tools.6.6                                      dcc7eb3e60d9
  ppx_tools_versioned.5.4.0                          1378cf69f9b5
  ppxfind.1.4                                        9d8b2e31ad1c
  result.1.5                                         be123bcfc185
=== STDOUT ===
Processing: [default: loading data]
[minicaml.0.4: dl]
[minicaml.0.4: extract]
-> retrieved minicaml.0.4  (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.4)
- (cd _build/default && /home/opam/.opam/default/bin/menhir lib/parser.mly --base lib/parser --infer-write-query lib/parser__mock.ml.mock)
- File "lib/parser.mly", line 28, characters 13-18:
- Warning: the token COMMA is unused.
- File "lib/parser.mly", line 12, characters 7-10:
- Warning: the token DOT is unused.
- File "lib/parser.mly", line 21, characters 7-14:
- Warning: the token TOPOWER is unused.
- (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 53, characters 0-5:
- Warning: the precedence level assigned to DOT is never useful.
- File "lib/parser.mly", line 46, characters 0-9:
- Warning: the precedence level assigned to IF is never useful.
- File "lib/parser.mly", line 45, characters 0-9:
- Warning: the precedence level assigned to LAMBDA is never useful.
- File "lib/parser.mly", line 46, characters 0-9:
- Warning: the precedence level assigned to THEN is never useful.
- File "lib/parser.mly", line 50, characters 0-5:
- Warning: the precedence level assigned to TOPOWER is never useful.
- Warning: 29 states have shift/reduce conflicts.
- Warning: one state has reduce/reduce conflicts.
- Warning: 229 shift/reduce conflicts were arbitrarily resolved.
- Warning: one reduce/reduce conflict was arbitrarily resolved.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I bin/.main.eobjs/byte -I /home/opam/.opam/default/lib/ANSITerminal -I /home/opam/.opam/default/lib/bisect_ppx/runtime -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocamline -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/result -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 51, characters 2-11:
- 51 |   Term.info "minicaml" ~version:"0.3.3" ~doc ~exits:Term.default_exits ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 51, characters 52-70:
- 51 |   Term.info "minicaml" ~version:"0.3.3" ~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 53, characters 9-18:
- 53 | let () = Term.exit @@ Term.eval (run_minicaml_t, info)
-               ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "bin/main.ml", line 53, characters 22-31:
- 53 | let () = Term.exit @@ Term.eval (run_minicaml_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/bisect_ppx/runtime -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocamline -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/result -I lib/.minicaml.objs/byte -I lib/.minicaml.objs/native -intf-suffix .ml -no-alias-deps -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.pp.ml)
- File "bin/main.ml", line 51, characters 2-11:
- 51 |   Term.info "minicaml" ~version:"0.3.3" ~doc ~exits:Term.default_exits ~man
-        ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 51, characters 52-70:
- 51 |   Term.info "minicaml" ~version:"0.3.3" ~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 53, characters 9-18:
- 53 | let () = Term.exit @@ Term.eval (run_minicaml_t, info)
-               ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "bin/main.ml", line 53, characters 22-31:
- 53 | let () = Term.exit @@ Term.eval (run_minicaml_t, info)
-                            ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  minicaml.0.4
-> installed minicaml.0.4

=== STDERR ===

2026-06-16 17:18.17: OK: build minicaml.0.4 (runc: 7.6s, disk: 12KB)
2026-06-16 17:18.17: Job succeeded