Build:
  1. 0
2026-06-16 12:07.59: New job: build ocamlrss.2.2.2 (fb8166c687f0)
2026-06-16 12:07.59: Waiting for resource in pool day11-builds
2026-06-16 12:47.51: Got resource from pool day11-builds
2026-06-16 12:47.51: [profile full] build ocamlrss.2.2.2
2026-06-16 12:47.51: build ocamlrss.2.2.2 (fb8166c687f0)
=== DEPENDENCIES (9 transitive) ===
  base-bytes.base                                    70d0daec7841
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocamlnet.4.1.9-2                                   0dbd06f52e4b
  topkg.1.1.1                                        ab549298f3fc
  xmlm.1.4.0                                         4be3f3d46020
=== 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-16 12:47.58: OK: build ocamlrss.2.2.2 (runc: 3.1s, disk: 21KB)
2026-06-16 12:47.58: Job succeeded