Build:
- 0
2026-06-16 11:49.36: New job: build fmt.0.8.8 (4d4095f28eb9)
2026-06-16 11:49.36: Waiting for resource in pool day11-builds
2026-06-16 12:09.36: Got resource from pool day11-builds
2026-06-16 12:09.36: [profile full] build fmt.0.8.8
2026-06-16 12:09.36: build fmt.0.8.8 (4d4095f28eb9)
=== 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.8: dl]
[fmt.0.8.8: extract]
-> retrieved fmt.0.8.8 (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.8)
- + 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 618, characters 14-20:
- 618 | let e = create () and v = ref Imap.empty in
- ^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.create
- This function won't be available in 5.0
- File "src/fmt.ml", line 619, characters 34-41:
- 619 | attrs := e :: List.rev top; set_key e ppf; set_data e v; v
- ^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_key
- This function won't be available in 5.0
- File "src/fmt.ml", line 619, characters 49-57:
- 619 | attrs := e :: List.rev top; set_key e ppf; set_data e v; v
- ^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_data
- This function won't be available in 5.0
- File "src/fmt.ml", line 621, characters 12-19:
- 621 | match get_key e with
- ^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_key
- This function won't be available in 5.0
- File "src/fmt.ml", line 625, characters 24-32:
- 625 | let v = match get_data e with Some v -> v | _ -> assert false in
- ^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- + 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 618, characters 14-20:
- 618 | let e = create () and v = ref Imap.empty in
- ^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.create
- This function won't be available in 5.0
- File "src/fmt.ml", line 619, characters 34-41:
- 619 | attrs := e :: List.rev top; set_key e ppf; set_data e v; v
- ^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_key
- This function won't be available in 5.0
- File "src/fmt.ml", line 619, characters 49-57:
- 619 | attrs := e :: List.rev top; set_key e ppf; set_data e v; v
- ^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_data
- This function won't be available in 5.0
- File "src/fmt.ml", line 621, characters 12-19:
- 621 | match get_key e with
- ^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_key
- This function won't be available in 5.0
- File "src/fmt.ml", line 625, characters 24-32:
- 625 | let v = match get_data e with Some v -> v | _ -> assert false in
- ^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- + 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_ascii (Sys.getenv var))
- ^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- + 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_ascii (Sys.getenv var))
- ^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- + 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.8
-> installed fmt.0.8.8
=== STDERR ===
2026-06-16 12:10.02: OK: build fmt.0.8.8 (runc: 4.1s, disk: 14KB)
2026-06-16 12:10.02: Job succeeded