Build:
  1. 0
2026-09-03 23:42.47: New job: build hxd.0.1.0 (637aa35d47fa)
2026-09-03 23:42.47: Waiting for resource in pool day11-builds
2026-09-04 00:34.39: Got resource from pool day11-builds
2026-09-04 00:34.39: [profile full] build hxd.0.1.0
2026-09-04 00:34.39: build hxd.0.1.0 (637aa35d47fa)
=== DEPENDENCIES (23 transitive) ===
  angstrom.0.13.0                                    722864a54d04
  astring.0.8.5                                      9434604be06d
  base-bigarray.base                                 31ac6860ef52
  base-bytes.base                                    eeeffe7d5f66
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigstringaf.0.10.0                                 c8104e8663fc
  cmdliner.1.0.4                                     1aa2b2a986ea
  csexp.1.5.2                                        0f82e505b19f
  dune.3.24.2                                        07555548a43d
  dune-configurator.3.22.2                           fa3e8c35a3f6
  fmt.0.9.0                                          fc5a443204ac
  fpath.0.7.3                                        4088c616ee11
  ocaml.4.11.2                                       9044b53bfe17
  ocaml-base-compiler.4.11.2                         d1ed934bdaf0
  ocaml-config.1                                     51b78fd13520
  ocaml-secondary-compiler.4.14.2                    d66c1c5ac958
  ocamlbuild.0.16.1                                  3440315de9e6
  ocamlfind.1.9.6                                    dccd79a91021
  ocamlfind-secondary.1.9.6                          553c1faeba22
  result.1.5                                         0464daf7a9db
  rresult.0.7.0                                      629c90e3dfab
  topkg.1.1.1                                        c347b4036dc6
=== STDOUT ===
Processing: [default: loading data]
[hxd.0.1.0: dl]
[hxd.0.1.0: extract]
-> retrieved hxd.0.1.0  (https://opam.ocaml.org/cache)
[hxd: dune subst]
+ /home/opam/.opam/default/bin/dune "subst" (CWD=/home/opam/.opam/default/.opam-switch/build/hxd.0.1.0)
[hxd: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "hxd" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/hxd.0.1.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.hxd.objs/byte -no-alias-deps -open Hxd__ -o lib/.hxd.objs/byte/hxd__Fmt.cmo -c -impl lib/fmt.ml)
- File "lib/fmt.ml", line 17, characters 21-58:
- 17 | 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 "lib/fmt.ml", line 18, characters 31-68:
- 18 | 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.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.hxd.objs/byte -I lib/.hxd.objs/native -intf-suffix .ml -no-alias-deps -open Hxd__ -o lib/.hxd.objs/native/hxd__Fmt.cmx -c -impl lib/fmt.ml)
- File "lib/fmt.ml", line 17, characters 21-58:
- 17 | 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 "lib/fmt.ml", line 18, characters 31-68:
- 18 | 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.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib_string/.hxd_string.objs/byte -I lib/.hxd.objs/byte -intf-suffix .ml -no-alias-deps -o lib_string/.hxd_string.objs/byte/hxd_string.cmo -c -impl lib_string/hxd_string.ml)
- File "lib_string/hxd_string.ml", line 58, characters 2-16:
- 58 |   type flow = ()
-        ^^^^^^^^^^^^^^
- Warning 65: This type declaration is defining a new '()' constructor
- which shadows the existing one.
- Hint: Did you mean 'type flow = unit'?
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I bin/.xxd.eobjs/byte -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/rresult -I lib/.hxd.objs/byte -I lib_unix/.hxd_unix.objs/byte -no-alias-deps -o bin/.xxd.eobjs/byte/xxd.cmo -c -impl bin/xxd.ml)
- File "bin/xxd.ml", line 150, characters 12-20:
- 150 |   let doc = Fmt.strf "Colorize the output. $(docv) must be %s." enum_alts in
-                   ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib_string/.hxd_string.objs/byte -I lib_string/.hxd_string.objs/native -I lib/.hxd.objs/byte -I lib/.hxd.objs/native -intf-suffix .ml -no-alias-deps -o lib_string/.hxd_string.objs/native/hxd_string.cmx -c -impl lib_string/hxd_string.ml)
- File "lib_string/hxd_string.ml", line 58, characters 2-16:
- 58 |   type flow = ()
-        ^^^^^^^^^^^^^^
- Warning 65: This type declaration is defining a new '()' constructor
- which shadows the existing one.
- Hint: Did you mean 'type flow = unit'?
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I bin/.xxd.eobjs/byte -I bin/.xxd.eobjs/native -I /home/opam/.opam/default/lib/angstrom -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bigstringaf -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/rresult -I lib/.hxd.objs/byte -I lib/.hxd.objs/native -I lib_unix/.hxd_unix.objs/byte -I lib_unix/.hxd_unix.objs/native -intf-suffix .ml -no-alias-deps -o bin/.xxd.eobjs/native/xxd.cmx -c -impl bin/xxd.ml)
- File "bin/xxd.ml", line 150, characters 12-20:
- 150 |   let doc = Fmt.strf "Colorize the output. $(docv) must be %s." enum_alts in
-                   ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-> compiled  hxd.0.1.0
-> installed hxd.0.1.0

=== STDERR ===

2026-09-04 00:34.47: OK: build hxd.0.1.0 (runc: 4.1s, disk: 12KB)
2026-09-04 00:34.47: Job succeeded