Build:
- 0
2026-09-04 18:09.13: New job: build records.0.8.0 (033e490edca2)
2026-09-04 18:09.13: Waiting for resource in pool day11-builds
2026-09-04 18:31.16: Got resource from pool day11-builds
2026-09-04 18:31.16: [profile full] build records.0.8.0
2026-09-04 18:31.16: build records.0.8.0 (033e490edca2)
=== DEPENDENCIES (16 transitive) ===
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
biniou.1.2.2 1646c139caef
camlp-streams.5.0.1 922664744f95
compiler-cloning.enabled 966a2e6839f0
cppo.1.8.0 3a29ac6f7bab
dune.3.24.2 25fbaa318de6
easy-format.1.3.4 c82a69ef8e4b
ocaml.5.5.1 70ca0c66e0e8
ocaml-base-compiler.5.5.1 59841d7ed85e
ocaml-compiler.5.5.1 492c0c740bd1
ocamlbuild.0.16.1 e25cf731aeb5
ocamlfind.1.9.9~preview 5e0261154b58
result.1.5 de914be7381a
topkg.1.1.1 2919b4412ec4
yojson.1.7.0 a58a4f3cce19
=== STDOUT ===
Processing: [default: loading data]
[records.0.8.0: dl]
[records.0.8.0: extract]
-> retrieved records.0.8.0 (https://opam.ocaml.org/cache)
[records: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/records.0.8.0)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package result -package yojson -modules src/record.ml > src/record.ml.depends
- + ocamlfind ocamldep -package result -package yojson -modules src/record.mli > src/record.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +8 -package result -package yojson -I src -o src/record.cmi src/record.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +8 -package result -package yojson -I src -o src/record.cmi src/record.mli
- File "src/record.mli", line 39, characters 27-43:
- 39 | val of_yojson : 'a t -> (Yojson.Safe.json -> ('a, string) result)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.mli", line 40, characters 33-49:
- 40 | val to_yojson : 'a t -> ('a -> Yojson.Safe.json)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.mli", line 45, characters 22-38:
- 45 | to_yojson: ('a -> Yojson.Safe.json) ->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.mli", line 46, characters 16-32:
- 46 | of_yojson: (Yojson.Safe.json -> ('a, string) result) ->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.mli", line 205, characters 23-39:
- 205 | val to_yojson: 'a t -> Yojson.Safe.json
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.mli", line 208, characters 28-44:
- 208 | val of_yojson: 'a layout -> Yojson.Safe.json -> ('a t, string) result
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -warn-error +8 -package result -package yojson -I src -o src/record.cmx src/record.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -warn-error +8 -package result -package yojson -I src -o src/record.cmx src/record.ml
- File "src/record.ml", line 38, characters 24-40:
- 38 | to_yojson: ('a -> Yojson.Safe.json);
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.ml", line 39, characters 18-34:
- 39 | of_yojson: (Yojson.Safe.json -> ('a, string) result);
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.ml", line 336, characters 35-51:
- 336 | let to_yojson (type s) (s : s t) : Yojson.Safe.json =
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.ml", line 353, characters 44-60:
- 353 | let of_yojson (type s) (s: s layout) (json: Yojson.Safe.json) : (s t, string) result =
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlopt -a -package result -package yojson -I src src/record.cmx -o src/records.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +8 -package result -package yojson -I src -o src/record.cmo src/record.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -warn-error +8 -package result -package yojson -I src -o src/record.cmo src/record.ml
- File "src/record.ml", line 38, characters 24-40:
- 38 | to_yojson: ('a -> Yojson.Safe.json);
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.ml", line 39, characters 18-34:
- 39 | of_yojson: (Yojson.Safe.json -> ('a, string) result);
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.ml", line 336, characters 35-51:
- 336 | let to_yojson (type s) (s : s t) : Yojson.Safe.json =
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-
- File "src/record.ml", line 353, characters 44-60:
- 353 | let of_yojson (type s) (s: s layout) (json: Yojson.Safe.json) : (s t, string) result =
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- + ocamlfind ocamlopt -shared -linkall -package result -package yojson -I src src/records.cmxa -o src/records.cmxs
- + ocamlfind ocamlc -a -package result -package yojson -I src src/record.cmo -o src/records.cma
- # Parallel statistics: { count(total): 1(8), max: 2, min: 2, average(total): 2.000(1.125) }
-> compiled records.0.8.0
-> installed records.0.8.0
=== STDERR ===
2026-09-04 18:31.23: OK: build records.0.8.0 (runc: 2.6s, disk: 12KB)
2026-09-04 18:31.23: Job succeeded