Build:
  1. 0
2026-06-24 11:05.43: New job: build calendar.2.03.2 (43d9666de4f4)
2026-06-24 11:05.43: Waiting for resource in pool day11-builds
2026-06-24 11:12.50: Got resource from pool day11-builds
2026-06-24 11:12.50: [profile full] build calendar.2.03.2
2026-06-24 11:12.50: build calendar.2.03.2 (43d9666de4f4)
=== DEPENDENCIES (4 transitive) ===
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlfind.1.9.8                                    214dd418ac02
=== STDOUT ===
Processing: [default: loading data]
[calendar.2.03.2: dl]
[calendar.2.03.2: extract]
-> retrieved calendar.2.03.2  (https://opam.ocaml.org/cache)
[calendar: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/calendar.2.03.2/./configure  (CWD=/home/opam/.opam/default/.opam-switch/build/calendar.2.03.2)
- checking for ocamlc... ocamlc
- ocaml version is 4.14.4: Good!
- ocaml library path is /home/opam/.opam/default/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking ocamlopt version... ok
- checking for ocamlc.opt... ocamlc.opt
- checking ocamlc.opt version... ok
- checking for ocamlopt.opt... ocamlopt.opt
- checking ocamlc.opt version... ok
- checking for ocamldep... ocamldep
- checking for ocamlfind... ocamlfind
- checking for ocamldoc... ocamldoc
- checking for ocamlweb... ocamlweb
- checking for ocamlwc... ocamlwc
- checking for ocamldot... ocamldot
- checking platform... linux
- checking extension for object files... .o
- checking extension for library files... .a
- checking for /home/opam/.opam/default/lib/ocaml/dynlink.cmxa... yes
- native dynlink works fine. Great.
- configure: creating ./config.status
- config.status: creating Makefile
[calendar: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/calendar.2.03.2)
- echo "let version = \"2.03.2\"" > src/version.ml
- echo "let date = \"`date`\"" >> src/version.ml
- rm -f .depend
- ocamldep -I src -I tests src/*.ml src/*.mli tests/*.ml tests/*.mli \
-   > .depend
- ocamlc.opt -I src -I target -I tests -c src/period.mli
- ocamlc.opt -I src -I target -I tests -c src/date_sig.mli
- ocamlc.opt -I src -I target -I tests -c src/time_Zone.mli
- ocamlc.opt -I src -I target -I tests -c src/time_sig.mli
- ocamlc.opt -I src -I target -I tests -c src/calendar_sig.mli
- ocamlc.opt -I src -I target -I tests -c src/utils.mli
- ocamlc.opt -I src -I target -I tests -c src/utils.ml
- File "src/utils.ml", line 32, characters 14-28:
- 32 |   let equal = Pervasives.(=)
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils.ml", line 33, characters 16-34:
- 33 |   let compare = 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
- ocamlc.opt -I src -I target -I tests -c src/time_Zone.ml
- ocamlc.opt -I src -I target -I tests -c src/time.mli
- ocamlc.opt -I src -I target -I tests -c src/time.ml
- ocamlc.opt -I src -I target -I tests -c src/ftime.mli
- ocamlc.opt -I src -I target -I tests -c src/ftime.ml
- ocamlc.opt -I src -I target -I tests -c src/date.mli
- ocamlc.opt -I src -I target -I tests -c src/date.ml
- File "src/date.ml", line 73, characters 2-20:
- 73 |   Pervasives.compare d1 d2 < 0
-        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/date.ml", line 254, characters 12-30:
- 254 |     let n = Pervasives.compare x.m y.m in
-                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/date.ml", line 255, characters 18-36:
- 255 |     if n = 0 then Pervasives.compare x.d y.d else n
-                         ^^^^^^^^^^^^^^^^^^
- 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
- ocamlc.opt -I src -I target -I tests -c src/calendar_builder.mli
- ocamlc.opt -I src -I target -I tests -c src/calendar_builder.ml
- ocamlc.opt -I src -I target -I tests -c src/calendar.mli
- ocamlc.opt -I src -I target -I tests -c src/calendar.ml
- ocamlc.opt -I src -I target -I tests -c src/fcalendar.mli
- ocamlc.opt -I src -I target -I tests -c src/fcalendar.ml
- ocamlc.opt -I src -I target -I tests -c src/printer.mli
- ocamlc.opt -I src -I target -I tests -c src/printer.ml
- File "src/printer.ml", line 180, characters 16-32:
- 180 | 	| Uppercase -> String.uppercase s
-       	               ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "src/printer.ml", line 235, characters 33-49:
- 235 | 	    Format.pp_print_string fmt (String.lowercase (Lazy.force apm))
-       	                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- ocamlc.opt -I src -I target -I tests -c src/version.mli
- ocamlc.opt -I src -I target -I tests -c src/version.ml
- mkdir -p target
- ocamlfind ocamlc -I src -I target -I tests -pack -o target/calendarLib.cmo \
- 	src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmo src/time_Zone.cmo src/time.cmo src/ftime.cmo src/date.cmo src/calendar_builder.cmo src/calendar.cmo src/fcalendar.cmo src/printer.cmo src/version.cmo
- ocamlfind ocamlc -I src -I target -I tests -a -o target/calendarLib.cma target/calendarLib.cmo
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/utils.ml
- File "src/utils.ml", line 32, characters 14-28:
- 32 |   let equal = Pervasives.(=)
-                    ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils.ml", line 33, characters 16-34:
- 33 |   let compare = 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
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time_Zone.ml
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time.ml
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/ftime.ml
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/date.ml
- File "src/date.ml", line 73, characters 2-20:
- 73 |   Pervasives.compare d1 d2 < 0
-        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/date.ml", line 254, characters 12-30:
- 254 |     let n = Pervasives.compare x.m y.m in
-                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/date.ml", line 255, characters 18-36:
- 255 |     if n = 0 then Pervasives.compare x.d y.d else n
-                         ^^^^^^^^^^^^^^^^^^
- 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
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar_builder.ml
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar.ml
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/fcalendar.ml
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/printer.ml
- File "src/printer.ml", line 180, characters 16-32:
- 180 | 	| Uppercase -> String.uppercase s
-       	               ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii/StringLabels.uppercase_ascii instead.
- File "src/printer.ml", line 235, characters 33-49:
- 235 | 	    Format.pp_print_string fmt (String.lowercase (Lazy.force apm))
-       	                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- ocamlopt.opt -I src -I target -I tests -noassert -for-pack CalendarLib -c src/version.ml
- mkdir -p target
- ocamlfind ocamlopt -I src -I target -I tests -noassert -pack -o target/calendarLib.cmx \
- 	src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmx src/time_Zone.cmx src/time.cmx src/ftime.cmx src/date.cmx src/calendar_builder.cmx src/calendar.cmx src/fcalendar.cmx src/printer.cmx src/version.cmx
- ocamlfind ocamlopt -I src -I target -I tests -noassert -a -o target/calendarLib.cmxa target/calendarLib.cmx
- ocamlfind ocamlopt -I target -shared -linkall -o target/calendarLib.cmxs target/calendarLib.cmxa
- echo "description = \"calendar library\"" > META
- echo "version = \"2.03.2\"" >> META
- echo "archive(byte) = \"calendarLib.cma\"" >> META
- echo "archive(native) = \"calendarLib.cmxa\"" >> META
- echo "requires = \"unix str\"" >> META
-> compiled  calendar.2.03.2
[calendar: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/calendar.2.03.2)
- Installed /home/opam/.opam/default/lib/calendar/calendarLib.a
- Installed /home/opam/.opam/default/lib/calendar/calendarLib.o
- Installed /home/opam/.opam/default/lib/calendar/version.mli
- Installed /home/opam/.opam/default/lib/calendar/printer.mli
- Installed /home/opam/.opam/default/lib/calendar/fcalendar.mli
- Installed /home/opam/.opam/default/lib/calendar/calendar.mli
- Installed /home/opam/.opam/default/lib/calendar/calendar_builder.mli
- Installed /home/opam/.opam/default/lib/calendar/calendar_sig.mli
- Installed /home/opam/.opam/default/lib/calendar/date.mli
- Installed /home/opam/.opam/default/lib/calendar/date_sig.mli
- Installed /home/opam/.opam/default/lib/calendar/ftime.mli
- Installed /home/opam/.opam/default/lib/calendar/time.mli
- Installed /home/opam/.opam/default/lib/calendar/time_sig.mli
- Installed /home/opam/.opam/default/lib/calendar/period.mli
- Installed /home/opam/.opam/default/lib/calendar/time_Zone.mli
- Installed /home/opam/.opam/default/lib/calendar/utils.mli
- Installed /home/opam/.opam/default/lib/calendar/calendarLib.cmxs
- Installed /home/opam/.opam/default/lib/calendar/calendarLib.cmxa
- Installed /home/opam/.opam/default/lib/calendar/calendarLib.cmx
- Installed /home/opam/.opam/default/lib/calendar/calendarLib.cmo
- Installed /home/opam/.opam/default/lib/calendar/calendarLib.cmi
- Installed /home/opam/.opam/default/lib/calendar/calendarLib.cma
- Installed /home/opam/.opam/default/lib/calendar/META
-> installed calendar.2.03.2

=== STDERR ===

2026-06-24 11:13.09: OK: build calendar.2.03.2 (runc: 6.6s, disk: 15KB)
2026-06-24 11:13.09: Job succeeded