>>> ocaml-uutf: Building testing/ocaml-uutf 1.0.3-r2 (using abuild 3.12.0-r5) started Sat, 23 Mar 2024 21:11:33 +0000 >>> ocaml-uutf: Checking sanity of /home/buildozer/aports/testing/ocaml-uutf/APKBUILD... >>> ocaml-uutf: Analyzing dependencies... >>> ocaml-uutf: Installing for build: build-base ocaml ocaml-compiler-libs ocaml-findlib ocamlbuild ocaml-topkg ocaml-cmdliner-dev cmd:opam-installer (1/29) Installing ocaml-runtime (4.14.2-r1) (2/29) Installing ocaml (4.14.2-r1) (3/29) Installing readline (8.2.10-r0) (4/29) Installing bash (5.2.26-r0) Executing bash-5.2.26-r0.post-install (5/29) Installing libbz2 (1.0.8-r6) (6/29) Installing perl (5.38.2-r0) (7/29) Installing rpm-scripts (4.19.1.1-r0) (8/29) Installing ocaml-abuild-helper (4.14.2-r1) (9/29) Installing ocaml-compiler-libs (4.14.2-r1) (10/29) Installing ocaml-findlib (1.9.6-r4) (11/29) Installing ocaml-ocamlbuild (0.14.1-r3) (12/29) Installing ncurses (6.4_p20240309-r0) (13/29) Installing ocamlbuild (0.14.1-r3) (14/29) Installing ocaml-topkg (1.0.5-r2) (15/29) Installing ocaml-cmdliner (1.1.1-r3) (16/29) Installing ocaml-cmdliner-dev (1.1.1-r3) (17/29) Installing unzip (6.0-r14) (18/29) Installing coreutils-env (9.4-r2) (19/29) Installing coreutils-fmt (9.4-r2) (20/29) Installing coreutils-sha512sum (9.4-r2) (21/29) Installing skalibs (2.14.1.1-r0) (22/29) Installing utmps-libs (0.1.2.2-r0) (23/29) Installing coreutils (9.4-r2) (24/29) Installing bubblewrap (0.8.0-r1) (25/29) Installing opam (2.1.5-r1) (26/29) Installing .makedepends-ocaml-uutf (20240323.211137) (27/29) Installing perl-error (0.17029-r2) (28/29) Installing perl-git (2.44.0-r0) (29/29) Installing git-perl (2.44.0-r0) Executing busybox-1.36.1-r21.trigger OK: 652 MiB in 136 packages >>> ocaml-uutf: Cleaning up srcdir >>> ocaml-uutf: Cleaning up pkgdir >>> ocaml-uutf: Cleaning up tmpdir >>> ocaml-uutf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-uutf-1.0.3.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> ocaml-uutf: Fetching ocaml-uutf-1.0.3.tar.bz2::https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz % 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 23363 100 23363 0 0 242k 0 --:--:-- --:--:-- --:--:-- 245k >>> ocaml-uutf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-uutf-1.0.3.tar.bz2 >>> ocaml-uutf: Checking sha512sums... ocaml-uutf-1.0.3.tar.bz2: OK >>> ocaml-uutf: Unpacking /var/cache/distfiles/edge/ocaml-uutf-1.0.3.tar.bz2... ocamlfind ocamldep -modules src/uutf.ml > src/uutf.ml.depends ocamlfind ocamldep -modules src/uutf.mli > src/uutf.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmi src/uutf.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmx src/uutf.ml ocamlfind ocamlopt -a -I src src/uutf.cmx -o src/uutf.cmxa ocamlfind ocamlopt -shared -linkall -I src src/uutf.cmxa -o src/uutf.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uutf.cmo src/uutf.ml ocamlfind ocamlc -a -I src src/uutf.cmo -o src/uutf.cma ocamlfind ocamldep -package unix -package cmdliner -modules test/utftrip.ml > test/utftrip.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmo test/utftrip.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmo test/utftrip.ml File "test/utftrip.ml", line 385, characters 8-12: 385 | Term.(pure do_cmd $ cmd $ file $ sin $ sout $ use_unix $ usize $ ^^^^ Alert deprecated: Cmdliner.Term.pure Use Term.const instead. File "test/utftrip.ml", line 387, characters 2-11: 387 | Term.info "utftrip" ~version:"v1.0.3" ~doc ~man ^^^^^^^^^ Alert deprecated: Cmdliner.Term.info Use Cmd.info instead. File "test/utftrip.ml", line 389, characters 15-24: 389 | let () = match Term.eval cmd with ^^^^^^^^^ Alert deprecated: Cmdliner.Term.eval Use Cmd.v and one of Cmd.eval* instead. ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmx test/utftrip.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package cmdliner -I test -I src -o test/utftrip.cmx test/utftrip.ml File "test/utftrip.ml", line 385, characters 8-12: 385 | Term.(pure do_cmd $ cmd $ file $ sin $ sout $ use_unix $ usize $ ^^^^ Alert deprecated: Cmdliner.Term.pure Use Term.const instead. File "test/utftrip.ml", line 387, characters 2-11: 387 | Term.info "utftrip" ~version:"v1.0.3" ~doc ~man ^^^^^^^^^ Alert deprecated: Cmdliner.Term.info Use Cmd.info instead. File "test/utftrip.ml", line 389, characters 15-24: 389 | let () = match Term.eval cmd with ^^^^^^^^^ Alert deprecated: Cmdliner.Term.eval Use Cmd.v and one of Cmd.eval* instead. ocamlfind ocamlopt -linkpkg -g -package unix -package cmdliner -I src -I test src/uutf.cmx test/utftrip.cmx -o test/utftrip.native # No parallelism done >>> ocaml-uutf: Entering fakeroot... Creating directory /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/bin _build/test/utftrip.native => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/bin/utftrip Creating directory /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf _build/opam => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/opam _build/pkg/META => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/META _build/src/uutf.a => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.a _build/src/uutf.cma => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cma _build/src/uutf.cmi => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmi _build/src/uutf.cmti => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmti _build/src/uutf.cmx => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmx _build/src/uutf.cmxa => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmxa _build/src/uutf.cmxs => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmxs _build/src/uutf.mli => /home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.mli Creating directory /home/buildozer/aports/testing/ocaml-uutf/src/uutf-1.0.3/.omit/uutf _build/CHANGES.md => /home/buildozer/aports/testing/ocaml-uutf/src/uutf-1.0.3/.omit/uutf/CHANGES.md _build/LICENSE.md => /home/buildozer/aports/testing/ocaml-uutf/src/uutf-1.0.3/.omit/uutf/LICENSE.md _build/README.md => /home/buildozer/aports/testing/ocaml-uutf/src/uutf-1.0.3/.omit/uutf/README.md >>> ocaml-uutf-dev*: Running split function dev... renamed '/home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmti' -> '/home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf-dev/usr/lib/ocaml/uutf/uutf.cmti' renamed '/home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.mli' -> '/home/buildozer/aports/testing/ocaml-uutf/pkg/ocaml-uutf-dev/usr/lib/ocaml/uutf/uutf.mli' >>> ocaml-uutf-dev*: Preparing subpackage ocaml-uutf-dev... >>> ocaml-uutf-dev*: Stripping binaries >>> ocaml-uutf-dev*: Running postcheck for ocaml-uutf-dev >>> ocaml-uutf*: Running postcheck for ocaml-uutf >>> ocaml-uutf*: Preparing package ocaml-uutf... >>> ocaml-uutf*: Stripping binaries >>> ocaml-uutf-dev*: Scanning shared objects >>> ocaml-uutf*: Scanning shared objects >>> ocaml-uutf-dev*: Tracing dependencies... >>> ocaml-uutf-dev*: Package size: 216.0 KB >>> ocaml-uutf-dev*: Compressing data... >>> ocaml-uutf-dev*: Create checksum... >>> ocaml-uutf-dev*: Create ocaml-uutf-dev-1.0.3-r2.apk >>> ocaml-uutf*: Tracing dependencies... ocaml4-impl:Stdlib:29fc6b4fd90dc91235156e20d0575996 ocaml4-impl:Stdlib__Buffer:cf57eae330bacf7e0efb32dbae46cf50 ocaml4-impl:Stdlib__Bytes:b03e331833e5beb1e8d6f3d4f1143383 ocaml4-impl:Stdlib__Format:3fc5aabf82bf4752619ecb26bfdcac24 ocaml4-impl:Stdlib__Printf:bc4ad41fce5f3a224d4b57523576a7d7 ocaml4-impl:Stdlib__String:63272e200b49ed0a15ed501695bde0a7 ocaml4-impl:Stdlib__Uchar:91d2a70d8c2c97a55eb709d829093e9e ocaml4-intf:CamlinternalFormatBasics:8f8f634558798ee408df3c50a5539b15 ocaml4-intf:Stdlib:79b0e9d3b6f7fed07eb3cc2abb961b91 ocaml4-intf:Stdlib__Array:622d88fad859d0d0f019e691fc4fa865 ocaml4-intf:Stdlib__Buffer:4b09c9a6d0622bbf5a3829234b481822 ocaml4-intf:Stdlib__Bytes:3d02c33317c0108c61e7a5eefa37519a ocaml4-intf:Stdlib__Char:62afe57b49defcc078960a68b9efbbee ocaml4-intf:Stdlib__Either:26845df28d19584687a38a1ab814c3f9 ocaml4-intf:Stdlib__Format:b6edb97b685819e873481fe05723c8bc ocaml4-intf:Stdlib__Printf:bc8af6214197dc8f40eaa738a4cd6a28 ocaml4-intf:Stdlib__Seq:b63511032211eae4b567ba313cd72962 ocaml4-intf:Stdlib__String:4933e1d855f54bfed0231b038f0dbb87 ocaml4-intf:Stdlib__Uchar:c0dde02a556a6d79e363ad365d165d57 so:libc.musl-x86_64.so.1 >>> ocaml-uutf*: Package size: 1.7 MB >>> ocaml-uutf*: Compressing data... >>> ocaml-uutf*: Create checksum... >>> ocaml-uutf*: Create ocaml-uutf-1.0.3-r2.apk >>> ocaml-uutf: Build complete at Sat, 23 Mar 2024 21:11:48 +0000 elapsed time 0h 0m 15s >>> ocaml-uutf: Cleaning up srcdir >>> ocaml-uutf: Cleaning up pkgdir >>> ocaml-uutf: Uninstalling dependencies... (1/29) Purging .makedepends-ocaml-uutf (20240323.211137) (2/29) Purging ocaml-findlib (1.9.6-r4) (3/29) Purging ocamlbuild (0.14.1-r3) (4/29) Purging ocaml-ocamlbuild (0.14.1-r3) (5/29) Purging ocaml-topkg (1.0.5-r2) (6/29) Purging ocaml-cmdliner-dev (1.1.1-r3) (7/29) Purging ocaml-cmdliner (1.1.1-r3) (8/29) Purging git-perl (2.44.0-r0) (9/29) Purging perl-git (2.44.0-r0) (10/29) Purging perl-error (0.17029-r2) (11/29) Purging ncurses (6.4_p20240309-r0) (12/29) Purging ocaml-abuild-helper (4.14.2-r1) (13/29) Purging rpm-scripts (4.19.1.1-r0) (14/29) Purging bash (5.2.26-r0) Executing bash-5.2.26-r0.pre-deinstall (15/29) Purging perl (5.38.2-r0) (16/29) Purging ocaml-compiler-libs (4.14.2-r1) (17/29) Purging ocaml (4.14.2-r1) (18/29) Purging ocaml-runtime (4.14.2-r1) (19/29) Purging opam (2.1.5-r1) (20/29) Purging unzip (6.0-r14) (21/29) Purging coreutils (9.4-r2) Executing coreutils-9.4-r2.post-deinstall (22/29) Purging coreutils-env (9.4-r2) (23/29) Purging coreutils-fmt (9.4-r2) (24/29) Purging coreutils-sha512sum (9.4-r2) (25/29) Purging bubblewrap (0.8.0-r1) (26/29) Purging readline (8.2.10-r0) (27/29) Purging utmps-libs (0.1.2.2-r0) (28/29) Purging libbz2 (1.0.8-r6) (29/29) Purging skalibs (2.14.1.1-r0) Executing busybox-1.36.1-r21.trigger OK: 378 MiB in 107 packages >>> ocaml-uutf: Updating the testing/x86_64 repository index... >>> ocaml-uutf: Signing the index...