Build:
  1. 0
2026-06-16 14:16.44: New job: build pgocaml.4.2.2 (a9b2512dcd51)
2026-06-16 14:16.44: Waiting for resource in pool day11-builds
2026-06-16 16:00.07: Got resource from pool day11-builds
2026-06-16 16:00.07: [profile full] build pgocaml.4.2.2
2026-06-16 16:00.07: build pgocaml.4.2.2 (a9b2512dcd51)
=== DEPENDENCIES (31 transitive) ===
  base.v0.16.5                                       6465b53ca5ca
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  calendar.3.0.0                                     1d2414d5eaf8
  cppo.1.8.0                                         ea583d2d3bbb
  csexp.1.5.2                                        ec63db2dab31
  cstruct.6.2.0                                      b14be91c9825
  csv.2.4                                            ca016b3674ce
  dune.3.23.1                                        5402470d931c
  dune-configurator.3.23.1                           58f4a3f92083
  fmt.0.11.0                                         fb25837707ac
  hex.1.5.0                                          59eb090201f6
  num.1.6                                            480227ca99db
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-compiler-libs.v0.12.4                        d1dd1437b449
  ocaml-config.2                                     669e0fcf9e4d
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  parsexp.v0.16.0                                    75d2c6ce6b44
  ppx_derivers.1.2.1                                 441538dbecd1
  ppx_deriving.6.0.3                                 c45af81d8ccb
  ppx_sexp_conv.v0.16.0                              c4b8211970d7
  ppxlib.0.35.0                                      58eae20f5b7b
  re.1.14.0                                          8d7c1999492d
  rresult.0.7.0                                      66e2b7baf32c
  sexplib.v0.16.0                                    c758cedeb83d
  sexplib0.v0.16.0                                   3e198ce31e44
  stdlib-shims.0.3.0                                 e2dd0beb9112
  topkg.1.1.1                                        ab549298f3fc
=== STDOUT ===
Processing: [default: loading data]
[pgocaml.4.2.2: dl]
[pgocaml.4.2.2: extract]
-> retrieved pgocaml.4.2.2  (https://opam.ocaml.org/cache)
[pgocaml: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "pgocaml" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/pgocaml.4.2.2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.PGOCaml.objs/byte -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/calendar -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/csv -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -intf-suffix .ml -no-alias-deps -o src/.PGOCaml.objs/byte/pGOCaml_generic.cmo -c -impl src/PGOCaml_generic.pp.ml)
- File "src/PGOCaml_generic.ml", line 1813, characters 34-45:
- 1813 |     if List.exists (fun c -> c <> Stream.next stream) target
-                                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1816, characters 38-49:
- 1816 |     let rec loop accum stream = match Stream.next stream with
-                                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1818, characters 22-33:
- 1818 |       | '\\' -> loop (Stream.next stream :: accum) stream
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1822, characters 33-44:
- 1822 |   let parse_value stream = match Stream.peek stream with
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1833, characters 12-23:
- 1833 |       match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1836, characters 10-21:
- 1836 |     match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1839, characters 14-30:
- 1839 |   parse_main (Stream.of_string str)
-                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.PGOCaml.objs/byte -I src/.PGOCaml.objs/native -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/calendar -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/csv -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -intf-suffix .ml -no-alias-deps -o src/.PGOCaml.objs/native/pGOCaml_generic.cmx -c -impl src/PGOCaml_generic.pp.ml)
- File "src/PGOCaml_generic.ml", line 1813, characters 34-45:
- 1813 |     if List.exists (fun c -> c <> Stream.next stream) target
-                                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1816, characters 38-49:
- 1816 |     let rec loop accum stream = match Stream.next stream with
-                                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1818, characters 22-33:
- 1818 |       | '\\' -> loop (Stream.next stream :: accum) stream
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1822, characters 33-44:
- 1822 |   let parse_value stream = match Stream.peek stream with
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1833, characters 12-23:
- 1833 |       match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1836, characters 10-21:
- 1836 |     match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1839, characters 14-30:
- 1839 |   parse_main (Stream.of_string str)
-                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  pgocaml.4.2.2
-> installed pgocaml.4.2.2

=== STDERR ===

2026-06-16 16:00.26: OK: build pgocaml.4.2.2 (runc: 8.6s, disk: 13KB)
2026-06-16 16:00.26: Job succeeded