Build:
  1. 0
2026-06-16 11:34.41: New job: build lua-ml.0.9 (5cfcd8b6ffc4)
2026-06-16 11:34.41: Waiting for resource in pool day11-builds
2026-06-16 11:46.09: Got resource from pool day11-builds
2026-06-16 11:46.09: [profile full] build lua-ml.0.9
2026-06-16 11:46.09: build lua-ml.0.9 (5cfcd8b6ffc4)
=== DEPENDENCIES (4 transitive) ===
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlbuild.0.16.1                                  8f6c52e6fce8
=== STDOUT ===
Processing: [default: loading data]
[lua-ml.0.9: dl]
[lua-ml.0.9: extract]
-> retrieved lua-ml.0.9  (https://opam.ocaml.org/cache)
[lua-ml: make lib]
+ /usr/bin/make "lib" (CWD=/home/opam/.opam/default/.opam-switch/build/lua-ml.0.9)
- make -C src all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/lua-ml.0.9/src'
- ocamlyacc luaparsex.mly
- # Some handwritten bits are required for the parser interface
- rm luaparsex.mli
- mv luaparsex.ml luaparser.ml
- cp _luaparser.mli luaparser.mli
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/lua-ml.0.9/src'
- ocamlbuild -I src src/lua-std.cmxa src/lua-std.cma src/lua-std.cmxs
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/lua.ml > src/lua.ml.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/lua.mli > src/lua.mli.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luaast.mli > src/luaast.mli.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luavalue.mli > src/luavalue.mli.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luasrcmap.mli > src/luasrcmap.mli.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luasrcmap.cmi src/luasrcmap.mli
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luavalue.cmi src/luavalue.mli
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luaparser.mli > src/luaparser.mli.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luaast.cmi src/luaast.mli
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luaparser.cmi src/luaparser.mli
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/lua.cmi src/lua.mli
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luaast.ml > src/luaast.ml.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luavalue.ml > src/luavalue.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/luafloat.mll
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luafloat.ml > src/luafloat.ml.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luafloat.cmo src/luafloat.ml
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luasrcmap.ml > src/luasrcmap.ml.depends
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luafloat.cmx src/luafloat.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luasrcmap.cmx src/luasrcmap.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luasrcmap.cmx src/luasrcmap.ml
- File "src/luasrcmap.ml", line 100, characters 47-61:
- 100 |         let (=$=) : string -> string -> bool = Pervasives.(=) in
-                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luavalue.cmx src/luavalue.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luavalue.cmx src/luavalue.ml
- File "src/luavalue.ml", line 182, characters 37-41:
- 182 |     let _ = List.iter (fun (k, v) -> bind t (String k) v) l in
-                                            ^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luavalue.ml", line 210, characters 51-57:
- 210 | let lua_func ~file ~linedefined:line f = Function (srcloc file line, f)
-                                                          ^^^^^^
- Warning 6 [labels-omitted]: labels file, linedefined were omitted in the application of this function.
- File "src/luavalue.ml", line 339, characters 21-31:
- 339 |       | e :: es -> ( Table.bind t (Number next) (ty.embed e)
-                            ^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luavalue.ml", line 347, characters 23-33:
- 347 |       else ty.project (Table.find t (Number (pervasive_float i))) :: elems (i + 1) in
-                              ^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luavalue.ml", line 447, characters 53-63:
- 447 |                       | Table t as v -> (let f = try Table.find t (String "apply")
-                                                            ^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luavalue.ml", line 455, characters 8-18:
- 455 |   match Table.find t (String "apply") with
-               ^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luabaselib.ml > src/luabaselib.ml.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luabaselib.mli > src/luabaselib.mli.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luainterp.mli > src/luainterp.mli.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/lualib.mli > src/lualib.mli.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/lualib.cmi src/lualib.mli
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luainterp.cmi src/luainterp.mli
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luabaselib.cmi src/luabaselib.mli
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luainterp.ml > src/luainterp.ml.depends
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luaast.cmx src/luaast.ml
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/lualib.ml > src/lualib.ml.depends
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/lualib.cmx src/lualib.ml
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luaparser.ml > src/luaparser.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/luascanner.mll
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luascanner.ml > src/luascanner.ml.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luascanner.cmo src/luascanner.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luaparser.cmx src/luaparser.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luainterp.cmx src/luainterp.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luainterp.cmx src/luainterp.ml
- File "src/luainterp.ml", line 145, characters 2-14:
- 145 |   dump_state g;
-         ^^^^^^^^^^^^
- Warning 21 [nonreturning-statement]: this statement never returns (or has an unsound type.)
- File "src/luainterp.ml", line 242, characters 11-23:
- 242 |     (match V.Table.find t key with
-                  ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luainterp.ml", line 248, characters 28-40:
- 248 | | V.LuaValueBase.Table t -> V.Table.bind t key v
-                                   ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luainterp.ml", line 251, characters 8-20:
- 251 |   match V.Table.find g.V.globals k with
-               ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luainterp.ml", line 254, characters 22-34:
- 254 | let setglobal g k v = V.Table.bind g.V.globals k v
-                             ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luainterp.ml", line 325, characters 35-47:
- 325 |               let theta = fun l -> V.Table.bind (tbl l) (V.LuaValueBase.Number n) (getlocal l vloc);
-                                          ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luainterp.ml", line 333, characters 35-47:
- 333 |               let theta = fun l -> V.Table.bind (tbl l) (V.LuaValueBase.String n) (getlocal l vloc);
-                                          ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luainterp.ml", line 500, characters 15-23:
- 500 |   let srcloc = V.srcloc file line in
-                      ^^^^^^^^
- Warning 6 [labels-omitted]: labels file, linedefined were omitted in the application of this function.
- File "src/luainterp.ml", line 584, characters 26-38:
- 584 |   let bind (k, v) = match V.Table.find t (V.LuaValueBase.String k) with
-                                 ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luainterp.ml", line 585, characters 26-38:
- 585 |   | V.LuaValueBase.Nil -> V.Table.bind t (V.LuaValueBase.String k) v
-                                 ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luascanner.cmx src/luascanner.ml
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luarun.ml > src/luarun.ml.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luarun.mli > src/luarun.mli.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luarun.cmi src/luarun.mli
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luabaselib.cmx src/luabaselib.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luabaselib.cmx src/luabaselib.ml
- File "src/luabaselib.ml", line 32, characters 16-24:
- 32 |   I.with_stack (V.srcloc ("dostring('" ^ abbreviate s ^ "')") 0) g
-                      ^^^^^^^^
- Warning 6 [labels-omitted]: labels file, linedefined were omitted in the application of this function.
- File "src/luabaselib.ml", line 40, characters 33-41:
- 40 |       let answer = I.with_stack (V.srcloc ("dofile('" ^ infile ^ "')") 0) g
-                                       ^^^^^^^^
- Warning 6 [labels-omitted]: labels file, linedefined were omitted in the application of this function.
- File "src/luabaselib.ml", line 98, characters 33-45:
- 98 |                      (fun k v -> V.Table.bind g.V.globals k v)
-                                       ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luarun.cmx src/luarun.ml
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luacamllib.ml > src/luacamllib.ml.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luacamllib.mli > src/luacamllib.mli.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luaiolib.mli > src/luaiolib.mli.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luaiolib.cmi src/luaiolib.mli
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luacamllib.cmi src/luacamllib.mli
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/lua.cmx src/lua.ml
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luaiolib.ml > src/luaiolib.ml.depends
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luaiolib.cmx src/luaiolib.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luaiolib.cmx src/luaiolib.ml
- File "src/luaiolib.ml", line 64, characters 20-32:
- 64 | let setglobal s v = V.Table.bind g.V.globals (V.LuaValueBase.String s) v in
-                          ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luamathlib.ml > src/luamathlib.ml.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luamathlib.mli > src/luamathlib.mli.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luamathlib.cmi src/luamathlib.mli
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luastrlib.ml > src/luastrlib.ml.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/luastrlib.mli > src/luastrlib.mli.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luastrlib.cmi src/luastrlib.mli
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luacamllib.cmx src/luacamllib.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luacamllib.cmx src/luacamllib.ml
- File "src/luacamllib.ml", line 13, characters 4-10:
- 13 | let infile  = IO.in' file V.projection in
-          ^^^^^^
- Warning 26 [unused-var]: unused variable infile.
- File "src/luacamllib.ml", line 14, characters 4-11:
- 14 | let outfile = IO.out file V.projection in
-          ^^^^^^^
- Warning 26 [unused-var]: unused variable outfile.
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luamathlib.cmx src/luamathlib.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luastrlib.cmx src/luastrlib.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/luastrlib.cmx src/luastrlib.ml
- File "src/luastrlib.ml", line 119, characters 4-8:
- 119 | let andp p1 p2 c = p1 c && p2 c   in
-           ^^^^
- Warning 26 [unused-var]: unused variable andp.
- + /home/opam/.opam/default/bin/ocamlopt.opt -a -I src src/luafloat.cmx src/luasrcmap.cmx src/luavalue.cmx src/luaast.cmx src/lualib.cmx src/luainterp.cmx src/luaparser.cmx src/luascanner.cmx src/luabaselib.cmx src/luarun.cmx src/lua.cmx src/luaiolib.cmx src/luacamllib.cmx src/luamathlib.cmx src/luastrlib.cmx -o src/lua-std.cmxa
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/lua.cmo src/lua.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luaast.cmo src/luaast.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luabaselib.cmo src/luabaselib.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luabaselib.cmo src/luabaselib.ml
- File "src/luabaselib.ml", line 32, characters 16-24:
- 32 |   I.with_stack (V.srcloc ("dostring('" ^ abbreviate s ^ "')") 0) g
-                      ^^^^^^^^
- Warning 6 [labels-omitted]: labels file, linedefined were omitted in the application of this function.
- File "src/luabaselib.ml", line 40, characters 33-41:
- 40 |       let answer = I.with_stack (V.srcloc ("dofile('" ^ infile ^ "')") 0) g
-                                       ^^^^^^^^
- Warning 6 [labels-omitted]: labels file, linedefined were omitted in the application of this function.
- File "src/luabaselib.ml", line 98, characters 33-45:
- 98 |                      (fun k v -> V.Table.bind g.V.globals k v)
-                                       ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luacamllib.cmo src/luacamllib.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luacamllib.cmo src/luacamllib.ml
- File "src/luacamllib.ml", line 13, characters 4-10:
- 13 | let infile  = IO.in' file V.projection in
-          ^^^^^^
- Warning 26 [unused-var]: unused variable infile.
- File "src/luacamllib.ml", line 14, characters 4-11:
- 14 | let outfile = IO.out file V.projection in
-          ^^^^^^^
- Warning 26 [unused-var]: unused variable outfile.
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luainterp.cmo src/luainterp.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luainterp.cmo src/luainterp.ml
- File "src/luainterp.ml", line 145, characters 2-14:
- 145 |   dump_state g;
-         ^^^^^^^^^^^^
- Warning 21 [nonreturning-statement]: this statement never returns (or has an unsound type.)
- File "src/luainterp.ml", line 242, characters 11-23:
- 242 |     (match V.Table.find t key with
-                  ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luainterp.ml", line 248, characters 28-40:
- 248 | | V.LuaValueBase.Table t -> V.Table.bind t key v
-                                   ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luainterp.ml", line 251, characters 8-20:
- 251 |   match V.Table.find g.V.globals k with
-               ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luainterp.ml", line 254, characters 22-34:
- 254 | let setglobal g k v = V.Table.bind g.V.globals k v
-                             ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luainterp.ml", line 325, characters 35-47:
- 325 |               let theta = fun l -> V.Table.bind (tbl l) (V.LuaValueBase.Number n) (getlocal l vloc);
-                                          ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luainterp.ml", line 333, characters 35-47:
- 333 |               let theta = fun l -> V.Table.bind (tbl l) (V.LuaValueBase.String n) (getlocal l vloc);
-                                          ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luainterp.ml", line 500, characters 15-23:
- 500 |   let srcloc = V.srcloc file line in
-                      ^^^^^^^^
- Warning 6 [labels-omitted]: labels file, linedefined were omitted in the application of this function.
- File "src/luainterp.ml", line 584, characters 26-38:
- 584 |   let bind (k, v) = match V.Table.find t (V.LuaValueBase.String k) with
-                                 ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luainterp.ml", line 585, characters 26-38:
- 585 |   | V.LuaValueBase.Nil -> V.Table.bind t (V.LuaValueBase.String k) v
-                                 ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luaiolib.cmo src/luaiolib.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luaiolib.cmo src/luaiolib.ml
- File "src/luaiolib.ml", line 64, characters 20-32:
- 64 | let setglobal s v = V.Table.bind g.V.globals (V.LuaValueBase.String s) v in
-                          ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/lualib.cmo src/lualib.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luamathlib.cmo src/luamathlib.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luaparser.cmo src/luaparser.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luarun.cmo src/luarun.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luasrcmap.cmo src/luasrcmap.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luasrcmap.cmo src/luasrcmap.ml
- File "src/luasrcmap.ml", line 100, characters 47-61:
- 100 |         let (=$=) : string -> string -> bool = Pervasives.(=) in
-                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luastrlib.cmo src/luastrlib.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luastrlib.cmo src/luastrlib.ml
- File "src/luastrlib.ml", line 119, characters 4-8:
- 119 | let andp p1 p2 c = p1 c && p2 c   in
-           ^^^^
- Warning 26 [unused-var]: unused variable andp.
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luavalue.cmo src/luavalue.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/luavalue.cmo src/luavalue.ml
- File "src/luavalue.ml", line 182, characters 37-41:
- 182 |     let _ = List.iter (fun (k, v) -> bind t (String k) v) l in
-                                            ^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luavalue.ml", line 210, characters 51-57:
- 210 | let lua_func ~file ~linedefined:line f = Function (srcloc file line, f)
-                                                          ^^^^^^
- Warning 6 [labels-omitted]: labels file, linedefined were omitted in the application of this function.
- File "src/luavalue.ml", line 339, characters 21-31:
- 339 |       | e :: es -> ( Table.bind t (Number next) (ty.embed e)
-                            ^^^^^^^^^^
- Warning 6 [labels-omitted]: labels key, data were omitted in the application of this function.
- File "src/luavalue.ml", line 347, characters 23-33:
- 347 |       else ty.project (Table.find t (Number (pervasive_float i))) :: elems (i + 1) in
-                              ^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luavalue.ml", line 447, characters 53-63:
- 447 |                       | Table t as v -> (let f = try Table.find t (String "apply")
-                                                            ^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- File "src/luavalue.ml", line 455, characters 8-18:
- 455 |   match Table.find t (String "apply") with
-               ^^^^^^^^^^
- Warning 6 [labels-omitted]: label key was omitted in the application of this function.
- + /home/opam/.opam/default/bin/ocamlc.opt -a -I src src/luafloat.cmo src/luasrcmap.cmo src/luavalue.cmo src/luaast.cmo src/lualib.cmo src/luainterp.cmo src/luaparser.cmo src/luascanner.cmo src/luabaselib.cmo src/luarun.cmo src/lua.cmo src/luaiolib.cmo src/luacamllib.cmo src/luamathlib.cmo src/luastrlib.cmo -o src/lua-std.cma
- + /home/opam/.opam/default/bin/ocamlopt.opt -shared -linkall -I src src/lua-std.cmxa -o src/lua-std.cmxs
-> compiled  lua-ml.0.9
-> installed lua-ml.0.9

=== STDERR ===

2026-06-16 11:46.26: OK: build lua-ml.0.9 (runc: 10.6s, disk: 26KB)
2026-06-16 11:46.26: Job succeeded