Build:
  1. 0
2026-06-24 16:24.44: New job: build pgx.1.0 (7809e52293d5)
2026-06-24 16:24.44: Waiting for resource in pool day11-builds
2026-06-24 17:17.24: Got resource from pool day11-builds
2026-06-24 17:17.24: [profile full] build pgx.1.0
2026-06-24 17:17.24: build pgx.1.0 (7809e52293d5)
=== DEPENDENCIES (28 transitive) ===
  base.v0.16.5                                       029e992da996
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  csexp.1.5.2                                        610c78f17734
  cstruct.6.2.0                                      4e406f8cd962
  domain-name.0.5.0                                  6f01944aa0ef
  dune.3.23.1                                        848a72441e15
  dune-configurator.3.23.1                           bc97ce98d8a9
  fmt.0.11.0                                         2830e55b9a03
  hex.1.5.0                                          82625df4f0f2
  ipaddr.5.6.2                                       56bad830d33a
  macaddr.5.6.2                                      b62a4db7f76e
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-compiler-libs.v0.12.4                        2aecf989b0b2
  ocaml-config.2                                     2d9c209f5590
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
  ppx_compare.v0.16.0                                79c7c926a481
  ppx_custom_printf.v0.16.0                          8afe001e9915
  ppx_derivers.1.2.1                                 9245877bc46e
  ppx_sexp_conv.v0.16.0                              3dc8c79ef340
  ppxlib.0.35.0                                      bbb70c1d0b8a
  re.1.14.0                                          d62d6f65abb6
  sexplib0.v0.16.0                                   7a6e649d895c
  stdlib-shims.0.3.0                                 de5202e23add
  topkg.1.1.1                                        511e1a1958da
  uuidm.0.9.10                                       097b12ba8f03
=== STDOUT ===
Processing: [default: loading data]
[pgx.1.0: dl]
[pgx.1.0: extract]
-> retrieved pgx.1.0  (https://opam.ocaml.org/cache)
[pgx: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "pgx" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/pgx.1.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I pgx/src/.pgx.objs/byte -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -I /home/opam/.opam/default/lib/ppx_compare/runtime-lib -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/uuidm -intf-suffix .ml -no-alias-deps -o pgx/src/.pgx.objs/byte/pgx_value.cmo -c -impl pgx/src/pgx_value.pp.ml)
- File "pgx/src/pgx_value.ml", line 108, characters 34-45:
- 108 |     if List.exists (fun c -> c <> Stream.next stream) target
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 113, characters 12-23:
- 113 |       match Stream.next stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 116, characters 22-33:
- 116 |       | '\\' -> loop (Stream.next stream :: accum) stream
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 123, characters 10-21:
- 123 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 138, characters 12-23:
- 138 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 144, characters 10-21:
- 144 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 148, characters 14-30:
- 148 |   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 pgx/src/.pgx.objs/byte -I pgx/src/.pgx.objs/native -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/ipaddr -I /home/opam/.opam/default/lib/macaddr -I /home/opam/.opam/default/lib/ppx_compare/runtime-lib -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/uuidm -intf-suffix .ml -no-alias-deps -o pgx/src/.pgx.objs/native/pgx_value.cmx -c -impl pgx/src/pgx_value.pp.ml)
- File "pgx/src/pgx_value.ml", line 108, characters 34-45:
- 108 |     if List.exists (fun c -> c <> Stream.next stream) target
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 113, characters 12-23:
- 113 |       match Stream.next stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 116, characters 22-33:
- 116 |       | '\\' -> loop (Stream.next stream :: accum) stream
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 123, characters 10-21:
- 123 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 138, characters 12-23:
- 138 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 144, characters 10-21:
- 144 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "pgx/src/pgx_value.ml", line 148, characters 14-30:
- 148 |   parse_main (Stream.of_string str)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  pgx.1.0
-> installed pgx.1.0

=== STDERR ===

2026-06-24 17:17.38: OK: build pgx.1.0 (runc: 5.1s, disk: 13KB)
2026-06-24 17:17.38: Job succeeded