Build:
  1. 0
2026-06-24 18:04.32: New job: build jingoo.1.2.19 (3e42578286cb)
2026-06-24 18:04.32: Waiting for resource in pool day11-builds
2026-06-24 18:44.16: Got resource from pool day11-builds
2026-06-24 18:44.16: [profile full] build jingoo.1.2.19
2026-06-24 18:44.16: build jingoo.1.2.19 (3e42578286cb)
=== DEPENDENCIES (29 transitive) ===
  astring.0.8.5                                      868f52a07c05
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  compiler-cloning.enabled                           439a1fc77aa6
  conf-libpcre.2                                     262542ccb2b0
  conf-pkg-config.5                                  d5de2c6a88f9
  csexp.1.5.2                                        977b865a51b4
  cstruct.6.2.0                                      eddf6574d28d
  dune.3.23.1                                        a59dd9b14fe3
  dune-compiledb.0.6.0                               bbcea4bb8eee
  dune-configurator.3.23.1                           8cec6bb1116c
  ezjsonm.1.3.0                                      d0dd855e4d56
  fmt.0.11.0                                         a00e65adfdb2
  fpath.0.7.3                                        f291dce35bf8
  hex.1.5.0                                          ddd49645680b
  jsonm.1.0.2                                        f319e6a275ae
  num.1.6                                            efd5a307a10f
  ocaml.5.5.0                                        383268832c4b
  ocaml-base-compiler.5.5.0                          522c248944c8
  ocaml-compiler.5.5.0                               eb1a8babf54c
  ocamlbuild.0.16.1                                  e57f00093c6a
  ocamlfind.1.9.8                                    b506a15fcd6c
  parsexp.v0.17.0                                    7a592903ad6e
  pcre.8.0.5                                         21d3e5e47ca6
  sexplib.v0.17.0                                    96575d3108de
  sexplib0.v0.17.0                                   166f8102230b
  topkg.1.1.1                                        ac206dbbd2b6
  uucp.17.0.0                                        d4a7ce69208b
  uutf.1.0.4                                         4c8ac9e9daae
=== STDOUT ===
Processing: [default: loading data]
[jingoo.1.2.19: dl]
[jingoo.1.2.19: extract]
-> retrieved jingoo.1.2.19  (https://opam.ocaml.org/cache)
[jingoo: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/jingoo.1.2.19)
- /usr/bin/make -C src install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/jingoo.1.2.19/src'
- ocamlyacc jg_parser.mly
- 1 rule never reduced
- 230 shift/reduce conflicts, 121 reduce/reduce conflicts.
- ocamllex jg_lexer.mll
- 230 states, 11598 transitions, table size 47772 bytes
- ocamlfind ocamlc -g -package unix,dynlink,pcre,uutf,uucp -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_ast_mapper.ml jg_runtime.ml jg_interp.ml jg_template.mli jg_template.ml 
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "jg_runtime.ml", line 220, characters 16-32:
- 220 |     | _ -> (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_interp.ml", line 256, characters 35-48:
- 256 |       Statements (self.ast self @@ ast_from_file env path)
-                                          ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label env was omitted in the application of this
-   function.
- 
- File "jg_interp.ml", line 315, characters 33-46:
- 315 |       ignore @@ self.ast self @@ ast_from_file env path;
-                                        ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label env was omitted in the application of this
-   function.
- 
- File "jg_interp.ml", line 321, characters 33-46:
- 321 |       ignore @@ self.ast self @@ ast_from_file env path;
-                                        ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label env was omitted in the application of this
-   function.
- 
- File "jg_interp.ml", line 329, characters 33-46:
- 329 |       ignore @@ self.ast self @@ ast_from_file env path;
-                                        ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label env was omitted in the application of this
-   function.
- ocamlfind ocamlc -g -package unix,dynlink,pcre,uutf,uucp -o jingoo.cma -a  jg_types.cmo  jg_utils.cmo  jg_stub.cmo  jg_parser.cmo  jg_lexer.cmo  jg_ast_mapper.cmo  jg_runtime.cmo  jg_interp.cmo  jg_template.cmo
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind ocamlc -g -thread -c jingoo_mt.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind ocamlopt -g -package unix,dynlink,pcre,uutf,uucp -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_ast_mapper.ml jg_runtime.ml jg_interp.ml jg_template.mli jg_template.ml 
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "jg_runtime.ml", line 220, characters 16-32:
- 220 |     | _ -> (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_interp.ml", line 256, characters 35-48:
- 256 |       Statements (self.ast self @@ ast_from_file env path)
-                                          ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label env was omitted in the application of this
-   function.
- 
- File "jg_interp.ml", line 315, characters 33-46:
- 315 |       ignore @@ self.ast self @@ ast_from_file env path;
-                                        ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label env was omitted in the application of this
-   function.
- 
- File "jg_interp.ml", line 321, characters 33-46:
- 321 |       ignore @@ self.ast self @@ ast_from_file env path;
-                                        ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label env was omitted in the application of this
-   function.
- 
- File "jg_interp.ml", line 329, characters 33-46:
- 329 |       ignore @@ self.ast self @@ ast_from_file env path;
-                                        ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label env was omitted in the application of this
-   function.
- ocamlfind ocamlopt -g -package unix,dynlink,pcre,uutf,uucp -o jingoo.cmxa -a  jg_types.cmx  jg_utils.cmx  jg_stub.cmx  jg_parser.cmx  jg_lexer.cmx  jg_ast_mapper.cmx  jg_runtime.cmx  jg_interp.cmx  jg_template.cmx
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind ocamlopt -g -thread -c jingoo_mt.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind ocamlopt -g -o compiler -linkpkg -package unix,dynlink,pcre,uutf,uucp jingoo.cmxa jg_cmdline.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- 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/jg_ast_mapper.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/jg_ast_mapper.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.19/src'
-> installed jingoo.1.2.19
[WARNING] Opam package conf-libpcre.2 depends on the following system package that can no longer be found: libpcre3-dev

=== STDERR ===

2026-06-24 18:44.58: OK: build jingoo.1.2.19 (runc: 4.6s, disk: 15KB)
2026-06-24 18:44.58: Job succeeded