Build:
  1. 0
2026-06-23 16:53.04: New job: build wall.0.4 (35c464ddd54a)
2026-06-23 16:53.04: Waiting for resource in pool day11-builds
2026-06-23 18:16.52: Got resource from pool day11-builds
2026-06-23 18:16.52: [profile full] build wall.0.4
2026-06-23 18:16.52: build wall.0.4 (35c464ddd54a)
=== DEPENDENCIES (17 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  compiler-cloning.enabled                           0d2606125f88
  conf-gles2.1                                       418e9e980fa1
  conf-pkg-config.5                                  4b60827fc174
  dune.3.23.1                                        dbfeecb5ca10
  gg.1.0.0                                           d40a30660387
  grenier.0.16                                       c9aa5d397007
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
  result.1.5                                         33cb91729092
  stb_image.0.5                                      36cbf13a52c1
  stb_truetype.0.7                                   5372b53e55b5
  topkg.1.1.1                                        8e3718e4cf5c
=== STDOUT ===
Processing: [default: loading data]
[wall.0.4: dl]
[wall.0.4: extract]
[wall.0.4/fix-ocaml-dev.patch: dl]
-> retrieved wall.0.4  (https://opam.ocaml.org/cache)
[wall: patch] applying fix-ocaml-dev.patch
[wall: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "wall" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/wall.0.4)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +26 -g -bin-annot -bin-annot-occurrences -I lib/.wall.objs/byte -I /home/opam/.opam/default/lib/gg -I /home/opam/.opam/default/lib/grenier/binpacking -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stb_image -I /home/opam/.opam/default/lib/stb_truetype -cmi-file lib/.wall.objs/byte/wall.cmi -no-alias-deps -o lib/.wall.objs/byte/wall.cmo -c -impl lib/wall.ml)
- File "lib/wall.ml", line 189, characters 13-21:
- 189 |     compose (rotation angle) xform
-                    ^^^^^^^^
- Warning 6 [labels-omitted]: label a was omitted in the application of this
-   function.
- 
- File "lib/wall.ml", line 262, characters 14-35:
- 262 |       xform = Transform.translation cx cy;
-                     ^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 274, characters 14-35:
- 274 |       xform = Transform.translation (x +. w) (y +. h);
-                     ^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 287, characters 14-33:
- 287 |       xform = Transform.translate cx cy (Transform.rotation angle);
-                     ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 287, characters 41-59:
- 287 |       xform = Transform.translate cx cy (Transform.rotation angle);
-                                                ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label a was omitted in the application of this
-   function.
- 
- File "lib/wall.ml", line 334, characters 48-55:
- 334 |   let scale ~sx ~sy frame = {frame with xform = rescale sx sy frame.xform}
-                                                       ^^^^^^^
- Warning 6 [labels-omitted]: labels sx, sy were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 344, characters 6-17:
- 344 |       set_scissor x y w h xf frame
-             ^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y, w, h were omitted in the application
-   of this function.
- 
- File "lib/wall.ml", line 361, characters 6-17:
- 361 |       set_scissor x y w h xf frame
-             ^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y, w, h were omitted in the application
-   of this function.
- 
- File "lib/wall.ml", line 606, characters 11-18:
- 606 |       then line_to t x1 y1
-                  ^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 618, characters 13-20:
- 618 |         then line_to t x1 y1
-                    ^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 921, characters 18-39:
- 921 |       begin match cls.Typesetter.render xf x quadbuf
-                         ^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label push was omitted in the application of this
-   function.
- 
- File "lib/wall.ml", line 953, characters 6-30:
- 953 |       Backend.Convex_fill.draw path.V.fill_first path.V.fill_count;
-             ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 955, characters 8-35:
- 955 |         Backend.Convex_fill.draw_aa path.V.stroke_first path.V.stroke_count
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 961, characters 11-36:
- 961 |            Backend.Fill.draw_stencil fill_first fill_count)
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 969, characters 13-33:
- 969 |              Backend.Fill.draw_aa stroke_first stroke_count)
-                    ^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 973, characters 6-35:
- 973 |       Backend.Fill.finish_and_cover b.triangle_offset b.triangle_count
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 979, characters 11-46:
- 979 |            Backend.Stencil_stroke.draw_stencil stroke_first stroke_count)
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 986, characters 11-41:
- 986 |            Backend.Stencil_stroke.draw_aa stroke_first stroke_count)
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 992, characters 11-44:
- 992 |            Backend.Stencil_stroke.draw_clear stroke_first stroke_count)
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 1000, characters 11-37:
- 1000 |            Backend.Direct_stroke.draw stroke_first stroke_count)
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 1005, characters 6-28:
- 1005 |       Backend.Triangles.draw b.triangle_offset b.triangle_count
-              ^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 1041, characters 4-19:
- 1041 |     Backend.prepare t.g width height (B.sub t.b);
-            ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels width, height were omitted in the
-   application of this function.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +26 -g -bin-annot -bin-annot-occurrences -I lib/.wall.objs/byte -I /home/opam/.opam/default/lib/gg -I /home/opam/.opam/default/lib/grenier/binpacking -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stb_image -I /home/opam/.opam/default/lib/stb_truetype -cmi-file lib/.wall.objs/byte/wall_text.cmi -no-alias-deps -o lib/.wall.objs/byte/wall_text.cmo -c -impl lib/wall_text.ml)
- File "lib/wall_text.ml", line 351, characters 15-24:
- 351 |   let _, key = Glyph.key sx sy font in
-                      ^^^^^^^^^
- Warning 6 [labels-omitted]: labels sx, sy were omitted in the application of
-   this function.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +26 -g -bin-annot -bin-annot-occurrences -I lib/.wall.objs/byte -I /home/opam/.opam/default/lib/gg -I /home/opam/.opam/default/lib/grenier/binpacking -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stb_image -I /home/opam/.opam/default/lib/stb_truetype -cmi-file lib/.wall.objs/byte/wall__geom.cmi -no-alias-deps -o lib/.wall.objs/byte/wall__geom.cmo -c -impl lib/wall__geom.ml)
- File "lib/wall__geom.ml", line 301, characters 9-21:
- 301 |       if point_equals (T.dist_tol t)
-                ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label tol was omitted in the application of this
-   function.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w +26 -unsafe -O3 -I lib/.wall.objs/byte -I lib/.wall.objs/native -I /home/opam/.opam/default/lib/gg -I /home/opam/.opam/default/lib/grenier/binpacking -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stb_image -I /home/opam/.opam/default/lib/stb_truetype -cmi-file lib/.wall.objs/byte/wall__geom.cmi -no-alias-deps -o lib/.wall.objs/native/wall__geom.cmx -c -impl lib/wall__geom.ml)
- File "lib/wall__geom.ml", line 301, characters 9-21:
- 301 |       if point_equals (T.dist_tol t)
-                ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label tol was omitted in the application of this
-   function.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w +26 -unsafe -O3 -I lib/.wall.objs/byte -I lib/.wall.objs/native -I /home/opam/.opam/default/lib/gg -I /home/opam/.opam/default/lib/grenier/binpacking -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stb_image -I /home/opam/.opam/default/lib/stb_truetype -cmi-file lib/.wall.objs/byte/wall.cmi -no-alias-deps -o lib/.wall.objs/native/wall.cmx -c -impl lib/wall.ml)
- File "lib/wall.ml", line 189, characters 13-21:
- 189 |     compose (rotation angle) xform
-                    ^^^^^^^^
- Warning 6 [labels-omitted]: label a was omitted in the application of this
-   function.
- 
- File "lib/wall.ml", line 262, characters 14-35:
- 262 |       xform = Transform.translation cx cy;
-                     ^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 274, characters 14-35:
- 274 |       xform = Transform.translation (x +. w) (y +. h);
-                     ^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 287, characters 14-33:
- 287 |       xform = Transform.translate cx cy (Transform.rotation angle);
-                     ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 287, characters 41-59:
- 287 |       xform = Transform.translate cx cy (Transform.rotation angle);
-                                                ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label a was omitted in the application of this
-   function.
- 
- File "lib/wall.ml", line 334, characters 48-55:
- 334 |   let scale ~sx ~sy frame = {frame with xform = rescale sx sy frame.xform}
-                                                       ^^^^^^^
- Warning 6 [labels-omitted]: labels sx, sy were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 344, characters 6-17:
- 344 |       set_scissor x y w h xf frame
-             ^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y, w, h were omitted in the application
-   of this function.
- 
- File "lib/wall.ml", line 361, characters 6-17:
- 361 |       set_scissor x y w h xf frame
-             ^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels x, y, w, h were omitted in the application
-   of this function.
- 
- File "lib/wall.ml", line 606, characters 11-18:
- 606 |       then line_to t x1 y1
-                  ^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 618, characters 13-20:
- 618 |         then line_to t x1 y1
-                    ^^^^^^^
- Warning 6 [labels-omitted]: labels x, y were omitted in the application of
-   this function.
- 
- File "lib/wall.ml", line 921, characters 18-39:
- 921 |       begin match cls.Typesetter.render xf x quadbuf
-                         ^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label push was omitted in the application of this
-   function.
- 
- File "lib/wall.ml", line 953, characters 6-30:
- 953 |       Backend.Convex_fill.draw path.V.fill_first path.V.fill_count;
-             ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 955, characters 8-35:
- 955 |         Backend.Convex_fill.draw_aa path.V.stroke_first path.V.stroke_count
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 961, characters 11-36:
- 961 |            Backend.Fill.draw_stencil fill_first fill_count)
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 969, characters 13-33:
- 969 |              Backend.Fill.draw_aa stroke_first stroke_count)
-                    ^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 973, characters 6-35:
- 973 |       Backend.Fill.finish_and_cover b.triangle_offset b.triangle_count
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 979, characters 11-46:
- 979 |            Backend.Stencil_stroke.draw_stencil stroke_first stroke_count)
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 986, characters 11-41:
- 986 |            Backend.Stencil_stroke.draw_aa stroke_first stroke_count)
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 992, characters 11-44:
- 992 |            Backend.Stencil_stroke.draw_clear stroke_first stroke_count)
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 1000, characters 11-37:
- 1000 |            Backend.Direct_stroke.draw stroke_first stroke_count)
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 1005, characters 6-28:
- 1005 |       Backend.Triangles.draw b.triangle_offset b.triangle_count
-              ^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels first, count were omitted in the
-   application of this function.
- 
- File "lib/wall.ml", line 1041, characters 4-19:
- 1041 |     Backend.prepare t.g width height (B.sub t.b);
-            ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels width, height were omitted in the
-   application of this function.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w +26 -unsafe -O3 -I lib/.wall.objs/byte -I lib/.wall.objs/native -I /home/opam/.opam/default/lib/gg -I /home/opam/.opam/default/lib/grenier/binpacking -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/stb_image -I /home/opam/.opam/default/lib/stb_truetype -cmi-file lib/.wall.objs/byte/wall_text.cmi -no-alias-deps -o lib/.wall.objs/native/wall_text.cmx -c -impl lib/wall_text.ml)
- File "lib/wall_text.ml", line 351, characters 15-24:
- 351 |   let _, key = Glyph.key sx sy font in
-                      ^^^^^^^^^
- Warning 6 [labels-omitted]: labels sx, sy were omitted in the application of
-   this function.
-> compiled  wall.0.4
-> installed wall.0.4
[WARNING] Opam package conf-gles2.1 depends on the following system package that can no longer be found: libgles2-mesa-dev

=== STDERR ===

2026-06-23 18:17.06: OK: build wall.0.4 (runc: 5.6s, disk: 22KB)
2026-06-23 18:17.06: Job succeeded