Build:
  1. 0
2026-06-16 12:47.31: New job: build lambdasoup.0.6.1 (14206dec8439)
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.1
2026-06-16 14:12.57: build lambdasoup.0.6.1 (14206dec8439)
=== DEPENDENCIES (12 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  dune.3.23.1                                        5402470d931c
  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.1: dl]
[lambdasoup.0.6.1: extract]
-> retrieved lambdasoup.0.6.1  (https://opam.ocaml.org/cache)
[lambdasoup: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/default/.opam-switch/build/lambdasoup.0.6.1)
- ocamlbuild -use-ocamlfind -no-links -cflags -w,+A,-bin-annot,-safe-string lambdasoup.cma lambdasoup.cmxa
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package markup -modules src/soup.mli > src/soup.mli.depends
- + ocamlfind ocamlc -c -w +A -bin-annot -safe-string -package markup -I src -I docs -I test -o src/soup.cmi src/soup.mli
- + ocamlfind ocamldep -package markup -modules src/soup.ml > src/soup.ml.depends
- + ocamlfind ocamlc -c -w +A -bin-annot -safe-string -package markup -I src -I docs -I test -o src/soup.cmo src/soup.ml
- + ocamlfind ocamlc -c -w +A -bin-annot -safe-string -package markup -I src -I docs -I test -o src/soup.cmo src/soup.ml
- 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 668, characters 16-27:
- 668 |         let c = Stream.next stream in
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 675, characters 12-23:
- 675 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 677, characters 34-45:
- 677 |         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 683, characters 10-21:
- 683 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 684, characters 18-29:
- 684 |     | Some '*' -> Stream.junk stream; Universal
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 692, characters 10-22:
- 692 |     match Stream.npeek 2 stream with
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 693, characters 18-29:
- 693 |     | ['='; _] -> Stream.junk stream; "="
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 695, characters 6-17:
- 695 |       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 695, characters 26-37:
- 695 |       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 699, characters 10-21:
- 699 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 701, characters 6-17:
- 701 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 704, characters 14-25:
- 704 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 706, characters 10-21:
- 706 |           Stream.junk stream; Buffer.contents buffer
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 708, characters 10-21:
- 708 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 709, characters 17-28:
- 709 |           (match Stream.peek stream with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 711, characters 42-53:
- 711 |             Buffer.add_char buffer delim; Stream.junk stream
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 716, characters 36-47:
- 716 |           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 723, characters 10-21:
- 723 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 728, characters 14-25:
- 728 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 730, characters 46-57:
- 730 |         | 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 736, characters 12-23:
- 736 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 737, characters 44-55:
- 737 |       | 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 743, characters 4-15:
- 743 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 747, characters 11-22:
- 747 |     (match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 749, characters 18-29:
- 749 |     | Some ']' -> Stream.junk stream; Present name
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 753, characters 13-24:
- 753 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 761, characters 15-26:
- 761 |         (match Stream.peek stream with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 765, characters 10-21:
- 765 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 782, characters 4-15:
- 782 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 787, characters 4-15:
- 787 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 794, characters 12-23:
- 794 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 796, characters 34-45:
- 796 |         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 803, characters 4-15:
- 803 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 804, characters 10-21:
- 804 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 806, characters 6-17:
- 806 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 807, characters 13-24:
- 807 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 815, characters 10-21:
- 815 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 824, characters 13-24:
- 824 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 830, characters 10-21:
- 830 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 832, characters 6-17:
- 832 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 836, characters 13-24:
- 836 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 837, characters 20-31:
- 837 |       | Some ')' -> Stream.junk stream; value
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 842, characters 4-15:
- 842 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 878, characters 10-21:
- 878 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 889, characters 12-23:
- 889 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 897, characters 17-33:
- 897 |     let stream = Stream.of_string s in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 900, characters 12-23:
- 900 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 904, characters 16-27:
- 904 |           match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 905, characters 24-35:
- 905 |           | Some '>' -> Stream.junk stream; Child
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 906, characters 24-35:
- 906 |           | Some '+' -> Stream.junk stream; AdjacentSibling
-                               ^^^^^^^^^^^
- 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; IndirectSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 960, characters 41-58:
- 960 |   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 962, characters 37-54:
- 962 | 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
- + ocamlfind ocamlc -a -package markup -I src src/soup.cmo -o src/lambdasoup.cma
- + ocamlfind ocamlopt -c -w +A -bin-annot -safe-string -package markup -I src -I docs -I test -o src/soup.cmx src/soup.ml
- + ocamlfind ocamlopt -c -w +A -bin-annot -safe-string -package markup -I src -I docs -I test -o src/soup.cmx src/soup.ml
- 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 668, characters 16-27:
- 668 |         let c = Stream.next stream in
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 675, characters 12-23:
- 675 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 677, characters 34-45:
- 677 |         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 683, characters 10-21:
- 683 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 684, characters 18-29:
- 684 |     | Some '*' -> Stream.junk stream; Universal
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 692, characters 10-22:
- 692 |     match Stream.npeek 2 stream with
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 693, characters 18-29:
- 693 |     | ['='; _] -> Stream.junk stream; "="
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 695, characters 6-17:
- 695 |       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 695, characters 26-37:
- 695 |       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 699, characters 10-21:
- 699 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 701, characters 6-17:
- 701 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 704, characters 14-25:
- 704 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 706, characters 10-21:
- 706 |           Stream.junk stream; Buffer.contents buffer
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 708, characters 10-21:
- 708 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 709, characters 17-28:
- 709 |           (match Stream.peek stream with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 711, characters 42-53:
- 711 |             Buffer.add_char buffer delim; Stream.junk stream
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 716, characters 36-47:
- 716 |           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 723, characters 10-21:
- 723 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 728, characters 14-25:
- 728 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 730, characters 46-57:
- 730 |         | 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 736, characters 12-23:
- 736 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 737, characters 44-55:
- 737 |       | 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 743, characters 4-15:
- 743 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 747, characters 11-22:
- 747 |     (match Stream.peek stream with
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 749, characters 18-29:
- 749 |     | Some ']' -> Stream.junk stream; Present name
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 753, characters 13-24:
- 753 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 761, characters 15-26:
- 761 |         (match Stream.peek stream with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 765, characters 10-21:
- 765 |           Stream.junk stream;
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 782, characters 4-15:
- 782 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 787, characters 4-15:
- 787 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 794, characters 12-23:
- 794 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 796, characters 34-45:
- 796 |         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 803, characters 4-15:
- 803 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 804, characters 10-21:
- 804 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 806, characters 6-17:
- 806 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 807, characters 13-24:
- 807 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 815, characters 10-21:
- 815 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 824, characters 13-24:
- 824 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 830, characters 10-21:
- 830 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 832, characters 6-17:
- 832 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 836, characters 13-24:
- 836 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 837, characters 20-31:
- 837 |       | Some ')' -> Stream.junk stream; value
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 842, characters 4-15:
- 842 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 878, characters 10-21:
- 878 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 889, characters 12-23:
- 889 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 897, characters 17-33:
- 897 |     let stream = Stream.of_string s in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 900, characters 12-23:
- 900 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 904, characters 16-27:
- 904 |           match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 905, characters 24-35:
- 905 |           | Some '>' -> Stream.junk stream; Child
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 906, characters 24-35:
- 906 |           | Some '+' -> Stream.junk stream; AdjacentSibling
-                               ^^^^^^^^^^^
- 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; IndirectSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 960, characters 41-58:
- 960 |   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 962, characters 37-54:
- 962 | 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
- + ocamlfind ocamlopt -a -package markup -I src src/soup.cmx -o src/lambdasoup.cmxa
-> compiled  lambdasoup.0.6.1
[lambdasoup: make ocamlfind-install]
+ /usr/bin/make "ocamlfind-install" (CWD=/home/opam/.opam/default/.opam-switch/build/lambdasoup.0.6.1)
- ocamlfind install lambdasoup -optional src/META _build/src/lambdasoup.cma _build/src/lambdasoup.cmxa _build/src/lambdasoup.a _build/src/soup.cmi _build/src/soup.mli _build/src/soup.cmti _build/src/soup.cmt _build/src/soup.cmx
- Installed /home/opam/.opam/default/lib/lambdasoup/soup.cmx
- Installed /home/opam/.opam/default/lib/lambdasoup/soup.cmt
- Installed /home/opam/.opam/default/lib/lambdasoup/soup.cmti
- Installed /home/opam/.opam/default/lib/lambdasoup/soup.mli
- Installed /home/opam/.opam/default/lib/lambdasoup/soup.cmi
- Installed /home/opam/.opam/default/lib/lambdasoup/lambdasoup.a
- Installed /home/opam/.opam/default/lib/lambdasoup/lambdasoup.cmxa
- Installed /home/opam/.opam/default/lib/lambdasoup/lambdasoup.cma
- Installed /home/opam/.opam/default/lib/lambdasoup/META
-> installed lambdasoup.0.6.1

=== STDERR ===

2026-06-16 14:13.03: OK: build lambdasoup.0.6.1 (runc: 2.6s, disk: 32KB)
2026-06-16 14:13.03: Job succeeded