Build:
  1. 0
2026-06-16 11:53.43: New job: build zarith.1.12 (71ba1c396df6)
2026-06-16 11:53.43: Waiting for resource in pool day11-builds
2026-06-16 12:21.55: Got resource from pool day11-builds
2026-06-16 12:21.55: [profile full] build zarith.1.12
2026-06-16 12:21.55: build zarith.1.12 (71ba1c396df6)
=== DEPENDENCIES (6 transitive) ===
  conf-gmp.5                                         61e3c79e0ddf
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  ocamlfind.1.9.8                                    5cfa73ef65e7
=== STDOUT ===
Processing: [default: loading data]
[zarith.1.12: dl]
[zarith.1.12: extract]
-> retrieved zarith.1.12  (https://opam.ocaml.org/cache)
[zarith: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/zarith.1.12/./configure  (CWD=/home/opam/.opam/default/.opam-switch/build/zarith.1.12)
- 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
[zarith: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/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
-> compiled  zarith.1.12
[zarith: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/zarith.1.12)
- ocamlfind install -destdir "/home/opam/.opam/default/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/default/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/default/lib/zarith/q.cmti
- Installed /home/opam/.opam/default/lib/zarith/z.cmti
- Installed /home/opam/.opam/default/lib/zarith/zarith.a
- Installed /home/opam/.opam/default/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/default/lib/zarith/q.mli
- Installed /home/opam/.opam/default/lib/zarith/zarith.h
- Installed /home/opam/.opam/default/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/default/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/default/lib/zarith/q.cmx
- Installed /home/opam/.opam/default/lib/zarith/z.cmx
- Installed /home/opam/.opam/default/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/default/lib/zarith/z.mli
- Installed /home/opam/.opam/default/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/default/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/default/lib/zarith/q.cmi
- Installed /home/opam/.opam/default/lib/zarith/z.cmi
- Installed /home/opam/.opam/default/lib/zarith/libzarith.a
- Installed /home/opam/.opam/default/lib/zarith/zarith.cma
- Installed /home/opam/.opam/default/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/default/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/default/lib/zarith/META
-> installed zarith.1.12

=== STDERR ===

2026-06-16 12:22.07: OK: build zarith.1.12 (runc: 5.2s, disk: 11KB)
2026-06-16 12:22.07: Job succeeded