Build:
  1. 0
2026-06-24 12:00.38: New job: build ocamlrss.2.0 (08f70d1fe971)
2026-06-24 12:00.38: Waiting for resource in pool day11-builds
2026-06-24 13:18.16: Got resource from pool day11-builds
2026-06-24 13:18.16: [profile full] build ocamlrss.2.0
2026-06-24 13:18.16: build ocamlrss.2.0 (08f70d1fe971)
=== DEPENDENCIES (7 transitive) ===
  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
  xmlm.1.4.0                                         09c162d8fb94
=== STDOUT ===
Processing: [default: loading data]
[ocamlrss.2.0: dl]
[ocamlrss.2.0: extract]
-> retrieved ocamlrss.2.0  (https://opam.ocaml.org/cache)
[ocamlrss: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlrss.2.0)
- ocamlfind ocamlc -package xmlm,unix -annot -c rss_date.mli
- ocamlfind ocamlc -package xmlm,unix -annot -c rss_types.ml
- ocamlfind ocamlc -package xmlm,unix -annot -c rss_io.ml
- File "rss_io.ml", line 82, characters 35-51:
- 82 |       E ((("",e),_),_) when name = String.lowercase e -> true
-                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 90, characters 13-29:
- 90 |   let name = String.lowercase name in
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 91, characters 39-55:
- 91 |   try snd (List.find (fun ((_,s),_) -> String.lowercase s = name) atts)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 96, characters 13-29:
- 96 |   let name = String.lowercase name in
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 99, characters 22-38:
- 99 | 		 (fun ((_,s), _) -> String.lowercase s = name)
-      		                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 136, characters 9-25:
- 136 |     when String.lowercase tag = "category"->
-                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 240, characters 33-49:
- 240 |       |	E ((("",s),_),subs) when String.lowercase s = "item" ->
-              	                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 309, characters 12-28:
- 309 |       match String.lowercase e with
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 327, characters 22-38:
- 327 |                 match String.lowercase e with
-                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- ocamlfind ocamlc -package xmlm,unix -annot -c rss.mli
- ocamlfind ocamlc -package xmlm,unix -annot -c rss_date.ml
- File "rss_date.ml", line 111, characters 31-39:
- 111 |   let rec scan_any (strm__ : _ Stream.t) =
-                                      ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 112, characters 10-21:
- 112 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 114, characters 8-19:
- 114 |         Stream.junk strm__; scan_number (int_of_char c - 48) strm__
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 116, characters 8-19:
- 116 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 119, characters 27-41:
- 119 |         Buffer.add_char b (Char.lowercase c); scan_word b rest
-                                  ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "rss_date.ml", line 120, characters 18-29:
- 120 |     | Some '(' -> Stream.junk strm__; scan_comment 0 strm__
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 121, characters 27-38:
- 121 |     | Some (' ' | '\t') -> Stream.junk strm__; scan_any strm__
-                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 123, characters 8-19:
- 123 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 125, characters 8-20:
- 125 |         Stream.icons Plus (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 125, characters 27-39:
- 125 |         Stream.icons Plus (Stream.slazy (fun _ -> scan_any rest))
-                                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 127, characters 8-19:
- 127 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 129, characters 8-20:
- 129 |         Stream.icons Minus (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 129, characters 28-40:
- 129 |         Stream.icons Minus (Stream.slazy (fun _ -> scan_any rest))
-                                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 131, characters 8-19:
- 131 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 133, characters 8-20:
- 133 |         Stream.icons Colon (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 133, characters 28-40:
- 133 |         Stream.icons Colon (Stream.slazy (fun _ -> scan_any rest))
-                                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 135, characters 8-19:
- 135 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 137, characters 8-20:
- 137 |         Stream.icons Comma (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 137, characters 28-40:
- 137 |         Stream.icons Comma (Stream.slazy (fun _ -> scan_any rest))
-                                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 139, characters 8-19:
- 139 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 141, characters 8-20:
- 141 |         Stream.icons Slash (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 141, characters 28-40:
- 141 |         Stream.icons Slash (Stream.slazy (fun _ -> scan_any rest))
-                                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 143, characters 8-19:
- 143 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 145, characters 8-20:
- 145 |         Stream.icons Invalid (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 145, characters 30-42:
- 145 |         Stream.icons Invalid (Stream.slazy (fun _ -> scan_any rest))
-                                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 146, characters 11-24:
- 146 |     | _ -> Stream.sempty
-                  ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 147, characters 32-40:
- 147 |   and scan_number a (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 148, characters 10-21:
- 148 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 150, characters 8-19:
- 150 |         Stream.junk strm__; scan_number (a * 10 + (int_of_char c - 48)) strm__
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 153, characters 8-20:
- 153 |         Stream.icons (Number a) (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 153, characters 33-45:
- 153 |         Stream.icons (Number a) (Stream.slazy (fun _ -> scan_any rest))
-                                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 154, characters 30-38:
- 154 |   and scan_word b (strm__ : _ Stream.t) =
-                                     ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 155, characters 10-21:
- 155 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 157, characters 8-19:
- 157 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 159, characters 27-41:
- 159 |         Buffer.add_char b (Char.lowercase c); scan_word b rest
-                                  ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "rss_date.ml", line 160, characters 18-29:
- 160 |     | Some '.' -> Stream.junk strm__; scan_word b strm__
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 163, characters 8-20:
- 163 |         Stream.lcons (fun _ -> find_token (Buffer.contents b))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 164, characters 11-23:
- 164 |           (Stream.slazy (fun _ -> scan_any rest))
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 165, characters 33-41:
- 165 |   and scan_comment n (strm__ : _ Stream.t) =
-                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 166, characters 10-21:
- 166 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 168, characters 8-19:
- 168 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 171, characters 18-29:
- 171 |     | Some '(' -> Stream.junk strm__; scan_comment (n + 1) strm__
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 172, characters 16-27:
- 172 |     | Some _ -> Stream.junk strm__; scan_comment n strm__
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 173, characters 17-31:
- 173 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 175, characters 12-28:
- 175 |   scan_any (Stream.of_string str)
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", lines 220-225, characters 10-44:
- 220 | ..........match mdn with
- 221 |             None when h >= 0 && h <= 23 -> Some h
- 222 |           | Some false when h > 0 && h <= 11 -> Some h
- 223 |           | Some false when h = 12 -> Some 0
- 224 |           | Some true when h > 0 && h <= 11 -> Some (h + 12)
- 225 |           | Some true when h = 12 -> Some 12
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- All clauses in this pattern-matching are guarded.
- File "rss_date.ml", line 243, characters 31-39:
- 243 |   let rec scan_gen (strm__ : _ Stream.t) =
-                                      ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 244, characters 10-21:
- 244 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 245, characters 25-36:
- 245 |       Some (Number n) -> Stream.junk strm__; scan_number n strm__
-                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 247, characters 8-19:
- 247 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 250, characters 12-26:
- 250 |             Stream.Failure -> raise (Stream.Error "")
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 250, characters 37-49:
- 250 |             Stream.Failure -> raise (Stream.Error "")
-                                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 254, characters 8-19:
- 254 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 257, characters 12-26:
- 257 |             Stream.Failure -> raise (Stream.Error "")
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 257, characters 37-49:
- 257 |             Stream.Failure -> raise (Stream.Error "")
-                                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 261, characters 8-19:
- 261 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 262, characters 20-31:
- 262 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 263, characters 30-41:
- 263 |           Some (Number md) -> Stream.junk strm__; scan_date_m mo md strm__
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 264, characters 22-34:
- 264 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 266, characters 16-27:
- 266 |     | Some _ -> Stream.junk strm__; invalid_arg "Parse.date"
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 268, characters 32-40:
- 268 |   and scan_number n (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 269, characters 10-21:
- 269 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 271, characters 8-19:
- 271 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 274, characters 8-19:
- 274 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 275, characters 20-31:
- 275 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 276, characters 29-40:
- 276 |           Some (Number m) -> Stream.junk strm__; scan_hour n m strm__
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 277, characters 22-34:
- 277 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 280, characters 8-19:
- 280 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 281, characters 20-31:
- 281 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 282, characters 29-40:
- 282 |           Some (Number m) -> Stream.junk strm__; scan_date_s n m strm__
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 283, characters 22-34:
- 283 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 285, characters 20-31:
- 285 |     | Some Minus -> Stream.junk strm__; scan_date_d n strm__
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 287, characters 8-19:
- 287 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 290, characters 32-40:
- 290 |   and scan_hour h m (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 291, characters 10-21:
- 291 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 293, characters 8-19:
- 293 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 294, characters 20-31:
- 294 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 295, characters 29-40:
- 295 |           Some (Number s) -> Stream.junk strm__; scan_hour_second h m s strm__
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 296, characters 22-34:
- 296 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 301, characters 12-26:
- 301 |             Stream.Failure -> None
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 307, characters 26-34:
- 307 |   and scan_tz (strm__ : _ Stream.t) =
-                                 ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 308, characters 10-21:
- 308 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 310, characters 8-19:
- 310 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 311, characters 20-31:
- 311 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 312, characters 30-41:
- 312 |           Some (Number tz) -> Stream.junk strm__; tz
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 313, characters 22-34:
- 313 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 316, characters 8-19:
- 316 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 317, characters 20-31:
- 317 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 318, characters 30-41:
- 318 |           Some (Number tz) -> Stream.junk strm__; - tz
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 319, characters 22-34:
- 319 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 321, characters 17-31:
- 321 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 322, characters 41-49:
- 322 |   and scan_hour_second h m s (strm__ : _ Stream.t) =
-                                                ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 325, characters 8-22:
- 325 |         Stream.Failure -> None
-               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 331, characters 34-42:
- 331 |   and scan_date_s n m (strm__ : _ Stream.t) =
-                                         ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 332, characters 10-21:
- 332 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 334, characters 8-19:
- 334 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 335, characters 20-31:
- 335 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 337, characters 12-23:
- 337 |             Stream.junk strm__;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 342, characters 22-34:
- 342 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 345, characters 32-40:
- 345 |   and scan_date_d n (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 346, characters 10-21:
- 346 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 348, characters 8-19:
- 348 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 349, characters 20-31:
- 349 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 351, characters 12-23:
- 351 |             Stream.junk strm__;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 352, characters 24-35:
- 352 |             begin match Stream.peek strm__ with
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 354, characters 16-27:
- 354 |                 Stream.junk strm__;
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 356, characters 26-38:
- 356 |             | _ -> raise (Stream.Error "")
-                                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 358, characters 22-34:
- 358 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 361, characters 8-19:
- 361 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 362, characters 20-31:
- 362 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 364, characters 12-23:
- 364 |             Stream.junk strm__;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 365, characters 24-35:
- 365 |             begin match Stream.peek strm__ with
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 367, characters 16-27:
- 367 |                 Stream.junk strm__;
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 369, characters 26-38:
- 369 |             | _ -> raise (Stream.Error "")
-                                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 371, characters 22-34:
- 371 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 373, characters 17-31:
- 373 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 374, characters 36-44:
- 374 |   and scan_date_m mo md (strm__ : _ Stream.t) =
-                                           ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 375, characters 10-21:
- 375 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 377, characters 8-19:
- 377 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 378, characters 20-31:
- 378 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 380, characters 12-23:
- 380 |             Stream.junk strm__;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 382, characters 22-34:
- 382 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 385, characters 27-35:
- 385 |   and scan_dst (strm__ : _ Stream.t) =
-                                  ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 386, characters 10-21:
- 386 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 387, characters 18-29:
- 387 |       Some Dst -> Stream.junk strm__; Some true
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 389, characters 32-40:
- 389 |   and scan_opt_coma (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 390, characters 10-21:
- 390 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 391, characters 20-31:
- 391 |       Some Comma -> Stream.junk strm__; ()
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 393, characters 36-44:
- 393 |   and scan_opt_meridian (strm__ : _ Stream.t) =
-                                           ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 394, characters 10-21:
- 394 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 395, characters 29-40:
- 395 |       Some (Meridian mdn) -> Stream.junk strm__; Some mdn
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 399, characters 4-16:
- 399 |     Stream.Error _ -> invalid_arg "Parse.date"
-           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 638, characters 2-8:
- 638 |   format "%a, %d %b %Y %H:%M:%S %z" (create ?zone t)
-         ^^^^^^
- Warning 6 [labels-omitted]: label fmt was omitted in the application of this function.
- File "rss_date.ml", line 642, characters 2-8:
- 642 |   format "%A, %d-%b-%y %H:%M:%S %z" (create ?zone t)
-         ^^^^^^
- Warning 6 [labels-omitted]: label fmt was omitted in the application of this function.
- ocamlfind ocamlc -package xmlm,unix -annot -c rss.ml
- ocamlfind ocamlc -package xmlm,unix -annot -o rss.cma -a rss_date.cmo rss_types.cmo rss_io.cmo rss.cmo
- ocamlfind ocamlopt -package xmlm,unix  -c rss_date.ml
- File "rss_date.ml", line 111, characters 31-39:
- 111 |   let rec scan_any (strm__ : _ Stream.t) =
-                                      ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 112, characters 10-21:
- 112 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 114, characters 8-19:
- 114 |         Stream.junk strm__; scan_number (int_of_char c - 48) strm__
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 116, characters 8-19:
- 116 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 119, characters 27-41:
- 119 |         Buffer.add_char b (Char.lowercase c); scan_word b rest
-                                  ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "rss_date.ml", line 120, characters 18-29:
- 120 |     | Some '(' -> Stream.junk strm__; scan_comment 0 strm__
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 121, characters 27-38:
- 121 |     | Some (' ' | '\t') -> Stream.junk strm__; scan_any strm__
-                                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 123, characters 8-19:
- 123 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 125, characters 8-20:
- 125 |         Stream.icons Plus (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 125, characters 27-39:
- 125 |         Stream.icons Plus (Stream.slazy (fun _ -> scan_any rest))
-                                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 127, characters 8-19:
- 127 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 129, characters 8-20:
- 129 |         Stream.icons Minus (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 129, characters 28-40:
- 129 |         Stream.icons Minus (Stream.slazy (fun _ -> scan_any rest))
-                                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 131, characters 8-19:
- 131 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 133, characters 8-20:
- 133 |         Stream.icons Colon (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 133, characters 28-40:
- 133 |         Stream.icons Colon (Stream.slazy (fun _ -> scan_any rest))
-                                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 135, characters 8-19:
- 135 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 137, characters 8-20:
- 137 |         Stream.icons Comma (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 137, characters 28-40:
- 137 |         Stream.icons Comma (Stream.slazy (fun _ -> scan_any rest))
-                                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 139, characters 8-19:
- 139 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 141, characters 8-20:
- 141 |         Stream.icons Slash (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 141, characters 28-40:
- 141 |         Stream.icons Slash (Stream.slazy (fun _ -> scan_any rest))
-                                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 143, characters 8-19:
- 143 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 145, characters 8-20:
- 145 |         Stream.icons Invalid (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 145, characters 30-42:
- 145 |         Stream.icons Invalid (Stream.slazy (fun _ -> scan_any rest))
-                                     ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 146, characters 11-24:
- 146 |     | _ -> Stream.sempty
-                  ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 147, characters 32-40:
- 147 |   and scan_number a (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 148, characters 10-21:
- 148 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 150, characters 8-19:
- 150 |         Stream.junk strm__; scan_number (a * 10 + (int_of_char c - 48)) strm__
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 153, characters 8-20:
- 153 |         Stream.icons (Number a) (Stream.slazy (fun _ -> scan_any rest))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 153, characters 33-45:
- 153 |         Stream.icons (Number a) (Stream.slazy (fun _ -> scan_any rest))
-                                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 154, characters 30-38:
- 154 |   and scan_word b (strm__ : _ Stream.t) =
-                                     ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 155, characters 10-21:
- 155 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 157, characters 8-19:
- 157 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 159, characters 27-41:
- 159 |         Buffer.add_char b (Char.lowercase c); scan_word b rest
-                                  ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "rss_date.ml", line 160, characters 18-29:
- 160 |     | Some '.' -> Stream.junk strm__; scan_word b strm__
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 163, characters 8-20:
- 163 |         Stream.lcons (fun _ -> find_token (Buffer.contents b))
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 164, characters 11-23:
- 164 |           (Stream.slazy (fun _ -> scan_any rest))
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 165, characters 33-41:
- 165 |   and scan_comment n (strm__ : _ Stream.t) =
-                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 166, characters 10-21:
- 166 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 168, characters 8-19:
- 168 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 171, characters 18-29:
- 171 |     | Some '(' -> Stream.junk strm__; scan_comment (n + 1) strm__
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 172, characters 16-27:
- 172 |     | Some _ -> Stream.junk strm__; scan_comment n strm__
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 173, characters 17-31:
- 173 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 175, characters 12-28:
- 175 |   scan_any (Stream.of_string str)
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", lines 220-225, characters 10-44:
- 220 | ..........match mdn with
- 221 |             None when h >= 0 && h <= 23 -> Some h
- 222 |           | Some false when h > 0 && h <= 11 -> Some h
- 223 |           | Some false when h = 12 -> Some 0
- 224 |           | Some true when h > 0 && h <= 11 -> Some (h + 12)
- 225 |           | Some true when h = 12 -> Some 12
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- All clauses in this pattern-matching are guarded.
- File "rss_date.ml", line 243, characters 31-39:
- 243 |   let rec scan_gen (strm__ : _ Stream.t) =
-                                      ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 244, characters 10-21:
- 244 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 245, characters 25-36:
- 245 |       Some (Number n) -> Stream.junk strm__; scan_number n strm__
-                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 247, characters 8-19:
- 247 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 250, characters 12-26:
- 250 |             Stream.Failure -> raise (Stream.Error "")
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 250, characters 37-49:
- 250 |             Stream.Failure -> raise (Stream.Error "")
-                                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 254, characters 8-19:
- 254 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 257, characters 12-26:
- 257 |             Stream.Failure -> raise (Stream.Error "")
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 257, characters 37-49:
- 257 |             Stream.Failure -> raise (Stream.Error "")
-                                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 261, characters 8-19:
- 261 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 262, characters 20-31:
- 262 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 263, characters 30-41:
- 263 |           Some (Number md) -> Stream.junk strm__; scan_date_m mo md strm__
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 264, characters 22-34:
- 264 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 266, characters 16-27:
- 266 |     | Some _ -> Stream.junk strm__; invalid_arg "Parse.date"
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 268, characters 32-40:
- 268 |   and scan_number n (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 269, characters 10-21:
- 269 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 271, characters 8-19:
- 271 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 274, characters 8-19:
- 274 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 275, characters 20-31:
- 275 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 276, characters 29-40:
- 276 |           Some (Number m) -> Stream.junk strm__; scan_hour n m strm__
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 277, characters 22-34:
- 277 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 280, characters 8-19:
- 280 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 281, characters 20-31:
- 281 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 282, characters 29-40:
- 282 |           Some (Number m) -> Stream.junk strm__; scan_date_s n m strm__
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 283, characters 22-34:
- 283 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 285, characters 20-31:
- 285 |     | Some Minus -> Stream.junk strm__; scan_date_d n strm__
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 287, characters 8-19:
- 287 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 290, characters 32-40:
- 290 |   and scan_hour h m (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 291, characters 10-21:
- 291 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 293, characters 8-19:
- 293 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 294, characters 20-31:
- 294 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 295, characters 29-40:
- 295 |           Some (Number s) -> Stream.junk strm__; scan_hour_second h m s strm__
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 296, characters 22-34:
- 296 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 301, characters 12-26:
- 301 |             Stream.Failure -> None
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 307, characters 26-34:
- 307 |   and scan_tz (strm__ : _ Stream.t) =
-                                 ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 308, characters 10-21:
- 308 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 310, characters 8-19:
- 310 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 311, characters 20-31:
- 311 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 312, characters 30-41:
- 312 |           Some (Number tz) -> Stream.junk strm__; tz
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 313, characters 22-34:
- 313 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 316, characters 8-19:
- 316 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 317, characters 20-31:
- 317 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 318, characters 30-41:
- 318 |           Some (Number tz) -> Stream.junk strm__; - tz
-                                     ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 319, characters 22-34:
- 319 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 321, characters 17-31:
- 321 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 322, characters 41-49:
- 322 |   and scan_hour_second h m s (strm__ : _ Stream.t) =
-                                                ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 325, characters 8-22:
- 325 |         Stream.Failure -> None
-               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 331, characters 34-42:
- 331 |   and scan_date_s n m (strm__ : _ Stream.t) =
-                                         ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 332, characters 10-21:
- 332 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 334, characters 8-19:
- 334 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 335, characters 20-31:
- 335 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 337, characters 12-23:
- 337 |             Stream.junk strm__;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 342, characters 22-34:
- 342 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 345, characters 32-40:
- 345 |   and scan_date_d n (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 346, characters 10-21:
- 346 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 348, characters 8-19:
- 348 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 349, characters 20-31:
- 349 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 351, characters 12-23:
- 351 |             Stream.junk strm__;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 352, characters 24-35:
- 352 |             begin match Stream.peek strm__ with
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 354, characters 16-27:
- 354 |                 Stream.junk strm__;
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 356, characters 26-38:
- 356 |             | _ -> raise (Stream.Error "")
-                                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 358, characters 22-34:
- 358 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 361, characters 8-19:
- 361 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 362, characters 20-31:
- 362 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 364, characters 12-23:
- 364 |             Stream.junk strm__;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 365, characters 24-35:
- 365 |             begin match Stream.peek strm__ with
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 367, characters 16-27:
- 367 |                 Stream.junk strm__;
-                       ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 369, characters 26-38:
- 369 |             | _ -> raise (Stream.Error "")
-                                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 371, characters 22-34:
- 371 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 373, characters 17-31:
- 373 |     | _ -> raise Stream.Failure
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 374, characters 36-44:
- 374 |   and scan_date_m mo md (strm__ : _ Stream.t) =
-                                           ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 375, characters 10-21:
- 375 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 377, characters 8-19:
- 377 |         Stream.junk strm__;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 378, characters 20-31:
- 378 |         begin match Stream.peek strm__ with
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 380, characters 12-23:
- 380 |             Stream.junk strm__;
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 382, characters 22-34:
- 382 |         | _ -> raise (Stream.Error "")
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 385, characters 27-35:
- 385 |   and scan_dst (strm__ : _ Stream.t) =
-                                  ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 386, characters 10-21:
- 386 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 387, characters 18-29:
- 387 |       Some Dst -> Stream.junk strm__; Some true
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 389, characters 32-40:
- 389 |   and scan_opt_coma (strm__ : _ Stream.t) =
-                                       ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 390, characters 10-21:
- 390 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 391, characters 20-31:
- 391 |       Some Comma -> Stream.junk strm__; ()
-                           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 393, characters 36-44:
- 393 |   and scan_opt_meridian (strm__ : _ Stream.t) =
-                                           ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 394, characters 10-21:
- 394 |     match Stream.peek strm__ with
-                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 395, characters 29-40:
- 395 |       Some (Meridian mdn) -> Stream.junk strm__; Some mdn
-                                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 399, characters 4-16:
- 399 |     Stream.Error _ -> invalid_arg "Parse.date"
-           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "rss_date.ml", line 638, characters 2-8:
- 638 |   format "%a, %d %b %Y %H:%M:%S %z" (create ?zone t)
-         ^^^^^^
- Warning 6 [labels-omitted]: label fmt was omitted in the application of this function.
- File "rss_date.ml", line 642, characters 2-8:
- 642 |   format "%A, %d-%b-%y %H:%M:%S %z" (create ?zone t)
-         ^^^^^^
- Warning 6 [labels-omitted]: label fmt was omitted in the application of this function.
- ocamlfind ocamlopt -package xmlm,unix  -c rss_types.ml
- ocamlfind ocamlopt -package xmlm,unix  -c rss_io.ml
- File "rss_io.ml", line 82, characters 35-51:
- 82 |       E ((("",e),_),_) when name = String.lowercase e -> true
-                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 90, characters 13-29:
- 90 |   let name = String.lowercase name in
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 91, characters 39-55:
- 91 |   try snd (List.find (fun ((_,s),_) -> String.lowercase s = name) atts)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 96, characters 13-29:
- 96 |   let name = String.lowercase name in
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 99, characters 22-38:
- 99 | 		 (fun ((_,s), _) -> String.lowercase s = name)
-      		                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 136, characters 9-25:
- 136 |     when String.lowercase tag = "category"->
-                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 240, characters 33-49:
- 240 |       |	E ((("",s),_),subs) when String.lowercase s = "item" ->
-              	                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 309, characters 12-28:
- 309 |       match String.lowercase e with
-                   ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 327, characters 22-38:
- 327 |                 match String.lowercase e with
-                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- ocamlfind ocamlopt -package xmlm,unix  -c rss.ml
- ocamlfind ocamlopt -package xmlm,unix  -o rss.cmxa -a rss_date.cmx rss_types.cmx rss_io.cmx rss.cmx
-> compiled  ocamlrss.2.0
[ocamlrss: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlrss.2.0)
- ocamlfind ocamlc -package xmlm,unix -annot -o rss.cma -a rss_date.cmo rss_types.cmo rss_io.cmo rss.cmo
- ocamlfind install rss META LICENSE rss.cmi rss.cma rss.cmxa rss.a
- Installed /home/opam/.opam/default/lib/rss/rss.a
- Installed /home/opam/.opam/default/lib/rss/rss.cmxa
- Installed /home/opam/.opam/default/lib/rss/rss.cma
- Installed /home/opam/.opam/default/lib/rss/rss.cmi
- Installed /home/opam/.opam/default/lib/rss/LICENSE
- Installed /home/opam/.opam/default/lib/rss/META
-> installed ocamlrss.2.0

=== STDERR ===

2026-06-24 13:18.28: OK: build ocamlrss.2.0 (runc: 4.2s, disk: 70KB)
2026-06-24 13:18.28: Job succeeded