Build:
  1. 0
2026-06-24 11:05.43: New job: build zarith.1.7-1 (f7649b9d21f2)
2026-06-24 11:05.43: Waiting for resource in pool day11-builds
2026-06-24 11:13.09: Got resource from pool day11-builds
2026-06-24 11:13.09: [profile full] build zarith.1.7-1
2026-06-24 11:13.09: build zarith.1.7-1 (f7649b9d21f2)
=== DEPENDENCIES (6 transitive) ===
  conf-gmp.5                                         be11edf77089
  conf-perl.2                                        bdcd7b1dce5e
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlfind.1.9.8                                    214dd418ac02
=== STDOUT ===
Processing: [default: loading data]
[zarith.1.7-1: dl]
[zarith.1.7-1: extract]
[zarith.1.7-1/absolute_CC.patch: dl]
-> retrieved zarith.1.7-1  (https://opam.ocaml.org/cache)
[zarith: patch] applying absolute_CC.patch
[zarith: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/zarith.1.7-1/./configure  (CWD=/home/opam/.opam/default/.opam-switch/build/zarith.1.7-1)
- 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 ar: found in /usr/bin
- binary perl: found in /usr/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 extended comparison supported
- OCaml new hash functions available
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   asm path:             x86_64
-   defines:              -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX 
-   libraries:             -lgmp
-   C options:            -O3 -Wall -Wextra 
-   asm options           
-   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.7-1)
- ./z_pp.pl x86_64
- Name "main::extra" used only once: possible typo at ./z_pp.pl line 29.
- found assembly file caml_z_x86_64.S
-   found abs
-   found add
-   found div
-   found divexact
-   found logand
-   found lognot
-   found logor
-   found logxor
-   found mul
-   found neg
-   found pred
-   found rem
-   found shift_left
-   found shift_right
-   found sub
-   found succ
- ocamldep -native  z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc   -c z.mli
- ocamlc   -c z.ml
- ocamlc   -c q.mli
- ocamlc   -c q.ml
- ocamlc   -c big_int_Z.mli
- ocamlc   -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith z.cmo q.cmo big_int_Z.cmo -lgmp
- gcc -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX     -c -o caml_z_x86_64.o caml_z_x86_64.S
- ocamlc -ccopt "-I/home/opam/.opam/default/lib/ocaml  -DZ_OCAML_HASH -DZ_OCAML_COMPARE_EXT -DHAS_GMP -DZ_ELF -DZ_DOT_LABEL_PREFIX  -O3 -Wall -Wextra " -c caml_z.c
- In file included from zarith.h:29,
-                  from caml_z.c:38:
- caml_z.c: In function 'ml_z_of_substring_base':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- caml_z.c:582:13: note: in expansion of macro 'String_val'
-   582 |   char *d = String_val(v) + ofs;
-       |             ^~~~~~~~~~
- caml_z.c: In function 'ml_z_format':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- caml_z.c:778:15: note: in expansion of macro 'String_val'
-   778 |   char* fmt = String_val(f);
-       |               ^~~~~~~~~~
- caml_z.c: At top level:
- caml_z.c:2999:1: warning: missing initializer for field 'fixed_length' of 'struct custom_operations' [-Wmissing-field-initializers]
-  2999 | };
-       | ^
- In file included from caml_z.c:48:
- /home/opam/.opam/default/lib/ocaml/caml/custom.h:40:37: note: 'fixed_length' declared here
-    40 |   const struct custom_fixed_length* fixed_length;
-       |                                     ^~~~~~~~~~~~
- ocamlmklib -failsafe -o zarith caml_z_x86_64.o caml_z.o -lgmp
- ocamlopt   -c z.ml
- ocamlopt   -c q.ml
- ocamlopt   -c big_int_Z.ml
- ocamlmklib -failsafe -o zarith z.cmx q.cmx big_int_Z.cmx -lgmp
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.7-1
[zarith: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/zarith.1.7-1)
- ocamlfind install -destdir "/home/opam/.opam/default/lib" zarith META zarith.h zarith.cma libzarith.a z.mli q.mli big_int_Z.mli z.cmi q.cmi big_int_Z.cmi zarith.a zarith.cmxa z.cmx q.cmx big_int_Z.cmx zarith.cmxs -optional dllzarith.so
- 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/zarith.a
- 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/big_int_Z.mli
- Installed /home/opam/.opam/default/lib/zarith/q.mli
- Installed /home/opam/.opam/default/lib/zarith/z.mli
- Installed /home/opam/.opam/default/lib/zarith/libzarith.a
- Installed /home/opam/.opam/default/lib/zarith/zarith.cma
- Installed /home/opam/.opam/default/lib/zarith/zarith.h
- 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.7-1

=== STDERR ===

2026-06-24 11:13.27: OK: build zarith.1.7-1 (runc: 5.6s, disk: 11KB)
2026-06-24 11:13.27: Job succeeded