Build:
  1. 0
2026-06-16 11:34.41: New job: build lambdasoup.0.5 (55e8dd2c39ac)
2026-06-16 11:34.41: Waiting for resource in pool day11-builds
2026-06-16 11:46.27: Got resource from pool day11-builds
2026-06-16 11:46.27: [profile full] build lambdasoup.0.5
2026-06-16 11:46.27: build lambdasoup.0.5 (55e8dd2c39ac)
=== DEPENDENCIES (5 transitive) ===
  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
=== STDOUT ===
Processing: [default: loading data]
[lambdasoup.0.5: dl]
[lambdasoup.0.5: extract]
-> retrieved lambdasoup.0.5  (https://opam.ocaml.org/cache)
[lambdasoup: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/default/.opam-switch/build/lambdasoup.0.5)
- ocamlbuild -use-ocamlfind -build-dir build  lambdasoup.cma lambdasoup.cmxa
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/soup.mli > src/soup.mli.depends
- + ocamlfind ocamlc -c -I src -I docs -I test -o src/soup.cmi src/soup.mli
- + ocamlfind ocamldep -modules src/soup.ml > src/soup.ml.depends
- + ocamlfind ocamldep -modules src/soup_ocamlnet_nethtml.ml > src/soup_ocamlnet_nethtml.ml.depends
- + /home/opam/.opam/default/bin/ocamllex.opt -q src/soup_ocamlnet_nethtml_scanner.mll
- + ocamlfind ocamldep -modules src/soup_ocamlnet_nethtml_scanner.ml > src/soup_ocamlnet_nethtml_scanner.ml.depends
- + ocamlfind ocamlc -c -I src -I docs -I test -o src/soup_ocamlnet_nethtml_scanner.cmo src/soup_ocamlnet_nethtml_scanner.ml
- + ocamlfind ocamlc -c -I src -I docs -I test -o src/soup_ocamlnet_nethtml.cmo src/soup_ocamlnet_nethtml.ml
- + ocamlfind ocamlc -c -I src -I docs -I test -o src/soup_ocamlnet_nethtml.cmo src/soup_ocamlnet_nethtml.ml
- File "src/soup_ocamlnet_nethtml.ml", line 285, characters 17-35:
- 285 |   let compare = (Pervasives.compare : string -> string -> int)
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/soup_ocamlnet_nethtml.ml", line 306, characters 6-22:
- 306 |       String.lowercase in
-             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + ocamlfind ocamlc -c -I src -I docs -I test -o src/soup.cmo src/soup.ml
- + ocamlfind ocamlc -c -I src -I docs -I test -o src/soup.cmo src/soup.ml
- File "src/soup.ml", line 163, characters 40-56:
- 163 |   | {values = `Element {name; _}; _} -> String.lowercase name
-                                               ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 360, characters 14-30:
- 360 |   let name' = String.lowercase name' in
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 564, characters 40-56:
- 564 |     | Type (Name name') -> name node = (String.lowercase name')
-                                               ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 627, characters 12-26:
- 627 |     let c = Char.lowercase c in
-                   ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/soup.ml", line 644, characters 16-27:
- 644 |         let c = Stream.next stream in
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 651, characters 12-23:
- 651 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 653, characters 34-45:
- 653 |         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 659, characters 10-21:
- 659 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 660, characters 18-29:
- 660 |     | Some '*' -> Stream.junk stream; Universal
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 668, characters 10-22:
- 668 |     match Stream.npeek 2 stream with
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 669, characters 18-29:
- 669 |     | ['='; _] -> Stream.junk stream; "="
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 671, characters 6-17:
- 671 |       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 671, characters 26-37:
- 671 |       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 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 44-55:
- 679 |       | 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 685, characters 12-23:
- 685 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 686, characters 44-55:
- 686 |       | 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 692, characters 10-21:
- 692 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 694, characters 6-17:
- 694 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 698, characters 13-24:
- 698 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 700, characters 20-31:
- 700 |       | Some ']' -> Stream.junk stream; Present name
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 704, characters 15-26:
- 704 |         (match Stream.peek stream with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 712, characters 17-28:
- 712 |           (match Stream.peek stream with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 716, characters 12-23:
- 716 |             Stream.junk stream;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 734, characters 10-21:
- 734 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 736, characters 6-17:
- 736 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 742, characters 10-21:
- 742 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 744, characters 6-17:
- 744 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 752, characters 12-23:
- 752 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 754, characters 34-45:
- 754 |         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 761, characters 4-15:
- 761 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 762, characters 10-21:
- 762 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 764, characters 6-17:
- 764 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 765, characters 13-24:
- 765 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 773, characters 10-21:
- 773 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 782, characters 13-24:
- 782 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 788, characters 10-21:
- 788 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 790, characters 6-17:
- 790 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 793, characters 14-25:
- 793 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 795, characters 36-47:
- 795 |           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 796, characters 22-33:
- 796 |         | Some '"' -> Stream.junk stream; Buffer.contents buffer
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 803, characters 10-21:
- 803 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 805, characters 6-17:
- 805 |       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 810, characters 20-31:
- 810 |       | Some ')' -> Stream.junk stream; value
-                           ^^^^^^^^^^^
- 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 817, characters 6-17:
- 817 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 854, characters 10-21:
- 854 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 865, characters 12-23:
- 865 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 873, characters 17-33:
- 873 |     let stream = Stream.of_string s in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 876, characters 12-23:
- 876 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 880, characters 16-27:
- 880 |           match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 881, characters 24-35:
- 881 |           | Some '>' -> Stream.junk stream; Child
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 882, characters 24-35:
- 882 |           | Some '+' -> Stream.junk stream; AdjacentSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 883, characters 24-35:
- 883 |           | Some '~' -> Stream.junk stream; IndirectSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 1111, characters 41-57:
- 1111 |     e.name <- new_name |> String.trim |> String.lowercase
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + ocamlfind ocamlc -a -I src src/soup_ocamlnet_nethtml_scanner.cmo src/soup_ocamlnet_nethtml.cmo src/soup.cmo -o src/lambdasoup.cma
- + ocamlfind ocamlopt -c -I src -I docs -I test -o src/soup_ocamlnet_nethtml_scanner.cmx src/soup_ocamlnet_nethtml_scanner.ml
- + ocamlfind ocamlopt -c -I src -I docs -I test -o src/soup_ocamlnet_nethtml.cmx src/soup_ocamlnet_nethtml.ml
- + ocamlfind ocamlopt -c -I src -I docs -I test -o src/soup_ocamlnet_nethtml.cmx src/soup_ocamlnet_nethtml.ml
- File "src/soup_ocamlnet_nethtml.ml", line 285, characters 17-35:
- 285 |   let compare = (Pervasives.compare : string -> string -> int)
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/soup_ocamlnet_nethtml.ml", line 306, characters 6-22:
- 306 |       String.lowercase in
-             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + ocamlfind ocamlopt -c -I src -I docs -I test -o src/soup.cmx src/soup.ml
- + ocamlfind ocamlopt -c -I src -I docs -I test -o src/soup.cmx src/soup.ml
- File "src/soup.ml", line 163, characters 40-56:
- 163 |   | {values = `Element {name; _}; _} -> String.lowercase name
-                                               ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 360, characters 14-30:
- 360 |   let name' = String.lowercase name' in
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 564, characters 40-56:
- 564 |     | Type (Name name') -> name node = (String.lowercase name')
-                                               ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 627, characters 12-26:
- 627 |     let c = Char.lowercase c in
-                   ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/soup.ml", line 644, characters 16-27:
- 644 |         let c = Stream.next stream in
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 651, characters 12-23:
- 651 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 653, characters 34-45:
- 653 |         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 659, characters 10-21:
- 659 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 660, characters 18-29:
- 660 |     | Some '*' -> Stream.junk stream; Universal
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 668, characters 10-22:
- 668 |     match Stream.npeek 2 stream with
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 669, characters 18-29:
- 669 |     | ['='; _] -> Stream.junk stream; "="
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 671, characters 6-17:
- 671 |       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 671, characters 26-37:
- 671 |       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 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 44-55:
- 679 |       | 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 685, characters 12-23:
- 685 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 686, characters 44-55:
- 686 |       | 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 692, characters 10-21:
- 692 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 694, characters 6-17:
- 694 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 698, characters 13-24:
- 698 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 700, characters 20-31:
- 700 |       | Some ']' -> Stream.junk stream; Present name
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 704, characters 15-26:
- 704 |         (match Stream.peek stream with
-                      ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 712, characters 17-28:
- 712 |           (match Stream.peek stream with
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 716, characters 12-23:
- 716 |             Stream.junk stream;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 734, characters 10-21:
- 734 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 736, characters 6-17:
- 736 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 742, characters 10-21:
- 742 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 744, characters 6-17:
- 744 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 752, characters 12-23:
- 752 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 754, characters 34-45:
- 754 |         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 761, characters 4-15:
- 761 |     Stream.junk stream;
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 762, characters 10-21:
- 762 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 764, characters 6-17:
- 764 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 765, characters 13-24:
- 765 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 773, characters 10-21:
- 773 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 782, characters 13-24:
- 782 |       (match Stream.peek stream with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 788, characters 10-21:
- 788 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 790, characters 6-17:
- 790 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 793, characters 14-25:
- 793 |         match Stream.peek stream with
-                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 795, characters 36-47:
- 795 |           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 796, characters 22-33:
- 796 |         | Some '"' -> Stream.junk stream; Buffer.contents buffer
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 803, characters 10-21:
- 803 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 805, characters 6-17:
- 805 |       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 810, characters 20-31:
- 810 |       | Some ')' -> Stream.junk stream; value
-                           ^^^^^^^^^^^
- 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 817, characters 6-17:
- 817 |       Stream.junk stream;
-             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 854, characters 10-21:
- 854 |     match Stream.peek stream with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 865, characters 12-23:
- 865 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 873, characters 17-33:
- 873 |     let stream = Stream.of_string s in
-                        ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 876, characters 12-23:
- 876 |       match Stream.peek stream with
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 880, characters 16-27:
- 880 |           match Stream.peek stream with
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 881, characters 24-35:
- 881 |           | Some '>' -> Stream.junk stream; Child
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 882, characters 24-35:
- 882 |           | Some '+' -> Stream.junk stream; AdjacentSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 883, characters 24-35:
- 883 |           | Some '~' -> Stream.junk stream; IndirectSibling
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 1111, characters 41-57:
- 1111 |     e.name <- new_name |> String.trim |> String.lowercase
-                                                 ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + ocamlfind ocamlopt -a -I src src/soup_ocamlnet_nethtml_scanner.cmx src/soup_ocamlnet_nethtml.cmx src/soup.cmx -o src/lambdasoup.cmxa
-> compiled  lambdasoup.0.5
[lambdasoup: make ocamlfind-install]
+ /usr/bin/make "ocamlfind-install" (CWD=/home/opam/.opam/default/.opam-switch/build/lambdasoup.0.5)
- ocamlfind install lambdasoup src/META build/src/lambdasoup.cma build/src/lambdasoup.cmxa build/src/lambdasoup.a build/src/soup.cmi build/src/soup.mli
- 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.5

=== STDERR ===

2026-06-16 11:46.55: OK: build lambdasoup.0.5 (runc: 3.1s, disk: 33KB)
2026-06-16 11:46.55: Job succeeded