>>> ocaml-uutf: Building community/ocaml-uutf 1.0.3-r4 (using abuild 3.17.0_rc1-r2) started Thu, 23 Apr 2026 16:48:40 +0000 >>> ocaml-uutf: Validating /home/buildozer/aports/community/ocaml-uutf/APKBUILD... >>> WARNING: ocaml-uutf: No maintainer >>> 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/32) Installing ocaml-runtime (4.14.3-r0) ( 2/32) Installing ocaml (4.14.3-r0) ( 3/32) Installing readline (8.3.3-r1) ( 4/32) Installing bash (5.3.9-r1) Executing bash-5.3.9-r1.post-install ( 5/32) Installing libbz2 (1.0.8-r6) ( 6/32) Installing perl (5.42.2-r0) ( 7/32) Installing rpm-scripts (4.19.1.1-r5) ( 8/32) Installing ocaml-abuild-helper (4.14.3-r0) ( 9/32) Installing ocaml-compiler-libs (4.14.3-r0) (10/32) Installing ocamlfind (1.9.6-r7) (11/32) Installing ocaml-findlib (1.9.6-r7) (12/32) Installing ocaml-ocamlbuild (0.14.1-r5) (13/32) Installing ncurses (6.6_p20260404-r0) (14/32) Installing ocamlbuild (0.14.1-r5) (15/32) Installing ocaml-topkg (1.0.5-r4) (16/32) Installing ocaml-cmdliner (1.1.1-r5) (17/32) Installing ocaml-cmdliner-dev (1.1.1-r5) (18/32) Installing curl (8.19.0-r0) (19/32) Installing unzip (6.0-r16) (20/32) Installing coreutils-env (9.10-r1) (21/32) Installing coreutils-fmt (9.10-r1) (22/32) Installing coreutils-sha512sum (9.10-r1) (23/32) Installing libattr (2.5.2-r2) (24/32) Installing skalibs-libs (2.14.5.1-r0) (25/32) Installing utmps-libs (0.1.3.2-r1) (26/32) Installing coreutils (9.10-r1) (27/32) Installing bubblewrap (0.11.2-r0) (28/32) Installing opam (2.5.1-r0) (29/32) Installing .makedepends-ocaml-uutf (20260423.164842) (30/32) Installing perl-error (0.17030-r0) (31/32) Installing perl-git (2.54.0-r0) (32/32) Installing git-perl (2.54.0-r0) Executing busybox-1.37.0-r31.trigger OK: 664.9 MiB in 135 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 100 23363 100 23363 0 0 364.5k 0 0 100 23363 100 23363 0 0 363.9k 0 0 100 23363 100 23363 0 0 363.2k 0 0 /var/cache/distfiles/edge/ocaml-uutf-1.0.3.tar.bz2: OK >>> ocaml-uutf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-uutf-1.0.3.tar.bz2 /var/cache/distfiles/edge/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/community/ocaml-uutf/pkg/ocaml-uutf/usr/bin _build/test/utftrip.native => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/bin/utftrip Creating directory /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf _build/opam => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/opam _build/pkg/META => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/META _build/src/uutf.a => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.a _build/src/uutf.cma => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cma _build/src/uutf.cmi => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmi _build/src/uutf.cmti => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmti _build/src/uutf.cmx => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmx _build/src/uutf.cmxa => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmxa _build/src/uutf.cmxs => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.cmxs _build/src/uutf.mli => /home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf/usr/lib/ocaml/uutf/uutf.mli Creating directory /home/buildozer/aports/community/ocaml-uutf/src/uutf-1.0.3/.omit/uutf _build/CHANGES.md => /home/buildozer/aports/community/ocaml-uutf/src/uutf-1.0.3/.omit/uutf/CHANGES.md _build/LICENSE.md => /home/buildozer/aports/community/ocaml-uutf/src/uutf-1.0.3/.omit/uutf/LICENSE.md _build/README.md => /home/buildozer/aports/community/ocaml-uutf/src/uutf-1.0.3/.omit/uutf/README.md >>> ocaml-uutf-dev*: Running split function dev... renamed 'usr/lib/ocaml/uutf/uutf.a' -> '/home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf-dev/usr/lib/ocaml/uutf/uutf.a' renamed 'usr/lib/ocaml/uutf/uutf.cmti' -> '/home/buildozer/aports/community/ocaml-uutf/pkg/ocaml-uutf-dev/usr/lib/ocaml/uutf/uutf.cmti' renamed 'usr/lib/ocaml/uutf/uutf.mli' -> '/home/buildozer/aports/community/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 Please specify at least one package name on the command line. >>> 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 Please specify at least one package name on the command line. >>> ocaml-uutf*: Scanning shared objects >>> ocaml-uutf-dev*: Scanning shared objects >>> ocaml-uutf-dev*: Tracing dependencies... ocaml-uutf=1.0.3-r4 >>> ocaml-uutf-dev*: Package size: 158.9 KB >>> ocaml-uutf-dev*: Compressing data... >>> ocaml-uutf-dev*: Create checksum... >>> ocaml-uutf-dev*: Create ocaml-uutf-dev-1.0.3-r4.apk >>> ocaml-uutf*: Tracing dependencies... ocaml4-impl:Stdlib:d9420a8d349fb4faae7bbb0f24f981c2 ocaml4-impl:Stdlib__Buffer:3c202bd1ed7ec5ca38f994e65ccd197b ocaml4-impl:Stdlib__Bytes:0f49c947c471048e5629130e8df2cea0 ocaml4-impl:Stdlib__Format:8787eda1d81107b4ba04bb0dfd12b245 ocaml4-impl:Stdlib__Printf:ad229620a5d4aaed1c1c6a18a665d38d ocaml4-impl:Stdlib__String:96cba50452b35d6df828b2e740a29b32 ocaml4-impl:Stdlib__Uchar:c8109817723cd0081cee5fca650c7b2d 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.so.1 >>> ocaml-uutf*: Package size: 1.5 MB >>> ocaml-uutf*: Compressing data... >>> ocaml-uutf*: Create checksum... >>> ocaml-uutf*: Create ocaml-uutf-1.0.3-r4.apk >>> ocaml-uutf: Build complete at Thu, 23 Apr 2026 16:48:46 +0000 elapsed time 0h 0m 6s >>> ocaml-uutf: Cleaning up srcdir >>> ocaml-uutf: Cleaning up pkgdir >>> ocaml-uutf: Cleaning up tmpdir >>> ocaml-uutf: Uninstalling dependencies... ( 1/32) Purging .makedepends-ocaml-uutf (20260423.164842) ( 2/32) Purging ocaml-findlib (1.9.6-r7) ( 3/32) Purging ocamlfind (1.9.6-r7) ( 4/32) Purging ocamlbuild (0.14.1-r5) ( 5/32) Purging ocaml-ocamlbuild (0.14.1-r5) ( 6/32) Purging ocaml-topkg (1.0.5-r4) ( 7/32) Purging ocaml-cmdliner-dev (1.1.1-r5) ( 8/32) Purging ocaml-cmdliner (1.1.1-r5) ( 9/32) Purging git-perl (2.54.0-r0) (10/32) Purging perl-git (2.54.0-r0) (11/32) Purging perl-error (0.17030-r0) (12/32) Purging ncurses (6.6_p20260404-r0) (13/32) Purging ocaml-abuild-helper (4.14.3-r0) (14/32) Purging rpm-scripts (4.19.1.1-r5) (15/32) Purging bash (5.3.9-r1) Executing bash-5.3.9-r1.pre-deinstall (16/32) Purging perl (5.42.2-r0) (17/32) Purging ocaml-compiler-libs (4.14.3-r0) (18/32) Purging ocaml (4.14.3-r0) (19/32) Purging ocaml-runtime (4.14.3-r0) (20/32) Purging opam (2.5.1-r0) (21/32) Purging curl (8.19.0-r0) (22/32) Purging unzip (6.0-r16) (23/32) Purging coreutils (9.10-r1) Executing coreutils-9.10-r1.post-deinstall (24/32) Purging coreutils-env (9.10-r1) (25/32) Purging coreutils-fmt (9.10-r1) (26/32) Purging coreutils-sha512sum (9.10-r1) (27/32) Purging bubblewrap (0.11.2-r0) (28/32) Purging readline (8.3.3-r1) (29/32) Purging utmps-libs (0.1.3.2-r1) (30/32) Purging libattr (2.5.2-r2) (31/32) Purging libbz2 (1.0.8-r6) (32/32) Purging skalibs-libs (2.14.5.1-r0) Executing busybox-1.37.0-r31.trigger OK: 425.7 MiB in 103 packages >>> ocaml-uutf: Updating the community/x86 repository index... >>> ocaml-uutf: Signing the index...