Build:
- 0
2026-06-24 13:54.50: New job: build lambdasoup.0.6 (1ba29ad86be0)
2026-06-24 13:54.50: Waiting for resource in pool day11-builds
2026-06-24 14:19.44: Got resource from pool day11-builds
2026-06-24 14:19.44: [profile full] build lambdasoup.0.6
2026-06-24 14:19.44: build lambdasoup.0.6 (1ba29ad86be0)
=== DEPENDENCIES (12 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
dune.3.23.1 848a72441e15
markup.1.0.3 4dd78ddfa48c
ocaml.4.14.4 b047fb9251f4
ocaml-base-compiler.4.14.4 d3b7ccb2c6fb
ocaml-config.2 2d9c209f5590
ocamlbuild.0.16.1 7e0d6aadb209
ocamlfind.1.9.8 214dd418ac02
topkg.1.1.1 511e1a1958da
uchar.0.0.2 15440406b802
uutf.1.0.4 629b90351215
=== STDOUT ===
Processing: [default: loading data]
[lambdasoup.0.6: dl]
[lambdasoup.0.6: extract]
-> retrieved lambdasoup.0.6 (https://opam.ocaml.org/cache)
[lambdasoup: make build]
+ /usr/bin/make "build" (CWD=/home/opam/.opam/default/.opam-switch/build/lambdasoup.0.6)
- ocamlbuild -use-ocamlfind -build-dir build -cflags -w,+A-9-48,-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-9-48 -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-9-48 -bin-annot -safe-string -package markup -I src -I docs -I test -o src/soup.cmo src/soup.ml
- + ocamlfind ocamlc -c -w +A-9-48 -bin-annot -safe-string -package markup -I src -I docs -I test -o src/soup.cmo src/soup.ml
- File "src/soup.ml", line 168, characters 40-56:
- 168 | | {values = `Element {name; _}; _} -> String.lowercase name
- ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 365, characters 14-30:
- 365 | let name' = String.lowercase name' in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 569, characters 40-56:
- 569 | | 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 632, characters 12-26:
- 632 | let c = Char.lowercase c in
- ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/soup.ml", line 649, characters 16-27:
- 649 | let c = Stream.next stream in
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 656, characters 12-23:
- 656 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 658, characters 34-45:
- 658 | 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 664, characters 10-21:
- 664 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 665, characters 18-29:
- 665 | | Some '*' -> Stream.junk stream; Universal
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 673, characters 10-22:
- 673 | match Stream.npeek 2 stream with
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 674, characters 18-29:
- 674 | | ['='; _] -> Stream.junk stream; "="
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 676, characters 6-17:
- 676 | 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 676, characters 26-37:
- 676 | 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 682, characters 12-23:
- 682 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 684, characters 44-55:
- 684 | | 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 690, characters 12-23:
- 690 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 691, characters 44-55:
- 691 | | 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 697, characters 10-21:
- 697 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 699, characters 6-17:
- 699 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 703, characters 13-24:
- 703 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 705, characters 20-31:
- 705 | | Some ']' -> Stream.junk stream; Present name
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 709, characters 15-26:
- 709 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 717, characters 17-28:
- 717 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 721, characters 12-23:
- 721 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 739, characters 10-21:
- 739 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 741, characters 6-17:
- 741 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 747, characters 10-21:
- 747 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 749, characters 6-17:
- 749 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 757, characters 12-23:
- 757 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 759, characters 34-45:
- 759 | 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 766, characters 4-15:
- 766 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 767, characters 10-21:
- 767 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 769, characters 6-17:
- 769 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 770, characters 13-24:
- 770 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 778, characters 10-21:
- 778 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 787, characters 13-24:
- 787 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 793, characters 10-21:
- 793 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 795, characters 6-17:
- 795 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 798, characters 14-25:
- 798 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 800, characters 36-47:
- 800 | 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 801, characters 22-33:
- 801 | | Some '"' -> Stream.junk stream; Buffer.contents buffer
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 808, characters 10-21:
- 808 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 810, characters 6-17:
- 810 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 814, characters 13-24:
- 814 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 815, characters 20-31:
- 815 | | Some ')' -> Stream.junk stream; value
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 820, characters 10-21:
- 820 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 822, characters 6-17:
- 822 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 859, characters 10-21:
- 859 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 870, characters 12-23:
- 870 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 878, characters 17-33:
- 878 | let stream = Stream.of_string s in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 881, characters 12-23:
- 881 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 885, characters 16-27:
- 885 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 886, characters 24-35:
- 886 | | Some '>' -> Stream.junk stream; Child
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 887, characters 24-35:
- 887 | | Some '+' -> Stream.junk stream; AdjacentSibling
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 888, characters 24-35:
- 888 | | Some '~' -> Stream.junk stream; IndirectSibling
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 1103, characters 41-57:
- 1103 | e.name <- new_name |> String.trim |> String.lowercase
- ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + ocamlfind ocamlc -a -package markup -I src src/soup.cmo -o src/lambdasoup.cma
- + ocamlfind ocamlopt -c -w +A-9-48 -bin-annot -safe-string -package markup -I src -I docs -I test -o src/soup.cmx src/soup.ml
- + ocamlfind ocamlopt -c -w +A-9-48 -bin-annot -safe-string -package markup -I src -I docs -I test -o src/soup.cmx src/soup.ml
- File "src/soup.ml", line 168, characters 40-56:
- 168 | | {values = `Element {name; _}; _} -> String.lowercase name
- ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 365, characters 14-30:
- 365 | let name' = String.lowercase name' in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "src/soup.ml", line 569, characters 40-56:
- 569 | | 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 632, characters 12-26:
- 632 | let c = Char.lowercase c in
- ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/soup.ml", line 649, characters 16-27:
- 649 | let c = Stream.next stream in
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 656, characters 12-23:
- 656 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 658, characters 34-45:
- 658 | 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 664, characters 10-21:
- 664 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 665, characters 18-29:
- 665 | | Some '*' -> Stream.junk stream; Universal
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 673, characters 10-22:
- 673 | match Stream.npeek 2 stream with
- ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 674, characters 18-29:
- 674 | | ['='; _] -> Stream.junk stream; "="
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 676, characters 6-17:
- 676 | 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 676, characters 26-37:
- 676 | 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 682, characters 12-23:
- 682 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 684, characters 44-55:
- 684 | | 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 690, characters 12-23:
- 690 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 691, characters 44-55:
- 691 | | 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 697, characters 10-21:
- 697 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 699, characters 6-17:
- 699 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 703, characters 13-24:
- 703 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 705, characters 20-31:
- 705 | | Some ']' -> Stream.junk stream; Present name
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 709, characters 15-26:
- 709 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 717, characters 17-28:
- 717 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 721, characters 12-23:
- 721 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 739, characters 10-21:
- 739 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 741, characters 6-17:
- 741 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 747, characters 10-21:
- 747 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 749, characters 6-17:
- 749 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 757, characters 12-23:
- 757 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 759, characters 34-45:
- 759 | 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 766, characters 4-15:
- 766 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 767, characters 10-21:
- 767 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 769, characters 6-17:
- 769 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 770, characters 13-24:
- 770 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 778, characters 10-21:
- 778 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 787, characters 13-24:
- 787 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 793, characters 10-21:
- 793 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 795, characters 6-17:
- 795 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 798, characters 14-25:
- 798 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 800, characters 36-47:
- 800 | 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 801, characters 22-33:
- 801 | | Some '"' -> Stream.junk stream; Buffer.contents buffer
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 808, characters 10-21:
- 808 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 810, characters 6-17:
- 810 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 814, characters 13-24:
- 814 | (match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 815, characters 20-31:
- 815 | | Some ')' -> Stream.junk stream; value
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 820, characters 10-21:
- 820 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 822, characters 6-17:
- 822 | Stream.junk stream;
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 859, characters 10-21:
- 859 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 870, characters 12-23:
- 870 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 878, characters 17-33:
- 878 | let stream = Stream.of_string s in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 881, characters 12-23:
- 881 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 885, characters 16-27:
- 885 | match Stream.peek stream with
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 886, characters 24-35:
- 886 | | Some '>' -> Stream.junk stream; Child
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 887, characters 24-35:
- 887 | | Some '+' -> Stream.junk stream; AdjacentSibling
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 888, characters 24-35:
- 888 | | Some '~' -> Stream.junk stream; IndirectSibling
- ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/soup.ml", line 1103, characters 41-57:
- 1103 | e.name <- new_name |> String.trim |> String.lowercase
- ^^^^^^^^^^^^^^^^
- Alert deprecated: String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- + ocamlfind ocamlopt -a -package markup -I src src/soup.cmx -o src/lambdasoup.cmxa
-> compiled lambdasoup.0.6
[lambdasoup: make ocamlfind-install]
+ /usr/bin/make "ocamlfind-install" (CWD=/home/opam/.opam/default/.opam-switch/build/lambdasoup.0.6)
- 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
- 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
=== STDERR ===
2026-06-24 14:20.27: OK: build lambdasoup.0.6 (runc: 4.1s, disk: 32KB)
2026-06-24 14:20.27: Job succeeded