Build:
  1. 0
2026-09-03 23:01.43: New job: build jekyll-format.0.1.0 (21781d226c31)
2026-09-03 23:01.43: Waiting for resource in pool day11-builds
2026-09-03 23:56.05: Got resource from pool day11-builds
2026-09-03 23:56.05: [profile full] build jekyll-format.0.1.0
2026-09-03 23:56.05: build jekyll-format.0.1.0 (21781d226c31)
=== DEPENDENCIES (21 transitive) ===
  astring.0.8.5                                      51ee6d00b649
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  compiler-cloning.enabled                           966a2e6839f0
  dune.3.24.2                                        ec704e062ad3
  dune-build-info.3.24.2                             d32d17fa583c
  fmt.0.11.0                                         395be4fa8f81
  fpath.0.7.3                                        2344c0b7c451
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
  ocamlbuild.0.16.1                                  ccce18256717
  ocamlfind.1.9.9~preview                            6a4c70487cf9
  omd.2.0.0~alpha4                                   812ab02d8ce2
  ptime.1.2.0                                        668689079baf
  result.1.5                                         8fc6ae0d59de
  rresult.0.7.0                                      02fffb5a5b61
  topkg.1.1.1                                        3bd227743fbd
  uucp.17.0.0                                        5367bb6c0dd1
  uunf.17.0.0                                        5dc8d2f498d8
  uutf.1.0.4                                         af704224ff27
=== STDOUT ===
Processing: [default: loading data]
[jekyll-format.0.1.0: dl]
[jekyll-format.0.1.0: extract]
-> retrieved jekyll-format.0.1.0  (https://opam.ocaml.org/cache)
[jekyll-format: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" "--tests" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/jekyll-format.0.1.0)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package 'astring omd result rresult fmt ptime fpath' -package bytes -modules src/jekyll_format.ml > src/jekyll_format.ml.depends
- + ocamlfind ocamldep -package 'astring omd result rresult fmt ptime fpath' -package bytes -modules src/jekyll_format.mli > src/jekyll_format.mli.depends
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_format.cmi src/jekyll_format.mli
- + ocamlfind ocamldep -package 'astring omd result rresult fmt ptime fpath' -package bytes -modules src/jekyll_liquid.ml > src/jekyll_liquid.ml.depends
- + ocamlfind ocamldep -package 'astring omd result rresult fmt ptime fpath' -package bytes -modules src/jekyll_liquid.mli > src/jekyll_liquid.mli.depends
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_liquid.cmi src/jekyll_liquid.mli
- + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_format.cmx src/jekyll_format.ml
- + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_format.cmx src/jekyll_format.ml
- File "src/jekyll_format.ml", line 13, characters 27-35:
- 13 |   let yaml_field_parse s = Fmt.strf "Unable to parse YAML field: %s" s
-                                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/jekyll_format.ml", line 62, characters 17-21:
- 62 |   let pp_colon = unit ":" in
-                       ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- 
- File "src/jekyll_format.ml", line 70, characters 26-30:
- 70 |   pf ppf "%a" (pair ~sep:(unit "\n---\n") pp_fields pp_body) t
-                                ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- + ocamlfind ocamldep -package 'astring omd result rresult fmt ptime fpath' -package bytes -modules src/jekyll_tags.ml > src/jekyll_tags.ml.depends
- + ocamlfind ocamldep -package 'astring omd result rresult fmt ptime fpath' -package bytes -modules src/jekyll_tags.mli > src/jekyll_tags.mli.depends
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_tags.cmi src/jekyll_tags.mli
- + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_tags.cmx src/jekyll_tags.ml
- + ocamlfind ocamldep -package 'astring omd result rresult fmt ptime fpath' -package bytes -modules src/jekyll_post.ml > src/jekyll_post.ml.depends
- + ocamlfind ocamldep -package 'astring omd result rresult fmt ptime fpath' -package bytes -modules src/jekyll_post.mli > src/jekyll_post.mli.depends
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_post.cmi src/jekyll_post.mli
- + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_liquid.cmx src/jekyll_liquid.ml
- + ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_post.cmx src/jekyll_post.ml
- + ocamlfind ocamlopt -a -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src src/jekyll_format.cmx src/jekyll_tags.cmx src/jekyll_liquid.cmx src/jekyll_post.cmx -o src/jekyll_format.cmxa
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_format.cmo src/jekyll_format.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_liquid.cmo src/jekyll_liquid.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_tags.cmo src/jekyll_tags.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_post.cmo src/jekyll_post.ml
- + ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -short-paths -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src -I test -o src/jekyll_format.cmo src/jekyll_format.ml
- File "src/jekyll_format.ml", line 13, characters 27-35:
- 13 |   let yaml_field_parse s = Fmt.strf "Unable to parse YAML field: %s" s
-                                 ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- 
- File "src/jekyll_format.ml", line 62, characters 17-21:
- 62 |   let pp_colon = unit ":" in
-                       ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- 
- File "src/jekyll_format.ml", line 70, characters 26-30:
- 70 |   pf ppf "%a" (pair ~sep:(unit "\n---\n") pp_fields pp_body) t
-                                ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- + ocamlfind ocamlopt -shared -linkall -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src src/jekyll_format.cmxa -o src/jekyll_format.cmxs
- + ocamlfind ocamlc -a -package 'astring omd result rresult fmt ptime fpath' -package bytes -I src src/jekyll_format.cmo src/jekyll_tags.cmo src/jekyll_liquid.cmo src/jekyll_post.cmo -o src/jekyll_format.cma
- # Parallel statistics: { count(total): 3(19), max: 4, min: 2, average(total): 2.667(1.263) }
-> compiled  jekyll-format.0.1.0
-> installed jekyll-format.0.1.0

=== STDERR ===

2026-09-03 23:56.16: OK: build jekyll-format.0.1.0 (runc: 3.6s, disk: 14KB)
2026-09-03 23:56.16: Job succeeded