Build:
  1. 0
2026-06-19 18:39.16: New job: build records.0.4.0 (a6835c346d1f)
2026-06-19 18:39.16: Waiting for resource in pool day11-builds
2026-06-19 19:54.35: Got resource from pool day11-builds
2026-06-19 19:54.35: [profile full] build records.0.4.0
2026-06-19 19:54.35: build records.0.4.0 (a6835c346d1f)
=== DEPENDENCIES (13 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  biniou.1.2.2                                       e206f948303f
  camlp-streams.5.0.1                                c3c277564948
  cppo.1.8.0                                         58ff60202126
  dune.3.23.1                                        b9e31df96092
  easy-format.1.3.4                                  b72f43c14b1f
  ocaml.5.5.0                                        7bdffd2f55d9
  ocaml-base-compiler.5.5.0                          88ac983b1a28
  ocaml-compiler.5.5.0                               8d77bbea3746
  ocamlbuild.0.16.1                                  b61d8be21b8c
  ocamlfind.1.9.8                                    1872268d1aec
  yojson.1.7.0                                       340cf3f3a764
=== STDOUT ===
Processing: [default: loading data]
[records.0.4.0: dl]
[records.0.4.0: extract]
-> retrieved records.0.4.0  (https://opam.ocaml.org/cache)
[records: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/records.0.4.0)
- ocamlbuild -use-ocamlfind record.cmi
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package yojson -modules record.mli > record.mli.depends
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package yojson -modules polid.mli > polid.mli.depends
- + ocamlfind ocamldep -package yojson -modules type.mli > type.mli.depends
- + ocamlfind ocamlc -c -safe-string -package yojson -o polid.cmi polid.mli
- + ocamlfind ocamlc -c -safe-string -package yojson -o polid.cmi polid.mli
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -safe-string -package yojson -o type.cmi type.mli
- + ocamlfind ocamlc -c -safe-string -package yojson -o type.cmi type.mli
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "type.mli", line 7, characters 19-36:
- 7 |     to_json: 'a -> Yojson.Basic.json;
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "type.mli", line 8, characters 13-30:
- 8 |     of_json: Yojson.Basic.json -> 'a
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "type.mli", line 14, characters 18-35:
- 14 |   to_json: ('a -> Yojson.Basic.json) ->
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "type.mli", line 15, characters 12-29:
- 15 |   of_json: (Yojson.Basic.json -> 'a) ->
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlc -c -safe-string -package yojson -o record.cmi record.mli
- + ocamlfind ocamlc -c -safe-string -package yojson -o record.cmi record.mli
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "record.mli", line 94, characters 21-38:
- 94 | val to_json: 'a t -> Yojson.Basic.json
-                           ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "record.mli", line 97, characters 26-43:
- 97 | val of_json: 'a layout -> Yojson.Basic.json -> 'a t
-                                ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- ocamlbuild -use-ocamlfind records.cma
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package yojson -modules polid.ml > polid.ml.depends
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package yojson -modules record.ml > record.ml.depends
- + ocamlfind ocamldep -package yojson -modules type.ml > type.ml.depends
- + ocamlfind ocamlc -c -safe-string -package yojson -o polid.cmo polid.ml
- + ocamlfind ocamlc -c -safe-string -package yojson -o polid.cmo polid.ml
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -safe-string -package yojson -o record.cmo record.ml
- + ocamlfind ocamlc -c -safe-string -package yojson -o record.cmo record.ml
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "record.ml", line 113, characters 33-50:
- 113 | let to_json (type s) (s : s t) : Yojson.Basic.json =
-                                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "record.ml", line 130, characters 42-59:
- 130 | let of_json (type s) (s: s layout) (json: Yojson.Basic.json) : s t =
-                                                 ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlc -c -safe-string -package yojson -o type.cmo type.ml
- + ocamlfind ocamlc -c -safe-string -package yojson -o type.cmo type.ml
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "type.ml", line 4, characters 19-36:
- 4 |     to_json: 'a -> Yojson.Basic.json;
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "type.ml", line 5, characters 13-30:
- 5 |     of_json: Yojson.Basic.json -> 'a
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlc -a -package yojson polid.cmo type.cmo record.cmo -o records.cma
- + ocamlfind ocamlc -a -package yojson polid.cmo type.cmo record.cmo -o records.cma
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlbuild -use-ocamlfind records.cmxa
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -safe-string -package yojson -o polid.cmx polid.ml
- + ocamlfind ocamlopt -c -safe-string -package yojson -o polid.cmx polid.ml
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -safe-string -package yojson -o type.cmx type.ml
- + ocamlfind ocamlopt -c -safe-string -package yojson -o type.cmx type.ml
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "type.ml", line 4, characters 19-36:
- 4 |     to_json: 'a -> Yojson.Basic.json;
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "type.ml", line 5, characters 13-30:
- 5 |     of_json: Yojson.Basic.json -> 'a
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlopt -c -safe-string -package yojson -o record.cmx record.ml
- + ocamlfind ocamlopt -c -safe-string -package yojson -o record.cmx record.ml
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- File "record.ml", line 113, characters 33-50:
- 113 | let to_json (type s) (s : s t) : Yojson.Basic.json =
-                                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "record.ml", line 130, characters 42-59:
- 130 | let of_json (type s) (s: s layout) (json: Yojson.Basic.json) : s t =
-                                                 ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlopt -a -package yojson polid.cmx type.cmx record.cmx -o records.cmxa
- + ocamlfind ocamlopt -a -package yojson polid.cmx type.cmx record.cmx -o records.cmxa
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
-> compiled  records.0.4.0
[records: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/records.0.4.0)
- ocamlfind remove records
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/records/META
- ocamlfind install records META _build/record.cmi _build/type.cmi _build/polid.cmi _build/records.cma -optional _build/records.cmxa _build/records.a
- Installed /home/opam/.opam/default/lib/records/records.a
- Installed /home/opam/.opam/default/lib/records/records.cmxa
- Installed /home/opam/.opam/default/lib/records/records.cma
- Installed /home/opam/.opam/default/lib/records/polid.cmi
- Installed /home/opam/.opam/default/lib/records/type.cmi
- Installed /home/opam/.opam/default/lib/records/record.cmi
- Installed /home/opam/.opam/default/lib/records/META
-> installed records.0.4.0

=== STDERR ===

2026-06-19 19:54.46: OK: build records.0.4.0 (runc: 2.6s, disk: 14KB)
2026-06-19 19:54.46: Job succeeded