Build:
  1. 0
2026-06-16 17:20.29: New job: build jingoo.1.2.16 (e50e4ae2973c)
2026-06-16 17:20.29: Waiting for resource in pool day11-builds
2026-06-16 18:08.19: Got resource from pool day11-builds
2026-06-16 18:08.19: [profile full] build jingoo.1.2.16
2026-06-16 18:08.19: build jingoo.1.2.16 (e50e4ae2973c)
=== DEPENDENCIES (31 transitive) ===
  astring.0.8.5                                      156e7cc742dd
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-libpcre.2                                     1e78e423e0f7
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        ec63db2dab31
  cstruct.6.2.0                                      b14be91c9825
  dune.3.23.1                                        5402470d931c
  dune-compiledb.0.6.0                               90f780ee0f94
  dune-configurator.3.23.1                           58f4a3f92083
  ezjsonm.1.3.0                                      7cdf7464a07e
  fmt.0.11.0                                         fb25837707ac
  fpath.0.7.3                                        d991925a5b6c
  hex.1.5.0                                          59eb090201f6
  jsonm.1.0.2                                        ca365e0a8c1a
  num.1.6                                            480227ca99db
  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
  ounit.2.2.7                                        40a233c99b04
  ounit2.2.2.7                                       5914c9ed8da1
  parsexp.v0.16.0                                    75d2c6ce6b44
  pcre.8.0.5                                         f96922add8ee
  seq.base                                           063828a3d698
  sexplib.v0.16.0                                    c758cedeb83d
  sexplib0.v0.16.0                                   3e198ce31e44
  stdlib-shims.0.3.0                                 e2dd0beb9112
  topkg.1.1.1                                        ab549298f3fc
  uutf.1.0.4                                         80688944c06d
=== STDOUT ===
Processing: [default: loading data]
[jingoo.1.2.16: dl]
[jingoo.1.2.16: extract]
-> retrieved jingoo.1.2.16  (https://opam.ocaml.org/cache)
[jingoo: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/jingoo.1.2.16)
- /usr/bin/make -C src
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/jingoo.1.2.16/src'
- ocamlyacc jg_parser.mly
- 1 rule never reduced
- 228 shift/reduce conflicts, 121 reduce/reduce conflicts.
- ocamllex jg_lexer.mll
- 222 states, 11207 transitions, table size 46160 bytes
- ocamlfind ocamlc -g -package unix,dynlink,pcre,uutf -c jg_types.mli jg_types.ml jg_utils.ml jg_stub.mli jg_stub.ml jg_parser.mli jg_parser.ml jg_lexer.ml jg_runtime.ml jg_interp.ml jg_template.mli jg_template.ml 
- File "jg_runtime.ml", line 259, characters 16-32:
- 259 |     | _ -> (try Jg_stub.get_func obj_name prop_name with Not_found -> Tnull)
-                       ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels namespace, func_name were omitted in the application of this function.
- File "jg_runtime.ml", line 523, characters 24-40:
- 523 |     | Tstr str -> Tstr (String.uppercase str)
-                               ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "jg_runtime.ml", line 528, characters 24-40:
- 528 |     | Tstr str -> Tstr (String.lowercase str)
-                               ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "jg_runtime.ml", line 593, characters 18-34:
- 593 |       Tstr(str +> String.lowercase +> Digest.string +> Digest.to_hex)
-                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "jg_runtime.ml", line 630, characters 24-41:
- 630 |     | Tstr str -> Tstr (String.capitalize str)
-                               ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "jg_runtime.ml", line 782, characters 5-22:
- 782 | 	  ((String.capitalize head) :: rest) +> String.concat " " +> fun text' -> Tstr text'
-       	    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- ocamlfind ocamlc -g -package unix,dynlink,pcre,uutf -o jingoo.cma -a  jg_types.cmo  jg_utils.cmo  jg_stub.cmo  jg_parser.cmo  jg_lexer.cmo  jg_runtime.cmo  jg_interp.cmo  jg_template.cmo
- ocamlfind ocamlc -g -thread -c jingoo_mt.ml
- ocamlfind ocamlopt -g -package unix,dynlink,pcre,uutf -c jg_types.mli jg_types.ml jg_utils.ml jg_stub.mli jg_stub.ml jg_parser.mli jg_parser.ml jg_lexer.ml jg_runtime.ml jg_interp.ml jg_template.mli jg_template.ml 
- File "jg_runtime.ml", line 259, characters 16-32:
- 259 |     | _ -> (try Jg_stub.get_func obj_name prop_name with Not_found -> Tnull)
-                       ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels namespace, func_name were omitted in the application of this function.
- File "jg_runtime.ml", line 523, characters 24-40:
- 523 |     | Tstr str -> Tstr (String.uppercase str)
-                               ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "jg_runtime.ml", line 528, characters 24-40:
- 528 |     | Tstr str -> Tstr (String.lowercase str)
-                               ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "jg_runtime.ml", line 593, characters 18-34:
- 593 |       Tstr(str +> String.lowercase +> Digest.string +> Digest.to_hex)
-                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "jg_runtime.ml", line 630, characters 24-41:
- 630 |     | Tstr str -> Tstr (String.capitalize str)
-                               ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "jg_runtime.ml", line 782, characters 5-22:
- 782 | 	  ((String.capitalize head) :: rest) +> String.concat " " +> fun text' -> Tstr text'
-       	    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- ocamlfind ocamlopt -g -package unix,dynlink,pcre,uutf -o jingoo.cmxa -a  jg_types.cmx  jg_utils.cmx  jg_stub.cmx  jg_parser.cmx  jg_lexer.cmx  jg_runtime.cmx  jg_interp.cmx  jg_template.cmx
- ocamlfind ocamlopt -g -thread -c jingoo_mt.ml
- ocamlfind ocamlopt -g -o compiler -linkpkg -package unix,dynlink,pcre,uutf jingoo.cmxa jg_cmdline.ml
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/jingoo.1.2.16/src'
-> compiled  jingoo.1.2.16
[jingoo: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/jingoo.1.2.16)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/jingoo.1.2.16/src'
- ocamlfind ocamlopt -g -o compiler -linkpkg -package unix,dynlink,pcre,uutf jingoo.cmxa jg_cmdline.ml
- ocamlfind install jingoo *.a *.cma *.cmi *.cmx jingoo_mt.cmo jingoo_mt.o jg_types.mli jg_template.mli jg_stub.mli META -optional *.cmxa jingoo_mt.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jingoo_mt.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jingoo.cmxa
- Installed /home/opam/.opam/default/lib/jingoo/jg_stub.mli
- Installed /home/opam/.opam/default/lib/jingoo/jg_template.mli
- Installed /home/opam/.opam/default/lib/jingoo/jg_types.mli
- Installed /home/opam/.opam/default/lib/jingoo/jingoo_mt.o
- Installed /home/opam/.opam/default/lib/jingoo/jingoo_mt.cmo
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/default/lib/jingoo/jingoo_mt.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jingoo_mt.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jg_utils.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jg_types.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jg_template.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jg_stub.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jg_runtime.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jg_parser.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jg_lexer.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jg_interp.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jg_cmdline.cmx
- Installed /home/opam/.opam/default/lib/jingoo/jingoo_mt.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jg_utils.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jg_types.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jg_template.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jg_stub.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jg_runtime.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jg_parser.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jg_lexer.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jg_interp.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jg_cmdline.cmi
- Installed /home/opam/.opam/default/lib/jingoo/jingoo.cma
- Installed /home/opam/.opam/default/lib/jingoo/jingoo.a
- Installed /home/opam/.opam/default/lib/jingoo/META
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/jingoo.1.2.16/src'
-> installed jingoo.1.2.16
[WARNING] Opam package conf-libpcre.2 depends on the following system package that can no longer be found: libpcre3-dev

=== STDERR ===

2026-06-16 18:08.34: OK: build jingoo.1.2.16 (runc: 5.1s, disk: 14KB)
2026-06-16 18:08.34: Job succeeded