>>> ocaml-zarith: Building testing/ocaml-zarith 1.12-r3 (using abuild 3.11.20-r0) started Mon, 10 Jul 2023 04:31:11 +0000 >>> ocaml-zarith: Checking sanity of /home/buildozer/aports/testing/ocaml-zarith/APKBUILD... >>> ocaml-zarith: Analyzing dependencies... >>> ocaml-zarith: Installing for build: build-base gmp-dev ocaml ocaml-findlib ocaml-compiler-libs ocaml-ocamldoc (1/8) Installing libgmpxx (6.2.1-r3) (2/8) Installing gmp-dev (6.2.1-r3) (3/8) Installing ocaml-runtime (4.14.1-r1) (4/8) Installing ocaml (4.14.1-r1) (5/8) Installing ocaml-findlib (1.9.6-r1) (6/8) Installing ocaml-compiler-libs (4.14.1-r1) (7/8) Installing ocaml-ocamldoc (4.14.1-r1) (8/8) Installing .makedepends-ocaml-zarith (20230710.043113) Executing busybox-1.36.1-r3.trigger OK: 614 MiB in 113 packages >>> ocaml-zarith: Cleaning up srcdir >>> ocaml-zarith: Cleaning up pkgdir >>> ocaml-zarith: Cleaning up tmpdir >>> ocaml-zarith: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-zarith-1.12.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 93695 100 93695 0 0 700k 0 --:--:-- --:--:-- --:--:-- 703k >>> ocaml-zarith: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-zarith-1.12.tar.gz >>> ocaml-zarith: Checking sha512sums... ocaml-zarith-1.12.tar.gz: OK >>> ocaml-zarith: Unpacking /var/cache/distfiles/edge/ocaml-zarith-1.12.tar.gz... binary ocaml: found in /usr/bin binary ocamlc: found in /usr/bin binary ocamldep: found in /usr/bin binary ocamlmklib: found in /usr/bin binary ocamldoc: found in /usr/bin binary gcc: found in /usr/bin binary ocamlopt: found in /usr/bin checking compilation with gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt: working include caml/mlvalues.h: found library dynlink.cmxa: found binary ocamlfind: found in /usr/bin OCaml's word size is 64 binary uname: found in /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: -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lgmp C options: -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt installation path: /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml installation method findlib configuration successful! now type "make" to build then type "make install" or "sudo make install" to install (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 -ccopt "-I/usr/lib/ocaml -DHAS_GMP -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt" -c caml_z.c ocamlc -I +compiler-libs -bin-annot -c zarith_top.ml ocamlopt -I +compiler-libs -c zarith_version.ml 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 big_int_Z.mli ocamlopt -I +compiler-libs -c z.ml ocamlc -o zarith_top.cma -a zarith_top.cmo ocamlc -I +compiler-libs -bin-annot -c big_int_Z.ml 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. ocamlopt -I +compiler-libs -c q.ml ocamlopt -I +compiler-libs -c big_int_Z.ml ocamlmklib -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lgmp Unknown option -Wl,--as-needed,-O1,--sort-common Unknown option -Wl,-z,pack-relative-relocs 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. ocamlmklib -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lgmp Unknown option -Wl,--as-needed,-O1,--sort-common Unknown option -Wl,-z,pack-relative-relocs ocamlmklib -failsafe -o zarith caml_z.o -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lgmp Unknown option -Wl,--as-needed,-O1,--sort-common Unknown option -Wl,-z,pack-relative-relocs ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall mkdir -p html ocamldoc -html -d html -charset utf8 z.mli q.mli big_int_Z.mli make -C tests test make[1]: Entering directory '/home/buildozer/aports/testing/ocaml-zarith/src/Zarith-release-1.12/tests' ocamlopt -I .. -ccopt "-L.." zarith.cmxa -o zq.exe zq.ml Testing zq (native)... zq: passed ocamlc -I .. -ccopt "-L.." zarith.cma -o zq.byt zq.ml Testing zq (bytecode)... zq: passed ocamlopt -I .. -ccopt "-L.." zarith.cmxa -o pi.exe pi.ml Testing pi... pi: passed ocamlc -c setround.c ocamlopt -I .. -ccopt "-L.." zarith.cmxa -o tofloat.exe \ setround.o tofloat.ml Testing tofloat... Default rounding mode (Z) (100000 tests)... passed Default rounding mode (Q) (100000 tests)... passed Round toward zero (Z) (100000 tests)... passed Round toward zero (Q) (100000 tests)... passed Round downward (Z) (100000 tests)... passed Round downward (Q) (100000 tests)... passed Round upward (Z) (100000 tests)... passed Round upward (Q) (100000 tests)... passed Round to nearest (Z) (100000 tests)... passed Round to nearest (Q) (100000 tests)... passed ocamlopt -I .. -ccopt "-L.." zarith.cmxa -o ofstring.exe ofstring.ml Testing ofstring... make[1]: Leaving directory '/home/buildozer/aports/testing/ocaml-zarith/src/Zarith-release-1.12/tests' >>> ocaml-zarith: Entering fakeroot... ocamlfind install -destdir "/home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml" 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/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/big_int_Z.cmti Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/q.cmti Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/z.cmti Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.a Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/big_int_Z.mli Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/q.mli Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.h Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.cmxs Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/big_int_Z.cmx Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/q.cmx Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/z.cmx Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.cmxa Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/z.mli Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith_top.cma Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/big_int_Z.cmi Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/q.cmi Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/z.cmi Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/libzarith.a Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/zarith.cma Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/stublibs/dllzarith.so Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/stublibs/dllzarith.so.owner Installed /home/buildozer/aports/testing/ocaml-zarith/pkg/ocaml-zarith/usr/lib/ocaml/zarith/META >>> ocaml-zarith-doc*: Running split function doc... >>> ocaml-zarith-doc*: Preparing subpackage ocaml-zarith-doc... >>> ocaml-zarith-doc*: Running postcheck for ocaml-zarith-doc >>> ocaml-zarith*: Running postcheck for ocaml-zarith >>> ocaml-zarith*: Preparing package ocaml-zarith... >>> ocaml-zarith*: Stripping binaries >>> ocaml-zarith-doc*: Scanning shared objects >>> ocaml-zarith*: Scanning shared objects >>> ocaml-zarith-doc*: Tracing dependencies... >>> ocaml-zarith-doc*: Package size: 64.0 KB >>> ocaml-zarith-doc*: Compressing data... >>> ocaml-zarith-doc*: Create checksum... >>> ocaml-zarith-doc*: Create ocaml-zarith-doc-1.12-r3.apk >>> ocaml-zarith*: Tracing dependencies... gmp-dev so:libc.musl-x86_64.so.1 so:libgmp.so.10 >>> ocaml-zarith*: Package size: 704.0 KB >>> ocaml-zarith*: Compressing data... >>> ocaml-zarith*: Create checksum... >>> ocaml-zarith*: Create ocaml-zarith-1.12-r3.apk >>> ocaml-zarith: Build complete at Mon, 10 Jul 2023 04:31:22 +0000 elapsed time 0h 0m 11s >>> ocaml-zarith: Cleaning up srcdir >>> ocaml-zarith: Cleaning up pkgdir >>> ocaml-zarith: Uninstalling dependencies... (1/8) Purging .makedepends-ocaml-zarith (20230710.043113) (2/8) Purging gmp-dev (6.2.1-r3) (3/8) Purging libgmpxx (6.2.1-r3) (4/8) Purging ocaml-findlib (1.9.6-r1) (5/8) Purging ocaml-compiler-libs (4.14.1-r1) (6/8) Purging ocaml-ocamldoc (4.14.1-r1) (7/8) Purging ocaml (4.14.1-r1) (8/8) Purging ocaml-runtime (4.14.1-r1) Executing busybox-1.36.1-r3.trigger OK: 376 MiB in 105 packages >>> ocaml-zarith: Updating the testing/x86_64 repository index... >>> ocaml-zarith: Signing the index...