Build:
  1. 0
2026-06-16 14:27.52: New job: build notty.0.2.2 (c4971eeff026)
2026-06-16 14:27.52: Waiting for resource in pool day11-builds
2026-06-16 16:10.11: Got resource from pool day11-builds
2026-06-16 16:10.11: [profile full] build notty.0.2.2
2026-06-16 16:10.11: build notty.0.2.2 (c4971eeff026)
=== DEPENDENCIES (12 transitive) ===
  astring.0.8.5                                      ee1f3bf95dc8
  ocaml.4.13.1                                       374ce8822fbe
  ocaml-base-compiler.4.13.1                         3060c22370ce
  ocaml-config.2                                     7e2bf3da2a6e
  ocamlbuild.0.16.1                                  92efc231a261
  ocamlfind.1.9.8                                    07c0f7045661
  ocb-stubblr.0.1.1-1                                7d82fe4a511d
  topkg.1.1.1                                        9e62ca7deaa9
  uchar.0.0.2                                        b4f70bb6240b
  uucp.15.0.0                                        2e3564ed1615
  uuseg.15.0.0                                       439f75de0088
  uutf.1.0.4                                         1cc2c5be5ba7
=== STDOUT ===
Processing: [default: loading data]
[notty.0.2.2: dl]
[notty.0.2.2: extract]
-> retrieved notty.0.2.2  (https://opam.ocaml.org/cache)
[notty: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--with-lwt" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/notty.0.2.2)
- + ocamlfind ocamlc -config
- + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package ocb-stubblr myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package 'uchar uucp uuseg uutf' -modules src/notty.ml > src/notty.ml.depends
- + ocamlfind ocamldep -package 'uchar uucp uuseg uutf' -modules src/notty.mli > src/notty.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I src -I lwt -I unix -o src/notty.cmi src/notty.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I src -I lwt -I unix -o src/notty.cmx src/notty.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I src -I lwt -I unix -o src/notty.cmx src/notty.ml
- File "src/notty.ml", line 432, characters 6-36:
- 432 |       pp_set_formatter_tag_functions fmt
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/notty.ml", line 441, characters 41-52:
- 441 |     let pp_open_attribute_tag fmt attr = pp_open_tag fmt (A.to_tag attr)
-                                                ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "src/notty.ml", line 458, characters 47-59:
- 458 |       pp_open_attribute_tag fmt attr; f fmt a; pp_close_tag fmt ()
-                                                      ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- + ocamlfind ocamlopt -a -package 'uchar uucp uuseg uutf' -I src src/notty.cmx -o src/notty.cmxa
- + ocamlfind ocamlopt -shared -linkall -I . -I lwt -I src -I unix -package 'uchar uucp uuseg uutf' -I src src/notty.cmxa -o src/notty.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I src -I lwt -I unix -o src/notty.cmo src/notty.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I src -I lwt -I unix -o src/notty.cmo src/notty.ml
- File "src/notty.ml", line 432, characters 6-36:
- 432 |       pp_set_formatter_tag_functions fmt
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/notty.ml", line 441, characters 41-52:
- 441 |     let pp_open_attribute_tag fmt attr = pp_open_tag fmt (A.to_tag attr)
-                                                ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "src/notty.ml", line 458, characters 47-59:
- 458 |       pp_open_attribute_tag fmt attr; f fmt a; pp_close_tag fmt ()
-                                                      ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- + ocamlfind ocamlc -a -package 'uchar uucp uuseg uutf' -I src src/notty.cmo -o src/notty.cma
- + ocamlfind ocamldep -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -modules src/notty_top.ml > src/notty_top.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I src -I lwt -I unix -o src/notty_top.cmo src/notty_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I src -I lwt -I unix -o src/notty_top.cmo src/notty_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml, /home/opam/.opam/default/lib/ocaml/compiler-libs
- File "src/notty_top.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I src -I lwt -I unix -o src/notty_top.cmx src/notty_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I src -I lwt -I unix -o src/notty_top.cmx src/notty_top.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml, /home/opam/.opam/default/lib/ocaml/compiler-libs
- File "src/notty_top.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -I src src/notty_top.cmx -o src/notty_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -I src src/notty_top.cmx -o src/notty_top.cmxa
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml, /home/opam/.opam/default/lib/ocaml/compiler-libs
- + ocamlfind ocamlopt -shared -linkall -I . -I lwt -I src -I unix -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -I src src/notty_top.cmxa -o src/notty_top.cmxs
- + ocamlfind ocamlopt -shared -linkall -I . -I lwt -I src -I unix -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -I src src/notty_top.cmxa -o src/notty_top.cmxs
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml, /home/opam/.opam/default/lib/ocaml/compiler-libs
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -I src src/notty_top.cmo -o src/notty_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package 'uchar uucp uuseg uutf' -I src src/notty_top.cmo -o src/notty_top.cma
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml, /home/opam/.opam/default/lib/ocaml/compiler-libs
- + ocamlfind ocamlc -g -ccopt '-O3 -Wall -Wextra' -package 'uchar uucp uuseg uutf' -c unix/native/winsize.c
- + mv winsize.o unix/native/winsize.o
- + ocamlfind ocamlmklib -o unix/notty_unix_stubs -g unix/native/winsize.o
- + ocamlfind ocamldep -package unix -package 'uchar uucp uuseg uutf' -modules unix/notty_unix.ml > unix/notty_unix.ml.depends
- + ocamlfind ocamldep -package unix -package 'uchar uucp uuseg uutf' -modules unix/notty_unix.mli > unix/notty_unix.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I unix -I lwt -I src -o unix/notty_unix.cmi unix/notty_unix.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I unix -I lwt -I src -o unix/notty_unix.cmx unix/notty_unix.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I unix -I lwt -I src -o unix/notty_unix.cmx unix/notty_unix.ml
- File "unix/notty_unix.ml", line 159, characters 4-24:
- 159 |     Lazy.force t.unwinch |> ignore;
-           ^^^^^^^^^^^^^^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- + ocamlfind ocamlopt -a -cclib -lnotty_unix_stubs -package 'uchar uucp uuseg uutf' -I unix unix/notty_unix.cmx -o unix/notty_unix.cmxa
- + ocamlfind ocamlopt -shared -linkall -I . -I lwt -I src -I unix -package 'uchar uucp uuseg uutf' -I unix unix/notty_unix.cmxa -o unix/notty_unix.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I unix -I lwt -I src -o unix/notty_unix.cmo unix/notty_unix.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package 'uchar uucp uuseg uutf' -w A-4-44-48-58 -color always -I unix -I lwt -I src -o unix/notty_unix.cmo unix/notty_unix.ml
- File "unix/notty_unix.ml", line 159, characters 4-24:
- 159 |     Lazy.force t.unwinch |> ignore;
-           ^^^^^^^^^^^^^^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
- maybe some arguments are missing.
- + ocamlfind ocamlc -a -dllib -lnotty_unix_stubs -cclib -lnotty_unix_stubs -package 'uchar uucp uuseg uutf' -I unix unix/notty_unix.cmo -o unix/notty_unix.cma
- # No parallelism done
-> compiled  notty.0.2.2
-> installed notty.0.2.2

=== STDERR ===

2026-06-16 16:10.47: OK: build notty.0.2.2 (runc: 5.6s, disk: 15KB)
2026-06-16 16:10.47: Job succeeded