Build:
  1. 0
2026-06-24 11:18.44: New job: build boltzgen.0.9.3 (cf0110e7f9af)
2026-06-24 11:18.44: Waiting for resource in pool day11-builds
2026-06-24 12:01.56: Got resource from pool day11-builds
2026-06-24 12:01.56: [profile full] build boltzgen.0.9.3
2026-06-24 12:01.56: build boltzgen.0.9.3 (cf0110e7f9af)
=== DEPENDENCIES (8 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  cmdliner.1.3.0                                     938831293ad4
  dune.3.23.1                                        1eda34fb24e0
  ocaml.5.1.1                                        d186cfe930c0
  ocaml-base-compiler.5.1.1                          9ad12ad5019c
  ocaml-compiler-libs.v0.12.4                        6c9bad27ba76
  ocaml-config.3                                     cd07d28030fc
=== STDOUT ===
Processing: [default: loading data]
[boltzgen.0.9.3: dl]
[boltzgen.0.9.3: extract]
-> retrieved boltzgen.0.9.3  (https://opam.ocaml.org/cache)
[boltzgen: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "boltzgen" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/boltzgen.0.9.3)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .boltzgen_runtime.objs/byte -I /home/opam/.opam/default/lib/ocaml-compiler-libs/common -I /home/opam/.opam/default/lib/ocaml/compiler-libs -I /home/opam/.opam/default/lib/ocaml/unix -cmi-file .boltzgen_runtime.objs/byte/boltzgen_runtime__Parse_from_compiler.cmi -no-alias-deps -open Boltzgen_runtime -o .boltzgen_runtime.objs/byte/boltzgen_runtime__Parse_from_compiler.cmo -c -impl parse_from_compiler.ml)
- File "parse_from_compiler.ml", lines 13-37, characters 2-55:
- 13 | ..match err with
- 14 |   | Unclosed (opening_loc, opening, closing_loc, closing) ->
- 15 |       Location.errorf ~loc:closing_loc
- 16 |         ~sub:
- 17 |           [
- ...
- 34 |   | Ill_formed_ast (loc, s) ->
- 35 |       Location.errorf ~loc "broken invariant in parsetree: %s" s
- 36 |   | Invalid_package_type (loc, s) ->
- 37 |       Location.errorf ~loc "invalid package type: %s" s
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Removed_string_set _
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I .gen_test.eobjs/byte -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocaml-compiler-libs/common -I /home/opam/.opam/default/lib/ocaml/compiler-libs -I /home/opam/.opam/default/lib/ocaml/unix -I .boltzgen_runtime.objs/byte -no-alias-deps -o .gen_test.eobjs/byte/dune__exe__Gen_test.cmo -c -impl gen_test.ml)
- File "gen_test.ml", line 141, characters 4-13:
- 141 |     Term.info "boltzgen" ~version:"v0.9.3" ~doc ~exits:Term.default_exits ~man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "gen_test.ml", line 141, characters 55-73:
- 141 |     Term.info "boltzgen" ~version:"v0.9.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 "gen_test.ml", line 144, characters 15-19:
- 144 | let () = Term.(exit @@ eval cmd)
-                      ^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- 
- File "gen_test.ml", line 144, characters 23-27:
- 144 | let () = Term.(exit @@ eval cmd)
-                              ^^^^
- 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 .boltzgen_runtime.objs/byte -I .boltzgen_runtime.objs/native -I /home/opam/.opam/default/lib/ocaml-compiler-libs/common -I /home/opam/.opam/default/lib/ocaml/compiler-libs -I /home/opam/.opam/default/lib/ocaml/unix -cmi-file .boltzgen_runtime.objs/byte/boltzgen_runtime__Parse_from_compiler.cmi -no-alias-deps -open Boltzgen_runtime -o .boltzgen_runtime.objs/native/boltzgen_runtime__Parse_from_compiler.cmx -c -impl parse_from_compiler.ml)
- File "parse_from_compiler.ml", lines 13-37, characters 2-55:
- 13 | ..match err with
- 14 |   | Unclosed (opening_loc, opening, closing_loc, closing) ->
- 15 |       Location.errorf ~loc:closing_loc
- 16 |         ~sub:
- 17 |           [
- ...
- 34 |   | Ill_formed_ast (loc, s) ->
- 35 |       Location.errorf ~loc "broken invariant in parsetree: %s" s
- 36 |   | Invalid_package_type (loc, s) ->
- 37 |       Location.errorf ~loc "invalid package type: %s" s
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Removed_string_set _
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I .gen_test.eobjs/byte -I .gen_test.eobjs/native -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/ocaml-compiler-libs/common -I /home/opam/.opam/default/lib/ocaml/compiler-libs -I /home/opam/.opam/default/lib/ocaml/unix -I .boltzgen_runtime.objs/byte -I .boltzgen_runtime.objs/native -cmi-file .gen_test.eobjs/byte/dune__exe__Gen_test.cmi -no-alias-deps -o .gen_test.eobjs/native/dune__exe__Gen_test.cmx -c -impl gen_test.ml)
- File "gen_test.ml", line 141, characters 4-13:
- 141 |     Term.info "boltzgen" ~version:"v0.9.3" ~doc ~exits:Term.default_exits ~man
-           ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- 
- File "gen_test.ml", line 141, characters 55-73:
- 141 |     Term.info "boltzgen" ~version:"v0.9.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 "gen_test.ml", line 144, characters 15-19:
- 144 | let () = Term.(exit @@ eval cmd)
-                      ^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- 
- File "gen_test.ml", line 144, characters 23-27:
- 144 | let () = Term.(exit @@ eval cmd)
-                              ^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-> compiled  boltzgen.0.9.3
-> installed boltzgen.0.9.3

=== STDERR ===

2026-06-24 12:02.29: OK: build boltzgen.0.9.3 (runc: 7.6s, disk: 11KB)
2026-06-24 12:02.29: Job succeeded