Build:
- 0
2026-09-03 19:59.24: New job: build atdgen.1.10.2 (f1d01b266fa5)
2026-09-03 19:59.24: Waiting for resource in pool day11-builds
2026-09-03 21:41.49: Got resource from pool day11-builds
2026-09-03 21:41.49: [profile full] build atdgen.1.10.2
2026-09-03 21:41.49: build atdgen.1.10.2 (f1d01b266fa5)
=== DEPENDENCIES (14 transitive) ===
atd.1.12.0 e713972860e7
base-unix.base 3a38ddca6b5e
biniou.1.2.0 161bdced8fce
conf-which.1 4293d66f3d9e
cppo.1.6.5 7e91353f2fa1
easy-format.1.3.1 63bfd66442d3
jbuilder.1.0+beta20.2 d14840434490
menhir.20190924 682c271973d0
ocaml.4.14.4 c7d6265b51fe
ocaml-base-compiler.4.14.4 7a409b6ffbef
ocaml-config.2 85edea6ac168
ocamlbuild.0.16.1 5ae5ab4d19bf
ocamlfind.1.9.8 3cae95bed0a0
yojson.1.4.1 48cae94a4aaa
=== 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-09-03 21:42.14: OK: build atdgen.1.10.2 (runc: 9.6s, disk: 14KB)
2026-09-03 21:42.14: Job succeeded