Build:
- 0
2026-06-16 11:34.40: New job: build calendar.1.10 (657611bf3b04) 2026-06-16 11:34.40: Waiting for resource in pool day11-builds 2026-06-16 11:44.16: Got resource from pool day11-builds 2026-06-16 11:44.16: [profile full] build calendar.1.10 2026-06-16 11:44.16: build calendar.1.10 (657611bf3b04) === DEPENDENCIES (5 transitive) === conf-autoconf.0.2 b3cd190cf0b5 ocaml.4.14.4 cb826ea44eb2 ocaml-base-compiler.4.14.4 d2f775f983d7 ocaml-config.2 669e0fcf9e4d ocamlfind.1.9.8 6025f4a8e98e === STDOUT === Processing: [default: loading data] [calendar.1.10: dl] [calendar.1.10: extract] -> retrieved calendar.1.10 (https://opam.ocaml.org/cache) [calendar: autoconf] + /usr/bin/autoconf (CWD=/home/opam/.opam/default/.opam-switch/build/calendar.1.10) - configure.in:159: warning: AC_OUTPUT should be used without arguments. - configure.in:159: You should run autoupdate. [calendar: sed Makefile.in] + /usr/bin/sed "-ib" "-e" "s/include/-include/" "Makefile.in" (CWD=/home/opam/.opam/default/.opam-switch/build/calendar.1.10) [calendar: ./configure] + /home/opam/.opam/default/.opam-switch/build/calendar.1.10/./configure (CWD=/home/opam/.opam/default/.opam-switch/build/calendar.1.10) - checking for ocamlc... ocamlc - ocaml version is 4.14.4 - 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 ocamldoc.opt... ocamldoc.opt - checking for ocamlweb... true - checking for ocamlwc... true - checking for ocamldot... true - checking platform... configure: creating ./config.status - config.status: creating Makefile [calendar: make depend] + /usr/bin/make "depend" (CWD=/home/opam/.opam/default/.opam-switch/build/calendar.1.10) - rm -f .depend - for i in src tests; do \ - ocamldep -I src $i/*.ml $i/*.mli; \ - done > .depend [calendar: make] + /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/calendar.1.10) - ocamlc.opt -I src -c src/time_Zone.mli - ocamlc.opt -I src -c src/time_Zone.ml - ocamlc.opt -I src -c src/period.mli - ocamlc.opt -I src -c src/time.mli - ocamlc.opt -I src -c src/time.ml - ocamlc.opt -I src -c src/date.mli - ocamlc.opt -I src -c src/date.ml - File "src/date.ml", line 220, characters 16-34: - 220 | 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 -c src/calendar.mli - ocamlc.opt -I src -c src/calendar.ml - File "src/calendar.ml", line 212, characters 16-34: - 212 | 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 -c src/printer.mli - ocamlc.opt -I src -c src/printer.ml - ocamlfind ocamlc -I src -a -o src/calendar.cma src/time_Zone.cmo src/time.cmo src/date.cmo src/calendar.cmo src/printer.cmo - ocamlopt.opt -I src -noassert -c src/time_Zone.ml - ocamlopt.opt -I src -noassert -c src/time.ml - ocamlopt.opt -I src -noassert -c src/date.ml - File "src/date.ml", line 220, characters 16-34: - 220 | 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 -noassert -c src/calendar.ml - File "src/calendar.ml", line 212, characters 16-34: - 212 | 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 -noassert -c src/printer.ml - ocamlfind ocamlopt -I src -noassert -a -o src/calendar.cmxa src/time_Zone.cmx src/time.cmx src/date.cmx src/calendar.cmx src/printer.cmx - echo "description = \"calendar library\"" > META - echo "version = \"1.10\"" >> META - echo "archive(byte) = \"calendar.cma\"" >> META - echo "archive(native) = \"calendar.cmxa\"" >> META - echo "requires = \"unix str\"" >> META -> compiled calendar.1.10 [calendar: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/calendar.1.10) - Installed /home/opam/.opam/default/lib/calendar/printer.cmi - Installed /home/opam/.opam/default/lib/calendar/calendar.cmi - Installed /home/opam/.opam/default/lib/calendar/date.cmi - Installed /home/opam/.opam/default/lib/calendar/time.cmi - Installed /home/opam/.opam/default/lib/calendar/period.cmi - Installed /home/opam/.opam/default/lib/calendar/time_Zone.cmi - Installed /home/opam/.opam/default/lib/calendar/printer.mli - Installed /home/opam/.opam/default/lib/calendar/calendar.mli - Installed /home/opam/.opam/default/lib/calendar/date.mli - Installed /home/opam/.opam/default/lib/calendar/time.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/calendar.a - Installed /home/opam/.opam/default/lib/calendar/calendar.cmxa - Installed /home/opam/.opam/default/lib/calendar/calendar.cma - Installed /home/opam/.opam/default/lib/calendar/META -> installed calendar.1.10 === STDERR === 2026-06-16 11:44.39: OK: build calendar.1.10 (runc: 3.6s, disk: 9KB) 2026-06-16 11:44.39: Job succeeded