Build:
- 0
2026-06-16 12:45.40: New job: build atdgen.1.10.2 (961e9af80fa6)
2026-06-16 12:45.40: Waiting for resource in pool day11-builds
2026-06-16 14:10.00: Got resource from pool day11-builds
2026-06-16 14:10.00: [profile full] build atdgen.1.10.2
2026-06-16 14:10.00: build atdgen.1.10.2 (961e9af80fa6)
=== DEPENDENCIES (14 transitive) ===
atd.1.12.0 5186dc0fad28
base-unix.base 839dc585f12d
biniou.1.2.0 9e31647dc2da
conf-which.1 9799649fc020
cppo.1.6.5 75eebcb5a572
easy-format.1.3.1 320a7c0eae33
jbuilder.1.0+beta20.2 ab5ab9884b95
menhir.20190924 e36588df7ed4
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-config.2 669e0fcf9e4d
ocamlbuild.0.16.1 8f6c52e6fce8
ocamlfind.1.9.8 6025f4a8e98e
yojson.1.4.1 eaffbb4861fe
=== STDOUT ===
Processing: [default: loading data]
[atdgen.1.10.2: dl]
[atdgen.1.10.2: extract]
-> retrieved atdgen.1.10.2 (https://opam.ocaml.org/cache)
[atdgen: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "atdgen" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/atdgen.1.10.2)
- File "test/jbuild", line 62, characters 11-14:
- Warning: This field is useless without a (public_names ...) field.
- ocaml (internal)
- File "/home/opam/.opam/default/.opam-switch/build/atdgen.1.10.2/_build/.jbuilds/default/src/jbuild.ml", line 3, characters 14-37:
- 3 | Hashtbl.add Toploop.directive_table "require" (Toploop.Directive_string ignore);
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/default/.opam-switch/build/atdgen.1.10.2/_build/.jbuilds/default/src/jbuild.ml", line 4, characters 14-37:
- 4 | Hashtbl.add Toploop.directive_table "use" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "/home/opam/.opam/default/.opam-switch/build/atdgen.1.10.2/_build/.jbuilds/default/src/jbuild.ml", line 6, characters 14-37:
- 6 | Hashtbl.add Toploop.directive_table "use_mod" (Toploop.Directive_string (fun _ ->
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc src/.atdgen.objs/ag_util.{cmi,cmti}
- File "src/ag_util.mli", line 129, characters 64-72:
- 129 | 'a reader -> Yojson.Safe.lexer_state -> Lexing.lexbuf -> 'a Stream.t
- ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.mli", line 143, characters 30-38:
- 143 | 'a reader -> string -> 'a Stream.t
- ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.mli", line 166, characters 34-42:
- 166 | 'a reader -> in_channel -> 'a Stream.t
- ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.mli", line 190, characters 30-38:
- 190 | 'a reader -> string -> 'a Stream.t
- ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.mli", line 298, characters 20-28:
- 298 | 'a writer -> 'a Stream.t -> string
- ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.mli", line 307, characters 35-43:
- 307 | 'a writer -> out_channel -> 'a Stream.t -> unit
- ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.mli", line 316, characters 30-38:
- 316 | 'a writer -> string -> 'a Stream.t -> unit
- ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- ocamlc src/.atdgen.objs/ag_util.{cmo,cmt}
- File "src/ag_util.ml", line 99, characters 4-15:
- 99 | Stream.from f
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 124, characters 4-15:
- 124 | Stream.iter (fun x -> acc := x :: !acc) stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 130, characters 4-15:
- 130 | Stream.iter (fun x -> acc := x :: !acc) stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 153, characters 4-15:
- 153 | Stream.iter (fun x -> write ob x; Bi_outbuf.add_string ob lf) stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 158, characters 4-15:
- 158 | Stream.iter (fun x -> write ob x; Bi_outbuf.add_string ob lf) stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 165, characters 37-51:
- 165 | stream_to_string ?len ?lf write (Stream.of_list l)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 168, characters 41-55:
- 168 | stream_to_channel ?len ?lf write oc (Stream.of_list l)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 171, characters 41-55:
- 171 | stream_to_file ?len ?lf write fname (Stream.of_list l)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- ocamlc src/.atdgen.objs/ag_ox_emit.{cmo,cmt}
- File "src/ag_ox_emit.ml", line 131, characters 13-30:
- 131 | (String.capitalize container_kind) field_kind
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- ocamlopt src/.atdgen.objs/ag_util.{cmx,o}
- File "src/ag_util.ml", line 99, characters 4-15:
- 99 | Stream.from f
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 124, characters 4-15:
- 124 | Stream.iter (fun x -> acc := x :: !acc) stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 130, characters 4-15:
- 130 | Stream.iter (fun x -> acc := x :: !acc) stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 153, characters 4-15:
- 153 | Stream.iter (fun x -> write ob x; Bi_outbuf.add_string ob lf) stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 158, characters 4-15:
- 158 | Stream.iter (fun x -> write ob x; Bi_outbuf.add_string ob lf) stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 165, characters 37-51:
- 165 | stream_to_string ?len ?lf write (Stream.of_list l)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 168, characters 41-55:
- 168 | stream_to_channel ?len ?lf write oc (Stream.of_list l)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/ag_util.ml", line 171, characters 41-55:
- 171 | stream_to_file ?len ?lf write fname (Stream.of_list l)
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- ocamlopt src/.atdgen.objs/ag_ox_emit.{cmx,o}
- File "src/ag_ox_emit.ml", line 131, characters 13-30:
- 131 | (String.capitalize container_kind) field_kind
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- ocamlc bin/.ag_main.eobjs/ag_main.{cmi,cmo,cmt}
- File "bin/ag_main.ml", line 395, characters 29-46:
- 395 | Some (String.capitalize (Filename.basename base) ^ "_t")
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- ocamlopt bin/.ag_main.eobjs/ag_main.{cmx,o}
- File "bin/ag_main.ml", line 395, characters 29-46:
- 395 | Some (String.capitalize (Filename.basename base) ^ "_t")
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
-> compiled atdgen.1.10.2
-> installed atdgen.1.10.2
=== STDERR ===
2026-06-16 14:10.20: OK: build atdgen.1.10.2 (runc: 6.1s, disk: 14KB)
2026-06-16 14:10.20: Job succeeded