Build:
  1. 0
2026-06-24 11:17.16: New job: build ulex.1.2 (0fce28256124)
2026-06-24 11:17.16: Waiting for resource in pool day11-builds
2026-06-24 12:01.27: Got resource from pool day11-builds
2026-06-24 12:01.27: [profile full] build ulex.1.2
2026-06-24 12:01.27: build ulex.1.2 (0fce28256124)
=== DEPENDENCIES (7 transitive) ===
  base-bytes.base                                    c40d17bc86b5
  camlp4.4.14+1                                      42aafa0fa55b
  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
=== 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-24 12:01.46: OK: build ulex.1.2 (runc: 4.6s, disk: 20KB)
2026-06-24 12:01.46: Job succeeded