Build:
  1. 0
2026-06-20 15:52.38: New job: build ISO8601.0.2.3 (93ae43450999)
2026-06-20 15:52.38: Waiting for resource in pool day11-builds
2026-06-20 15:59.57: Got resource from pool day11-builds
2026-06-20 15:59.57: [profile full] build ISO8601.0.2.3
2026-06-20 15:59.57: build ISO8601.0.2.3 (93ae43450999)
=== DEPENDENCIES (6 transitive) ===
  compiler-cloning.enabled                           0d2606125f88
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
=== STDOUT ===
Processing: [default: loading data]
[ISO8601.0.2.3: dl]
[ISO8601.0.2.3: extract]
-> retrieved ISO8601.0.2.3  (https://opam.ocaml.org/cache)
[ISO8601: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/default/.opam-switch/build/ISO8601.0.2.3)
- Makefile:34: warning: overriding recipe for target 'clean'
- Makefile:31: warning: ignoring old recipe for target 'clean'
- ocamlbuild -I src ISO8601.a
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/ISO8601.ml > src/ISO8601.ml.depends
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/ISO8601.mli > src/ISO8601.mli.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/ISO8601.cmi src/ISO8601.mli
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/ISO8601_lexer.mll
- + /home/opam/.opam/default/bin/ocamldep.opt -modules src/ISO8601_lexer.ml > src/ISO8601_lexer.ml.depends
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/ISO8601_lexer.cmo src/ISO8601_lexer.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/ISO8601_lexer.cmo src/ISO8601_lexer.ml
- File "src/ISO8601_lexer.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- 
- File "src/ISO8601_lexer.mll", line 69, characters 11-12:
- Warning 26 [unused-var]: unused variable y.
- 
- File "src/ISO8601_lexer.mll", line 69, characters 27-28:
- Warning 26 [unused-var]: unused variable w.
- 
- File "src/ISO8601_lexer.mll", line 74, characters 11-12:
- Warning 26 [unused-var]: unused variable y.
- 
- File "src/ISO8601_lexer.mll", line 74, characters 27-28:
- Warning 26 [unused-var]: unused variable w.
- 
- File "src/ISO8601_lexer.mll", line 74, characters 43-44:
- Warning 26 [unused-var]: unused variable d.
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/ISO8601_lexer.cmx src/ISO8601_lexer.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/ISO8601_lexer.cmx src/ISO8601_lexer.ml
- File "src/ISO8601_lexer.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- 
- File "src/ISO8601_lexer.mll", line 69, characters 11-12:
- Warning 26 [unused-var]: unused variable y.
- 
- File "src/ISO8601_lexer.mll", line 69, characters 27-28:
- Warning 26 [unused-var]: unused variable w.
- 
- File "src/ISO8601_lexer.mll", line 74, characters 11-12:
- Warning 26 [unused-var]: unused variable y.
- 
- File "src/ISO8601_lexer.mll", line 74, characters 27-28:
- Warning 26 [unused-var]: unused variable w.
- 
- File "src/ISO8601_lexer.mll", line 74, characters 43-44:
- Warning 26 [unused-var]: unused variable d.
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/ISO8601.cmx src/ISO8601.ml
- + /home/opam/.opam/default/bin/ocamlopt.opt -c -I src -o src/ISO8601.cmx src/ISO8601.ml
- File "src/ISO8601.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- + /home/opam/.opam/default/bin/ocamlopt.opt -a -I src src/ISO8601_lexer.cmx src/ISO8601.cmx -o src/ISO8601.cmxa
- ocamlbuild -I src ISO8601.cmxa
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- ocamlbuild -I src ISO8601.cma
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/ISO8601.cmo src/ISO8601.ml
- + /home/opam/.opam/default/bin/ocamlc.opt -c -I src -o src/ISO8601.cmo src/ISO8601.ml
- File "src/ISO8601.ml", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- + /home/opam/.opam/default/bin/ocamlc.opt -a -I src src/ISO8601_lexer.cmo src/ISO8601.cmo -o src/ISO8601.cma
- ocamlbuild -I src ISO8601.cmi
- + /home/opam/.opam/default/bin/ocamlc.opt -config
-> compiled  ISO8601.0.2.3
[ISO8601: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ISO8601.0.2.3)
- Makefile:34: warning: overriding recipe for target 'clean'
- Makefile:31: warning: ignoring old recipe for target 'clean'
- ocamlbuild -I src ISO8601.a
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- ocamlbuild -I src ISO8601.cmxa
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- ocamlbuild -I src ISO8601.cma
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- ocamlbuild -I src ISO8601.cmi
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- ocamlfind install ISO8601 META _build/src/ISO8601.a _build/src/ISO8601.cmxa _build/src/ISO8601.cma _build/src/ISO8601.cmi
- Installed /home/opam/.opam/default/lib/ISO8601/ISO8601.cmi
- Installed /home/opam/.opam/default/lib/ISO8601/ISO8601.cma
- Installed /home/opam/.opam/default/lib/ISO8601/ISO8601.cmxa
- Installed /home/opam/.opam/default/lib/ISO8601/ISO8601.a
- Installed /home/opam/.opam/default/lib/ISO8601/META
-> installed ISO8601.0.2.3

=== STDERR ===

2026-06-20 16:00.06: OK: build ISO8601.0.2.3 (runc: 2.2s, disk: 10KB)
2026-06-20 16:00.06: Job succeeded