Build:
  1. 0
2026-06-24 13:57.07: New job: build pgocaml.4.0 (2276b81d2192)
2026-06-24 13:57.07: Waiting for resource in pool day11-builds
2026-06-24 16:15.36: Got resource from pool day11-builds
2026-06-24 16:15.36: [profile full] build pgocaml.4.0
2026-06-24 16:15.36: build pgocaml.4.0 (2276b81d2192)
=== DEPENDENCIES (16 transitive) ===
  base-bytes.base                                    c40d17bc86b5
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  calendar.3.0.0                                     2260632faab5
  cstruct.6.2.0                                      4e406f8cd962
  csv.2.4                                            e537c850b511
  dune.3.23.1                                        848a72441e15
  fmt.0.11.0                                         2830e55b9a03
  hex.1.5.0                                          82625df4f0f2
  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
  re.1.14.0                                          d62d6f65abb6
  topkg.1.1.1                                        511e1a1958da
=== STDOUT ===
Processing: [default: loading data]
[pgocaml.4.0: dl]
[pgocaml.4.0: extract]
-> retrieved pgocaml.4.0  (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.0)
- (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.0
-> installed pgocaml.4.0

=== STDERR ===

2026-06-24 16:16.07: OK: build pgocaml.4.0 (runc: 4.1s, disk: 11KB)
2026-06-24 16:16.07: Job succeeded