Build:
- 0
2026-06-24 13:54.51: New job: build atdgen.1.10.2 (7c043a295ab5)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 15:48.02: Got resource from pool day11-builds
2026-06-24 15:48.02: [profile full] build atdgen.1.10.2
2026-06-24 15:48.02: build atdgen.1.10.2 (7c043a295ab5)
=== DEPENDENCIES (14 transitive) ===
atd.1.12.0 0b6f3fd383e0
base-unix.base 7d1428be9ddb
biniou.1.2.0 73106d696b79
conf-which.1 84b48e007e35
cppo.1.6.5 f1530a79a4f4
easy-format.1.3.1 81b6c47d18bb
jbuilder.1.0+beta20.2 4f461261c648
menhir.20190924 e5cc89d92379
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
yojson.1.4.1 5b977be6b9ed
=== 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.
- 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.
- 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_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-24 15:48.20: OK: build atdgen.1.10.2 (runc: 5.1s, disk: 14KB)
2026-06-24 15:48.20: Job succeeded