Build:
- 0
2026-06-16 11:48.15: New job: build ulex.1.2 (36e38358aadd) 2026-06-16 11:48.15: Waiting for resource in pool day11-builds 2026-06-16 12:08.29: Got resource from pool day11-builds 2026-06-16 12:08.29: [profile full] build ulex.1.2 2026-06-16 12:08.29: build ulex.1.2 (36e38358aadd) === DEPENDENCIES (7 transitive) === base-bytes.base 70d0daec7841 camlp4.4.14+1 abfb608e8fa9 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 === STDOUT === Processing: [default: loading data] [ulex.1.2: dl] [ulex.1.2: extract] -> retrieved ulex.1.2 (https://opam.ocaml.org/cache) [ulex: make] + /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/ulex.1.2) - ocamlbuild -byte-plugin pa_ulex.cma ulexing.cma - + /home/opam/.opam/default/bin/ocamlc.opt -config - + /home/opam/.opam/default/bin/ocamlc.opt unix.cma -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmo -o myocamlbuild - + /home/opam/.opam/default/bin/ocamlc.opt -config - + /home/opam/.opam/default/bin/ocamldep.opt -pp camlp4orf -modules pa_ulex.ml > pa_ulex.ml.depends - + /home/opam/.opam/default/bin/ocamldep.opt -modules cset.ml > cset.ml.depends - + /home/opam/.opam/default/bin/ocamldep.opt -modules ulex.mli > ulex.mli.depends - + /home/opam/.opam/default/bin/ocamlc.opt -c -o cset.cmo cset.ml - + /home/opam/.opam/default/bin/ocamlc.opt -c -o ulex.cmi ulex.mli - + /home/opam/.opam/default/bin/ocamlc.opt -c -I /home/opam/.opam/default/lib/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmo pa_ulex.ml - + /home/opam/.opam/default/bin/ocamldep.opt -modules ulex.ml > ulex.ml.depends - + /home/opam/.opam/default/bin/ocamlc.opt -c -o ulex.cmo ulex.ml - + /home/opam/.opam/default/bin/ocamlc.opt -a cset.cmo ulex.cmo pa_ulex.cmo -o pa_ulex.cma - + /home/opam/.opam/default/bin/ocamldep.opt -modules ulexing.mli > ulexing.mli.depends - + /home/opam/.opam/default/bin/ocamlc.opt -c -o ulexing.cmi ulexing.mli - + /home/opam/.opam/default/bin/ocamlc.opt -c -o ulexing.cmi ulexing.mli - File "ulexing.mli", line 50, characters 21-29: - 50 | val from_stream: int Stream.t -> lexbuf - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.mli", line 56, characters 29-37: - 56 | val from_latin1_stream: char Stream.t -> lexbuf - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.mli", line 67, characters 27-35: - 67 | val from_utf8_stream: char Stream.t -> lexbuf - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.mli", line 77, characters 41-49: - 77 | val from_var_enc_stream: enc ref -> char Stream.t -> lexbuf - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - + /home/opam/.opam/default/bin/ocamldep.opt -modules ulexing.ml > ulexing.ml.depends - + /home/opam/.opam/default/bin/ocamldep.opt -modules utf8.mli > utf8.mli.depends - + /home/opam/.opam/default/bin/ocamlc.opt -c -o utf8.cmi utf8.mli - + /home/opam/.opam/default/bin/ocamlc.opt -c -o utf8.cmi utf8.mli - File "utf8.mli", line 12, characters 22-30: - 12 | val from_stream: char Stream.t -> int - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.mli", line 13, characters 34-42: - 13 | val stream_from_char_stream: char Stream.t -> int Stream.t - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.mli", line 13, characters 50-58: - 13 | val stream_from_char_stream: char Stream.t -> int Stream.t - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - + /home/opam/.opam/default/bin/ocamlc.opt -c -o ulexing.cmo ulexing.ml - + /home/opam/.opam/default/bin/ocamlc.opt -c -o ulexing.cmo ulexing.ml - File "ulexing.ml", line 50, characters 22-33: - 50 | try buf.(pos) <- Stream.next s; 1 - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 51, characters 10-24: - 51 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 55, characters 33-44: - 55 | try buf.(pos) <- Char.code (Stream.next s); 1 - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 56, characters 10-24: - 56 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 61, characters 10-24: - 61 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 72, characters 25-36: - 72 | let c = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 75, characters 32-43: - 75 | | Latin1 -> Char.code (Stream.next s) - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 78, characters 10-24: - 78 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 82, characters 27-43: - 82 | from_var_enc_stream enc (Stream.of_string s) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 85, characters 27-44: - 85 | from_var_enc_stream enc (Stream.of_channel ic) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 97, characters 22-39: - 97 | from_latin1_stream (Stream.of_channel ic) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 99, characters 45-62: - 99 | from_stream (Utf8.stream_from_char_stream (Stream.of_channel ic)) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - + /home/opam/.opam/default/bin/ocamldep.opt -modules utf8.ml > utf8.ml.depends - + /home/opam/.opam/default/bin/ocamlc.opt -c -o utf8.cmo utf8.ml - + /home/opam/.opam/default/bin/ocamlc.opt -c -o utf8.cmo utf8.ml - File "utf8.ml", line 47, characters 8-19: - 47 | match Stream.next s with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 52, characters 21-32: - 52 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 57, characters 21-32: - 57 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 58, characters 21-32: - 58 | let n3 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 63, characters 21-32: - 63 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 64, characters 21-32: - 64 | let n3 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 65, characters 21-32: - 65 | let n4 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 135, characters 2-13: - 135 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 138, characters 12-26: - 138 | with Stream.Failure -> None) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - + /home/opam/.opam/default/bin/ocamlc.opt -a utf8.cmo ulexing.cmo -o ulexing.cma [ulex: make all.opt] + /usr/bin/make "all.opt" (CWD=/home/opam/.opam/default/.opam-switch/build/ulex.1.2) - ocamlbuild -byte-plugin pa_ulex.cma ulexing.cma pa_ulex.cmxa ulexing.cmxa - + /home/opam/.opam/default/bin/ocamlc.opt -config - + /home/opam/.opam/default/bin/ocamlc.opt -config - + /home/opam/.opam/default/bin/ocamlopt.opt -c -o cset.cmx cset.ml - + /home/opam/.opam/default/bin/ocamlopt.opt -c -o ulex.cmx ulex.ml - + /home/opam/.opam/default/bin/ocamlopt.opt -c -I /home/opam/.opam/default/lib/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmx pa_ulex.ml - + /home/opam/.opam/default/bin/ocamlopt.opt -c -I /home/opam/.opam/default/lib/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmx pa_ulex.ml - File "_none_", line 1: - Warning 58 [no-cmx-file]: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque - + /home/opam/.opam/default/bin/ocamlopt.opt -a cset.cmx ulex.cmx pa_ulex.cmx -o pa_ulex.cmxa - + /home/opam/.opam/default/bin/ocamlopt.opt -c -o utf8.cmx utf8.ml - + /home/opam/.opam/default/bin/ocamlopt.opt -c -o utf8.cmx utf8.ml - File "utf8.ml", line 47, characters 8-19: - 47 | match Stream.next s with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 52, characters 21-32: - 52 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 57, characters 21-32: - 57 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 58, characters 21-32: - 58 | let n3 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 63, characters 21-32: - 63 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 64, characters 21-32: - 64 | let n3 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 65, characters 21-32: - 65 | let n4 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 135, characters 2-13: - 135 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 138, characters 12-26: - 138 | with Stream.Failure -> None) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - + /home/opam/.opam/default/bin/ocamlopt.opt -c -o ulexing.cmx ulexing.ml - + /home/opam/.opam/default/bin/ocamlopt.opt -c -o ulexing.cmx ulexing.ml - File "ulexing.ml", line 50, characters 22-33: - 50 | try buf.(pos) <- Stream.next s; 1 - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 51, characters 10-24: - 51 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 55, characters 33-44: - 55 | try buf.(pos) <- Char.code (Stream.next s); 1 - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 56, characters 10-24: - 56 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 61, characters 10-24: - 61 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 72, characters 25-36: - 72 | let c = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 75, characters 32-43: - 75 | | Latin1 -> Char.code (Stream.next s) - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 78, characters 10-24: - 78 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 82, characters 27-43: - 82 | from_var_enc_stream enc (Stream.of_string s) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 85, characters 27-44: - 85 | from_var_enc_stream enc (Stream.of_channel ic) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 97, characters 22-39: - 97 | from_latin1_stream (Stream.of_channel ic) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 99, characters 45-62: - 99 | from_stream (Utf8.stream_from_char_stream (Stream.of_channel ic)) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - + /home/opam/.opam/default/bin/ocamlopt.opt -a utf8.cmx ulexing.cmx -o ulexing.cmxa -> compiled ulex.1.2 [ulex: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ulex.1.2) - ocamlbuild -byte-plugin pa_ulex.cma ulexing.cma - + /home/opam/.opam/default/bin/ocamlc.opt -config - + /home/opam/.opam/default/bin/ocamlc.opt -config - cd _build && /usr/bin/make -f ../Makefile realinstall - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ulex.1.2/_build' - ocamlfind install ulex ../META ulexing.mli utf8.mli ulexing.cmi utf8.cmi ulexing.cmx utf8.cmx pa_ulex.cma ulexing.a ulexing.cma ulexing.cmxa - Installed /home/opam/.opam/default/lib/ulex/ulexing.cmxa - Installed /home/opam/.opam/default/lib/ulex/ulexing.cma - Installed /home/opam/.opam/default/lib/ulex/ulexing.a - Installed /home/opam/.opam/default/lib/ulex/pa_ulex.cma - Installed /home/opam/.opam/default/lib/ulex/utf8.cmx - Installed /home/opam/.opam/default/lib/ulex/ulexing.cmx - Installed /home/opam/.opam/default/lib/ulex/utf8.cmi - Installed /home/opam/.opam/default/lib/ulex/ulexing.cmi - Installed /home/opam/.opam/default/lib/ulex/utf8.mli - Installed /home/opam/.opam/default/lib/ulex/ulexing.mli - Installed /home/opam/.opam/default/lib/ulex/META - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ulex.1.2/_build' -> installed ulex.1.2 === STDERR === 2026-06-16 12:08.51: OK: build ulex.1.2 (runc: 5.7s, disk: 20KB) 2026-06-16 12:08.51: Job succeeded