Build:
- 0
2026-06-16 11:49.36: New job: build fmt.0.8.6 (63b229a26441)
2026-06-16 11:49.36: Waiting for resource in pool day11-builds
2026-06-16 12:09.28: Got resource from pool day11-builds
2026-06-16 12:09.28: [profile full] build fmt.0.8.6
2026-06-16 12:09.28: build fmt.0.8.6 (63b229a26441)
=== 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
seq.base 063828a3d698
stdlib-shims.0.3.0 e2dd0beb9112
topkg.1.1.1 ab549298f3fc
=== STDOUT ===
Processing: [default: loading data]
[fmt.0.8.6: dl]
[fmt.0.8.6: extract]
-> retrieved fmt.0.8.6 (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.6)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package seq -package stdlib-shims -modules src/fmt.ml > src/fmt.ml.depends
- + ocamlfind ocamldep -package seq -package stdlib-shims -modules src/fmt.mli > src/fmt.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmi src/fmt.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmx src/fmt.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmx src/fmt.ml
- File "src/fmt.ml", line 439, characters 21-58:
- 439 | 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 440, characters 31-68:
- 440 | 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 seq -package stdlib-shims -I src src/fmt.cmx -o src/fmt.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmo src/fmt.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package seq -package stdlib-shims -I src -I test -o src/fmt.cmo src/fmt.ml
- File "src/fmt.ml", line 439, characters 21-58:
- 439 | 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 440, characters 31-68:
- 440 | 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 seq -package stdlib-shims -modules src/fmt_tty.ml > src/fmt_tty.ml.depends
- + ocamlfind ocamldep -package unix -package seq -package stdlib-shims -modules src/fmt_tty.mli > src/fmt_tty.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmi src/fmt_tty.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmx src/fmt_tty.ml
- 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 seq -package stdlib-shims -I src src/fmt_tty.cmx -o src/fmt_tty.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package seq -package stdlib-shims -I src -I test -o src/fmt_tty.cmo src/fmt_tty.ml
- 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 seq -package stdlib-shims -modules src/fmt_top.ml > src/fmt_top.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package seq -package stdlib-shims -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 seq -package stdlib-shims -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 seq -package stdlib-shims -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 seq -package stdlib-shims -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 seq -package stdlib-shims -I src src/fmt_top.cmx -o src/fmt_top.cmxa
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package seq -package stdlib-shims -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 seq -package stdlib-shims -I src src/fmt.cmxa -o src/fmt.cmxs
- + ocamlfind ocamlc -a -package seq -package stdlib-shims -I src src/fmt.cmo -o src/fmt.cma
- + ocamlfind ocamlopt -shared -linkall -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmxa -o src/fmt_tty.cmxs
- + ocamlfind ocamlc -a -package unix -package seq -package stdlib-shims -I src src/fmt_tty.cmo -o src/fmt_tty.cma
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmxa -o src/fmt_top.cmxs
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package seq -package stdlib-shims -I src src/fmt_top.cmo -o src/fmt_top.cma
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -package seq -package stdlib-shims -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 seq -package stdlib-shims -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.6
-> installed fmt.0.8.6
=== STDERR ===
2026-06-16 12:09.56: OK: build fmt.0.8.6 (runc: 4.1s, disk: 13KB)
2026-06-16 12:09.56: Job succeeded