Build:
  1. 0
2026-06-24 13:54.50: New job: build lambdasoup.0.7.1 (7c3ea0eee97f)
2026-06-24 13:54.50: Waiting for resource in pool day11-builds
2026-06-24 14:02.24: Got resource from pool day11-builds
2026-06-24 14:02.24: [profile full] build lambdasoup.0.7.1
2026-06-24 14:02.24: build lambdasoup.0.7.1 (7c3ea0eee97f)
=== DEPENDENCIES (12 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  dune.3.23.1                                        848a72441e15
  markup.1.0.3                                       4dd78ddfa48c
  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
  topkg.1.1.1                                        511e1a1958da
  uchar.0.0.2                                        15440406b802
  uutf.1.0.4                                         629b90351215
=== STDOUT ===
Processing: [default: loading data]
[lambdasoup.0.7.1: dl]
[lambdasoup.0.7.1: extract]
-> retrieved lambdasoup.0.7.1  (https://opam.ocaml.org/cache)
[lambdasoup: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "lambdasoup" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/lambdasoup.0.7.1)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w +A -warn-error -3 -g -bin-annot -I src/.soup.objs/byte -I /home/opam/.opam/default/lib/markup -I /home/opam/.opam/default/lib/uutf -intf-suffix .ml -no-alias-deps -o src/.soup.objs/byte/soup.cmo -c -impl src/soup.ml)
- File "src/soup.ml", line 670, characters 12-23:
- 670 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 672, characters 8-19:
- 672 |         Stream.junk stream;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 675, characters 20-32:
- 675 |         begin match Stream.npeek 2 stream with
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 677, characters 10-21:
- 677 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 678, characters 10-21:
- 678 |           Stream.junk stream
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 683, characters 8-19:
- 683 |         Stream.junk stream;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 689, characters 4-15:
- 689 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 690, characters 10-21:
- 690 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 698, characters 6-17:
- 698 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 703, characters 16-27:
- 703 |     begin match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 709, characters 12-23:
- 709 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 713, characters 34-45:
- 713 |         Buffer.add_char buffer c; Stream.junk stream; loop ()
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 719, characters 10-21:
- 719 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 720, characters 18-29:
- 720 |     | Some '*' -> Stream.junk stream; Universal
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 728, characters 10-22:
- 728 |     match Stream.npeek 2 stream with
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 729, characters 18-29:
- 729 |     | ['='; _] -> Stream.junk stream; "="
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 731, characters 6-17:
- 731 |       Stream.junk stream; Stream.junk stream; Printf.sprintf "%c=" c
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 731, characters 26-37:
- 731 |       Stream.junk stream; Stream.junk stream; Printf.sprintf "%c=" c
-                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 735, characters 10-21:
- 735 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 737, characters 6-17:
- 737 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 740, characters 14-25:
- 740 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 742, characters 10-21:
- 742 |           Stream.junk stream; Buffer.contents buffer
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 744, characters 10-21:
- 744 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 745, characters 17-28:
- 745 |           (match Stream.peek stream with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 747, characters 42-53:
- 747 |             Buffer.add_char buffer delim; Stream.junk stream
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 752, characters 36-47:
- 752 |           Buffer.add_char buffer c; Stream.junk stream; loop ()
-                                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 759, characters 10-21:
- 759 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 764, characters 14-25:
- 764 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 766, characters 46-57:
- 766 |         | Some c -> Buffer.add_char buffer c; Stream.junk stream; loop ()
-                                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 772, characters 12-23:
- 772 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 773, characters 44-55:
- 773 |       | Some c when is_whitespace_char c -> Stream.junk stream; loop ()
-                                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 779, characters 4-15:
- 779 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 783, characters 11-22:
- 783 |     (match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 785, characters 18-29:
- 785 |     | Some ']' -> Stream.junk stream; Present name
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 789, characters 13-24:
- 789 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 797, characters 15-26:
- 797 |         (match Stream.peek stream with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 801, characters 10-21:
- 801 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 815, characters 4-15:
- 815 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 820, characters 4-15:
- 820 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 827, characters 12-23:
- 827 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 829, characters 34-45:
- 829 |         Buffer.add_char buffer c; Stream.junk stream; loop ()
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 835, characters 4-15:
- 835 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 836, characters 10-21:
- 836 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 838, characters 6-17:
- 838 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 839, characters 13-24:
- 839 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 851, characters 10-21:
- 851 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 860, characters 13-24:
- 860 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 866, characters 10-21:
- 866 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 868, characters 6-17:
- 868 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 872, characters 13-24:
- 872 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 873, characters 20-31:
- 873 |       | Some ')' -> Stream.junk stream; value
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 878, characters 4-15:
- 878 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 912, characters 10-21:
- 912 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 923, characters 12-23:
- 923 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 931, characters 17-33:
- 931 |     let stream = Stream.of_string s in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 934, characters 12-23:
- 934 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 938, characters 16-27:
- 938 |           match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 939, characters 24-35:
- 939 |           | Some '>' -> Stream.junk stream; Child
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 940, characters 24-35:
- 940 |           | Some '+' -> Stream.junk stream; AdjacentSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 941, characters 24-35:
- 941 |           | Some '~' -> Stream.junk stream; IndirectSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w +A -warn-error -3 -g -I src/.soup.objs/byte -I src/.soup.objs/native -I /home/opam/.opam/default/lib/markup -I /home/opam/.opam/default/lib/uutf -intf-suffix .ml -no-alias-deps -o src/.soup.objs/native/soup.cmx -c -impl src/soup.ml)
- File "src/soup.ml", line 670, characters 12-23:
- 670 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 672, characters 8-19:
- 672 |         Stream.junk stream;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 675, characters 20-32:
- 675 |         begin match Stream.npeek 2 stream with
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 677, characters 10-21:
- 677 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 678, characters 10-21:
- 678 |           Stream.junk stream
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 683, characters 8-19:
- 683 |         Stream.junk stream;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 689, characters 4-15:
- 689 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 690, characters 10-21:
- 690 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 698, characters 6-17:
- 698 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 703, characters 16-27:
- 703 |     begin match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 709, characters 12-23:
- 709 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 713, characters 34-45:
- 713 |         Buffer.add_char buffer c; Stream.junk stream; loop ()
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 719, characters 10-21:
- 719 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 720, characters 18-29:
- 720 |     | Some '*' -> Stream.junk stream; Universal
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 728, characters 10-22:
- 728 |     match Stream.npeek 2 stream with
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 729, characters 18-29:
- 729 |     | ['='; _] -> Stream.junk stream; "="
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 731, characters 6-17:
- 731 |       Stream.junk stream; Stream.junk stream; Printf.sprintf "%c=" c
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 731, characters 26-37:
- 731 |       Stream.junk stream; Stream.junk stream; Printf.sprintf "%c=" c
-                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 735, characters 10-21:
- 735 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 737, characters 6-17:
- 737 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 740, characters 14-25:
- 740 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 742, characters 10-21:
- 742 |           Stream.junk stream; Buffer.contents buffer
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 744, characters 10-21:
- 744 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 745, characters 17-28:
- 745 |           (match Stream.peek stream with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 747, characters 42-53:
- 747 |             Buffer.add_char buffer delim; Stream.junk stream
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 752, characters 36-47:
- 752 |           Buffer.add_char buffer c; Stream.junk stream; loop ()
-                                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 759, characters 10-21:
- 759 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 764, characters 14-25:
- 764 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 766, characters 46-57:
- 766 |         | Some c -> Buffer.add_char buffer c; Stream.junk stream; loop ()
-                                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 772, characters 12-23:
- 772 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 773, characters 44-55:
- 773 |       | Some c when is_whitespace_char c -> Stream.junk stream; loop ()
-                                                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 779, characters 4-15:
- 779 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 783, characters 11-22:
- 783 |     (match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 785, characters 18-29:
- 785 |     | Some ']' -> Stream.junk stream; Present name
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 789, characters 13-24:
- 789 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 797, characters 15-26:
- 797 |         (match Stream.peek stream with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 801, characters 10-21:
- 801 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 815, characters 4-15:
- 815 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 820, characters 4-15:
- 820 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 827, characters 12-23:
- 827 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 829, characters 34-45:
- 829 |         Buffer.add_char buffer c; Stream.junk stream; loop ()
-                                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 835, characters 4-15:
- 835 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 836, characters 10-21:
- 836 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 838, characters 6-17:
- 838 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 839, characters 13-24:
- 839 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 851, characters 10-21:
- 851 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 860, characters 13-24:
- 860 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 866, characters 10-21:
- 866 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 868, characters 6-17:
- 868 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 872, characters 13-24:
- 872 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 873, characters 20-31:
- 873 |       | Some ')' -> Stream.junk stream; value
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 878, characters 4-15:
- 878 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 912, characters 10-21:
- 912 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 923, characters 12-23:
- 923 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 931, characters 17-33:
- 931 |     let stream = Stream.of_string s in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 934, characters 12-23:
- 934 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 938, characters 16-27:
- 938 |           match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 939, characters 24-35:
- 939 |           | Some '>' -> Stream.junk stream; Child
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 940, characters 24-35:
- 940 |           | Some '+' -> Stream.junk stream; AdjacentSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 941, characters 24-35:
- 941 |           | Some '~' -> Stream.junk stream; IndirectSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  lambdasoup.0.7.1
-> installed lambdasoup.0.7.1

=== STDERR ===

2026-06-24 14:03.12: OK: build lambdasoup.0.7.1 (runc: 5.7s, disk: 32KB)
2026-06-24 14:03.12: Job succeeded