Build:
- 0
2026-06-24 11:28.34: New job: build cloudi.2.0.6 (b95ce76ad298) 2026-06-24 11:28.34: Waiting for resource in pool day11-builds 2026-06-24 12:17.09: Got resource from pool day11-builds 2026-06-24 12:17.09: [profile full] build cloudi.2.0.6 2026-06-24 12:17.09: build cloudi.2.0.6 (b95ce76ad298) === DEPENDENCIES (9 transitive) === base-unix.base 7d1428be9ddb compiler-cloning.enabled 439a1fc77aa6 conf-gmp.5 be11edf77089 conf-pkg-config.5 d5de2c6a88f9 ocaml.5.5.0 383268832c4b ocaml-base-compiler.5.5.0 522c248944c8 ocaml-compiler.5.5.0 eb1a8babf54c ocamlfind.1.9.8 b506a15fcd6c zarith.1.14 c48bd7ff5430 === STDOUT === Processing: [default: loading data] [cloudi.2.0.6: dl] [cloudi.2.0.6: extract] -> retrieved cloudi.2.0.6 (https://opam.ocaml.org/cache) [cloudi: make] + /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/cloudi.2.0.6) - (cd external/zarith-1.12 && \ - ./configure && \ - /usr/bin/make && \ - cp big_int_Z.cmi big_int_Z.cmx libzarith.a q.cmi q.cmx zarith.a zarith.cma zarith.cmxa zarith_top.cma zarith_top.cmi zarith_version.cmi zarith_version.cmx z.cmi z.cmx ../..) - binary ocaml: found in /home/opam/.opam/default/bin - binary ocamlc: found in /home/opam/.opam/default/bin - binary ocamldep: found in /home/opam/.opam/default/bin - binary ocamlmklib: found in /home/opam/.opam/default/bin - binary ocamldoc: found in /home/opam/.opam/default/bin - binary gcc: found in /usr/bin - binary ocamlopt: found in /home/opam/.opam/default/bin - checking compilation with gcc -O3 -Wall -Wextra : working - include caml/mlvalues.h: found - library dynlink.cmxa: found - binary ocamlfind: found in /home/opam/.opam/default/bin - OCaml's word size is 64 - binary uname: found in /usr/bin - include gmp.h: found - library gmp: found - OCaml supports -bin-annot to produce documentation - - detected configuration: - - native-code: yes - dynamic linking: yes - defines: -DHAS_GMP - libraries: -lgmp - C options: -O3 -Wall -Wextra - installation path: /home/opam/.opam/default/lib - installation method findlib - - configuration successful! - now type "make" to build - then type "make install" or "sudo make install" to install - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/cloudi.2.0.6/external/zarith-1.12' - (echo "let"; grep "version" META | head -1) > zarith_version.ml - ocamldep -native zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend - ocamlc -I +compiler-libs -bin-annot -c zarith_version.ml - ocamlc -I +compiler-libs -bin-annot -c z.mli - ocamlc -I +compiler-libs -bin-annot -c z.ml - ocamlc -I +compiler-libs -bin-annot -c q.mli - ocamlc -I +compiler-libs -bin-annot -c q.ml - File "q.ml", line 537, characters 9-23: - 537 | (Z.of_substring s 0 i) - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: labels pos, len were omitted in the application - of this function. - - File "q.ml", line 538, characters 9-23: - 538 | (Z.of_substring s (i+1) (String.length s-i-1)) - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: labels pos, len were omitted in the application - of this function. - ocamlc -I +compiler-libs -bin-annot -c big_int_Z.mli - ocamlc -I +compiler-libs -bin-annot -c big_int_Z.ml - ocamlmklib -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp - ocamlc -ccopt "-I/home/opam/.opam/default/lib/ocaml -DHAS_GMP -O3 -Wall -Wextra " -c caml_z.c - ocamlmklib -failsafe -o zarith caml_z.o -lgmp - ocamlc -I +compiler-libs -bin-annot -c zarith_top.ml - ocamlc -o zarith_top.cma -a zarith_top.cmo - ocamlopt -I +compiler-libs -c zarith_version.ml - ocamlopt -I +compiler-libs -c z.ml - ocamlopt -I +compiler-libs -c q.ml - File "q.ml", line 537, characters 9-23: - 537 | (Z.of_substring s 0 i) - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: labels pos, len were omitted in the application - of this function. - - File "q.ml", line 538, characters 9-23: - 538 | (Z.of_substring s (i+1) (String.length s-i-1)) - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: labels pos, len were omitted in the application - of this function. - ocamlopt -I +compiler-libs -c big_int_Z.ml - ocamlmklib -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp - ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/cloudi.2.0.6/external/zarith-1.12' - touch dependency_zarith - ocamlc -safe-string -w @A -o erlang.cmi -c erlang.mli - ocamlc -safe-string -w @A -o cloudi.cmi -c cloudi.mli - ocamlopt -safe-string -w @A -o erlang.cmx -c erlang.ml - ocamlopt -safe-string -w @A -o cloudi.cmx -c cloudi.ml - File "cloudi.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The unix subdirectory has been - automatically added to the search path, but you should add -I +unix to the - command-line to silence this alert (e.g. by adding unix to the list of - libraries in your dune file, or adding use_unix to your _tags file for - ocamlbuild, or using -package unix for ocamlfind). - - File "cloudi.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - ocamlopt -safe-string -w @A -a erlang.cmx cloudi.cmx -o cloudi.cmxa - ocamlc -safe-string -w @A -o erlang.cmo -c erlang.ml - ocamlc -safe-string -w @A -o cloudi.cmo -c cloudi.ml - File "cloudi.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The unix subdirectory has been - automatically added to the search path, but you should add -I +unix to the - command-line to silence this alert (e.g. by adding unix to the list of - libraries in your dune file, or adding use_unix to your _tags file for - ocamlbuild, or using -package unix for ocamlfind). - - File "cloudi.ml", line 1: - Alert ocaml_deprecated_auto_include: - OCaml's lib directory layout changed in 5.0. The str subdirectory has been - automatically added to the search path, but you should add -I +str to the - command-line to silence this alert (e.g. by adding str to the list of - libraries in your dune file, or adding use_str to your _tags file for - ocamlbuild, or using -package str for ocamlfind). - ocamlc -safe-string -w @A -a erlang.cmo cloudi.cmo -o cloudi.cma -> compiled cloudi.2.0.6 [WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config -> installed cloudi.2.0.6 === STDERR === 2026-06-24 12:17.47: OK: build cloudi.2.0.6 (runc: 11.1s, disk: 11KB) 2026-06-24 12:17.47: Job succeeded