Build:
- 1
- 0
2026-09-03 21:23.30: New job: build records.0.1.0 (4d61a7fd1ee2)
2026-09-03 21:23.30: Waiting for resource in pool day11-builds
2026-09-03 22:34.17: Got resource from pool day11-builds
2026-09-03 22:34.17: [profile full] build records.0.1.0
2026-09-03 22:34.17: build records.0.1.0 (4d61a7fd1ee2)
=== DEPENDENCIES (14 transitive) ===
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
biniou.1.2.2 0e866e3656a9
camlp-streams.5.0.1 7241cfbb9546
compiler-cloning.enabled 966a2e6839f0
cppo.1.8.0 83351009e21e
dune.3.24.2 ec704e062ad3
easy-format.1.3.4 c1f56b061998
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
yojson.1.7.0 d450126c998f
=== STDOUT ===
Processing: [default: loading data]
[records.0.1.0: dl]
[records.0.1.0: extract]
-> retrieved records.0.1.0 (https://opam.ocaml.org/cache)
[records: make]
+ /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/records.0.1.0)
- ocamlbuild -use-ocamlfind record.cmi
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package yojson -modules record.mli > record.mli.depends
- + ocamlfind ocamldep -package yojson -modules polid.mli > polid.mli.depends
- + ocamlfind ocamldep -package yojson -modules type.mli > type.mli.depends
- + ocamlfind ocamlc -c -package yojson -o polid.cmi polid.mli
- + ocamlfind ocamlc -c -package yojson -o type.cmi type.mli
- + ocamlfind ocamlc -c -package yojson -o type.cmi type.mli
- 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 -package yojson -o record.cmi record.mli
- + ocamlfind ocamlc -c -package yojson -o record.cmi record.mli
- File "record.mli", line 63, characters 21-38:
- 63 | 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 66, characters 26-43:
- 66 | 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 ocamldep -package yojson -modules polid.ml > polid.ml.depends
- + ocamlfind ocamldep -package yojson -modules record.ml > record.ml.depends
- + ocamlfind ocamldep -package yojson -modules type.ml > type.ml.depends
- + ocamlfind ocamlc -c -package yojson -o polid.cmo polid.ml
- + ocamlfind ocamlc -c -package yojson -o record.cmo record.ml
- + ocamlfind ocamlc -c -package yojson -o record.cmo record.ml
- File "record.ml", line 112, characters 33-50:
- 112 | 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 129, characters 42-59:
- 129 | 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 -package yojson -o type.cmo type.ml
- + ocamlfind ocamlc -c -package yojson -o type.cmo type.ml
- 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
- ocamlbuild -use-ocamlfind records.cmxa
- + ocamlfind ocamlc -config
- + ocamlfind ocamlopt -c -package yojson -o polid.cmx polid.ml
- + ocamlfind ocamlopt -c -package yojson -o type.cmx type.ml
- + ocamlfind ocamlopt -c -package yojson -o type.cmx type.ml
- 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 -package yojson -o record.cmx record.ml
- + ocamlfind ocamlopt -c -package yojson -o record.cmx record.ml
- File "record.ml", line 112, characters 33-50:
- 112 | 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 129, characters 42-59:
- 129 | 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
-> compiled records.0.1.0
[records: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/records.0.1.0)
- ocamlfind remove records
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/records/META
- ocamlfind install records _build/record.cmi _build/type.cmi _build/polid.cmi _build/records.cma _build/records.cmxa _build/records.a META
- 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.1.0
=== STDERR ===
2026-09-03 22:34.26: OK: build records.0.1.0 (runc: 2.2s, disk: 12KB)
2026-09-03 22:34.26: Job succeeded