Build:
  1. 0
2026-06-16 11:34.40: New job: build easy-format.1.1.0 (2af62fc2e17b)
2026-06-16 11:34.40: Waiting for resource in pool day11-builds
2026-06-16 11:43.59: Got resource from pool day11-builds
2026-06-16 11:43.59: [profile full] build easy-format.1.1.0
2026-06-16 11:43.59: build easy-format.1.1.0 (2af62fc2e17b)
=== DEPENDENCIES (4 transitive) ===
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlfind.1.9.8                                    6025f4a8e98e
=== STDOUT ===
Processing: [default: loading data]
[easy-format.1.1.0: dl]
[easy-format.1.1.0: extract]
-> retrieved easy-format.1.1.0  (https://opam.ocaml.org/cache)
[easy-format: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/easy-format.1.1.0)
- ocamlfind ocamlc -c easy_format.mli
- ocamlfind ocamlc -c -dtypes easy_format.ml
- File "easy_format.ml", line 176, characters 16-46:
- 176 |     let tagf0 = pp_get_formatter_tag_functions fmt () in
-                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "easy_format.ml", line 205, characters 4-34:
- 205 |     pp_set_formatter_tag_functions fmt tagf
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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 "easy_format.ml", line 237, characters 9-39:
- 237 |         (pp_get_formatter_tag_functions fmt ()) with
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "easy_format.ml", line 242, characters 6-36:
- 242 |       pp_set_formatter_tag_functions fmt tagf
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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 "easy_format.ml", line 295, characters 16-27:
- 295 |     | Some s -> pp_open_tag fmt s
-                       ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "easy_format.ml", line 299, characters 16-28:
- 299 |     | Some _ -> pp_close_tag fmt ()
-                       ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "easy_format.ml", line 305, characters 10-21:
- 305 |           pp_open_tag fmt tag;
-                 ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "easy_format.ml", line 307, characters 10-22:
- 307 |           pp_close_tag fmt ()
-                 ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- touch bytecode
- ocamlfind ocamlc -c easy_format.mli
- ocamlfind ocamlopt -c -dtypes easy_format.ml
- File "easy_format.ml", line 176, characters 16-46:
- 176 |     let tagf0 = pp_get_formatter_tag_functions fmt () in
-                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "easy_format.ml", line 205, characters 4-34:
- 205 |     pp_set_formatter_tag_functions fmt tagf
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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 "easy_format.ml", line 237, characters 9-39:
- 237 |         (pp_get_formatter_tag_functions fmt ()) with
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "easy_format.ml", line 242, characters 6-36:
- 242 |       pp_set_formatter_tag_functions fmt tagf
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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 "easy_format.ml", line 295, characters 16-27:
- 295 |     | Some s -> pp_open_tag fmt s
-                       ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "easy_format.ml", line 299, characters 16-28:
- 299 |     | Some _ -> pp_close_tag fmt ()
-                       ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "easy_format.ml", line 305, characters 10-21:
- 305 |           pp_open_tag fmt tag;
-                 ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "easy_format.ml", line 307, characters 10-22:
- 307 |           pp_close_tag fmt ()
-                 ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- ocamlfind ocamlopt -I . -shared -linkall \
-   -o easy_format.cmxs easy_format.cmx
- touch nativecode
-> compiled  easy-format.1.1.0
[easy-format: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/easy-format.1.1.0)
- echo "version = \"1.1.0\"" > META; cat META.tpl >> META
- INSTALL_FILES="META easy_format.cmi easy_format.mli"; \
- 	if test -f bytecode; then \
- 	  INSTALL_FILES="$INSTALL_FILES easy_format.cmo"; \
- 	fi; \
- 	if test -f nativecode; then \
- 	  INSTALL_FILES="$INSTALL_FILES easy_format.cmx easy_format.o easy_format.cmxs"; \
- 	fi; \
- 	ocamlfind install easy-format $INSTALL_FILES
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.cmxs
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.o
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.cmx
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.cmo
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.mli
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.cmi
- Installed /home/opam/.opam/default/lib/easy-format/META
-> installed easy-format.1.1.0

=== STDERR ===

2026-06-16 11:44.11: OK: build easy-format.1.1.0 (runc: 2.3s, disk: 9KB)
2026-06-16 11:44.11: Job succeeded