Build:
- 0
2026-06-24 13:54.50: New job: build lambdasoup.0.6.2 (3d018113e6fc)
2026-06-24 13:54.50: Waiting for resource in pool day11-builds
2026-06-24 14:07.45: Got resource from pool day11-builds
2026-06-24 14:07.45: [profile full] build lambdasoup.0.6.2
2026-06-24 14:07.45: build lambdasoup.0.6.2 (3d018113e6fc)
=== DEPENDENCIES (13 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
dune.3.23.1 848a72441e15
jbuilder.1.0+beta20.2 4f461261c648
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.6.2: dl]
[lambdasoup.0.6.2: extract]
-> retrieved lambdasoup.0.6.2 (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.2)
- 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 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
- 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 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
-> compiled lambdasoup.0.6.2
-> installed lambdasoup.0.6.2
=== STDERR ===
2026-06-24 14:08.24: OK: build lambdasoup.0.6.2 (runc: 3.1s, disk: 30KB)
2026-06-24 14:08.24: Job succeeded