Build:
- 0
2026-06-16 16:57.22: New job: build jekyll-format.0.1.0 (2b7f656fb2cb)
2026-06-16 16:57.22: Waiting for resource in pool day11-builds
2026-06-16 17:34.48: Got resource from pool day11-builds
2026-06-16 17:34.48: [profile full] build jekyll-format.0.1.0
2026-06-16 17:34.48: build jekyll-format.0.1.0 (2b7f656fb2cb)
=== DEPENDENCIES (21 transitive) ===
astring.0.8.5 af0a355c6a41
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
dune.3.23.1 d50060dd2cab
dune-build-info.3.23.1 78f162c9606d
fmt.0.11.0 485b1e345597
fpath.0.7.3 e07c88bacfc0
ocaml.5.4.1 708fed352b2a
ocaml-base-compiler.5.4.1 89b85703f841
ocaml-compiler.5.4.1 a719b8419b8e
ocaml-config.3 aa27f63940d8
ocamlbuild.0.16.1 069fc1e567af
ocamlfind.1.9.8 5cfa73ef65e7
omd.2.0.0~alpha4 1c3d0e4f88c1
ptime.1.2.0 bbf602fc20a0
result.1.5 bde760920416
rresult.0.7.0 02b516a972ff
topkg.1.1.1 4a88955a28b6
uucp.17.0.0 2d914d7efacc
uunf.17.0.0 b5c5fb68edcb
uutf.1.0.4 ad2e6a0fa988
=== 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-06-16 17:34.59: OK: build jekyll-format.0.1.0 (runc: 3.6s, disk: 13KB)
2026-06-16 17:34.59: Job succeeded