Build:
  1. 1
  2. 0
2026-09-03 22:01.51: New job: build pgocaml.4.2 (9c5ad6854e82)
2026-09-03 22:01.51: Waiting for resource in pool day11-builds
2026-09-03 22:49.38: Got resource from pool day11-builds
2026-09-03 22:49.38: [profile full] build pgocaml.4.2
2026-09-03 22:49.38: build pgocaml.4.2 (9c5ad6854e82)
=== DEPENDENCIES (31 transitive) ===
  base.v0.16.5                                       9b8d977c1f60
  base-bytes.base                                    68d84c459288
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  calendar.3.0.0                                     1e6bf1adf6b8
  cppo.1.8.0                                         8b34f9718c9c
  csexp.1.5.2                                        c758d7657e5b
  cstruct.6.2.0                                      7e18d8b52d76
  csv.2.4                                            9bc534e7018f
  dune.3.24.2                                        bf83cdf0a904
  dune-configurator.3.24.2                           23afe5cb4d3b
  fmt.0.11.0                                         5ca93ca97f7e
  hex.1.5.0                                          8029bec1813a
  num.1.6                                            fe036226102b
  ocaml.4.14.4                                       c7d6265b51fe
  ocaml-base-compiler.4.14.4                         7a409b6ffbef
  ocaml-compiler-libs.v0.12.4                        0a923ba812db
  ocaml-config.2                                     85edea6ac168
  ocamlbuild.0.16.1                                  5ae5ab4d19bf
  ocamlfind.1.9.8                                    3cae95bed0a0
  parsexp.v0.16.0                                    6a4dbf4d3d29
  ppx_derivers.1.2.1                                 e8685a77fc9e
  ppx_deriving.6.0.3                                 ea028554e7e8
  ppx_sexp_conv.v0.16.0                              c4d7e3e92e0a
  ppxlib.0.35.0                                      46c1dac34d3c
  re.1.14.0                                          dd879e7a18b1
  rresult.0.7.0                                      e91945a392c9
  sexplib.v0.16.0                                    f65b5dccd754
  sexplib0.v0.16.0                                   a69f43de36f7
  stdlib-shims.0.3.0                                 484c72a128b6
  topkg.1.1.1                                        f1122af0988e
=== STDOUT ===
Processing: [default: loading data]
[pgocaml.4.2: dl]
[pgocaml.4.2: extract]
-> retrieved pgocaml.4.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)
- (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/re -intf-suffix .ml -no-alias-deps -o src/.PGOCaml.objs/byte/pGOCaml_generic.cmo -c -impl src/PGOCaml_generic.ml)
- File "src/PGOCaml_generic.ml", line 1731, characters 34-45:
- 1731 |     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 1734, characters 38-49:
- 1734 |     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 1736, characters 22-33:
- 1736 |       | '\\' -> loop (Stream.next stream :: accum) stream
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1740, characters 33-44:
- 1740 |   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 1751, characters 12-23:
- 1751 |       match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1754, characters 10-21:
- 1754 |     match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1757, characters 14-30:
- 1757 |   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/re -intf-suffix .ml -no-alias-deps -o src/.PGOCaml.objs/native/pGOCaml_generic.cmx -c -impl src/PGOCaml_generic.ml)
- File "src/PGOCaml_generic.ml", line 1731, characters 34-45:
- 1731 |     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 1734, characters 38-49:
- 1734 |     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 1736, characters 22-33:
- 1736 |       | '\\' -> loop (Stream.next stream :: accum) stream
-                              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1740, characters 33-44:
- 1740 |   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 1751, characters 12-23:
- 1751 |       match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1754, characters 10-21:
- 1754 |     match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/PGOCaml_generic.ml", line 1757, characters 14-30:
- 1757 |   parse_main (Stream.of_string str)
-                      ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  pgocaml.4.2
-> installed pgocaml.4.2

=== STDERR ===

2026-09-03 22:49.55: OK: build pgocaml.4.2 (runc: 5.6s, disk: 13KB)
2026-09-03 22:49.55: Job succeeded