Build:
  1. 0
2026-06-16 11:49.55: New job: build fmt.0.8.5 (267f0edb1cf3)
2026-06-16 11:49.55: Waiting for resource in pool day11-builds
2026-06-16 12:13.13: Got resource from pool day11-builds
2026-06-16 12:13.13: [profile full] build fmt.0.8.5
2026-06-16 12:13.13: build fmt.0.8.5 (267f0edb1cf3)
=== DEPENDENCIES (11 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  dune.3.23.1                                        5402470d931c
  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
  result.1.5                                         537fffb7b75d
  topkg.1.1.1                                        ab549298f3fc
  uchar.0.0.2                                        0cb79118950a
=== STDOUT ===
Processing: [default: loading data]
[fmt.0.8.5: dl]
[fmt.0.8.5: extract]
-> retrieved fmt.0.8.5  (https://opam.ocaml.org/cache)
[fmt: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-base-unix" "true" "--with-cmdliner" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/fmt.0.8.5)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package result -package uchar -modules src/fmt.ml > src/fmt.ml.depends
- + ocamlfind ocamldep -package result -package uchar -modules src/fmt.mli > src/fmt.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package result -package uchar -I src -I test -o src/fmt.cmi src/fmt.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package result -package uchar -I src -I test -o src/fmt.cmi src/fmt.mli
- File "src/fmt.mli", line 22, characters 31-48:
- 22 |   ('a, Format.formatter, unit) Pervasives.format -> 'a
-                                     ^^^^^^^^^^^^^^^^^
- 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
- File "src/fmt.mli", line 93, characters 42-59:
- 93 | val unit : (unit, Format.formatter, unit) Pervasives.format -> unit t
-                                                ^^^^^^^^^^^^^^^^^
- 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
- File "src/fmt.mli", line 96, characters 39-56:
- 96 | val fmt : ('a, Format.formatter, unit) Pervasives.format ->
-                                             ^^^^^^^^^^^^^^^^^
- 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
- File "src/fmt.mli", line 102, characters 44-61:
- 102 | val always : (unit, Format.formatter, unit) Pervasives.format -> 'a t
-                                                   ^^^^^^^^^^^^^^^^^
- 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
- File "src/fmt.mli", line 444, characters 58-75:
- 444 | val styled_unit : style -> (unit, Format.formatter, unit) Pervasives.format ->
-                                                                 ^^^^^^^^^^^^^^^^^
- 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
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package result -package uchar -I src -I test -o src/fmt.cmx src/fmt.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package result -package uchar -I src -I test -o src/fmt.cmx src/fmt.ml
- File "src/fmt.ml", line 420, characters 21-58:
- 420 | let meta_store ppf = Format.pp_get_formatter_tag_functions ppf ()
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/fmt.ml", line 421, characters 31-68:
- 421 | let set_meta_store ppf store = Format.pp_set_formatter_tag_functions ppf store
-                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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.
- + ocamlfind ocamlopt -a -package result -package uchar -I src src/fmt.cmx -o src/fmt.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package result -package uchar -I src -I test -o src/fmt.cmo src/fmt.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package result -package uchar -I src -I test -o src/fmt.cmo src/fmt.ml
- File "src/fmt.ml", line 420, characters 21-58:
- 420 | let meta_store ppf = Format.pp_get_formatter_tag_functions ppf ()
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/fmt.ml", line 421, characters 31-68:
- 421 | let set_meta_store ppf store = Format.pp_set_formatter_tag_functions ppf store
-                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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.
- + ocamlfind ocamldep -package unix -package result -package uchar -modules src/fmt_tty.ml > src/fmt_tty.ml.depends
- + ocamlfind ocamldep -package unix -package result -package uchar -modules src/fmt_tty.mli > src/fmt_tty.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmi src/fmt_tty.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- File "src/fmt_tty.ml", line 27, characters 13-30:
- 27 |     if oc == Pervasives.stdout then Fmt.stdout else
-                   ^^^^^^^^^^^^^^^^^
- 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
- File "src/fmt_tty.ml", line 28, characters 13-30:
- 28 |     if oc == Pervasives.stderr then Fmt.stderr else
-                   ^^^^^^^^^^^^^^^^^
- 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
- File "src/fmt_tty.ml", line 50, characters 12-20:
- 50 |         try is_infix "UTF-8" (String.uppercase (Sys.getenv var))
-                  ^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fmt_tty.ml", line 50, characters 30-46:
- 50 |         try is_infix "UTF-8" (String.uppercase (Sys.getenv var))
-                                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- + ocamlfind ocamlopt -a -package unix -package result -package uchar -I src src/fmt_tty.cmx -o src/fmt_tty.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package result -package uchar -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- File "src/fmt_tty.ml", line 27, characters 13-30:
- 27 |     if oc == Pervasives.stdout then Fmt.stdout else
-                   ^^^^^^^^^^^^^^^^^
- 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
- File "src/fmt_tty.ml", line 28, characters 13-30:
- 28 |     if oc == Pervasives.stderr then Fmt.stderr else
-                   ^^^^^^^^^^^^^^^^^
- 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
- File "src/fmt_tty.ml", line 50, characters 12-20:
- 50 |         try is_infix "UTF-8" (String.uppercase (Sys.getenv var))
-                  ^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/fmt_tty.ml", line 50, characters 30-46:
- 50 |         try is_infix "UTF-8" (String.uppercase (Sys.getenv var))
-                                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- + ocamlfind ocamldep -package compiler-libs.toplevel -package result -package uchar -modules src/fmt_top.ml > src/fmt_top.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package result -package uchar -I src -I test -o src/fmt_top.cmo src/fmt_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package result -package uchar -I src -I test -o src/fmt_top.cmo src/fmt_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
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package result -package uchar -I src -I test -o src/fmt_top.cmx src/fmt_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package result -package uchar -I src -I test -o src/fmt_top.cmx src/fmt_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
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmx -o src/fmt_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 -package result -package uchar -I src src/fmt.cmxa -o src/fmt.cmxs
- + ocamlfind ocamlc -a -package result -package uchar -I src src/fmt.cmo -o src/fmt.cma
- + ocamlfind ocamlopt -shared -linkall -package unix -package result -package uchar -I src src/fmt_tty.cmxa -o src/fmt_tty.cmxs
- + ocamlfind ocamlc -a -package unix -package result -package uchar -I src src/fmt_tty.cmo -o src/fmt_tty.cma
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmo -o src/fmt_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmo -o src/fmt_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 ocamlopt -shared -linkall -package compiler-libs.toplevel -package result -package uchar -I src src/fmt_top.cmxa -o src/fmt_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
- # Parallel statistics: { count(total): 1(18), max: 6, min: 6, average(total): 6.000(1.278) }
-> compiled  fmt.0.8.5
-> installed fmt.0.8.5

=== STDERR ===

2026-06-16 12:13.39: OK: build fmt.0.8.5 (runc: 3.6s, disk: 17KB)
2026-06-16 12:13.39: Job succeeded