Build:
  1. 0
2026-06-16 12:47.31: New job: build lambdasoup.0.6.3 (d73ad40ba3bf)
2026-06-16 12:47.31: Waiting for resource in pool day11-builds
2026-06-16 14:12.57: Got resource from pool day11-builds
2026-06-16 14:12.57: [profile full] build lambdasoup.0.6.3
2026-06-16 14:12.57: build lambdasoup.0.6.3 (d73ad40ba3bf)
=== DEPENDENCIES (13 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  dune.3.23.1                                        5402470d931c
  jbuilder.1.0+beta20.2                              ab5ab9884b95
  markup.1.0.3                                       735eb5131b3c
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  topkg.1.1.1                                        ab549298f3fc
  uchar.0.0.2                                        0cb79118950a
  uutf.1.0.4                                         80688944c06d
=== STDOUT ===
Processing: [default: loading data]
[lambdasoup.0.6.3: dl]
[lambdasoup.0.6.3: extract]
-> retrieved lambdasoup.0.6.3  (https://opam.ocaml.org/cache)
[lambdasoup: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "lambdasoup" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/lambdasoup.0.6.3)
-       ocamlc src/.soup.objs/soup.{cmo,cmt}
- File "src/soup.ml", line 53, characters 24-33:
- 53 |   let lowercase_ascii = lowercase
-                              ^^^^^^^^^
- Alert deprecated: lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 61, characters 24-33:
- 61 |   let lowercase_ascii = lowercase
-                              ^^^^^^^^^
- Alert deprecated: lowercase
- Use Char.lowercase_ascii instead.
- File "src/soup.ml", line 670, characters 16-27:
- 670 |         let c = Stream.next stream in
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 677, characters 12-23:
- 677 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 679, characters 34-45:
- 679 |         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 685, characters 10-21:
- 685 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 686, characters 18-29:
- 686 |     | Some '*' -> Stream.junk stream; Universal
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 694, characters 10-22:
- 694 |     match Stream.npeek 2 stream with
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 695, characters 18-29:
- 695 |     | ['='; _] -> Stream.junk stream; "="
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 697, characters 6-17:
- 697 |       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 697, characters 26-37:
- 697 |       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 701, characters 10-21:
- 701 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 703, characters 6-17:
- 703 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 706, characters 14-25:
- 706 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 708, characters 10-21:
- 708 |           Stream.junk stream; Buffer.contents buffer
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 710, characters 10-21:
- 710 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 711, characters 17-28:
- 711 |           (match Stream.peek stream with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 713, characters 42-53:
- 713 |             Buffer.add_char buffer delim; Stream.junk stream
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 718, characters 36-47:
- 718 |           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 725, characters 10-21:
- 725 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 730, characters 14-25:
- 730 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 732, characters 46-57:
- 732 |         | 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 738, characters 12-23:
- 738 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 739, characters 44-55:
- 739 |       | 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 745, characters 4-15:
- 745 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 749, characters 11-22:
- 749 |     (match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 751, characters 18-29:
- 751 |     | Some ']' -> Stream.junk stream; Present name
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 755, characters 13-24:
- 755 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 763, characters 15-26:
- 763 |         (match Stream.peek stream with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 767, characters 10-21:
- 767 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 784, characters 4-15:
- 784 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 789, characters 4-15:
- 789 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 796, characters 12-23:
- 796 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 798, characters 34-45:
- 798 |         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 805, characters 4-15:
- 805 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 806, characters 10-21:
- 806 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 808, characters 6-17:
- 808 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 809, characters 13-24:
- 809 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 817, characters 10-21:
- 817 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 826, characters 13-24:
- 826 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 832, characters 10-21:
- 832 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 834, characters 6-17:
- 834 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 838, characters 13-24:
- 838 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 839, characters 20-31:
- 839 |       | Some ')' -> Stream.junk stream; value
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 844, characters 4-15:
- 844 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 880, characters 10-21:
- 880 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 891, characters 12-23:
- 891 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 899, characters 17-33:
- 899 |     let stream = Stream.of_string s in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 902, characters 12-23:
- 902 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 906, characters 16-27:
- 906 |           match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 907, characters 24-35:
- 907 |           | Some '>' -> Stream.junk stream; Child
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 908, characters 24-35:
- 908 |           | Some '+' -> Stream.junk stream; AdjacentSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 909, characters 24-35:
- 909 |           | Some '~' -> Stream.junk stream; IndirectSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 962, characters 41-58:
- 962 |   signals root |> Markup.pretty_print |> Markup.write_html |> Markup.to_string
-                                                ^^^^^^^^^^^^^^^^^
- Warning 48 [eliminated-optional-arguments]: implicit elimination of optional arguments ?escape_attribute, ?escape_text
- File "src/soup.ml", line 964, characters 37-54:
- 964 | let to_string root = signals root |> Markup.write_html |> Markup.to_string
-                                            ^^^^^^^^^^^^^^^^^
- Warning 48 [eliminated-optional-arguments]: implicit elimination of optional arguments ?escape_attribute, ?escape_text
-     ocamlopt src/.soup.objs/soup.{cmx,o}
- File "src/soup.ml", line 53, characters 24-33:
- 53 |   let lowercase_ascii = lowercase
-                              ^^^^^^^^^
- Alert deprecated: lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 61, characters 24-33:
- 61 |   let lowercase_ascii = lowercase
-                              ^^^^^^^^^
- Alert deprecated: lowercase
- Use Char.lowercase_ascii instead.
- File "src/soup.ml", line 670, characters 16-27:
- 670 |         let c = Stream.next stream in
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 677, characters 12-23:
- 677 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 679, characters 34-45:
- 679 |         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 685, characters 10-21:
- 685 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 686, characters 18-29:
- 686 |     | Some '*' -> Stream.junk stream; Universal
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 694, characters 10-22:
- 694 |     match Stream.npeek 2 stream with
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 695, characters 18-29:
- 695 |     | ['='; _] -> Stream.junk stream; "="
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 697, characters 6-17:
- 697 |       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 697, characters 26-37:
- 697 |       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 701, characters 10-21:
- 701 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 703, characters 6-17:
- 703 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 706, characters 14-25:
- 706 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 708, characters 10-21:
- 708 |           Stream.junk stream; Buffer.contents buffer
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 710, characters 10-21:
- 710 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 711, characters 17-28:
- 711 |           (match Stream.peek stream with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 713, characters 42-53:
- 713 |             Buffer.add_char buffer delim; Stream.junk stream
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 718, characters 36-47:
- 718 |           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 725, characters 10-21:
- 725 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 730, characters 14-25:
- 730 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 732, characters 46-57:
- 732 |         | 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 738, characters 12-23:
- 738 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 739, characters 44-55:
- 739 |       | 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 745, characters 4-15:
- 745 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 749, characters 11-22:
- 749 |     (match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 751, characters 18-29:
- 751 |     | Some ']' -> Stream.junk stream; Present name
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 755, characters 13-24:
- 755 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 763, characters 15-26:
- 763 |         (match Stream.peek stream with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 767, characters 10-21:
- 767 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 784, characters 4-15:
- 784 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 789, characters 4-15:
- 789 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 796, characters 12-23:
- 796 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 798, characters 34-45:
- 798 |         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 805, characters 4-15:
- 805 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 806, characters 10-21:
- 806 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 808, characters 6-17:
- 808 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 809, characters 13-24:
- 809 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 817, characters 10-21:
- 817 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 826, characters 13-24:
- 826 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 832, characters 10-21:
- 832 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 834, characters 6-17:
- 834 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 838, characters 13-24:
- 838 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 839, characters 20-31:
- 839 |       | Some ')' -> Stream.junk stream; value
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 844, characters 4-15:
- 844 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 880, characters 10-21:
- 880 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 891, characters 12-23:
- 891 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 899, characters 17-33:
- 899 |     let stream = Stream.of_string s in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 902, characters 12-23:
- 902 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 906, characters 16-27:
- 906 |           match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 907, characters 24-35:
- 907 |           | Some '>' -> Stream.junk stream; Child
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 908, characters 24-35:
- 908 |           | Some '+' -> Stream.junk stream; AdjacentSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 909, characters 24-35:
- 909 |           | Some '~' -> Stream.junk stream; IndirectSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 962, characters 41-58:
- 962 |   signals root |> Markup.pretty_print |> Markup.write_html |> Markup.to_string
-                                                ^^^^^^^^^^^^^^^^^
- Warning 48 [eliminated-optional-arguments]: implicit elimination of optional arguments ?escape_attribute, ?escape_text
- File "src/soup.ml", line 964, characters 37-54:
- 964 | let to_string root = signals root |> Markup.write_html |> Markup.to_string
-                                            ^^^^^^^^^^^^^^^^^
- Warning 48 [eliminated-optional-arguments]: implicit elimination of optional arguments ?escape_attribute, ?escape_text
-> compiled  lambdasoup.0.6.3
-> installed lambdasoup.0.6.3

=== STDERR ===

2026-06-16 14:13.01: OK: build lambdasoup.0.6.3 (runc: 2.6s, disk: 30KB)
2026-06-16 14:13.01: Job succeeded