Build:
- 0
2026-06-24 12:00.38: New job: build ocamlrss.2.2.2 (f75394a5d1a4)
2026-06-24 12:00.38: Waiting for resource in pool day11-builds
2026-06-24 13:18.19: Got resource from pool day11-builds
2026-06-24 13:18.19: [profile full] build ocamlrss.2.2.2
2026-06-24 13:18.19: build ocamlrss.2.2.2 (f75394a5d1a4)
=== DEPENDENCIES (9 transitive) ===
base-bytes.base c40d17bc86b5
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
ocamlnet.4.1.9-2 c85612bf76ed
topkg.1.1.1 511e1a1958da
xmlm.1.4.0 09c162d8fb94
=== STDOUT ===
Processing: [default: loading data]
[ocamlrss.2.2.2: dl]
[ocamlrss.2.2.2: extract]
-> retrieved ocamlrss.2.2.2 (https://opam.ocaml.org/cache)
[ocamlrss: make]
+ /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlrss.2.2.2)
- ocamlfind ocamlc -package xmlm,netstring -annot -c -annot rss_types.ml
- File "rss_types.ml", line 158, characters 2-20:
- 158 | Pervasives.compare
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 165, characters 2-20:
- 165 | Pervasives.compare
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 173, characters 5-23:
- 173 | Pervasives.compare
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 178, characters 34-52:
- 178 | | Guid_name s1, Guid_name s2 -> Pervasives.compare s1 s2
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 183, characters 9-27:
- 183 | 0 -> Pervasives.compare s1.src_name s2.src_name
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 189, characters 9-27:
- 189 | 0 -> Pervasives.compare c1.cat_name c2.cat_name
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 196, characters 18-36:
- 196 | (fun i1 i2 -> Pervasives.compare i1.item_title i2.item_title) ;
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 197, characters 18-36:
- 197 | (fun i1 i2 -> Pervasives.compare i1.item_desc i2.item_desc) ;
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 198, characters 18-36:
- 198 | (fun i1 i2 -> Pervasives.compare i1.item_pubdate i2.item_pubdate) ;
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 199, characters 18-36:
- 199 | (fun i1 i2 -> Pervasives.compare i1.item_author i2.item_author) ;
- ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlc -package xmlm,netstring -annot -c -annot rss_io.ml
- File "rss_io.ml", line 119, characters 33-49:
- 119 | 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 120, characters 57-73:
- 120 | | E ((("http://purl.org/rss/1.0/",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 136, characters 13-29:
- 136 | let name = String.lowercase name in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 137, characters 45-61:
- 137 | try snd (List.find (function (("",s),_) -> String.lowercase s = name | _ -> false) atts)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 150, characters 13-29:
- 150 | let name = String.lowercase name in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 153, characters 31-47:
- 153 | (function (("",s), _) -> String.lowercase s = name | _ -> false)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 190, characters 35-51:
- 190 | E ((("",tag),atts),[D s]) when String.lowercase tag = "category"->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 364, characters 35-51:
- 364 | | 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 396, characters 24-42:
- 396 | Some (List.sort Pervasives.compare (List.fold_left f_hour [] subs))
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_io.ml", line 439, characters 24-42:
- 439 | Some (List.sort Pervasives.compare (List.fold_left f_day [] subs))
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_io.ml", line 531, characters 14-30:
- 531 | match String.lowercase e with
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 822, characters 61-79:
- 822 | module SMap = Map.Make (struct type t = string let compare = Pervasives.compare end);;
- ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlc -package xmlm,netstring -annot -c -annot rss.mli
- ocamlfind ocamlc -package xmlm,netstring -annot -c -annot rss.ml
- ocamlfind ocamlc -package xmlm,netstring -annot -o rss.cma -a rss_types.cmo rss_io.cmo rss.cmo
- ocamlfind ocamlopt -package xmlm,netstring -c -annot rss_types.ml
- File "rss_types.ml", line 158, characters 2-20:
- 158 | Pervasives.compare
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 165, characters 2-20:
- 165 | Pervasives.compare
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 173, characters 5-23:
- 173 | Pervasives.compare
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 178, characters 34-52:
- 178 | | Guid_name s1, Guid_name s2 -> Pervasives.compare s1 s2
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 183, characters 9-27:
- 183 | 0 -> Pervasives.compare s1.src_name s2.src_name
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 189, characters 9-27:
- 189 | 0 -> Pervasives.compare c1.cat_name c2.cat_name
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 196, characters 18-36:
- 196 | (fun i1 i2 -> Pervasives.compare i1.item_title i2.item_title) ;
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 197, characters 18-36:
- 197 | (fun i1 i2 -> Pervasives.compare i1.item_desc i2.item_desc) ;
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 198, characters 18-36:
- 198 | (fun i1 i2 -> Pervasives.compare i1.item_pubdate i2.item_pubdate) ;
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_types.ml", line 199, characters 18-36:
- 199 | (fun i1 i2 -> Pervasives.compare i1.item_author i2.item_author) ;
- ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlopt -package xmlm,netstring -c -annot rss_io.ml
- File "rss_io.ml", line 119, characters 33-49:
- 119 | 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 120, characters 57-73:
- 120 | | E ((("http://purl.org/rss/1.0/",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 136, characters 13-29:
- 136 | let name = String.lowercase name in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 137, characters 45-61:
- 137 | try snd (List.find (function (("",s),_) -> String.lowercase s = name | _ -> false) atts)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 150, characters 13-29:
- 150 | let name = String.lowercase name in
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 153, characters 31-47:
- 153 | (function (("",s), _) -> String.lowercase s = name | _ -> false)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 190, characters 35-51:
- 190 | E ((("",tag),atts),[D s]) when String.lowercase tag = "category"->
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 364, characters 35-51:
- 364 | | 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 396, characters 24-42:
- 396 | Some (List.sort Pervasives.compare (List.fold_left f_hour [] subs))
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_io.ml", line 439, characters 24-42:
- 439 | Some (List.sort Pervasives.compare (List.fold_left f_day [] subs))
- ^^^^^^^^^^^^^^^^^^
- 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 "rss_io.ml", line 531, characters 14-30:
- 531 | match String.lowercase e with
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "rss_io.ml", line 822, characters 61-79:
- 822 | module SMap = Map.Make (struct type t = string let compare = Pervasives.compare end);;
- ^^^^^^^^^^^^^^^^^^
- 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
- ocamlfind ocamlopt -package xmlm,netstring -c -annot rss.ml
- ocamlfind ocamlopt -package xmlm,netstring -o rss.cmxa -a rss_types.cmx rss_io.cmx rss.cmx
- ocamlfind ocamlopt -package xmlm,netstring -I . -shared -linkall -o rss.cmxs rss.cmxa
-> compiled ocamlrss.2.2.2
[ocamlrss: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlrss.2.2.2)
- ocamlfind install rss META LICENSE rss.cmi rss.cma rss.cmxa rss.a rss.cmxs rss.mli rss.cmx
- Installed /home/opam/.opam/default/lib/rss/rss.cmx
- Installed /home/opam/.opam/default/lib/rss/rss.mli
- Installed /home/opam/.opam/default/lib/rss/rss.cmxs
- 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.2.2
=== STDERR ===
2026-06-24 13:18.29: OK: build ocamlrss.2.2.2 (runc: 2.6s, disk: 21KB)
2026-06-24 13:18.29: Job succeeded