Build:
  1. 0
2026-06-24 11:05.43: New job: build easy-format.1.0.1 (45b542d6851c)
2026-06-24 11:05.43: Waiting for resource in pool day11-builds
2026-06-24 11:12.50: Got resource from pool day11-builds
2026-06-24 11:12.50: [profile full] build easy-format.1.0.1
2026-06-24 11:12.50: build easy-format.1.0.1 (45b542d6851c)
=== DEPENDENCIES (4 transitive) ===
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlfind.1.9.8                                    214dd418ac02
=== STDOUT ===
Processing: [default: loading data]
[easy-format.1.0.1: dl]
[easy-format.1.0.1: extract]
[easy-format.1.0.1/easy-format-make.diff: dl]
[easy-format.1.0.1/meta-tpl.diff: dl]
-> retrieved easy-format.1.0.1  (https://opam.ocaml.org/cache)
[easy-format: patch] applying easy-format-make.diff
[easy-format: patch] applying meta-tpl.diff
[easy-format: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/easy-format.1.0.1)
- ocamlc -c easy_format.mli
- ocamlc -c -dtypes easy_format.ml
- File "easy_format.ml", line 103, characters 16-46:
- 103 |     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 132, characters 4-34:
- 132 |     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 164, characters 2-32:
- 164 | 	(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 169, characters 6-36:
- 169 |       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 219, characters 16-27:
- 219 |     | Some s -> pp_open_tag fmt s
-                       ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "easy_format.ml", line 223, characters 16-28:
- 223 |     | Some _ -> pp_close_tag fmt ()
-                       ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "easy_format.ml", line 229, characters 3-14:
- 229 | 	  pp_open_tag fmt tag;
-       	  ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "easy_format.ml", line 231, characters 3-15:
- 231 | 	  pp_close_tag fmt ()
-       	  ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- ocamlmklib -o easy_format easy_format.cmo
- touch bytecode
- ocamlc -c easy_format.mli
- ocamlopt -c -dtypes easy_format.ml
- File "easy_format.ml", line 103, characters 16-46:
- 103 |     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 132, characters 4-34:
- 132 |     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 164, characters 2-32:
- 164 | 	(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 169, characters 6-36:
- 169 |       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 219, characters 16-27:
- 219 |     | Some s -> pp_open_tag fmt s
-                       ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "easy_format.ml", line 223, characters 16-28:
- 223 |     | Some _ -> pp_close_tag fmt ()
-                       ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "easy_format.ml", line 229, characters 3-14:
- 229 | 	  pp_open_tag fmt tag;
-       	  ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "easy_format.ml", line 231, characters 3-15:
- 231 | 	  pp_close_tag fmt ()
-       	  ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- ocamlmklib -o easy_format easy_format.cmx
- ocamlopt -I . -shared -linkall -o easy_format.cmxs easy_format.cmx
- touch nativecode
-> compiled  easy-format.1.0.1
[easy-format: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/easy-format.1.0.1)
- echo "version = \"1.0.1\"" > 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 easy_format.cma"; \
- 	fi; \
- 	if test -f nativecode; then \
- 	  INSTALL_FILES="$INSTALL_FILES easy_format.cmx easy_format.cmxa easy_format.cmxs easy_format.o easy_format.a"; \
- 	fi; \
- 	ocamlfind install easy-format $INSTALL_FILES
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.a
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.o
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.cmxs
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.cmxa
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.cmx
- Installed /home/opam/.opam/default/lib/easy-format/easy_format.cma
- 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.0.1

=== STDERR ===

2026-06-24 11:12.57: OK: build easy-format.1.0.1 (runc: 2.6s, disk: 10KB)
2026-06-24 11:12.57: Job succeeded